@charset "UTF-8";

@font-face {
    font-family: "num-font1";
    src: url(../fonts/PINGFANG\ BOLD.TTF);
}

/*整站样式*/
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button{margin:0;padding:0; border:0;box-sizing: border-box;}
body{font-size: 12px;font-family: 'Microsoft YaHei'; }
input,textarea,button{padding: 0;font-family: 'Microsoft YaHei';}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,ol,li{ list-style-type:none;}
img{border:0;vertical-align:middle; max-width:100%;}
select,input,textarea,button{vertical-align:middle;outline: none;}
table{border-collapse:collapse;border-spacing:0}
iframe{border:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
.hidden{display:none;visibility:hidden;}
.wrap{border: 0;padding:0;width:1150px;margin:0 auto;*zoom:1;}
.wrap:after{clear: both;content:"";display: table;}
.clear{clear:both;font-size:0;line-height:0;height:0;visibility:hidden;}
.fix{*zoom:1;}
.fix:after{clear: both;content:"";display: table;}
.fl{float: left;}
.fr{float: right;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}

.banner .swiper-slide .box .index_video{
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
}
.footer{
    width: 100%;
    background: #25282b;
}
.footer .foot1{
    width: 100%;
    padding: 60px 0 77px;
    border-bottom: 1px solid #393c3e;
}
.footer .f-box{
    width: 73.7%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer .foot1 .f-box .box1{
    width: 24.4%;
}
.footer .foot1 .f-box .box1 .t1{
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}
.footer .foot1 .f-box .box1 .t2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}
.footer .foot1 .f-box .box1 .t2 a{
    width: 33.3%;
    font-size: 14px;
    line-height: 27px;
    color: #fff;
}

.footer .foot1 .f-box .box1 .t2 a:hover{
    color: #ffb323;
}
.footer .foot1 .f-box .box2{
    width: 32.5%;
}
.footer .foot1 .f-box .box2 .t1{
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}
.footer .foot1 .f-box .box2 .t2 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}
.footer .foot1 .f-box .box2 .t2 li{
    width: 50%;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
}
.footer .foot1 .f-box .box2 .t2 li:last-child{
    width: 100%;
}
.footer .foot1 .f-box .box3{
    display: flex;
    padding-top: 16px;
}
.footer .foot1 .f-box .box3 .tbox{
    width: 97px;
    margin-right: 33px;
}
.footer .foot1 .f-box .box3 .tbox:last-child{
    margin-right: 0;
}
.footer .foot1 .f-box .box3 .tbox img{
    width: 100%;
}
.footer .foot1 .f-box .box3 .tbox span{
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.footer .foot2{
    width: 100%;
}
.footer .foot2 .f-box{
    padding: 11px 0;
}
.footer .foot2 .f-box .copyright{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
.footer .foot2 .f-box .copyright a{
    color: #fff;
}
.footer .foot2 .f-box .jszc{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
.footer .foot2 .f-box .jszc a{
    color: #fff;
}


/* -----index------ */

.section{
    width: 100%;
    height: 100%;
    position: relative;
}
.header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    z-index: 99;
    padding-right: 17px;
}
.header .h-box{
    width: 1616px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .h-box .logo{
    width: 24.25%;
}
.header .h-box .menu{
    display: flex;
}
.header .h-box .menu ul{
    display: flex;
}
.header .h-box .menu ul li{
    position: relative;
    height: 100px;
    margin-right: 105px;
    transition: all ease .5s;
}
.header .h-box .menu ul li:last-child{
    margin-right: 46px;
}
.header .h-box .menu ul li .menu-link{
    height: 100%;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.header .h-box .menu ul li .menu-link::after{
/*    width: 20px;
    height: 2px;
    background: #1e488a;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 72px;
    display: none;*/
}
.header .h-box .menu ul li .c-menu{
    min-width: 120px;
    padding: 0 18px;
    background: #fff;
    box-shadow: 0 0 20px 1px rgba(86,86,86,.3);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.header .h-box .menu ul li .c-menu .c-menu-link{
    text-align: center;
    font-size: 14px;
    height: 64px;
    line-height: 64px;
    color: #717171;
    display: block;
    border-bottom: 1px solid #dcdcdc;
}
.header .h-box .menu ul li .c-menu .c-menu-link:hover{
    color: #1e488a;
    border-bottom-color: #1e488a;
}

.header .h-box .menu ul li .c-menu .c-menu-link:last-child{
    border-bottom: none;
}
.header .h-box .menu ul li.on .menu-link::after{
    display: block;
}
@media (min-width: 990px){
    .header .h-box .menu ul li:hover .menu-link{
        color: #fff;
    }
    .header .h-box .menu ul li.on .menu-link{
        color: #fff;
    }

    .header .h-box .menu ul li .menu-link:hover{
        color: #1e488a;
    }
    .header .h-box .menu ul li:hover .menu-link::after{
        color: #fff;
    }
    .header .h-box .menu ul li:hover .menu-link::after{
        display: block;
    }


    .header .h-box .menu ul li:hover .c-menu{
        display: block;
    }

}


.header .h-box .menu .language{
    border-left: 1px solid rgba(255,255,255,.1);
    height: 100px;
    display: flex;
    align-items: center;
}
.header .h-box .menu .language .search{
    margin: 0 15px 0 25px;
    width: 74px;
    text-align: center;
    cursor: pointer;
}
.header .h-box .menu .language a{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    display: block;
}


.header-search{
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid rgba(255,255,255,.1);
    z-index: 99;
    display: none;
}
.header-search .h-box{
    width: 1616px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-search .h-box .logo{
    width: 24.25%;
}
.header-search .h-box .language{
    height: 100px;
    display: flex;
    align-items: center;
}
.header-search .h-box .language .search-box{
    display: flex;
    margin-right: 40px;
    position: relative;
}
.header-search .h-box .language .search-box .txt{
    width: 290px;
    height: 50px;
    background: url(../images/nicon2.png) left center no-repeat;
    padding-left: 45px;
    font-size: 14px;
    color: #888;
    border: none;
}
.header-search .h-box .language .search-box .txt2{
    width: 45px;
    height: 50px;
    background: url(../images/nicon2.png) left center no-repeat;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}
.header-search .h-box .language .search-box .closes{
    margin-left: 15px;
    width: 25px;
    height: 50px;
    background: url(../images/nicon3.png) center center no-repeat;
    cursor: pointer;
}
.header-search .h-box .language a{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}





.index-menu{
    position: fixed;
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.index-menu li{
    width: 12px;
    height: 12px;
    border: 1px solid #f9fafc;
    border-radius: 50%;
    margin: 30px 0;
}
.index-menu li.active{
    background: #fff;
}
.index-menu li a{
    width: 12px;
    height: 12px;
    display: block;
}

.section-page1{
    width: 100%;
    height: 100%;
}
.banner{
    width: 100%;
    height: 100%;
}
.banner .swiper-container{
    width: 100%;
    height: 100%;
}
.banner .swiper-slide canvas{
    width: 100%;
    height: 100%;
}
.banner .swiper-slide .box{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .swiper-slide .box .mimg{
    display: none;
}

.banner .swiper-slide .box .nimg{
    width:38%;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner .swiper-slide .box .nimg img{
    position: relative;
    animation: rotate 200s linear infinite;
    -webkit-animation: rotate 200s linear infinite;
}
@keyframes rotate {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  @-webkit-keyframes rotate {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0);
    }
  }
.banner .swiper-slide .box .tbox{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9;
}
.banner .swiper-slide .box .tbox .t1{
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}
.banner .swiper-slide .box .tbox .t2{
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
}
.banner .swiper-slide .box .tbox .t3{
    width: 48%;
    height: 50px;
    background: rgba(36,88,177,.75);
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 66px auto 0;
    padding: 0 20px;
}
.banner .swiper-slide .box .tbox .t3 a{
    color: #fff;
}

.banner .swiper-slide .box .nimg2{
    width:36%;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner .swiper-slide .box .nimg2 .dian1{
    position: absolute;
    top: 9%;
    left: 23%;
    animation: opacity 1s linear infinite;
    -webkit-animation: opacity 1s linear infinite;
}
.banner .swiper-slide .box .nimg2 .dian2{
    position: absolute;
    left: 10.8%;
    bottom: 20.5%;
    animation: opacity 1s linear infinite;
    -webkit-animation: opacity 1s linear infinite;
}
.banner .swiper-slide .box .nimg2 .dian3{
    position: absolute;
    right: 6.6%;
    bottom: 30.5%;
    animation: opacity 1s linear infinite;
    -webkit-animation: opacity 1s linear infinite;
}
@keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.banner .swiper-slide .box .tbox2{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9;
}
.banner .swiper-slide .box .tbox2 .t1{
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    font-weight: bold;
}
.banner .swiper-slide .box .tbox2 .t2{
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
}
.banner .swiper-slide .box .tbox2 .t3{
    width: 278px;
    height: 50px;
    background: rgba(36,88,177,.75);
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 45px auto 0;
    padding: 0 20px;
}
.banner .swiper-slide .box .tbox2 .t3 a{
    color: #fff;
}





.banner .swiper-container .swiper-pagination{
    bottom: 136px;
    z-index: 9;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .5;
}
.banner .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}

.section-page1 .next{
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 9;
    width: 70px;
    height: 100px;
}
.section-page1 .next .tbox{
    position: absolute;
    animation: downico 1.5s ease-out infinite;
    left: 0;
    top: 0;
    text-align: center;
}
.section-page1 .next .t1{
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-top: 8px;
}
.section-page1 .next .t2{
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-top: 3px;
}
@keyframes downico {
	0% {
		top: 0;
		opacity: 1;
	}

	35% {
		top: 50%;
		opacity: 0;
	}

	65% {
		top: -50%;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

.section-page2{
    width: 100%;
    height: 100%;
}
.section-page2 .title{
    padding-top: 150px;
    text-align: center;
}
.section-page2 .title .t1{
    font-size: 36px;
    line-height: 1;
    color: #fff;
}
.section-page2 .title .t2{
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    opacity: .6;
}
.section-page2 .box{
    width: 1151px;
    height: 654px;
    background: url(../images/ibg2.png) center center no-repeat;
    background-size: cover;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
    padding-top: 180px;
}
.section-page2 .box .t1{
    font-size: 48px;
    line-height: 1;
    color: #fff;
    letter-spacing: 8px;
}
.section-page2 .box .t2{
    font-size: 28px;
    line-height: 1;
    color: #fff;
    margin-top: 20px;
}
.section-page2 .box .t2 span{
    color: #104ca5;
}
.section-page2 .box .t3{
    width: 420px;
    margin: 60px auto 30px;
    font-size: 16px;
    line-height: 32px;
    color: #eee;
}
.section-page2 .box .more{
    font-size: 16px;
    line-height: 32px;
    color: #eee;
    margin: 32px auto 0;
}
.section-page2 .box .p1{
    width: 223px;
    height: 55px;
    background: rgba(255,255,255,.3);
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    display: block;
    position: absolute;
    top: 62px;
    left: -126px;
}
.section-page2 .box .p2{
    width: 223px;
    height: 55px;
    background: rgba(255,255,255,.3);
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    display: block;
    position: absolute;
    top: 63px;
    right: -127px;
}
.section-page2 .box .p3{
    width: 223px;
    height: 55px;
    background: rgba(255,255,255,.3);
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 84px;
    left: -126px;
}
.section-page2 .box .p4{
    width: 223px;
    height: 55px;
    background: rgba(255,255,255,.3);
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 84px;
    right: -126px;
}
.section-page2 .box .p1:hover,
.section-page2 .box .p2:hover,
.section-page2 .box .p3:hover,
.section-page2 .box .p4:hover{
    background: #1e488a;
}


.section-page3{
    width: 100%;
    height: 100%;
}
.section-page3 .title{
    padding-top: 150px;
    text-align: center;
}
.section-page3 .title .t1{
    font-size: 36px;
    line-height: 1;
    color: #fff;
}
.section-page3 .title .t2{
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    opacity: .6;
}
.section-page3 .box{
    width: 1600px;
    margin: 157px auto 0;
    display: flex;
    justify-content: space-around;
}
.section-page3 .box .left{
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    animation-delay: .1s;
}
.section-page3 .box .left .tbox{
    width: 50%;
    cursor: pointer;
}
.section-page3 .box .left .tbox .t1{
    width: 98px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 80px;
    font-weight: bold;
    color: rgba(255,255,255,.31);
    border-radius: 50%;
}
.section-page3 .box .left .tbox:hover .t1{
    border: 1px dashed #fff;
}
.section-page3 .box .left .tbox .t1 span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #d6d6d6;
}
.section-page3 .box .left .tbox .t2{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-left: 25px;
}

.section-page3 .box .img{
    width: 54.56%;
    position: relative;
    animation-delay: .4s;
}
.section-page3 .box .img li{
    display: none;
}
.section-page3 .box .img li.on{
    display: block;
}
.section-page3 .box .img::before{
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-top: 2px solid #035aa6;
    border-right: 2px solid #035aa6;
    content: '';
    position: absolute;
    top: -9px;
    right: -9px;
}
.section-page3 .box .img::after{
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 2px solid #035aa6;
    border-left: 2px solid #035aa6;
    content: '';
    position: absolute;
    bottom: -9px;
    left: -9px;
}


.section-page4{
    width: 100%;
    height: 100%;
}
.section-page4 .title{
    padding-top: 150px;
    text-align: center;
}
.section-page4 .title .t1{
    font-size: 36px;
    line-height: 1;
    color: #fff;
}
.section-page4 .title .t2{
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    opacity: .6;
}
.section-page4 .page4-box{
    width: 1600px;
    margin: 136px auto 0;
}
.section-page4 .page4-box .box1{
    width: 100%;
}
.section-page4 .page4-box .box1 li{
    width: 100%;
    display: none;
}
.section-page4 .page4-box .box1 li.on{
    display: block;
}
.section-page4 .page4-box .box1 li a{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.section-page4 .page4-box .box1 li .img{
    width: 44.4%;
}
.section-page4 .page4-box .box1 li .tbox{
    width: 43.7%;
    margin-left: 4.6%;
}
.section-page4 .page4-box .box1 li .tbox .t1{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}
.section-page4 .page4-box .box1 li .tbox .t2{
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    margin-top: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section-page4 .page4-box .box1 li .tbox .t3{
    width: 120px;
    height: 40px;
    background: #1e488a;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #f8f8f8;
    margin-top: 65px;
}
.section-page4 .page4-box .box2{
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin-top: 83px;
}
.section-page4 .page4-box .box2 ul{
    display: flex;
    justify-content: start;
}
.section-page4 .page4-box .box2 li{
    position: relative;
    padding-right: 50px;
    margin-right: 125px;
    cursor: pointer;
}
.section-page4 .page4-box .box2 li::after{
    width: 125px;
    height: 2px;
    background: #eef1f4;
    content: '';
    position: absolute;
    right: -125px;
    top: 50%;
    transform: translateY(-50%);
}
.section-page4 .page4-box .box2 li:first-child{
    margin-left: 80px;
}
.section-page4 .page4-box .box2 li:first-child::before{
    width: 80px;
    height: 2px;
    background: #eef1f4;
    content: '';
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.section-page4 .page4-box .box2 li:last-child::after{
    width: 500px;
    height: 2px;
    background: #eef1f4;
    content: '';
    position: absolute;
    right: -500px;
    top: 50%;
    transform: translateY(-50%);
}
.section-page4 .page4-box .box2 li .num{
    font-size: 80px;
    line-height: 1;
    color: #023069;
    position: absolute;
    font-weight: bold;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.section-page4 .page4-box .box2 li.on .num{
    display: block;
}
.section-page4 .page4-box .box2 li .txt{
    font-size: 18px;
    line-height: 80px;
    height: 80px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.section-page4 .page4-box .box2 li .txt span{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin: 0 20px 0 50px;
}


.section-page5{
    width: 100%;
    height: 100%;
}
.section-page5 .title{
    padding-top: 150px;
    text-align: center;
}
.section-page5 .title .t1{
    font-size: 36px;
    line-height: 1;
    color: #fff;
}
.section-page5 .title .t2{
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    opacity: .6;
}
.section-page5 .page5-box{
    width: 1600px;
    margin: 48px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.section-page5 .page5-box .boxs{
    width: 33.3%;
    text-align: center;
    padding: 70px 0 55px;
    position: relative;
}
.section-page5 .page5-box .boxs:nth-child(1){
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.section-page5 .page5-box .boxs:nth-child(1)::after{
    width: 1px;
    height: 50%;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}
.section-page5 .page5-box .boxs:nth-child(2){
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.section-page5 .page5-box .boxs:nth-child(2)::after{
    width: 1px;
    height: 50%;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}
.section-page5 .page5-box .boxs:nth-child(3){
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.section-page5 .page5-box .boxs:nth-child(4){

}
.section-page5 .page5-box .boxs:nth-child(4)::after{
    width: 1px;
    height: 50%;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.section-page5 .page5-box .boxs:nth-child(5){

}
.section-page5 .page5-box .boxs:nth-child(5)::after{
    width: 1px;
    height: 50%;
    background: rgba(255,255,255,.1);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.section-page5 .page5-box .boxs:nth-child(6){

}

.section-page5 .page5-box .boxs .num{
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}
.section-page5 .page5-box .boxs .t1{
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin-top: 33px;
}
.section-page5 .page5-box .boxs .t2{
    font-size: 14px;
    line-height: 24px;
    color: #eee;
    width: 230px;
    margin: 15px auto 0;
}

.section-page6{
    width: 100%;
    height: 100%;
}
.section-page6 .title{
    padding-top: 150px;
    text-align: center;
}
.section-page6 .title .t1{
    font-size: 36px;
    line-height: 1;
    color: #fff;
}
.section-page6 .title .t2{
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    opacity: .6;
}
.section-page6 .menu{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 55px;
}
.section-page6 .menu a{
    width: 180px;
    height: 50px;
    background: rgba(255,255,255,.15);
    border-radius: 16px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    margin: 0 64px;
}
.section-page6 .menu a:hover,
.section-page6 .menu a.on{
    background: #1e488a;
}
.section-page6 .boxs{
    width: 1390px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}
.section-page6 .boxs .left{
    width: 42.4%;
}
.section-page6 .boxs .left a{
    display: block;
}
.section-page6 .boxs .left .img{
    width: 100%;
}
.section-page6 .boxs .left .tbox{
    width: 100%;
}
.section-page6 .boxs .left .tbox .t1{
    font-size: 14px;
    color: #eee;
    padding-left: 25px;
    line-height: 26px;
    margin-top: 13px;
    background: url(../images/icon59.png) left center no-repeat;
}
.section-page6 .boxs .left .tbox .t2{
    width: 10px;
    height: 1px;
    background: #fff;
    margin-top: 20px;
}
.section-page6 .boxs .left .tbox .t3{
    font-size: 20px;
    line-height: 30px;
    color: #e3e3e3;
    margin-top: 20px;
    transition: all ease .5s;
}
.section-page6 .boxs .left .tbox:hover .t3{
    color: #fff;
}
.section-page6 .boxs .left .tbox .t4{
    font-size: 14px;
    line-height: 24px;
    color: #eee;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section-page6 .boxs .left .tbox .t5{
    font-size: 14px;
    line-height: 24px;
    color:#c8c8c8;
    margin-top: 20px;
}
.section-page6 .boxs .right{
    width: 47.5%;
    animation-delay: .5s;
}
.section-page6 .boxs .right li{
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 47px 0 46px;
}
.section-page6 .boxs .right li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    box-sizing: border-box;
}
.section-page6 .boxs .right li a .tbox1{
    width: 82%;
    position: relative;
}
.section-page6 .boxs .right li a .tbox1 .t1{
    font-size: 20px;
    line-height: 24px;
    color: #eee;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section-page6 .boxs .right li:hover a .tbox1 .t1{
    color: #fff;
    font-weight: bold;
}
.section-page6 .boxs .right li a .tbox1::after{
    width: 10px;
    height: 3px;
    background: #fff;
    opacity: .3;
    content: '';
    position: absolute;
    left: -40px;
    top: 9px;
    transition: all ease .5s;
}
.section-page6 .boxs .right li:hover a .tbox1::after{
    opacity: 1;
}
.section-page6 .boxs .right li a .tbox1 .t2{
    font-size: 14px;
    line-height: 24px;
    color: #eee;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section-page6 .boxs .right li a .tbox2{

}
.section-page6 .boxs .right li a .tbox2 .t1{
    font-size: 24px;
    line-height: 1;
    color: #eee;
    opacity: .5;
    transition: all ease .5s;
}
.section-page6 .boxs .right li:hover a .tbox2 .t1{
    opacity: 1;
}
.section-page6 .boxs .right li a .tbox2 .t2{
    width: 64px;
    height: 30px;
    border-left: 1px solid #fff;
    background: url(../images/icon60.png) right center no-repeat;
    margin-top: 35px;
    opacity: 0;
    transition: all ease .5s;
}
.section-page6 .boxs .right li:hover a .tbox2 .t2{
    opacity: 1;
}

.section-page7{
    width: 100%;
    height: 100%;
}
.section-page7 .page7-box1{
    width: 1240px;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.section-page7 .page7-box1 .box1{
    width: 45%;
}
.section-page7 .page7-box1 .box1 .top{

}
.section-page7 .page7-box1 .box1 .top .t1{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
}
.section-page7 .page7-box1 .box1 .top .t2{
    font-size: 14px;
    color: #eee;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
}
.section-page7 .page7-box1 .box1 .top .t3{
    width: 12px;
    height: 1px;
    background: #eee;
    margin-top: 20px;
}
.section-page7 .page7-box1 .box1 .list{
    width: 100%;
    margin-top: 57px;
}
.section-page7 .page7-box1 .box1 .list li{
    font-size: 16px;
    line-height: 40px;
    color: #eee;
}
.section-page7 .page7-box1 .box1 .list li img{
    width: 20px;
}
.section-page7 .page7-box1 .box2{
    width: 44%;
    animation-delay: .3s;
}
.section-page7 .page7-box1 .box2 .top .t1{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
}
.section-page7 .page7-box1 .box2 .top .t2{
    font-size: 14px;
    color: #eee;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
}
.section-page7 .page7-box1 .box2 .top .t3{
    width: 12px;
    height: 1px;
    background: #eee;
    margin-top: 20px;
}
.section-page7 .page7-box1 .box2 .ewm{
    width: 100%;
    display: flex;
    margin-top: 80px;
}
.section-page7 .page7-box1 .box2 .ewm .t1{
    text-align: center;
    margin-right: 33px;
}
.section-page7 .page7-box1 .box2 .ewm .t1:last-child{
    margin-right: 0;
}
.section-page7 .page7-box1 .box2 .ewm .t1 span{
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #eee;
    margin-top: 5px;
}
.section-page7 .page7-box1 .box3{
    width: 11%;
    animation-delay: .5s;
}
.section-page7 .page7-box1 .box3 .top .t1{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
}
.section-page7 .page7-box1 .box3 .top .t2{
    font-size: 14px;
    color: #eee;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
}
.section-page7 .page7-box1 .box3 .top .t3{
    width: 12px;
    height: 1px;
    background: #eee;
    margin-top: 20px;
}
.section-page7 .page7-box1 .box3 .list{
    width: 100%;
    margin-top: 57px;
}
.section-page7 .page7-box1 .box3 .list a{
    font-size: 16px;
    color: #eee;
    line-height: 40px;
    display: block;
}
.section-page7 .page7-box1 .box3 .list a:hover{
    color: #fff;
}
.section-page7 .page7-box2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 26px 0;
}
.section-page7 .page7-box2 .boxs{
    width: 1240px;
    display: flex;
    justify-content: space-around;
    margin: auto;
}
.section-page7 .page7-box2 span{
    font-size: 14px;
    line-height: 28px;
    color: #eee;
}
.section-page7 .page7-box2 a{
    color: #eee;
}




/* -----------info-css------------ */
.info-header{
    width: 100%;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.info-header .h-box{
    width: 1616px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-header .h-box .logo{
    width: 24.25%;
}
.info-header .h-box .menu{
    display: flex;
}
.info-header .h-box .menu ul{
    display: flex;
}
.info-header .h-box .menu ul li{
    position: relative;
    height: 100px;
    margin-right: 105px;
}
.info-header .h-box .menu ul li:last-child{
    margin-right: 46px;
}
.info-header .h-box .menu ul li .menu-link{
    height: 100%;
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
    position: relative;
}
.info-header .h-box .menu ul li .menu-link::after{
/*    width: 20px;
    height: 2px;
    background: #1e488a;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 72px;
    display: none;*/
}
.info-header .h-box .menu ul li .c-menu{
    min-width: 120px;
    padding: 0 18px;
    background: #fff;
    box-shadow: 0 0 20px 1px rgba(86,86,86,.3);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.info-header .h-box .menu ul li .c-menu .c-menu-link{
    text-align: center;
    font-size: 14px;
    height: 64px;
    line-height: 64px;
    color: #717171;
    display: block;
    border-bottom: 1px solid #dcdcdc;
}

.info-header .h-box .menu ul li .c-menu .c-menu-link:hover{
    color: #1e488a;
    border-bottom-color: #1e488a;
}
.info-header .h-box .menu ul li .c-menu .c-menu-link:last-child{
    border-bottom: none;
}
.info-header .h-box .menu ul li.on .menu-link::after{
    display: block;
}
@media (min-width: 990px){
    .info-header .h-box .menu ul li:hover .menu-link{
        color: #1e488a;
    }
    .info-header .h-box .menu ul li.on .menu-link{
        color: #1e488a;
    }
    .info-header .h-box .menu ul li:hover .menu-link::after{
        color: #1e488a;
    }
    .info-header .h-box .menu ul li:hover .menu-link::after{
        display: block;
    }

    .info-header .h-box .menu ul li:hover .c-menu{
        display: block;
    }

}

.info-header .h-box .menu .language{
    border-left: 1px solid #f0f0f0;
    height: 100px;
    display: flex;
    align-items: center;
}
.info-header .h-box .menu .language .search{
    margin: 0 15px 0 25px;
    width: 74px;
    text-align: center;
    cursor: pointer;
}
.info-header .h-box .menu .language a{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
    display: block;
}


.info-banner{
    width: 100%;
    position: relative;
    margin-top: 100px;
}
.info-banner img{
    width: 100%;
}
.info-banner .b-box{
    width: 1600px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.info-banner .b-box .tbox{
    position: absolute;
    left: 0;
    padding-left: 125px;
    top: 141px;
}
.info-banner .b-box .tbox .t1{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    opacity: .3;
    text-transform: uppercase;
    line-height: 1;
}
.info-banner .b-box .tbox .t2{
    font-size: 32px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    /* text-shadow: 0 0 3px 1px rgba(1,33,83,.56); */
    margin-top: 52px;
}
.info-banner .b-box .tbox .t3{
    font-size: 22px;
    color: #e5e5e5;
    line-height: 1;
    margin-top: 18px;
}
.info-banner .b-box .breadcrumbs{
    position: absolute;
    right: 0;
    bottom: 18px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding-left: 32px;
    background: url(../images/icon1.png) left center no-repeat;
    background-size: 20px;
}
.info-banner .b-box .breadcrumbs a{
    color: #fff;
}


.info-box{
    width: 1600px;
    margin: auto;
    position: relative;
}

.about-box1{
    width: 100%;
    background: #f8f8fc url(../images/a-bg1.jpg) left center no-repeat;
}
.about-box1 .info-box{
    display: flex;
    justify-content: space-between;
    padding: 80px 65px 96px 86px;
    align-items: center;
}
.about-box1 .info-box .box1{
    width: 30%;
}

.about-box1 .info-box .box1{
    /*padding-left: 85px;*/
    position: relative;
}
.about-box1 .info-box .box1 .t1{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.about-box1 .info-box .box1 .t2{
    font-size: 14px;
    line-height: 25px;
    color: #666;
    margin-top: 12px;
}
.about-box1 .info-box .box1 .t3{
    font-size: 133px;
    line-height: 1;
    color: #e4e1e1;
    position: absolute;
    left: 190px;
    top: -35px;
    opacity: .29;
    font-weight: bold;
}

.about-box1 .info-box .box2{
    width: 64.8%;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    transition: all ease .5s;
}


.about-box2{
    width: 100%;
    position: relative;
}
.about-box2 img{
    width: 100%;
}
.about-box2 .info-box{
    padding-left: 95px;
    padding-top: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about-box2 .info-box .t1{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}
.about-box2 .info-box .t2{
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-top: 17px;
}


.about-box3{
    width: 100%;
    padding: 82px 0 87px;
    background: url(../images/a-bg2.jpg) center bottom no-repeat;
}
.about-box3 .info-box .tbox{
    padding-left: 85px;
    position: relative;
}
.about-box3 .info-box .tbox .t1{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.about-box3 .info-box .tbox .t2{
    font-size: 14px;
    line-height: 25px;
    color: #666;
    margin-top: 12px;
}
.about-box3 .info-box .tbox .t3{
    font-size: 133px;
    line-height: 1;
    color: #e4e1e1;
    position: absolute;
    left: 275px;
    top: -35px;
    opacity: .29;
    font-weight: bold;
}
.about-box3 .info-box .lbox{
    width: 100%;
    margin-top: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 180px 0 127px;
}
.about-box3 .info-box .lbox .img{
    width: 26%;
}
.about-box3 .info-box .lbox .sbox{
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-box3 .info-box .lbox .sbox .lilist{
    position: relative;
    width: 67%;
}
.about-box3 .info-box .lbox .sbox .lilist li{
    font-size: 18px;
    line-height: 45px;
    color: #333;
    position: relative;
    cursor: pointer;
    transition: all ease .5s;
    display: flex;
    align-items: center;
}
.about-box3 .info-box .lbox .sbox .lilist li .s1{
    color: #888;
}
.about-box3 .info-box .lbox .sbox .lilist li .s2{
    margin-left: 25px;
    transition: all ease .5s;
    width: 0;
    height: 1px;
    background: #888;
    display: inline-block;
}
.about-box3 .info-box .lbox .sbox .lilist li:hover,
.about-box3 .info-box .lbox .sbox .lilist li.on{
    margin-left: -50px;
    font-weight: bold;
    color: #1e488a;
}
.about-box3 .info-box .lbox .sbox .lilist li:hover .s1,
.about-box3 .info-box .lbox .sbox .lilist li.on .s1{
    font-weight: initial;
}
.about-box3 .info-box .lbox .sbox .lilist li:hover .s2,
.about-box3 .info-box .lbox .sbox .lilist li.on .s2{
    width: 57px;
    margin-right: 16px;
}
.about-box3 .info-box .lbox .sbox .imglist{
    width: 33%;
}
.about-box3 .info-box .lbox .sbox .imglist li{
    display: none;
    box-shadow: 0 0 40px 0 rgba(86,86,86,.14);
}
.about-box3 .info-box .lbox .sbox .imglist li.on{
    display: block;
}


.about-box4{
    width: 100%;
    padding: 120px 0 60px;
}
.about-box4 .info-box .tbox{
    padding-left: 85px;
    position: relative;
}
.about-box4 .info-box .tbox .t1{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.about-box4 .info-box .tbox .t2{
    font-size: 14px;
    line-height: 25px;
    color: #666;
    margin-top: 12px;
}
.about-box4 .info-box .tbox .t3{
    font-size: 133px;
    line-height: 1;
    color: #e4e1e1;
    position: absolute;
    left: 275px;
    top: -35px;
    opacity: .29;
    font-weight: bold;
}
.about-box4 .info-box .list{
    width: 100%;
    padding: 0 72px 0 82px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.about-box4 .info-box .list .box1{
    position: relative;
    width: 41.4%;
}
.about-box4 .info-box .list .box1 span{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,.6);
}
.about-box4 .info-box .list .box2{
    width: 57%;
}
.about-box4 .info-box .list .box2 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-box4 .info-box .list .box2 li{
    position: relative;
    width: 49%;
    margin-bottom: 15px;
}
.about-box4 .info-box .list .box2 li:nth-last-child(2),
.about-box4 .info-box .list .box2 li:last-child{
    margin-bottom: 0;
}
.about-box4 .info-box .list .box2 li span{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,.6);
}


.culture{
    width: 100%;
    margin-top: 85px;
}
.culture .box1{
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 90px;
}
.culture .box1:nth-last-child(2n){
    justify-content: flex-end;
}
.culture .box1 .img{
    width: 43.125%;
    position: absolute;
    right: 0;
    top: 0;
}
.culture .box1:nth-last-child(2n) .img{
    left: 0;
}
.culture .box1 .tbox{
    width: 80.625%;
}
.culture .box1 .tbox .ta{
    position: relative;
    padding: 72px 0 43px 45px;
}
.culture .box1 .tbox .ta .t1{
    font-size: 26px;
    color: #1e488a;
    line-height: 1;
    font-weight: bold;
}
.culture .box1 .tbox .ta .t2{
    font-size: 66px;
    line-height: 1;
    color: #1e488a;
    font-weight: bold;
    position: absolute;
    left: 40px;
    top: 43px;
    text-transform: uppercase;
    opacity: .08;
}
.culture .box1 .tbox .ta .t3{
    width: 5px;
    height: 30px;
    background: #1e488a;
    position: absolute;
    left: 94px;
    bottom: -15px;
}
.culture .box1:nth-last-child(2n) .tbox .ta{
    padding: 72px 0 43px 36.4%;
}
.culture .box1:nth-last-child(2n) .tbox .ta .t2{
    left: 35.7%;
    top: 43px;
}
.culture .box1:nth-last-child(2n) .tbox .ta .t3{
    left: 40.2%;
}
.culture .box1 .tbox .tb{
    width: 100%;
    height: auto;
    background: #f8f8f8;
    padding: 85px 0 0 80px;
}
.culture .box1:nth-last-child(2n) .tbox .tb{
    padding-left: 40%;
}
.culture .box1 .tbox .tb .t1{
    width: 65%;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    padding-left: 40px;
}
.culture .box1 .tbox .tb .t2{
    margin-top: 50px;
}
.culture .box1 .tbox .tb .t2 .ts{
    margin-bottom: 42px;
}
.culture .box1 .tbox .tb .t2 .ts .ts1{
    font-size: 18px;
    line-height: 20px;
    color: #333;
    display: flex;
    align-items: center;
}
.culture .box1 .tbox .tb .t2 .ts .ts1 img{
    width: 30px;
    margin-right: 10px;
}
.culture .box1 .tbox .tb .t2 .ts .ts2{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 12px;
    padding-left: 40px;
}
.culture .box1 .tbox .tb .t3{
    width: 65%;
    font-size: 18px;
    line-height: 41px;
    color: #333;
}
.culture .box1 .tbox .tb .t3 span{
    width: 675px;
    display: inline-block;
}


.case{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 86px;
}
.case .info-box{
    padding-left: 125px;
}
.case-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 78px;
}
.case-box:nth-last-child(2n){
    flex-direction: row-reverse;
    padding: 0 125px 0 70px;
    box-sizing: border-box;
}
.case-box:last-child{
    margin-bottom: 0;
}
.case-box:nth-last-child(2n) .img{
    width: 46.7%;
}
.case-box:nth-last-child(2n) .tbox{
    width: 46.7%;
}
.case-box .img{
    width: 40%;
}
.case-box .tbox{
    width: 52.5%;
}
.case-box .tbox .t1{
    width: 1px;
    height: 100px;
    background: #666;
    margin-left: 30px;
}
.case-box .tbox .t2{
    font-size: 55px;
    line-height: 1;
    color: #333;
    margin-top: 13px;
    font-family: "num-font1";
}
.case-box .tbox .t3{
    font-size: 30px;
    color: #333;
    line-height: 1;
    font-weight: bold;
    margin-top: 36px;
}
.case-box .tbox .t4{
    font-size: 18px;
    line-height: 40px;
    color: #333;
    margin-top: 24px;
}


.case-info{
    width: 100%;
    background: url(../images/a-bg3.jpg) right top no-repeat;
}
.case-info .title{
    font-size: 30px;
    color: #333;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 72px 0 85px;
}
.case-info .box1{
    width: 100%;
    padding-bottom: 55px;
}
.case-info .box1 .info-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-info .box1 .info-box .img{
    width: 36.25%;
}
.case-info .box1 .info-box .img img{
    width: 100%;
}
.case-info .box1 .info-box .tbox{
    width: 61.125%;
}
.case-info .box1 .info-box .tbox .top{
    padding-top: 7px;
}
.case-info .box1 .info-box .tbox .top .t1{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
}
.case-info .box1 .info-box .tbox .top .t2{
    font-size: 14px;
    color: #888;
    line-height: 18px;
}
.case-info .box1 .info-box .tbox .top .t3{
    width: 206px;
    height: 1px;
    background: #1e488a;
    position: relative;
    margin-top: 36px;
}
.case-info .box1 .info-box .tbox .top .t3 span{
    width: 11px;
    height: 11px;
    background: #1e488a;
    border-radius: 50%;
    position: absolute;
    right: -11px;
    top: -5px;
}
.case-info .box1 .info-box .tbox .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.case-info .box1 .info-box .tbox .list ul{
    width: 43%;
}
.case-info .box1 .info-box .tbox .list ul:nth-child(2){
    padding-left: 24px;
}
.case-info .box1 .info-box .tbox .list li{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.case-info .box2{
    width: 100%;
    background: #f5f5f5;
    padding: 84px 0 91px;
}
.case-info .box2 .info-box{
    display: flex;
    justify-content: space-between;
}
.case-info .box1.box2 .info-box .tbox .list ul{
    width: 46%;
}
.case-info .box1.box2 .info-box .tbox .list ul:nth-child(2) {
    padding-left: 0;
}


.case-info .box3{
    width: 100%;
    padding: 106px 0 98px;
}
.case-info .box3 .info-box{
    display: flex;
    justify-content: space-between;
}
.case-info .box3 .info-box .img{
    width: 28.75%;
    position: relative;
}
.case-info .box3 .info-box .img img{
    width: 100%;
}
.case-info .box3 .info-box .img .tbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 9.8%;
    padding-top: 113px;
}
.case-info .box3 .info-box .img .tbox .t1{
    font: 20px;
    line-height: 2;
    font-weight: bold;
    color: #fff;
}
.case-info .box3 .info-box .img .tbox .t2{
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin-top: 3px;
}
.case-info .box3 .info-box .img .tbox .t3{
    width: 49.39%;
    height: 1px;
    background: #fff;
    position: relative;
    margin-top: 57px;
}
.case-info .box3 .info-box .img .tbox .t3 span{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    right: -11px;
}
.case-info .box3 .info-box .list{
    width: 67.5%;
}
.case-info .box3 .info-box .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-info .box3 .info-box .list li{
    width: 48.1%;
    padding: 29px 0;
    box-shadow: 0 5px 16px 0 rgba(37,95,144,.19);
    margin-bottom: 30px;
    transition: all ease .5s;
}
.case-info .box3 .info-box .list li:nth-last-child(2),
.case-info .box3 .info-box .list li:last-child{
    /*margin-bottom: 0;*/
}
.case-info .box3 .info-box .list li:hover{
    background: #1e488a;
}
.case-info .box3 .info-box .list li a{
    display: flex;
    justify-content: space-between;
}
.case-info .box3 .info-box .list li .num{
    width: 33%;
    border-right: 1px solid #1e488a;
    font-size: 48px;
    font-weight: bold;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-info .box3 .info-box .list li:hover .num{
    color: #fff;
    border-right: 1px solid #fff;
}
.case-info .box3 .info-box .list li .txt{
    width: 90%;
    font-size: 18px;
    line-height: 20px;
    height: 100px;
    color: #333;
    padding: 0 6.6% 0 11%;
}
.case-info .box3 .info-box .list li:hover .txt{
    color: #fff;
}


.news{
    width: 100%;
}
.news .news-menu{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    border-bottom: 1px solid #e2e2e2;
}
.news .news-menu a{
    width: 220px;
    height: 70px;
    background: #f6f6f6;
    text-align: center;
    line-height: 70px;
    margin-right: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.news .news-menu a:hover,
.news .news-menu a.on{
    color: #fff;
    background: #1e488a;
}
.news .news-menu a:last-child{
    margin-right: 0;
}
.news .news-list{
    width: 100%;
    background: #f8f8f8;
    padding-bottom: 80px;
}
.news .news-list ul{
    width: 1300px;
    margin: auto;
    padding: 20px 0 60px;
}
.news .news-list li{
    width: 100%;
}
.news .news-list li:hover{
    background: #fff;
}
.news .news-list li a{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 95px 20px 30px;
}
.news .news-list li .img{
    width: 23%;
}
.news .news-list li .img img{
    width: 100%;
}
.news .news-list li .tbox{
    width: 73.6%;
}
.news .news-list li .tbox .t1{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}
.news .news-list li .tbox .t1 span{
    font-size: 14px;
    color: #777;
    float: right;
    font-weight: initial;
}
.news .news-list li:hover .tbox .t1{
    color: #1e488a;
}
.news .news-list li .tbox .t2{
    font-size: 14px;
    line-height: 27px;
    color: #777;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news .news-list li .tbox .t3{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 17px;
}
.news .news-list li:hover .tbox .t3{
    color: #1e488a;
}
.page-list{
    width: 100%;
    display: flex;
    justify-content: center;
}
.page-list a{
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #929292;
    margin: 0 5px;
}
.page-list a:hover,
.page-list .on{
    color: #fff;
    background: #1e488a;
}
.page-list .a1{
    width: auto;
    padding: 0 8px;
}
.page-list .a2{
    width: auto;
    padding: 0 8px;
    margin: 0 15px;
}
.page-list span{
    line-height: 30px;
    font-size: 14px;
    color: #929292;
    margin-left: 37px;
}


.news-info{
    width: 100%;
    background: #f6f6f6;
}
.news-info .box{
    width: 1400px;
    margin: auto;
}
.news-info .box .back{
    font-size: 14px;
    color: #666;
    line-height: 1;
    padding-top: 25px;
    margin-bottom: 60px;
    display: block;
}
.news-info .box .content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
}
.news-info .box .content .left{
    width: 69%;
    padding-left: 17px;
    border-right: 1px solid #ddd;
    padding-bottom: 26px;
}
.news-info .box .content .left .top{
    text-align: center;
}
.news-info .box .content .left .top .t1{
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #333;
}
.news-info .box .content .left .top .t2{
    font-size: 14px;
    color: #777;
    line-height: 1;
    margin-top: 22px;
}
.news-info .box .content .left .top .t2 span{
    width: 75px;
    display: inline-block;
}
.news-info .box .content .left .center{
    padding-right: 45px;
    font-size: 16px;
    line-height: 35px;
    color: #333;
    margin-top: 43px;
    padding-bottom: 36px;
}
.news-info .box .content .left .ck{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 43px 65px 50px 0;
    border-top: 1px solid #ddd;
}
.news-info .box .content .left .ck a{
    font-size: 16px;
    color: #333;
    line-height: 1;
}
.news-info .box .content .left .ck a:hover{
    color: #1e488a;
}
.news-info .box .content .left .share{
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.news-info .box .content .left .share a{
    width: 28px;
    height: 28px;
    margin-left: 16px;
}
.news-info .box .content .right{
    width: 25.7%;
}
.news-info .box .content .right .tbox{
    width: 100%;
    margin-bottom: 40px;
}
.news-info .box .content .right .tbox .t1{
    font-size: 18px;
    color: #333;
    line-height: 35px;
    min-width: 77%;
    border-bottom: 1px solid #ddd;
    display: table;
    padding: 14px 0 11px;
}
.news-info .box .content .right .tbox .t1 span{
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.news-info .box .content .right .tbox .list{
    width: 100%;
    margin-top: 6px;
}
.news-info .box .content .right .tbox .list li{
    width: 100%;
}
.news-info .box .content .right .tbox .list li a{
    font-size: 16px;
    color: #666;
    line-height: 36px;
    padding: 5px 0;
    display: block;
}
.news-info .box .content .right .tbox .list li a:hover{
    color: #1e488a;
}
.news-info .box .content .right .tbox .list li a span{
    color: #1e488a;
}


.contact{
    width: 100%;
    padding: 80px 0 90px;
    background: #fafcff url(../images/c-bg1.jpg) center center no-repeat;
}
.contact .box{
    width: 1400px;
    margin: auto;
}
.contact .box .top{
    width: 100%;
}
.contact .box .top .t1{
    font-size: 28px;
    color: #333;
    line-height: 1;
}
.contact .box .top .t2{
    font-size: 20px;
    color: #777;
    line-height: 1;
    margin-top: 15px;
    text-transform: uppercase;
}
.contact .box .box1{
    width: 100%;
    margin-top: 10px;
    padding-bottom: 42px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e2e5;
}
.contact .box .box1 .tbox{
    width: 38.5%;
    margin-top: 53px;
}
.contact .box .box1 .tbox .t1{
    min-width: 85%;
    font-size: 20px;
    line-height: 35px;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 23px;
    display: table;
}
.contact .box .box1 .tbox ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.contact .box .box1 .tbox ul li{
    width: 50%;
    margin-bottom: 25px;
}
.contact .box .box1 .tbox ul li:last-child{
    width: 100%;
}
.contact .box .box1 .tbox ul li .s1{
    font-size: 16px;
    color: #000;
    line-height: 35px;
}
.contact .box .box1 .tbox ul li .s2{
    font-size: 14px;
    line-height: 25px;
    color: #5b5b5b;
}
.contact .box .box1 .map{
    width: 53%;
    position: relative;
}
#container{position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 2}
.contact .box .box2{
    width: 100%;
    margin-top: 32px;
}
.contact .box .box2 .t1{
    font-size: 20px;
    line-height: 35px;
    color: #000;
}
.contact .box .box2 .t2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}
.contact .box .box2 .t2 .bs{
    text-align: center;
    width: 29.3%;
    background: #fff;
    padding: 26px 0 24px;
    box-shadow: 0 0 12px 2px rgba(154,154,154,.2);
}
.contact .box .box2 .t2 .bs .b1{
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.contact .box .box2 .t2 .bs .b2{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-top: 10px;
}
.contact .box .box2 .t2 .bs img{
    margin-top: 20px;
}

.contact .box .box3{
    width: 100%;
    margin-top: 102px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact .box .box3 .title{
    width: 100%;
    margin-bottom: 40px;
}
.contact .box .box3 .title .t1{
    font-size: 28px;
    line-height: 1;
    color: #333;
}
.contact .box .box3 .title .t2{
    font-size: 20px;
    color: #777;
    line-height: 1;
    margin-top: 15px;
    text-transform: uppercase;
}
.contact .box .box3 .txt1{
    width: 28.5%;
    height: 60px;
    background: #f6f6f6;
    padding-left: 30px;
    font-size: 16px;
    color: #666;
    border: 1px solid #c7c0c0;
    box-sizing: border-box;
}
.contact .box .box3 .txt2{
    width: 100%;
    height: 284px;
    border: 1px solid #c7c0c0;
    background: #f6f6f6;
    padding: 10px 30px;
    box-sizing: border-box;
    margin-top: 44px;
    font-size: 16px;
    color: #666;
}
.contact .box .box3 .btn{
    margin-top: 25px;
    width: 200px;
    height: 50px;
    background: #1e488a;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}


.job{
    width: 100%;
    background: url(../images/j-bg2.jpg) center bottom no-repeat;
}
.job .box1{
    width: 100%;
    background: url(../images/j-bg1.png) left bottom no-repeat;
}
.job .box1 .info-box{
    display: flex;
    justify-content: space-between;
    padding: 98px 0 32px;
}
.job .box1 .info-box .left{
    width: 21.125%;
    position: relative;
}
.job .box1 .info-box .left .t1{
    font-size: 28px;
    color: #1e488a;
    font-weight: bold;
    line-height: 1;
}
.job .box1 .info-box .left .t2{
    font-size: 80px;
    font-weight: bold;
    color: #1e488a;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -40px;
    opacity: .08;
}
.job .box1 .info-box .right{
    width: 78.875%;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.job .box1 .info-box .right span{
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.job .box2{
    width: 100%;
    margin-top: 30px;
}
.job .box2 .info-box{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 90px 0 100px;
}
.job .box2 .info-box .left{
    width: 21.125%;
    position: relative;
    padding-top: 10px;
}
.job .box2 .info-box .left .t1{
    font-size: 28px;
    color: #1e488a;
    font-weight: bold;
    line-height: 1;
}
.job .box2 .info-box .left .t2{
    font-size: 80px;
    font-weight: bold;
    color: #1e488a;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -30px;
    opacity: .08;
}
.job .box2 .info-box .right{
    width: 78.875%;
}
.job .box2 .info-box .right .t1{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
}
.job .box2 .info-box .right .list{
    width: 100%;
    margin-top: 50px;
}
.job .box2 .info-box .right .list ul{
    width: 100%;
    display: flex;
    justify-content: start;
}
.job .box2 .info-box .right .list li{
    width: 220px;
    background: #fff;
    margin-right: 85px;
    box-shadow: 0 0 6px 1px rgba(156,156,156,.15);
    border-radius: 7px;
}
.job .box2 .info-box .right .list li:last-child{
    margin-right: 0;
}
.job .box2 .info-box .right .list li .st1{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0 12px 15.9%;
    position: relative;
}
.job .box2 .info-box .right .list li .st1::after{
    width: 4px;
    height: 23px;
    background: #1e488a;
    border-radius: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.job .box2 .info-box .right .list li .st2{
    font-size: 14px;
    line-height: 27px;
    color: #666;
    padding: 15px 11% 27px 15.9%;
}


.job2{
    width: 100%;
}
.job2 .box1{
    width: 1600px;
    margin: auto;
    padding: 110px 0 74px;
}
.job2 .box1 .title{
    margin-left: 137px;
    position: relative;
}
.job2 .box1 .title .t1{
    font-size: 28px;
    font-weight: bold;
    color: #1e488a;
    line-height: 1;
}
.job2 .box1 .title .t2{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
}
.job2 .box1 .title .t3{
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    color: #1e488a;
    opacity: .08;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -20px;
}
.job2 .box1 .list{
    width: 1312px;
    margin: 92px auto 0;
    position: relative;
}
.job2 .box1 .list::after{
    width: 100%;
    border-bottom: 1px dashed #ddd;
    content: '';
    position: absolute;
    left: 0;
    top: 58px;
    z-index: -1;
}
.job2 .box1 .list .tbox{
    text-align: center;
    cursor: pointer;
}
.job2 .box1 .list .tbox .t1{
    width: 118px;
    height: 118px;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border: 1px solid #dcdcdc;
    margin: auto;
}
.job2 .box1 .list .tbox:hover .t1{
    background: #1e488a;
}
.job2 .box1 .list .tbox .t1 img:first-child{
    display: block;
}
.job2 .box1 .list .tbox .t1 img:last-child{
    display: none;
}
.job2 .box1 .list .tbox:hover .t1 img:first-child{
    display: none;
}
.job2 .box1 .list .tbox:hover .t1 img:last-child{
    display: block;
}
.job2 .box1 .list .tbox .t2{
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-top: 27px;
}
.job2 .box1 .list .tbox:hover .t2{
    color: #1e488a;
}
.job2 .box1 .list .tbox .t3{
    font-size: 14px;
    line-height: 1;
    color: #d0d0d0;
    margin-top: 10px;
}
.job2 .box1 .list .tbox .t4{
    font-size: 40px;
    color: #e2e2e2;
    line-height: 1;
    margin-top: 10px;
}
.job2 .box1 .list .tbox:hover .t4{
    color: #e5efff;
}
.job2 .box1 .list .next{
    width: 35px;
    height: 35px;
    background: url(../images/icon32.png) center center no-repeat;
    position: absolute;
    right: -115px;
    top: 40px;
    cursor: pointer;
    z-index: 9;
}
.job2 .box1 .list .next:hover{
    width: 35px;
    height: 35px;
    background: url(../images/icon32-1.png) center center no-repeat;
}
.job2 .box1 .list .prev{
    width: 35px;
    height: 35px;
    background: url(../images/icon31.png) center center no-repeat;
    position: absolute;
    left: -115px;
    top: 40px;
    cursor: pointer;
    z-index: 9;
}
.job2 .box1 .list .prev:hover{
    width: 35px;
    height: 35px;
    background: url(../images/icon31-1.png) center center no-repeat;
}

.job2 .box2{
    width: 1600px;
    margin: 50px auto 0;
}
.job2 .box2 .img{
    width: 100%;
}
.job2 .box2 .list{
    width: 1400px;
    margin: -63px auto 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 50px;
}
.job2 .box2 .list li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.job2 .box2 .list li.title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 35px;
    padding-bottom: 20px;
    text-align: center;
}
.job2 .box2 .list li.title .t1{
    width: 21%;
}
.job2 .box2 .list li.title .t2{
    width: 14%;
}
.job2 .box2 .list li.title .t3{
    width: 13%;
}
.job2 .box2 .list li.title .t4{
    width: 30%;
}
.job2 .box2 .list li.title .t5{
    width: 13%;
    text-align: left;
}
.job2 .box2 .list li.ts{
    width: 100%;
    background: #f7f7f7;
}
.job2 .box2 .list li.ts:nth-last-child(2n){
    background: #fff;
}
.job2 .box2 .list li.ts .tts{
    width: 100%;
    display: flex;
    text-align: center;
    /*height: 80px;*/
    line-height: 40px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.job2 .box2 .list li.ts .tts:hover{
    color: #035aa6;
}
.job2 .box2 .list li.ts .tts .t1{
    width: 21%;
}
.job2 .box2 .list li.ts .tts .t2{
    width: 14%;
}
.job2 .box2 .list li.ts .tts .t3{
    width: 13%;
}
.job2 .box2 .list li.ts .tts .t4{
    width: 30%;
}
.job2 .box2 .list li.ts .tts .t5{
    width: 13%;
    text-align: left;
    padding-left: 10px;
}
.job2 .box2 .list li.ts .tts .t6{
    width: 9%;
    background: url(../images/icon33.png) 42px center no-repeat;
}
.job2 .box2 .list li.ts .tts.on .t6{
    background: url(../images/icon33-1.png) 42px center no-repeat;
}
.job2 .box2 .list li.ts .txt{
    width: 100%;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    padding: 24px 88px 15px 95px;
    display: none;
}
.job2 .box2 .list li.ts .txt .tips{
    width: 100%;
    border-top: 1px solid #eee;
    font-weight: bold;
    color: #333;
    line-height: 35px;
    font-size: 18px;
    padding-top: 15px;
}

.job2 .box3{
    width: 1600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 110px;
}
.job2 .box3 .title2{
    width: 28.5%;
}
.job2 .box3 .title2 .t1{
    font-size: 28px;
    line-height: 1;
    color: #1e488a;
    font-weight: bold;
}
.job2 .box3 .title2 .t2{
    font-size: 60px;
    line-height: 1;
    color: #1e488a;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 13px;
    opacity: .08;
}
.job2 .box3 .tbox{
    width: 67.5%;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.job2 .box3 .tbox .s1{
    font-weight: bold;
    margin: 4px 0;
    display: inline-block;
}
.job2 .box3 .tbox .s2{
    color: #1e488a;
}


.job4{
    width: 100%;
    background: #f5f5f5 url(../images/j-bg3.png) left bottom no-repeat;
}
.job4 .box1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 207px;
}
.job4 .box1 .left{
    position: relative;
}
.job4 .box1 .left img{
    width: 100%;
    height: 100%;
}
.job4 .box1 .left .tbox1{
    position: absolute;
    right: 0;
    top: -147px;
    width: 50%;
    height: 390px;
    background: #1e488a;
    padding: 43px 25px 0 33px;
}
.job4 .box1 .left .tbox1 .t1{
    width: 10px;
    height: 1px;
    background: #fff;
}
.job4 .box1 .left .tbox1 .t2{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin-top: 17px;
}
.job4 .box1 .left .tbox1 .t3{
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-top: 7px;
    text-transform: uppercase;
}
.job4 .box1 .left .tbox1 .t4{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-top: 47px;
}
.job4 .box1 .left .tbox2{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 40px 46px;
    width: 78.125%;
}
.job4 .box1 .left .tbox2 .t1{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.job4 .box1 .left .tbox2 .t2{
    font-size: 14px;
    color: #bababa;
    line-height: 27px;
    margin-top: 6px;
}
.job4 .box1 .left .jiao{
    width: 142px;
    height: 142px;
    box-sizing: border-box;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.job4 .box1 .right{
    width: 60%;
}
.job4 .box1 .right ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.job4 .box1 .right li{
    width: 50%;
    border: 1px solid #e5e5e5;
    border-left: none;
    padding: 80px 50px 64px 55px;
    margin-bottom: -1px;
    background: #fff url(../images/icon34.png) right bottom no-repeat;
    transition: all ease .5s;
}
.job4 .box1 .right li:hover{
    background: #fff url(../images/icon34-1.png) right bottom no-repeat;
}
.job4 .box1 .right li .t1{
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
}
.job4 .box1 .right li:hover .t1{
    color: #1e488a;
}
.job4 .box1 .right li .t2{
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 28px;
}

.job4 .box2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 30px 70px 105px;
}
.job4 .box2 .tbox{
    width: 43.7%;
}
.job4 .box2 .tbox .t1{
    font-size: 18px;
    line-height: 37px;
    color: #333;
    font-weight: bold;
}
.job4 .box2 .tbox .list{
    margin-top: 24px;
}
.job4 .box2 .tbox .list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.job4 .box2 .tbox .list li{
    width: 100%;
    font-size: 18px;
    line-height: 37px;
    color: #333;
}
.job4 .box2 .img{
    width: 51.6%;
}


.service{
    width: 100%;
}
.service .box1{
    width: 100%;
}
.service .box1 .info-box{
    padding: 94px 0 0;
}
.service .box1 .info-box .title{
    position: relative;
}
.service .box1 .info-box .title .t1{
    font-size: 28px;
    line-height: 1;
    color: #1e488a;
    font-weight: bold;
}
.service .box1 .info-box .title .t2{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #1e488a;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: .08;
    text-transform: uppercase;
}
.service .box1 .info-box .list{
    width: 100%;
    margin-top: 68px;
    padding-bottom: 82px;
}
.service .box1 .info-box .list .s-box{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.service .box1 .info-box .list .s-box img{
    width: 100%;
    transition: all ease .5s;
}
.service .box1 .info-box .list .s-box:hover img{
    transform: scale(1.1);
}
.service .box1 .info-box .list .s-box .tbox{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 35px;
    transition: all ease .5s;
}
.service .box1 .info-box .list .s-box:hover .tbox{
    background-color: rgba(33,73,135,.55);
}
.service .box1 .info-box .list .s-box .tbox .icon{
    width: 40px;
    height: 40px;
    margin: auto;
}
.service .box1 .info-box .list .s-box .tbox .txt{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.service .box1 .info-box .list .s-box .tbox .txts{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    height: 0;
    transition: all ease .5s;
    overflow: hidden;
}
.service .box1 .info-box .list .s-box:hover .tbox .txts{
    margin-top: 44px;
    height: auto;
}
.service .box1 .info-box .list .swiper-pagination{
    width: 100%;
    bottom: 35px;
    left: 0;
}
.service .box1 .info-box .list .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #dcdcdc;
    margin: 0 12px;
    opacity: 1;
}
.service .box1 .info-box .list .swiper-pagination .swiper-pagination-bullet-active{
    background: #1e488a;
}

.service .box2{
    width: 100%;
}
.service .box2 .info-box{
    padding: 80px 0 142px;
}
.service .box2 .info-box .title{
    position: relative;
}
.service .box2 .info-box .title .t1{
    font-size: 28px;
    line-height: 1;
    color: #1e488a;
    font-weight: bold;
}
.service .box2 .info-box .title .t2{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #1e488a;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: .08;
    text-transform: uppercase;
}
.service .box2 .info-box .list{
    width: 100%;
    position: relative;
    margin-top: 100px;
}
.service .box2 .info-box .list .swiper-container{
    width: 87%;
    margin: auto;
}
.service .box2 .info-box .list .s-box{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #f0f0f0;
}
.service .box2 .info-box .list .swiper-slide:hover .s-box{
    background: #1e488a;
}
.service .box2 .info-box .list .s-box::after{
    content: '';
    position: absolute;
    right: -82px;
    width: 36px;
    height: 6px;
    top: 92px;
    background: url(../images/icon40.png) center center no-repeat;
}
.service .box2 .info-box .list .s-box .txt{
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: #fcfcfc;
    border: 14px solid #f0f0f0;
    margin: 12px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    position: relative;
}
.service .box2 .info-box .list .swiper-slide:hover .s-box .txt{
    border: 14px solid #1e488a;
}
.service .box2 .info-box .list .s-box .txt .num{
    width: 25px;
    height: 25px;
    background: #1e488a;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    bottom: -6px;
    text-align: center;
    line-height: 25px;
    transition: all ease .5s;
}
.service .box2 .info-box .list .swiper-slide:hover .s-box .txt .num{
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(37,37,37,.3);
    right: 50%;
    transform: translateX(50%);
    color: #333;
}
.service .box2 .info-box .list .next{
    width: 35px;
    height: 35px;
    background: url(../images/icon32.png) center center no-repeat;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.service .box2 .info-box .list .next:hover{
    width: 35px;
    height: 35px;
    background: url(../images/icon32-1.png) center center no-repeat;
}
.service .box2 .info-box .list .prev{
    width: 35px;
    height: 35px;
    background: url(../images/icon31.png) center center no-repeat;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.service .box2 .info-box .list .prev:hover{
    width: 35px;
    height: 35px;
    background: url(../images/icon31-1.png) center center no-repeat;
}

.service .box3{
    width: 100%;
}
.service .box3 .info-box{
    padding: 80px 0 50px;
}
.service .box3 .info-box .title{
    width: 100%;
    position: relative;
}
.service .box3 .info-box .title .t1{
    font-size: 28px;
    line-height: 1;
    color: #1e488a;
    font-weight: bold;
}
.service .box3 .info-box .title .t2{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #1e488a;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: .08;
    text-transform: uppercase;
}
.service .box3 .info-box .list{
    width: 100%;
    background: #f5f5f5;
    margin-top: 74px;
}
.service .box3 .info-box .list .tbox{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.service .box3 .info-box .list .tbox:nth-child(2){
    flex-direction: row-reverse;
}
.service .box3 .info-box .list .tbox .img{
    width: 50%;
}
.service .box3 .info-box .list .tbox .boxs{
    width: 50%;
    display: flex;
    justify-content: space-around;
}
.service .box3 .info-box .list .tbox .boxs .tboxs{
    width: 25%;
}
.service .box3 .info-box .list .tbox .boxs .tboxs .icon{
    width: 40px;
    margin: auto;
}
.service .box3 .info-box .list .tbox .boxs .tboxs .txt{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 8px;
}
.service .box4{
    width: 100%;
    background: #f8f8f8;
}
.service .box4 .info-box{
    padding: 115px 0 66px;
}
.service .box4 .info-box .title{
    width: 100%;
    position: relative;
}
.service .box4 .info-box .title .t1{
    font-size: 28px;
    line-height: 1;
    color: #1e488a;
    font-weight: bold;
}
.service .box4 .info-box .title .t2{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #1e488a;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: .08;
    text-transform: uppercase;
}
.service .box4 .info-box .tbox{
    width: 100%;
    display: flex;
    justify-content: start;
    margin-top: 40px;
}
.service .box4 .info-box .tbox .box1{
    width: 24%;
    padding: 95px 0 60px 80px;
    cursor: pointer;
    transition: all ease .5s;
    position: relative;
    z-index: 2;
    margin-right: 14%;
}
.service .box4 .info-box .tbox .box1:nth-child(3n){
    margin-right: 0;
}
.service .box4 .info-box .tbox .box1::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/s-bg1.png) center center no-repeat;
    display: none;
}
.service .box4 .info-box .tbox .box1:hover::after{
    display: block;
}
.service .box4 .info-box .tbox .box1.bg1{
    background: url(../images/icon49.png) left center no-repeat;
}
.service .box4 .info-box .tbox .box1.bg2{
    background: url(../images/icon50.png) left center no-repeat;
}
.service .box4 .info-box .tbox .box1.bg3{
    background: url(../images/icon51.png) left center no-repeat;
}
.service .box4 .info-box .tbox .box1.bg1:hover{
    background: url(../images/icon49-1.png) left center no-repeat;
}
.service .box4 .info-box .tbox .box1.bg2:hover{
    background: url(../images/icon50-1.png) left center no-repeat;
}
.service .box4 .info-box .tbox .box1.bg3:hover{
    background: url(../images/icon51-1.png) left center no-repeat;
}
.service .box4 .info-box .tbox .box1 .t1{
    display: table;
    font-size: 12px;
    line-height: 30px;
    color: #7d7d7d;
    position: relative;
    margin-left: 36px;
}
.service .box4 .info-box .tbox .box1 .t1::before{
    width: 18px;
    height: 1px;
    background: #7d7d7d;
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
}
.service .box4 .info-box .tbox .box1 .t1::after{
    width: 18px;
    height: 1px;
    background: #7d7d7d;
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
}
.service .box4 .info-box .tbox .box1:hover .t1{
    color: #1e488a;
}
.service .box4 .info-box .tbox .box1:hover .t1::before{
    background: #1e488a;
}
.service .box4 .info-box .tbox .box1:hover .t1::after{
    background: #1e488a;
}
.service .box4 .info-box .tbox .box1 .t2{
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.service .s2box1{
    width: 100%;
    position: relative;
}
.service .s2box1 .img{
    width: 100%;
}
.service .s2box1 .box1{
    width: 32%;
    height: 260px;
    background: #1e488a url(../images/s-img9.jpg) right bottom no-repeat;
    padding-left: 160px;
    padding-top: 43px;
    position: absolute;
    left: 0;
    top: 175px;
}
.service .s2box1 .box1 .t1{
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #34558f;
    text-transform: uppercase;
}
.service .s2box1 .box1 .t2{
    font-size: 28px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-top: 6px;
}
.service .s2box1 .box1 .t3{
    width: 10px;
    height: 2px;
    background: #fff;
    margin: 21px 0 40px;
}
.service .s2box1 .box1 .t4{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.service .s2box1 .info-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 73px 0 30px 36%;
}
.service .s2box1 .info-box .tbox{
    width: 50%;
    height: 134px;
}
.service .s2box1 .info-box .tbox .t1{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
}
.service .s2box1 .info-box .tbox .t2{
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.service .s2box2{
    width: 100%;
    padding: 78px 0 113px;
    background: url(../images/s-img10.jpg) center center no-repeat;
    background-size: cover;
}
.service .s2box2.s2box2fb{
    display: none;
}
.service .s2box2 .info-box .title{
    width: 100%;
    position: relative;
}
.service .s2box2 .info-box .title .t1{
    font-size: 28px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}
.service .s2box2 .info-box .title .t2{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: .05;
    text-transform: uppercase;
}
.service .s2box2 .info-box .title .t3{
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-top: 12px;
}
.service .s2box2 .info-box .list{
    width: 75.625%;
    display: flex;
    justify-content: space-between;
    margin: 80px auto 0;
}
.service .s2box2 .info-box .list .tbox{
    width: 16.5%;
    background: #fff;
    padding: 52px 0 40px;
    cursor: pointer;
    transform-style: preserve-3d;
    transform: translateZ(0);
}
.service .s2box2 .info-box .list .tbox .icon{
    width: 50px;
    height: 50px;
    margin: auto;
    transform: translateZ(50px);
}
.service .s2box2 .info-box .list .tbox .t1{
    width: 16px;
    height: 2px;
    background: #1e488a;
    margin: 22px auto 0;
    transform: translateZ(50px);
}
.service .s2box2 .info-box .list .tbox .t2{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    margin-top: 35px;
    transform: translateZ(50px);
}


.service iframe{
    width: 100%;
    height: 600px;
    overflow: hidden;
}

@media (max-width: 1024px){
    .service iframe{
        display: none;
    }
    .service .s2box2.s2box2fb{
        display: block;
    }
}

.service .s2box3{
    width: 100%;
    padding: 81px 0 131px;
}
.service .s2box3 .info-box .title{
    width: 100%;
    position: relative;
}
.service .s2box3 .info-box .title .t1{
    font-size: 28px;
    line-height: 1;
    color: #1e488a;
    font-weight: bold;
}
.service .s2box3 .info-box .title .t2{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #1e488a;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: .08;
    text-transform: uppercase;
}
.service .s2box3 .info-box .boxs{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 50px;
    margin-top: 20px;
}
.service .s2box3 .info-box .boxs .tbox{
    width: 28%;
    margin-top: 82px;
}
.service .s2box3 .info-box .boxs .tbox .t1{
    font-size: 18px;
    font-weight: bold;
    color: #1e488a;
    line-height: 38px;
}
.service .s2box3 .info-box .boxs .tbox .t1 span{
    width: 8px;
    height: 8px;
    background: #1e488a;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}
.service .s2box3 .info-box .boxs .tbox .t2{
    font-size: 16px;
    line-height: 27px;
    color: #333;
    margin-top: 5px;
    padding-left: 23px;
}

.service .s3box{
    width: 100%;
    background: #f9f9f9 url(../images/a-bg4.jpg) center bottom no-repeat;
    padding: 85px 0 38px;
}
.service .s3box .info-box .title{
    width: 100%;
    position: relative;
}
.service .s3box .info-box .title .t1{
    font-size: 28px;
    line-height: 1;
    color: #1e488a;
    font-weight: bold;
}
.service .s3box .info-box .title .t2{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #1e488a;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: .08;
    text-transform: uppercase;
}
.service .s3box .info-box .boxs1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.service .s3box .info-box .boxs1 .tbox{
    width: 38.75%;
}
.service .s3box .info-box .boxs1 .tbox .t1{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.service .s3box .info-box .boxs1 .tbox .t2{
    font-size: 14px;
    color: #777;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
}
.service .s3box .info-box .boxs1 .tbox .t3{
    width: 12px;
    height: 2px;
    background: #1e488a;
    margin-top: 20px;
}
.service .s3box .info-box .boxs1 .tbox .t4{
    font-size: 16px;
    line-height: 33px;
    color: #333;
    margin-top: 25px;
}
.service .s3box .info-box .boxs1 .img{
    width: 40.625%;
    position: relative;
}
.service .s3box .info-box .boxs1 .img .img1{
    width: 100%;
}
.service .s3box .info-box .boxs1 .img .img2{
    width: 70.7%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -38.75%;
}
.service .s3box .info-box .boxs2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
.service .s3box .info-box .boxs2 .box1{
    width: 33.125%;
}
.service .s3box .info-box .boxs2 .box2{
    width: 55%;
}
.service .s3box .info-box .boxs2 .tbox{
    margin-bottom: 60px;
}
.service .s3box .info-box .boxs2 .tbox .t1{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    padding-left: 15px;
    background: url(../images/icon57.jpg) left center no-repeat;
}
.service .s3box .info-box .boxs2 .tbox .t2{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 10px;
    padding-left: 15px;
}
.service .s4box{
    width: 100%;
    background: #f8f8f8;
    padding: 58px 0 90px;
}
.service .s4box .info-box .title{
    width: 100%;
    position: relative;
}
.service .s4box .info-box .title .t1{
    font-size: 28px;
    line-height: 1;
    color: #1e488a;
    font-weight: bold;
}
.service .s4box .info-box .title .t2{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #1e488a;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: .08;
    text-transform: uppercase;
}
.service .s4box .info-box .sbox1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.service .s4box .info-box .sbox1 .tbox{
    width: calc(50% - 70px);
    margin: 0 30px 0 40px;
    background: #f2f2f2;
    padding: 38px 35px 36px 54px;
    box-shadow: 9px 9px 5px #d9d9d9;
}
.service .s4box .info-box .sbox1 .tbox .t1{
    font-size: 20px;
    font-weight: bold;
    color: #1e488a;
    line-height: 1;
}
.service .s4box .info-box .sbox1 .tbox .t2{
    font-size: 14px;
    color: #777;
    line-height: 1;
    margin-top: 10px;
}
.service .s4box .info-box .sbox1 .tbox .t3{
    width: 12px;
    height: 2px;
    background: #1e488a;
    margin-top: 24px;
}
.service .s4box .info-box .sbox1 .tbox .t4{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-top: 11px;
}
.service .s4box .info-box .sbox2{
    width: 100%;
    margin-top: 122px;
}
.service .s4box .info-box .sbox2 .t1{
    display: table;
    margin: auto;
    width: 230px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background: #1e488a;
    border-radius: 27px;
    color: #fff;
    font-size: 20px;
}
.service .s4box .info-box .sbox2 .img{
    width: 100%;
    margin-top: 46px;
}



/* animated 范围 */

.section-page2 .box,
.section-page3 .box .left,
.section-page3 .box .img,
.section-page4 .page4-box .box1,
.section-page4 .page4-box .box2,
.section-page6 .boxs .left,
.section-page6 .boxs .right,
.section-page7 .page7-box1 .box1,
.section-page7 .page7-box1 .box2,
.section-page7 .page7-box1 .box3{
    opacity: 0;
}


.section-page2 .box .animated,
.section-page3 .box .left .animated,
.section-page3 .box .img .animated,
.section-page4 .page4-box .box1 .animated,
.section-page4 .page4-box .box2 .animated,
.section-page6 .boxs .left .animated,
.section-page6 .boxs .right .animated,
.section-page7 .page7-box1 .box1 .animated,
.section-page7 .page7-box1 .box2 .animated,
.section-page7 .page7-box1 .box3 .animated{
    opacity: 1;
}



/* animated end */


/* ----------------index--------------------------------- */
@media (max-width: 1630px){
    .banner .swiper-slide .box .index_video{
        width: auto;
    }
    .header .h-box{
        width: 100%;
        padding: 0 20px;
    }

    .banner .swiper-slide .box{
        /*background-size:auto 100%!important;*/
    }


    .banner .swiper-slide .box .tbox2 .t1,
    .banner .swiper-slide .box .tbox .t2{
        font-size: 50px;
    }


}


@media (max-width: 1600px){

    .header .h-box .menu ul li{
        margin-right: 90px;
    }

    .section-page3 .box{
        width: 100%;
        padding: 0 20px;
    }
    .section-page4 .page4-box{
        width: 100%;
    }
    .section-page4 .page4-box .box1{
        padding: 0 20px;
        box-sizing: border-box;
    }

    .section-page5 .page5-box{
        width: 90%;
    }


}


@media (max-width: 1520px){

    .header .h-box .menu ul li{
        margin-right: 80px;
    }




}


@media (max-width: 1440px){

    .header .h-box .menu ul li{
        margin-right: 70px;
    }

    .section-page3 .box{
        padding: 0 60px 0 20px;
    }


    .section-page6 .boxs{
        width: 100%;
        padding: 0 60px 0 20px;
    }



    .index-menu{
        right: 30px;
    }



    .banner .swiper-slide .box .nimg2 .dian1{
        top: 7%;
        left: 20%;
    }
    .banner .swiper-slide .box .nimg2 .dian2{
        left: 8%;
        bottom: 19.5%;
    }
    .banner .swiper-slide .box .nimg2 .dian3{
        right: 4%;
        bottom: 29.5%;
    }

    .section-page2 .box{
        width: 80%;
        height: 618px;
        background-size: 100%;
    }
    .section-page2 .box .p1,
    .section-page2 .box .p3{
        left: -90px;
    }
    .section-page2 .box .p2,
    .section-page2 .box .p4{
        right: -90px;
    }



}


@media (max-width: 1366px){
    .header .h-box .menu ul li{
        margin-right: 60px;
    }

    .section-page7 .page7-box1{
        width: 100%;
        padding: 0 20px;
    }

    .section-page7 .page7-box1 .box1{
        width: 40%;
    }
    .section-page7 .page7-box1 .box2{
        width: 36%;
    }
    .section-page7 .page7-box1 .box3{
        width: 24%;
    }

    .section-page7 .page7-box2 .boxs{
        width: 100%;
    }

    .banner .swiper-slide .box .tbox2 .t1,
    .banner .swiper-slide .box .tbox .t2{
        font-size: 40px;
        line-height: 60px;
    }




}


@media (max-width: 1280px){


    .header .h-box .menu ul li{
        margin-right: 40px;
    }


    .section-page3 .box .left .tbox .t1{
        width: 80px;
        height: 80px;
        font-size: 60px;
    }
    .section-page3 .box .left .tbox .t2{
        font-size: 14px;
    }

    .section-page5 .page5-box .boxs .num{
        font-size: 50px;
    }
    .section-page5 .page5-box .boxs .t1{
        margin-top: 20px;
    }
    .section-page5 .page5-box .boxs{
        padding: 50px 0 35px;
    }

    .section-page6 .boxs .right li{
        padding: 30px 0;
    }
    .section-page6 .boxs .right li a{
        padding-left: 30px;
    }

    .section-page6 .boxs .right li a .tbox1 .t1{
        font-size: 18px;
    }
    .section-page6 .boxs .right li a .tbox1::after{
        left: -20px;
    }

    .section-page6 .boxs .right li a .tbox2 .t1{
        font-size: 20px;
    }
    .section-page6 .boxs .right li a .tbox2 .t2{
        background: url(../images/icon60.png) 70% center no-repeat;
        background-size: 30px;
    }


    .section-page4 .page4-box .box1 li .tbox .t1{
        font-size: 22px;
    }
    .section-page4 .page4-box .box1 li .tbox .t2{
        font-size: 16px;
        line-height: 32px;
        margin-top: 15px;
    }
    .section-page4 .page4-box .box1 li .tbox .t3{
        margin-top: 20px;
    }

    .section-page4 .page4-box .box2 li{
        padding-right: 30px;
        margin-right: 80px;
    }
    .section-page4 .page4-box .box2 li::after{
        width: 80px;
        right: -80px;
    }
    .section-page4 .page4-box .box2 li .num{
        font-size: 60px;
    }
    .section-page4 .page4-box .box2 li .txt span{

    }


    .section-page2 .box{
        height: 600px;
    }



}


@media (max-width: 1180px){


    .header .h-box .menu ul li{
        margin-right: 30px;
    }


    .banner .swiper-slide .box .tbox .t1{
        font-size: 20px;
    }
    .banner .swiper-slide .box .tbox2 .t2{
        font-size: 20px;
        margin-top: 30px;
    }
    .banner .swiper-slide .box .tbox2 .t1,
    .banner .swiper-slide .box .tbox .t2{
        font-size: 30px;
        line-height: 40px;
    }

    .banner .swiper-slide .box .tbox .t3{
        margin: 30px auto 0;
    }
    .banner .swiper-slide .box .tbox2 .t3{
        margin: 25px auto 0;
    }

    .section-page2 .box{
        height: 576px;
    }

}

@media (max-width: 1080px){


    .header .h-box .menu ul li{
        margin-right: 16px;
    }

    .header .h-box .menu .language .search{
        width: 40px;
    }

    .section-page2 .box{
        padding-top: 115px;
        height: 475px;
    }
    .section-page2 .box .t1{
        font-size: 42px;
    }
    .section-page2 .box .t3{
        width: 375px;
        margin: 30px auto 16px;
    }
    .section-page2 .box .p1,
    .section-page2 .box .p2{
        top: 35px;
    }
    .section-page2 .box .p3,
    .section-page2 .box .p4{
        bottom: 48px;
    }
}

@media (max-width: 1024px){

    .header .h-box .menu ul li{
        margin-right: 16px;
    }
    .header .h-box .menu .language{
        justify-content: center;
    }
    .section-page2 .box{
        margin: 50px auto 0;
    }
    .section-page2 .box{
        height: 460px;
        padding-top: 100px;
    }
    .section-page2 .box .t1{
        font-size: 36px;
    }
    .section-page2 .box .t2{
        font-size: 22px;
    }
    .section-page2 .box .t3{
        width: 370px;
        margin: 20px auto;
    }

    .section-page3 .box{
        margin: 120px auto 0;
    }
    .section-page3 .box .left .tbox .t1 {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }
    .section-page3 .box .left .tbox .t2{
        padding-left: 15px;
    }

    .section-page4 .page4-box{
        margin: 100px auto 0;
    }
    .section-page4 .page4-box .box1 li .tbox .t1{
        font-size: 20px;
    }
    .section-page4 .page4-box .box1 li .tbox .t2{
        font-size: 14px;
        line-height: 26px;
    }
    .section-page5 .page5-box .boxs .num{
        font-size: 40px;
    }
    .section-page5 .page5-box .boxs .t1{
        margin-top: 15px;
        font-size: 18px;
    }
    .section-page6 .menu{
        margin-top: 30px;
    }
    .section-page6 .menu a{
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
    .section-page6 .boxs{
        margin: 50px auto 0;
    }
    .section-page6 .boxs .left{
        width: 45.4%;
    }
    .section-page6 .boxs .left .tbox .t2{
        margin-top: 10px;
    }
    .section-page6 .boxs .left .tbox .t3{
        margin-top: 10px;
        font-size: 18px;
        line-height: 24px;
    }
    .section-page6 .boxs .left .tbox .t4{
        margin-top: 10px;
    }
    .section-page6 .boxs .left .tbox .t5{
        margin-top: 15px;
    }
    .section-page6 .boxs .right{
        width: 50.5%;
    }
    .section-page6 .boxs .right li{
        padding: 15px 0;
    }
    .section-page6 .boxs .right li a .tbox1 .t2{
        margin-top: 15px;
    }



}

.header .h-box .menu .close{
    display: none;
}

.header .search-box,
.info-header .search-box{
    display: none;
}

@media (max-width: 990px){

    .header .h-box .menu .language .search,
    .info-header .h-box .menu .language .search{
        display: none;
    }
    .header .search-box,
    .info-header .search-box{
        display: block;
    }
    .header .search-box .txt,
    .info-header .search-box .txt{
        width: 290px;
        height: 50px;
        background: url(../images/nicon2.png) left center no-repeat;
        font-size: 20px;
        color: #fff;
        border: none;
        margin: auto;
        display: block;
        text-align: center;
    }
    .header .search-box .txt::placeholder,
    .info-header .search-box .txt::placeholder{
        color: #fff;
    }

    .header{
        height: 80px;
        padding-right: 0;
    }

    .header .h-box .logo{
        width: 44%;
    }
    .header .h-box .close{
        height: 80px;
        width: 80px;
        background: url(../images/close3.png) right center no-repeat;
        background-size: 48%;
        display: block;
    }
    .header .h-box .close.on{
        background: url(../images/close4.png) right center no-repeat;
        background-size: 48%;
    }
    .header .h-box .menu{
        position: fixed;
        left: 0;
        top: 80px;
        bottom: 0;
        width: 100%;
        height: calc(100% - 80px);
        background: rgba(0,0,0,.9);
        overflow-y: scroll;
        z-index: 99;
        display: none;
    }
    .header .h-box .menu ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .header .h-box .menu ul li{
        width: 100%;
        margin: 0;
        height: auto;
        position: relative;
    }
    .header .h-box .menu ul li:last-child{
        margin-right: 0;
    }
    .header .h-box .menu ul li .menu-link{
        width: 100%;
        font-size: 20px;
        line-height: 100px;
        height: 100px;
        color: #fff;
        justify-content: center;
    }
    .header .h-box .menu ul li:hover .menu-link,
    .header .h-box .menu ul li.on .menu-link{
        color: #fff;
    }

    .header .h-box .menu ul li .menu-link:hover{
        color: #1e488a;
    }
    .header .h-box .menu ul li:hover .menu-link::after,
    .header .h-box .menu ul li.on .menu-link::after{
        width: 100%;
        top: 100%;
    }
    .header .h-box .menu ul li .c-menu{
        width: 100%;
        position: relative;
        top: initial;
    }
    .header .h-box .menu ul li .c-menu .c-menu-link{
        font-size: 18px;
    }
    .header .h-box .menu .language{
        border-left: 0px solid rgba(255,255,255,.1);
        width: 100%;
    }
    .header .h-box .menu .language a{
        font-size: 20px;
        line-height: 100px;
        color: #fff;
    }

    .banner .swiper-slide .box .mimg{

        display: block;
    }
    .banner .swiper-slide .box .mimg img{
        width: 100%;
    }
    .banner .swiper-container .swiper-pagination{
        bottom: 20px;
    }
    .banner .swiper-slide .box .nimg,
    .banner .swiper-slide .box .nimg2,
    .banner .swiper-slide canvas{
        display: none;
    }

    .banner .swiper-slide .box .tbox .t1{
        font-size: 18px;
    }
    .banner .swiper-slide .box .tbox2 .t1,
    .banner .swiper-slide .box .tbox .t2{
        font-size: 22px;
        line-height: 40px;
        width: 80%;
        margin: 15px auto 0;
    }
    .banner .swiper-slide .box .tbox2 .t2 {
        font-size: 18px;
        margin-top: 25px;
    }
    .banner .swiper-slide .box .tbox .t3,
    .banner .swiper-slide .box .tbox2 .t3{
        margin: 30px auto 0;
        width: 50%;
        height: 45px;
        border-radius: 22px;
        font-size: 16px;
        padding: 0 10px;
    }




    .section-page1 .next{
        display: none;
    }
    .index-menu{
        display: none;
    }

    .section-page2 .title .t1,
    .section-page3 .title .t1,
    .section-page4 .title .t1,
    .section-page5 .title .t1,
    .section-page6 .title .t1{
        font-size: 28px;
    }

    .section-page2 .box{
        height: 440px;
        margin: 50px auto;
    }
    .section-page2 .box .p1,
    .section-page2 .box .p2{
        width: 120px;
        height: 40px;
        line-height: 40px;
        top: 70px;
        font-size: 16px;
    }
    .section-page2 .box .p3,
    .section-page2 .box .p4{
        width: 120px;
        height: 40px;
        line-height: 40px;
        bottom: 70px;
        font-size: 16px;
    }
    .section-page2 .box .p1, .section-page2 .box .p3 {
        left: -52px;
    }
    .section-page2 .box .p2, .section-page2 .box .p4 {
        right: -54px;
    }
    .section-page2 .box .t1{
        font-size: 28px;
    }

    .section-page3{
        padding-bottom: 30px;
    }
    .section-page3 .box{
        margin: 40px auto 0;
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .section-page3 .box .left{
        width: 100%;
    }
    .section-page3 .box .left .tbox{
        margin-bottom: 30px;
    }

    .section-page4{
        padding-bottom: 30px;
    }
    .section-page4 .page4-box{
        margin: 50px auto 0;
    }
    .section-page4 .page4-box .box1 li a{
        justify-content: space-between;
    }
    .section-page4 .page4-box .box1 li .img{
        width: 47.4%;
    }
    .section-page4 .page4-box .box1 li .tbox{
        margin-left: 0;
        width: 50%;
    }
    .section-page4 .page4-box .box2{
        margin-top: 40px;
    }
    .section-page4 .page4-box .box2 li{
        margin: 0 0 0 30px;
        padding-right: 15px;
    }
    .section-page4 .page4-box .box2 li:first-child{
        margin-left: 30px;
    }
    .section-page4 .page4-box .box2 li .num{
        font-size: 50px;
        left: 0;
    }
    .section-page4 .page4-box .box2 li .txt span{
        margin: 0 15px;
    }
    .section-page4 .page4-box .box2 li::after{
        width: 30px;
        right: -30px;
    }

    .section-page5 .page5-box{
        width: 96%;
        margin: 40px auto;
    }
    .section-page5 .page5-box .boxs{
        width: 50%;
    }
    .section-page5 .page5-box .boxs:nth-child(2){
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .section-page5 .page5-box .boxs:nth-child(2)::after{
        display: none;
    }

    .section-page5 .page5-box .boxs:nth-child(3),
    .section-page5 .page5-box .boxs:nth-child(4){
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .section-page5 .page5-box .boxs:nth-child(3)::after{
        width: 1px;
        height: 50%;
        background: rgba(255,255,255,.1);
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .section-page5 .page5-box .boxs:nth-child(3)::before {
        width: 1px;
        height: 50%;
        background: rgba(255,255,255,.1);
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }
    .section-page5 .page5-box .boxs:nth-child(4)::after{
        display: none;
    }


    .section-page6 .boxs .right li a .tbox1{
        width: 100%;
    }
    .section-page6 .boxs .right li a .tbox2{
        display: none;
    }


    .section-page6 .boxs{
        margin: 40px auto;
    }


    .section-page7{
        height: 700px;
    }
    .section-page7 .page7-box1 .box1{
        width: 46%;
    }
    .section-page7 .page7-box1 .box2{
        width: 38%;
    }
    .section-page7 .page7-box1 .box3{
        width: 16%;
    }
    .section-page7 .page7-box2 .boxs{
        flex-wrap: wrap;
    }
    .section-page7 .page7-box2 span{
        width: 100%;
        text-align: center;
    }


}

@media (max-width: 900px) {

    .section-page2 .box{
        width: 90%;
    }

    .section-page2 .box .p1, .section-page2 .box .p3 {
        left: -32px;
        width: 30%;
    }
    .section-page2 .box .p2, .section-page2 .box .p4 {
        right: -32px;
        width: 30%;
    }
    .section-page2 .box .p1, .section-page2 .box .p2{
        top: 40px;
    }
    .section-page2 .box .p3, .section-page2 .box .p4{
        bottom: 56px;
    }




}



@media (max-width: 767px){

    .banner .swiper-container .swiper-pagination{
        bottom: 10px;
    }
    .banner .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
    }

    .banner .swiper-slide .box .tbox .t1{
        font-size: 14px;
    }
    .banner .swiper-slide .box .tbox2 .t1,
    .banner .swiper-slide .box .tbox .t2{
        font-size: 18px;
        line-height: 30px;
        width: 80%;
        margin: 15px auto 0;
    }
    .banner .swiper-slide .box .tbox2 .t2 {
        font-size: 14px;
        margin-top: 15px;
    }
    .banner .swiper-slide .box .tbox .t3,
    .banner .swiper-slide .box .tbox2 .t3{
        margin: 20px auto 0;
        width: 88%;
        height: 35px;
        border-radius: 17px;
        font-size: 12px;
        padding: 0 10px;
    }


    .header{
        height: 50px;
    }
    .header .h-box .close{
        width: 50px;
        height: 50px;
    }
    .header .h-box .logo{
        width: 60%;
    }

    .header .h-box .menu{
        top: 50px;
        height: calc(100% - 50px);
    }
    .header .h-box .menu ul li .menu-link{
        font-size: 14px;
        line-height: 50px;
        height: 50px;
    }
    .header .h-box .menu .language{
        height: 50px;
    }
    .header .h-box .menu .language a{
        font-size: 14px;
        line-height: 50px;
    }
    .header .h-box .menu ul li .c-menu .c-menu-link{
        font-size: 14px;
        height: 48px;
        line-height: 48px;
    }


    .section-page2 .title{
        padding-top: 40px;
    }
    .section-page2 .title .t1,
    .section-page3 .title .t1,
    .section-page4 .title .t1,
    .section-page5 .title .t1,
    .section-page6 .title .t1{
        font-size: 20px;
    }
    .section-page2 .title .t2{
        font-size: 12px;
    }

    .section-page2 .box{
        width: 100%;
        background: none;
        box-sizing: border-box;
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-page2 .box .t1{
        width: 100%;
        font-size: 22px;
    }
    .section-page2 .box .t2{
        font-size: 18px;
    }
    .section-page2 .box .t3{
        font-size: 14px;
        line-height: 24px;
    }
    .section-page2 .box .t3{
        width: 100%;
        margin: 10px auto;
    }
    .section-page2 .box .more{
        width: 100%;
        margin: 10px auto 0;
    }
    .section-page2 .box .p1,
    .section-page2 .box .p2,
    .section-page2 .box .p3,
    .section-page2 .box .p4{
        position: relative;
        left: initial;
        right: initial;
        bottom: initial;
        top: initial;
        margin: 10px 30px 0;
        font-size: 14px;
        width: 60%
    }

    .section-page3 .box .left .tbox .t2{
        font-size: 12px;
        padding-left: 10px;
    }
    .section-page3 .box .img{
        width: 100%;
    }


    .section-page4 .page4-box{
        margin: 30px auto 0;
    }
    .section-page4 .page4-box .box1 li a{
        flex-wrap: wrap;
    }
    .section-page4 .page4-box .box1 li .img{
        width: 100%;
    }
    .section-page4 .page4-box .box1 li .tbox{
        width: 100%;
        margin-top: 20px;
    }
    .section-page4 .page4-box .box1 li .tbox .t1{
        font-size: 18px;
        font-weight: initial;
    }
    .section-page4 .page4-box .box1 li .tbox .t2{
        margin-top: 5px;
    }
    .section-page4 .page4-box .box1 li .tbox .t3{
        margin-top: 10px;
    }
    .section-page4 .page4-box .box2{
        margin-top: 20px;

    }
    .section-page4 .page4-box .box2 ul{
        width: 100%;
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
    }
    .section-page4 .page4-box .box2 li{
        display: inline-block;
    }
    .section-page4 .page4-box .box2 li:last-child::after{
        width: 30px;
        right: -30px;
    }
    .section-page4 .page4-box .box2 li .num{
        font-size: 36px;
    }
    .section-page4 .page4-box .box2 li .txt{
        font-size: 14px;
    }
    .section-page4 .page4-box .box2 li .txt span{
        width: 8px;
        height: 8px;
        margin: 0 10px;
    }


    .section-page5 .page5-box .boxs .num{
        font-size: 24px;
    }
    .section-page5 .page5-box .boxs .t1 {
        margin-top: 10px;
        font-size: 14px;
    }
    .section-page5 .page5-box .boxs .t2{
        width: 88%;
        font-size: 12px;
        line-height: 20px;
    }


    .section-page6{
        background-size: auto 100%!important;
    }
    .section-page6 .menu a{
        margin: 0 10px;
        width: 30%;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        overflow: hidden;
    }
    .section-page6 .boxs{
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .section-page6 .boxs .left{
        width: 100%;
    }
    .section-page6 .boxs .left .tbox .t3{
        font-size: 16px;
    }
    .section-page6 .boxs .right{
        width: 100%;
        margin-top: 20px;
    }
    .section-page6 .boxs .right li a .tbox1 .t1{
        font-size: 16px;
    }
    .section-page6 .boxs .right li a .tbox1 .t2{
        font-size: 12px;
        margin-top: 10px;
    }

    .section-page7{
        height: auto;
        background-size: auto 100%!important;
        padding-top: 50px;
    }
    .section-page7 .page7-box1{
        flex-wrap: wrap;
        position: relative;
        top: initial;
        transform: translateY(0);
        left: initial;
    }
    .section-page7 .page7-box1 .box1{
        width: 100%;
    }
    .section-page7 .page7-box1 .box2{
        width: 100%;
        margin-top: 20px;
    }
    .section-page7 .page7-box1 .box2 .ewm{
        margin-top: 20px;
    }
    .section-page7 .page7-box1 .box3{
        width: 100%;
        margin-top: 20px;
    }
    .section-page7 .page7-box1 .box1 .top .t1,
    .section-page7 .page7-box1 .box2 .top .t1,
    .section-page7 .page7-box1 .box3 .top .t1{
        font-size: 18px;
        line-height: 30px;
    }
    .section-page7 .page7-box1 .box1 .list{
        margin-top: 10px;
    }

    .section-page7 .page7-box1 .box3 .list{
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }
    .section-page7 .page7-box1 .box3 .list a{
        width: 33%;
        font-size: 14px;
        line-height: 30px;
    }

    .section-page7 .page7-box2{
        position: relative;
        padding: 10px 0;
        margin-top: 30px;
    }
    .section-page7 .page7-box2 span {
        font-size: 14px;
        line-height: 24px;
    }






}



/* -----------------info------------------------------------------ */
@media (max-width: 1650px){

    .info-header .h-box{
        width: 100%;
        padding: 0 20px;
    }

    .header-search .h-box{
        width: 100%;
        padding: 0 20px;
    }
    .case-info .box1 .info-box{
        width: 100%;
        padding: 0 20px;
    }






}


@media (max-width: 1600px){
    .info-header .h-box .menu ul li{
        margin-right: 90px;
    }

    .info-banner .b-box{
        width: 100%;
    }
    .info-banner .b-box .tbox{
        padding-left: 7.8%;
        top: 50%;
        transform: translateY(-50%);
    }
    .info-banner .b-box .breadcrumbs{
        right: 20px;
    }

    .info-box{
        width: 100%;
    }


    .footer .f-box{
        width: 100%;
        padding: 0 72px;
    }
    .footer .foot2 .f-box{
        width: 100%;
        padding: 11px 72px;
    }

    .job2 .box1{
        width: 100%;
        padding: 110px 20px 74px;
    }
    .job2 .box1 .list .prev{
        left: -15px;
    }
    .job2 .box1 .list .next{
        right: -15px;
    }
    .job2 .box2{
        width: 100%;
    }

    .job2 .box3{
        width: 100%;
        padding: 110px 20px 0;
    }



}


@media (max-width: 1520px){
    .info-header .h-box .menu ul li{
        margin-right: 80px;
    }




}


@media (max-width: 1440px){

    .info-header .h-box .menu ul li{
        margin-right: 70px;
    }
/*
    .culture .box1 .tbox .tb .t3{
        width: 73%;
    }*/

    .case-info .box1 .info-box .tbox .list{
        margin-top: 30px;
    }
    .case-info .box1 .info-box .tbox .list ul{
        width: 49%;
    }
    .case-info .box1 .info-box .tbox .list li{
        line-height: 26px;
    }

    .case-info .box3 .info-box{
        width: 100%;
        padding: 0 20px;
    }

    .case-info .box3 .info-box .list li{
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .case-info .box3 .info-box .list li .txt{
        font-size: 16px;
    }

    .service .box1 .info-box .title{
        padding-left: 20px;
    }
    .service .box1 .info-box .title .t2{
        left: 20px;
    }

    .service .box2 .info-box{
        padding: 80px 20px 142px;
    }
    .service .box3 .info-box{
        padding: 80px 20px 50px;
    }
    .service .box4 .info-box{
        padding: 115px 20px 156px;
    }

    .service .s2box1 .box1{
        width: 32%;
        top: 105px;
        padding-left: 60px;
    }
    .service .s2box2 .info-box .title{
        padding-left: 20px;
    }
    .service .s2box2 .info-box .title .t2{
        left: 20px;
    }
    .service .s2box3 .info-box{
        padding: 0 20px;
    }
    .service .s3box .info-box{
        padding: 0 20px;
    }
    .service .s4box .info-box{
        padding: 0 20px;
    }
    .job .box1 .info-box{
        padding: 98px 20px 32px;
    }
    .job .box2 .info-box{
        padding: 90px 20px 100px;
    }
    .job2 .box2 .list{
        width: calc(100% - 40px);
    }

    .news-info .box{
        width: 100%;
        padding: 0 20px;
    }
    .contact .box{
        width: 100%;
        padding: 0 20px;
    }

    .culture .box1 .tbox .tb{
        padding: 55px 0 55px 60px;
        height: auto;
    }
    .culture .box1 .tbox .tb .t3 span{
        width: 90%;
    }


    .case .info-box{
        padding: 0 60px;
    }
    .case-box:nth-last-child(2n) .tbox {
        width: 52.5%;
    }
    .case-box:nth-last-child(2n) {
        padding: 0;
    }




}


@media (max-width: 1366px){

    .info-header .h-box .menu ul li{
        margin-right: 60px;
    }

    .case-info .box3 .info-box .list li{
        padding: 19px 0;
    }

    .news .news-list ul{
        width: 96%;
    }

    .job .box1 .info-box .left .t2,
    .job .box2 .info-box .left .t2,
    .job2 .box1 .title .t3,
    .service .box1 .info-box .title .t2,
    .service .box2 .info-box .title .t2,
    .service .box3 .info-box .title .t2,
    .service .box4 .info-box .title .t2,
    .service .s3box .info-box .title .t2,
    .service .s4box .info-box .title .t2,
    .culture .box1 .tbox .ta .t2,
    .service .s2box3 .info-box .title .t2,
    .service .s2box2 .info-box .title .t2,
    .job2 .box3 .title2 .t2{
        font-size: 40px;
    }

    .job2 .box1 .list{
        width: 100%;
    }
    .job4 .box2 .tbox{
        width: 45.7%;
    }

}


@media (max-width: 1280px){

    .footer .foot1 .f-box .box2{
        width: 42.5%;
    }

    .info-header .h-box .menu ul li{
        margin-right: 40px;
    }
    .info-banner .b-box .tbox .t1{
        font-size: 26px;
    }
    .info-banner .b-box .tbox .t2{
        font-size: 26px;
        margin-top: 30px;
    }
    .info-banner .b-box .tbox .t3{
        font-size: 18px;
        margin-top: 10px;
    }



    .contact .box .box1 .tbox{
        width: 45.5%;
        margin-top: 30px;
    }
    .contact .box .box1 .tbox ul li{
        margin-bottom: 15px;
    }


    .news .news-menu a{
        height: 55px;
        line-height: 55px;
        font-size: 18px;
    }
    .job .box2 .info-box .right .list li{
        width: 22%;
        margin-right: 4%;
    }

    .job2 .box1 .title{
        margin-left: 20px;
    }

    .job4 .box1{
        padding-top: 160px;
    }
    .job4 .box1 .left .tbox1{
        top: -90px;
        height: auto;
        padding: 40px 25px 30px;
    }
    .job4 .box1 .right li{
        padding: 30px 20px 54px 20px;
    }
    .job4 .box1 .left .tbox1 .t2{
        font-size: 22px;
        margin-top: 15px;
    }
    .job4 .box1 .left .tbox1 .t3{
        font-size: 14px;
    }
    .job4 .box1 .left .tbox1 .t4 {
        font-size: 14px;
        line-height: 26px;
        margin-top: 30px;
    }

    .job4 .box2{
        padding: 80px 30px 70px;
    }
    .job4 .box2 .tbox .list li{
        font-size: 16px;
    }

    .service .box2 .info-box {
        padding: 80px 20px;
    }
    .service .box2 .info-box .list {
        margin-top: 60px;
    }
    .service .box1 .info-box .list .s-box .tbox .txt{
        font-size: 18px;
    }
    .service .box2 .info-box .list .s-box{
        width: 150px;
        height: 150px;
    }
    .service .box2 .info-box .list .s-box .txt{
        width: 130px;
        height: 130px;
        margin: 10px;
    }
    .service .box2 .info-box .list .swiper-slide:hover .s-box .txt {
        border: 10px solid #1e488a;
    }

    .service .box2 .info-box .list .s-box::after{
        top: 72px;
    }

    .service .box4 .info-box .tbox .box1{
        width: 30%;
    }

    .service .box4 .info-box{
        padding: 100px 20px;
    }
    .service .box4 .info-box .tbox{
        margin-top: 70px;
    }

    .service .s2box2 .info-box .list{
        width: 90%;
    }

    .about-box3 .info-box .lbox .sbox .lilist li{
        font-size: 16px;
    }

    .culture .box1 .tbox .tb .t2{
        margin-top: 30px;
    }
    .culture .box1 .tbox .tb .t2 .ts{
        margin-bottom: 30px;
    }






    .culture .box1 .tbox .tb .t3{
        font-size: 16px;
        line-height: 32px;
    }
    .case-box .tbox .t1{
        height: 70px;
    }
    .case-box .tbox .t2{
        font-size: 46px;
    }
    .case-box .tbox .t3{
        font-size: 24px;
        margin-top: 20px;
    }
    .case-box .tbox .t4 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 15px;
    }

    .about-box3 .info-box .lbox .sbox{
        width: 67%;
    }


    .about-box3 .info-box .lbox .sbox .lilist li:hover,
    .about-box3 .info-box .lbox .sbox .lilist li.on{
        margin-left: -25px;
    }
    .about-box3 .info-box .lbox .sbox .lilist li:hover .s2,
    .about-box3 .info-box .lbox .sbox .lilist li.on .s2{
        width: 35px;
    }

    .info-banner .b-box .breadcrumbs{
        font-size: 14px;
    }


    .case-info .box3 .info-box .list li{
        padding: 18px 0;
    }
    .case-info .box3 .info-box .list li .num{
        font-size: 32px;
        width: 26%;
    }
    .case-info .box3 .info-box .list li .txt{
        width: 74%;
        font-size: 14px;
        line-height: 24px;
        padding: 0 5%;
        height: auto;
    }


    .case-info .box1 .info-box .tbox .top .t3{
        margin-top: 20px;
    }
    .case-info .box1 .info-box .tbox .list{
        margin-top: 15px;
    }

    .footer .f-box{
        padding: 0 20px;
    }
    .footer .foot2 .f-box{
        padding: 11px 20px;
    }

}


@media (max-width: 1180px){

    .case-box .tbox .t1{
        height: 45px;
    }
    .case-box .tbox .t3{
        font-size: 20px;
    }

    .service .box1 .info-box .list .s-box .tbox{
        width: 100%;
        text-align: center;
    }

    .service .s2box1 .info-box{
        padding: 73px 20px 30px 35%;
    }
    .service .s2box1 .info-box .tbox{
        width: 46%;
    }

    .job4 .box1 .right li{
        padding: 37px 20px;
    }

    .news .news-list li a{
        padding: 20px;
    }
    .news .news-list li .tbox .t2{
        line-height: 24px;
        margin-top: 15px;
    }

    .news-info .box .content .right{
        width: 28%;
    }


    .contact .box .top .t1,
    .contact .box .box3 .title .t1{
        font-size: 22px;
    }
    .contact .box .top .t2,
    .contact .box .box3 .title .t2{
        font-size: 16px;
    }

    .info-header .h-box .menu ul li{
        margin-right: 30px;
    }


}

@media (max-width: 1080px) {
        .info-header .h-box .menu ul li{
        margin-right: 20px;
    }
}

@media (max-width: 1024px){

    .info-header .h-box .menu ul li{
        margin-right: 16px;
    }
    .info-header .h-box .menu .language{
        justify-content: center;
    }
    .footer .foot2 .f-box{
        flex-wrap: wrap;
    }
    .footer .foot2 .f-box .copyright{
        width: 100%;
        text-align: center;
    }
    .footer .foot2 .f-box .jszc{
        width: 100%;
        text-align: center;
    }
    .about-box4 .info-box .list .box1{
        width: 41.9%;
    }
    .about-box3 .info-box .tbox .t3,
    .about-box4 .info-box .tbox .t3 {
        font-size: 80px;
        top: -30px;
    }

    .culture .box1 .tbox .ta{
        padding: 32px 0 43px 45px;
    }
    .culture .box1:nth-last-child(2n) .tbox .ta{
        padding: 32px 0 43px 36.4%;
    }
    .culture .box1 .tbox{
        width: 82%;
    }
    .culture .box1 .tbox .tb{
        padding: 55px 0 55px 50px;
    }
    .culture .box1 .tbox .tb .t3{
        /*width: 74%;*/
    }
    .culture .box1 .img{
        width: 41.125%;
    }
    .culture .box1:nth-last-child(2n) .tbox .tb{
        padding-left: 37%;
    }

    .case-info .box3 .info-box .img{
        width: 30%;
    }

    .service .box2 .info-box .list .swiper-container{
        width: 92%;
    }
    .service .box2 .info-box .list .s-box::after{
        right: -70px;
    }
    .service .s2box2 .info-box .list .tbox{
        width: 17.5%;
    }

    .job4 .box1 .right li {
        padding: 34px 20px;
    }
    .job4 .box2 .tbox .list{
        margin-top: 15px;
    }
    .job4 .box2 .tbox .list li{
        font-size: 14px;
    }

    .job2 .box2 .list li.ts .txt .tips{
        font-size: 14px;
    }
    .news-info .box .content .right .tbox .list li a{
        font-size: 14px;
        line-height: 24px;
    }





}


.info-header .h-box .menu .close{
    display: none;
}

@media (max-width: 990px){
    .about-box1 .info-box .box1 .t3{
        left: 75px;
        font-size: 80px;
    }
    .banner .swiper-slide .box .index_video{
        display: none;
    }
    .info-banner{
        margin-top: 80px;
    }
    .info-header{
        height: 80px;
    }

    .info-header .h-box .logo{
        width: 44%;
    }
    .info-header .h-box .close{
        height: 80px;
        width: 80px;
        background: url(../images/close.png) right center no-repeat;
        background-size: 48%;
        display: block;
    }
    .info-header .h-box .close.on{
        background: url(../images/close2.png) right center no-repeat;
        background-size: 48%;
    }
    .info-header .h-box .menu{
        position: fixed;
        left: 0;
        top: 80px;
        width: 100%;
        height: calc(100% - 80px);
        background: rgba(0,0,0,.9);
        overflow-y: scroll;
        z-index: 99;
        display: none;
    }
    .info-header .h-box .menu ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .info-header .h-box .menu ul li{
        width: 100%;
        margin: 0;
        height: auto;
        position: relative;
    }
    .info-header .h-box .menu ul li:last-child{
        margin-right: 0;
    }
    .info-header .h-box .menu ul li .menu-link{
        width: 100%;
        font-size: 20px;
        line-height: 100px;
        height: 100px;
        color: #fff;
        justify-content: center;
    }
    .info-header .h-box .menu ul li:hover .menu-link,
    .info-header .h-box .menu ul li.on .menu-link{
        color: #fff;
    }
    .info-header .h-box .menu ul li:hover .menu-link::after,
    .info-header .h-box .menu ul li.on .menu-link::after{
        width: 100%;
        top: 100%;
    }
    .info-header .h-box .menu ul li .c-menu{
        width: 100%;
        position: relative;
        top: initial;
    }
    .info-header .h-box .menu ul li .c-menu .c-menu-link{
        font-size: 18px;
    }

    .info-header .h-box .menu .language{
        border-left: 0px solid #f0f0f0;
        width: 100%;
    }
    .info-header .h-box .menu .language a{
        font-size: 20px;
        line-height: 100px;
        color: #fff;
    }

    .info-banner .b-box .tbox{
        padding-left: 3%;
    }
    .info-banner .b-box .tbox .t1{
        font-size: 20px;
    }
    .info-banner .b-box .tbox .t2{
        font-size: 22px;
        margin-top: 15px;
    }
    .info-banner .b-box .tbox .t3 {
        font-size: 16px;
    }

    .contact .box .box1{
        flex-wrap: wrap;
    }
    .contact .box .box1 .map{
        width: 100%;
    }
    .contact .box .box1 .tbox{
        width: 100%;
    }
    .contact .box .box2 .t2 .bs{
        width: 30.3%;
    }
    .footer .foot1{
        display: none;
    }


    .news .news-list li .img{
        width: 32%;
    }
    .news .news-list li .tbox{
        width: 65.6%;
    }
    .news .news-list li .tbox .t2{
        margin-top: 5px;
    }
    .news .news-list li .tbox .t3{
        margin-top: 10px;
    }

    .news-info .box .content .left{
        width: 100%;
        border-right: none;
    }
    .news-info .box .content .right{
        display: none;
    }

    .job4 .box1{
        flex-wrap: wrap;
    }
    .job4 .box1 .left{
        width: 100%;
    }
    .job4 .box1 .right{
        width: 100%;
    }
    .job4 .box2{
        flex-wrap: wrap;
        padding: 40px 20px;
    }
    .job4 .box2 .tbox{
        width: 54%;
    }
    .job4 .box2 .img{
        width: 42%;
    }

    .job .box1 .info-box{
        flex-wrap: wrap;
    }
    .job .box1 .info-box .left{
        width: 100%;
    }
    .job .box1 .info-box .right{
        width: 100%;
        margin-top: 30px;
    }


    .job .box2 .info-box{
        flex-wrap: wrap;
    }
    .job .box2 .info-box .left{
        width: 100%;
    }
    .job .box2 .info-box .right{
        width: 100%;
        margin-top: 30px;
    }
    .job .box2 .info-box .right .list{
        margin-top: 30px;
    }
    .job .box2 .info-box .right .list ul{
        flex-wrap: wrap;
    }
    .job .box2 .info-box .right .list li{
        width: 48%;
        margin-bottom: 30px;
    }
    .job .box2 .info-box .right .list li:nth-child(2n){
        margin-right: 0;
    }

    .job2 .box3{
        flex-wrap: wrap;
        padding: 50px 20px;
    }
    .job2 .box3 .title2{
        width: 100%;
    }
    .job2 .box3 .tbox{
        width: 100%;
        margin-top: 20px;
    }
    .job2 .box2 .list{
        padding: 20px;
        margin: -30px auto 0;
    }

    .job2 .box2 .list li.title .t1{
        width: 20%;
    }
    .job2 .box2 .list li.title .t2{
        width: 14.5%;
    }
    .job2 .box2 .list li.title .t3{
        width: 18.3%;
    }
    .job2 .box2 .list li.title .t4{
        width: 26.2%;
    }
    .job2 .box2 .list li.title .t5{
        width: 11.4%;
        text-align: left;
    }
    .job2 .box2 .list li.ts .tts .t1{
        width: 20%;
    }
    .job2 .box2 .list li.ts .tts .t2{
        width: 14.5%;
    }
    .job2 .box2 .list li.ts .tts .t3{
        width: 18.3%;
    }
    .job2 .box2 .list li.ts .tts .t4{
        width: 26.2%;
    }
    .job2 .box2 .list li.ts .tts .t5{
        width: 11.4%;
        text-align: left;
        padding-left: 10px;
    }
    .job2 .box2 .list li.ts .tts .t6{
        width: 9.6%;
        background: url(../images/icon33.png) 32px center no-repeat;
    }
    .job2 .box2 .list li.ts .tts.on .t6{
        background: url(../images/icon33-1.png) 32px center no-repeat;
    }
    .job2 .box2 .list li.ts .txt{
        padding: 30px;
    }



    .service .s2box2 .info-box .list{
        flex-wrap: wrap;
        justify-content: start;
    }
    .service .s2box2 .info-box .list .tbox{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    .service .s2box2 .info-box .list .tbox:nth-child(3n){
        margin-right: 0;
    }

    .service .box4 .info-box .tbox{
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .service .box4 .info-box .tbox .box1{
        width: 100%;
        margin-top: 25px;
        padding: 50px 0 40px 80px;
    }

    .service .s2box3 .info-box .boxs{
        padding-left: 0;
    }
    .service .s2box3 .info-box .boxs .tbox{
        width: 48%;
        margin-top: 40px;
    }


    .service .box3 .info-box .list .tbox{
        flex-wrap: wrap;
    }
    .service .box3 .info-box .list .tbox .img{
        width: 100%;
    }
    .service .box3 .info-box .list .tbox .boxs{
        width: 100%;
        padding: 50px 0;
    }




    .about-box1 .info-box{
        padding: 40px 20px;
        flex-wrap: wrap;
    }
    .about-box1 .info-box .box1{
        width: 100%;
    }
    .about-box1 .info-box .box2{
        width: 100%;
        margin-top: 20px;
    }
    .about-box3 .info-box .tbox{
        padding: 0 20px;
    }
    .about-box3 .info-box .tbox .t3{
        left: 75px;
    }
    .about-box3 .info-box .lbox{
        padding: 0 20px;
    }

    .about-box4 .info-box .tbox{
        padding: 0 20px;
    }
    .about-box4 .info-box .tbox .t3{
        left: 75px;
    }
    .about-box4 .info-box .list{
        padding: 0 20px;
    }


    .culture .box1 .tbox{
        width: 100%;
    }

    .culture .box1 .img{
        display: none;
    }
    .culture .box1:nth-last-child(2n) .tbox .ta{
        padding: 30px 20px;
    }
    .culture .box1:nth-last-child(2n) .tbox .ta .t2{
        left: 20px;
        top: 10px;
    }
    .culture .box1:nth-last-child(2n) .tbox .ta .t3{
        left: 60px;
    }
    .culture .box1:nth-last-child(2n) .tbox .tb{
        padding: 25px 20px;
    }

    .culture .box1 .tbox .ta{
        padding: 32px 0 43px 20px;
    }
    .culture .box1 .tbox .ta .t2{
        left: 20px;
    }
    .culture .box1 .tbox .ta .t3{
        left: 60px;
    }
    .culture .box1 .tbox .tb{
        padding: 55px 0 55px 20px;
    }


    .case-info .box1 .info-box{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .case-info .box1 .info-box .img{
        width: 100%;
        margin-top: 30px;
    }
    .case-info .box1 .info-box .tbox{
        width: 100%;
    }
    .case-info .box2 .info-box{
        flex-direction: column;
    }

    .case-info .box3{
        padding: 60px 0;
    }
    .case-info .box3 .info-box{
        flex-wrap: wrap;
    }
    .case-info .box3 .info-box .img{
        width: 100%;
    }
    .case-info .box3 .info-box .list{
        width: 100%;
        margin-top: 30px;
    }


    .case-box .tbox .t1{
        display: none;
    }
    .case-box .tbox .t2{
        margin-top: 0;
        font-size: 36px;
    }




}

@media (max-width: 767px){
    .banner .swiper-slide .box .index_video{
        display: none;
    }
    .info-header{
        height: 50px;
    }
    .info-banner{
        margin-top: 50px;
    }
    .info-header .h-box .close{
        width: 50px;
        height: 50px;
    }
    .info-header .h-box .logo{
        width: 60%;
    }

    .info-header .h-box .menu{
        top: 50px;
        height: calc(100% - 50px);
    }
    .info-header .h-box .menu ul li .menu-link{
        font-size: 14px;
        line-height: 50px;
        height: 50px;
    }
    .info-header .h-box .menu .language{
        height: 50px;
    }
    .info-header .h-box .menu .language a{
        font-size: 14px;
        line-height: 50px;
    }
    .info-header .h-box .menu ul li .c-menu .c-menu-link{
        font-size: 14px;
        height: 48px;
        line-height: 48px;
    }


    .info-banner .b-box .tbox{
        display: none;
    }
    .info-banner .b-box .breadcrumbs{
        font-size: 12px;
        right: 10px;
        bottom: 10px;
        background-size: 14px;
        padding-left: 20px;
    }
    .about-box1 .info-box .box1{
        width: 100%;
    }
    .about-box1 .info-box .box2{
        font-size: 14px;
        line-height: 24px;
    }

    .about-box2 .info-box{
        padding-left: 20px;
        padding-top: 20px;
    }
    .about-box2 .info-box .t1,
    .about-box3 .info-box .tbox .t1,
    .about-box4 .info-box .tbox .t1{
        font-size: 16px;
    }
    .about-box2 .info-box .t2{
        font-size: 12px;
        margin-top: 5px;
    }

    .about-box3{
        padding: 82px 0 40px;
    }
    .about-box3 .info-box .lbox{
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .about-box3 .info-box .lbox .img{
        width: 100%;
    }
    .about-box3 .info-box .lbox .sbox{
        width: 100%;
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .about-box3 .info-box .lbox .sbox .imglist{
        width: 70%;
    }
    .about-box3 .info-box .lbox .sbox .lilist{
        width: 100%;
        margin-top: 30px;
    }
    .about-box3 .info-box .lbox .sbox .lilist li{
        font-size: 14px;
        line-height: 26px;
    }
    .about-box3 .info-box .lbox .sbox .lilist li:hover,
    .about-box3 .info-box .lbox .sbox .lilist li.on{
        margin-left: -5px;
    }
    .about-box3 .info-box .lbox .sbox .lilist li .s2{
        margin-left: 10px;
    }

    .about-box4{
        padding: 60px 0;
    }
    .about-box4 .info-box .list{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .about-box4 .info-box .list .box1{
        width: 100%;
    }
    .about-box4 .info-box .list .box2{
        width: 100%;
        margin-top: 20px;
    }
    .about-box4 .info-box .list .box1 span,
    .about-box4 .info-box .list .box2 li span{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .culture{
        margin-top: 20px;
    }
    .culture .box1 .tbox .ta .t1{
        font-size: 20px;
    }
    .job .box1 .info-box .left .t2,
    .job .box2 .info-box .left .t2,
    .job2 .box1 .title .t3,
    .service .box1 .info-box .title .t2,
    .service .box2 .info-box .title .t2,
    .service .box3 .info-box .title .t2,
    .service .box4 .info-box .title .t2,
    .service .s3box .info-box .title .t2,
    .service .s4box .info-box .title .t2,
    .culture .box1 .tbox .ta .t2,
    .service .s2box3 .info-box .title .t2,
    .service .s2box2 .info-box .title .t2,
    .job2 .box3 .title2 .t2{
        font-size: 30px;
    }
    .culture .box1{
        margin-bottom: 40px;
    }

    .culture .box1 .tbox .ta .t3{
        width: 2px;
    }
    .culture .box1 .tbox .tb{
        padding: 30px 20px;
    }
    .culture .box1 .tbox .tb .t1{
        width: 100%;
        font-size: 12px;
        line-height: 24px;
    }
    .culture .box1 .tbox .tb .t2 .ts{
        margin-bottom: 15px;
    }
    .culture .box1 .tbox .tb .t2 .ts .ts1{
        font-size: 14px;
    }
    .culture .box1 .tbox .tb .t2 .ts .ts2{
        font-size: 12px;
        margin-top: 0;
    }
    .culture .box1 .tbox .tb .t3{
        width: 100%;
        font-size: 12px;
        line-height: 24px;
    }

    .case{
        padding-top: 40px;
    }
    .case .info-box{
        padding: 0 20px;
    }

    .case-box{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .case-box .img,
    .case-box:nth-last-child(2n) .img{
        width: 100%;
    }
    .case-box .tbox,
    .case-box:nth-last-child(2n) .tbox{
        width: 100%;
    }
    .case-box .tbox .t1{
        margin-left: 17px;
    }
    .case-box .tbox .t2{
        font-size: 30px;
    }
    .case-box .tbox .t3{
        font-size: 16px;
    }
    .case-box .tbox .t4{
        font-size: 12px;
        line-height: 24px;
    }


    .case-info .title{
        padding: 35px 0;
        font-size: 20px;
    }
    .case-info .box1 .info-box .tbox .top .t1{
        font-size: 16px;
        line-height: 28px;
    }
    .case-info .box1 .info-box .tbox .top .t2{
        font-size: 12px;
    }
    .case-info .box1 .info-box .tbox .top .t3{
        width: 40%;
    }
    .case-info .box1 .info-box .tbox .list{
        flex-wrap: wrap;
    }
    .case-info .box1 .info-box .tbox .list ul{
        width: 100%;
    }
    .case-info .box1 .info-box .tbox .list ul:nth-child(2){
        padding-left: 0;
    }

    .case-info .box2{
        padding: 40px 0;
    }
    .case-info .box1.box2 .info-box .tbox .list ul{
        width: 100%;
    }
    .case-info .box3 .info-box .list li{
        width: 100%;
    }

    .service .box1 .info-box{
        padding: 60px 0 0;
    }
    .service .box1 .info-box .title .t1,
    .service .box2 .info-box .title .t1,
    .service .s2box2 .info-box .title .t1,
    .service .box4 .info-box .title .t1,
    .service .s2box3 .info-box .title .t1,
    .service .box3 .info-box .title .t1,
    .service .s3box .info-box .title .t1,
    .service .s4box .info-box .title .t1,
    .job .box1 .info-box .left .t1,
    .job .box2 .info-box .left .t1,
    .job2 .box3 .title2 .t1,
    .job2 .box1 .title .t1{
        font-size: 20px;
    }
    .service .box1 .info-box .title .t2,
    .service .box2 .info-box .title .t2,
    .service .box4 .info-box .title .t2,
    .service .s2box3 .info-box .title .t2,
    .service .box3 .info-box .title .t2,
    .service .s3box .info-box .title .t2,
    .service .s4box .info-box .title .t2,
    .job .box1 .info-box .left .t2,
    .job .box2 .info-box .left .t2,
    .job2 .box1 .title .t3{
        top: 0;
    }
    .service .box1 .info-box .list{
        margin-top: 30px;
        padding-bottom: 70px;
    }
    .service .box1 .info-box .list .s-box .tbox .txt{
        font-size: 14px;
    }
    .service .box1 .info-box .list .swiper-pagination{
        bottom: 40px;
    }
    .service .box2 .info-box .list{
        margin-top: 30px;
    }
    .service .box2 .info-box .list .s-box{
        margin: auto;
    }
    .service .box2 .info-box .list .s-box::after{
        display: none;
    }


    .service .s2box1 .img{
        display: none;
    }
    .service .s2box1 .box1{
        width: 100%;
        position: relative;
        top: initial;
        padding-left: 20px;
        height: 195px;
    }
    .service .s2box1 .box1 .t2{
        font-size: 20px;
    }
    .service .s2box1 .box1 .t3{
        margin: 20px 0 10px;
    }
    .service .s2box1 .info-box{
        padding: 30px 20px;
    }
    .service .s2box1 .info-box .tbox{
        height: 95px;
    }
    .service .s2box1 .info-box .tbox .t1{
        font-size: 14px;
        line-height: 26px;
    }
    .service .s2box1 .info-box .tbox .t2{
        font-size: 12px;
        line-height: 22px;
    }

    .service .s2box2 .info-box .list .tbox{
        width: 49%;
    }
    .service .s2box2 .info-box .list .tbox:nth-child(3n){
        margin-right: 2%;
    }
    .service .s2box2 .info-box .list .tbox:nth-child(2n){
        margin-right: 0;
    }
    .service .s2box2 .info-box .list .tbox .t2{
        font-size: 14px;
        line-height: 24px;
    }
    .service .box4 .info-box .tbox .box1.bg1,
    .service .box4 .info-box .tbox .box1.bg2,
    .service .box4 .info-box .tbox .box1.bg3{
        background-size: 80px;
        padding: 0 0 0 60px;
        /* padding: 95px 0 60px 80px; */
    }
    .service .box4 .info-box .tbox .box1.bg1:hover,
    .service .box4 .info-box .tbox .box1.bg2:hover,
    .service .box4 .info-box .tbox .box1.bg3:hover{
        background-size: 80px;
        padding: 0 0 0 60px;
        /* padding: 95px 0 60px 80px; */
    }
    .service .box4 .info-box .tbox .box1 .t2{
        font-size: 14px;
        line-height: 24px;
    }

    .service .s2box3{
        padding: 70px 0;
    }
    .service .s2box3 .info-box .boxs .tbox{
        margin-top: 20px;
    }
    .service .s2box3 .info-box .boxs .tbox .t1{
        font-size: 14px;
        line-height: 20px;
    }
    .service .s2box3 .info-box .boxs .tbox .t1 span{
        width: 5px;
        height: 5px;
        margin-right: 10px;
    }
    .service .s2box3 .info-box .boxs .tbox .t2{
        font-size: 12px;
        line-height: 24px;
        padding-left: 15px;
    }

    .service .box3 .info-box{
        padding: 80px 0 0;
    }
    .service .box3 .info-box .list{
        margin-top: 50px;
    }
    .service .box3 .info-box .list .tbox .boxs .tboxs .txt{
        font-size: 12px;
    }

    .service .box3 .info-box .title{
        padding-left: 20px;
    }
    .service .box3 .info-box .title .t2{
        left: 20px;
    }

    .service .s3box{
        padding: 50px 0 38px;
    }
    .service .s3box .info-box .boxs1{
        flex-wrap: wrap;
    }
    .service .s3box .info-box .boxs1 .tbox{
        width: 100%;
    }
    .service .s3box .info-box .boxs1 .img{
        width: 60%;
        margin-left: 30%;
        margin-top: 20px;
    }
    .service .s3box .info-box .boxs1 .tbox .t1{
        font-size: 16px;
    }
    .service .s3box .info-box .boxs1 .tbox .t2{
        font-size: 12px;
    }
    .service .s3box .info-box .boxs1 .tbox .t4{
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }

    .service .s3box .info-box .boxs2{
        margin-top: 50px;
    }
    .service .s3box .info-box .boxs2 .box1,
    .service .s3box .info-box .boxs2 .box2{
        width: 100%;
    }
    .service .s3box .info-box .boxs2 .tbox{
        margin-bottom: 30px;
    }
    .service .s3box .info-box .boxs2 .tbox .t1{
        font-size: 16px;
    }
    .service .s3box .info-box .boxs2 .tbox .t2 {
        font-size: 14px;
        line-height: 24px;
    }

    .service .s4box{
        padding: 50px 0;
    }
    .service .s4box .info-box .sbox1{
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .service .s4box .info-box .sbox1 .tbox{
        width: 100%;
        margin: 0 0 20px;
        padding: 38px 20px 36px;
    }
    .service .s4box .info-box .sbox1 .tbox .t1{
        font-size: 16px;
    }
    .service .s4box .info-box .sbox1 .tbox .t3{
        margin-top: 15px;
    }
    .service .s4box .info-box .sbox1 .tbox .t4{
        font-size: 14px;
        line-height: 24px;
    }
    .service .box4 .info-box{
        padding: 50px 20px;
    }
    .service .s4box .info-box .sbox2{
        margin-top: 60px;
    }
    .service .s4box .info-box .sbox2 .t1{
        width: 180px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .job4 .box1{
        padding-top: 0;
    }
    .job4 .box1 .left .tbox1{
        width: 100%;
        position: relative;
        top: initial;
    }
    .job4 .box1 .left .tbox1 .t2{
        font-size: 16px;
    }
    .job4 .box1 .left .tbox1 .t4{
        line-height: 24px;
        margin-top: 15px;
    }
    .job4 .box1 .left .tbox2{
        width: 100%;
        padding: 0 20px 20px;
    }
    .job4 .box1 .left .tbox2 .t1{
        font-size: 14px;
    }
    .job4 .box1 .right li .t1{
        font-size: 14px;
    }
    .job4 .box1 .right li .t2{
        font-size: 12px;
        line-height: 24px;
        margin-top: 10px;
    }

    .job4 .box2 .tbox{
        width: 100%;
    }
    .job4 .box2 .tbox .t1{
        font-size: 14px;
        line-height: 26px;
    }
    .job4 .box2 .tbox .list{
        margin-top: 5px;
    }
    .job4 .box2 .tbox .list li{
        width: 100%;
        font-size: 12px;
        line-height: 24px;
    }
    .job4 .box2 .img{
        width: 100%;
        margin-top: 30px;
    }

    .job .box1 .info-box{
        padding: 40px 20px 32px;
    }
    .job .box1 .info-box .right{
        font-size: 14px;
        line-height: 24px;
    }
    .job .box2 .info-box{
        padding: 60px 20px;
    }
    .job .box2 .info-box .right .t1{
        font-size: 14px;
        line-height: 24px;
    }
    .job .box2 .info-box .right .list li .st1{
        font-size: 16px;
    }
    .job2 .box3 .tbox{
        font-size: 14px;
        line-height: 24px;
    }

    .job2 .box2 .list{
        width: 100%;
        margin: 0 auto;
    }
    .job2 .box2 .list li.title .t2,
    .job2 .box2 .list li.title .t4,
    .job2 .box2 .list li.ts .tts .t2,
    .job2 .box2 .list li.ts .tts .t4{
        display: none;
    }

    .job2 .box2 .list li.title{
        padding-bottom: 10px;
    }
    .job2 .box2 .list li.title .t1,
    .job2 .box2 .list li.title .t3{
        width: 33%;
        font-size: 14px;
    }
    .job2 .box2 .list li.title .t5{
        width: 30%;
        font-size: 14px;
    }

    .job2 .box2 .list li.ts .tts{
        /*height: 60px;*/
        line-height: 40px;
    }
    .job2 .box2 .list li.ts .tts .t1,
    .job2 .box2 .list li.ts .tts .t3{
        width: 35%;
        font-size: 14px;
    }
    .job2 .box2 .list li.ts .tts .t5{
        width: 20%;
        font-size: 14px;
    }
    .job2 .box2 .list li.ts .tts .t6{
        width: 20%;
        background: url(../images/icon33.png) center center no-repeat;
        background-size: 20px;
    }
    .job2 .box2 .list li.ts .tts.on .t6{
        background: url(../images/icon33-1.png) center center no-repeat;
        background-size: 20px;
    }
    .job2 .box2 .list li.ts .txt{
        padding: 20px;
        font-size: 12px;
        line-height: 24px;
    }

    .job2 .box1{
        padding: 60px 20px;
    }
    .job2 .box1 .title{
        margin-left: 0;
    }
    .job2 .box1 .title .t2{
        font-size: 14px;
        margin-top: 20px;
    }
    .job2 .box1 .list{
        margin: 40px auto 0;
    }
    .job2 .box2{
        margin: 0;
    }
    .news .news-menu{
        justify-content: space-around;
    }
    .news .news-menu a{
        width: 90px;
        margin: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .news .news-list ul{
        width: 100%;
        padding: 20px 0;
    }
    .news .news-list li a{
        flex-wrap: wrap;
    }
    .news .news-list li .img{
        width: 100%;
    }
    .news .news-list li .tbox{
        width: 100%;
        margin-top: 20px;
    }
    .news .news-list li .tbox .t1{
        font-size: 14px;
    }
    .news .news-list li .tbox .t2{
        font-size: 12px;
    }
    .news .news-list li .tbox .t3{
        font-size: 12px;
    }


    .page-list .a2{
        margin: 0 5px;
    }
    .page-list .a1,
    .page-list span{
        display: none;
    }

    .news-info .box .content .left .top .t1{
        font-size: 18px;
    }
    .news-info .box .content .left .top .t2{
        font-size: 12px;
    }
    .news-info .box .content .left .top .t2 span{
        width: 20px;
    }
    .news-info .box .content .left{
        padding-left: 0;
    }
    .news-info .box .content .left .center{
        padding-right: 0;
        font-size: 12px;
        line-height: 24px;
    }
    .news-info .box .content .left .ck{
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .news-info .box .content .left .ck a{
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .news-info .box .content .left .share{
        font-size: 14px;
    }

    .contact{
        padding: 40px 0;
    }
    .contact .box .top .t1, .contact .box .box3 .title .t1{
        font-size: 20px;
    }
    .contact .box .top .t2, .contact .box .box3 .title .t2{
        font-size: 14px;
        margin-top: 10px;
    }
    .contact .box .box1 .tbox .t1 {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 15px;
    }
    .contact .box .box1 .tbox ul li{
        width: 100%;
    }

    .contact .box .box2 .t2{
        flex-wrap: wrap;
    }
    .contact .box .box2 .t2 .bs{
        width: 100%;
        margin-bottom: 20px;
    }
    .contact .box .box2 .t2 .bs .b1{
        font-size: 16px;
    }

    .contact .box .box3{
        margin-top: 40px;
    }
    .contact .box .box3 .title{
        margin-bottom: 20px;
    }
    .contact .box .box3 .txt1{
        width: 100%;
        height: 45px;
        padding-left: 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .contact .box .box3 .txt2{
        margin-top: 0;
        height: 80px;
        font-size: 14px;
        padding: 10px 20px;
    }
    .contact .box .box3 .btn {
        margin-top: 15px;
        width: 150px;
        height: 40px;
        font-size: 14px;
    }












}

/*视频中心*/
.c_myVideo{
    display: none;
    width: 100%;
/*    position: absolute;
    top: 0;left: 0;
    height: 100%;*/
}


/*在线交流 意见反馈*/
.index-left-div{
    margin-left: -20px;
}

.index-left-div p{
    color: #fff;
}














