/* banner_nei */
.banner_nei{display: block;overflow: hidden;position: relative;}
.banner_nei .list img{width: 100%;}
.banner_nei .s_img{display: none;}
/* .banner_nei .s_img .list{height: 200px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner_nei .s_img .list a{display: block;height: 100%;} */
.banner_nei .layout{position: absolute;width: 100%;left:0;top: 50%;transform: translateY(-50%);z-index: 1;}
.banner_nei .layout .wrap{margin: 0 auto;width: 90%;max-width: 1441px;}
.banner_nei .text{color: #fff;}
.banner_nei .text .cn{margin-top: 0;font-size: 42px;font-weight: bold;}
.banner_nei .text .en{margin-top: 2%;font-size:20px;}
.banner_nei .text .slogan{margin-top: 2.6%;font-size: 20px;}
.banner_nei .text .line{margin-top: 15px;width: 44px;height: 4px;background: #fff;}
.banner_nei .js-m.animate .list img{animation: slow_flash 1s 0s 1;animation-fill-mode: forwards;}
@keyframes slow_flash{
	from{opacity: 0.8;transform: scale(1.2);}
	to{opacity: 1;transform: scale(1);}
}
@-webkit-keyframes name{
	from{opacity: 0.8;transform: scale(1.2);}
	to{opacity: 1;transform: scale(1);}
}
@media only screen and (max-width:1200px){
	.banner_nei .text .cn{font-size: 36px;}
	.banner_nei .text .en{margin-top: 1%;font-size: 16px;}
}
@media only screen and (max-width:768px){
	.banner_nei .text .cn{font-size: 26px;}
}
@media only screen and (max-width:750px){
	.banner_nei .big_img{display: none;}
	.banner_nei .s_img{display: block;}
}
@media only screen and (max-width:480px){
	.banner_nei .layout{bottom: 10%;transform: initial;}
	.banner_nei .layout .wrap{width: 94%;}
	.banner_nei .text .en{font-size: 14px;}
	.banner_nei .text .cn{font-size: 20px;}
	
}

.left_nav {padding: 15px 0;color: #362e33;font-size: 14px;border-bottom: 1px solid #cdcdcd;}
.left_nav .lf_location ul{display: flex;flex-wrap: wrap;justify-content: flex-start;padding-left: 35px;box-sizing: border-box;background: url(../images/icon-location.png)no-repeat left top 2px;}
.left_nav .lf_location ul li{margin-right: 10px;}
.left_nav .lf_location ul li:nth-last-child(1){margin-right: 0;}
.left_nav .left ul{display: flex;flex-wrap: wrap;justify-content: flex-end;}
.left_nav .left ul li{padding: 2px 15px;border-right: 1px solid #362e33;}
.left_nav .left ul li:nth-child(1){padding-left: 0;}
.left_nav .left ul li:nth-last-child(1){border-right: 0;}
.left_nav .left ul li.cur{color: #07a5df;}
.left_nav .left ul li a:hover{color: #07a5df;}
.left_nav .key_search {width: 212px;}
.left_nav .key_search .search{padding: 0 12px;border-radius: 30px;overflow: hidden;box-sizing: border-box;background: #ebebeb}
.left_nav .key_search .search input{display: inline-block;width: calc(100% - 20px);width: -webkit-calc(100% - 20px);height:34px;line-height:34px;background-color: transparent;color: #333;vertical-align: middle;font-size: 16px;}
.left_nav .key_search .search input::placeholder{color: #362e33;}
.left_nav .key_search .search input::-webkit-input-placeholder{color: #362e33;}
@media only screen and (max-width:768px){
	.left_nav{padding: 15px 0 20px;}
	.left_nav .lf_location{width: 100%;}
	.left_nav .left{margin-top: 6%;width: 100%;}
	.left_nav .left ul{justify-content: center;}
	.left_nav .key_search{margin-top: 6%;width: 100%;}
}
@media only screen and (max-width:480px){
	.left_nav{font-size: 14px;}
	.left_nav .lf_location ul{padding-left: 25px;}
	.left_nav .left{margin-top: 7%;}
	.left_nav .key_search{margin-top: 10%;}
}

/* nei_wrap */
.nei_wrap{margin: 0 auto;width: 90%;max-width: 1410px;}
@media only screen and (max-width:480px){
	.nei_wrap{width: 94%;}
}

/* ab_title */
.ab_title{text-align: center;font-size: 30px;}
@media only screen and (max-width:768px){
	.ab_title{font-size: 24px;}
}
@media only screen and (max-width:480px){
	.ab_title{font-size: 20px;}
}

.ab_bg{background: url(../images/ab_bg.jpg)repeat center;}

/* about */
.about{padding: 3.5% 0 6%;}
.about .content{font-size: 16px;line-height: 28px;color: #343434;/*text-align: center;*/}
.about .content .title{font-size: 30px;color: #545454;}
.about .content .title b{font-weight: normal;}
.about .content table{max-width: 100%;}

@media only screen and (max-width: 1000px){
	.about .content {font-size: 16px;line-height: 28px;}
	.about .content .title{font-size: 30px;}
}
@media only screen and (max-width: 768px){
	.about {padding: 40px 0;}
	.about .content .title{font-size: 24px;}
}
@media only screen and (max-width: 480px){
	.about {padding: 30px 0;}
	.about .content .title{font-size: 22px;}
	.about .content {font-size: 14px;line-height: 24px;}
	.about .content table td.lf{width: 100%;}
	.about .content table td.rt{width: 100%;}
}



/* about_profile */
.about_profile{padding: 3.5% 0 6%;}
.about_profile .content_wrap{margin-top: 3%;}
.about_profile .content{font-size: 18px;line-height: 36px;text-indent: 2em;color: #343434;font-weight: bold;text-align: justify;margin:0 auto;max-width:1300px;}
.about_profile .content p{margin-bottom: 2%;}
.about_profile .content p:last-child{margin-bottom: 0;}
.about_profile .content_list{padding: 0 10%;margin-top: 4%;box-sizing: border-box;color: #545454;}
.about_profile .content_list > ul{border-left: 2px solid #ccc;}
.about_profile .content_list > ul > li {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 5%;padding-left: 7%;box-sizing: border-box;position: relative;}
.about_profile .content_list > ul > li .dot{position: absolute;left: 0;top: 5px;width: 16px;height: 16px;border-radius: 50%;background: #07a5df;transform: translateX(-58%);}
.about_profile .content_list > ul > li .dot:after{content: "";position: absolute;left: 50%;top: 50%;width: 50%;height: 50%;transform: translate(-50%,-50%);border-radius: 50%;background: #fff;}
.about_profile .content_list > ul > li .dot::before{content: "";position: absolute;left: 100%;top: 50%;width: 50px;height: 16px;transform: translateY(-50%);background:url(../images/icon_05.png)no-repeat right center;}
.about_profile .content_list > ul > li .lf_text{width: calc(96% - 370px);width: -webkit-calc(96% - 370px);}
.about_profile .content_list > ul > li .lf_text strong{position: relative;font-size: 20px;color: #07a5df;}
.about_profile .content_list > ul > li .lf_text .con{width: calc(94% - 100px);width: -webkit-calc(94% - 100px);font-size: 16px;line-height: 28px;}
.about_profile .content_list > ul > li .lf_text .con .danwei{margin-top: 20px;}
.about_profile .content_list > ul > li .lf_text .con .danwei li{position: relative;padding-left: 20px;margin-bottom: 3%;box-sizing: border-box;}
/* .about_profile .content_list > ul > li .lf_text .con .danwei li:nth-last-child(1){margin-bottom: 0;} */
.about_profile .content_list > ul > li .lf_text .con .danwei li:after{content: "";position: absolute;left: 0;top: 50%;width: 5px;height: 5px;background: #333;border-radius: 50%;transform: translateY(-50%);}
.about_profile .content_list > ul > li:hover .dot{background: #db261f;}
.about_profile .content_list > ul > li:hover .lf_text strong{color: #db261f;}
.about_profile .content_list > ul > li .rt_img{width: 370px;}
.about_profile .content_list > ul > li .rt_img .img{position: relative;padding-bottom: 65%;width: 100%;height: 0;overflow: hidden;background: #000;}
.about_profile .content_list > ul > li .rt_img .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
.about_profile .jiyu{margin-top: 5%;}
.about_profile .jiyu .img{margin-bottom: 20px;}
.about_profile .jiyu p{font-size: 18px;font-weight: bold;line-height: 30px;text-indent: 2em;color: #333;}
.about_profile .jiyu .right{margin-top: 3%;}
@media only screen and (max-width:1300px){
	.about_profile .content_list{padding: 0 3%;}
}
@media only screen and (max-width:1000px){
	.about_profile .content{font-size: 16px;line-height: 28px;}
	.about_profile .content_list{padding: 0;}
	.about_profile .content_list > ul > li{padding-left: 70px;}
	.about_profile .content_list > ul > li .lf_text{width: 100%;}
	.about_profile .content_list > ul > li .lf_text strong{width: 100%;}
	.about_profile .content_list > ul > li .lf_text .con{margin: 25px 0 10px;width: 100%;font-size: 16px;}
	.about_profile .jiyu .img img{width: 300px;}
	.about_profile .jiyu p{font-size: 16px;line-height: 28px;}
}
@media only screen and (max-width:768px){
	.about_profile{padding: 40px 0;}
	.about_profile .content_wrap{margin-top: 30px;}
}
@media only screen and (max-width:480px){
	.about_profile{padding: 30px 0;}
	.about_profile .content{font-size: 15px;line-height: 24px;text-align: left;}
	.about_profile .content_list{margin-top: 30px;}
	.about_profile .content_list > ul > li{padding-left: 6%;}
	.about_profile .content_list > ul > li .dot::before{content: initial;}
	.about_profile .content_list > ul > li .lf_text strong{font-size: 18px;}
	.about_profile .content_list > ul > li .lf_text .con{margin-top: 20px;font-size: 14px;line-height: 24px;}
	.about_profile .jiyu{margin-top: 12%;}
	.about_profile .jiyu .img img{width: 240px;}
	.about_profile .jiyu p{font-size: 15px;line-height: 26px;}
	.about_profile .jiyu .right img{width: 110px;}
}

/* about_develop */
.about_develop .ab_title{color: #fff;}
.about_develop .his_nav{padding: 5% 0 4.3%;background: #07a5df;}
.about_develop .his_nav .nav_list{margin-top: 3%;}
.about_develop #his_nav{/* margin:0 216px; */background:url(images/aboutbck.png) no-repeat top 12px center;background-size:100% auto;}
.about_develop #his_nav .swiper-wrapper{display: flex;justify-content: center;}
.about_develop #his_nav .swiper-slide{cursor:pointer;text-align:center;padding:0 32px;width:65px;}
.about_develop #his_nav .swiper-slide .hide{display:none;}
.about_develop #his_nav .swiper-slide img{display:block;margin:0 auto 12px auto;}
.about_develop #his_nav .swiper-slide p{color: #fff;}
.about_develop #his_nav .swiper-slide.cur .hide{display:block;}
.about_develop #his_nav .swiper-slide.cur .show{display:none;}
.about_develop #his_nav .swiper-slide.cur p{color:#fff;}
.about_develop #his_nav .swiper-scrollbar{display:none !important;}
.about_develop .his_content{padding: 2.5% 0 4%;overflow: hidden;}
.about_develop #his_con{overflow: initial;}
.about_develop #his_con .swiper-slide{width: auto;max-width: 391px;min-width:220px;}
.about_develop #his_con .item .year{padding-bottom: 10px;font-size: 26px;color: #07a5df;border-bottom: 1px solid #d8d9dc;}
.about_develop #his_con .item ul{margin-top: 20px;}
.about_develop #his_con .item ul li{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 5.5%;color: #3c3c3c;font-size: 16px;line-height: 28px;}
.about_develop #his_con .item ul li .text{width: calc(100% - 46px);width: -webkit-calc(100% - 46px);}
.about_develop #his_con .item ul li .text .img{margin-top:10px}
@media only screen and (max-width:768px){
	.about_develop #his_con .item ul li{font-size: 14px;line-height: 24px;}
}

/* newslist */
.newslist{padding: 54px 0 3.5%;}
.newslist .content_list {margin-top: 30px;}
.newslist .content_list .layout{justify-content: flex-start;}
/* .newslist .content_list .layout:after{content: "";width: 31.5%;} */
.newslist .content_list .item{margin-right: 1.33%;margin-bottom: 4%;width: 23%;box-sizing: border-box;transition: all .2s linear;}
.newslist .content_list .item:nth-child(4n){border-right: 0;}
.newslist .content_list .item .wrap{padding: 7% 4% 0;box-sizing: border-box;}
.newslist .content_list .item .btm{margin-top: 10%;filter: grayscale(1) opacity(0.6);}
.newslist .content_list .item .time{padding-left: 30px;font-size: 15px;box-sizing: border-box;color: #07a5df;background: url(../images/icon_03.png)no-repeat left center;}
.newslist .content_list .item .btm i{display: inline-block;}
.newslist .content_list .item .tit{font-size: 20px;font-weight: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 52px;}
.newslist .content_list .item .con{margin-top: 10px;color: #545454;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;font-size: 14px;line-height: 24px;}
.newslist .content_list .item .more{display: inline-block;margin-top: 16.5%;padding: 3.8% 7%;font-size: 18px;box-sizing: border-box;background: #07a5df;border-radius: 30px;color: #fff;border: 1px solid transparent;transition: border 0.2s linear;}
.newslist .content_list .item .img{position: relative;padding-bottom: 57%;width: 100%;height: 0;overflow: hidden;}
.newslist .content_list .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%) scale(1.1);transition:all 0.3s linear;}
.newslist .content_list .item .line{position: relative;margin-top: 6%;width: 100%;height: 2px;background: #e5e5e5;}
.newslist .content_list .item .line:after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 2px;background: #07a5df;transition: width 0.2s linear;}
.newslist .content_list .item:hover{box-shadow: 5px 5px 20px rgba(0,0,0,0.12);}
.newslist .content_list .item:hover .img img{transform: translate(-50%,-50%) scale(1);}
.newslist .content_list .item:hover .btm{filter: initial;}
.newslist .content_list .item:hover .more{background: transparent;color: #14944a;border-color: #13933a;}
.newslist .content_list .item:hover .line:after{width: 100%;}
@media only screen and (max-width:1000px){
	.newslist .content_list .layout{justify-content: space-between;}
	.newslist .content_list .layout:after{content: "";width: 31.5%;}
	.newslist .content_list .item{margin-right: 0;width: 31.5%;}
}
@media only screen and (max-width:768px){
	.newslist{padding: 40px 0;}
	/* .newslist .content_list{margin-top: 30px;} */
	.newslist .content_list .item{}
	.newslist .content_list .item .tit{font-size: 16px;min-height: 42px;}
}
@media only screen and (max-width:680px){
	.newslist .content_list .layout:after{width: 48.5%;}
	.newslist .content_list .item{width: 48.5%;border-right: 0;}
	.newslist .content_list .item .btm i{width: 20px;}
}
@media only screen and (max-width:480px){
	.newslist{padding: 30px 0;}
	.newslist .content_list .item{border: 1px solid  rgba(0,0,0,0.12);}
	.newslist .content_list .item .tit{font-size: 14px;}
}

/* news */
.news{margin: 0;}
.news .top{color: #fff;background: #07a5df;}
.news .top .layout{padding: 4% 0 35px;position: relative;}
.news .top .layout:after{content: "";position: absolute;width: 0;height: 0;top: 100%;left: 0%;border-top: 13px solid #07a5df;border-left: 13px solid #07a5df;border-bottom: 13px solid transparent;border-right: 13px solid transparent;}
.news .top .lf_tit{font-size: 36px;}
.news .top .rt_part {width: 152px;}
.news .top .rt_part .page_top ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.news .top .rt_part .page_top ul li{/* margin-bottom: 10px; */}
.news .top .rt_part .page_top ul li:nth-last-child(1){margin-bottom: 0;}
.news .top .rt_part .page_top ul li i{display: inline-block;width: 40px;height: 40px;border-radius: 50%;background: #058dbe;background-repeat: no-repeat;background-position: center;}
.news .top .rt_part .page_top ul li.prev i{background-image: url(../images/page_prev.png);}
.news .top .rt_part .page_top ul li.next i{background-image: url(../images/page_next.png);}
.news .top .rt_part .page_top ul li.lst i{background-image: url(../images/page_lst.png);}
.news .title{padding: 4% 0 0;color: #101010;}
.news .title > div{padding-bottom: 1.65%;border-bottom: 1px solid #dcdcdc;}
.news .title .tit{position: relative;display: inline-block;padding-bottom: 19px;white-space: nowrap;text-overflow: ellipsis;color: #1f1f1f;font-size: 30px;}
.news .title p.time{margin: 19px 0 0;font-size: 22px;color: #a1a1a1;}
.news .news_content{margin-bottom: 50px;}
.news .text{margin: 3.2% auto 0;width: 90%;;font-size: 16px;line-height: 28px;color: #333;}
.news .page_share{margin-top: 30px;}
.news .text iframe,.news .text video{max-width: 100%;}
@media only screen and (max-width:1300px){
	.news .top .lf_tit{font-size: 30px;}
	.news .title{font-size: 30px;}
	.news .title .tit{font-size: 24px;}
	.news .title .back{font-size: initial;}
}
@media only screen and (max-width:768px){
	.news .top .layout{padding: 30px 0;}
	.news .top .lf_tit{font-size: 26px;}
	.news .top .rt_part .page_top ul li i{width: 32px;height: 32px;background-size: 14px;}
	.news .title .tit{font-size: 20px;padding-bottom: 2%;}
	.news .title p.time{margin: 0;font-size: 16px;}
	.news .text{font-size: 14px;line-height: 24px;width: 100%;}
}
@media only screen and (max-width:480px){
	.news .top .lf_tit{font-size: 20px;}
	.news .top .rt_part {width: 120px;}
	.news .top .rt_part .page_top ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.news .top .rt_part .page_top ul li{margin-bottom: 0;}
	.news .title{padding: 40px 0 0;}
	.news .news_content{margin-bottom: 30px;}
	.news .title .tit{font-size: 18px;}
	.news .text {margin-top: 6%;line-height: 24px;font-size: 14px;}
	.news .title p.time{margin-top: 1%;font-size: 14px;}
	.news .title .tit{max-width: 100%	;overflow: hidden;}
	.news .title .back{margin-bottom: 15px;width: 100%;text-align: left;}
	.news .text iframe,.news .text video{height: 350px;}
}

/* page */
.page_wrap{margin-top: 4%;padding: 20px 0;border-top: 1px solid #eceef0;border-bottom: 1px solid #eceef0;}
.page{}
.page > div{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.page .page_prev,.page .page_next{display: block;color: #1f1f1f;font-size: 16px;width: 49%;}
.page .page_next{text-align: right;}
.page i{display: inline-block;vertical-align: middle;}
.page span{display: inline-block;margin: 0 8px;width: calc(100% - 40px);width: -webkit-calc(100% - 40px);vertical-align: middle;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
@media only screen and (max-width:768px){
	.page i{width: 18px;}
	.page .page_prev, .page .page_next{font-size: 14px;}
}
@media only screen and (max-width:480px){
	.page_wrap{padding: 15px 0;}
	.page.flx{flex-wrap: wrap;}
	.page i{width: 12px;}
	.page .page_prev, .page .page_next{margin: 5px 0;max-width: 100%;}
	
}

/* pro_related */
.news_related{width: 100%;margin-top:6%;background: #fff;}
.news_related .rel_head{display: inline-block;width: 152px;line-height: 40px;border-radius: 5px;font-size: 21px;color: #333;margin-bottom: 20px;text-align: center;font-weight: normal;background-image: linear-gradient(to right,#7fc28d, #359cc0);color: #fff;}
.news_related .content_wrap:after{content: "";width: 100%;}
.news_related .content_wrap.flx{margin-top: 10px;flex-wrap: wrap;}
.news_related .content_wrap{width: 100%;}
.news_related .content_item{padding: 1.5% 2%;margin:10px 0;width: 48%;transition: all .5s;box-sizing: border-box;position: relative;overflow: hidden;border-top: 4px solid #f0f1f2;color: #1f1f1f;font-size: 16px;box-shadow: 0px 5px 10px rgba(19,148,74,0.1);}
.news_related .content_item .tit{display: inline-block;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 18px;}
.news_related .content_item .time{display: inline-block;width: 100%;font-size: 14px;font-weight: bold;}
.news_related .content_item:hover{border-color: #13944a;}
.news_related .content_item:hover .tit{color: #13944a;}

@media only screen and (max-width:768px){
	.news_related{margin-top: 30px;width: 100%;}
	.news_related .rel_head{margin-bottom: 0;padding:7px 15px ;width: auto;font-size: 16px;line-height: normal;box-sizing: border-box;}
	.news_related .content_item{padding: 15px 13px;font-size: 14px;}
	.news_related .content_item .tit{font-size: 16px;}
	.news_related .content_item .lf_part{width: calc(99% - 120px);width: -webkit-calc(99% - 120px);}
	.news_related .content_item .rt_part{width: 120px;}
}
@media only screen and (max-width:600px){
	.news_related .rel_head{width: 100%;font-size: 18px;}
}
@media only screen and (max-width:480px){
	.news_related .rel_head{font-size: 16px;}
	.news_related .content_item{width: 100%;;margin: 10px 0 0;}
}


.related_list{padding:38px 0;background: #07a5df url(../images/map_bg.png)no-repeat center/cover;}
.news_related2{width: 100%;}
.news_related2 .rel_head{display: inline-block;width: 152px;border-radius: 5px;font-size: 26px;color: #fff;text-align: center;font-weight: normal;}
.news_related2 .content_wrap.flx{margin-top: 4%;flex-wrap: wrap;}
.news_related2 .content_wrap{width: 100%;}
.news_related2 .content_wrap:after{content: "";width: 31.5%;}
.news_related2 .item {width: 31.5%;background: #fff;}
.news_related2 .item .wrap{padding: 7% 4% 0;box-sizing: border-box;}
.news_related2 .item .btm{margin-top: 10%;filter: grayscale(1) opacity(0.6);}
.news_related2 .item .time{padding-left: 30px;font-size: 15px;box-sizing: border-box;color: #07a5df;background: url(../images/icon_03.png)no-repeat left center;}
.news_related2 .item .btm i{display: inline-block;}
.news_related2 .item .tit{font-size: 20px;font-weight: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 52px;}
.news_related2 .item .line{position: relative;margin-top: 6%;width: 100%;height: 2px;background: #e5e5e5;}
.news_related2 .item .line:after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 2px;background: #07a5df;transition: width 0.2s linear;}
.news_related2 .item:hover{transform: translateY(-5px);box-shadow: 5px 5px 20px rgba(0,0,0,0.12);}
.news_related2 .item:hover .btm{filter: initial;}
.news_related2 .item:hover .line:after{width: 100%;}
@media only screen and (max-width:768px){
	.news_related2 .item .tit{font-size: 16px;min-height: 42px;}
}
@media only screen and (max-width:600px){
	.news_related2 .rel_head{width: 100%;}
	.news_related2 .content_wrap.flx{margin-top: 30px;}
	.news_related2 .item {margin-bottom: 2%;width: 100%;}
}
@media only screen and (max-width:480px){
	.related_list{padding: 30px 0;}
	.news_related2 .rel_head{font-size: 20px;}
	.news_related2 .item .wrap{padding: 5% 3% 0;}
	.news_related2 .item .btm i{width: 20px;}
	.news_related2 .item .tit{font-size: 14px;}
	.news_related2 .item .line{margin-top: 4%;}
}

/* honorlist */
.honorlist{padding: 3.5% 0;}
.honorlist .wrapper{padding: 4% 9%;box-sizing: border-box;background: #fff;}
.honorlist .list_wrap{margin-top: 30px;width: 100%;transition: all .4s;}
.honorlist .list_hd{margin-bottom: 14px;text-align: left;border-bottom: 1px solid #ebebeb;}
.honorlist .list_hd h2{display: inline-block;padding: 8px 0 10px;font-size: 25px;color: #666;font-weight: normal;position: relative;}
.honorlist .list_hd h2::after{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 1px;background-color: #131f37;}

/* rt */
.honorlist .list_wrap .idx_news_layout{margin:0 0 40px;}
.honorlist .list_wrap .idx_news_layout .news_02{}
.honorlist .list_wrap .idx_news_layout .news_02 ul li{padding: 3% 0 0;margin-bottom: 30px;display: flex;flex-wrap: wrap;justify-content: space-between;transition: all .4s;border-top: 1px solid #ebebeb;}
/* .honorlist .list_wrap .idx_news_layout .news_02 ul li:hover{box-shadow: 0 20px 20px rgba(0,0,0,.1);transform: translateY(-5px);} */
/* .honorlist .list_wrap .idx_news_layout .news_02 .lf_time{width: 15%;text-align: center;color: #333;}
.honorlist .list_wrap .idx_news_layout .news_02 .lf_time .time_bg{padding: 16% 0;}
.honorlist .list_wrap .idx_news_layout .news_02 .lf_time .day{font-size: 30px;}
.honorlist .list_wrap .idx_news_layout .news_02 .lf_time .y_m{font-size: 18px;} */
.honorlist .list_wrap .idx_news_layout .news_02 .rt_content{padding: 3% 3% 0;width: calc(85% - 300px);width: -webkit-calc(85% - 300px);box-sizing: border-box;}
.honorlist .list_wrap .idx_news_layout .news_02 .rt_content .tit{position: relative;font-size: 20px;color: #1f1f1f;box-sizing: border-box;font-weight: normal;}
.honorlist .list_wrap .idx_news_layout .news_02 ul li:hover .rt_content .tit{color: #07a5df;}
.honorlist .list_wrap .idx_news_layout .news_02 .rt_content .con{margin: 2% 0 1%;font-size: 18px;color: rgba(51,51,51,0.6);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.honorlist .list_wrap .idx_news_layout .news_02 ul li:hover .rt_content .con{color: #07a5df;}
.honorlist .list_wrap .idx_news_layout .news_02 .rt_content .more{display: inline-block;font-size: 14px;color: #32348a;}
.honorlist .list_wrap .idx_news_layout .news_02 .rt_content .m_time{display: none;}
.honorlist .list_wrap .idx_news_layout .news_02 .ico{width: 300px;}
.honorlist .list_wrap .idx_news_layout .news_02 .ico .img{position: relative;width: 100%;height: 0;padding-bottom: 72%;overflow: hidden;}
.honorlist .list_wrap .idx_news_layout .news_02 .ico img{position: absolute;top: 50%;left: 50%;width: 100%;transform: translate(-50%,-50%);transition: all .4s;}
/* .honorlist .list_wrap .idx_news_layout .news_02 ul li:hover .ico img{transform: translate(-50%,-50%) scale(1.15);} */

@media only screen and (max-width:990px){
	.honorlist .wrapper{padding: 30px 4%;}
	.honorlist .list_wrap .idx_news_layout .lf_part .news_01 .news_list .other .rt_content .tit,.honorlist .list_wrap .idx_news_layout .news_02 .rt_content .tit{font-size: 20px;}
}
@media only screen and (max-width:768px){
	.honorlist{padding: 50px 0;}
	.honorlist .list_wrap .idx_news_layout .news_02 .rt_content{margin-top: 20px;width: 100%;}
	.honorlist .list_wrap .idx_news_layout .news_02 .rt_content .tit{font-size: 18px;}
	/* .honorlist .list_wrap .idx_news_layout .news_02 .lf_time{width: 83px;}
	.honorlist .list_wrap .idx_news_layout .news_02 .lf_time .time_bg{padding: 26% 0;}
	.honorlist .list_wrap .idx_news_layout .news_02 .lf_time .day{font-size: 28px;} */
	.honorlist .list_wrap .idx_news_layout .news_02 .ico{order: -1;}
}

@media only screen and (max-width:680px){
	.honorlist .nav_wrap{flex-flow: column-reverse;}
}

@media only screen and (max-width:480px){
	.honorlist{padding:30px 0;}
	.honorlist .nav_wrap .sec_nav .first_row{padding: 6px 40px;}
	.honorlist .nav_wrap .sec_nav > li a{font-size: 16px;}
	.honorlist .list_wrap .idx_news_layout{margin: 0;}
	.honorlist .idx_news_layout{margin-top: 10px;}
	.honorlist .idx_news_layout .news_02 ul li{margin-bottom: 10px;}
	/* .honorlist .idx_news_layout .news_02 .lf_time{display: none;} */
	.honorlist .idx_news_layout .news_02 .rt_content .tit{font-size: 15px;}
	.honorlist .idx_news_layout .news_02 .rt_content .m_time{display:block;}
	.honorlist .list_wrap .idx_news_layout .news_02 .rt_content{padding-top: 0;width: 100%;}
	/* .honorlist .list_wrap .idx_news_layout .news_02 .rt_content .m_time{display: block;} */
	.honorlist .list_wrap .idx_news_layout .news_02 ul li{margin-bottom: 10px;}
	.honorlist .list_wrap .idx_news_layout .news_02 .rt_content .tit{font-size: 16px;}
	.honorlist .list_wrap .idx_news_layout .news_02 .rt_content .con{font-size: 14px;}
	.honorlist .list_wrap .idx_news_layout .news_02 .ico{width: 100%;}
}

/* photolist */
			.photolist{padding: 54px 0 3.5%;}
			.photolist .content_list {margin-top: 30px;}
			.photolist .content_list .layout{justify-content: flex-start;}
			/* .photolist .content_list .layout:after{content: "";width: 31.5%;} */
			.photolist .content_list .item{position: relative;margin-right: 1.33%;margin-bottom: 4%;width: 23%;box-sizing: border-box;transition: all .2s linear;}
			.photolist .content_list .item:nth-child(4n){border-right: 0;}
			.photolist .content_list .item .wrap{padding: 7% 4% 6%;box-sizing: border-box;}
			.photolist .content_list .item .btm{margin-top: 10%;filter: grayscale(1) opacity(0.6);}
			.photolist .content_list .item .time{padding-left: 30px;font-size: 15px;box-sizing: border-box;color: #07a5df;background: url(../images/icon_03.png)no-repeat left center;}
			.photolist .content_list .item .btm i{display: inline-block;}
			.photolist .content_list .item .tit{font-size: 20px;font-weight: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 52px;}
			.photolist .content_list .item .con{margin-top: 10px;color: #545454;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;font-size: 14px;line-height: 24px;}
			.photolist .content_list .item .more{display: inline-block;margin-top: 16.5%;padding: 3.8% 7%;font-size: 18px;box-sizing: border-box;background: #07a5df;border-radius: 30px;color: #fff;border: 1px solid transparent;transition: border 0.2s linear;}
			.photolist .content_list .item .img{position: relative;padding-bottom: 70%;width: 100%;height: 0;overflow: hidden;}
			.photolist .content_list .item .img img{position: absolute;left: 50%;top: 50%;width: auto;max-width: initial;height: 100%;transform: translate(-50%,-50%) scale(1);transition:all 0.3s linear;}
			.photolist .content_list .item .line{position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #e5e5e5;}
			.photolist .content_list .item .line:after{content: "";position: absolute;left: 0;top: 0;width: 0;height: 2px;background: #07a5df;transition: width 0.2s linear;}
			.photolist .content_list .item:hover{box-shadow: 5px 5px 20px rgba(0,0,0,0.12);}
			.photolist .content_list .item:hover .img img{transform: translate(-50%,-50%) scale(0.9);}
			.photolist .content_list .item:hover .btm{filter: initial;}
			.photolist .content_list .item:hover .more{background: transparent;color: #14944a;border-color: #13933a;}
			.photolist .content_list .item:hover .line:after{width: 100%;}
			#baguetteBox-overlay .full-image figcaption{font-size: 20px;}
			#baguetteBox-overlay .full-image img{max-height: 90%;}
			@media only screen and (max-width:1000px){
				.photolist .content_list .layout{justify-content: space-between;}
				.photolist .content_list .layout:after{content: "";width: 31.5%;}
				.photolist .content_list .item{margin-right: 0;width: 31.5%;}
			}
			@media only screen and (max-width:768px){
				.photolist{padding: 40px 0;}
				/* .photolist .content_list{margin-top: 30px;} */
				.photolist .content_list .item{}
				.photolist .content_list .item .tit{font-size: 16px;min-height: 42px;}
				#baguetteBox-overlay .full-image figcaption{font-size: 18px;}
			}
			@media only screen and (max-width:680px){
				.photolist .content_list .layout:after{width: 48.5%;}
				.photolist .content_list .item{width: 48.5%;border-right: 0;}
				.photolist .content_list .item .btm i{width: 20px;}
			}
			@media only screen and (max-width:480px){
				.photolist{padding: 30px 0;}
				/* .photolist .content_list .item{border: 1px solid  rgba(0,0,0,0.12);} */
				.photolist .content_list .item .tit{font-size: 14px;}
				#baguetteBox-overlay .full-image figcaption{font-size: 14px;}
			}


/*n_nav  */
.n_nav{padding: 20px 0;box-sizing: border-box;border-bottom: 1px solid #e5e5e5;overflow-x: auto;}
.n_nav ul{display: flex;flex-wrap: wrap;justify-content: center;}
.n_nav li{min-width: 150px;height: 50px;line-height: 50px;margin-right: 5px;overflow: hidden;font-size: 16px;text-align: center;color: #333;}
.n_nav li.active,.n_nav li:hover{ background-color: #07A5DF; color: #fff; }
@media only screen and (max-width:768px){
.n_nav{padding: 10px 0;}
.n_nav li{min-width: 120px;height: 40px;line-height: 40px;font-size: 15px;}
}


/* .photolist{padding:54px 0 3.5%}
.photolist .content_list{margin-top:30px}
.photolist .content_list .layout{justify-content:flex-start}
.photolist .content_list .item{position:relative;margin-right:1.33%;margin-bottom:4%;width:23%;box-sizing:border-box;transition:all .2s linear}
.photolist .content_list .item:nth-child(4n){border-right:0}
.photolist .content_list .item .wrap{padding:7% 4% 6%;box-sizing:border-box}
.photolist .content_list .item .btm{margin-top:10%;filter:grayscale(1) opacity(.6)}
.photolist .content_list .item .time{padding-left:30px;font-size:15px;box-sizing:border-box;color:#07a5df;background:url(../images/icon_03.png) no-repeat left center}
.photolist .content_list .item .btm i{display:inline-block}
.photolist .content_list .item .tit{font-size:20px;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:52px}
.photolist .content_list .item .con{margin-top:10px;color:#545454;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:14px;line-height:24px;display:none}
.photolist .content_list .item .more{display:inline-block;margin-top:16.5%;padding:3.8% 7%;font-size:18px;box-sizing:border-box;background:#07a5df;border-radius:30px;color:#fff;border:1px solid transparent;transition:border .2s linear}
.photolist .content_list .item .img{position:relative;padding-bottom:75%;width:100%;height:0;overflow:hidden}
.photolist .content_list .item .img img{transition:all 1s;height:100%;object-fit:cover;width:100%;position:absolute}
.photolist .content_list .item .line{position:absolute;left:0;bottom:0;width:100%;height:2px;background:#e5e5e5}
.photolist .content_list .item .line:after{content:"";position:absolute;left:0;top:0;width:0;height:2px;background:#07a5df;transition:width .2s linear}
.photolist .content_list .item:hover{box-shadow:5px 5px 20px rgba(0,0,0,.12)}
.photolist .content_list .item:hover .img img{transform:scale(1.1)}
.photolist .content_list .item:hover .btm{filter:initial}
.photolist .content_list .item:hover .more{background:0 0;color:#14944a;border-color:#13933a}
.photolist .content_list .item:hover .line:after{width:100%}
#baguetteBox-overlay .full-image figcaption{font-size:20px}
#baguetteBox-overlay .full-image img{max-height:90%}
@media only screen and (max-width:1000px){.photolist .content_list .layout{justify-content:space-between}
.photolist .content_list .layout:after{content:"";width:31.5%}
.photolist .content_list .item{margin-right:0;width:31.5%}
}
@media only screen and (max-width:768px){.photolist{padding:40px 0}
.photolist .content_list .item .tit{font-size:16px;min-height:42px}
#baguetteBox-overlay .full-image figcaption{font-size:18px}
}
@media only screen and (max-width:680px){.photolist .content_list .layout:after{width:48.5%}
.photolist .content_list .item{width:48.5%;border-right:0}
.photolist .content_list .item .btm i{width:20px}
}
@media only screen and (max-width:480px){.photolist{padding:30px 0}
.photolist .content_list .item .tit{font-size:14px}
#baguetteBox-overlay .full-image figcaption{font-size:14px}
} */
/* videolist */
.videolist{padding: 54px 0 3.5%;}
.videolist .content_list {margin-top: 30px;}
.videolist .content_list .layout:after{content: "";width: 31%;}
.videolist .content_list .item{margin-bottom: 2%;width: 31%;transition: all .3s linear;}
.videolist .content_list .item .img{position: relative;padding-bottom: 68%;width: 100%;height: 0px;overflow: hidden;}
.videolist .content_list .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}
.videolist .content_list .item .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.3);transition: background 0.2s linear;}
.videolist .content_list .item:hover .mask{background: rgba(0,0,0,0);}
/* .videolist .content_list .item .play{position: absolute;left: 50%;top: 50%;width: 90px;transform: translate(-50%,-50%);z-index: 3;} */

.videolist .content_list .item .btm{margin-top:2%;display: flex;flex-wrap: wrap;justify-content: space-between;filter: grayscale(1);}
.videolist .content_list .item p{width: -webkit-calc(98% - 26px);width: -webkit-calc(98% - 26px);font-size: 18px;line-height: 26px;color: #07a5df;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.videolist .content_list .item .btm i{width: 26px;height: 26px;background: url(../images/v_play.png)no-repeat center;background-size: 24px;}
.videolist .content_list .item:hover .btm{filter: initial;}
.videolist .content_list .ab_more {display: inline-block;margin-top: 5%;padding: 1.5% 5%;border-radius: 30px;background: #13944a;color: #fff;font-size: 14px;font-weight: bold;}
.videolist .content_list .item:hover {transform: translateY(-5px);}
.videolist .content_list .ab_more:hover{background: #eceef0;color: #000;}
@media only screen and (max-width:1200px){
	.videolist .content_list .item .play{width: 60px;}
}
@media only screen and (max-width:768px){
	.videolist .content_list{margin-top: 30px;}
}
@media only screen and (max-width:750px){
	.videolist .content_list .layout:after{content: "";width: 49%;}
	.videolist .content_list .item{margin-bottom: 4%;width: 49%;}
}
@media only screen and (max-width:480px){
	.videolist{padding: 30px 0;}
	.videolist .content_list .item p{font-size: 14px;}
}

/* news */
.video{margin: 0;}
.video .top{color: #fff;background: #07a5df;}
.video .top .layout{padding: 4% 0 35px;position: relative;}
.video .top .layout:after{content: "";position: absolute;width: 0;height: 0;top: 100%;left: 0%;border-top: 13px solid #07a5df;border-left: 13px solid #07a5df;border-bottom: 13px solid transparent;border-right: 13px solid transparent;}
.video .top .lf_tit{font-size: 36px;}
.video .top .rt_part .page_top ul li{margin-bottom: 10px;}
.video .top .rt_part .page_top ul li:nth-last-child(1){margin-bottom: 0;}
.video .top .rt_part .page_top ul li i{display: inline-block;width: 40px;height: 40px;border-radius: 50%;background: #058dbe;background-repeat: no-repeat;background-position: center;}
.video .top .rt_part .page_top ul li.prev i{background-image: url(../images/page_prev.png);}
.video .top .rt_part .page_top ul li.next i{background-image: url(../images/page_next.png);}
.video .top .rt_part .page_top ul li.lst i{background-image: url(../images/page_lst.png);}
.video .title{padding: 4% 0 0;color: #101010;}
.video .title > div{padding-bottom: 1.65%;border-bottom: 1px solid #dcdcdc;}
.video .title .tit{position: relative;display: inline-block;padding-bottom: 19px;white-space: nowrap;text-overflow: ellipsis;color: #1f1f1f;font-size: 30px;}
.video .title p.time{margin: 19px 0 0;font-size: 22px;color: #a1a1a1;}
.video .news_content{margin-bottom: 50px;}
.video .text{margin: 3.2% auto 0;width: 90%;;font-size: 16px;line-height: 28px;color: #333;}
.video .page_share{margin-top: 30px;}
.video .text iframe,.video .text video{max-width: 100%;}
@media only screen and (max-width:1300px){
	.video .top .lf_tit{font-size: 30px;}
	.video .title{font-size: 30px;}
	.video .title .tit{font-size: 24px;}
	.video .title .back{font-size: initial;}
}
@media only screen and (max-width:768px){
	.video .top .layout{padding: 30px 0;}
	.video .top .lf_tit{font-size: 26px;}
	.video .top .rt_part .page_top ul li i{width: 32px;height: 32px;background-size: 14px;}
	.video .title .tit{font-size: 20px;padding-bottom: 2%;}
	.video .title p.time{margin: 0;font-size: 16px;}
	.video .text{font-size: 14px;line-height: 24px;width: 100%;}
}
@media only screen and (max-width:480px){
	.video .top .lf_tit{font-size: 20px;}
	.video .top .rt_part {width: 120px;}
	.video .top .rt_part .page_top ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.video .top .rt_part .page_top ul li{margin-bottom: 0;}
	.video .title{padding: 40px 0 0;}
	.video .news_content{margin-bottom: 30px;}
	.video .title .tit{font-size: 18px;}
	.video .text {margin-top: 6%;line-height: 24px;font-size: 14px;}
	.video .title p.time{margin-top: 1%;font-size: 14px;}
	.video .title .tit{max-width: 100%	;overflow: hidden;}
	.video .title .back{margin-bottom: 15px;width: 100%;text-align: left;}
	.video .text iframe,.video .text video{height: 350px;}
}

/* about_service */
.about_service .item_top{padding: 8% 0 3%;background: #f0f0f0;}
.about_service .item_top h2{font-size: 26px;}
.about_service .item_top .line{margin-top: 20px;width: 100%;height: 1px;background: #cdcdcd;}
.about_service .item_top .con{margin-top: 20px;font-size: 16px;line-height: 24px;color: #343434;}
.about_service .item_top .con .list{margin-top: 3%;}
.about_service .item_top .con .list li{position: relative;padding-left: 20px;font-size: 14px;line-height: 24px;box-sizing: border-box;color: #545454;}
.about_service .item_top .con .list li:before{content: "";position: absolute;left: 0;top: 8px;width: 5px;height: 5px;background: #333;border-radius: 50%;}
.about_service .content_wrap{padding: 3.5% 0;}
.about_service .content_wrap .part{margin-top: 3%;text-align: center;}
.about_service .content_wrap .part:nth-child(1){margin-top: 0;}
.about_service .content_wrap .part .title{font-size: 24px;text-align: center;}
.about_service .content_wrap .part .img{margin-top: 30px;}
@media only screen and (max-width:768px){
	.about_service .item_top h2{font-size: 20px;}
}
@media only screen and (max-width:480px){
	.about_service .item_top{padding: 30px 0 20px;}
	.about_service .item_top h2{font-size: 20px;}
	.about_service .item_top .con{font-size: 14px;line-height: 24px;}
	.about_service .content_wrap{padding: 30px 0;}
	.about_service .content_wrap .part .title{font-size: 20px;}
}

.about_service .gongcheng .content_wrap{padding: 3.5% 0 2%;}
.about_service .gongcheng .range ul li{margin-bottom: 3%;width: 32%;}
.about_service .gongcheng .range ul li .text .tit {font-size: 20px;font-weight: bold;}
.about_service .gongcheng .range ul li .text .tit span{display: inline-block;margin-right: 10px;vertical-align: text-bottom;font-size: 30px;font-weight: bold;font-style: italic;line-height: 30px;color: #db261f;}
.about_service .gongcheng .range ul li .text .con{font-size: 16px;color: #545454;}
.about_service .gongcheng .range ul li .img{position: relative;padding-bottom: 62%;width: 100%;height: 0;margin-top: 15px;overflow: hidden;}
.about_service .gongcheng .range ul li .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);transition: all .2s ease-out;}
.about_service .gongcheng .range ul li:hover .img img{animation:scale_m 0.5s 0s 1 ease-out forwards;}
@media only screen and (max-width:1300px){
	.about_service .gongcheng .range ul li .text .con{min-height: 42px;}
}
@media only screen and (max-width:768px){
	.about_service .gongcheng .range ul li{width: 49%;}
	.about_service .gongcheng .range ul li .text .tit{font-size: 17px;}
	.about_service .gongcheng .range ul li .text .tit span{font-size: 24px;line-height: 24px;}
}
@media only screen and (max-width:480px){
	.about_service .gongcheng .content_wrap{padding: 30px 0 20px;}
	.about_service .gongcheng .range ul li .text .con{display: none;}
	.about_service .gongcheng .range ul li .text .tit span{font-size: 19px;line-height: 19px;}
	.about_service .gongcheng .range ul li .text .tit{font-size: 15px;min-height: 40px;}
}


.about_service .jianli .item_top .con .ly{justify-content: flex-start;}
.about_service .jianli .item_top .con .ly > div{margin-right: 4%;}
.about_service .jianli .content_wrap .part .img img{width: 100%;max-width: 900px;}
@keyframes scale_m{
	from{transform: translate(-50%,-50%) scale(1.1);opacity: 0;}
	to{transform: translate(-50%,-50%) scale(1);opacity: 1;}
}


.about_service .zhaobiao .part{text-align: initial;}
.about_service .zhaobiao .list_news2{margin-top: 30px;}
.about_service .zhaobiao .list_news2 ul li{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 6%;box-sizing: border-box;align-items: center;color: #545454;border-bottom: 1px solid #cdcdcd;}
.about_service .zhaobiao .list_news2 ul li .tit{display: inline-block;white-space: nowrap;padding: 18px 0;width: calc(100% - 120px);width: -webkit-calc(100% - 120px);text-overflow: ellipsis;overflow: hidden;font-size: 14px;}
.about_service .zhaobiao .list_news2 ul li:hover{background: #07a5df;color: #fff;box-shadow: 0 0 10px rgba(7,165,223,0.6);}
@media only screen and (max-width:480px){
.about_service .zhaobiao .list_news2{margin-top: 20px;}
	.about_service .zhaobiao .list_news2 ul li{padding: 0 3%;}
	.about_service .zhaobiao .list_news2 ul li .tit{padding:10px 0;}
}

/* contact */
.contact{padding: 3.5% 0 4%;}
.contact .content_mes{margin-top: 30px;}
.contact .content_mes ul li{width: 23%;text-align: center;padding: 2% 3%;box-sizing: border-box;border: 1px solid #b1b1b1;border-radius: 8px;}
.contact .content_mes ul li .item{}
.contact .content_mes ul li .item i{display: inline-block;height: 40px;line-height: 40px;}
.contact .content_mes ul li .item .tit{margin-top: 6%;font-size:20px;}
.contact .content_mes ul li .item .con{margin-top: 6%;font-size: 16px;line-height: 24px;color: #545454;word-break: break-all;}
.contact .content_mes ul li:hover{border-color: #07a5df;}

.contact .ol_leaving{padding: 3.5% 3%;margin-top: 5%;box-sizing: border-box;border-radius: 8px;background: url(../images/mes_bg.jpg)no-repeat center/cover;border-radius: 10px;overflow: hidden;}
.contact .ol_leaving .tit{font-size: 22px;}
.contact .ol_leaving em{display: block;margin-top: 10px;font-size: 16px;color: #000;}
.contact .ol_leaving .mes_box{display: flex;margin-top: 20px;flex-wrap: wrap;justify-content: space-between;}
.contact .ol_leaving .mes_box li{margin-bottom: 15px;padding:0 8px;width: 32.4%;height:45px;line-height:45px;box-sizing: border-box;border: 1px solid #07a5df;}
.contact .ol_leaving .mes_box li input{width: 100%;font-size: 14px;color: #545454;background: transparent;}
.contact .ol_leaving .mes_box li.type{width: 100%;}
.contact .ol_leaving .mes_box li.content{padding: 12px 8px;width: 100%;height: auto;line-height: initial;}
.contact .ol_leaving .mes_box li.content textarea{width: 100%;height: 50px;resize: none;font-family: normal;font-size: 14px;color: #545454;background: transparent;}
.contact .ol_leaving .upload .code{width: 49%;}
.contact .ol_leaving .upload .code ul{justify-content: flex-start;}
.contact .ol_leaving .upload .code ul li{padding:0 8px;width: 48%;height:45px;line-height:45px;box-sizing: border-box;border: 1px solid #07a5df;position: relative;}
.contact .ol_leaving .upload .code ul li input{width: 100%;background: transparent;color: #545454;}
.contact .ol_leaving .upload .code ul li img{position: absolute;width: 100%;height: 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.contact .ol_leaving .upload .code ul li.cd_img{margin-left: 10px;width: 100px;padding: 20px 0;}
.contact .ol_leaving .upload .up_btn{width: 49%;}
.contact .ol_leaving .upload .up_btn input{width: 100%;padding: 12px 0;background: #07a5df;color: #fff;font-size: 16px;cursor: pointer;}
.contact .ol_leaving .upload .up_btn:hover input{background: #db261f;}
@media only screen and (max-width:990px){
	.contact .content_mes ul li{margin-bottom: 15px;width: 48.5%;}
	.contact .content_mes ul li:nth-last-child(-n+2){margin-bottom: 0;}
	.contact .content_mes ul li .item .tit{font-size: 18px;}
}
@media only screen and (max-width:768px){
	.contact .ol_leaving .tit{font-size: 20px;}
	.contact .ol_leaving em{font-size: 14px;}
	.contact .ol_leaving .mes_box li input{font-size: 12px;}
	.contact .ol_leaving .mes_box li.content textarea{font-size: 12px;}
	.contact .ol_leaving .upload .up_btn input{font-size: 14px;}
}
@media only screen and (max-width:680px){
	.contact .ol_leaving{width: 100%;}
}
@media only screen and (max-width:480px){
	.contact{padding: 30px 0;}
	.contact .content_mes ul li{padding: 5% 3%;width: 100%;}
	.contact .content_mes ul li:nth-last-child(-n+2){margin-bottom: 15px;}
	.contact .content_mes ul li .item i{width: 26px;height: 26px;line-height: 26px;vertical-align: middle;}
	.contact .content_mes ul li .item i img{max-height: 100%;}
	.contact .content_mes ul li .item .tit{margin-top: 0;font-size: 16px;display: inline-block;vertical-align: middle;}
	.contact .content_mes ul li .item .con{margin-top: 15px;font-size: 14px;}
	.contact .ol_leaving .tit{font-size: 18px;}
	.contact .ol_leaving .mes_box li{height: 35px;line-height: 35px;width: 100%;}
	.contact .ol_leaving .upload .code{width:100%;}
	.contact .ol_leaving .upload .code ul li{width: 48%;height: 35px;line-height: 35px;}
	.contact .ol_leaving .upload .code ul li.cd_img{width: 100px;}
	.contact .ol_leaving .upload .code ul li.cd_img{padding: 16px 0;}
	.contact .ol_leaving .upload .up_btn{margin-top: 15px;width: 100%;}
	.contact .ol_leaving .upload .up_btn input{padding: 9px 0;}
}

.newslist_zb{padding: 3.5% 0 4%;}
.newslist_zb .list_news2{margin-top: 30px;}
.newslist_zb .list_news2 ul li{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 6%;box-sizing: border-box;align-items: center;color: #545454;border-bottom: 1px solid #cdcdcd;}
.newslist_zb .list_news2 ul li .tit{display: inline-block;white-space: nowrap;padding: 18px 0;width: calc(100% - 120px);width: -webkit-calc(100% - 120px);text-overflow: ellipsis;overflow: hidden;font-size: 14px;}
.newslist_zb .list_news2 ul li:hover{background: #07a5df;color: #fff;box-shadow: 0 0 10px rgba(7,165,223,0.6);}
@media only screen and (max-width:768px){
	.newslist_zb{padding: 40px 0;}
}
@media only screen and (max-width:480px){
	.newslist_zb{padding: 30px 0;}
	.newslist_zb .list_news2{margin-top: 20px;}
	.newslist_zb .list_news2 ul li{padding: 0 3%;}
	.newslist_zb .list_news2 ul li .tit{padding:10px 0;}
}
/* caselist */
.caselist{padding: 3.5% 0 4%;}
.caselist .list{margin-top: 30px;}
.caselist .list ul li{padding: 20px;margin-bottom: 3%;width: 48%;box-sizing: border-box;align-items: center;box-shadow: 0 0 10px rgba(0,0,0,0.1);transition: all .3s linear;}
.caselist .list ul li .layout{display: flex;flex-wrap: wrap;justify-content: space-between;}
.caselist .list ul li .lf_img{width: 250px;}
.caselist .list ul li .rt_text{position: relative;padding-bottom: 20px;width: calc(96% - 250px);width: -webkit-calc(96% - 250px);box-sizing: border-box;}
.caselist .list ul li .rt_text .tit{padding-bottom: 15px;font-size: 18px;border-bottom: 1px solid #cdcdcd;}
.caselist .list ul li .rt_text .con{margin-top: 10px;color: #545454;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;font-size: 14px;line-height: 24px;}
.caselist .list ul li .rt_text p.sec{position: absolute;font-size: 14px;left: 0;bottom: 0;width: 100%;text-align: right;color: #545454;}
.caselist .list ul li:hover{background-color: #07a5df;box-shadow: 0 0 10px rgba(7,165,223,0.6);}
.caselist .list ul li:hover .rt_text .tit{color: #fff;border-color: #fff;}
.caselist .list ul li:hover .rt_text .con{color: #fff;}
.caselist .list ul li:hover .rt_text p.sec{color: #fff;}
@media only screen and (max-width:1200px){
	.caselist .list ul li .lf_img{width: 100%;}
	.caselist .list ul li .rt_text{margin-top: 20px;width: 100%;}
}
@media only screen and (max-width:768px){
	.caselist{padding: 40px 0;}
	.caselist .list ul li {width: 49%;}
	.caselist .list ul li .rt_text .tit{font-size: 16px;}
}
@media only screen and (max-width:480px){
	.caselist{padding: 30px 0;}
	.caselist .list ul li{padding: 3%;width: 100%;}
}

/* case_related */
.case_related{width: 100%;}
.case_related .rel_head {display: inline-block;width: 152px;border-radius: 5px;font-size: 26px;color: #fff;text-align: center;font-weight: normal;}
.case_related .content_wrap:after{content: "";width: 100%;}
.case_related .content_wrap.flx{margin-top: 3%;flex-wrap: wrap;}
.case_related .content_wrap{width: 100%;}
.case_related .content_item{padding: 1.5% 2%;margin:10px 0;width: 48%;transition: all .5s;box-sizing: border-box;position: relative;overflow: hidden;border-top: 4px solid #f0f1f2;color: #1f1f1f;font-size: 16px;box-shadow: 0px 5px 10px rgba(19,148,74,0.1);background: #fff;}
.case_related .content_item .flx_w{align-items: center;}
.case_related .content_item .lf_part{width: calc(100% - 200px);width: -webkit-calc(100% - 200px);}
.case_related .content_item .rt_part{width: 140px;}
.case_related .content_item .tit{display: inline-block;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 18px;}
.case_related .content_item .time{display: inline-block;width: 100%;font-size: 14px;font-weight: bold;}
.case_related .content_item:hover{border-color: #07a5df;}
.case_related .content_item:hover .tit{color: #07a5df;}

@media only screen and (max-width:768px){
	.case_related{width: 100%;}
	.case_related .rel_head{margin-bottom: 0;padding:7px 15px ;width: auto;font-size: 16px;line-height: normal;box-sizing: border-box;}
	.case_related .content_item{padding: 15px 13px;font-size: 14px;}
	.case_related .content_item .tit{font-size: 16px;}
	.case_related .content_item .lf_part{width: calc(99% - 120px);width: -webkit-calc(99% - 120px);}
	.case_related .content_item .rt_part{width: 120px;}
}
@media only screen and (max-width:600px){
	.case_related .rel_head{width: 100%;font-size: 18px;}
}
@media only screen and (max-width:480px){
	.case_related .rel_head{font-size: 16px;}
	.case_related .content_item{width: 100%;;margin: 10px 0 0;}
	.case_related .content_item .lf_part{width: calc(99% - 100px);width: -webkit-calc(99% - 100px);}
	.case_related .content_item .rt_part{width: 100px;}
}

/* about_support */
.about_support{padding: 3.5% 0 4.3%;}
.about_support .content_list{margin-top: 30px;}
.about_support .layout .item{width: 15%;text-align: center;padding: 2% 3%;box-sizing: border-box;border: 1px solid #b1b1b1;border-radius: 8px;}
.about_support .layout .item i{display: inline-block;height: 40px;line-height: 40px;}
.about_support .layout .item .tit{margin-bottom: 6%;font-size:20px;}
.about_support .layout .item .con{margin-top: 6%;font-size: 16px;line-height: 24px;color: #545454;word-break: break-all;}
.about_support .layout .item:hover{border-color: #07a5df;background: #07a5df;color: #fff;}
.about_support .content_list .text{padding: 3% 3%;margin-top: 3.5%;box-sizing: border-box;border: 1px dashed #b1b1b1;border-radius: 10px;}
.about_support .content_list .text li{margin-bottom: 15px;}
.about_support .content_list .text li .top i,.about_support .content_list .text li .top span{display: inline-block;vertical-align: middle;}
.about_support .content_list .text li .top span{margin-left: 15px;font-size: 18px;font-weight: bold;}
.about_support .content_list .text li .con{margin-top: 5px;font-size: 16px;line-height: 24px;color: #343434;}
@media only screen and (max-width:1000px){
	.about_support .layout .item{margin-bottom: 2%;width: 32%;}
}
@media only screen and (max-width:768px){
	.about_support{padding: 40px 0;}
	.about_support .layout .item{padding: 4% 2%;}
	.about_support .layout .item .tit{margin-bottom: 2%;font-size: 18px;}
}
@media only screen and (max-width:480px){
	.about_support{padding: 30px 0;}
	.about_support .layout .item .tit{font-size: 15px;}
	.about_support .layout .item em{display: inline-block;font-size: 12px;}
	.about_support .content_list .text li .top span{font-size: 16px;}
	.about_support .content_list .text li .con{margin-top: 10px;font-size: 14px;line-height: normal;}
}

/* .about_join */
.about_join{padding-bottom: 4%;}
.about_join .content_wrap{margin-top: 30px;}
.about_join .content{width: 100%;font-size: 16px;line-height: 28px;color: #343434;}
.about_join .rt_img{margin-top: 5%;width: 100%;}
.about_join .rt_img .img{width: 30%;}
.about_join .bottom_join .text{padding: 3% 2.5%;margin: 10px auto 0;width:100%;max-width: 500px;border-radius: 10px;background: #DB261F;box-sizing: border-box;color: #ffff00;}
.about_join .bottom_join .text .tit{font-size: 24px;}
.about_join .bottom_join .text b{font-size: 24px;color: #fff;}
.about_join .bottom_join .text .con{font-size: 16px;}
@media only screen and (max-width:768px){
	.about_join .content{line-height: 24px;}
	.about_join .bottom_join > img{width: 110px;}
	.about_join .bottom_join .text{max-width: 300px;}
	.about_join .bottom_join .text .tit{font-size: 20px;}
	.about_join .bottom_join .text b{font-size: 22px;}
}
@media only screen and (max-width:480px){
	.about_join{padding-bottom: 30px;}
	.about_join .content{font-size: 14px;}
	.about_join .rt_img .img{width: 100%;}
	.about_join .bottom_join > img{width: 80px;}
	.about_join .bottom_join .text .tit{font-size: 16px;}
	.about_join .bottom_join .text b{margin:10px 0}
}


/* joblist */
			.joblist{padding: 3.5% 0 4%;}
			.joblist .job_list {margin: 30px 0 30px;}
			.joblist .job_list .job_hd{padding-bottom: 3%;margin-bottom: 4%;font-size: 24px;color: #07a5df;border-bottom: 1px solid #e5e5e5;}
			.joblist .job_list .lf_list{width: 100%;}
			.joblist .job_list .lf_list ul li {padding: 10px;border-bottom: 1px solid #e5e5e5;}
			.joblist .job_list .lf_list ul li .job_name{font-size: 18px;font-weight: bold;color: #333;cursor:pointer;}
			.joblist .job_list .lf_list ul li .time{margin: 2% 0;color: #666;position: relative;}
			.joblist .job_list .lf_list ul li .time .down{position: absolute;top: 50%;right: 0;width: 19px;height: 19px;transform: translateY(-50%);z-index: 1;cursor: pointer;background: url(../images/icon_list2.png)no-repeat center/auto;}
			.joblist .job_list .lf_list ul li .con{display: none;font-size: 14px;line-height: 24px;}
			.joblist .job_list .lf_list ul li .more{display: inline-block;margin-top: 3%;font-size: 16px;color: #999;}
@media only screen and (max-width:768px){
			.joblist{padding: 40px 0;}
			.joblist .job_list .job_hd{font-size: 20px;}
			.joblist .job_list .lf_list ul li{padding: 3%;}
			.joblist .job_list .lf_list ul li .job_name{font-size: 16px;}
			.joblist .job_list .lf_list ul li .more{font-size: 14px;}
}
@media only screen and (max-width:480px){
			.joblist{padding: 30px 0;}
			.joblist .list_hd h2{font-size: 18px;}
			.joblist .job_list .job_hd{padding: 6% 0;margin: 0;font-size: 18px;}
			.joblist .job_list .lf_list ul li .time{margin: 4% 0;}
			.joblist .job_list .lf_list ul li .con{line-height: normal;}
}

.wp-pagenavi {CLEAR: both; MARGIN:0 auto; WIDTH: 100%; PADDING: 30px 0 30px; TEXT-ALIGN: center}
.wp-pagenavi a {
BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px;BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none;border-radius:5px;
}
.wp-pagenavi a:hover {
BORDER-LEFT-COLOR:#07A4DF; BORDER-BOTTOM-COLOR:#07A4DF; BORDER-TOP-COLOR:#07A4DF; BORDER-RIGHT-COLOR:#07A4DF;background:#07A4DF; color:white; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px; PADDING-TOP: 5px;
}/*��ǰָ��ҳ���ı߿�ɫ*/
.wp-pagenavi a.page-num-current {
BORDER-LEFT-COLOR:#07A4DF; BORDER-BOTTOM-COLOR:#07A4DF; BORDER-TOP-COLOR:#07A4DF; BORDER-RIGHT-COLOR:#07A4DF; background:#07A4DF; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px; PADDING-TOP: 5px; border:#07A4DF 1px solid;border-radius:5px;
color:#fff;
}/*��ǰѡ��ҳ���ı���ɫ*/
.text-norecord{ font-size:14px; line-height:35px;}
@media screen and (max-width: 640px) {
.m640{ display:none;}
}

.ab_support{padding: 4% 0 0;}
			.ab_service .list_content{margin-top: 30px;}
			.ab_service .list_content .flx_w{align-items: center;}
			.ab_service .list_content .lf_cer{width: 60%;position: relative;}
			.ab_service .list_content .lf_cer > div{padding: 10px;border: 1px solid #c5c5c5;box-sizing: border-box;}
			.ab_service .list_content .lf_cer .img{position: relative;width: 100%;height: 0;padding-bottom: 70%;overflow: hidden;}
			.ab_service .list_content .lf_cer .img img{position: absolute;left: 50%;top:50%;width: auto;max-width: initial;height: 100%;transform: translate(-50%,-50%);}
			.ab_service .list_content .lf_cer #zz_prev,.ab_service .list_content .lf_cer #zz_next{position: absolute;padding: 5px;top: 50%;width: 38px;height: 38px;transform: translateY(-50%);z-index: 2;cursor: pointer;border: 1px solid #ccc;border-radius: 50%;box-sizing: border-box;background-color: rgba(255,255,255,0.6);}
			.ab_service .list_content .lf_cer #zz_prev img,.ab_service .list_content .lf_cer #zz_next img{filter: grayscale(1);}
			.ab_service .list_content .lf_cer #zz_prev{left: 0;}
			.ab_service .list_content .lf_cer #zz_next{right: 0;}
			.ab_service .list_content .lf_cer .slogan{margin-top: 20px;text-align: center;font-size: 20px;color: #666;}
			.ab_service .list_content .rt_part{width: 35%;}
			.ab_service .list_content .rt_part ul li{margin: 10px 0;font-size: 30px;color: #343434;}
			.ab_service .list_content .rt_part ul li i,.ab_service .list_content .rt_part ul li span{display: inline-block;vertical-align: middle;}
			.ab_service .list_content .rt_part ul li i{margin-right: 20px;width: 32px;height: 32px;background: url(../images/icon_jianli.png)no-repeat center/100%;}
			.ab_service .list_content .rt_part ul li span{width: calc(100% - 55px);width: -webkit-calc(100% - 55px);}
			@media only screen and (max-width:1200px){
				.ab_service .list_content .rt_part ul li{font-size: 20px;}
				.ab_service .list_content .lf_cer .slogan{margin-top: 10px;font-size: 16px;}
			}
			@media only screen and (max-width:768px){
				.ab_service .list_content .lf_cer{width: 100%;}
				.ab_service .list_content .rt_part{margin-top: 2%;width: 100%;}
				.ab_service .list_content .rt_part ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
				.ab_service .list_content .rt_part ul li{font-size: 16px;width: 49.5%;}
				.ab_service .list_content .rt_part ul li i{margin-right: 15px;width: 25px;height: 25px;}
			}
			@media only screen and (max-width:480px){
				.ab_support{padding: 30px 0 0;}
				.ab_service .list_content .rt_part ul li{width: 100%;}
				.ab_service .list_content .lf_cer #zz_prev, .ab_service .list_content .lf_cer #zz_next{width: 30px;height: 30px;}
			}
			
			.ab_problem{margin: 3% 0;}
			.ab_problem ul{margin-top: 3%;}
			.ab_problem ul li{padding: 5px;width: 23%;text-align: center;border-radius: 20px;box-shadow: 0 0 10px rgba(0,0,0,0.1);box-sizing: border-box;}
			.ab_problem ul li .top_tit{position: relative;width: 100%;height: 225px;background: #07a4de;border-radius: 18px;}
			.ab_problem ul li .top_tit .tit{position: absolute;left: 50%;top: 50%;width: 94%;transform: translate(-50%,-50%);color: #fff;font-size: 70px;letter-spacing: 5px;}
			.ab_problem ul li .con{position: relative;padding: 8% 8% 5%;margin:-35px auto 0;width: 85%;background: #fff;font-size: 16px;line-height: 24px;color: #343434;z-index: 2;box-sizing: border-box;}
			.ab_problem .slogan b{font-size: 40px;font-weight: normal;color: #333;}
			.ab_problem .slogan p{margin-top: 1%;color: #666;font-size: 20px;}
			.ab_problem .more span{display: inline-block;margin-top:4%;padding: 1% 3%;font-size: 20px;background: #fff;border-radius: 30px;box-shadow: 0 0 10px rgba(0,0,0,0.1);transition: all .3s linear;}
			.ab_problem .more span:hover{transform: translateY(10px);}
			@media only screen and (max-width:1200px){
				.ab_problem .slogan b{font-size: 28px;}
				.ab_problem .slogan p{font-size: 16px;}
				.ab_problem ul{margin-top: 30px;}
				.ab_problem ul li .top_tit{height: 180px;}
				.ab_problem ul li .top_tit .tit{font-size: 40px;}
				.ab_problem ul li .con{padding: 8% 3% 5%;}
			}
			@media only screen and (max-width:990px){
				.ab_problem{margin-top: 40px;}
				.ab_problem ul li{margin-bottom: 4%;width: 48%;}
				.ab_problem ul li:nth-last-child(-n+2){margin-bottom: 0;}
				.ab_problem .slogan b{font-size: 24px;}
			}
			@media only screen and (max-width:768px){
				.ab_problem .more span{margin-top: 6%;padding: 1.5% 6%;font-size: 16px;}
			}
			@media only screen and (max-width:480px){
				.ab_problem{margin: 30px 0;}
				.ab_problem ul li{width: 49%;}
				.ab_problem ul li .top_tit{height: 146px;}
				.ab_problem ul li .top_tit .tit{font-size: 24px;}
				.ab_problem ul li .con{width: 94%;font-size: 14px;}
				.ab_problem .slogan b{font-size: 20px;}
				.ab_problem .slogan p{font-size: 14px;}
				.ab_problem .more span{margin-top: 30px;padding: 3% 13%;font-size: 14px;}
			}
			@media only screen and (max-width:320px){
				.ab_problem ul li .top_tit .tit{font-size: 20px;}
				.ab_problem ul li .top_tit{height: 128px;}
			}
			
			.ab_anli{padding: 3% 0 3%;background: #f2f2f2;}
			.ab_anli .customer{margin-top: 4%;}
			.ab_anli .prev,.ab_anli .next{position: absolute;padding: 5px;top: 50%;width: 38px;height: 38px;transform: translateY(-50%);z-index: 2;cursor: pointer;border: 1px solid #ccc;border-radius: 50%;box-sizing: border-box;background-color: rgba(255,255,255,0.6);}
			.ab_anli .prev img,.ab_anli .next img{filter: grayscale(1);}
			.ab_anli .prev{left: 0;}
			.ab_anli .next{right: 0;}
			.ab_anli .customer .item .tit{margin-top: 5px;font-size: 16px;text-align: center;line-height: 24px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #666;}
			@media only screen and (max-width:768px){
				.ab_anli{padding: 40px 0;}
				.ab_anli .customer{margin-top: 30px;}
			}
			@media only screen and (max-width:480px){
				.ab_anli{padding: 30px 0;}
				.ab_anli .prev, .ab_anli .next{width: 30px;height: 30px;}
				.ab_anli .customer .item .tit{font-size: 14px;}
			}
			
			/* 招商加盟 */
			.ab_join{padding:3.5% 0 4%;}
			.ab_join .join_wrap{margin-top: 30px;padding: 5% 0 4%;background: #f2f2f2;}
			.ab_join .join_wrap .nei_wrap{padding: 0 6%;box-sizing: border-box;}
			.ab_join .top b{font-size: 18px;color: #333;}
			.ab_join .top p{margin: 15px 0 10px;color: #666;}
			.ab_join .work_mode{padding: 20px 16px;box-sizing: border-box;background: #fff;}
			.ab_join .work_mode .title{text-align: center;}
			.ab_join .work_mode .title p{font-size: 16px;}
			.ab_join .work_mode .title p:nth-child(1){margin-bottom: 1%;font-size: 30px;}
			.ab_join .work_mode ul {margin-top: 40px;}
			.ab_join .work_mode ul li{padding: 2% 3%;margin: 10px 0;width: 49%;box-sizing: border-box;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
			.ab_join .work_mode ul li .flx_w{align-items: center;}
			.ab_join .work_mode ul li .lf_img{width: 100px;}
			.ab_join .work_mode ul li .text{width: calc(96% - 100px);width: -webkit-calc(96% - 100px);}
			.ab_join .work_mode ul li .text .tit{margin-bottom: 10px;font-size: 24px;}
			.ab_join .work_mode ul li .text .con{padding-right: 20%;font-size: 16px;line-height: 30px;box-sizing: border-box;color: #666;}
			@media only screen and (max-width:1000px){
				.ab_join .join_wrap .nei_wrap{padding: 0;}
				.ab_join .work_mode .title p:nth-child(1){font-size: 22px;}
				.ab_join .work_mode .title p{font-size: 14px;}
				.ab_join .work_mode ul{margin-top: 25px;}
				.ab_join .work_mode ul li .text .tit{font-size: 20px;}
				.ab_join .work_mode ul li .text .con{padding-right: 0;line-height: 24px;}
				.ab_join .work_mode ul li .lf_img{width: 72px;}
				.ab_join .work_mode ul li .text{width: calc(96% - 72px);width: -webkit-calc(96% - 72px);}
			}
			@media only screen and (max-width:768px){
				.ab_join .work_mode .title p:nth-child(1){font-size: 18px;}
				.ab_join .work_mode ul li .lf_img{width: 54px;}
				.ab_join .work_mode ul li .text{width: calc(96% - 54px);width: -webkit-calc(96% - 54px);}
				.ab_join .work_mode ul li .text .tit{font-size: 16px;}
				.ab_join .work_mode ul li .text .con{font-size: 14px;}
			}
			@media only screen and (max-width:480px){
				.ab_join{padding: 30px 0;}
				.ab_join .join_wrap{margin-top: 25px;padding: 30px 0 ;}
				.ab_join .work_mode ul{margin-top: 15px;}
				.ab_join .work_mode ul li{width: 100%;}
				.ab_join .work_mode ul li .lf_img{width: 43px;}
				.ab_join .work_mode .title p:nth-child(1){font-size: 16px;}
			}
			
			.ab_join .j_service{margin-top: 4%;}
			.ab_join .j_service .nei_wrap{padding: 0 6%;box-sizing: border-box;}
			.ab_join .j_service ul{display: flex;flex-wrap: wrap;justify-content: flex-start;margin-top: 3%;}
			.ab_join .j_service ul li{padding: 2% 2%;margin: 1.6% 0;margin-right: 2.33%;width: 23%;box-sizing: border-box;box-shadow: 0 0 10px rgba(0,0,0,0.1);text-align: center;transition: all .2s linear;}
			.ab_join .j_service ul li:nth-child(4n){margin-right: 0;}
			.ab_join .j_service ul li .tit{font-size: 20px;}
			.ab_join .j_service ul li .con{margin-top: 6px;font-size: 14px;line-height: 30px;color: #666;}
			.ab_join .j_service ul li:hover{transform: translateY(-5px);}
			@media only screen and (max-width:1000px){
				.ab_join .j_service .nei_wrap{padding: 0;}
			}
			@media only screen and (max-width:768px){
				.ab_join .j_service ul{justify-content: space-between;}
				.ab_join .j_service ul:after{content: "";width: 32%;}
				.ab_join .j_service ul li{padding: 2% 0.5%;margin-right: 0;width: 32%;}
				.ab_join .j_service ul li .tit{font-size: 16px;}
				.ab_join .j_service ul li .con p{display: inline-block;}
			}
			@media only screen and (max-width:480px){
				.ab_join .j_service{margin-top: 30px;}
				.ab_join .j_service ul{margin-top: 20px;}
				.ab_join .j_service ul li{padding: 4% 2%;width: 49%;}
				.ab_join .j_service ul li .con{line-height: normal;}
			}
			
			/************* 新闻详情 *************/
.news_details {
	position:relative;
	margin-top:90px;
	z-index:4;
}
.news_details .left {
	width:calc(100% - 450px);
	float:left;
	background:#ffffff;
	padding: 0px 0px 50px;
	box-sizing:border-box;
}
.news_details .left .title {
	font-size:30px;
	line-height:1.7;
  color: #000000;
}
.news_details .right {
	width:400px;
	float:right;
	background:#ffffff;
	padding:0px 1.6% 20px;
	box-sizing:border-box;
  position: sticky;
  right: 0;top: 110px;
}
.news_details .right .title {
	font-size:24px;
	line-height:2;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
  color: #000000;
}
.news_details .mess {
	font-size:14px;
	color:#999999;
	margin:27px 0 20px 0;
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,.1);
	line-height:2;
}
.news_details .mess li {
	margin-right:35px;
	float:left;
}
.news_details .editors {
	font-size:16px;
	line-height:30px;
	color:#222;
	width:100%;
  padding: 1px 0;
}
.news_details .editors img{ max-width: 100%; }
.news_details .editors p {
	/* text-indent:2em; */
	margin:1em auto;
}
.news_details .right_list {
	}.right_list a {
	display:none;
	padding:20px 0;
	width:100%;
	border-bottom:1px dashed #eeeeee;
}
.right_list a:first-child {
	}.right_list .picture {
	width:135px;
	float:left;
}
.right_list a:nth-child(1),.right_list a:nth-child(2),.right_list a:nth-child(3) {
	display:block;
}
.right_list .lans {
	width:200px;
	float:right;
}
.right_list .t1 {
	font-size:16px;
	line-height:24px;
	color:#333333;
	margin:2px 0 10px 0;
}
.right_list .t2 {
	font-size:13px;
	color:#999999;
	font-weight:lighter;
}
.right .more {
	color:#666666;
	line-height:2;
	cursor:pointer;
	text-align:center;
	padding-top:20px;
}
.right .more img {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	margin-bottom:-18px;
}
.i_ico {
	display:inline-block;
  font-size: 12px!important;
}
.i_ico a::before { display: none;}
.i_ico a {
	margin:0 3px !important;
  padding: 0;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
	display:none;
	transition:0.5s;
}
.i_ico a:hover{ background: none!important;}
.i_ico .wechat-qrcode{ box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;}
.i_ico.on a {
	display:inline-block;
}
.i_ico a:nth-child(1),.i_ico a:nth-child(2),.i_ico a:nth-child(3),.i_ico a:last-child {
	display:inline-block;
}
.i_ico a:hover {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);
	filter:;
}
.new_pagetion {
	border-top:1px solid #eeeeee;
	margin-top:40px;
	padding-top:30px;
	font-weight:;
}
.new_pagetion .left1 {
	width:calc(100% - 250px);
	float:left;
}
.new_pagetion .left1 a {
	font-size:16px;
	line-height:30px;
	color:#222222;
	display:block;
	margin-bottom:5px;
}
.new_pagetion .left1 a:hover {
	color:#c8a062;
}
.new_pagetion .list {
	width:160px;
	height:50px;
	line-height:50px;
	background:#eeeeee;
	color:#333333;
	text-align:center;
	font-size:16px;
	display: inline-block;
  float: right;
}
@media screen and (max-width:1600px) {
	.news_details .right {
	width:320px;
}
.right_list .picture {
	width:120px;
}
.right_list .lans {
	width:150px;
	float:right;
}
.right_list .t1 {
	font-size:15px;
	line-height:22px;
}
.news_details .left {
	width:calc(100% - 360px);
}
.news_details .left .title {
	font-size:28px;
}
.news_details .mess {
	font-size:13px;
	margin:20px 0 15px 0;
	padding-bottom:20px;
}
.news_details .editors {
	font-size:15px;
	line-height:28px;
}
}
@media screen and (max-width:1199px) {
	.news_details .left {
	width:100%;
	float:left;
	background:#ffffff;
	box-sizing:border-box;
}
.news_details .right {
	display:none;
}
.news_details .editors {
	font-size:14px;
	line-height:1.85;
}
.new_pagetion .left1 {
	width:100%;
	float:none;
}
.new_pagetion .list {
	float:none;
	width:130px;
	line-height:40px;
	height:40px;
	margin:20px auto 0 auto;
}
.new_pagetion .list img {
	width:20px;
}
.news_details .left .title {
	font-size:24px;
}
.new_pagetion .left1 a {
	font-size:14px;
	line-height:27px;
}
.new_pagetion {
	margin-top:30px;
	padding-top:20px;
}
}
@media screen and (max-width:700px) {
	.news_details .left {
	}.news_details .title {
	font-size:24px;
	line-height:1.8;
}
.tuijian {
	padding:30px 0 15px 0;
	line-height:2;
}
.news_details .mess li {
	margin-right:30px;
	line-height:2;
}
.news_details .left .title {
	font-size:20px;
}
.new_pagetion .left1 a {
	font-size:12px;
	line-height:22px;
}
}
@media screen and (max-width:500px) {
  .news_details .mess{margin: 10px 0 5px 0; padding-bottom: 15px;}
  .news_details .mess li{ margin-right: 10px;}
}
