@import url("font-awesome.min.css");
@import url("animate.css");
@import url("menu.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; overflow-x:hidden;
}
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
}
::selection {
color:#fff; background-color:#009ED6;
}
::-moz-selection {
color:#fff; background-color:#009ED6;
}
::-webkit-selection {
color:#fff; background-color:#009ED6;
}
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #F5F5F5
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}
img{ border:0px;}
#headt{
	width:100%;
	float:left;
	height:35px; background-color:#009ED6;
	 min-width:1200px;
	}
#head{
	width:100%;
	float:left;
	background-color:#fff;
	min-width:1200px;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	background-position: center center; 
}
#dh{
	width:100%;
	float:left;
	height:50px;
	min-width:1200px; background-color:#009ED6;
}
#flash{
	width:100%;
	float:left;
 min-width:1200px;
}
#nyweb{
	width:100%;
	float:left; min-width:1200px; padding-top:20px; padding-bottom:20px; 	background-image: url(gywm_bg.jpg);
	background-repeat: repeat;
	background-position: left top; 

}
#ljso{
	width:100%;
	float:left;
	height:40px;
	background-color:#fff; border-bottom:#ddd solid 1px;min-width:1200px; 
}
.hyweb { width:100%; height:390px; position: relative; overflow:hidden; }
.hyweb li{ width:100%; height:390px;
	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:500px; 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:#009ED6;
	background-color:#009ED6;
	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:12px;
}
.hyweb .num li.on { background-color:#FF7800;} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:500px;
	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(lefta.png);
	background-repeat: no-repeat;
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(righta.png);	
}
#hyweb{ width:100%; float:left; padding-top:25px; padding-bottom:25px; min-width:1200px; overflow:hidden;}
#hyweb_1{
	width:100%;
	float:left;
	background-color:#fff;
	min-width:1200px;
	padding-top:25px;
	padding-bottom:25px;
	background-image: url(gywm_bg.jpg);
	background-repeat: repeat;
	background-position: left top; 
}
#hyweb_2{
	width:100%;
	float:left;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:35px;
 min-width:1200px; overflow:hidden;
}
#hyweb_3{
	width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	min-width:1200px;
}
#hyweb_4{
	width:100%;
	float:left;
	padding-top:40px;
	padding-bottom:40px;
	min-width:1200px;
	background-image: url(in_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;overflow:hidden;
}
#body_1{width:1200px; margin-left:auto; margin-right:auto;}
#dibu{
	width:100%;
	float:left;
	background-color:#009ED6;	padding-top:10px;
	padding-bottom:15px;


}
#t1{ width:1200px; float:left; line-height:35px; color:#fff; font-size:14px;}

#t1 .left{
	float:left;
	width:700px;
	float:left;
	}
#t1 .right{  float:right; text-align:right;}
#t1 .right span{ font-size:14px;}
#t1 A{color:#fff; float:left; line-height:35px;}
#t1  i{ margin-left:12px; margin-right:12px;}
#t1 A.fd{ position:relative; height:35px; cursor:pointer; z-index:10}
#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;}
#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;}
#top{
	width:1200px;
	float:left; padding-top:22px; padding-bottom:22px;

}

#logo{
	float:left;
	overflow:hidden;  padding-right:25px;

}
#logo img{ float:left; height:52px; border:0px;}
#wzjc{
	float:left;
	background-image: url(sx.png);
	background-repeat: no-repeat;
	background-position: left center; padding-left:25px;
}
#wzjc p{ font-size:18px; color:#009ED6; font-weight:bold; text-align:left; line-height:26px;}
#wzjc p span{ color:#ff7800}
#tel{ float:right; 	background-image: url(header_tel.png);
	background-repeat: no-repeat;
	background-position: left center; padding-left:65px;}
#tel .name{
	text-align:left;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
 color:#000; font-weight:bold; margin-top:6px;
}
#tel .f22{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px; line-height:36px;
	color:#009ED6; font-weight:bold;
	}
#weso{ width:1200px; float:left; line-height:40px; height:40px; font-size:13px; color:#009ED6;}
#weso A{ color:#555; font-size:12px; padding-left:6px; padding-right:6px;}
#weso A:hover{ color:#009ED6}
#weso .left{ width:870px; float:left;}
#weso .left b{ color:#009ED6;}
#weso .right{ width:300px; float:right;}
  #search{
	width:300px;
	float:right;
	border:0px;
	height:30px;
	background-image: url(search_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#weso #search{margin-top:6px;}
#contain-1-2 #search{margin-top:6px;}
#search .input{
	width:200px;
	color:#999;
	padding-left:20px;
	padding-right:10px;
	height:28px;
	line-height:22px;
	font-size:12px;
	float:right;
	font-family:"Microsoft YaHei", "微软雅黑", "黑体";
	border:0px;
	border-right:0px;
	background:none;outline:none;
}
#search .buttom{
	width:60px;
	height:30px;
	cursor:pointer;
	border:0px;
	background:none;
	margin:0px;
	padding:0px;
	float:right;
}

#bottom{
	width:1200px;
	float:left;
	text-align:center;
	line-height:22px;

}
#bottom .footer {
	HEIGHT: 52px; width:1200px; float:left; border-bottom:#0070B6 solid 1px;
}
#bottom .footer UL {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 52px;
	text-align:center;
	font-size: 14px;
	color: #fff;
}
#bottom .copyright { width:1200px; float:left; 
	LINE-HEIGHT: 28px;
color: #fff;
	padding-top:12px; padding-bottom:10px; border-top:#25B5F4 solid 1px;
}
#bottom .copyright .bq{ width:750px; float:left; text-align:left; font-size:14px; line-height:28px; margin-top:10px;}
#bottom .copyright .emw{ width:100px; float:right;}
#bottom .copyright .emw img{ width:100px; height:100px}
#bottom .copyright .emw p{ text-align:center; color:#fff; line-height:30px; font-size:12px;}
#bottom .copyright .tel{
	float:right;
	margin-top:20px;
	background-image: url(tel.png);
	background-repeat: no-repeat;
	background-position: left 10px; padding-left:60px; line-height:36px; font-size:24px;color:#ff7800; font-weight:bold; text-align:left; margin-right:50px;
}
#bottom .copyright .tel p{ line-height:22px; color:#fff; font-size:14px; font-weight:normal;}
#bottom .copyright A{ color:#fff;}
#bottom .footer UL LI {
	DISPLAY: inline;
	font-size: 14px;
	color: #fff;
}
#bottom .footer UL LI A {
	MARGIN: 0px 8px; color: #fff;}
#bottom .footer UL LI A:hover {
	color:#fff;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	color:#555;
}
a:visited {
	text-decoration: none;
	color:#555;
}
a:hover {
	color:#009ED6;
}
.hg2{ margin-top:25px;}
.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:#009ED6 solid 1px; margin-top:-1px; text-align:center;color:#fff; background-color:#009ED6;line-height:40px;
}
.izl-rmenu .btn:hover{ color:#fff; border:#FF7801 solid 1px;}
.izl-rmenu .btn i{ font-size:18px; line-height:40px;}
.izl-rmenu .btn-qq {
}
.izl-rmenu .btn-qq:hover {
background-color: #FF7801;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {

}
.izl-rmenu .btn-wx {

}
.izl-rmenu .btn-wx:hover {
	background-color: #FF7801;
}
.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: #FF7801;
}
.izl-rmenu .btn-phone .phone {
background-color:#FF7801;
	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:#FF7801;
	position: absolute;
	width: 120px;
	left: -120px;
	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:#FF7801; color:#fff;
}