@media (max-width: 1499px){
		.h1{
		width: 100%;
		overflow: hidden;
		height: 300px;
	}
	}
	@media (min-width:1500px){
		.h1{
	    width: 100%;
	    overflow: hidden;
	    height: 400px;
	}
	}
.h1>img{
    width: 100%;
    overflow: hidden;
    height: 100%;
}
/*服务理念*/
	.l_product{
		width:1200px;
		margin:0 auto;
		display: flex;
		flex-wrap:wrap;
		flex-direction: row;
	}
	.product_img{
		width:350px;
		height:250px;
		overflow: hidden;
	}
	.product_img>img{
		width:350px;
		height:250px;
	}
	.product{
		width:350px;
		height:350px;
		margin-left:38px;
	}
	.product_img:hover img{
		transform:scale(1.07);
		transition: all 0.5s;

	}
	.product_text{
		height:60px;
		width:100%;
		background:red;
		color:#ffffff;
	}
.product_text_left{
	height:60px;
	line-height: 60px;
	font-size: 24px;
	margin-left:15px;
}
.product_text_right{
	height:60px;
	line-height: 60px;
	font-size: 24px;
	margin-right:15px;
}
.h2{
	position:fixed;
	top:0;
	left:0;
	background:#ffffff;
	z-index:100;
	height:75px;
}
.huadong{
    position:relative;
	top:75px;
	z-index:1;
}
.panel_1{
	background:url(../img/fu/6.png);
	background-size:100% 100%;
}
.panel_2{
	background:url(../img/fu/7.png);
	background-size:100% 100%;
}
.panel_3{
	background:url(../img/fu/8.png);
	background-size:100% 100%;
}
.panel_4{
	background:url(../img/fu/5.png);
	background-size:100% 100%;
}
.panel_5{
	background:url(../img/fu/2.png);
	background-size:100% 100%;
}
.panel_6{
	background:url(../img/fu/4.png);
	background-size:100% 100%;
}
.panel_7{
	background:url(../img/fu/3.png);
	background-size:100% 100%;
}

/*单*/
.huadong>.panel:nth-child(odd)>.product_images{
	margin:0 0 0 120px;
	padding-top:180px;
}
.huadong>.panel:nth-child(odd)>.product_images>.product_images_1{
	width: 480px;
	margin-bottom: 10px;
}
.huadong>.panel:nth-child(odd)>.product_images>.product_images_1>img{
	width: 80px;
	height: 72px;
	margin-bottom: 10px;
}
.huadong>.panel:nth-child(odd)>.product_images>.product_images_2{
	width: 480px;
	/* height: 47px; */
	line-height: 47px;
	font-family: SourceHanSansCN-Regular;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 5px;
	color: #ffffff;
}
.huadong>.panel:nth-child(odd)>.product_images>.product_images_3{
	width: 480px;
	/* height: 45px; */
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 2px;
	color: #ffffff;
	margin:10px 0 10px 0;
}
.huadong>.panel:nth-child(odd)>.product_images>.product_images_4{
	width: 480px;
	height: 31px;
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 3px;
	color: #ffffff;
}
.huadong>.panel:nth-child(odd)>.product_images>.product_images_5{
	width: 480px;
	/* height: 45px; */
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 2px;
	color: #ffffff;
	margin:10px 0 10px 0;
}
.huadong>.panel:nth-child(odd)>.product_images>.product_images_6{
	margin-top: 30px;
}
.huadong>.panel:nth-child(odd)>.product_images>.product_images_6>.product_images_6_l{
	border:1px solid #ffffff;
	text-align: center;
	font-size:12px;
	height:25px;
	line-height: 25px;
	border-radius: 21px;
	margin-top:5px;
	margin-left:5px;
	color:#ffffff;
}
.huadong>.panel:nth-child(odd)>.product_images>.product_images_6>.product_images_6_l>span{
	text-align: center;
	font-size:12px;
	height:25px;
	line-height: 25px;
	margin:5px;
	
}


/*双*/
.huadong>.panel:nth-child(even)>.product_images{
	margin:0 120px 0 0;
	padding-top:180px;
	float: right;
}
.huadong>.panel:nth-child(even)>.product_images>.product_images_1{
	width: 480px;
	margin-bottom: 10px;
	text-align: right;
}
.huadong>.panel:nth-child(even)>.product_images>.product_images_1>img{
	width: 80px;
	height: 72px;
	margin-bottom: 10px;
	text-align: right;
}
.huadong>.panel:nth-child(even)>.product_images>.product_images_2{
	width: 480px;
	/* height: 47px; */
	line-height: 47px;
	font-family: SourceHanSansCN-Regular;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 5px;
	color: #ffffff;
	text-align: right;
}
.huadong>.panel:nth-child(even)>.product_images>.product_images_3{
	width: 480px;
	/* height: 45px; */
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 2px;
	color: #ffffff;
	margin:10px 0 10px 0;
	text-align: right;
}
.huadong>.panel:nth-child(even)>.product_images>.product_images_4{
	width: 480px;
	height: 31px;
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 3px;
	color: #ffffff;
	text-align: right;
}
.huadong>.panel:nth-child(even)>.product_images>.product_images_5{
	width: 480px;
	/* height: 45px; */
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: right;
	margin:10px 0 10px 0;
}
.huadong>.panel:nth-child(even)>.product_images>.product_images_6{
	margin-top: 30px;
	text-align: right;
}
.huadong>.panel:nth-child(even)>.product_images>.product_images_6>.product_images_6_l{
	border:1px solid #ffffff;
	text-align: center;
	font-size:12px;
	height:25px;
	line-height: 25px;
	border-radius: 21px;
	margin-top:5px;
	margin-left:5px;
	color:#ffffff;
}
.huadong>.panel:nth-child(even)>.product_images>.product_images_6>.product_images_6_l>span{
	text-align: center;
	font-size:12px;
	height:25px;
	line-height: 25px;
	margin:5px;
	
}

.lf{
	float:left;
}
.rg{
	float:right;
}
.clear{
	clear: both;
}
.footer{
	padding-top:140px;
	width:835px;
	margin:0 auto;
}
.l_footer{
	font-family: SourceHanSansCN-Regular;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 120px;
	letter-spacing: 2px;
	color: #ffffff;
}
.c_footer{
	height:316px;
}
.c_footer_1_1,.c_footer_1_2,.c_footer_1_4{
	width: 375px;
	height: 41px;
	background-color: #60639c;
	border-radius: 7px;
	opacity: 0.9;
	position: relative;
	margin-bottom:38px;
}
.c_footer_1_1>input,.c_footer_1_2>input,.c_footer_1_4>input{
	outline:none;
	width: 315px;
	height: 100%;
	 border:0;
	background-color: #60639c;
	border-radius: 7px;
	opacity: 0.9;
	position: absolute;
	right:0;
	top:0;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 8px;
	letter-spacing: 2px;
	color: #878ac1;
}
.c_footer_1_3{
	height: 41px;
	margin-bottom:38px;
}
.c_footer_1_3_1,.c_footer_1_3_2{
	width: 176px;
	height: 41px;
	background-color: #60639c;
	border-radius: 7px;
	opacity: 0.9;
	position:relative;
}
.c_footer_1_3_1>input,.c_footer_1_3_2>input{
	outline:none;
	width: 116px;
	height: 100%;
	background-color: #60639c;
	border-radius: 7px;
	opacity: 0.9;
	border:0;
	position: absolute;
	right:0;
	top:0;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 7px;
	letter-spacing: 2px;
	color: #878ac1;
}
.c_footer_1_1>img,.c_footer_1_2>img,.c_footer_1_3_1>img,.c_footer_1_3_2>img{
	
	position: absolute;
	left:10px;
	top:10px;
}
.c_footer_1_4>img{
	position: absolute;
	left:28px;
	top:10px;
}
.c_footer_2{
	background-color: #60639c;
	width:400px;
	height:278px;
	position:relative;
	left:58px;
}
.c_footer_2>textarea{
	position:absolute;
	right:10px;
	top:10px;
	overflow:hidden;
	background-color:  #60639c;
	width:83%;
	height:268px;
	resize: none;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 2px;
	color: #878ac1;
	border:0;
	outline:none;
}
.c_footer_2>img{
	position:absolute;
	left:20px;
	top:10px;
	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #878ac1;
}
.d_footer{
	position:relative;
	top:10px;
	left:0;
	width: 320px;
	height: 64px;
	margin:0 auto;
	background-color: #00a0e9;
	border-radius: 39px;
	text-align:center;
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: 3px;
	color: #ffffff;
}
.d_footer button{
	outline: none;
	width:100%;
	height:100%;
	background-color: #00a0e9;
	border-radius: 39px;
	border:none;
	color: #ffffff;
	font-size: 24px;
}
.product_images_1 #img_1{
	width: 84px;
	height: 68px;
}
.product_images_1 #img_2{
	width: 73px;
	height: 100px;
}
.product_images_1 #img_3{
	width: 79px;
	height: 92px;
}
.product_images_1 #img_4{
	width: 92px;
	height: 80px;
}
.product_images_1 #img_5{
	width: 96px;
	height: 90px;
}
.product_images_1 #img_6{
	width: 80px;
	height: 81px;
}