@import url("font-awesome.min.css");
@import url("menu.css");
@import url("animate.css");
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	color:#555;
	font-family:"Microsoft YaHei", "微软雅黑";
	background-color: #FFFFFF;
	line-height:24px;
}
input,button,textarea,select{font-family:"Microsoft YaHei", "微软雅黑";}
UL {list-style-type:none;}
UL,p,li,form,h1,h2,h3,h4,h5,dd,dl,dt,ol{
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
img{ border:0px;}
#headt{
	width:100%;
	float:left;
	height:35px;
	background-color:#325770;
	min-width:1200px;
	}
#head{
	width:100%;
	float:left;
	background-color:#fff;  min-width:1200px; 
}
#dh{
		float:left; margin-left:5px;

}
#flash{
	width:100%;
	float:left;
 min-width:1200px;
}
#nyweb{
	width:100%;
	float:left; min-width:1200px; padding-top:20px; padding-bottom:20px; background-color:#fff;overflow:hidden;

}
.yc{ overflow:hidden;}
.hyweb { width:100%; height:720px; position: relative; overflow:hidden; }
.hyweb li{ width:100%; height:720px;
	background-repeat: no-repeat;
	background-position: center top; text-align:center;
}
.hyweb li img{ border:0px;  width:100%; height:360px}
.hyweb li A{ width:100%;height:720px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num { width:100%; left:0px; bottom:15px; text-align:center; height:20px; line-height:20px; position: absolute; z-index: 10;	}
.hyweb .num li {display:inline-block;
	text-align:center;
	width:12px;
	height: 12px;
	line-height:0px;
	overflow:hidden;
	color:#EAEAEA;
	background-color:#EAEAEA;
	text-align:center;
	margin-right:4px;
	margin-left:4px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden; transition:all 0.3s ease-in-out 0s;border-radius:16px;
}
.hyweb .num li.on { background-color:#AB7D4A} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:720px;
	position: absolute;
	filter: Alpha(Opacity=60);
-moz-opacity:0.6; 		opacity:0.6;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:-50px;
	background-image: url(https://yuanhua.net.cn/images/lefta.png);
	background-repeat: no-repeat;
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(https://yuanhua.net.cn/images/righta.png);	
}
#hyweb{ width:100%; float:left; padding-top:20px; padding-bottom:35px; overflow:hidden; min-width:1200px;}
#hyweb_1{
	width:100%;
	float:left; background-color:#F6F6F6; min-width:1200px; padding-top:45px; padding-bottom:45px;overflow:hidden;
}
#hyweb_2{
	width:100%;
	float:left;
	background-color:#fff;
	padding-top:60px;
	padding-bottom:65px;
	background-image: url(https://yuanhua.net.cn/images/xbg.jpg);
	background-repeat: no-repeat;
	background-position: center center; min-width:1200px;overflow:hidden;
}
#hyweb_3{
	width:100%;
	float:left;
	padding-top:60px;
	padding-bottom:60px;
	min-width:1200px;
	background-image: url(https://yuanhua.net.cn/images/gbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;overflow:hidden;
}
#hyweb_4{
	width:100%;
	float:left;
	padding-top:40px;
	padding-bottom:50px;
	background-color:#E9E9E9;
	overflow:hidden;
	min-width:1200px;
	background-image: url(https://yuanhua.net.cn/images/b3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer{
	width:100%;
	float:left;
	padding-top:40px;
	padding-bottom:40px;
	min-width:1200px;
	background-color:#29485F;
}
#body_1{width:1200px; margin-left:auto; margin-right:auto;}
#dibu{
	width:100%;
	float:left;
	background-color:#29485F;	padding-top:5px;
	padding-bottom:5px;	min-width:1200px;


}
#t1{ width:1200px; float:left; line-height:35px; color:#fff; font-size:13px;}

#t1 .left{
	float:left;
	width:700px;
	float:left;
	}
#t1 .right{  float:right; text-align:right;}
#t1 .right span{ font-size:14px;}
#t1 A{color:#F1EDE4;  line-height:35px;}
#t1 A i{ margin-left:12px; margin-right:12px;}
#t1 A.fd{ position:relative; height:35px; cursor:pointer;}
#t1 A.fd .pic{ position:absolute; left:0px; top:-35px; height:0px; overflow:hidden; filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.3s ease-in-out 0s; z-index:102}
#t1 A.fd .pic img{ width:100px; height:100px;}
#t1 A:hover{color:#fff;}
#t1 A.fd:hover .pic{ top:35px; filter: Alpha(Opacity=100);-moz-opacity:1; 		opacity:1; height:auto;}
#t1 span.gy{ position:relative; color:#F1EDE4; height:35px; cursor:pointer; display:block; float:left; line-height:35px;}
#t1 span i{ margin-left:12px; margin-right:12px;}
#t1 span.gy .lm{ position:absolute; left:0px; height:0px; top:50px; filter: Alpha(Opacity=0);-moz-opacity:0;opacity:0;overflow:hidden;transition:all 0.3s ease-in-out 0s; background-color:#fff;box-shadow: 0px 1px 6px #999;-webkit-box-shadow: 0px 1px 6px #999;-moz-box-shadow: 0px 1px 6px #999;  z-index:101}
#t1 span.gy .lm p{ width:70px;  border-bottom:#ddd solid 1px; text-align:center; line-height:35px; float:left; width:70px;}
#t1 span.gy .lm p a{ color:#333;  margin-left:auto; margin-right:auto;}
#t1 span.gy .lm p a:hover{ color:#325770;}
#t1 span.gy .lm p:last-child{ border-bottom:0px;}
#t1 span.gy:hover{ color:#fff;}
#t1 span.gy:hover .lm{ top:35px; filter: Alpha(Opacity=100);-moz-opacity:1; padding:10px 15px; width:70px;		opacity:1; height:auto;}
#rb{ float:right; position:relative; margin-top:30px;}
#search{ width:35px;
	height:35px; overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;background-color:#325770;border-radius:35px;
}
#search .input{ float:right; 
	width:240px;
	color:#fff;
	padding-left:20px;
	padding-right:30px;
	height:35px;
	line-height:26px;
	font-size:14px; 
		font-family:"Microsoft YaHei", "微软雅黑";
	border:0px; background:none;	
	outline:none; border:0px; background-color:#325770; display:none;
}
#search .buttom{
	float:right;
	width:35px;
	height:35px;
	cursor:pointer;
	border:0px; background-color:#325770;
	margin:0px;
	padding:0px;
	background-image: url(https://yuanhua.net.cn/images/fdj.png);
	background-repeat: no-repeat;border-radius:35px;
	background-position: center center; position:relative; z-index:20; margin-left:-30px;
}
#top{
	width:1200px;
	float:left; 

}

#logo{
	float:left;
	overflow:hidden; padding-top:20px; padding-bottom:20px;

}
#logo img{ float:left; height:60px; border:0px;}
#tel{ float:left; margin-left:10px;	background-image: url(https://yuanhua.net.cn/images/tel.png);
	background-repeat: no-repeat;
	background-position: left center; color:#666; padding-left:38px; margin-top:25px;}
#tel .name{
	text-align:left;
	font-size:14px;
}
#tel .f22{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px; line-height:20px;
	color:#325770; font-weight:bold;
	}


#bottom{
	width:1200px;
	float:left;
	line-height:22px; border-top:#3D6889 solid 1px; padding-top:15px; padding-bottom:15px;

}
#dbxx{ width:1200px; float:left; overflow:hidden;}
#dbxx_1{ width:480px; float:left;border-left:#3D6889 solid 1px; float:right; padding-left:50px;}
#dbxx_1 .bt{ float:left; width:200px; font-size:16px; color:#fff; line-height:30px; margin-bottom:10px;}
#ewnxx{ width:480px; line-height:25px; color:#fff; text-align:center; margin-top:6px;}
#ewnxx td{ text-align:left; font-size:13px;}
#ewnxx img{ width:100px; height:100px;}
#dbxx_1 .lxwm{ margin-top:10px; font-size:14px; color:#fff; line-height:25px;}
#dbxx_1 .lxwm A{ color:#fff;}
#linkd{  float:left; }
#linkd ul{list-style-type:none; }
#linkd ul li{ padding-right:40px; float:left;}
#linkd ul li .bt{font-size:16px;  line-height:30px; margin-bottom:10px; text-align:left; color:#fff;}
#linkd ul li p{font-size:13px;line-height:28px; text-align:left; color:#666; }
#linkd ul li A{ color:#D6E3ED}
#linkd ul li A:hover{ color:#fff;}
#linkd ul li  .bt A{ color:#fff;}

#bottom .copyright { width:1200px; float:left; 
	LINE-HEIGHT: 25px;
color: #D6E3ED; font-size:14px; text-align:center;; 

}
#bottom .copyright A{ color:#fff;}
a:link {
	text-decoration: none;
	color:#555;
}
a:visited {
	text-decoration: none;
	color:#555;
}
a:hover {
	color:#325770;
}
.hg2{ margin-top:35px;}
.hg{ margin-top:15px;}
.hg1{ margin-top:20px;}
.izl-rmenu {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 999; background-color:#fff;width: 42px;
}
.izl-rmenu .btn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative; border:#35556A solid 1px; margin-top:-1px; text-align:center;color:#fff; background-color:#426B84; line-height:40px;
}
.izl-rmenu .btn:hover{ color:#fff; border:#325770 solid 1px;}
.izl-rmenu .btn i{ font-size:18px; line-height:40px;}
.izl-rmenu .btn-qq {
}
.izl-rmenu .btn-qq:hover {
background-color: #325770;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {

}
.izl-rmenu .btn-wx {

}
.izl-rmenu .btn-wx:hover {
	background-color: #325770;
}
.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: -120px;
	top: -1px;
	display: none;
	width: 120px;
	height: 120px;
}
.izl-rmenu .btn-phone {

}
.izl-rmenu .btn-phone:hover {
	background-color: #325770;
}
.izl-rmenu .btn-phone .phone {
background-color:#325770;
	position: absolute;
	width: 180px;
	left: -180px;
	top: -1px;
	line-height: 41px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}
.izl-rmenu .btn-qq .qq {
background-color:#325770;
	position: absolute;
	width: 100px;
	left: -100px;
	top: -1px;
	line-height: 41px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	display: none;
}
.izl-rmenu .btn-qq .qq p{  color:#fff;}
.izl-rmenu .btn-top {
	display: none;
}
.izl-rmenu .btn-top:hover {
	background-color:#325770; color:#fff;
}