.index-news-title{
	line-height: 32px;
	margin-bottom: 8px;
}
.index-news-title > i{
	color: #0c5baa;
	font-size: 30px;
}
.index-news-title > span{
	font-size: 22px;
	font-weight: 900;
	color: #000;
	margin: 0 auto 0 4px;
}
.index-news-title .ms{
	font-size: 14px;
	color: #0c5baa;
}
.index-news-title .ms i{
	margin-left: 4px;
}
.index-news{
	margin: 5% 0;
}
.index-news-list{
	margin-bottom: 20px;
	flex: 1;
	margin-bottom: auto;
}
.index-news-list a{
	align-items: stretch;
	color: #333;
	line-height: 24px;
	padding: 4% 0;
	border-bottom: 1px solid #eee;
}
.index-news-list a i{
	flex: 1;
	font-size: 14px;
	transition: all .3s;
}
.index-news-list a span{
	color: #0c5baa;
	margin-right: 8px;
	font-weight: 900;
	transition: all .3s;
}
.index-news-list a:hover{
	color: #0c5baa;
}
.index-news-swiper{
	padding-bottom: 10%;
	background: url('../image/index/newbg.png') no-repeat center bottom;
	background-size: 100%;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	height: 100%;
}
.index-news-swiper .item{
	
}
.index-news-swiper .item img{
	width: 100%;
	height: 400px;
	object-fit: contain;
}
.index-news-swiper .item p{
	margin-top: 4%;
	text-align: center;
	color: #0c5baa;
	text-decoration: underline;
}
.index-news-swiper .index-news-pagination{
	bottom: 6%;
}
.index-news-form{
	/* margin-top: 20px; */
}
.index-news-form label{
	background-color: #efefef;
	width: 100%;
	flex-wrap: wrap;
	line-height: 32px;
	padding: 5px;
	margin-top: 15px;
}
.index-news-form label input{
	flex: 1;
	background: transparent;
	padding: 0;
	line-height: 32px;
}
.index-news-form label span{
	width: 50px;
	text-align: center;
}
.index-news-form button{
	line-height: 40px;
	text-align: center;
	clear: both;
	resize: none;
	color: #fff;
	background-color: #0c5baa;
	width: 100%;
	box-shadow: none;
	display: block;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}
.index-news-right{
	flex-direction: column;
}
.index-news-right >a,
.index-news-right >div,
.index-news-right >form{
	width: 100%;
}
.index-serivce{
	background: url('../image/index/bg1.jpg') no-repeat center bottom;
	background-size: auto 100%;
	padding: 6% 0;
}
.index-serivce-title{
	padding-left: 80px;
	margin-right: 5%;
}
.index-serivce-title h2{
	width: 28px;
	font-size: 28px;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
}
.index-serivce-title h2:after{
	content: '';
	display: block;
	width: 1px;
	height: 180px;
	background: rgba(255,255,255,.2);
	margin: 20px auto 0;
}
.index-serivce-title p{
	text-transform: uppercase;
	color: rgba(255,255,255,.1);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 70px;
	transform: rotate(90deg);
	transform-origin: 0 0;
	white-space: nowrap;
	left: 70%;
	top: 6%;
	line-height: 1em;
}
.index-serivce-list{
	flex: 1;
}
.index-serivce-list ul{
	flex-wrap: wrap;
}
.index-serivce-list ul li{
	padding: 2.5rem 2rem;
}
.index-serivce-list .item{
	background-color: #fff;
	height: 100%;
	padding: 8% 5%;
	border-radius: 2px;
	transition: all .3s;
}
.index-serivce-list .item .icon{
	width: 70px;
	height: 70px;
	border: 1px dashed #0c5baa;
	color: #0c5baa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}
.index-serivce-list .item .icon i{
	font-size: 34px;
}
.index-serivce-list .item .text{
	flex: 1;
	margin-left: 20px;
}
.index-serivce-list .item .text h2{
	font-size: 18px;
	color: #333;
	line-height: 1em;
	margin-bottom: 12px;
	transition: all .3s;
}
.index-serivce-list .item .text p{
	color: #959595;
	line-height: 1.2em;
	font-size: 12px;
	text-transform: uppercase;
	transition: all .3s;
}
.index-serivce-list .item:hover{
	background-color: #0c5baa;
}
.index-serivce-list .item:hover .icon{
	color: #fff;
	border-color: #fff;
}
.index-serivce-list .item:hover .text h2,
.index-serivce-list .item:hover .text p{
	color: #fff;
}
.index-about{
	margin-bottom: 5%;
}
.index-about-list{
	align-items: stretch;
	flex-wrap: wrap;
}
.index-about-list .item{
	padding: 0 .5rem;
	display: block;
	width: 350px;
	transition: all .3s;
}
.index-about-list .item > div{
	overflow: hidden;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.index-about-list .item .text{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.index-about-list .item .text > div{
	text-align: center;
	padding: 24px 12%;
	bottom: 4%;
	height: 50%;
	width: 100%;
	flex-direction: column;
}
.index-about-list .item img{
	height: 100%;
	transition: all .3s;
	/* opacity: .1; */
}
.index-about-list .item.current{
	/* flex: 1; */
	width: calc(100% - 2rem - 700px);
}
/* .index-about-list .item.current img{
	width: 100%;
} */
.index-about-list .item .text h2{
	color: #fff;
	font-size: 28px;
	width: 100%;
}
.index-about-list .item .text p{
	width: 100%;
	flex: 1;
	margin-top: 5%;
}
.index-about-list .item .text .ms{
	justify-content: center;
	color: #fff;
	font-size: 14px;
}
.index-about-list .item:nth-child(1) .text{
	background: linear-gradient(to top,#0caaa1 20%,rgba(12,170,161,.7));
}
.index-about-list .item:nth-child(2) .text{
	background: linear-gradient(to top,#0c5baa 20%,rgba(12,91,170,.7));
}
.index-about-list .item:nth-child(3) .text{
	background: linear-gradient(to top,#095e70 20%,rgba(9,94,112,.7));
}
.index-about-list .item:nth-child(1) .text p{
	color: #7af4ed;
}
.index-about-list .item:nth-child(2) .text p{
	color: #84b3e2;
}
.index-about-list .item:nth-child(3) .text p{
	color: #80cfe0;
}
.index-case{
	background-color: #f5f8fd;
	padding-bottom: 3%;
}
.index-case .title{
	padding: 3% 0;
}
.index-case ul{
	margin-top: -10px;
}
.index-case li {
	padding: 10px 5px;
}
.index-case li a{
	background-color: #fff;
	justify-content: center;
}
.index-link{
	background: url('../image/index/bg2.jpg') no-repeat center top;
	background-size: 100% 100%;
	padding: 2% 0 5%;
}
.index-link-list{
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	padding: 12px 24px;
}
.index-link-list li{
	padding: 10px;
}
.index-link-list li a{
	display: block;
}

.about_duty .cont{
	border-radius: 12px;
	background-color: #fff;
	padding: 2%;
	font-size: 16px;
	line-height: 1.8em;
	color: #3a3a3a;
	text-align: center;
}
.about_task{
	background: url("../image/about/bg2.jpg") no-repeat center;
	background-size: 100%;
	padding: 0;
	overflow: hidden;
}
.about_task .cons{
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 5%;
	padding-right: 10%;
}
.about_duty .cons_list{
	flex-wrap: wrap;
	align-items: stretch;
	margin: -1%;
}
.about_duty .cons_list li{
	padding: 1%;
}
.about_duty .cons_list li > div{
	border-radius: 12px;
	background-color: #fff;
	height: 100%;
	padding: 3% 5%;
}
.about_duty .cons_list li i{
	font-size: 60px;
}
.about_duty .cons_list li p{
	color: #3a3a3a;
	line-height: 1.8em;
	margin-left: 5%;
	font-size: 14px;
	flex: 1;
}
.about_task .imgs{
	padding: 0;
}
.about_task .imgs img{
	width: 100%;
}
.about_purpose{
	background: url("../image/about/bg1.jpg") no-repeat center;
	background-size: 100%;
}
.about_purpose .cons{
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 5%;
	text-align: center;
}
.about_company .cons{
	overflow: hidden;
	line-height: 2em;
	color: #3a3a3a;
	font-size: 16px;
	text-indent: 2em;
}
.about_company .cons p{
	margin-bottom: 5%;
}
.about_company .imgs{
	padding: 0 20px 20px 0;
}
.about_company .imgs img{
	width: 100%;
}
.about_company .zz{
	width: 200px;
	height: 200px;
	background-color: #094785;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.about_company .nyTitle:after{
	margin-top: 5%;
}
.service_box{
	border-radius: 12px;
	background-color: #fff;
	padding: 3%;
}
.service_box > h2{
	font-size: 26px;
	position: relative;
	line-height: 1em;
	color: #333;
	text-align: center;
	margin-bottom: 3%;
}
.service_box .form label{
	width: 100%;
	background-color: #efefef;
	padding: 10px 20px;
	line-height: 30px;
	font-size: 16px;
}
.service_box .form label input{
	background: none;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	flex: 1;
}
.service_box .form button{
	max-width: 100%;
	width: 260px;
	line-height: 42px;
	background-color: #0c5baa;
	color: #fff;
	font-size: 16px;
	padding: 0;
	resize: none;
	box-shadow: none;
	border: none;
	margin-top: 2%;
}
.service_box .form button:before,
.service_box .form button:after{
	display: none;
}
.service_list{
	margin: 1% -1%;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.service_list li{
	padding: 1%;
}
.service_list .item{
	background-color: #fff;
	padding: 10px;
	position: relative;
	height: 100%;
}
.service_list .item .imgs{
	max-width: 35%;
}
.service_list .item .text{
	flex: 1;
	padding: 3% 5%;
}
.service_list .item .text h2{
	font-size: 18px;
	margin-bottom: 20px;
}
.service_list .item .text p{
	font-size: 14px;
	line-height: 2em;
}
.service_list .item .text .span{
	line-height: 36px;
	width: 160px;
	max-width: 100%;
	text-align: center;
	color: #fff;
	background-color: #094785;
	display: block;
	margin-top: 20px;
	transition: all .3s;
	cursor: pointer;
}
.service_list .item .text .span:hover{
	opacity: .9;
}
.service_list .item > i{
	font-size: 12px;
	padding: 0 12px;
	line-height: 26px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
}
.service_list .item > i.t31{
	background-color: #9c55e4;
}
.service_list .item > i.t32{
	background-color: #3a95ea;
}
.service_list .item > i.t33{
	background-color: #67bf53;
}
.service_list .item > i.t34{
	background-color: #b5094b;
}
.product-news-swiper{
	position: relative;
	width: 1200px;
	margin: 0 auto
}

.product-news{
	padding: 3% 0 0;
	background-color: #f5f8fe;
}
.product-news-swiper{
	width: 100%;
}
.product-news-swiper .item {
	width: 45%;
	display: block;
}
.product-news-swiper .item img{
	display: block;
	width: 100%;
}
.product-news-swiper .item.swiper-slide-active p{
	opacity: 1;
}
.product-news-swiper .item p {
	padding: 12px;
	line-height: 40px;
	text-align: center;
	color: #636363;
	font-size: 16px;
	margin: 0;
	opacity: 0;
}
.news_list{
	
}
.news_list .item{
	color: #3a3a3a;
	background-color: #fff;
	padding: 2% 3%;
	border-radius: 4px;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
	align-items: stretch;
	margin-bottom: 20px;
	transition: all .3s;
}
.news_list .item .timer{
	color: #929292;
	text-align: center;
	margin-right: 3%;
	padding-right: 3%;
	border-right: 1px solid #ececec;
	transition: all .3s;
}
.news_list .item .timer h2{
	font-size: 30px;
}
.news_list .item .timer p{
	
}
.news_list .item .texts{
	flex: 1;
}
.news_list .item .texts h2{
	font-size: 16px;
	transition: all .3s;
}
.news_list .item .texts i{
	font-size: 14px;
	color: #929292;
	margin-top: 6px;
	transition: all .3s;
}
.news_list .item .texts p{
	font-size: 14px;
	color: #929292;
	margin-top: 12px;
	transition: all .3s;
}
.news_list .item:hover{
	color: #fff;
	background-color: #094785;
}
.news_list .item:hover .texts h2,
.news_list .item:hover .texts p,
.news_list .item:hover .texts i,
.news_list .item:hover .timer{
	color: #fff;
}
.news_info{
	background-color: #fff;
	padding: 2% 3%;
	border-radius: 4px;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
}
.news_info > h2{
	text-align: center;
	line-height: 1.5em;
	font-size: 16px;
}
.news_info > p{
	color: #929292;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.news_info > .cons{
	line-height: 1.8em;
	color: #3a3a3a;
	font-size: 14px;
	margin: 20px 0;
}
.service_organization{
	padding: 3%;
}
.service_organization .nyTitle{
	margin-bottom: 3%;
}
.service_organization .nyTitle h2{
	font-size: 24px;
}
.service_organization .cons{
	line-height: 2em;
	font-size: 14px;
}
.hounr_list{
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -10px;
}
.hounr_list li{
	padding: 10px;
}
.hounr_list li span{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	padding: 4px;
}
.hounr_list img{
	width: 100%;
}
.area-serivce-list{}
.area-serivce-list ul{
	flex-wrap: wrap;
	margin: -5px;
	align-items: stretch;
}
.area-serivce-list li{
	padding: 5px;
}
.area-serivce-list .item {
    background-color: #0c5baa;
	/*background-color: #fff;*/
	padding: 5% 6%;
	transition: all .3s;
	height: 100%;
}
.area-serivce-list .item .icon{
	width: 36px;
	height: 36px;
	border: 1px dashed #fff;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}
.area-serivce-list .item .icon i{
	font-size: 16px;
}
.area-serivce-list .item .text{
	flex: 1;
	margin-left: 12px;
}
.area-serivce-list .item .text h2{
	font-size: 14px;
	color: #fff;
	line-height: 1.2em;
	transition: all .3s;
}
/* .area-serivce-list .item:hover{
	background-color: #0c5baa;
} */
/* .area-serivce-list .item:hover .icon{
	color: #fff;
	border-color: #fff;
} */
.area-serivce-list .item:hover .text h2{
	color: #4ed389;
}
/*.area-serivce-list .item.current{*/
/*	background-color: #0c5baa;*/
/*}*/
.area-serivce-list .item.current .icon{
	color: #fff;
	border-color: #fff;
}
.area-serivce-list .item.current .text h2{
	color: #4ed389;
}
.area_content{
	background-color: #fff;
	overflow: hidden;
	margin-top: 2%;
	padding: 2%;
}
.aera_company{
	padding-bottom: 3%;
	overflow: hidden;
}
.aera_company .imgs{
	padding: 0 0 20px 20px;
}
.aera_company .zz{
	bottom: 0;
	right: auto;
	left: 0;
}
.aera_text{
	width: 100%;
	overflow: hidden;
	padding: 3% 0;
	border-top: 1px dashed #eee;
}
.aera_text .nyTitle{
	margin-bottom: 3%;
}
.aera_text .nyTitle h2{
	font-size: 24px;
	color: #0c5baa;
	font-weight: 900;
}
.aera_text .nyTitle:after{
	width: 50px;
	background-color: #999;
}
.aera_text .cons{
	font-size: 14px;
	line-height: 1.8em;
}

@media (max-width: 768px) {
	.am-container{
		max-width: 100%;
	}
	.index-news-swiper{
		margin-bottom: 5%;
	}
	.index-serivce-title{
		padding-left: 30px;
	}
	.index-serivce-title p{
		font-size: 40px;
		top: 2%;
	}
	.index-serivce-list ul li{
		padding: 1rem 2rem 1rem 1rem;
	}
	.index-serivce-list .item{
		padding: 5% 2% 5% 5%;
	}
	.index-serivce-list .item .icon{
		width: 50px;
		height: 50px;
	}
	.index-serivce-list .item .icon i{
		font-size: 24px;
	}
	.index-serivce-list .item .text{
		margin-left: 12px;
	}
	.index-serivce-list .item .text h2{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.index-serivce-list .item .text p{
		font-size: 12px;
	}
	.index-about-list .item{
		width: 100% !important;
		max-height: 320px;
	}
	.index-about-list .item .text > div{
		height: auto;
		top: 50%;
		left: 50%;
		bottom: auto;
		display: block;
		transform: translate(-50%,-50%);
	}
	.index-about-list .item .text p{
		margin: 5% 0;
	}
	.index-about-list .item .text h2{
		font-size: 20px;
	}
	.index-case{
		padding-bottom: 0;
	}
	.index-link{
		background-size: auto 100%;
		padding-top: 10%;
	}
	.index-link-list{
		padding: 6px;
	}
	.cons,.cont{
		font-size: 1.8em !important;
		font-size: 14px !important;
	}
	.area-serivce-list .item .icon{
		width: 24px;
		height: 24px;
	}
	.area-serivce-list .item .icon i{
		font-size: 12px;
	}
	.area-serivce-list .item .text{
		margin-left: 6px;
	}
	.area-serivce-list .item .text h2{
		font-size: 12px;
	}
	.about_company .zz{
		display: none;
	}
	.about_company .imgs{
		padding: 0;
	}
	.aera_text .nyTitle h2{
		font-size: 18px;
	}
	.about_company{
		padding: 0;
	}
	.about_purpose{
		background-size: auto 100%;
	}
	.about_duty .cons_list li i{
		font-size: 40px;
	}
	.about_duty .cons_list li i.icon-zinvjiaoyu{
		width: 40px;
		margin: 0 6px 0 -6px;
	}
	.news_info > p{
		padding: 5px 0;
	}
	.news_info > .cons{
		margin: 10px 0;
	}
	.product-news-swiper .item p{
		line-height: 24px;
		font-size: 12px;
		padding: 10px 0;
	}
	.product-news-swiper .item {
		width: 65%;
	}
	.news_list .item {
		margin-bottom: 12px;
	}
	.news_list .item .texts h2{
		font-size: 14px;
	}
	.news_list .item .texts i,
	.news_list .item .texts p{
		font-size: 12px;
	}
	.news_list .item .texts p{
		margin-top: 4px;
	}
	.service_box > h2{
		font-size: 16px;
		margin: 2% 0 5%;
	}
	.service_box .form label{
		font-size: 14px;
		padding: 6px 12px;
		margin-bottom: 5%;
	}
	.service_box .form button{
		line-height: 32px;
		font-size: 14px;
		margin-bottom: 4%;
	}
	.service_list .item i{
		font-size: 10px;
		padding: 0 6px;
		line-height: 20px;
	}
	.service_list .item .text h2{
		font-size: 16px;
		line-height: 1.5em;
		margin-bottom: 12px;
	}
	.service_list .item .text p{
		font-size: 14px;
		line-height: 1.5em;
	}
	.service_list .item .text .span{
		line-height: 32px;
		width: 120px;
		margin-top: 15px;
		font-size: 12px;
	}
	.service_organization{
		padding: 5% 3%;
	}
	.service_organization .nyTitle h2{
		font-size: 18px;
	}
}