@charset "utf-8";


/* header&foot */
@font-face { font-family:"din";src: url(/css/‘din.ttf’);}
.box{width: 1550px; margin: 0 auto; max-width: 100%;}
header{ width: 100%; position: relative;}
a,img{ transition: 0.3s;}
a:hover{ color: #0C6EB9;}
.head{ width: 100%;transition: 0.3s; height: 124px;  color: #505050; /* position: fixed; z-index: 9999; left: 0; top:0 */}
.head.active{ background-color:rgba(255,255,255,1);}
.head .box{display: flex; align-items: center; justify-content: space-between; height: 100%;width: 92%; position: relative;}
.logobj{ position: absolute; left: 0; top: 124px; z-index: 9999;transform: translateX(-50%); left: 62px;}
.logobj img{ width: 280px; display: block;}

.logo{ height:102px; transition: 0.3s; margin-top: 20px; margin-right: 70px;}
.logo a{display: block; height: 100%;}
.logo a img{display: block; height: 100%;}

nav{ height: 100%;font-weight: 400;display: flex; width: calc(100% - 210px);}
.nav-box{display: flex;align-items: center; flex-wrap: wrap; justify-content: space-between; width: 100%; height: 100%;}
.nav-item{position: relative;height: 100%; transition: 0.3s; }
.mc{display: none;}

.first-nav{ height: 100%; width: 100%;}
.first-nav a{display: flex; align-items: center; justify-content: center; height: 100%; position: relative; transition: 0.3s; padding: 0 40px; font-size: 20px; color: #424040;}
.first-nav a i{display: block; margin-left: 10px; transition: 0.3s; display: none;}
.first-nav a i::before{content: "\e600";}
.first-nav.focus i{transform: rotate(180deg);}
.first-nav.on a{color: #fff; background-color: #0c6eb9;}
.second-nav{position: absolute; left: 0; top: 124px; background: rgba(105,178,45,0.8); box-sizing: border-box;  z-index: 999; max-height: 0; overflow: hidden;transition: 0.6s; min-width: 100%;}
.second-nav a{color: #fff; display: block;font-size: 16px; line-height: 3; transition: 0.3s; padding:0 20px; white-space: nowrap; border-bottom: 1px solid rgba(255,255,255,0.3); text-align: center;}
.second-nav a:last-child{ border-bottom: none;}
.second-nav a:hover{ color: #fff;background: rgba(105,178,45,1);}
.nav-item:hover .first-nav a{color: #fff; background-color: #0c6eb9;}
.first-nav em img{ width:12px;}
.first-nav em{ margin-left: 15px;}
/* .nav-item:hover i{transform: rotate(180deg);} */
.nav-item:hover .second-nav{ max-height: 1000px;}


.mBtn{ width: 40px; height: 40px; border-radius: 4px; display: none;  cursor: pointer;   box-sizing: border-box;  background: #6ab22e; margin-left:10px;  display: none;}
.mBtn span{ display: block;  width: 22px;}
.mBtn span i{width: 100%; height: 2px; background: #fff; display: block; margin: 0 auto;  margin-top: 5px; transition: 0.5s;}
.mBtn span i:first-child{margin-top: 0;}
.mBtn.active{ background-color: #0c6eb9;}
.mBtn.active span i:nth-child(1){transform: rotate(45deg) translateY(4px) translateX(4px);}
.mBtn.active span i:nth-child(2){transform: rotate(-45deg) translateY(-1px) translateX(1px);}
.mBtn.active span i:nth-child(3){ width: 4px;}
.head_right{display: flex;  align-items: center; height: 100%;  position: relative; margin-left: 40px;}
.hedri{ display: flex; align-items:center;}
.djsous{ cursor: pointer;}
.souk{ display: flex; align-items: center; box-sizing: border-box; justify-content: space-between;transition: 0.3s;}
.souk input{ border: none; background: none; font-size: 16px;width: 0;width: 0;transition: 0.3s;}
.souk.active input{ width: 150px; padding:0 20px; box-sizing: border-box; padding-left: 10px;}
.souk .djsous{width: 46px; height: 46px; border-radius: 50%; background-color: #69b22d; display: flex; align-items: center; justify-content: center;cursor: pointer; transition: 0.3s;}
.souk .djsous img{ width: 50%;}
.souk .djsous:hover{ background-color: #0c6eb9;}
.djsous.active{background-color: #0c6eb9;}
.hedri h1{ font-size: 30px; font-weight: 100; padding: 10px; display: none; cursor: pointer;transition: 0.3s;}
.hedri h1.active{ display: block;}
.hedri h1.active:hover{transform: rotate(90deg); color: #69b22d;}




.banner{ width:100%;/* margin-top: 124px; */}
.banner_swiper{width: 100%;height: 100%;}
.banner_swiper .swiper-slide{width: 100%; height: 100%; overflow: hidden;}
.ban_bg{width: 100%; height: 100%;}
.ban_bg img{ display: block; width: 100%;}
.bn_tx{width:1550px;  position: absolute; left:50%; margin-left: -775px;  top: 0;color: #fff; display: flex; align-items: center; height:calc(100vh - 248px);}
.bn_tx span{}
.bn_tx h1{font-size: 62px;font-weight: bold; transform: translateY(200px); transition: 1s ease-in-out;opacity: 0; line-height: 1.5;text-shadow: 3px 3px 3px rgba(0, 0, 0,0.3);}
.bn_tx h2{ font-size: 62px; transform: translateY(200px); transition: 1.2s ease-in-out 0.1s;opacity: 0;line-height: 1.5;text-shadow: 3px 3px 3px rgba(0, 0, 0,0.3);}
.bn_tx a.more{ width: 200px; height: 58px; font-size: 20px; margin-top: 30px;transform: translateY(200px);opacity: 0;transition: 1.6s ease-in-out 0.1s;}
.bn_tx a.more:hover{}

.banner_swiper .swiper-slide-active .bn_tx h1{transform: translateY(0); opacity: 1;}
.banner_swiper .swiper-slide-active .bn_tx h2{transform: translateY(0);opacity: 1;}
.banner_swiper .swiper-slide-active .bn_tx a{transform: translateY(0);opacity: 1;}


.banner_swiper .swiper-pagination{ width: 1550px; left: 50%;  top: auto; height: 18px!important;  bottom: 40px; text-align: left;  display: flex; justify-content: center;transform: translateX(-50%);}
.banner_swiper .swiper-pagination-bullet{ width:18px;height:18px; box-sizing: border-box; border-radius:50%;  background:#fff; opacity: 0.5; margin: 0 6px!important;}
.banner_swiper .swiper-pagination-bullet-active{opacity: 1; display: flex; align-items: center;width:18px;height:18px; box-sizing: border-box; border-radius:50%;  background:#00589c; }

.banner .swiper-button-next:after,.banner .swiper-button-prev:after{ border: 1px solid #dddcdb; width: 100%; box-sizing:border-box; height: 54px; line-height: 54px; text-align: center; color: #dddcdb; font-size: 20px; border-radius: 50%; transition: 0.3s;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 54px!important;}
.banner .swiper-button-next:hover:after,.banner .swiper-button-prev:hover:after{border: 1px solid #fff; color: #fff;}
.banner .swiper-button-next{ right: 36px;}
.banner .swiper-button-prev{ left: 36px;}

.more{ display: flex; align-items: center; height: 52px;width: 158px; justify-content: center; font-size: 16px; color: #fff;background: linear-gradient(to right,rgba(92,167,59,0.8), rgba(13,99,141,0.8)); border-radius: 50px; transition: 0.3s;}
.more img{ width: 20px; margin-left: 16px;}
.more:hover{/* background: linear-gradient(to left,rgba(92,167,59,0.8), rgba(13,99,141,0.8)); */transform: translateY(-4px);box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.40); color: #fff;}

.title{ text-align: center; justify-content: center; display: flex; align-items: center;flex-direction: column;text-transform: uppercase;line-height: 1;}
.title h1{ font-size: 68px; font-weight: bold;background: linear-gradient(to bottom, rgba(150,150,150,0.2), rgba(255,255,255,1) 90%);-webkit-background-clip: text; color: transparent; }
.title h2{ font-size: 46px; color: #69b22d; font-weight: bold;}
.title h2 b{ color: #00589b;}
.title p{ font-size: 22px; color: #717071; font-weight: 100; margin-top: 15px;}

footer{ width: 100%;/* background: url(/img/xian.jpg) left 146px repeat-x; */border-top: 1px solid #e1e1e1;}
footer a{color: #777;}
footer a:hover{ color: #0C6EB9;}
.foot{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 1550px; margin: 0 auto;}
.xian{ width: 100%; height: 1px; background-color: #e1e1e1;}
.ftdi{ text-align: center; color: #777; font-size: 14px; padding: 15px 0; flex-wrap: wrap;  line-height: 1.8; width: 100%; display: flex; align-items: center; justify-content: space-between; width: 1550px; margin: 0 auto;}
.ftdi i{ padding: 0 5px;}
.ftdi select{
  border: solid 1px #e1e1e1;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  height: 40px;
  padding: 0 12px;
  min-width: 120px;
  background: url(/img/xia.png) right 16px center no-repeat;
  background-size: 12px;
  padding-right: 40px;
  font-size: 18px;
  color: #777;
  
}

.ftdi select::-ms-expand{ display: none;}
.ftdi a{white-space: nowrap; }

.footle{ width: calc(100% - 490px); box-sizing: border-box; border-right: 1px solid #e1e1e1; padding-top: 30px; padding-bottom: 60px;}
.footle h1{ padding-bottom: 30px;}
.footle h1 img{ display: block; max-width: 90%;}
.ftlist{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid #e1e1e1;}
.ftlist span{ width: 120px; margin-top: 30px;}
.ftlist span h2{ font-size: 18px; margin-bottom: 20px; font-weight: bold;}
.ftlist span h2 a{ color: #535353;}
.ftlist span p{ font-size: 16px; line-height: 2.1;}
.footri{ width: 450px; margin-left: 40px; padding-bottom: 40px; padding-top: 40px;}
.footri h2{ font-size: 18px; line-height:2.6; color: #5b5b5b;}
.footri h2 a{ color: #535353;}
.footri span a{ color: #777;}
.erweima{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; margin-top: 40px;}
.erweima span{ width: 115px;}
.erweima span img{ width: 100%; border: 1px solid #efefef; box-sizing: border-box; display: block;}
.erweima span p{ width: 100%; background-color: #b2b2b2; font-size: 15px; color: #fff; height: 46px; display: flex; justify-content: center; align-items: center; transition: 0.3s;}
.erweima span:hover img{ border: 1px solid #0b7af3; }
.erweima span:hover p{ background-color: #0b7af3;}

#toTop{ background-color:rgba(105,178,45,0.7); right: 50px; bottom: 80px; width: 64px; height: 64px; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: 0.3s; z-index: 966; }
#toTop:hover{background-color:rgba(12,110,185,0.8); }
#toTop img{ width: 60%;}

section{padding: 70px 0; position: relative;}
main{width: 1550px; margin: 0 auto; max-width: 92%;}

.con1box{ background:url(/img/con1bj.png) center bottom no-repeat; background-size: cover cover;}
.con1{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 80px;}
.con1le{ width: 54%; overflow: hidden;}
.con1le img{ width: 100%; display: block;}
.con1le img:hover{transform: scale(1.1);}
.con1ri{ width: calc(46% - 40px); display: flex; flex-direction: column;}
.con1ri h1{ font-size: 40px; color: #0C6EB9; line-height: 1.5;}
.con1ri h2{ font-size: 20px; color: #666; font-family: arial;line-height: 1.5;}
.con1ri h3{ width: 94px; height: 5px; background-color: #0C6EB9; margin-top: 20px;}
.con1ri .contex{font-size: 16px; color: #6e6e6e; line-height: 2; margin-top: 40px;}
.con1k4{display: flex; justify-content: space-between; margin-top: 40px; cursor: pointer;}
.con1k4 span{ width: 115px; max-width: 24%; text-align: center; display: flex; flex-direction: column; height: 100%; }
.con1k4 span h4{box-shadow: 0 0 20px rgba(0,0,0,0.1);width: 115px; height: 115px; border-radius: 50%; background-color: #fff; display: flex; justify-content:center; align-items: center;}
.con1k4 span img{  display: block; margin: 0 auto; width: 64px; height: 64px;}
.con1k4 span h5{ font-size: 20px; color:#0C6EB9; margin-top: 26px; text-align: center;}
.con1k4 span:hover img{transform: rotateY(180deg);}
.con1more{ margin-top: 50px;}

.con2{ width: 100%; display: flex; background-color: #000;}
.con2 a{ width: 33.33%; position: relative; overflow: hidden; display: block;}
.con2 a:hover img.con2tu{transform: scale(1.1);}
.con2 a>img{ display: block; width: 100%; margin: 0 auto;}
.con2 span{ display: flex; flex-direction: column; position: absolute; width: 100%; box-sizing: border-box; padding: 30px; color: #fff; justify-content: center; left: 0; transform: translateY(-50%);top: 50%; text-align: center;}
.con2 span img{ display: block; margin: 0 auto;}
.con2 span h1{ font-size: 36px; margin-top: 40px; font-weight: bold;}
.con2 span p{ font-size: 20px; line-height: 2.2; margin-top: 30px;}
.con2 span img.con2more{ margin-top: 50px; width: 54px;}
.con2 span img.con2b{ width: 108px;}
.con2 a img.con2more:hover{transform: translate(0, -10px);}

.con4box{ background:url(/img/con4bj.jpg) center center no-repeat; background-size: cover;}
.con4box .title h2,.con4box .title p{ color: #fff;}
.con4box .title h1{background: linear-gradient(to top, rgba(150,150,150,0.1), rgba(255,255,255,0.6) 90%);-webkit-background-clip: text; color: transparent;}
.con4{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.con4>div{ width: calc(33.3% - 13px); margin-top: 60px;}
.con4one{ background-color: #fff;}
.con4one a{ display: flex; flex-direction: column; width: 100%;}
.con4one h1{ overflow: hidden; width: 100%; height: 342px; background-color: #fff;}
.con4one h1 img{ width: 100%; overflow: hidden; height: 100%;}
.con4one a h1 img:hover,.con4three a h1 img:hover{transform: scale(1.1);}
.con4onecon{ padding: 35px; box-sizing: border-box;}
.con4onecon span,.con4tow a span{ display: flex; align-items: center; justify-content: space-between;}
.con4onecon span h2,.con4tow a span h2{ font-size: 18px; color: #0C6EB9;}
.con4onecon span h2 { height: 24px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; }
.con4onecon span p,.con4tow a span p{ display: flex; align-items: center; color: #b4b4b4; font-size: 14px;}
.con4onecon span p img,.con4tow a span p img{width: 16px; margin-right: 10px;}
.con4tow{ background-color: #66b624;display: flex; align-items: center;}
.con4onecon h3,.con4tow h3{ font-size: 20px; line-height: 40px; height: 80px; overflow: hidden; margin-top: 30px;}
.con4tow a{display: flex; flex-direction: column; width: 100%; box-sizing: border-box;padding: 35px; color: #fff;}
.con4tow a span h2,.con4tow a span p{color: #fff;}
.con4tow h4{ font-size: 16px; line-height: 32px; overflow: hidden; height:128px;}
.con4tow h3{ margin: 34px 0;}
.con4tow h5{ width: 130px; height: 45px; background-color: #fff; border-radius: 45px; display: flex; justify-content: center; align-items: center; margin-top: 70px; transition: 0.3s;}
.con4tow h5 img{ width: 45px; display: block; margin: 0 auto;}
.con4tow h5:hover{transform: translate(0, -10px);box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.20);}
.con4three{ display: flex; flex-direction: column;}
.con4three a{ padding: 26px 0; border-bottom: 1px solid #3e95d6; display: flex; justify-content: space-between; color: #fff;}
.con4three a:nth-child(1){ padding-top: 0;}
.con4three a:nth-child(3){ padding-bottom: 0; border: none;}
.con4three a h1{ width: 244px; height: 148px; overflow: hidden;background-color: #fff;}
.con4three a h1 img{ width: 100%; height: 100%;}
.con4three a span{ width: calc(100% - 266px);}
.con4three a span h3{ font-size: 20px;line-height: 22px; height: 22px; overflow: hidden;}
.con4three a span h4{ font-size: 16px; line-height: 32px; overflow: hidden; height: 64px; margin-top: 20px;}
.con4three a span h5{ margin-top: 20px;}
.con4three a span h5 img{ width: 34px;}

.con3{width: 100%;padding-top: 167px;padding-bottom: 130px;}
 .ind-a1 .ind-tit {
        margin-bottom: 130px;
    }
    .ind-tit {
        text-align: center;
    }
    .ind-tit-a1 {
        width: 187px;
        height: 72px;
        margin: 0 auto;
    }
    .ind-tit-a2 {
        font-size: 52px;
        color: #222222;
        font-weight: bold;
        margin-top: -10px;
        line-height: 52px;
        margin-bottom: 15px;
    }
    .ind-tit-a3 {
        font-size: 24px;
        color: #656464;
        line-height: 24px;
        font-weight: lighter;
    }
    .ind-a1 {
        width: 100%;
        padding-top: 90px;
        padding-bottom: 10px;
    }
    .ind-a1-box {
        height: 500px;
        position: relative;
        margin: 0 auto;
    }
    /* .ind-a1-img {
        width: 100%;
        height: 580px;
        margin: 0 auto;
    }
    .ind-a1-img img{
       width: 100%;
    } */
    .ind-a1-line {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .ind-a1-line .ind-a1-list {
        position: absolute;
        z-index: 3;
        cursor:pointer;
    }
    .ind-a1-ti1 {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        /*background-color: #d1d1d1;*/
        position: absolute;
    }
    .ind-a1-ti4.ac .ind-a1-ti2,.ind-a1-ti4.ac .ind-a1-ti3{
        color:#00589b;
		transition: 0.3s;
    }
    .ind-a1-ti2 {
        font-size: 18px;
        font-family: 'Rubik';
        color: rgba(101, 100, 100, .28);
    }
	.ind-a1-ti2 b{ font-family: "din"; font-size: 36px; font-weight: bold;}
    .ind-a1-ti3 {
        font-size:18px;
        color: rgba(101, 100, 100, .28);
    }
    /*.ind-a1-line .ind-a1-list:hover .ind-a1-ti1 {*/
    /*    background-color: #00589b;*/
    /*}*/
    .ind-a1-line .ind-a1-list:hover .ind-a1-ti2 {
        color: #00589b;
    }
    .ind-a1-line .ind-a1-list:hover .ind-a1-ti3 {
        color: #00589b;
    }
    .ind-a1-line .ind-a1-list:nth-child(3) {
        top: calc(0% - 90px);
        left: calc(50% - 46px);
    }
    .ind-a1-line .ind-a1-list:nth-child(3) .ind-a1-ti1 {
        bottom: -49px;
        left: 76%;
    }
    .ind-a1-line .ind-a1-list:nth-child(4) {
        top: calc(50% / 15);
        right: calc(50% / 2.8);
    }
    .ind-a1-line .ind-a1-list:nth-child(4) .ind-a1-ti1 {
        left: calc(50% - 102px);
        top: calc(50% + 44px);
    }
    .ind-a1-line .ind-a1-list:nth-child(5) {
        top: calc(100% / 2.8);
        right: 0px;
    }
    .ind-a1-line .ind-a1-list:nth-child(5) .ind-a1-ti1 {
        left: calc(50% - 112px);
        top: calc(50% + 37px);
    }
    .ind-a1-line .ind-a1-list:nth-child(2) {
        top: calc(50% / 15);
        left: calc(50% / 3.5);
    }
    .ind-a1-line .ind-a1-list:nth-child(2) .ind-a1-ti1 {
        right: calc(50% - 156px);
        top: calc(50% + 29px);
    }
    .ind-a1-line .ind-a1-list:nth-child(1) {
        top: calc(100% / 2.8);
        left: 0px;
    }
    .ind-a1-line .ind-a1-list:nth-child(1) .ind-a1-ti1 {
        right: calc(50% - 106px);
        top: calc(50% + 57px);
    }
	.ind-a1-list:nth-child(2){ text-align: right;}
    .ind-a1-flex {
        position: absolute;
        width: 100%;
        height: 105%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .ind-a1-d1 {
        text-align: center;
        flex: 1;
    }
    .ind-a1-d1-img{
        width: 106px;
        height: 106px;
        border: 2px solid #00589b;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        margin: 0 auto 28px;
        align-items: center;
    }
	.ind-a1-d1-img img{ width: 66px; max-width: 60%;}
    .ind-a1-d1-ti1 {
        font-size: 28px;
        line-height: 1;
        color: #333333;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .ind-a1-d1-ti2 {
        font-size: 18px;
        color: #656464;
    }
    .ind-a1-d2 {
        text-align: center;
    }
    .ind-a1-d2-img {
        width: 222px;
        margin: 0 auto 45px;
    }
    .ind-a1-d2-img img{
        width:100%;
    }
    .ind-a1-d2-ti1 {
        color: #222;
        font-size: 42px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .ind-a1-d2-ti2 {
        font-size: 20px;
        color: #656464;
        line-height: 36px;
    }
    .ind-a1-d2 .ind-a1-d2-ti3{
        opacity:0;
        visibility: hidden;
    }
    .zh-btnn{
        position:absolute;
        bottom: -66px;
        left: 50%;
        transform: translate(-50%);
        z-index: 2;
    }
    /*.ind-a1-d2-ti3 {*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%);*/
    /*}*/
    .ind-btn {
        width: 196px;
        height: 55px;
        border: 2px solid #666464;
        color: #666464;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        margin: 0 auto;
        font-size: 16px;
        /*transition: 0.5s;*/
        z-index:5;
        position:relative;
        overflow:hidden;
    }
	.ind-btn a{ display: flex; width: 100%; height: 100%; justify-content: center; align-items: center;}
    .ind-btn:before {
        content: "";
        width: 0;
        height: 100%;
        background: #666464;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: 0.5s;
        z-index: -1;
        border-radius: 30px;
    }
    .ind-btn:after {
        position: absolute;
        left:-10px;
        bottom: 0;
        z-index: -2;
        content: "";
        box-sizing: border-box;
        transition: 0.5s;
        width:110%;
        height: 100%;
        border-radius: 30px;
    }
	.ind-btn:hover a{ color: #fff;}
    .ind-btn:hover:before,

    .ind-btn.active:before{

        width: 100%;

        right: auto;

        left: 0;

    }
    .ind-btn div{
        height:22px;
    }
    .ind-btn div img:last-child {
        display: none;
    }
    .ind-btn img {
        width: 24px;
        display: inline-block;
        margin-left: 12px;
    }
    .ind-btn:hover {
        /*background-color: #666464;*/
        border: none;
        color: #fff;
        transition: .5s;
    }
    .ind-btn:hover div img:last-child {
        display: inline-block;
    }
    .ind-btn:hover div img:first-child {
        display: none;
    }
	.ind-a1-ti5{
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top:0;
	    left:0;
	}
	.ind-a1-ti5 .ind-a1-ti6{
	    position:absolute;
	    width: 6px;
	    height: 6px;
	    border-radius: 50%;
	    background-color: #d1d1d1;
	}
	.ind-a1-ti6.on1{
	        width: 15px;
	        height: 15px;
	        border-radius: 50%;
	        background-color: #d1d1d1;
	        position: absolute;
	}
	.ind-a1-ti6:nth-child(1){top: calc(562/580*100%);left: calc(14/1550*100%);}
	.ind-a1-ti6:nth-child(2){top: calc(524/580*100%);left: calc(27/1550*100%);}
	.ind-a1-ti6:nth-child(3){top: calc(487/580*100%);left: calc(42/1550*100%);}
	.ind-a1-ti6:nth-child(4){top: calc(452/580*100%);left: calc(59/1550*100%);}
	.ind-a1-ti6:nth-child(5){top: calc(416/580*100%);left: calc(78/1550*100%);}
	.ind-a1-ti6:nth-child(6){top: calc(382/580*100%);left: calc(99/1550*100%);}
	.ind-a1-ti6:nth-child(7){top: calc(350/580*100%);left: calc(122/1550*100%);}
	.ind-a1-ti6:nth-child(8){top: calc(311/580*100%);left: calc(145/1550*100%);}
	.ind-a1-ti6:nth-child(9){top: calc(283/580*100%);left: calc(173/1550*100%);}
	.ind-a1-ti6:nth-child(10){top: calc(259/580*100%);left: calc(200/1550*100%);}
	.ind-a1-ti6:nth-child(11){top: calc(232/580*100%);left: calc(230/1550*100%);}
	.ind-a1-ti6:nth-child(12){top: calc(206/580*100%);left: calc(261/1550*100%);}
	.ind-a1-ti6:nth-child(13){top: calc(182/580*100%);left: calc(292/1550*100%);}
	.ind-a1-ti6:nth-child(14){top: calc(160/580*100%);left: calc(326/1550*100%);}
	.ind-a1-ti6:nth-child(15){top: calc(140/580*100%);left: calc(359/1550*100%);}
	.ind-a1-ti6:nth-child(16){top: calc(120/580*100%);left: calc(395/1550*100%);}
	.ind-a1-ti6:nth-child(17){top: calc(96/580*100%);left: calc(425/1550*100%);}
	.ind-a1-ti6:nth-child(18){top: calc(85/580*100%);left: calc(467/1550*100%);}
	.ind-a1-ti6:nth-child(19){top: calc(72/580*100%);left: calc(505/1550*100%);}
	.ind-a1-ti6:nth-child(20){top: calc(59/580*100%);left: calc(542/1550*100%);}
	.ind-a1-ti6:nth-child(21){top: calc(48/580*100%);left: calc(582/1550*100%);}
	.ind-a1-ti6:nth-child(22){top: calc(38/580*100%);left: calc(620/1550*100%);}
	.ind-a1-ti6:nth-child(23){top: calc(31/580*100%);left: calc(660/1550*100%);}
	.ind-a1-ti6:nth-child(24){top: calc(24/580*100%);left: calc(699/1550*100%);}
	.ind-a1-ti6:nth-child(25){top: calc(20/580*100%);left: calc(739/1550*100%);}
	.ind-a1-ti6:nth-child(26){top: calc(13/580*100%);left: calc(767/1550*100%);}
	.ind-a1-ti6:nth-child(51){top: calc(562/580*100%);right: calc(14/1550*100%);}
	.ind-a1-ti6:nth-child(50){top: calc(524/580*100%);right: calc(27/1550*100%);}
	.ind-a1-ti6:nth-child(49){top: calc(487/580*100%);right: calc(42/1550*100%);}
	.ind-a1-ti6:nth-child(48){top: calc(452/580*100%);right: calc(59/1550*100%);}
	.ind-a1-ti6:nth-child(47){top: calc(416/580*100%);right: calc(78/1550*100%);}
	.ind-a1-ti6:nth-child(46){top: calc(382/580*100%);right: calc(99/1550*100%);}
	.ind-a1-ti6:nth-child(45){top: calc(350/580*100%);right: calc(122/1550*100%);}
	.ind-a1-ti6:nth-child(44){top: calc(311/580*100%);right: calc(145/1550*100%);}
	.ind-a1-ti6:nth-child(43){top: calc(283/580*100%);right: calc(173/1550*100%);}
	.ind-a1-ti6:nth-child(42){top: calc(259/580*100%);right: calc(200/1550*100%);}
	.ind-a1-ti6:nth-child(41){top: calc(232/580*100%);right: calc(230/1550*100%);}
	.ind-a1-ti6:nth-child(40){top: calc(206/580*100%);right: calc(261/1550*100%);}
	.ind-a1-ti6:nth-child(39){top: calc(182/580*100%);right: calc(292/1550*100%);}
	.ind-a1-ti6:nth-child(38){top: calc(160/580*100%);right: calc(326/1550*100%);}
	.ind-a1-ti6:nth-child(37){top: calc(140/580*100%);right: calc(359/1550*100%);}
	.ind-a1-ti6:nth-child(36){top: calc(120/580*100%);right: calc(395/1550*100%);}
	.ind-a1-ti6:nth-child(35){top: calc(96/580*100%);right: calc(425/1550*100%);}
	.ind-a1-ti6:nth-child(34){top: calc(85/580*100%);right: calc(467/1550*100%);}
	.ind-a1-ti6:nth-child(33){top: calc(72/580*100%);right: calc(505/1550*100%);}
	.ind-a1-ti6:nth-child(32){top: calc(59/580*100%);right: calc(542/1550*100%);}
	.ind-a1-ti6:nth-child(31){top: calc(48/580*100%);right: calc(582/1550*100%);}
	.ind-a1-ti6:nth-child(30){top: calc(38/580*100%);right: calc(620/1550*100%);}
	.ind-a1-ti6:nth-child(29){top: calc(31/580*100%);right: calc(660/1550*100%);}
	.ind-a1-ti6:nth-child(28){top: calc(24/580*100%);right: calc(699/1550*100%);}
	.ind-a1-ti6:nth-child(27){top: calc(20/580*100%);right: calc(739/1550*100%);}
	.ind-a1-ti5 .ind-a1-ti6.ac{
	    background:#00589b;
	}
	.ind-a1-ti6.on1 div{
	    display: block;
	    position: absolute;
	    width: 26px;
	    height: 26px;
	    top: -6px;
	    left: -6px;
	    background:#d1d1d1;
	    border-radius: 50%;
	    animation: k1 1.2s linear infinite;
	}
	
	.ind-a1-ti5 .ind-a1-ti6.on1.ac div{
	    display: block;
	    position: absolute;
	    width: 26px;
	    height: 26px;
	    top: -6px;
	    left: -6px;
	    background: #00589b;
	    border-radius: 50%;
	    animation: k1 1.2s linear infinite;
	}
	@keyframes k1 {
	    0% {
	        opacity: 0;
	        transform: scale(1);
	    }
	    50% {
	        opacity: 0.6;
	        transform: scale(1.2);
	    }
	    100% {
	        opacity: 0;
	        transform: scale(1.4);
	    }
	}
.ind-a1-list:hover .ind-a1-ti2,.ind-a1-list:hover .ind-a1-ti3{ color: #6ab32e!important;}


/*分页样式*/ 
.erbox{ padding:60px 0;}
.erbox .title h1{ font-size: 52px;}
.erbox .title h2{ font-size: 34px; color: #333333;}
.erbanner{ width: 100%; overflow: hidden;}
.erbanner img{ display: block; width: 100%;}
.erbanner img:hover{transform: scale(1.1);}
.ertop{ display: flex; justify-content: space-between; position: relative; z-index: 6; height: 46px; align-items: flex-end;}
.ertop span{ min-width: 290px; height: 136px;line-height: 1; background-color: rgba(12,110,185,0.9); color: #fff; padding: 23px; position: absolute; bottom: 0; left: 0; z-index: 94; box-sizing: border-box;}
.ertop span h1{ font-size: 28px;}
.ertop span h2{ font-size: 20px;text-transform: uppercase; margin-top: 10px;}
.ertop p{ font-size: 16px;}
.ertop p a{ color: #666;}
.ertop p a:hover,.ertop p i{ color: #0c6eb9;}
.ertop p b{ padding: 0 10px;color: #666; font-weight: normal;}
.ertop span h3{ position:absolute; left: 23px; bottom: 0; width: 1px; height: 32px; background-color: #fff; z-index:95;}

.ernav{ width: 100%; border-bottom: 1px solid #e6e6e6; margin-top: 20px;}
.ernav span{ display: flex; flex-wrap: wrap;}
.ernav a{ display: flex; height: 90px; align-items: center; margin: 0 60px; position: relative; font-size: 18px; color: #666;}
.ernav a i{ width: 0;  position: absolute; height: 1px; background-color: #0C6EB9; transition: 0.3s; left: 50%; bottom: 0; transform: translateX(-50%);}
.ernav a:hover i,.ernav a.on i{width: 26px;}
.ernav a:hover,.ernav a.on{color: #0C6EB9;}
/* 新闻 */
.tulist{ margin-top: 30px;}
.tulist a{ background-color: #f5f6f8; margin-top: 40px;}
.tulist a h1{ width: 100%; overflow: hidden;}
.tulist a h1 img{ width: 100%; display: block;}
.tulist a h1 img:hover,.tulist1 a img:hover{transform: scale(1.1);}
.tulist a span{ display: flex; flex-direction: column; box-sizing: border-box; padding: 25px 20px 30px 20px;}
.tulist a span h2,.tulist1 a span h2{ font-size: 18px; line-height: 30px; height: 60px; overflow: hidden;}
.tulist a span h3{ width: 36px; background-color: #999; height: 2px; margin-top: 13px;}
.tulist a span p,.tulist1 a span p{ font-size: 16px; color: #666; line-height: 32px; overflow: hidden; height: 96px; margin-top: 30px;}
.tulist a span h4{ font-size: 18px; color: #666; margin-top: 36px;}
/* 员工风采 */
.tulist1{ display: flex; width: 100%; flex-direction: column;}
.tulist1 a{ box-sizing: border-box; width: 100%; padding:30px; background-color: #f7f7f7; display: flex; justify-content: space-between; align-items: center; margin-top: 40px;}
.tulist1 a img{ width: 100%; display: block; max-height: 100%;}
.tulist1 a h1{ width: 395px;  overflow: hidden; background-color: #fff; display: flex; align-items: center; justify-content: center;}
.tulist1 a span{ width: calc(100% - 465px); display: flex; flex-direction: column;}
.tulist1 a span h2{ font-weight: bold;}
.tulist1 a span h4{ font-size: 16px; color: #666; margin-top: 36px;}
.tulist1 a:hover{ background-color: #0C6EB9;}
.tulist1 a:hover h2,.tulist1 a:hover h4,.tulist1 a:hover p{ color: #fff;}

.kuai3{ display: flex; flex-wrap: wrap;}
.kuai3 a{ width: calc(33.3% - 30px); margin-right: 45px;}
.kuai3 a:nth-child(3n){ margin-right: 0;}

.kuai4{ display: flex; flex-wrap: wrap;}
.kuai4 a{ width: calc(25% - 27px); margin-right: 36px;}
.kuai4 a:nth-child(4n){ margin-right: 0;}

.kuai4gy{ display: flex; flex-wrap: wrap;}
.kuai4gy .hezi{ width: calc(25% - 18px); margin-right: 24px;}
.kuai4gy .hezi:nth-child(4n){ margin-right: 0;}

.kuai3gy{ display: flex; flex-wrap: wrap;}
.kuai3gy .hezi{ width: calc(33.3% - 22px); margin-right: 33px;}
.kuai3gy .hezi:nth-child(3n){ margin-right: 0;}
.hezi h1{ position:relative;}
.hezi h1>div{ position:absolute; color:#fff; padding:0 30px; box-sizing:box-sizing; font-size:22px; font-weight:bold; width:100%; left:0; top:0; height:100%; display:flex; align-items:center;}

.pages{margin-top: 70px;  }
ul.yiiPager{ display: flex;  justify-content: center;}  
ul.yiiPager li{display:block; margin: 2px;}  
ul.yiiPager li a{ width: 40px; height: 40px; border-radius: 8px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; line-height: 1; border:#ddd solid 1px;color: #666; transition: 0.3s;}  
ul.yiiPager li a:hover{background:#0c6eb9;border:#0c6eb9 solid 1px;color:#FFF;}
ul.yiiPager li.first a::before{content: "\e741";}
ul.yiiPager li.last a::before{content: "\e741"; transform: rotate(180deg);}
ul.yiiPager li.previous a::before{content: "\e694";transform: rotate(180deg); font-size: 14px;}
ul.yiiPager li.next a::before{content: "\e694"; font-size: 14px;}
ul.yiiPager li.selected a{background:#0c6eb9;border:#0c6eb9 solid 1px;color:#FFF;}

.show_title{text-align: center;  border-bottom: 1px #e1e1e1 solid; padding-bottom: 30px;}
.show_title h1{font-size: 28px; font-weight: bold;}
.show_title h2{margin-top: 20px; font-size: 16px;color: #999; display: flex;align-items: center; justify-content: center;}

.danye{color: #474646; line-height: 2.2; margin-top:30px; font-size: 16px;}
.danye img{max-width: 100%!important;height: auto!important;}


.bar{margin-top: 50px; display: flex; justify-content: space-between;}
.bar a{font-size: 16px; color: #fff; line-height: 1; transition: 0.3s;background: #0c6eb9;}
.bar a:hover{background: #999; color: #fff;}
.bar a.show_prev{display: flex; align-items: center; justify-content: space-between;  padding: 20px 30px; box-sizing: border-box; width: calc(50% - 100px);}
.bar a.show_prev::before{content: "\e694"; transform: rotate(-180deg);}
.bar a.show_prev i{width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; height:1.2rem;line-height:1.2}
.bar a.show_next{display: flex; align-items: center; justify-content: space-between;  padding: 20px 30px; box-sizing: border-box; width: calc(50% - 100px);}
.bar a.show_next::after{content: "\e694"; }
.bar a.show_next i{width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; text-align: right; height:1.2rem;line-height:1.2}
.bar a.back_list{display: flex;align-items: center; justify-content: center; width: 140px;}
.bar a.back_list::before{content: "\e675"; display: block; margin-right: 8px;font-size: 14px;}

.lxmap{ box-sizing: border-box;width: 100%; height: 50vh; margin-top: 40px;}
.lxlist{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30px;}
.lxlist span{ margin-top: 20px; background-color: #f9f9f9; display: flex; flex-direction: column; padding: 30px; box-sizing: border-box; width:32%; font-weight: bold;}
.lxlist span img{ width: 20px; height: 24px;}
.lxlist span p{  line-height: 1.8; font-size: 18px; margin-top: 20px;}

.lxtex{ width: 100%; text-align: center; color: #0C6EB9; margin-top: 60px; display: flex; justify-content: center; align-items: center;}
.lxtex span{ display: block;box-sizing: border-box; margin: 0 30px;}
.lxtex h1{ font-size: 40px;line-height: 60px;}
.lxtex h2{ font-family: "din"; font-size: 50px; display: flex; justify-content: center; line-height: 1.5; font-weight: bold;}
.lxtex h2 i{ padding:0 10px;}
.lxtex>img{ width: 140px;}

.ertitle{ margin-top:40px;}
.ertitle h1{ font-size: 22px; line-height: 3; position: relative; width: 100%; text-align: center;}
.ertitle i{ position: absolute; width: 60px; height: 4px; background-color: #0C6EB9; left: 50%; transform: translateX(-50%); bottom: 0;}
/* 产业布局 */
.yangzhi a{ margin-top: 40px; overflow: hidden;}
.yangzhi{ margin-top: 10px;}
.yangzhi a img{ width: 100%; display: block;}
.yangzhi a img:hover{transform: scale(1.1);}

.sl1{ margin-top: 30px;}
.sl1 h1{ font-size: 18px; color: #666; text-align: center; line-height: 1.5;}
.sl1box{ margin-top: auto;margin: 0 auto; width: 843px; max-width: 100%; position: relative; margin-top: 70px;}
.sl1box>img{ width: 100%; display: block;}
.sl1box>img:nth-child(2){ display: none;}
.sltiao{ position: absolute; z-index: 5; left:48px; bottom:46px; display: flex;align-items: flex-end;}
.sltiao span{ width: 60px; display: flex; flex-direction: column; margin-left: 70px;}
.sltiao span h2{ font-size: 18px; text-align: center; line-height: 2.2;}
.sltiao span p{ height: 0; width: 100%; background-color: #0C6EB9; transition: 0.3s;}
.sltiao span:nth-child(1) p{ height: 70px;}
.sltiao span:nth-child(2) p{ height: 88px;}
.sltiao span:nth-child(3) p{ height: 227px;}
.sltiao span:nth-child(4) p{ height: 286px;}
.sltiao span:nth-child(5) p{ height: 210px;}
.sltiao span:nth-child(6) p{ height: 202px;}
.sl3{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 80px;}
.sl3box{ width: 50%; box-sizing: border-box; border-left: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6; padding: 0 40px; padding-top: 10px; padding-bottom: 40px;}
.sl3box:nth-child(2){ border-left: 0;}
.sl3box>div{ display: flex; justify-content: space-between; align-items: center;}
.sl3box>div span{ margin-right: 20px; min-width: 330px;}
.sl3box>div span h3{ font-size: 22px; font-weight: bold;}
.sl3box>div span p{ font-size: 18px; color: #666; line-height: 2.2; margin-top: 20px;}
.sl3box>div h2{ overflow: hidden;}
.sl3box>div h2 img{width: 100%; display: block;}
.sl3box>div h2 img:hover{transform: scale(1.1);}
.sl3box h1{ margin-top: 20px;}
.sl3box h1 img{ display: block;}
.sl2{ margin-top: 50px;}
.tabs{display: flex; justify-content: center;}
.tabs span{display: flex; align-items: center; align-content: center; justify-content: center; flex-wrap: wrap;cursor: pointer; color: #333; font-size: 18px; height: 56px; width: 160px; box-sizing: border-box; border: 1px solid #eee; margin: 0 22px; transition: 0.3s;}
.tabs span.on,.tabs span:hover{color: #fff;border: 1px solid #0C6EB9; background-color: #0C6EB9;}
.cons{box-sizing: border-box; padding: 30px; border-radius:0 0 10px 10px;}
.cons>div{display: none;}
.sl2box{ width: 100%;}
.sl2box h1{ margin:0 auto; width:1110px; max-width: 100%; margin-top: 60px;}
.sl2box h1 img{ width: 100%;}
.sl2list{ margin-top: 40px;}
.sl2list a{ margin-top: 20px; display: flex; flex-direction: column; padding: 30px; box-sizing: border-box; background-color: #f5f6f8;
/*background:linear-gradient(to bottom,#f5f6f8,#5e5f5f)*/}
.sl2list a h2{ margin:0 auto;  width:80%; max-width:180px; margin-top: 10px; transition: 0.3s;}
.sl2list a img{ width: 100%; display: block;}
.sl2list a:hover h2{ transform: scale(1.05);}
.sl2list p{ font-size: 18px; color: #0c6eb9; width: 100%; height: 24px; left: 24px; overflow: hidden; margin-top: 30px; text-align: center;}
.more1{position: relative;}
.more1 .ind-btn{ box-sizing: border-box;}

/* 人才 */
.rencaitu{ width: 100%; margin-top: 45px;}
.rencaitu img{ width: 100%; display: block;}
.martop50{ margin-top: 50px;}
.rencaitu2 p{ display: flex; justify-content: center; flex-wrap: wrap;}
.rencaitu2 p img{ width: 50%; display: block;}
.rencaitu2 p:last-child img{ width: auto; max-width: 100%;}
.section-content{background: #eee; height: 500px; border-bottom: 3px solid #000;}
.nav-height{ position:relative; width: 100%; margin-top: 20px;}
.nav-wrap{ width: 100%;background: #fff;border-bottom: 1px solid #e6e6e6;}
.nav-wrap ul {display:flex;flex-wrap: wrap;}
.nav-wrap li{display: flex; font-size: 18px; color: #666;}
.nav-wrap a{ display: flex; height: 90px; align-items: center; margin: 0 60px; position: relative; font-size: 18px; color: #666;}
.nav-wrap a i{ width: 0;  position: absolute; height: 1px; background-color: #0C6EB9; transition: 0.3s; left: 50%; bottom: 0; transform: translateX(-50%);}
.nav-wrap a:hover i,.nav-wrap a.on i{width: 26px;}
.nav-wrap a:hover,.nav-wrap a.on{color: #0C6EB9;}
.nav-wrap a:hover i,.nav-wrap a.active i{width: 26px;}
.nav-wrap a:hover,.nav-wrap a.active{color: #0C6EB9;}
.nav-wrap.navFix ul{ border-bottom: 0;}
.nav-wrap.navFix{position: fixed;top: 0;left: 0; box-shadow: 0 0 5px rgba(0,0,0, 0.2);z-index: 995;border-bottom: 1px solid #e6e6e6;} 
/* .nav-wrap.navFix a{ height: 70px;} */
.nav-mobile{display: none;font-weight: bold;width: 100%;}
.zhaopint{ position: fixed; z-index: 988; width: 130px; height: 120px; align-items: center; right: 25px; top: 50%;font-size: 18px; line-height: 1.6; transform: translateY(-50%);}
.zhaopint a{ width: 100%; height: 100%;display: flex; justify-content: center;background-color: rgba(17,74,187,0.8); align-items: center; color: #fff; }
.zhaopint a span{display: flex; justify-content: center; flex-direction: column; text-align: center;}
.zhaopint a img{ width: 36px; margin: 0 auto; margin-top: 10px;}
.zhaopint a:hover{/* background-color: #69b22d; */background-color: rgba(105,178,45,0.8);}

/* 研发 */
.yanfa1{width: 100%; margin-top: 60px;}
.tex{ font-size: 18px; line-height:2.4 ; width: 100%;text-indent: 2rem;}
.yanfa1con{ display: flex; justify-content: center; flex-wrap: wrap; margin-top: 40px;}
.yanfa1con span{ color: #2257ae; font-size: 18px; margin: 0 60px; text-align: center;display: flex;animation: yf1 3s linear infinite; align-items: center;width:154px; height: 165px; background: url(/img/yf.png) center center no-repeat; background-size: 100%; justify-content: center; font-weight: bold;}
.yanfa1con span:nth-child(1),.yanfa1con span:nth-child(3){ margin-top: 40px;animation: yf2 3s linear infinite;}
@keyframes yf1 {
	    0% {
	  
	        transform: translate(0, 0);
	    }
	    50% {
	    
	        transform: translate(0, 20px);
	    }
	    100% {
	      
	        transform: translate(0, 0);
	    }
	}
@keyframes yf2 {
	    0% {
	  
	        transform: translate(0, 0);
	    }
	    50% {
	    
	        transform: translate(0, -20px);
	    }
	    100% {
	      
	        transform: translate(0, 0);
	    }
	}
.yanfa2{ width: 100%; background: url(/img/yfbj.jpg) center center no-repeat; background-size: cover;}
.yanfa2 .title h2,.yanfa2 .title p,.yanfa6 .title h2,.yanfa6 .title p{ color: #fff;}
.yanfa2 .title h1,.yanfa6 .title h1{background: linear-gradient(to top, rgba(150,150,150,0.1), rgba(255,255,255,0.6) 90%);-webkit-background-clip: text; color: transparent;}
.liliang{ border: 1px solid #fff; margin-right: 10px; margin-left: 10px; background-color: rgba(255,255,255,0.15); display: flex; flex-direction: column; padding-top: 40px; padding-bottom: 50px;}
.liliang img{ display: block; margin: 0 auto; width: 30%!important; max-width: 98px;}
.liliang p{ font-size: 20px; color: #fff; line-height: 1.6; margin-top: 30px; text-align: center;}
.liliang:hover img{-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);}
.yf3box{margin-right: 10px; margin-left: 10px;display: flex; flex-direction: column; background-color: #ececec;}
.yf3box h1{ overflow: hidden;}
.yf3box h1 img{ width: 100%; display: block;}
.yf3box p{ text-align: center; font-size: 16px; color:#333; height: 76px; padding: 0 20px; overflow: hidden; display: flex; align-items: center; box-sizing: border-box; width: 100%; justify-content: center;}
.yf3box:hover img{transform: scale(1.1);}
.yf3box:hover p{ color: #0C6EB9;}
.yanfa6{ width: 100%; background: url(/img/yfbj1.jpg) center center no-repeat; background-size: cover;}
.yf6box{ margin-right: 30px; margin-left:30px; line-height: 1.6; color: #fff; position: relative; transition: 0.3s;}
.yf6box>img{ display: block; width: 100%; max-width:263px;}
.yf6box span{ position: absolute; display: flex; flex-direction: column; width: 100%; height: 100%; left: 0; top: 0; z-index: 3; align-items: center; justify-content: center;}
.yf6box span>div{ display: flex; flex-direction: column;  text-align: center; width: 100%; justify-content: center;}
.yf6box span h1{ width: 100%;}
.yf6box span img{ display: block; margin: 0 auto; width: 31%!important; max-width: 92px; margin-top: -10px;}
.yf6box p{text-align: center; font-size: 20px; margin-top: 5px;}
.yf6box p b{ font-weight: bold; font-size: 30px;}
.yf6box h2{text-align: center; font-weight: bold;font-size: 20px;}
.yf6box:hover h1 img{-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);}
.yf5{ display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; margin-top: 30px;}
.yf5box{ display: flex; flex-direction: column; transition: 0.3s; background-color: #e6f0f8; border-radius: 20px; width: calc(50% - 20px); margin-top: 40px; padding-top: 36px; position: relative; z-index: 2;}
.yf5box h1{ width: 118px; height: 118px;transition: 0.3s; border-radius: 50%;  background-color:#3888c6; display: flex; align-items: center; justify-content: center; margin: 0 auto;}
.yf5box h1 img{ display: block; width: 45%; max-width: 54px;}
.yf5box p{ font-size: 20px; color: #535353; line-height: 2.2; width: 100%; padding:20px; box-sizing: border-box; border-top: 1px solid #cdd4da; text-align: center;}
.yf5box h2{ display: flex;transition: 0.3s; align-items: center; justify-content: center; font-size: 22px; font-weight: bold; color: #0c6eb9; margin-top: 30px; margin-bottom: 30px;}
.yf5box h2 i{ width: 38px;transition: 0.3s; height: 38px; border-radius: 50%; background-color: #2198bf; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 24px; font-weight: bold; margin-right: 18px;}
.yf5box h5{ position: absolute; right: -20px; top: 86px; z-index: 4; width: 50%; transform:translateX(50%);}
.yf5box h5 img{ display: block; width: 100%;}
.yf5box:nth-child(1){ z-index:6;}
.yf5box:nth-child(2){ z-index:5;}
.yf5box:nth-child(3){z-index:4;}
.yf5box:nth-child(4){z-index:3;}
.yf5box:hover{ background-color: #e6f8eb;}
.yf5box:hover h1{background-color: #6ab22e;}
.yf5box:hover h2 i{background-color: #6ab22e;}
.yf5box:hover h2{ color: #6ab22e;}
.yf5con{ display: flex; flex-wrap: wrap; width: calc(50% - 20px); justify-content: space-between; position: relative; z-index: 2;}
.yf5con:nth-child(1){ z-index: 3;}
.yf4{ display: flex; width: 100%; justify-content: space-between; background-color: #f7f7f7; margin-top: 80px;}
.yf4le{ width: 770px; box-sizing: border-box; padding: 50px; padding-left: 30px; padding-right: 20px; max-width: 100%;}
.yf4ri{ width: calc(100% - 770px); background: url(/img/yftu.png) center center no-repeat; background-size: cover; transition: 0.3s;}
.yf4ri:hover{ opacity: 0.8;}
/* .yf4ri:hover{animation: beijing 1s infinite alternate linear;}
@keyframes beijing {
        0%{
            background-position: 0%;
        }
        50%{
            background-position: 50%;
        }
        100%{
            background-position: 100%;
        }
    } */
.yf4lebox h1{ font-size: 18px; font-weight: bold; color: #666; margin-top: 36px;}
.yf4le p{ font-size: 18px; color: #3b3b3b; line-height: 2.2; text-indent: 2em; padding-right: 20px;}
.yf4lebox>div{ display: flex; flex-wrap: wrap; margin-top: 20px;}
.yf4lebox>div span{ display: flex; margin-top: 20px; margin-right: 20px; width: 120px ; padding-top: 12px; padding-bottom: 12px;border: 1px solid #dee1f7; border-radius: 3px; background-color: #f3f4f7; justify-content: center; text-align: center; color: #0c6eb9; flex-direction: column; box-sizing: border-box;}
.yf4lebox>div span h2{ font-size: 15px; margin-top: 12px;}
.yf4lebox>div span img{ width: 56px; display: block; margin: 0 auto;}
.yf4lebox>div span:hover img{-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);}

.patb79{ padding-top: 70px; padding-bottom: 100px;}

/* 关于 */
.gy1tex{ font-size: 18px; line-height: 2.4; color: #666; text-indent: 2em; margin-top: 40px;}
.gy1biao{ display: flex;justify-content: space-around; width: 100%; flex-wrap: wrap;}
.gy1biao span{ display: flex; flex-direction: column; width: 25%; margin-top: 20px;}
.gy1biao span h1{ width: 116px; height: 116px; border-radius: 50%; box-shadow: 2px 2px 10px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto;}
.gy1biao span h1 img{ max-width: 64px; width:55%;}
.gy1biao span p{ text-align: center; font-size: 20px; color: #0C6EB9; margin-top: 30px;}
.gy1box{ display: flex; flex-direction: column; margin-top:10px;}
.gy1boxcon{ margin-top: 70px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.gy1boxle{ width: 50%; overflow: hidden;}
.gy1boxle img{ display: block; width: 100%;}
.gy1boxle img:hover{transform: scale(1.1);}
.gy1boxri{ width: 50%; box-sizing: border-box; padding-left: 90px;}
.gy1boxri h1{ font-size: 60px; color: #0C6EB9; font-weight: bold;}
.gy1boxri h2{ font-size: 24px; line-height: 5;font-weight: bold;}
.gy1boxri p{font-size: 18px; color: #666; line-height: 2.2; text-indent: 2em; }
.gy1box .gy1boxcon:nth-child(2n){ flex-direction: row-reverse;}
.gy1box .gy1boxcon:nth-child(2n) .gy1boxri{ padding-left: 0; padding-right: 90px;}
.gy2box{ width: 100%; background-color: #ededed;display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.gy2boxle{ width: 50%; box-sizing: border-box; padding-right:60px;}
.gy2boxle p{ font-size: 18px; line-height: 2.6; text-indent: 2em;}
.gy2boxri{ width:50%;}
.gy2boxri img{width: 100%; display: block;}
.gy2boxle h1{ width: 100%; display: flex; justify-content: flex-end; margin-top: 30px;}
.gy2boxle h1 img{ max-width: 50%; width:435px;}
.gy4box{ margin-top: 40px;}
.gy4box span{ margin-top: 20px; background-color: #0C6EB9; color: #fff;}
.gy4box span h1{ width: 100%; overflow: hidden;}
.gy4box span h1 img{ width: 100%; display: block;}
.gy4box span:hover img{transform: scale(1.1);}
.gy4box span p{ font-size: 18px; line-height: 1.8; box-sizing: border-box; width: 100%; padding: 25px 30px;}
.gy4con{ margin-top: 24px;}
.gy4con span{ background-color: #f1f1f1; margin-bottom: 30px; padding: 35px 30px; box-sizing: border-box; transition: 0.3s;}
.gy4con span h1{ font-size: 22px; font-weight: bold; color: #0C6EB9;}
.gy4con span p{ font-size: 18px; line-height: 1.8; color: #666; margin-top: 18px;}
.gy4con span:hover{ background-color: #0C6EB9;}
.gy4con span:hover h1,.gy4con span:hover p{ color: #fff;}
.gy6box{ margin-top: 40px;}
.gy6box a h1{ width: 100%; overflow: hidden;}
.gy6box a h1 img{ display: block; width: 100%;}
.gy6box a:hover img{transform: scale(1.1);}
.gy6box a{ background-color: #f3f3f3; margin-top: 20px; display: flex; flex-direction: column;}
.gy6box a span{ padding: 30px; width: 100%; box-sizing: border-box;}
.gy6box a span h2{ font-size: 20px; height: 60px; overflow: hidden; line-height: 28px; font-weight: bold;}
.gy6box a span p{ font-size: 18px; line-height: 2; height: 108px; overflow: hidden; color: #666; margin-top: 5px;}
.gy7box{ width: 100%; background-color: #ededed; padding-top: 40px; padding-bottom: 80px;}
.gy7con a{ margin-top: 20px; background-color: #fff;}
.gy7con h1{ width: 100%; overflow: hidden;}
.gy7con h1 img{ width: 100%; display: block;}
.gy7con a:hover img{transform: scale(1.1);}
.gy7con a>div{ padding: 30px;}
.gy7con a h2{ font-size: 18px; line-height: 2; height: 36px; overflow: hidden;}
.gy7con a h3{ width: 36px; height: 3px; background-color: #999; margin-top: 30px;}
.gy7con a span{ display: flex; justify-content: space-between; font-size: 18px; color: #666; align-items: center; margin-top: 90px;}
.gy7con a span p{ width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; transition: 0.3s; opacity: 0; background-color: #69b22d; border-radius: 50%;}
.gy7con a span p img{ width: 50%; display: block; margin: 0 auto;}
.gy7con a:hover{ background-color: #0c6eb9;}
.gy7con a:hover h2,.gy7con a:hover span{ color: #fff;}
.gy7con a:hover h3{ background-color: #fff;}
.gy7con a:hover p{ opacity: 1;}
.gy5box{ background-color: #f8f8f8; padding-bottom: 60px; margin-top: 70px;}
.gy5top{ width: 100%; background:url(/img/gybj3.jpg) center bottom no-repeat; background-size: cover; padding-bottom: 270px; padding-top: 70px;}
.gy5top .box{ display: flex; justify-content: space-between; align-items: center;}
.gy5top span p{ font-size: 24px; line-height:2.2 ;}
.gy5top h1{ max-width: 50%;}
.gy5top h1 img{ width: 100%;}
.gy5con li{ background-color: #e6e6e6; box-sizing: border-box; width: 100%; padding: 25px; overflow: hidden; margin-bottom: 20px;}
.ceng{position:fixed;top:0;left:0;background:rgba(0,0,0,0.7);z-index:99999;width:100%;height:100%;display:none;}
.gy5con li img{cursor: zoom-in; width: 100%; display: block;}
.gy5con li:hover img{transform: scale(1.1);}
#innerdiv{ background-color: #e6e6e6;}
#bigimg{ display: block;}
.gy3box{ width: 100%; padding-top: 80px; background: url(/img/gybj2.jpg) center center no-repeat; background-size: cover; padding-bottom: 70px;}
.gy3box .title h2,.gy3box .title p{ color: #fff;}
.gy3box .title h1{background: linear-gradient(to top, rgba(150,150,150,0.1), rgba(255,255,255,0.6) 90%);-webkit-background-clip: text; color: transparent;}
.gy3con{ margin-top: 80px;}
.gy3con .swiper-button-next:after,.gy3con .swiper-button-prev:after{ border: 1px solid #dddcdb; width: 100%; box-sizing:border-box; height: 54px; line-height: 54px; text-align: center; color: #dddcdb; font-size: 20px; border-radius: 50%; transition: 0.3s;}
.gy3con .swiper-button-next,.gy3con .swiper-button-prev{width: 54px!important;}
.gy3con .swiper-button-next:hover:after,.gy3con .swiper-button-prev:hover:after{border: 1px solid #fff; color: #fff;}
.gy3con .swiper-button-next{ right: 36px;}
.gy3con .swiper-button-prev{ left: 36px;}
.gy3con .swiper-pagination{ position: relative;}
.gy3con .banner_swiper .swiper-pagination{ width: 100%; top: auto; left: auto;transform: translateX(0); bottom:auto; display: flex; justify-content: center; justify-content:space-around; margin-top: 35px; background: url(/img/gyxian.jpg) left center repeat-x; height: 120px!important; align-items: center;}
.gy3con .banner_swiper .swiper-pagination-bullet{ width:24px;height:24px; box-sizing: border-box; border-radius:50%;  background:#0c6eb9; opacity:1; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; position: relative;}
.gy3con .banner_swiper .swiper-pagination-bullet-active{opacity: 1;}
.gy3con .banner_swiper .swiper-pagination-bullet>div{ color: #fff; position:absolute; bottom: -50px; z-index: 3; font-size: 28px; display:flex;}
.gy3con .banner_swiper .swiper-pagination-bullet-active div{bottom: 40px;}
.gy3con .banner_swiper .swiper-pagination-bullet-active::before{content: ""; display: block; width:10px;height: 10px; background: #fff; border-radius: 50%;}
.gy3con .banner_swiper .swiper-pagination .lunboshu{ width: 100%; display: flex; justify-content: space-around; font-size: 28px; position: absolute; z-index: 2; left: 0; bottom: 0;}
.gy3conbox{ display: flex; width: 100%; box-sizing: border-box; padding: 0 130px; color: #fff; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.gy3conbox h1{ width: 30%; overflow:hidden;}

.gy3conbox h1 img{ width: 100%; display: block;}
.gy3conbox h1 img:hover{transform: scale(1.1);}
.gy3conbox span{ flex-wrap: wrap; display: flex; width: calc(70% - 50px);justify-content: space-between; align-items: center;}
.gy3conbox span p{ width: calc(100% - 200px); font-size: 18px; line-height: 1.6;}
.gy3conbox span h2{ font-size: 64px; font-weight: bold; width: 200px; box-sizing: border-box; padding-right: 50px;}
/*.gy3con .news_btn{ position: absolute; width: 100%; top: 0; left: 0;}*/
/* 视频中心 */
.shipin{ width: 100%; margin-top: 60px;}
.spceng{ width:100%; height:100%;position:absolute;left:0;top:0;z-index:91; background-color: rgba(0,0,0,0.3); display: flex; justify-content: center; align-items: center;}
.spceng img{ display: block;}
.gy2box>.box{ display:flex; justify-content: space-between; flex-wrap:wrap; align-items:center; padding:40px 0;}
.djbox{ width:100%; background:url(/img/dangjian.jpg) top center no-repeat; background-size: cover; padding:40px 0; padding-bottom:180px}
.djbox h1{margin-bottom:40px;}
.djbox h1 img{ max-width:60%; margin:0 auto; display:block;}
.djbox p{ font-size:18px; line-height:3; text-indent:2em;}

.martop80{ margin-top: 80px;}
.martop60{ margin-top: 60px;}
/* 轮播点击左右产品 */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	max-width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.ntop{ margin-top: 0!important;}
.martop100{ margin-top: 100px;}

html.topmaodian{scroll-padding-top: 90px}
/* @media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
} */