@import url("font-awesome.min.css");
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	color:#353535;
	font-family:Arial, Helvetica, sans-serif,"Microsoft YaHei";
	background-color: #fff;
	line-height:24px;
}
input,button,textarea,select{font-family:Arial, Helvetica, sans-serif,"Microsoft YaHei"}
UL {list-style-type:none;}
UL,p,li,form,h1,h2,h3,h4,h5,dd,dl,dt{
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
img{ border:0px;}
#head{
	width:100%;
	float:left;
	background-color:#fff; min-width:1200px; z-index:1000;
	}

	#headt{width:100%;  height:40px;
	background-color:#0172C0; min-width:1200px; float:left;}

	
#flash{
	width:100%;
	float:left;min-width:1200px; padding-bottom:30px;
}

#hyweb{
	width:100%;
	float:left;
	padding-bottom:40px;
	padding-top:10px;
	min-width:1200px;
	background-color:#f3f3f3;
}
#hyweb3{
	width:100%;
	float:left;
	padding-top:50px;	padding-bottom:50px;
min-width:1300px; background-color:#0C8ADE;
background:url("/upfile/contactbg.jpg") no-repeat 0px 0px;

}
#hyweb1{
	width:100%;
	float:left;
	padding-bottom:70px;
	padding-top:70px;
	background-color:#5BB5B4;
	min-width:1200px;
	background-image: url(bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}#hyweb2{
	width:100%;
	float:left;
padding-bottom:50px;
	padding-top:50px;
min-width:1200px;
	background-color: #ffffff;
}
#nyweb{
	width:100%;
	float:left;
	padding-bottom:30px; padding-top:30px;
	

}
#foot{
	width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:20px; background-color:#0172C0;

}

#body_1{width:1200px; margin-left:auto; margin-right:auto;}
#dibu{
	width:100%;
	float:left;
	background-color:#3A3A3A; padding-bottom:30px;
}
#tou{ width:1200px; float:left;}
#tou .t1{ width:250px; float:left; background-color:#fff; height:40px; background-color:#fff;}
#tou .t2{ padding-left:12px; padding-right:12px; line-height:40px; color:#fff; float:left; font-size:12px; font-weight:600;}
#tou .tel{ float:right; background-color:#FF3B3C; line-height:40px; font-size:12px; padding-left:20px; padding-right:20px;color:#fff;font-weight:600;}
#tou .tel i{ margin-right:10px;line-height:40px;}
#top{
	width:1200px;
	float:left; position:relative; z-index:5;

}
#logo{ width:250px; position:absolute; left:0px; z-index:100; background-color:#ffffff; top:0px;box-shadow:0px 31px 29px rgba(0,0,0,0.09);-webkit-box-shadow: 0px 31px 29px rgba(0,0,0,0.09);-moz-box-shadow:0px 31px 29px rgba(0,0,0,0.09); border-bottom:#ffffff solid 5px;}
#logo div{ display:table-cell; width:250px; height:95px; vertical-align:middle; text-align:center;}
#logo img{ max-width:220px; max-height:90px;}
#dh{ float:right;}
.hyweb { width:100%; height:650px; position: relative; float:left; overflow:hidden; border-bottom:#0C89DD solid 3px; }
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; height:650px; text-align:center;background-size:cover;
}
.hyweb li img{ border:0px; width:1000px;height:650px;}

/*数字按钮样式*/
.hyweb .num { width:100%; left:0px; bottom:5px; text-align:center; height:20px; line-height:20px; position: absolute; z-index: 999;	}
.hyweb .num li {display:inline-block;
	text-align:center;
	width:10px;
	height:10px;
	line-height:0px;
	overflow:hidden;
	color:#6D9E29;
	text-align:center;
	margin-right:4px;
	margin-left:4px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden; background-color:#6D9E29;transition:all 0.3s ease-in-out 0s;border-radius:12px; 	filter: Alpha(Opacity=0.8);
-moz-opacity:0.8; 		opacity:0.8;
}
.hyweb .num li.on {
		 background-color:#fff; color:#fff;
} /*当前项*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:620px;
	position: absolute;
	filter: Alpha(Opacity=60);
-moz-opacity:0.6; 		opacity:0.6;
	background-repeat: no-repeat;
	background-position: left center; z-index:12;
	top:0px;
}
.hyweb .prev {
	left:-50px;
	background-image: url(lefta.png);
	background-repeat: no-repeat;
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(right.png);	
}
/*上一个  下一个*/
.hyweb .wzq{ width:1200px;margin-left:auto; margin-right:auto;}
.hyweb .wzq .nr{ width:600px; float:left; margin-top:150px; text-align:left;}
.hyweb .wzq .nr h1{ font-size:40px; font-weight:600; line-height:45px;color:#000;}
.hyweb .wzq .nr p{ font-size:16px; font-weight:600;line-height:25px; color:#555; margin-top:30px;}
.hyweb .wzq .nr span{ width:160px; color:#FFFFFF; line-height:50px; height:50px; font-size:16px; text-align:center; background-color:#0C8ADE; overflow:hidden; font-weight:bold;display:inline-block; position: relative; z-index: 1; margin-top:30px;border-radius:1px;transition:all 0.3s ease-in-out 0s;}
.hyweb .wzq .nr span:after{background:#0172C0; transition:0.4s; left: 0px; bottom:-47px;background-color:#00A4EB;display: block; position: relative; z-index: 1; width: 100%; height: 50px; position: absolute; z-index: -1; content: " ";}
.hyweb .wzq .nr span:hover:after{  bottom:0px; }
#part1{ width:100%; float:left; margin-top:-80px; position:relative; z-index:10;}
#clmt {
	WIDTH:1200px;
	FLOAT: left;
}
#clmt UL {
	LIST-STYLE-TYPE: none
}
#clmt UL LI {
	TEXT-ALIGN: center; WIDTH:370px; FLOAT: left; margin-right:45px;transition:all 0.3s ease-in-out 0s; border-bottom:#00A4EB solid 6px; background-color:#0C8ADE; cursor:pointer;
}
#clmt UL LI:last-child{ margin-right:0px;}
#clmt UL LI:first-child a{ display:block; float:left; font-size:14px;
	margin-right:12px;
	padding-left:20px;
	background-image: url(yd.png);
	background-repeat: no-repeat;
		background-position: left center;  line-height:25px;
}
#clmt UL LI .nrc{ width:320px; padding:25px; float:left; text-align:left;}
#clmt UL LI .nrc .tp{ width:100%}
#clmt UL LI .nrc .tp img{ border:0px; height:55px;}
#clmt UL LI .nrc h1{ font-size:28px; line-height:40px; color:#fff; text-transform:capitalize; margin-top:8px;}
#clmt UL LI .nrc .nra{ width:100%; margin-top:15PX; height:240px; font-size:16px;color:#fff; font-weight:600; line-height:30px;overflow:hidden;}
#clmt UL LI .nrc .nra p{ line-height:30px;
	padding-left:20px;
	background-image: url(yd.png);
	background-repeat: no-repeat;
	background-position: left 12px; 
}
#clmt UL LI .nrc .nra a{color:#fff;}
#clmt UL LI:hover{box-shadow: 0px 15px 49px rgba(0,0,0,0.59);-webkit-box-shadow: 0px 15px 49px rgba(0,0,0,0.59);-moz-box-shadow: 0px 15px 49px rgba(0,0,0,0.59);}
#bottom{
	width:1200px;
	float:left;
	line-height:22px;

}

#bottom{ text-align:center;
	width:1200px;
	float:left;
	line-height:22px; border-top:#fff solid 1px;  margin-top:40px;

}
#copyright { width:1200px; float:left;
	LINE-HEIGHT: 25px;
color: #fff; font-size:16px;
text-align:center;
}
#copyright A{ color:#fff;}
#bottom .link{ width:1200px; float:left; color:#fff; line-height:40px; text-align:left; font-size:14px; border-bottom:#fff solid 1px;}
#bottom .link b{ font-size:16px;}
#bottom .link A{ color:#fff;}
a:link {
	text-decoration: none;
	color:#5a5a5a;
}
a:visited {
	text-decoration: none;
	color:#5a5a5a;
}
a:hover {
	color:#3D88CB;
}
a:link {
	text-decoration: none;
	color:#5a5a5a;
}
a:visited {
	text-decoration: none;
	color:#5a5a5a;
}
a:hover {
	color:#0C8ADE
}

.hg2{ margin-top:35px;}
.hg{ margin-top:6px;}
.hg1{ margin-top:17px;}

#kf{ width:138px; position:fixed; right:0px; z-index:1000; top:200px;}
#kf_1{
	width:138px;
	float:left;
	height:58px; cursor:pointer;	text-align:center;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#kf_2{width:138px;
	float:left;
	background-image: url(main.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#kf_2 .zxzx{ width:105px; padding-left:15px; text-align:center;}
#kf_2 .zxzx h1{ line-height:30px; text-align:center; color:#E60012; font-size:14px; border-bottom:#ddd solid 1px;}
#kf_2 .zxzx p{ line-height:25px; text-align:center; font-size:13px; text-align:center; font-weight:bold; color:#333;}
#kf_2 .zxzx .lan1{ color:#666; }
#kf_2 .zxzx .qq{ padding-left:35px; line-height:35px; font-size:12px;color:#666; text-align:left;
	background-image: url(qq_xh.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#kf_3{width:138px;
	float:left;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom; height:10px; overflow:hidden;
}
#kf_dk{ cursor:pointer;
	width:26px;
	border-radius:4px;
	background-color:#E60012;
	position:fixed;
	right:2px;
	z-index:1000;
	top:300px;
	display:none;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:20px;
	background-image: url(d2.png);
	background-repeat: no-repeat;
	background-position: center 5px; padding-top:30px; padding-bottom:10px;
}
#kf_dk A{ color:#fff; display:block;}