html,body{
	overflow-x: hidden;
}
.w1600{
	max-width: 1600px;
	margin: 0 auto;
}
.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}
.alltime2,.alltime2 *{-webkit-transition: all .8s cubic-bezier(.4,0,.2,1); -moz-transition: all .8s cubic-bezier(.4,0,.2,1); transition: all .8s cubic-bezier(.4,0,.2,1);}
/* 头部 */
.bodyh1{ display: none;}
.pc-header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}
.m-header{
	display: none;
}
.pc-header>.an{
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: space-between;
}
.pc-header .an>a{
	display: flex;
	align-items: center;
}
.pc-header .text{
	padding-left: 10px;
	margin-left: 10px;
	border-left: 2px dotted #acacac;
}
.pc-header .text p{
	color: #555555;
	font-size: 1.0625rem;
}
.pc-header .img img{
	height: 38px;
}
.pc-header .logo2{
	width: calc(10%);
}
.pc-header .tel{width:calc(24% - 50px); margin-left: 50px;}
/* pc导航 */
.pc_header_uls{
	display: flex;
	flex: 1;
	height: 100%;
	justify-content: space-around;
	margin-left: 5%;
}
.pc_header_uls>li{
	position: relative;
}
.pc_header_uls>li>a{
	display: block;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: normal;
	color: #000;
}
.pc_header_uls>li>a:before{
	content: "";
	position: absolute;
	width: 0;
	background-color: #eab706;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	transition: all .5s;
}
.pc_header_uls>li.active>a:before,
.pc_header_uls>li:hover>a:before{
	width: 100%;
}
.pc_header_uls>li>a::after{
	width: 0;
    height: 0;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
	border:20px solid #fff;
	border-left: 20px solid transparent;
	border-right:20px solid  transparent;
	border-top: 20px solid transparent;
	display: none;
	opacity: 0;
	z-index: -1;
}
.pc_header_uls>li.active3>a:after{
	display: block;
}
.pc_header_uls>li.active2>a::after{
	opacity: 1;
	z-index: 999;
	transition: all .5s;
}
/* 二级导航 */
.head_uls{
	position: absolute;
	top: 100px;
	left: -6vw;
	transform: translate(-50%,0);
	z-index: 999;
	max-width: 1076px;
	width: 700px;
	display: none;
}
.pc_header_uls li:nth-child(1) .head_uls{
	left: 50%;
}
.pc_header_uls li:nth-child(2) .head_uls{
	left: 50%;
}
.pc_header_uls li:nth-child(3) .head_uls{
	left: 0%;
}
.pc_header_uls li:nth-child(4) .head_uls{
	left: -3vw;
}
.pc_header_uls li:nth-child(5) .head_uls{
	left: -6vw;
}
.pc_header_uls li:nth-child(6) .head_uls{
	left: -9vw;
}
.pc_header_uls li:nth-child(7) .head_uls{
	left: -12vw;
}
.head_uls .an{
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 30px;
	margin-top: 20px;
}
.head_uls .uls{
	display: flex;
	flex-wrap: wrap;
	width: 64%;
	padding-right: 4%;
}
.head_uls .uls>li{
	width: 100%;
	padding-right: 5%;
	background: url(../images/dot_a.png) no-repeat left;
}
.head_uls .uls>li:hover{
	background: url(../images/dot_h.png) no-repeat left;
}
.head_uls .uls>li>a{
	font-size: 1.125rem;
    text-align: left;
    color: #555;
    transition: all ease .15s;
    display: block;
    width: 100%;
    padding: 0;
	padding-left: 15px;
    line-height: 1.2;
    text-decoration: none;
    padding: 15px 0;
    padding-right: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
	padding-left: 15px;
}
.head_uls .uls>li>a:before{
	content: "";
	width: 0%;
	height: 1px;
	background-color: #c7a310;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
.head_uls .uls>li>a:hover{
	color: #c7a310;
}
.head_uls .uls>li>a:hover:before{
	width: 100%;
}
.head_uls .img{
	width: 45%;
	position: relative;
	height: 250px;
	/* margin-top: 5%;
	padding-top: 25%; */
}
.head_uls .img img{
	width: 100%;
	position: absolute;
	height: 250px;
	top: 0;
	left: 0;
	object-fit: cover;
	display: none;
}
.head_uls .img p{
	text-align: center;
	font-size: 1rem;
	color: #b3b3b3;
	position: relative;
	margin-top: 80%;
}
main{
	margin-top: 110px;
	position: relative;
}
/* 导航样式2 */
.head_uls2{
	width: 280px;
}
.head_uls2 .an{
	padding: 20px;
}
.pc_header_uls li .head_uls2{
	left: 50% !important;
}
.head_uls2 .an{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 40px rgba(17,58,93,.1);
}
.head_uls2 .uls{
	width: 100%;
	max-width: 100%;
	padding-right: 0;
}
.head_uls2 .uls li{
	width: 100%;
	padding-right: 0;
}
.head_uls2 .uls li a{
	width: 100%;
	padding-right: 0;
	padding-left: 15px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.head_uls2 .uls li:hover{
	background: url(../images/dot_h.png) no-repeat left;
}
.head_uls2 .uls>li>a:before{
	display: none;
}
.head_uls2 .uls li a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/Header-drop-bg.jpg") no-repeat right/cover;
	z-index: -1;
	opacity: 0;
	transform: translateX(100%);
	transform-origin: right center;
	transition: opacity .4s ease;
}
.head_uls2 .uls li a:hover{
	/* background-color: #006db8; */
	color: #fb345b;
}
.head_uls2 .uls li a:hover::after{
	opacity:1;
	transform:translateX(0);
	transition:transform .4s ease .2s;
}
/*add-2025-2-12*/
.hnav{	height: 60px;
	line-height: 60px;	width: calc(60%);
}
.hnav .pc_header_uls>li>a{
	color: #333;
}
.hnav .head_uls{
	top: 60px;
}
.tel a{
	display: flex;
	align-items: center;
}
.tel a img{
	display: block;
	margin-top: 3px;
	margin-right: 7px;
}
.tel a p{
	font-size: 1.5625rem;
	color: #2c4d98;
	font-weight: bold;
	line-height: 30px;
}
.tel a span{
	font-size: 1.25rem;
	color: #2c4d98;
	font-weight: normal;
	float: left;
}
/* banner */
.index1 .swiper-slide img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.index1 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
}
.index1 .swiper-pagination-bullet-active{
	background-color: #999;
}
/***首页共用***/
.pads{
	padding: 70px 0;
}
.mar_b{
	margin-bottom: 70px;
}


.index_tit .div1 {
    font-size: 90px;
    opacity: .08;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: -4px;
    top: 12px;
    line-height: 1.1;  
}
.index_tit .div2 {
    font-size: 2.5rem; line-height: 2.7; font-weight:bold;
}



.index_tit h2{
	font-size: 2.5rem;
	color: #333;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
}
.index_tit h3{
	font-size: 1.375rem;
	color: #666464;
	line-height: 1.5;
	text-align: center;
	font-weight: normal;
}
.sy_but{
	padding:5% 0 0;
	display: flex;
	justify-content: center;
}
.sy_but a{
	background-color: #2c4d98;
	border-radius: 30px;
	padding:10px 30px;
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	margin:0 10px;
	transition: all .3s;
}

.index_tit .div1 {
    font-size: 90px;
    opacity: .08;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: -4px;
    top: 12px;
    line-height: 1.1;  
}
.index_tit .div2 {
    font-size: 2.5rem; line-height: 2.7; font-weight:bold;
}

/* .sy_but a:hover{
	background-color: #222;
} */
.sy_but a:hover{
	padding:10px 40px;
}
/* 首页-解决方案 */
.sysolu_content {
	width: 100%;
}
.sysolu_con {
    display: flex;
	justify-content: space-between;
}
.sysolu_con .solu_l {
    width: calc(25%);
}
.sysolu_con .solul_nacv{
	width: 300px;
	padding: 40px 0 22px;
	background-color: #fff;
	box-shadow: 4px 0 20px rgba(0,25,76,.1);
	border-radius: 14px;
}
.solul_nacv .tit{
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.75rem;
}
.solul_nacv span{
	width: 35px;
	height: 35px;
	display: block;
	position: relative;
}
.solul_nacv span img{
	width: 100%;
	height: 100%;
}
.solul_nacv span img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.solul_nacv .lik{
	height: 58px;
	width: 90%;
	border: 1px dashed #ccc;
	margin: 0 auto;
	padding: 0 30px;
	border-radius: 8px;
	margin-bottom: 30px;
	cursor: pointer;
}
.solul_nacv .lik .bn{
	display: flex;align-items: center;
	height: 100%;
	width: 100%;
}
.solul_nacv p{
	width: calc(100% - 35px);
	padding-left: 16px;
	color: #555555;
}
.solul_nacv .lik.on,.solul_nacv .lik:hover{
	background-color: #2c4d98;
	border-color: #2c4d98;
}
.solul_nacv .lik.on p,.solul_nacv .lik:hover p{
	color: #fff;
}
.solul_nacv .lik:hover span img{
	opacity: 0;
}
.solul_nacv .lik:hover span img:last-child{
	opacity: 1;
	filter: brightness(100);
}
.sysolu_con .solu_r{
	width: calc(100% - 25% - 30px);
	margin-left: 30px;	
	overflow: hidden;
}
.sysolu_con .solu_r .itec{
	display: none;
}
.sysolu_con .solul_nacv{position: relative;}
.sysolu_con .solul_nacv::before{
	content: '';
	width: 21px;
	height: 40px;
	background-image: url(../images/arr.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 100%;
}
.sysolu_con .solu_r .act{ display: block;}
.sysolu_con .solu_r .act img{
	animation:turn 5s linear infinite;
	-webkit-animation:turn 5s linear infinite;
	width: 100%;
	height:100%;
	object-fit: contain;
}
/* 首页-合作&留言 */
.index_coop{
	background: #f9f9f9;
}
.index_coop .an{
	display: flex;
	justify-content: space-between; padding-block-end: 50px;
}
.in_coop{
	width: calc(47%);
}
.index_coop .index_tit{
	margin-bottom: 30px;
}
.in_coop .index_tit h2,.in_coop .index_tit h5{
	text-align: left !important;
}
.index_tit h5{
	font-size: 1.125rem;
	font-weight: normal;
	color: #666465;
}
.incoop_con{
	width: 100%;
}
.incoop_con .uls{
	display: flex;
	flex-wrap: wrap;
}
.incoop_con .uls li{
	width: calc(24%);
	margin:1% .5% 1%;
}
.incoop_con .uls li a img{
	width: 100%;
	height:111px;
	object-fit: contain;
}
.incoop_con .uls li a p{
	display: block;
	text-align: center;
	color: #323232;
	font-size: 1rem;
	line-height: 2.5;
}
.incoop_con .uls li a:hover p{
	color:#2c4d98;
}
.in_mess{
	width: calc(47%);
	background: #fff;
	border-radius: 30px;
	padding:2% 3%;
/*	margin-top: 3%;*/
	margin-top: 2.4%;
	height: 100%;
}
.in_mess .index_tit h2{ font-size: 2.25rem;}
.inmess_con form {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inmess_con .mess_input {
    width: 48%;
	margin-bottom: 2.5%;
}
.inmess_con .mess_input font{
	color: #2c4d98;
}
.inmess_con .mess_input span {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #9a9a9a;
    position: relative;
    padding-right: 15px;
    display: inline-block;
	line-height: 35px;
}
.inmess_con .mess_input input {
	padding: 8px 10px;
	width: 100%;
	display: block;
	outline-style: none;
	font-size: 1.125rem;;
	background-color: #f5f5f5;
	color: #999;
	border:none;
	padding:20px 10px;
}
.inmess_but {
    width: 100%;
    padding-top: 1.5%;
}
.inmess_but input {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    background-color: #2c4d98;
    outline-style: none;
    color: #fff;
    cursor: pointer;
	border-radius: 30px;
	padding:18px 10px;
	transition: background-color 1s
}
.inmess_but:hover input{
	background-color: #333;
}

/* 首页-产品中心 */
.index_pro{
	width: 100%;
	background-color: #fff;
}
.inpro_item{
	width: 100%;
	display: block;
	overflow: hidden;
}
.inpro_list .img{
	display:block;
}
.inpro_list a .img{
	overflow: hidden;
	width: 100%;
}
.inpro_list a .img img{
  height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.inpro_list .txt{
	display:block;
	padding:4% 0;
	background-color: #f9f9f9;
}
.inpro_list a .txt h4{
	font-size: 1.125rem;
	color: #000;
	text-align: center;
	font-weight: normal;
}
.index_pro .swiper-wrapper{
	padding-bottom: 3% ;
}
.index_pro .swiper-pagination-bullet-active{
	background-color: #2c4d98;
}
.inpro_list a:hover .img img{
	transform: scale(1.05);
}
.inpro_list a:hover .txt h4{
	color: #2c4d98;
}

/* 首页-新闻资讯 */
.index_news{
	background-color: #fff;
}
.index_news .an{
}
.index_news .innews_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_news .innews_list dl{
	width: calc(31.33%);
	margin-right: .5%;
}
.index_news .innews_list dl:nth-child(3n){
	margin-right: 0;
}
.index_news .innews_list dl dt .img{
	overflow: hidden;
}
.index_news .innews_list dl dt .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.index_news .innews_list dl dd .uls{
	margin-top: 2%;
}
.index_news .innews_list dl dd .uls li{
	padding:10px 0;
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis; 
}
.index_news .innews_list dl dd .uls li a{
	font-size: 1rem;
	color: #333333;
	display: flex;
	justify-content: space-between;
}
.index_news .innews_list dl dd .uls li a:hover{
	color: #2c4d98;
}
.index_news .innews_list dl:hover dt .img img{
	transform: scale(1.05);
}
/* 底部 */
.copyright {
    background: #3f3f3f;
}
.crcon {
	padding: 3.125rem 0 1rem;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
}
.crcon .an{
	display: flex;
	justify-content: space-between;
	/* min-height: 350px; */
}
.crcon .kslj {
	width: 60%;
	display: flex;
}
.crcon .kslj li{
	flex: 1;
}
.crcon ul li {
	display: inline-block;
	vertical-align: top;
}
.crcon ul li>img{
	max-width: 247px;
	display: block;
	margin-bottom: 10%;
}
.crcon .f_about li p{
	font-size: 1rem;
	color: #ffffff;
	line-height: 40px;
	height: 40px;
}
.fcon_last{
	display: flex;
}
.fcon_last p{
	text-align: center;
}
.crcon .f_about li img{
	display: inline-block;
	margin-right: 15px;
}
.crcon .kslj li p {
	/* font-size: 1rem; */
	font-size: .875rem;
	color: #ffffff;
	margin-bottom: 1.875rem;
}
.fcon_last p:last-child{
	width: 124px;
}
.fcon_last p:last-child img{
	width: 124px;;
	height: 124px;
}
.crcon .kslj a {
	display: block;
	font-size: .875rem;
	color: #999999;
	line-height: 1.875rem;
}
.crcon .kslj a:hover{
	color: #ccc;
}
.f_about{
	width:20%;
	margin-right: 4%;
}
.f_about p{
	font-size: .875rem;
}
.foot_ewm{width: calc(9%);}
.foot_ewm p{text-align: center; font-size: .875rem; color: #ccc; margin-top: 15px;}
.fcopy2{
	border-top: #4d4d4d solid 1px;
}
.end{
	padding: 1.5% 0;
}
.end, .end a {
	font-size: .875rem;
	color: #999999;
	line-height: 1.5;
}
.end a:hover{
	color: #ccc;
}
.head_uls .an{
	box-shadow: 7px 7px 10px -10px rgba(0,0,0,0.4);
}
/*在线客服*/
.toolbar{width: 52px;position: fixed;right: 1%;top: 44%;z-index: 999;}
.toolbar dd{width: 51px;height: 51px;margin-bottom: 1px;position: relative;-webkit-border-radius: 100%;border-radius: 100%;margin-top:4px; -webkit-border-radius: 100%;border-radius: 100%;}
.toolbar dd i{width: 51px;height: 51px;display: block;position: absolute;left: 0;top: 0;cursor: pointer;text-align: center;-webkit-border-radius: 100%;border-radius: 100%;}
.toolbar dd i span{width: 35px;height: 35px;display: block;margin: 8px 0 0 8px;background: url(../images/rightFixIcon.png) no-repeat 0 0;}
.toolbar dd.gottop{display: none;}
.toolbar .slide-tel{  background: #0e87db;  display: block;width: 0;height: 53px;line-height: 53px;font-size: 18px;font-weight: bold;font-family: arial;color: #FFF;position: absolute;padding: 0 0 0 52px;top: -1px;right: -2px;-webkit-border-radius: 50px;border-radius: 50px;overflow: hidden;    text-decoration: none;}
.toolbar .pop{position: absolute;right: 90px;top: -65px;background: #47A8ED;display: none;}
.toolbar .pop-code{width: 160px;}
.toolbar .pop-code img{width: 120px;height: 120px;display: block;padding: 20px 20px 0;}
.toolbar .pop-code h3{height: 52px;line-height: 26px;text-align: center;color: #fff;font-size: 16px;font-weight: 400;white-space: nowrap;}
.toolbar .pop-code h3 b{display: block;font-size: 14px;font-weight: normal;}
.toolbar .qq span{background-position: -35px -47px;}
.toolbar .qq a{width: 52px; height: 52px; cursor: pointer; display: block;}
.toolbar .qq:hover{background-color: #47A8ED;border-radius: 100%;}
.toolbar .qq:hover span{background-position: 0 -47px;}
.toolbar .tel span{background-position: -35px 0;}
.toolbar .tel:hover{background: #47A8ED;}
.toolbar .tel:hover span{background-position: 0 0;}

.toolbar .code{ background: #0e87db; }
.toolbar .code span{background-position: -35px -95px;}
.toolbar .code:hover{background-color: #47A8ED;border-radius: 100%;}
.toolbar .code:hover span{background-position: 0 -95px;}

.toolbar .top { background:#fb345b; }
.toolbar .top span{background-position: -35px -142px;}
.toolbar .top:hover{background-color: #47A8ED;border-radius: 100%;}
.toolbar .top:hover span{background-position: 0 -142px;}
/* 子页面banner */
.z-banner{
	position: relative;
}
.z-banner img{
	width: 100%;
	display: block;
	margin: 0 auto;
	max-height: 595px;
	max-height: 350px;
	object-fit: cover;
}
.z-banner::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.1);
}
.z-banner .text{
	max-width: 1600px;
    width: 90%;
    position: absolute;
	top: 40%;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 10;
}
.z-banner .text h3{
    font-size: 2.5rem;
    line-height: 1.5;
    color: #fff;
    text-align: left;
}
/* 二级导航 */
.z_nav{
	border-bottom: 1px solid #dee2e6;
	height: 55px;
	line-height: 55px;
	background: #fff;
}
.z_nav .an{
	display: flex;	
	overflow-x: auto;
}
.z_nav a{
	width: auto;
	margin: 0 3% 0;
	color: #666;
	font-size: 1.125rem;
	white-space: nowrap;
}
.z_nav a.active{
	color: #fb345b;
	border-bottom: #fb345b solid 1px;
}
.z_nav a:hover{
	color: #fb345b;
	border-bottom: #fb345b solid 1px;
}
/*子页面-关于我们*/
.page_aboutcon{
	background: #fbfbfb;
}
.pageab_txt  p{
	font-size: 1.125rem;
	line-height: 1.8;
	color: #555;
	text-align: left;
}
.pageab_num .uls{
	display: flex;
	justify-content: space-between;
}
.pageab_num .uls li{
	width: calc(29.33%);
	margin:0 2%;
	text-align: center;
}
.pageab_num .uls .img{
	margin-bottom: 4%;
}
.pageab_num .uls .img img{
	text-align: center;
	margin: 0 auto;
}
.pageab_num .uls .text h4{
	font-size: 1rem;
	color: #545454;
	line-height: 2;
	font-weight: normal;
}
.pageab_num .uls .nums span{
	color: #2c4d98;
	font-size: 3.625rem;
	font-weight: bold;
	font-family: "Arial";
}
.pageab_num .uls .nums{
	color: #333333;
	font-size: 1.25rem;
	font-weight: normal;
}
.page_hor{
	background: fff;
}
.inpro_item{
	width: 100%;
	display: block;
	overflow: hidden;
}
.pagehor_list .inpro_item{
	width: 57%;
	display: block;
	overflow: hidden;
}
.pagehor_list .img{
	display:block;
}
.pagehor_list a .img{
	overflow: hidden;
	width: 100%;
}
.pagehor_list a .img img{
  height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.pagehor_list .txt{
	display:block;
	padding:4% 0;
	background-color: #fff;
	margin-bottom: 4%;
}
.pagehor_list a .txt h4{
	font-size: 1.125rem;
	color: #000;
	text-align: center;
	font-weight: normal;
}
.page_hor .swiper-wrapper{
	/* padding-bottom: 3% ; */
	margin:0 auto;
}
.page_hor .swiper-pagination-bullet-active{
	background-color: #2c4d98;
}
.pagehor_list a:hover .img img{
	transform: scale(1.05);
}
.pagehor_list a:hover .txt h4{
	color: #2c4d98;
}
.pagehor_list .swiper-grid-column>.swiper-wrapper{
	flex-direction:inherit;
}
.pagehor_list .swiper-slide{
	margin-top: 0 !important;
}
/*子页面-联系我们*/
.page_contact_con{
	display: flex;
	justify-content: space-between;
}
.pagecontact_txt{
	width: calc(60%);
	padding:5% 3%;
	background: #f8f8f8;
}
.pagecontact_txt h1{
	font-size: 1.875rem;
	font-weight: bold;
	color: #333333;
	line-height: 2;
	margin-bottom: 5%;
}
.pagecontact_img{
	width: calc(100% - 45%);
}
.contxt p{
	font-size: 1.125rem;
	color: #333;
	line-height: 2.5;
}
/* 子页面-客户案例 */
.cases .img{
	position: relative;
	padding-top: 64%;
	overflow: hidden;
}
.cases .uls li{
	margin-bottom: 15px;
}
.cases .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	transition: all .5s;
}
.cases a:hover .img img{
	transform: translate(-50%,-50%) scale(1.05);
}
.cases h3{
	line-height: 1.5;
	color: #000;
	font-size: 1.125rem;
	margin: 20px 0 15px;
	text-align: center;
	font-weight: normal;
}
/* 分页 */
.pagess{
	clear: both;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	margin-top: 60px;
}
.pagess ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagess ul li{
	margin-bottom: 5px;
}
.pagess ul li a,.pagess ul li span{
	display: inline-block;
	min-width: 44px;
	min-height: 44px;
	margin: 0 5px;
	line-height: 20px;
	background: #f9f9f9;
	color: #636363;
	font-size: 1.125rem;
	font-weight: normal;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{
	background: #fb345b;
	color: #fff;
}
.pagess ul li:first-child a,
.pagess ul li:first-child span{
	border-radius: 30px;
	padding: 0 20px;
}
.pagess ul li:last-child a,
.pagess ul li:last-child span{
	border-radius: 30px;
	padding: 0 20px;
}
/* 子页面-客户案例详情页 */
.detit{
	text-align: center;
	border-bottom: #ebebeb solid 1px;
}
.detit h2{
	line-height: 2;
	font-size: 1.625rem;
	color: #27221c;
	font-weight: normal;
}
.det_t {
	text-align: center;
}
.det_t span{
	text-align: center;
	font-size: 1rem;
	color: #a2a2a2;
	height: 35px;
	line-height: 35px;
	width: 100%;
}
.det_t span img{
	display: inline-block;
}
.det_txt{
	margin-top: 3%;
}
.det_txt .img{
	margin-bottom: 2%;
}
.det_txt .img img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.det_txt .text p{
	color: #555555;
	line-height: 2;
	font-size: 1rem;
}
/* 翻页 */
.new_page{
	padding: 1.5% 0;
	width: 100%;
}
.new_page .an{
	display: flex;
	flex-wrap: wrap;
}
.new_page p{
	width: 50%;
	font-size: 1rem;
	color: #666;
	background-color: #f7f8fa;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1% 2%;
	text-align: center;
	justify-content: center;
}
.new_page p a{
	font-size: 1rem;
	color: #666;
}
.new_page p a:hover{
	color: #fb345b;
}
/* 子页面-新闻资讯 */
.pagebg1{
	background: #f5f5f5;
}
.pnews .an{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news_l{
	width: calc(75%);
}
.pnews .news_l .txt{
	background: #fff;
	padding: 1% 3% 5%;
}
.pnews .news_l  a .txt h3{
	text-align: left;
	font-size: 1rem;
	color: #333;
}
.pnews .news_l  a .txt p{
	font-size: .875rem;
	color: #666;
}
.pnews .news_l  a .txt p font{
	background: #f3f4fa;
	padding:2px 10px;
}
.pnews .news_l a:hover h3,.pnews .news_l a:hover .txt p {
	color: #2c4d98;
}
.news_r{
	width: calc(100% - 75% - 30px);
	margin-left: 30px;
	background: #fff;
	padding: 2% 2%;
	max-height: 500px;
	overflow: hidden;
}
.news_r h4{
	font-size: 1.25rem;
	color:#333;
	line-height: 2;
	border-bottom:#e0e0e0 solid 1px;
	font-weight: normal;
}
.newsr_list {
	margin-top: 2%;
}
.newsr_list ul{
	display: flex;
	flex-wrap: wrap;
}
.newsr_list ul li{
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.newsr_list ul li a{
	color: #333;
	font-size: 1rem;
}
.newsr_list ul li a:hover{
	color: #2c4d98;
}
/* 子页面-新闻详情页 */
.pagebgw{
	background: #fff;
	padding:3% 0;
}
.pnews .detit{
	text-align: left;
	border-bottom: #f0f0f0 solid 1px;
	margin-bottom: 3%;
	padding:0 3% 3%;
}
.pnews .det_t{
	text-align: left;
}
.pnews .det_t p{
	font-size: .875rem;
	color: #666;
}
.pnews .det_t p font {
	background: #f3f4fa;
	padding: 2px 10px;
}
.pnews .det_txt{
	padding:0 3%;
}
/* 子页面-实验室智能设备 */
.probg{
	background: url(../images/abbg.png) no-repeat top  center;
	background-size: cover;
}
.pagepro .an{
	display: flex;
	justify-content: space-between;
	background: #fff;
	flex-wrap: wrap;
}
.pro_l{
	width: calc(18%);
	background: #116fb5;
}
.pro_l ul{
	margin: 25% 0;
}
.pro_l ul li{
	padding:8% 3%;
	/* margin-bottom: 5%; */
	display: block;
}
.pro_l ul li a{
	color: #fff;
	font-size: 1.125rem;
	padding-left: 20%;
	display: block;
}
.pro_l ul li.active,.pro_l ul li:hover{
	background: #fff;
}
.pro_l ul li:hover a,.pro_l ul li.active a{
	color: #333;
}
.pro_r{
	width: calc(100% - 18%);
	padding:3% 5%;
	height:100%;
}
.pro_r h3{
	font-size: 1.875rem;
	color: #333;
	line-height: 2;
	font-weight: normal;
}
.pproitem{
	margin-top: 3%;
}
.pro_r .uls{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; display: -webkit-box;
}
.pro_r .uls li{
	width: calc(32.33%);
	margin: 1% .5% 1%;
}
.pro_r .uls li .img{
	overflow: hidden;
}
.pro_r .uls li .img img{
	width: 100%;
	height: 100%;
	transition: all .5s;
	object-fit: cover;
}
.pro_r .uls li:hover .img img{
	transform: scale(1.05);
}
.pro_r .uls li .txt{
	text-align: center;
}
.pro_r .uls li a .txt h4{
	font-size: 1.125rem;
	color: #333;
	font-weight: normal;
	line-height: 2;
	background: #f9f9f9;
	height: 50px;
	line-height: 50px;
}
.pro_r .uls li a:hover .txt h4{
	color: #2c4d98;
}
/* 子页面-实验室智能设备详情页 */
.detpro_l{
	width: calc(21%);
	
}
.detpro_r{
	/* width: calc(100% - 21% - 30px);
	margin-left: 30px; */
	width: 100%;
	margin-left: 0;
}
.detpro_l h4{
	font-size: 1.5rem;
	color: #333;
	line-height: 2;
}
.search{
	width: 100%;
	height: 40px;
	background: #fff;
	margin-top: 5%;
	padding-bottom: 18%;

	margin-bottom: 5%;
}
.s_input {
	width: calc(87%);
	height: 40px;
	line-height: 40px;
	color: #c7c7c7;
	float: left;
	border: #e9e9e9 solid 1px;
	padding-left: 3%;
	border-right: none;
}
.s_but{
	width: 40px;
	height:40px;
	background: url(../images/search.png) no-repeat center;
	float: left;
	cursor: pointer;
	border: 0;
}
.detpro_l .uls li{
	padding:8% 0;
	border-top: #dddddd solid 1px;
}
.detpro_l .uls li:last-child{
	border-bottom: #dddddd solid 1px;
}
.detpro_l .uls li a h5{
	font-size: 1.125rem;
	color: #333;
	font-weight: normal;
	position: relative;
}
.detpro_l .uls>li h5::before {
   content: "";
	 position: absolute;
	 right: 25px;
	 top: 50%;
	 width: 12px;
	 height: 1px;
	 background-color: #999999;
	 transform: translate(-0,-50%) rotate(-90deg);
	 z-index: 99;
	 cursor: pointer;
}
.detpro_l .uls>li h5::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 12px;
    height: 1px;
    background-color: #999999;
    transform: translate(-0%,-50%);
    z-index: 99;
    cursor: pointer;
}
.detpro_l .uls li a:hover h5,.detpro_l .uls li.active a h5{
	color: #2c4d98;
}
/*设备详情右侧*/
.page_detail .pagede_con1 .pc_detail {
    display: flex;
    justify-content: space-between;
}
.pagede_con1_l{
	width: calc(50%);
}
#magnifier {
	position: relative;
	width: 600px;
	margin: 0px 0 0 0px;
}
.small-box {
	position: relative;
	width: 600px;
 
	margin-bottom: 20px;
 
	display: flex;
	/* align-items: center; */
}
.small-box table td{
	width: 600px;
	height: 400px;
}
.small-box img {
	width: auto;
	height: auto;
 
	max-width: 600px;
	margin: 0 auto;
}
.small-box .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #333;
	opacity: .5;
	filter: alpha(opacity: 50);
	cursor: move;
}
.pagede_con1_r{
	width: calc(60% - 30px);
	margin-left: 30px;
}
.pagede_con1_r h4{
	font-size: 22px;
	text-align: left;
	color: #333;
	line-height: 30px;
	border-bottom: #eee solid 1px;
	padding-bottom: 10px;
	font-weight: normal;
	margin-bottom: 20px;
}
.pagede_con1_r p{
	line-height: 30px;
	color: #666;
}
.detail_but{
	margin-top: 10%;
	border-top: #dddddd dashed 1px;
	padding-top: 7%;
}
.detail_but a {
	float: left;
	font-size: 1.125rem;
	color: #fff;
	line-height: 46px;
	background: #2c4d98;
	border-radius: 20px;
	text-align: center;
	padding: 0 50px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.detail_but a img{
	display: inline-block;
}
.detail_but a:hover {
    background: #333;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.thumbnail-box {
	position: relative;
	width: 100%;
}
.thumbnail-box .btn {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 32px;
	margin-top: -16px;
}
.thumbnail-box .btn-prev {
	left: 0;
	background: url(../images/btn_prev.png) no-repeat;
}
.thumbnail-box .btn-prev.btn_prev_disabled{background: url(../images/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
.thumbnail-box .btn-next {
	right: 0;
	background: url(../images/btn_next.png) no-repeat;
}
.thumbnail-box .btn-next.btn_next_disabled{background: url(../images/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
.thumbnail-box .list {
	overflow: hidden;
	width: 555px;
	margin: 0 auto;
}
.thumbnail-box .wrapper {
	width: 100000px;
}
.thumbnail-box .list .item {
	float: left;
	margin: 0 10px;
}
.thumbnail-box .list .item-cur {}
.thumbnail-box .list .item img {
	border: 1px solid #eee;
	width: 98px;
	height: 70px;
}
.thumbnail-box .list .item-cur img {
	border: 1px solid #0e70b9;
}
.big-box {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 600px;
	top: 0;
	width: 400px;
	height: 400px;
	border: 1px solid #e4e4e4;
	background: #fff;
}
.big-box img {
	display: block;
	max-width: initial;
}
.m_detail{ display: none;}
.pagede_con2{
	margin-top: 3%;
}
.pagedecon2_tit{
	background-color: #f9f9f9;
	margin-bottom: 2%;
	height: 45px;
	line-height: 45px;
}
.pagedecon2_tit h5{
	background-color: #eeeeee;
	text-align: center;
	font-size: 1.125rem;
	color: #333;
	width: 150px;
	font-weight: normal;
}
.pagedecon2_txt p{
	font-size: 1rem;
	color: #555;
	line-height: 2;
}
.page_detail table{
}
.pagede_bot{
	margin-top: 5%;
}
.pagede_bot a{
	font-size: 1.125rem;
	color: #fff;
	background: #2c4d98;
	border-radius: 30px;
	text-align: center;
	padding: 1% 2.5%;
}
.pagede_bot a:hover{
	background: #333;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
/* 火狐滚动条兼容 */
.z_nav .an{
	scrollbar-color: rgba(0,91,172,.5) #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}
.z_nav .an::-webkit-scrollbar-thumb{
	background: rgba(0,91,172,.5);
    border-radius: 30px;
}
.z_nav .an::-webkit-scrollbar{
    width: 8px;
    height: 4px;
    background: #dddddd;
}

html{
	scroll-padding-top: 100px;
}
/* 子页面-解决方案详情页 */
.z-banner h5{
	font-size: 1.25rem;
	color: #fff;
	line-height: 2;
	font-weight: normal;
}
.z-banner .sy_but{
	justify-content: flex-start;
	padding:2% 0;
}
.z-banner .sy_but a{
	margin-left: 0;
}
/*产品描述*/
.page_descrip{
	background: #fbfbfb;
}
.page_descrip .index_tit p{
	color: #555;
	text-align: left;
	font-size: 1.125rem;
	padding:0 2%;
	line-height: 2;
}
.descrip_con{
	display:flex;
	justify-content: space-between;
	min-height: 600px;
}
.descrip_l{
	width: calc(31.25%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 2%;
}
.descrip_l .item {
	width: 320px;
	height: 70px;
	border-radius: 10px;
	padding: 2% 5%;
	overflow: hidden;
	background-color: #fff;
	border:#d6d6d6 solid 1px;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 30px;
}
.descrip_l .item{
	position: absolute;
}
.descrip_l .item:nth-child(1){
	top: 0;
	right: 0;
}
.descrip_l .item:nth-child(2){
	top: 150px;
	left: 0;
}
.descrip_l .item:nth-child(3){
	top: 300px;
	left: 80px;
}
.descrip_l .item:nth-child(4){
	top: 450px;
	right: 50px;
}
.descrip_l .item h3{
	font-size: 1.375rem;
	color: #333;
	line-height: 2;
	font-weight: normal;

	overflow: hidden;
	text-overflow: ellipsis;
}
.descrip_l .item p{
	font-size: .875rem;
	color: #777;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
}
.descrip_m{
	width: calc(37.5%);
}
.descrip_m img {
     
		padding-top: 10%;
}
.descrip_r{
  width: calc(31.25%);
	display: flex;
	align-items: center;
	padding-left: 2%;
}
.descrip_r .item {
	width: 290px;
	height: 55px;
	border-radius: 10px;
	padding: 2% 5%;
	overflow: hidden;
	background-color: #fff;
	border:#d6d6d6 solid 1px;
	line-height: 32px;
	text-align: center;
}
.descrip_r .item h3{
	font-size: 1.375rem;
	color: #333;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.descrip_r .item{
	position: absolute;
}
.descrip_r .item:nth-child(1){
	top: 0;
	left: 20px;
}
.descrip_r .item:nth-child(2){
	top: 80px;
	left:60px;
}
.descrip_r .item:nth-child(3){
	top: 160px;
	left:100px;
}
.descrip_r .item:nth-child(4){
	top: 240px;
	left:140px;
}
.descrip_r .item:nth-child(5){
	top: 320px;
	left:100px;
}
.descrip_r .item:nth-child(6){
	top: 400px;
	left:60px;
}
.descrip_r .item:nth-child(7){
	top: 480px;
	left: 20px;
}
/*常见问题*/
.pcjwt{
	background: #fff !important;
}
/*核心功能*/
.pcoregn{
	background: url(../images/corebg.png) no-repeat 0 0;
	background-position: cover;
}
.pcoregn .swiper-container{
	position: relative;
	overflow: hidden;
}
.pcoregn .swiper-slide {
  text-align: center;
  font-size: 18px;
	background: none !important;
  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;
}
.pcoregn .content{
	margin-top: 80px;
}
.pcoregn .case_item{
	padding:5% 26%;
}
.pcoregn .case_item .img{
}
.pcoregn .case_item .img img{
	text-align: center;
	margin:0 auto 20px;
}
.pcoregn .case_item a h5{
	font-size: 1.25rem;
	line-height: 1.5;
	height: 60px;
	overflow: hidden;
}
.pcoregn .case_item a p{
	font-size: 1rem;
	color: #333;
	line-height: 2;
}
.pcoregn .case_item a:hover h5{
	color: #2c4d98;
}
.pcoregn .swiper-button-next, .pcoregn .swiper-button-prev{
	color: #2c4d98 !important;
}
.pcoregn .swiper-button-next:hover, .pcoregn .swiper-button-prev:hover{
	color: #acacac !important;
}
/* 子页面-搜索页面 */
.pagesear .uls{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	background: #eee;
}
.pagesear .uls li{
	padding: 14px 10px;
	font-size: 1rem;
}
.pagesear .uls li:nth-child(1){
	width: 50%;
}
.pagesear .uls li:nth-child(2){
	width: calc(50% - 100px);
}
.pagesear .uls li:nth-child(3){
	width: 100px;
}
.pagesear .text{
	margin-top: 10px;
}
.pagesear .text>div{
	display: flex;
	align-items: center;
}
.pagesear .text>div>a{
	color: #333;
	padding: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-size: 1rem;
}
.pagesear .text>div>a:nth-child(1){
	width: 50%;
}
.pagesear .text>div>a:nth-child(2){
	width: calc(50% - 100px);
	font-size: 0.875rem;
	color: #999;
}
.pagesear .text>div>a:nth-child(3){
	width: 100px;
	font-size: .875rem;
	color: #666;
}
.pagesear .text>div>a:hover{
	color: #2c4d98;
}



/* pc效果 */
@media(min-width:1025px){
	/* bounceInLeft */
	@-webkit-keyframes bounceInLeft {0%,100%,60%,75%,90% {-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);transition-timing-function: cubic-bezier(0.215,.61,.355,1);}0% {opacity: 0;-webkit-transform: translate3d(-3000px,0,0);transform: translate3d(-3000px,0,0)}60% {opacity: 1;-webkit-transform: translate3d(25px,0,0);transform: translate3d(25px,0,0)}75% {-webkit-transform: translate3d(-10px,0,0);transform: translate3d(-10px,0,0)}90% {-webkit-transform: translate3d(5px,0,0);transform: translate3d(5px,0,0)}100% {-webkit-transform: none;transform: none}}
	@keyframes bounceInLeft {0%,100%,60%,75%,90% {-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);transition-timing-function: cubic-bezier(0.215,.61,.355,1);}0% {opacity: 0;-webkit-transform: translate3d(-3000px,0,0);transform: translate3d(-3000px,0,0)}60% {opacity: 1;-webkit-transform: translate3d(25px,0,0);transform: translate3d(25px,0,0)}75% {-webkit-transform: translate3d(-10px,0,0);transform: translate3d(-10px,0,0)}90% {-webkit-transform: translate3d(5px,0,0);transform: translate3d(5px,0,0)}100% {-webkit-transform: none;transform: none}}
	/* bounceInRight */
	@-webkit-keyframes bounceInRight {0%,100%,60%,75%,90% {-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);transition-timing-function: cubic-bezier(0.215,.61,.355,1)}0% {opacity: 0;-webkit-transform: translate3d(3000px,0,0);transform: translate3d(3000px,0,0)}60% {opacity: 1;-webkit-transform: translate3d(-25px,0,0);transform: translate3d(-25px,0,0)}75% {-webkit-transform: translate3d(10px,0,0);transform: translate3d(10px,0,0)}90% {-webkit-transform: translate3d(-5px,0,0);transform: translate3d(-5px,0,0)}100% {-webkit-transform: none;transform: none}}
	@keyframes bounceInRight {0%,100%,60%,75%,90% {-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);transition-timing-function: cubic-bezier(0.215,.61,.355,1)}0% {opacity: 0;-webkit-transform: translate3d(3000px,0,0);transform: translate3d(3000px,0,0)}60% {opacity: 1;-webkit-transform: translate3d(-25px,0,0);transform: translate3d(-25px,0,0)}75% {-webkit-transform: translate3d(10px,0,0);transform: translate3d(10px,0,0)}90% {-webkit-transform: translate3d(-5px,0,0);transform: translate3d(-5px,0,0)}100% {-webkit-transform: none;transform: none}}
	/* wow */
	.wow_l.wow,
	.wow_r.wow{visibility: hidden;animation-name: none;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
	.wow_l.wow.animated{visibility: visible;animation-name: bounceInLeft;}
	.wow_r.wow.animated{visibility: visible;animation-name: bounceInRight;}
	.pc_pr{opacity: 0;transition: opacity 1.5s cubic-bezier(.16,1,.3,1),transform 1.5s cubic-bezier(.16,1,.3,1);transform: scale(.95) translateY(40px);}
	.pc_pr.animated{opacity: 1;transform: scale(1) translateY(0);}
	/* 解决方案 */
	.solutions .uls li:nth-child(2n) a:hover .text{transform:translateX(5px)}
	.solutions .uls li:nth-child(2n+1) a:hover .text{transform:translateX(-5px)}
}
/* 适配 */
@media(max-width:1900px){
	.head_uls{width: 700px;}
	.head_uls2{width: 250px;}
	/* 首页-产品 */
	.index_pr_uls{width: calc(100% - 80px);margin-left:auto;margin-right: auto;}
	/* 首页-案例 */
	.index_cases_uls{width: calc(100% - 80px);margin-left:auto;margin-right: auto;}
}
@media (max-width:1700px){
	.w1600{padding: 0 3%;}
	.pads{padding:3% 0}
	.sy_but{padding:3% 0;}
	.index_tit h2{ font-size: 1.875rem;}
	.mar_b{ margin-bottom:3%;}
	/*头部*/
	.pc_header_uls>li>a{ font-size: 1rem;}
	/*首页-常见问题*/
	.cjquescon_l ul li,.cjquescon_r ul li{ font-size: .875rem; margin-bottom: 25px;}
	/*首页-合作&留言*/

	.in_mess{ margin-top:1.2%; }
	.inmess_but input{ padding:10px 10px;}

	/*首页-系统优势*/
	.dz_list .lia .p .span{ font-size: 1.2rem;}
	.inadvlist .next,.inadvlist .prev{ width:30px; height:30px; border-radius: 30px;}
	.inadvlist .prev{right: 0;}
	.inadvlist .next{ left: 0;}
	.dz_list .lia .desc{ background: none;border:none; overflow: hidden;}
	.dz_list .lia .con{overflow: hidden;    line-height: 1.5;}
	/*首页-新闻资讯*/
	.index_news .innews_list dl dd .uls li { height: 40px; line-height:40px;}
	.index_news .innews_list dl dd .uls li a p{ width: 280px; overflow: hidden;;}
	/*底部*/
	.f_about{ width: 29%; margin-right: 1%;}
	.crcon .f_about li p{font-size: .875rem;}
	.crcon .kslj li p{font-size: .875rem;}
}
@media (max-width: 1600px){
	/*首页-系统优势*/
	.dz_list{padding: 0 20px;}
	.dz_list li .p .span{width: 114px;}
	.dz_list{padding: 0 30px;}
	.dz_list:hover{padding:0 10px;}
	/*子页面-设备详情页*/
	.s_input { width: calc(82%);}
}
@media (max-width: 1440px){
	/*首页-系统优势*/
	.dz_list{padding: 0 0px;}
	
}
/* 150% */
@media (max-width:1300px) {
	/* 头部 */
	.head_uls{width: 700px;}
	.head_uls .uls>li>a{padding: 12px 15px;font-size: 1rem;}
	.head_uls .an{padding: 30px;}
	.head_uls2{width: 250px;}

}
@media (max-width:1200px) {
	/* 头部 */
	.pc-header .text p{font-size: 1.125rem;}
	/* 首页-公司简介 */
	.index_about .txt h3{font-size: 1.875rem;}
	.index_tit h2 {font-size: 1.5rem;}
	.in_mess .index_tit h2 {
	  font-size: 1.5rem;
	}
	
	/* 首页-新闻 */
	.index_news .txt .flex h3{font-size: 1.875rem;}
	.index_news .text .t h3{font-size: 1.5rem;}
	/* 子页面-实验室智能设备详情页*/
	.page_detail .pagede_con1 .pc_detail{display: none;}
	.m_detail{ display: block; width: 100%;}
	.m_detail .swiper {width: 100%;max-height: 400px; border:#eee solid 1px;max-width:500px;}	
	.m_detail .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center;}	
	.m_detail .swiper-slide img { display: block; width: auto; max-height: 400px; object-fit: cover;}
	/*子页面-设备详情页*/
	.s_input { width: calc(80%);}
}
@media (max-width:1100px) {	
	.pagecontact_txt h1{ font-size: 1.45rem;}
	.index_tit h2 {font-size: 1.5rem;}
	/* 子页面-实验室智能设备 */
	.pro_l{ width: 100%;}
	.pro_l ul{ margin:3% 0; display: flex; flex-wrap: wrap;}
	.pro_l ul li{ width: 50%; padding:2%; margin-bottom: 1%;}
	.pro_l ul li a{ padding: 0; text-align: center; }
	.pro_r{ width: 100%; padding: 3% 0 0;}
	.pro_r h3{ font-size: 1.5rem; margin-bottom: 3%; text-align: center;}
	.pro_r .uls li{ width: calc(48%);}
	/*子页面-设备详情页*/
	.s_input { width: calc(78%);}
}

@media (max-width:1024px) {
	html{scroll-padding-top: 60px;}
	/* 头部 */
	.pc-header{display: none;}
	
	.m-header{display: block;}
	.m-header .an{height: 60px;background: #fff;box-shadow: 0 0 15px rgb(0 0 0 / 20%);display: flex;justify-content: space-between;align-items: center;position: fixed;top: 0;left: 0;width: 100%;z-index: 999;}
	.m-header .an .img img{height: 34px;}
	.header_list{width: 30px;height: 30px;position: relative;cursor: pointer;}
	.header_list i{width: 24px;height: 2px;margin: 5px auto;display: block;background-color: #000;transition: all .5s;}
	.header_list.active i:nth-child(1){transform: translateY(6px) rotate(135deg);}
	.header_list.active i:nth-child(2){display: none;}
	.header_list.active i:nth-child(3){transform: translateY(0) rotate(45deg);}
	/* 移动端导航 */
	.header_nav{position: fixed;top: 60px;left: 0;z-index: 999;width: 100%;background-color: #fff;display: none;}
	.header_nav .uls{height: calc(100vh - 60px);overflow-y: auto;}
	.header_nav .uls li{border-top: 1px solid #eee;position: relative;}
	.header_nav .uls>li a{padding: 15px 20px;color: #333;line-height: 22px;font-size: 14px;display: block;}
	.mToggle{display: none;position: relative;top: -25px;}
	.mToggle::after{position: absolute;content: ">";font-size: 20px;top: 50%;right: 0px;transform: translate(0%,calc(-50% - 3px));color: #555;transition: all .5s;display: flex;width: 52px;height: 52px;align-items: center;justify-content: center;}
	.mToggle.active::after{transform: rotate(90deg) translate(calc(-50%),3px)}
	.header_nav .uls>li ul{display: none;}
	.header_nav .uls>li ul>li>a{padding: 15px 40px;}
	main{margin-top: 60px;}
	.pads{padding: 40px 0;}
	/*首页-常见问题*/
	.cjquescon_l ul li,.cjquescon_r ul li{font-size: 1rem; line-height: 50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; text-align: center; padding:0 2%;
}
	/* 首页-解决方案 */
	.sysolu_con {display: block;}
	.sysolu_con .solu_l{padding: 0 5%; width: 100%;}
	.sysolu_con .solul_nacv {width: 100%;padding: 0;box-shadow: none;}
	.sysolu_con .solul_nacv .tit {text-align: left;margin-bottom: 25px;margin-top: 10px;}
	.sysolu_con .solul_nacv .icon {display: block;overflow-x: auto;overflow-y: hidden;white-space: nowrap;}
	.solul_nacv .lik {display: inline-block;width: auto;overflow: hidden;margin-right: 12px;}
	.sysolu_con .solu_r {width: 100%;position: relative;overflow: hidden;margin-left: 0;}
	.sysolu_con .solu_r img{ width: 100%;height: 100%;object-fit: contain;overflow: hidden;}
	/* 首页-合作&留言 */
	.index_coop .an{flex-wrap: wrap;}
	.in_coop{width: 100%; margin-bottom: 2%;}
	.in_mess{ width: 100%; padding-top: 5%;padding-bottom: 5%;}
	.inmess_con .mess_input{width: 100%;}
	.inmess_con .mess_input input{font-size: 1rem;}
	.inmess_but input{padding:3% 0}
	/*首页-系统优势*/
	.dz_list {padding: 0 ;}
	.dz_list li .p .span {width: 89px;}
	.dz_list li::before {width: 100%;height: 100%;top: 0;}
	.dz_list li .icon img {width: 54px;left: 0%;-webkit-transform: translatex(0);-moz-transform: translatex(0);-o-transform: translatex(0);transform: translatex(0);}
	.dz_list li .p .span{left: 0%;-webkit-transform: translatex(0);-moz-transform: translatex(0);-o-transform: translatex(0);transform: translatex(0);color: #085797;font-size: 24px;}
	.dz_r1 .dz_list li .span{font-size: 22px;}
	.dz_list li .desc {height: 126px;}
	.dz_list li .con {opacity: 1;}
	.dz_list li .icon {height: 54px;}
	.dz_list li:not(:last-child){margin-right: 25px;}
	.dz_list li .p {margin-top: 20px;}
	.dz_list {margin-top: 25px;}	
	/* 底部 */
	.crcon .kslj{display: none;}
	.f_about{width: 100%;margin-left: 0;display: flex;justify-content: center;}
	.crcon ul li>img{margin: 0 auto 5px;}
	.crcon .f_about li p{ font-size: .85rem;}
	.end{padding: 20px 0; text-align: center;}
	/* 二级导航 */
	
	/* 分页 */
	.pagess ul li a, .pagess ul li span{font-size: 1rem;min-width: 36px;min-height: 36px;}
	.pagess{margin-top: 40px;}
	/* 子页面-解决方案详情页 */
	.descrip_con{ flex-wrap: wrap;}
	.descrip_l{ width: 100%; position: relative; flex-wrap: wrap; }
	.descrip_l .lists{ display: flex; justify-content: space-between; align-items: center;height:100px; width:100%;}
	.descrip_l .item{  height: 40px; text-align: center; width: calc(48%); padding: 0;}
	.descrip_l .item:nth-child(1){ left: 0; margin: 0 1% 0 0;}
	.descrip_l .item:nth-child(2){ top: 0; left: 50%;}
	.descrip_l .item:nth-child(3){ top: 50px; left: 0;}
	.descrip_l .item:nth-child(4){ top: 50px; left: 50%;}
	.descrip_l .item h3{font-size: 1.125rem; line-height: 2; }
	.descrip_l .item p{ display: none;}
	.descrip_l img { transform: rotate(90deg);-webkit-transform: rotate(90deg); text-align: center; width: 10%; margin: 5% auto; height: auto;}
	.descrip_m{ width: 100%;}
	.descrip_m img{ padding-top: 5%; margin-bottom: 5%;}
	.descrip_r{ width: 100%; position: relative; flex-wrap: wrap;}
	.descrip_r .lists{ display: flex; justify-content: space-between; align-items: center;height:250px; width:100%; position:relative;}
	.descrip_r .item{ width: calc(48%); height: 40px; text-align: center; padding: 0;}
	.descrip_r .item h3{font-size: 1.125rem; line-height: 2; }
	.descrip_r .item:nth-child(1){ top: 20px;  left: 0;}
	.descrip_r .item:nth-child(2){ top: 20px; left: 50%;}
	.descrip_r .item:nth-child(3){ top: 70px;  left: 0;}
	.descrip_r .item:nth-child(4){ top: 70px; left: 50%;}
	.descrip_r .item:nth-child(5){ top: 120px;  left: 0;}
	.descrip_r .item:nth-child(6){ top: 120px; left: 50%;}
	.descrip_r .item:nth-child(7){ top: 170px; left: 26%;}
	.descrip_r img { transform: rotate(90deg);-webkit-transform: rotate(90deg); text-align: center; width: 10%; margin: 5% auto; height: auto;}
}
@media (max-width:1011px) {
	
}

@media (max-width:920px) {
	detpro_l h4{ font-size: 1.125rem;}
	.s_input { width: calc(74%);}
	.detpro_l .uls li a h5{ font-size: 1rem;}
}

@media (max-width:820px) {	
	/*首页共用*/
	.pads{padding: 30px 0;}
	.mar_b{margin-bottom: 30px;}
	.index_tit h2{font-size: 1.8rem;}
	.in_mess .index_tit h2 {
	  font-size: 1.8rem; }
		
	.index_tit h3{font-size: 1.125rem;}
	/*首页-常见问题*/
	.index_sy1 .cjques_content{flex-wrap: wrap;}
	.cjquescon_l,.cjquescon_m,.cjquescon_r{ width: 100%;}
	.cjquescon_l ul li{font-size: 1rem;}
	/*首页-关于我们*/
	.index_about .an{ flex-wrap: wrap;}
	.inabout_l{ width: 100%;}
	.inabout_r{ width: 100%; margin-left: 0;  padding-left: 0; border:none; margin-top: 4%;}
	.inabout_r .txt .nums{font-size: 2.5rem;}
 
	/*首页-新闻 */
	.index_news .innews_list dl{ width: 100%; margin-bottom: 3%;}
	.index_news .innews_list dl dd .uls li{ height: 40px; line-height:40px; overflow: hidden;}
	.index_news .innews_list dl dd .uls li p{ width: 280px; overflow: hidden;;}
	/* 底部 */
	.crcon{padding-top: 40px;}
	/*子页面banner*/
	.z-banner img{min-height: 200px;object-fit: cover;}
	.z-banner .text h3{font-size: 1.75rem;text-align: center;}
	/* 二级导航 */
	.z_nav a{font-size: 1rem;}
	/* 子页面-关于我们 */
	.pageab_num .uls .img img{ width: 50%;}
	.pageab_num .uls .text{ height: 30px;}
	.pageab_num .uls .text h4{ font-size: 1rem; line-height: 1.2;}
	.pageab_num .uls .nums span{ font-size: 2rem;}
	.pagehor_list a .txt h4{font-size: 1rem;}
	.pageab_txt p{ font-size: 1rem;}
	.pageab_num .uls .nums{ font-size: 1rem;}
	/* 子页面-联系我们 */
	.page_contact_con{ flex-wrap: wrap;}
	.pagecontact_txt{ width: 100%; padding: 3%;}
	.pagecontact_txt h1{ font-size: 1.5rem !important;}
	.pagecontact_img{ width:100%}
	.pagecontact_img img{ width: 100%; height: 100%; object-fit: cover;}	
	/* 子页面-客户案例 */
	.cases h3{margin: 5px 0;font-size: 1.125rem;}
	/* 分页 */
	.pagess{margin-top: 20px;}
	.pagess ul li a, .pagess ul li span{font-size: 0.875rem;min-width: 32px;min-height: 32px;}
	.pagess ul li:first-child a, .pagess ul li:first-child span{padding: 0 10px;}
	.pagess ul li:last-child a, .pagess ul li:last-child span{padding: 0 10px;}
	/*翻页*/
	.new_page p{width: 100%; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
	/* 子页面-新闻资讯 */
	.news_l{ width: 100%;}
	.news_r{ width: 100%; margin-left: 0; margin-top: 3%;}
	/* 子页面-实验室智能设备 */
	.pro_l{ width: 100%;}
	.pro_l ul{ margin:3% 0; display: flex; flex-wrap: wrap;}
	.pro_l ul li{ width: 50%; padding:2%; margin-bottom: 1%;}
	.pro_l ul li a{ padding: 0; text-align: center; }
	.pro_r{ width: 100%; padding: 3% 0 0;}
	.pro_r h3{ font-size: 1.5rem; margin-bottom: 3%; text-align: center;}
	.pro_r .uls li{ width: calc(48%);}
	/* 子页面-实验室智能设备详情页 */
	.detpro_l{ width: 100%;}
	.search{ margin-top: 3%;width: 100%; padding-bottom: 8%; border-bottom: none;}
	.s_input { width: calc(90%);}
	.detpro_l .uls{ margin-top: 3%; border-top: #dddddd solid 1px;}
	.detpro_l .uls li{ padding:3% 0 }
	.detpro_r{ width: 100%; margin-top: 3%; margin-left: 0;}
	.m_detail .swiper{max-width:100%}
	.pc_detail{ display: none !important;}
	.detpro_r{ width: 100%; margin-left: 0;}
	/*核心功能*/
	.pcoregn .case_item{ padding:0 15%;}
}
@media (max-width:767px) {
	.pageab_num .uls .text h4{ font-size: .875rem;}
}
@media (max-width:610px){
.s_input { width: calc(87%);}
}
/*右侧悬浮*/
.lina-xqd{position:fixed;right:2px;bottom:10%;margin:auto;height:350px;z-index: 99;transition:.3s;}
.wz-kzsq{position:relative;height:100%;width:170px}
.sq-kzdw{position:absolute;top:66px;left:0;cursor:pointer;display: none;}
.log-sqd{position:absolute;left:44px;border: 1px solid #012fa7;width:125px;border-radius:8px;overflow:hidden;background:#fff;}
.lg-ycd{width:100%;overflow:hidden;text-align:center;height: 82px;background:#fff;border-bottom:1px solid #ccc;}
.lg-ycd img{display:inline-block;margin-top: 34px;width: 82%;}
.zx-xqico{width:100%;overflow:hidden;border-bottom:1px solid #ccc}
.zx-xqico span{display:block;overflow:hidden;padding:10px 0;text-align:center}
.zx-xqico span img{display:inline-block}
.zx-xqico span:hover{background:#f2f1f0;cursor:pointer}
.wx-zdc{width:100%;overflow:hidden;text-align:center;margin-top:13px}
.wx-zdc img{display:inline-block;width:65%}
.wx-zdc p{display:block;width:100%;font-size:16px;color:#000;font-weight:700;line-height:30px;margin-top:5px}
.phone-zx{padding: 15px 0 20px 0;background: #2c4d98;overflow:hidden;text-align:center;}
.phone-zx b{display:block;font-size: 17px;letter-spacing: -1px;color: #eee;}
.phone-zx p{font-size: 15px;color: #eee;}
.lina-xqd.active {right: -128px;transition: .3s;}
@media (max-width: 820px) {
    .lina-xqd {
        display: none;
    }
}
/*2-13-首页新增-实验室自净型产品陈列*/

/*2-13产品详情页*/
#hi-tab ul li{
	list-style-type:none;
	width: 100%;
}
#hi-tab ul li a{
	width: 100%;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}
#hi-tab ul li a:hover{
	background-color: #2c4d98;
	color: #fff;
}
#hi-tab{
	display: flex;
	text-align: center;
	width: 100%;
	background-color: white;
	border-bottom: #eee solid 2px;
	border-left: #eee solid 2px;
	z-index: 99;
}
#hi-tab ul{
	display: flex;
	width: 100%;
}
/* 测试区域 */
.test-up-area{
	height: 200px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: #2c4d98;
}
.test-down-area{
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
#s1{
	padding: 20px 0;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	border-bottom: #eee solid 1px;
}
#s2{
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	border-bottom: #eee solid 1px;
}
#s2 dl dd{
	width: 100%;
	line-height: 30px;
	list-style: square;
	color: #333;
}
#s3{
	padding: 20px 0;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	/*border-bottom: #eee solid 1px;*/
}
#s4{
	padding: 20px 0;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
.test-down-area h5{
	font-size: 18px;
	color: #2c4d98;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.test-down-area p{
	color: #666;
	line-height: 30px;
}

.hi-select-btn.hi-selected-full{
	background-color: #ededed;
	color: #2c4d98;
}
.hi-select-btn.hi-selected-underline{
	border-bottom: 3px #ededed solid;
}
.toggle{
	width: 5%;
}
.toggle a{
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px 0px;
}
@media(max-width:567px){ 
	#hi-tab ul li a{padding: 10px 0 !important;}
		.pagede_con1_r{margin-top: 1rem;}
		.detail_but{margin-top: 15px;}
		.test-down-area h5{height: 30px;line-height:30px;margin-bottom: 10px;}
}

/*25-2-17头部修改*/
.pc-header .logo1 .img img{
	height: 51px;
}
.pc-header .logo1 .img{
	display: flex;
	align-items: center;
	height: 32px;
	line-height: 32px;
}

/*25-2-17首页自净型产品修改*/
.index_pro1a .an{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zjxpro_l {
	width: calc(35%);
	background: #f8f8f8;
	padding:2% 3%;
	border-radius: 10px;
}
.zjxpro_r {
	width: calc(60%);
}
.zjxpro_l .index_tit h2{
	text-align: left;
}
.zjxpro_l .index_tit p{
	font-size: 1rem;
	color: #666;
	margin-top: 8%;
	line-height: 30px;
}
.zjxpro_l .sy_but{
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 20px;
}
.zjxpro_l .sy_but a{
	font-size: 1.125rem;
	padding:15px 10px 15px 60px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0;
	width: 60%;
	background: none;
	border:#f8f8f8 solid 1px;
	color: #333;
	border-radius: 0;
	text-align: left;
}
.zjxpro_l .sy_but a:hover{
	background: url(../images/jt.png) no-repeat 20px 20px;
	border:#2c4d98 solid 1px;
}
.zjxpro_l .sy_but a.active{
	background: url(../images/jt.png) no-repeat 20px 20px;
	border:#2c4d98 solid 1px;
}
.zjxpro_r .uls{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; display: -webkit-box;
}
.zjxpro_r .uls li{
	width: calc(32.33%);
	margin: 1% .5% 1%;
}
.zjxpro_r .uls li .img{
	overflow: hidden;
}
.zjxpro_r .uls li .img img{
	width: 100%;
	height: 100%;
	transition: all .5s;
	object-fit: cover;
}
.zjxpro_r .uls li:hover .img img{
	transform: scale(1.05);
}
.zjxpro_r .uls li .txt{
	text-align: center;
}
.zjxpro_r .uls li a .txt h4{
	font-size: 1.125rem;
	color: #333;
	font-weight: normal;
	line-height: 2;
	background: #f9f9f9;
	height: 50px;
	line-height: 50px;
}
.zjxpro_r .uls li a:hover .txt h4{
	color: #2c4d98;
}
@media (max-width:820px) {
	.zjxpro_l{ width: 100%;}
	.zjxpro_l .sy_but a{ width: calc(48%); padding:5px; font-size: 1rem;}
	.zjxpro_l .sy_but a:hover{ background: none;}
	.zjxpro_r{ width: 100%; margin-top: 20px;}
	.zjxpro_r .uls li{ width: calc(49%);}
}
/*25-2-19-首页关于我们修改*/
/* 首页-关于我们 */
.index_about1{background: url(../images/bj1.jpg) no-repeat left center / cover; position: relative; z-index:1;}
.index_about .an{
	display:flex;
	justify-content: space-around;
}
.inabout_l{
	width: calc(45%);
}
.inab1_l .index_tit{position: relative;}
.index_tit .div1 {
    font-size: 70px;
    opacity: .08;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: -4px;
    top: 12px;
    line-height: 1.1; font-size: 3.1rem;
}
.index_tit .div2 {
    font-size: 2.5rem; line-height: 2.7; font-weight:bold;
}
.inab1_l .sy_but{justify-content: flex-start;}
.inabout_l .img{
	width: 100%;
	margin:0 auto 3%;
}
.inabout_l .img img{
	width: 100%;
	object-fit: contain;
}
.inabout_l .txt p{
	font-size: 1rem;
	color: #343434;
	line-height: 2;
}
.inabout_r{
	width: calc(100% - 45% - 60px);
	margin-left: 60px;
	border-left:#bec5cb solid 1px;
	padding-left: 5%; 
}
.inabout_r .index_tit h2{
	text-align: left;
}
.inabout_r .txt .nums{
	color:#2c4d98;
	/* font-size: 3.625rem; */
	font-size: 2.8rem;
	font-weight:bold;
	font-family: "Arial";
}
.inabout_r .txt h4{
	color:#333;
	font-size: 1.25rem;
	font-weight:normal;
}
.inabout_r .txt ul li{
	border-top:#bec5cb solid 1px;
	padding:4% 0;
	margin-bottom: 2%;
	display: flex;
	justify-content: space-between;
}

.inab1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab1_l{
	width: calc(46%);
}
.inab1_l .txt p {
    font-size: 1rem;
    color: #343434;
    line-height: 2;
}
.inab1_r{
	width: calc(46%);
}
.inab1_r img{
	width: 100%;
}
.inab2{    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 11px rgba(0, 0, 0, .06);
    position: relative;
    z-index: 2;
    border-radius: 11px;	overflow: hidden;
}
.inab2  img {
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;

}
@media (max-width:820px) {
	.inab1_l,.inab1_r{ width: 100%;}
	.inab1_r{ margin-top: 20px;}
	.inab2 .uls{ display: none;}
}
/*25-2-21-表格优化*/
.page_detail table,.page_detail table tr,.page_detail table td{
	border:#e8e8e8 solid 1px;
	color:#666;
}
.page_detail table td{
	padding:10px 0;
	
}
/*25-4-27 首页产品中心*/
.clearfix {
    clear: both;
}
.pageFlex {
    display: flex;
    flex-wrap: wrap;
}
.homePro{
	background: #f5f5f5;
}
.mt50 {
    margin-top: 50px;
}
.homeProWrap{
	border:#eee solid 1px; 
	background: #fff;
	display: flex;
	
}
.homeProL{
	width:calc(25%);
	border-right:#eee solid 1px; 
	padding:3%;
	overflow: hidden;
}
.proLBox {
    height: 100%;
}
.homeProL .cont {
    width: 100%;
    text-align: center;
}
.homeProL .cont .tit {
    font-size: 1.2rem;
    color: #0f0f45;
    line-height: 2;
}
.homeProL .cont .subtit {
    color: #6b6b6b;
    font-size: 1rem;
    margin-top: 18px;
    margin-bottom: 20px;
}
.homeProL .cont .more {
    display: inline-block;
    width: 91px;
    height: 30px;
    line-height: 30px;
    background-color: #2c4d98;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.homeProL .proLBox:hover .cont .more {
    background-color: #3b62ba;
    box-shadow: 0px 6px 8px 0px  rgba(64, 121, 255, 0.2);
}
.homeProL .img{
	overflow: hidden;
	transition: all .3s;
	margin-top: 50px;
}
.homeProL .img img {
    width: 100%;
    height: 100%;
	transition: transform .5s;
	object-fit: cover;
	display: block;
}
.homeProL a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.homeProR{
	width:calc(75%);
}

.homeProR1{
	border-bottom:#eee solid 1px;
}
.homeProR1 .homeProR11{
	width: calc(66.67%);
	border-right:#eee solid 1px;
	padding:3% 5%;
}
.homeProR1 .homeProR12{
	width: 33.33%;
	width:calc(100% / 3);
	border-right:#eee solid 1px;
	overflow: hidden;
	padding:3%;
	position: relative;
}


.homeProR1 .homeProR12:last-child{
	border-right: none;
}





.homeProR11 .proLBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.homeProR11 .cont{
	width: calc(50%);
}
.homeProR11 .cont .tit {
    font-size: 2rem;
    color: #0f0f45;
    line-height: 2;
}
.homeProR11 .cont .subtit {
    color: #6b6b6b;
    font-size: 1rem;
    margin:0  0 15px 0;
}
.homeProR11 .cont .more {
    display: inline-block;
    width: 91px;
    height: 30px;
    line-height: 30px;
    background-color: #2c4d98;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	margin-top: 50px;
}
.homeProR11 .proLBox:hover .cont .more {
    background-color: #3b62ba;
    box-shadow: 0px 6px 8px 0px  rgba(64, 121, 255, 0.2);
}
.homeProR11 .img{
	width: calc(50%);
	overflow: hidden;
	transition: all .3s;
	margin-top: 50px;
}
.homeProR11 .img img {
    width: 100%;
    height: 100%;
	transition: transform .5s;
	object-fit: contain;
	display: block;
	max-height:210px;
}
.homeProR11 a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.homeProR12{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.homeProR12 .cont2{
	 
	top: auto;
	bottom: -60px;
	padding: 15px 0 1px;
	background: rgba(255, 255, 255, 0);
	width: 100%;
	text-align: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.homeProR12 .cont2 .tit {
    font-size: 1rem;
    color: #0f0f45;
    line-height: 2;
	text-align: center;
}
.homeProR12 .cont2 .subtit {
    color: #6b6b6b;
    font-size: 1rem;
	text-align: center;
	margin-top: 20px;
}
.homeProR12 .proLBox:hover .cont2 .subtit{
	background: rgba(255,255,255,.8);
	display: block;
	transition: all .5s;
}
.homeProR12 .proLBox:hover .cont2 {
    bottom: 0;
    background: rgba(255,255,255,.8);
}
.homeProR12 .img img{
	max-height: 205px;
	width: 100%;
	object-fit: contain;
}
.homeProR2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	height: 300px;
	overflow:hidden;
}




.homeProR1 .homeProR12{
	width: 33.33%;
	width:calc(100% / 3);
	border-right:#eee solid 1px;
	overflow: hidden;
	padding:3%;
	position: relative;
}


.homeProR1 .homeProR12:last-child{
	border-right: none;
}





.homeProR2x{
	width: 33.33%;
	width:calc(100% / 3);
	border-right:#eee solid 1px;
	overflow: hidden;
	padding:3%;
	position: relative;
}
.homeProR2x:last-child{
	border-right: none;
}
.homeProR2x .cont2{
	top: auto;
	bottom: -60px;
	padding: 15px 0 1px;
	background: rgba(255, 255, 255, 0);
	width: 100%;
	text-align: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.homeProR2x .cont2 .tit {
    font-size: 1rem;
    color: #0f0f45;
    line-height: 2;
	text-align: center;
}
.homeProR2x .cont2 .subtit {
    color: #6b6b6b;
    font-size: 1rem;
	text-align: center;
	margin-top: 20px;
}
.homeProR2x .proLBox:hover .cont2 .subtit{
	background: rgba(255,255,255,.8);
	display: block;
	transition: all .5s;
}
.homeProR2x .proLBox:hover .cont2 {
    bottom: 0;
    background: rgba(255,255,255,.8);
}
.homeProR2x .img img {
    width: 80%;
	margin:0 auto;
    height: 100%;
	transition: transform .5s;
	object-fit: cover;
	display: block;
	text-align: center;
}
.homeProR2x a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
@media (max-width:820px) {
	.homeProL{ width: 100%; border-bottom: #eee solid 1px;}
	.homeProL .cont .tit{ font-size: 1.35rem; line-height: 1.5;}
	.homeProL .cont .subtit{ margin:10px 0 20px;}
	.homeProR{ width: 100%;}
	.homeProR1 .homeProR11{ width: 50%;}
	.homeProR1 .homeProR11{ padding:3%}
	.homeProR11 .cont{ width: 100%;}
	.homeProR11 .cont .tit{ font-size: 1.35rem;}
	.homeProR11 .cont .more{ margin-top: 20px;}
	.homeProR11 .img{ width: 100%;}
	.homeProR12 .cont2{ bottom: 0;}
	.homeProR2{ height: 230px;}
	.homeProR1 .homeProR12{ padding:3% 0}
	.homeProR2x{ padding:3% 0}
	.homeProR2x .img img{ width: 100%;}
	.homeProR2x .cont2{ width: 100%; padding-top: 0; bottom:0}
	.homeProR2x .cont2 .tit{ font-size: 1rem;}
	.homeProR2x .cont2 .subtit{ margin-top: 0;}
}
/*首页-解决方案*/
.homeZhpt ul { 
	width: 100%; 
	height: 100%; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.homeZhpt ul li { 
	overflow: hidden; 
	position: relative; 
	height: 100%; 
	width:calc(100% / 4);
}
.zhpt-detail { 
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.7); 
	position: relative; 
	top: 0; 
	opacity: 1; 
	transition: top 0s, opacity 0.3s linear 0s;
}
.zhpt-title { 
	width: 100%; 
	text-align: left;
	left:10%; 
	bottom: 5%; 
	position: absolute; 
	transition: 0.3s ease-out 0s; 
}
.zhpt-title h2 { 
	font-size: 2rem; 
	color: #fff; 
	text-transform: uppercase; 
	font-weight: normal;
}
.homeZhpt { 
	height: 100%; 
	width: 100%; 
}
.zhpt-title div { 
	font-size: 16px; 
	display: inline-block;  
	line-height: 36px; 
	color: #fff;
	transition: 
	margin-top 0.5s ease-out 0s, display 0s ease-out 0s; 
}
.homeZhpt ul li:nth-child(2n+1):hover .zhpt-detail { 
	top: 100%; 
	opacity: 0; 
	transition: 0.5s linear 0s; 
}
.homeZhpt ul li:nth-child(2n+1):hover .zhpt-title { 
	opacity: 0; 
	transition: 0.5s linear 0s; 
}
.homeZhpt ul li:nth-child(2n+2):hover .zhpt-detail { 
	top: -100%; 
	opacity: 0; 
	transition: top 0.5s ease-out 0s, opacity 0.3s ease-out 0.3s; 
}
.homeZhpt ul li:nth-child(2n+2):hover .zhpt-title { 
	opacity: 0; transition: 0.5s ease-out 0s; 
}
.homeZhpt ul li:hover a { 
	transition: 0.5s linear 0.3s; transform: scale(1.05); 
}
.homeZhpt ul li a { 
	transition: 0.5s linear 0s; 
	display: block; 
	height: 100%; 
	width: 100%; 
}
@media (max-width:820px) {
	.homeZhpt ul li { height: 50%; width: 50%; }
	.zhpt-title h2 { font-size: 1.5rem; height: auto; }
	.zhpt-title { top: 45%; }
}
/*首页-新闻*/
.homeNews{background: #f4f4f4;}
.pr_uls li.on,.pr_uls li:hover{
	background-color: #2c4d98;
	color: #fff;
	border: 1px solid #2c4d98;
}
.pr_uls li.on a, .pr_uls li:hover a{
	color: #fff;
}
.pr_ul_2{
	display: block;
}
.pr_ul_3{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.pr_ul_3 li{
	width: auto;
	margin-bottom: 30px;
}
.pr_ul_3 li a{
	display: block;
	overflow: hidden;
	position: relative;
}
.pr_ul_3 li a .text{
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
}
.pr_ul_3 li a .text h3{
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	padding-bottom: 10px;
}
.pr_ul_3 li a .text p{
	color: #a3a4a5;
	font-size: 1.125rem;
	line-height: 1;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pr_ul_3 li a:hover .text p{
	color: #fff;
}
.hNewsWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.hNewsImg{
	width: calc(40%);
	overflow: hidden;
	height:470px;
}
.pr_ul_3 li .hNewsImg img{
	display: block;
	width:100%;
	max-width: 100%;
	transition: transform .5s;
	height:470px;
	overflow:hidden;
}
.pr_ul_3 li:hover .hNewsImg img{
	transform: scale(1.05);
}
.hNewsHot{
	width: calc(35%);
	margin-left: 20px;
	overflow: hidden;	
}
.hNewsHot dl{
	background: #f8f8f8;
	margin-bottom: 24px;
	padding:3% 4%;
}
.hNewsHot dl a dt h5{
	font-size: 1.15rem;
	color: #333;
	text-align: left;
	font-weight: normal;
	line-height: 1.8;
	margin-bottom: 10px;
} 
.hNewsHot dl a dd p{
	font-size: 1rem;
	color: #999;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hNewsHot dl a dd .time{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5%;
	border-top: #e8e8e8 solid 1px;
	padding-top: 3%;
}
.hNewsHot dl a dd .time strong{
	font-size: 1.5rem;
}
.hNewsHot dl a:hover dt h5{
	color: #2c4d98;
}
.hNewsHot dl a:hover dd span{
	color: #2c4d98;
}
.hNewsItem{
	width: calc(20%);
	margin-left: 20px;
	overflow: hidden;
}
.hNewsItem dl{
	background: #fff;
	margin-bottom: 24px;
	padding:6.8% 5%;
}
.hNewsItem dl a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hNewsItem dl a dt{
	width: calc(25%);
	border-right: #e8e8e8 solid 1px;
}
.hNewsItem dl a dt strong{
	font-size: 1.5rem;
}
.hNewsItem dl a dt p{
	font-size: 1rem;
	color: #999;
	line-height: 1.5;
}
.hNewsItem dl a dt h5{
	color: #2c4d98;
}
.hNewsHot dl a:hover dd span{
	color: #2c4d98;
}
.homeRes-ul li a:hover span {
    padding-left: 25px;
    background-position: right 25px center;
	color: #2c4d98;
}
.hNewsItem dl a dd{
	width:calc(100% - 25% - 15px);
	margin-left: 15px;
}
.hNewsItem dl a dd h5{
	font-size: 1.15rem;
	color: #333;
	text-align: left;
	font-weight: normal;
	line-height: 1.8;
	margin-bottom: 10px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis; 
}
.hNewsItem dl a:hover dd h5{
	color: #0a891f;
}
.hNewsItem dl a:hover dd span{
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.hNewsItem dl a:hover dd span{
	color: #2c4d98;
	padding-left: 10px;
	background-position: right 10px center;
}
.homeNews .more {
    width: 150px;
	margin: 0px auto 0;
    height: 50px;
    line-height: 50px;
    background-color: #2c4d98;
    border-radius: 0;
    text-align: center;    
    font-size: 1rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.homeNews .more a{
	color: #fff;
}
.homeNews .more:hover {
    background-color: #949494;
    box-shadow: 0px 6px 8px 0px  rgba(64, 121, 255, 0.2);
}
.news_arr{padding-top: 20px;}
.homeNews .sy_but{padding-top:2% !important;}
/*子页面-产品中心*/
.page-nav-wrapper {
	position: relative;
	z-index: 20;
	padding: 0;
	height: auto;
	margin-top: 0;
}
.page-nav-wrapper{
	background-color: #f8f8f8;
}
.page-nav-wrapper .w1600{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.page-nav-wrapper .title-box {
	width: 12%;
	height: 100%;
	background: #2c4d98;
	line-height: 24px;
	text-align: center;
	padding:2% 1%;
}
 .page-nav-wrapper .intruction-caption {
    display: none;
  }
.page-nav-wrapper .title-box .title {
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 6px;
}
.page-nav-wrapper .title-box p {
	font-size: 1.25rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}
.page-nav-wrapper .page-nav-box {
	flex: 1;
	overflow: hidden;
}
.page-nav-wrapper .nav {
	font-size: 0;
}
.page-nav-wrapper .nav a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    color: #999;
    background: #fafafa;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    line-height: 94px;
    padding: 0 32px;
}
.page-nav-wrapper .nav a.on,
.page-nav-wrapper .nav a:hover {
    color: #2c4d98;
    font-weight: 700;
    background: #fff;
}
.page-nav-wrapper .breadcrumb {
	font-size: 0;
}
.page-nav-wrapper .breadcrumb a,
.page-nav-wrapper .breadcrumb span,
.page-nav-wrapper .breadcrumb img {
	display: inline-block;
	vertical-align: middle;
}
.page-nav-wrapper .breadcrumb a,
.page-nav-wrapper .breadcrumb span {
	font-size: .875rem;
}
.page-nav-wrapper .breadcrumb a {
	color: #bcbcbc;
}
.page-nav-wrapper .breadcrumb a:hover {
	color: #2c4d98;
}
.page-nav-wrapper .breadcrumb .icon {
	margin: 0 12px;
}
.page-nav-wrapper .breadcrumb span {
	font-weight: 700;
	color: #5a5a5a;
}
.pageDeCase .uls{
	display: flex;
	justify-content: flex-start;
	width: calc(100% - 30px);
	flex-wrap: wrap;
}
.pageDeCase .uls li{
	width: calc(24% - 10px);	
	margin-left: 10px;
	overflow: hidden;
	background: #fff !important;
}
.pageDeCase .uls li:nth-child(4n){
	margin-right: 0;
}
.pageDeCase .uls li a{
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
}
.pageDeCase{
	width: 100%;
	/* padding-top: 3%; */
}
.pageDeCase .uls li .inpro_img2{
	width: 100%;
	position: relative;
	padding-top: 67%;
	overflow: hidden;
}
.pageDeCase .uls li .inpro_img2 img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
}
.pageDeCase .uls li:hover img{
	transform: scale(1.1);
}
.pageDeCase .uls li a h4{
	overflow: hidden;
	text-shadow: none;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #000000;
	color: #000000;
	-webkit-transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1);
	transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1);
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
	width: 100%;
	font-weight: normal;
}
.pageDeCase .uls li a h4:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000000;
    background-color: #000000;
    margin-top: 46px;
    -webkit-transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1);
    transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1);
}
.pageDeCase .uls li a p{
	color: #999999;
	font-size: 13px;
	line-height: 24px;
	height: 10px;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	text-align: right;
}
.pageDeCase .uls li a:hover p{
	color: #2c4d98;
}
.pageDeCase .uls li:hover h4 {
    color: #2c4d98;
}
.pageDeCase .uls li:hover h4::before {
    width: 100%;
    background-color: #2c4d98;
}
/*子页面-新闻列表*/
.pageNewsW {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pageProDL{
	width:calc(75%) ;
	padding:2% 0;
}
.page_news li {
    border: 1px solid #f0f0f0;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.page_news li .tit {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    position: relative;
}
.page_news li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}
.page_news li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}
.page_news li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}
.page_news li .more {
    margin-top: 15px;
}
.page_news li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.page_news li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}
.page_news li:hover .tit h3 {
    color: #2c4d98;
}
.page_news li:hover .more span {
    color: #fff;
    background-color: #2c4d98;
}
.news_r{    border-left: #f0f0f0 solid 1px;}
.newsr_list ul li{background: none;    border-bottom: #f0f0f0 solid 1px;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.newsr_list ul li a{padding-left: 0;}
@media screen and (max-width: 1004px) {
	/*子页面-分类导航*/
    .page-nav-wrapper .title-box {display: none;}
	.page-nav-wrapper .breadcrumb {display: none;}
	.page-nav-box {width: 100%;	background: #f4f4f4;}
	.page-nav-box .intruction-caption {position: relative;display: block;line-height: 50px;padding: 0 15px;background: #a0a0a0;color: #fff;	font-size: 1rem}
	.page-nav-box .intruction-caption:after {display: inline-block;position: absolute;right: 15px;top: 0;z-index: 10;content: "";width: 13px;height: 100%;background: url(../img/down.png) no-repeat center center;}
	.page-nav-box .nav {position: absolute;	left: 0;top: 100%;	z-index: 10;width: 100%;padding: 10px 0;background: #f7f8f9;display: none;}
	.page-nav-box .nav a {display: block;width: 100%;text-align: left;line-height: 42px;padding: 0 15px;border-bottom: 1px solid #f2f2f2;}
	.page-nav-box .nav > a.on, .page-nav-box .nav > a:hover {background: none;}
	.page-nav-wrapper .nav a:after{display: none;}
}
@media (max-width:820px) {
	.homeNews_con1 .pr_uls li{ padding:0 10px; height: 40px; line-height: 40px; width: 30%; text-align: center;}
	.hNewsImg{ width: 100%;}
	.hNewsHot,.hNewsItem{ width: 100%; margin-left: 0;}
	.homeNews .more{ margin:0px auto;}
	/*footer*/
	.crcon .an{flex-wrap: wrap;justify-content: center;}
	.f_about{width: 100%;}
	.foot_ewm{width: 100%;}
	.foot_ewm img{margin: 0 auto;}
	/*子页面分类导航*/
	.page-nav-wrapper .w1800{ width: 100% !important; max-width: 100% !important;}
	.mpads{ padding:3%;}
	.pageDeCase .uls{ width: 100%;}
	.pageDeCase .uls li {width: calc(48% - 1%);margin-bottom: 2%;}
	/*子页面-新闻列表*/
	.pageProDL{width: 100%;}
	.page_news li{ padding:15px;}
}

