/*
Template Name: default
Version: 1.0
Author: DouCo Design
Author URI: http://www.douco.com/
*/

/* 全局通用
----------------------------------------------- */
body {
	font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
	color: #555;
	background-color: #D5D5D6;
	font-size: 62.5%;
	min-width: 320px;
}
body, button, input, textarea {
	font-size: 12px;
	line-height: 1.531;
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
}
p, ul, ol, dl, dt, dd, form, blockquote {
	margin: 0;
	padding: 0;
}
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
em, b, i {
	font-style: normal;
	font-weight: normal;
}
img { border: 0; }
a {
	text-decoration: none;
	color: #333333;
}
a:hover { text-decoration: underline;color:#E71F2F}
input, img, select { vertical-align: middle; }
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.none { display: none; }
#captcha { cursor: pointer; }
/* 主体框架
----------------------------------------------- */
#wrapper {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	max-width: 640px;
	background-color: #FFF;
	overflow: hidden;
}
#wrapper .mb { /*margin-bottom: 50px;*/ }
/* -- header -- */
#header {
	zoom: 1;
	overflow: hidden;
	background-color: #E71F2F;
	padding: 8px 0 7px 0;
	height: 45px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
#header a { color: #FFF; }
#header em { line-height: 45px; }
#header .logo {
	float: left;
	padding-left: 14px;
}
#header .pageBack, #header .siteMap {
	display: block;
	width: 45px;
	height: 45px;
}
#header .pageBack {
	float: left;
	margin-left:10px;
	background: url(images/icon_head.png) no-repeat left top;
}
#header .siteMap {
	float: right;
	margin-right:15px;
	background: url(images/icon_head.png) no-repeat right top;
}
#header .topSearch {
	float: left;
	width: 65%;
	margin: 8px 0 0 8px;
}
#header .topSearch .searchBox {
	border: 1px solid #FFF;
	text-align: left;
}
/* -- mainNav -- */
#mainNav { font-size: 13px; }
#mainNav ul {
	zoom: 1;
	padding: 0 0 1.5em;
	overflow: hidden;
}
#mainNav li {
	float: left;
	width: 25%;
	margin-top: 1.5em;
}
#mainNav li a {
	display: block;
	text-align: center;
 color:;
	margin: 0 auto;/*
 border-right: solid #EEEEEE 1px;
 border-bottom: solid #EEEEEE 1px;
 line-height: 55px;*/
	width: 4em;
	height: auto;
}
#mainNav li a.last { border-right: none; }
/* 首页样式
----------------------------------------------- */
/* -- 幻灯 -- */
.slideShow {
	position: relative;
	padding: 0;
 *zoom: 1;
}
.slideShow .slideBox {
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.slideShow .slideBox .slides img {
	max-width: 100%;
	display: block;
}
/* -- slideLoading -- */
.slideShow .slideLoading {
	min-height: 50px;
	background: url(images/slide_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* -- previous 和 next 按钮 -- */
.slideShow .arrowBox a {
	z-index: 50;
	font-family: \5b8b\4f53, sans-serif;
	position: absolute;
	display: block;
	margin-bottom: -20px;
	width: 40px;
	height: 40px;
	bottom: 50%;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 2em;
	background-color: #333;
	background-color: rgba(50,50,50,.3);
}
.slideShow .arrowBox a.disabled { display: none; }
.slideShow .arrowBox .arrowPrev { left: 20px; }
.slideShow .arrowBox .arrowNext { right: 20px; }
.slideShow .arrowBox a:hover { background-color: rgba(50,50,50,.6); }
/* -- controlBox -- */
.slideShow .controlBox {
	z-index: 30;
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
.slideShow .controlBox .control {
	display: inline-block;
 *zoom: 1;
 *display: inline;
	margin: 0 5px;
}
.slideShow .controlBox.controlDefault a {
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	clear: none;
	background: #d8d8d8;
	background: rgba(216,216,216,.95);
	border-radius: 50%;
	display: block;
	overflow: hidden
}
.slideShow .controlBox.controlDefault a:hover, .slideShow .controlBox.controlDefault a.active {
	background: #E71F2F;
	background: rgba(231,31,47,95)
}
/* -- indexSearch -- */
#indexSearch {
	background-color: #EEEEEE;
	height: 30px;
	padding: 10px;
}
#indexSearch .searchBox { border: 1px solid #DDDDDD; }
/* 通用结构	
----------------------------------------------- */
/* -- form -- */
.btn {
	display: inline-block;
	background-color:#E71F2F;
	color: #EEE;
	padding: 8px 5px;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	width: 97%;
}
.btn:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#E12332;
}
.btnGray {
	display: inline-block;
	background-color: #CCC;
	border: 0;
	color: #333;
	padding: 6px 15px;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: bold;
	width: 97%;
}
/* -- input -- */
.textInput {
	padding: 8px 5px;
	border: 1px solid #DDDDDD;
	font-size: 14px;
	-webkit-appearance: none;
	width: 95%;
}
.textArea {
	padding: 8px 5px;
	border: 1px solid #DDDDDD;
	font-size: 14px;
	-webkit-appearance: none;
	width: 95%;
}
/* -- incBox -- */
.incBox { margin-bottom: 15px; }
.incBox h3 {
	font-weight: bold;
	font-size: 16px;
	color: #0072C6;
	padding: 0 10px 8px 10px;
}
.incBox h3 .more {
	float: right;
	font-size: 13px;
	color: #777777;
}
/* -- searchBox -- */
.searchBox {
	position: relative;
	background-color: #FFF;
	height: 28px;
	padding-left: 10px;
}
.searchBox .keyword {
	width: 90%;
	color: #999;
	height: 20px;
	line-height: 20px;
	margin: 4px 0;
}
.searchBox .btnSearch {
	position: absolute;
	right: 0;
	border: 0;
	background: #E0E0E0 url(images/btn_search.gif) no-repeat;
	width: 28px;
	height: 28px;
	text-indent: -999px;
	cursor: pointer;
}
/* -- tree -- */
.treeBox {
	zoom: 1;
	overflow: hidden;
	padding:1.5em 1.2em;
}
.treeBox a {
	display: block;
	float: left;
	margin:0 1em 1em 0;
	background:#EEE;
	padding: 3px 8px;
	overflow:hidden;
}
.treeBox a.cur {
	background:#E71F2F;
	color: #FFF;
}
/* -- productList -- */
.productList {
	font-size: 13px;
	zoom: 1;
	overflow: hidden;
}
.productList dl {/*
 float: left;
 width: 50%;*/ }
.productList dt {
	padding: 1.5em 2em 0 2em;
	text-align: center
}
.productList dt h4 {
	font-size: 1.3em;
	color: #222;
	margin: 0 0 .6em 0;
}
.productList dd {
	text-align: center;
	padding: 1.2em;
}
.productList dd.clearBorder { border-right: none; }
.productList dd .img {
	margin-bottom: 10px;
	height: 13em;
	overflow: hidden;
}
.productList dd .img img { /*margin-top: -10%; */}
.productList dd .name { margin-bottom: 6px; font-size:1.1em;}
.productList dd .price { color: #999999; }
/* -- articleList -- */
.articleList { /*padding:.4em 0;*/ padding-top:1.5em}
.articleList dl {
	border-bottom: solid #EEE 1px;
}
.articleList dl,.article-more{ padding:1.2em;}
.articleList dt {
	margin-bottom: 10px;
	line-height:140%; 
	overflow:hidden;
	font-size: 13px;
}
.articleList dd { color: #999999; }
.articleList dd em { margin-right:20px; }
/* 库项目样式
----------------------------------------------- */
/* -- urHere -- */
.urHere {
	background-color: #EEE;
	color: #555;
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
}
.urHere a { color: #0072C6; }
.urHere b { margin: 0 8px; }
/* page
----------------------------------------------- */
#page {/* margin-bottom: 30px;*/ }
#page h1 {
	border-bottom: 1px solid #EEEEEE;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding:0 1.2em 1em 1.2em;
}
#page .content {
	color: #878787;
	line-height: 200%;
	padding:1.2em;
}

#page .content img { max-width: 100%; }
/* product_category
----------------------------------------------- */
/* product
----------------------------------------------- */
#product { /*margin-bottom: 30px; */}
#product .img {
	border-bottom: 1px solid #EEEEEE;
	padding: 10px;
	text-align: center;
}
#product .info {
	padding:1.2em;
	line-height: 180%;
}
#product .info h1 {
	font-size: 14px;
	color: #333333;
}
#product .info .defined {
	color: #999999;
	padding: 5px 0;
}
#product .info .price {
	color: #FF0000;
	font-size: 16px;
}
#product .info .tel {
	margin-top: 20px;
	zoom: 1;
	overflow: hidden;
	line-height: 35px;
	background-color: #19B4EA;
	font-weight: bold;
	font-size: 14px;
}
#product .info .tel dt {
	float: left;
	width: 82px;
	height: 35px;
	text-align: right;
	padding-right: 3px;
	background-color: #E0E0E0;
	color: #333;
}
#product .info .tel dd {
	float: left;
	width: 150px;
	height: 35px;
	color: #FFF;
	padding-left: 10px;
}
#product .info .tel dd a { color: #FFF; }
#product .content { padding:.8em 0 1.5em 0; }
#product .content img { max-width: 100%; }
#product .content h3 {
	height: 35px;
	line-height: 35px;
	color: #555555;
	font-weight: bold;
	font-size: 18px;
	padding-left: 10px;
}
#product .content .info-text {
	padding:1.2em;
	line-height: 200%;
}
#product .content .info-text p,#product .content .info-text div,#page .content p,#page .content div{ margin-bottom:1em; font-size:1.2em;color:#333;}
/* article_category
----------------------------------------------- */
/* article
----------------------------------------------- */
#article { /*margin-bottom: 30px;*/ padding-top:1.2em; }
#article h1 {
	border-bottom: 1px solid #EEEEEE;
	color: #222;
	font-size:1.4em;
	font-weight: bold; text-align:center;
	padding:1.2em 1.2em .6em 1.2em;
}
#article .info {
	padding: 10px;
	color: #999999;
	text-align:center;
	font-size: 13px;
}
#article .info span{ margin:0 .8em;}
#article .content {
	color: #878787;
	line-height: 200%;
	padding:1.2em;
}
#article .content p,#article .content div{margin-bottom:1em; font-size:1.2em;color:#444;}
#article .content img { max-width: 100%; }
/* 留言板
----------------------------------------------- */
#guestBook { padding:1.5em 1.2em 0 1.2em; }
#guestBook h2 {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	border-bottom: solid #EEE 1px;
}
/* bookList */
#guestBook .bookList {
	padding:10px 0;
	line-height: 180%;
	font-size: 13px;
}
#guestBook .bookList dl { margin-bottom: 15px; border-bottom:1px solid #E2E2E2; padding-bottom:1em;}
#guestBook .bookList dt {
	color: #333;
	margin-bottom:6px;
	font-weight: bold;
}
#guestBook .bookList dd { color: #999; }
#guestBook .bookList p {
	color: #666;
	margin-top: 5px;
	overflow: hidden;
	zoom: 1;
}
#guestBook .bookList p em {
	float: left;
	width: 70px;
}
#guestBook .bookList p span {
	float: left;
	width: 800px;
}
#guestBook .bookList p b {
	color: #999;
	float: right;
}
#guestBook .bookList .pager {
	text-align: left;
	padding: 0 0 1em 0;
}
/* bookList */
#guestBook .bookAdd {
	font-size: 13px;
	padding: 15px 0;
}
#guestBook .bookAdd dl {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
}
#guestBook .bookAdd .contact dt {
	float: left;
	width: 110px;
}
#guestBook .bookAdd .contact dd { margin-left: 110px; }
#guestBook .bookAdd .contact dd .textInput { width: 93%; }
#guestBook .bookAdd .vcode {
	text-transform: uppercase;
	width: 100px;
}
#guestBook .bookAdd .select { height: 38px; }
#guestBook .bookAdd dl.cue {
	margin: -8px 0 10px 60px;
	color: #999;
}
#guestBook .bookAdd dl.submit { margin: 20px 0 0 60px; }
#guestBook .bookAdd dl b {
	display: block;
	padding: 2px 0 2px 3px;
	color: #FF0000;
	line-height: 16px;
}
#guestBook .bookList dl{ padding-left:3.5em;}
#guestBook .bookList dt h4{ font-size:1.1em; padding-right:80px;}
#guestBook .bookList dt span{ float:right; font-weight:normal;color:#999}
#guestBook .bookList dt,#guestBook .bookList dd{ padding:.6em 1em; border:1px dashed #E2E2E2; background:#FAFAFA; position:relative}
#guestBook .bookList dt i,#guestBook .bookList dd i{ display:block; display:block; width:2.4em; height:2.4em; line-height:2.4em; text-align:center; color:#FFF; background:#333; position:absolute; left:-3.5em; top:0}
#guestBook .bookList dd i{ background:#00956D}
#guestBook .bookList dd span{ margin-left:10px;}
.style-arrow,.style-arrow s,.style-arrow b{font-family: "SimSun";
overflow: hidden;
font-size: 12px;
line-height: 100%;
display: block;
height: 12px;
position: absolute;
z-index: 9;
color: #FAFAFA;}
.style-arrow s{z-index: 11;
left: 1px;}
.style-arrow b{z-index: 10;
color: #CCC;}
.style-arrow{width: 12px;
left: -6px;}

/* 站点地图
----------------------------------------------- */
#catalog {
	padding:1.5em 0 2.5em;
	zoom: 1;
	overflow: hidden;
}
#catalog .map{ padding:1.5em 0}
#catalog .map h4{ font-size:1.3em; text-align:center}
#catalog ul{ width:100%;border-bottom:1px solid #EEE;}
#catalog li{ float:left; width:25%; overflow:hidden;}
#catalog li .box{border-left:1px solid #EEE;border-top:1px solid #EEE;}
#catalog li a {
	display: block;
	width:70%;
	margin:0 auto;
	background:#FFF;
	text-align:center
}
#catalog li a i,#catalog li a{ transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
#catalog li a i{ display:block; width:4em; height:4em; margin:1.2em auto .3em}
#catalog li.sn1 a i{background: url(images/nav_icon_01.png) no-repeat center;background-size:cover;}
#catalog li.sn2 a i{background: url(images/nav_icon_12.png) no-repeat center;background-size:cover;}
#catalog li.sn3 a i{background: url(images/nav_icon_11.png) no-repeat center;background-size:cover;}
#catalog li.sn4 a i{background: url(images/nav_icon_10.png) no-repeat center;background-size:cover;}
#catalog li.sn5 a i{background: url(images/nav_icon_08.png) no-repeat center;background-size:cover;}
#catalog li.sn6 a i{background: url(images/nav_icon_05.png) no-repeat center;background-size:cover;}
#catalog li.sn7 a i{background: url(images/nav_icon_06.png) no-repeat center;background-size:cover;}
#catalog li.sn8 a i{background: url(images/nav_icon_07.png) no-repeat center;background-size:cover;}
#catalog li.sn9 a i{background: url(images/nav_icon_02.png) no-repeat center;background-size:cover;}
#catalog li.sn10 a i{background: url(images/nav_icon_04.png) no-repeat center;background-size:cover;}
#catalog li.sn11 a i{background: url(images/nav_icon_03.png) no-repeat center;background-size:cover;}
#catalog li.sn12 a i{background: url(images/nav_icon_09.png) no-repeat center;background-size:cover;}
#catalog li a:hover{color:#E71F2F;}
#catalog li a:hover i{ margin:1.4em auto .1em;}



#catalog li a p{ height:1.8em; display:block;line-height:2em; padding-bottom:.6em; font-size:1.2em;overflow:hidden}




/* 提示信息
----------------------------------------------- */
#douMsg {
	text-align: center;
	padding: 50px 0;
}
#douMsg dt {
	color: #0072C6;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: bold;
}
#douMsg dd { color: #666; }
#douMsg dd .back {
	display: block;
	width: 100px;
	line-height: 30px;
	background-color: #19B4EA;
	color: #FFF;
	margin: 30px auto;
}
/* 分页
----------------------------------------------- */
.pager {
	text-align: center;
	padding: 20px;
	color: #AAAAAA;
}
.pager em {
	color: #525252;
	margin: 0 30px;
}
.pager a { color: #525252; }
/* footer
----------------------------------------------- */
#footer .goTop {
	display: block;
	margin:0 auto;
	width: 60px;
	text-align: center;
	background: url(images/icon_gotop.png) no-repeat center top;
	padding-top: 8px;
}
#footer ul {
	background-color: #EEEEEE;
	padding: 15px 0;
	text-align: center;
	color: #999999;
}
#footer a { color: #555555; }
#footer li { padding: 5px 0; }
#footer .footNav a {
	margin: 0 5px;
	color: #0072C6;
}
#footer .powered { font-size: 11px; }
/* ------ news css www.ec-fan.cn ------ */
.logo .logo-img,.mid-logo{
	display: block;
	width: 125px;
	height: 34px;
	margin-top: 5px;
}
.mid-logo{ margin:5px auto}
.border-top-d5 { border-top: .5em solid #EEE }
#mainNav li a i {
	display: block;
	width: 4em;
	height: 4em;
	margin: 0 auto;
	border-radius:50%;
	overflow: hidden;
}
#mainNav li.sn1 a i {
	background: url(images/nav_icon_01.png) no-repeat center;
	background-size: cover;
}
#mainNav li.sn2 a i {
	background: url(images/nav_icon_02.png) no-repeat center;
	background-size: cover;
}
#mainNav li.sn3 a i {
	background: url(images/nav_icon_03.png) no-repeat center;
	background-size: cover;
}
#mainNav li.sn4 a i {
	background: url(images/nav_icon_04.png) no-repeat center;
	background-size: cover;
}
#mainNav li.sn5 a i {
	background: url(images/nav_icon_05.png) no-repeat center;
	background-size: cover;
}
#mainNav li.sn6 a i {
	background: url(images/nav_icon_06.png) no-repeat center;
	background-size: cover;
}
#mainNav li.sn7 a i {
	background: url(images/nav_icon_07.png) no-repeat center;
	background-size: cover;
}
#mainNav li.sn8 a i {
	background: url(images/nav_icon_08.png) no-repeat center;
	background-size: cover;
}
.display-box {
	background: #FFF;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.08);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,.08);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.gray-border-style {
	padding-bottom: 1.5em;
	background: #EEE;
}
#mainNav li p {
	margin-top: .5em;
	text-align: center
}
.news-box .title h2 {
	padding-top: .2em;
	color: #222
}
.news-box .title h2 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: .5em;
}
.productList .gray-border-style { padding-bottom: 1.0em; }
.productList .clearPadding { padding: 0 }
.productList dt p { line-height: 160%;color:#808080}
.productList dt {
	border-bottom: 1px solid #DDD;
	padding-bottom: .6em;
}
.smo{ -webkit-transition:all .3s ease-in-out;
      -moz-transition:all .3s ease-in-out;
	  -ms-transition:all .3s ease-in-out;
	  -o-transition:all .3s ease-in-out;
      transition:all .3s ease-in-out}
.article-more a,.info-list .more-info a{ display:block; background:#F8F8F8;color:#666; text-align:center; padding:.8em 0}
.article-more a:hover,.article-more a:active,.info-list .more-info a:hover,.info-list .more-info a:active{ background:#E71F2F;color:#FFF}
.articleList .article-img{ overflow:hidden; padding:0 1.2em; margin-bottom:2em;border-bottom:1px solid #EEE;}
.articleList .article-img img{ margin-top:-12%;}
.articleList .img2{ margin-bottom:.5em;}
.articleList .article-img p{ padding:1em 0 1.5em; height:1.8em; line-height:1.8em; overflow:hidden; font-size:14px; text-align:left}
.articleList .article-img .img-box{display:block; height:14em; overflow:hidden}
.articleList .article-img a{}
.industrial .incBox{ margin:0}
#footer .display-box{ padding:2em}
/* 文章列表 */
.alBox-tit{ padding-top:1.5em;text-align:center}
.alBox-tit h3{ font-size:1.4em;color:#222; line-height:200%}
.alBox-tit p{ font-size:1.2em}
.alBox-list { width:100%;border-bottom:1px solid #E8E8E8}
.alBox-list li{ float:left; width:50%;}
.alBox-list li dl{ border:1px solid #FFF; border-top-color:#E8E8E8}
.alBox-list li dl.border-color{ border-left-color:#EEE}
.alBox-list li dt{ height:7.5em;}
.alBox-list li dt a{ display:block; overflow:hidden; height:100%}
.alBox-list li dd{color:#444; font-size:1.1em; text-align:center; height:1.5em; line-height:1.5em; overflow:hidden}







