.full-header{
    width: 100%;
    height: 88px !important ;
    background-color: #ffffff;
	box-shadow: 0px 11px 29px 0px 
		rgba(18, 82, 154, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    line-height: 88px;
}
.fp-section{
    /* padding-top: 88px; */
}
.full-header .full-header-logo{
    margin-right: 18%;
    width: 23%;
}
.full-header .full-header-center{
    width: 53%;
}
.full-header .full-header-center li{
    display: inline-block;
    height: 88px;
    line-height: 88px;
    /* margin-right: 50px ; */
    padding: 0 15px;
}
.full-header .full-header-center li a{
    display: inline-block;
    width: 100%;
    height: 100%;;
    font-size: 16px;
    color: #5c5c5c;
}
.full-header .full-header-center li a:hover{
    color: #5875a3;
    font-weight: 700;
}

.full-header .full-header-search{
    position: relative;
    top: -1px;
    cursor: pointer;
}
#fullpage .section-box{
    width: 100%;
    height: 100%;
    padding-top: 88px;
    position: relative;
}
#fullpage .section-box .swiper-slide{
    position: relative;
}
#full-container{
    width: 100%;
    height: 100%;
}
#fullpage .section-1-desc{
    /*min-width: 1020px;
    */width: 100%;
    text-align: center;
    font-size: 93px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    /*left: 50%;
    */top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#fullpage .section-1-desc .dian{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 35px;
    position: relative;
    top: -12px;
}
#fullpage .section-2 .modes{
    color: #c40514;
    font-size: 24px;
    margin-top: 93px;
}
#fullpage .section-2 .title{
    font-size: 42px;
    color: #333333;
    line-height: 54px;
    margin-top: 19px;
}
#fullpage .section-2 .desc{
    width: 598px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
    margin-top: 38px;
}
#fullpage .section-2 .look-showMore{
    display: inline-block;
    width: 161px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #1c66b9;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    font-size: 16px;
    color: #1c66b9;
    margin-top: 52px;
}
#fullpage .section-2 .bottom{
    position: relative;
    bottom: -70px;
}
#fullpage .section-2 .bottom,#fullpage .section-2 .bottom .outbox{
    width: 100%;
}
#fullpage .section-2 .bottom .outbox li{
    width: 32%;
    height: 247px;
    background-color: #ffffff;
    opacity: 0.8;
    margin-right: 2%;
    text-align: center;
    padding-top:51px;
    transition:all .5s ;
    -webkit-transition:all .5s ;
    -moz-transition:all .5s ;
    -ms-transition:all .5s ;
    -o-transition:all .5s ;
}
#fullpage .section-2 .bottom .outbox li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
#fullpage .section-2 .bottom .outbox li:last-child{
    margin-right: 0;
}
#fullpage .section-2 .bottom .outbox li .icons{
    width: 68px;
    height: 62px;
    display: inline-block;
}
#fullpage .section-2 .bottom .outbox li .icons img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#fullpage .section-2 .bottom .outbox li .title-zh{
    font-size: 26px;
    color: #333333;
    margin-top: 29px;
}
#fullpage .section-2 .bottom .outbox li .title-en{
    margin-top: 15px;
    font-size: 18px;
    color: #686766;
}
#fullpage .section-2 .bottom .outbox li .icons-hover{
    margin-top: 22px;
}
#fullpage .section-2 .bottom .icons-h{
    display: none;
}
#fullpage .section-2 .bottom .outbox li:hover{
    background: #1c66b9;
    opacity: 1;
    padding-top:31px;
}
#fullpage .section-2 .bottom .outbox li:hover .icons-status{
    display: none;
  }
#fullpage .section-2 .bottom .outbox li:hover .icons-h{
  display: block;
}
#fullpage .section-2 .bottom .outbox li:hover .title-zh,#fullpage .section-2 .bottom .outbox li:hover .title-en{
    color: #fff;
}
#fullpage .section-2 .pop-box{
    position: absolute;
    top: 250px;
    left: 56%;
}
#fullpage .section-2 .pop-box .tops{
    width: 223px;
	height: 87px;
	background-color: #c70c0c;
	box-shadow: inset 0px 0px 51px 6px 
		#ffffff;
	border-radius: 43px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding-top: 22px;
}
#fullpage .section-2 .pop-box .qipao{
    position: relative;
    left: 105px;
}
#fullpage .section-3{
    position: relative;
}
.img-setting{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.center-ver{
    position: relative;
    top: 50%;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}
#fullpage .section-3 .container-index,#fullpage .section-3 .container-index .center-box{
    height: 100%;
}
#fullpage .section-3 .center-box .item-box{
    width: 33.33333%;
    text-align: center;
    border-right: 1px solid #666765;
    height: 100%;
}
#fullpage .section-3 .center-box .item-box:last-child{
    border-right: none;
}
#fullpage .section-3 .center-box .icons{
    width: 67px;
    height: 99px;
    display: inline-block;
}
#fullpage .section-3 .center-box .icons img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#fullpage .section-3 .center-box .title{
    font-size: 24px;
	color: #ffffff;
    margin-top: 23px;
    margin-bottom: 64px
}
#fullpage .section-3 .center-box .show-more{
    font-size: 16px;
    color: #ffffff;
    display: block;
}
.section-3-title{
    position: absolute;
    left: 50%;
    top:144px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
}
.section-3-title .bg-img{
    background: url('../images/title-bg.png');
    width: 123px;
    height: 123px;
    object-fit: contain;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.section-3-title .en-title{
    font-size: 24px;
    color: #fff;
}
.section-3-title .zh-title{
    font-size: 42px;
    color: #fff;
    margin-top: 20px;
}
.section-3-title .text-box{
    position: relative;
    top: -99px;
}
#fullpage .section-3 .center-box .desc-hover{
    width: 459px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    display: none;
    transition:all .5s ;
    -webkit-transition:all .5s ;
    -moz-transition:all .5s ;
    -ms-transition:all .5s ;
    -o-transition:all .5s ;
}
#fullpage .section-3 .center-box .item-box:hover .center-ver{
    top: 45%;
}
#fullpage .section-3 .center-box .item-box:hover .desc-hover{
    display: inline-block;
    transition:all .5s ;
    -webkit-transition:all .5s ;
    -moz-transition:all .5s ;
    -ms-transition:all .5s ;
    -o-transition:all .5s ;
}
#fullpage .section-3 .center-box .item-box:hover .show-more{
    width: 161px;
	height: 48px;
    text-align: center;
    line-height: 46px;
	border-radius: 24px;
	border: solid 2px #ffffff;
    display: inline-block;
    background: rgba(255, 255 ,255, 0.25);
    margin-top: 60px;
}
#fullpage .section-4{
    background: url('../images/header-4.png');
    background-size: cover;
    position: relative;
}
#fullpage .section-4 .container-indexs{
    height: 100%;
}
#fullpage .section-4 .left-box{
    width: 50%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
#fullpage .section-4 .left-box .title-box{
    width: 317px;
    position: relative;
    left: 50%;
    top: 84px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#fullpage .section-4 .left-box .info-outbox{
    margin-top:130px;
}
#fullpage .section-4 .left-box .info-outbox li{
    width: 30.5%;
    text-align: center;
    height: 236px;
    background: #fff;
    display: inline-block;
    margin-right: 3.69%;
    margin-bottom: 30px;

}
#fullpage .section-4 .left-box .info-outbox li:nth-child(3n){
    margin-right: 0;
}
#fullpage .section-4 .left-box .info-outbox li .info-box{
    padding: 0 50px;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#fullpage .section-4 .left-box .info-outbox li .info-box .icons{
    height: 62px;
}
#fullpage .section-4 .left-box .info-outbox li .info-box .icons img{
    height: 100%;
    object-fit: contain;
}
#fullpage .section-4 .left-box .info-outbox li .info-box .title{
    font-size: 22px;
    color: #333333;
    margin-top: 27px;
    line-height: 29px;
    min-height: 58px;
}
.section-4 .left-box:hover{
    background: url('../images/hover-bg-4.png');
}
#fullpage .section-4 .hove1{
    padding-left: 80px;
}
#fullpage .section-4 .hove2{
    padding-right: 80px;
}
#fullpage .section-4 .right-img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 290px;
}
#fullpage .section-5{
    background-image: linear-gradient(0deg, 
		#e3edf1 0%, 
		#ffffff 100%), 
	linear-gradient(
		#5784c0, 
		#5784c0);
	background-blend-mode: normal, 
		normal;
}
#fullpage .section-5 .news-img{
    margin-top: 64px;
    position: relative;
    left: -42px;
}
#fullpage .section-5 .news-leibie{
    margin-top: 112px;
}
#fullpage .section-5 .news-leibie li{
    width: 136px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    background-color: #efefef;
    margin-left: 14px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
#fullpage .section-5 .news-leibie li a{
    font-size: 16px;
    color: #000000;
}
#fullpage .section-5 .news-leibie li:hover{
    background: url('../images/leibie-h.png');
}
#fullpage .section-5 .news-leibie .actives{
    background: url('../images/leibie-h.png');
}
#fullpage .section-5 .news-leibie .actives a{
    color: #fff;
}
#fullpage .section-5 .news-leibie li:hover a{
    color: #fff;
}
#fullpage .section-5 .news-b-left .img-box{
    /*width: 748px;
    */width: 100%;
    height: 426px;
    margin-bottom:20px;
    overflow: hidden;
    
}
#fullpage .section-5 .news-b-left{
    width: 44%;
    /* background-color: #ccc; */
}
#fullpage .section-5 .news-b-left .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
#fullpage .section-5 .news-b-left .times{
    font-size: 16px;
    color: #adadad;
    margin-bottom: 20px;
}
#fullpage .section-5 .news-b-left .titles{
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 20px;
    /* width: 748px; */
    width: 100%;
    height: 68px;
    text-align: justify;
}
#fullpage .section-5 .news-b-left .desc{
    font-size: 16px;
    color: #8d9091;
    /* width: 738px; */
    width: 100%;
}
#fullpage .section-5 .news-btm{
    margin-top: 40px;
}
#fullpage .section-5 .news-b-right{
    width: 50%;
    /* background-color: #1c66b9; */
}
#fullpage .section-5 .news-b-right li .titles{
    font-size: 20px;
    line-height: 32px;
	color: #333333;
    /* width: 710px; */
    width: 83%;
    height: 64px;
}
#fullpage .section-5 .news-b-right li .times{
    font-size: 16px;
    color: #878787;
    position: relative;
    top: 23px;
}
#fullpage .section-5 .news-b-right li{
    border-top: 1px solid #d1d3d4;
    padding: 35px 20px;
}
#fullpage .section-5 .news-b-right li:last-child{
    border-bottom: 1px solid #ccc;
}
#fullpage .section-5 .news-b-right li a{
    width: 100%;
    height: 100%;
}
#fullpage  .section-6 .tops{
    width: 100%;
    height: 50%;
    background: url('../images/culture-bg.png');
    background-size: cover; 
}
#fullpage  .section-6 .tops .culture-img{
    margin-top: 64px;
    position: relative;
    left: -42px
}
#fullpage  .section-6 .tops .show-more{
    display: inline-block;
    width: 161px;
	height: 52px;
    text-align: center;
    line-height: 52px;
	background-color: #ffffff;
	border-radius: 26px;
	border: solid 1px #1c66b9;
    font-size: 16px;
    color: #1c66b9;
    margin-top: 124px;
}
#fullpage  .section-6 .tops .right{
    width: 75%;
    margin-top:110px
}
#fullpage  .section-6 .tops .right a{
    display: inline-block;
    width: 30.9%;
    height: 273px;
    border: 4px solid #fff;
    margin-right: 3.187%;
    text-align: center;
    overflow: hidden;

}
#fullpage  .section-6 .tops .right a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
#fullpage  .section-6 .tops .right a:last-child{
    margin-right: 0;
}
#fullpage  .section-6 .tops .right a .titles{
	font-size: 22px;
	color: #ffffff;
    position: relative;
    top: -50px;
}
#fullpage  .section-6 .bottoms{
    width: 100%;
    height: 50%;
    background: url('../images/culture-bg2.png');
    background-size: cover; 
}

#fullpage  .section-6 .bottoms .culture-img{
    margin-top: 64px;
    position: relative;
    right: -42px
}
#fullpage  .section-6 .bottoms .show-more{
    display: inline-block;
    width: 161px;
	height: 52px;
    text-align: center;
    line-height: 52px;
	background-color: #ffffff;
	border-radius: 26px;
	border: solid 1px #1c66b9;
    font-size: 16px;
    color: #1c66b9;
    margin-top: 124px;
}
#fullpage  .section-6 .bottoms .right{
    width: 75%;
    margin-top:97px
}
#fullpage  .section-6 .bottoms .right a{
    display: inline-block;
    width: 30.9%;
    height: 273px;
    border: 4px solid #8aa5c4;
    margin-right: 3.187%;
    text-align: center;
    position:relative
}
#fullpage  .section-6 .bottoms .right a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#fullpage  .section-6 .bottoms .right a:last-child{
    margin-right: 0;
}
#fullpage  .section-6 .bottoms .right a .titles{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#fullpage  .section-6 .bottoms .right a .titles img{
	width: 45px;
    height: 44px;
    object-fit: contain;
 }
 #fullpage .section-footer{
    background: #152230;
    height: 125px;
    /*border-bottom: 1px solid #2d3945;*/
 }
 #fullpage .section-footer .left{
    /*border-right: 1px solid #2d3945;*/
    padding-right: 35px;
 }
 #fullpage .section-footer .logo-box{
    /* margin-top: 51px; */
 }
 #fullpage .section-footer .left{
    height: 125px;
    line-height: 125px;
    width: 65%;
 }
 #fullpage .section-footer .links-box a{
    color: #ffffff;
    font-size: 14px;
 }
 #fullpage .section-footer .links-box span{
    width: 2px;
    position: relative;
    top:2px;
    display: inline-block;
    height: 14px;
    background: #fff;
    margin: 0 10px;
 }
 #fullpage .section-footer .right{
    line-height: 125px;
    width: 35%;
    padding-left: 35px;
 }
 #fullpage .section-footer .right .tel-text{
    font-size: 18px;
    color: #ffffff;
 }
 #fullpage .section-footer .right .tel-box{
    line-height: normal;
    font-size: 14px;
    color: #b3b5b7;
    margin-left: 42px;
    margin-top: 40px;
 }
 #fullpage .section-footer .right .tel-box .address{
    margin-bottom: 7px;
 }
 #fullpage .section-footer .right .tel-box a{
    font-size: 14px;
    color: #b3b5b7;
 }
 #fullpage .section-footer .right .guanzhu-box span{
    font-size: 18px;
    color: #ffffff;
    margin-right: 21px;
 }
 #fullpage .section-copy{
    width: 100%;
    height: 72px;
    background: #152230;
    text-align: center;
    position: relative;
 }
 #fullpage .section-copy .tops{
    font-size: 12px;
    color: #7b7f84;
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
 #fullpage .section-copy .tops a{
    font-size: 12px;
    color: #7b7f84;
 }
 #fullpage .section-copy .btms{
    font-size: 12px;
    color: #7b7f84;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

 }
 .xian{
    width: 1px;
    height: 100vh;
    background-color: #d1d3d4;
    position: fixed;
    top: 0;
    right: 80px;
    opacity: 0.4;
 }
 @media screen and (max-width:1880px) {
    #fullpage .section-6 .tops .right a{
        margin-right: 3%;
    }
    #fullpage .section-6 .bottoms .right a{
        margin-right: 3%;
    }
 }
 @media screen and (max-width:1700px){
    #fullpage .section-4 .hove1{
        padding-left: 20px;
    }
    #fullpage .section-4 .hove2{
        padding-right: 20px;
    }
 }
 @media screen and (max-width:1620px) {
    .full-header .full-header-logo {
        margin-right: 16%;
        width: 22%;
    }
    .full-header .full-header-center li{
        padding: 0 10px;
    }
    .full-header .full-header-center {
        width: 56%;
    }
 }
 @media screen and (max-width:1550px){
    #fullpage .section-4 .left-box .info-outbox li{
        width: 29.5%;
    }
    #fullpage .section-footer .left{
        width: 60%;
    }
    #fullpage .section-footer .right{
        width: 40%;
    }
 }
 
 @media screen and (max-width:1420px) {
    .full-header .full-header-logo {
        margin-right: 12%;
        width: 20%;
    }
    .full-header .full-header-center li{
        padding: 0 10px;
    }
    .full-header .full-header-center {
        width: 61%;
    }
    #fullpage .section-footer .left{
        width: 58%;
        padding-right: 25px;
    }
    #fullpage .section-footer .right{
        width: 42%;
        padding-left: 25px;
    }
    #fullpage .section-3 .center-box .desc-hover{
        width: auto !important;
    }
    #fullpage .section-3 .center-box .item-box{
        padding: 0 20px;
    }
 }
 @media screen and (max-width:1280px){
    .full-header .full-header-logo {
        margin-right: 7%;
        width: 23%;
    }
    .full-header .full-header-center li{
        padding: 0 10px;
    }
    .full-header .full-header-center {
        width: 60%;
    }
    #fullpage .section-4 .hove1{
        padding-left: 20px;
    }
    #fullpage .section-4 .hove2{
        padding-right: 20px;
    }
    #fullpage .section-footer .left{
        width: 55%;
        padding-right: 25px;
    }
    #fullpage .section-footer .right{
        width: 45%;
        padding-left: 25px;
    }
 }

 @media screen and (max-width:768px) {
    #fullpage .section-footer .left{
        width: 55%;
        padding-right: 15px;
    }
    #fullpage .section-footer .right{
        width: 45%;
        padding-left: 15px;
    }
    
 }



 .pagination {
    position: absolute;
    z-index: 20;
    bottom: 60px;
    width: 100%;
    text-align: center;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: #bcb1b0;
    margin: 0 11px;
    opacity: 0.8;
    cursor: pointer;
  }
  .swiper-active-switch {
    background: #fff;
  }
  #fullpage .section-4 .left-box .info-outbox li:hover{
    background: url('../images/ky-h.png');
    background-size: cover;
  }
  #fullpage .section-4 .left-box .info-outbox li:hover .info-box .title{
    color: #fff;
  }
  .hover-img{
    display: none;
  }
  .hover-title{
    font-size: 16px;
    color: #ffffff;
    display: none;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
  #fullpage .section-4 .left-box .info-outbox li:hover .hover-img{
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
  #fullpage .section-4 .left-box .info-outbox li:hover .status-img{
    display: none;
  }
  #fullpage .section-4 .left-box .info-outbox li:hover .hover-title{
    display: block;
  }
  #fullpage .section-4 .left-box .info-outbox li:hover .info-box{
    top: 43%;
  }

  #fullpage .section-6 .tops .right a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#fullpage .section-6 .bottoms .right .titles img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
#fullpage .section-6 .bottoms .right a:hover .titles img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

#fullpage .section-5 .news-b-right li:hover .titles{
    color: #be0000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
#fullpage .section-5 .news-b-left:hover .titles{
    color: #be0000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
#fullpage .section-5 .news-b-left:hover img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;

    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#fullpage .section-4 .hove2 .zt-2{
    display: none;
}
#fullpage .section-4 .hove2:hover .zt-1{
    display: none;
}
#fullpage .section-4 .hove2:hover .zt-2{
    display: block;
}
#fullpage .section-4 .hove1 .ky-2{
    display: none;
}
#fullpage .section-4 .hove1:hover .ky-1{
    display: none;
}
#fullpage .section-4 .hove1:hover .ky-2{
    display: block;
}

/* 搜索框 */
.search-box{
	height: 56px;
	background-color: #ffffff;
	border-radius: 28px;
	border: solid 1px #d4d4d4;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
    width: 727px;
    line-height: normal;
    margin-top: 17px;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-right: 5px;
    padding-left: 20px;
    line-height: 56px;
    display: none;
    position: relative;
    left: -160px;
}
.search-box .btn-box{
    cursor: pointer;
    display: inline-block;
    width: 104px;
    height: 48px;
    line-height: 48px;
    background: #be0000;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
.search-box .input-box input{
    width: 80%;
    height: 50px;
    margin-left: 20px;
    width: 300px;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    top: -2px;
    font-size: 16px;
}
.search-box .icon-box img{
    vertical-align: sub;
}


/* 二级菜单修改 */
.menu-newBox{
    /*width: 209px;*/
    width: 100%;
    /* height: 455px; */
    height: auto;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    box-shadow: 0px 22px 60px 0px rgba(218, 218, 218, 0.47);
    background: url('../images/menu-bg.png');
    /*background: #f5f5f5;*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.menu-newBox .fix-img{
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    display: none;
}
.menu-newBox .info-box{
    width: 100%;
    height: 100%;
    /*padding-top: 22px;*/
    padding-top: 13px;
    /*padding-bottom: 45px;*/
    padding-bottom: 12px;
    
}
.menu-newBox .info-box .xian-menu{
    display: inline-block;
	width: 4px;
	height: 25px;
	background-color: #333;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.menu-newBox .info-box .top-box .title{
    font-size: 22px;
    line-height: 29px;
	letter-spacing: 1px;
	color: #333;
    position: relative;
    top: -4px;
    margin-left: 7px;
}
.menu-newBox .info-box .top-box{
    border-bottom: 1px solid #e7e7e7;
    padding-left: 20px;
    padding-right: 20px;
    /*padding-bottom: 19px;*/
    padding-bottom: 6px;
}
.menu-newBox .info-box .btm-box{
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 36px;
}
.menu-newBox .info-box .btm-box ul li{
    /*margin-bottom: 25px;*/
    margin-bottom: 35px;
    cursor: pointer;
}
.menu-newBox .info-box .btm-box ul li a{
    text-decoration: none;
}
.menu-newBox .info-box .btm-box ul li .icons{
    width: 17px;
    height: 21px;
    object-fit: contain;
    vertical-align: bottom;
    margin-left: 15px;
    display: none;
}
.menu-newBox .info-box .btm-box ul li .select-sj{
    margin-left: 30px;
    position: relative;
    top: -2px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.menu-newBox .info-box .btm-box ul li .li-title{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    /*margin-right: 39px;*/
    /*margin-left: 3px;*/
}
.menu-newBox .info-box .btm-box ul li .menu-more{
    display: none;
}
.menu-newBox .info-box .btm-box ul li .menu-more .items{
    width: 150px;
    height: 20px;
    line-height: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding-left: 18px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
    left: -20px;
}
.menu-newBox .info-box .btm-box ul li .menu-more .items .yuan{
    display: inline-block;
    width: 11px;
    height: 11px;
    border: solid 2px #878787;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 3px;
}
.menu-newBox .info-box .btm-box ul li .menu-more .items .more-title{
    font-size: 14px;
    color: #949494;
}
.menu-active{
    /* display: block; */
    background: #fff;
    height: 49px !important;
    line-height: 49px !important;
    margin: 15px 0 !important;
}
.menu-active .yuan{
    border: solid 2px #c70c0c !important;
}
.menu-active .more-title{
    color: #014087 !important;
}
.menu-active a{
    display: inline-block;
}
.select-sj-active{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

#dnn_ctr3805_ModuleContent img{ max-width:100%}