@charset "utf-8";
/*全局样式
---------------------------------------------*/
section,article,aside,header,footer,nav,figure{ display:block; }
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure{ margin:0; padding:0; }
body,button,input,select,textarea{ font:12px/1.5 "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6,button,input,select,textarea{ font-size:100%; }
address,cite,dfn,em,var{ font-style:normal; }
code,kbd,pre,samp{ font-family:courier new,courier,monospace; }
p,ul,li,dl,dd,dt,form,h1,h2,h3,h4,h5,h6{ list-style:none; }
a{ color:#1b1b1b; text-decoration:none; }
a:hover{ text-decoration:none; }
fieldset,img{ border:0; }
table{ border-collapse:collapse; border-spacing:0; }
input::-moz-focus-inner,button::-moz-focus-inner{ border:0;padding:0;outline:0; }
.blank10 {clear:both; height:10px; overflow:hidden; font-size:1px;}
.blank20 {clear:both; height:20px; overflow:hidden; font-size:1px;}
.blank30 {clear:both; height:30px; overflow:hidden; font-size:1px;}
.clear{ clear:both; font-size:0px; height:0px; overflow:hidden; }
.line5{ clear:both; font-size:0px; height:5px; overflow:hidden; }
.line10{ clear:both; font-size:0px; height:10px; overflow:hidden; }
.line15{ clear:both; font-size:0px; height:15px; overflow:hidden; }
.line20{ clear:both; font-size:0px; height:20px; overflow:hidden; }
.line30{ clear:both; font-size:0px; height:30px; overflow:hidden; }
.x8 {width: 100%; clear:both; font-size:0px; height:8px; overflow:hidden; background:url(../images/x8.jpg) repeat-x left top; }
/* Clear Fix */ 
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix{ display:inline-block; } 
/* Hide from IE Mac */ 
.clearfix { display:block; } 
/* End hide from IE Mac */ 
/* end of clearfix */ 
.clear::after {
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0;
    clear: both;
    height: 0;
    overflow: hidden;
}
.left{ float:left; }
.right{ float:right; }
.red{ color:#F00; }
	.red:hover{ color:#F60; }
	.red a{ color:#F00; }
	.red a:hover{ color:#F60; }
.gray{ color:#666; }
	.gray:hover{ color:#F60; }
	.gray a{ color:#666; }
	.gray a:hover{ color:#F60; }
.blue{ color:#1E7BB3; }
	.blue:hover{ color:#F60; }
	.blue a{ color:#1E7BB3; }
	.blue a:hover{ color:#F60; }

.green{ color:#1E7BB3; }
	.green:hover{ color:#F60; }
	.green a{ color:#1E7BB3; }
	.green a:hover{ color:#F60; }	

/*文本框样式*/
input.wide{ width:250px; }
input.txt{ width:200px; }
input.small{ width:50px; }
.input{ display:inline; margin-right:5px; padding:7px; height:20px; line-height:20px; vertical-align:middle; background:#fff; color:#999px; border:1px solid #e8e8e8; border-radius:2px; }
/*.select{ padding:7px; border:1px solid #e8e8e8; line-height:20px; }*/

/*按钮样式*/
.btn{ display:inline-block; margin:0; padding:0 25px; color:#fff; font-size:12px; height:38px; line-height:38px; text-align:center; }
.btn{ background:#1e7bb3; border:1px solid #02598E; border-radius:2px; vertical-align:middle; }
.btn:hover{ color:#fff; opacity:0.9; }
.btn-mini{ height:20px; line-height:20px; padding:1px 8px 0; }
input.btn, button.btn{ height:40px; cursor:pointer; overflow:visible; }
.btn-success{ background:#52A152; border:1px solid #417F41; text-shadow:0 -1px 0 #52A152; }
.btn-error{ background:#CB423B; border:1px solid #AA352F; text-shadow:0 -1px 0 #CB423B; }
.btn-gray{ background:#ddd; border:1px solid #A9A9A9; text-shadow:0 -1px 0 #EEEEEE;}
.btn-gray,.btn-gray:hover{ color:#777; }
/*标题样式*/
.main-tit{  margin:0 auto; padding:30px 0 0; }
	.main-tit h2{ display:block; padding-right:10px; color:#666; font-size:24px; font-weight:400; line-height:25px; }
.base-tit{ border-bottom:1px solid #f0f0f0; color:#3b8dd1; line-height:1em; font-size:18px; font-weight:normal; }
	.base-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #3b8dd1; }
	.base-tit i{ float:right; padding:10px 0; color:#999; font-size:12px; line-height:26px; font-style:normal; }
.bar-tit{ margin:0 0 20px; padding:0 0 10px; border-bottom:1px solid #e8e8e8; color:#6c6c6c; font-size:18px; }
/*页码容器*/
.page-box{ margin-top:20px; color:#333; font-size:14px; text-align: left; padding-bottom: 10px; text-align: right; }
/*视频容器*/
.video-box{ position:relative; width:100%; height:473px; _clear:both; _display:inline; }
/*提示样式*/
.msg-tips{ position:relative; margin:30px auto; padding:30px 0; width:380px; font-size:14px; text-align:left; }
	.msg-tips .ico{ display:block; float:left; background:url(../images/icon-tips.png) no-repeat left top; width:46px; height:46px; text-indent:-99999px;overflow:hidden; }
	.msg-tips .ico.error{ background-position:-50px 0; }
	.msg-tips .ico.warning{ background-position:-100px 0; }
	.msg-tips .msg{ margin-left:60px; }
	.msg-tips .msg strong{ margin-bottom:10px; color:#444; font-size:15px; }
	.msg-tips .msg p{ line-height:1.8em; }
	.msg-tips .msg i{ color:#f00; font-style:normal;}



 a:link {color: #333; text-decoration:none;}
 a:visited {color: #333;text-decoration:none;}
 a:hover {color: #1ca756; text-decoration:none;}
 a:active {color: #333;text-decoration:none;}

 .ff_yy { font-family: "微软雅黑", "Microsoft YaHei";}
 .ff_s { font-family: "宋体";}

body {
     margin:0 auto; 
	 padding:0; 
	 border:0; 
	 font-size:12px; 
     font-family: "微软雅黑", "Microsoft YaHei";
	/*font-family: Arial, Helvetica, sans-serif, "宋体";"微软雅黑", "Microsoft YaHei", "Microsoft JhengHei", Arial;*/
	 text-align:left;
	 color:#333;
	 background-color: #fff;
     } 

.wrap { width: 1200px; margin: 0 auto; overflow: hidden; }

.l {
    float: left;
}
.r {
    float: right;
}

.s_width {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.head_l {
    background: url(../images/hj.jpg) no-repeat center;
    height: 31px;
    line-height: 31px;
    position: relative;
    z-index: 9999
}
.head_l .head_l_l {
    color: #fff;
    font-size: 15px;
    line-height: 31px;
}
.head .head_l .s_width {
    position: relative;
    height: 31px;
}
.head_link {
    width: 240px;
    color: #fff;
    line-height: 31px;
    text-align: right;
    padding-right: 10px;
}
.head_link span {
    color: #fff;
    font-size: 18px;
    font-family:Impact;
}

/*主导航多级菜单*/
.hbg {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 999;
    margin-top: 0px;
    background: rgba(255,255,255,1);
}
#logo {
    margin-left: 0%;
}
#nav {
    width: 71%;
    height: 100%;
}
#nav>ul {
    width: 100%;
}
#nav>ul::after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}
#nav>ul>li {
    width: 14%;
    text-align: center;
    float: left;
    color: #706f6f;
}
#nav>ul>li a {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 100px;
    padding: 0 2%;
    font-size: 16px;
}
#nav>ul>li a.act, #nav>ul>li a:hover {
    color: #fff;
}
#nav>ul>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100px;
    z-index: -1;
    background: #1ca756;
    opacity: 0;
    transition: all .3s
}
#nav>ul>li>a:hover::after {
    content: '';
    opacity: 1;
    width: 100%;
}
#nav>ul>li>a.act:after {
    width: 100%;
    opacity: 1;
}
#nav ul ul {
    display: none;
    width: 40%;
    top: 100px;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,.8);
    color: #fff;
    z-index: 9999;
    left: 30%;
}
#nav ul ul li {
    float: left;
    width: 25%;
    margin: 0;
    z-index: 9999;
}
#nav>ul>li ul li a {
    padding: 2%!important;
}
#nav>ul>li ul li a span {
    display: block;
}
#nav>ul>li ul li a img {
    width: 100%;
    display: block;
    height: 154px;
}
#nav>ul>li ul li a p {
    line-height: 30px;
    font-size: 14px;
}
#nav>ul>li ul li a:hover {
    background: #1ca756;
}
/* ------------------------ */

.fullSlide{ width:100%;  position:relative;  height:550px; margin: 0 auto; margin-top: 100px; }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden; width: 100%;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:550px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:550px; }
.fullSlide .hd{ 
width:100%;  position:absolute; z-index:1; bottom:10px; left:0; 
/*background:#004ea1;*/ text-align:center;/*_background:#000; _filter:alpha(opacity=60);*/ 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:15px; height:15px; border-radius: 100%; margin:10px; background-color: #fff; overflow:hidden; 
    line-height:9999px; 
}
.fullSlide .hd ul .on{ background-color: #1ca756; }
.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-25px; left:5%;  z-index:1; width:40px; height:60px; 
    background:url(../images/slider-arrow.png) -126px -137px #6e614c no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
.fullSlide .next{ left:auto; right:10%; background-position:-6px -137px; z-index:999; }

.fullSlide .prev { left:10%; }


.gonggao {
    width: 100%;
    height: 120px;
    background-color: rgba(28,167,86,1);
    z-index: 999;
}
.ssBox {
    height: 120px;
    line-height: 120px;
    width: 705px;
    border-right: 1px #38c473 solid;
}
.ssBox .title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background: url(../images/ggtb.png) left center no-repeat;
    padding-left: 50px;
}
.ssBox .ss_nr {
    width: 510px;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 20px;
}
.ssBox .ss_nr div {
    display: inline-block;
    min-width: 100%;
    padding-right: 50px;
    font-size: 14px;
    color: #fff;
}
.ssBox .ss_nr p {
    font-size: 15px;
}
.ggbt {
    width: 516px;
    padding-top: 13px;
}
.ggbt span {
    color: #fff;
    font-size: 28px;
    line-height: 50px;
}
.ggbt p {
}
.ggbt p b {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    float: left;
}
.ggbt p a {
    display: block;
    width: 160px;
    height: 40px;
    background: #ffba00;
    float: left;
    margin-left: 25px;
    border-radius: 0 20px 0 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
}
.ggbt p a:hover {
    background: #ff9600;
}

.txtMarquee-left{ padding-left: 130px; width:530px;}
.txtMarquee-left .bd{ width:530px; }
.txtMarquee-left .bd .tempWrap{ width:530px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ color: #fff; font-size: 14px; float:left; height:120px; line-height:120px;  text-align:left; _display:inline; width:auto !important;  }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */


.txtMarquee-left .bd ul li span{ color:#999;  }

/*大标题*/
.shunhbt {
    width: 612px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 60px;
}
.shunhbt h2 {
    color: #1ca756;
    font-size: 45px;
    font-family: '微软雅黑';
    line-height: 38px;
    font-weight: bold;
}
.shunhbt span {
    color: #292929
}
.shunhbt p {
    color: #c3c3c3;
    font-size: 20px;
    color: #555;
    line-height: 52px;
}

.mr_frbox { width: 1200px; margin: 0 auto; }
.mr_frbox ul { width: 1230px;  }
.mr_frbox ul li { float: left; width: 380px; margin-right: 30px; margin-top: 20px; }
.mr_frbox ul li img { width: 380px; height:285px;  }
.mr_frbox ul li .tl { height: 60px; padding: 10px 0px; background-color: #f1f1f1; overflow: hidden; }
.mr_frbox ul li .tl h3 { font-size: 18px; font-weight: normal; text-align: center; line-height: 30px; }
.mr_frbox ul li .tl p { font-size: 14px; line-height: 24px; padding: 0px 10px; }
.mr_frbox ul li a:hover .tl { background-color: #1ca756; color: #fff; }

        .picScroll-left{ width:1200px; }
        .picScroll-left .bd{ }
        .picScroll-left .bd ul{ overflow:hidden; zoom:1; }


.about {
    background:  url(../images/babg.jpg) no-repeat center;
    background-size: 100%;
    box-sizing: border-box;
    height: 650px;
}

.focusys {
    width: 425px;
    padding: 0px 0;
}
.focus {
    width: 750px;
    padding: 0px;
    box-sizing: border-box;
}


.fbg {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.jjl {
    margin-top: 10px;
}
.jjl p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.fdfd {
    width: 780px;
    height: 135px;
}
.fdfd {
    width: 780px;
    height: 135px;
}
.fdfd ul {
    margin-top: 30px;
}
.fdfd ul li {
    width: 185px;
    height: 135px;
    float: left;
    font-size: 40px;
    text-align: center;
    color: #ffba00;
    font-weight: bold;
}
.fdfd ul li span {
    font-size: 20px;
    font-weight: lighter;
}



        .picMarquee-left{ width:1200px;  overflow:hidden; }
        .picMarquee-left .bd ul{ width: 1230px; }
        .picMarquee-left .bd ul li{float:left; width:380px; margin-right: 30px; }
        .picMarquee-left .bd ul li a { display: block; width: 380px; height: 285px; position: relative; overflow: hidden; }
        .picMarquee-left .bd ul li img { width: 380px; height: 285px; }
        .picMarquee-left .bd ul li h3 { position: absolute; left:0px; bottom: 30px; font-size: 14px; line-height: 40px;
            width: 360px; padding: 0px 10px; height: 40px; background-color: rgba(0,0,0,0.6); color: #fff; }

.picMarquee-left .bd ul li a:hover img {
    transform: scale(1.1);
}

.case .mr { text-align: center; padding-top: 30px; }
.case .mr a { display: inline-block; padding: 0px 30px; height: 40px; line-height: 40px; background-color: #1ca756; font-size: 14px;
color: #fff; }
.case .mr a:hover { text-decoration: underline;  }

.w1300 {
    width: 67.7%;
    min-width: 1200px;
    margin: 0 auto;
}

/*优势*/
.youshi {
    background: url(../images/bd.jpg) no-repeat top;
    height: 700px; /*padding: 15px 0 100px 0;*/
position:relative;
}

.adv_con {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}
.adv_tit {
    color: #fff;
    text-align: center;
    padding-top: 180px;
}
.adv_tit h3 {
    font-size: 42px;
    margin: 15px 0;
}
.adv_tit p {
    font-size: 19px;
}
.youshi ul {
    overflow: visible;
    margin-top: -80px;
}
.youshi ul::after {
    content: '';
    display: block;
    clear: both;
}
.youshi ul li {
    float: left;
    width: 300px;
    background: #fff;
    text-align: center;
    margin: 0 6px;
    padding: 100px 0 30px 0;
    cursor: pointer;
    top: 200px;
    opacity: 1;
    position: relative;
    height: 287px;
}
.youshi ul li p {
    padding: 0 30px;
    font-size: 15px;
    line-height: 30px;
    color: #8e8f8e;
}
.youshi ul li span {
    display: block;
    width: 160px;
    height: 160px;
    background: url(../images/icon.png) -6px -24px no-repeat;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -80px;
    transition: all 0.6s;
}
.youshi ul li:nth-child(2) span {
    background: url(../images/icon.png) -181px -30px no-repeat;
}
.youshi ul li:nth-child(3) span {
    background: url(../images/icon.png) -351px -30px no-repeat;
}
.youshi ul li:nth-child(4) span {
    background: url(../images/icon.png) -524px -30px no-repeat;
}
.youshi ul li a {
    display: block;
    background: #ffba00;
    border-radius: 10px;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin: 30px auto 0 auto;
}
.youshi ul li:hover span {
    transform: rotateY(360deg);
}
.youshi ul li:hover a {
    animation: doudong 0.8s ease-in-out;
    background: #333;
}
.youshi>span {
    width: 1240px;
    line-height: 65px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin-top: 50px;
}
.youshi>span>em {
    font-size: 24px;
}
.youshi>span i {
    font-size: 24px;
}
.youshi>span i::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../images/icon.png) -16px -216px no-repeat;
    vertical-align: middle;
    margin-left: 50px;
    margin-right: 10px;
}
.youshi>span i em {
    font-size: 32px;
    color: #db0713;
    font-weight: bold;
    vertical-align: middle;
}


.news {
    background: url(../images/probg.png) no-repeat 0 0;
    padding: 0px 0 50px;
    background-size: 100%;
}
.news .newsbt {
    text-align: center;
}
.news .warp {
    width: 1075px;
    margin: 0 auto;
}
.picFocus {
    width: 1200px;
    margin: 0 auto;
}
.picFocus .l {
    width: 49%;
}
.news_0606 {
    padding: 40px 0;
}
.news_0606 div.l {
    position: relative;
    overflow: hidden;
}
.news_0606 div.l ._hd {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    width: 100%;
    height: 14px;
    text-align: center;
}
.news_0606 div.l ._hd ul {
    display: inline-block;
}
.news_0606 div.l ._hd ul li {
    float: left;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
}
.news_0606 div.l ._hd ul li.on {
    background: #E1112A;
}
.news_0606 div.l .bd a {
    display: block;
}
.news_0606 div.l .bd a img {
    width: 100%;
    height: 440px;
}
.news_0606 div.r {
    width: 48%;
    overflow: hidden;
}
.news_0606 div.r ul {
    width: 100%;
    hei ght: 372px;
}
.news_0606 div.r ul li {
    height: 135px;
    transition: .5s;
    margin-bottom: 18px;
}
.news_0606 div.r ul li:first-child {
    border-top: none;
}
.news_0606 div.r ul li a {
    display: block;
    height: 100%;
}
.news_0606 div.r ul li .a1 {
    float: left;
    width: 28%;
    height: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    overflow: hidden;
}
.news_0606 div.r ul li .a1 img {
    height: 100%;
    margin: 0 -100%;
}
.news_0606 div.r ul li .a2 {
    fl oat: right;
    padding: 10px 15px;
    box-sizing: border-box;
}
.news_0606 div.r ul li .a2 h5 {
    font-size: 17.5px;
    color: #242424;
    line-height: 36px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.news_0606 div.r ul li .a2 p {
    font-size: 12.5px;
    color: #a5a5a5;
    line-height: 28px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.news_0606 div.r ul li.on {
    background: #20a055
}
.news_0606 div.r ul li.on .a1 {
    color: #fff;
}
.news_0606 div.r ul li.on .a2 h5 {
    color: #fff;
}
.news_0606 div.r ul li.on .a2 p {
    color: #fff;
}

.footbj {
    height: 410px;
    background: #262626;
    width: 100%;
}
.dblogo {
    margin-top: 65px;
}
.dbewm {
    margin-top: 45px;
    margin-left: 12px;
}
.dbfl p {
    display: block;
    width: 230px;
    text-align: center;
    font-size: 16px;
    color: #ffa315;
    margin-left: 12px;
    margin-top: 60px;
}
.dbfl p b {
    display: block;
    font-size: 33px;
    font-family: "Arial";
}
.dbfl ul {
    display: block;
    width: 730px;
    height: 85px;
    border-top: 1px #333 solid;
    margin-top: 15px;
}
.dbfl ul li {
    float: left;
    line-height: 80px;
    padding-right: 25px;
}
.dbfl ul li a {
    font-size: 15px;
    color: #868686;
}
.dbfl ul li:hover {
    text-decoration: underline;
    font-weight: bold;
}
.dbfr {
    width: auto;
    margin-top: 75px;
}
.dbfr h3 {
    font-size: 20px;
    color: #fff;
}
.dbfr p {
    background: url(../images/dhtb.png) left center no-repeat;
    color: #a8a8a8;
    font-size: 14px;
    line-height: 35px;
    padding-left: 35px;
    margin-top: 20px;
}
.copy {
    width: 1300px;
    height: 115px;
    margin: 0 auto;
    border-top: 1px #333 solid;
    margin-top: 30px;
    line-height: 115px;
}
.copy em {
    color: #868686;
    font-size: 18px;
    float: left;
}
.copy ul li {
    float: left;
    padding-right: 10px;
}
.copy ul li a {
    font-size: 15px;
    color: #868686;
}
.copy p {
    float: right;
    font-size: 15px;
    color: #868686;
}
.copy p a {
    color: #868686;
}

.nei_banner { width: 100%; height:335px;  margin-top: 100px; }













.channel { margin-top: 30px; }
.channel_l { width: 250px; float: left; }
.channel_r { width: 910px; float: right; }

.subclass {}
.sub_tl { width: 100%; height: 100px; line-height: 100px; text-align: center; color: #fff; font-size: 26px; 
background:#1ca756; }
.sub_tl font { font-size: 15px; text-transform:uppercase; }
.sub_list { width: 248px; border: 1px solid #ededed; border-top: none; padding-bottom: 20px; }
.sub_list ul { width: 215px; margin:0px auto; }
.sub_list ul li { border-bottom: 1px solid #e0e0e0; padding: 15px 0px; }
.sub_list ul li a { display: inline-block; width: 100%; font-size: 14px; color: #666; background:url(../images/icon_yjt1.png) no-repeat right center; }
.sub_list ul li a:hover { color: #1ca756; background:url(../images/icon_yjt2.png) no-repeat right center; }
.sub_list ul li a.on { color: #1ca756; background:url(../images/icon_yjt2.png) no-repeat right center; }
.sub_bot { width: 100%; height: 15px; background:url(../images/x15.jpg) no-repeat top center; }

.side {}
.side_tl {width: 100%; height: 48px; line-height:48px; color: #fff; font-size: 15px; background:#1ca756;}
.side_tl span { padding-left: 15px; }
.side_con { width: 248px; border: 1px solid #ededed; border-top: none; padding:10px 0px; font-size: 14px; color: #666; line-height: 24px; }
.side_con p { padding: 10px; }
.side_con img { width: 248px; }

.daohang { height: 48px; line-height: 48px; border-bottom:2px solid #1ca756; }
.daohang .col1 { float: left; font-size: 18px; }
.daohang .col2 { float: right; }


.channel_wen { font-size: 14px; margin-top: 10px; }
.channel_wen ul { width: 100%; }
.channel_wen ul li { width: 100%; border-bottom: 1px dotted #d9d9d9; overflow: hidden; padding: 20px 0px; }
.channel_wen ul li.li_t {}
.channel_wen ul li.li_t img { width: 255px; height: 160px; float: left; margin-right: 15px; }
.channel_wen ul li.li_t h3 { font-size: 16px; }
.channel_wen ul li.li_t p { color: #666; padding: 5px 0px; line-height: 24px; }
.channel_wen ul li.li_t p a { color: #1ca756; }
.channel_wen ul li.li_t p a:hover { text-decoration: underline; }
.channel_wen ul li.li_t span { color: #888; }
.channel_wen ul li.li_w { background:url(../images/icon_yjt1.png) no-repeat left center; padding: 10px 0px; }
.channel_wen ul li.li_w:hover { background:url(../images/icon_yjt2.png) no-repeat left center; }
.channel_wen ul li.li_w a { display: inline-block; float: left; padding-left: 10px;  }
.channel_wen ul li.li_w span { float: right; color: #999; }
.channel_wen ul li.li_w font { font-family:"宋体"; }

.channel_tu {}
.channel_tu ul{ width:930px; }
.channel_tu ul li{ float: left; width: 290px; height: 270px; margin-right: 20px; margin-top: 30px; }
.channel_tu ul li a {}
.channel_tu ul li a img { width: 290px; height: 220px; }
.channel_tu ul li a span { display: block; width: 290px; height: 50px; line-height: 50px; background-color: #999; font-size: 14px; text-align: center; color: #fff; }
.channel_tu li a:hover span { background:#1ca756; }

.channel_article { padding: 20px 0px; max-width: 1200px; margin: 0 auto; }
.channel_article h1 { font-size: 26px; line-height: 40px; padding: 10px 0px 20px 0px; font-weight: normal; text-align: center; }
.channel_article .article_nei { padding:15px; line-height: 32px; font-size: 16px; color: #555; }
.channel_article .article_nei p { line-height: 30px; }
.channel_article .article_nei img { max-width: 880px; }
.channel_article .article_info { width: 100%; margin: 0 auto; line-height: 30px; height: 30px; color: #c6c4c4;  text-align: center;
	/*border-bottom: 1px dotted #aaa;*/ padding: 0px 0px 5px 0px; position: relative; }
.next-prev-single { width: 100%; color: #222; margin: 0 auto; font-size: 14px; border-top: 1px dotted #aaa; padding-top: 10px; }
.next-prev-single { line-height: 24px; overflow: hidden; }
.next-prev-single a { color: #222; }
.next-prev-single a:hover { color: #1ca756; }

.channel_article .article_info .fenxiang { position: absolute; right: 0px; top:8px; display: none; }

.channel_tl { text-align: center; height: 40px; line-height: 40px; background:url(../images/cbs_icon1.png) no-repeat bottom center; 
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #1ca756;
    font-size: 26px;
}

/*文章评论样式*/
.comment-box{ position:relative; padding:0 50px 20px; }
    .comment-box .form-box{ margin:0; padding:15px 0; }
    .comment-box .form-box .avatar-box{ display:block; float:left; margin:0; padding:0; width:55px; height:55px; border:0; border-radius:55px; background:#fafafa; overflow:hidden; }
    .comment-box .form-box .avatar-box i{ color:#999; font-size:55px; line-height:1.2em; }
    .comment-box .form-box .avatar-box img{ width:100%; height:100%; }
    .comment-box .form-box .conn-box{ position:relative; margin-left:70px; }
    .comment-box .form-box .conn-box .editor{ position:relative; margin-right:18px; }
    .comment-box .form-box .conn-box .editor textarea{ display:inline; margin:0; padding:8px; width:100%; height:80px; border:1px solid #e8e8e8; line-height:20px; }
    .comment-box .form-box .conn-box .subcon{ padding-top:15px; color:#999; font-size:12px; }
    .comment-box .form-box .conn-box .subcon .submit{ float:right; display:inline-block; padding:0 20px; height:36px; line-height:34px; color:#fff; font-size:12px; background:#38f; vertical-align:middle; cursor:pointer; }
    .comment-box .form-box .conn-box .subcon strong{ color:#333; font-weight:normal; }
    .comment-box .form-box .conn-box .subcon .code{ margin-right:5px; padding:7px; width:80px; height:20px; line-height:20px; border:1px solid #e8e8e8; }
    .comment-box .form-box .conn-box .subcon a img{ vertical-align:middle; }
    .comment-box .list-box li{ padding:17px 0; border-top:1px solid #f7f7f7; }
    .comment-box .list-box li .avatar-box{ display:block; float:left; margin:0; padding:0; width:55px; height:55px; border:0; border-radius:55px; background:#fafafa; overflow:hidden; }
    .comment-box .list-box li .avatar-box i{ color:#999; font-size:55px; line-height:1.2em; }
    .comment-box .list-box li .avatar-box img{ width:100%; height:100%; }
    .comment-box .list-box li .inner-box{ position:relative; margin-left:70px; }
    .comment-box .list-box li .inner-box .info{ padding-bottom:3px; }
    .comment-box .list-box li .inner-box .info span{ margin-right:5px; color:#999; font-size:12px; }
    .comment-box .list-box li .inner-box p{ color:#333; font-size:14px; line-height:1.8em; }
    .comment-box .list-box li .answer-box{ clear:both; margin:10px 0 0 70px; padding:10px; background:#fafafa; border:1px solid #e6e6e6; border-radius:3px; }
    .comment-box .list-box li .answer-box .info{ margin-bottom:5px; padding:0; color:#1e7bb3; font-size:12px; border:none; }
    .comment-box .list-box li .answer-box .info span.right{ float:right; color:#999; }
    .comment-box .list-box li .answer-box p{ color:#555; font-size:14px; line-height:1.8em; }

/*页面标题
----------------------------------------------*/
.location{ padding:5px 0; width:100%; height:40px; line-height:40px; color:#999; font-size:12px; text-align:left; }
    .location a{ margin:0 5px; }
    .location span{ color:#666; }
.main-tit{ padding-top:14px; height:54px; line-height:54px; text-align:left; }
    .main-tit h2{ display:block; margin:0; padding:0; float:left; color:#333; font-size:20px; font-weight:normal; }
    .main-tit p{ display:block; float:right; color:#555; font-size:14px; }
    .main-tit p a{ margin-left:10px; }
    .main-tit p a i{ font-style:normal; }
.slide-tit{ border-bottom:1px solid #f0f0f0; color:#34ad2a; line-height:1em; font-size:16px; font-weight:normal; }
    .slide-tit strong{ padding:10px 0; float:right; color:#999; font-size:12px; font-weight:normal; }
    .slide-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #34ad2a; }
.nav-tit{ margin:0 auto 50px; padding:30px 0; text-align:center; color:#333; font-size:16px; line-height:1em; border-bottom:1px solid #e0e0e0; }
    .nav-tit.short{ padding-bottom:0; border-bottom:0; }
    .nav-tit a{ margin-left:10px; color:#333;  }
    .nav-tit a:hover,.nav-tit a.selected{ color:#34ad2a; }
    .nav-tit i{ margin-left:10px; color:#e0e0e0; }
.sub-tit{ margin:0 50px 10px; padding-top:35px; height:42px; border-bottom:1px solid #e0e0e0; font-size:16px; }
    .sub-tit a.add{ display:block; margin-right:10px; float:right; color:#23ac38; font-size:14px; line-height:42px; }
    .sub-tit a.add i{ display:inline-block; margin-right:5px; color:#23ac38; font-size:14px; }
    .sub-tit ul{ display:inline-block; }
    .sub-tit ul li{ margin:0; padding:0; display:inline-block; *display:inline; *zoom:1; }
    .sub-tit ul li a{ display:inline-block; padding:0 15px; line-height:42px; }
    .sub-tit ul li.selected a{ border-bottom:2px solid #23ac38; color:#23ac38; }
.search-tit{ display:block; margin:0 30px; padding-top:15px; line-height:38px; border-bottom:1px solid #f0f0f0; }
    .search-tit h3{ display:inline-block; color:#333; font-size:16px; font-weight:normal; }
    .search-tit span{ margin-left:15px; color:#999; font-size:14px; }
    .search-tit span strong{ margin:0 2px; color:#1e7bb3; font-weight:600; }


/*表单样式*/
.msg-box{ display:block; margin:0; padding:6px; border:1px solid #fbf2b5; background:#fcfbda; }
    .msg-box i{ display:block; float:left; margin:4px 0 0; font-size:12px; color:#A094A9; width:18px; height:18px; text-align:center; vertical-align:middle; }
    .msg-box p{ margin-left:18px; line-height:24px; color:#A4A147; font-size:12px; }
.form-box{ margin:0 50px; padding:20px 0 30px; }
    .form-box .form-group{ margin:0; padding:10px 0; clear:both; }
    .form-box .form-group .tips{ margin-left:16%; color:#666; font-size:12px; line-height:20px; }
    .form-box .form-group dt{ display:block; float:left; padding-right:2%; width:14%; line-height:40px; text-align:right; color:#888; }
    .form-box .form-group dd{ display:block; position:relative; margin-left:16%; line-height:40px; }
    .form-box .form-group dd img{ vertical-align:middle; }
    .form-box .form-group dd a.send{ display:inline-block; padding:0 10px; color:#555; border:1px solid #e0e0e0; height:40px; line-height:40px; color:#333; }
    .form-box .form-group dd a.send.gray{ color:#999; }
    .form-box .form-group dd .input{ display:inline-block; padding:0 10px; width:50%; height:40px; line-height:20px; border:1px solid #e0e0e0; }
    .form-box .form-group dd .input.code{ width:80px; }
    .form-box .form-group dd .select{ display:inline-block; padding:10px; height:40px; line-height:20px; border:1px solid #e0e0e0; }
    .form-box .form-group dd .textarea{ display:inline-block; padding:10px; width:50%; height:80px; line-height:20px; border:1px solid #e0e0e0; vertical-align:middle; overflow:auto; }
    .form-box .form-group dd .submit{ display:inline-block; margin:0 0 0 5px; padding:10px 46px; width:auto; height:auto; line-height:20px; color:#fff; font-size:14px; border:1px solid #d70029; background:#d70029; cursor:pointer; }
    .form-box .form-group dd .button{ display:inline-block; margin:0 0 0 5px; padding:10px 46px; width:auto; height:auto; line-height:20px; color:#666; font-size:14px; border:1px solid #eee; background:#eee; cursor:pointer; }
    .form-box .form-group dd label.mart{ margin-right:5px; }







