﻿/* 样式初始化
--------------------------------------------------*/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
    background: #fff;
    -webkit-text-size-adjust: none;
    color: #969696;
}

a {
    color: #920784;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: underline
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}

.fl,
.f_l {
    float: left;
}

.fr,
.f_r {
    float: right;
}
.webColor{
    color: #920784;
}

.clear {
    clear: both;
}

#countdown{ color:#E70}


.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#0091e9 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#0091e9 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#0091e9 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#0091e9 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

/*头部*/
.header {
    width: 100%;
}

.head_topline {
    width: 1100px;
    margin: 0 auto;
}

.head_member {
    width: 1100px;
    margin: 0 auto;
    padding-top: 10px;
}

.head_member ul li {
    float: left;
    margin-left: 30px;
}

.head_top {
    width: 1100px;
    height: 125px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.head_logo {
    width: 595px;
    height: 60px;
}

.head_date {
    font-size: 14px;
    margin-left: 25px;
    margin-top: 70px;
    color: #8dc63f;
}

.head_date .area {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    text-align: center;
    background-color: #8dc63f;
    color: #fff;
    border-radius: 20px;
}

.show_date {
    width: 125px;
    height: 125px;
    margin-left: 36px;
    margin-top: 16px;
    background: url(../images/show_date_bg.png) no-repeat;
    border-radius: 100px;
    text-align: center;
}

.show_date .day {
    font-size: 50px;
    ;
    font-family: "宋体";
    margin-top: 10px;
    color: #fff;
}

.show_date .title {
    color: #fff;
    font-size: 10px;
    -webkit-transform: scale(0.8);
}

.header .headsearch input {
    width: 250px;
    border: solid 1px #338539;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    padding: 0 10px 0 40px;
    font-size: 14px;
    color: #666;
    border-radius: 4px 0 0 4px;

}

.header .headsearch a {
    display: inline-block;
    width: 71px;
    height: 37px;
    line-height: 37px;
    background-color: #d70c19;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    border-radius: 0 4px 4px 0;
    vertical-align: top;
}

.header .facebook {
    width: 22px;
    height: 22px;
    background: url("../images/hfacebook-hover.png") no-repeat 0;
}

.header .facebook:hover {
    background: url("../images/hfacebook-hover.png") no-repeat 0;
}

.header .twitter {
    width: 23px;
    height: 25px;
    background: url("../images/htwitter-hover.png") no-repeat 0;
}

.header .twitter:hover {
    background: url("../images/htwitter-hover.png") no-repeat 0;
}

.header .instagram {
    width: 23px;
    height: 22px;
    background: url("../images/hinstagram-hover.png") no-repeat 0;
}

.header .instagram:hover {
    background: url("../images/hinstagram-hover.png") no-repeat 0;
}

.header .rss {
    width: 23px;
    height: 25px;
    background: url("../images/hrss-hover.png") no-repeat 0;
}

.header .rss:hover {
    background: url("../images/hrss-hover.png") no-repeat 0;
}

.header .in {
    width: 25px;
    height: 25px;
    background: url("../images/hin-hover.png") no-repeat 0;
}

.header .in:hover {
    background: url("../images/hin-hover.png") no-repeat 0;
}

.header .you {
    width: 22px;
    height: 22px;
    background: url("../images/hyou-hover.png") no-repeat 0;
}

.header .you:hover {
    background: url("../images/hyou-hover.png") no-repeat 0;
}

.header dl {
    text-align: right;
    padding-bottom: 10px;
}

.header dd {
    display: inline-block;
}

.header dd i {
    display: inline-block;
    vertical-align: -7px;
    margin-left: 5px;
}

.header .lang {
    background: #338539;
    padding: 2px 16px;
    margin-top: 10px;
}

.header .lang dd {
    display: inline-block;
    width: 373px;
    text-align: right;

}

.header .lang a {
    color: #fff;
}

/*登录弹窗*/
.reg_box {
    position: fixed;
    z-index: 99;
    width: 614px;
    height: auto;
    background: #F3FAFF;
    top: 200px;
    left: 50%;
    margin-left: -307px;
    display: none;
}

.reg_box form {
    width: 410px;
    height: auto;
    margin: 15px auto
}

.reg_box form p {
    width: 410px;
    height: auto;
    padding-bottom: 5px;
    float: left;
}

.reg_box form p span {
    font-size: 12px;
    color: #4F4F4F;
    height: 46px;
    float: left;
    line-height: 46px;
    min-width: 120px;
    text-align: right;

    /* _min-width: expression(function(el, w) {
        if(el.offsetWidth<parseInt(w, 10)) {
            el.style.width=parseInt(w, 10)+"px"
        }
    } */
}

.reg_box form p input {
    width: 270px;
    height: 32px;
    font-size: 16px;
    padding: 6px;
    float: right
}

.reg_box form .reg_btn {
    cursor: pointer;
    width: 288px;
    height: 44px;
    margin-left: 125px;
    background: #0067B6;
    border: 0;
    font-size: 20px;
    color: #fff;
}

.reg_box form .reg_login {
    font-size: 14px;
    padding-left: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    text-align: right
}

.reg_box form .reg_login span {
    font-size: 14px;
}

.reg_box form .reg_login a {
    color: #0067B6;
}

.mask,
.mask-click {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mask-click {
    z-index: 99;
    background: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.mask {
    z-index: 98;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
}

:root .mask {
    filter: none;
    /*处理IE9浏览器中的滤镜效果*/
    background-color: rgba(0, 0, 0, 0.6);
}

/*广告*/
.w_fs_index_banner {

    /* idth: 1100px; */
    margin: 0 auto;
    /*background:url(../images/w-banner.jpg) center;*/
    background-size: auto 100%;
}

.w_fs_index_banner>.msg_box {
    width: 500px;
    position: relative;
    margin: auto;
    padding-top: 385px;
    left: 40px;
}

.w_fs_index_banner>.msg_box>img {
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 32px;
}

.w_fs_index_banner>.msg_box .bn {
    display: block;
    width: 100px;
    height: 38px;
    border: 0px solid #c8c8c8;
    text-align: center;
    line-height: 38px;
    color: white;
}

/*导航*/
.navs {
    height: 40px;
    background: #34ae37;
    /* width: 1100px; */
    margin: 0 auto;
}


.navs ul {
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
    width:1100px;
}

.navs ul li {
    float: left;
    text-align: center;
    width:120px;
    font-size: 16px;
}

.navs ul a {
    color: #fff;
}


/*首页主体*/
.container {
    width: 1100px;
    margin: 0 auto;
    margin-top: 28px;
}

.container .right_content {
    width: 853px;
    float: right;
}

.banner {
    width: 100%;
    height: 240px;
    border-bottom: 1px solid #dcdcdc;
}

.banner .banner_l {
    font-size: 30px;
    margin-right: 12px;
    padding-top: 35px;
    font-weight: bold;
    color: #338539;
    letter-spacing: 1px;
}

.banner .banner_l {
    color: #338539;
}

.banner .banner_r p {
    margin-top: 20px;
}

.banner .banner_r p:nth-child(1) {
    margin-top: 0;
}

.banner .banner_r {
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.1);
}

.banner .banner_l p {
    padding-bottom: 5px;
}

.banner .banner_l p:nth-child(4) {
    color: #999;
}

.banner .date {
    padding-top: 62px;
    padding-left: 20px;
    font-size: 45px;
}

.banner .date span {
    padding: 2px 12px;
    border: 2px solid #999;
    margin-right: 10px;
}
.zs_news{
    margin-top: 30px;
}

/*首页主体版本2*/
.setleft {
    float: left;
}

.m25 {
    width: 25%;
}

.textC {
    text-align: center;
}

.setright {
    float: right;
}

.textTit {
    color: #34ae37;
    border-bottom: 2px solid #34ae37;
    width: 130px;
    line-height: 40px
}

.webWidth {
    width: 1100px;
}

.zs_news {

    width: 467px;
    overflow: hidden;
    margin-top: 30px;
}


.news_title {
    /* background-image: url(../images/autocn_18.jpg); */
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 4px;
}

.news_more {
    position: absolute;
    width: 467px;
    text-align: right;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.news_more_b {
    position: absolute;
    width: 1100px;
    text-align: right;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}


.news_more_b a {
    color: #454545;
    text-decoration: none;
}



.news_more_b a:hover {
    color: #ee7700;
    text-decoration: none;
}

.news_more a {
    color: #454545;
    text-decoration: none;
}

.news_more a:hover {
    color: #ee7700;
    text-decoration: none;
}


.news_ul {
    width: 467px;
    /* padding-top: 10px; */
}

.news_ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.news_ul a {
    display: block;
    background-image: url(../images/autocn_13.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

.news_ul span {
    text-align: right;
    display: block;
}

.midbar {
    padding-top: 20px;
    /* padding-bottom: 20px; */
}

.midbar img {
    width: 100%;
}



.v2_block_index_box ul li img {
    height: 60px;
}

.v2_block_index_box {
    position: relative;
    margin-bottom: 15px;

}

.v2_block_index_box ul {}

/*分类*/
.news_box {
    margin-top: 10px;
    margin-bottom: 20px;
}

.news_box .mr {
    float: left;
    margin-right: 8px;
    width: 236px;
}

.news_index_box {
    margin-top: 20px;
    position: relative;
}

.news_box .news_index_box {
    width: 450px !important;
    display: inline-block;
}

.news_box .cate_desc li {
    float: left;
    width: 100%;
    line-height: 25px;
    background: url(../images/disc_icon.png) no-repeat left center;
}

.news_box .cate_desc a {
    float: left;
    overflow: hidden;
    font-size: 14px;
}

.news_box .cate_desc span {
    float: right;
    padding-right: 10px;
}

/*频道*/
.block_consult_box {
    height: 112px;
    width: 100%;
}

.block_index_box {
    margin-top: 40px;
    position: relative;
}

.block_index_title {
    border-bottom: 1px solid #dcdcdc;
    height: 28px;
}

.block_index_title a {
    width: 50px;
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block
}

.block_index_title span {
    font-size: 20px;
    line-height: 20px;
    padding: 0 20px;
    height: 27px;
    display: inline-block;
    border-bottom: 2px solid red;
}

.block_index_box ul li img {
    height: 60px;
}

#mar1,
#mar2 {
    margin: 0 0px
}

;

.partner_box ul li img {
    width: 123px;
    height: 40px;
}

.media_box ul {
    margin-left: 40px;
    margin-top: 25px;
    margin: 25px 40px 52px
}

.media_box ul li {
    float: left;
    margin: 0;
}

.media_box ul span {
    float: left;
}

#mar2 li {
    border: 1px solid #dadada;
    padding: 2px;
}

.footer_bottomline {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}


.footer_bottomline a {
    padding: 0 5px;
    text-decoration: none;
}

/*脚部*/
.comWidth {
    width: 1100px;
    padding-top: 18px;
    margin: 0 auto;
}

.footer {
    margin: 40px 0;
    width: 100%;
    color: #338539;
}
.more_bt{
    background:#338539 !important;
}

.footer .f_box1 {
    margin-right: 20px;
}

.footer .footer_t .desc {
    padding-right: 30px;
}

.footer .footer_t .desc2 {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 30px;
}

.f_box2 {

    width: 100%;
    text-align: center;
    height: 5px;
    background: #efeef4;
}
.copyright p{
    font-size: 12px;
    line-height: 25px;
}


/*marquee插件的样式
 *left和right共用一个
[[*/

.plus-mar-left {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
}

.plus-mar-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.plus-mar-left li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 30px;
    margin-right: 15px;
    border: 1px solid #dadada;
}

.plus-mar-top {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
}

.plus-mar-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.plus-mar-top li {
    padding-right: 10px;
}

.plus-mar-bottom {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
}

.plus-mar-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 40px;
    position: relative;
}

.plus-mar-bottom li {
    padding-right: 10px;
}

.plus-mar-up {
    overflow: hidden;
}

.plus-mar-up ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.plus-mar-down {
    overflow: hidden;
    position: relative;
}

.plus-mar-down ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

/*marquee插件的样式 end */


/*其他页面公共样式*/

.path {
    line-height: 32px;
    margin-top: 20px;
    padding-left: 10px;
}

.path a {
    color: #000000;
}

.path span,
.path span a {
    color: #ee7700;
}

.leftArea {
    float: left;
}

.rightArea {
    width: 730px;
    padding: 0 0 0 10px;
}


.flAdv {
    text-align: center;
}

.flAdv img {
    width: 180px;
    height: 500px;
}

.tkServe {
    width: 230px;
    border: 3px solid #ee7700;
    margin-bottom: 16px;
    padding-bottom: 35px;
}

.tkServe h2 {
    color: #ee7700;
    font-size: 22px;
    margin: 12px 16px;
    line-height: 1;
}

.s_list {
    display: block;
    width: 230px;
    border-width: 1px;
    border-style: solid;
    line-height: 35px;
    margin-left: -4px;
    margin-top: 10px;
    cursor: pointer;
}

.s_list {
    border-color: #dddddd;
    color: #ee7700;
    background: #fff;
    position: relative;
    *zoom: 1;
    overflow: hidden;
}

.s_list:hover,
.tkServe .on {
    border-color: #ee7700;
    color: #fff;
    font-weight: bold;
    background: #ee7700;
    text-decoration: none;
}

.s_list span {
    padding-left: 20px;
}

.comm .lt .now {}

.comm .lt .now a {
    color: #ee7700;
}

/*新闻left*/
.comm .lt {
    float: left;
    width: 230px
}

.comm .lt dl {
    padding-right: 80px
}

.comm .lt dl i {
    display: inline-block;
    width: 9px;
    height: 14px;
    margin-right: 10px
}

.comm .lt dt {
    width: 100%;
    background-color: #34ae37;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px
}

.comm .lt dd {
    border-bottom: solid 1px #e6e6e6;
    padding: 10px 0;
    color: #ee7700;
    font-size: 14px;
    cursor: pointer
}

.comm .lt dd a {
    color: #000;
    text-decoration: none
}

.comm .lt dd ul {
    display: none;
    padding-left: 20px
}

.comm .lt dd ul a {
    color: #000
}

.comm .lt dd ul li {
    padding-top: 18px
}

.position_local {
    padding-bottom: 10px;
}


/*分页*/
#pages {
    text-align: center;
    margin-top: 20px;
    clear: both;
}

#pages a {
    height: 20px;
    font-size: 16px;
    color: #666666;
    padding: 0 8px;
    border: 1px #CCCCCC solid;
}

#pages span {
    border: none;
    height: 20px;
    width: auto;
    float: none;
    color: #ee7700;
    font-size: 18px;
    background: F66;
    color: #ee7700;
    padding: 0 8px;
}

#custompage {
    width: 30px;
    padding: 3px;
    vertical-align: top;
    border: 1px #CCCCCC solid;
}

#pages .go_btn {
    margin: 0;
    width: 30px;
    padding: 2px;
    vertical-align: top;
    border: 1px #CCCCCC solid;
}


.thumbimg {
    height: 185px;
    width: auto;
}

.opentime {
    position: absolute;
    margin-top: 44px;

    margin-left: 765px;
}

.opentime_en {
    position: absolute;
    margin-top: 25px;
    margin-left: 746px;
}


.zhdw_title {
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.zhdw_img img {
    border: 1px solid #999999;
}

.zhdw_down {
    text-align: center;
    padding-bottom: 80px;
}

.zhdw_down a {
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ee7700;
    text-align: center;
    display: block;
    margin: auto;
    width: 80px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;

}




.image-list{
    width: 100%;
    padding: 10px;
   
}
.image-list .cover{
    position: relative;
    width: 160px;
    height: 230px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
}
.image-list .cover img{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 590px;
    height: 590px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #ff2e67;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../images/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #ff2e67;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}

/*图文列表样式*/
.n-list{ padding:15px 30px; }
	.n-list li{ display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
	.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.n-list li h2{ padding:15px 0 15px; font-size:18px; line-height:24px; font-weight:normal;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.n-list li h2 a{ color:#333; text-decoration:none; }
	.n-list li h2 a:hover{ color:#8CAC52; }
	.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:118px; height:118px; border:1px solid #e8e8e8; font-style:normal; }
	.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.n-list li .note p{ display:block; font-size:14px; max-height:84px; line-height:28px; font-weight:500; color:#666; overflow:hidden; }
	.n-list li .note .info{ padding-top:10px; height:20px; line-height:20px; }
	.n-list li .note .info span{ margin-right:10px; color:#999; font-size:12px; }
    .n-list li .note .info span i{ margin-right:3px; font-size:12px; }
	.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }
/*相关列表样式*/
.rel-list{ margin-top:-15px; }
    .rel-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .rel-list .nodata{ color:#999; font-size:14px; line-height:50px; }
    .rel-list li{ display:block; float:left; margin:15px auto 0 0; padding:0; width:50%; overflow:hidden; _float:none; _width:auto; }
    .rel-list li .img-box{ position:relative; display:block; float:left; width:98px; height:98px; border:1px solid #e8e8e8; overflow:hidden; }
    .rel-list li .img-box img{ min-width:100%; min-height:100%; width:100%; _height:100%; overflow:hidden; }
    .rel-list li .info{ margin:0 auto 0 115px; padding-right:15px; _margin-top:-15px; _padding-right:0; }
    .rel-list li .info h3{ display:block; font-size:14px; font-weight:normal; height:30px; line-height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .rel-list li .info p{ color:#555; font-size:12px; height:48px; line-height:22px; overflow:hidden; }
    .rel-list li .info span{ line-height:22px; color:#999; font-size:12px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.rel-box{ position:relative; padding:0 50px 0; }
    .rel-box .rel-list{ margin:0 0 15px 0; }
/*类别列表*/



                  .inner-box{  min-height:350px; _height:350px; background:#fff; text-align:center; }
	                .inner-box .dl-list{ margin:0 auto;  text-align:left; width:95%; font-size:14px; }
	                .inner-box .dl-list dl{ clear:both; display:block; padding:5px 0; }
	                .inner-box .dl-list dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	                .inner-box .dl-list dl dt{ display:block; padding:5px 0; float:left; width:22%; line-height:32px; min-height:42px; color:#555; text-align:right; }
	                .inner-box .dl-list dl dd{ position:relative; padding:5px 0 5px 20px; line-height:42px; min-height:42px; color:#555; overflow:hidden; _margin-left:120px; }
	                .inner-box .dl-list dl dd .input{ padding:10px; width:50%;  }
                    .inner-box .dl-list dl dd select{ padding:10px; margin-left:5px;line-height:42px;  }
	                .inner-box .dl-list dl dd a.send{ display:inline-block; color:#555; border:1px solid #e8e8e8; border-radius:3px; width:110px; height:40px; line-height:40px; color:#333; font-size:14px; text-align:center; background:#fff; vertical-align:middle; }
	                .inner-box .dl-list dl dd a.send.gray{ color:#999; }
	                .inner-box .dl-list dl dd a.send img{ margin-top:9px; }
	                .inner-box .dl-list dl dd .input.code{ width:84px; ime-mode:disabled; text-transform:uppercase; }




                        .inner-box .dl-list dl dd tr td {
                           width:35%;
           
                        }

                        .inner-box .dl-list dl dd ._table {
                            width:98%;
                            background-color:white;
                            /*border:1px dotted #999;*/
                        }

                         .inner-box .dl-list dl dd ._table_title {
                           
                            width:15%;
                            font-weight:bolder;
                            padding-left:5px;
                            color:#338539;
         
                        }

                         .inner-box .dl-list dl dd ._table_title2 {
                             background-color:#950b84;
                            width:15%;
                            font-weight:bolder;
                            padding-left:5px;
                            cursor:hand;
                             color:white;
         
                        }

                        .inner-box .dl-list dl dd ._table_content {
            
                            padding-left:3px;
         
                        }

                        .inner-box .dl-list .submit {
                          
                            height: 34px;
                            background: #950b84;
                            text-align: center;
                            line-height: 34px;
                            font-size: 14px;
                            color: #fff;
                            border: none;
                            cursor: pointer;
                        }

.table_title { line-height:48px; text-align:left;  width:50%; padding-left:30%;}
.table_content {
    text-align:left;
    padding-left:10px;
}
.table_title2 {
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
 
}


				#menu li a:link,#menu li a:visited{
					color: #FFF;
					font-weight: 500;
					letter-spacing: 2px;
				}
				#menu li ul{
					display: none;
					position: absolute;
					
					z-index: 999;
					background:#e6e6e6;
					border: 1px solid #c6c6c6;
					border-bottom: none;
				}
				#menu li ul li{
					height: 35px;
					line-height: 35px;
					float: none;
					display: block;
					font-size: 12px;
				
					overflow: hidden;
					position: relative;
				}
				
				#menu li.navmoon{
					background: #E70;
				}
				#menu li.navmoon a{color: #fff;text-decoration:none;}
				#menu li.navmoon a:hover{color: #920784;}
				#menu li.navmoon ul{
					display: block;
					width:117px;
					height:auto;
				}
				#menu li.navmoon ul li{
					width: 100%;
				}
				#menu li.navmoon ul a{
					text-decoration:none;
					display: block;
					height: 35px;
					line-height: 35px;
					color: #920784;
				}
				#menu li.navmoon ul a:hover{
					color: #666;
					background: #fff;
				}
				.navs ul{
					overflow: visible;
				}
				
.zhengwen{ font-size:14px;}
