.main{ line-height: 30px; padding: 5% 0;}

@media screen and (max-width:768px){
    .row{ margin: 0;}
}
.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
/*.shuiyin{ position: absolute; left: 0; bottom: 0; z-index: 1; background: url("/static/index/zm001/images/shuiyin.png") no-repeat center bottom; width: 100%; height: 100%; background-size: 100%}*/



#dituContent label {
  max-width: unset!important;
  text-align: center;
}


/*头部*/
#top_bj{ width: 100%; height: auto; transition:0.5s; background: #fff; position: relative;}
#top_in{ width: 100%; height: auto; transition:0.5s; background: rgba(0,0,0,0.1); position: fixed; z-index: 8;}
#top_index{ height: auto; margin: 0 auto;}
#logo{ padding: 0.5% 0; text-align: center;}
#logo a{ display: block; text-align: center}
#logo a img{ margin: 0 auto; max-width: 100%; transition:0.5s; position: relative; z-index: 1; }
#top_in #logo img:nth-of-type(1){ display: none;}
#top_in #logo img:nth-of-type(2){ display: block;}
#logo .font{ float: left; text-align: left; border-left: 1px solid #e5e5e5; padding: 0 0 0 10px; margin: 1% 0 0 10px;}
#logo .font p{ color: #0071b0; font-size: 26px; font-weight: bold;}
#logo .font span{ color: #333333; font-size: 18px;}
#top_tel{ color: #0063d0; transition:0.5s; padding: 0;}
.top_tel_con{ position: relative; z-index: 1; padding: 7% 0 0 0; transition: 0.3s;}
.top_tel_con .pic{ float: left; width: 20%; transition: 0.3s; text-align: right; padding-top: 2%;}
.top_tel_con .pic img{ float: right; max-width: 100%;}
#top_in .top_tel_con .pic img:nth-of-type(1){ display: none;}
#top_in .top_tel_con .pic img:nth-of-type(2){ display: block;}
.top_tel_con .float-left{ width: 80%; padding-left: 3%; font-size: 14px; color: #686868; line-height: 25px; transition: 0.3s;}
.top_tel_con span{ display: block; font-size: 24px; color: #282828;}
@media screen and (max-width:1440px){
    #logo .font{ display: none !important;}
    .top_tel_con span{ font-size: 22px !important;}
}

@media screen and (max-width:768px){
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 4% 2%; text-align: left;}
    #logo:before{ width: 60%;}
    #logo a img{ max-width: 45%; float: left;}
}

#nav{ height: auto; transition:0.3s; padding-top: 1.5%; text-align: center;}
#nav li{ display: inline-block; width: 13%; height: 50px; line-height: 50px; font-size: 18px; font-weight: normal; color: #282828; text-align: center; transition:0.5s;}
#nav li a{ display: inline-block; position: relative; z-index: 1; color: #282828;}
#nav li:hover a{ color: #1c4f9a;}
#nav li a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 15px; display: block; height:5px; background-color: rgba(28, 79, 154, .2);width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
#nav li a:hover::after{ -webkit-transform-origin: left center;transform-origin: left center;  -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1);}

@media (min-width: 1200px) and (max-width: 1440px){
    #nav li{ font-size: 15px;}
}
@media (min-width: 768px) and (max-width: 1200px){
    #nav{ margin-top: 0;}
    #nav li{ font-size: 15px;}
}
#top_in #nav li a{ color: #fff;}
#top_in .top_tel_con .float-left{ color: #fff;}
#top_in .top_tel_con span{ color: #fff;}


#banner img{ width: 100%;}
#banner .swiper-pagination{ bottom: 3%;}
#banner .swiper-pagination-bullet{ width: 20px; height: 5px; border-radius: 1px; transition:0.3s; opacity: 0.3;}
#banner .swiper-pagination-bullet-active{ width: 60px; background: #0071b0; opacity: 1;}
#banner .swiper-button-next:after,#banner .swiper-button-prev:after{ display: none;}
#banner .swiper-button-next i,#banner .swiper-button-prev i{ color: #fff; font-size: 50px;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 80px; line-height: 80px;}
#banner .swiper-button-next{ right: 5%;}
#banner .swiper-button-prev{ left:5%; }

#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #0071b0;}

#ssbj{ background: #f4f6f8; height: 65px;}
@media screen and (max-width:768px){
}

#ssbj .float-left li{ float: left; height: 65px; line-height: 65px; margin: 0 3%; position: relative; cursor: pointer;}
#ssbj .float-left li:before{ position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: #0071b0; content: ''; transition: 0.3s;}
#ssbj .float-left li:hover:before{ left: 0; width: 100%;}
#ssbj .float-left li:hover{ color: #0071b0;}
#ssbj .float-right{ height: 65px; line-height: 65px; color: #666666; text-align: right;}
#ssbj .float-right i{ display: inline-block; color: #adadad; font-size: 22px; margin-right: 10px;}
#ssbj .float-right a{ padding: 0 1%; color: #666666;}
#ssbj .float-right a:hover{ color: #0071b0;}
@media screen and (max-width:1440px){
    #ssbj .float-right p{ width: 17%;}
}



/*手机导航*/
.ovh{overflow: hidden;display: none; width: 100%;height: 100vh;position: fixed;left: 0;top:0;background: rgba(0,0,0,.3);width: 100%;height: 100%;position: absolute;left: 0;right: 0;top:0;bottom:0;z-index: 99;}
.ovh.show{display: block;}
.menu{position: absolute;right: 15px;line-height: 32px; width: 75px;height: 30px;top: 50%;transform: translateY(-50%); z-index: 1000;}
.menu .menu_button{width: 35px;float: right;height: pointer;cursor: pointer}
.menu .menu_button>.line{float: right;width: 100%;height: 3px;background: #333;margin-top:6px;transition:.3s;transition-timing-function:ease;}
.menu .menu_button>.line:nth-child(2){transition-delay:0.05s;}
.menu .menu_button>.line:nth-child(3){transition-delay:0.1s;}
.m-sub-menu.show {right: 0;transition: all 0.44s ease 0s;z-index: 100000000;}
.m-sub-menu {position: fixed;right: -100%;width: 100%;top: 0;z-index: 100;height: 100%;background-color: #fff;transition: all 0.64s ease 0s;}
.m-sub-menu .top-box {line-height: 70px;background-color: #333333;font-size: 16px;color: #fff;text-indent: 25px;position: relative;}
.m-sub-menu .top-box .menu_button{width: 40px;height: 40px;cursor: pointer;position:absolute;right: 15px;top:18px; }
.m-sub-menu .top-box .menu_button .line{background: #fff;float: right;width: 40px;height: 3px;margin-top:6px;transition:.3s;transition-timing-function:ease;}
.m-sub-menu .top-box .menu_button .line:nth-child(1){transform:translateY(10px) rotate(45deg);-webkit-transform:translateY(10px) rotate(45deg);}
.m-sub-menu .top-box .menu_button .line:nth-child(2){transform:translateY(0) rotate(0);-webkit-transform:translateY(0) rotate(0);display: none;}
.m-sub-menu .top-box .menu_button .line:nth-child(3){transform:translateY(0px) rotate(-45deg);-webkit-transform:translateY(0px) rotate(-45deg);}
.m-sub-menu .list-wrap{height:calc(100vh - 70px);overflow-y: scroll;}
.m-sub-menu .list-wrap ul{padding-bottom: 80px;}
.m-sub-menu .list-wrap li {line-height: 60px;border-bottom: 1px solid #f2f2f2;}
.m-sub-menu .list-wrap li:last-child{border:none;}
.m-sub-menu .list-wrap li .col-box {display: block;width: 100%; padding: 0 8%;}
.m-sub-menu .list-wrap .tit {font-size: 16px;color: #666;}
.m-sub-menu .sec-sub-list {position: absolute;right: -100%;top: 70px;width: 100%;}
.m-sub-menu .sec-sub-list .return-fir {display: block; width: 100%; padding: 0 5%;line-height: 60px;background-color: #0071b0;}
.m-sub-menu .sec-sub-list .return-fir p {padding-left: 18px;color: #fff;font-size: 18px;}
.m-sub-menu .sec-sub-list .return-fir p i{ float: left; padding-right: 10px;}
.m-sub-menu .sec-sub-list .boxs {width: 100%;height: 100vh; position: absolute;left: 0;top: 0; transition: all 0.4s ease 0s;background-color: #fff;}
.m-sub-menu .sec-sub-list .boxs.show {left: -100%;}
.m-sub-menu .sec-sub-list ul{width: 100%;/*height: 400px;*/overflow-y:auto}
.m-sub-menu .sec-sub-list li {line-height:50px; border-bottom: 1px solid #f2f2f2;}
.m-sub-menu .sec-sub-list li a {display: block;width: 84%;padding: 0 7.8% 0 8.2%;font-size: 16px;color: #666;}

.top_bai .menu .menu_button>.line{ background: #fff;}


.top_bj_active{ width: 100%; z-index: 20; background: #fff !important; top: 0; box-shadow: 0 0 20px rgba(0,0,0,0.2); position: fixed !important;}
.top_bj_active #logo{ padding: 0;}
.top_bj_active #logo img{ transform: scale(0.8);}
.top_bj_active #nav{ padding-top: .5%;}
.top_bj_active #nav li{ font-size: 16px;}
.top_bj_active #top_tel .top_tel_con{ padding-top: 4%;}
.top_bj_active #top_tel .top_tel_con .pic{ width: 17%;}
.top_bj_active #top_tel .top_tel_con .float-left{ line-height: 20px; font-size: 12px;}
.top_bj_active #top_tel .top_tel_con span{ font-size: 26px;}
.top_bj_active #c-header .c-switch{ top: 25px;}
.top_bj_active #c-header .c-nav2{ top: 55px;}

.top_bj_active .top_bai #logo img:nth-of-type(1){ display: block !important;}
.top_bj_active .top_bai #logo img:nth-of-type(2){ display: none !important;}
.top_bj_active .top_bai .top_tel_con .pic img:nth-of-type(1){ display: block !important;}
.top_bj_active .top_bai .top_tel_con .pic img:nth-of-type(2){ display: none !important;}
.top_bj_active .top_bai #nav li a{ color: #282828 !important;}
.top_bj_active .top_bai .top_tel_con .float-left{ color: #686868 !important;}
.top_bj_active .top_bai .top_tel_con span{ color: #282828 !important;}
.top_bj_active .top_bai .menu .menu_button>.line{ background: #333;}


/*底部*/
#end_nr_bj{ background: url("/static/index/zm001/images/end_bj.jpg") repeat-y center fixed; width: 100%; height: auto; overflow: hidden; color: #666666; position: relative;}
#end_nr_bj a{ color: #666666; transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #fff;}
#end_nr_bj a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 0; display: block; height:5px; background-color: rgba(255, 255, 255, .2);width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
#end_nr_bj a:hover::after{ -webkit-transform-origin: left center;transform-origin: left center;  -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1);}

#end_nr_bj ul{ border-bottom: 1px solid rgba(255,255,255,0.2); padding: 1% 0;}
#end_nr_bj ul li{ color: #fff; position: relative; padding-left: 3%;}
#end_nr_bj ul li:before{ position: absolute; right: 0; top: 20%; content: ''; width: 1px; height: 60%; background: rgba(255,255,255,0.2);}
#end_nr_bj ul li i{ font-size: 24px;}
#end_nr_bj ul li .nr{ padding-left: 5%; text-align: left; width: 90%;}
#end_nr_bj ul li .nr p{ font-size: 14px;}
#end_nr_bj ul li .nr span{ font-size: 15px; }
#end_nr_bj ul li:last-of-type:before{ display: none; }
#end_nr_bj .main{ padding: 2% 0;}
#end_nr_bj .main #end_wx{ padding-top: 1%; text-align: center;}
#end_nr_bj .main #end_wx img{ max-width: 100%;}
#end_nr_bj .main #end_nr p{ color: #fff; font-size: 16px;}
#end_nr_bj .main #end_nr dl{ padding-top: 2%;}
#end_nr_bj .main #end_nr dl dd{ float: left; padding-right: 5%; position: relative; text-align: center;}
#end_nr_bj .main #end_nr dl dd:before{ position: absolute; right: 25%; top: 0; font-size: 18px; content: '/'; width: 3px; height: 100%;}
#end_nr_bj .main #end_nr dl dd a{ color: rgba(255,255,255,0.5); font-size: 16px;}
#end_nr_bj .main #end_nr dl dd:hover a{ color: #fff;}
#end_nr_bj #end_line{ position: relative; height: auto; padding: 10px 0; line-height: 30px; color: #666; margin-top: 3%;}
@media screen and (max-width:991px){
    #end_nr_bj ul li:nth-of-type(2n):before{ display: none;}
}
@media screen and (max-width:576px){
    #end_nr_bj{ padding: 3% 0;}
    #end_nr_bj ul li:before{ display: none;}
}

.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#444444;}
.footer_zx a{ color:#fff !important; display: block; width: 33%; height: 100%; float: left; text-align: center; background-color:#444444;}
.footer_zx i{ font-size: 28px; padding: 4% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.footer_zx button{ display: block; width: 34%; background: #0071b0; height: 100%; float: left; text-align: center; color:#fff !important;}
.kb50{ height: 60px;}





/*首页*/
.tit_in{ text-align: center; position: relative; background: url("/static/index/zm001/images/title_line.png") no-repeat center bottom; padding-bottom: 15px;}
.tit_in h1{ color: #222222; font-size: 36px; position: relative; z-index: 2;}
.tit_in h1 span{ color: #c3002f; font-weight: bold;}
.tit_in p{ position: absolute; z-index: 1; width: 100%; top: 0; color: rgba(102,102,102,0.05); font-size: 72px; font-weight: bold; text-transform: uppercase;}
.tit_in i{ font-size: 16px; color: #666666; display: block; padding-top: 5px;}
@media screen and (max-width:768px){
    .tit_in p{ font-size: 35px;}
    .tit_in h1{ font-size: 24px;}
    .tit_in i{ font-size: 12px;}
}

#huanjing{ margin-top: 3%;}
#huanjing .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#huanjing .swiper-slide { background-size: cover; background-position: center; position: relative;}
#huanjing .gallery-top { height: auto; width: 100%;}
#huanjing .gallery-top .swiper-slide{ position: relative;}
#huanjing .gallery-top .swiper-slide .pic{width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#huanjing .gallery-top .swiper-slide .pic img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.5s;}
#huanjing .gallery-top .swiper-slide .content{ background: rgba(0,113,176,0.9); position: absolute; left: 0; bottom: 0; width: 100%; height: auto; padding: 2%; z-index: 2; color: #fff;}
#huanjing .gallery-top .swiper-slide .content .float-left{ border: 1px solid #fff; padding: 10px; font-size: 22px; line-height: 22px;}
#huanjing .gallery-top .swiper-slide .content .float-right{ width: 86%; font-size: 16px;}
#huanjing .gallery-thumbs { height: auto; line-height: 50px; width: 100%; text-align: center; margin-bottom: 2%; box-sizing: border-box;}
#huanjing .gallery-thumbs .swiper-slide { height: auto; line-height: 50px; color: #333333; font-size: 16px; cursor: pointer;}
#huanjing .gallery-thumbs .swiper-slide .pic{ float: left; width: 47px; height: 47px; padding-top: 8px; text-align: center; border: 1px solid #cccccc; border-radius: 100%;}
#huanjing .gallery-thumbs .swiper-slide .pic p{ display: inline-block; width: 30px; height: 30px; overflow: hidden;}
#huanjing .gallery-thumbs .swiper-slide .pic img{ vertical-align: baseline; margin-left: 0; transition: 0.3s;}
#huanjing .gallery-thumbs .swiper-slide .float-left{ padding-left: 10px; text-align: left; line-height: 25px;}
#huanjing .gallery-thumbs .swiper-slide .float-left p{ font-size: 16px;}
#huanjing .gallery-thumbs .swiper-slide .float-left span{ color: #666666; font-size: 12px; text-transform: uppercase;}
#huanjing .gallery-thumbs .swiper-slide-thumb-active { color: #0071b0;}
#huanjing .gallery-thumbs .swiper-slide-thumb-active .pic{ background: #0071b0; border: 1px solid #0071b0;}
#huanjing .gallery-thumbs .swiper-slide-thumb-active .pic p img{ margin-left: -30px;}
@media screen and (max-width:768px){
    #huanjing .gallery-thumbs{ width: 100%;}
    #huanjing .gallery-thumbs .swiper-slide{ font-size: 14px;}
    #huanjing .gallery-top .swiper-slide .pic{ padding-bottom: 75%;}
    #huanjing .gallery-top .swiper-slide .content .float-left{ display: none;}
    #huanjing .gallery-top .swiper-slide .content .float-right{ width: 100%;}
}

.tel_in{ display: inline-block; position: absolute; width: 100%; left: 0; bottom: -30px;}
.tel_in .d-flex{ padding: 0 5%; background: #32b16c; width: 30%; height: 60px; line-height: 60px; border-radius: 30px; color: #fff; text-align: center; font-size: 16px; margin: 0 auto;}
.tel_in span{ font-size: 22px;}
.tel_in i{ display: inline-block; padding-right: 10px; font-size: 24px;}

.hui{ background: #f4f6f8;}
#qywh{ margin-top: 3%; background: #fff; padding: 2% 2% 5%; text-align: center; position: relative;}
#qywh .swiper-container {
    width: 100%;
    height: 100%;
}
#qywh .swiper-slide {
    transition:0.3s;
    position: relative;
    text-align: center;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#qywh .swiper-slide:before{ position: absolute; content: ''; background: url("/static/index/zm001/images/jindu.png") no-repeat center; width: 81px; height: 6px; right: -15%; top: 22%;}
#qywh .swiper-slide:last-of-type:before{ display: none;}
#qywh .swiper-slide .pic{ width: 110px; height: 110px; line-height: 110px; border-radius: 100%; background: #0071b0; margin: 5% 0; text-align: center; transition: 0.3s;}
#qywh .swiper-slide .pic i{ color: #fff; font-size: 50px;}
#qywh .swiper-slide p{ color: #333333; font-size: 22px; padding: 5% 0; margin-bottom: 3% !important; position: relative;}
#qywh .swiper-slide p:before{ position: absolute; content: ''; left: 30%; bottom: 0; width: 40%; height: 3px; background: #0071b0; }
#qywh .swiper-slide span{ padding: 3% 5% 0; color: #888888; font-size: 14px; transition: 0.3s;}
#qywh .swiper-slide:hover .pic,#qywh .swiper-slide:hover p:before{ background: #32b16c;}
@media screen and (max-width:1440px){
    .tel_in .d-flex{ width: 33%;}
}
@media screen and (max-width:1200px){
    .tel_in .d-flex{ width: 37%;}
    #qywh .swiper-slide span{ font-size: 13px;}
}
@media screen and (max-width:991px){
    .tel_in .d-flex{ width: 46%;}
    #qywh .swiper-slide:before{ display: none;}
    #qywh .swiper-slide{ padding: 3% 0;}
}
@media screen and (max-width:768px){
    .tel_in{ display: none;}
}



#ssjs{ text-align: center; margin-top: 3%;position: relative; padding: 0 8%;}
#ssjs .swiper-container {
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
#ssjs .swiper-slide {
    transition:0.3s;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    margin: 0;
    background: #fff;
    border: 30px solid #f4f6f8;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
#ssjs .swiper-slide .pic{ height: 0; padding-bottom: 40%; position: relative; overflow: hidden; background: #000;}
#ssjs .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; opacity: 1; transition: 0.3s;}
#ssjs .swiper-slide .font{ padding: 7% 3% 0; text-align: left;}
#ssjs .swiper-slide .font .tit{ color: #333333; font-size: 26px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#ssjs .swiper-slide .font .content{ padding: 15% 0 20%; position: relative; margin-bottom: 5%;}
#ssjs .swiper-slide .font .content:before{ position: absolute; left: 0; bottom: 0; content: 'Customer case'; text-transform: uppercase; font-family: Impact; font-size: 42px; color: rgba(0,0,0,0.05);}
#ssjs .swiper-slide .font .content table{ width: 100%;}
#ssjs .swiper-slide .font .content table tr td{ line-height: 35px;}
#ssjs .swiper-slide .font .content table tr td:nth-of-type(1){ width: 33%; padding-left: 8%; vertical-align: top;}
#ssjs .swiper-slide .font .content table tr:nth-of-type(1){ background: url("/static/index/zm001/images/al_icon1.png") no-repeat left center;}
#ssjs .swiper-slide .font .content table tr:nth-of-type(2){ background: url("/static/index/zm001/images/al_icon2.png") no-repeat left center;}
#ssjs .swiper-slide .font .content table tr:nth-of-type(3){ background: url("/static/index/zm001/images/al_icon3.png") no-repeat left 8px;}
#ssjs .swiper-slide dl dt{ float: left; border: 1px solid #e7e7e7; height: 50px; line-height: 50px; margin-right: 10px; width: 40%; text-align: center; font-size: 16px; font-weight: normal; transition:0.3s;}
#ssjs .swiper-slide dl dt i{ display: inline-block; padding-left: 10px; font-size: 20px;}
#ssjs .swiper-slide dl dt:hover{ background: #004da2; color: #fff; border: 1px solid #004da2;}
#ssjs .swiper-button-next{ background: none; width: 100px; height: 70px; right:0; color: #626262; font-size: 20px; text-transform: uppercase;}
#ssjs .swiper-button-prev{ background: none; width: 100px; height: 70px; left:0; color: #626262; font-size: 20px; text-transform: uppercase; transition: 0.3s;}
#ssjs .swiper-button-next i,#ssjs .swiper-button-prev i{ color: #626262; font-size: 35px;}
#ssjs .swiper-button-next:hover,#ssjs .swiper-button-prev:hover,#ssjs .swiper-button-next:hover i,#ssjs .swiper-button-prev:hover i{ color: #004da2;}
#ssjs .swiper-slide-active .pic img{ opacity: 1;}
#ssjs .swiper-slide-active .tit{ opacity: 1; bottom: 0;}
@media screen and (max-width:1440px){
    #ssjs .swiper-slide .font{ padding-top: 3%;}
    #ssjs .swiper-slide .font .content:before{ font-size: 30px;}
    #ssjs .swiper-slide dl dt{ width: 45%; font-size: 14px;}
}
@media screen and (max-width:1200px){
    #ssjs{ padding: 0;}
    #ssjs .swiper-button-next{ right: 0;}
    #ssjs .swiper-button-prev{ left: 0;}
    #ssjs .swiper-slide .font{ padding: 3%;}
    #ssjs .swiper-slide .font .tit{ font-size: 22px;}
    #ssjs .swiper-slide .font .content{ padding: 10% 0; min-height: 90px;}
    #ssjs .swiper-slide .font .content table tr td:nth-of-type(1){ width: 40%;}
    #ssjs .swiper-slide dl dt{ width: 45%; }
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ display: none;}
}
@media screen and (max-width:991px){
    #ssjs .swiper-slide .pic{ padding-bottom: 55%;}
    #ssjs .swiper-slide .font{ padding-bottom: 5%;}
    #ssjs .swiper-slide .font .content{ padding: 2% 0;}
}
@media screen and (max-width:768px){
    #ssjs .swiper-slide .pic{ margin-top: 5%;}
    #ssjs .swiper-slide .font .content{ padding: 7% 0;}
}



#gsjjbj{ background: url("/static/index/zm001/images/gsjj_bj.jpg") repeat center fixed;}
#gsjj{ background: url("/static/index/zm001/images/wang.png") repeat center #0071b0; padding: 4%; position: relative; overflow: hidden;}
#gsjj:before{ position: absolute; content: 'Company profile'; text-transform: uppercase; left: 0; bottom: 0; width: 100%; color: rgba(255,255,255,0.05); font-family: Impact; font-size: 98px;}
#gsjj .tit{ color: #fff; line-height: 40px;}
#gsjj .tit p{ font-size: 30px;}
#gsjj .tit span{ text-transform: uppercase;}
#gsjj .content{ color: rgba(255,255,255,0.7); padding: 5% 0 8%; line-height: 32px;}
#gsjj .more { position: relative; z-index: 1; width:  color: rgba(255,255,255,0.5);}
#gsjj a{ display: block;  color: rgba(255,255,255,0.5); transition: 0.3s; }
#gsjj a:hover{ color: #fff; letter-spacing: 3px;}
@media screen and (max-width:1440px){
    #gsjj:before{ font-size: 75px;}
}
@media screen and (max-width:1200px){
    #gsjj:before{ font-size: 60px;}
}
@media screen and (max-width:1024px){
    #gsjj:before{ display: none;}
}

#hzal{ position: relative;}
#hzal .swiper-container {
    width: 100%;
    height: 100%;
    padding: 3% 0 5%;
}
#hzal .swiper-slide {
    text-align: center;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    transition: 0.3s;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#hzal .swiper-slide img{ transition: 0.3s;}
#hzal .swiper-slide:hover img{ transform: scale(1.1);}
#hzal .swiper-slide:hover{ filter: drop-shadow(-8px 5px 8px rgba(153, 153, 153, 0.2));}
#hzal .swiper-button-next,#hzal .swiper-button-prev{ background: none; width: 50px; height: 50px; top: 50%;}
#hzal .swiper-button-next:after,#hzal .swiper-button-prev:after{ display: none;}
#hzal .swiper-button-next i,#hzal .swiper-button-prev i{ font-size: 40px; color: #bababa; transition: 0.3s;}
#hzal .swiper-button-next{ right: -5%;}
#hzal .swiper-button-prev{ left: -5%;}
#hzal .swiper-button-next:hover i,#hzal .swiper-button-prev:hover i{ color: #009944;}
@media screen and (max-width:768px){
    #hzal .swiper-container{ padding: 3% 5%;}
    #hzal .swiper-button-next{ right:0;}
    #hzal .swiper-button-prev{ left:0;}
    #hzal .swiper-button-next,#hzal .swiper-button-prev{ width: 30px; height: 30px;}
    #hzal .swiper-button-next i,#hzal .swiper-button-prev i{ font-size: 30px;}
}




#fuwu{ padding-top: 3%;}
#fuwu li{ float: left; width: 150px; text-align: center; cursor: pointer;}
#fuwu li .pic{ display: inline-block; background: #0071b0; width: 100px; height: 100px; line-height: 100px; border-radius: 100%; text-align: center; transition: 0.3s;}
#fuwu li .pic i{ color: #fff; font-size: 40px; float: none; padding: 0; width: 100% !important;}
#fuwu i{ float: left; color: #b5b7b9; font-size: 30px; width: 94px; padding-top: 4%; text-align: center; }
#fuwu li .content{ line-height: 25px; height: auto; color: #666666; padding: 15% 0 0;}
#fuwu li .content p{ color: #282828; font-size: 18px; position: relative; height: 35px; margin-bottom: 5px !important;}
#fuwu li .content p:before{ position: absolute; left: 40%; bottom: 0; width: 20%; height: 2px; background: #0071b0; content: ''; transition: 0.3s;}
#fuwu li .content span{ text-transform: uppercase; color: #999999; font-size: 12px;}
#fuwu li:hover .pic{ background: #32b16c;}
#fuwu li:hover .pic p,#fuwu li:hover .pic span{ color: #fff;}
#fuwu li:hover .pic span:before{ background: #fff;}
@media screen and (max-width:1440px){
    #fuwu i{ width: 45px;}
}
@media screen and (max-width:1200px){
    #fuwu i{ width: 120px;}
    #fuwu li{ width: 200px;}
    #fuwu i:nth-of-type(3){ display: none;}
}
@media screen and (max-width:991px){
    #fuwu i{ width: 40px;}
    #fuwu li{ width: 200px;}
}
@media screen and (max-width:768px){
    #fuwu i{ display: none;}
    #fuwu li .pic i{ display: block;}
    #fuwu li{ width: 33%;}
    #fuwu li .content{ padding: 5% 10% 0; font-size: 12px;}
}


.dglc{ position: relative !important; margin-top: 3%;}
.dglc .d-flex{ background: #0071b0;}

#xinwen{ margin-top: 3%;}
#xinwen .swiper-container {
    padding: 0 0 5%;
    width: 100%;
    height: 100%;
    position: relative;
}
#xinwen .swiper-slide {
    text-align: left;
    transition: 0.3s;
    position: relative;
    background: #fff;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xinwen .swiper-slide:before{ position: absolute; right: -30px; top: 0; content: ''; width: 1px; height: 100%; background: #eaeaea;}
#xinwen .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 60%; position: relative; overflow: hidden;}
#xinwen .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xinwen .swiper-slide p{ text-align: left; width: 100%; color: #333333; font-size: 18px; height: 50px; line-height: 50px; transition:0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
#xinwen .swiper-slide span{ display: block; text-align: left; width: 100%; color: #a6a6a6; font-size: 14px;}
#xinwen .swiper-slide .content{ color: #999999; font-size: 15px;}
#xinwen .swiper-slide:hover{ background: #0071b0;}
#xinwen .swiper-slide:hover p,#xinwen .swiper-slide:hover span,#xinwen .swiper-slide:hover .content{ color: #fff;}
#xinwen .swiper-slide:hover img{ transform: scale(1.1);}
#xinwen .swiper-container .swiper-button-next,#xinwen .swiper-container .swiper-button-prev{ background: #32b16c; width: 35px; height: 35px; position: absolute; bottom: 0; top: auto; transition:0.3s; text-align: center; line-height: 35px;}
#xinwen .swiper-container .swiper-button-next i,#xinwen .swiper-container .swiper-button-prev i{ color: #fff; font-size: 22px;}
#xinwen .swiper-container .swiper-button-prev{ background: #0071b0; right: auto; left: 45%;}
#xinwen .swiper-container .swiper-button-next{ left: auto; right: 45%;}
#xinwen .swiper-container #more{ position: absolute; left: 0; width: 100%; bottom: 0; text-align: center;}
#xinwen .swiper-container #more a{ display: block; width: 35px; margin: 0 auto; height: 35px; line-height: 35px; background: #c6c6c6; transition:0.3s;}
#xinwen .swiper-container #more a i{ color: #fff;}
#xinwen .swiper-container .swiper-button-prev:hover,#xinwen .swiper-container .swiper-button-next:hover,#xinwen .swiper-container #more a:hover{ background: #343434; box-shadow:0px 5px 5px rgba(0,0,0,0.5);}
@media screen and (max-width:1200px){
    #xinwen .swiper-container{ padding-bottom: 7%;}
    #xinwen .swiper-slide:before{ display: none;}
    #xinwen .swiper-container .swiper-button-prev{ left: 42%;}
    #xinwen .swiper-container .swiper-button-next{ right: 42%;}
}
@media screen and (max-width:768px){

}
@media screen and (max-width:765px){
    #xinwen .swiper-container{ padding-bottom: 15%;}
    #xinwen .swiper-container .swiper-button-prev{ left: 35%;}
    #xinwen .swiper-container .swiper-button-next{ right: 35%;}
}




/*公司简介*/
#zi_banner{ width: 100%; height: auto; text-align: center; overflow: hidden; position: relative;}
#zi_banner img{ width: 100%;}
#zi_banner .main{ position: absolute; left: 0; top: 0; z-index: 1; width: 100%;}
#zi_banner .main .container{ margin: 0 auto; color: #fff; text-align: left;}
#zi_banner .main p{ font-size: 36px;}
#zi_banner .main span{ display: block; padding-top: 1%; color: rgba(255,255,255,0.8); font-size: 16px;}
@media screen and (max-width:1200px){
    #zi_banner img{ width: 150%; margin-left: -25%;}
}

@media screen and (max-width:768px){
    #zi_banner .main p{ font-size: 26px;}
    #zi_banner img{ width: 250%; margin-left: -50%;}
    #zi_banner .main span{ font-size: 12px; line-height: 25px;}
}

.gsjjnr{ color: #333; padding: 0 15px;}
#jj_lb{ padding: 4% 0 3%;}
#jj_lb li{ text-align: center; position: relative;}
#jj_lb li:before{ position: absolute; right: 0; top: 20%; content: ''; width: 1px; height: 60%; background: #dfdfdf;}
#jj_lb li:last-of-type:before{ display: none;}
#jj_lb li p{ color: #0071b0; font-size: 40px; font-family: Impact; position: relative; height: 50px;}
#jj_lb li p:before{ position: absolute; content: ''; left: 45%; bottom: 0; width: 10%; background: #0071b0; height: 3px; }
#jj_lb li span{ display: block; padding: 7% 20% 0; line-height: 20px;}
@media screen and (max-width:768px){
    #jj_lb li span{ padding: 7%;}
    #jj_lb li{ margin-bottom: 5%;}
}



#whbj{ background: url("/static/index/zm001/images/whbj.jpg") no-repeat center top fixed;}
#whbj .content{ text-align: center; color: #fff; padding-top: 3%; font-size: 16px;}


#qywh_zy{ margin-top: 3%; }
#qywh_zy .swiper-container {
    width: 100%;
    height: 100%;
}
#qywh_zy .swiper-slide {
    transition:0.3s;
    position: relative;
    text-align: center;
    background: #fff;
    padding: 5% 0;
    cursor: pointer;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#qywh_zy .swiper-slide i{ color: #666666; font-size: 50px;}
#qywh_zy .swiper-slide p{ color: #333333; font-size: 22px; padding: 12% 0 5% !important;}
#qywh_zy .swiper-slide span{ color: #666666; font-size: 18px; transition: 0.3s;}
#qywh_zy .swiper-slide:hover{ background: #0071b0;}
#qywh_zy .swiper-slide:hover i,#qywh_zy .swiper-slide:hover p,#qywh_zy .swiper-slide:hover span{ color: #fff;}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #qywh_zy .swiper-slide span{ font-size: 13px;}
}
@media screen and (max-width:991px){
    #qywh_zy .swiper-slide{ padding: 3% 0;}
}
@media screen and (max-width:768px){
}


#rybj{ position: relative; padding: 0; margin-top: 3%;}
#rybj .swiper-container {
    width: 100%;
    height: 100%;
}

#rybj .swiper-slide {
    text-align: center;
    background: url("/static/index/zm001/images/rybj.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 13px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#rybj .swiper-slide p{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
#rybj .swiper-slide p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s;}
#rybj .swiper-slide:hover p img{ transform: scale(1.1);}
#rybj .swiper-button-next:after,#rybj .swiper-button-prev:after{ display: none;}
#rybj .swiper-button-next,#rybj .swiper-button-prev{ background: none; width: 60px; height: 60px; top: 45%;}
#rybj .swiper-button-next i,#rybj .swiper-button-prev i{ font-size: 60px; color: #0071b0; transition:0.3s;}
#rybj .swiper-button-next:hover i,#rybj .swiper-button-prev:hover i{ color: #32b16c;}
@media screen and (max-width:765px){
    #rybj{ background-size: 100%;}
}


.qysl_nr{ margin-top: 5% !important;}
.qysl_nr .col-12{ padding: 0 0.5%;}
.qysl_nr li{ margin-bottom: 3%; position: relative; overflow: hidden;}
.qysl_nr li p{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.qysl_nr li p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s;}
.qysl_nr .col-12:nth-of-type(2) li p{ padding-bottom: 133%;}
.qysl_nr li .nr{ position: absolute; left: 0; top: 50%; z-index: 1; text-align: center; background: rgba(0,113,176,0.8); width: 100%; height: 0; padding-top: 0; transition: 0.3s; overflow: hidden; opacity: 0;}
.qysl_nr li .nr h4{ border: 1px solid #fff; display: inline-block; color: #fff; width: 70%; padding: 10% 5%; font-size: 18px;}
.qysl_nr li .nr h4 span{ display: block; font-family: Arial; padding-top: 10%; font-size: 14px; text-transform: uppercase;}
.qysl_nr .col-12:nth-of-type(2) li .nr{ padding-top: 0;}
.qysl_nr li:hover .nr{ top: 0; height: 100%; padding-top: 15%; opacity: 1;}
.qysl_nr .col-12:nth-of-type(2) li:hover .nr{ padding-top: 50%;}
@media screen and (max-width:991px){
    .qysl_nr .col-12:nth-of-type(2) li p{ padding-bottom: 65%;}
    .qysl_nr .col-12:nth-of-type(2) li:hover .nr{ padding-top: 18%;}
}


#youshi{ position: relative;}
#youshi .swiper-container { width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
#youshi .swiper-slide { background: #f6f6f6; background-size: cover; background-position: center;}
#youshi .gallery-top { height: auto; width: 100%;}
#youshi .gallery-top #bowen{ position: absolute; z-index:1; left: 0; top: 35%; width: 100%; }
#youshi .gallery-top img{ width: 100%;}
#youshi .main{ width: 100%; position: absolute; bottom: 5%; z-index: 10; left: 0; padding: 0;}
#youshi .gallery-thumbs { height: 20%; box-sizing: border-box;}
#youshi .gallery-thumbs .swiper-slide { height: 100%; background: #ffffff; color: #1e1e1e; padding: 2%; cursor: pointer;}
#youshi .gallery-thumbs .swiper-slide .pic{ float: left; width: 47px; height: 47px; padding-top: 8px; border: 1px solid #dfdfdf; text-align: center; border-radius: 100%;}
#youshi .gallery-thumbs .swiper-slide .pic p{ width: 30px; height: 30px; line-height: 30px; overflow: hidden; display: inline-block;}
#youshi .gallery-thumbs .swiper-slide .pic p img{ margin-left: 0; transition: 0.3s;}
#youshi .gallery-thumbs .swiper-slide .float-left{ padding-left: 10px; line-height: 25px;}
#youshi .gallery-thumbs .swiper-slide .float-left p{ font-size: 18px; color: #333333;}
#youshi .gallery-thumbs .swiper-slide .float-left span{ color: #666666; font-size: 12px; text-transform: uppercase;}
#youshi .gallery-thumbs .swiper-slide-thumb-active { background: #0071b0;}
#youshi .gallery-thumbs .swiper-slide-thumb-active .pic{ background: #0071b0;}
#youshi .gallery-thumbs .swiper-slide-thumb-active .pic p img{ margin-left: -30px;}
#youshi .gallery-thumbs .swiper-slide-thumb-active .float-left p,#youshi .gallery-thumbs .swiper-slide-thumb-active .float-left span{ color: #fff;}
@media (min-width: 768px) and (max-width: 1200px){
    #youshi .gallery-thumbs{ position: relative; background: #f6f6f6;}
    #youshi .gallery-top{ margin-bottom: 10px;}
    #youshi .gallery-top .font .content{ padding: 30px 0 50px;}
}
@media screen and (max-width:768px){
    #youshi .gallery-thumbs{ position: relative; background: #f6f6f6;}
    #youshi .gallery-top{ margin-bottom: 10px;}
    #youshi .gallery-top .font{ padding: 5% 3%;}
    #youshi .gallery-top .font .content{ padding: 20px 0 40px;}
}

.circleBox {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 10px auto;
}
.circleBox .circle i{ position: absolute; z-index: 9999; color: #1296db; font-size: 30px; left: -3px; top: -3px;}
/* 扩散动画 */
.circle, .circle1, .circle2, .circle3  {
    width: 25px;
    height: 25px;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(255,255,255,0.85);
    border-radius: 999px;
    position: absolute;
    top: 40%;
    left: 35%;
}
.circle1, .circle2, .circle3  {
    /* animation: circleChange 2s 1s ease-out infinite; */
    animation-name: circleChange;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.circle1 {
    animation-delay: 1s;
}
.circle2 {
    animation-delay: 2s;
}
.circle3 {
    animation-delay: 3s;
}

@keyframes circleChange{
    0%{transform: scale(1);opacity: 0.95;}
    25%{transform: scale(2);opacity: 0.75;}
    50%{transform: scale(3);opacity: 0.5;}
    75%{transform: scale(4);opacity: 0.25;}
    100%{transform: scale(5);opacity: 0.05;}
}




.news01 {padding: 0;}
.news01 li{ margin-bottom: 7%;}
.news01 .imgbox {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news01 .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
/*.news01 .shuiyin{position: absolute; background: url("/static/index/zm001/images/shuiyin.png") no-repeat center; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;}*/
.news01 .imgbox1 {width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.news01 .imgbox1 p { text-align: center; left: 0; position: absolute; height:100%; width:100%; transition: 0.3s;}
.news01 .imgbox1 p img{ max-width: 100%; max-height: 100%; transition:0.3s;}
.news01 .slide:hover .imgbox img {transform: scale(1.1);}

.news01 .txtbox { height: 50px; line-height: 50px; text-align: center; font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; background: #fff; border-bottom: 1px solid #e2e2e2;}
.news01 .txtbox span{ display: block; z-index: 1; position: relative; transition:0.3s;}
.news01 .txtbox:after {  position: absolute;content: ""; background: #0071b0; height: 100%; width:100%;  left: 0;bottom: 0;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.news01 .slide:hover .txtbox::after { -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1);
    -o-transform: scaleX(1); transform: scaleX(1);
}
.news01 .slide:hover .txtbox span{ color: #fff;}


#xgcp{ padding: 7% 0 2%;}
#xgcp li{ margin-bottom: 10%; background: #fff;}
#xgcp li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#xgcp li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xgcp li p{ height: 40px; line-height: 40px; text-align: center; transition: 0.3s; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#xgcp li:hover p{ background: #0071b0; color: #fff;}
#xgcp li:hover .pic img{ transform: scale(1.1);}



.contact_item{ padding:0; text-align: center; margin-top: 3%;}
.contact_item li{ display: inline-block; margin-bottom: 30px;}
.contact_item li span{display: block;width: 150px;height: 135px;margin:0 auto;text-align: center;position: relative;}
.contact_item li span.contact_item_1{background: url(/static/index/zm001/images/contact_li_bg1.png) center no-repeat;line-height: 108px;}
.contact_item li span.contact_item_2{background: url(/static/index/zm001/images/contact_li_bg2.png) center no-repeat;line-height: 135px;}
.contact_item li span.contact_item_3{background: url(/static/index/zm001/images/contact_li_bg3.png) center no-repeat;line-height: 170px;}
.contact_item li span img{vertical-align: middle;}
.contact_item_ewm{width: 84px;height: 84px;position: absolute;left: 33px;top:45px;z-index: 1;}
.contact_item_ewm img{width: 84px;height: 84px;position: absolute;left: 0;top:0;transition: all .4s;vertical-align: top;}
.contact_item li h4{color: #333;font-size: 18px;line-height: 30px; text-align: center;margin: 10px auto !important; font-weight: bold !important;}
.contact_item li p{color: #333;font-size: 14px;line-height: 26px;}
.contact_item li:nth-child(3n) p{text-align: center;}


.in_title{ line-height: 40px; padding: 30px 0 10px; color: #747474; font-size: 16px;}
.in_title p{ font-size: 30px; color: #3e3e3e;}


#cnzz li{ padding: 3%; margin: 0; border: 1px solid #ececec; transition: 0.3s;}
#cnzz .col-12:nth-of-type(1) li{ border-bottom: none;}
#cnzz .col-12:nth-of-type(2) li{ border-bottom: none;}
#cnzz .pic{ height: 0; padding-bottom: 23%; position: relative; overflow: hidden;}
#cnzz .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#cnzz .news_title{ color: #333333; font-size: 18px;}
#cnzz .news_info,#cnzz .news_time{ color: #999999; font-size: 14px;}
#cnzz .news_time{ font-family: Arial;}
#cnzz li:hover{ background: #0571a9;}
#cnzz li:hover .pic img{transform: scale(1.1);}
#cnzz li:hover .news_title{ color: #fff;}
#cnzz li:hover .news_info,#cnzz li:hover .news_time{ color: rgba(255,255,255,0.5);}
@media screen and (max-width:1200px){
    #cnzz .pic{ padding-bottom: 45%;}
}



/*产品中心*/
.pro_home{ height: 80px; line-height: 80px;}
.pro_home i{ display: block; float: left; font-size: 20px; margin-right: 10px;}

.pro_list{ background: #fff;}
.pro_list li{ margin-bottom: 3%;}
.pro_list li .img{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; }
.pro_list li .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.pro_list li .title{ height: 60px; line-height: 60px; background: #f4f6f8; text-align: left; padding-left: 5%; font-size: 16px; position: relative;}
.pro_list li .title:before{ position: absolute; left: 0; top: 0; width: 0; height: 60px; background: #0071b0; content: ''; transition: 0.3s;}
.pro_list li .title span{ float: left; display: block; position: relative;}
.pro_list li .title p{ float: right; width: 45px; height: 60px; background: #0071b0; text-align: center; transition: 0.3s; position: relative;}
.pro_list li .title p i{ color: #fff; font-size: 22px;}
.pro_list li:hover .img img{ transform: scale(1.1);}
.pro_list li:hover .title span{ color: #fff;}
.pro_list li:hover .title:before{ width: 100%;}
.pro_list li:hover .title p{ background: #00923d;}


.pro_con{ background: #fff;}
.cp_left{ height: 0; padding-bottom: 40%; position: relative; overflow: hidden; }
.cp_left img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cp_right h2{ color: #333333; font-size: 30px;}
.cp_right{ padding: 2%;}
.cp_right .content{ padding: 5% 0; margin: 3% 0; color: #999999; font-size: 16px;}
.cp_right .tags{ border-top: 1px dashed #b8b8b8; border-bottom: 1px dashed #b8b8b8; height: 50px; line-height: 50px;}
.cp_right .tags li{ float: left; width: 32%; text-align: center; color: #666666; font-size: 16px; position: relative;}
.cp_right .tags li:before{ position: absolute; right: 0; top: 30%; content: ''; width: 1px; height: 40%; background: #b8b8b8;}
.cp_right .tags li:last-of-type:before{ display: none;}
.cp_right .cptel{ margin-top: 5%;}
.cp_right .cptel i{ float: left; color: #0071b0; font-size: 45px; margin: 5% 1% 0 0;}
.cp_right .cptel .left{ float: left; padding-left: 10px; line-height: 28px;}
.cp_right .cptel .left p{ color: #666666; font-size: 14px;}
.cp_right .cptel .left span{ color: #0071b0; font-size: 32px; font-weight: bold;}
.cp_right .order-btn { display: block; height: 48px; line-height: 48px; border-radius: 5px; text-align: center; background: #0071b0; color: #fff; font-size: 14px; margin-top: 3%; transition:0.3s;}
.cp_right .order-btn i{ display: inline-block; font-size: 20px; padding-right: 10px;}
.cp_right .order-btn a{ color: #fff;}
.cp_right .order-btn:hover { background: #32b16c;}
.cp_right .order-btn:hover i{ fill: #fff; animation: go 0.5s ease-in-out alternate infinite; }
@keyframes go {
    0% {
        -webkit-transform: rotate(30deg);
        -webkit-transform-origin: top center;
        -moz-transform: rotate(30deg);
        -moz-transform-origin: top center;
        transform: rotate(30deg);
        transform-origin: top center;
    }
    100% {
        -webkit-transform: rotate(-30deg);
        -webkit-transform-origin: top center;
        -moz-transform: rotate(-30deg);
        -moz-transform-origin: top center;
        transform: rotate(-30deg);
        transform-origin: top center;
    }
}
@media screen and (max-width:991px){
    .cp_left{ padding-bottom: 60%;}
    .cp_right{ margin-top: 3%;}
}



#cpbtqh{ width: 100% !important; transition:0.3s; background: #fff; text-align: center;}
.cpbt{ margin: 0 auto !important; height: 70px; line-height: 70px; border-bottom: 1px solid #efefef; width: 100%; transition:0.3s;}
.cpbt li{ float: left; color: #666666; font-size: 16px; width: 15%; text-align: center; position: relative; transition:0.3s;}
.cpbt li a{ color: #666666;}
.cpbt li:after{ position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; content: ''; background: #fff; transition: 0.3s;}
.cpbt li:before{ position: absolute; right: 0; top: 30%; width: 1px; height: 40%; content: ''; background: #d5d5d5;}
.cpbt li:last-of-type:before{ display: none;}
.cpbt li:hover:after{ position: absolute; left: 25%; bottom: 0; width: 50%; height: 3px; content: ''; background: #0071b0;}
.cpbt li.current:hover:after{ left: 25%; width: 50%; background: #0071b0;}
.cpbt li.current:after{ left: 25%; width: 50%; background: #0071b0;}
.cpbtqh_active{ top: 70px; position: fixed; left: 0; z-index: 10;}
@media screen and (max-width:1440px){
    .cpbtqh_active{ top: 73px;}
}
@media screen and (max-width:1400px){
    .cpbtqh_active{ top:7%;}
}
@media screen and (max-width:1200px){
    .cpbtqh_active{ top:8%;}
    .cpbt li{ width: 14%;}
}
@media screen and (max-width:768px){
    .cpbtqh_active{ top:5%;}
    .cpbt li{ width: 20%;}
}
@media screen and (max-width:765px){
    .cpbt li{ width: 25%; font-size: 13px;}
}


.bai{ background: #fff; padding: 0; margin-top: 20px;}
.bai .content{ line-height: 30px; color: #999999; padding: 3%; font-size: 16px;}
.bai .content img{ max-width: 100%;}

.cptit{ border-bottom: 1px solid #f4f6f8; height: 65px; line-height: 65px; padding: 0 2%;}
.cptit i{ float: left; color: #0071b0; font-size: 24px;}
.cptit p{ float: left; font-size: 18px; color: #282828; padding-left: 10px;}
.cptit p span{ padding-left: 5px; text-transform: uppercase; color: #aaaaaa;}


#anli div{ padding: 0 0.5%;}
#anli li{width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; margin-bottom: 3%;}
#anli li img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#anli li:hover img{ transform: scale(1.1);}



#shili .swiper-container {
    width: 100%;
    height: 100%;
}
#shili .swiper-slide {
    text-align: center;
    background: #fff;
    transition:0.3s;
    height: auto; position: relative; overflow: hidden;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#shili .swiper-slide a{ display: block;  width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#shili .swiper-slide a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#shili .swiper-slide p{ width: 100%; height: 40px; line-height: 40px; background: #f4f4f4; transition:0.3s;}
#shili .swiper-slide:hover p{ background: #0071b0; color: #fff;}



/*公共*/
.pro-sider .in-title{ background: #0071b0; color: #fff; padding: 8% 10%; position: relative;}
.pro-sider .in-title p{ font-size: 24px; padding-bottom: 1%;}
.pro-sider .in-title span{ font-family: arial; font-size: 18px; text-transform: uppercase;}
.pro-sider-ul { height: auto; text-align: left; background: #fff; padding: 15px; border: 1px solid #ebebeb;}
.pro-sider-ul li{ border-bottom: 1px dashed #f0f0f0; background: #fff; width: 100%; cursor: pointer; height: auto; padding: 8% 0; line-height: 25px;}
.pro-sider-ul li .pic{ float: left; width: 47px; height: 47px; padding-top: 8px; margin-right: 10px; border: 1px solid #dfdfdf; text-align: center; border-radius: 100%;}
.pro-sider-ul li .pic p{ width: 30px; height: 30px; line-height: 30px; overflow: hidden; display: inline-block;}
.pro-sider-ul li .pic p img{ margin-left: 0; transition: 0.3s;}
.pro-sider-ul li:last-of-type{ border-bottom: none;}
.pro-sider-ul li p{ color: #333333; font-size: 18px;}
.pro-sider-ul li span{ color: #999999; font-size: 14px; text-transform: uppercase;}
.pro-sider-ul li:hover p,.pro-sider-ul li:hover span{ color: #0071b0;}
.pro-sider-ul li:hover .pic{ background: #0071b0; border: 1px solid #0071b0;}
.pro-sider-ul li:hover .pic p img{ margin-left: -30px;}
.pro-sider-ul #li-on p,.pro-sider-ul #li-on span{ color: #0071b0;}
.pro-sider-ul #li-on .pic{ background: #0071b0; border: 1px solid #0071b0;}
.pro-sider-ul #li-on .pic p img{ margin-left: -30px;}
@media screen and (max-width:1200px){
    .pro-sider-ul li p{ font-size: 16px;}
    .pro-sider-ul li span{ font-size: 12px;}
}



.page {
 font-size: 0;
 text-align: center;
}
.page .center {
 display: inline-block;
 overflow: hidden;
}
.page .center .page-span {
 float: left;
 font-size: 14px;
 color: #c3c3c3;
 line-height: 32px;
 margin-right: 30px;
}
.page .center .page-list {
 float: left;
 overflow: hidden;
}
.page .center .page-list ul li {
 float: left;
 width: auto;
 min-width: 30px;
 height: 32px;
 text-align: center;
 line-height: 30px;
 font-size: 14px;
 margin: 0 4px;
 padding: 0;
 border: none;
 background: transparent;
}
.page .center .page-list ul li a {
 min-width: 20px;
 padding: 0 5px;
 border: 1px solid #eee;
 display: block;
 color: #333;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 overflow: hidden;
 background: #fff;
}
.page .center .page-list ul li:hover a {
 color: #f3c04b;
}
.page .center .page-list ul li.active a {
 background: #f3c04b;
 color: #fff;
}
<!--0.00023818016052246-->