@charset "utf-8";
.top{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	padding: 25px 5%;
	transition: .3s;
	background-image: linear-gradient(to bottom,rgba(0,0,0,.8),rgba(0,0,0,0));
}
.head .top{
	background-color: rgba(0,0,0,.9);
	padding: 10px 5%;
}
.sousuo{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	display:none;
	padding:30px 0px;
	background:rgba(255,255,255,.9);
}
.sousuo form{
	display:flex;
	justify-content:space-between;
}
.sousuo form input{
	width:85%;
	line-height:20px;
	padding:15px;
	height:50px;
	border:1px rgba(0,0,0,.1) solid;
	border-right:0;
	outline:none;
}
.sousuo form button{
	width:15%;
	color:#fff;
	font-size:1.6rem;
	border:0;
	background:#3d86c7;
}
.menu ul>i{
	display:none;
}
.menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu ul li{
	padding: 0px 30px;
}
.menu ul li a{
	display: block;
	font-size: 1.8rem;
	color: #fff;
	padding: 0px 5px;
	/* font-family:PingFang-Medium; */
	line-height: 46px;
	position: relative;
}
.menu ul li a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	left: 50%;
	background-color: #3d86c7;
	bottom:0;
	transition: .3s;
}
.menu ul li:hover a:after{
	width: 100%;
	left: 0;
}
.nav-logo{
	display:none;
}
@media (max-width:1440px) {
	.menu ul li{
		padding: 0px 15px;
	}
	.menu ul li a{
		font-size: 1.6rem;
	}
}
.heise{
	display:none;
}
@media (max-width:992px) {
	.top{
		padding: 5px 15px;
	}
	.head .top{
		padding: 5px 15px;
	}
	.logo{
		display:flex;
		justify-content:space-between;
		align-items:center;
		width:100%;
	}
	.logo a img{
		max-height:35px;
		width:auto;
	}
	.nav-logo{
		display:block;
		width:30px;
	}
	.nav-logo i{
		display:block;
		padding:3px 0px;
	}
	.nav-logo i:after{
		content:"";
		display:block;
		height:2px;
		background:#fff;
	}
	.menu{
		position:fixed;
		width:70%;
		background:#fff;
		right:-100%;
		top:0;
		height:100%;
		z-index:11;
		transition:.3s;
	}
	.menu-show{
		right:0;
	}
	.menu ul{
		display: block;
	}
	.menu ul>i{
		display:block;
		line-height:46px;
		background:rgba(0,0,0,.05);
		padding:0px 15px;
		color:#000;
		font-weight:bold;
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.menu ul li{
		padding: 0px 0px;
	}
	.menu ul li a{
		font-size: 1.4rem;
		color: #000;
		padding: 0px 15px;
		border-bottom:1px rgba(0,0,0,.1) solid;
		line-height: 46px;
	}
	.menu ul li a:after{
		display:none;
	}
	.heise{
		position:fixed;
		width:100%;
		height:100%;
		top:0;
		left:0;
		background:rgba(0,0,0,.8);
		z-index:9;
	}
}
.language{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.language dl{
	position: relative;
}
.language dl dt{
	padding: 0px 20px;
	cursor: pointer;
}
.language dl dt p{
	font-weight: normal;
	color: #fff;
	font-size: 1.4rem;
	/* font-family: PingFang-Medium; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 40px;
}
.language dl dt p:after{
	content: "";
	border-top: 3px #fff solid;
	border-left: 4px transparent solid;
	border-right: 4px transparent solid;
	margin-left: 5px;
}
.language dl dd{
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #fff;
	width: 100%;
	display: none;
	padding: 5px 0px;
}
.language dl:hover dd{
	display: block;
}
.language dl dd a{
	display: block;
	text-align: center;
	color: #000;
	line-height: 28px;
	/* font-family: PingFang-Medium; */
}
.language dl dd a:last-child{
	border-top: 1px rgba(0, 0, 0, .2) dotted;
}
.language dl dd a:hover{
	color: #3d86c7;
}
.search{
	color: #fff;
	line-height: 28px;
	padding-left: 35px;
	position: relative;
	margin-left: 20px;
}
.search span{
	display: block;
	padding-left: 5px;
	cursor: pointer;
}
.search i{
	font-size: 1.8rem;
}
.search:after{
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 16px;
	background: #fff;
	margin-top: -8px;
	width: 1px;
}
@media (max-width:992px) {
	.language{
		display: none;
	}
	.search{
		display: none;
	}
}
#banner .swiper-slide img{
	width:100%;
}
#banner .swiper-pagination{
	bottom: 70px;
	text-align: left;
	padding: 0px 11%;
}
#banner .swiper-pagination span{
	width: 50px;
	height: 3px;
	background: rgba(255, 255, 255, .2);
	border-radius: 0;
	opacity: 1;
	margin: 1px 8px;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active{
	height: 5px;
	background: #fff;
	margin: 0px 8px;
}
@media (max-width:992px) {
	#banner .swiper-pagination{
		bottom: 10px;
		text-align: center;
		padding: 0px 0;
	}
	#banner .swiper-pagination span{
		width: 30px;
		margin: 0px 5px;
	}
	#banner .swiper-pagination span.swiper-pagination-bullet-active{
		height: 3px;
		margin: 0px 5px;
	}
}
.title{
	text-align: center;
}
.title p{
	font-size: 4.2rem;
	line-height: 60px;
	/* font-family:PingFang-Bold; */
}
.title span{
	display: block;
	color: #615b5b;
	/* font-family:PingFang-Medium; */
	line-height: 36px;
	font-size: 2.0rem;
}
@media (max-width:1440px) {
	.title p{
		font-size: 3.2rem;
		line-height: 50px;
	}
	.title span{
		line-height: 26px;
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.title p{
		font-size: 2.2rem;
		line-height: 30px;
	}
	.title span{
		line-height: 16px;
		font-size: 1.3rem;
	}
}
.product{
	padding: 60px 4%;
	background: url('../images/pdbg.jpg') center no-repeat;
	background-size: cover;
}
.product ul{
	margin: 50px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product ul li{
	width: 49.5%;
}
.product ul li a{
	display: block;
	position: relative;
}
.product ul li a img{
	width:100%;
}
.product ul li a section{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 5%;
	color: #fff;
}
.product ul li a p{
	font-size: 3.0rem;
	line-height: 46px;
	margin: 0px 0px 20px;
}
.product ul li a span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-bottom: 25px;
}
.product ul li a span small{
	color: #fff;
	font-size: 1.3rem;
	line-height: 26px;
	border-radius: 14px;
	border: 1px #fff solid;
	padding: 0px 18px;
	/* font-family:PingFang-Medium; */
	margin-right: 10px;
}
.product ul li a i{
	font-size: 4.0rem;
}
.product ul li a:hover div{
	animation: toright 1s linear infinite;
	-webkit-animation: toright 1s linear infinite;
}
.product ul li a i:last-child{
	margin-left: -30px;
}
.product ul li a b:after,.product ul li a b::before,.product ul li a:not(.more):after,.product ul li a:not(.more):before{
	content: "";
	position: absolute;
	background-color: #3d86c7;
	z-index: 3;
}
.product ul li a b:after{
	width: 0;
	height: 5px;
	top: 0;
	left: 0;
	transition: .3s;
}
.product ul li a:hover b:after{
	width: 100%;
}
.product ul li a b::before{
	width: 5px;
	height: 0;
	bottom: 0;
	left: 0;
	transition: .3s;
}
.product ul li a:hover b::before{
	height: 100%;
}
.product ul li a:not(.more):after{
	width: 5px;
	height: 0;
	top: 0;
	right: 0;
	transition: .3s;
}
.product ul li a:hover:not(.more):after{
	height: 100%;
}
.product ul li a:not(.more):before{
	width: 0;
	height: 5px;
	bottom: 0;
	right: 0;
	transition: .3s;
}
.product ul li a:hover:not(.more):before{
	width: 100%;
}
.product ul li:last-child{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	    align-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product ul li:last-child a>img{
	display:none;
}
.product ul li:last-child a{
	height: calc(50% - 9px);
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product ul li:last-child a:nth-child(2){
	width: 78%;
}
.product ul li:last-child a:last-child{
	width: 20%;
	background: #3d86c7;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.product ul li:last-child a:last-child h4{
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	/* font-family:PingFang-Medium; */
	margin: 0 0 10%;
	position: relative;
	z-index: 3;
}
.product ul li:last-child a:last-child i{
	font-size: 1.2rem;
	color: #fff;
	margin: 0;
	display: block;
	-webkit-transform: scale(.7);
	    -ms-transform: scale(.7);
	        transform: scale(.7);
	position: relative;
	z-index: 3;
}
.product ul li a.more:after{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background-color: #000000;
	top: 0;
	left: 0;
	transition: .3s;
}
.product ul li a.more:hover:after{
	width: 100%;
}
@media (max-width:1440px) {
	.product{
		padding: 40px 4%;
	}
	.product ul{
		margin: 30px 0px 0px;
		display:block;
	}
	.product ul li{
		width:100%;
		margin-bottom:15px;
	}
	.product ul li:last-child a>img{
		display:block;
	}
	.product ul li a section{
		top: 30px;
	}
	.product ul li a p{
		font-size: 2.0rem;
		line-height: 36px;
		margin: 0px 0px 15px;
	}
	.product ul li a span{
		padding-bottom: 20px;
	}
	.product ul li a span small{
		font-size: 1.2rem;
		line-height: 24px;
		border-radius: 12px;
	}
	.product ul li a i{
		font-size: 3.0rem;
	}
	.product ul li a i:last-child{
		margin-left: -30px;
	}
	.product ul li:last-child a:last-child h4{
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.product{
		padding: 20px 15px 5px;
	}
	.product ul{
		margin: 15px 0px 0px;
	}
	.product ul li a section{
		top: 20px;
	}
	.product ul li a p{
		font-size: 1.6rem;
		line-height: 26px;
		margin: 0px 0px 10px;
	}
	.product ul li a span{
		padding-bottom: 10px;
	}
	.product ul li a i{
		font-size: 2.6rem;
	}
	.product ul li a i:last-child{
		margin-left: -26px;
	}
	.product ul li:last-child a{
		height: 400px;
		margin-bottom:15px;
	}
	.product ul li:last-child a:nth-child(2){
		width: 100%;
	}
	.product ul li:last-child a:last-child{
		width: 100%;
		padding:15px 0px 10px;
	}
	.product ul li:last-child a:last-child h4{
		font-size: 1.4rem;
		margin: 0 0 0;
	}
}
.oumeng{
	background: #3d3d3d;
	padding: 80px 0px 40px;
}
.oumeng h3{
	text-align: center;
	color: #fff;
	font-size: 4.2rem;
	line-height: 60px;
	/* font-family:PingFang-Bold; */
	max-width: 1060px;
	margin: 0 auto 25px;
}
.oumeng section{
	font-size: 1.8rem;
	line-height: 35px;
	/* font-family:PingFang-Medium; */
	color: #fff;
	max-width: 1060px;
	margin: 0 auto;
	text-align: center;
}
.oumeng .shuju{
	width: 78%;
	margin: -210px auto 0;
	position: relative;
	z-index: 6;
}
.oumeng .shuju ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #fff;
	background: #3d86c7;
	padding: 40px 0px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	        box-shadow: 0px 0px 15px rgba(0, 0, 0, .1)
}
.oumeng .shuju ul li{
	width: 25%;
	text-align: center;
	border-right: 1px #fff solid;
}
.oumeng .shuju ul li:last-child{
	border-right: 0;
}
.oumeng .shuju ul li span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.oumeng .shuju ul li p{
	font-size: 6.6rem;
	line-height: 80px;
	font-family:ITCAvant-Md;
}
.oumeng .shuju ul li small{
	font-size: 1.8rem;
	/* font-family:PingFang-Bold; */
	line-height: 40px;
	margin-left: 5px;
}
.oumeng .shuju ul li h4{
	font-size: 1.8rem;
	/* font-family:PingFang-Bold; */
	padding-right: 23px;
}
@media (max-width:1440px) {
	.oumeng{
		padding: 60px 0px 40px;
	}
	.oumeng h3{
		font-size: 3.2rem;
		line-height: 50px;
		margin: 0 auto 20px;
	}
	.oumeng section{
		font-size: 1.6rem;
		line-height: 30px;
	}
	.oumeng .shuju{
		width: 80%;
	}
	.oumeng .shuju ul{
		padding: 30px 0px;
	}
	.oumeng .shuju ul li p{
		font-size: 5.6rem;
		line-height: 70px;
	}
	.oumeng .shuju ul li small{
		font-size: 1.6rem;
		line-height: 30px;
	}
	.oumeng .shuju ul li h4{
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.oumeng{
		padding: 40px 15px 15px;
	}
	.oumeng h3{
		font-size: 1.8rem;
		line-height: 24px;
		margin: 0 auto 15px;
	}
	.oumeng section{
		font-size: 1.4rem;
		line-height: 24px;
	}
	.oumeng .shuju{
		width: 100%;
		margin: 0px auto 0;
	}
	.oumeng .shuju ul{
		padding: 10px 0px;
		flex-wrap:wrap;
	}
	.oumeng .shuju ul li{
		width: 50%;
		margin:10px 0px;
	}
	.oumeng .shuju ul li:last-child,.oumeng .shuju ul li:nth-child(2){
		border-right: 0;
	}
	.oumeng .shuju ul li p{
		font-size: 2.6rem;
		line-height: 30px;
	}
	.oumeng .shuju ul li small{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.oumeng .shuju ul li h4{
		font-size: 1.4rem;
		padding-right: 0;
		line-height: 200%;
		height: 54px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.shansuo{
	width: 1280px;
	margin: 0 auto;
	position: relative
}
.shansuo img{
	width: 100%;
	display: block;
	height: auto;
}
.shansuo dl dt,.shansuo dl dd{
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #3d86c7;
}
.shansuo dl dd{
	width: 16px;
	height: 16px;
}
@media (max-width:992px) {
	.shansuo{
		width: 100%;
	}
	.shansuo dl dt,.shansuo dl dd{
		width: 16px;
		height: 16px;
	}
	.shansuo dl dd{
		width: 10px;
		height: 10px;
	}
}
.shansuo dl dt:nth-child(1){
	top: 37%;
	left: 86%;
}
.shansuo dl dd:nth-child(2){
	top: 39.5%;
	left: 27.2%;
}
.shansuo dl dd:nth-child(3){
	top: 39.5%;
	left: 15.8%;
}
.shansuo dl dd:nth-child(4){
	top: 18.5%;
	left: 34.4%;
}
.shansuo dl dd:nth-child(5){
	top: 29%;
	left: 74.5%;
}
.shansuo dl dd:nth-child(6){
	top: 31.5%;
	left: 54.5%;
}
.shansuo dl dd:nth-child(7){
	top: 21%;
	left: 64.5%;
}
.shansuo dl dd:nth-child(8){
	top: 50.1%;
	left: 60.2%;
}
.shansuo dl dd:nth-child(9){
	top: 50.1%;
	left: 76%;
}
.shansuo dl dd:nth-child(10){
	top: 44.8%;
	left: 70.2%;
}
.shansuo dl dd i,.shansuo dl dt i{
	position: relative;
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(251,116,48,0),rgba(61,134,199,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
}
.shansuo dl dt i{
	width: 22px;
	height: 22px;
}
@media (max-width:992px) {
	.shansuo dl dd i,.shansuo dl dt i{
		width: 10px;
		height: 10px;
	}
	.shansuo dl dt i{
		width: 16px;
		height: 16px;
	}
}
@keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}
@-webkit-keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}
@keyframes toright
{
	0% {padding-left:0;}
	50% {padding-left:30px;}
	100% {padding-left:0;}
}
@-webkit-keyframes toright
{
	0% {padding-left:0;}
	50% {padding-left:30px;}
	100% {padding-left:0;}
}
.zhaofa{
	padding: 20px 0px;
}
.zhaofa ul{
	display: flex;
	justify-content: space-between;
}
.zhaofa ul li{
	width: calc(50% - 10px);
}
.zhaofa ul li a{
	position: relative;
	display: block;
	color: #fff;
	overflow: hidden;
}
.zhaofa ul li a img{
	transition: 1s;
	width:100%;
}
.zhaofa ul li a figure{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 40px 6% 15px;
	background-image: linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0));
}
.zhaofa ul li a h3{
	font-size: 3.8rem;
	/* font-family:PingFang-Bold; */
	line-height: 62px;
}
.zhaofa ul li a span{
	display: block;
	font-size: 2.0rem;
	/* font-family:PingFang-Regular; */
	line-height: 40px;
}
.zhaofa ul li a:hover img{
	transform: scale(1.2);
}
@media (max-width:1440px) {
	.zhaofa ul li a h3{
		font-size: 2.8rem;
		line-height: 52px;
	}
	.zhaofa ul li a span{
		font-size: 1.6rem;
		line-height: 30px;
	}
}
@media (max-width:992px) {
	.zhaofa{
		padding: 20px 0px 5px;
	}
	.zhaofa ul{
		display: block;
	}
	.zhaofa ul li{
		width: 100%;
		margin-bottom:15px;
	}
	.zhaofa ul li a h3{
		font-size: 1.8rem;
		line-height: 32px;
	}
	.zhaofa ul li a span{
		font-size: 1.4rem;
		line-height: 20px;
	}
}
.fuwu{
	background-color: #f8f8f8;
	padding: 60px 0px 80px;
}
.fuwu ul{
	display: flex;
	justify-content: space-between;
	margin: 70px 0px 0px;
}
.fuwu ul li{
	width: 25%;
	text-align: center;
	position: relative;
}
.fuwu ul li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 104px;
	background: rgba(0,0,0,.1);
	right: 0;
	top: 50%;
	margin-top: -52px;
}
.fuwu ul li:last-child:after,.fuwu ul li:nth-child(2):after{
	display: none;
}
.fuwu ul li a{
	display: block;
	color: #000;
}
.fuwu ul li a i{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 1px rgba(0,0,0,.2) solid;
	text-align: center;
	position:relative;
}
.fuwu ul li a i img:last-child{
    opacity: 0;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    transition: .5s;
}
.fuwu ul li a i img:first-child{
    opacity:1;
    transition: .5s;
}
.fuwu ul li a i b{
	line-height: 88px;
	font-size: 4.0rem;
	font-weight: 300;
	color: rgba(0,0,0,.7);
}
.fuwu ul li a p{
	font-size: 2.3rem;
	line-height: 36px;
	margin: 25px 0px 5px;
	/* font-family:PingFang-Medium; */
}
.fuwu ul li a span{
	display: block;
	color: rgba(0,0,0,.5);
	/* font-family:PingFang-Medium; */
	font-size: 1.6rem;
}
.fuwu ul li a:hover i{
	border: 1px #3d86c7 solid;
	background-color: #3d86c7;
}
.fuwu ul li a:hover i img:last-child{
	opacity: 1;
	transition: .5s;
}
.fuwu ul li a:hover i img:first-child{
	opacity: 0;
	transition: .5s;
}
@media (max-width:1440px) {
	.fuwu ul li a i b{
		line-height: 88px;
		font-size: 4.0rem;
	}
	.fuwu ul li a p{
		font-size: 1.8rem;
		line-height: 26px;
		margin: 15px 0px 5px;
	}
	.fuwu ul li a span{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.fuwu{
		padding: 20px 0px;
	}
	.fuwu ul{
		margin: 25px 10px 0px;
		flex-wrap:wrap;
	}
	.fuwu ul li{
		width: 50%;
		margin-bottom:15px;
	}
	.fuwu ul li a i{
		width: 60px;
		height: 60px;
	}
	.fuwu ul li a i b{
		line-height: 58px;
		font-size: 2.0rem;
	}
	.fuwu ul li a p{
		font-size: 1.6rem;
		line-height: 26px;
		margin: 10px 0px 5px;
	}
	.fuwu ul li a span{
		font-size: 1.3rem;
	}
}
footer{
	background-color: #252525;
	padding: 110px 88px 0px;
}
.bottom{
	display: flex;
	justify-content: space-between;
}
.bottom dl dt a{
	color: #fff;
	font-size: 2.0rem;
	/* font-family:PingFang-Bold; */
	font-weight: normal;
	line-height: 60px;
}
.bottom dl dd a{
	color: rgba(255,255,255,.4);
	/* font-family:PingFang-Medium; */
	line-height: 38px;
	font-size: 1.7rem;
}
.bottom dl dd a:hover{
	color: #fff;
}
.bottom dl h2{
	font-size: 5.4rem;
	font-family:DINCond-Bold;
	color: #fff;
	line-height: 60px;
}
.bottom dl span{
	display: block;
	color: rgba(255,255,255,.4);
	/* font-family:PingFang-Medium; */
	line-height: 38px;
	font-size: 1.6rem;
}
@media (max-width:1440px) {
	footer{
		padding: 80px 66px 0px;
	}
	.bottom dl dt a{
		font-size: 1.8rem;
		line-height: 50px;
	}
	.bottom dl dd a{
		font-size: 1.5rem;
	}
	.bottom dl h2{
		font-size: 4.4rem;
		line-height: 50px;
	}
	.bottom dl span{
		line-height: 30px;
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	footer{
		padding: 0px;
	}
	.bottom {
		display:none;
	}
}
.caozuo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 70px 0px 20px;
	border-bottom: 1px rgba(255,255,255,.4) solid;
}
.caozuo span{
	display: flex;
}
.caozuo a{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.08);
	text-align: center;
	margin-right: 15px;
	color: rgba(255,255,255,.4);
}
.caozuo a:hover{
	color: #fff;
}
.caozuo a i{
	font-size: 1.6rem;
	line-height: 30px;
}
.caozuo .totop{
	color: rgba(255,255,255,.4);
	font-size: 1.6rem;
	/* font-family:PingFang-Medium; */
	cursor: pointer;
}
.caozuo .totop:hover{
	color: #fff;
}
.caozuo .totop i{
	color: #fff;
	font-size: 1.4rem;
	margin-left: 5px;
}
@media (max-width:992px) {
	.caozuo{
		display:none;
	}
}
.copy{
	padding: 35px 0px;
	display: flex;
	justify-content: space-between;
	color: rgba(255,255,255,.4);
	/* font-family:PingFang-Medium; */
	line-height: 30px;
	font-size: 1.6rem;
}
.copy a{
	color: rgba(255,255,255,.4);
}
.copy a:hover{
	color: #fff;
}
.b-height{
	height: 50px;
	display:none;
}
.mbottom{
	display:none;
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 99;
	bottom: 0;
	background: #000;
}
.mbottom ul{
	display: flex;
	display: -webkit-flex;
}
.mbottom ul li{
	width: 25%;
	border-right: 1px rgba(255,255,255,.2) solid;
}
.mbottom ul li:last-child{
	border-right: 0;
}
.mbottom ul li a{
	display: block;
	text-align: center;
	padding: 7px 0 5px;
	color: #fff;
}
.mbottom ul li a i{
	display: block;
}
.mbottom ul li a i img{
	height: 18px;
}
.mbottom ul li a p{
	font-size: 1.3rem;
	margin: 3px 0px 0px;
	line-height: 17px;
}
@media (max-width:1440px) {
	.copy{
		padding: 20px 0px;
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.copy{
		padding: 15px;
		display: block;
		line-height: 20px;
		font-size: 1.4rem;
		text-align:center;
	}
	.b-height{
		display:block;
	}
	.mbottom{
		display:block;
	}
}
.lanmu{
	height: 74px;
	box-shadow: 0px 8px 8px rgba(0,0,0,.08);
	position: relative;
}
.lanmu ul{
	display: flex;
}
.lanmu ul li{
	padding-right: 68px;
}
.lanmu ul li a{
	display: block;
	line-height: 74px;
	color: #000000;
	font-size: 1.8rem;
	/* font-family:PingFang-Medium; */
}
.lanmu i{
	position: absolute;
	height: 5px;
	left: 0;
	width: 0;
	bottom: 0;
	background-color: #3d86c7;
	transition: .5s;
}
.ibanner img{
	width:100%;
}
@media (max-width:992px) {
	.lanmu{
		height: auto;
		box-shadow: none;
		padding:15px 0px 5px;
	}
	.lanmu ul{
		display: flex;
		flex-wrap:wrap;
		margin-right:-5px;
		margin-left:-5px;
	}
	.lanmu ul li{
		padding: 0px 5px;
		width:50%;
		margin-bottom:10px;
	}
	.lanmu ul li a{
		border:1px rgba(0,0,0,.1) solid;
		line-height: 200%;
		color: #000;
		font-size: 1.4rem;
		text-align:center;
		height:60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.lanmu ul li.cur a{
		border:1px #3d86c7 solid;
		color:#fff;
		background:#3d86c7;
	}
	.lanmu i{
		display:none;
	}
	.ibanner img{
		width:100%;
	}
}
.iabout{
	padding: 90px 0px;
}
.iabout h2{
	color: #242433;
	font-family:DINCond-Bold;
	font-size: 5.4rem;
	line-height: 60px;
}
.iabout h3{
	color: #545466;
	font-size: 3.8rem;
	/* font-family:PingFang-Bold; */
	line-height: 46px;
	margin: 10px 0px 0px;
}
.iabout dl{
	display: flex;
	justify-content: space-between;
}
.iabout dl dt{
	width: 32%;
}
.iabout dl dd{
	width: 65%;
}
.iabout dl dt h4{
	color: #545466;
	font-size: 2.9rem;
	font-family:PingFang-Bold;
	margin: 40px 0px 30px;
}
.iabout ul li{
	padding-bottom: 10px;
}
.iabout ul li img{
	width: 100%;
}
.iabout ul li:last-child{
	margin: 50px 0px 0px;
}
.iabout ul li:last-child img{
	transform: scale(1.1);
	transform-origin: right center;
}
.iabout dd h5{
	font-size: 1.8rem;
	line-height: 33px;
	color: #242433;
	/* font-family:PingFang-Bold; */
}
.iabout dd section{
	font-size: 1.8rem;
	color: #545466;
	/* font-family:PingFang-Medium; */
	line-height: 33px;
	margin: 0px 0px 0px;
}
.iabout dd section img{
	max-width: 100%;
	height: auto;
	width: 100%;
}
@media (max-width:992px) {
	.iabout{
		padding: 10px 0px 20px;
	}
	.iabout h2{
		font-size: 2.4rem;
		line-height: 30px;
	}
	.iabout h3{
		font-size: 1.8rem;
		line-height: 26px;
		margin: 0px 0px 0px;
	}
	.iabout dl{
		display: block;
	}
	.iabout dl dt{
		width: 100%;
		margin-top:15px;
	}
	.iabout dl dd{
		width: 100%;
	}
	.iabout dl dt h4{
		display:none;
	}
	.iabout ul li{
		padding-bottom: 10px;
	}
	.iabout ul li:last-child{
		display:none;
	}
	.iabout dd section{
		font-size: 1.4rem;
		line-height: 26px;
	}
}
.iabout ol{
	background-color: #3d86c7;
	padding: 25px 0;
	margin: 50px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.iabout ol li{
	text-align: center;
	width: 25%;
}
.iabout ol b{
	width: 1px;
	height: 22px;
	background-color: rgba(255,255,255,.6);
	transform: rotate(40deg);
}
.iabout ol li i{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}
.iabout ol li p{
	color: #fff;
	font-size: 1.6rem;
	line-height: 43px;
	/* font-family:PingFang-Bold; */
	padding: 5px 0px 0;
}
.iabout ol li p:after{
	content: "";
	display: block;
	width: 11px;
	height: 2px;
	background-color: #fff;
	margin: 6px auto 0;
}
@media (max-width:992px) {
	.iabout ol{
		padding: 15px 0;
		margin: 20px 0px 0px;
		flex-wrap:wrap;
	}
	.iabout ol li{
		width: calc(50% - 1px);
	}
	.iabout ol li i{
		height:50px;
	}
	.iabout ol li i img{
		height: 40px;
	}
	.iabout ol li p{
		font-size: 1.3rem;
		line-height: 20px;
		min-height:40px;
		padding:0px 10px;
	}
	.iabout ol b{
		width: 1px;
		height: 22px;
		background-color: rgba(255,255,255,.6);
		transform: rotate(40deg);
	}
	.iabout ol li p:after{
		display:none;
	}
}
.ihonor{
	padding: 55px 0;
	background: url(../images/hnbg.jpg) center no-repeat;
	background-size: cover;
}
.ititle{
	text-align: center;
}
.ititle h4{
	color: rgba(255,255,255,.17);
	font-family:DINCond-Bold;
	font-size: 5.4rem;
}
.ititle span{
	display: block;
	position: relative;
	padding: 8px 0px 0px;
}
.ititle span p{
	font-size: 3.8rem;
	/* font-family:PingFang-Bold; */
	color: #fff;
	position: relative;
	z-index: 3;
	line-height: 54px;
}
.ititle span:after{
	content: "";
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	bottom: 0;
	height: 24px;
	background-color: #3d86c7;
	z-index: 1;
}
@media (min-width:1440px) {
	.rongyu .container{
		width: 1360px;
	}
}
@media (max-width:1440px) {
	.rongyu .container{
		width: 1170px;
	}
	.ititle h4{
		font-size: 4.0rem;
	}
	.ititle span p{
		font-size: 2.8rem;
		line-height: 38px;
	}
	.ititle span:after{
		height: 14px;
	}
}
@media (max-width:992px) {
	.rongyu .container{
		width: 100%;
	}
	.ititle h4{
		line-height:40px;
		font-size: 3.0rem;
	}
	.ititle span{
		padding-top:0;
	}
	.ititle span p{
		font-size: 1.8rem;
		line-height: 24px;
	}
	.ititle span:after{
		height: 10px;
	}
}
.rongyu .swiper-container{
	padding: 30px 0px 50px;
}
.rongyu .swiper-container .swiper-slide{
	position: relative;
	z-index: 2;
	opacity: .4;
}
.rongyu .swiper-container .swiper-slide img{
	transform: scale(.8);
	transition: .3s;
	background-color: rgba(255,255,255,.3);
	padding: 13px;
	border: 8px rgba(255,255,255,.3) solid;
}
.rongyu .swiper-container .swiper-slide-prev{
	transform: translateX(70px);
}
.rongyu .swiper-container .swiper-slide-prev img{
	transform-origin: center right;
}
.rongyu .swiper-container .swiper-slide-next{
	transform: translateX(-70px);
}
.rongyu .swiper-container .swiper-slide-next img{
	transform-origin: center left;
}
.rongyu .swiper-container .swiper-slide-active{
	z-index: 4;
	opacity: 1;
}
.rongyu .swiper-container .swiper-slide-active img,.rongyu .swiper-container .swiper-slide-duplicate-active img{
	transform: scale(1);
}
.rongyu .swiper-container .swiper-pagination{
	bottom: 0;
}
.rongyu .swiper-container .swiper-pagination span{
	width: 15px;
	height: 15px;
	background-color: rgba(255,255,255,.3);
	opacity: 1;
	margin: 0px 5px;
}
.rongyu .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #3d86c7;
}
.rongyu .swiper-container .swiper-button-white{
	background: none;
	width: 50px;
	height: 50px;
	border: 2px rgba(255,255,255,.3) solid;
	border-radius: 50%;
	margin-top: -45px;
	text-align: center;
}
.rongyu .swiper-container .swiper-button-white i{
	line-height: 46px;
	color: rgba(255,255,255,.7);
	font-size: 2.0rem;
	font-weight: normal;
}
.rongyu .swiper-container .swiper-button-prev{
	transform: rotate(180deg);
}
@media (max-width:992px) {
	.ihonor{
		padding: 25px 0 35px;
	}
	.rongyu .swiper-container{
		padding: 20px 0px 30px;
	}
	.rongyu .swiper-container .swiper-slide{
		opacity: 1;
	}
	.rongyu .swiper-container .swiper-slide img{
		transform: scale(1);
		padding: 3px;
		border: 3px rgba(255,255,255,.3) solid;
	}
	.rongyu .swiper-container .swiper-slide-prev{
		transform: none;
	}
	.rongyu .swiper-container .swiper-slide-prev img{
		transform-origin: none;
	}
	.rongyu .swiper-container .swiper-slide-next{
		transform: none;
	}
	.rongyu .swiper-container .swiper-slide-next img{
		transform-origin: none;
	}
	.rongyu .swiper-container .swiper-button-white{
		display:none;
	}
	.rongyu .swiper-container .swiper-pagination span{
		width: 10px;
		height: 10px;
		margin: 0px 5px;
	}
}
.lishi{
	padding: 55px 0px;
	background: #fafafa url(../images/lsbg.png) center 0 repeat-y;
}
.lishi .ititle{
	margin-bottom:36px;
}
.lishi .ititle h4{
	color:rgba(0,0,0,.17);
}
.lishi .ititle span:after{
	display:none;
}
.lishi .ititle span p{
	color:#000;
}
.lishi .item{
	padding:30px 0px;
}
.lishi .item dl{
	display: flex;
	justify-content: space-between;
	max-width: 1360px;
	margin: 0 auto;
}
.lishi .item dl dt{
	width: 49%;
}
.lishi .item dl dd{
	width: 51%;
	padding-left: 8%;
	padding-top: 5%;
	position: relative;
	overflow:hidden;
}
.lishi .item dl dt img{
	border-radius: 5px;
	/* border: 6px #3d86c7 solid; */
	overflow: hidden;
	/* box-shadow:0px 0px 30px rgba(251,116,48,.5); */
	box-shadow:0px 0px 30px rgba(0,0,0,.2);
}
.lishi .item dl dd>span{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 50rem;
	color: #fff;
	font-family:DINCond-Bold;
	display: flex;
	margin-left:-30%;
	align-items: center;
}
.lishi .item dl dd>h3{
	margin: 0;
	font-size: 3.5rem;
	line-height: 45px;
	/* font-family:PingFang-Bold; */
	color: #3d86c7;
	margin: 0px 0px 30px;
	position: relative;
	z-index: 3;
}
.lishi .item dl dd section{
	font-size: 2.4rem;
	line-height: 32px;
	/* font-family:PingFang-Bold; */
	color: #222222;
	position: relative;
	z-index: 3;
}
.lishi .carousel-indicators{
	position: relative;
	width: 100%;
	margin: 110px 0px 0px;
	display: flex;
	left: 0;
	bottom: 0;
}
.lishi .carousel-indicators:after{
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(61,134,199,.36);
	height: 18px;
}
.lishi .carousel-indicators b{
	position: absolute;
	width: 94.5555555555555555555555%;
	top: 0;
	right: 0;
	background-color: #d9d9d9;
	height: 18px;
	z-index: 3;
	transition: .1s;
}
.lishi .carousel-indicators li{
	text-align: center;
	width: 11.111111111111111%;
	height: auto;
	text-indent: 0;
	margin: 0;
	padding: 40px 0px 0px;
	border:0;
	position: relative;
}
.lishi .carousel-indicators li:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 51px;
	background: url(../images/dcpic.png) center no-repeat;
	left: 50%;
	bottom: 110%;
	margin-left: -15px;
	opacity: 0;
}
.lishi .carousel-indicators li.active{
	background-color: transparent;
}
.lishi .carousel-indicators li.active:after{
	opacity: 1;
}
.lishi .carousel-indicators li i{
	width: 18px;
	height: 18px;
	border: 1px #7e7e7e solid;
	border-radius: 50%;
	display: block;
	padding: 3px;
	margin: 0 auto 10px;
}
.lishi .carousel-indicators li.active i{
	border: 1px #3d86c7 solid;
}
.lishi .carousel-indicators li i:after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #7e7e7e;
	border-radius: 50%;
}
.lishi .carousel-indicators li.active i:after{
	background-color: #3d86c7;
}
.lishi .carousel-indicators li p{
	font-size: 1.8rem;
	line-height: 20px;
	color: #7e7e7e;
	/* font-family:PingFang-Bold; */
}
.lishi .carousel-indicators li.active p{
	color: #4e90cb;
}
@media (max-width:992px) {
	.lishi{
		padding: 25px 0px;
	}
	.lishi .ititle{
		margin-bottom:16px;
	}
	.lishi .item{
		padding:10px;
	}
	.lishi .item dl{
		display: block;
	}
	.lishi .item dl dt{
		width: 100%;
	}
	.lishi .item dl dd{
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	.lishi .item dl dt img{
		box-shadow:0px 0px 10px rgba(0,0,0,.2);
	}
	.lishi .item dl dd>span{
		display:none;
	}
	.lishi .item dl dd>h3{
		font-size: 2.2rem;
		line-height: 30px;
		margin: 0px 0px 10px;
	}
	.lishi .item dl dd section{
		font-size: 1.4rem;
		line-height: 22px;
	}
	.lishi .carousel-indicators{
		margin: 10px 0px 0px;
		justify-content:center;
	}
	.lishi .carousel-indicators:after{
		display:none;
	}
	.lishi .carousel-indicators b{
		display:none;
	}
	.lishi .carousel-indicators li{
		width: auto;
		padding: 0px 2px 0px;
	}
	.lishi .carousel-indicators li:after{
		display:none;
	}
	.lishi .carousel-indicators li.active{
		background-color: transparent;
	}
	.lishi .carousel-indicators li i{
		width: 11px;
		height: 11px;
		padding: 2px;
		margin: 0 auto 0px;
	}
	.lishi .carousel-indicators li i:after{
		width: 5px;
		height: 5px;
	}
	.lishi .carousel-indicators li p{
		display:none;
	}
}
.icontact{
	background:#fff;
	position: relative;
	z-index: 3;
	margin-top: -50px;
}
.icontact .icolet{
	float:left;
	width:50%;
	background:#3d86c7 url(../images/ctbg.png) right 0 no-repeat;
}
.icontact .icorit{
	float:right;
	width:50%;
}
.icontact .icolet section{
	padding:40px 40px 80px;
	color:#fff;
	/* font-family:PingFang-Medium; */
}
.icontact .icolet big img{
	width:100%;
}
.icontact .icolet section h2{
	font-size:3.4rem;
	line-height:46px;
	/* font-family:PingFang-Bold; */
}
.icontact .icolet section h3{
	font-size:2.2rem;
	padding:15px 0px 25px;
	line-height:36px;
	font-family:PingFang-Medium;
	border-bottom:1px rgba(255,255,255,.5) solid;
	margin: 0px 0px 25px;
}
.icontact .icolet section table{
	width:100%;
}
.icontact .icolet section table tr td{
	font-size:2.0rem;
	line-height:26px;
}
.icontact .icolet section table tr td:last-child{
	padding: 12px 0px;
}
.icontact .icolet section table tr td:first-child i{
	font-size:2.2rem;
	line-height:26px;
}
.icontact .icolet section table tr td:first-child{
	display:flex;
	padding:12px 15px 0px 0px;
}
@media (max-width:992px) {
	.icontact{
		margin-top: 15px;
	}
	.icontact .icolet{
		float:none;
		width:100%;
	}
	.icontact .icorit{
		float:none;
		width:100%;
	}
	.icontact .icolet section{
		padding:15px;
	}
	.icontact .icolet section h2{
		font-size:1.8rem;
		line-height:26px;
	}
	.icontact .icolet section h3{
		font-size:1.6rem;
		padding:5px 0px 15px;
		line-height:26px;
		margin: 0px 0px 15px;
	}
	.icontact .icolet section table tr td{
		font-size:1.4rem;
	}
	.icontact .icolet section table tr td:last-child{
		padding: 5px 0px;
	}
	.icontact .icolet section table tr td:first-child{
		padding:5px 15px 0px 0px;
	}
}
.icorit form{
	padding:40px;
}
.icorit form h2{
	color:#333333;
	font-size:2.2rem;
	/* font-family:PingFang-Medium; */
	line-height:36px;
}
.icorit form h3{
	font-size:3.2rem;
	color:#333333;
	line-height:71px;
	/* font-family:PingFang-Medium; */
	margin:0px 0px 6%;
}
.icorit form span{
	display:block;
	/* font-family:PingFang-Medium; */
	margin-bottom:20px;
}
.icorit form span p{
	line-height:30px;
	font-size:1.8rem;
	color:#3f3f3f;
	position:relative;
}
.icorit form span p:after{
	content:"*";
	color:#f00;
	margin:0px 0px 0px 8px;
}
.icorit form span input{
	width:100%;
	border:0;
	border-bottom:1px rgba(0,0,0,.15) solid;
	line-height:20px;
	outline:none;
	padding:10px 0px;
}
.icorit form span textarea{
	width:100%;
	border:0;
	border-bottom:1px rgba(0,0,0,.15) solid;
	line-height:20px;
	outline:none;
	padding:10px 0px;
	resize:none;
}
.icorit form section:after{
	content:"";
	display:block;
	clear:both;
}
.icorit form section span:first-child{
	float:left;
	width:48%;
}
.icorit form section span:last-child{
	float:right;
	width:48%;
}
.icorit form button{
	width:100%;
	color:#fff;
	background:#3d86c7;
	font-size:1.7rem;
	border:0;
	line-height:70px;
	/* font-family:PingFang-Medium; */
	margin:8% 0px 0px;
	transition:.3s;
}
.icorit form button:hover{
	background:#f68603;
}
@media (max-width:992px) {
	.icorit form{
		padding:15px;
	}
	.icorit form h2{
		font-size:1.6rem;
		line-height:22px;
	}
	.icorit form h3{
		font-size:1.8rem;
		line-height:31px;
		margin:0px 0px 15px;
	}
	.icorit form span{
		margin-bottom:10px;
	}
	.icorit form span p{
		line-height:20px;
		font-size:1.4rem;
	}
	.icorit form span input{
		padding:5px 0px;
	}
	.icorit form span textarea{
		padding:5px 0px;
	}
	.icorit form section span:first-child{
		float:none;
		width:100%;
	}
	.icorit form section span:last-child{
		float:none;
		width:100%;
	}
	.icorit form button{
		font-size:1.4rem;
		line-height:40px;
		margin:15px 0px 0px;
	}
}
.map{
	border:13px #fff solid;
	padding:10px;
}
.map img{
	max-width:100%;
}
.map #container{
	width:100%; 
	height:450px;
}
@media (max-width:992px) {
	.map{
		border:3px #fff solid;
		padding:3px;
	}
	.map #container{
		height:250px;
	}
}
.huise{
	background:#f5f5f5;
	padding:0px 0px 50px;
}
.iproduct{
	padding: 60px 0px;
	background-color: #f5f5f5;
}
.iproduct ul li{
	margin-bottom: 30px;
}
.iproduct ul li a{
	display: block;
	background-color: #fff;
	text-align: center;
	padding: 0px 0px 25px;
	transition: .3s;
}
.iproduct ul li a:hover{
	box-shadow: 0px 0px 30px rgba(225,100,30,.1);
}
.iproduct ul li a h4{
	font-size: 1.8rem;
	color: #000;
	/* font-family:PingFang-Bold; */
	line-height: 20px;
	margin-top: 5px;
}
.iproduct ul li a span{
	display: block;
	font-size: 1.3rem;
	color: #747774;
	/* font-family:PingFang-Medium; */
	line-height: 20px;
	margin: 5px 0px 12px;
}
.iproduct ul li a p{
	font-size: 1.3rem;
	color: #747774;
	/* font-family:PingFang-Medium; */
	text-decoration: underline;
	transform: scale(0);
}
.iproduct ul li a:hover p{
	transform: scale(1);
}
.page_list{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 20px 0px 0px;
}
.page_list a{
	max-width: 110px;
	line-height: 42px;
	padding: 0px 20px;
	height: 44px;
	border: 1px rgba(0,0,0,.1) solid;
	background-color: #fff;
	text-align: center;
	color: #808080;
	font-size: 1.8rem;
	/* font-family:PingFang-Medium; */
	margin: 0px 5px;
	transition: .3s;
	border-radius: 3px;
}
.page_list a.on,.page_list a:hover{
	background-color: #3d86c7;
	color: #fff;
	border: 1px #3d86c7 solid;
}
@media (max-width:992px) {
	.huise{
		padding:0px 0px 20px;
	}
	.iproduct{
		padding: 15px 0px;
	}
	.iproduct ul li{
		margin-bottom: 15px;
	}
	.iproduct ul li a{
		padding: 0px 0px 20px;
	}
	.iproduct ul li a:hover{
		box-shadow: 0px 0px 10px rgba(225,100,30,.1);
	}
	.iproduct ul li a h4{
		font-size: 1.6rem;
	}
	.iproduct ul li a span{
		font-size: 1.2rem;
	}
	.iproduct ul li a p{
		font-size: 1.2rem;
	}
	.page_list{
		padding: 5px 0px 0px;
	}
	.page_list a{
		max-width: 80px;
		line-height: 36px;
		padding: 0px 15px;
		height: 38px;
		font-size: 1.4rem;
	}
	.page_list a.on,.page_list a:hover{
		background-color: #3d86c7;
		color: #fff;
		border: 1px #3d86c7 solid;
	}
}
.inews{
	padding: 50px 0px 0px;
}
.inews ul li{
	margin-bottom: 40px;
}
.inews ul a{
	display: block;
	position: relative;
	background:#fff;
	padding:0px 0px 30px;
	transition:.3s;
}
.inews ul a:hover{
	box-shadow:0px 0px 30px rgba(0,0,0,.1);
}
.inews ul a img{
	width:100%;
	height:auto;
}
.inews ul a span{
	display: block;
	color: #242628;
	font-size: 1.6rem;
	line-height: 20px;
	margin: 20px 0px 10px;
	padding:0px 15px;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inews ul a small{
	display: block;
	color: #b4b4b4;
	font-size: 1.4rem;
	line-height: 22px;
	padding:0px 15px;
	/* font-family:PingFang-Medium; */
	background: url(../images/ysjt.png) right 15px center no-repeat;
}
.inews ul a p{
	position: absolute;
	width: 130px;
	height: 36px;
	top: 20px;
	left: 20px;
	color: #3d86c7;
	background: rgba(255,255,255,.9) url(../images/rq.png) 15px center no-repeat;
	border-radius: 18px;
	line-height: 36px;
	font-family:ITCAvant-Md;
	padding-left: 35px;
}
@media (max-width:992px) {
	.inews{
		padding: 15px 0px 0px;
	}
	.inews ul li{
		margin-bottom: 15px;
	}
	.inews ul a{
		padding:0px 0px 15px;
	}
	.inews ul a span{
		font-size: 1.4rem;
		margin: 15px 0px 10px;
	}
}
.inewsd{
	padding:50px 0px;
	display:flex;
	justify-content:space-between;
}
.inesd{
	width:68%;
}
.instt{
	font-size:2.0rem;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.inewsd .instui{
	width:28%;
}
.insct{
	line-height:24px;
	color:#444;
	margin:20px 0px 0px;
}
.insct p{
	font-family:arial;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
	/* font-family:PingFang-Medium; */
}
.instm span{
	color:#777;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
.instui form{
	width:100%;
	border:2px #000 solid;
	display:flex;
}
.instui form input{
	width:85%;
	line-height:26px;
	padding:10px;
	outline:none;
	border:0;
	font-size:1.6rem;
}
.instui form button{
	width:15%;
	background:url(../images/fdjn.png) center no-repeat;
	border:0;
}
.instui h3{
	color:#222222;
	font-size:2.6rem;
	line-height:30px;
	margin:50px 0px 0px;
}
.instui h3:after{
	content:"";
	width:32px;
	display:block;
	height:3px;
	background:#e92b2e;
	margin:5px 0px 0px;
}
@media (max-width:992px) {
	.inewsd{
		padding:15px 0px;
	}
	.inesd{
		width:100%;
	}
	.instt{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.inewsd .instui{
		display:none;
	}
	.insct{
		margin:15px 0px 0px;
	}
	.insct p{
		font-family:arial;
	}
	.instm{
		border-bottom:1px rgba(0,0,0,.5) solid;
		padding-bottom:5px;
	}
	.instm span{
		line-height:20px;
		font-size:1.2rem;
	}
	.instm span i{
		line-height:18px;
		margin-right:5px;
	}
}
.fanye{
	display:flex;
	justify-content:space-between;
	padding:20px 0px 0px;
}
.fanye a{
	display:block;
	max-width:46%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#000;
	line-height:26px;
	font-size:1.5rem;
}
.fanye a:hover{
	color:#f00;
}
@media (max-width:1200px) {
	.instui form input{
		line-height:20px;
		font-size:1.6rem;
	}
	.instui h3{
		font-size:2.2rem;
		margin:30px 0px 0px;
	}
}
.instui dl{
	margin:30px 0px 0px;
}
.instui dl dd{
	margin-bottom:20px;
}
.instui dl dd a{
	display:flex;
	justify-content:space-between;
	color:#222222;
}
.instui dl dd a big{
	width:26%;
	display:block;
	overflow:hidden;
}
.instui dl dd a big img{
	width:100%;
	transform:scale(1);
	transition:1s;
}
.instui dl dd a:hover big img{
	transform:scale(1.2);
}
.instui dl dd a section{
	width:70%;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.instui dl dd a section p{
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:.3s;
}
.instui dl dd a section span{
	display:block;
	font-size:1.2rem;
	color:#666666;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	width:100%;
}
.instui dl dd a section small{
	color:#e81a23;
	font-size:1.2rem;
	display:block;
	/* font-family:PingFang-Medium; */
	width:100%;
}
.instui dl dd a:hover section p{
	color:#e81a23;
}
.iproductd{
	padding: 50px 0px 0px;
}
.pro-img{
	float:left;
	width:75%;
	padding: 20px;
	background: #fff;
}
.tonglei{
	padding: 20px;
	float:right;
	background:#fff;
	width:24%;
}
/*jqzoom*/
.jqzzoom{
	position:relative;
}
.jqzoom{
	width:100%;
	position:relative;
	border:1px #e4e4e4 solid;
	padding:0;
}
.zoomdiv{
	z-index:100;
	position:absolute;
	top:0px !important;
	left:101% !important;
	width:400px;
	height:400px;
	border:1px solid #e4e4e4;
	display:none;
	text-align:center;
	overflow: hidden;
}
.bigimg{
	width:1000px;
	height:auto;
	max-width:none;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:200px;
	border:1px solid #aaa;
	background:#fff 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}
.ipdnye .jqzzoom{
	float: left;
	width: 43%;
}
.ipdnye .jqtext{
	float: right;
	width: 54%;
}
@media (max-width:992px) {
	.pro-img{
		float:none;
		width:100%;
		padding: 0px;
	}
	.tonglei{
		padding: 0px 15px;
		float:none;
		width:100%;
	}
	.iproductd{
		margin: 0px 0px 0px;
		padding: 15px 0;
	}
	.ipdnye .jqzzoom{
		width: 100%;
	}
	.jqzoom{
		border:0px #e4e4e4 solid;
	}
	.ipdnye .jqtext{
		width: 100%;
	}
	.weizhi{
		font-size: 2.0rem;
		line-height: 50px;
	}
	.ipdnye .jqzzoom{
		float: none;
		width: 100%;
	}
	.ipdnye .jqtext{
		float: none;
		width: 100%;
	}
}
.jqzoom img{
	width: 100%;
}
.xiaotu dl{
	padding: 10px 0px 0px;
}
.xiaotu dl dd{
	float: left;
	width: 18%;
	margin: 0px 2% 0px 0px;
	border: 1px rgba(0,0,0,.15) solid;
	cursor: pointer;
	font-size:0;
}
.xiaotu dl dd.hover{
	border: 1px #4e90cb solid;
}
.xiaotu dl dd img{
	width: 100%;
}
.jqtext{
	padding:0px;
}
.jqtext h2{
	font-size: 2.0rem;
	line-height: 48px;
	color: #333333;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 10px;
}
.jqtext section{
	font-size: 1.4rem;
	line-height: 28px;
	color: #666666;
	margin:20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.jqtext .onlin{
	padding: 10px 0px 0px;
}
.jqtext .onlin h3{
	width: 100%;
	font-size:1.7rem;
	color: #333;
	/* font-family:PingFang-Bold; */
	margin: 0px 0px 20px;
}
.jqtext .onlin a{
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #3d86c7;
	float: left;
	margin: 0px 15px 0px 0px;
	text-align:center;
	color:#fff;
}
.jqtext .onlin a i{
	line-height:32px;
	font-size:1.6rem;
}
@media (max-width:1200px) {
	.jqtext h2{
		font-size: 1.6rem;
		line-height: 38px;
		padding-bottom: 0px;
	}
	.jqtext section{
		font-size: 1.3rem;
		line-height: 24px;
		margin:3% 0px;
		padding-bottom: 10px;
	}
	.jqtext .onlin h3{
		font-size:1.4rem;
		margin: 0px 0px 10px;
	}
}
@media (max-width:992px) {
	.xiaotu{
		display:none;
	}
	.jqtext{
		padding:0px 15px;
	}
}
.procont{
	border: 2px rgba(0,0,0,.1) solid;
	margin: 20px 0px 0px;
}
.procont h2{
	line-height: 46px;
	background: #eff0f0;
	padding: 0px 0px 0px 30px;
}
.procont h2 p{
	float: left;
	color: #3d86c7;
	font-size: 1.6rem;
	/* font-family:PingFang-Bold; */
	border-bottom: 2px #eff0f0 solid;
	cursor:pointer;
	margin-right:5%;
}
.procont h2 p.cur{
	color: #3d86c7;
	border-bottom: 2px #3d86c7 solid;
}
.procont section{
	font-size: 1.4rem;
	color: #4d4d4d;
	line-height: 30px;
	padding: 20px;
}
.procont section img{
	max-width:100%;
	height:auto;
}
.procont .fanye{
	padding:0px 20px 20px;
}
@media (max-width:1200px) {
	.procont h2{
		line-height: 40px;
		padding: 0px 0px 0px 20px;
	}
	.procont section{
		font-size: 1.4rem;
		line-height: 30px;
		padding: 20px;
	}
}
@media (max-width:768px) {
	.procont{
		border: 0px rgba(0,0,0,.1) solid;
		margin: 15px 0px 0px;
	}
	.procont h2{
		line-height: 34px;
		padding: 0px 0px 0px 10px;
	}
	.procont h2 p{
		font-size: 1.4rem;
	}
	.procont section{
		font-size: 1.3rem;
		line-height: 20px;
		padding: 10px;
	}
	.procont .fanye{
		padding:0px 10px 20px;
	}
	.procont .fanye a{
		font-size:1.4rem;
	}
}
.tonglei h1{
	font-size: 2.0rem;
	color: #000;
	line-height: 30px;
	/* font-family:PingFang-Bold; */
	margin: 0px 0px 20px;
}
.tonglei h1:after{
	content:"";
	display:block;
	width:30px;
	height:3px;
	background:#3d86c7;
	margin:10px 0px 0px;
}
.tonglei ul li{
	margin-bottom:10px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	padding-bottom:10px;
}
.tonglei ul li a{
	display: flex;
	justify-content:space-between;
	align-items:center;
	line-height: 18px;
}
.tonglei ul li a big{
	display:block;
	border:1px rgba(0,0,0,.1) solid;
	width:30%;
}
.tonglei ul li a span{
	display: block;
	width:67%;
	color:#333;
}
.tonglei ul li a p{
	font-size:1.2rem;
	color:#999;
	line-height:14px;
	margin:10px 0px 0px;
}
.tonglei ul li a:hover span{
	color:#f00;
}
@media (max-width:992px) {
	.tonglei{
		padding: 0px 10px 15px;
	}
	.tonglei h1{
		font-size: 1.4rem;
		line-height: 20px;
		margin: 0px 0px 20px;
	}
}
.ijob{
	padding:30px;
	font-size: 1.6rem;
    color: #545466;
    line-height: 30px;
	background:#fff;
	margin:50px 0px 0;
}
.ijob img{
	max-width:100%;
	height:auto;
}
.ijoin{
	font-size: 1.4rem;
	color: #545454;
	line-height: 32px;
	margin:50px 0px 0;
}
.ijoin ul li{
	margin-bottom:15px;
}
.ijoin ul li section{
	border:1px rgba(0,0,0,.2) solid;
	display:flex;
	justify-content:space-between;
	padding:10px 0px 10px 20px;
	background:#fff;
}
.ijoin ul li.li section{
	background:#fff;
}
.ijoin ul li section span{
	display:flex;
	align-items:center;
}
.ijoin ul li section span p{
	font-size:1.8rem;
	color:#3d86c7;
}
.ijoin ul li section span small{
	line-height:14px;
	font-size:1.4rem;
	color:#666;
	border-left:1px rgba(0,0,0,.2) solid;
	margin-left:20px;
	padding-left:20px;
}
.ijoin ul li section h4{
	width:15%;
	border-left:1px rgba(0,0,0,.2) solid;
	cursor:pointer;
}
.ijoin ul li section h4 small p{
	font-size:1.5rem;
	line-height:30px;
}
.ijoin ul li section h4 small:first-child{
	display:block;
	text-align:center;
	font-size:1.6rem;
}
.ijoin ul li.li section h4 small:first-child{
	display:none;
}
.ijoin ul li section h4 small:last-child{
	display:none;
	font-size:3.0rem;
	text-align:center;
	color:#3d86c7;
}
.ijoin ul li section h4 small:last-child i{
	line-height:46px;
}
.ijoin ul li.li section h4 small:last-child{
	display:block;
}
.ijoin ul li .rzyao{
	border:1px rgba(0,0,0,.2) solid;
	border-top:0;
	padding:20px;
	font-size:1.4rem;
	line-height:26px;
	background:#fff;
	display:none;
	color:#666;
}
.ijoin ul li .rzyao h3{
	font-size:1.6rem;
	line-height:30px;
	color:#000;
	padding:0px 0px 10px;
}
@media (max-width:992px) {
	.ijob{
		padding:15px;
		font-size: 1.4rem;
		line-height: 26px;
		margin:15px 0px 0;
	}
	.ijoin{
		margin:15px 0px 0;
	}
	.ijoin ul li{
		margin-bottom:10px;
	}
	.ijoin ul li section{
		border:1px rgba(0,0,0,.1) solid;
		padding:10px 0px 10px 10px;
	}
	.ijoin ul li section span small{
		display:none;
	}
	.ijoin ul li section span p{
		font-size:1.4rem;
	}
	.ijoin ul li section h4{
		width:25%;
		border-left:1px rgba(0,0,0,.1) solid;
	}
	.ijoin ul li section h4 small p{
		font-size:1.2rem;
		line-height:20px;
	}
	.ijoin ul li section h4 small:first-child{
		font-size:1.4rem;
	}
	.ijoin ul li section h4 small:last-child{
		font-size:2.0rem;
	}
	.ijoin ul li section h4 small:last-child i{
		line-height:34px;
	}
	.ijoin ul li .rzyao{
		border:1px rgba(0,0,0,.1) solid;
		padding:10px;
		font-size:1.3rem;
		line-height:24px;
		border-top:0;
		color:#666;
	}
	.ijoin ul li .rzyao h3{
		font-size:1.4rem;
		line-height:24px;
		padding:0px 0px 5px;
	}
}