/*
Theme Name: 丰意电气
Theme URI: http://www.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: #898989;
 background-color: #FFF;
}
body, button, input, textarea {
 font-size: 14px;
 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: none;
 color: #C70D0E;
}
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;
}
.more a {
 color: #999;
}
.more a:hover {
 text-decoration: underline;
}
/* 主体框架
----------------------------------------------- */
#wrapper {
}
#wrapper .wrap {
 width: 1200px;
 margin: 0px auto;
}
#wrapper .m {
 margin: 35px auto 50px auto;
}
/* -- page -- */
#pageLeft {
 float: left;
 width: 230px;
 margin-right: 30px;
}
#pageIn {
 float: left;
 width: 940px;
 overflow: hidden;
}
#bigLeft {
 float: left;
 width: 710px;
 overflow: hidden;
}
#pageRight {
 float: left;
 width: 240px;
 margin-left: 30px;
}
/* 头部导航
----------------------------------------------- */
/* -- header -- */
#header {
 min-height: 113px;
 _height: 113px;
 border-top: 5px solid #3DCD58;
}
#header .logo {
 margin: 30px 0 0 0;
 float: left;
}
#header .tel {
 display: block;
 float: right;
 background: url(images/tel.png) no-repeat;
 width: 277px;
 height: 53px;
 margin: 35px 0 0 0;
}
/* -- mainNav -- */
#mainNav {
 background: #3DCD58;
 height: 50px;
 font-size: 16px;
 font-weight: bold;
}
/* LEVEL ONE */
#mainNav ul.wrap {
 position: relative;
 z-index: 1000;
}
#mainNav ul li {
 float: left;
 zoom: 1;
}
#mainNav ul li a {
 display: inline-block;
 padding: 0 35px;
 text-align: center;
 height: 50px;
 line-height: 50px;
 color: #FFF;
 text-decoration: none;
}
#mainNav ul li.hover, #mainNav ul li.cur {
 background: #151C2F;
 position: relative;
}
#mainNav ul li.hover a, #mainNav ul li.cur a {
 color: #FFF;
}
/* LEVEL TWO */
#mainNav ul ul {
 min-width: 220px;
 _width: 220px;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 background-color: #fff;
}
#mainNav ul ul li {
 font-weight: normal;
 background: #FFFFFF;
 float: none;
 border-bottom: 1px solid #EEE;
}
#mainNav ul ul li.hover {
 background: #FFFFFF;
}
#mainNav ul li.hover ul li a {
 border-left: 0;
 background: #FFFFFF;
 color: #333;
 border-right: none;
 display: block;
 height: 35px;
 line-height: 35px;
}
#mainNav ul li.hover ul li.hover a {
 background: #3DCD58;
 color: #FFF;
}
#mainNav ul li.hover ul a.parent {
 background: url(images/icon_blue.gif) no-repeat 96px 50%;
}
/* LEVEL THREE */
#mainNav ul ul ul {
 left: 100%;
 top: 0;
 border-top: 0;
 _border-top: 1px;
}
#mainNav ul li.hover ul li.hover ul li a {
 background: #FFFFFF;
 color: #333;
}
#mainNav ul li.hover ul li.hover ul li.hover a {
 background: #3DCD58;
 color: #FFF;
}
/* 首页样式
----------------------------------------------- */
/* -- 幻灯 -- */
.slideShow {
 position: relative;
 margin: 0 auto;
 padding: 0;
 *zoom: 1;
 background-color: #666;
}
.slideShow .slides a {
 display: block;
 height: 580px;
 background-repeat: no-repeat;
 background-position: center center;
}
.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: #fff url(images/slide_loader.gif) center center no-repeat;
 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: 10px;
 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;
 overflow:hidden;
 width: 20px;
 height: 30px;
 clear: none;
 display: block;
}
.slideShow .controlBox.controlDefault a:hover, .slideShow .controlBox.controlDefault a.active {
 background: url(images/active.png) no-repeat 50% 50%;
}
/* -- index -- */
#index {
 background: url(images/main_bg.jpg) no-repeat 50% top;
}
#index h2 {
 background: url(images/h2_line.png) no-repeat 50% bottom;
 text-align: center;
 padding: 100px 0 30px 0;
 width: 1200px;
 margin: 0 auto;
}
#index h2 b {
 display: block;
 font-size: 35px;
 color: #FFF;
}
#index h2 em {
 display: block;
 font-size: 13px;
 color: #EDEDED;
}
#index h2.blue b {
 color: #333;
}
#index h2.blue em {
 color: #666666;
}
/* -- about -- */
#index .about {
 font-size: 16px;
 color: #FFF;
 width: 1000px;
 margin: 0 auto;
 padding-top: 70px;
}
/* -- idea -- */
#index .idea {
 padding-top: 95px;
}
#index .idea .wrap {
 zoom:1;
 overflow: hidden;
}
#index .idea dl {
 float: left;
 width: 283px;
 height: 293px;
 border: 1px solid #EEEEEE;
 background-color: #FFF;
 margin-right: 20px;
}
#index .idea dl.last {
 margin-right: 0;
}
#index .idea dl i {
 display: block;
 width: 50px;
 height: 50px;
 margin: 50px auto 30px auto;
 background: url(images/icon_idea.png) no-repeat 50% top;
}
#index .idea dl i.b {
 background-position: 50% -50px;
}
#index .idea dl i.c {
 background-position: 50% -100px;
}
#index .idea dl i.d {
 background-position: 50% -150px;
}
#index .idea dl dt {
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 color: #000;
 margin-bottom: 25px;
}
#index .idea dl dd {
 text-align: center;
 font-size: 14px;
 color: #636363;
 padding: 0 40px;
 line-height: 180%;
}
/* -- recArticle -- */
#index .recArticle {
 zoom:1;
 overflow:hidden;
 margin-top: 80px;
 padding: 10px;
 background-color: #FFF;
}
#index .recArticle dl {
 zoom:1;
 overflow:hidden;
 margin-bottom:25px;
}
#index .recArticle dt {
 float:left;
 width:80px;
 font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
 color:#FFF;
 text-align:center;
}
#index .recArticle dt em {
 display:block;
 background-color:#7A7A7A;
 font-size:36px;
 padding-bottom:3px;
}
#index .recArticle dt b {
 display:block;
 background-color:#686868;
 font-size:15px;
}
#index .recArticle dd {
 float:right;
 width:1080px;
 text-align:left;
 font-size:14px;
}
#index .recArticle dd a {
 color:#000;
 font-size:16px;
}
#index .recArticle dd p {
 color:#9A9A9A;
 line-height:180%;
}
/* -- recommendProduct -- */
#index .recommendProduct {
 zoom:1;
 overflow:hidden;
 padding: 80px 0 120px 0;
}
#index .recommendProduct dl {
 float: left;
 width: 338px;
 border: 1px solid #EEEEEE;
 margin-right:50px;
 margin-bottom: 30px;
 background-color: #FFF;
}
#index .recommendProduct dl.last {
 margin-right:0;
}
#index .recommendProduct dl dt {
 font-size: 14px;
 color: #333;
 text-align: center;
 line-height: 45px;
}
/* 通用结构	
----------------------------------------------- */
/* -- inDiv -- */
.inDiv {
 padding: 30px 0;
}
.inDiv h2 {
 font-size: 24px;
 font-weight: bold;
 color: #000000;
 margin-bottom: 30px;
 text-align: center;
}
.grayBg {
 background-color: #E5E5E5;
}
/* -- banner -- */
#banner p {
 height: 209px;
}
#banner .our {
 background: url(images/banner_our.jpg) no-repeat;
}
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #89929d;
 color: #FFFFFF;
 padding: 8px 28px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 border-radius: 4px;
}
.btn:hover {
 text-decoration: none;
 background-color: #007AD5;
}
.btnGray {
 display: inline-block;
 background-color: #CCC;
 border: 0;
 color: #333;
 padding: 6px 15px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
}
.more {
 margin-top: 30px;
}
.more a {
 border-radius: 4px;
 padding: 6px 13px;
 background-color: #AAB2BD;
 color: #FFF;
}
.more a:hover {
 background-color: #169FE6;
 text-decoration: none;
}
/* -- input -- */
.textInput {
 padding: 0 4px;
 height: 28px;
 border: 1px solid #DDDDDD;
}
.textArea {
 padding: 4px;
 border: 1px solid #DDDDDD;
}
/* -- style -- */
.price {
 color: #CC0000;
}
/* -- treeBox -- */
.treeBox {
 margin-bottom: 20px;
}
.treeBox h3 {
 color: #555555;
 font-size: 21px;
 font-weight: bold;
 padding:0 0 15px 12px;
 border-bottom: 1px solid #dcdcdc;
}
.treeBox li {
 border-bottom: 1px solid #dcdcdc;
}
.treeBox li a {
 display: block;
 line-height: 22px;
 padding: 12px;
 color: #a5a5a5;
 font-size: 13px;
 zoom: 1;
 overflow: hidden;
}
.treeBox li a:hover, .treeBox li a.cur {
 color: #3DCD58;
 background-color: #F5F5F5;
}
.treeBox li a i {
 display: block;
 float: left;
 background: url(images/icon_treebox.png) no-repeat;
 width: 22px;
 height: 22px;
}
.treeBox li a:hover i, .treeBox li a.cur i {
 background: url(images/icon_treebox_on.png) no-repeat;
}
/* -- treeBox icon -- */
.treeBox li a i.about {
 background-position: left -25px;
}
.treeBox li a i.history {
 background-position: left -50px;
}
.treeBox li a i.job {
 background-position: left -75px;
}
.treeBox li a i.contact {
 background-position: left -100px;
}
.treeBox li em {
 display: block;
 background: url(images/icon_arrow.png) no-repeat right top;
 float: right;
 width: 170px;
 height: 22px;
 font-weight: bold;
}
.treeBox li a:hover em, .treeBox li a.cur em {
 background: url(images/icon_arrow.png) no-repeat right bottom;
}
/* -- item -- */
#item h1 {
 color: #555555;
 font-size: 21px;
 font-weight: bold;
 padding-bottom: 15px;
 border-bottom: 1px solid #dcdcdc;
}
#item .info {
 padding-top: 10px;
 color: #999999;
 font-size: 13px;
 text-align: right;
}
#item .content {
 color: #666666;
 line-height: 200%;
 padding-top: 20px;
 min-height: 500px;
}
/* -- searchBox -- */
.searchBox {
 border: 1px solid #DDDDDD;
 background-color: #FFF;
 height: 28px;
 padding-left: 10px;
}
.searchBox {
 position: relative;
 white-space: normal
}
.searchBox label {
 height: 0;
 line-height: 0;
 overflow: hidden;
 width: 0;
 position: absolute;
 font-size: 0;
 z-index: -1;
 outline: 0
}
.searchBox .keyword {
 color: #CCCCCC;
 width: 186px;
}
.searchBox .keyword:focus {
 color: #555
}
.searchBox .keyword::-webkit-input-placeholder {
 color:#CCCCCC;
}
.searchBox .keyword:focus:-moz-placeholder, .searchBox .keyword:focus::-moz-placeholder {
color:transparent!important
}
.searchBox .keyword:focus::-webkit-input-placeholder {
color:transparent!important
}
.searchBox .btnSearch {
 background: #E0E0E0 url(images/btn_search.gif) no-repeat;
 width: 28px;
 height: 28px;
 text-indent: -999px;
 overflow:hidden;
 cursor: pointer;
}
/* 库项目样式
----------------------------------------------- */
/* -- urHere -- */
.urHere {
 background: #F5F5F5;
 padding: 14px 0;
 border-top: 1px solid #e6e9ee;
 border-bottom: 1px solid #e6e9ee;
 color: #888;
 font-size:14px;
}
.urHere a {
 color: #888;
}
.urHere b {
 margin: 0 8px;
}

/* article_category
----------------------------------------------- */
#articleList {
 margin-top: -20px;
}
#articleList dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
}
#articleList dl.last {
 border-bottom: 0;
}
#articleList dt {
 width: 620px;
 margin-bottom: 10px;
 font-size: 18px;
 font-weight: bold;
}
#articleList dt a {
 color: #555;
}
#articleList dd {
 color: #999999;
 padding-left: 2px;
 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;
}
/* product_category
----------------------------------------------- */
.productList {
 padding-top: 20px;
 color: #999999;
}
.productList dl {
 float: left;
 width: 450px;
 margin: 0 20px 30px 0;
 zoom:1;
 overflow: hidden;
}
.productList dl.last {
 margin-right: 0;
}
.productList dt {
 float: left;
 width: 220px;
}
.productList dd {
 float: left;
 width: 195px;
 padding: 15px 0 0 15px;
}
.productList dt img {
 border: 1px solid #EEEEEE;
}
.productList .name {
 height: 18px;
 overflow: hidden;
}
.productList .name a {
 color: #333333;
 font-weight: bold;
}
.productList .brief {
 color: #999999;
 padding-top: 8px;
 height: 70px;
}
.productList .price {
 padding-bottom: 10px;
}
/* product
----------------------------------------------- */
#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 .productPrice {
 margin-bottom: 5px;
}
#product .productInfo .productPrice .price {
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
}
#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 .productInfo .btnBuy {
 margin-bottom: 40px;
}
#product .productInfo .btnBuy .addToCart {
 background:#19B4EA url(images/btn_addtocart.png) no-repeat 20px 50%;
 color: #FFFFFF;
 padding: 8px 25px 8px 50px;
 text-decoration: none;
 cursor: pointer;
 font-size:16px;
}
#product .productInfo .btnBuy .addToCart:hover {
 background-color: #44C4EE;
}
#product .productContent {
 padding: 15px 0;
}
#product .productContent h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
#product .productContent ul {
 padding: 15px 0;
 color: #666;
 line-height: 200%;
}
/* lawyer_category
----------------------------------------------- */
#lawyerList h1 {
 font-size: 22px;
 color: #333;
 font-weight: bold;
 border-bottom: 1px solid#E7E7E7;
 padding-bottom: 15px;
 margin-bottom: 10px;
}
#lawyerList dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
 zoom: 1;
 overflow: hidden;
}
#lawyerList dt {
 width: 280px;
 float: left;
}
#lawyerList dt .name {
 display: block;
 text-align: center;
 font-size: 14px;
 color: #333;
 font-weight: bold;
 margin-top: 10px;
}
#lawyerList dd {
 margin-left: 305px;
 color: #555;
 line-height: 180%;
 font-size: 14px;
}
/* lawyer
----------------------------------------------- */
#lawyer {
 zoom: 1;
 overflow: hidden;
}
#lawyer h1 {
 width: 280px;
 float: left;
 border-right: 1px solid #DDD;
 padding-right: 20px;
 padding-top: 3px;
 min-height: 500px;
}
#lawyer h1 .name {
 display: block;
 text-align: center;
 font-size: 14px;
 color: #333;
 font-weight: bold;
 margin-top: 10px;
}
#lawyer .content {
 margin-left: 320px;
 color: #555;
 line-height: 180%;
 font-size: 14px;
}
/* 客户案例
----------------------------------------------- */
#case {
 zoom: 1;
 overflow: hidden;
}
#case dl {
 margin: 0 20px 20px 0;
 float: left;
 width: 230px;
}
#case dl.last {
 margin-right: 0;
}
#case dt img {
 max-width: 100%;
 height:80px;
}
#case dt em {
 background-color: #EEE;
 display:block;
 height:80px;
 line-height:80px;
 text-align:center;
 font-size:16px;
 font-weight:bold;
 color:#555;
}
#case dd {
 background-color: #F5F5F5;
 padding:5px;
}
/* 提示信息
----------------------------------------------- */
#douMsg {
 padding: 10px 0 100px 0;
}
#douMsg dl {
 padding: 160px 0 200px 0;
 text-align: center;
 background-color: #EBEBEB;
 border-top: 1px solid #FFFFFF;
}
#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;
}
/* 分页
----------------------------------------------- */
.pager {
 text-align: right;
 padding-top: 30px;
 color: #666;
 font-size: 13px;
}
.pager a {
 color: #666;
 text-decoration: underline;
}
/* 在线客服
----------------------------------------------- */
#onlineService {
 position: fixed;
 top: 210px;
 right: 1px;
 _position: absolute;
 z-index: 9999;
}
#onlineService .onlineBtn {
 position: relative;
 width: 28px;
 float: left;
}
#onlineService .onlineBtn a {
 display: block;
 position: relative;
 width: 28px;
 height: 118px;
 top: 98px;
 left: 1px;
 text-indent: -9999px;
 overflow:hidden;
}
#onlineService .onlineBtn .show {
 background: url(images/online_service.png) no-repeat -30px top;
}
#onlineService .onlineBtn .hide {
 background: url(images/online_service.png) no-repeat left top;
}
#onlineService .onlineBox {
 float: left;
 width: 130px;
}
#onlineService .onlineBox .head {
 background: url(images/online_service.png) no-repeat -65px top;
 height:12px;
}
#onlineService .onlineBox .foot {
 background: url(images/online_service.png) no-repeat -65px -12px;
 height:15px;
}
#onlineService .onlineBox .box {
 width: 130px;
 background: url(images/online_service.png) repeat-y -200px top;
 min-height:280px;
 _height:280px;
 padding-top:5px;
}
#onlineService .onlineBox .box dt {
 background: url(images/online_service.png) repeat-y -65px -29px;
 width:86px;
 height:101px;
 margin:0 auto;
}
#onlineService .onlineBox .box dd {
 padding:5px 15px;
}
#onlineService .onlineBox .box dd a {
 display:block;
 zoom:1;
 overflow:hidden;
 color:#00a0e9;
 font-weight:bold;
 padding:8px 5px;
 border-bottom: #e6e5e4 1px solid;
}
#onlineService .onlineBox .box dd a i {
 float:left;
 display:block;
 background: url(images/online_service.png) no-repeat -160px -32px;
 width:15px;
 height:16px;
}
#onlineService .onlineBox .box dd a i.tel {
 background-position: -160px -54px;
 width:10px;
}
#onlineService .onlineBox .box dd a em {
 float:left;
 display:block;
 width:70px;
 padding-left:5px;
}
#onlineService .onlineBox .box dd.weixin img {
 width:100%;
}
/* footer
----------------------------------------------- */
#footer {
 background-color: #2B2B2B;
 line-height: 25px;
 color: #999999;
 font-size: 14px;
}
#footer .wrap {
 zoom: 1;
 overflow: hidden
}
#footer .partOne {
 padding: 65px 0;
 border-bottom: 1px solid #515151;
}
#footer .partOne .footNav {
 margin-bottom: 50px;
}
#footer .partOne .footNav a {
 color: #FFF;
 margin-right: 30px;
}
#footer .partOne .tel {
 background: url(images/tel_foot.gif) no-repeat left top;
 width: 283px;
 height: 51px;
}
#footer .partOne .weixin {
 float: right;
}
#footer .partTwo {
 text-align: center;
 padding: 40px 0 20px 0;
}
#footer .partTwo a {
 color: #999999;
}
