@charset "utf-8";
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea,th, td{
	margin: 0;
	padding: 0;
	}

img {
	border: 0 none;
	}
	
li {
	list-style-type: none;
	}
	
a{
	text-decoration: none;
	color: #fff;
	}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #20252b;
	}
	
#body_top{
	position: relative;
	width: 100%;
	height: 585px;
	overflow: hidden;
	}
	
.top_box {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url(menu_bg.png) repeat-x center top;
	}

.topmenu {
	width: 1100px;
	margin: 0px auto;
	z-index: 999;
	}
	
.topmenu a.logo{
	float: left;
	display: block;
	width: 180px;
	height: 157px;
	background: url(logo.png) no-repeat left top;
	margin-right: 20px;
	}
	
.topmenu .m_box{
	float: left;
	position: relative;
	text-transform: uppercase;
	}
	
.topmenu .s_box{
	float: right;
	width: 167px;
	height: 32px;
	margin-top: 26px;
	}
	
.menu{
	float: left;
	padding: 0px 18px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 84px;
	text-align: center;
	background: url(menu_hover.png) repeat-x center -84px;
	transition: all 0.2s;
	}
	
.menu:hover{
	color: #eb561a;
	background: url(menu_hover.png) repeat-x center top;
	}
	
.menuhover{
	color: #eb561a;
	background: url(menu_hover.png) repeat-x center top;
	}
	
.menunow{
	color: #eb561a;
	}

.dropmenudiv_b{
	position: absolute;
	display: none;
	width: 210px;
	overflow: hidden;
	padding: 10px 0px;
	top: 84px;
	background-color: rgba(0,0,0,0.7);
	}
	
.dropmenudiv_b a{
	float: left;
	display: block;
	width: 210px;
	line-height: 36px;
	color: #bbb;
	}
	
.dropmenudiv_b a:hover{
	color: #f4f4f4;	
	}
	
#dropmenu0_b {	
	width: 420px;
	left: 208px
	}
	
.s_key{
	float: left;
	width: 122px;
	height: 32px;
	color: #bbb;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	text-indent: 16px;
	background-color: #1c1c1c;
	}
	
.s_icon{
	float: left;
	width: 43px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

#banner_box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 585px;
	overflow: hidden;
	text-align: center;
	}
	
.banner{
	width: 100%;
	height: 250px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1440px 250px;
	margin: 0px auto;
	overflow: hidden;
	}
	
.b0{background-image:url(a1.jpg );}
.b1{background-image:url(a2.jpg );}
.b2{background-image:url(a3.jpg );}
.b3{background-image:url(a4.jpg );}

		
.table_box{
	width: 1100px;
	text-align: left;
	overflow: hidden;
	margin: 30px auto;
	}
	
.table_box li{
	float: left;
	width: 270px;
	height: 405px;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;
	background-color: #2d333b;
	}
	
.table_box li h3{
	height: 133px;
	overflow: hidden;
	background-color: #eb561a;
	border-bottom: 2px solid #eb561a;	
	}
	
.table_box li h3 img{
	opacity: 1;
	filter: alpha(opacity=100);
    transition: all 0.5s;
	}
	
.table_box li:hover h3 img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
	
.table_box li h2{
	height: 96px;
	overflow: hidden;
	}
	
.table_box li i{
	display: block;
	width: 200px;
	line-height: 21px;
	margin: 16px auto;
	font-style: normal;
	overflow: hidden;
	}
	
.news_list{
	float: left;
	display: block;
	width: 100%;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	background: url(icon1.png) no-repeat left center;
	text-align: left;
	text-indent: 8px;
	}
	
.news_list:hover{
	color: #eb561a;
	}
	
.more{
	display: block;
	width: 70px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	margin: 0px auto;
	overflow: hidden;
	background-color: #ff6b2f;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.more:hover{
	background-color: #eb561a;
	}
	
.table_box .right{
	float: right;
	width: 250px;
	background-color: #2d333b;
	overflow: hidden;
	margin-right: 0px;
	}	
	
.table_box .right h4{
	height: 50px;
	overflow: hidden;
	}	
	
.table_box .right h1{
	width: 210px;
	height: 162px;
	padding-top: 18px;
	margin: 0px 20px;
	overflow: hidden;
	border-bottom: 1px solid #464f5a;
	font-weight: normal;
	text-transform: uppercase;
	}
	
.pro_class{
	float: left;
	display: block;
	width: 100%;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	background: url(icon.png) no-repeat 6px center;
	text-align: left;
	text-indent: 18px;
	text-transform: uppercase;
	}
	
.pro_class:hover{
	color: #eb561a;
	}
	
.pro_box{
	width: 1100px;
	height: 380px;
	margin: 0px auto;
	margin-bottom: 60px;
	overflow: hidden;
	border-top: 2px solid #eb561a;
	background: url(p_list.jpg) no-repeat;
	}
	
.pro_box h1{
	width: 100%;
	height: 90px;
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
	}
	
.pro_intro table{
	word-wrap: break-word; 
	word-break: normal;
	border-top: 1px solid #464f5a;
	border-right: 1px solid #464f5a;
	margin-bottom: 30px;
	font-size: 14px;
	color: #d5d6d8;	
	}
	
.pro_intro table td{
	max-width: 200px;
	height: 30px;
	border-bottom: 1px solid #464f5a;
	border-left: 1px solid #464f5a;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	}
	
.pro_intro table td strong{
	display: block;
	height: 100%;
	width:100%;
	font-size: 13px;
	line-height: 30px;
	background:#20252b;
	}		
	
.table_box .left{
	float: left;
	width: 830px;
	background-color: #2d333b;
	border-top: 2px solid #eb561a;
	padding-bottom: 40px;
	overflow: hidden;
	}
	
.table_box .left h4{
	float: left;
	margin: 24px 21px 20px 25px;
	font-size: 21px;
	font-weight: normal;
	}
	
.place_box{
	float: left;
	color: #96999d;
	margin-top: 30px;
	}
	
.place_box a{
	color: #96999d;
	}
	
.place_box a:hover{
	color: #f4f4f4;
	text-decoration: underline blink;
	}
	
.main_box,.news_box {
	border-top: 1px dotted #464f5a;
	width: 780px;
	text-align: left;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 30px;
	}

.main_box img{
	max-width: 100%;
	}
	
/* 首页产品滚动 */	
.swiper-container {
	width: 1080px;

	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	}

.pagination {
	position: absolute;
	z-index: 20;
	width: 100%;
	text-align: center;
	bottom: 10px;
	display: none;
	}
	
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
	}
	
.swiper-visible-switch {
	background: #aaa;
	}
  
.swiper-active-switch {
	background: #ff6100;
	}
	
.swiper-slide a{
	display: block;
	width: 240px;
	height: 180px;
	margin: 0px 15px;
	text-align: center;
	overflow: hidden;
	}
	
.swiper-slide a img{
	width: 240px;
	height: 180px;
	}

	
.swiper-slide h2{
	width: 240px;
	height: 50px;
	margin: 0px 15px;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	}

.swiper-slide:hover h2{
	color: #eb561a;
	}
	
.foot {
	width: 100%;
	color: #999;
	text-align: center;
	padding: 20px 0px;
	margin: 0px auto;
	background-color: #111;
	background-image: url(foot_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
.foot a{
	color: #999;
	}
	
.foot a:hover{
	color: #f4f4f4;
	text-decoration: underline blink;
	}
	
/*内页产品分类*/
.smenunow{
	display: block;
	width: 100%;
	height: 36px;
	background: url(icon.png)  no-repeat 6px center;
	font-size: 13px;
	line-height: 36px;
	color: #eb561a;
	text-align: left;
	text-indent: 18px;
	}

.smenu{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: url(icon.png) no-repeat 6px center;
	color: #f4f4f4;
	font-size: 13px;
	text-align: left;
	text-indent: 18px;
	transition: all 0.5s;
	}	
	
.smenu:hover{
	color: #eb561a;
	background: url(icon.png) no-repeat 10px center;
	}	
	
.smenunow{
	display: block;
	width: 100%;
	height: 36px;
	background: url(icon.png)  no-repeat 6px center;
	font-size: 13px;
	line-height: 36px;
	color: #eb561a;
	text-align: left;
	text-indent: 18px;
	}
	
.cp_class{
	width: 100%;
	height: 32px;
	text-align: left;
	margin: 0px 10px;
	margin-bottom: 40px;
	}
	
.cp_class a{
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	color: #f4f4f4;
	padding: 0px 20px;
	margin-right: 9px;
	background-color: #444d58;
	font-size: 12px;
	border-radius: 3px;
	}
	
.cp_class a:hover{
	color: #fff;
	background-color: #eb561a;
	}
	
.cp_class a.class_active{
	background-color:#eb561a;
	color:#fff;
	}	

.tel{
	float: left;
	position: relative;
	width: 210px;
	height: 96px;
	text-align: left;
	background: url(tel1.png) no-repeat;
	margin: 16px auto;
	margin-left: 20px;
	}
	
.tel span{
	position: absolute;
	left: 0px;
	top: 0px;
	}

.news_pic{
	width: 100%;
	height: 240px;
	}
	
.news_pic img{
	float: left;
	display: block;
	width: 256px;
	height: 195px;
	margin-right: 45px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	}
	
.news_pic h1{
	float: left;
	width: 450px;
	overflow: hidden;
	font-size: 21px;
	margin-top: 10px;
	font-weight: normal;
	}
	
.news_pic:hover h1{
	color: #ff6a2e;
	}
	
.news_pic em {
	float: left;
	display: block;
	width: 450px;
	font-size: 12px;
	margin-top: 10px;
	color: #abadb1;
	font-style: normal;
	}	
	
.news_pic i {
    float: left;
	display: block;
	width: 450px;
    margin-top: 20px;
    color: #ff6a2e;
    font-size: 14px;
	font-style: normal;
	}
	
.news_query	{
	width: 100%;
	overflow: hidden;
	}	
	
.news_query a{
	display: block;
	width: 100%;
    height: 35px;
    border-bottom: 1px dotted #3c444e;
	}
	
.news_query a d{
	float: left;
	display: block;
	width: 680px;
	line-height: 35px;
	color: #f4f4f4;
	font-size: 14px;
	overflow: hidden;
	}
	
.news_query a:hover d{
	color: #eb561a;
	}
	
.news_query a font{
	float: right;
	display: block;
    line-height: 35px;
	color: #abadb1;
    font-size: 12px;
	margin-right: 3px;
	}	

.news_box .newstitle{
	width: 100%;
	font-size: 21px;
	line-height: 60px;
	text-align: center;
	}	
	
.news_pro{
	width: 100%;
	color: #96999d;
	padding-bottom: 10px;
	border-bottom: 1px dotted #3c444e;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
	}
	
.news_pro a{
	font-size: 12px;
	color: #aaa;
	}
	
.news_pro a:hover{
	color: #ff6a2e;
	}

.newscon{
	width: 96%;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
	}
	
.newscon img{
	max-width: 100%;
	}

.formbox{
	float: left;
	width: 350px;
	height: auto;
	text-align: left;
	border-right: 1px dotted #3c444e;
	padding-right: 20px;
	margin-top: 20px;
	}
	
.formword{
	float: right;
	position: relative;
	width: 375px;
	height: auto;
	margin-top: 20px;
	}
	
.formword .map {
    overflow: visible;
    position: absolute;
    left: 0px;
    top: 0px;
	width: 385px;
	}
	
.formword .text {
	position: absolute;
    width: 335px;

    right: 0px;
    top: 0px;
    background-color: rgba(255,106,46,0.8);
    background-color: #ff6a2e\8;
    z-index: 10;
    color: #fff;
    overflow: hidden;
    padding: 10px 20px;
	line-height: 200%;
	}
	
.input {
	width: 275px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
	border-radius: 2px;
    padding: 0px;
    padding-left: 10px;
    margin-bottom: 12px;
	}

.textarea {
    width: 300px;
    padding-left: 10px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 2px;
	margin-bottom: 12px;
	}
	
.form_button {
	width: 136px;
    background-color: #ff6a2e;
	border: 1px solid #ff6a2e;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	}
	
.p_box{
	width: 1100px;
	background-color: #2d333b;
	border-top: 2px solid #eb561a;
	text-align: left;
	overflow: hidden;
	margin: 30px auto;
	}
	
.p_box .p_top{
	width: 100%;
	overflow: hidden;
	}
	
.p_box .p_memo{
	width: 1050px;
	overflow: hidden;
	margin: 25px;
	}
	
.p_box h4{
	float: left;
	margin: 24px 21px 20px 25px;
	font-size: 21px;
	font-weight: normal;
	}
	
.back{
	float: right;
	display: block;
	color: #f4f4f4;
	margin-top: 30px;
	margin-right: 25px;
	}
	
.back:hover{
	color: #eb561a;
	}
	
.p_memo .left{
	float: left;
	width: 30%;
	text-align: left;
	padding-top: 17px
	}
	
.p_memo .right{
	float: right;
	width: 67%;
	text-align: left;
	}	
	
.p_memo .right h1 {
    width: 100%;
    overflow: hidden;
    font-size: 21px;
    margin-top: 10px;
    font-weight: normal;
	}
	
.p_memo .right em {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
    color: #abadb1;
    font-style: normal;
	}

.p_memo img{
	max-width: 100%;
	}
	
.p_memo .pro_intro{
	width: 100%;
	margin-bottom: 40px;
	padding-top: 35px;
	font-size: 14px;
	overflow: hidden;
	}
	
	
