/*
Theme Name: New
Theme URI: http://demo.douco.com/
Description: New
Version: 2.0
Author: It's me
Author URI: http://www.dou.co/
*/

/* 全局通用
----------------------------------------------- */
body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #898989;
 background-color: #F5F5F5;
}
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;
}
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: #3084d5;
}
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;
}
#pageIn .content {
 float: left;
 width: 100%;
 display: block;
 color: #666666;
 line-height: 200%;
 padding-bottom: 20px
}
/* 头部导航
----------------------------------------------- */
/* -- header -- */
#header {
 min-height: 120px;
 _height: 120px;
 background-color: #F5F5F5;
}
#header .logo {
 margin: 30px 0 0 30px;
 float: left;
}
#header .tel {
 display: block;
 float: right;
 background: url(images/tel.png) no-repeat;
 width: 240px;
 height: 59px;
 margin: 35px 0 0 0;
 padding-left: 70px;
 background-size: 20%;
 font-size: 16px;
 font-weight: bold;
 line-height: 30px;
}
/* -- mainNav -- */
#mainNav {
 background: #3084d5;
 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;
 width: 180px;
 text-align: center;
 border-left: 1px solid #ccc;
 height: 50px;
 line-height: 50px;
 color: #FFF;
 text-decoration: none;
}
#mainNav ul li.hover, #mainNav ul li.cur {
 background: #FFF;
 position: relative;
}
#mainNav ul li.hover a, #mainNav ul li.cur a {
 color: #000;
}
#mainNav ul li a.first {
 border-left: none
}
/* LEVEL TWO */
#mainNav ul ul {
 min-width: 150px;
 _width: 150px;
 display: none;
 position: absolute;
 top: 100%;
 left: 1px;
 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: #eee;
 color: #002d7f;
}
#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: #aab2bd;
}
#mainNav ul li.hover ul li.hover ul li.hover a {
 background: #CCD0D9;
 color: #FFF;
}
/* 首页样式
----------------------------------------------- */
/* -- 幻灯 -- */
.slideShow {
 position: relative;
 margin: 0 auto;
 padding: 0;
 *zoom: 1;
 background-color: #666;
}
.slideShow .slides a {
 display: block;
 height: 420px;
 background-repeat: no-repeat;
 background-position: center center;
}
@media screen and (max-width: 1200px) { 
	.slideShow .slides a {
		 height: 260px;
	}

} 
@media screen and (max-width: 900px) {
	.slideShow .slides a {
		 height: 200px;
	}
} 
.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%;
}
.wrap .left,
.wrap .right {
	float: left;
	display: inline;
	margin: 0;	
	box-sizing: border-box;
}
.wrap .left {
	width: 500px;
}
.wrap .right {
	width: 700px;
}
.wrap .left h3,
.wrap .right h3 {
	/* text-align: left; */
}
/* -- 业务范围 -- */
.practice {
 border-left: 1px solid #eee;
}
.practice ul {
 overflow: hidden;
 border-bottom: 1px solid #eee;
 zoom:1;
}
.practice ul.botLine {
 /* border-bottom: 1px solid #eee; */
 border-top: 1px solid #eee;
}
.practice ul li {
 float: left;
 width: 25%;
 text-align: center;
}
.practice ul li a {
 display: block;
 border-right: 1px solid #eee;
 padding: 20px 0;
 text-align: center;
 position:relative;
}
/* .practice ul li a::after { */
	
 /* border-right: 1px solid #eee; */
 /* position:absolute; */
 /* content:""; */
 /* top:0; */
 /* right:0; */
 /* width:1px; */
 /* background-color:#eee; */
 /* height:80%; */
/* } */
/* .practice ul.botLine li a::after { */
	
 /* border-right: 1px solid #eee; */
 /* position:absolute; */
 /* content:""; */
 /* bottom:0; */
 /* right:0; */
 /* top:unset; */
 /* width:1px; */
 /* background-color:#eee; */
 /* height:80%; */
/* } */
/* .practice ul li:nth-last-child(1) a { */
 /* border-right: 0; */
/* } */
.practice ul li a span {
	display:block;
	color:#aaa;
	padding: 0 0 15px 0;
	position:relative;
	/* font-weight:600; */
}
.practice ul li a span::after {
	position:absolute;
	content:"";
	bottom: 0;
	height: 2px;
	width:70%;
	left:15%;
	background-color: #d88730;
}
.practice ul li a i {
display: block;
width: 250px;
height: 180px;
margin: 0 auto 10px auto;
/* border-radius: 50%; */
/* background-color: #8a8075; */
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
background-origin: content-box;
 /* background:#D8872F url(images/icon_practice.png) no-repeat; */
}
.practice ul:nth-child(1) li:nth-child(1) a i {
 background-image:url(images/spe_01.png);
}
.practice ul:nth-child(1) li:nth-child(2) a i {
 background-image:url(images/spe_02.png);
}
.practice ul:nth-child(1) li:nth-child(3) a i {
 background-image:url(images/spe_03.png);
}
.practice ul:nth-child(1) li:nth-child(4) a i {
 background-image:url(images/spe_04.png);
}
.practice ul:nth-child(1) li:nth-child(5) a i {
 background-image:url(images/spe_05.png);
}
.practice ul:nth-child(2) li:nth-child(1) a i {
 background-image:url(images/spe_06.png);
}
.practice ul:nth-child(2) li:nth-child(2) a i {
 background-image:url(images/spe_07.png);
}
.practice ul:nth-child(2) li:nth-child(3) a i {
 background-image:url(images/spe_08.png);
}
.practice ul:nth-child(2) li:nth-child(4) a i {
 background-image:url(images/spe_09.png);
}
.practice ul:nth-child(2) li:nth-child(5) a i {
 background-image:url(images/spe_10.png);
}
.practice ul li a:hover {
 background-color: #eee;
 color: #002d7f;	
}
.practice ul li a:hover i{
}
.practice ul li a:hover em{
}
.practice ul li a:hover span{
}
.practice ul li a:hover span:after{
}
.practice ul li a em {
 font-weight: bold;
 font-size: 18px;
}
.practice ul li a p {
 font-size: 15px;
 padding: 0 20px;
 margin:15px 0;
}
/* -- recArticle -- */
.recArticle {
 zoom:1;
 overflow:hidden;
}
.recArticle .img {
 float:left;
 width:482px;
 height:288px;
}
.recArticle .img a{
display:block;
}
.recArticle .list {
 float:left;
 width:100%;
 text-align:left;
}
.recArticle .list dl {
 float:left;
 width:90%;
 height:80px;
 zoom:1;
 overflow:hidden;
 margin-bottom:25px;
 margin-left:3%;
}
.recArticle .list dt {
 float:left;
 width:80px;
 font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
 color:#d88730;
 text-align:center;
 margin-right: 20px;
}
.recArticle .list dt em {
 display:block;
 color:#002d7f;
 background-color:#ffffff;
 font-size:32px;
 padding-bottom:3px;
}
.recArticle .list dt b {
 display:block;
 background-color:#002d7f;
 font-size:15px;
 color:#fff;
}
.recArticle .list dd {
 float:left;
 width:80%;
 text-align:left;
 font-size:16px;
}
.recArticle .list dd a {
 color:#000;
 font-size:16px;
}
.recArticle .list dd p {
 color:#9A9A9A;
 line-height:180%;
}
.case ul {
 width: 100%;
}
.case ul li {
 float: left;
 display: inline;
 width:20%;
 margin:1%;
 box-sizing: border-box;
 padding: 10px;
 /*border: 5px solid #fff;*/
 overflow: hidden;
}
/* 通用结构	
----------------------------------------------- */
/* -- inDiv -- */
.inDiv {
 padding: 30px 0;
}
.inDiv h3 {
 font-size: 20px;
 font-weight: bold;
 color: #002d7f;
 margin-bottom: 30px;
 text-align: left;
}
.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;
 background: #002d7f;
 color: #fff;
 padding: 5px 10px;
}
.more a {
 border-radius: 4px;
 padding: 6px 13px;
 background-color: #AAB2BD;
 color: #FFF;
}
.more:hover {
 color: #fff;
}
/* -- 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-top: 15px;
 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.cur {
 font-weight: bold;
}
.treeBox li.cur a {
 color: #002d7f;	
}
.treeBox li a {
 display: block;
 line-height: 22px;
 padding: 12px;
 font-size: 16px;
 zoom: 1;
 overflow: hidden;
}
.treeBox li a:hover, .treeBox li a.cur {
 color: #002d7f;
 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;
 /* color: #333; */
 line-height: 200%;
 padding-top: 20px;
 min-height: 500px;
 font-size:16px;
}
/* -- searchBox -- */
.searchBox {
 border: 1px solid #DDDDDD;
 border-top: none;
 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 {
 float: left;
 color: #CCCCCC;
 width: 186px;
 height: 28px;
}
.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 {
 float: left;
 display: block;
 width: 100%;
 background: #F5F5F5;
 padding: 14px 0;
 border-top: 1px solid #e6e9ee;
 border-bottom: 1px solid #e6e9ee;
 color: #888;
 font-size:16px;
}
.urHere a {
 color: #888;
}
.urHere b {
 margin: 0 8px;
}

/* article_category
----------------------------------------------- */
#articleList {
 float: left;
 display: block;
 width: 100%;
}
#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: 80%;
}
#articleList .numDate {
 float: right;
 text-align: right;
 padding-top: 12px;
}
#articleList .numDate em {
 background-color: #002d7f;
 color: #FFF;
 padding: 3px 4px;
 font-size: 16px;
 font-weight: bold;
}
#articleList .numDate p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}
/* article
----------------------------------------------- */
#article {
 padding: 15px 0;
 min-height: 400px;
}
#article h1 {
 float: left;
 width: 100%;
 display: block;
 color: #333333;
 font-size: 18px;
 font-weight: bold;
 font-size: 24px;
 padding: 20px 0;
 text-align: center;
}
#article .info {
 float: left;
 width: 100%;
 display: block;
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
 text-align: center;
}
#article .content {
 float: left;
 width: 100%;
 display: block;
 color: #666666;
 line-height: 200%;
 padding-bottom: 20px
}
#article .content p {
 text-indent: 2em;
}
#article .content img {
 max-width: 100%;
}
#article .lift {
 float: left;
 display: inline;
 width: 100%;
 padding: 20px 0;
}
#article .lift span {
 display: block;
 padding: 10px 0;
}
/* 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: 16px;
 color: #333;
 font-weight: bold;
 margin-top: 10px;
}
#lawyerList dd {
 margin-left: 305px;
 color: #555;
 line-height: 180%;
 font-size: 16px;
}
/* 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: 16px;
 color: #333;
 font-weight: bold;
 margin-top: 10px;
}
#lawyer .content {
 margin-left: 320px;
 color: #555;
 line-height: 180%;
 font-size: 16px;
}
/* 客户案例
----------------------------------------------- */
#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;
}
/* 企业墙刊
----------------------------------------------- */
#our {
}
#our li {
 margin-bottom: 20px;
 float: left;
 width: 190px;
}
#our li img {
 max-width: 100%;
 border: 2px solid #FFF;
 opacity: 0.7;
filter(alpha=70)
}
#our li a:hover img {
 border: 2px solid #FF0;
 opacity: 1;
filter(alpha=100)
}
/* 留言板
----------------------------------------------- */
#guestBook {
 padding: 20px 0;
}
#guestBook h2 {
 color: #555;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}
/* bookList */
#guestBook .bookList {
 margin-bottom: 30px;
 line-height: 180%;
 font-size: 13px;
}
#guestBook .bookList dl {
 margin-bottom: 15px;
}
#guestBook .bookList dt {
 color: #999;
 margin-bottom: 3px;
}
#guestBook .bookList dt b {
 color: #999;
 margin-left: 20px;
}
#guestBook .bookList dd {
 color: #666;
 overflow: hidden;
 zoom: 1;
}
#guestBook .bookList dd em {
 float: left;
 width: 70px;
}
#guestBook .bookList dd span {
 float: right;
 width: 910px;
 text-align: left;
}
#guestBook .bookList p {
 color: #0072C6;
 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;
}
/* bookList */
#guestBook .bookAdd {
 line-height: 180%;
 font-size: 13px;
}
#guestBook .bookAdd dl {
 overflow: hidden;
 zoom: 1;
 margin-bottom: 15px;
}
#guestBook .bookAdd dl dt, #guestBook .bookAdd dl dd {
 float: left;
}
#guestBook .bookAdd dl dt {
 width: 70px;
 text-align: right;
 line-height: 30px;
}
#guestBook .bookAdd .vcode {
 text-transform: uppercase;
}
#guestBook .bookAdd .select {
 height: 28px;
}
#guestBook .bookAdd dl.cue {
 margin: -8px 0 10px 60px;
 color: #999;
}
#guestBook .bookAdd dl.submit {
 margin: 20px 0 0 70px;
}
#guestBook .bookAdd dd b {
 display: block;
 padding: 2px 0 2px 3px;
 border: 1px solid #fec600;
 color: #666;
 background-color: #fbf8e9;
 line-height: 16px;
}
/* 提示信息
----------------------------------------------- */
#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 {
 float: left;
 width: 100%;
 display: block;
 text-align: right;
 padding: 30px 0;
 color: #666;
 font-size: 13px;
}
.pager a {
 color: #666;
 text-decoration: underline;
}
/* 在线客服
----------------------------------------------- */
#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;
}
#onlineService #pop {
	border:3px solid #002d7f;
	background-color:#F2F2F2;
	padding:0px;
	width:104px;
	min-height:84px;
	position:absolute;
	right:34px;
	top:0;
	display:none;
	z-index:999999;
}
#onlineService #pop img {
	height: 104px;
}
#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:8px 0 0 0;
	color:#666;
	border-bottom:0;
}
#onlineService .service a {
	color:#19B4EA;
}
#onlineService .service li {
	background:url(images/online_service.png) no-repeat left -202px;
	padding-left:8px;
 margin-bottom:5px;
}
#onlineService .goTop {
	display: none;
}
#onlineService .goTop .goBtn {
	background:#F2F2F2 url(images/online_service.png) no-repeat left -120px;
	width: 34px;
	height: 34px;
	display: block;
}
/* about
----------------------------------------------- */
#about {
 padding: 30px 0 40px 0;
 line-height: 180%;
 font-size: 16px;
}
#about .wrap {
 zoom: 1;
 overflow: hidden;
 padding: 0 2%;
 box-sizing: border-box;
}
#about h3 {
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 25px;
 color: #002d7f;
}
#about .left {
 float: left;
 width: 540px;
 margin-right: 70px;
}
#about .middle {
 float: left;
 width: 200px;
}
#about .right {
 float: right;
 width: 560px;
 text-align: left;
}
#about .about ul {
 line-height: 200%;
 color: #333333;
 margin-bottom: 15px;
 line-height: 30px;
}
#about .about ul img {
 float: left;
 width: 150px;
 padding-right: 20px;
}
#about .about ul p {
 text-indent: 0;
}
#about .about a.desc {
 display: block;
 background-color: #D8872F;
 color: #FFF;
 width: 100px;
 height: 30px;
 text-align: center;
 line-height: 30px;
}
#about .link li {
 margin-bottom: 15px;
}
#about .link a {
 display: block;
 border: 1px solid #EEEEEE;
 padding: 3px 8px;
}
#about .contact dl {
 zoom: 1;
 overflow: hidden;
}
#about .contact dt, #about .contact dd {
 float: left;
}
#about .contact dt {
 background: url(images/icon_gps.png) no-repeat 0 13px;
 background-size: 20%;
 height: 48px;
 line-height: 48px;
 text-indent: 1.5em;
}
#about .contact dt.tel {
 background: url(images/icon_contact.png) no-repeat 0 12px;
 background-size: 20%;
}
#about .contact dt.fax {
 background: url(images/icon_fax.png) no-repeat 0 13px;
 background-size: 22%;
}
#about .contact dt.email {
 background: url(images/icon_email.png) no-repeat 0 13px;
 background-size: 22%;
}
#about .contact dd {
 height: 48px;
 line-height: 48px;
 color: #333;
}
#about .contact dd .map {
 font-weight:bold;
}
#about .contact dd .telNum {
 font-size:18px;
 font-weight:bold;
}
#about .contact dd .mobile {
 padding-left: 40px;
 font-size:15px;
 font-weight:bold;
}

.indexservice,
.indexservice ul {
 border: none;
}
.indexservice ul li {
 text-align: left;
 width: 46%;
 margin: 20px 2% 0;
}
.indexservice em {
 color: #000;
 font-weight: bold;
}
/* footer
----------------------------------------------- */
#footer {
 background-color: #e5e5e5;
 padding: 15px 0;
 line-height: 25px;
 color: #333;
 font-size: 16px;
 text-align: center;
}
#footer .wrap {
 zoom: 1;
 overflow: hidden
}
#footer .left {
 float: left;
 width: 50%;
}
#footer .right {
 float: right;
 width: 50%;
 text-align: right;
}
#footer a {
 color: #333;
}
#footer .footNav {
 margin-bottom: 12px;
}
#footer .footNav i {
 margin: 0 22px;
 color: #8C8C8C;
}
#footer .footNav a.first {
 margin-left: 0;
}
#footer .copyRight {
 margin-bottom: 12px;
 line-height: 200%;
}
#footer .qrcode {
 float: right;
 width: 100px;
 text-align: center;
}
/*  */
#productList {
 float: left;
 width: 100%;
}
#productList dl {
 float: left;
 /*width: 100%;*/
 text-align: center;
 padding-bottom: 30px;
 margin: 30px 0 0 30px;
 /*border-bottom: 1px dotted #ccc;*/
}
#productList dt,
#productList dd {
 float: left;
}
#productList dt,
#productList dt img {
 width: 200px;
 height: 150px;
}
#productList dt img {
 border: 3px solid #fff;
}
#productList dd {
 width: 700px;
 margin-left: 20px;
 text-align: left;
}
#productList dd .name {
 font-size: 20px;
 line-height: 40px;
}
#productList dd .brief {
 font-size: 16px;
 line-height: 30px;
}
#productList dd .price {
 font-size: 16px;
 line-height: 30px;
}
/*  */
#product,
#product .productImg,
#product .productInfo,
#product .productInfo ul,
#product .productInfo ul li,
#product .productContent {
 float: left;
}
#product {
 padding: 20px 0;
}
#product .productImg {
 padding: 0 20px 0 0;
}
#product .productInfo h1 {
 float: left;
 width: 100%;
 font-size: 30px;
 line-height: 45px;
}
#product .productInfo ul,
#product .productInfo ul li {
 width: 100%;
 line-height: 45px;	
}
.btnAsk {
 float: left;
 width: 100%;
 line-height: 45px;
}
#product .productContent {
 float: left;
 width: 100%;
 font-size: 18px;
 line-height: 35px;	
}
#product .productContent h3 {
 font-size: 24px;
 line-height: 55px;	
 border-bottom: 1px solid #ccc;
}
#product .productContent img {
 max-width: 100%;
 padding: 20px 0;
}
#product .productContent p {
 font-size: 18px;
 line-height: 35px;	
}
