body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	font-family: arial, "微软雅黑";
	-webkit-text-size-adjust: none;
	background: #fff;
 min-width:1200px; height:100%;
}
html{  height:100%; overflow:auto;}

* {
	padding: 0;
	margin: 0;
	font-family:"微软雅黑";
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}


header{width: 100%; position:fixed; left:0; top:0; display:block; z-index:100;-webkit-transform: translateZ(0);}
.header_c{width: 100%; height: auto;}
.h_top{width: 100%; background: #323232; height: 32px; line-height: 32px;  overflow: hidden; }
.h_top .h_top_c{width: 1200px; margin: auto; color: #fff;}
.h_top .h_top_c p{font-size: 14px; display: inline-block;}
.h_top .h_top_c span{font-size: 18px; float: right;}
.h_top .h_top_c span img{vertical-align:top; position:relative; top:3px;}

.m_head{width: 100%;position: absolute;z-index: 999999;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.m_head .m_head_c {width: 1200px;margin: 0 auto;background: #fff;}
.m_head .logo {float: left;overflow: hidden;}
.navs {float:right;margin-bottom: 0; margin-left: 50px;}
.navs li.navitem{
	width: auto;
	padding: 0;
	position: relative;
	float: left;
}

.navs > li.navitem > a {
	color: #555;
	font-size: 18px;
	display: block;
	position: relative;
	padding: 0px;
	width:110px;
	text-align: center;
	height:110px;
	line-height:110px;
	transition: all ease-out .3s;
}
.navs li.navitem a::after {
	content: '';
	display: block;
	margin-top: -110px;
	width: 100%;
	height: 1px;
	z-index: -1;
	position: absolute;
	background: transparent;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.navs li.navitem:nth-child(1) a::after {
	background: #038dd8;
	height: 2px;
}
.navs li.navitem:nth-child(2) a::after {
	background: #2dc43f;
	height: 2px;
}
.navs li.navitem:nth-child(3) a::after {
	background: #d3d507;
	height: 2px;
}
.navs li.navitem:nth-child(4) a::after {
	background: #c369a4;
	height: 2px;
}
.navs li.navitem:nth-child(5) a::after {
	background: #ff6f19;
	height: 2px;
}
.navs li.navitem:nth-child(6) a::after {
	background: #64bff0;
	height: 2px;
}
.navs li.navitem:nth-child(7) a::after {
	background: #06d0a2;
	height: 2px;
}
.navs li.navitem:nth-child(8) a::after {
	background: #f55f8b;
	height: 2px;
}

.navs li.navitem:nth-child(1) a.on::after, .navs li.navitem:nth-child(1) a.on2::after, .navs li.navitem:nth-child(1) a:hover::after {
	background: #038dd8;
	height: 100%;
}
.navs li.navitem:nth-child(2) a.on::after, .navs li.navitem:nth-child(2) a.on2::after, .navs li.navitem:nth-child(2) a:hover::after {
	background: #2dc43f;
	height: 100%;
}
.navs li.navitem:nth-child(3) a.on::after, .navs li.navitem:nth-child(3) a.on2::after, .navs li.navitem:nth-child(3) a:hover::after {
	background: #d3d507;
	height: 100%;
}
.navs li.navitem:nth-child(4) a.on::after, .navs li.navitem:nth-child(4) a.on2::after, .navs li.navitem:nth-child(4) a:hover::after {
	background: #c369a4;
	height: 100%;
}
.navs li.navitem:nth-child(5) a.on::after, .navs li.navitem:nth-child(5) a.on2::after, .navs li.navitem:nth-child(5) a:hover::after {
	background: #ff6f19;
	height: 100%;
}
.navs li.navitem:nth-child(6) a.on::after, .navs li.navitem:nth-child(6) a.on2::after, .navs li.navitem:nth-child(6) a:hover::after {
	background: #64bff0;
	height: 100%;
}
.navs li.navitem:nth-child(7) a.on::after, .navs li.navitem:nth-child(7) a.on2::after, .navs li.navitem:nth-child(7) a:hover::after {
	background: #06d0a2;
	height: 100%;
}
.navs li.navitem:nth-child(8) a.on::after, .navs li.navitem:nth-child(8) a.on2::after, .navs li.navitem:nth-child(8) a:hover::after {
	background: #f55f8b;
	height: 100%;
}

.navs li.navitem a.on, .navs li.navitem a.on2, .navs li.navitem a:hover {
	color: #fff;
	background: transparent;background:#038dd8\9\0;
	text-decoration: none;
}

.navs  li.navitem  a:hover{ }

.z_nav{width: 100%; height: 55px; line-height: 55px; background:#ececec;  position:fixed; left:0; top:136px; z-index:100;}
.z_nav ul{width: 1135px; margin: auto; padding-left: 65px; font-size:0;}
.z_nav ul li{display: inline-block; *display:inline; zoom:1;margin-right:28px; color:#a0a0a0; font-size:18px; font-weight:100;}
.z_nav ul li a{font-size: 18px; color:#6d6d6d; }
.z_nav ul li a img{vertical-align:top; margin-right:15px; position:relative; top:12px;}
.z_nav ul li a:hover{ color:#038dd8;}

/*.banner{ position:fixed; top:191px; left:0; width:100%; overflow:hidden;}*/
.main-index{ }
.innerbox{background:#fff; z-index:20; position:relative;}
#container {width: 100%;height: 500px;overflow: hidden;}
.sections,.section {height:100%;}
#container,.sections {position: relative;}
.section {background-color: #000;background-size: cover;background-position: 50% 50%;text-align: center;color: white; height:566px;}



.focusBox { position: relative; width:100%; height:566px;margin:0 auto; overflow: hidden; margin-top:191px;}
.focusBox .pic{ position:relative; z-index:0;width:100% !important; height:566px;}
.focusBox .pic li{width:100% !important; height:566px;}
.focusBox .pic a{  width:100%; height:566px;display: block; }
.focusBox .hd { width:100%;position: absolute; height:24px; padding-top:8px; bottom:15px; text-align: center; font-size:0; z-index:1; }
.focusBox .hd ul{ }
.focusBox .hd li{margin: 0 5px; background: url(../img/dot1.png) no-repeat center center; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1; 
	}
.focusBox .hd .on{ background: url(../img/dot2.png) no-repeat center center; }

.focusBox .prev,
.focusBox .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../img/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
.focusBox .prev { left:0;  }
.focusBox .next { background-position: 0 -90px; right:0; }
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }


.mian{width:100%; }
.about{width: 100%; height: 510px; overflow: hidden; 
	background:url(../img/about_bg_l.png) no-repeat center center;}
.about_c{width: 1200px; margin: auto;position: relative;}
.about_c_box{width: 500px;margin: auto; position:absolute; top:100px; left:150px;  /*margin-left: 100px; margin-top: 100px;*/}
.about_c_box h4{font-size: 25px; color: #038dd8; margin-bottom: 10px;}
.about_c_box span{font-size: 24px; color: #c7c1be;}
.about_c_box p{font-size: 14px; color: #3e3e3e; margin-top:15px; line-height:25px;}

.about_c_box .more{ text-align:right; padding-top:20px;}
.about_c_box .more:hover{ filter:alpha(opacity=80) !important;opacity:0.8 !important;}

.product{width: 1200px; margin: auto;margin-top:60px;}
.product .title{text-align: center; position:relative;}
.product .title h4{color: #3b3b3b; font-size: 34px; margin-bottom:15px; background:url(../img/icon_8.png) no-repeat center bottom; padding-bottom:50px;}
.product .title img{}
.product .title a{display: block; display:block; position:absolute; bottom:0; right:0; width: 160px; height: 40px; line-height: 40px; 
color: #fff; font-size:14px; background: #85c226;text-indent:10px;}
.product .title a span{ }
.product .title a img{ margin-left:30px; vertical-align:top; padding-top:14px; }
.product .title a:hover{background: #9fe433;}

.case{width: 1200px; margin: auto;margin-top:70px;}
.case .title{text-align: center; position:relative;}
.case .title h4{color: #3b3b3b; font-size: 34px; margin-bottom:15px; background:url(../img/icon_8.png) no-repeat center bottom; padding-bottom:50px;}
.case .title img{}
.case .title a{display: block; display:block; position:absolute; bottom:0; right:0; width: 160px; height: 40px; line-height: 40px; 
color: #fff; font-size:14px; background: #85c226;text-indent:10px;}
.case .title a span{ }
.case .title a img{ margin-left:30px; vertical-align:top; padding-top:14px; }
.case .title a:hover{background: #9fe433;}

.case_c{padding-top: 30px;}
.case_c ul{width: 1200px; height:466px;}
.case_c ul li{float:left ; width:50%; height: 233px; margin: 0;}
 
.case_c ul li .thumb{width:50%; height:233px; overflow:hidden; float:right;}
.case_c ul li img{width:100%; height:233px; 
				-moz-transition: all 0.9s; 
				-webkit-transition: all 0.9s;
				-o-transition:all 0.9s;
				transition:all 0.9s; display:block;
}
.case_c ul li:hover img{-moz-transform:scale(1.1); 
						-webkit-transform:scale(1.1);
						-o-transform:scale(1.1);
						-ms-transform:scale(1.1);
}
.case_c ul li .desc{ width:50%; float:left; }
.f_ul{border-top: 1px solid #888;border-bottom: 1px solid #888;}

.c_one{padding: 20px;text-align: center;line-height: 32px;}
.c_one h4{margin-bottom:20px;color: #2d2d2d; font-size: 29px; margin-top:10px;}
.c_one p{color: #868686; font-size: 12px; text-align: left; }
.c_one a{text-align: center;display: inline-block; width:95px ;height:35px; 
line-height:35px; border: 1px solid #ccc; color: #9c9b99;}
.c_one a:hover{ background:#2165c1; color:#fff;}
.case_c ul li.n3 .thumb{ float:left;}
.case_c ul li.n3 .c_one{ }




.news{width: 1200px; margin: auto; margin-top: 60px;}
.new_l{width: 717px; float: left;}
.new_l h4{color: #038dd8; font-size: 34px;}
.new_l span.line{width:452px; height: 2px; background: #ccc;display: inline-block; _display:inline; zoom:1;
vertical-align: middle; margin-left:20px;}

.n_span{display: inline-block; _display:inline; zoom:1; width:30px; height:30px; line-height:30px; 
color: #fff; text-align: center;background: #85c226; font-size: 18px; font-family:"微软雅黑"; font-weight:bold; position:relative; vertical-align:top; top:-2px;}
.n_span:hover{ background:#038dd8; color:#fff;}
.new_l p,.new_r p{color: #565656;font-size: 18px;}

.new_l_box{float: left; margin-top:45px;}
.new_l_box .img{ width:319px; height:240px; overflow:hidden; float:left; margin-right:20px;}
.new_l_box img{margin-right: 20px; width:319px; height:240px; display:block;-moz-transition: all 0.9s; 
				-webkit-transition: all 0.9s;
				-o-transition:all 0.9s;
				transition:all 0.9s; }
.new_l_box img:hover{-moz-transform:scale(1.1); 
						-webkit-transform:scale(1.1);
						-o-transform:scale(1.1);
						-ms-transform:scale(1.1);
}
.n_l_box{float: right; width:300px; padding-top:10px;}
.n_l_box li{ margin-bottom:24px;}
.n_l_box li a{ display:block; padding-left:90px; position:relative;}
.n_l_box li span{ position:absolute; left:0; top:5px; color:#ccc; width:70px; border-right:1px solid #ccc; text-align:right; font-size:14px; padding-right:10px;}
.n_l_box li span strong{ display:block; font-size:24px;}
.n_l_box li h3{ font-size:14px; color:#333; line-height:18px; margin-bottom:5px;}
.n_l_box li p{ font-size:12px; color:#999; line-height:19px;}
.n_l_box li a:hover h3{ color:#038dd8;}
.new_r{width: 400px; float:right;}
.new_r h4{color: #038dd8; font-size: 34px;}
.new_r span.line{width:190px; height: 2px; background: #ccc;display: inline-block;
vertical-align: middle; margin-left:20px;}
.new_r_box{margin-top:45px;}
.new_r_box  ul li{margin-bottom:20px;}
.new_r_box  ul li a{font-size: 14px; color: #000;}
.new_r_box  ul li{ background:url(../img/dian.png) no-repeat left center; padding-left:35px;}
.new_r_box  ul li a:hover{ color:#038dd8;}







.add{width: 1200px; margin: auto; margin-top: 40px; }
.add .title{text-align: center;}
.add_l{float: left;}
.add_l ul{margin-top: 35px;}
.add_l ul li{font-size: 18px; margin-bottom: 14px;}
.add_l ul li img{vertical-align:top; position:relative; top:-10px;}
.add_l ul li strong{color: #098d06; margin-left:10px ;}
.add_l ul li span{color: #000;}
.add_r{float: right;}
.add_r ul{margin-top: 35px;}
.add_r ul li{font-size: 18px; margin-bottom:30px;}
.add_r ul li strong{color: #ff6528;}
.add_r ul li span{color: #000;}

.call{width: 1200px; height:170px; background:#fff; margin:0 auto;
 text-align: center; position:relative; bottom:-50px; z-index:2; text-align:center; clear:both;}
.call_num{width: 475px; height: 55px; line-height:55px;background:#ff6528; text-align: center; margin: auto;}
.call_num span{font-size: 36px; color: #fff; margin-left: 10px;} 
.call_num img{padding-top:7px; vertical-align:top;}

footer{width: 100%; background: #222222; padding-top: 80px; /*margin-top: -80px;*/ display:block; padding-bottom:80px; font-size:14px;}
footer .foot{width: 760px; margin: auto; text-align:right; padding-right:440px; color: #979797; position:relative; line-height:28px;}
footer .foot p.link{ padding-bottom:15px; color:#fff;}
footer .foot p a{color:#fff; margin:0 3px;}
footer .code{ background:url(../img/cd.png) no-repeat left 50px; padding-left:80px; width:140px; position:absolute; right:202px; top:0;}
footer .foot p a:hover{ text-decoration:underline;}





.pro{width:100%; margin-top:50px}
.pro .pro_list{width:1200px;background:#ffffff; margin:auto;}
/*.pro_listIn{width:100%;height:224px;position:relative;}*/

.pro_listInList{display:block;
/*left:0;top:0;*/}


.tab-hd{ text-align:center; text-align:center;}
.tab-hd ul{ font-size:0;}
.tab-hd ul li{ display:inline-block; _display:inline; zoom:1; padding:0 25px; font-size:14px; vertical-align:top;}
.tab-hd ul li a{display:inline-block; _display:inline; zoom:1; border-bottom:2px solid #fff; color:#333; line-height:38px;}
.tab-hd ul li.on a{border-bottom:2px solid #b4b4b4; color:#038dd8;}

.pro_listInList .pro_listbtnl{left:5px;}
.pro_listInList { position:relative; padding-left:44px; padding-right:44px;}
.pro_listInList .sPrev,.pro_listInList .sNext{ position:absolute; height:44px; width:44px; top:50%; margin-top:-22px; z-index:10;}
.pro_listInList .sPrev{ position:absolute; left:0; background:url(../img/l_icon.png) no-repeat center center;}
.pro_listInList .sNext{ position:absolute; right:0;  background:url(../img/l_icon1.png) no-repeat center center;}
.pro_listInList .sPrev:hover{ position:absolute; left:-3px;  background:url(../img/r_icon1.png) no-repeat center center;}
.pro_listInList .sNext:hover{ position:absolute; right:-5px; background:url(../img/r_icon.png) no-repeat center center;}
.pro_listInList ul{height:350px; padding-top:10px !important;}

.pro_listInList ul li{width:258px;height:315px;float:left;margin-left:10px; position:relative; border-bottom:10px solid #fff;border-right:10px solid #fff;}

.pro_listInList ul li img{width:258px;height:315px;display:block;}
.pro_listInList ul li:hover{border-bottom:10px solid #038dd8;border-right:10px solid #038dd8;}
.pro_listInList ul li .mask{ background:url(../img/tm.png) repeat; width:268px;height:335px; color:#fff; position:absolute; left:-10px; top:-20px; display:none; }
.pro_listInList ul li .info{ padding:25px; color:#fff; font-size:13.5px; height:285px; position:relative;}
.pro_listInList ul li .info h4{ background:url(../img/line2.png) no-repeat left bottom; padding-top:15px; padding-bottom:16px; margin-bottom:18px; line-height:1.3;}
.p_name{ font-size:14px;width:258px; height:40px; line-height:40px; background: #474747;text-align:center; color:#fff; position:absolute; bottom:0; left:0; right:0;}
.pro_listInList ul li .info .bottom{ position:absolute; bottom:15px; left:15px; height:30px; line-height:30px; right:25px; font-size:13px;}
.pro_listInList ul li .info .bottom span{ float:right; background:url(../img/jia.png) no-repeat center center; width:30px; height:30px; display:block; line-height:9999px; overflow:hidden;}
.pro_listInList ul li:hover .mask{ display:block;}
.pro_listInList ul li:hover .p_name{ display:none;}
.pro_listInList ul li .info .bottom span:hover{filter:alpha(opacity=80) !important;opacity:0.8 !important;}
/*.pro_listInList ul li:hover .info{display:block; position:absolute; top:-5%; 
 width:210px; height:170px; background:#000; color:#fff;
.pro_listInList ul li:hover .p_name{display:none;}
.pro_listInList ul li:hover{background:#038dd8}*/






.rgtCon{ float:right; width:905px;  background: #fff; }
.lftCon{ float:left; width:260px;}
.rgtCon .head{ height:40px; line-height:40px;border-bottom:1px solid #ed6e00;background: #eeeeee;padding: 0 20px;}
.rgtCon .head strong{ float:left; font-size:18px; font-weight:normal; background:url(../images/dot2.png) no-repeat left center;  display:block; font-family:"微软雅黑";  color:#000;}
.rgtCon .head .rgt{ color:#333; font-size:14px; float:right;}
.rgtCon .head .rgt i{display: inline-block;*display: inline;zoom:1;background: url(../img/ico7.png) no-repeat center;width: 15px;height: 14px;background-size: 100%;margin-right: 10px;position: relative;}
.rgtCon .head .rgt span{ }
.rgtCon .body{ padding:20px 0;}
.piclist{width: 105%;}

.piclist li .df_thumb{
	width:230px;height: 165px;
	overflow:hidden; margin-bottom:10px;margin: 0 auto;
}
.piclist li .df_thumb a{
	width:230px;height: 165px;
}
.piclist li .df_thumb a img{
width:100%;height: 100%;
}
.piclist li{  margin-bottom:23px; zoom:1; float:left;width:280px;text-align:center; border: 1px solid #e5e5e5;margin-right: 28px;padding: 25px 0 15px 0;}
.piclist li .thumb{width:192px; height:230px;  overflow:hidden; margin-bottom:10px;margin: 0 auto;}
.piclist li .thumb img{ display:block;width:192px;  height:230px }
.piclist li .thumb img:hover{text-decoration:none;filter:alpha(opacity=80);opacity:0.8;}
.piclist li .desc{padding: 0 15px;}
.piclist li .desc p{font-size: 13px;margin-bottom: 10px;height: 88px;overflow: hidden;}
.piclist li .desc h3{ font-size:18px; font-weight:bold; line-height:28px; height:28px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; margin-bottom: 10px;}
.piclist li .desc .btns{text-align: center;}
.piclist li .desc a{display: inline-block;*display: inline;zoom:1;width: 100px;height: 30px;text-align: center;background: #fff;border-radius: 5px;line-height: 30px;color: #333;margin: 0 8px;border: 1px solid #038dd8;}
.piclist li .desc a:hover{background: #038dd8;color: #fff;border: 1px solid #038dd8;}
.piclist li:hover{border: 1px solid #038dd8;}
.nav_mod {overflow:hidden;  margin-bottom:10px;}
.nav_mod .head { background:#038dd8 url(../img/ico1.png) no-repeat 28px 25px;  padding:10px 0; padding-left:60px; height:65px; font-family:"微软雅黑"; color:#fff; font-size:24px; color:#ffffff; position:relative;border-bottom: 3px solid #c6dfeb;margin-bottom: 3px;}
.nav_mod .head strong{ font-weight:bold;display:block; line-height:1.2; padding-top:10px;padding-bottom: 5px;}
.nav_mod .head span{ display:block; line-height:12px; color:#fff; font-size:14px; padding-top:2px; font-weight:normal;text-transform:uppercase;}
.nav_mod .head em{ display:block; float:left; font-size:54px;line-height:54px;margin-top:-5px;font-weight:normal;}
.nav_mod .body{ font-family:"微软雅黑";background: #fff;}
.nav_mod .body h3{background: #e67817;height: 40px;line-height: 40px;font-size: 15px;color: #fff;padding-left: 25px;font-weight: bold;}
.nav_mod .body h3 img{display: inline-block;*display: inline;zoom:1;width: 24px;height: 24px;vertical-align: middle;margin-right: 10px;}
.nav_mod .body ul li{overflow:hidden; height:45px; line-height:45px;font-size:13px; position:relative; }
.nav_mod .body ul li a{ display:block; height:45px; line-height:45px;text-align: center;background: url(../img/ico6.png) no-repeat 230px center;color: #333;}
.nav_mod .body ul li.on a{background: url(../img/ico6-h.png) no-repeat 230px center;}
.nav_mod .body ul li a:hover{ background: url(../img/ico6-h.png) no-repeat 230px center;}

.newslist{ padding-top:0;}
.newslist li { padding:17px 20px; border-bottom:1px dashed #ccc; height:64px;}
.newslist li .date{ float:left; width:55px; text-align:center;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; margin-right:15px;}
.newslist li .date strong{ display:block; font-size:48px; color:#4b4b4b; font-weight:normal; line-height:1;}
.newslist li .date span{ display:block; font-size:14px; color:#afafaf; line-height:1;}
.newslist li .info h4{ font-size:14px; font-weight:normal; line-height:24px; margin-bottom:5px; font-family:"微软雅黑";color:#000; }
.newslist li .info p{ font-size:12px; color:#555;}
.newslist li a:hover h4{color:#e67817;}
.newsTop{ border-bottom:1px dashed #ccc; padding: 0 20px;padding-bottom:22px;}
.newsTop .thumb{ float:left; width:160px; margin-right:20px;}
.newsTop .thumb img{ width:160px; height:110px; display:block;}
.newsTop .desc{min-height: 110px;}
.newsTop .desc h4{ margin-bottom:15px; font-size:16px;}
.newsTop .desc p{ font-size:13px; line-height:21px;}
.newsTop .desc .more{ display:inline-block;*display:inline;zoom:1; color: #e67817;width: 85px;height: 30px;line-height: 30px;text-align: center;border-radius: 25px;border: 1px solid #e67817;font-size: 14px;float: right;}
.newsTop .desc .more img{ vertical-align:top;}
.newsTop .desc h4 a:hover{ color:#961412; }
.newsTop .desc .more:hover{ border: 1px solid #e67817;color: #fff;background: #e67817; }
.news-details img{  max-width:100%;}
.news-details .title{ text-align:center; padding-bottom:30px; padding-top:20px; border-bottom:1px dashed #bbb; margin-bottom:30px;}
.news-details .title h1{ font-size:24px; margin-bottom:10px;}
.news-details .title span{ font-size:14px; color:#999999; color:#999;}
.news-details strong{ font-weight:bold;}
.news-details em{ font-style:italic; font-weight:bold;}
.news-details .con{ font-size:14px; line-height:1.7; padding: 0 20px;padding-bottom:30px;}
.news-details .arts{  line-height:35px; padding:30px 20px;  border-top:1px dashed #bbb; margin-bottom:20px; }
.news-details .arts .back{ border:1px solid #bbb; color:#999; width:92px; height:34px; line-height:34px; text-align:center; font-size:14px; margin:0 auto; margin-top:15px; border-radius:35px; display:block;}
.news-details .arts strong{ font-weight:normal;}
.news-details .arts .back:hover{border:1px solid #e67817; color:#e67817; background:#fff;}

 .pages{
	margin-top:20px; margin-bottom:10px;height:auto; overflow:hidden; clear:both;
}
 .pages ul{ text-align:center; font-size:0;
	
}
 .pages ul li{ font-size:14px;
	display:inline-block;  *display:inline; zoom:1; margin:0 3px; height:30px; line-height:30px;border:1px solid #bbb; 
}
 .pages ul li i{ font-size:11px; position:relative; margin-left:3px;  font-family:"微软雅黑";}
 .pages ul li a,
 .pages ul li span{ 
	color:#333;
}
 .pages ul li.selected{
	 border:1px solid #e67817;background:#e67817; color:#000;
}
 .pages ul li:hover{
	border:1px solid #e67817; 
}
 .pages ul li:hover a{
	color:#e67817;text-decoration:none;
}
 .pages ul li a{
	 padding:2px 10px;
}
 .pages ul li.selected a{
	background:#e67817; color:#fff;
}


.main2{ padding:20px 0;}

.contact-us .top img{width: 260px;height:94px;display: block;}
.contact-us p{font-size: 14px;}
.contact-us .body{padding: 20px;background: #fff;}

.showprobk1{ background:#FFF;   padding:50px 20px}
.showprobk1 .fl{ width:460px; float: left;}
.showprobk1 .fl img{ width:400px; }
.showprobk1 .fr{ width:360px; height:460px;float: right;}
.showprobk1fr2{ margin:20px 0; padding:20px; line-height:30px; border-bottom:#e3e3e3 1px solid; border-top:#e3e3e3 1px solid; }
.showprobk1fr2-1{ margin:20px 0; padding:20px; line-height:30px; border-bottom:#e3e3e3 1px solid;  }
.showprobk1fr3{font-style:oblique; font-size:12px; line-height:14px;}
.showprobk1fr4{color:#E67817; font-size:30px; font-weight:bold;line-height:30px; }
.showprobk1fr5{ padding-top:30px;}
.showprobk1fr5 a{ display:inline-block;  border-radius:10px;font-size: 16px;}
.showprobk1fr5 .zx1{ height:44px; line-height:44px; width:140px; text-align:center; color:#FFF; background:#038dd8; margin-right:50px;}
.showprobk1fr5 .zx2{ height:44px; line-height:44px; width:140px; text-align:center; color:#FFF; background:#e67817; }
.showprobk1fr5 .zx1:hover{background:#057cbc;}
.showprobk1fr5 .zx2:hover{background:#d46606;}
.showprobk2{ margin:15px 0 40px 0; background:#FFF; padding:30px; line-height:27px; }
.showprobk2 strong{font-weight: bold;}
.showprobk1fr1 {
    color: #183883;
    font-size: 24px;
    font-weight: bold;
}
.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}





.main2{ padding:20px 0;background:#f8f8f8;}

.contact-us .top img{width: 260px;height:94px;display: block;}
.contact-us p{font-size: 14px;}
.contact-us .body{padding: 20px;background: #fff;}

