/*样式包含 头尾、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;
}

a:focus {
    outline: none;
}

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: "Microsoft YaHei";
    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: 14.28%;
    position: relative;
}

.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") repeat-x 15px 0px;
}

.nav .page-con>li.navFirst>p.on,
.nav .page-con>li.navLast>p.on {
    background: url("pic_01-1.png") repeat-x;
    background-size: 100% 56px;
}

.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;
    width: 665px;
    padding: 0 30px 30px;
    overflow: hidden;
    z-index: 9;
}

.navRight .nav_b {
    right: 0
}

.nav_b {
    overflow: hidden;
}

.nav_b ul {
    width: 359px;
    float: left;
    margin-top: 15px;
}

.nav_b .nav_b_img {
    float: right;
    width: 246px;
    height: 146px;
    margin-top: 30px;
}

.nav_b ul li {
    float: left;
    width: 41.6%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #dbdbdb;
    margin-right: 8.3%;
}

.nav_b ul li a {
    float: left;
    font-weight: bold;
    color: #333;
    line-height: 55px;
}

.nav_b ul li a:hover {
    color: #0186d1;
}

.nav_b_bg {
    position: absolute;
    top: 56px;
    height: 260px;
    width: 665px;
    left: 0;
    opacity: 0.8;
    -moz-opacity: 0.8;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    padding: 0 30px 30px;
    overflow: hidden;
    z-index: 9;
    background: #ecf4fa;
}

.nav_b_bg1 {
    position: absolute;
    top: 56px;
    height: 260px;
    width: 665px;
    right: 0;
    opacity: 0.8;
    -moz-opacity: 0.8;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    padding: 0 30px 30px;
    background: #ecf4fa;
    overflow: hidden;
    z-index: 9;
}

/*手机导航*/
.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%;
    margin-left: -65px;
}

.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: 20px;
}

.main .main1 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}

/*图片新闻*/
.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: 75%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-img .slick-dots {
    position: absolute;
    right: 0;
    bottom: 19px;
}

.news-img .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.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;
    margin-top: 10px;
}

.cd ul li {
    width: 100%;
    float: left;
    line-height: 35px;
    height: 35px;
}

.cd ul li a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    right: 80px;
    position: absolute;
    left: 0;
}

.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;
}

/*友情链接*/
.mould5 .link {
    float: left;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background-color: #0285cf;
}

.mould5 .link .page-con {
    position: relative;
}

.mould5 .link ul {
    float: left;
    width: 100%;
}

.mould5 .link .page-con .link2 {
    float: left;
    width: 100%;
}

.mould5 .link .page-con li.link2 {
    float: left;
    width: 30%;
}
.link .page-con li.link2:nth-child(4) {
    width: 8% !important;
}
.mould5 .link .page-con .link1 {
    width: 100%;
    display: none;
    float: left;
    position: absolute;
    top: -280px;
    left: 0;
    z-index: 9;
    background: #fff;
    border: 2px solid #e3e3e3;
    border-bottom: none;
    padding: 20px;
    overflow-y: auto;
    height: 280px;
}

.mould5 .link .page-con .link2>a {
    float: left;
    color: #fff;
    padding-right: 20px;
    background: url("link_bj.png") no-repeat right center;
}

.mould5 .link .page-con .link2 {
    color: #333
}

.mould5 .link1 ul {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.mould5 .link1 ul li {
    float: left;
    min-width: 33.33%;
    margin-top: 15px;
    line-height: 24px
}

.mould5 .link1 ul li a {
    float: left;
    color: #666;
    padding-left: 13px;
    background: url(pic_02.jpg) no-repeat 0 7px
}

/*页面底部*/
.footer {
    float: left;
    width: 100%;
    color: #333;
    height: 208px;
}

.footer .footer_l {
    float: left;
    width: 60%;
    margin-top: 20px;
}

.footer .footer_l p.footer_lt {
    line-height: 58px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 20px;
}

.footer .footer_l p.footer_lt a {
    color: #000000;
    float: left;
    margin-right: 3%;
}

.footer .footer_l p {
    float: left;
    width: 100%;
    line-height: 27px;
    font-size: 14px;
    color: #666;
}

.footer .footer_l p span {
    margin-right: 10px;
}

.footer .footer_r {
    float: right;
    margin-top: 40px;
    text-align: center;
}

.footer_r dl dd img {
    width: 100px;
    height: 100px;
}

.footer_r dl dt {
    line-height: 36px;
    font-size: 14px;
    color: #666;
}


/*社会责任-公益事业*/
.main .main1 .news-img img {
    max-width: 100%;
    height: 270px;
    width: 100%;
}

.main .main1 {
    min-height: 305px;
    margin-bottom: 40px;
}

.main .main1 .news-img {
    width: 35%;
}

.main .main1 .news-list {
    width: 62.44%;
}

.main .main1 .cd ul li a {
    right: 20%;
}

.main .main1 .tabBox .cd ul li {
    line-height: 36px;
}

.main .main1 .title_on {
    margin-bottom: 20px;
}

.title_on {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.title_on a {
    color: #0086d1;
    font-weight: bold;
    border-bottom: 2px solid #0086d1;
    text-align: center;
    vertical-align: top;
    float: left;
    display: inline-block;
    font-size: 18px;
    height: 36px;
}

/**********************************响应式区域**********************************/
@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) {

    /*公共区域开始*/
    .page-con {
        padding: 0 3.9062%
    }

    .banner {
        display: none;
    }

    .main {
        margin-top: 0.3rem;
    }

    .main .news-img {
        width: 100%;
    }

    .main .news-list {
        height: auto;
        width: 100%;
        margin-top: 0.2rem;
    }

    .tabBox .hd {
        height: 0.7rem;
    }

    /*20px字体*/
    .news-list-t p a {
        font-size: 0.32rem;
        line-height: 0.5rem;
    }

    /*18px字体*/
    .tabBox .hd_l a {
        font-size: 0.32rem;
        line-height: 0.68rem;
        margin-right: 0.3rem;
    }

    /*16px字体*/
    .news-img .slick-slide p,
    .cd ul li a,
    .cd ul li span,
    .new_more1 {
        font-size: 0.3rem;
    }

    /*18px字体*/
    .news-list-t span {
        font-size: 0.28rem;
        line-height: 0.4rem;
    }

    .new_more1 {
        display: block;
    }

    .cd ul li {
        line-height: 0.55rem;
        height: 0.55rem;
    }

    .news-list-t {
        margin-top: 0.3rem;
    }

    /*手机导航*/
    .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: 0.32rem;
        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: .32rem;
        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: 0.32rem;
        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: .446rem;
        color: #595959
    }

    .contentIndex {
        display: block;
    }

    .top .page-con .top_l img {
        height: 0.5rem;
    }

    .pc_nav {
        display: none;
    }

    .main .main1 {
        height: auto;
    }

    .main .main1 .news-img {
        height: 4.6rem;
    }

    .news-img .slick-slide a img {
        height: 4.6rem;
    }

    /*公共区域结束*/
    .mould5 .link {
        display: none;
    }

    .mould5 .footer {
        height: auto;
        ;
        border-top: 0.1rem solid #0086D1;
    }

    .mould5 .footer .footer_l {
        width: 100%
    }

    .mould5 .footer .footer_r {
        width: 100%
    }

    .mould5 .footer_r dl dt {
        font-size: 0.3rem;
        line-height: 0.6rem;
    }

    .mould5 .footer_r dl dd img {
        width: 1.7rem;
        height: 1.7rem;
    }

    .mould5 .footer .footer_l p.footer_lt {
        line-height: 0.7rem;
        padding-bottom: 5px;
    }

    .mould5 .footer .footer_l p.footer_lt a {
        font-size: 0.3rem;
        margin: 0 1%;
        text-align: center
    }

    .mould5 .footer .footer_l p span {
        font-size: 0.3rem;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 0.5rem;
        margin-right: 0;
    }

    .news-img .slick-prev,
    .news-img .slick-next {
        display: none !important;
    }

    .mould5 .footer .footer_l {
        margin-top: 0;
    }

    .new_more1 p a {
        height: 0.8rem;
        line-height: 0.8rem;
    }

    dd.title_more {
        display: none;
    }


    /*社会责任-公益事业*/
    .main .main1 {
        height: auto;
    }

    .main .main1 .news-img {
        width: 100%;
        height: 275px;
    }

    .main .main1 .news-list {
        width: 100%;
        margin-top: 0.2rem;
    }

    .main .main1 .news-img {
        height: auto;
    }

    .main .tabBox .cd ul li {
        line-height: 0.55rem;
    }

    .title_on a {
        font-size: 0.32rem;
        height: 0.55rem;
        line-height: 0.55rem;
    }

    .title_on {
        margin-bottom: 0.3rem;
    }

    .main .main1 .news-img img {
        height: auto;
    }
}


@media screen and (max-width:768px) {
    .link {
        display: none;
    }

    .footer .footer_l {
        width: 100%
    }

    .footer .footer_r {
        width: 100%
    }

    .footer_r dl dt {
        font-size: 0.3rem;
        line-height: 0.6rem;
    }

    .footer_r dl dd img {
        width: 1.7rem;
        height: 1.7rem;
    }

    .footer {
        height: auto;
        border-top: 0.1rem solid #0086d1;
    }

    .footer .footer_l {
        margin-top: 0.12rem;
    }

    .footer .footer_r {
        margin-top: 0px;
    }

    .footer .footer_l p.footer_lt a {
        font-size: 0.3rem;
        margin: 0 1%;
        text-align: center;
        width: 23%;
    }

    .footer .footer_l p span {
        font-size: 0.3rem;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 0.5rem;
        margin-right: 0;
    }

    .cd ul.cd2 {
        margin-top: 0.1rem;
    }
}

@media screen and (max-width:414px) {
    .news-img .slick-slide p a {
        width: 70%;
    }
}
