@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:#f37e00;}
		
		

/*hz*/
.hz_all{ width:100%; margin-top:10px; background:url(../images/hz_bk.jpg) no-repeat center; height:318px; margin-top:10px;}
.hz{ width:1180px; margin:auto; position:relative;}
.hz h3{margin:auto; left:43%; text-align:center;top:20px; position:absolute; z-index:999; line-height:32px;}
.hz h3 a{ font-size:28px; color:#555;}
.hz h3 a span{ font-size:12px; font-weight:normal; text-transform:uppercase;}
.hz_m{margin-left:47%; margin-top:20px; left:0px; top:70px; position:absolute; z-index:999;}
.hz_m a{ font-size:16px; color:#222;}
.hz_m a:hover{ color:#0758a9;}

/*向左滚动*/
.picScroll-left{ width:1180px;  overflow:hidden; position:absolute; top:-35px;overflow:hidden; height:360px;   }
.picScroll-left .hd{ overflow:hidden;  }
.picScroll-left .hd .prev{ display:block;  width:14px; height:57px; float:right;  overflow:hidden;cursor:pointer; background: url(../images/hz_l.png) no-repeat; position:absolute; top:210px; left:0px;}
.picScroll-left .hd .next{ display:block;  width:14px; height:57px; float:right;  overflow:hidden;cursor:pointer; background:url(../images/hz_r.png) no-repeat;position:absolute; top:210px; left:1160px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:0px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; position:absolute; top:0px; }
.picScroll-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center; width:240px; margin-top:150px;}
.picScroll-left .bd ul li .pic{ text-align:center; overflow:hidden; border:1px solid #e6e6e6;}
.picScroll-left .bd ul li .pic img{ width:238px; height:148px; display:block; border:1px solid #e6e6e6;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; overflow:hidden; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#ccc;transform: scale(1.1);
-webkit-transform: scale(1.1)  }
.picScroll-left .bd ul li .title{ line-height:50px; display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;   }
.picScroll-left .bd ul li .title a{color:#666;}


/*pro*/
.pro_all{ width:100%; margin-top:20px; background:url(../images/pro_bk.jpg) no-repeat center; height:1102px;}
.pro{ width:1180px; margin:auto; overflow:hidden; position:relative; padding-top:35px;}
.pro h2{ text-align:center;}
.pro h2 a{ font-size:30px; color:#555555;}
.pro h2 a span{ color:#ff8500;}
.pro_xbt{ text-align:center; font-size:24px; color:#dddddd; margin-top:5px;}
.pro_fl{ margin-top:30px;}
.pro_dl{ width:1178px; height:40px; border:1px solid #e5e5e5; overflow:hidden;}
.pro_dl_bt{ width:160px; height:38px; background:#ff8500; float:left; margin-top:1px; margin-left:1px; text-align:center; line-height:38px;}
.pro_dl_bt a{ font-size:16px; color:#fff; font-weight:bold; color:#fff; display:block; width:100%;}
.pro_dl_m{ float:right; font-size:14px; color:#444; line-height:40px; margin-right:15px;}
.pro_xl{ overflow:hidden; margin-top:20px;}
.pro_xl li{ float:left; margin-right:50px; overflow:hidden;}
.pro_xl li a{ font-size:16px; margin-left:16px; }
.pro_xl li:hover a{ color:#ff8500;}

.pro_ny{ margin-top:20px;}
.pro_ny ul li{ width:275px; float:left; margin-left:10px; margin-right:10px; margin-top:20px;}
.pro_ny ul li a img{width:275px; height:215px; border:1px solid #ddd;}	
.pro_ny ul li a p{ line-height:40px; text-align:center; font-size:14px; color:#444;}


/*phone1*/
.phone1_all{ width:100%; background:url(../images/phone1_bk.jpg) no-repeat center; height:225px; margin-top:0px; }
.phone1{ width:1180px; margin:auto; position:relative;}
.phone1_w1{ font-size:26px; color:#fff; position:absolute; top:50px; left:640px; font-weight:bold;}
.phone1_w2{ font-size:20px; color:#fff; position:absolute; top:110px; left:640px; font-weight:bold;}
.phone1_w3{ font-size:20px; position:absolute; top:155px; left:640px; color:#fff; }
.phone1_w3 span{ font-weight:bold;}
.phone1_w4{ font-size:30px; color:#fff; position:absolute; top:150px; left:920px; width:120px; border-radius:10px; height:32px; border:1px solid #fff; text-align:center; line-height:32px;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.phone1_w4 a{ font-size:16px; letter-spacing:2px; color:#fff;}
.phone1_w4:hover{ background:#f37818;}


/*ys*/
.ys_all{ width:100%; background:url(../images/ys_bk.jpg) no-repeat center; height:1560px; margin-top:0px;}
.ys{ width:1180px; margin:auto; position:relative; padding-top:40px;}
.ys h3{ text-align:center;  font-size:36px; color:#444;}
.ys h3 span{ color:#ff8500;}
.ys_xbt{ font-size:18px; color:#444; text-align:center; margin-top:25px;}

.ys ul li{ width:400px;}
.ys1_w1{ font-size:24px; color:#555555; font-weight:bold;}
.ys1_w2{ margin-top:28px; font-size:14px; color:#656565; line-height:32px;}
.ys1{ position:absolute; top:350px; left:5px;}
.ys2{ position:absolute; top:700px; left:625px;}
.ys3{ position:absolute; top:1015px; left:5px;}
.ys4{ position:absolute; top:1370px; left:625px;}

.ys_t1{ position:absolute; top:247px; left:570px;}
.ys_t2{ position:absolute; top:588px; left:10px;}
.ys_t3{ position:absolute; top:968px; left:560px;}
.ys_t4{ position:absolute; top:1245px; left:-40px;}


/*phone2*/
.phone2_all{ width:100%; background:url(../images/phone2_bk.jpg) no-repeat center; height:367px; margin-top:0px; }
.phone2{ width:1180px; margin:auto; position:relative;}
.phone2_w1{ font-size:26px; color:#fff; font-size:22px; font-weight:bold; position:absolute; top:90px; line-height:60px;}
.phone2_w3{ font-size:30px; position:absolute; top:80px; line-height:40px; left:980px; color:#fff; font-family:"Impact";}
.phone2_w4{ font-size:30px; color:#fff; position:absolute; top:180px; left:980px; width:120px; height:32px; border:1px solid #fff; text-align:center; line-height:32px;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.phone2_w4 a{ font-size:16px; letter-spacing:2px; color:#fff; display:block; width:100%;}
.phone2_w4:hover{ background:#fff;}
.phone2_w4:hover a{ color:#ff8500;}

/*al*/
.al_all{ width:100%; margin-top:30px; height:250px;}
.al{ width:1180px; margin:auto; position:relative; overflow:hidden;}
.al_l{ width:200px; height:250px; background:#0c6fcc; float:left;}
.al_l h3{ text-align:center; font-size:24px; font-weight:bold; padding-top:60px; margin-bottom:30px;}
.al_l h3 a{ color:#fff;}
.al_l h3 span{ font-size:14px; font-weight:normal; text-transform:uppercase;}
.al_m{ width:90px; height:30px; border:1px solid #fff; margin-top:25px; margin:auto; text-align:center; line-height:30px; display:block;}
.al_m a{ font-size:13px; color:#fff; display:block; width:100%;}

.al_r{ width:978px; height:248px; float:left; border:1px solid #eee;}
.al_picScroll-left{ width:978px;  overflow:hidden; position:relative;  }
.al_picScroll-left .bd{ padding:10px; padding-top:45px;   }
.al_picScroll-left .bd ul{ overflow:hidden; zoom:1; height:170px; overflow:hidden; }
.al_picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.al_picScroll-left .bd ul li .pic{ text-align:center; }
.al_picScroll-left .bd ul li .pic img{ width:205px; height:140px; display:block; border:1px solid #ccc; }
.al_picScroll-left .bd ul li .title{ line-height:30px; font-size:14px; color:#444;   }
.al_picScroll-left .hd .prev{ display:block; width:24px; height:24px; background:url(../images/al_l.jpg) no-repeat center; position:absolute; top:100px; left:10px;}
.al_picScroll-left .hd .next{ display:block; width:24px; height:24px; background:url(../images/al_r.jpg) no-repeat center; position:absolute; top:100px; left:940px;}



/*gs*/
.gs_all{ width:100%; background:url(../images/gs_bk.jpg) no-repeat center; height:460px;}
.gs{ width:1180px; margin:auto; overflow:hidden;}
.gs_w{ width:450px; float:left; margin-left:86px;}
.gs_w1{ margin-top:50px;}
.gs_w1 a{ font-size:24px; color:#555555; font-weight:bold;}
.gs_w2{ font-size:14px; color:#555; line-height:30px; height:120px; overflow:hidden; margin-top:20px;}
.gs_m{ width:110px; height:32px; background:#006ec6; margin-top:15px; text-align:center; line-height:35px; margin-left:0px;}
.gs_m a{ font-size:15px; color:#fff; display:block; width:100%;}
.gs_t{ width:410px; height:300px; float:left; margin-left:55px; margin-top:50px;}
.gs_t a img{ width:410px; height:300px;}


/*fc*/
.fc_all{ width:100%; background:url(../images/fc_bk.jpg) no-repeat center; height:339px;}
.fc{width:1180px; margin:auto; overflow:hidden; padding-top:45px; position:relative; }
.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:0%; }
.fc_slideTxtBox .hd ul li{ float:left; width:120px; height:36px; background:#e5e5e5; text-align:center; line-height:36px; margin-left:15px;  }
.fc_slideTxtBox .hd ul li a{ color:#006ec6; font-size:16px; display:block; width:100%;}
.fc_slideTxtBox .hd ul li.on{ height:36px;  background:#ff8500; }
.fc_slideTxtBox .hd ul li.on a{ color:#fff;}
.fc_slideTxtBox .bd ul{ overflow:hidden; margin-top:-30px;}
.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:165px;-webkit-transition: 0.4s;
	-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:#444;}

.fc_t li a img:hover{transform: scale(1.1);
-webkit-transform: scale(1.1)}
.fc_m{ position:absolute; left:1100px; top:55px;}
.fc_m a{ color:#ff8500;}



/*kh*/
.kh_all{ width:100%; background:url(../images/kh_bk.jpg) no-repeat center; height:598px;}
.kh{ width:1180px; margin:auto; padding-top:5px;}
.kh h3{ padding-top:25px; 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:25px;}
.kh ul{ overflow:hidden; margin-top:10px;}
.kh ul li{ width:250px; float:left; margin-right:20px; margin-left:20px;overflow:hidden; margin-top:30px;}
.kh_t{ width:200px; height:200px; margin:auto;border:2px solid #ddd;border-radius:50%; margin-top:35px;}
.kh_t a img{width:200px; height:200px; border-radius:50%;}
.kh_w{ width:210px;  margin:auto;}
.kh_w1{margin-top:30px; text-align:center;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.kh_w1 a{ font-size:16px; color:#555; font-weight:bold;}
.kh_w2{ margin-top:15px; text-align:center; font-size:13px; color:#555; line-height:24px; height:72px; overflow:hidden;}
.kh_m{ width:120px; height:34px; margin:auto; background:#0c6fcc; text-align:center; line-height:34px; margin-top:20px;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.kh_m a{ color:#fff; font-size:14px; display:block; width:100%;}
.kh_m:hover{ background:#ff8500;}

/*xw*/
/*xw*/

.in_newsfaq{ width:1180px; height:auto; margin:0 auto; padding-top:40px; height:371px; background:url(../images/xw_bk.jpg) no-repeat center; }

.in_news_1{ float:left; width:780px;}

/* 标签切换4，开始 */
#tab_4{width:100%; }

#tab_4 .tab_menu{ width:100%; height:40px; border-bottom:0;  }

#tab_4 .tab_menu li{float:left; padding-right:25px; height:40px; line-height:40px;  color:#333;  font-size:18px; cursor:pointer;  }

#tab_4 .tab_menu li h3{ font-size:18px; font-weight:normal;}

#tab_4 .tab_menu .selected{  color:#3b9b2c; cursor:pointer; }

#tab_4 .tab_menu .selected h3 a{ color:#ff8500; font-weight:bold; }

#tab_4 .tab_menu li span{ font-size:12px;}

#tab_4 .tab_box_4{width:100%; clear:both; }

#tab_4 .hide{display:none;}
/* 标签切换4，结束 */



.in_news_2{ width:auto; height:300px; position:relative; }

.in_newss_4{ float:left; width:340px; height:270px; padding:18px 0 0 0;  }

.in_newss_4_1{  width:340px; height:270px; overflow:hidden; border:1px solid #ddd;  }

.in_newss_4_1 img { width:340px; height:270px; transition: all 0.5s;  transform: scale(1);   }

.in_newss_4_1 a:hover img{ transition: all 0.5s;  transform: scale(1.4);  }



.in_news_2_more{ float:right; width:66px; height:22px; line-height:22px;  text-align:center;  margin:15px 0 0 0;position:absolute; right:0; top:-52px; text-transform:uppercase; }
.in_news_2_more a{ color:#222; display:block;  border-radius:12px; border:1px solid #aaaaaa;  }
.in_news_2_more a:hover{ color:#FFF; background:#4eac43; border:none;  border:1px solid #4eac43;  }


.in_news_pro_5{ float:right; width:420px; height:300px; overflow:hidden; padding-top:10px; }

.in_news_pro_5 ul li{ height:40px; line-height:40px; overflow:hidden;   }

.in_news_pro_5 ul li a{ background:url(../images/neswd.png) 5px no-repeat; display:block; padding-left:20px; }

.in_news_pro_5 ul li span{ float:right; color:#999; }


.in_faq{ float:right; width:350px; }

.in_faq_t{ height:50px;  }

.in_faq_t span{ float:left; width:120px; height:40px; line-height:40px;  font-size:18px;   }

.in_faq_t span h3{ font-size:18px; font-weight:normal; }

.in_faq_t span h3 a{ color:#333; }

.in_faq_t h6{ float:right; width:55px; height:30px; line-height:30px; font-size:12px; font-weight:bold; margin-top:16px;  }
.in_faq_t h6 a{ display:block; color:#424242; }
.in_faq_t h6 a:hover{ color:#d51800; }
.in_faq_t_more{ float:right; width:66px; height:22px; line-height:22px; margin:12px 0 0 0; text-align:center;  text-transform:uppercase;  }
.in_faq_t_more a{ color:#222; display:block;  border-radius:12px; border:1px solid #aaaaaa;  }
.in_faq_t_more a:hover{ color:#FFF; background:#4eac43; border:none;  border:1px solid #4eac43;  }
.in_faq_1{ height:255px; overflow:hidden; margin-top:15px;  }
.in_faq_x{ margin:10px 10px 10px 10px;  padding-bottom:5px; padding-top:5px;}
.in_faq_a{  height:34px; line-height:34px; background:url(../images/faq_a.png) 0 6px no-repeat; padding-left:30px; color:#333333; overflow:hidden; margin-bottom:5px; }
.in_faq_q{  background:url(../images/faq_q.png) 0 3px no-repeat; padding-left:30px; height:72px; line-height:24px; color:#666666; margin-bottom:10px; overflow:hidden;}
.in_faq_q a{ color:#666666; }
.in_faq_q a:hover{ color:#d51800;}




.yqlj{ width:1180px; height:42px; margin:0 auto; overflow:hidden; margin-top:40px; }

.yqlj_l{ float:left; width:166px; height:28px; background:url(../images/links.png) no-repeat; padding-right:20px;  border-right:1px solid #828993; }

.yqlj_r{ float:right; width:980px; height:28px; line-height:28px; overflow:hidden; }

.yqlj_r a{ background:url(../images/yqlj_line.png) no-repeat right; display:inline-block; padding:0 15px 0 10px;  }

/*link*/
.link_all{width:100%;height:80px; margin-top:30px;}
.link{width:1180px; margin:auto; position:relative; margin-top:-20px;}
.link h3{ width:100px; height:40px; position:absolute; background:#f37818; color:#fff; font-size:16px; line-height:40px; text-align:center; font-weight:normal; top:22px;}
.link ul{ float:left; overflow:hidden;  height:50px;  width:1080px; margin-top:15px; margin-left:100px;}
.link ul li{ float:left; width:100px; height:40px; line-height:50px; text-align:center;}
.link ul li a{ font-size:14px; color:#444; font-weight:bold;}
.link ul li a:hover{color:#f37818;}
