/*
Theme Name: 简约单页面企业模板
Theme URI: http://demo.douco.com/
Description: 简约单页面企业模板
Version: 1.0
Author: DouCo Co.,Ltd.
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: #F4F4F4;
}
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: #333;
}
a:hover {
 color: #19B4EA;
}
img {
 vertical-align: middle;
}
input, select {
 font-family: Microsoft Yahei;
 vertical-align: middle;
}
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.none {
 display: none;
}
#vcode {
 cursor: pointer;
}
.cue {
 color: red;
 font-size: 12px;
}
label {
 cursor: pointer;
}
/* 主体框架
----------------------------------------------- */
#wrapper {
}
#wrapper .wrap {
 width: 1140px;
 margin: 0px auto;
}
#wrapper .padding {
 padding-top:47px;
}
#wrapper .mb {
 margin-bottom: 50px;
 margin-top:80px;
}
/* -- page -- */
#pageLeft {
 float: left;
 width: 180px;
 margin-right: 20px;
}
#pageIn {
 float: left;
 width: 800px;
 overflow: hidden;
}
/* -- urHere -- */
.urHere {
 height: 35px;
 line-height: 35px;
 padding-top: 15px;
 color: #999999;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #DDD;
}
.urHere a {
 color: #999999;
}
.urHere b {
 margin: 0 8px;
}
/* -- tree -- */
.treeBox {
 margin-bottom: 15px;
}
.treeBox h3 {
 height: 35px;
 line-height: 35px;
 padding-top: 15px;
 color: #999999;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #DDD;
 margin-bottom: 15px;
}
.treeBox li {
 padding: 5px 8px;
}
.treeBox li a {
 color: #000;
 font-size: 14px;
}
.treeBox li.cur {
 background-color: #19B4EA;
}
.treeBox li.cur a {
 color: #FFF;
}
.treeBox .search {
 margin: 20px 0;
}
.treeBox .search .keyword {
 width: 136px;
}
/* 通用结构 
----------------------------------------------- */
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #CCC;
 color: #333;
 padding: 12px 55px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 font-size:16px;
 text-align: center;
 -webkit-appearance: none;
}
/* -- input -- */
.textInput {
 border: 1px solid #CCC;
 background-color:#F0F0F0;
 width: 100%;
 padding: 15px;
 color: #858585;
 outline: none;
}
.textArea {
 border: 1px solid #CCC;
 background-color:#F0F0F0;
 width: 100%;
 padding: 15px;
 color: #858585;
 outline: none;
}
.captcha {
 border: 1px solid #CCC;
 background-color:#F0F0F0;
 width: 80px;
 padding: 15px;
 color: #858585;
 outline: none;
 vertical-align: top;
 margin-right:15px;
 text-transform: uppercase;
}
/*- tableDiv -*/
.tableDiv dl {
 zoom: 1;
 overflow: hidden;
 margin-bottom: 15px;
}
.tableDiv dl dt {
 float: left;
 width: 160px;
 text-align: right;
 line-height: 34px;
 font-size: 13px;
}
.tableDiv dl dd {
 float: left;
 width: 640px;
 padding-left: 10px;
}
.tableDiv dl dd i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
.tableDiv dl dd label {
 margin-right: 15px;
 line-height: 34px;
}
/* 导航栏
----------------------------------------------- */
#header {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 67px;
 line-height:47px;
 min-width: 1000px;
 overflow:hidden;
 z-index: 99;
 background: #fff;
 border-bottom: 1px solid #999999;
}
#header .logo {
 float:left;
}
#header .nav {
 float:right;
 padding-right:15px;
 padding-top:10px;
}
#header .nav li {
 display: inline-block;
 *display: inline;
 zoom: 1;
}
#header .nav a {
 display: inline-block;
 height: 47px;
 padding:0 35px;
 *display: inline;
 zoom: 1;
 font-size: 14px;
}
#header .nav .current a {
 color: #FFF;
 background: #19B4EA;
}
/* 主区域
----------------------------------------------- */
#main {
 background-color:#FFF;
 color:#8d9092;
}
#main h2 {
 font-size:18px;
 color:#000;
 font-weight:bold;
 padding:80px 0 30px 0;
 text-align:center;
}
#main h2 i {
 background-color:#999;
 display:block;
 width:26px;
 height:2px;
 line-height:2px;
 font-size:0;
 overflow:hidden;
 margin:40px auto 0 auto;
}
/* 首页
----------------------------------------------- */
#home {
 width:100%;
}
/* 关于我们
----------------------------------------------- */
#about {
 min-height:400px;
 text-align:center;
}
#about ul {
 text-align:center;
 line-height:280%;
 padding-bottom:140px;
}
/* product_category
----------------------------------------------- */
#productList {
 padding-top: 20px;
 color: #999999;
}
#productList dl {
 float: left;
 width: 380px;
 height: 135px;
 margin: 0 30px 30px 0;
}
#productList dl.noMargin {
 margin-right: 0;
}
#productList dt {
 float: left;
 width: 135px;
}
#productList dd {
 margin-left: 155px;
 padding-top: 10px;
}
#productList dt img {
 border: 1px solid #EEEEEE;
 width: 135px;
 height: 135px;
}
#productList .name {
 height: 18px;
 overflow: hidden;
 font-size: 14px;
}
#productList .name a {
 color: #333333;
 font-weight: bold;
}
#productList .brief {
 color: #999999;
 padding-top: 8px;
 height: 60px;
}
#productList .price {
 padding-bottom: 10px;
}
/* 产品
----------------------------------------------- */
#product {
 background-color:#F9F9F9;
 padding-bottom:50px;
}
#product {
 padding: 15px 0;
}
#product .productImg {
 float: left;
 width: 300px;
}
#product .productInfo {
 float: left;
 width: 465px;
 padding: 10px 0 0 15px;
 line-height: 200%;
}
#product .productInfo h1 {
 font-size: 18px;
}
#product .productInfo ul {
 padding-top: 10px;
 margin-bottom: 50px;
}
#product .productInfo .btnAsk {
 zoom: 1;
 overflow: hidden;
}
#product .productInfo .btnAsk dt {
 float: left;
 width: 88px;
 height: 39px;
 line-height: 39px;
 text-align: right;
 padding-right: 3px;
 margin-right: 6px;
 background-color: #E0E0E0;
 color: #333;
 font-weight: bold;
}
#product .productInfo .btnAsk dd {
 float: left;
 width: 300px;
}
#product .productContent {
 padding: 15px;
}
#product .productContent h3 {
 padding: 30px 0 10px 0;
 color: #333;
 font-weight: bold;
 font-size: 16px;
 border-bottom: 1px solid #CBD1D3;
}
#product .productContent ul {
 padding: 15px 0;
 color: #666;
 line-height: 200%;
}
#product .productContent img {
 max-width: 100%;
}
#product h2 {
 margin-bottom:40px;
}
#product .productRoll {
 width:60%;
 max-width: 1920px;
 margin:0 auto;
 position: relative;
 *zoom: 1;
}
#product ul {
 width: 100%;
 zoom:1;
 overflow:hidden;
}
#product li p {
 float: left;
 width: 24.25%;
 height: auto;
 margin-bottom: 20px;
 margin-right: 1%;
 position:relative;
}
#product li p.last {
 margin-right: 0;
}
#product li p a {
 display:block;
 border: 1px solid #F4F4F4;
}
#product li img {
 width:100%;
 height: auto !important;
}
#product li p a i {
 display:none;
}
#product li p a:hover i {
 border: 1px solid #FFF;
 position:absolute;
 background:rgba(255,255,255,0.5); display:block; margin-left:0; margin-top:0; width:100%; height:100%; 
 filter:alpha(opacity=1);  
 -moz-opacity:1;  
 -khtml-opacity: 1;  
 opacity: 1; 
 display:block;
}
/* -- previous 和 next 按钮 -- */
#product .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);
}
#product .arrowBox a.disabled {
 display: none;
}
#product .arrowBox .arrowPrev {
 left: 0;
}
#product .arrowBox .arrowNext {
 right: 0;
}
#product .arrowBox a:hover {
 background-color: rgba(50, 50, 50, .6);
}
#product ul .img {
 border: 1px solid #E4E4E4;
 margin-bottom: 8px;
}
/* page
----------------------------------------------- */
#page {
 padding: 20px 0;
 min-height: 400px;
}
#page h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#page .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#page .content {
 color: #666666;
 line-height: 200%;
 padding-top: 10px;
}
#page .content img {
 max-width: 100%;
}
/* 幻灯
----------------------------------------------- */
.slideShow {
 position: relative;
 margin: 0 auto;
 padding: 0;
 *zoom: 1;
}
.slideShow .slides p {
 display: block;
 height: 600px;
 background-repeat: no-repeat;
 background-position: center center;
 background-size:cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
}
.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);
}
/* -- 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;
}
/* -- controlBox -- */
.slideShow .controlBox {
 z-index: 30;
 position: absolute;
 bottom: 10px;
 width: 99%;
 text-align: right;
 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-color:#B0B0B0;
 overflow:hidden;
 width: 20px;
 height: 20px;
 line-height:20px;
 text-align:center;
 clear: none;
 display: block;
 margin-left:8px;
}
.slideShow .controlBox.controlDefault a:hover, .slideShow .controlBox.controlDefault a.active {
 background-color:#19B4EA;
 color:#FFF;
 text-decoration:none;
}
/* article_category
----------------------------------------------- */
#articleList dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
 zoom: 1;
 overflow: hidden;
}
#articleList dl.last {
 border-bottom: 0;
}
#articleList dt {
 width: 620px;
 margin-bottom: 10px;
 font-size: 14px;
}
#articleList dd {
 color: #999999;
 line-height: 180%;
 zoom: 1;
 overflow: hidden;
}
#articleList dd p {
 float: left;
}
#articleList dd p.img {
 margin-right: 10px;
}
#articleList dd p.desc {
 width: 590px;
}
#articleList .numDate {
 float: right;
 text-align: right;
 padding-top: 12px;
}
#articleList .numDate em {
 background-color: #0072C6;
 color: #FFF;
 padding: 3px 4px;
 font-size: 14px;
 font-weight: bold;
}
#articleList .numDate p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}
/* -- lift -- */
.lift {
 margin-top: 60px;
 color: #999;
 font-size: 14px;
}
.lift a {
 color: #999;
}
.lift span {
 margin-right: 15px;
}
/* 新闻
----------------------------------------------- */
#article {
 text-align:center;
 padding-bottom:80px;
}
#article {
 padding: 15px 0;
 min-height: 400px;
}
#article h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#article .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#article .content {
 color: #666666;
 line-height: 180%;
}
#article .content img {
 max-width: 100%;
}
#article ul {
 text-align:center;
 line-height:280%;
}
#article .articleRoll {
 position: relative;
 padding-bottom:50px;
}
#article li .content {
 margin-bottom:30px;
}
#article li .title {
 color:#000;
}
#article .controlBox {
 z-index: 30;
 position: absolute;
 bottom: 10px;
 width: 100%;
 text-align: center;
 font-size: .85em;
 font-family: Arial;
 font-weight: bold;
 color: #666;
}
#article .controlBox .control {
 display: inline-block;
 *zoom: 1;
 *display: inline;
}
#article .controlBox.controlDefault a {
 background: url(images/inactive.png) no-repeat 50% 50%;
 text-indent: -9999px;
 overflow:hidden;
 width: 20px;
 height: 30px;
 clear: none;
 display: block;
}
#article .controlBox.controlDefault a:hover, #article .controlBox.controlDefault a.active {
 background: url(images/active.png) no-repeat 50% 50%;
}
/* 联系我们
----------------------------------------------- */
#contactUs {
}
#contactUs h2 {
 background-color:#19B4EA;
 color:#FFF;
 padding-bottom:50px;
}
#contactUs h2 i {
 background-color:#FFF;
}
#contactUs .info {
 background-color:#F9F9F9;
 padding:20px 0;
}
#contactUs .info ul {
 zoom:1;
 overflow:hidden;
 margin:0 auto;
 width:900px;
}
#contactUs .info li {
 float:left;
 width:260px;
 padding:0 10px;
}
#contactUs .info li.address {
 width:500px;
}
/* 留言板
----------------------------------------------- */
#homeGuestbook {
 background-color:#EBEBEB;
 padding-bottom:150px;
}
#homeGuestbook .left {
 float:left;
 width:516px;
}
#homeGuestbook .right {
 float:right;
 width:546px;
}
#homeGuestbook span {
 line-height:40px;
}
#homeGuestbook li {
 margin-bottom:25px;
}
#homeGuestbook .submit {
 text-align:center;
 margin-top:40px;
}
/* -- 格式化留言页面 -- */
#guestBook {
 background: url(images/icon_guestbook.png) no-repeat 50% 50%;
 height:600px;
}
#guestBook h2, #guestBook .bookList, #guestBook .bookAdd {
 display:none;
}
/* 提示信息
----------------------------------------------- */
#douMsg {
 padding: 300px 0;
 text-align: center;
}
#douMsg dt {
 color: #0072C6;
 font-size: 16px;
 margin-bottom: 30px;
 font-weight: bold;
}
#douMsg dd {
 color: #666;
}
#douMsg dd a {
 margin-left: 5px;
 color: #000;
}
/* 在线客服
----------------------------------------------- */
#onlineService {
 position: fixed;
 _position: absolute;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-380+"px");
 top: 208px;
 right: 0;
 z-index: 999999;
 display: block;
}
#onlineService .onlineIcon {
 position: relative;
 cursor: pointer;
 background: url(images/online_service.png) no-repeat;
 width: 34px;
 height: 110px;
 text-indent: -9999px;
 overflow: hidden;
}
#onlineService #pop {
 border: 3px solid #19B4EA;
 background-color: #F2F2F2;
 padding: 8px;
 width: 95px;
 min-height: 84px;
 position: absolute;
 right: 34px;
 top: 0;
 display: none;
 z-index: 999999;
}
#onlineService .onlineQQ a {
 display: block;
 background: url(images/online_service.png) no-repeat left -160px;
 color: #19B4EA;
 width: 82px;
 height: 24px;
 line-height: 23px;
 padding-left: 27px;
 margin-bottom: 8px;
}
#onlineService .onlineQQ a:hover {
 text-decoration: none;
 color: #19B4EA;
}
#onlineService .service {
 border-top: 1px solid #DDDDDD;
 padding-top: 8px;
 color: #666;
}
#onlineService .service a {
 color: #666;
}
#onlineService .service li {
 background: url(images/online_service.png) no-repeat left -202px;
 padding-left: 8px;
}
#onlineService .goTop {
 display: none;
}
#onlineService .goTop .goBtn {
 background: #F2F2F2 url(images/online_service.png) no-repeat left -120px;
 width: 34px;
 height: 34px;
 display: block;
}
/* footer
----------------------------------------------- */
#footer {
 border-top: 1px solid #D8D8D8;
 background-color: #F5F5F5;
 padding: 35px 0;
 line-height: 25px;
 color: #999999;
}
#footer a {
 color: #333;
}
#footer .footNav i {
 margin: 0 12px;
 color: #CCC;
}
#footer .footNav a.first {
 margin-left: 0;
}
#footer .copyRight {
 font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
}
