img {
	display: block;
	object-fit: cover;
}
input,textarea{
	outline: unset;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.clr {
	clear: both;
}
.mbinner {
	width: 100%;
	padding: 0 5%;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.pd70 {
	padding: 70px 0;
}
@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 2%;
	}
	.pd70 {
		padding: 8% 0;
	}
}

.navbtn	{
	width: 30px;
    height: 20px;
    display: none;
    position: relative;
}
.navbtn span {
	width: 30px;
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .2s linear;
}
.navbtn span:nth-child(1) {
	top: 0;
}
.navbtn span:nth-child(2) {
	top: 10px;
}
.navbtn span:nth-child(3) {
	top: 20px;
}
.navbtn span.no1 {
    transform: rotate(45deg);
    top: 10px;
}
.navbtn span.no2 {
    visibility: hidden;
    opacity: 0;
}
.navbtn span.no3 {
    transform: rotate(-45deg);
    top: 10px;
}

.header {
	height: 159px;
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.header .inner {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hdnav {
	display: flex;
	align-items: center;
}
.hdnav li {
	width: 140px;
	border-right: 1px solid #cccccc;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
}
.hdnav li:last-child {
	text-align: right;
	border-right: 0;
}
.hdnav li a {
	font-size: 16px;
	color: #ffffff;
}
.hdnav li.active a {
	font-weight: bold;
}

@media (max-width: 1199px) {
	.hdnav li {
		width: 120px;
	}
}
@media (max-width: 992px) {
	.hdnav li {
		width: 95px;
	}
	.hdnav li a {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.header {
		background: rgba(0,0,0,0.5);
		height: 70px;
	}
	.header .inner {
		height: 70px;
	}
	.navbtn {
		display: block;
	}
	.hdnav {
		display: none;
		position: fixed;
		width: 100%;
		top: 70px;
		left: 0;
		background: rgba(0,0,0,0.5);
		z-index: 999;
	}
	.hdnav li {
		width: 100%;
		border-right: 0;
		height: 40px;
		line-height: 40px;
	}
	.hdnav li:last-child {
		text-align: center;
	}
	.hdnav li {
		font-size: 14px;
	}
}
.banner .hmban .btn_right,
.banner .hmban .btn_left{
	width: 107px;
	height: 67px;
}
.banner .hmban .btn_right{
	background: url("../images/bannextbtn.png") no-repeat center center;
	right: 13%;
}
.banner .hmban .btn_left{
	background: url("../images/banprevbtn.png") no-repeat center center;
	left: 13%;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.index_news{
	background-color: #0052a4;
	padding: 20px 0;
}
.index_news .newscroll .swiper-slide a{
	display: flex;
	align-items: center;
	width: calc(100% - 80px);
}
.newscroll .ind_name{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.newscroll .ns_img{
	width: 160px;
	height: 110px;
	display: flex;
	align-items: center;
	margin-right: 35px;
}
/* .newscroll .ns_text{
	width: 900px;
} */
.newscroll .ns_img img{
	max-width: 100%;
	max-height: 100%;	
	object-fit: cover;
}
.newscroll .ns_text p{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	margin-top: 17px;
}
.index_news .new_btn_right,
.index_news .new_btn_left{	
	width: 30px;
	height: 30px;
}
.index_news .new_btn_right{
	background: url("../images/hmcasenext1.png") no-repeat center center;
	background-size: cover;
	opacity: 0.35;
}
.index_news .new_btn_left{
	background: url("../images/hmcaseprev1.png") no-repeat center center;
	background-size: cover;
	right: 50px;
    left: unset;
	opacity: 0.35;
}
.index_news .new_btn_right:hover,
.index_news .new_btn_left:hover{
	opacity: 1;
}
.index_since{
	margin: 86px 0 120px;
	background: url(../images/bobigbg.png) no-repeat top right 102px;
}
.index_since .since_date{
	font-size: 60px;
	color: #333333;
}
.since_about{
	border: solid 1px #0052a4;
	width: 1400px;
	margin: 0 auto;
	padding: 88px 100px 50px;
	margin-top: 256px;
}
.since_about ul{
	display: flex;
	justify-content: space-between;
	margin-top: -288px;
	margin-bottom: 80px;
}
.since_about ul li{
	background-color: #ffffff;
	box-shadow: 0px 4px 30px 0px 
		rgba(138, 138, 138, 0.3);
	position: relative;
	width: 23.83%;
}
.since_about ul li .img img{
	width: 100%;
	height: auto;
}
.since_about ul li .li_desp{
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	position: absolute;
	top: 48px;
	width: 100%;
	padding: 0 37px;
}
.since_about ul li .li_num{
	font-size: 60px;
	color: #0052a4;
	font-weight: bold;
	position: absolute;
	top: 40%;
	left: 35px;
}
.since_about .since_con p{
	font-size: 16px;
	line-height: 24px;
	color: #0052a4;
	padding: 0 0 0 32px;
	position: relative;
	margin: 34px 0;
}
.since_about .since_con p::before{
	width: 12px;
	height: 12px;
	background-color: #0052a4;
	border-radius: 12px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
}
.index_about{
	background: url(../images/aboutbg.png) no-repeat top left 57px;
	padding-top: 63px;
}
.index_about .ind_about_con{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_about .ind_about_con .ind_left{
	width: 46.08%;
	background: url("../images/aboutbg2.png") no-repeat right bottom;
	padding-right: 40px;
}
.index_about .ind_about_con .ind_left .title{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 40px;
}
.index_about .ind_about_con .ind_left p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.index_about .more{
	margin: 50px 0 6px;
}
.more a{
	width: 120px;
	height: 40px;
	background-color: #0052a4;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
}
.index_about .ind_about_con .ind_right{
	padding: 0 40px 40px 0;
	position: relative;
	width: 50%;
}
.index_about .ind_about_con .ind_right::after{
	width: 480px;
	height: 260px;
	background-color: #0052a4;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.index_about .ind_honer{
	margin: 80px 0 148px;
}
.index_about .ind_honer ul{
	display: flex;
	justify-content: space-between;
}
.index_about .ind_honer ul li{
	box-shadow: 0px 4px 30px 0px 
	rgba(138, 138, 138, 0.3);
	width: 28.33%;
}
.index_about .ind_honer ul li img{
	width: 100%;
}
.index_product{
	background: url("../images/hmproductbg.png") no-repeat center top;
}
.index_product .space_title{
	padding: 71px 0 168px;
}
.en_title{
	text-align: center;
}
.en_title span{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	position: relative;
}
.en_title span::before,
.en_title span::after{
	width: 100px;
	height: 2px;
	content: "";
	position: absolute;
	top: 19px;
	background: rgba(0, 82, 164, 0.5);
}
.en_title span::before{
	left: -139px;
}
.en_title span::after{
	right: -139px;
}
/* .index_product .ind_pro_con{
	margin-top: 168px;
} */
.index_product .ind_pro_con .swiper-slide{
	width: 18.33%;
	background-color: #f5f5f5;
}
.index_product .ind_pro_con .swiper-slide .text{
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	color: #333333;
}
.index_product .ind_pro_con .swiper-slide img{
	width: 100%;
}
.index_product .ind_pro_con .swiper-slide .img{
	width: 100%;
	min-height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_product .product_btn_right,
.index_product .product_btn_left,
.about_events .product_btn_right,
.about_events .product_btn_left{
	width: 146px;
	height: 146px;
	bottom: 12%;
    top: unset;
}
.about_events .product_btn_right,
.about_events .product_btn_left{
	bottom: 25%;
}
.index_product .product_btn_right:hover,
.about_events .product_btn_right:hover{
	background: url("../images/hmcpnext11.png") no-repeat;
	background-size: contain;
}
.index_product .product_btn_left:hover,
.about_events .product_btn_left:hover{
	background: url("../images/hmcpprev11.png") no-repeat;
	background-size: contain;
}
.index_product .product_btn_right,
.about_events .product_btn_right{
	background: url("../images/hmcpnext1.png") no-repeat;
	right: -146px;
}
.index_product .product_btn_left,
.about_events .product_btn_left{
	background: url("../images/hmcpprev1.png") no-repeat;
	left: -146px;
}
.index_product .inner,
.about_events .inner{
	position: relative;
}
.index_product .inner .swiper-container,
.about_events .inner .swiper-container{
	position: unset;
}
.index_choose{
	background: url("../images/whybg.png") no-repeat center center;
	background-size: cover;
	margin: 145px 0;
}
.index_choose .ind_title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	padding: 74px 0 105px;
}
.index_choose ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 55px;
}
.index_choose ul li{
	width: 25%;
	text-align: center;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	margin-bottom: 55px;
}
.index_choose ul li em{
	display: inline-block;
}
.index_choose ul li span{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 22px 0 8px;
}
.index_case .ind_case_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_case .ind_case_list ul li{
	width: 23.33%;
	min-height:200px;
	text-align: center;
}
.index_case .ind_case_list ul li img{
	max-height: 200px;
	max-width: 100%;
}
.index_case .ind_case_list ul li .img{
	align-items: center;
    display: flex;
    justify-content: center;
}
.index_case .ind_case_list ul li .text{
	font-size: 18px;
	color: #333333;
	margin: 14px 0 34px;
}
.index_case .en_title{
	margin-bottom: 76px;
}
.index_service{
	background: url("../images/servicebg.png") no-repeat;
	background-size: cover;
}
.index_service .en_title{
	padding: 132px 0 143px;
}
.index_service .num{
	font-size: 30px;
	color: #333333;
}
.index_service p{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
}
.index_service .ind_ser{
	padding-bottom: 225px;
}
.index_service .ind_ser ul{
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-start;
}
.index_service .ind_ser ul::after{
	height: 1px;
	width: 100%;
	background-color: #e5e5e5;
	display: inline-block;
	content: "";
	position: absolute;
	top: 128px;
	z-index: 1;
}
.index_service .ind_ser ul li:nth-of-type(2n){
	display: flex;
	flex-direction:column-reverse;
}
.index_service .ind_ser ul li:nth-of-type(2n+1){
	display: flex;
	flex-direction: column;
}
.index_service .ind_ser ul li:nth-of-type(2n+1) p{
	margin-top: 50px;
	margin-bottom: 3px;
}
.index_service .ind_ser ul li:nth-of-type(2n) p{
	margin-bottom: 45px;
	margin-top: 3px;
}
.index_service .ind_ser ul li{
	text-align: center;
}
.index_service .ind_ser ul li:nth-of-type(2n) .icon{
	margin-bottom: 7px;
}
.index_service .ind_ser ul li:nth-of-type(2n+1).icon{
	margin-top: 7px;
}
.index_service .ind_ser ul li .icon{
	text-align: center;
}
.index_service .ind_ser ul li .icon img{
	display: inline-block;
}
.index_service .ind_ser ul li em{
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	margin: 0 auto;
	border: solid 1px #ffffff;
	position: relative;
}
.index_service .ind_ser ul li:nth-of-type(2n) em::after,
.index_service .ind_ser ul li:nth-of-type(2n+1) em::before{
	width: 1px;
	height: 22px;
	border-right: 1px dashed #bbbbbb;
	position: absolute;
	content: "";
}
.index_service .ind_ser ul li:nth-of-type(2n) em::after{
    top: -27px;
    left: 7px;
}
.index_service .ind_ser ul li:nth-of-type(2n+1) em::before{
	top: 23px;
    left: 7px;
}
.index_service .ind_ser ul li:hover:nth-of-type(2n) em::after{
	border-right: 1px dashed #0052a4;
}
.index_service .ind_ser ul li:hover:nth-of-type(2n+1) em::before{
	border-right: 1px dashed #0052a4;
}
.index_service .ind_ser ul li em i{
	width: 6px;
	height: 6px;
	background-color: #bbbbbb;
	border-radius: 6px;
	display: inline-block;
}
.index_service .ind_ser ul li:nth-of-type(2n+1) .num{
	margin-top: 115px;
}
.index_service .ind_ser ul li.m26{
	margin-top: -28px;
}
.index_service .ind_ser ul li:nth-of-type(2n+1){
	margin-top: -37px;
}
.index_service .ind_ser ul li:hover p,
.index_service .ind_ser ul li:hover .num{
	color: #0052a4;
}
.index_service .ind_ser ul li:hover em{
	border: solid 1px #0052a4;
}
.index_service .ind_ser ul li:hover em i{
	background: #0052a4;
}
.index_service .ind_ser ul li:first-child{
	padding-left: 170px;
}
.index_service .ind_ser ul li:last-child{
	padding-right: 162px;
}
/**********首页case**********/
.index_case .case_btn_right,
.index_case .case_btn_left,
.about_patent_imglist .pat_btn_right,
.about_patent_imglist .pat_btn_left{
	width: 60px;
	height: 60px;
}
.index_case .case_btn_right:hover,
.about_patent_imglist .pat_btn_right:hover{
	background: url("../images/hmcasenext11.png") no-repeat center center;
}
.index_case .case_btn_left:hover,
.about_patent_imglist .pat_btn_left:hover{
	background: url("../images/hmcaseprev11.png") no-repeat center center;
}
.index_case .case_btn_right,
.about_patent_imglist .pat_btn_right{
	background: url("../images/hmcasenext1.png") no-repeat center center;
	opacity: 1;
}
.index_case .case_btn_left,
.about_patent_imglist .pat_btn_left{
	background: url("../images/hmcaseprev1.png") no-repeat center center;
	opacity: 1;
}
.index_case .swiper-slide .img{
	position: relative;
}
.index_case .swiper-slide .img img{
	width: 100%;
	height: auto;
}
.index_case .swiper-slide .dask{
	position: absolute;
	width: 100%;
	height: 0;
	background: rgba(0, 82, 164, 0.6);
	bottom: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	padding: 0 29px;
	text-align: center;
	transition: all .5s ease-in;
}
.index_case .swiper-slide .img:hover .dask{
	height: 100%;
	bottom: 0;
}
.index_partner .en_title{
	padding: 170px 0 78px;
}
.index_partner .ind_par_con{
	background: url("../images/partnerbg.png") no-repeat center center;
}
.index_partner{
	padding-bottom: 80px;
	position: relative;
}
.index_partner .ind_par_con .ind_parcon{
	position: unset;
}
.index_partner .ind_par_con .swiper-pagination{
	bottom: 0;
}
.index_websites{
	margin: 85px 0 0;
	border-top: 1px solid #e5e5e5;
	padding: 37px 0 43px;
}
.index_websites .web_title{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
}
.index_websites .web_con a{
	font-size: 12px;
	line-height: 30px;
	color: rgba(51, 51, 51, 0.7);
	margin-right: 49px;
}

/***********底部*************/
#footer{
	background: url("../images/bottombg.png") no-repeat;
	background-size:cover;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}
#footer .msg_title{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	padding: 50px 0;
}
.leave_msg .msg_group input,
.leave_msg .msg_group textarea{
	background-color:rgba(0,28,56, 0.2);
	border: solid 1px rgba(255,255,255,0.2);
	padding: 0 20px;
	color: #999999;
}
.leave_msg .msg_group input{
	width: 48.33%;
	height: 50px;
}
.leave_msg .msg_group{
	margin-bottom: 30px;
}
.leave_msg .msg_group textarea{
	height: 200px;
	width: 100%;
	padding: 20px;
}
.flex_between{
	display: flex;
	justify-content: space-between;
}
.leave_msg .msg_group .msg_submit{
	width: 260px;
	height: 50px;
	background-color: #0052a4;
	border-radius: 25px;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	line-height: 48px;
}
.leave_msg .msg_group .msg_submit:hover{
	cursor: pointer;
}
#footer .contact_con .contact_type strong{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-right: 25px;
}
#footer .contact_con .contact_type span{
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	margin-right: 24px;
}
#footer .contact_con .scan img{
	display: inline-block;
}
#footer .contact_con .scan{
	margin: 40px 0 0;
}
#footer .contact_con .scan p{
	margin-top: 9px;
}
#footer .copyright{
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 48px;
	line-height: 47px;
	color: rgba(255,255,255,0.8);
}

/**************about page**********/
.page_banner img{
	width: 100%;
	height: auto;
}
.page_title,
.page_title .title_line{
	text-align: center;
}
.page_title .name{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.page_title .title_line em{
	width: 2px;
	height: 30px;
	background-color: #0052a4;
	display: inline-block;
	margin-top: 14px;
}
.about_intro .page_title{
	padding: 107px 0 18px;
}
.about_intro .about_text{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.about_intro .about_text p{
	margin-bottom: 16px;
}
.about_intro .about_text p strong{
	font-size: 18px;
	font-weight: bold;
	color: #0052a4;
}
.about_intro .about_vedio{
	margin-top: 65px;
}
.about_intro{
	padding-bottom: 146px;
	background: url("../images/about_text_bg.jpg") no-repeat center bottom;
	background-size: contain;
}
.about_honors{
	padding: 114px 0 142px;
}
.about_honors .page_title{
	padding-bottom: 0px;
}
.about_honer{
	padding: 114px 0 119px;
	background: url("../images/about_honer_bg.jpg") no-repeat;
	background-size: cover;
}
.about_honer ul{
	display: flex;
	justify-content: space-between;
}
.about_honer ul li{
	width: 28.33%;
}
.about_honer ul li img{
	width: 100%;
	height: auto;
}
.about_events .page_title{
	padding: 107px 0 42px;
}
.about_events .swiper-slide .text{
	text-align: center;
	padding: 21px 0 51px;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}
.about_events .swiper-slide:hover .text{
	color: #0052a4;
}
.about_events .ab_event1 .swiper-slide{
	width: 31.67%;
}
.about_events .ab_event1 .swiper-slide .img{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
/* .about_events .ab_event2 li .img{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.about_events .ab_event2 li{
	width: 48.33%;
} */
.about_events .swiper-slide img{
	width: 100%;
}
.about_patent .page_title{
	padding: 47px 0 48px;
}
.about_patent .ab_pa_con table{
	border: solid 1px #e5e5e5;
	width: 100%;
	border-top: 2px solid #000000;
}
.about_patent .ab_pa_con table th,
.about_patent .ab_pa_con table td{
	text-align: center;
	height: 70px;
}
.about_patent .ab_pa_con table td{
	font-size: 16px;
	color: #666666;
}
.about_patent .ab_pa_con table th{
	font-size: 16px;
	color: #333333;
	background-color: #f5f5f5;
}
.about_patent_imglist{
	background-color: #0052a4;
	margin: 58px 0 65px;
	padding: 35px 45px;
}
.about_patent_imglist .swiper-slide img{
	width: 100%;
	height: auto;
}
.about_international ul{
	display: flex;
	justify-content: space-between;
}
.about_international ul li{
	width: 48.33%;
}
.about_international ul li img,
.about_third ul li img{
	width: 100%;
}
.about_international .int_title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-bottom: 30px;
}
.about_third .page_title{
	padding: 116px 0 43px;
}
.about_third ul{
	display: flex;
	justify-content: space-between;
}
.about_third ul li{
	width: 19.17%;
}
.index_partner .page_title{
	padding: 80px 0 46px;
}
.page_about_partner{
	padding: 0;
}
.about_honors .about_honor_con .swiper-slide{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
.about_honors .about_honor_con .swiper-slide.hover{
	color: #0052a4;
}
.about_honors .about_honor_con .swiper-slide{
	display: flex;
	padding: 0 15px;
	align-items: center;
}
.about_honors .about_honor_con .swiper-slide:nth-of-type(2n){
	flex-direction:column-reverse;
}
.about_honors .about_honor_con .swiper-slide:nth-of-type(2n+1){
	flex-direction:column;
}
.about_honors .about_honor_con .swiper-slide em{
	position: relative;
	margin: 30px auto;
}
.about_honors .about_honor_con .swiper-slide em i{
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border: solid 2px #bbbbbb;
	display: inline-block;
	border-radius: 18px;
}
.about_honors .about_honor_con .swiper-slide.hover em i{
	border: solid 4px #0052a4;
}
.about_honors .swiper-slide:nth-child(2n+1) .text{
	display: flex;
	min-height: 200px;
	max-height: 200px;
	align-items: flex-end;
}
.about_honors .swiper-slide:nth-child(2n) .img{
	display: flex;
	min-height: 200px;
	max-height: 200px;
	align-items: flex-end;
}
.about_honors .swiper-slide .img{
	max-width: 200px;
}
.about_honors .swiper-slide .text{
	max-height: 200px;
}
.about_honors .about_honor_con .honor_swiper::after {
    height: 1px;
    width: 100%;
    background: #bbbbbb;
    position: absolute;
    top: 57.2%;
    left: 0;
    content: "";
    z-index: -1;
}
.about_honors .honor_btn_next,
.about_honors .honor_btn_prev{
	width: 17px;
	height: 30px;
	top: 58.69%;
}
.about_honors .honor_btn_next{
	background: url("../images/about_honer_next.png") no-repeat;
	background-size: cover;
	right: -37px;
}
.about_honors .honor_btn_prev{
	background: url("../images/about_honer_prev.png") no-repeat;
	background-size: cover;
	left: -37px;
}
.about_honors .inner{
	position: relative;
}
.about_honors .swiper-wrapper,
.about_honors .swiper-container{
	position: unset;
}
/*************product page************/
.star_product .page_title{
	padding: 73px 0 40px;
}
.star_product .star_pro_img img{
	width: 100%;
}
.tt_product_list{
	margin-bottom: 60px;
}
.tt_product_list .tt_group{
	margin-top: 80px;
	box-shadow: 0px 4px 30px 0px 
	rgba(188, 188, 188, 0.3);
	display: flex;
	align-items: center;
	position: relative;
}
.tt_product_list .tt_group::before{
	content: "";
	width: 16.67%;
	height: 100%;
	background-color: #0052a4;
	position: absolute;
	top: 0;
	z-index: -1;
}
.tt_product_list .tt_group:nth-child(2n+1)::before{
	left: 0;
}
.tt_product_list .tt_group:nth-child(2n)::before{
	right: 0;
}
.tt_product_list .tt_group img{
	padding: 30px;
	width: 100%;
}
.tt_product_list .tt_group:nth-child(2n+1){
	flex-direction:row;
}
.tt_product_list .tt_group:nth-child(2n){
	flex-direction: row-reverse;
}
.tt_product_list .tt_group:nth-child(2n+1) .text{
	padding-right: 18px;
}
.tt_product_list .tt_group:nth-child(2n) .text{
	padding-left: 30px;
}
.tt_product_list .tt_group .name{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
}
.tt_product_list .tt_group .con{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.tt_product_list .tt_group .con p{
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
}
.tt_product_list .tt_group .con p::before{
	width: 8px;
	height: 8px;
	background-color: #0052a4;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 8px;
}
.tt_product_list .tt_group .con strong{
	color: #0052a4;
	font-weight: bold;
}
.toilet_list .toilet_group{
	margin-top: 110px;
}
.toilet_list .toilet_group .name{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}
.toilet_list .toilet_group .left_text .text{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	display: inline-block;
}
.toilet_list .toilet_group .to_gr_intro{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.toilet_list .toilet_group .to_gr_intro .left_text {
    width: 70%;
}
.toilet_list .toilet_group .to_gr_intro .right_img{
	width: 25%;
}
.toilet_list .toilet_group .to_gr_intro .right_img img{
	max-width: 100%;
}
.toilet_list .toilet_group .to_gr_desp{
	clear: both;
	box-shadow: 0px 4px 30px 0px 
	rgba(188, 188, 188, 0.3);
	margin-top: 60px;
	border-top: 2px solid #0052a4;
	padding: 0 20px 25px;
}
.toilet_list .toilet_group .desp_title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding: 28px 0 20px;
}
.toilet_list .toilet_group .to_gr_desp .desp_con{
	font-size: 14px;
	line-height: 34px;
	color: #666666;
}
.page_title .news_logo img{
	display: inline-block;
}
.page_title .news_logo{
	padding: 50px 0 16px;
}
.news_list_con{
	margin-bottom: 20px;
}
.news_list_con .page_title{
	margin-bottom: 40px;
}
.news_list_con .news_group .news_item .con .name{
	font-size: 18px;
	color: #333333;
	margin-bottom: 16px;
}
.news_list_con .news_group .news_item{
	padding: 40px;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}
.news_list_con .news_group .news_item:hover{
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.news_list_con .news_group .news_item:hover .name{
	color: #0052a4;
	font-weight: bold;
}
.news_list_con .news_group .news_item .img{
	margin-right: 38px;
	width: 24.17%;
}
.news_list_con .news_group .news_item .img img{
	max-width: 100%;
}
.news_list_con .news_group .news_item .con{
	width: 66.67%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.tt_product_list .tt_group .img{
	width: 400px;
}
.tt_product_list .tt_group .text{
	width: calc(100% - 400px);
	padding:20px 0 20px 0;
}
/********case page**********/
.case_page{
	padding-bottom: 35px;
}
.case_page .page_title{
	margin: 70px 0 58px;
}
.case_page .case_lists ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case_page .case_lists ul li{
	width: 48.33%;
}
.case_page .case_lists ul li img{
	width: 100%;
}
.case_page .case_lists ul li .img{
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.case_page .case_lists ul li .text{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 25px 0 45px;
}
/**********contactus page**********/
.contactus_page .page_title{
	padding: 75px 0 40px;
}
.contactus_page .address_list ul{
	display: flex;
	justify-content: space-between;
}
.contactus_page .address_list ul li{
	width: 33.33%;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding: 40px 0 44px;
}
.contactus_page .address_list ul li:nth-child(2){
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.contactus_page .address_list ul li .icon img{
	display: inline-block;
}
.contactus_page .address_list ul li p{
	max-width: 190px;
	margin: 0 auto;
}
.contactus_page .address_list ul li .name{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 19px 0 12px;
}
.contactus_page .map{
	padding: 36px 0 28px;
}
.contactus_page .map img{
	width: 100%;
}
.toilet_list .toilet_group .to_gr_desp .desp_con img,
.toilet_list .toilet_group .img img{
	max-width: 100%;
}
.index_service .ind_ser li .icon{
	width: 100%;
	height: 40px;
}
.index_service .ind_ser li:nth-child(1) .icon{
	background: url("../images/serviceicon1.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(2) .icon{
	background: url("../images/serviceicon2.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(3) .icon{
	background: url("../images/serviceicon3.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(4) .icon{
	background: url("../images/serviceicon4.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(5) .icon{
	background: url("../images/serviceicon5.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(6) .icon{
	background: url("../images/serviceicon6.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(1):hover .icon{
	background: url("../images/serviceicon11.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(2):hover .icon{
	background: url("../images/serviceicon22.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(3):hover .icon{
	background: url("../images/serviceicon33.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(4):hover .icon{
	background: url("../images/serviceicon44.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(5):hover .icon{
	background: url("../images/serviceicon55.png") no-repeat center center;
}
.index_service .ind_ser li:nth-child(6):hover .icon{
	background: url("../images/serviceicon66.png") no-repeat center center;
}

.newsdetailmain {
	padding: 90px 0 0;
}
.newsdetailtop {
	text-align: center;
	border-bottom: 1px solid #bbbbbb;
}
.newsdetailtop h1 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
}
.newsdetailtop h5 {
	font-size: 14px;
	color: #999999;
	margin: 30px 0 40px;
}
.newsdetailmaintext {
	padding: 55px 0 70px;
	border-bottom: 1px solid #bbbbbb;
	font-size: 16px;
	color: #333333;
	line-height: 2;
}
.newsdetailmain img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.newsdetailbot {
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}
.newsdetailprevbox {
	display: flex;
	align-items: flex-end;
}
.newsdetailprevbox img {
	height: 14px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.newsdetailprevboxtext {
	width: 267px;
	text-align: right;
}
.newsdetailprevboxtext h3 {
	font-size: 16px;
	color: #666666;
	line-height: 1;
	margin-bottom: 20px;
}
.newsdetailprevboxtext h1 {
	font-size: 18px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsdetailprevboxtext h1 a {
	font-size: 18px;
	color: #666666;
}
.newsdetailnextbox {
	display: flex;
	align-items: flex-end;
}
.newsdetailnextbox img {
	height: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.newsdetailnextboxtext {
	width: 267px;
}
.newsdetailnextboxtext h3 {
	font-size: 16px;
	color: #666666;
	line-height: 1;
	margin-bottom: 20px;
}
.newsdetailnextboxtext h1 {
	font-size: 18px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsdetailnextboxtext h1 a {
	font-size: 18px;
	color: #666666;
}
@media (max-width:768px) {
	.newsdetailmain {
		padding: 40px 0;
	}
	.newsdetailtop h5 {
		margin: 10px 0 15px;
	}
	.newsdetailtop h1 {
		font-size: 20px;
	}
	.newsdetailmaintext {
		padding: 30px 0;
		font-size: 14px;
		line-height: 1.8;
	}
	.newsdetailbot {
		flex-wrap: wrap;
	}
	.newsdetailprevbox {
		width: 100%;
	}
	.newsdetailprevbox img {
		display: none;
	}
	.newsdetailnextbox {
		width: 100%;
		margin: 30px 0;
	}
	.newsdetailnextbox img {
		display: none;
	}
	.newsdetailnextboxtext h1 a {
		font-size: 12px;
	}
	.newsdetailprevboxtext h1 a {
		font-size: 12px;
	}
	.newsdetailprevboxtext, .newsdetailnextboxtext {
		width: 100%;
		text-align: left;
	}
	.newsdetailnextboxtext h3 {
		margin-bottom: 10px;
	}
	.newsdetailprevboxtext h3 {
		margin-bottom: 10px;
	}
}































