@import url("../caidan/css/superfish.css");
@import url("../caidan/css/superfish-vertical.css");
@import url("../caidan/css/superfish-navbar.css");
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#fff;
}
body{
	font-family:Arial;
	font-size:14px;
}

a{
	color:#000;
	text-decoration:none;
	-webkit-transition:all ease-in-out .4s; 
	-moz-transition:all ease-in-out .4s; 
	-o-transition:all ease-in-out .4s; 
	transition:all ease-in-out .4s;
}
a:hover{
	color:#000000;
	text-decoration:none;
	-webkit-transition:all ease-in-out .4s; 
	-moz-transition:all ease-in-out .4s; 
	-o-transition:all ease-in-out .4s; 
	transition:all ease-in-out .4s;
}
ul{
	list-style:none;
}
input,select,button{
	font:14px "微软雅黑",Arial,Tahoma;
	vertical-align:middle;
}
img{
	border:none;
	
}
.blank10{
	width:100%;
	height:10px;
	display:block;
	overflow:hidden;
	clear:both;
}
.blank20{
	width:100%;
	height:20px;
	display:block;
	overflow:hidden;
	clear:both;
}
.blank30{
	width:100%;
	height:30px;
	display:block;
	overflow:hidden;
	clear:both;
}
.clear{
	width:100%;
	clear:both;
}
.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current{
	background:#85C226;
	border-color:#85C226;
	color:#FFF;
	font-weight:700;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
	font-size:12px;
	color:#999;
}
.shangxiapian strong{
	font-size:14px;
	color:#000;
}
.shangxiapian li a{
	font-size:14px;
}
.shangxiapian li a:hover{
	color:#CB2525;
}

.search{
	width:200px;
	overflow:hidden;
	border:none;
	float:left;
	border:none;
}
.search .key_text{
	height:25px;
	float:left;
	width:165px;
	overflow:hidden;
	text-indent:10px;
	line-height:25px;
	color:#bababa;
	border:none;
	outline:none;
	font-size:12px;
	background:none;
	border:1px solid #bababa;
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.search .search_btn{
	float:right;
	margin-top:2px;
}

/*---------------------主体开始-----------------------*/
.header_zone{
	width:100%;
	position:fixed;
	display:block;
	z-index:10;
	background-color:#fff;
    /*兼容ie*/
    -moz-box-shadow: 2px 2px 10px #909090;
    /*兼容firefox*/
    -webkit-box-shadow: 2px 2px 10px #909090;
    /*兼容safari或chrome*/
    box-shadow:2px 2px 10px #909090;
    /*兼容opera或ie9*/
	border-bottom:2px solid #e1e1e1\9;
	min-width:1200px;
	height:108px;
}
.blank_top{
	width:100%;
	height:108px;
	overflow:hidden;
	display:block;
}
.header{
	width:1200px;
	margin:0px auto;
}
.logo{
	float:left;
	margin-top:40px;
}
.header_r{
	width:950px;
	float:right;
}
.header_shang{
	width:340px;
	overflow:hidden;
	float:right;
	margin-top:15px;
}
.follow{
	float:right;
	margin-top:2px;
}
.follow a{
	margin-left:5px;
}
.follow img{
	width:25px;
	height:auto;
}
.ny_banner{
	width:100%;
	min-width:1200px;
	height:230px;
	overflow:hidden;
}
.wz_zone{
	width:100%;
	min-width:1200px;
	height:50px;
	line-height:50px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE,direction=120,strength=4);
    /*兼容ie*/
    -moz-box-shadow: 2px 2px 10px #C5C5BE;
    /*兼容firefox*/
    -webkit-box-shadow: 2px 2px 10px #C5C5BE;
    /*兼容safari或chrome*/
    box-shadow:2px 2px 10px #C5C5BE;
    /*兼容opera或ie9*/
	margin-bottom:3px;
	background-color:#fff;
}
.wz{
	width:1125px;
	overflow:hidden;
	margin:0px auto;
}
.wz span{
	color:#666;
	font-size:14px;
	float:right;
	background:url(../images/wz_ico.png) left center no-repeat;
}
.wz span a{
	color:#666;
	font-size:14px;
	font-family:Arial;
}
.wz h2{
	font-size:24px;
	color:#0193DE;
	text-transform:uppercase;
	text-indent:40px;
	/*background:url(../images/wz.png) left center no-repeat;*/
}
/*----------后来加的子栏目样式--------*/
.menulist{
	width:100%;
	min-width:1200px;
	border-bottom:#e1e1e1 1px solid;
	background-color:#f1f1f1;
}
.menulist ul {
	width:1200px;
	margin:0px auto;
	text-align:center;
}
.menulist ul li {
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align:center;
	border-right:1px solid #e1e1e1;
	height:40px;
	line-height:40px;
	background-color:#f9f9f9;
}
.menulist ul li:first-child{
	border-left:1px solid #e1e1e1;
}
.menulist ul li .menua {
	display:block;
	color:#666;
	font-size:16px;
	padding: 0 1em;
}
.menulist ul li:hover .menua,.menulist ul #sel01 .menua {
	background-color:#0193DE;
	color:#fff;
}
.main{
	width:99%;
	min-width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	font-size:16px;
	color:#333;
	line-height:35px;
	padding:1em 0;
}
.content img{
	max-width:100%;
}
.grey_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	padding:1.5em 0;
	background-color:#f1f1f1;
	margin:1em 0;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.ny_title{
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	line-height:70px;
	font-family:Times New Roman;
}

.footer_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	background-color:#00CCFF;
	padding:3em 0;
}
.footer{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/footer_logo.png) left center no-repeat;
}
.footer_l{
	float:left;
	width:220px;
	overflow:hidden;
	display:block;
	border:1px solid #00CCFF;
}
.footer_m{
	width:450px;
	float:left;
	overflow:hidden;
	margin-left:200px;
	font-size:12px;
	color:#2d2d2d;
	line-height:25px;

}
.footer_m a{
	color:#2d2d2d;
}
.footer_r{
	width:245px;
	float:right;
	overflow:hidden;
	text-align:center;
	margin-top:4em;
}
.footer_ewm{
	width:auto;
	max-width:165px;
	margin:0px auto;
}
.footer_ewm img{
	max-width:100%;
	height:auto;
}
.footer_follow{
	text-align:center;
	margin-top:1em;
	padding-left:35px;
}
.footer_follow a{
	width:100%;
	display:block;
	line-height:30px;
	color:#fff;
	text-align:left;
	margin-bottom:10px;
	overflow:hidden;
}
.footer_follow img{
	width:25px;
	height:auto;
	line-height:30px;
	float:left;
	margin-right:10px;
}
.footer_copy{
	margin-top:1em;
	font-size:12px;
	color:#2d2d2d;
	line-height:25px;
}
.btn_more{
	text-align:center;
}
.btn_more a{
	width:200px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:2em auto;
	border:1px solid #666;
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
	background-color:#fff;	
	display:block;
}
.btn_more a:hover{
	background-color:#0193DE;
	border-color:#0193DE;
	color:#fff;
}
.ny_h1{
	font-size:30px;
	text-align:center;
	padding:30px 0;
	text-transform:uppercase;
	font-family:Times New Roman;
	background:url(../images/line.jpg) bottom center no-repeat;
	margin-bottom:1em;
}
.wzinfo{
	text-align:center;
}
.tulist400{
	width:auto;
}
.tulist400 li{
	list-style-type:none;
	float:left;
	width:19%;
	margin:1em 0.5%;
	text-align:center;
}
.tulist400 li img{
	width:100%;
	height:auto;
}
.tulist400 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
}


.tulist240{
	width:auto;
}
.tulist240 li{
	list-style-type:none;
	float:left;
	width:16%;
	margin:1em 0.2%;
	text-align:center;
}
.tulist240 li img{
	width:100%;
	max-width:240px;
	height:auto;
	
}
.tulist240 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
}
.ny_main{
	width:1200px;
	overflow:hidden;
	margin:2em auto;
}
.left_wrap{
	float:left;
	width:250px;
	overflow:hidden;
}
.left_wrap h2{
	width:auto;
	height:45px;
	line-height:45px;
	background-color:#85C226;
	border-bottom:1px solid #0193de;
	/* Gecko browsers */
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	/* Webkit browsers */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	/* W3C syntax */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-indent:20px;
	color:#fff;
	font-size:16px;
	font-weight:normal;
}
.left_lxxx{
	padding:10px;
	font-size:12px;
	color:#666;
	line-height:25px;
	border:1px solid #d8d8d8;
	border-top:none;
	margin-bottom:5px;
	word-break:break-all;
}
.left_lxxx a{
	color:#666;
}
.right_wrap{
	width:900px;
	overflow:Hidden;
	float:right;
	border:1px solid #d8d8d8;
	background-color:#fff;
	padding:20px;
}
.right_title{
	padding-bottom:10px;
	border-bottom:1px solid #d1d1d1;	
}
.right_title h2{
	font-size:26px;
	color:#85C226;
	text-indent:15px;
}
.tulist{
	overflow:hidden;
	clear:both;
	width:950px;
}
.tulist li{
	text-align:center;
	list-style-type:none;
	float:left;
	width:282px;
	margin:0 23px 30px 0px;
	overflow:Hidden;
	border:1px solid #e1e1e1;
	background-color:#fff;
	text-align:center;
}
.tulist li:hover{
	border:1px solid #85C226;
}
.tulist li img{
	width:282px;
	height:282px;
	display:block;
	border-bottom:1px solid #e1e1e1;
}
.tulist li h3{
	background-color:#e1e1e1;
}
.tulist li h3 a{
	line-height:40px;
	font-size:14px;
	color:#333;
}
.tulist li:hover h3{
	background-color:#85C226;
}
.tulist li:hover h3 a{
	color:#fff;
}

/*---------------------------------产品详情页-----------------------*/
.pro_main{
	width:auto;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}
.xiaotu{
	width:auto;
	margin-top:15px;
}
.xiaotu img{
	width:100px;
	height:100px;
	margin:0 5px;
	border:1px solid #e1e1e1;
}
/*
#tabbox{ 
	width:auto; 
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
}
.tab_conbox{
	border: 1px solid #d1d1d1;
	border-top: none;
}
.tab_con{ 
	display:none;
}

.tabs{
	height: 52px;
	border-bottom:1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	width: 100%;
}
.tabs li{
	height:51px;
	line-height:51px;
	float:left;
	margin-bottom: -1px;
	background: #f0f0f0;
	overflow: hidden;
	position: relative;
	margin-right:10px;
}
.tabs li a {
	display: block;
	padding: 0 20px;
	outline: none;
}
.tabs li a:hover {
	background: #FE8514;
	color:#fff;
}	
.tabs .thistab a{
	color:#fff;
}
.tabs .thistab,.tabs .thistab a:hover{
	background: #FE8514;
	color:#fff;
}

.tab_con {padding:12px;font-size: 14px; line-height:175%;}

*/
dl.tuwenlist{
	width:100%;
	margin:10px auto;
	padding-bottom:10px;
	overflow:Hidden;
	border-bottom:1px dashed #e1e1e1;
}
dl.tuwenlist dt{
	float:left;
	width:30%;
}
dl.tuwenlist dt img{
	width:100%;
	max-width:400px;
	height:auto;
}
dl.tuwenlist dd{
	width:68%;
	float:right;
}
dl.tuwenlist dd h2{
	font-size:30px;
	margin-bottom:10px;
}
dl.tuwenlist dd h2 a{
	color:#000;
}
dl.tuwenlist dd h2 a:hover{
	color:#85C226;
}
dl.tuwenlist dd .info{
	font-size:16px;
	line-height:30px;
	color:#666;
}
dl.tuwenlist dd span{
	margin-top:10px;
	float:right;
}
dl.tuwenlist dd span a{
	padding:10px 20px;
	background-color:#666;
	text-align:center;
	color:#fff;
	display:inline-block;
	*display:inline;
	zoom:1;
}
dl.tuwenlist dd span a:hover{
	background-color:#85C226;
}

.inquiry_txt{
	padding:15px;
	background-color:#f1f1f1;
	width:95%;
	margin:20px auto;
	font-size:14px;
	line-height:25px;
}
.biaodan{
	width:auto;
	overflow:hidden;
}
.biaodan p{
	display:block;
	margin:10px 0px;
	padding-left:50px;
}
.biaodan p label{
	width:100px;
	text-align:right;
	float:left;
	display:block;
	margin-right:10px;
	line-height:25px;
}
.biaodan p input{
	height:25px;
	line-height:25px;
	border:1px solid #d1d1d1;
	background:none;
	outline:none;
	width:350px;
}
.biaodan #content{
	width:350px;
	height:80px;
	border:1px solid #d1d1d1;
	background:none;
	outline:none;
	line-height:25px;
}
.biaodan #address{
	width:352px;
	border:1px solid #d1d1d1;
	background:none;
	outline:none;
}
.btn{
	padding-left:200px;
	margin-top:30px;
}
.btn input{
	padding:10px 30px;
	display:block;
	border:none;
	background-color:#ccc;
	float:left;
	margin-right:20px;
	cursor:pointer;
}
.btn input:hover{
	background-color:#85C226;
	color:#fff;
}

/*----------------FAQ列表---------------*/
.faqs {
	
}
.faqs dt {
	font-weight:bold;
	background:url(../images/q.gif) 0 4px no-repeat;
	padding-left:30px;
	position:relative;
	line-height:30px;
	font-size:16px;
	margin:10px 0;
}
.faqs dt:hover {
	cursor:pointer
}
.faqs dd {
	background:url(../images/a.gif) 0 2px no-repeat;
	padding:15px 15px 15px 30px;
	position:relative;
	color:#333;
	background-color:#f1f1f1;
}
.faqs .hover {
	color:#85C226;
}

/*-----------下载样式------------*/
.downlist_title{
	width:100%;
	overflow:hidden;
	height:50px;
	background-color:#f1f1f1;
	line-height:50px;
	font-weight:bold;
	color:#000;
	font-size:14px;
}
.downlist_title a:hover{
	color:#CB2525;
}
.downlist{
	line-height:45px;
	border-bottom:1px solid #d1d1d1;
	overflow:hidden;
	height:45px;
}
.downlist:hover{
	background-color:#85C226;
	color:#fff;
}
.downlist:hover a{
	color:#fff;
}
.down_title{
	width:50%;
	text-indent:20px;
	float:left;
	display:block;
}
.down_geshi{
	width:20%;
	float:left;
	display:block;

}
.down_size{
	width:20%;
	float:right;
	display:block;
}

.pro_title{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:45px 0 30px 0;
	font-size:36px;
	color:#0193de;
	text-transform:uppercase;
}

ul.index_cplist{
	overflow:hidden;
	clear:both;
	width:auto;
}
ul.index_cplist li{
	text-align:center;
	list-style-type:none;
	float:left;
	width:380px;
	margin:0 8px 20px 8px;
	overflow:Hidden;
	border:1px solid #f5f5f5;
	background-color:#fff;
	text-align:center;
}
ul.index_cplist li:hover{
	border:1px solid #85C226;
}
ul.index_cplist li img{
	width:100%;
	height:auto;
	display:block;
	border-bottom:1px solid #f5f5f5;
}
ul.index_cplist li h3{
	background-color:#f5f5f5;
}
ul.index_cplist li h3 a{
	line-height:80px;
	font-size:14px;
	color:#00A8D5;
}
ul.index_cplist li:hover h3{
	background-color:#00A8D5;
}
ul.index_cplist li:hover h3 a{
	color:#fff;
}

.index_app_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	padding:2em 0;
	margin-top:20px;
	background-color:#32373B;
}
.app_title{
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom:30px;
	font-size:36px;
	color:#fff;
}

.index_news_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	background:url(../images/index_news_bg.jpg) center center no-repeat;
	min-height:382px;
}
.news_title{
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom:50px;
	font-size:36px;
	color:#fff;	
	margin-top:60px;
}
dl.index_news_list{
	width:350px;
	float:left;
	margin:25px;
	overflow:hidden;
}
dl.index_news_list dt{
	float:left;
	width:85px;
}
dl.index_news_list dt img{
	width:80px;
	height:80px;
	border:3px solid #fff;
	-moz-border-radius: 80px;      /* Gecko browsers */
    -webkit-border-radius: 80px;   /* Webkit browsers */
    border-radius:80px;            /* W3C syntax */
}
dl.index_news_list dd{
	float:right;
	overflow:hidden;
	width:260px;
}
dl.index_news_list dd h2 a{
	font-size:24px;
	color:#fff;
	font-weight:normal;
}
dl.index_news_list dd .info{
	font-size:14px;
	color:#fff;
}

.wd{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}

.mai_btn{
	width:auto;
	margin:30px 0;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	border:1px solid #999;
	background-color:#f1f1f1;
	font-weight:bold;
}
.mai_btn:hover{
	background-color:#0193de;
	border-color:#0193de;
	color:#fff;
}