body {
	font-family:Microsoft Yahei, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    background: #ebf7ed;
}
a {
	color:inherit;
	text-decoration: none;
}
a:hover, a:focus {
	color: #db7369;
	text-decoration:none;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, p, ul, a, form {
	font-family:Microsoft Yahei, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
p {
	line-height:1.6;
}
.font_size8 {
	font-size:8px
}
.font_size10 {
	font-size:10px
}
.font_size12 {
	font-size:12px
}
.font_size14 {
	font-size:14px
}
.font_size16 {
	font-size:16px
}
.font_size18 {
	font-size:18px
}
.font_size21 {
	font-size:21px
}
.font_size24 {
	font-size:24px
}
.font_size28 {
	font-size:28px
}
.font_size32 {
	font-size:32px
}
.font_size64 {
	font-size:64px
}
.font_size96 {
	font-size:96px
}
.color_primary {
	color:#428bca;
}
.color_success {
	color:#5cb85c;
}
.color_info {
	color:#5bc0de;
}
.color_warning {
	color:#f0ad4e;
}
.color_danger {
	color: #db7369
}
.color_cheng {
	color:#e08d01;
}
.color_222 {
	color:#222;
}
.color_333 {
	color:#333;
}
.color_555 {
	color:#555;
}
.color_777 {
	color:#777;
}
.color_999 {
	color:#999;
}
.color_eee {
	color:#eee;
}
.color_heyihong {
	color:#ed53a5;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.pading_top_5px {
	padding-top:5px;
}
.pading_top_10px {
	padding-top:10px;
}
.pading_top_20px {
	padding-top:20px;
}
.pading_top_30px {
	padding-top:30px;
}
.pading_top_50px {
	padding-top:50px;
}
.pading_right_10px {
	padding-right:10px;
}
.pading_right_20px {
	padding-right:20px;
}
.pading_right_30px {
	padding-right:30px;
}
.pading_right_50px {
	padding-right:50px;
}
.pading_bottom_30px {
padding-bottom:30px;
}
.pading_bottom_10px {
padding-bottom:10px;
}
.margin_left10 {
	margin-left:10px;
}
.margin_left14 {
	margin-left:14px;
}
.margin_left20 {
	margin-left:20px;
}
.margin_left30 {
	margin-left:30px;
}
.margin_left50 {
	margin-left:50px;
}
.margin_right30 {
	margin-right:30px;
}
.margin_right20 {
	margin-right:20px;
}
.margin_right16 {
	margin-right:16px;
}
.margin_right10 {
	margin-right:10px;
}
.margin_top10 {
	margin-top:10px;
}
.margin_top20 {
	margin-top:20px;
}
.margin_top30 {
	margin-top:30px;
}
.margin_top40 {
    margin-top:40px;
}
.margin_top50 {
     margin-top:50px;
 }
.margin_top60 {
    margin-top:60px;
}
.margin_bottom10 {
	margin-bottom:10px;
}
.margin_bottom15 {
    margin-bottom:15px;
}
.margin_bottom30 {
	margin-bottom:30px;
}
.margin_bottom50 {
	margin-bottom:50px;
}
.font_weight {
	font-weight:bold;
}
.text_through {
	text-decoration:line-through;
}
.display_center {
	display:inline-block;
	display:-webkit-inline-box;
}
.manhangyichu {
overflow: hidden;
white-space: nowrap;
-webkit-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;

}


/*pc分页*/
#pages {
padding: 14px 0 10px;
font-family: 宋体;
}
.text-c {
text-align: center;
}
#pages a.a1 {
background: #fff;
padding: 0 8px;
border: 1px solid #CCC;
height: 28px;
line-height: 28px;
}
#pages a {
display: inline-block;
height: 28px;
line-height: 28px;
background: #fff;
border: 1px solid #e3e3e3;
text-align: center;
color: #333;
padding: 0 10px;
}
#pages span {
display: inline-block;
height: 28px;
line-height: 28px;
background: #db7369;
border: 1px solid #db7369;
color: #fff;
text-align: center;
padding: 0 10px;
font-weight:bold;
}
#pages a.a1:hover {
background: #f8f8f8;
padding: 0 8px;
border: 1px solid #CCC;
height: 28px;
line-height: 28px;
text-decoration:none;
}
#pages a:hover {
display: inline-block;
height: 28px;
line-height: 28px;
background: #f8f8f8;
border: 1px solid #e3e3e3;
text-align: center;
color: #db7369;
padding: 0 10px;
text-decoration:none;
}
/*-----------------------以上为基础样式区----------------------------------*/

/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
	min-width: 1190px;/*  padding-top: 52px;*/
}
/* Don't let the lead text change font-size. */
.lead {
	font-size: 16px;
}
/* Finesse the page header spacing */
.page-header {
	margin-bottom: 30px;
}
.page-header .lead {
	margin-bottom: 10px;
}



/*top-nav*/
.top-nav{
    background:#9bcca3;
    color: #fafffb;
    font-size: 12px;
    font-family: '宋体', Arial;
}
.top-nav a{
    font-size: 12px;
}
.top-nav a:hover{
    color: #fff;
}
.top-nav ul,
.top-nav ul li {
    text-decoration: none;
    list-style: none;
    margin: 0;
}
.top-nav ul{ float: right;}
.top-nav ul li {
    float: left;
    padding: 7px 0;
}
.top-nav ul li > a {
    padding: 6px 8px;
}

/* -------------------------------------------------------*/
/* header */
/* -------------------------------------------------------*/
.logobox {
	height:110px;
	background:#fafffb;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
}
.logobox_logo {
    display: inline-block;
	padding-right:30px;
	float:left;
	padding-top:18px;
}
.header-nav{ display: inline-block; margin-top: 54px;}
.header-nav a{ font-size: 17px;}
.header-nav a+a{ margin-left: 24px;}
.header_right{ float: right; padding-top: 36px;}
.f-c-h-eng{ font-family: verdana, arial, 'Bitstream Vera Sans', helvetica, sans-serif; font-weight: bold; font-size: 15px; letter-spacing: 1px;}

/* -------------------------------------------------------*/
/* 首页内容板块 */
/* -------------------------------------------------------*/

.main-bg{
    background: #fafffb;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin-top: 20px;
    border-radius: 3px;
}


.carousel-caption {
    right:0;
    left: 0;
    padding-bottom: 0;
    padding-top: 0px;
    bottom: 0;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#5B000000", endColorstr="#5B000000");
    background-color:rgba(0,0,0,0.36);
    text-align: left;
    padding-left: 10px;
    padding-right: 25%;
}
.carousel-caption h4 {
    font-size: 16px;
    max-height: 18px;
    overflow: hidden;
}

.carousel-inner > .item {
    max-height: 275px;
    overflow: hidden;
}/*控制图片高度*/

.biaozhi-box{
    background: #a2d4aa url("../image/biaozhi-bg.png") no-repeat top center;
    background-size: cover;
    min-height: 275px;
    padding-left: 30px;
    padding-right: 30px;
}
.biaozhi-logo{ padding: 20px 0 10px 0; text-align: center}



/*为选择-搜索 样式修改*/

.select-search{ padding: 5px 0px;}
.select-search .btn-default {
    color: #999999;
    background-color: #ffffff;
    border-color: #cccccc;
    border-right: none;
}
.select-search .btn-default:active,
.select-search .btn-default.active,
.select-search .open > .dropdown-toggle.btn-default {
    color: #FFAB57;
    background-color: #FFFFFF;
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.select-search .dropdown-menu > li > a {
    display: block;
    padding: 3px 17px;
    clear: both;
    font-weight: normal;
    line-height: 1.8;
    color: #333333;
    white-space: nowrap;
    width: 96px;
}
.select-search .dropdown-menu {
    left: auto;
    right: -1px;
    top: 36px;
    border: 1px solid #cccccc;
    border-top: none;
    border-radius: 0px;
}
.select-search .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.0);
    min-width: 98px;
}

.select-search .input-group-btn:first-child > .btn,
.select-search .input-group-btn:first-child > .btn-group {margin-right: -2px;}
.select-search .input-group-btn:first-child > .btn,
.select-search .input-group-btn:first-child > .dropdown-toggle{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select-search .form-control {
    border-left: 0px;
    background:#ffffff  url(" ../image/index_icon.png") no-repeat; background-position: 0 -792px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select-search .form-control:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}

.input-group-btn:last-child > .btn{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
}



.biaozhi-box .form-control {
    border-radius: 0;
    border: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    font-size: 12px;
    font-family: '宋体', Arial;
}

.biaozhi-box .search-wd{ line-height: 1.5; color: #fafffb; font-size: 12px; text-align: center;}

/* --- 媒体列表  ----*/
.headline-news-list{margin-bottom: 30px; margin-top: 20px; }
.headline-news-list .media { border-bottom: 1px solid #e6ede8; padding-bottom: 16px; margin-top: 16px;}
.headline-news-list .media:first-child { padding-bottom: 16px; margin-top: 0px;}
.headline-news-list .media-heading{ font-weight: 600; font-size: 16px; margin-bottom: 5px; line-height: 1.6; color: #454c47}
.media-content{ max-height: 50px; overflow: hidden; line-height: 1.8; color: #738076; font-family: '宋体', Arial }
.media-time{ margin-top: 10px; color: #8d998f; font-family: '宋体', Arial; font-size: 12px;}
.media-time .left{ display: inline-block;}
.media-time .right{ float: right;}
.headline-news-list .media-left, .media > .pull-left {
    padding-right: 20px;
}

.right-box{ background: #e9f5ec; padding: 20px  30px; margin-top: 20px;}
.tuijian-box{}
.hot-box{ margin-top: 20px}



.headline-news-list-g{margin-bottom: 30px; margin-top: 20px; }
.headline-news-list-g .media { border-bottom: 1px dotted #c3ccc5; padding-bottom: 16px; margin-top: 16px;}
.headline-news-list-g .media:first-child { padding-bottom: 16px; margin-top: 0px;}
.headline-news-list-g .media-heading{ font-weight: 600; font-size: 14px; margin-bottom: 3px; line-height: 1.4; color: #454c47}
.headline-news-list-g .media-content{ max-height: 40px; overflow: hidden; line-height: 1.8; color: #5c665e; font-family: '宋体', Arial; font-size: 12px }
.headline-news-list-g .media-content a{color: #5c665e; font-family: '宋体', Arial; font-size: 12px }
.headline-news-list-g .media-time{ margin-top: 5px; color: #8d998f; font-family: '宋体', Arial; font-size: 12px;}
.headline-news-list-g .media-time .left{ display: inline-block;}
.headline-news-list-g .media-time .right{ float: right;}
.headline-news-list-g .media-left, .media > .pull-left {
    padding-right: 20px;
}



/*lm-title*/
.lm-title {line-height: 40px; border-bottom: 1px solid #d9e0db;}
.lm-title-left{ display: inline-block; font-size: 16px; font-weight: 700}
.lm-title-right{ float: right; line-height: 30px; height: 30px; padding-top: 6px; font-size: 12px;  color: #db7369 }

.lm-title nav{
    display: inline-block;
    font-size: 14px;
    padding-top: 6px;
}
.lm-title nav a{
    padding-right:16px;
    color: #5c665e;
    position: relative;
}
.lm-title nav a:hover{
    color: #db7369;
}
.lm-title nav a+a{
    margin-left: 8px;
}

/*  -------------------------- */
/*after/before 实现箭头*/
/*  -------------------------- */
.lm-title nav a::after, .lm-title nav a::before {
    border-image: none;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
}
.lm-title nav a:after{
    border-width: 2px;
    left: -12px;
    top: 8px;
}
.lm-title nav a::before {
    border-color: transparent transparent transparent #8d998f;
    border-width: 4px;
    left: -12px;
    top: 6px;
}
 .lm-title nav a::after {
    border-color: transparent transparent transparent #fff;
}




/*
二级*/

.right-lm{float: right;}
.right-lm a{ font-weight: 600;}
.right-lm a+a{ margin-left: 10px}



/*--------------------------------
有序列表*/
ol{
    counter-reset: li; /* 复位 */
    list-style: none; /* 删除默认编号 */
    *list-style: decimal; /* 使用默认编号 IE6/7 */
    padding: 0;
    font-size: 12px;
    font-family: '宋体', Arial;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}

ol ol{
    margin: 0 0 0 2em; /* 添加一个内列表在左边距 */
}
.rectangle-list a{
    position: relative;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .2em 0 .2em 2.5em;
    color: #5c665e;
    text-decoration: none;
    transition: all .3s ease-out;
}

.rectangle-list a:hover{
    color: #db7369;
}

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -13px;
    background: #9bcca3;
    height: 26px;
    width: 24px;
    line-height: 2.3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #9bcca3;
}

/*
为topli
*/
.rectangle-list .topli  a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -13px;
    background: #db7369;
    height: 26px;
    width: 24px;
    line-height: 2.3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.rectangle-list .topli a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list .topli  a:hover:after{
    left: -.5em;
    border-left-color: #db7369;
}
/*+ */
.rectangle-list li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/*品牌*/
.col-xs-9l {
    float: left;
    width: 11.111%;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.col-xs-9l .thumbnail > .max-height-img{  height: 55px; overflow: hidden}
.col-xs-9l .thumbnail   img{  width: 100%}
.col-xs-9l .thumbnail   img:hover{
    filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;
}
.col-xs-9l .thumbnail {
    margin-bottom: 10px;
}


/* -------------------- 2015 --------------------- */
.zixun_box {
	margin-top:10px;
}
.title01 {
	height:40px;
	line-height:30px;
	background:url(../image/tit_bg_01.jpg) no-repeat top left;
}
.titles01 {
	font-size:24px;
	color:#2e8c3d;
}
.title01g {
	height:40px;
	line-height:30px;
	background:url(../image/tit_bg_01.jpg) no-repeat bottom left;
	margin-top:8px;
}
.titles01g {
	font-size:24px;
	color:#2e8c3d;
}
.title02 {
	height:40px;
	line-height:30px;
	background:url(../image/tit_bg_02.jpg) no-repeat top left;
}
.titles02 {
	font-size:24px;
	color:#333;
}
.title03 {
	height:40px;
	line-height:30px;
	background:url(../image/tit_bg_03.jpg) no-repeat bottom left;
	margin-top:8px;
}
.titles03 {
	font-size:24px;
	color:#47a7de;
}
.titles03 a:hover {
	color:#47a7de;
}
.title04 {
	height:40px;
	line-height:30px;
	background:url(../image/tit_bg_04.jpg) no-repeat bottom left;
	margin-top:8px;
}
.titles04 {
	font-size:24px;
	color:#f0ad4f;
}
.titles04 a:hover {
	color:#f0ad4f;
}
.title_rt {
	float:right;
	font-size:14px;
	color:#666;
	line-height:40px;
}
.title_rt a {
	color:#666;
	padding:0 5px;
}
.title_rt a:hover {
	color:#2e8c3d;
}
.title_rtg {
	float:right;
	font-size:14px;
	color:#666;
	line-height:14px;
	padding-top:12px;
}
.title_rtg a {
	color:#666;
	padding:0 5px;
}
.title_rtg a:hover {
	color:#2e8c3d;
}
.title_rt03 {
	float:right;
	font-size:14px;
	color:#666;
	line-height:14px;
	padding-top:12px;
}
.title_rt03 a {
	color:#666;
	padding:0 5px;
}
.title_rt03 a:hover {
	color:#47a7de;
}
.title_rt04 {
	float:right;
	font-size:14px;
	color:#666;
	line-height:14px;
	padding-top:12px;
}
.title_rt04 a {
	color:#666;
	padding:0 5px;
}
.title_rt04 a:hover {
	color:#f0ad4f;
}
.title01g_bg {
	height: 40px;
  	line-height: 30px;
	background:url(../image/tit_bg_01bg.jpg) no-repeat bottom left;
	margin-top:0px;
}
.zixun_news {
}
.zixun_news h4 {
	font-weight:bold;
	color:#2e8c3d;
}
.zixun_news h5 {
	font-weight:bold;
}
.zixun_news p {
	margin-bottom:12px;
	line-height:1.6;
	color:#666;
}
.chaxun {
	background:#fafafa;
	border:#eee 1px solid;
	border-top:2px solid #2e8c3d;
	border-bottom:2px solid #eee;
	padding:12px 12px 8px 12px;
}
.zixun_news1 {
	margin-top:18px;
	border-top:1px dotted #CCC;
	padding-top:12px;
}
.xh_zixun {
	background:#fafafa;
	border:1px solid #f1f1f1;
	border-top:2px solid #2e8c3d;
	margin-top:10px;
	padding:12px 12px 0px 12px;
}
.renwu {
	background:#fafafa url(../image/tit_bg_02.jpg) no-repeat top left;
	border:1px solid #f1f1f1;
	border-top:none;
	margin-top:27px;
	padding:12px 20px 0px 20px;
}
.gong em {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	background:url(../image/gong.jpg) no-repeat center;
	width:14px;
	height:14px;
}
.qiu em {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	background:url(../image/qiu.jpg) no-repeat center;
	width:14px;
	height:14px;
}
.foot_box {
	padding-bottom:30px;
	margin-top:60px;
}
.foot_box p {
	line-height:1.8;
	text-align:left;
	color:#7e8c81;
}
.foot_box hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.foot_box hr {
	margin-top:0px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #d5e3d8;
    border-bottom: 1px solid #eefcf1;
}
/* -------------------------------------------------------*/
/* 二级 */
/* -------------------------------------------------------*/

/* ------------------------*/
/* 协会 */
/* ------------------------*/
.xinhuigonggao {
	background:#fafafa url(../image/tit_bg_01.jpg) no-repeat top left;
	border:1px solid #f1f1f1;
	border-top:none;
	margin-top:27px;
	padding:12px 20px 0px 20px;
}
.xiehuijieshao {
	background:#fafafa;
	border:#f1f1f1 1px solid;
	border-top:2px solid #2e8c3d;
	padding:12px;
	height:250px;
	overflow:hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.ruhuisq {
	margin-top:20px;
}
/* ------------------------*/
/* 资源 */
/* ------------------------*/
.jiansuo_box {
	border-right:1px solid #2e8c3d;
	border-top:2px solid #2e8c3d;
	border-bottom:1px solid #ddd;
	padding-right:8px;
	padding-left:20px;
	padding-bottom:8px;
	background:#f8f8f8;
}
.jiansuo_boxg {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding-right:8px;
	padding-left:20px;
	padding-bottom:8px;
	background:#f8f8f8;
}
/* ------------------------*/
/* 商务 */
/* ------------------------*/
.qiyejairu {
	padding:20px;
	border:#ddd 1px solid;
	border-top:2px solid #2e8c3d;
	background:#F8F8F8;
}
/* ------------------------*/
/* 资讯 */
/* ------------------------*/
.zixun_left {
	padding:0px 20px 20px 20px;
	border:1px solid #ddd;
}
.zixun_left p img,
.zixun_left img{
    max-width: 100% !important;
    height: auto!important;
}
.contact_title{ border-bottom:1px dotted #ddd; padding:20px 0px 5px 0; text-align:center;}
.contact_keywords{ display:inline-block; line-height:2;}
.shanxiapian{ border-bottom:1px solid #ddd; border-top:1px solid #ddd; padding:10px 0; margin:20px 0;}

/* ------------------------*/
/* 合规实验室 */
/* ------------------------*/
.xh_zixun_sy {
	background:#fafafa;
	border:1px solid #ddd;
	border-top:2px solid #2e8c3d;
	margin-top:10px;
	padding:10px 30px 10px 30px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
/*	background: #fff url(../image/tiao.png) no-repeat left top;*/
}

/* ------------------------*/
/* 产品详细内容 */
/* ------------------------*/
.xh_zixun_prd {

	border:1px solid #f1f1f1;
	margin-top:18px;
	padding:12px 12px 0px 12px;
}


/* ------------------------*/
/* 专题页面 */
/* ------------------------*/

.nav_box_zhuanti {
	background:url(../image/navboxbg.png) repeat-x top;
	height:40px;
}
.nav_bg_zhuanti {
	background:url(../image/navbg.png) no-repeat center top;
	height:40px;
}
.nav_box_zhuanti ul {
	margin: 0;
	display: inline-block;
	zoom: 1;
	color:#FFF;
}
.nav_box_zhuanti ul li {
	display: inline-block;
	width: auto;
	zoom: 1;
	padding-top: 8px;
	line-height: 24px;
	float: left;
	margin: 0 9px;
}
.nav_listg a {
	padding:2px 21px;
}
.nav_listg a:hover {
	text-decoration:underline;
	color:#eeffa7;
}

.zt_header_bg {
width: 100%;
height: 120px;
background: url(../image/header_bg.jpg) center repeat-x;
}
.zt_banner {
height: 255px;
background-image: url(../image/banner.jpg);
}
.zt_warp {
width: 990px;
margin: 0 auto;
background-color: #fff;
}
.zhuanti_box{ background:url(../image/bg_body.png) repeat;}
.zhuanti_contant{ background:#FFF; padding:20px 20px;}

/* ------------------------*/
/* li横向循环 */
/* ------------------------*/

.lishengxiang{ margin:0; padding:0;}

.lishengxiang li{ float:left; display:inline-block; margin-right:15px; padding:5px 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  list-style-type:none;
  }

/*2018.2.26*/
/* ---  新闻内容页  ----*/
.news-content{ padding-left: 15px;}
.news-content p,
.news-content .content-p{ font-size: 16px; line-height: 2.2; text-indent: 2em; }
.news-content .fu-title{ color: #999999;  text-align: center; margin-top: 30px; }
.news-content h2{ text-align: center }

.news-content img,
.news-content .content-p img ,
.news-content p img {
    max-width: 100%;
    height: auto!important;/*为控制上传图片设置高度*/
    margin: 10px auto;
    display: block;
}

/*news-list-b1*/
.news-list-b1{ padding: 0; margin-bottom: 10px;}
.news-list-b1 li {
    color: #5c665e;/*为了前面图标*/
    list-style: disc;
    list-style-position: inside;
    line-height: 2;
    font-size: 12px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list-b1 li a {
    color: #5c665e;
    font-size: 14px;
}
.news-list-b1 li a:hover {
    color: #db7369;
}

/**/
.column-zuozhe{}
.column-zuozhe .title{ margin-right: -30px; font-size: 16px; font-weight: 700; border-right: 3px solid #9bcca3; margin-bottom: 20px; }
.column-zuozhe .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    border: 0px solid #ddd;
    background: none;
}

.column-zuozhe .thumbnail img {
    margin-left: 0;
    width: 120px;
}
.column-zuozhe p {
    line-height: 2.2;
    font-size: 12px;
}

/**/
.Column-introduce{ background: #e8f4eb url("../image/qipao.png"); background-size: cover;  padding: 20px 30px 30px 30px; line-height: 2.4; font-size: 16px;  }
.btn.no-radius { border-radius: 0;  background: #9bcca3; border-color: #94c49c; border-bottom: 1px dotted #e8f4eb;}
.btn.no-radius:hover { background: #94c49c;}

/*右侧专栏作者*/
.column-zuozhe-list .thumbnail > .max-height-img{  height: 77px; overflow: hidden}
.column-zuozhe-list .thumbnail   img{  width: 100%}
.column-zuozhe-list .thumbnail   img:hover{
    filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;
}
.column-zuozhe-list .thumbnail {
    margin-bottom: 10px;
}

/**/
.column-zuozhe-lists.row{
    margin-right: -5px;
    margin-left: -5px;
}
.column-zuozhe-lists .col-xs-4{
    padding-right: 5px;
    padding-left: 5px;
}



/*2018.5.16*/
/* -------------------------------------------------------*/
/* special-header */
/* -------------------------------------------------------*/
.special-header {
    background:#fafffb;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
}
.special-left-box{ background: #9bcca3; padding: 20px  0px 20px 10px; border-top: 2px dotted #fafffb; border-radius: 0 0 5px 5px;}
.special-center-box{ padding: 20px  20px 20px 0px;}

.special-center-box .news-content h4{ margin-top: 10px; color: #2e8c3d }
.special-center-box .news-content p, .special-center-box  .news-content .content-p { font-size: 15px; }
.special-center-box .news-content p{
    margin-bottom: 20px;
}
.left-nav{}
.left-nav a{ display: block; line-height: 40px; padding-left: 15px;  margin-right: 20px; color: #FFFFFF; margin-bottom: 5px;}
.left-nav a.active{ display: block; background: #fafffb; margin-right: 0; color: #9bcca3; font-weight: 700;}

.special-right-box{ }
.special-right-box-content{ line-height: 2; border-top: 2px solid #9bcca3; padding-top: 20px;     color: #666666;
    background: #ebf7ed;
    padding: 15px;
    font-size: 12px;
border-bottom: 1px solid rgba(155, 204, 163, 0.32)
}
