body,div,h1,h2,h3,h4,h5,a,img,strong,span,var,em,form,select,option,input,ol,ul,dt,dd,dl,li,p {margin:0px;padding:0px;}
body{ font-family:"Microsoft Yahei"}
a {text-decoration:none;cursor:pointer;font-style:normal;outline:none;}
ol,ul,li {list-style-type:none;}
em,var{font-style:normal;}
.clear {clear:both;height:0px;overflow:hidden;}
a img{border:none;}


.w1200{ width:1200px; margin:0 auto;}
.fl{ float: left;}
.fr{ float:right;}
.clear{ clear:both}
.div-height{ height:20px; } 
.mt-30{ margin-top:30px;}

/*欢迎*/
.dt{ width:100%; height:651px; background-image:url(1.jpg); background-position:center; background-repeat:no-repeat;}

.wel{ width: 100%; height: 32px; line-height: 32px; background-color:#333333; }
.wel_1{ width:1200px; color: #FFFFFF; font-size: 14px;}


/*头部*/

.top{ height:68px; width:100%; padding:16px 0; border-bottom:#b1b1b1 1px solid;}
.top1{ width:64px; height:68px; float:left; }
.top2{width:277px; height:68px; float:left; padding-left:15px; }
.top2 h1{ font-size:34px; line-height:1.2;  color:#323232; }
.top2 p{ font-size:17px;  line-height:1.6;  color:#2c2c2c; }

.top3{width:790px; height:68px; float:left;margin-left:27px;}



/*导航*/
.nav_{ width:100%; height:68px; }
.nav1_{ width:790px; height:68px; line-height:68px; margin:auto; }
.nav1_ li{width:98px; float:left; height:68px; line-height:68px; text-align:center; }
.nav1_ li a{font-size:15px; color:#4b4b4b;  height:68px; line-height:68px; width:98px; display:block; font-family:"Microsoft Yahei";}
.nav1_ li a:hover{color:#4b4b4b; border-bottom:#e40002 4px solid;  font-family:"Microsoft Yahei"; font-size:15px; }
.dw{ width:100%; height:68px; position:absolute; z-index:10000;}

/*公告*/

.mess{ width:100%; height:49px; background-color:#009148;  }
.mess_1{ width:1200px; height:49px; margin:auto; font-size:14px; line-height:49px; color:#FFFFFF;}



/*业务范围*/

.ywfw{ width:100%; height:626px; background-image:url(bj.jpg); background-position:center; background-repeat:no-repeat;}
.ywfw1{ width:1200px; margin:auto;}
.ywfw1 h3{ color:#191919; font-size:30px; font-weight:normal; text-align:center; line-height:1.2; padding-top:27px;}
.ywfw1 p{ color:#7a7a7a; font-size:17px; font-weight:normal; text-align:center; line-height:2; text-transform: uppercase;}





/*简介*/

.gsjj1{width:728px; }
.gsjj11{width:728px; margin-top:98px;}
.gsjj11 p{color:#868686; font-size:22px; font-family: 方正正纤黑简体; font-weight:normal;  line-height:1.6; text-transform: uppercase; }
.gsjj11 h2{color:#282828; font-size:23px; font-weight:100;  line-height:2.3; text-transform: uppercase; }
.gsjj11 span{color:#505050; font-size:16px; font-weight:100;  line-height:1.6; text-transform: uppercase; }
.gsjj22{ margin-top:25px;}
.gsjj22:hover img{ background:#000; opacity: 0.8;}
.gsjj2{width:405px; margin-top:100px; }

.gsjj{ width:100%; background-image:url(bj1.jpg); background-position:center; background-repeat:no-repeat; height:602px;}


.jj23 { color:#424242; font-size:14px; font-weight:normal; line-height:2.2; margin-top:40px; }


.more{ width:1200px; height:42px;  display:block; margin:auto;}
.more a{ width:183px; height:42px; border:#ffffff 1px solid; color:#FFFFFF;border-radius:2em; font-size:16px; text-align:center; display:block; text-align:center; line-height:42px; transition:all .2s ease; margin-top:20px; margin:auto; margin-top:50px;}
.more a:hover{ width:183px; height:42px; background-color:#FFFFFF; color:#000; font-size:16px;transition:all .2s ease; display:block;}




.more1{ width:134px; height:35px;  display:block;  }
.more1 a{ width:134px; height:35px; background-color:#d50000; color:#FFFFFF; font-size:14px; text-align:center; display:block; text-align:center; line-height:35px; transition:all .2s ease; margin-top:20px; }
.more1 a:hover{ width:134px; height:35px; background-color:#68bf21; color:#FFFFFF; font-size:14px;transition:all .2s ease; display:block;}


.more2{ width:188px; height:50px;  display:block; margin:auto; }
.more2 a{ width:188px; height:50px; background-color:#cf0000; color:#FFFFFF; font-size:16px; text-align:center; display:block; text-align:center; line-height:50px; transition:all .2s ease; margin-top:30px; border-radius:30px; }
.more2 a:hover{ width:188px; height:50px; background-color:#009436; color:#FFFFFF; font-size:16px;transition:all .2s ease; display:block;}












/*滚动产品图片样式*/
.h-pro-gun01 li{
	float: left;
  margin-right: 19px;
  margin-bottom: 30px;
  width:310px; background-color:#FFFFFF; margin-top:40px;

  border: 1px solid #c8c8c8;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover{
	 border: 1px solid #009436;
}
.h-pro-gun01 li .tu{
	margin-top: 10px;
	margin-left: 9px;
	width: 290px;
	height: 218px;
	padding:0px;
	
	background-color: #e5e5e5;
	overflow: hidden;
}
.h-pro-gun01 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun01 li .p1-t{
	margin:0 auto;
	width: 94.6%;
	height: 39px; margin-top:10px;
	background: url(../Img/p1-t-bg.png) top right no-repeat #d0d0d0;
}

.h-pro-gun01 li .p1-t a h3{
	float: left;
  display: block;
  height:39px;
	line-height:39px;
  font-size: 15px;
  color: #000; font-weight:normal;
  text-align: center;
  letter-spacing: 0px;
	text-indent: 10px;
}
.h-pro-gun01 li .p1-t p{
	display: block;
	float: right;
	width: 86px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
}
.h-pro-gun01 li:hover .p1-t a h3{
	color: #FFFFFF; 
}

.h-pro-gun01 li:hover .p1-t { background-color:#747474; transition: all 0.3s ease-out;
}


.h-pro-gun01 li .dianhu{
	margin-top:14px;
    width: 290px;
    height: auto;
}
.h-pro-gun01 li .dianhu p{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 14px;
    color: #232323;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}

.h-pro-gun01 li .dianhu span{
	display: block;
	padding:2px 0px 10px 20px;
    font-size: 15px;
    color: #232323;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}


/*滚动产品图片样式*/
.h-pro-gun02 { margin-top:25px;}
.h-pro-gun02 li{
  margin-right: 19px;
  margin-bottom: 10px;
  float: left;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li .tu{
	height: 310px;
	background-color: #e5e5e5;
	border:1px  solid #fff;
	overflow: hidden;
}
.h-pro-gun02 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun02 li a h3{
  margin-top:0px;
  display: block; background-color:#9fe096;
	width:310px; line-height:3.6;
 
  font-size: 15px;
  color: #202020; font-weight:normal;
  text-align: center;
  letter-spacing: 0px;
	
}



.h-pro-gun02 li:hover a h3{
  margin-top:0px;
  display: block; background-color:#219001;
	width:310px; line-height:3.6;  transition: all 0.4s ease-out;
 
  font-size: 15px;
  color: #FFFFFF; font-weight:normal;
  text-align: center;
  letter-spacing: 0px;
	
}


.ppp{width:100%; }

/*产品展示*/





#demoy{ float:left;overflow:hidden;height:269px;width:1200px; color:#336699;text-align:left; margin:20px 0px; }
#demoy1 ul,#demo2 ul{ display:block;width:2817px; overflow:hidden}
#demoy1 ul li{width:293px; height: 259px;margin:10px 10px; float:left}
#demoy1 ul li a h3,#demo2 ul li a h3{width:293px;height:219px ; overflow:hidden;}
#demoy1 ul li a h3 img,#demo2 ul li a h3 img{width:293px;transition:all .5s ease;}
#demoy1 ul li a h3:hover img,#demo2 ul li a h3:hover img{transform: scaleX(1.1) scaleY(1.1);}
#demoy1 ul li a ol,#demo2 ul li a ol{ text-align:center; height:40px; line-height:40px;transition:all .5s ease; background-color: #e7e7e7; color: #323232;}
#demoy1 ul li a:hover ol,#demo2 ul li a:hover ol{ background:#009b42; color:#fff}
#demoy2 ul li{width:293px;height:249px;margin:10px 10px;}




/*案例*/

.al{ width:100%; background-image:url(bj2.jpg); height:559px; background-position:center; background-repeat:no-repeat; }

.al1{ width:1200px; margin:auto;}
.al1 h3{ color:#FFFFFF; font-size:30px; font-weight:normal; text-align:center; line-height:1.2; padding-top:50px;}
.al1 p{ color:#FFFFFF; font-size:17px; font-weight:normal; text-align:center; line-height:2; text-transform: uppercase;}

/*案例*/

.zz{ width:100%; height:420px; background-image:url(bj3.jpg); background-repeat:no-repeat; background-position:center; }
.zz1{ width:455px; height:318px; background-color:#35679d; padding:28px; margin-left:41px;}
.zz2{ width:608px;}
.zz21{ font-size:21px; color:#191919; text-align:right; padding-top:10px;}
.zz22{ width:608px; margin-top:80px;}
.zz22 ul li{ width:290px; float:left; padding-right:12px;}
.zz22 ul li p{ color:#434343; line-height:2.2;}

/*新闻*/
.xw{ width:100%; background-image:url(bj4.jpg); height:531px; background-position:center; background-repeat:no-repeat;}
.xw1{ width:1200px; margin:auto;}
.xw1_1{ width:335px; height:131px;}
.xw1_2{ margin-top:30px;}



.xinwen_news_you{width:470px; }
.xinwen_news_you li{ width:470px; display:inline-block; overflow:hidden; }
.xinwen_news_you li{ line-height:28px;}
.xinwen_news_you li:hover{ }
.xinwen_news_you img{ width:470px; height:194px; padding-bottom:20px; }
.xinwen_news_you h4{ color:#FFFFFF;  padding-top:15px; padding-top:20px;  }
.xinwen_news_you h4 a{ font-size:16px; color:#FFFFFF; }
.xinwen_news_you li:hover h4{ color:#FFFFFF}
.xinwen_news_you span{ font-size:14px; line-height:25px; display:block;  overflow:hidden; padding-right:2px; color:#FFFFFF; margin-top:15px;}
.xinwen_news_you h4:hover a{ color:#FFFFFF;}  



.xw2{width:674px; height:270px;text-indent:10px; }
.xw2 span{ float:left; text-align:center; font-size:20px; line-height:35px; width:85px; height:85px;  }
.xw2 p{ margin-left:85px; overflow:hidden; padding:7px 15px;color:#FFFFFF; }

.xw2 li span{ background-color:#ef9c00; color: #FFFFFF !important;}
.xw2 li{ width:674px;  display:inline-block; overflow:hidden; height:85px; float:left; line-height:28px;font-size:14px; margin-bottom:40px; }
.xw2 li:hover{ width:674px;  display:inline-block; overflow:hidden; height:85px; float:left;line-height:28px;font-size:14px; margin-bottom:40px; }
.xw2 li h3{ color:#FFFFFF; margin-left:15px;}
.xw2 li:hover h3{text-indent:30px; transition:all .7s ease;}
.xw2 li:hover p{overflow:hidden; }
.xw2 li:hover span{  color: #FFFFFF !important;}



/*特点*/

.yqlj a{ font-size:16px; line-height:4;}

/*底部*/


.footr{ width:100%; height:317px; background-image:url(bj5.jpg); background-position:center; background-repeat:no-repeat;  }




.footr3{ width:130px;}

.footr1 { width:1200px; margin:auto; height:138px; border-bottom:#FFFFFF 1px solid; padding:50px 0px; }
.footr11 { margin-top:8px; font-size:14px; line-height:2;}
.footr11 p { font-size:15px; color:#FFFFFF;  line-height:2;}

.footr2 { width:1200px; margin:auto;color:#FFFFFF;  line-height:2;font-size:15px; line-height:5; }

.footr2 p {  }

.footr4 { width:1200px; margin:auto;color:#000;  line-height:2;font-size:15px;text-align:center }





/*内页*/
.zc{ width:251px;}
.ny_{ width:100%; margin:25px 0px; }
.ny{  }
.ny p{ font-size:16px; line-height:30px}
.neiye{ width:1200px; }
.neiye h3{ height:40px; line-height:40px; font-size:20px; border-bottom:1px solid #ccc; margin-bottom:20px; color:#191919;}
.neiye h3 span{ float:right; font-size:14px; font-weight:normal; color:#888}
.neiye h3 span a{ color:#888}


















.baizi  a:link {
color:#ffffff;
text-decoration: none;

} 
.baizi  a:visited {
color:#ffffff;
text-decoration: none;
} 
.baizi  a:hover {
color:#ffe400;
text-decoration: none;
} 

.heizi  a:link {
color:#333333;
text-decoration: none;

} 
.heizi  a:visited {
color:#333333;
text-decoration: none;
} 
.heizi  a:hover {
color:#dd3f40;
text-decoration: none;
}

.fonts{ font-size:14px; color:#ffffff; }






.tout{ width:1200px; background-image:url(1_r5_c10_s1.jpg); background-position:center; background-repeat:no-repeat; height:86px; padding:30px 0px}
.tout h1{ color:#00A131; text-align:center; height:56px; line-height:56px} 
.tout p{ color:#666; text-align:center; height:30px; line-height:30px}



.lie{ width:241px; float:left}
.lie_1{ width:206px; height:31px;}
.lie_2{ width:241px; height:39px; background-image:url(n1.jpg);}
.lie_2 dd a{ text-align:center; font-size:14px; color:#FFFFFF;}
.lie_2 dd a{ text-align:center; font-size:14px; color:#FFFFFF;}

.zhan{ width:910px; float:left; margin-left:49px; background:#006666}




.cpfl_2 h3{ color:#FFFFFF; height:84px; line-height:84px; padding-left:70px; }
.cpfl_3{ background-color:#09A343;line-height:35px; height:350px;}
.cpfl_3 p{ color:#FFF; padding:0px 20px; font-size:14px; width:190px}





.gf2 a{  }
.gf2 a:link{
	width:180px;
display:block;
float:left;
	 height:25px; 
     line-height:25px;
	font-size:14px;
	text-decoration:none;
	color:#fff; 
	margin:0px 40px 0px 0px;
}
.gf2 a:visited{
	width:180px;
display:block;
float:left;
	 height:28px;text-align:center
     line-height:25px;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	
		margin:0px 40px 0px 0px;
}


.gf2 a:hover {
width:180px;
display:block;
float:left;
line-height:25px;text-align:center
height:25px;
font-size:14px;
color:#ffec4c;
text-decoration: none;
background-position:center;

	margin:0px 40px 0px 0px;
} 




.list_wd dd a{display:block; font-size:16px; text-indent:60px; color:#FFFFFF; line-height:39px;width:241px; transition:all .7s ease;height:39px;background:url(n1.jpg) no-repeat left; font-weight:normal; }
.list_wdd dd a{display:block; font-size:16px; text-indent:60px; color:#000000; line-height:40px;width:245px; transition:all .7s ease;height:40px;background:url(1_r10_c2_s14.jpg) no-repeat left; font-weight:normal; }
.list_wd dd a:hover{ display:block; font-size:16px; color:#FFFFFF; text-indent:80px;transition:all .2s ease; line-height:39px; width:241px; height:39px; background:url(n2.jpg) no-repeat left; }
.list_wdd dd a:hover{ display:block; font-size:16px; color:#FFFFFF; text-indent:80px;transition:all .2s ease; line-height:40px;width:245px; height:40px; background:url(1_r7_c2_s11.jpg) no-repeat left; }








#demoy_{ float:left;overflow:hidden;height:462px;width:600px; color:#336699;text-align:left; margin-left:10px; }
#demoy_1 ul,#demo2 ul{ display:block;width:600px; overflow:hidden}
#demoy_1 ul li{width:260px; height: 215px;margin:8px 10px; float:left}
#demoy_1 ul li a h3,#demo2 ul li a h3{width:260px;height:185px ; overflow:hidden;}
#demoy_1 ul li a h3 img,#demo2 ul li a h3 img{width:260px;transition:all .5s ease;}
#demoy_1 ul li a h3:hover img,#demo2 ul li a h3:hover img{transform: scaleX(1.1) scaleY(1.1);}
#demoy_1 ul li a ol,#demo2 ul li a ol{ text-align:center; height:30px; line-height:30px;transition:all .5s ease; background-color: #6E6E6E; color: #FFFFFF;}
#demoy_1 ul li a:hover ol,#demo2 ul li a:hover ol{ background:#fdb328; color:#fff}
#demoy_2 ul li{width:260px;height:215px;margin:8px 10px;}


.juzhong{ text-align:center}

.anli{ width: 220px; height: 262px; float: left; }

.biaoyu{ width:100%; height:832px; background-color:#F0F0F0;}
.biaoyu_1{float:left; width:1200px; height:56px; margin:44px 0px}
.biaoyu_1 li{ width:599px; height:56px; float:left}
.biaoyu_1 li p{ font-size:20px; color:#FFF; line-height:56px; text-align:center}
.biaoyu_2{ width:1200px; height:646px; background-color:#FFF; }
.biaoyu_2_1{ width:1145px; height:588px; background-image:url(1_r16_c4_s1.jpg); background-position:center; background-repeat:no-repeat; position:relative; top:29px;left: 27px}
.biaoyu_2_1 li{ width:570px; height:250px; float:left; line-height:27px;}
.biaoyu_2_1 li p{ width:500px; font-size:14px; color:#FFF; padding-left:40px;}



#by1{ background-color:#03AD4D}
#by2{ background-color:#E90000; border-left:#FFF 2px solid}


.ssd{ background-image:url(1_r39_c2_s1.jpg); height:47px}

.pp{ background-color:#09A343; height:147px}
.pp1{ width:1200px; background-image:url(1_r30_c2_s1.jpg); height:147px}




.jj_nr_img{width:560px;height:318px; float:left; background-image:url(1_r34_c2_s1.jpg); background-position:left; background-repeat:no-repeat; padding-left:37px}
.jj_nr_zi{width:560px; height:318px; float:left; margin-left:43px; line-height:33px}
.jj_nr_zi p{ font-size:14px; color:#333}

.wx{width:100%; background-image:url(1_r20_c1_s1.jpg); height:458px; background-position: center;}






.dtt{width:100%; background-color: #F11109; height:102px; padding: 30px 0;}
.dtt1{width:750px; height:102px; float: left;}
.dtt1 h2{ color: #FEDB00; height: 42px; line-height: 42px;}
.dtt1 p{ color: #FFFFFF; line-height: 30px;}
.dtt2{width:392px; height:102px; float: left; margin-left: 58px;}
.dttt{width:100%; height:174px;background-image:url(1_r14_c1_s1.jpg); background-position:center; background-repeat:no-repeat; }


.xinwen_news dt{ background:#ef9c00; width:85px; height:85px; color:#ffffff; line-height:28px; font-size:14px;  text-align:center; float:right; overflow:hidden;}
.xinwen_news:hover dt b{color: #FFF;border-bottom:#FFF 1px solid;}
.xinwen_news dt b{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:38px; color:#ffffff; width:55px; margin:0 auto; border-bottom:#fff 1px solid; padding:5px 0 2px; line-height:40px;}
.xinwen_news dt span{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; padding:5px 0 0;}
.xinwen_news dd{ width:700px; padding:0 0 0 15px; float:left;}
.xinwen_news dd h5{ height:25px; line-height:25px; overflow:hidden;}
.xinwen_news dd h5 a{ font-size:16px; color:#444;font-weight: bold;}
.xinwen_news dd h5 a:hover{color:#bc0030; font-size:16px;}
.xinwen_news dd p{ font-size:12px; color:#7d7d7d; height:60px; line-height:20px; overflow:hidden; padding-top:3px;}
.xinwen_news dd p a{ font-size:12px; color:#197500; padding:0 0 0 20px;}
.xinwen_news p .gdd{ margin-top:10px; width:100%; height:22px; float:left; background:url(../Images/more.png) no-repeat left; color:#ffffff; line-height:22px; font-size:12px; padding-left:20px;}




.xinwen_news1{width:890px; height:340px;}
.xinwen_news1 li{ width:890px; display:inline-block;  padding:8px 0; overflow:hidden; float:left; line-height:28px; font-size:15px}
.xinwen_news1 li a{ font-weight:bold; font-size:16px}
.xinwen_news1 li:hover{ background:#F6F6F6;}
.xinwen_news1 li img{ padding-right:20px}


.news_dl_3{ width:710px; display:inline-block; padding:14px 0; overflow:hidden; height:420px; float:right;}
.news_dl_3 dd{ border-bottom:#b8b8b8 1px dashed; position:relative; top:-40px}
.news_dl_3 dt{ background:#ef9c00; width:85px; height:85px; color:#ffffff; line-height:28px; font-size:14px;  text-align:center; float:right; overflow:hidden;}
.news_dl_3 dl:hover dt{ background:#6f6f6f; width:85px; height:85px; text-align:center; float:right; overflow:hidden;color: #FFF;}
.news_dl_3 dl:hover dt b{color: #FFF;border-bottom:#FFF 1px solid;}
.news_dl_3 dt b{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:38px; color:#ffffff; width:55px; margin:0 auto; border-bottom:#fff 1px solid; padding:5px 0 2px; line-height:40px;}
.news_dl_3 dt span{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; padding:5px 0 0;}
.news_dl_3 dd{ width:620px; padding:0 0 0 15px; float:left;}
.news_dl_3 dd h3{ height:25px; line-height:25px; overflow:hidden;}
.news_dl_3 dd h3 a{ font-size:16px; color:#444;font-weight: bold;}
.news_dl_3 dd h3 a:hover{color:#bc0030; font-size:16px;}
.news_dl_3 dd p{ font-size:12px; color:#7d7d7d; height:60px; line-height:20px; overflow:hidden; padding-top:3px;}
.news_dl_3 dd p a{ font-size:12px; color:#197500; padding:0 0 0 20px;}

.news_dl_3 dd p .gdd{ margin-top:10px; width:100%; height:22px; float:left; background:url(../Images/more.png) no-repeat left; color:#ffffff; line-height:22px; font-size:12px; padding-left:20px;}


.wtjd_nr ul li{ float:left; width:600px; height:40px}
.wtjd_1{ width:570px; height:371px; float:left; border:#EEE 1px solid;}
.wtjd_gun{ width:530px; height:331px; margin:20px 20px; line-height:30px }
.wtjd_2{ margin-left:600px; height:371px}
.wtjd{}





.fh{ width:579px; height:75px; text-align:center; margin-top:20px; margin-bottom:20px;}

.tp{ text-align:center; margin-top:25px; margin-bottom:15px;}





.col1{ background-color: #EDA830;}
.col1 h2{ color: #FFFFFF; text-align: center; height: 60px; line-height: 60px; background-image: url(1_r13_c8_s1.jpg); background-position: top center; background-repeat: no-repeat;}
.col1 p{ text-align: center; text-transform: uppercase; color: #FFFFFF; text-transform: uppercase; font-size: 18px; height: 40px; line-height: 40px;}
.col2{ background-color: #55AFE3;}
.col2 h2{ color: #FFFFFF; text-align: center; height: 60px; line-height: 60px; background-image: url(1_r13_c8_s1.jpg); background-position: top center; background-repeat: no-repeat;}
.col2 p{ text-align: center; text-transform: uppercase; color: #FFFFFF; text-transform: uppercase; font-size: 18px; height: 40px; line-height: 40px;}

.flip-container {
	perspective: 1000;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}
.flip-container, .front, .back {
	width: 288px;
	height: 245px;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
}

.back {
	transform: rotateY(180deg);
}



table{border-collapse:collapse;}
.banner{height:55px;width:1180px;margin:0 auto;}
#banner li{width:147px;float:left;height:55px;line-height:55px;text-align:center; }
#banner li a{font-size:14px;color:#fff;font-weight:bold;height:55px;line-height:55px; width:147px;display:block;font-family:"΢���ź�"; }
#banner li a:hover{color:#FFF; background-color:#FF8000; background-repeat:no-repeat; font-family:"΢���ź�"; font-size:16px}
.fanren a:link{ color:#FFF;  font-size:16px;}
.fanren a:visited{color:#FFF;  font-size:16px}

.footd a:link{ color:#FFF;  font-size:14px; padding:0 30px}

.footd a:visited{color:#FFF;  font-size:14px}

.flash1{ z-index:-900; width:980px; margin:0 auto}
.dibu a{ color:#FFF}
.dibu a:link{ color:#FFF}
.dibu a:visited{ color:#FFF}
.liebiao a{ color:#FFF}
.liebiao a:link{ color:#FFF}
.liebiao a:visited{ color:#FFF}
.dibu1{ color:#FFF}
.dibu1 a{ color:#FFF}
.dibu1 a:link{ color:#FFF}
.dibu1 a:visited{ color:#FFF}
.dibu2 a{ color:#FFF}
.dibu2 a:link{ color:#FFF}
.dibu2 a:visited{ color:#FFF}


.guanjianci a:link{ color:#000}
.guanjianci a:visited{ color:#000}
