/*
Theme Name:  Default

Description:  默认模板
Version: 1.0
Author: DouCo Co.,Ltd.

*/

/* 初始化
----------------------------------------------- */
body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #555;
 background-color:#F1F1F1;
 min-width: 320px;
}
body, button, input, textarea {
 font-size: 16px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
a {
 text-decoration: none;
 color: #333333;
}
a:hover {
 text-decoration: none;
}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 12px;
 margin: 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 vertical-align: middle;
 border: 0;
}
label {
  cursor: pointer;
}
/* 主体框架
----------------------------------------------- */
#wrapper {
 width: 100%;
 min-width: 320px;
 margin: 0 auto;
 max-width: 640px;
 background-color: #EEE;
 overflow: hidden;
}
/* -- header -- */
/*
#header {
 zoom: 1;
 overflow: hidden;
 background-color: #f23030;
 height: 45px;
 color: #FFF;
 text-align: center;
 font-size: 16px;
}
*/

#header a {
 color: #FFF;
}
#header em {
    width: 120px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    color: #fff;
    font-size: 16px;
}
#header .logo {
	float: left;
	padding-left: 11px;
	font-size: 20px;
}
#header .logo img {
 vertical-align:top;
}
#header a.home {
	float: left;
	width: 45px;height:45px;
	background: url(../images/icon_head.png) no-repeat left top;
}
#header a.siteMap {
	float: right;
	width: 45px;height:45px;
	background: url(../images/icon_head.png) no-repeat -45px top;
}
#header a.order {
	float: right;
	width: 45px;height:45px;
	background: url(../images/icon_head.png) no-repeat -90px top;
}



#header{position:relative;height:50px;background:#006fe2;}

#header .logo{display:block;width:100%;height:30px;padding:10px 0 0 10px;}
#header .logo img{display:block;width:100%;}
#header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
#header .search:hover{background-color:#0067d2;}
#header .search span{display:none;}
#header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
#header .user-icon span{display:none;}
#header .user-icon:hover{background-color:#0067d2;}
#header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}

@media (min-width:641px){body{width:640px;margin:auto;}}

/* -- mainNav -- */
#mainNav {
/*
 font-size: 14px;
 background-color:#FFF;
*/
}
#mainNav ul {
 zoom: 1;
 overflow: hidden;
}
#mainNav li {
	float: left;
	width: 31%;
	margin: 1%;
	padding: 1rem 0;
	background: #f13a3a;
	position: relative;
}
#mainNav li:nth-child(4){
	width: 47.75%;
	background: #006fe2;
}
#mainNav li:nth-child(5){
	width: 47.75%;
	background: #006fe2;
}
#mainNav li a {
	display: block;
	text-align: center;
	text-decoration: none;
	/*
	border-right: solid #EEEEEE 1px;
	border-bottom: solid #EEEEEE 1px;
	line-height: 55px;
	*/
}
#mainNav li a.last {
	border-right: none;
}
#mainNav li i.nav_ico{
	display: block;
    position: relative;
	margin: 0 auto;
    width: 1rem;
    height: 1rem;
	overflow: hidden;
	/*border: .1rem solid #fff;
    font-size: 1rem;
	*/
}
#mainNav li i.nav_ico img{
	width: 100%;
}
#mainNav li em{
    position: relative;
	display: block;
    text-align: center;
    color: #fff;
    font-size: .65rem;
	margin-top: .3rem;
}
/* 首页样式
----------------------------------------------- */
/* -- 幻灯 -- */
.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: 3px;
 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;
}
.slideShow .controlBox.controlDefault a {
 background: url(../images/inactive.png) no-repeat 50% 50%;
 text-indent: -9999px;
 width: 13px;
 height: 13px;
 clear: none;
 display: block;
}
.slideShow .controlBox.controlDefault a:hover, .slideShow .controlBox.controlDefault a.active {
 background: url(../images/active.png) no-repeat 50% 50%;
}
/* -- indexSearch -- */
#indexSearch {
 background-color: #EEEEEE;
 height: 30px;
 padding: 10px;
}
#indexSearch .searchBox {
 border: 1px solid #DDDDDD;
}


/*首页关于我们*/
.index_about {
	margin: 5px;
	background: transparent url(../images/index_about_bg.jpg) center /cover;
}
.index_about h3{padding:40px 0 20px 20px;}
.index_about h3 span{
    font-family: 微软雅黑;
    font-size: 0.9rem;
	border-bottom: 1px solid #C40000;
}
.index_about .about_content{
    font-family: 微软雅黑;
    font-size: 0.65rem;
    color: #333;
	padding: 0px 3.0rem .5rem .5rem;
}
.index_about .more{}

/* cardList
* 卡片式信息列表
----------------------------------------------- */
.cardList {
 font-size: .66rem;
 zoom: 1;
 overflow: hidden;
 
}
.cardList dl {
    /* float: left; */
    /* width: 48%; */
    margin: .75rem .1rem;
    background-color: #FFF;
    box-shadow: 0.1rem 0.2rem 0.2rem #ececec;
    /* border-radius: 4px; */
}
.cardList dd  {
    text-align: center;
    /* padding: .5rem 0; */
}
.cardList dd.clearBorder {
 border-right: none;
}
.cardList dd .img {
    margin: 0 auto;
    width: 100%;
    height: 6rem;
	position: relative;
    overflow: hidden;
}
.cardList dd .img img{
	width: 100%;
	max-width: initial;
	position: absolute; left:0; top: -50%;
	
}
.cardList dd .name {
    padding: .5rem 0;
    font-size: .66rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cardList dd .desc {
 color: #999999;
	font-size: .5rem;
}
/* cardList END
----------------------------------------------- */

/* page
----------------------------------------------- */
#page {
 padding-bottom: 30px;
 background-color:#FFF;
}
#page h1{
	height: 2rem;
    line-height: 2rem;
    background: #f2f2f2;
}
#page h1 em{
    color: #333333;
    font-size: .7rem;
    font-weight: bold;
	white-space: nowrap;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
#page h1 i{
	float: left;
    width: .6rem;
    height: .6rem;
    display: inline-block;
    background: #f23030;
    margin-right: 1rem;
    position: relative;
    left: .3rem;
    -webkit-box-shadow: -0.3rem 0 0 #fff inset;
    -ms-box-shadow: -0.3rem 0 0 #fff inset;
    -moz-box-shadow: -0.3rem 0 0 #fff inset;
    -o-box-shadow: -0.3rem 0 0 #fff inset;
    box-shadow: -0.3rem 0 0 #fff inset;
    margin-top: .7rem;
}
#page .content {
 color: #878787;
 line-height: 200%;
 padding: 10px;
}
#page .content img {
 max-width:100%;
}
/* productList
----------------------------------------------- */
.productList {
 font-size: 18px;
 zoom: 1;
 overflow: hidden;
 
}
.productList dl {
	float: left;
	width: 48%;
	margin:1%;
	background-color:#FFF;
}
.productList dd {
	text-align: center;
	padding: .5rem 0;
	/*
	border-right: solid #EEEEEE 1px;
	border-top: solid #EEEEEE 1px;
	padding: 10px;
	padding: 0.1rem;
	*/
}
.productList dd.clearBorder {
 border-right: none;
}
.productList dd .img {
    margin: 0 auto;
    width: 4rem;
    height: 3rem;
    overflow: hidden;
}
.productList dd .img img{
	width: 100%;
	max-width: initial;
	
}
.productList dd .name {
	padding: .2rem 0;
	font-size: .66rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productList dd .price {
 color: #999999;
}
/* product
----------------------------------------------- */
#product {
    padding: 0 .65rem .6rem .65rem;
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
}
#product .img {
 border-bottom: 1px solid #EEEEEE;
 padding: 10px;
 text-align: center;
}
#product .info {
 padding: .5rem 0;
 line-height: 180%;
}
#product .info h1  {
	font-size: .7rem;
	color: #333333;
	text-align: center;
}
#product .info .defined {
 color: #999999;
 padding: 5px 0;
}
#product .info .price {
 color: #FF0000;
 font-size: 16px;
}
#product .info .btnBuy {
 margin-top: 20px;
}
#product .info .btnBuy .addToCart {
 background:#006fe2 url(../images/btn_addtocart.png) no-repeat 20px 50%;
 color: #FFFFFF;
 padding: 8px 25px 8px 50px;
 text-decoration: none;
 cursor: pointer;
 font-size:16px;
 -webkit-appearance: none;
}
#product .info .tel {
 margin-top: 20px;
 zoom: 1;
 overflow: hidden;
 line-height: 35px;
 background-color: #006fe2;
 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: 15px 0;
}
#product .content img {
 max-width:100%;
}
#product .content h3 {
 height: 35px;
 line-height: 35px;
 color: #777;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #EEE;
 padding-left: 10px;
}
#product .content {
    min-height: 7.5rem;
    padding: 0 0 2rem 0;
    font-size: .6rem;
    color: #666;
    line-height: 1.2rem;
}
/* articleList
----------------------------------------------- */
.articleList {
 background-color:#FFF;
}
.articleList dl {
 border-top: solid #EEEEEE 1px;
 padding: .5rem;
}
.articleList dt {
	margin-bottom: 5px;
	font-size: .75rem;
}
.articleList dd {
	color: #999999;
	font-size: .5rem;
	height: .5rem;
}
.articleList dd em {
	margin-right:8px;
	float: left;
}
/* article
----------------------------------------------- */
#article {
    padding: 0 .65rem .6rem .65rem;
    margin-top: .45rem;
    word-wrap: break-word;
    word-break: normal;
	background: #fff;
}
#article h1 {
    width: 100%;
    font-size: .7rem;
    text-align: left;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: .65rem 0rem;
    position: relative;
}
#article .info {
 color: #999999;
 font-size: .5rem;
}
#article .info2 {
 color: #999999;
 font-size: .5rem;
}
#article .content {
    min-height: 7.5rem;
    padding: 0 0 2rem 0;
    font-size: .6rem;
    color: #666;
    line-height: 1.2rem;
}
#article .content img {
 max-width:100%;
}
/* 站点地图
----------------------------------------------- */
#catalog {
 zoom: 1;
 overflow: hidden;
}
#catalog li a {
 display: block;
 background:#FFF url(../images/icon_arrow_right.png) no-repeat right center;
 border-bottom: 1px solid #EEE;
 line-height: 50px;
 height:50px;
 padding-left: 10px;
}
/* 提示信息
----------------------------------------------- */
#douMsg {
 text-align: center;
 padding:50px 0;
 background-color:#FFF;
}
#douMsg dt {
 color: #1f1f1f;
 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:#006fe2;
 color:#FFF;
 margin:30px auto;
}
/* 全局样式
----------------------------------------------- */
/* -- common -- */
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.none {
 display: none;
}
#vcode {
 cursor: pointer;
}
.cue {
 color: red;
 font-size:12px;
}
.fixex {
 position: fixed;
 left: 0;
 bottom: 0;
 z-index: 10000;
 width: 100%;
}
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #1f1f1f;
 color: #EEE;
 padding: 8px 5px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
 font-size: 14px;
 -webkit-appearance: none;
 width: 97%;
}
.btnGray {
 display: inline-block;
 border: 1px solid #CCCCCC;
 color: #555555;
 padding: 6px 5px;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
 font-size: 14px;
 -webkit-appearance: none;
 width: 97%;
}
.btnMini {
 display: inline-block;
 border: 1px solid #CCCCCC;
 color: #555555;
 padding: 4px 20px;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
 -webkit-appearance: none;
}
.btnRed {
 border: 1px solid #e4393c;
 color: red;
}
.btnPayment {
 display: inline-block;
 background-color: red;
 color: #FFF;
 padding: 4px 20px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
 font-size: 14px;
 -webkit-appearance: none;
}
/* -- 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%;
}
.textAreaAuto {
 border: 1px solid #DDDDDD;
 padding: 0;
 font-size: 12px;
 line-height: 20px;
 resize: none;
 min-height: 40px;
 -webkit-appearance: none;
 width: 96%;
}
/* -- incBox -- */
.incBox {
 margin: 5px;
 background-color:#FFF;
}
.incBox h3 {
	font-weight: bold;
	color: #f23030;
	height: 2.2rem;
    line-height: 2.2rem;
    background: #fff;
	border-bottom: 2px #f23030 solid;
	text-indent: .3rem;
    
}
.incBox h3 .tit{
	font-size: .7rem;
}
.incBox h3 .more {
    font-size: .7rem;
    color: #f23030;
	float: right;
	margin-right: .5rem;
}
/* -- 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: 10px 5px;
 background-color:#FFF;
	margin: .1rem;
}
.treeBox a {
 display: block;
 float: left;
 margin: 5px;
 border: solid #EEEEEE 1px;
 padding: 3px 6px;
}
.treeBox a.cur {
 background-color: #006fe2;
 color: #FFF;
 border: solid #FFF 1px;
}
/* tableBasic */
.tableBasic {
 font-size: 14px;
 padding: 5px 10px;
 background-color:#FFF;
}
.tableBasic dl {
 overflow: hidden;
 zoom: 1;
 padding:3px 0;
 height:20px;
}
.tableBasic dl dt {
 float: left;
 width: 70px;
}
.tableBasic dl dd {
 margin-left: 70px;
}
/* formBasic */
.formBasic {
 font-size: 14px;
 padding: 15px 10px;
 background-color:#FFF;
}
.formBasic dl {
 overflow: hidden;
 zoom: 1;
 margin-bottom: 15px;
}
.formBasic dl dt {
 margin-bottom:3px;
}
.formBasic dl dd label {
 margin-right:25px;
 line-height:38px;
}
.formBasic dl .captcha {
 text-transform: uppercase;
 width: 100px;
}
.formBasic dl .select {
 height: 38px;
}
/* -- urHere -- */
.urHere {
 background-color: #EEE;
 color: #555;
 padding: 10px;
 height:24px;
 font-weight: bold;
 font-size: 15px;
}
.urHere a {
 color: #1f1f1f;
}
.urHere b {
 margin: 0 8px;
}
/* -- pager -- */
.pager {
 text-align: center;
 padding: 10px;
 height:36px;
 background-color:#FFF;
 margin: .1rem;
}
.pager a, .pager span, .pager em {
 display:inline-block;
 color: #525252;
 padding:0 15px;
 line-height:36px;
}
.pager em {
 color: #AAAAAA;
}
/* footer
----------------------------------------------- */
#footer {
	background: #fff;
	font-size: .5rem;
}
#footer .bottom {
    background: #f23030;
    height: 1.4rem;
}
#footer .goTop {
    /* width: 2rem; */
    float: right;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    text-align: right;
    padding-right: 1rem;
    line-height: 1.5rem;
    transition: all 350ms;
    -webkit-transition: all 350ms;
    font-family: verdana;
    font-weight: bold;
    cursor: pointer;
}
#footer .goTop b {
    position: absolute;
    width: 0;
    height: 0;
    top: .5rem;
    right: .35rem;
    border: .2rem transparent solid;
    border-bottom-color: #fff;
}
#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: #1f1f1f;
	font-size: .5rem;
}
#footer .powered {
 font-size: .5rem;
}
