@charset "utf-8";
/* CSS Document */
#example { 
width: 100px !important; /* IE7+FF */ 
width: 200px; /* IE6 */ 
}
*{margin: 0 auto; padding: 0;}
body{font-size: 12px;color: #121212;font-family:  Microsoft YaHei, 宋体, Arial, Helvetica, sans-serif;background:none;}
ul,li{list-style-type: none;}
img,ul,li,button{margin: 0px;}
img,button{border: none;}
a{color: #000;text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}
img{border:0;}
input{}

/*banner*/
.banner{ width:100%;}
.slideBox{ width:100%; height:500px; overflow:hidden; position:relative; margin:auto;}
		.slideBox .hd{ width:100%;  position:absolute; left:0; bottom:20px; z-index:1;  }
		.slideBox .hd ul{zoom:1;  text-align:center; width:100%;}
		.slideBox .hd ul li{ display:inline; margin-right:10px;   border-radius:50%; padding:0 8px;text-align:center; background:#fff; cursor:pointer; margin-left:15px; }
		.slideBox .hd ul li.on{ background:#f37e00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:500px; display:block; margin:auto;-webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite; }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat;filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
@keyframes scaleUpDown {
 from {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
		
/*search*/
.search_all{width:100%; height:56px;}
.search{width:1180px; margin:auto; overflow:hidden;}
.search p{ float:left; font-size:14px; color:#323232; line-height:56px;}
.search_ny{ float:right; width:250px; height:28px; line-height:28px; overflow:hidden; margin-right:0px; background:url(../images/search_03.png) no-repeat center center; margin-top:14px;}
.search_ny input{width:140px;height:28px; border:none;background:none; margin-left:60px; font-size:14px; color:#888;}
.search_ny button{float:right; width:50px; line-height:28px; font-size:14px; color:#fff; background:#22a034;}

/*td*/
.td_all{ width:100%; margin-top:20px;}
.td{ width:1180px; margin:auto; height:480px;}		
.td_slideTxtBox{ width:1180px; height:465px; overflow:hidden; }
.td_slideTxtBox .hd{  position:relative; }
.td_slideTxtBox .hd ul{ float:left;  position:absolute; width:165px;   }
.td_slideTxtBox .hd ul li{cursor:pointer; height:115px; background:#717171;width:165px; border-bottom:1px solid #bbb; text-align:center;    }
.td_slideTxtBox .hd ul li span{ padding-top:20px; display:block; font-size:14px; color:#fff;}
.td_slideTxtBox .hd ul li span b{ font-size:18px; color:#fff; border-bottom:1px solid #fff; padding-bottom:8px;}
.td_slideTxtBox .hd ul li.on{height:115px; background:#f08200;width:165px;  }
.td_qh{ border:2px solid #ccc; width:1000px; height:460px; float:right;}
.td_ny{ overflow:hidden;}	
.td_w{ width:335px; float:left; margin:30px;}		
.td_t{ width:600px; height:460px; float:right;}
.td_w_bt{ font-size:18px; font-weight:bold; color:#333; margin-top:35px;}
.td_w0 ul{ margin-top:20px;}
.td_w0 ul li{ overflow:hidden; margin-top:45px;}
.td_w1{ width:50px; height:50px; border:2px solid #333; float:left; text-align:center; font-size:14px; color:#333; font-weight:bold; padding-top:5px;}
.td_w2{ width:230px; float:left; margin-left:20px; line-height:24px; color:#333; font-size:14px;}
.td_call{ overflow:hidden; margin-top:50px;}
.td_call_n{ float:left; font-size:24px; font-family:"impact"; color:#f08200;}
.td_call_zx{ width:100px; height:30px; border-radius:20px; background:#f08200; margin-left:30px; float:left; text-align:center; line-height:30px; }
.td_call_zx a{font-size:14px; color:#fff;}			


/*pro*/
.pro_all{ width:100%; margin-top:20px; background:url(../images/pro_bk.jpg) no-repeat center; height:865px;}
.pro{ width:1180px; margin:auto; overflow:hidden; position:relative;}
.pro_l{ width:220px; float:left;}
.pro_r{ width:940px; float:right; margin-top:32px;}
.pro_l h2{ width:240px; height:80px; text-align:center; line-height:30px; cursor:pointer;  letter-spacing:2px; padding-top:75px;}
.pro_l h2 a{ color:#fff; font-size:18px;}
.pro_l h2 a span{ font-size:12px; text-transform:uppercase; font-weight:normal;}
.pro_l ul{ width:238px; overflow:hidden; padding-bottom:10px;}
.list_f{ background:#fff; height:40px; line-height:40px; margin-top:8px; border-radius:6px; }
.pro_l ul .list_f a{ color:#444;}
.pro_l ul .list_f a span{ color:#444;}
.pro_l ul li{ width:220px; margin:auto; line-height:35px; cursor:pointer; float:left;margin-left:10px; border-bottom:1px dashed #c7c7c7; height:35px;}
.pro_l ul li a{ color:#eee; font-size:14px;}
.pro_l ul li a span{ font-size:18px; margin-left:30px; margin-right:30px;color:#bbb;}
.pro_l ul li:hover a{ color:#fff;}
.pro_l ul li:hover a span{ color:#fff;}
.pro_l ul .list_f:hover a{ color:#444;}
.pro_l ul .list_f:hover a span{ color:#444;}
.pro_chat{ width:180px; height:180px; margin:auto; margin-top:30px;}
.pro_chat img{width:180px; height:180px; margin:auto; display:block; margin-left:12px;}
/*产品图切换*/
.pro_slideTxtBox{ text-align:left; height:800px; overflow:hidden;  }
.pro_slideTxtBox .hd{ position:relative; }
.pro_slideTxtBox .hd ul{ float:left;  position:absolute; left:30px; top:6px;  }
.pro_slideTxtBox .hd ul li{ float:left; width:100px; height:36px; text-align:right;line-height:36px;  font-weight:bold; margin-right:0px;}
.pro_slideTxtBox .hd ul li a{ font-size:16px; color:#888; }
.pro_slideTxtBox .hd ul li.on a{ color:#f27917; }
.pro_slideTxtBox .bd ul{ zoom:1; padding-top:50px; margin-left:10px; }
.pro_slideTxtBox .bd li{ }
.pro_slideTxtBox .bd li .date{ float:right; color:#999;  }
.con{width:300px;height:220px;float: left; margin-left:10px;margin-top:24px;position: relative;cursor: pointer;overflow:hidden; }
.con img{width:298px;height:238px; border:1px solid #eee;}
.txt{position: absolute;left: 0;bottom: 0;width: 100%;height:0px;text-align: center;color: #fff; background:url(../images/pro_tm.png);}
.txt h3{font-weight: normal;font-size:24px;letter-spacing:2px; font-weight:normal;}
.txt h3 a{ color:#FFF;}
.txt p{ margin-top:60px;width:100px; height:26px; text-align:center; line-height:26px; background-color:#ffa030;border-radius:12px;filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
-moz-opacity:0.8; /*Firefox私有，透明度50%*/
opacity:0.8;/*其他，透明度50%*/
}
.txt p a{  color:#fff; font-size:14px;}


.pro_m{ position:absolute;line-height:22px; cursor:pointer; left:1080px; top:63px;}
.pro_m a{ color:#666;}
.pro_m:hover a{ color:#f27917;}		






/*ys*/
.ys_all{ width:100%; background:url(../images/ys_bk.jpg) no-repeat center; height:1105px;margin-top:0px;}
.ys{ width:1180px; margin:auto; position:relative;}
.ys h3{  font-size:36px; color:#fff; position:absolute; top:46px; left:120px; line-height:40px;}
.ys h3 span{ font-size:13px; font-weight:normal; text-transform:uppercase;}
.ys_dbt{font-size:24px; color:#22a034; text-align:center; padding-top:240px; font-weight:bold; line-height:40px;}
.ys_dbt span{font-size:13px; font-weight:normal; text-transform:uppercase; color:#999;}
.ys_d_w1{ position:absolute; top:455px; left:220px; font-size:36px; color:#22a034; font-weight:bold;}
.ys_d_w2{ position:absolute; top:545px; left:220px; font-size:16px; color:#444; width:180px; line-height:36px;}
.ys_d_w3{position:absolute; top:840px; left:220px; font-size:30px; color:#22a034; font-family:"impact";}
.ys_d_w4{position:absolute; top:900px; left:230px; width:140px; height:40px; border-radius:10px; background:#f27917; text-align:center; line-height:40px;}
.ys_d_w4 a{ width:100%; display:block; font-size:16px; color:#fff;}

.ys_slideTxtBox{ width:1180px; }
.ys_slideTxtBox .hd{ position:absolute; top:1020px; left:380px; }
.ys_slideTxtBox .hd ul{ overflow:hidden; }
.ys_slideTxtBox .hd ul li{ float:left; margin-left:40px; width:40px; height:40px; line-height:40px; background:#ccc; text-align:center; margin:auto; border-radius:50%; font-size:16px; color:#fff; margin-left:40px; }
.ys_slideTxtBox .hd ul li.on{  width:40px; height:40px; background:#f08200;border-radius:50%;   }
.ys_ny_all{ position:absolute; top:340px; left:560px;}
.ys_ny_bt{ overflow:hidden;}
.ys_ny_bt_l{ float:left;}
.ys_ny_bt_r{ float:left; margin-left:20px; font-size:20px; color:#444; font-weight:bold; line-height:26px;}
.ys_ny_bt_r span{ font-size:15px; color:#555; font-weight:normal;}
.ys_w{ width:480px; margin-top:20px;}
.ys_w li{ line-height:30px; font-size:14px; color:#444;}
.ys_w li span{ color:#f08200; margin-right:15px;}
.ys_t1{ position:absolute; top:240px; left:-130px;}


/*gs*/
.gs_all{ width:100%; background:url(../images/gs_bk.jpg) no-repeat center; height:847px; margin-top:0px;}
.gs{ width:1180px; margin:auto; overflow:hidden; position:relative;}
.gs h3{ font-size:24px;  text-align:center; padding-top:20px; line-height:32px;}
.gs h3 a{color:#555555;}
.gs h3 a span{ font-size:12px; color:#666666; text-transform:uppercase; font-weight:normal;}
.gs_t{ width:580px; height:350px; position:absolute; left:0px; top:205px;}
.gs_t a img{ width:578px; height:348px; border:1px solid #fff;}
.gs_w{ width:470px; float:left; margin-left:670px; margin-top:120px;}
.gs_w0{ margin-top:35px;}
.gs_w0 a{ font-size:24px; color:#ffffff; font-weight:bold;}
.gs_w0 a span{ font-size:18px; margin-left:10px; font-weight:normal; text-transform:uppercase;}

.gs_w1{ line-height:30px; margin-top:30px;}
.gs_w1 a{font-size:24px; color:#fff; }
.gs_w2{ font-size:15px; color:#fff; line-height:30px; margin-top:20px; height:150px; overflow:hidden;}
.gs_w3{ width:150px; height:50px; z-index:99; background:#f37818;text-align:center; line-height:50px; position:absolute; top:235px; right:0px; letter-spacing:2px;} 
.gs_w3 a{ font-size:16px; color:#fff; display:block; width:100%;}

/*qh*/

.fc{width:1180px; margin:auto; overflow:hidden; padding-top:35px; }
.fc_slideTxtBox{ width:1180px;overflow:hidden; height:300px;}
.fc_slideTxtBox .hd{ height:120px; line-height:36px;  position:relative; }
.fc_slideTxtBox .hd ul{ float:left;  position:absolute; margin-left:58%; }
.fc_slideTxtBox .hd ul li{ float:left; width:120px; height:36px; border:1px solid #fff; text-align:center; line-height:36px; border-radius:8px; margin-left:15px;  }
.fc_slideTxtBox .hd ul li a{ color:#fff; font-size:16px; display:block; width:100%;}
.fc_slideTxtBox .hd ul li.on{ height:36px;  background:#f37818; border:1px solid #f37818;}
.fc_slideTxtBox .hd ul li.on a{ color:#fff;}
.fc_slideTxtBox .bd ul{ overflow:hidden; margin-top:-50px;}
.fc_t{ overflow:hidden; height:300px; }
.fc_t li{ width:270px; float:left; margin-left:10px;  margin-right:10px; overflow:hidden;}
.fc_t li a img{width:270px; height:180px;-webkit-transition: 0.4s;border:1px solid #ccc;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.fc_t li a p{ width:100%; height:30px; text-align:center; line-height:30px; font-size:14px; color:#fff;}

.fc_t li a img:hover{transform: scale(1.1);
-webkit-transform: scale(1.1)}

/*al*/
.al_all{ width:100%; margin-top:-20px; background:url(../images/al_bk.jpg) no-repeat center; height:658px;}
.al{ width:1180px; margin:auto;  position:relative;}
.al h3{text-align:center; padding-top:45px;}
.al h3 a{ font-size:24px; color:#666666; }
.al h3 a span{ font-size:24px; color:#f37818;}
.al_xbt{ font-size:14px; color:#aaaaaa; text-align:center; text-transform:uppercase; margin-top:10px;}
.al_m{ text-align:center; line-height:50px; margin-top:20px;}
.al_m a{ text-align:center; font-size:16px; color:#f17a16;}

.al1{ position:absolute; width:590px; height:420px; top:190px; left:0px;}
.al1 a{ position:relative;}
.al1 a span{  display:block; width:100%; top:-15px; left:0px; height:30px; background:#000; line-height:30px; text-align:center; color:#fff;opacity:0.8;}
.al1 a div{width:590px; height:390px; border:1px solid #ccc;overflow:hidden;}
.al1 a img{width:590px; height:390px; overflow:hidden;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.al1 a img:hover{transform: scale(1.1);
-webkit-transform: scale(1.1)}

.al2{ position:absolute; width:270px; height:200px; top:190px; left:620px;}
.al2 a{ position:relative;}
.al2 a span{ display:block;width:100%; top:-15px; left:0px; height:30px; background:#000; line-height:30px; text-align:center; color:#fff;opacity:0.8;}
.al2 a div{width:270px; height:170px; overflow:hidden; border:1px solid #ccc;}
.al2 a img{width:270px; height:170px; overflow:hidden; display:block;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.al2 a img:hover{transform: scale(1.1);
-webkit-transform: scale(1.1)}




	
.al3{ position:absolute; width:270px; height:200px; top:190px; left:910px;}
.al3 a{ position:relative;}
.al3 a span{ display:block;width:100%; top:-15px; left:0px; height:30px; background:#000; line-height:30px; text-align:center; color:#fff;opacity:0.8;}
.al3 a div{ border:1px solid #ccc;width:270px; height:170px; overflow:hidden;}
.al3 a img{width:270px; height:170px; overflow:hidden; display:block;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.al3 a img:hover{transform: scale(1.1);
-webkit-transform: scale(1.1)}

.al4{ position:absolute; width:270px; height:200px; top:410px; left:620px;}
.al4 a{ position:relative;}
.al4 a span{ display:block;width:100%; top:-15px; left:0px; height:30px; background:#000; line-height:30px; text-align:center; color:#fff;opacity:0.8;}
.al4 a div{ border:1px solid #ccc;width:270px; height:170px; overflow:hidden;}
.al4 a img{width:270px; height:170px; overflow:hidden; display:block;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.al4 a img:hover{transform: scale(1.1);
-webkit-transform: scale(1.1)}


.al5{ position:absolute; width:270px; height:200px; top:410px; left:910px;}
.al5 a{ position:relative;}
.al5 a span{ display:block;width:100%; top:-15px; left:0px; height:30px; background:#000; line-height:30px; text-align:center; color:#fff;opacity:0.8;}
.al5 a div{width:270px; height:170px; overflow:hidden;}
.al5 a img{width:270px; height:170px; overflow:hidden; display:block;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.al5 a img:hover{transform: scale(1.1);
-webkit-transform: scale(1.1)}


/*lc*/
.lc_all{ width:100%; background:url(../images/lc_bk.jpg) no-repeat center; height:350px; margin-top:-10px;}
.lc{ width:1180px; margin:auto; position:relative;}
.lc h3{ position:absolute; font-size:30px; color:#fff; top:45px;}
.lc_call span{ font-size:18px; font-family:"微软雅黑";}
.lc h3 span{ font-weight:normal; font-size:12px; color:#787878; text-transform:uppercase; display:block; margin-top:5px;}
.lc_call{ font-size:24px; color:#fff; font-family:"impact"; position:absolute; top:30px;}
.lc_zx{ position:absolute; top:220px; width:100px; height:32px; border:1px solid #f37818; text-align:center; line-height:32px;}
.lc_zx a{ font-size:16px; color:#fff; display:block; width:100%;}
.lc ul{ overflow:hidden; padding-top:150px;}
.lc ul li{ width:196px; margin:auto; overflow:hidden; float:left; margin-top:30px;}
.lc ul li img{ width:93px; height:100px; float:left;transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;}
.lc ul li span{ float:left; font-size:18px; color:#fff; line-height:105px;}
.lc ul li:hover img{transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);} 
.lc_call{ position:absolute; top:50px; left:700px; font-size:30px; color:#fff; font-family:"impact";}
.lc_zx{ position:absolute; top:53px; left:1000px; border:1px solid #f37818; background:#f37818;}


/*kh*/
.kh_all{ width:100%; background:url(../images/kh_bk.jpg) no-repeat center; height:570px;}
.kh{ width:1180px; margin:auto; padding-top:5px;}
.kh h3{ padding-top:50px; text-align:center; line-height:30px;}
.kh h3 a{ font-size:24px; color:#666666;}
.kh h3 a span{ color:#f37818;}
.kh_xbt{ font-size:14px; color:#666; font-weight:normal; text-transform:uppercase; text-align:center; margin-top:10px;}
.kh ul{ overflow:hidden; margin-top:10px;}
.kh ul li{ width:530px; float:left; margin-right:20px; margin-left:20px;overflow:hidden; margin-top:40px;  height:190px;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.kh ul li:hover .kh_m{ background:#22a034; border:none; }
.kh ul li:hover .kh_m a{ color:#fff;}
.kh_t{ width:180px; height:180px; float:left; border:1px dashed #ddd; border-radius:50%;}
.kh_t a img{width:170px; height:170px; border-radius:50%; margin:auto; margin-left:5px; display:block; margin-top:5px;}
.kh_w{ width:320px; height:160px; background:#f3f3f3; float:left; margin-left:20px;}
.kh_w1{margin-top:15px; margin-left:30px; text-align:left;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.kh_w1 a{ font-size:16px; color:#333;}
.kh_w2{ margin-top:15px; text-align:left; font-size:13px; color:#555; line-height:24px; height:48px; overflow:hidden; width:270px;}
.kh_m{ width:80px; height:26px; margin-left:30px;border:1px solid #b5b5b5; text-align:center; line-height:26px; margin-top:15px;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.kh_m a{ color:#777; font-size:14px;}


/*xw*/
.xw_all{ width:100%; margin-top:50px;}
.xw{width:1180px; margin:auto; overflow:hidden; position:relative;}
.gsxw{ float:left; width:685px;}
.wt{ float:right; width:460px; margin-top:-10px;}
/*新闻切换*/
.gsxw_m{ position:absolute; left:620px; top:5px; width:60px; height:24px; text-align:center; line-height:24px;}
.gsxw_m a{ font-size:12px; color:#f37818; }
.cjwt_m{position:absolute; left:1120px; top:5px;width:60px; height:24px; text-align:center; line-height:24px;}
.cjwt_m a{ font-size:12px; color:#f37818;}
.xw_slideTxtBox{ width:685px; text-align:left; height:300px;  }
.xw_slideTxtBox .hd{  position:relative; }
.xw_slideTxtBox .hd ul{ float:left;  position:absolute; }
.xw_slideTxtBox .hd ul li{cursor:pointer; text-align:center; float:left; margin-right:30px; }
.xw_slideTxtBox .hd ul li a{ color:#666666; font-size:18px;}
.xw_slideTxtBox .hd ul li.on a{color:#f37818; font-weight:bold;}
.xw_slideTxtBox .bd ul{zoom:1; overflow:hidden; padding-top:40px;}
.first{ width:220px; float:left;}		
.first_t{ width:220px; height:150px;}		
.first_t a img{width:220px; height:150px;}
.first_w1{ display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; line-height:30px;}
.first_w1 a{font-size:14px; color:#555555;}
.first_w2{ line-height:22px; color:#666666; height:66px; overflow:hidden; margin-top:5px;}
.xw_list{width:440px; float:right; color:#777;}
.xw_list p{ margin-bottom:10px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.xw_list p b{ font-size:16px; margin-right:10px; float:left;}
.xw_list p a{ font-size:12px; color:#777; float:left; width:200px;}
.xw_list p span{ margin-left:50px; float:right;}		
.xw_list p:hover a{ color:#f37818;}		
		
		
/*cjwt*/
.txtMarquee-top{padding-top:5px; overflow:hidden; height:240px; margin-left:12px;}
.wt h3{line-height:50px; margin-left:0px; width:100%;}
.wt h3 a{color:#2c2c2c; font-size:18px; font-weight:bold;}
.wd li{ margin-top:0px;}
.wen img{ padding-right:8px;}
.wen{ margin-top:5px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wen a{ font-size:14px; font-weight:bold; color:#323232;}
.da img{padding-right:13px; padding-top:10px;}
.da{ font-size:12px; color:#646464; line-height:24px; height:82px; overflow:hidden;}

/*link*/
.link_all{width:100%;height:72px; background:url(../images/link_bk.jpg) no-repeat center; margin-top:25px;}
.link{width:1180px; margin:auto; position:relative; padding-top:10px;}
.link h3{ width:100px; height:40px; position:absolute;color:#fff; font-size:16px; line-height:25px; text-align:center; font-weight:normal; top:22px;}
.link ul{ float:left; overflow:hidden;  height:50px;  width:1080px; margin-top:10px; margin-left:100px;}
.link ul li{ float:left; width:100px; height:40px; line-height:32px; text-align:center;}
.link ul li a{ font-size:14px; color:#fff; font-weight:bold;}
.link ul li a:hover{color:#fff;}
