@charset "utf-8";

/* CSS Document */
body {
    background-color: #FFF;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.header{
    width: 100%;
    position: relative;
}
.header .top{
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(34, 34, 34, 0.3);
}
.header .topbod{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 2;
}
.header .topbod .logo1{
    width: 456px;
    display: block;
    margin-top: 10px;
}
.header .topbod .search{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    width: auto;
    top: 0;
    right: 0;
}
.header .topbod .searchbt{
    width: 360px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 60px 60px 60px 60px;
    border: 2px solid rgba(221,221,221,0.5);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
}
.header .topbod .searchbt input{
    width: 230px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 6px 0px 0px 6px;
    display: block;
    border: 0;
    padding-left: 10px;
    margin-left: 8px;
    font-size: 16px;
}
.header .topbod .searchbt div{
    width: 96px;
    height: 48px;
    background: #6FBA2C;
    border-radius: 60px 60px 60px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.header .topbod .searchbt div input{
    width: 96px;
    height: 48px;
    background:url(../images/search.png);
    margin: 0;
    font-size: 0;
}
.header .topbod .search .zglyg_logo{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.header .topbod .search .zglyg_logo img{
    width: 112px;
    height:36px;
}

.header .top div{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
}
.header .topback{
    width: 100%;
    margin: auto;
    display: block;
}
.topnav{
    width: 100%;
    height: 60px;
    background: #0062B1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topnav .navList{
    display: flex;
    width: 100%;
}
.topnav .navList .navitem{
    padding: 0 24px;
    line-height: 60px;
    position: relative;
}
.topnav .navList .navitem a{
    font-size: 18px;
    color: #ffffff;
}
.topnav .navList .navitem:hover,.topnav .navList .navitem.active{
    background: #6FBA2C;
}
.topnav .navList .navitem:hover p{
    display: block;
}
.topnav .navList .navitem p{
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 99;
    background: #0062B1;
    display: none;
}
.topnav .navList .navitem p a{
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topnav .navList .navitem p a:hover{
    background: #6FBA2C;
}
.topnav .navList .xsx{
    width: 2px;
    height: 30px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 1px;
}

.midden{
    width: 100%;
    /* background: url(../images/back.png) center no-repeat; */
    background-size: 100% 100%;
}
/*主体*/
.main {
    /* padding-bottom: 20px; */
}

/****/

/*底部*/
.foot-blank {
    height: auto;
    width: 100%;
}

.footer {
    box-sizing: border-box;
    height: auto;
    background: #0062B1;
    padding:40px 0 0;
    padding-bottom: 24px;
    overflow: hidden;
}
.footer .c-con{
    background: none;
}

.online {
    width: 100%;
    overflow: hidden;
}

.link {
    width: 100%;
    height: 80px;
    background: #F6F6F6;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
    margin-top: 28px;
}
.link .c-con{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.link .linkname{
    color: #0062B1;
    font-size: 18px;
    font-weight: bold;
}
.link .linkname a{
    color: #222222;
    font-size: 14px;
    padding: 0 20px;
    display: inline-block;
    border-right: 1px solid #999999;
}
.link h3 {
    /* height: 62px;
    line-height: 32px; */
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #222222;
    position: relative;
    padding: 0 20px;
    border-right: 1px solid #999999;
}

.link h3>span {
    background: url(../images/down.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 17px;
    width: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    /*border-left:1px solid #DDD;*/
}

.link h3>span>i {
    font-size: 14px;
}

.link:hover>h3>span {
    /* transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg); */
}

.link h3>.linkList {
    width: 100%;
    background-color: #f8f8f8;
    position: absolute;
    left: 0;
    top: 20px;
    display: none;
    z-index: 1200;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #999;
}
.link h3>.linkList>ul{
    max-height: 200px;
    overflow-x: hidden;
}
.link h3>.linkList>ul>li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
}

.link h3:hover>.linkList {
    display: block;
    animation: fadeInUp 0.5s ease-in-out;
    -webkit-animation: fadeInUp 0.5s ease-in-out;
    z-index: 510;
}

.link>p {
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 2.4;
    height: auto;
    font-weight: 700;
}

.link .QTCode_news {
    width: 100% !important;
    text-align: center;
}

.link .QTCode_news>img {
    width: 107px;
    margin: 0 auto 3%;
}

.link .QTCode_news>p {
    text-align: center;
    font-size: 14px;
}

.link .link_fw {
    font-size: 18px;
    font-weight: bold;
}

.footerbot{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerbot .lxphone{
    width: 793px;
}
.footerbot .lxphone .lxphone-box{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.footerbot .lxphone .lxphone-box p{
    color: #ffffff;
    font-size: 18px;
}
.footerbot .ewmList{
    display: flex;
    justify-content: space-between;
}
.footerbot .ewmList .ewm-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 48px;

}
.footerbot .ewmList .ewm-item img{
    width: 28px;
    height: 28px;
    margin-right: 4px;
}
.footerbot .ewmList .ewm-item p{
    font-weight: 400;
    font-size: 14px;
    color: #C6DCEE;
}
.footerInfo{
    width: 1200px;
    text-align: center;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #3381C1;
    color: #99C0E0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerInfo img{
    width: 20px;
    height: 20px;
}
.footerInfo a{
    color: #99C0E0;
    font-size: 14px;
}
.servNav {
    width: 100%;
}

.servNav>ul {
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.servNav>ul>li {
    width: 13.5%;
    height: auto;
}

.servNav>ul>li>h3 {
    width: 100%;
    text-align: left;
    font-weight: 550;
    font-size: 18px;
    line-height: 2.4;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
}

.servNav>ul>li>p {
    width: 100%;
    height: auto;
    text-align: left;
}

.servNav>ul>li>p>a {
    display: block;
    width: 100%;
    text-align: left;
    height: auto;
    line-height: 2.7;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #999;
}

.servNav>ul>li>p>a:hover {
    color: #666 !important;
}

.servOnline {
    flex-shrink: 0;
    margin-left: 2%;
    display: flex;
    color: #333;
    justify-content: space-between;
}

.servOnline h3 {
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 2.4;
    height: auto;
    font-weight: 550;
}

.soPhone {
    width: 100%;
    font-weight: 550;
    font-size: 28px;
    line-height: 2;
    margin-bottom: 1%;
    color: #2C6E2E;
}

.soAside {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 2;
    font-size: 14px;
}

.servOnbox {
    width: 70%;
}

.goTop {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    background-image: url(../images/gotop.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.goTop:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/*首页*/
/*焦点图*/
.flash {
    width: 100%;
    position: relative;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    margin-top: 0px
}

.swiper1 .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0.5%;
    bottom: 2%;
    left: auto;
    text-align: center;
    padding-right: 3%;
    box-sizing: border-box;
}

.swiper1 .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    width: 60px;
    height: 6px;
    border-radius: 0px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
}

.swiper1 .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    width: 60px;
}
.swiper2 .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0.5%;
    bottom: 2%;
    left: auto;
    text-align: center;
    padding-right: 3%;
    box-sizing: border-box;
}

.swiper2 .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px !important;
    border-radius: 0px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.swiper2 .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}
.swiper2 .swiper-slide>a>img {
    width: 100%;
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
}
.swiper1 .swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper1 .swiper-slide>a {
    display: block;
    width: 100%;
    position: relative;
}

.swiper1 .swiper-slide>a>img {
    width: 100%;
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

.swiper1 .swiper-slide>a>.slideAbout {
    width: 1400px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -700px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    box-sizing: border-box;
}

.swiper1 .swiper-slide>a>.slideAbout>h4,
.swiper1 .swiper-slide>a>.slideAbout>h3,
.swiper1 .swiper-slide>a>.slideAbout>p {
    width: 100%;
    line-height: 2;
    height: auto;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.swiper1 .swiper-slide>a>.slideAbout>h4 {
    font-size: 30px;
    line-height: 1.5;
}

.swiper1 .swiper-slide>a>.slideAbout>h3 {
    font-size: 52px;
    font-weight: 550;
    line-height: 1.5;
    margin-top: 1%;
    margin-bottom: 1%;
}

.swiper1 .swiper-slide>a>.slideAbout>.saIcon {
    position: absolute;
    left: 0;
    bottom: 3.5%;
    width: 24px !important;
    height: 160px !important;
    background-image: url(../images/icon-mouse.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.swiper1 .swiper-slide > a > .slideAbout > .saIcon > img{ width:100% !important; height:100% !important; }*/
.swiper1 .swiper-slide-active>a>img {
    width: 100%;
    animation: kuoda 6s linear 0.5s 1;
    animation-fill-mode: forwards;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-image: url(none);
    cursor: pointer;
    margin-top: -30px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swiper1 .swiper-button-next {
    background-image: url(../images/goRight.png);
    left: auto;
    right: 3%;
}

.swiper1 .swiper-button-prev {
    background-image: url(../images/goLeft.png);
    right: auto;
    left: 3%;
}

.swiper1 .swiper-button-next:hover,
.swiper1 .swiper-button-prev:hover {
    color: rgba(237, 31, 36, 1) !important;
}

.swiper1 .swiper-button-next i,
.swiper1 .swiper-button-prev i {
    font-size: 1.0rem;
}

.tzgg{
    width: 1160px;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.tzgg .left{
    background: rgba(230, 0, 18, 0.02);
    width: 1124px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}
.tzgg .left a{
    display: block;
    font-weight: bold;
    font-size: 34px;
    color: #1677E0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tempWrap{
    width: 100% !important;
}


.news {
    width: 100%;
    height: auto;
    /* background-color: #f7f7f7; */
    margin-top: 28px;
}
.newsFlash {
    width: 600px;
    height: 400px;
    position: relative;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    flex-shrink: 0;
    position: relative;
}
.swiperNews{
    width: 100%;
    height: 100%;
}
.swiperNews .swiper-pagination {
    right: 0;
    display: inline-block;
    padding-top: 2%;
    padding-bottom: 0.5%;
    bottom: 3%;
    left: auto;
    text-align: right;
    padding-right: 12px;
    box-sizing: border-box;
}

.swiperNews .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 4px !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.swiperNews .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}

.swiperNews .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.swiperNews .swiper-slide>a {
    display: block;
    width: 100%;
    position: relative;
}

.swiperNews .swiper-slide>a>img {
    width: 100%;
    height: 400px;
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

.swiperNews .swiper-slide>a>.snTitle {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    color: #ffffff;
}

.swiperNews .swiper-slide>a>.snTitle>h3 {
    width: 80%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #ffffff !important;
    padding-left: 12px;
}


.swiperNews .swiper-slide>a>.snTitle>p {
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 8px;
    line-height: 1.5;
}

.swiperNews .swiper-button-next,
.swiperNews .swiper-button-prev {
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0%;
    height: 73px;
    width: 34px;
    text-align: center;
    background-image: url(none);
    cursor: pointer;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swiperNews .swiper-button-next {
    background-image: url(../images/index_news_right.png);
    left: auto;
    right: 0%;
    top: 30%;
}

.swiperNews .swiper-button-prev {
    background-image: url(../images/index_news_left.png);
    right: auto;
    left: 0%;
    top: 30%;
}

.swiperNews .swiper-button-next:hover,
.swiperNews .swiper-button-prev:hover {
    color: rgba(237, 31, 36, 1) !important;
}

.swiperNews .swiper-button-next i,
.swiperNews .swiper-button-prev i {
    font-size: 1.0rem;
}

.swiperbanner .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 4px !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.swiperbanner .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}
.newsRight {
    width: 570px;
}
/* .boxShadow{
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
} */

.newsbot {
    width: 100%;
    height: auto;
    /* background-color: #f7f7f7; */
    margin-top: 32px;
}
.newsbot .newsRight{
    width: 378px;
}


.nrTab {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    
}
.nrTab>.nrTabLeft{
    font-size: 14px;
    color: #999999;
    margin-right: 16px;
}
.nrTab>.nrTabLeft a{
    font-size: 14px;
    color: #999999;
}
.nrTab>.nrTabRight{
    
    /* height: 48px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    /* margin-bottom: 2%; */
}
.nrTab>.nrTabRight>p {
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    color: #222222!important;
    /* padding-left: 12px; */
}
.nrTab>.nrTabRight>p>a{
    
    color: #222222;
}
.tsgrk{
    width: 100%;
    height: 76px;
    margin-top: 8px;
}
.tsgrk img{
    width: 100%;
    height: 100%;
}
/*.nrTab > p::after{ content: ' '; width:1px; height:24px; background-color: #EEE; position: absolute; left:0; top:50%; margin-top: -12px; }*/
.nrTab>.nrTabRight>p:nth-of-type(1)::after {
    display: none;
}

.nrTab>.nrTabRight>p.active {
    border-bottom: 2px solid #0062B1;
    font-weight: bold;

}

.nrTab>.nrTabRight>p.active,
.nrTab>.nrTabRight>p.active>a {
    color: #0062B1;
}

.nrTab>.nrTabRight>p.active>a:hover {
    color: #0062B1 !important;
}

.newsListz {
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.newsListz ul{
    position: relative;
    margin-top: 4px;
    width: 100%;
}

.newsListz ul li{
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #F0EFEF;;
}
.newsListz ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.newsListz ul li p{
    width: 470px;
    font-size: 16px;
    color: #222222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 15px;
    background: url(../images/lyd.png) left center no-repeat;
}
.newsListz ul li p:hover{
    color: #0062B1;
}
.newsListz ul li span{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.hfban{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.hfban a{
    width: 32%;
}
.hfban a img{
    width: 100%;
    height: auto;
}

.hf3box{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.hf3box-item{
    width: 32%;
}
.hf3box-item ul{
    overflow: hidden;
}
.hf3box-item ul li{
    padding: 16px 26px;
    padding-right: 0;
    background: url(../images/icon_xld.png) left center no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #cccccc;
}
.hf3box-item ul li a{
    display: block;
    color: #333333;
    font-size: 18px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hf3box-item ul li span{
    display: block;
    color: #666666;
    font-size: 18px;
}
.spxw-box{
    position: relative;
}
.spxw-box a{
    display: block;
}
.spxw-box a img{
    width: 100%;
    height: 100%;
}
.spxw-box a p{
    padding: 2% 10px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
}
.midbtns{
    width: 100%;
    padding: 20px 20px 0 20px;
    display: flex;
    justify-content: space-between;
}
.midbtns div{
    width: 275px;
    height: 90px;
    background: #52A4FC;
}
.midbtns div a{
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.midbtns div p{
    font-size: 30px;
    color: #FFFFFF;
    margin-left: 10px;
}
.newsbox .newsRight{
    background-color: #ffffff;
    width: 378px;
}
.newsbox .newsListz ul{
    /* margin-left: 20px; */
}
.newsbox .newsListz ul li{
    border: 0;
    width: 100%;
}
.newsbox .newsListz ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsbox .newsListz ul li p{
    width: 324px;
    padding-left: 0;
    background: none;
}
.newsbox .newsListz ul li span{
    font-size: 16px;
    color: #666666;
}

.leader-list4{
    display: block;
    position: relative;
    margin-top: 24px;
}
.leader-list4 .swiper-slide{
    width: 224px;
    height: 156px;
}
.leader-list4 .swiper-slide a{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.leader-list4 .swiper-slide a img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.leader-list4 .swiper-slide a h3{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 200px;
    padding: 12px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.listback{
    width: 100%;
    background-color: #F6F6F6;
    overflow: hidden;
}
.listbox{
    width: 1200px;
    margin: auto;
}
.listbox .location{
    width: 100%;
    padding: 22px 0;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}
.listbox .location a{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}
.listbox .location a:hover{
    color: #0062B1;
}
.listnewsBox{
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}
.listnewsBox .left {
    width: 240px;
    background-color: #F5F8FC;
    overflow: hidden;
}
.listnewsBox .left ul li{
    width: 236px;
    height: 60px;
    border-left: 4px solid #F5F8FC;
    text-align: center;
    line-height: 60px;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
}
.listnewsBox .left h3,.listnewsBox .left ul li:hover{
    width: 236px;
    height: 60px;
    background: linear-gradient( 270deg, rgba(0,98,177,0) 0%, rgba(0,98,177,0.2) 100%);
    border-left: 4px solid #0062B1;
    text-align: center;
    line-height: 60px;
    font-weight: 400;
    font-size: 24px;
    color: #0062B1;
}
.listnewsBox .left h3{
    font-weight: bold;
}
.listnewsBox .left h3 a,.listnewsBox .left ul li:hover a{
    color: #0062B1;
}

.listnewsBox .right .default_pgContainer {
    width: 960px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.listnewsBox .right .default_pgContainer ul{
    position: relative;
    margin-top: 4px;
    width: 880px;
    margin: 50px auto;
}

.listnewsBox .right .default_pgContainer ul li{
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
}
.listnewsBox .right .default_pgContainer ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.listnewsBox .right .default_pgContainer ul li p{
    width: 736px;
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 24px;
    background: url(../images/lyd.png) left center no-repeat;
}
.listnewsBox .right .default_pgContainer ul li p:hover{
    color: #0062B1;
}
.listnewsBox .right .default_pgContainer ul li span{
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}
.default_pgToolbar{ font-size: 0; text-align: center;    margin-left: -2%; }
.default_pgToolbar li{ display: inline-block; padding:0 6px !important; height: 26px; line-height: 24px; box-sizing: border-box; border:1px solid #0062B1; background-color: #FFF !important;; margin:0 3px; font-size: 14px; position: relative; overflow: hidden;float: left;color: #0062B1 !important;}
.default_pgToolbar li.active,.default_pgToolbar li:hover{color: #fff !important;background-color: #0062B1 !important;}
.default_pgToolbar li.active a,.default_pgToolbar li:hover a{color: #fff !important;}
.default_pgToolbar li.pageTxt{ border:0; line-height: 24px; font-size: 14px; }
.default_pgToolbar li.pageInput,.page p.pageSubmit{ border:0; height: 26px; width: 40px;}
.default_pgToolbar li.pageInput,.page p.pageSubmit{ padding:0 0; }
.default_pgToolbar li.pageInput input{ width:100%; height: 26px; line-height: 24px; border:0; background-color: transparent; border:1px solid #DDD; border-radius: 2px; box-sizing: border-box; text-align: center;}
.default_pgToolbar li.pageSubmit input{ width: 100%; height: 26px; font-size: 14px; border:0; background-color: #DDD; border-radius: 2px; text-align: center; }
.default_pgToolbar li a{color: #0062B1 !important;}
.clear{
    clear: both;
}
.detailBox{
    background-color: #ffffff;
    padding: 50px 100px;
    margin-bottom: 60px;
}
.detailtitle{
    font-weight: bold;
    font-size: 32px;
    color: #222222;
    line-height: 38px;
    text-align: center;
}
.detailtime{
    text-align: center;
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DDDDDD;
}
.detailcont{
    margin: 60px 0;
}
.detailcont div,.detailcont p{
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom: 10px;
}
.detailcont img{
    max-width: 800px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.detailpre{
    border: 1px solid #DDDDDD;
    padding: 30px 24px;
    display: flex;
    justify-content: space-between;
}
.detailpre div{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    width: 49%;
    display: flex;
    justify-content: space-between;
}
.detailpre div a{
    width: 400px;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    display: block;
}
.detailpre .next{
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.detailpre div a:hover{
    color: #0062B1;
}

.listnewsBox .productright {
    width: 960px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.listnewsBox .productright ul{
    position: relative;
    margin-top: 4px;
    width: 880px;
    margin: 50px auto;
}

.listnewsBox .productright ul li{
    width: 280px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.listnewsBox .productright ul li img{
    width: 100%;
    height: 198px;
    display: block;
}
.listnewsBox .productright ul li p{
    font-weight: 400;
    font-size: 16px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:8px 12px;
}
.listnewsBox .productright ul li p:hover{
    color: #0062B1;
}
.listnewsBox .productright ul li:nth-child(3n){
    margin-right: 0;
}

.leaveright {
    width: 960px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.leaveright .leaveBox{
    width: 880px;
    margin: 50px auto;
}
.leavetitle{
    border-bottom: 1px solid #F5F5F5;
    margin-top: 47px;
}
.leavetitle p{
    width: 126px;
    height: 38px;
    background: #0062B1;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}
.leaveinfo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.leaveinfo .inputbox{
    width: 430px;
    display: flex;
    justify-content: space-between;
}
.leaveinfo .inputbox div{
    width: 90px;
    font-weight: 400;
    font-size: 18px;
    color: #4E4E4E;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.leaveinfo .inputbox p{
    font-weight: bold;
    font-size: 24px;
    color: #D70000;
}
.leaveinfo .inputbox input{
    width: 300px;
    height: 40px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    padding: 0 11px;
    font-size: 16px;
}
.leaveinfo .inputbox .radiobox{
    width: 300px;
    display: flex;
    justify-content: flex-start;
}
.leaveinfo .inputbox .radio{
    width: 22px;
    height: 22px;
    margin-left: 18px;
    margin-right: 6px;
}
.leaveinfo .inputbox textarea{
    width: 700px;
    height: 254px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    margin-left: 16px;
    padding: 11px;
}
.leaveBox .submit{
    width: 124px;
    height: 48px;
    background: #0062B1;
    border-radius: 8px;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    border: 0;
    display: block;
    margin: auto;
    margin-top: 50px;
}
/* 分页 */

.pages,.pages > ul{ width: 100%; font-size: 0; text-align: center; }
.pages{margin-bottom:50px; }
.pages > ul > li{ width:auto; display: inline-block; margin:5px; }
.pages > ul > li > a,.pages > ul > li > h3,.pages > ul > li > span{ display: block; width: 100%; height: 30px; line-height: 28px; text-align: center; padding:0 10px; box-sizing: border-box; font-size: 14px; border:1px solid #EEE; border-radius: 2px; }
.pages > ul > li > a:hover{ background-color: #0062B1; border:1px solid #0062B1; color: #FFF !important; }
.pages > ul > li.active{ background-color: #0062B1; color: #FFF !important; }
.pages > ul > li > h3{font-weight: normal;}

.pages > ul > li > h3{font-weight: normal;}
.pages > ul > li > p{ width: auto; display: block; }
.pages > ul > li .page_number{ width: 60px; height: 30px; line-height: 28px; font-size: 14px;  text-align: center; border:1px solid #EEE; border-radius: 2px;}
.pages > ul > li > .jumpto input{ width: 48px; height: 30px; line-height: 28px; font-size: 14px;  text-align: center; border:1px solid #EEE; border-radius: 2px; }