@charset "utf-8";
/* CSS Document */
body{margin: 0; padding: 0; font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; font-size: 14px; color: #333; text-align: center; background: #fff; line-height: 26px; margin-left: auto; margin-right: auto; overflow-x: hidden;}
a{color: #333; text-decoration: none; outline-style: none; outline-color: invert; outline-width: medium; -webkit-tap-highlight-color: transparent; transition: all 0.3s; -ms-transition: all 0.3s;}
a:link{text-decoration: none;}
a:hover{color: #1fa1aa;}
a img{border: 0 none;}
a{outline: none;}
a:focus{outline: none;} 
h1,h2,h3,h4,ul,li,div,p,span,b,i,input,select{margin: 0; padding: 0;}
ul,li,dl,dd,dt{padding: 0; margin: 0; list-style: none;}
input,button,textarea{font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif; outline: none; resize: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0;}
em,i{font-style: normal;}
img{display: block;}
video{outline: none;}
.clear{clear: both; height: 0; overflow: hidden; display: block;}
.font{font-family: 'SimSun';}
.length{word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.con{padding: 0 0 40px 0; display: flex; justify-content: space-between;}
.content{min-width: 1200px; width: 80%; margin: 0 auto; padding: 0; text-align: left;}
.container{min-width: 1200px; width: 90%; margin: 0 auto; padding: 0; text-align: left;}
/* CSS Common*/

/*header */
#header{position: absolute; width: 100%; top: 0; margin: 0 auto; text-align: center; z-index: 9;}
#header .header_con{height: 120px; display: flex; align-items: center; justify-content: space-between; transition:all 0.3s;}

/*menu*/
.menu>ul{display: flex; flex-wrap: wrap;}
.menu>ul>li{padding: 0 38px; text-align: center; position: relative; z-index: 9;}
.menu>ul>li:last-child{padding-right: 0;}
.menu>ul>li>a{display: block; font-size: 17px; color: #fff;}
.menu>ul>li>a:hover{color: #fff;}
.menu>ul>li>a.on{color: #fff;}
.menu>ul>li>em{font-size: 17px; font-weight: bold; background: url(../images/header_phone.png) no-repeat left center; color: #fff; padding-left: 35px;}
.menu>ul>li dl{width: 100%; position: absolute; left: 0; top: 90px; display: none;}
.menu>ul>li dl dd{width: 100%; height: 30px; line-height: 30px; text-align: center;}
.menu>ul>li dl dd a{font-size: 14px; color: #555;}

/*banner*/
.banner{height: 100vh;}
.banner .swiper-slide{background-position: center; background-repeat: no-repeat;}
.banner .swiper-slide .desc{position: absolute; top: 0; bottom: 0; color: #fff; display: flex; align-items: flex-end; line-height: 1;}
.banner .swiper-slide .desc_box{background: rgba(1,174,188,.75); padding: 40px; margin-bottom: 40px;}
.banner .swiper-slide .desc span{font-size: 50px; display: block; font-weight: bold;}
.banner .swiper-slide .desc p{font-size: 32px; font-weight: lighter; margin-top: 26px;}
.banner .swiper-slide .desc a{width: 162px; height: 46px; line-height: 46px; border: 1px solid #fff; display: block; margin-top: 30px; color: #fff; text-align: center; font-size: 18px;}
.banner .swiper-pagination{bottom: 12px;}
.banner .swiper-pagination-bullet{margin: 0 5px !important;}
.banner .swiper-pagination-bullet{background: #fff; opacity: 1; width: 10px; height: 10px;}
.banner .swiper-pagination-bullet-active{background: #1fa1aa;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner .swiper-button-prev{left: 20px;}
.banner .swiper-button-next{right: 20px;}

/*banner_inside*/
.banner_inside .swiper-slide{background-position: center; background-repeat: no-repeat;}
.banner_inside .swiper-slide img{width: 100%; height: auto;}
.banner_inside .swiper-slide .desc{position: absolute; top: 0; bottom: 0; color: #fff; display: flex; align-items: center; line-height: 1;}
.banner_inside .swiper-slide .desc span{font-size: 50px; display: block; font-weight: bold;}
.banner_inside .swiper-slide .desc p{font-size: 32px; font-weight: lighter; margin-top: 26px;}
.banner_inside .swiper-pagination{bottom: 12px;}
.banner_inside .swiper-pagination-bullet{margin: 0 5px !important;}
.banner_inside .swiper-pagination-bullet{background: #fff; opacity: 1; width: 10px; height: 10px;}
.banner_inside .swiper-pagination-bullet-active{background: #1fa1aa;}
.banner_inside .swiper-button-next,.banner_inside .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner_inside .swiper-button-prev{left: 20px;}
.banner_inside .swiper-button-next{right: 20px;}

/*home_about*/
#home_about{width: 100%; padding: 150px 0; background: url(../images/home_about_bg.jpg) no-repeat center; background-size: cover;}
#home_about .home_about_con{display: flex; justify-content: space-between; align-items: center;}
#home_about .home_about_con .desc{ width: 45%;}
#home_about .home_about_con .desc>i{width: 100px; height: 4px; background: #01aebc; display: block;}
#home_about .home_about_con .desc>span{font-size: 36px; font-weight: bold; display: block; margin-top: 35px; line-height: 1;}
#home_about .home_about_con .desc>p{font-size: 24px; font-weight: lighter; display: block; margin-top: 20px; line-height: 1;}
#home_about .home_about_con .desc>.desc_box{margin-top: 30px; font-size: 16px; line-height: 2;}
#home_about .home_about_con ul{display: flex; flex-wrap: wrap; margin-top: 6%; justify-content: space-between;}
#home_about .home_about_con ul>li{width: 20%;}
#home_about .home_about_con ul>li>span{color: #01aebc; display: flex; align-items: baseline; line-height: 1; justify-content: center;}
#home_about .home_about_con ul>li>span>em{display: block; font-size: 60px; font-family: Arial; font-weight: bold;}
#home_about .home_about_con ul>li>span>i{font-size: 18px; font-weight: lighter; margin: -5px 0 0 6px;}
#home_about .home_about_con ul>li>p{font-size: 18px; margin-top: 15px; text-align: center;}
#home_about .home_about_con .video{ width: calc(55% - 60px);}
#home_about .home_about_con .video img{width: 100%; height: 100%; object-fit: cover;}
#home_about .home_about_con .video video{width: 100%; height: 100%; object-fit: cover;}

/*home_pro*/
#home_pro{width: 100%;}
#home_pro .home_pro_con{display: flex;}
#home_pro .home_pro_con .l{width: 50%; background-repeat: no-repeat; background-size: cover; background-position: center; padding: 125px 10%; box-sizing: border-box; color: #fff; text-align: left;}
#home_pro .home_pro_con .r{width: 50%; background-repeat: no-repeat; background-size: cover; background-position: center; padding: 125px 10%; box-sizing: border-box; color: #fff; text-align: left;}
#home_pro .home_pro_con .desc>i{width: 100px; height: 4px; background: #fff; display: block;}
#home_pro .home_pro_con .desc>span{font-size: 36px; font-weight: bold; display: block; margin-top: 35px; line-height: 1;}
#home_pro .home_pro_con .desc>p{font-size: 16px; font-weight: lighter; display: block; margin-top: 20px; line-height: 2;}
#home_pro .home_pro_con ul{display: block; flex-wrap: wrap; margin-top: 45px;}
#home_pro .home_pro_con ul>li{margin-bottom: 10px;}
#home_pro .home_pro_con ul>li:last-child{margin-right: 0;}
#home_pro .home_pro_con ul>li span{font-size: 16px; color: #fff;}
#home_pro .home_pro_con a.more{width: 162px; height: 46px; line-height: 46px; border: 1px solid #fff; display: block; color: #fff; text-align: center; font-size: 16px; margin-top: 40px;}
#home_pro .home_pro_con .r ul{display: flex;}
#home_pro .home_pro_con .r ul>li{width: 40%;}

/*home_cooperate*/
#home_cooperate{width: 100%; padding: 125px 0;}
#home_cooperate .home_cooperate_con{display: flex; justify-content: space-between;}
#home_cooperate .home_cooperate_con .l{width: calc((100% - 40px)/2); position: relative;}
#home_cooperate .home_cooperate_con .l>.desc{height: 20%;}
#home_cooperate .home_cooperate_con .l>.desc>i{width: 100px; height: 4px; background: #01aebc; display: block;}
#home_cooperate .home_cooperate_con .l>.desc>span{font-size: 36px; font-weight: bold; display: block; margin-top: 35px; line-height: 1;}
#home_cooperate .home_cooperate_con .l>.desc>p{font-size: 24px; font-weight: lighter; display: block; margin-top: 10px; line-height: 2;}
#home_cooperate .home_cooperate_con .l .img{width: 100%; height: 80%; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; border-radius: 6px; overflow: hidden;}
#home_cooperate .home_cooperate_con .l .img .img_box{width: 100%; height: 100%; overflow: hidden;}
#home_cooperate .home_cooperate_con .l .img .img_box>img{width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; -ms-transition: all 0.5s;}
#home_cooperate .home_cooperate_con .l .img:hover .img_box>img{transform: scale(1.08); -webkit-transform: scale(1.08);}
#home_cooperate .home_cooperate_con .l .img .box{position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; z-index: 2;}
#home_cooperate .home_cooperate_con .l .img .desc_box{position: absolute; bottom: 0; left: 0; right: 0; padding: 30px; background: -webkit-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.8)); background: -o-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.8)); background: -moz-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.8)); background: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.8)); color: #fff;}
#home_cooperate .home_cooperate_con .l .img .desc_box>span{font-size: 24px;}
#home_cooperate .home_cooperate_con .l .img .desc_box>p{font-size: 18px; margin-top: 10px; font-weight: lighter;}
#home_cooperate .home_cooperate_con .r{width: calc((100% - 40px)/2);}
#home_cooperate .home_cooperate_con .r>ul{display: flex; flex-wrap: wrap; flex-direction: column-reverse;}
#home_cooperate .home_cooperate_con .r>ul>li{margin-bottom: 0; position: relative; border-radius: 6px; overflow: hidden;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child{margin-bottom: 40px;}
#home_cooperate .home_cooperate_con .r>ul>li .img{width: 100%; height: 100%;}
#home_cooperate .home_cooperate_con .r>ul>li .img>img{width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; -ms-transition: all 0.5s;}
#home_cooperate .home_cooperate_con .r>ul>li:hover .img>img{transform: scale(1.08); -webkit-transform: scale(1.08);}
#home_cooperate .home_cooperate_con .r>ul>li .desc{position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; z-index: 2;}
#home_cooperate .home_cooperate_con .r>ul>li .desc_box{position: absolute; bottom: 0; left: 0; right: 0; padding: 30px; background: -webkit-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.8)); background: -o-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.8)); background: -moz-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.8)); background: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.8)); color: #fff;}
#home_cooperate .home_cooperate_con .r>ul>li .desc_box>span{font-size: 24px;}
#home_cooperate .home_cooperate_con .r>ul>li .desc_box>p{font-size: 18px; margin-top: 10px; font-weight: lighter;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child .desc_box{position: relative; background: none;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child .desc_box>p{font-size: 16px; margin-top: 20px;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child .desc_box>em{font-size: 16px; margin-top: 20px; display: block;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child .desc_list{width: 100%; padding: 0 30px; color: #fff; font-weight: lighter; position: absolute; bottom: 0; margin-bottom: 30px; box-sizing: border-box;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child .desc_list>em{font-size: 16px; margin-top: 20px; display: block;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child dl{display: flex; flex-wrap: wrap; justify-content: space-between; color: #fff; margin-top: 6%;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child dl>dd>span{display: flex; align-items: baseline; line-height: 1; justify-content: center;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child dl>dd>span>em{display: block; font-size: 60px; font-family: Arial; font-weight: bold;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child dl>dd>span>i{font-size: 16px; font-weight: lighter; margin: -5px 0 0 6px;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child dl>dd>p{font-size: 16px; margin-top: 10px; text-align: center;}

/*home_news*/
#home_news{width: 100%; padding-bottom: 120px;}
#home_news .home_news_dh{display: flex; justify-content: space-between; align-items: center;}
#home_news .home_news_dh i{width: 100px; height: 4px; background: #01aebc; display: block;}
#home_news .home_news_dh span{font-size: 36px; font-weight: bold; display: block; margin-top: 35px; line-height: 1;}
#home_news .home_news_dh em{font-size: 24px; font-weight: lighter; display: block; margin-top: 20px; line-height: 1;}
#home_news .home_news_dh a.more{width: 162px; height: 46px; line-height: 46px; border: 1px solid #9f9f9f; display: block; color: #9f9f9f; text-align: center; font-size: 16px;}
#home_news .home_news_dh a.more:hover{color: #01aebc; border-color: #01aebc;}
#home_news .home_news_con{margin-top: 60px; display: flex; justify-content: space-between;}
#home_news .home_news_con .l{width: 45%;}
#home_news .home_news_con .l .img{width: 100%; height: 100%; overflow: hidden;}
#home_news .home_news_con .l img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_news .home_news_con .l img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
#home_news .home_news_con .l span{font-size: 16px; color: #222; display: block; padding: 10px 0; text-align: left;}
#home_news .home_news_con .l span:hover{color: #1fa1aa;}
#home_news .home_news_con .l p{color: #707070; text-align: left;}
#home_news .home_news_con .r{width: 52%; display: flex; align-items: center;}
#home_news .home_news_con .r ul{height: 90%; display: flex; flex-direction: column; justify-content: space-between;}
#home_news .home_news_con .r ul>li{width: 100%; display: flex; flex-wrap: wrap; overflow: hidden; align-items: center;}
#home_news .home_news_con .r ul>li .date{width: 100px; text-align: center;}
#home_news .home_news_con .r ul>li .date em{font-size: 36px; display: block; line-height: 1;}
#home_news .home_news_con .r ul>li .date p{font-size: 16px; text-align: center; margin-top: 15px; font-weight: lighter;}
#home_news .home_news_con .r ul>li .desc{width: calc(100% - 120px); padding-left: 30px; border-left: 1px solid #e6e6e6; box-sizing: border-box;}
#home_news .home_news_con .r ul>li span{display: block; font-size: 18px; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#home_news .home_news_con .r ul>li p{margin-top: 15px; font-size: 15px; line-height: 1.8; color: #363636; overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/*left*/
#left .left_dh>ul{display: flex;}
#left .left_dh>ul>li{margin-right: 40px;}
#left .left_dh>ul>li a{height: 76px; line-height: 76px; display: block; padding: 0 8px; font-size: 16px; box-sizing: border-box;}
#left .left_dh>ul>li a.on{border-bottom: 3px solid #16b4c2;}

/*content*/
#right{width: 100%;}
#right .right_dh{height: 76px; line-height: 76px; font-size: 15px; border-bottom: solid 1px #e6e6e6;}
#right .right_dh .dh_box{display: flex; justify-content: space-between;}
#right .right_con{min-height: 200px; padding: 70px 0;}
#right .right_box{clear: both; overflow: hidden; font-size: 16px; line-height: 2;}
#right .right_box img{max-width: 100%; height: auto !important; display: inline-block;}
#right .right_box video{max-width: 100%; height: auto;}
#right .right_box iframe{max-width: 100%;}
#right .right_box .right_box>.content:nth-child(2){display: none;}

/*about*/
.about_profile{padding-bottom: 110px;}
.about_profile .dh>span{font-size: 36px; font-weight: bold; display: block; text-align: center; line-height: 1;}
.about_profile .dh>i{width: 96px; height: 4px; background: #01aebc; display: block; margin: 0 auto; margin-top: 22px;}
.about_profile .profile_con{display: flex; align-items: center; justify-content: space-between; margin-top: 60px;}
.about_profile .desc{width: 45%;}
.about_profile .desc_box{font-size: 16px; line-height: 2;}
.about_profile ul{display: flex; flex-wrap: wrap; margin-top: 10%; justify-content: space-between;}
.about_profile ul>li{width: 20%;}
.about_profile ul>li>span{color: #01aebc; display: flex; align-items: baseline; line-height: 1; justify-content: center;}
.about_profile ul>li>span>em{display: block; font-size: 60px; font-family: Arial; font-weight: bold;}
.about_profile ul>li>span>i{font-size: 18px; font-weight: lighter; margin: -5px 0 0 6px;}
.about_profile ul>li>p{font-size: 18px; margin-top: 15px; text-align: center;}
.about_profile .img{ width: calc(55% - 60px);}
.about_profile .img img{width: 100%; height: 100%; object-fit: cover;}
.about_history{background-image: url(../images/about_history_bg.jpg); background-repeat: no-repeat; background-size: cover; padding: 85px 0 50px 0;}
.about_history .content{position: relative;}
.about_history .dh>span{font-size: 36px; font-weight: bold; display: block; text-align: center; line-height: 1; color: #fff; }
.about_history .dh>i{width: 96px; height: 4px; background: #fff; display: block; margin: 0 auto; margin-top: 22px;}
.about_history .dh>p{margin-top: 15px; font-size: 16px; line-height: 1.6; color: #fff; text-align: center;}
.about_history .list{width: 100%; margin: 0 auto; margin-top: 120px;}
.about_history .view .swiper-container{width: 60%; margin: 0 auto;}
.about_history .view .swiper-slide .note{display: flex; align-items: center; justify-content: center; color: #fff;}
.about_history .view .swiper-slide span{font-size: 72px; color: #fff; line-height: 1; display: flex; align-items: baseline;}
.about_history .view .swiper-slide span em{font-size: 24px; margin: -3px 0 0 15px;}
.about_history .view .swiper-slide p{font-size: 18px; line-height: 1.8; font-weight: lighter; margin-left: 6%; border-left: 1px solid #fff; padding-left: 6%;}
.about_history .preview{width: 90%; margin: 140px auto 40px auto; position: relative; border-top: 1px solid #fff;}
.about_history .preview .swiper-container{width: 100%; margin: 0 auto; margin-top: -9px;}
.about_history .preview .swiper-slide{text-align: center;}
.about_history .preview .swiper-slide em{width: 12px; height: 12px; display: block; background: #147e8a; border: 2px solid #fff; border-radius: 50%; margin: 0 auto;}
.about_history .preview .swiper-slide p{color: #fff; font-size: 24px; margin-top: 30px;}
.about_history .preview .active-nav em{background: #fff;}
.about_history .preview .arrow-left{position: absolute; left: -4.5%; top: -3%; z-index: 2; cursor: pointer;}
.about_history .preview .arrow-right{position: absolute; right: -4.5%; top: -3%; z-index: 2; cursor: pointer;}
.about_history .preview i{color: #fff; transform: translate(-50%,-50%); position: absolute; top: 50%; left: 50%; line-height: 2; font-size: 60px;}
.about_operate{padding-top: 90px;}
.about_operate .dh>span{font-size: 36px; font-weight: bold; display: block; text-align: center; line-height: 1;}
.about_operate .dh>i{width: 96px; height: 4px; background: #01aebc; display: block; margin: 0 auto; margin-top: 22px;}
.about_operate .operate_con{margin-top: 60px;}
.about_operate .operate_con>ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.about_operate .operate_con>ul>li{width: 28%; text-align: center; margin-bottom: 80px;}
.about_operate .operate_con>ul>li>.img>img{margin: 0 auto; max-width: 104px;}
.about_operate .operate_con>ul>li>span{font-size: 18px; margin-top: 25px; display: block; line-height: 1.8;}
.about_culture{padding: 80px 0; background: url(../images/about_culture_bg.jpg) no-repeat center; background-size: cover;}
.about_culture .dh>span{font-size: 36px; font-weight: bold; display: block; text-align: center; line-height: 1; color: #fff;}
.about_culture .dh>i{width: 96px; height: 4px; background: #fff; display: block; margin: 0 auto; margin-top: 22px;}
.about_culture .culture_con{margin-top: 65px;}
.about_culture .culture_con>ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.about_culture .culture_con>ul>li{width: 25%; text-align: center;}
.about_culture .culture_con>ul>li>.img>img{margin: 0 auto; max-width: 70px;}
.about_culture .culture_con>ul>li>span{font-size: 24px; margin-top: 25px; display: block; line-height: 1.8; color: #fff;}
.about_base{padding: 90px 0;}
.about_base .dh>span{font-size: 36px; font-weight: bold; display: block; text-align: center; line-height: 1;}
.about_base .dh>i{width: 96px; height: 4px; background: #01aebc; display: block; margin: 0 auto; margin-top: 22px;}
.about_base .base_con{margin-top: 60px; position: relative;}
.about_base .base_con .swiper-container{width: 94%; margin: 0 auto;}
.about_base .base_con .swiper-slide .img{width: 100%; height: 100%;}
.about_base .base_con .swiper-slide img{width: 100%; height: 100%; object-fit: cover; transform: scale(0.9); transition: all 0.6s;}
.about_base .base_con .swiper-slide span{font-size: 18px; display: block; text-align: center; margin-top: 10px; display: none;}
.about_base .base_con .swiper-slide-active img{transform: scale(1);}
.about_base .base_con .swiper-slide-active span{margin-top: 25px; line-height: 1.8;}
.about_base .base_con .left{position: absolute; top: 50%; font-size: 60px; margin-top: -60px; left: 0; color: #1fa1aa; cursor: pointer;}
.about_base .base_con .right{position: absolute; top: 50%; font-size: 60px; margin-top: -60px; right: 0; color: #1fa1aa; cursor: pointer;}
.about_honor{padding: 80px 0 90px 0; background: #f6f6f6; margin-bottom: -70px;}
.about_honor .dh>span{font-size: 36px; font-weight: bold; display: block; text-align: center; line-height: 1;}
.about_honor .dh>i{width: 96px; height: 4px; background: #01aebc; display: block; margin: 0 auto; margin-top: 22px;}
.about_honor .dh>p{margin-top: 15px; font-size: 16px; line-height: 1.6; text-align: center;}
.about_honor .honor_dh{margin-top: 40px; display: flex; justify-content: center;}
.about_honor .honor_dh>span{ width: 130px; height: 48px; line-height: 48px; border: 1px solid #c5c5c5; display: block; text-align: center; font-size: 18px; cursor: pointer; margin: 0 10px; transition: all 0.3s; -ms-transition: all 0.3s;}
.about_honor .honor_dh>span:hover{border-color: #01aebc; color: #01aebc;}
.about_honor .honor_dh>span.on{border-color: #01aebc; color: #01aebc;}
.about_honor .honor_con{margin-top: 60px; position: relative;}
.about_honor .honor_con .swiper-container{width: 100%; margin: 0 auto;}
.about_honor .honor_con .swiper-slide{background: #fff; padding: 3% 0;}
.about_honor .honor_con .swiper-slide .img{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.about_honor .honor_con .swiper-slide img{max-width: 90%; max-height: 300px; object-fit: cover; transition: all 0.6s;}
.about_honor .honor_con .swiper-slide span{font-size: 18px; display: block; text-align: center; margin-top: 25px; display: none;}
.about_honor .honor_con .swiper-btn{margin-top: 50px; display: flex; justify-content: center; position: relative; z-index: 10;}
.about_honor .honor_con .swiper-btn>span{width: 55px; height: 45px; font-size: 30px; color: #333; cursor: pointer; display: flex; justify-content: center; align-items: center; margin: 0 6px;}
.about_honor .honor_con .swiper-btn>span:hover{ color: #01aebc;}
.about_honor .honor_con .swiper-pagination{z-index: 0; bottom: 8px; font-size: 16px;}

/*cooperate*/
.cooperate_advantage .dh>span{font-size: 36px; font-weight: bold; display: block; text-align: center; line-height: 1;}
.cooperate_advantage .dh>i{width: 96px; height: 4px; background: #01aebc; display: block; margin: 0 auto; margin-top: 22px;}
.cooperate_advantage .desc{ margin-top:20px; font-size:18px; line-height:2;}
.cooperate_advantage .advantage_dh{margin-top: 60px; display: flex; align-items: center; justify-content: left; background: #16b4c2; height: 100px;}
.cooperate_advantage .advantage_dh>span{display: flex; align-items: center; justify-content: center; font-size: 18px; width: 20%; height: 100%; cursor: pointer;}
.cooperate_advantage .advantage_dh>span.on{background: #16b4c2; color: #fff;}
.cooperate_advantage .advantage_dh>span>.img{width: 50px; height: 50px; display: flex; align-items: center; overflow: hidden; margin-right: 18px;}
.cooperate_advantage .advantage_dh>span.on>.img>img:first-child{display: none;}
.cooperate_advantage .advantage_con{display: flex; align-items: center; justify-content: space-between; margin-top: 50px;}
.cooperate_advantage .advantage_con>ul>li>span{font-size: 24px; font-weight: bold; display: block;}
.cooperate_advantage .advantage_con>ul>li>.desc{font-size: 16px; line-height: 2; margin-top: 20px;}
.cooperate_advantage .advantage_con>ul>li>.desc:nth-child(3){display: none;}
.cooperate_process{padding: 0 0 80px 0;}
.cooperate_process .dh>span{font-size: 36px; font-weight: bold; display: block; text-align: center; line-height: 1;}
.cooperate_process .dh>i{width: 96px; height: 4px; background: #01aebc; display: block; margin: 0 auto; margin-top: 22px;}
.cooperate_process .process_con{margin-top: 60px;}
.cooperate_process .process_con>ul{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.cooperate_process .process_con>ul>li{text-align: center;}
.cooperate_process .process_con>ul>li>.img>img{margin: 0 auto; max-width: 80px;}
.cooperate_process .process_con>ul>li>span{font-size: 18px; margin-top: 20px; display: block; line-height: 1.8;}
.cooperate_process .process_con>ul>li>p{display: flex; align-items: center; justify-content: center;}
.cooperate_process .process_con>ul>li>p>em{width: 50px; height: 1px; background: #c8c8c8; display: block;}
.cooperate_process .process_con>ul>li>p>i{width: 20px; height: 20px; background: #01aebc; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center;}
.cooperate_process .process_con>ul>li:last-child{display: none;}
.cooperate_condition{padding: 80px 0; background: url(../images/join_bg.jpg) no-repeat center; background-size: cover; display: none;}
.cooperate_condition .dh>span{font-size: 36px; font-weight: bold; display: block; text-align: center; line-height: 1; color: #fff;}
.cooperate_condition .dh>i{width: 96px; height: 4px; background: #fff; display: block; margin: 0 auto; margin-top: 22px;}
.cooperate_condition .condition_con{margin-top: 65px;}
.cooperate_condition .condition_con>ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.cooperate_condition .condition_con>ul>li{width:calc((100% - 80px)/3); text-align: center; background: #fff; padding: 50px; box-sizing: border-box; margin-bottom: 40px;}
.cooperate_condition .condition_con>ul>li>.img>img{margin: 0 auto; max-width: 90px;}
.cooperate_condition .condition_con>ul>li>span{font-size: 18px; margin-top: 25px; display: block; line-height: 1.8;}
.cooperate_display{padding: 80px 0 30px 0;}
.cooperate_display .dh>span{font-size: 36px; font-weight: bold; display: block; text-align: center; line-height: 1;}
.cooperate_display .dh>i{width: 96px; height: 4px; background: #01aebc; display: block; margin: 0 auto; margin-top: 22px;}
.cooperate_display .dh>p{margin-top: 15px; font-size: 16px; line-height: 1.6; text-align: center;}
.cooperate_display .display_dh{margin-top: 40px; display: flex; justify-content: center;}
.cooperate_display .display_dh>span{ width: 130px; height: 48px; line-height: 48px; border: 1px solid #c5c5c5; display: block; text-align: center; font-size: 18px; cursor: pointer; margin: 0 10px; transition: all 0.3s; -ms-transition: all 0.3s;}
.cooperate_display .display_dh>span:hover{border-color: #01aebc; color: #01aebc;}
.cooperate_display .display_dh>span.on{border-color: #01aebc; color: #01aebc;}
.cooperate_display .display_con{margin-top: 60px; position: relative;}
.cooperate_display .display_con .swiper-container{width: 100%; margin: 0 auto;}
.cooperate_display .display_con .swiper-slide .img{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.cooperate_display .display_con .swiper-slide img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s;}
.cooperate_display .display_con .swiper-slide span{font-size: 18px; display: block; text-align: center; margin-top: 25px;}
.cooperate_display .display_con .swiper-btn{margin-top: 50px; display: flex; justify-content: center;}
.cooperate_display .display_con .swiper-btn>span{width: 55px; height: 45px; font-size: 30px; color: #333; cursor: pointer; display: flex; justify-content: center; align-items: center; background: #f2f2f2; margin: 0 6px;}
.cooperate_display .display_con .swiper-btn>span:hover{background: #01aebc; color: #fff;}

/*list_pro*/
ul.list_pro{display: flex; flex-wrap: wrap;}
ul.list_pro li{width: 48%; margin-left: 4%; margin-bottom: 3%;}
ul.list_pro li:nth-child(2n+1){margin-left: 0;}
ul.list_pro li a{display: flex; align-items: center;}
ul.list_pro li .img{width: 275px; height: 330px; overflow: hidden; display: flex; align-items: center;}
ul.list_pro li img{max-width: 100%; max-height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s; margin: 0 auto;}
ul.list_pro li:hover img{transform: scale(1); -webkit-transform: scale(1);}
ul.list_pro li .desc{width: calc(100% - 275px); margin-left: 30px; font-size: 16px;}
ul.list_pro li .desc>span{font-size: 18px; font-weight: bold; display: block;}
ul.list_pro li .desc>p{line-height: 2; margin-top: 15px; color: #333; overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
ul.list_pro li .desc>i{color: #07a7b5; margin-top: 25px; display: block;}

/*display*/
.dis_big{display: flex;}
.dis_pic{width: 600px; height: 500px; border: 1px solid #e6e6e6; box-sizing: border-box; display: flex; align-items: center;}
.dis_pic img{max-width: 100%; margin: 0 auto;}
.dis_desc{margin-left: 65px;}
.dis_desc>span{font-size: 24px; font-weight: bold; margin-top: 50px; line-height: 1; display: block;}
.dis_desc>.desc{margin-top: 25px; font-size: 16px; line-height: 2;}
.dis_note{text-align: left; margin-top: 40px; font-size: 16px; line-height: 2;}

/*technology*/
.technology{width: 1200px; margin: 0 auto;}
.technology>span{font-size: 24px; font-weight: bold; display: block; text-align: center;}
.technology>.desc{margin-top: 20px; line-height: 2; font-size: 16px;}
.technology>.img{margin-top: 40px;}
.technology>.img>img{max-width: 100%; height: auto;}
.technology>ul{margin-top: 40px;}
.technology>ul>li{margin-bottom: 25px; background: #f6f6f6; padding: 20px 30px; box-sizing: border-box; border-left: 6px solid #0ea7b5;}
.technology>ul>li>span{font-size: 18px; display: block;}
.technology>ul>li>p{font-size: 16px; line-height: 1.8; margin-top: 5px; color: #555;}

/*list_share*/
ul.list_share{display: flex; flex-wrap: wrap; text-align: center;}
ul.list_share li{width: 235px; margin-left: 20px; margin-bottom: 20px;}
ul.list_share li:nth-child(4n+1){margin-left: 0;}
ul.list_share li .img{width: 235px; height: 180px; margin: 0 auto; overflow: hidden;}
ul.list_share li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_share li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_share li span{display: block; padding-top: 10px;}

/*share_list*/
ul.share_list{display: flex; flex-wrap: wrap; text-align: center;}
ul.share_list li{width: 235px; margin-left: 20px; margin-bottom: 20px;}
ul.share_list li:nth-child(4n+1){margin-left: 0;}
ul.share_list .img{width: 235px; height: 180px; margin: 0 auto; border: 1px solid #e6e6e6; box-sizing: border-box; display: flex; align-items: center; justify-content: center; overflow: hidden;}
ul.share_list .img img{max-width: 100%; max-height: 100%; transition: all 0.5s; -ms-transition: all 0.5s;}
ul.share_list li:hover img{transform: scale(1.08); -webkit-transform: scale(1.08);}
ul.share_list li span{display: block; padding-top: 10px; text-align: center;}

/*table*/
table{width: 100%; border-width: 1px; border-color: #eee; border-collapse: collapse;}
table th{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #e8e8e8;}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #eee; background-color: #fff;}

/*list_news*/
ul.list_news li{position: relative; height: 42px; line-height: 42px; border-bottom: 1px dotted #ddd;}
ul.list_news li>a{display: flex; justify-content: space-between;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 60px; overflow: hidden;}
ul.list_img_news li>a{display: flex; justify-content: space-between;}
ul.list_img_news li .img{width: 26%; max-height: 269px; overflow: hidden;}
ul.list_img_news li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_img_news li .img:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_img_news li .desc{width: 70%; font-size: 16px;}
ul.list_img_news li span{font-size: 24px; margin: 10px 0; display: block; font-weight: bold; margin-top: 20px; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
ul.list_img_news li p{color: #555; line-height: 2; overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 16px; margin-top: 16px;}
ul.list_img_news li em{display: block; margin-top: 10px; color: #555;}
ul.list_img_news li i{display: block; margin-top: 25px; color: #16b4c2;}

/*dis_news*/
#dis_news{width: 1200px; margin: 0 auto; font-size: 16px; line-height: 2;}
#dis_news .news_title{font-weight: bold; font-size: 24px; text-align: center;}
#dis_news .news_date{color: #888; text-align: center;}
#dis_news .news_content{text-align: left; margin-top: 20px;}

/*contact*/
.contact .contact_con{width: 980px; margin: 0 auto;}
.contact ul{display: flex; justify-content: space-between;}
.contact ul>li{text-align: center;}
.contact ul>li>.img>img{width: 63px; margin: 0 auto;}
.contact ul>li>.desc>span{font-size: 18px; font-weight: bold; display: block; margin-top: 20px;}
.contact ul>li>.desc>p{font-size: 16px; margin-top: 10px;}
.contact .map{margin: 60px 0 -70px 0; width: 100%; height: 576px; overflow: hidden;}
.contact iframe{width: 100%; height: 576px;}

/*page*/
.page{text-align: center; line-height: 30px; min-height: 30px; clear: both; margin-top: 20px;}
/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 30px; text-align: center; font-size: 15px;}
.pages .pages_m_box{display: none;}
.pages a{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 3px;}
.pages a:hover,.pages a.active{background: #1fa1aa; color: #fff; border-color: #1fa1aa;}
.pages span{border: 1px solid #e5e5e5; padding: 5px 10px; margin: 0 3px; cursor: pointer;}
.pages span:hover,.pages span.active{background: #1fa1aa; color: #fff; border-color: #1fa1aa;}

/*animate*/
@keyframes rotate{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}

/*form*/
.form{margin: 0 auto; width: 100%;}
.form .form-group{margin-bottom: 10px;}
.form .form-group>em{width: 96px; display: inline-block;}
.form .form-group:nth-child(5)>em{vertical-align: top;}
.form .form-group>input[type="text"]{width: 300px; height: 30px; border: 1px solid #ddd; box-sizing: border-box; outline: none; text-indent: 10px;}
.form .form-group>input.code{width: 80px;}
.form .form-group>img{display: inline-block;}
.form .form-group>textarea{width: 300px; height: 100px; border: 1px solid #ddd; box-sizing: border-box;}
.form .form-group>.box{margin: 0 auto; text-align: center; margin-top: 20px;}
.form .form-group>.box>input{width: 100px; background: #f6f6f6; height: 36px; font-size: 14px; color: #333; border: 0; cursor: pointer;}
.form .form-group>.box>input[type="submit"]{margin: 0 5px;}
.form .form-group>.box>input[type="submit"]:hover{background: #1fa1aa; color: #fff;}
.form .form-group>.box>input[type="reset"]{margin: 0 5px;}
.form .form-group>.box>input[type="reset"]:hover{background: #1fa1aa; color: #fff;}

/*float*/
.float{width: 50px; position: fixed; right: 0; bottom: 150px; background: #e2e4e3; padding: 10px 0; border-radius: 5px 0 0 5px; z-index: 99;}
.float li{margin: 20px 0; position: relative;}
.float em{display: block; width: 80%; margin: 0 auto; text-align: center; line-height: 1.2; padding-top: 10%;}
.float .note{background: #fff; width: 135px; position: absolute; right: 50px; color: #222; padding: 15px 0 10px 0; text-align: left; padding-left: 10px; line-height: 1.5; font-size: 18px; box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2); -webkit-box-shadow: 0px 6px 30px 1px rgba(0,0,0,.2); display: none;}
.float .note img{width: 120px; height: 120px;}

/*livechat*/
#livechat{width: 140px; position: fixed; top: 300px; right: 15px; text-align: center; z-index: 999;}
#livechat .chat_line{border-left: 1px solid #333; border-bottom: 1px solid #333; border-right: 1px solid #333; background: #fff; line-height: 28px;}
#livechat .chat_line>span{line-height: 20px; font-size: 14px; margin: 10px 0; color: #898989; text-align: center; display: inline-block;}
#livechat .chat_top{width: 135px; height: 36px; background: #333; font-size: 14px; font-weight: bold; color: #fff; line-height: 36px; text-align: center; padding-right: 5px;}
#livechat .chat_top>em{display: block; position: absolute; width: 22px; height: 36px; right: 4px; cursor: pointer; top: -1px; color: #fff; font-weight: normal;}
#livechat ul{border-top: 1px solid #e0e0e0; padding: 10px 0;}
#livechat ul>li{padding: 0; margin: 0; list-style: none; line-height: 1.6; font-size: 14px;}
#livechat ul>li>img{width: 100px; height: auto;}
#livechat ul>li>a>img{line-height: 26px; border: 0 none; position: relative; top: 3px; right: 5px;}

/*nav*/
#footer_nav{background: #1c1c1c;}
#footer_nav .footer_nav_con{width: 1200px; margin: 0 auto; padding: 50px 0; color: #fff; display: flex; justify-content: space-between;}
#footer_nav .footer_nav_con a{color: #969696;}
#footer_nav .footer_nav_con a:hover{color: #fff;}
#footer_nav .footer_nav_con .list_con{display: flex; justify-content: space-between;}
#footer_nav .footer_nav_con .list{margin-right: 100px;}
#footer_nav .footer_nav_con .list>span{font-size: 16px; color: #fff; display: block; margin-bottom: 6px;}
#footer_nav .footer_nav_con .list>ul>li{line-height: 2; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#footer_nav .footer_nav_con .contact{color: #969696;}
#footer_nav .footer_nav_con .contact>span{font-size: 16px; color: #fff; display: block; margin-bottom: 6px;}
#footer_nav .footer_nav_con .contact>.desc{line-height: 2;}
#footer_nav .footer_nav_con .contact a{color: #fff;}
#footer_nav .footer_nav_con .qcode{margin-top: 15px; display: flex; align-items: center;}
#footer_nav .footer_nav_con .qcode img{max-width: 110px;}
#footer_nav .footer_nav_con .qcode .desc{margin-left: 15px;}

/*footer*/
#footer{padding: 20px 0; background: #1c1c1c; color: #dcdcdc; border-top: 1px solid rgba(255,255,255,.08); font-size: 15px;}
#footer a{color: #dcdcdc;}
#footer a:hover{color: #fff;}
#footer .footer_con{margin: 0 auto; text-align: center;}
#footer .footer_copy{text-align: center; padding: 15px 0;}

/*go_top*/
.go_top{width: 50px; height: 50px; background: #222; color: #fff; font-size: 16px; position: fixed; bottom: 60px; right: 20px; text-align: center; cursor: pointer; display: none;}
.go_top em{text-align: center; display: block; line-height: 1; padding-top: 3px;}

/*media*/
@media (min-width: 769px){
.header{display: none;}
}
@media screen and (max-width: 1600px){
#home_cooperate .home_cooperate_con .r>ul>li:last-child dl{margin-top: 4%;}
}
@media screen and (max-width: 1400px){
.menu>ul>li{padding: 0 30px;}
}
/*public*/
@media screen and (max-width: 768px){
html,body{overflow: auto; overflow-x: hidden;}
#header{display: none;}
.content{min-width: 94%; width: 94%;}
.container{min-width: 94%; width: 94%;}
.con{padding: 0 0 10px 0;}

/*header*/
.header{width: 100%; height: 60px; line-height: 60px; position: fixed; background: rgba(1,174,188,1); display: flex; align-items: center; z-index: 999;}
.header .logo img{height: 36px;}
.header .nav{width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 60px; border-top: 1px solid #f0f0f0; overflow-y: scroll; display: none;}
.header .nav ul li a{display: block; font-size: 15px; color: #454545; line-height: 16px; text-align: left; padding: 14px 20px; border-bottom: 1px solid #f0f0f0;}
.header .nav ul li a:hover{background: #1fa1aa; color: #fff;}
.header .header_icon{position: fixed; top: 0; right: 0; height: 60px; width: 50px; overflow: hidden; text-indent: 100%; white-space: nowrap; color: transparent;}
.header .header_icon span,.header .header_icon span::after,.header .header_icon span::before{position: absolute; background-color: #fff; height: 2px; width: 24px;}
.header .header_icon span{left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.header .header_icon span::after{content: ''; left: 0; -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px);}
.header .header_icon span::before{content: ''; left: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px);}
.header_top{height: 60px;}

/*banner*/
.banner{height: 40vh;}
.banner .swiper-slide{background-size: cover;}
.banner .swiper-slide .desc_box{padding: 12px; width: 70%;}
.banner .swiper-slide .desc span{font-size: 18px;}
.banner .swiper-slide .desc p{font-size: 15px; margin-top: 10px; line-height: 1.6;}
.banner .swiper-slide .desc a{width: 100px; height: 30px; line-height: 30px; font-size: 15px; margin-top: 12px;}
.banner .swiper-pagination{bottom: 6px;}
.banner .swiper-pagination-bullet{margin: 0 4px !important;}
.banner .swiper-pagination-bullet{width: 8px; height: 8px;}
.banner .swiper-button-prev{left: 10px;}
.banner .swiper-button-next{right: 10px;}

/*banner_inside*/
.banner_inside .swiper-slide{background-size: cover;}
.banner_inside .swiper-slide .desc span{font-size: 18px;}
.banner_inside .swiper-slide .desc p{font-size: 15px; margin-top: 12px;}
.banner_inside .swiper-slide img{height: 26vh; object-fit: cover;}
.banner_inside .swiper-pagination{bottom: 10px;}
.banner_inside .swiper-pagination-bullet{margin: 0 4px !important;}
.banner_inside .swiper-pagination-bullet{width: 8px; height: 8px;}
.banner_inside .swiper-button-prev{left: 10px;}
.banner_inside .swiper-button-next{right: 10px;}

/*home*/
#home_about{padding: 30px 0;}
#home_about .home_about_con{display: block;}
#home_about .home_about_con .desc{width: 100%;}
#home_about .home_about_con .desc>i{width: 60px; height: 3px;}
#home_about .home_about_con .desc>span{font-size: 18px; margin-top: 15px;}
#home_about .home_about_con .desc>p{font-size: 15px; margin-top: 6px; line-height: 1.8;}
#home_about .home_about_con .desc>.desc_box{margin-top: 15px; font-size: 15px;}
#home_about .home_about_con ul>li{width: auto;}
#home_about .home_about_con ul>li>span>em{font-size: 30px;}
#home_about .home_about_con ul>li>span>i{font-size: 15px;}
#home_about .home_about_con ul>li>p{font-size: 15px; margin-top: 6px;}
#home_about .home_about_con .video{width: 100%; margin-top: 20px;}

#home_pro .home_pro_con{display: block;}
#home_pro .home_pro_con .desc>i{width: 60px; height: 3px;}
#home_pro .home_pro_con .desc>span{font-size: 18px; margin-top: 15px;}
#home_pro .home_pro_con .desc>p{font-size: 15px; margin-top: 15px; line-height: 1.8;}
#home_pro .home_pro_con .l{width: 100%; padding: 30px 5%;}
#home_pro .home_pro_con .r{width: 100%; padding: 30px 5%;}
#home_pro .home_pro_con ul{margin-top: 15px;}
#home_pro .home_pro_con ul>li{margin-bottom: 5px;}
#home_pro .home_pro_con ul>li span{font-size: 15px;}
#home_pro .home_pro_con .r ul{ ustify-content: space-between;}
#home_pro .home_pro_con .r ul>li{width:50%;}
#home_pro .home_pro_con a.more{width: 130px; height: 36px; line-height: 36px; font-size: 15px; margin-top: 12px;}

#home_cooperate{padding: 30px 0;}
#home_cooperate .home_cooperate_con{display: block;}
#home_cooperate .home_cooperate_con .l{width: 100%;}
#home_cooperate .home_cooperate_con .l>.desc{height: auto;}
#home_cooperate .home_cooperate_con .l>.desc>i{width: 60px; height: 3px;}
#home_cooperate .home_cooperate_con .l>.desc>span{font-size: 18px; margin-top: 15px;}
#home_cooperate .home_cooperate_con .l>.desc>p{font-size: 15px; margin-top: 6px; line-height: 1.6;}
#home_cooperate .home_cooperate_con .l .img{height: auto; margin-top: 20px;}
#home_cooperate .home_cooperate_con .l .img .desc_box{padding: 15px;}
#home_cooperate .home_cooperate_con .l .img .desc_box>span{font-size: 17px;}
#home_cooperate .home_cooperate_con .l .img .desc_box>p{font-size: 15px; margin-top: 5px;}
#home_cooperate .home_cooperate_con .r{width: 100%; margin-top: 20px;}
#home_cooperate .home_cooperate_con .r>ul>li{margin-bottom: 20px;}
#home_cooperate .home_cooperate_con .r>ul>li .desc_box{padding: 15px;}
#home_cooperate .home_cooperate_con .r>ul>li .desc_box>span{font-size: 17px;}
#home_cooperate .home_cooperate_con .r>ul>li .desc_box>p{font-size: 15px; margin-top: 5px; line-height: 1.6;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child{margin-bottom: 20px;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child .desc_list{padding: 0 15px;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child .desc_box{padding-bottom: 0;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child .desc_box>p{margin-top: 8px; font-size: 15px; display: none;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child .desc_list>em{margin-top: 2px; font-size: 15px;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child dl>dd>span>em{font-size: 30px;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child dl>dd>span>i{font-size: 15px;}
#home_cooperate .home_cooperate_con .r>ul>li:last-child dl>dd>p{font-size: 15px;}

#home_news{padding-bottom: 30px;}
#home_news .home_news_dh i{width: 60px; height: 3px;}
#home_news .home_news_dh span{font-size: 18px; margin-top: 15px;}
#home_news .home_news_dh em{font-size: 15px; margin-top: 8px; line-height: 1.6;}
#home_news .home_news_dh a.more{width: 130px; height: 36px; line-height: 36px; font-size: 15px;}
#home_news .home_news_con{margin-top: 20px; display: block;}
#home_news .home_news_con .l{width: 100%;}
#home_news .home_news_con .l .img{height: 200px;}
#home_news .home_news_con .r{width: 100%; display: block; margin-top: 20px;}
#home_news .home_news_con .r ul>li{margin-bottom: 5%; justify-content: space-between;}
#home_news .home_news_con .r ul>li .date{width: 65px;}
#home_news .home_news_con .r ul>li .date em{font-size: 26px;}
#home_news .home_news_con .r ul>li .date p{margin-top: 10px;}
#home_news .home_news_con .r ul>li .desc{width: calc(100% - 85px); padding-left: 20px;}
#home_news .home_news_con .r ul>li span{font-size: 16px; line-height: 1;}
#home_news .home_news_con .r ul>li p{line-clamp: 2; -webkit-line-clamp: 2; margin-top: 8px;}

/*content*/
/*right*/
#right{width: 100%;}
#right .right_dh{display: flex; justify-content: space-between; align-items: center; height: 46px; line-height: 46px;}
#right .right_dh .dh_box{display: block;}
#right .right_dh .dh_box>.l{font-size: 15px;}
#right .right_dh .dh_box>.r{display: none;}
#right .right_con{min-height: 320px; padding: 20px 0;}
#right .right_con img{max-width: 100%; padding: 0 !important;}
#right .right_con iframe{max-width: 100%; height: auto;}
#right .right_con video{max-width: 100%; height: auto;}
#right .right_con table{width: 100% !important;}
#right .right_con .right_box>.content:nth-child(1){display: none;}
#right .right_con .right_box>.content:nth-child(2){display: block;}
#right .right_icon{height: 30px; width: 30px; display: flex; align-items: center; justify-content: center; margin-right: 2px;}
#right .right_icon span{width: 5px; height: 5px; border-radius: 50%; background: #222; display: block; margin-left: 5px;}

/*left*/
#left .left_dh>ul{white-space: nowrap; overflow-x: scroll; display: block; text-align: center;}
#left .left_dh>ul>li{margin: 0 2px; display: inline-block;}
#left .left_dh>ul>li a{height: 46px; line-height: 46px; font-size: 15px; padding: 0 10px;}
.mask{position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); display: none;}

/*about*/
.about_profile{padding-bottom: 30px; padding-top: 5px;}
.about_profile .dh>span{font-size: 18px;}
.about_profile .dh>i{width: 60px; height: 3px; margin-top: 12px;}
.about_profile .profile_con{margin-top: 15px; display: block;}
.about_profile .desc{width: 100%;}
.about_profile .desc_box{font-size: 15px;}
.about_profile ul{margin-top: 6%;}
.about_profile ul>li{width: auto;}
.about_profile ul>li>span>em{font-size: 30px;}
.about_profile ul>li>span>i{font-size: 15px;}
.about_profile ul>li>p{font-size: 15px; margin-top: 6px;}
.about_profile .img{width: 100%; margin-top: 20px;}
.about_history{padding: 30px 0 20px 0;}
.about_history .list{margin-top: 20px; width: 100%;}
.about_history .dh>span{font-size: 18px;}
.about_history .dh>i{width: 60px; height: 3px; margin-top: 12px;}
.about_history .dh>p{font-size: 15px; width: 90%; margin: 0 auto; margin-top: 12px;}
.about_history .view .swiper-container{width: 100%;}
.about_history .view .swiper-slide .note{display: block;}
.about_history .view .swiper-slide span{font-size: 22px; display: block;}
.about_history .view .swiper-slide span em{font-size: 15px; margin: -3px 0 0 5px;}
.about_history .view .swiper-slide p{margin-left: 0; font-size: 15px; margin-top: 10px; border-left: 0; padding-left: 0;}
.about_history .view .arrow-left{left: 3%;}
.about_history .view .arrow-right{right: 3%;}
.about_history .view i{font-size: 26px;}
.about_history .preview{margin: 40px auto 10px auto;}
.about_history .preview .swiper-container{margin-top: -7px;}
.about_history .preview .swiper-slide em{width: 8px; height: 8px;}
.about_history .preview .swiper-slide p{font-size: 16px; margin-top: 10px;}
.about_history .preview i{font-size: 30px;}
.about_operate{padding-top: 30px;}
.about_operate .dh>span{font-size: 18px;}
.about_operate .dh>i{width: 60px; height: 3px; margin-top: 12px;}
.about_operate .operate_con{margin-top: 20px;}
.about_operate .operate_con>ul>li{width: 48%; margin-bottom: 5%;}
.about_operate .operate_con>ul>li>.img>img{width: 50px; height: auto;}
.about_operate .operate_con>ul>li>span{margin-top: 10px; font-size: 15px; line-height: 1.8;}
.about_culture{padding: 30px 0 20px 0;}
.about_culture .dh>span{font-size: 18px;}
.about_culture .dh>i{width: 60px; height: 3px; margin-top: 12px;}
.about_culture .culture_con{margin-top: 20px;}
.about_culture .culture_con>ul>li{width: 48%; margin-bottom: 5%;}
.about_culture .culture_con>ul>li>.img{height: 46px; display: flex; align-items: center;}
.about_culture .culture_con>ul>li>.img>img{width: 46px; height: auto;}
.about_culture .culture_con>ul>li>span{margin-top: 10px; font-size: 15px; line-height: 1.8;}
.about_base{padding: 30px 0;}
.about_base .dh>span{font-size: 18px;}
.about_base .dh>i{width: 60px; height: 3px; margin-top: 12px;}
.about_base .base_con{margin-top: 20px;}
.about_base .base_con .swiper-container{width: 86%;}
.about_base .base_con .swiper-slide img{transform: scale(1);}
.about_base .base_con .swiper-slide span{font-size: 15px;}
.about_base .base_con .swiper-slide-active span{margin-top: 10px;}
.about_base .base_con .left{font-size: 30px; margin-top: -15px; top: 30%;}
.about_base .base_con .right{font-size: 30px; margin-top: -15px; top: 30%;}
.about_honor{padding: 30px 0; margin-bottom: -20px;}
.about_honor .dh>span{font-size: 18px;}
.about_honor .dh>i{width: 60px; height: 3px; margin-top: 12px;}
.about_honor .dh>p{font-size: 15px; width: 90%; margin: 0 auto; margin-top: 12px;}
.about_honor .honor_dh{margin-top: 20px;}
.about_honor .honor_dh>span{width: 100px; height: 36px; line-height: 36px; font-size: 15px; margin: 0 6px;}
.about_honor .honor_con{margin-top: 20px;}
.about_honor .honor_con .swiper-slide img{max-width: 80% !important; max-height: 90%;}
.about_honor .honor_con .swiper-slide span{font-size: 15px; margin-top: 10px;}
.about_honor .honor_con .swiper-btn{margin-top: 20px;}
.about_honor .honor_con .swiper-btn>span{width: 35px; height: 30px; font-size: 22px; margin: 0 10px;}
.about_honor .honor_con .swiper-pagination{bottom: 2px;}

/*technology*/
.technology{width: 100%;}
.technology>span{font-size: 17px;}
.technology>.desc{margin-top: 10px; font-size: 15px;}
.technology>.img{margin-top: 15px;}
.technology>ul{margin-top: 20px;}
.technology>ul>li{padding: 10px; margin-bottom: 15px;}
.technology>ul>li>span{font-size: 16px;}
.technology>ul>li>p{font-size: 15px;}

/*cooperate*/
.cooperate_advantage{padding-top: 5px; padding-bottom: 5px;}
.cooperate_advantage .dh>span{font-size: 18px;}
.cooperate_advantage .dh>i{width: 60px; height: 3px; margin-top: 12px;}
.cooperate_advantage .desc{font-size: 15px;}
.cooperate_advantage .advantage_dh{margin-top: 20px; height: 46px; white-space: nowrap; overflow-x: auto;}
.cooperate_advantage .advantage_dh>span{width: 45%; justify-content: flex-start; font-size: 16px; padding: 0 10px;}
.cooperate_advantage .advantage_dh>span>.img{width: 26px; height: 26px; margin-right: 8px;}
.cooperate_advantage .advantage_con{margin-top: 20px;}
.cooperate_advantage .advantage_con>ul>li>span{font-size: 17px;}
.cooperate_advantage .advantage_con>ul>li>.desc{margin-top: 10px; font-size: 15px;}
.cooperate_advantage .advantage_con>ul>li>.desc:nth-child(2){display: none;}
.cooperate_advantage .advantage_con>ul>li>.desc:nth-child(3){display: block;}
.cooperate_process{padding: 30px 0 20px 0;}
.cooperate_process .dh>span{font-size: 18px;}
.cooperate_process .dh>i{width: 60px; height: 3px; margin-top: 12px;}
.cooperate_process .process_con{margin-top: 20px;}
.cooperate_process .process_con>ul{align-items: flex-start;}
.cooperate_process .process_con>ul>li{width: 48%; margin-bottom: 5%;}
.cooperate_process .process_con>ul>li:nth-child(2n){display: none;}
.cooperate_process .process_con>ul>li>.img>img{width: 46px; height: auto;}
.cooperate_process .process_con>ul>li>span{font-size: 15px; margin-top: 10px;}
.cooperate_condition{padding: 30px 0 20px 0;}
.cooperate_condition .dh>span{font-size: 18px;}
.cooperate_condition .dh>i{width: 60px; height: 3px; margin-top: 12px;}
.cooperate_condition .condition_con{margin-top: 25px;}
.cooperate_condition .condition_con>ul>li{width: 48%; margin-bottom: 4%; padding: 5%;}
.cooperate_condition .condition_con>ul>li>.img>img{width: 46px; height: auto;}
.cooperate_condition .condition_con>ul>li>span{font-size: 15px; margin-top: 10px;}
.cooperate_display{padding: 30px 0 20px 0;}
.cooperate_display .dh>span{font-size: 18px;}
.cooperate_display .dh>i{width: 60px; height: 3px; margin-top: 12px;}
.cooperate_display .display_con{margin-top: 25px;}
.cooperate_display .display_con .swiper-slide span{font-size: 15px; margin-top: 10px;}
.cooperate_display .display_con .swiper-btn{margin-top: 20px;}
.cooperate_display .display_con .swiper-btn>span{width: 35px; height: 30px; font-size: 22px;}

/*list_news*/
ul.list_news li{width: 100%;}
ul.list_news li dd{width: calc(100% - 86px); word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*list_pic_news*/
ul.list_pic_news li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_pic_news li:nth-child(2n+1){margin-left: 0;}
ul.list_pic_news li .img{width: 100%; height: 100%;}
ul.list_pic_news li img{width: 100%; height: 100%;}
ul.list_pic_news li span{font-size: 15px; text-align: left; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
ul.list_pic_news li p{padding-top: 5px;}

/*list_img_news*/
ul.list_img_news li{padding-bottom: 4%;}
ul.list_img_news li:last-child{padding-bottom: 0;}
ul.list_img_news li .img{width: 45%; height: 100px;}
ul.list_img_news li .desc{width: 50%; padding: 1% 0;}
ul.list_img_news li .desc span{font-size: 17px; line-height: 1; margin: 0; font-size: 15px;}
ul.list_img_news li .desc p{font-size: 14px; line-height:1.6; margin-top: 8px; line-clamp: 2; -webkit-line-clamp: 2;}
ul.list_img_news li .desc em{margin-top: 5px; font-size: 14px;}
ul.list_img_news li .desc i{width: 110px; height: 30px; line-height: 30px; margin-top: 6px; display:none;}

/*dis_news*/
#dis_news{width: 100%;}
#dis_news img{height: auto !important;}
#dis_news .news_title{font-size: 17px; line-height: 1.6;}
#dis_news .news_date{font-size: 15px;}
#dis_news .news_content{font-size: 15px; margin-top: 10px;}

/*list_pro*/
ul.list_pro{display: block;}
ul.list_pro li{width: 100%; margin-bottom: 5%; margin-left: 0;}
ul.list_pro li>a{justify-content: space-between;}
ul.list_pro li .img{width: 40%; height: 120px;}
ul.list_pro li .img>img{max-width: 100%; max-height: 100%;}
ul.list_pro li .desc{width: 58%; margin-left: 0;}
ul.list_pro li .desc>span{word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 15px;}
ul.list_pro li .desc>p{margin-top: 5px; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 15px; line-height: 1.6;}
ul.list_pro li .desc>i{font-size: 15px; margin-top: 6px;}

/*display*/
.dis_big{display: block;}
.dis_big .dis_pic{width: 100%; height: auto;}
.dis_big .dis_pic img{max-width: 90%; max-height: 90%;}
.dis_desc{margin-left: 0;}
.dis_desc>span{font-size: 17px; margin-top: 20px; text-align: center;}
.dis_desc>.desc{margin-top: 15px; font-size: 15px;}
.dis_note{margin-top: 10px; font-size: 15px;}

/*list_share*/
ul.list_share li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.list_share li:nth-child(2n+1){margin-left: 0;}
ul.list_share li .img{width: 100%; height: 120px;}
ul.list_share li span{padding-top: 5px; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*share_list*/
ul.share_list li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
ul.share_list li:nth-child(2n+1){margin-left: 0;}
ul.share_list li .img{width: 100%; height: 100%;}
ul.share_list li span{padding-top: 5px; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*contact*/
.contact .contact_con{width: 100%;}
.contact ul{display: block;}
.contact ul>li{width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 15px;}
.contact ul>li>.img>img{width: 40px; height: auto;}
.contact ul>li>.desc{text-align: left; width: calc(100% - 60px);}
.contact ul>li>.desc>span{font-size: 15px; margin-top: 0;}
.contact ul>li>.desc>p{font-size: 15px; margin-top: 0;}
.contact .map{height: 260px; margin: 30px 0 -20px 0;;}
.contact iframe{height: 260px !important;}

/*form*/
.form{width: 100%;}
.form .form-group>em{width: 100%;}
.form .form-group>input[type="text"]{width: 100%;}
.form .form-group>textarea{width: 100%;}
.form .form-group>input.code{width: 70px;}
.form input[type="submit"],input[type="reset"]{width: 40%;}

/*pages*/
.pages{width: 100%; margin: 0 auto; margin-top: 20px; text-align: center;}
.pages .pages_box{display: none;}
.pages .pages_m_box{display: flex; justify-content: space-between;}
.pages a{padding: 0px 8px;}
.pages span{padding: 0px 8px; margin: 0;}
.pages .p_page{border: 0;}

/*float*/
.float{display: none;}

/*livechat*/
#livechat{display: none;}

/*nav*/
#footer_nav{display: none;}

/*footer*/
#footer{padding: 15px 0; font-size: 14px;}
#footer .footer_con{width: 96%; margin: 0 auto; text-align: center;}
#footer .footer_copy{margin: 0 auto; width: 94%; padding: 15px 0;}
}