.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  *zoom: 1;
}

.clearfix1 {
*zoom:1
}

.clearfix1:before, .clearfix1:after {
	content: ' ';
	display: block;
	clear: both;
	visibility:hidden;
	line-height: 0;
	height:0;
	}

.clearfix1:after {
	clear:both
}
.floa_left{
	float: left;
}
.floa_right{
	float: right;
}



.head_bg{
	background-color: rgba(250,250,250,0);
	position: fixed;
	top: 0;
	height: 110px;
	left: 0;
	width: 100%;
	border-color: rgba(250,250,250,.1);
	z-index: 99;
}
.head_bg.head_active{
	background-color: rgba(250,250,250,1);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}


.head_bg::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(250,250,250,.1);
	left: 0;
	bottom: 1px;
}
.head_bg .head_box{
	width: 80%;
	margin: 0 auto;
	min-width: 1200px;
}
.head_bg .head_box .head_logo{
	width: 225px;
	height: 110px;
	overflow: hidden;
	float: left;
}
.head_bg .head_box .head_logo img{
	width: 100%;
	display: block;
}
.head_bg .head_left{
	float: right;
}
.head_bg .head_left ul{
	float: left;
}
.head_bg .head_left ul li{
	font-size: 18px;
	line-height: 107px;
	float: left;
	padding: 0 30px;
}
.head_bg .head_left ul li a{
	color: #fff;
	display: block;
	transition: ease-in-out .3s all;
}
.head_bg .head_left ul li.active a,.head_bg.head_active .head_left ul li.active a{
	color: #2aaffb;
}
.head_bg .head_left ul li.active{
	border-bottom: 3px solid #2AAFFB;
}
.head_bg .head_left ul li:hover a,.head_bg.head_active .head_left ul li:hover a{
	color: #2AAFFB;
}
.head_bg .head_left .head_dh{
	float: left;
	line-height: 110px;
	font-size: 30px;
	color: #fff;
	display: table;
	margin-left: 40px;
}
.head_bg .head_left .head_dh span{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: rgba(42,175,251,.1);
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.head_bg.head_active .head_left ul li a{
	color: #333;
}
.head_bg.head_active .head_left .head_dh{
	color: #666;
}
.head_bg.head_active .head_left .head_dh span{
	background-color: rgba(42,175,251,1);
}

.page_bannerbox .page_banner{
	width: 100%;
	height: 444px;
	overflow: hidden;
}

.case_box{
	padding: 70px 0 100px;
}
.case_box .case_title{
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.case_box .case_title a{
	font-size: 16px;
	color: #666;
	display: inline-block;
	margin: 0 20px;
	padding-left: 18px;
	transition: ease-in-out .3s all;
	position: relative;
}
.case_box .case_title a:hover{
	color: #2AAFFB;
}
.case_box .case_title a.active{
	color: #2AAFFB;
}
.case_box .case_title a.active::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 2px solid #2AAFFB;
	box-sizing: border-box;
}
.case_list{
	width: 1720px;
	margin: 30px auto 0;
}
.case_list ul li{
	width: 400px;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
	box-shadow: 0px 2px 2.94px 0.06px rgba(0, 0, 0, 0.14);
}
.case_list ul li:nth-child(4n){
	margin-right: 0;
}
.case_list ul li .case_slide{
	/* height: 380px; */
	width: 400px;
	/* position: relative;
	overflow: hidden; */
}
.case_list ul li .case_bt{
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
	box-sizing: border-box;
}
.case_list ul li .case_img{
	width: 400px;
	height: 380px;
	overflow: hidden;
	position: relative;
}
.case_list ul li .case_img img{
	width: 100%;
	display: block;
	transition: all .5s ease-in-out;
}
.case_list ul li .case_ewm{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
}
.case_list ul li .case_ewm img{
	display: block;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 160px;
	height: 160px;
	opacity: 0;
	transition: all .3s ease-in-out;
}
.case_list ul li.active .case_ewm img{
	top: 50%;
	opacity: 1;
}
.case_list ul li .case_slide .case{
	position: relative;
	width: 100%;
	background-color: #fff;
	/* left: 0; */
	/* bottom: -30px; */
	padding: 20px 53px 20px 14px;
	box-sizing: border-box;
	/* opacity: 0;
	transition: all .3s ease-in-out; */
}
.case_list ul li .case_slide .case h2{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;	
}
.case_list ul li .case_slide .case span{
	font-size: 14px;
	color: #2aaffb;
	line-height: 14px;
	margin-top: 10px;
	display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;	
}
.case_list ul li .case_slide .case .case_lj{
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background-color: #2AAFFB;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	text-align: center;
	line-height: 34px;
}
/* .case_list ul li:hover .case{
	bottom: 0;
	opacity: 1;
} */
.case_list ul li:hover .case_bt{
	background-color: #00C0FF;
	color: #fff;
}
.case_list ul li:hover .case_img img{
	opacity: .7;
	transform: scale(1.1) rotate(-2deg);
}
/* .case_list ul li.active .case{
	bottom: 0;
	opacity: 1;
}
.case_list ul li.active .case_img img{
	opacity: .8;
} */
.detail_banner{
	position: relative;
}
.detail_banner .detail_title{
	position: absolute;
	top: 40%;
	width: 100%;
	left: 0;
	padding: 0 100px;
}
.detail_banner .detail_title h1{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.detail_banner .detail_title a{
	display: block;
	width: 150px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #afadc1;
	border-radius: 20px;
	margin-top: 28px;
	transition: all .3s ease-in-out;
}
.detail_banner .detail_title a:hover{
	background-color: #2AAFFB;
	border-color: #2AAFFB;
}
.detail_bg{
	padding-top: 122px;
	margin-top: -100px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	min-width: 1200px;
	background-color: #fafafa;
	z-index: 10;
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 140px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}


.detail_box{
	padding-left: 50px;
	min-width: 1200px;
}
.detail_box .box_left{
	width: 350px;
	float: left;
}
.detail_box .box_left h2{
	font-size: 24px;
	color: #2aaffb;
	font-weight: normal;
	margin-bottom: 20px;
}
.detail_box .box_left span{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	display: inline-block;
}
.detail_box .box_left p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.ys_list{
	margin-top: 80px;
}
.ys_list ul{
	overflow: hidden;
	margin-top: 30px;
}
.ys_list ul li{
	width: 97px;
	float: left;
	margin-right: 50px;
}
.ys_list ul li i{
	display: block;
	height: 54px;
	font-style: normal;
}
.ys_list ul li em{
	font-style: normal;
	display: block;
	color: #999999;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
}
.ys_list ul li.zs i{
	background-color: #0d1427;
}
.ys_list ul li.fs i{
	background-color: #4ca2ff;
}
.detail_box .box_right{
	width: 850px;
	height: 568px;
	float: right;
	background: url("../images/mb01.png") no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 30px 0 100px 153px;
	overflow: hidden;
}
.detail_box .box_right img{
	max-width: 100%;
	width: 696px;
	height: auto;
	display: block;
}
.detail_box1{
	padding: 0 52px;
	margin-top: 100px;
}
.detail_box1 .detail_img{
	padding-top: 60px;
	padding-bottom: 20px;
	position: relative;
}
.detail_box1 .detail_img img{
	width: 100%;
	display: block;
}
.detail_box1 .detail_img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: url("../images/mb02.png") no-repeat left top;
	background-size: cover;
}
.detail_box1 .detail_img::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: url("../images/mb03.png") no-repeat left top;
	background-size: cover;
}


.news-page .public-body .line h3{
	font-weight: normal;
}

.full-box{
	margin-top: 0!important;
	padding-top: 50px;
}
.team1_box{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	padding: 50px 0;
	
}
.team1_bg{
	background-color: #fff;
}
.team1_box .box_left{
	float: left;
	width: 570px;
}
.team1_box .box_left img{
	width: 100%;
	display: block;
}
.team1_box .box_right{
	float: left;
	width: 600px;
	margin-left: 30px;
}
.team1_box .box_right h2{
	font-size: 36px;
	font-weight: normal;
	color: #333;
}
.team1_box .box_right span{
	display: block;
	font-size: 24px;
	margin-top: 10px;
}
.team1_box .box_right i{
	font-style: normal;
	font-size: 20px;
	display: block;
	margin-top: 10px;
	color: #2AAFFB;
}
.team1_box .box_right p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 10px;
}

.page_bannerbox{
	background-attachment: fixed;
	height: 444px;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.banner_title{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.banner_title span{
	display: block;
	font-size: 72px;
	color: #fff;
}
.banner_title i{
	display: block;
	font-size: 28px;
	color: #fff;
	font-style: normal;
}

.service_box{
	background-color: #fff;
	padding: 70px 0;
}
.service_content{
	width: 1220px;
	margin: 0 auto;
}
.service_content .service_silde{
	margin-top: 120px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.service_content .service_silde:first-child{
	margin-top: 0;
}
.service_content .service_silde .box_left{
	max-width: 50%;
	padding-bottom: 84px;
	position: relative;
}
.service_content .service_silde .box_left span{
	font-size: 24px;
	color: #ddd;
	padding: 14px 10px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}
.service_content .service_silde .box_left span::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #00c0ff;
}
.service_content .service_silde .box_left h3{
	font-size: 28px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}
.service_content .service_silde .box_left h4{
	font-size: 20px;
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
}

.service_content .service_silde .box_left ul li{
	font-size: 18px;
	color: #aaa;
	line-height: 30px;
}
.service_content .service_silde .box_left .service_lx{
	display: block;
	width: 58px;
	height: 58px;
	box-sizing: border-box;
	border: 2px solid #666;
	border-radius: 100%;
	text-align: center;
	line-height: 58px;
	font-size: 34px;
	color: #333;
	transition: .3s all ease-in-out;
	position: absolute;
	bottom: 0;
}
.service_content .service_silde .box_left .service_lx:hover{
	color: #fff;
	background-color: #00c0ff;
	border-color: #00C0FF;
}
.service_content .service_silde .box_left.ys2{
	text-align: right;
}
.service_content .service_silde .box_left.ys2 .service_lx{
	right: 0;
}
.service_content .service_silde .box_right{
	max-width: 50%;
	overflow: hidden;
}
.service_content .service_silde .box_right img{
	width: 100%;
	display: block;
}



.news_list{
	width: 1220px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.news_list ul li{
	width: 380px;
	transition: .4s all ease-in-out;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
}
.news_list ul li:nth-child(3n){
	margin-right: 0;
}
.news_list ul li .news_img{
	width: 380px;
	height: 242px;
	overflow: hidden;
}
.news_list ul li .news_img img{
	width: 100%;
	display: block;
	transition: .4s all ease-in-out;
}
.news_list ul li .news_centent{
	box-sizing: border-box;
	padding: 8px 10px 15px;
	background-color: #fff;
}
.news_list ul li .news_centent span{
	font-size: 12px;
	color: #999;
}
.news_list ul li .news_centent h2{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: .4s all ease-in-out;
}
.news_list ul li .news_centent p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bgcolor{
	background-color: #fff;
}

.news_list ul li:hover .news_img img{
	transform: scale(1.1) rotate(-2deg);
	opacity: .7;
}
.news_list ul li:hover .news_centent h2{
	color: #00C0FF;
}

.news_title{
	text-align: center;
	width: 1220px;
	margin: 0 auto;
}
.news_title a{
	font-size: 16px;
    color: #666;
    display: inline-block;
    margin: 0 20px;
    padding-left: 18px;
    transition: ease-in-out .3s all;
    position: relative;
}
.news_title a.active::before{
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 2px solid #2AAFFB;
    box-sizing: border-box;
}
.news_title a.active{
	color: #2AAFFB;
}

.news_detail{
	width: 1220px;
	margin: 0 auto;
	padding: 50px 0;
}
.news_detail h1{
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	color: #333;
}
.news_detail .bt_fb{
	margin: 15px 0;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.news_detail .bt_fb span{
	display: inline-block;
	margin: 0 10px;
	color: #aaa;
	font-size: 14px;
}
.news_detail .bt_fb span i{
	font-style: normal;
}
.news_detail .detail_wenb{
	font-size: 16px;
	color: #666;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.news_detail .detail_wenb p{
	margin-bottom: 20px;
}
.news_detail .detail_wenb img{

	margin: 5px 0;
}
.news_detail .detail_list{
	margin-top: 20px;
	padding-bottom: 20px;
}
.news_detail .detail_list ul li{
	font-size: 15px;
	color: #888;
	margin: 12px 0;
}
.news_detail .detail_list ul li a{
	color: #888;
}
.news_detail .detail_list ul li:hover a{
	color: #2AAFFB;
}

.zixun .news-box div.flexbox .tip{
	font-weight: normal;
}
.zixun .news-box div.flexbox .tip em{
	font-style: normal;
	font-weight: normal;
}
.news_detail .detail_wenb p{
	margin:0px;
	padding:0px;
	margin-bottom:0px;
}

.list_img ul li{
	width: 100%;
	background-size: cover;
}
.list_img ul li img{
	width: 100%;
	display: block;
}


.detail1_img{
	/* background-size: 100%; */
	background-repeat: no-repeat;
	background-position-x: center;
}
.detail1_img img{
	width: 100%;
	display: block;
}
.head_bg.detail_head{
	background-color: #FFFFFF;
	box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 8%);
}
.head_bg.detail_head .head_left ul li a{
	color: #333;
}
.head_bg.detail_head .head_left ul li.active a{
	color: #2aaffb;
}
.head_bg.detail_head .head_left .head_dh{
	color: #666;
}
.head_bg.detail_head .head_left .head_dh span{
	background-color: rgba(42,175,251,1);
}

/* 首页——案例详情 */
.case_index .swiper-wrapper{
	height: auto;
}
.case_index .swiper-slide{
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.case_index .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
}
.case_index .swiper-slide{
	position: relative;
	overflow: hidden;
}
.case_index .swiper-slide a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	transition: opacity .4s ease-in-out;
}
.case_index .swiper-slide:hover a::after{
	opacity: 0;
}
.case_index .swiper-slide .text_box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 10px 53px 10px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: translateY(60px);
	opacity: 0;
	transition: all .4s ease-in-out;
}
.case_index .swiper-slide:hover .text_box{
	transform: translateY(0);
	opacity: 1;
}
.case_index .swiper-slide .text_box .case_lj{
	width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #2AAFFB;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    text-align: center;
    line-height: 34px;
}
.case_index .swiper-slide .text_box h3{
	width: 90%;
	font-size: 15px;
    color: #333;
    font-weight: normal;
    line-height: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_index .swiper-slide .text_box span{
	width: 90%;
	font-size: 13px;
    color: #2aaffb;
    line-height: 14px;
    margin-top: 6px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}