.jh1200{width: 1200px;margin: auto;position: relative;}
.jhmobile{display: none;}
/* head----------------- */
.jhhead{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.jhheadnei{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.logo{
	line-height: 90px;
}
.headnav ul{
	display: flex;
	line-height: 80px;
}
.headnav ul li{
	margin-left: 90px;
	position: relative;
}
.headnav ul li>a{
	display: block;
	font-size: 18px;
	color: #F7FCFF;
	height: 100%;
	box-sizing: border-box;
	border-bottom: 2px solid #ffffff00;
	transition: 0.4s;
}
.neijhhead{
	position: initial;
	background-color: #ffffff;
}
.neijhhead .headnav ul li>a{color: #000000;}
.headnav ul .headactive>a{
	border-bottom: 2px solid #ffffff;
}
.neijhhead .headnav ul .headactive>a{
	color: #0C619E;
	border-bottom: 2px solid #0C619E;
}
.headnav ul li:hover>a{
	border-bottom: 2px solid #ffffff;
}
.neijhhead .headnav li:hover>a{
	color: #0C619E;
	border-bottom: 2px solid #0C619E;
}
.headnaver{
	position: absolute;
	left: -38px;
	top: 82px;
	background-color: #FFFFFF;
	width: 150px;
	display: none;
	padding: 10px 0;
}
.headnaver a{
	display: block;
	line-height: 35px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	transition: 0.4s;
}
.headnaver a:hover{
	background-color: #d5d5d5;
}
.headnav ul li:hover .headnaver{
	display: block;
}

/* phone */
	.jhphone{
		height: 70px;
		line-height: 70px;
		background-color: #ffffff;
		display: none;
		z-index: 99999;
	}
	.jhphone .plogo{
		float: left;
		padding-left: 5px;
	}
	.jhphone .pmeun{
		float: right;
	}
	.jhphone .plogo img{
		height: 37px;
	}
	.jhphone .pmeun{
		background-image: url(../images/navcaidan.png);
		background-repeat: no-repeat;
		background-position: 0;
		width: 48px;
		height: 100%;
		margin-right: 1%;
		transition: 0.7s;
	}
	.jhphone .pmeunx{
		background-image: url(../images/navchahao.png);
		background-repeat: no-repeat;
		background-position: 0;
	}
	.jhphone .pmeun img{
		height: 30px;
		margin-right: 10px;
		display: none;
	}
	.navul{
		width: 100%;
		box-sizing: border-box;
		padding: 0 3%;
		background-color: #f0f0f0;
	position: absolute;
	left: 0px;
	top: 70px;
			z-index: 9999;
			display: none;
	}
	.navul li{
	 font-size: 16px;
	 text-align: left;
	 border-bottom: 1px solid #dcdcdc;
	 line-height: 60px;
	 opacity: 0;
	 transform: translate(30px, 0);
	 transition: 0.4s;
	}
	.navul li a{
	 display: block;
	 box-sizing: border-box;
	 padding: 0 3%;
	}
	.navul li a:after{
	    content: '';
	    display: block;
	    width: 26px;
	    height: 26px;
	    background: url(../images/icojia.png) no-repeat center;
	    background-size: 17px auto;
	    position: absolute;
	    right: 3%;
	    top: 15px;
	}
	.navul li.animate {
	    opacity: 1;
	    transform: translate(0, 0);
	}
	.navul li>a.onbac{
		    background-color: #e9e9e9;
	}
	.navul li .jhnavxiaph{
		width: 100%;
		box-sizing: border-box;
		padding: 10px 3%;
		display: none;
	}
	.navul li .jhnavxiaph a{
		width: 100%;
		box-sizing: border-box;
		padding: 0px 3%;
		background: url(../img/navjiadian.png) no-repeat left center;
		    background-size: 4px auto;
		    font-size: 14px;
		    line-height: 40px;
	}

/* banner--------------- */
.swiper-slide img{width: 100%;}
.swiper-containerproduct{
	    margin-left: auto;
	    margin-right: auto;
	    /* position: relative; */
	    overflow: hidden;
	    list-style: none;
	    padding: 0;
	    z-index: 1;
}

.indexproduct{
	margin: 50px auto;
}
.indexproduct .swiper-slide{background: #F0F5F8;}
.indexproduct p{
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #282929;
	text-align: center;
	padding: 20px 0;
}
.indexproduct .swiper-button-prev{left: -80px;}
.indexproduct .swiper-button-next{right: -80px;}
.indexproduct .swiper-button-next,.indexproduct .swiper-button-prev{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #D3D4D7;
}



.indexabout{
	background-image: url(../images/aboutbac.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: 100%; */
	padding: 80px 0;
}
.indexabout h1{
	font-size: 42px;
	font-weight: 400;
	color: #F7FCFF;
}
.indexabout p{
	font-size: 18px;
	font-weight: 400;
	color: #F7FCFF;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.indexabout a{
	display: block;
	width: 109px;
	height: 37px;
	line-height: 37px;
	background: #0C619E;
	text-align: center;
	color: #ffffff;
}

/* 内页--------- */

.neibanner{width: 100%;}
.neibanner img{width: 100%;}
.neicontent{width: 1200px;margin: auto;padding: 70px 0;}
.neicontent img{max-width: 100%;}

/* 产品-- */

.productnav{display: flex;justify-content: center;}
.productnav a{
	display: block;
	width: 124px;
	height: 35px;
	line-height: 35px;
	color: #000000;
	border-radius: 18px;
	text-align: center;
	border: 1px solid #777B87;
	margin-right: 35px;
}
.productnav a:last-child{margin-right: 0;}
.productnav a.jhavtive{
	background: #0C619E;
	color: #ffffff;
	border: 1px solid #0C619E;
}
.neiproduct{
	display: flex;
	flex-wrap: wrap;
}
.neiproduct li{
	width: 23%;
	margin-right: 2.6%;
	background: #F0F5F8;
  margin-top: 50px;
}
.neiproduct li .productimg{overflow: hidden;background: #ffffff;}
/* .neiproduct li .productimg img{width: auto;height: 240px;} */
.neiproduct li:nth-child(4n){margin-right: 0;}
.neiproduct li img{
	width: 100%;
	transition: 0.4s;
}
.neiproduct li p{
	font-size: 18px;
	font-weight: 400;
	color: #282929;
	text-align: center;
	padding: 20px 0;
}
.neiproduct li:hover img{transform: scale(1.1);}
/* 客户案例-- */
.fcPlateBox a{display: block;color: #bfbfbf;margin: 15px 0;}
.fcPlateBox a:hover{color: rgba(21, 176, 236, 1)}
.wp-pagenavi{text-align: center;margin-top: 20px;}
.newsTitle{text-align: center;margin-bottom: 20px;font-size: 18px;}
.neititle{
	text-align: center;
	font-size: 42px;
	font-weight: 400;
	color: #282829;
	margin-bottom: 50px;
}
.neicase img{width: 100%;}
/* 联系我们-- */
.neicontact{
	display: flex;
}
.contactleft{width: 50%;}
.contactright{width: 50%;}
.contactleft h1{
	font-size: 18px;
	font-weight: 400;
	color: #282929;
	margin-bottom: 25px;
}
.contactleft p{
	font-size: 14px;
	font-weight: 400;
	color: #282929;
	line-height: 28px;
	margin-bottom: 10px;
}
.contactleft p img{
	margin-right: 10px;
	vertical-align: sub;
}
.contactmessage{
	width: 100%;
	background: #EEEEEE;
}
.neimessage{
	width: 1200px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 60px;
}
.neimessage h1{
	font-size: 24px;
	font-weight: 400;
	color: #282829;
	margin-bottom: 30px;
}
.neimessage span{
	font-size: 14px;
	font-weight: 400;
	color: #282929;
	margin-right: 15px;
}
.neimessage input{
	width: 247px;
	height: 37px;
	background: #FFFFFF;
	border: 1px solid #B5B5B5;
	margin-right: 50px;
	padding-left: 5px;
}
.neimessage a{
	display: inline-block;
	width: 133px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background: #0C619E;
	color: #ffffff;
}
/* 新闻资讯-- */
.neinews li{
	width: 100%;
	box-sizing: border-box;
	padding: 35px 60px 20px 45px;
	transition: 0.4s;
	margin-bottom: 10px;
}
.neinews li .neinewsleft{
	    width: 8%;
			height: 75px;
	    float: left;
	    border-right: 3px solid #e1e1e1;
}
.neinews li .neinewsleft h1{
	font-size: 26px;
	font-weight: 400;
	color: #B3B3B3;
	line-height: 30px;
	margin-top: 5px;
}
.neinews li .neinewsleft h2{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B3B3B3;
	line-height: 30px;
}
.neinews li .neinewsright{
	width: 85%;
	float: right;
}
.neinews li .neinewsright h1{
	font-size: 18px;
	font-weight: 400;
	color: #1A1A1A;
	line-height: initial;
	margin-bottom: 15px;
}
.neinews li .neinewsright p{
	font-size: 12px;
	font-weight: 400;
	color: #808080;
	line-height: 18px;
}
.neinews li:hover{
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
/* 关于我们-- */
.neiaboutA{
	padding-bottom: 30px;
}
.neiaboutA img{max-width: 100%;height: auto;}
.neiaboutA p{
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 30px;
}
.neiaboutB{position: relative;}
.swiper-containerabout{position: initial;}
.swiper-containerabout .swiper-button-prev{left: -80px;}
.swiper-containerabout .swiper-button-next{right: -80px;}
.swiper-containerabout .swiper-button-next,.swiper-containerabout .swiper-button-prev{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #D3D4D7;
}
.swiper-containerabout {
    margin-left: auto;
    margin-right: auto;
    /* position: relative; */
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}