/*样式包含 头尾、banner、主体第一行等公共样式*/
@charset "utf-8";

/*全局样式控制*/
* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

table {
    border-collapse: collapse;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    outline: 0;
    border: none;
}

/*页面最外层div控制*/
body {
    font-size: 16px;
    color: #666;
}

.wrapper {
    width: 100%;
    float: left;
    font-family: "微软雅黑", "黑体";
    overflow: hidden;
}

.page-con {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

/*头部*/
.top {
    width: 100%;
    height: 112px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 9999999;
    padding-top: 36px;
}

.top_l {
    float: left;
}

.top_r {
    float: right;
    position: relative;
    line-height: 42px;
}

.top_rt ul {
    float: left;
}

.top_rt ul li {
    float: left;
    margin-right: 30px;
    line-height: 42px;
}

.top_rt ul li a {
    color: #333;
    font-size: 14px;
}

.top_rt ul li span {
    color: #333;
}

.top_rt {
    float: left;
    height: 42px;
}

.top_rb {
    float: left;
}

.top_rbr {
    float: right;
    width: 270px;
    height: 42px;
}

.search_txt {
    width: 235px;
    height: 42px;
    float: left;
    line-height: 42px;
    border: 0;
    background: none;
    font-size: 14px;
    color: #999;
    outline: 0;
    *margin-top: 5px;
    padding-left: 12px;
    background: #f0f0f0;
}

.search_tj {
    width: 35px;
    height: 42px;
    float: left;
    background: url(search_icon.png) no-repeat 50% 50% #f0f0f0;
    border: 0;
    outline: 0;
    padding-left: 3px;
    overflow: hidden;
    text-indent: -9999px;
}

/*导航*/
/*.nav{width:100%;height:56px;float:left;position:relative;z-index:999999;background:#0086d1}*/
/*.nav .page-con>li{float:left;width:11.1%}*/
/*.nav .page-con>li>p{position:relative;width:100%;float:left;line-height:56px;height:56px;z-index: 99}*/
/*.nav .page-con>li>p.on{*/
/*background:url("pic_01.png") no-repeat;*/
/*background: #00639c}*/
/*.nav .page-con>li>p>a{float:left;color:#fff;display:block;width:100%;height: 66px;font-size:18px;font-weight:700;text-align:center;}*/
/*.nav_b{top:56px;display:none;height:auto;background:#ecf4fa;overflow:hidden;z-index: 9;width: 100%;}*/
/*.nav_b ul{width: 100%; float: left;}*/
/*.nav_b ul li{text-align: center}*/
/*.nav_b ul li:first-child{padding-top: 10px}*/
/*.nav_b ul li:last-child{padding-bottom: 10px}*/
/*.nav_b ul li a{font-weight: bold;color: #333;line-height: 40px;}*/
/*.nav_b ul li a:hover{color: #0186d1;}*/

/*导航*/
.nav {
    width: 100%;
    height: 56px;
    float: left;
    position: relative;
    z-index: 999999;
    background: #0086d1
}

.nav .page-con>li {
    float: left;
    width: 12.5%
}

.nav .page-con>li>p {
    position: relative;
    width: 100%;
    float: left;
    line-height: 56px;
    height: 66px;
    z-index: 99
}

.nav .page-con>li>p.on {
    background: url("pic_01.png") no-repeat center 0;
}

.nav .page-con>li>p>a {
    float: left;
    color: #fff;
    display: block;
    width: 100%;
    height: 66px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.nav_b {
    position: absolute;
    top: 56px;
    display: none;
    height: 100px;
    width: 1170px;
    padding: 13px 30px 0 30px;
    background: #ecf4fa;
    overflow: hidden;
    left: 50%;
    margin-left: -585px;
    z-index: 9;
}

.nav_b ul {
    width: 100%;
    float: left;
}

.nav_b ul li {
    float: left;
    margin: 0 20px;
}

.nav_b ul li a {
    float: left;
    font-weight: bold;
    color: #333;
    line-height: 46px;
}

.nav_b ul li a:hover {
    color: #0186d1;
}

/*手机导航*/
.hidallPlace {
    display: none
}

.f-cb:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: "."
}

.navlist {
    display: none;
}

.searchPla {
    display: none;
}

/*banner*/
.banner {
    width: 100%;
    float: left;
}

.banner .slick-dots {
    line-height: 16px;
    position: absolute;
    bottom: 20px;
    left: 50%;
}

.banner .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(btn_off.png);
    background-size: cover;
    margin: 0 5px;
}

.banner .slick-dots li.slick-active {
    background: url(btn_on.png);
    background-size: cover;
}

.banner .slick-dots li button {
    border: 0;
    background: none;
    display: block;
    width: 16px;
    height: 16px;
    outline: 0;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    float: left;
}

/*主体*/
.main {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.main .main1 {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    height: 400px;
}

/*图片新闻*/
.main .news-img {
    width: 51.29%;
    margin-right: 2.56%;
}

.main .news-list {
    width: 46.15%;
}

.news-img .slick-slide {
    max-width: 100%;
    position: relative;
}

.news-img .slick-slide p {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    line-height: 50px;
    text-indent: 1em;
    color: #fff;
    text-align: left;
    width: 100%;
    background: url(pic-tit-bg.png) repeat-x;
}

.news-img .slick-slide p a {
    display: block;
    width: 83%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-img .slick-dots {
    position: absolute;
    right: 15px;
    bottom: 19px;
}

.news-img .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.news-img .slick-dots li.slick-active button {
    background: url("news_btn_on.png") no-repeat;
}

.news-img .slick-dots li button {
    background: url("news_btn_off.png") no-repeat;
    border: 0;
    width: 10px;
    height: 10px;
    font-size: 0px;
}

.news-img .slick-prev {
    position: absolute;
    top: 50%;
    left: 1.5%;
    width: 46px;
    height: 46px;
    background: url("btn_left.png") no-repeat;
    font-size: 0px;
    margin-top: -23px;
}

.news-img .slick-next {
    position: absolute;
    top: 50%;
    right: 1.5%;
    width: 46px;
    height: 46px;
    background: url("btn_right.png") no-repeat;
    font-size: 0px;
    margin-top: -23px;
}

.news-img .slick-slide a img {
    height: 400px;
}

/*新闻列表*/
.news-list-t {
    width: 100%;
    padding: 15px 20px;
    background: #f5f5f5;
    margin-bottom: 11px
}

.news-list-t p.main1_1_tp {
    margin-bottom: 8px;
}

.news-list-t p a {
    font-weight: bold;
    font-size: 20px;
    color: #0086d1;
    line-height: 32px;
}

.news-list-t span {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

/*tab切换*/
.tabBox {
    width: 100%;
    height: 100%;
    float: left;
}

.tabBox .hd {
    width: 100%;
    height: 54px;
    float: left;
    border-bottom: 1px solid #cccccc;
    line-height: 51px;
}

.tabBox .hd_l {
    float: left;
    width: 100%;
}

.tabBox .hd_l a {
    float: left;
    display: inline-block;
    color: #333333;
    font-size: 18px;
    line-height: 52px;
    margin-right: 30px;
    text-align: center;
}

.tabBox .hd_l a.on {
    color: #0086d1;
    font-weight: bold;
    border-bottom: 2px solid #0086d1;
    text-align: center;
}

.cd {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.cd .cd1 {
    float: left;
    display: none;
    width: 100%
}

.cd ul {
    width: 100%;
    float: left;
    display: none;
    position: relative;
}

.cd ul.cd2 {
    display: block;
}

.cd ul li {
    width: 100%;
    float: left;
    line-height: 34px;
}

.cd ul li a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    right: 80px;
    position: absolute;
    left: 0;
}

.cd ul li a:hover {
    color: #0086d1
}

.cd ul li span {
    float: right;
    color: #8c8c8c;
}

.tabBox1 {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px dashed #b3b3b3;
}

.tabBox1 a {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
}

.tabBox1 span {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 27px;
    padding: 11px 0;
}

.new_more1 {
    display: none;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.new_more1 p a {
    display: block;
    text-align: center;
    width: 100%;
    background: #e3e3e3;
    color: #808080;
    height: 45px;
    line-height: 45px;
}

.nav .page-con>li.navLast>p.on {
    background: url(pic_01-1.png) no-repeat center 0;
}

/**********************************响应式区域**********************************/
@media screen and (max-width:1024px) {

    /*公共区域开始*/
    .news-list-t {
        margin-bottom: 0;
    }

    .main .news-list {
        height: 350px;
    }

    /*.main .main1{height: 349px;}*/
    .news-img .slick-slide a img {
        height: 349px;
    }

    /*公共区域结束*/
}

@media screen and (max-width:768px) {
    .navlist>li:first{
        background: none;
    }

    /*公共区域开始*/
    .page-con {
        padding: 0 3.9062%
    }

    .banner {
        display: none;
    }

    .main .news-img {
        width: 100%;
    }

    .main .news-list {
        height: auto;
        width: 100%;
    }

    .tabBox .hd {
        height: 0.7rem;
    }

    /*20px字体*/
    .news-list-t p a {
        font-size: 0.29rem;
        line-height: 0.45rem;
    }

    /*18px字体*/
    .tabBox .hd_l a {
        font-size: 0.28rem;
        line-height: 0.69rem;
    }

    /*16px字体*/
    .news-img .slick-slide p,
    .cd ul li a,
    .cd ul li span,
    .new_more1 {
        font-size: 0.24rem;
        line-height: 0.49rem;
    }

    /*18px字体*/
    .news-list-t span {
        font-size: 0.22rem;
        line-height: 0.4rem;
    }

    .news-img .slick-dots {
        bottom: 0.15rem;
    }

    .new_more1 {
        display: block;
    }

    /*手机导航*/
    .top {
        width: 100%;
        height: auto;
        float: left;
        background: #fff;
        position: relative;
        z-index: 9999999;
        padding: 0.3rem 0;
    }

    .hideLineTop {
        width: 100%;
        height: 8px;
        float: left;
        background: #0086d1
    }

    .hideLineTop {
        width: 100%;
        height: 8px;
        float: left;
        background: #0086d1
    }

    .contShow {
        background: url(mobManu.png) no-repeat;
        width: .437rem;
        height: .375rem;
        position: absolute;
        right: 0.39rem;
        top: 35%;
        background-size: .437rem .375rem
    }

    .hidPlaceMob {
        background: #0086d1;
        width: 100%;
        height: 1.075rem;
        padding-top: .25rem;
        margin: auto
    }

    .searchPla {
        width: 6.5rem;
        height: .49rem;
        background: url(searchBoxd.png) no-repeat;
        background-size: 6.5rem .49rem;
        margin: auto;
        display: block
    }

    .searchPla .searInfo {
        font-size: .26rem;
        width: 5.6rem;
        height: .49rem;
        line-height: .49rem;
        float: left;
        background: 0 0;
        border: none;
        outline: 0;
        margin-left: .2rem
    }

    .searchPla .searBtn {
        width: 0.49rem;
        height: .49rem;
        line-height: .49rem;
        float: left;
        background: url(mobSearch.png) no-repeat .1rem .1rem;
        border: none;
        outline: 0;
        background-size: .3rem .3rem
    }

    .displayNone {
        display: none
    }

    .top_r {
        display: none
    }

    .hidallPlace {
        display: none;
        position: absolute;
        z-index: 111;
        width: 100%;
        background: #fff;
    }

    .navlist {
        display: block;
        background: #fff
    }

    .navlist>li {
        line-height: 0.85rem;
        width: 100%;
        border-bottom: #dbdbdb 1px solid;
        background: url(mobjiatou1.png) no-repeat 95% .4rem;
        background-size: .25rem .14rem
    }

    .navlist>li:last-child {
        border: none
    }

    .navlist>li.licur {
        background: url(mobjiatou2.png) no-repeat 95% .4rem;
        background-size: .25rem .14rem
    }

    .navlist>li.licur>a {
        color: #0086d1
    }

    .navlist>li a {
        padding-left: .4rem;
        font-size: .28rem;
        color: #333
    }

    .navlist>li ol {
        background: #f0f0f0;
        padding: 0.1rem .6rem 0 0.85rem;
        display: none;
        padding-bottom: 0.35rem
    }

    .navlist>li ol>li {
        line-height: .6rem;
        border-bottom: #dbdbdb 1px solid;
        position: relative
    }

    .navlist>li ol>li span {
        position: absolute;
        width: .593rem;
        height: 2px;
        background: #0086d1;
        bottom: 0;
        left: 0
    }

    .navlist>li ol>li a {
        padding: 0;
        color: #595959;
        font-size: .26rem;
        display: block
    }

    .botadA {
        width: 100%;
        background: #fff;
        border-top: 4px solid #0086d1;
        display: block;
        -webkit-box-shadow: 2px 2px 10px #cacaca;
        box-shadow: 2px 2px 10px #cacaca;
    }

    .botadA li {
        width: 100%;
        float: left;
        border-right: 1px solid #dbdbdb
    }

    .botadA li:last-child {
        border: none
    }

    .botadA li a {
        line-height: 1.12rem;
        display: block;
        text-align: center;
        font-size: .406rem;
        color: #595959
    }

    .contentIndex {
        display: block;
    }

    .top .page-con .top_l img {
        height: 0.54rem;
    }

    .pc_nav {
        display: none;
    }

    /*.main .main1{height: 4.6rem;}*/
    .news-img .slick-slide a img {
        height: 4.6rem;
    }

    /*公共区域结束*/
    .main .main1 {
        height: auto;
    }

    .footer {
        height: auto;
        border-top: 0.1rem solid #0086D1;
    }
}


@media screen and (max-width:414px) {
    .news-img .slick-slide p a {
        width: 78%;
    }
}