﻿@charset "utf-8";
/* CSS Document */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}
/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img/* img elements 图片元素 */ { margin: 0; padding: 0; }
/** 设置默认字体 **/ 
body, button, input, select, textarea { font: 12px/1.5 'Arail', '微软雅黑', tahoma, Srial, helvetica, sans-serif; color:#333; }
body { background-color: #fff; }
form { display:block; }
em { font-style:normal; }
/** 重置列表元素 **/ 
ul, ol, li { list-style: none; }
/** 重置超链接元素 **/ 
a { text-decoration: none; color:#333; }
a:hover { text-decoration: none; }
/** 重置图片元素 **/ 
img { border: 0px; }
/** 重置表格元素 **/ 
table { border-collapse: collapse; border-spacing: 0; }
.al { float:left; }
.ar { float:right; text-align:right; }
.ac { text-align:center; }
.fl { float:left; }
.fr { float:right; }
.clear { clear:both; text-indent:-9999px; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
h1, h2, h3, h4, h5, h6 { 
	margin: 0; color: #444; 
	font-weight: normal; 
	font-family: '微软雅黑', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif, 'Tahoma'; 
	text-align: center;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.center-block { display: block; margin:0 auto;  }
.mb20 { margin-bottom:20px; }
.mt30{margin-top:30px;}
.p20{ padding: 20px;}
.hide { display: none; }
.w { width: 1200px; margin: 0 auto;}
/*icon*/
.icon{
	z-index: 999;
	height: 20px;
	width: 20px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}
.icon-top-tel{ background-position: -100px -6px;}
.icon-top-mail{ background-position: -80px -6px;}
.icon-fax{ background-position: -40px -6px;}
.icon-add{ background-position: -60px -6px;}
.icon-mail{ background-position: -20px -6px;}
.icon-tel{ background-position: 0 -6px;}
.icon-languge{ background-position: -120px -6px;}
.title-left{ height: 3px; width: 181px; background-position: 0 0;}
.title-right{ height: 3px; width: 181px; background-position: 0 -3px;}
header{
	height: 110px;
	position: relative;
}
header .top{
	height: 25px;
	position: absolute;
	top: 5px;
	width: 100%;
	/*padding-top: 5px;*/
}
header .top span{
	vertical-align: top;
}
header nav{
	/*float: left;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 85px;
	/*margin-top: -25px;*/
}
header nav ul{
	height: 100%;
	width: 100%;
}
header nav ul li{
	position: relative;
	float: left;
	width: 20%;
	height: 100%;
}
header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 85px;
	color: #333;
	font-size: 15px;
}
header nav ul li a.logo{
	background: url(../images/logo.jpg) no-repeat center top;
	margin-top: -12px;
}
header nav ul li i {
	display: none;
	background-color: #fff;
	height: 8px;
	width: 8px;
	position: absolute;
	bottom: -4px;
	left: 48%;
	z-index: 9999;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
header nav ul li:hover i{
	display: block;
}
header nav ul li.active i{
	display: block;
}
/*二级*/
nav ul li ul{
	display: none;
	position: absolute;
	top: 85px;
	width: 100%;
	z-index: 999;
}
nav ul li ul li{
	float: none;
	width: 100%;
	height: 50px;
}
nav ul li ul li a{
	line-height: 50px;
	background: #fff;
	background: rgba(255,255,255,.8);
	color: #222;
}
nav ul li:hover ul{
	display: block;
}
nav ul li:hover li:hover a{
	background: #cbcbcb;
	background: rgba(203,203,203,.8);
}



/*banner*/
.banner {
    height: 650px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 40px;
}
.banner li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner li a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner .btn {
	height: 7px;
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -400px;
	bottom: 30px;
	z-index: 10;
	text-align: center;
	height: 5px;
}
.banner .btn span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	margin: 0 5px;
	opacity: 0.5;
	line-height: 5px;
	filter: alpha(opacity=90);
}
.banner .btn span.on {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #999;
}
.banner .banner-next {
    right: 58px;
    background-position: 100% 0;
}
.banner .banner-prev {
	left: 58px;
}
.banner .banner-prev, .banner .banner-next {
    display: none;
    position: absolute;
    top: 142px;
    width: 50px;
    height: 100px;
    background: url(../images/btn01.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.6s;
}
/*title*/
.title{
	margin-bottom:50px;
	text-align: center;
}
.title a{
	font-size: 24px;
	color: #33958b;/*主色*/
	margin: 0 12px;
}
.title .intro{
	font-size: 12px;
	color: #888;
	padding-top: 6px;
}
/*index-about*/
.index-about{
	/*height: 356px;*/
	margin-bottom: 50px;
}
.index-about .title{
	margin-bottom: 20px;
}
.b1{
	width: 620px;
	height: 302px;
}
.b2{
	width: 560px;
	height: 302px;
}
.index-about img{
	width: 100%;
	height: 217px;
	border: #33958b 3px solid;
}
.index-about a:hover img{
	opacity:0.8;
	.filter:alpha(opacity=80);
}
.index-about .txt{
	height: 85px;
	text-align: center;
}
.index-about .txt span{
	display: block;
	height: 41px;
	overflow: hidden;
	line-height: 41px;
	color: #444;
	font-size: 14px;
}
.index-about .txt .intro{
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}

/*pro*/
.index-pro{
	margin-bottom: 29px;
}
/*pro-b 一排产品*/
.pro-b{
	position: relative;
	margin-top: 80px;
}
.pro-b i.deco,.pro-b a.btitle,.pro-b a.bmore,.pro-b .sm-intro{
	position: absolute;
	display: block;
	background: #444;
	font-size: 26px;
	z-index: 999;
}
.pro-b a.btitle,.pro-b a.bmore,.pro-b .sm-intro{
	background: none; 
	width: auto;
	height: 14px;
	line-height: 14px;
}
.pro-b a.btitle,.pro-b a.bmore{
	height: 50px; 
	line-height: 50px;
}
.pro-b a.btitle:hover,.pro-b a.bmore:hover{
	color: #33958b;
}
.pro-b a.bmore,.pro-b .sm-intro{ font-size: 12px;}
/*first pro-b*/
.pro-b i.deco11{ height: 286px; width: 2px; top: -50px; left: -5px;}
.pro-b i.deco12{ height: 2px; width: 682px; top: -4px; left: -50px;}
.pro-b i.deco13{ height: 2px; width: 1000px; bottom: -4px; right: 0;}
.pro-b a.btitle1{ top: -50px; left: 12px;}
.pro-b a.bmore1{ top: -50px; right: 0;}
.pro-b .sm-intro1{ bottom: -14px; left: 12px;}
/*first pro-b*/
.pro-b i.deco21{ height: 2px; width: 1200px; top: -4px; right: -70px;}
.pro-b i.deco22{ height: 860px; width: 2px; top: -430px; right: 0;}
.pro-b i.deco23{ height: 2px; width: 1000px; bottom: -3px; left: -30px;}
.pro-b a.btitle2{ top: -50px; right: 12px;}
.pro-b a.bmore2{ top: -40px; left: 0;}
.pro-b .sm-intro2{ top: -25px; right: 200px;}
/*first pro-b*/
.pro-b i.deco31{ height: 2px; width: 1100px; top: -9px; left: -20px;}
.pro-b i.deco32{ height: 2px; width: 1100px; top: -4px; left: -30px;}
.pro-b i.deco33{ height: 360px; width: 2px; top: -70px; left: -4px;}
.pro-b a.btitle3{ top: -60px; left: 12px;}
.pro-b a.bmore3{ top: -55px; left: 200px;}
.pro-b .sm-intro3{ top: -28px; right: 40px;}
/*grid*/
.grid{
	width: 100%;
}
.grid li {
	display: inline-block;
	width: 234px;
	height: 388px;
	margin: 0;
/*	padding: 20px;*/
	text-align: left;
	position: relative;
}
.grid figure {
	margin: 0;
	position: relative;
}
.grid figure img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	display: block;
	position: relative;
	cursor: pointer;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px;
	background: #2c3f52;
	color: #ed4e6e;
}
.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #33958b;
	color: #fff;
}
.cs-style-6 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
	-webkit-transform: translateY(-50px) scale(0.5);
	-moz-transform: translateY(-50px) scale(0.5);
	-ms-transform: translateY(-50px) scale(0.5);
	transform: translateY(-50px) scale(0.5);
}

.cs-style-6 figcaption {
	height: 100%;
	width: 100%;
}

.cs-style-6 figcaption h3 {
	margin-top: 250px;
	width: 200px;
	height: 60px;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	color: #fff;
}

.cs-style-6 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	text-decoration: none;
}
.cs-style-6 figcaption a:hover {
	background: #3db4a8;/*be brighter*/
}
/*more-pro*/
.more-pro{
	position: relative;
	margin-bottom: 40px;
}
/* Div1 */
.Div1{
	width: 100%;
	overflow:hidden;
	position:relative;
}

.Div1_main{
	height: 300px;
	width:10000px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background: #e9e9e9;
}
.Div1_main div{
	width: 1200px;
	height: 100%;
	float:left;
	border-top: #444 2px solid;
	border-bottom: #444 2px solid;
}
.Div1_main div span{
	width: 200px;
	height: 100%;
	display:block;
	float:left;
}
.Div1_main div span a{
	display:block;
	width: 100%;
	height: 100%;
}
.Div1_main div span a img{
	width: 99%;
	height: 100%;
	margin: 0 auto;
}
.Div1_main div span a:hover img{
	opacity:0.7;
	.filter:alpha(opacity=70)
}

.Div1_prev1 ,.Div1_next1{
	display:block;
	width: 18px;
	height: 64px;
	position:absolute;
	cursor:pointer;
	z-index:2;
	bottom: 129.5px;
}
.Div1_prev1 img ,.Div1_next1 img{
	width: 18px;
	height: 64px;
}
.Div1_prev1:hover ,.Div1_next1:hover{
	opacity:0.7;
	.filter:alpha(opacity=70);
}
.Div1_prev1{
	left: -38px;
}
.Div1_next1{
	right: -38px;
}

/*footer*/
footer{
	width: 100%;
	height: 98px;
	background: #333;
	color: #c2c2c2;
	font-size: 12px;
}
footer .w{
	position: relative;
}
footer .l{
	position: absolute;
	left: 0;
	top: 24px;
	height: 100%;
	vertical-align: top;
}
footer .r{
	display: block;
	position: absolute;
	right: 0;
	height: 100%;
	line-height: 98px;
}



/*inbanner*/
.inbanner{
	height: 358px;
	width: 100%;
	background: url(../images/inbanner.jpg) center center;
}
/*innav*/
.innav{
	height: 60px;
	line-height: 60px;
}
.innav ul{
	width: 100%;
}
.innav ul li{
	float: left;
}
.innav ul li a{
	color: #33958b;
}
.innav ul li span{
	color: #666;
	margin: 0 6px;
}
.innav ul li.now a{
	color: #666;
}
.innav ul li.now span{
	display: none;
}
.innav ul li:hover a{
	text-decoration: underline;
}


.mb30{
	margin-bottom: 30px;
}
/*insidebar*/
.insidebar{
	float: left;
	width: 162px;
}
.insidebar .sidetitle{
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 12px;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 20px;
	background: #e2e2e2;
}
.insidebar .cate .sidetitle{
	margin-top: 0;
}
.insidebar li{
	position: relative;
	display: block;
	width: 100%;
	list-style: none;	
	margin-bottom: 4px;
}
.insidebar li li{
	margin-bottom: 0;
}
.insidebar li a{
	display: block;
	height: 26px;
	width: 162px;
	line-height: 26px;
	padding: 0 18px 0 12px;
	color: #33958b;
	border-bottom: 1px dotted #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.insidebar li a span{
	margin-right: 4px;
}
.insidebar li .go{
	display: none;
	position: absolute;
	right: 0;
	top: 4px;
	margin-right: 0;
}
.insidebar li li a{
	padding-left: 24.9px;
	margin-top: 0;
	color: #777;
}
.insidebar li:hover a{
	color: #25756d;
}
.insidebar li:hover ul li a{
	color: #777;
}
.insidebar li:hover li:hover a{
	color: #222;
}

.insidebar li:hover .go{
	display: inline;
}
.insidebar li:hover li .go{
	display: none;
}
.insidebar li:hover li:hover .go{
	display: inline;
}

.insidebar li.active a{
	color: #25756d;
}
.insidebar li.active ul li a{
	color: #777;
}
.insidebar li.active li:hover a{
	color: #222;
}

.insidebar li.active .go{
	display: inline;
}
.insidebar li.active li .go{
	display: none;
}
.insidebar li.active li:hover .go{
	display: inline;
}

/*searrch*/
/*.search input[type="text"]{
	border: none;
	background: #e9e9e9;
	color: #333;
}*/
.search input[type="submit"]{
	cursor: pointer;
}

/*insidebar contact*/
.insidebar .contact .info{
	line-height: 20px;
	color: #999;
}

/*incontain*/
.incontain{
	/*position: relative;*/
	width: 1020px;
	padding-left: 19px;
	border-left: 1px dotted #999;
}
/*pro-list*/
.prolist a.prob{
	display: block;
	float: left;
	width: 240px;
	height: 390px;
	margin-left: 10px;
	margin-bottom: 22px;
}
.prolist a.prob img{
	width: 100%;
	height: 360px;
}
.prolist a.prob .name{
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	font-size: 13px;
}
.prolist a.prob:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*page*/
.page{
	width: 100%;
	height: 30px;
	margin-top: 20px;
}
.page ul{
	width: 300px;
	height: 100%;
	margin: 0 auto;
}
.page ul li{
	float: left;
	margin: 0 10px;
}
.page ul li:hover a{
	color: #33958b;
}

/*pro-detail*/
.prodetail{
	width: 1000px;
}
.proshow{
	float: left;
	width: 326px;
	height: 488px;
	padding: 2px;
	border: 1px dotted #999;
}
.proshow .img{
	width: 320px;
	height: 482px;
}
.proshow .img img{
	width: 100%;
	height: 100%;
}

.proright{
	float: right;
	width: 674px;
	height: 488px;
	position: relative;
}
.proright .protitle{
	width: 626px;
	height: 45px;
	margin: 0 24px;
	border-bottom: 1px dotted #999;
	line-height: 45px;
	color: #444;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.proright .prointro{
	width: 100%;
	padding: 28px 34px 20px 24px;
	height: 216px;
	line-height: 28px;
	color: #999;
	overflow: hidden;
}
.proright .probox{
	position: absolute;
	bottom: 2px;
	left: 16.4px;
	width: 657.6px;
	height: 156px;
}
.proright .probox ul{
	width: 100%;
	height: 100%;
}
.proright .probox li{
	float: left;
	margin-left: 7.6px;
	width: 102px;
	height: 100%;
	border: 1px solid transparent;
	cursor: pointer;
}
.proright .probox li:hover{
	border: 1px solid #33958b;
}
.proright .probox li.now{
	border: 1px solid #33958b;
}
.proright .probox li img{
	width: 100px;
	height: 154px;
}
.proright .point{
	position: absolute;
	left: 5px;
	bottom: 70px;
	font-size: 14px;
	color: #33958b;
}

/*share*/
.share{
	float: right;
	color: #999;
}
.addthis-animated {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.at4-show, .at4-show-content {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
}
.at4-show {
	display: block !important;
}
.at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
	max-width: 2pc;
	max-height: 2pc;
}
.at-share-tbx-element .at-share-btn {
	margin: 2px;
	display: inline-block;
}
a .at-icon-wrapper {
	cursor: pointer;
	display: inline-block;
}
.at-icon {
	fill: #fff;
	border: 0;
}

/*detail*/
.prodetail .detail{
	width:100%;
	margin-top: 25px;
}
.prodetail .detail .detailtitle{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #999 dotted;
	margin: 0 34px 20px 10px;
}
.prodetail .detail .detailtitle .word{
	width: 150px;
	height: 31px;
	margin: 0 auto;
	border-bottom: 2px #33958b solid;
	text-align: center;
	z-index: 4;
	color: #777;
	font-size: 13px;
}
.prodetail .detail .content{
	width: 980px;
}

/*about*/
.aboutbanner{
	background-image: url(../images/inbanner.jpg);
}
.contactbanner{
	background-image: url(../images/inbanner.jpg);
}
.aboutdetail{
	margin-bottom: 30px;
	border-top: 1px dotted #999;
}
.aboutdetail .abouttitle{
	height: 90px;
	line-height: 90px;
	font-size: 24px;
	color: #33958b;
}
.aboutdetail .aboutcontent{
	min-height: 300px;
}

/*翻页，下一页*/
.pagination a.number { }
.pagination { text-align: center; font-family: "微软雅黑"; font-size: 14px; display:block; clear:both; height:30px; line-height:30px; margin-top:18px; }
.pagination a { margin: 0 5px 0 0; padding: 8px 15px; background:#dbdbdb; color:#666; }
.pagination a.number { /*border: 1px solid #ddd;*/ }
.pagination a.current { background: #34958C top left repeat-x !important; /*border-color: #f3981d !important;*/ color: #fff !important; }
.pagination a.current:hover { text-decoration: underline; }
.pagination ul.pager { width:100%; text-align:center; }
.pagination ul span.msg { font-size:14px; font-family:"微软雅黑" }
.pagination a:hover { background:#34958C; color:#fff; }
.pagination ul.pager a { cursor:pointer; }