@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: url("../images/body_bg.png") center no-repeat #e4f5ff;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top > img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

.px1320 {
    max-width: 1320px;
    margin: 0 auto;
}

.px1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top > img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


/* nav */

.head {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: all 0.3s;
}

.top_right {
    float: right;
    width: 400px;
}

.tel_rx {
    float: left;
    font-size: 24px;
    color: #cc0000;
    line-height: 140px
}

.top_link {
    font-size: 14px;
    color: #cecece;
    line-height: 40px;
    height: 40px;
    padding: 0 0 5px 0;
    text-align: right;
}

.top_link .en_lan {
    background: url("../images/en_ico.png") left center no-repeat;
    padding-left: 24px
}

.top_link a {
    color: #999899;
    padding: 0 10px;
}

.top_link a:hover {
    color: #2267b1
}

.nymain {
    background: #fff
}

/*search*/
.i-search {
    width: 290px;
    height: 40px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 20px;
    background: #ffffff;
    border: #eeeeee 1px solid;
    border-radius: 5px;

}

.i-search .search-txt {
    width: 180px;
    padding: 0 0 0 30px;
    height: 40px;
    line-height: 40px;
    _line-height: 40px;
    background: url("../images/ico_search.png") 5px center no-repeat;
    color: #9e9e9e;
    margin: 0;
    border: 0;
    outline: none;
}

.i-search .search-btn {
    width: 70px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    border: 0;
    cursor: pointer;
    background: #2267b1;
    color: #ffffff;
    border-radius: 5px;
}

.i-search .search-btn:hover {
    background: #ff9900;
    border: 0;
    cursor: pointer;
}

.head.t60 {
    top: 60px;
}

.head.on {
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.head-top {
    position: relative;
    z-index: 999;
    padding: 30px 0 30px 0;
    transition: all 0.3s;
    margin: 0 auto;
    background: url("../images/header_bg.png") center no-repeat;
}

.logo {
    float: left;
    transition: all 0.3s;
    line-height: 74px;
}

.logo a {
    font-size: 0;
    display: block;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
    margin: 0 0 0 0;
}

.nav {
    background-size: 100% 100%;
    background: #2267b1;
    height: 60px;
    line-height: 60px;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 42px;
    overflow: hidden;
}

.search-box {
    float: right;
}

.search span {
    float: left;
    line-height: 14px;
    margin: 10px 0;
    padding: 0 35px 0 20px;
    border-right: 1px solid #666;
}

.search span a {
    display: block;
    color: #666666;
}

.head.on .search-box input[type="text"] {
    background: #e8e2e2;
}

.search-box input[type="text"] {
    width: 0;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    transition: all 0.3s;
}

.search-box > div {
    font-size: 0;
}

.search-box img {
    cursor: pointer;
    vertical-align: middle;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search > div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding: 5px 0;
    background: #fff;
}

.t-search > div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #2267b1;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.nav > ul {
    width: 1320px;
    margin: 0 auto;
}

.nav > ul > li {
    float: left;
    position: relative;
    transition: all 0.3s;
    margin-right: 5px;
    border-radius: 0;
    padding: 0 32px;
    border-right: #1c5ba6 1px solid;
}

.nav > ul > li > a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 60px;
}

.nav > ul > li > a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #b7adad;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all 0.5s;
}

.nav > ul > li ul {
    display: none;
    position: absolute;
    top: 60px;
    padding: 0 0 10px 0 !important;
    width: auto;
    right: 0;
    left: 0;
    margin-left: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-top: 0 !important;
    height: auto !important;
}

.nav > ul > li ul li {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.nav > ul > li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}

.nav > ul > li:hover {
    background: #2e78c8;
}

.nav > ul > li:hover > a {
    color: #fff;
}

.nav > ul > li ul li a:hover {
    color: #fff;
    background: #2267b1;
}

.nav > ul > li.active {
    background: #2e78c8;
}

.nav > ul > li.active > a {
    color: #fff;
}

.nav > ul > li.on > a:after {
    height: 15px;
    border-bottom: 1px solid #b7adad;
}

.footer {
    padding: 15px 0 0 0;
    overflow: hidden;
    background: #282d31;
}

.footer .end_logo {
    margin-top: 25px
}

.footer p {
    color: #ffffff
}

.foot-l {
    float: left;
}

.foot-l p {
    font-size: 14px;
    line-height: 30px;
}

.foot-l a {
    display: block;
    color: #ffffff;
}

.foot-l a img {
    display: block;
}

.foot-m {
    float: left;
    width: 40%;
    padding-left: 40px;
    margin-left: 40px;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
}

.footer h3 {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
}

.footer .yqlj {
    background: url("../images/ico_yqlj.png") left center no-repeat;
    padding-left: 25px
}

.footer .wxrwm {
    background: url("../images/ico_wxgzh.png") left center no-repeat;
    padding-left: 25px
}

.footer .lxdh {
    background: url("../images/ico_tel.png") left center no-repeat;
    padding-left: 25px
}

.footer .lxyx {
    background: url("../images/ico_emal.png") left center no-repeat;
    padding-left: 25px
}

.footer .lxdz {
    background: url("../images/ico_dz.png") left center no-repeat;
    padding-left: 25px
}

.footer .end_yqlj {
    display: block;
    width: 100%;
}

.footer .end_yqlj a {
    display: block;
    padding-left: 25px;
    color: #cfd0d0;
    text-align: left;
    float: left;
    font-size: 14px;
}

.footer .end_yqlj a:hover {
    color: #ffffff
}

.footer .foot-c {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px
}

.end_copyright {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    line-height: 60px;
    border-top: #53575a 1px solid;
    overflow: hidden;
    color: #cfd0d0;
    font-size: 14px;
}

.end_copyright a {
    color: #cfd0d0
}

.foot-r {
    float: right;
}

.foot-r {
    text-align: center;
    padding:10px;
}

.foot-r .wx_rwm {
    width: 90px;
    height: 90px;
    background: #ffffff;
    padding: 5px;
    margin: 0 auto;
}

.foot-r p {
    line-height: 25px;
    height: 30px;
    display: block;
    text-align: left;
    color: #cfd0d0;
    font-size: 14px;
   
}

.foot-r p a {
    color: #cfd0d0;
    font-size: 14px;
}

.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-dots {
    position: absolute;
    width: 100%;
    max-width: 1300px;
    bottom: 20px;
    left: 50%;
    margin-left: -650px;
    text-align: center;
    z-index: 9;
    font-size: 0;
}

.banner .slick-dots li {
    width: 42px;
    height: 6px;
    padding: 0;
    font-size: 0;
    transition: all 0.5s;
    background: #fff;
    background-size: 100% 100%;
    margin-left: 9px;
    margin-right: 9px;
    border-radius: 10px;
}

.banner .slick-dots li button {
    width: 0;
    height: 0;
}

.banner .slick-dots li.slick-active {
    background: #fe8714;
}

.banner .slick-prev,
.banner .slick-next {
    width: 29px;
    height: 54px;
    transition: all 0.5s;
}

.banner .slick-prev {
    left: 65px;
    background: url(../images/banner-left.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-next {
    right: 65px;
    background: url(../images/banner-right.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a div {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.banner .slick-slide a div p {
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    margin-left: -650px;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 10;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.banner .slick-slide a div p:hover {
    color: #e78c33;
}

/*picnews*/

.i_picnews {
    width: 620px;
    height: 410px;
    position: relative;
    z-index: 9;
    float: left;
}

.i_picnews .slick-slide img {
    width: 620px;
    height: 410px;
}

.i_picnews .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 5%;
    text-align: right;
    z-index: 9;
    font-size: 0;
}

.i_picnews .slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    transition: all 0.5s;
    background: #fff;
    background-size: 100% 100%;
    margin-left: 0;
    margin-right: 9px;
    border-radius: 10px;
}

.i_picnews .slick-dots li button {
    width: 0;
    height: 0;
}

.i_picnews .slick-dots li.slick-active {
    background: #fe8714;
}

.i_picnews .slick-prev,
.i_picnews .slick-next {
    width: 29px;
    height: 54px;
    transition: all 0.5s;
}

.i_picnews .slick-prev {
    left: 20px;
    background: url(../images/banner-left.png) no-repeat;
    background-size: 100% 100%;
}

.i_picnews .slick-next {
    right: 20px;
    background: url(../images/banner-right.png) no-repeat;
    background-size: 100% 100%;
}

.i_picnews .slick-slide a {
    display: block;
    position: relative;
}

.i_picnews .slick-slide a div {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.i_picnews .slick-slide a div p {
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    margin-left: -650px;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 10;
}

.i_picnews .pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.i_picnews .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.i_picnews .pic img:hover {
    transform: scale(1.05);
}

.i_picnews .slick-slide a div p:hover {
    color: #e78c33;
}

@media screen and (max-width: 1600px) {
    .head-top {
        width: 1320px;
        margin: 0 auto;
    }

    .logo a img {
        height: 50px;
    }

    .nav > ul > li > a {
        font-size: 16px;
    }

    .nav > ul > li {
        margin: 0;
        padding-left: 32px;
        padding-right: 32px;
    }

}

@media screen and (max-width: 1320px) {
    .banner .slick-dots {
        margin-left: 0;
        left: 0;
        width: 100%;
    }

    .px1320 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner .slick-slide a div p {
        left: 0;
        margin-left: 0;
        padding: 0 15px;
        font-size: 24px;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: 15px;
        height: 27px;
    }

    .banner .slick-prev {
        left: 30px;
    }

    .banner .slick-next {
        right: 30px;
    }

    .foot-l {
        display: none;
    }

    .foot-m {
        padding-left: 0;
        margin-left: 0;
    }

}

@media screen and (max-width: 1200px) {
    .head-top {
        margin-left: 15px;
        margin-right: 15px;
    }

    .logo a img {
        height: 45px;
    }
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        background: #fff;
        margin-top: 15px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #2267b1;
        overflow-y: scroll;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li > span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav > ul > li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav > ul > li ul li a {
        padding: 10px 0;
    }

    .m-nav > ul > li > span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .banner {
        margin-top: 60px;
    }

    .banner .slick-prev {
        left: 10px;
    }

    .banner .slick-next {
        right: 10px;
    }

    .banner .slick-dots {
        text-align: center;
        margin: 0;
        left: 0;
    }

    .banner .slick-slide a div p {
        text-align: center;
        font-size: 18px;
        bottom: 5px;
    }

    .footer {
        padding: 20px 0;
    }

    .foot-l a img {
        margin: 0 auto;
        max-width: 80%;
    }

    .foot-l,
    .foot-m,
    .foot-r {
        float: none;
        width: auto;
        text-align: center;
        border: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 24px;
        margin-top: 60px;
    }

    .foot-m {
        margin: 20px 0;
        height: auto;
        overflow: hidden;
    }

    .footer .wxrwm, .footer .wx_rwm, .footer .lxdh, .footer .lxyx, .footer .lxdz, .footer .yqlj {
        text-align: left;
    }

    .foot-r p {
        background: none;
    }

}

@media screen and (max-width: 768px) {
    .banner .slick-slide a div p {
        font-size: 14px;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .banner .slick-dots li {
        width: 21px;
        height: 3px;
    }
}

@media screen and (max-width: 480px) {
}