@charset "utf-8";

ul li {
    list-style: none;
}


* {
    list-style: none;
    margin: 0;
    padding: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

body {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    overflow-x: hidden;
}

dl,
dt,
dd,
ul,
p,
li,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}



/*首页新闻页面*/

.news_index {
    position: relative;
    top: 30px;
    clear: both;
    height: AUTO
}

.news_index .news_indexl {
    width: 48%;
    float: left;
}

.infor_txt h3 {
    background: url(../images/icon.jpg) no-repeat;
    background-position: 1px;
    text-indent: 16px;
}

.infor_txt h3:hover {
    background: url(../images/xwicon_hover.jpg) no-repeat;
    background-position: 1px;
    text-indent: 16px;
}




.ind_1 a>div {
    display: inline-block;
    vertical-align: top;
}

.newsind_1 a {
    display: block;

    padding: 2% 0% 2% 0;
    border-bottom: 1px solid #e5e5e5;
}

.newsind_1 a .pic_box {
    width: 26%;
}

.newsind_1 a .date_infor {
    width: 97%;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-left: 3%;

}

.newsind_1 a .infor_txt h3 {
    width: 78%;
    float: left;
}

.newsind_1 a .infor_txt span {
    font-size: 16px;
    color: #999;
    display: block;
    float: right;
    width: 20%;
    margin-top: 7px;
    text-align: right;
}

.newsind_1 a .infor_txt {
    padding: 0 1% 0 0%;
}

.newsind_1 a .infor_txt h3 {
    font-size: 18px;
    list-style: circle;
    list-style-position: inside;
    margin: 8px 0;
    color: #333;
}

.newsind_1 a .infor_txt p {
    margin-top: 5px;
    color: #666;
    line-height: 25px;
    font-size: 15px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
}

.ind_1 a .infor_txt {
    width: 100%;
}

.newsind_1 a:hover .infor_txt h3 {
    color: #029a8d;
}


/*焦点图*/

.focus {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #000;
    float: left;
}

.focus img {
    width: 100%;
    height: 450px
}

.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 94%;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 3%;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    line-height: 25px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: 26%;
    right: 40px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    height: 14px;
    top: 30px;
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
}

.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}


/*选项卡*/
.news_informain {
    margin: auto;
    width: 100%;
    height: auto;
}

.inTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.inTabs .new_til {
    height: 56px;
    overflow: hidden;
    width: 48%;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #f57452;
    float: left;
    position: absolute;
    right: 1%;
    border-bottom: 1px solid #e5e5e5;

}

.inTabs .new_til ul {
    border: 0;
    margin: 0;
    padding: 0;
    width: 73%;
    float: left;
}

.mmore {
    width: 25%;
    float: right;
    text-align: right;
    line-height: 50px;
    margin-right: 5px;
}

.inTabs .new_til li {
    float: left;
    width: 130px;
    font-size: 22px;
    font-weight: bold;
    font-weight: normal;
    color: #666;
    line-height: 46px;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
}

.inTabs .new_til li:hover {
    width: 130px;
    color: #029a8d;
    font-weight: bold;
    line-height: 46px;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
}

.inTabs .new_til .active {
    width: 130px;
    color: #029a8d;
    font-weight: bold;
    line-height: 46px;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
}

.inTabs .new_til .normal {
    height: 50px;
    width: 130px;
    line-height: 46px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
}

.inTabs .TabContent {
    background: #fff;
    margin: 0px auto;
}

.none {
    display: none;
}

.xxtab {
    width: 100%;
    height: auto;
}

.newsind_1 {
    position: relative;
    width: 49%;
    float: right;
    margin-top: 4.5%;
}


/*首页新闻页面end*/








/*焦点图*/
.zfocus {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #000;
    float: left;
}

.zfocus img {
    width: 100%;
    height: 450px
}

.zfocus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.zfocus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.zfocus .zbtn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.zfocus .zbtn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.zfocus .zbtn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.zfocus .zfPic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.zfocus .zD1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.zfocus .shadow {
    width: 94%;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 3%;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    line-height: 25px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.zfocus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.zfocus .zfcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.zfocus .zfcon img {
    display: block;
}

.zfocus .zfbg {
    bottom: 26%;
    right: 40px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.zfocus .zfbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    height: 14px;
    top: 30px;
}

.zfocus .zD1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.zfocus .zD1fBt .current,
.zfocus .zD1fBt a:hover {
    background: #fc114a;
}

.zfocus .zD1fBt img {
    display: none
}

.zfocus .zD1fBt i {
    display: none;
    font-style: normal;
}

.zfocus .zprev,
.zfocus .znext {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
}

.zfocus .zprev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.zfocus .znext {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.zfocus .zprev:hover {
    background-position: 0 0;
}

.zfocus .znext:hover {
    background-position: -40px 0;
}








/*焦点图*/

.afocus {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #000;
    float: left;
}

.afocus img {
    width: 100%;
    height: 450px
}

.afocus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.afocus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.afocus .abtn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.afocus .abtn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.afocus .abtn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.afocus .afPic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.afocus .aD1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.afocus .shadow {
    width: 94%;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 3%;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    line-height: 25px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.afocus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.afocus .afcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.afocus .afcon img {
    display: block;
}

.afocus .afbg {
    bottom: 26%;
    right: 40px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.afocus .afbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    height: 14px;
    top: 30px;
}

.afocus .aD1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.afocus .aD1fBt .current,
.afocus .aD1fBt a:hover {
    background: #fc114a;
}

.afocus .aD1fBt img {
    display: none
}

.afocus .aD1fBt i {
    display: none;
    font-style: normal;
}

.afocus .aprev,
.afocus .anext {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
}

.afocus .aprev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.afocus .anext {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.afocus .aprev:hover {
    background-position: 0 0;
}

.afocus .anext:hover {
    background-position: -40px 0;
}






/*焦点图*/

.bfocus {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #000;
    float: left;
}

.bfocus img {
    width: 100%;
    height: 500px
}

.bfocus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.bfocus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.bfocus .bbtn {
    position: bbsolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.bfocus .bbtn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.bfocus .bbtn a:hover,
.bfocus .bbtn a.current {
    cursor: pointer;
    background: #fc114a;
}

.bfocus .bfPic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.bfocus .bD1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.bfocus .shadow {
    width: 94%;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 3%;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    line-height: 25px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.bfocus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.bfocus .bfcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.bfocus .bfcon img {
    display: block;
}

.bfocus .bfbg {
    bottom: 65px;
    right: 40px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.bfocus .bfbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    top: -300%;
    height: 14px
}

.bfocus .bD1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.bfocus .bD1fBt .current,
.focus .aD1fBt a:hover {
    background: #fc114a;
}

.bfocus .bD1fBt img {
    display: none
}

.bfocus .bD1fBt i {
    display: none;
    font-style: normal;
}

.bfocus .bprev,
.bfocus .bnext {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat center;
}

.bfocus .bprev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.bfocus .bnext {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.bfocus .bprev:hover {
    background-position: 0 0;
}

.bfocus .bnext:hover {
    background-position: -40px 0;
}



.shadow a {

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

    box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

}






@media only screen and (max-width: 992px) {
    .zfocus {
        position: relative;
        width: 100%;
        height: 305px;
        background-color: #000;
        float: left;
    }

    .zfocus img {
        width: 100%;
        height: 305px
    }

    .focus {
        position: relative;
        width: 100%;
        height: 305px;
        background-color: #000;
        float: left;
    }

    .focus img {
        width: 100%;
        height: 305px
    }

    .afocus {
        position: relative;
        width: 100%;
        height: 305px;
        background-color: #000;
        float: left;
    }

    .afocus img {
        width: 100%;
        height: 305px
    }

    .TabContent {
        width: 96%;
        margin: 0px auto;
        padding-top: 5px;
        clear: both;
    }

    .newsind_1 a .infor_txt h3 {
        width: 68%;
        float: left;
    }

    .inTabs .new_til li:hover {
        width: 31%;
        color: #fff;
        font-weight: bold;
        line-height: 50px;
        text-decoration: none;
        letter-spacing: 1px;
        cursor: pointer;
        text-align: center;
    }

    .new_til span {
        display: none;
    }

    .focus .shadow a {
        font-size: 16px;
    }

    .newsind_1 a .infor_txt span {
        font-size: 16px;
        color: #999;
        display: block;
        float: right;
        width: 30%;
        margin-top: 7px;
        text-align: right;
    }

    .inTabs .new_til .active {
        width: 35%;
        color: #fff;
        background-color: #029a8d;
        font-weight: bold;
        line-height: 50px;
        text-decoration: none;
        letter-spacing: 1px;
        cursor: pointer;
        text-align: center;
    }

    .xinwen {
        text-align: center;
        padding-top: 10%;
        color: #666666;
    }

    .inTabs .new_til .normal {
        height: 50px;
        width: 31%;
        line-height: 50px;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: 1px;
        cursor: pointer;
        text-align: center;
    }

    .inTabs .new_til li {
        float: left;
        width: 31%;
        font-size: 20px;
        font-weight: bold;
        font-weight: normal;
        color: #666;
        line-height: 50px;
        text-decoration: none;
        letter-spacing: 1px;
        height: 50px;
        cursor: pointer;
        text-align: center;
    }

    .mmore {
        display: none;
    }

    .inTabs .new_til ul {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        float: none;
    }

    .inTabs .new_til {
        height: 50px;
        overflow: hidden;
        width: 100%;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 1px;
        color: #fff;
        float: left;
        position: relative;
        right: 0%;
        background-color: #f5f5f5;
        z-index: 99999999;
    }

    .news_index {
        position: relative;
        top: 20px;
        clear: both;
        height: auto;

    }

    .newsind_1 a .date_infor {
        width: 0%;
        text-align: right;
        display: none;
    }

    .news_index .news_indexl {
        width: 100%;
        float: none;
    }

    .newsind_1 {
        position: relative;
        width: 100%;
        float: none;
        margin-top: 4%;
    }

    .newsind_1 a .date_infor span {
        display: none;
    }

    .ind_1 a .infor_txt {
        width: 100%;
    }

    .newsind_1 a .infor_txt h3 {
        -webkit-line-clamp: 1;

        line-clamp: 1;

        -webkit-box-orient: vertical;

        box-orient: vertical;

        display: -webkit-box;

        overflow: hidden;

        font-size: 16px;
        list-style: circle;
        list-style-position: inside;
        margin: 10px 0;
        color: #666;
    }







}