/*
Theme Name: DouPHP Default
Theme URI: http://demo.douco.com/
Description: DouPHP 默认模板
Version: 1.0
Author: DouCo Co.,Ltd.
Author URI: http://www.dou.co/
*/

/* 初始化
----------------------------------------------- */
body {
 font-family: '微软雅黑';
 color: #555;
 background-color: #FFF;
}
body, button, input, textarea {
 font-size: 14px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
a {
 text-decoration: none;
 color: #333333;
}
a:hover {
 color: #C70D0E;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
ul, ol, li {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 12px;
 margin: 0;
 padding: 0;
}
input, select {
 font-family: Microsoft Yahei;
 vertical-align: middle;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset !important;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 vertical-align: middle;
 border: 0;
}
label {
 cursor: pointer;
}
/* 主体框架
----------------------------------------------- */
.page{ background:#f3f3f3;}
#wrapper .wrap {
 width: 1200px;
 margin: 0px auto;
}
#wrapper .mb {
	margin-top: 30px;
 margin-bottom: 30px;
}
/* -- page -- */
#pageLeft {
 float: left;
 width: 230px;
 background:#fff;
}
#pageIn {
 float: right;
 width: 970px;
 padding:0 20px;
 box-sizing:border-box;
 overflow: hidden;
}
.fr{ float:right;}
.fl{ float:left;}
/* 头部导航
----------------------------------------------- */
/* -- top -- */
#top {
 background-color: #0599cf;
 height: 35px;
 text-align: right;
}
#top .top_left{ float:left; line-height:35px; color:#fff;}
/* topNav */
#top .topNav {
 float: right;
 position: relative;
 z-index: 1000;
 height: 35px;
 font-size: 12px;
}
#top .topNav li {
 border-bottom: 0;
 float: left;
 zoom: 1;
 text-align: center;
}
#top .topNav li.spacer {
 overflow: hidden;
 margin: 11px 5px 0;
 width: 1px;
 height: 15px;
 background-color: #fff;
}
#top .topNav li a {
 padding: 0 7px;
 height: 35px;
 line-height: 35px;
 color: #fff;
}
#top .topNav li.hover {
 position: relative;
 background: #FFFFFF;
 border: 1px solid #DDDDDD;
 border-bottom: 0;
}
#top .topNav li.hover s {
 border-left: 1px solid #FFF;
}
#top .topNav ul {
 background: #FFFFFF;
 border: 1px solid #DDDDDD;
 border-top: 0;
 width: 100%;
 display: none;
 position: absolute;
 top: 100%;
 left: -1px;
 padding-bottom: 4px;
}
#top .topNav ul li {
 float: none;
}
#top .topNav li.hover ul li {
 border: none;
}
#top .topNav li.hover ul li a {
 height: 25px;
 line-height: 25px;
}
/* search */
#top .search {
 float: right;
 _width: 205px;
}
#top .search .searchBox {
 border: 1px solid #545454;
 background-color: #545454;
 height: 28px;
 padding-left: 10px;
}
#top .search .searchBox .keyword {
 background-color: #545454;
 color: #CCCCCC;
}
#top .search .searchBox .btnSearch {
 background-color: #545454;
}


.header_logo{ height:120px;position: relative;z-index: 9999999;background:url(images/header_logo_bg.png) no-repeat center center;}
.header_logo .logo{ float:left;}
.header_logo .head-rtxt{float:right;width:153px;margin-top:40px;}
.header_logo .head-rtxt .heart-s{color:#141414;font-family:SimHei;font-size:19px; word-spacing:5px; letter-spacing: 3px;line-height:25px;}
.header_logo .head-rtxt .heart-s .goic{display:inline-block;position:relative; background:url(images/divdown1_bg.jpg) no-repeat left center;}
.header_logo .head-rtxt .heart-s .goic i{position:absolute;top:50%;left:0;width:100%;height:1px;background:#fff;}
.header_logo .head-rtxt .heart-s .goic #divdown1{ color:#fff; text-align: center; min-width:22px; letter-spacing:11px; text-indent:5px;}
.header_logo .head-rtxt .heart-x{text-align:right;color:#f6822e;font-size:16px;padding-right:10px;padding-top:20px;}
.header_logo .head-rtxt p{color:#ff891f; font-size:14px; }
.header_logo .head-rtxt p a{color:#ff891f; font-size:14px;}

/* -- header -- */
#header {
 height: 45px;
 width:100%;
 background:#3173ba;
 z-index: 1000;
 min-width:1200px;
}
#header .logo {
 float: left;
}
/* -- mainNav -- */
#header .mainNav {
 float: left;
 font-size: 14px;
 position: relative;
 z-index: 1001;
}
#header .mainNav li {
 position: relative;
}
#header .mainNav .m {
 box-sizing:border-box;
 _width: 100px;
 zoom: 1;
 float: left;
}
/* LEVEL ONE */
#header .mainNav .nav {
 display: inline-table;
 text-align: center;
 line-height:45px;
 color: #fff;
 width:171px;
 box-sizing:border-box;
  transition: all .3s;
 font-size:14px;
 font-weight:bold;
}
#header .mainNav .home{}
#header .mainNav .hover .nav, #header .mainNav .cur {
	background:#072544;
	 transition: all .3s;
}
/* LEVEL TWO */
#header .mainNav ul {
 display: none;
 position: absolute;
 width: 171px;
 background: #fff;
 top: 100%;
 left: 0;
}
#header .mainNav ul li {
 _float: left;
}
#header .mainNav i{ float:left; line-height:30px;}
#header .mainNav .child {
 display: block;
 text-align: left;
 height: 50px;
 line-height: 50px;
 border-bottom: 1px solid #E6E4E3;
 font-size:14px;
 padding: 0px 10px 0 20px;
 color: #333;
}
#header .mainNav .hover .hover .child {
 background: #3173ba;
 color: #FFF;
}
#header .mainNav .parent {
 background: url(images/icon_main_nav.png) no-repeat 85px top;
}
#header .mainNav .hover .hover .parent {
 background: #e33541 url(images/icon_main_nav.png) no-repeat 85px bottom;
}
/* LEVEL THREE */
#header .mainNav ul ul {
 left: 100%;
 top: 0;
 min-width: 98px;
 _width: 98px;
}
#header .mainNav .children {
 display: block;
 text-align: center;
 height: 30px;
 line-height: 30px;
 padding: 0 20px;
 color: #333;
}
#header .mainNav .hover .hover .hover .children {
 background: #e33541;
 color: #FFF;
}
/* 首页样式
----------------------------------------------- */
/* -- slideShow -- */
.slideShow{ min-width:1200px;}
.slideShow .slides a {
 height: 650px;
}

/* -- prat_title -- */
.part_title{ position: relative;width: 225px;min-height: 60px;margin: 0 auto;text-align: center; }
.part_title:after, .part_title:before {
    position: absolute;
    top: 0;
    content: "";
    width: 24px;
    height: 60px;
    right: 0;
    background: url(images/fr.png) center center no-repeat;
}
.part_title:before {left: 0;background: url(images/fl.png) center center no-repeat;}
.part_title p, .part_title span {
    line-height: 30px;
    font-size: 24px;
}
.part_title p {
    text-transform: uppercase;
    color: #373636;
}
.part_title span {
    color: #0c7ea4;
}

/* -- part1 -- */
.part1{ min-width:1200px; height:40px; line-height:40px; background:#f5f5f5; font-size:12px; color:#505050;}
.part1 strong{ font-size:14px; color:#3173ba;}


/* -- part2 -- */
.part2{ padding:60px 0 155px 0;min-width:1200px;}
.part2 .content{ padding:0 35px; margin-top:70px;}
.part2 .content .left{ float:left; width:444px;}
.part2 .content .left img{ width:100%;}
.part2 .content .right{ width:635px; float:right; font-size:15px; color:#666666; line-height:26px;}
.part2 .content .right .more{ text-align:center;}
.part2 .content .right .more a{ display:inline-block; width:130px; height:35px; line-height:35px; color:#fff; text-align:center; font-size:18px; background:#3173ba; margin-top:20px; border:1px solid #3173ba;}
.part2 .content .right .more a:hover{ background:#fff; color:#3173ba;}


/* -- part3 -- */
.part3{ min-width:1200px;position: relative;height: 358px;background: url(images/part3_bg.jpg) center center no-repeat;background-size: cover;}
#wrapper .part3 .wrap{position: absolute;top: -72px;left: 0;right: 0;z-index: 1;width: 990px;margin: 0 auto;}
.part3 .top{position: relative;width: 100%;height: 390px;background: #3173ba;}
.part3 .top .left{position: absolute;top: -28px;left: 25px;display: block;width: 553px;height: 357px;background: #86caad;overflow: hidden; text-align:center;}
.part3 .top .left img{ max-height:100%; max-width:100%;}
.part3 .top .right{width: 378px;margin-top: 75px;overflow: hidden; float:right;}
.part3 .top .right .name{font-size: 24px;color: #fff;text-transform: uppercase;}
.part3 .top .right ul{width: 100%;padding-right: 40px;height: 156px;margin-top: 15px;margin-bottom: 28px;overflow: hidden;}
.part3 .top .right ul li{}

.part3 .top .right ul li>a, .part3 .bottom ul li a {
    display: block;
    width: 100%;
    line-height: 26px;
    color: #fff;
	font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part3 .bottom ul li a:hover{color: #3173ba;}

.part3 .top .right ul li>a:before{float: left;content: "";width: 5px;height: 5px;margin: 10.5px 10px 10.5px 0;background: #eaff00;}
.part3 .top .right>a{float: right;display: inline-block;padding: 0 5px;color: #fff;background: #86caad; border:1px solid #86caad;}
.part3 .top .right>a:hover{ color:#86caad; background:#fff;}
.part3 .bottom{width: 100%;padding: 45px 83px;height: 329px;background: #3d5866 url(images/part3_bottom.jpg) right center no-repeat; box-sizing:border-box;}
.part3 .bottom .part_title{margin: 0;}
.part3 .bottom .part_title p{color: #fff;}
.part3 .bottom .part_title span{ color:#3173ba;}
.part3 .bottom .part_title:after, .part3 .bottom .part_title:before {background: url(images/fr_2.png) center center no-repeat;}
.part3 .bottom .part_title:before {left: 0;background: url(images/fl_2.png) center center no-repeat;}
.part3 .bottom ul{height: 78px;margin: 25px 0;overflow: hidden;}
.part3 .bottom ul li{float: left;width: 320px;margin-right: 60px;}
.part3 .bottom ul li a:before {float: left;content: "";width: 5px;height: 5px;margin: 10.5px 10px 10.5px 0;background: #3173ba;}
.part3 .bottom>a{display: inline-block;padding: 10px 30px;border: 1px #fff solid;font-size: 16px;color: #fff;}
.part3 .bottom>a:hover {color: #3173ba;border-color: #3173ba;}


/* -- part4 -- */
.part4{min-width:1200px; padding-top:365px; padding-bottom:50px;}
.part4 .list{ margin-top:60px;}
.part4 .list li{ float:left; width:270px; margin:0 10px; height:173px; overflow:hidden; position:relative;}
.part4 .list li img{ width:100%;}
.part4 .list li p{ position:absolute; bottom:-38px; width:100%; box-sizing:border-box; line-height:38px; background:#3173ba; color:#fff; text-align:center; height:38px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; padding:0 10px;transition: all .5s ease;}
.part4 .list li:hover p{ bottom:0px;transition: all .5s ease;}
.experts {width: 1200px;overflow: hidden; position:relative;}
.conexpert {overflow: hidden;}
.gdjyhjl {cursor: pointer;float: left;background:url(images/gdjyhjl.png) no-repeat center center;WIDTH: 20px;HEIGHT: 173px; TEXT-INDENT: -999px; left:0px; z-index:999;}
.gdjyhjr {cursor: pointer;float: right;background:url(images/gdjyhjr.png)  no-repeat center center ;WIDTH: 20px;HEIGHT: 173px;  TEXT-INDENT: -999px;  right:0px; z-index:999;}
#gdjyhj{ float:left; }


/* -- part5 -- */
.part5{ height:478px; box-sizing:border-box; padding:50px 0;min-width:1200px;background: url(images/part5_bg.jpg) center center no-repeat;}
.part5 .list{ margin-top:60px;}
.part5 .list li{ float:left; width:250px; padding:10px; box-sizing:border-box; margin:0 5px; background:#fff;}
.part5 .list li img{ width:100%; height:160px; display:inline-block;}
.part5 .list li .name{ font-size:14px; line-height:18px; margin:10px 0 5px 0; height:36px; overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.part5 .list li .desc{ font-size:12px; color:#a3a2a2;height:36px; overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}

.gdjyhj1l {cursor: pointer;float: left;background:url(images/gdjyhjl.png) no-repeat center center;WIDTH: 80px;HEIGHT: 267px; TEXT-INDENT: -999px; left:0px; z-index:999;}
.gdjyhj1r {cursor: pointer;float: right;background:url(images/gdjyhjr.png)  no-repeat center center ;WIDTH: 80px;HEIGHT: 267px;  TEXT-INDENT: -999px;  right:0px; z-index:999;}
#gdjyhj1{ float:left;}

/* -- part6 -- */
.part6{ padding:50px 0;min-width:1200px;}
.part6 .wrap{ padding:0 125px; box-sizing:border-box;}
.part6 .list{ margin-top:90px;}
.part6 .list li{ float:left; width:180px; margin-right:10px; margin-bottom:10px; border:1px solid #e6e6e6;}
.part6 .list li img{ width:100%; height:79px;}
.part6 .list li:nth-child(5n){ margin-right:0px;}


/* -- indexBox -- */
#index .indexBox {
 padding: 15px 0;
 zoom: 1;
 overflow: hidden;
}
#index .indexBox.bg {
 background-color: #F5F5F5;
 padding: 25px 0 35px 0;
}
#index .indexBox h3 {
 color: #333;
 position: relative;
 height: 30px;
}
#index .indexBox h3 em {
 font-size: 20px;
 font-weight: bold;
}
#index .indexBox h3 .more {
 display: block;
 position: absolute;
 right: 0;
 bottom: 3px;
 width: 90px;
 text-align: center;
 line-height: 21px;
 background-color: #19B4EA;
 color: #FFF;
 font-weight: normal;
}
#index .indexBox h3 .more:hover {
 background-color: #0072C6;
 text-decoration: none;
 color: #FFF;
}
/* -- recProduct -- */
#index .recProduct {
 float: left;
 width: 570px;
 padding-right: 30px;
 border-right: 1px solid #EEEEEE;
}
#index .recProduct .list {
 padding-top: 20px;
 zoom: 1;
 overflow: hidden;
}
#index .recProduct .list dl {
 float: left;
 width: 130px;
 height: 200px;
 margin-right: 16px;
}
#index .recProduct .list dl.noMargin {
 margin-right: 0;
}
#index .recProduct .list dl dd.img {
 border: 1px solid #E4E4E4;
 margin-bottom: 8px;
 _padding-bottom: 1px;
}
#index .recProduct .list dl dd.img img {
 width: 128px;
 height: 127px;
}
/* -- recArticle -- */
#index .recArticle {
 float: right;
 width: 360px;
 text-align: left;
}
#index .recArticle .list {
 padding-top: 15px;
}
#index .recArticle .list li {
 border-bottom: 1px dotted #D1D1D1;
 padding: 0 2px 13px 2px;
 margin-bottom: 13px;
}
#index .recArticle .list li b {
 float: right;
 color: #999999;
}
#index .recArticle .list li.last {
 border-bottom: 0;
}
/* -- about -- */
#index .about {
 float: left;
 width: 680px;
}
#index .about h1 {
 font-size: 20px;
 color: #0072C6;
}
#index .about .desc {
 color: #666666;
 margin: 15px 0 15px 0;
 line-height: 200%;
}
/* -- contact -- */
#index .contact {
 float: right;
 width: 270px;
 text-align: left;
 padding-top: 45px;
}
#index .contact h2 {
 float: left;
 width: 80px;
 height: 30px;
 background: #19B4EA url(images/icon_contact.png) no-repeat center 12px;
 color: #FFF;
 text-align: center;
 font-size: 13px;
 font-weight: normal;
 padding-top: 40px;
}
#index .contact ul {
 float: right;
 width: 170px;
 text-align: left;
 color: #666;
}
#index .contact ul li {
 margin-bottom: 8px;
}
/* -- link -- */
#index .link {
 padding: 10px 0;
 border-top: 1px solid #DDD;
 background-color: #F5F5F5;
}
#index .link strong {
 color: #7A7F81;
 font-weight: bold;
}
#index .link a {
 color: #555;
}
/* page
----------------------------------------------- */
#page {
	margin:10px 0;
	background:#fff;
	padding:15px;
	box-sizing:border-box;
 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: 30px;
 font-size:14px;
}
#page .content img {
 max-width: 100%;
}
/* product_category
----------------------------------------------- */
#productList {
 padding-top: 20px;
 color: #999999;
 display: flex;
    flex-wrap: wrap;
}
#productList dl {
 width: 30%;
    margin-right: 5%;
    text-align: center;
}
#productList dl.noMargin {
 margin-right: 0;
}
#productList dt {
 float: left;
 width: 100%;
}
#productList dt i{width: 100%;    overflow: hidden;    display: block;}

#productList dd {
	width:100%; float:left;
}
#productList dt img {
 width: 100%;
 transition: .5s;
}
#productList dt i:hover>img {
    transform: scale(1.05);
}
#productList .name {
 height: 45px;
 line-height:45px; text-align:center;
 margin-bottom:10px;
 overflow: hidden;
 font-size: 14px;
}
#productList .name a {
 color: #000;
 width:100%; float:left;
 font-weight: bold;
}
#productList dl:hover .name a{ background:#000; color:#fff;}
#productList .brief {
 color: #999999;
 padding-top: 8px;
 height: 60px;
}
#productList .price {
 padding-bottom: 10px;
}
/* product
----------------------------------------------- */
#product {
 padding: 15px 0;
}
#product .productImg {
 float: left;
 width: 300px;
}

#product .boxfl{width:62%;float: left;}

#product .boxfr{width:27%;float: right;background: #f6f6f6;height: 410px;padding:0 5.5%; }
#product .boxfr h3{font-size: 22px;font-weight: normal;margin-top: 20px;margin-bottom: 5px;}
#product .boxfr span{color: #adadad;display: block;border-bottom: 1px solid #e2e2e2;padding-bottom: 15px;margin-bottom: 12px;}
#product .boxfr p{color: #5b5b5b;line-height: 44px;}
#product .boxfr font{color: #7d7d7d;}
#product .boxfr a{display: block;background: #e61c52;height: 43px;line-height: 43px;border-radius: 25px;color: #fff;font-weight: bold;width: 137px;text-align: center;margin-top: 30px;float: left;}


#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 {
    font-size: 16px;
    color: #5b5b5b;
    font-weight: bold;
    height: 71px;
    line-height: 72px;
    background: #f0f0f0;
    border-bottom: 1px solid #e6e8e9;
}
#product .productContent h3 em{
	    width: 12px;
    height: 2px;
    background: #e61c52;
    margin: 36px 11px 0 39px;
    float: left;
	}
#product .productContent ul {
 padding: 15px 0;
 color: #666;
 line-height: 200%;
}
#product .productContent img {
 max-width: 100%;
}
/* article_category
----------------------------------------------- */

#articleList li{overflow: hidden;}
#articleList li a{width: 1200px;margin: 0 auto;display: block;height: 199px;border-bottom: 1px solid #eeeeee;padding:50px 0;}
#articleList li i{width: 308px;float: left;overflow: hidden;}
#articleList li i>img{transition: .5s;}
#articleList li i:hover>img{transform: scale(1.08);}
.trends-font{width: 71%;float: right;position: relative;}
.trends-font h4{font-size: 20px;color: #333333;font-weight: normal;margin: 35px 0 15px;}
.trends-font span{font-size: 12px;color: #aaaaaa;}
.trends-font p{color: #828181;line-height: 24px;width: 80%;margin-top: 27px;}
.trends-font em{color: #aaaaaa;font-family: Arial;position: absolute;right: 40px;top: 40px;display: flex;align-items: center;}
.trends-font em>img{margin:0 7px;}


#articleList{ background:#fff; padding:0 15px; margin:10px 0;}
#articleList dl {
 border-bottom: 1px dotted #D1D1D1;
 padding: 20px 0;
 zoom: 1;
 overflow: hidden;
}

#articleList dl p.img {
margin-right: 25px;
float:left;
}
#articleList dl.last {
 border-bottom: 0;
}
#articleList dt {
	    margin-top: 0px;
    margin-bottom: 20px;
}
#articleList dt a{font-size: 20px;color: #000000;}
#articleList .desc {
	    color: #666666;    margin-bottom: 30px;line-height: 30px;
}
#articleList dd p {
 float: left;
}
#articleList dd p.desc {
 width: 590px;
}
#articleList .numDate {
 float: right;
 text-align: right;
 padding-top: 12px;
}
#articleList .numDate em {
 background-color: #b81b26;
 color: #FFF;
 padding: 3px 4px;
 font-size: 14px;
 font-weight: bold;
}
#articleList .numDate p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}

#articleList p .btn-success {
    color: #fff;
    background-color: #f75a53;
    border-width: 0px;
    border-radius: 5px;
    padding: 10px 20px 8px 20px;
    margin: 0 15px;
    white-space: nowrap;
	margin-left: 0;
    text-overflow: ellipsis;
}
#articleList p .btn-success:hover{color: #fff;background-color: #589ED7;text-decoration: none;}

#articleList p .mulu, #articleList p .guanzhu, #articleList p .time {
    background-image: url(images/news-kb.png);
    background-repeat: no-repeat;
    background-position: left 3px;
	    line-height: 30px;
    margin-right: 10px;
    height: 22px;
    padding-left: 23px;
    display: inline-block;
    color: #999999;
}
#articleList p .guanzhu {
    background-position: left -19px;
}
#articleList p .time {
    background-position: left -41px;
}
/* article
----------------------------------------------- */
#article {
 padding: 15px 15px;
 margin:10px 0;
 background:#fff;
 box-sizing:border-box;
 min-height: 400px;
}
#article h1 {
 font-size: 23px;
    color: #262626;
    font-weight: normal;
    margin: 30px 0;
	text-align:center;
}
#article .info {
 position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
	margin-bottom:10px; text-align:center;
	color: #8e8e8e;
    line-height: 24px;
}
#article .content {
 color: #666666;
 line-height: 180%;
}
#article .content img {
 max-width: 100%;
}
/* 提示信息
----------------------------------------------- */
#douMsg {
 padding: 10px 0 100px 0;
}
#douMsg dl {
 padding: 160px 0 200px 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;
}
/* 全局样式
----------------------------------------------- */
/* -- urHere -- */
.urHere {
 height: 40px;
 line-height: 40px;
 background-color: #d5d5d5;
 color: #000;
 font-size: 12px;
 border-radius: 20px;
 padding-left: 15px;
}
.urHere a {
 color: #000;
}
.urHere b {
 margin: 0 8px;
}

.crumb{border-bottom:3px solid #ff8003;height:40px;line-height:40px;}
.crumb span{border-left:5px solid #ff8003;height:23px; line-height:23px; padding-left:5px; margin-left:5px; margin-top: 7px; font-weight:bold;}
.crumb b,.crumb b a{color:#756a5a;font-family:'宋体';}
.crumb b a{margin:0px 3px;}
.fr {
    float: right;
}
.fl {
    float: left;
}
.fs18 {
    font-size: 18px;
}

/* -- tree -- */
.treeBox {
 margin-bottom: 15px;
}
.treeBox h3 {
 height: 77px;
 background: url(images/n-tit1.jpg) no-repeat;
 text-indent: 20px;
 line-height: 77px;
 color: #fff;
 font-weight: bold;
 font-size: 24px;
}
.treeBox ul{}
.treeBox li {
	font-size: 14px;
    text-indent: 30px;
}
.treeBox li a {
     text-align: left;
    display: block;
    background: url(images/n-link.jpg) no-repeat;
    height: 45px;
    line-height: 45px;
    color: #454545;
}
.treeBox li.cur {
 
}
.treeBox li.cur a {
     background: url(images/n-hover.jpg) no-repeat;
    color: #fff;
}
.treeBox .search {
 margin: 20px 0;
}
.treeBox .search .keyword {
 width: 136px;
}

.treeBox .lianxi dt {
    background: url(images/tel.gif) left center no-repeat;
    padding: 10px 0px;
    padding-left: 60px;
}
.treeBox .lianxi dt .tels {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
}
.treeBox .lianxi dd {
    line-height: 32px;
    font-size: 14px;
}

.n-zs{background:url(images/n-tu02.jpg) no-repeat; height:91px; margin-bottom:20px;}
.n-zszi{ color:#fff; padding:20px 0px 0px 15px; font-family:"Microsoft YaHei","微软雅黑";;}
.n-zszi span{ font-weight:bold; font-size:18px;}
.n-zszi a{ color:#fff;}
.n-zszi a:hover{ color:red;}


.n-gz{background:url(images/n-tu03.jpg) no-repeat; height:91px;}
.n-gzzi{ color:#fff; padding:20px 0px 0px 15px; font-family:"Microsoft YaHei","微软雅黑";;}
.n-gzzi span{ font-weight:bold; font-size:18px;}
.n-gzzi a{ color:#fff;}
.n-gzzi a:hover{ color:red;}

/* -- screen -- */
.screen {
 padding-top: 20px;
 border-bottom: 1px dotted #DDD;
}
.screen dl {
 margin-bottom: 10px;
}
.screen dl dt {
 display: inline-block;
 font-weight: bold;
}
.screen dl dd {
 display: inline-block;
}
.screen dl dd a {
 display: inline-block;
 background-color: #DDD;
 color: #555;
 padding: 2px 10px;
 margin-right: 8px;
}
.screen dl dd a.cur {
 background-color: #19B4EA;
 color: #FFF;
}
/* -- searchBox -- */
.searchBox {
 border: 1px solid #DDDDDD;
 background-color: #FFF;
 height: 28px;
 padding-left: 10px;
}
.searchBox .keyword {
 color: #CCCCCC;
}
.searchBox .btnSearch {
 background: url(images/icon_search.png) no-repeat 50% 50%;
 width: 28px;
 height: 28px;
 text-indent: -999px;
 overflow: hidden;
 cursor: pointer;
}
/* -- common -- */
.cue {
 color: red;
 font-size: 12px;
}
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.captcha {
 text-transform: uppercase;
}
.price {
 color: #CC0000;
}
.none {
 display: none;
}
.pointer {
 cursor: pointer;
}
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #000;
 color: #EEE;
 padding: 6px 25px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align: center;
 -webkit-appearance: none;
}
.btn:hover {
 text-decoration: none;
 color: #FFFFFF;
 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;
 -webkit-appearance: none;
}
.btnPayment {
 display: inline-block;
 background-color: #ff4246;
 color: #FFF;
 padding: 7px 28px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 font-size: 14px;
 text-align: center;
 -webkit-appearance: none;
}
/* -- input -- */
.textInput {
	box-sizing:border-box;
 padding: 6px;
 width:100%;
 font-size: 14px;
 border: 1px solid #ccc;
 background-color: #FFF;
 color: #666;
 -webkit-appearance: none;
}
.textArea {
 padding: 4px;
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 line-height: 20px;
 -webkit-appearance: none;
}
.textAreaAuto {
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 padding: 0;
 font-size: 12x;
 line-height: 20px;
 resize: none;
 min-height: 40px;
 -webkit-appearance: none;
}
/*- tableBasic -*/
.tableBasic {
 color: #666666;
 border-left: 1px solid #EEE;
 border-top: 1px solid #EEE;
 border-collapse: collapse;
}
.tableBasic select {
 color: #8F8F8F;
}
.tableBasic td, .tableBasic th {
 border-right: 1px solid #EEE;
 border-bottom: 1px solid #EEE;
}
.tableBasic th {
 background-color: #EEE;
}
.tableBasic .child {
 background-color: #FFFFFF;
}
.tableBasic td label {
 margin-right: 15px;
}
.tableBasic td i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
/*- tableDiv -*/
.tableDiv dl {
 zoom:1;
 width:50%; float:left;
 padding:0 15px;
 box-sizing:border-box;
 min-height:82px;
 overflow:hidden;
 margin-bottom:20px;
}
.tableDiv dl dt {
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 14px;
}
.tableDiv dl dt i {
 color:#F00;
 margin-left:5px;
 font-weight:bold;
}
.tableDiv dl dd label {
 width:48%;
 border: 1px solid #ddd;
 padding-left: 15px;
 margin-right:4%;
 float:left;
 box-sizing:border-box;
 line-height:34px;
}
.tableDiv dl dd label:nth-child(2){ margin-right:0px;}
.tableDiv dl dd label input{ margin-right:5px;}
.tableDiv dl.submit{ width:100%; text-align:center;}
/* -- lift -- */
.lift {
 margin-top: 60px;
 color: #999;
 font-size: 14px;
}
.lift a {
 color: #999;
}
.lift span {
 margin-right: 15px;
}
/* -- pager -- */
.pager {
 text-align: right;
 padding-top: 20px;
 color: #666;
 font-size: 14px;
}
.pager a {
 color: #666;
 text-decoration: underline;
}
/* -- pager class two -- */
.pager ul {
 display: inline-block;
 *display: inline;
 border-left: 1px solid #dddddd;
}
.pager ul li {
 display: inline;
}
.pager ul li a {
 float: left;
 padding: 0 14px;
 line-height: 38px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-left-width: 0;
}
.pager ul li a:hover {
 background-color: #f5f5f5;
}
.pager ul .active a {
 background-color: #f5f5f5;
 color: #999999;
 cursor: default;
}
/* -- onlineService -- */
.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 {
 background-color: #062a52;
  min-width:1200px;
  color:#e6e6e6;
}
#footer .contact {
    padding: 40px 0;
    border-bottom: 1px solid #8395a9;
}
#footer .contact p {
    margin-bottom: 0;
	line-height:32px;
}
.fw-b {
    font-weight: bold;
}
.ft-16 {
    font-size: 16px;
}
.color-yollew {
    color: #3173ba !important;
}
.ft-14 {
    font-size: 14px;
}
.color-cdcdcd {
    color: #cdcdcd;
}
.footer-con {
    padding: 40px 0 30px 0;
}
.col-md-4 {
	float:left;
    width: 33.333333%;
	padding:0 15px;
	box-sizing:border-box;
}
.col-md-4 h6{ font-size:17px;}
.text-uppercase {
    text-transform: uppercase!important;
}
.footer-list {
    line-height: 2rem;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer-list li {
    font-size: 15px;
    color: #fff;
    padding-top: 7px;
    transition: all 0.5s;
    position: relative;
}

.copyRight{ line-height:30px; padding:10px 0; background:#000; color:#fff; font-size:15px;}
