a, div.c-card, div.c-card h1, div.c-card span, div.c-card p {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.row {
    margin: 0 !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

body {
    font-family: "Microsoft YaHei";
}

#header {
    overflow: hidden;
}

a:hover {
    text-decoration: none
}

ul, li, dd, dt, dl {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.c-header-line {
    height: 4px;
    width: 100%;
    background: #14569E;
}

.c-logo {
    margin-top: 14px;
    margin-bottom: 14px;
}

.c-logo img {
    width: 177px;
    height: auto;
}

.navbar-light .navbar-toggler-icon {
    color: #000000;
}

.navbar {
    margin: 0;
    padding: 0;
}

.active a.nav-link {
    background: #FAAD14
}

.c-nav {
    min-height: 100px;
    line-height: 100px;
}

.c-nav ul {
}

.c-nav ul li {
    float: left;
}

.c-nav a {
    display: block;
    font-size: 18px;
    width: 130px;
    height: 100px;
    line-height: 100px;
    color: #333;
    text-align: center;
    position: relative;
}

.c-nav a::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: -4px;
    width: 80%;
    height: 4px;
    background-color: #FAAD14;
    border-radius: 5px;
    transition: all 0.3s ease-out;
}

.c-nav a:hover, .c-nav a.selected {
    color: #FAAD14
}

.c-nav a:hover::after, .c-nav a.selected::after {
    transform: translateY(-4px);
}

.c-tel-num {
    font-weight: bold;
    font-size: 30px;
    color: #1890FF;
    letter-spacing: 0;
    text-align: center;
}

.c-banner, .c-banner img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
}

.c-wrap-1 {
    padding: 66px 0;
}

.c-map-bg {
    background: url("../img/mapbg.webp") no-repeat center top;
    background-size: 100%;
}

.c-img-bg-new {
    background: url("../img/service_bg.webp") no-repeat center top;
    background-size: cover;
}

.c-h1 {
    font-size: 42px;
    font-weight: bold;
    color: #252525;
    text-align: center;
    line-height: 56px;
    font-family: 黑体;
}

.c-t-line {
    width: 80px;
    height: 4px;
    background: #FAAD14;
    margin: auto;
    margin-top: 12px;
}

.c-t-p {
    font-size: 20px;
    color: #8C8C8C;
    line-height: 27px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-weight: normal;
    width: 90%;
}

.c-card {
    width: 100%;
    background: #F4F4F4;
    border-radius: 16px;
    padding: 30px 32px;
    min-height: 350px;
}

.c-card h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #FAAD14 !important;
}

.c-card span {
    color: #565656;
    font-size: 80px;
    height: 100px;
    width: 100px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 15px;
}

.c-card p {
    text-align: left;
}

.c-card:hover {
    background: #1372C9;
}

.c-card:hover h1, .c-card:hover p, .c-card:hover span {
    color: #fff;
}

.c-lefter span, .c-righter span {
    font-size: 140px;
    cursor: pointer;
    color: #565656;
}

.c-lefter:hover span, .c-righter:hover span {
    color: #1372C9;
}

.c-lefter {
    left: -50px;
    top: 170px;
}

.c-righter {
    right: -40px;
    top: 170px;
}

.mt-33 {
    margin-top: 33px;
}

.c-img-bg {
    background: url("../img/bg2.webp") no-repeat center top;
    background-size: 100%;
}

.c-wrap-2 {
    padding: 66px 0;
}

.c-wrap-2 .items:nth-child(2) {
    background: url("../img/logo1.webp") no-repeat 93% 90% #14569E;
    background-size: 50%;
    padding: 42px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 42px;
}

.c-wrap-2 .items:nth-child(2) a {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 10px 20px;
}

.c-wrap-2 .items:nth-child(2) a:hover {
    background: #FAAD14;
    color: #ffffff;
}

.c-wrap-2 .items:nth-child(2) .c-mores {
    margin-top: 48px;
}

.c-wrap-3 {
    padding: 66px 0 126px 0;
}

.c-wrap-3 .items {
    width: 32%;
    text-align: center
}

.c-wrap-3 .items h1 {
    color: #1890FF;
    font-weight: bold;
    font-size: 80px;
}

.c-wrap-3 .items h1 span {
    font-size: 50px;
}

.c-wrap-3 .items small {
    font-size: 20px;
    color: #262626;
}

.c-wrap-3 > .d-flex > div:nth-child(2) {
    height: 80px;
    width: 1px;
    background: #979797;
    display: block
}

.c-wrap-3 > .d-flex > div:nth-child(4) {
    height: 80px;
    width: 1px;
    background: #979797;
    display: block
}

.c-wrap-4 .items {
    margin: auto;
    margin-bottom: 16px;
    text-align: center;
}

#footer {
    background: url("../img/foot_bg.webp") no-repeat 80% top #14569E;
    overflow: hidden;
}

.c-mt-49 {
    margin-top: 49px;
}

@media (max-width: 1200px) {
    .c-wrap-about img {
        width: 90%;
        height: auto;
        margin: auto;
    }

    #footer .c-f-wrap {
        color: #ffffff;
        text-align: center
    }

    .c-wrap-3 > .d-flex > div:nth-child(2) {
        height: 80px;
        width: 1px;
        background: #979797;
        display: none;
    }

    .c-wrap-3 > .d-flex > div:nth-child(4) {
        height: 80px;
        width: 1px;
        background: #979797;
        display: none;
    }

    .c-wrap-3 .items {
        width: 90%;
        text-align: center
    }

    .c-search {
        display: none
    }

    .c-tel {
        clear: both;
    }

    .nav-link {
        color: #fff !important;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .navbar-collapse > .container {
        display: inline !important;
    }

    .c-m-s {
        display: block;
        margin-top: 10px;
    }

    .c-search .c-wrap {
        width: 100%;
    }

    .c-tel a {
        font-size: 20px;
        color: #ffffff;
        font-weight: normal;
    }
}

@media (min-width: 1200px) {
    .c-about-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .c-about-content img {
        display: block;
        width: 100%;
        height: auto;
    }

    .c-m-s {
        display: none;
    }

    .c-f-cu {
        margin-left: -30px;
        font-size: 18px !important;
    }

    .c-f-ewm {
        text-align: center;
    }

    .c-h-ewm {
        display: none;
    }
}

@media (max-width: 1400px) {
    .container {
        padding-left: 120px;
        padding-right: 120px;
    }

    .nav-link {
        width: 120px;
        font-size: 14px;
    }

    .c-wrap-2 .items:nth-child(2) {
        padding: 20px;
        padding-bottom: 50px;
        font-size: 14px;
        line-height: 30px;
    }

    .c-wrap-1 .items .content h1 {
        margin-top: 27px;
    }

    .c-wrap-1 .items:nth-child(3) .content h1 {
        width: 80%;
        line-height: 22px;
    }

    .c-wrap-4 {
        padding-left: 200px;
        padding-right: 200px;
    }

    .c-f-ewm {
        margin-left: 0px;
    }

    .c-wrap-1 .items .content div:nth-child(1) {
        text-align: center;
        margin-top: 17%;
    }

    .c-logo {
        width: 400px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c-search img.float-left {
        width: 80px !important;
        height: auto !important;
        margin-top: -25px !important;
    }

    .c-search {
        margin-top: 35px;
    }

    .c-tel {
        font-size: 16px;
    }

    .c-tel a {
        font-size: 16px;
    }

    #footer .c-f-wrap p {
        font-size: 14px !important;
    }

    .c-wrap-1 .items .content h1 {
        font-size: 16px;
    }

    .c-wrap-1 .items:nth-child(3) .content h1 {
        font-size: 16px !important;
        line-height: 20px;
    }

    .c-wrap-1 .items:nth-child(3) p {
        width: 85%;
        margin-top: 5px;
    }

    .c-wrap-1 .items .content p {
        line-height: 18px;
        font-size: 12px;
        width: 85%;
    }

    .c-wrap-2 .items:nth-child(2) .c-mores {
        margin-top: 10px;
    }

    .c-wrap-2 .items:nth-child(2) a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .c-f-wrap img:nth-child(1) {
        width: 120px;
        height: auto
    }
}

.swiper-slide {
    text-align: center !important;

}

.swiper-slide img{
    margin: auto;
}


@media (max-width: 980px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#footer .c-f-wrap {
    color: #ffffff;
    padding-bottom: 30px;
}

#footer .c-f-wrap {
    line-height: 30px;
}

#footer .c-f-wrap p {
    margin-bottom: 0;
}

#footer .c-f-wrap div:nth-child(3) {
    text-align: center
}

#footer .c-f-wrap div:nth-child(2) {
    font-size: 18px;
}

#footer .c-f-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2)
}

#footer .c-f-copy {
    text-align: center;
    line-height: 27px;
    color: #B8CCE2;
    padding: 10px 0;
}

#footer .c-f-copy a {
    color: #B8CCE2;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FAAD14;
}

.swiper-container-1 > .swiper-pagination {
    bottom: -50px;
}


.swiper-container-1 > .swiper-pagination > .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #ccc;
    opacity: 1;
}

.swiper-container-1 > .swiper-pagination > .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FAAD14;
}

.c-wrap-about {
    padding: 66px 0;
}

.c-wrap-about .items {
    position: relative;
}

.c-wrap-about .items .div-bg {
    background: rgba(34, 34, 34, 0.43);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.c-wrap-about .items .content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

.c-wrap-about .items .content div:nth-child(1) {
    text-align: center;
    margin-top: 32%;
}

.c-wrap-about .items .content h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-top: 47px;
    line-height: 27px;
}

.c-wrap-about .items .content p {
    font-size: 14px;
    width: 80%;
    color: #ffffff;
    margin-top: 8px;
    margin: auto;
    line-height: 19px;
}

.c-wrap-about .items:nth-child(3) .content h1 {
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 27px;
    margin: auto;
    margin-top: 26px;
}

.c-wrap-about .items img:nth-child(3) {
    display: block;
    width: 100%;
    height: auto;
}

.banner-nav {
    position: relative;
    z-index: 9;
    top: 105px !important;
    position: static !important;
}

.banner-nav .no-wrap {
    display: none !important;
}

.py-part .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.f14 {
    font-size: 16px;
}

.px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.nav-item-view {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    line-height: 56px;
}

.nav-item-view.active {
    background-color: #14569E !important;
    color: #ffffff;
}

.nav-item-view.on {
    background-color: #3E5A99;
    color: #ffffff;
}

.nav-item-view.on a {
}

.bg-opacity-white {
    background-color: rgba(255, 255, 255, 0.8);
}

.banner-nav p {
    display: block;
    line-height: 58px;
    margin-bottom: 0;
    font-size: 16px;
    color: #14569E
}

.banner-nav p a {
    color: #14569E;
}

.banner-nav p a:hover {
    color: #FAAD14;
}

.w-100 {
    width: 100% !important;
}

.fz20 {
    font-size: 20px;
}

.pz_main {
    float: left;
    width: 100%;
}

.newBox {
    padding: 3.125% 0 0 0;
}

.newBox ul {
}

.newBox ul li {
    margin-top: -1px;
}

.newBox ul li:hover {
    background: #ededed;
}

.newBox ul li a {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: #ededed solid 1px;
}

.newBox ul li a .newFloat {
    position: relative;
}

.newBox ul li a .newFloat .picture {
    float: right;
    width: 319px;
    height: 182px;
    line-height: 0;
    overflow: hidden;
}

.newBox ul li a .newFloat .picture img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.newBox ul li a:hover .newFloat .picture img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

.newBox ul li a .newFloat .newTime {
    float: left;
    width: 151px;
    height: 150px;
    padding-right: 30px;
    margin-top: 20px;
    border-right: #ededed solid 1px;
}

.newBox ul li:hover a .newFloat .newTime {
    border-right: #ededed solid 1px;
}

.newBox ul li a .newFloat .newTime .timeDay {
    color: #333333;
    font-size: 36px;
    line-height: 1;
    text-align: center;
}

.newBox ul li a .newFloat .newTime .timeMonth {
    color: #333;
    font-size: 16px;
    line-height: 1;
    margin-top: 12px;
    text-align: center;
    font-family: Arial;
}

.newBox ul li a .newFloat .newTime .timeTit {
    padding-top: 25px;
    text-align: center;
}

.newBox ul li a .newFloat .newTime .timeTit span {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    line-height: 0;
}

.newBox ul li a .newFloat .newTime .timeTit span .imgs {
}

.newBox ul li a .newFloat .newTime .timeTit span .imgd {
    display: none;
}

.newBox ul li a:hover .newFloat .newTime .timeTit span .imgs {
    display: none;
}

.newBox ul li a:hover .newFloat .newTime .timeTit span .imgd {
    display: block;
}

.newBox ul li a .newFloat .phTime {
    display: none;
}

@media screen and (max-width: 1229px) {
    .newBox ul li a {
        padding: 26px 0;
    }

    .newBox ul li a .newFloat .picture {
        width: 273px;
        height: 155px;
    }

    .newBox ul li a .newFloat .newTime {
        float: left;
        width: 131px;
        height: 128px;
        padding-right: 25px;
        margin-top: 18px;
    }

    .newBox ul li a .newFloat .newTime .timeDay {
        font-size: 30px;
    }

    .newBox ul li a .newFloat .newTime .timeMonth {
        margin-top: 10px;
    }

    .newBox ul li a .newFloat .newTime .timeTit {
        padding-top: 20px;
    }

    .newBox ul li a .newFloat .newTime .timeTit span {
        width: 30px;
    }
}

@media screen and (max-width: 767px) {
    .newBox ul li a {
        padding: 15px 0;
    }

    .newBox ul li a .newFloat {
        padding: 0;
    }

    .newBox ul li a .newFloat .picture {
        left: 0;
        top: 0;
        width: 158px;
        height: 90px;
    }

    .newBox ul li a .newFloat .newTime {
        display: none;
    }

    .newBox ul li a .newFloat .phTime {
        display: block;
        color: #666;
        font-size: 12px;
        line-height: 1.2;
        padding-bottom: 8px;
    }

    .newBox ul li a .newFloat .phTime span {
        font-size: 12px;
    }
}

.newBox ul li a .article {
    padding: 0 420px 0 200px;
}

.newBox ul li a .article h3 {
    padding: 20px 0 19px 0;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.newBox ul li a:hover .article h3 {
    color: #FAAD14;
}

.newBox ul li a .newFloat .phTime {
    display: none;
}

.newBox ul li a .article p {
    height: 90px;
    color: #9a9a9a;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newBox ul li a .article .more {
    padding: 13px 0 0 0;
}

.newBox ul li a .article .more span {
    float: left;
    width: 21px;
    height: 21px;
}

.newBox ul li a .article .more span .imgs {
}

.newBox ul li a .article .more span .imgd {
    display: none;
}

.newBox ul li:hover a .article .more span .imgs {
    display: none;
}

.newBox ul li:hover a .article .more span .imgd {
    display: block;
}

@media screen and (max-width: 1229px) {
    .newBox ul li a .article {
        padding: 0 320px 0 160px;
    }

    .newBox ul li a .article h3 {
        padding: 18px 0 15px 0;
    }

    .newBox ul li a .article p {
        height: 75px;
        line-height: 25px;
    }

    .newBox ul li a .article .more {
        padding: 13px 0 0 0;
    }

    .newBox ul li a .article .more span {
        float: left;
        width: 21px;
        height: 21px;
    }

    .newBox ul li a .article .more span .imgs {
    }

    .newBox ul li a .article .more span .imgd {
        display: none;
    }

    .newBox ul li:hover a .article .more span .imgs {
        display: none;
    }

    .newBox ul li:hover a .article .more span .imgd {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .newBox ul li a .article {
        padding: 0 168px 0 0;
    }

    .newBox ul li a .article h3 {
        font-size: 16px;
        padding: 0 0 7px 0;
        line-height: 16px;
    }

    .newBox ul li a .newFloat .phTime {
        display: block;
    }

    .newBox ul li a .article .more {
        display: none;
    }

    .newBox ul li a .article p {
        height: 40px;
        line-height: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.style_page div {
    margin: auto;
    text-align: center;
    font-size: 17px;
}

.style_page span {
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    background: #FFF;
    text-align: center;
    color: #000;
    line-height: 44px;
    margin-right: 5px;
}

.style_page span.current {
    background: #FAAD14;
    color: #ffffff;
    border-radius: 30px;
}

.style_page a {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 24px;
    background: #FFF;
    text-align: center;
    color: #000;
    margin-right: 5px;
}

.newInner {
    float: left;
    width: 100%;
}

.newTitle {
    float: left;
    width: 100%;
}

.newTitle .newTit {
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 24px;
    line-height: 1.25;
    border-bottom: 1px solid #d7d8d8;
    padding: 4.75% 0 2.56% 0;
}

.newTitle .newSub {
    float: left;
    width: 100%;
    height: 53px;
    padding: 10px 0;
    border-bottom: 1px solid #d7d8d8;
}

.newTitle .newSub .newSub_1 {
    float: left;
    color: #777777;
    font-size: 14px;
    line-height: 33px;
}

.newTitle .newSub .newSub_2 {
    float: right;
    color: #777777;
    font-size: 14px;
    line-height: 33px;
}

.newTitle .newSub .newSub_2 b {
    float: right;

    height: 34px;
    line-height: 0;
    margin: 0 0 0 0;
}

.newTitle .newSub .newSub_2 a {
    color: #777777;
}

.newTitle .newSub .newSub_2 a:hover {
    color: #e60012;
}

.newTitle .newSub .newSub_2 img {
    width: 38px;
}

.moveIn {
    float: left;
    width: 100%;
    padding: 3.2% 0 3.4% 0;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.newShare {
    float: left;
    width: 100%;
    padding: 0 0 3.24% 0;
    text-align: center;
    border-bottom: 1px solid #d7d8d8;
}

.newShare .shareCenter {
    width: 156px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .newTitle .newTit {
        font-size: 18px;
        padding: 25px 0;
    }

    .newTitle .newSub {
        height: auto;
        text-align: center;
    }

    .newTitle .newSub .newSub_1 {
        float: left;
        width: 100%;
        padding: 15px 0 0 0;
        line-height: 24px;
        text-align: center;
    }

    .newTitle .newSub .newSub_2 {
        float: left;
        width: 100%;
        text-align: center;
        background: 0;
    }

    .moveIn {
        padding: 20px 0;
    }

    .newTitle .newSub .newSub_2 b {
        float: none;
        width: 28px;
        height: 25px;
        display: inline-block;
    }

    .newTitle .newSub .newSub_2 img {
        width: 28px;
    }

    .moveIn {
        line-height: 26px;
    }
}

.newMoreList {
    float: left;
    width: 100%;
    padding: 3% 0 4.18% 0;
}

.newMoreList .newMoreTit {
    color: #e60012;
    font-size: 18px;
    line-height: 24px;
}

.newMoreList .newDownBox {
    margin: 0 -15px;
    padding: 22px 0 0 0;
}

.newMoreList .newDownBox ul {
}

.newMoreList .newDownBox ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.newMoreList .newDownBox ul li a {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d8d8;
    color: #333333;
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newMoreList .newDownBox ul li a.noLine {
    border-bottom: 0;
}

.newMoreList .newDownBox ul li a:hover {
    color: #e60012;
}

.newMoreList .newDownBox ul li span {
    float: left;
    width: 70%;
}

.newMoreList .newDownBox ul li b {
    float: right;
    color: #777777;
    font-size: 14px;
    line-height: 38px;
    font-weight: normal;
}

@media screen and (max-width: 991px) {
    .newMoreList .newDownBox {
        padding: 23px 0 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .newMoreList {
        padding: 5% 0 4.18% 0;
    }

    .newShare {
        margin: 15px 0 0 0;
    }

    .newMoreList .newDownBox {
        padding: 10px 0 10px 0;
    }

    .newMoreList .newDownBox ul li {
        float: left;
        width: 100%;
        padding: 0 15px;
    }

    .newMoreList .newDownBox ul li a.noLine {
        border-bottom: 1px solid #d7d8d8;
    }
}

.newPage {
    float: left;
    width: 100%;
    border-top: 1px solid #dddddd
}

.newPage .pageLeft {
    float: left;
    width: 50%;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

.newPage .pageLeft:hover {
    color: #e60012;
}

.newPage .leftx {
    padding: 20px 0 20px 0;
    text-transform: uppercase;
}

.newPage .rightx {
    padding: 20px 0 20px 0;
    text-align: right;
    text-transform: uppercase;
}

.pz_banner {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 0;
    background-color: #fff;
    /*-webkit-transition: all 0.3s linear;*/
    /*-moz-transition: all 0.3s linear;*/
    /*-o-transition: all 0.3s linear;*/
    /*transition: all 0.3s linear;*/
}

.pz_banner.home {
    min-height: 500px;
}

@media screen and (max-width: 1229px) {
    .pz_banner {
    }

    .pz_banner.home {
        min-height: 415px;
    }
}

@media screen and (max-width: 991px) {
    .pz_banner.home {
        min-height: 514px;
    }
}

@media screen and (max-width: 767px) {
    .pz_banner.home {
        min-height: 214px;
    }
}

.joinBanBack {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

.joinBanBox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.joinBanBox .banLeft {
    float: left;
}

.joinBanBox .banLeft .banLine {
    width: 50px;
    height: 4px;
    background: #FAAD14;
}

.joinBanBox .banLeft h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    padding: 27px 0 15px 0;
    text-transform: uppercase;
}

.joinBanBox .banLeft h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 0 0 28px 0;
}

@media screen and (max-width: 1429px) {
    .joinBanBox .banLeft .banLine {
        width: 42px;
        height: 3px;
    }

    .joinBanBox .banLeft h1 {
        font-size: 34px;
        padding: 22px 0 12px 0;
    }

    .joinBanBox .banLeft h2 {
        font-size: 21px;
        padding: 0 0 24px 0;
    }
}

@media screen and (max-width: 1229px) {
    .joinBanBox .banLeft .banLine {
        width: 34px;
        height: 2px;
    }

    .joinBanBox .banLeft h1 {
        font-size: 27px;
        padding: 15px 0 9px 0;
    }

    .joinBanBox .banLeft h2 {
        font-size: 17px;
        padding: 0 0 18px 0;
    }
}

@media screen and (max-width: 991px) {
    .joinBanBox {
        bottom: auto;
        top: 50%;
        margin-top: -33px;
    }

    .joinBanBox .banLeft {
        width: 100%;
        text-align: center;
    }

    .joinBanBox .banLeft .banLine {
        display: inline-block;
        vertical-align: top;
    }

    .joinBanBox .banLeft h1 {
        font-size: 23px;
    }

    .joinBanBox .banLeft h2 {
        padding: 0;
    }
}

.newShare {
    float: left;
    width: 100%;
    padding: 0 0 3.24% 0;
    text-align: center;
    border-bottom: 1px solid #d7d8d8;
}

.pz_SideLayer {
    float: right;
    margin-top: 106px;
}

.pz_SideLayer .l1 {
    float: left;
    padding-left: 2px;
}

.pz_SideLayer .l1 a {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    background: #474747;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
}

.pz_SideLayer .l1 a:hover, .pz_SideLayer .l1 .hover {
    background: #FAAD14;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1429px) {
    .pz_SideLayer {
        float: right;
        margin-top: 72px;
    }

    .pz_SideLayer .l1 {
        padding-left: 1px;
    }

    .pz_SideLayer .l1 a {
        width: 154px;
        font-size: 14px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1229px) {
    .pz_SideLayer {
        float: right;
        margin-top: 53px;
    }

    .pz_SideLayer .l1 a {
        width: 123px;
        line-height: 35px;
    }
}

@media screen and (max-width: 991px) {
    .pz_SideLayer {
        display: none;
    }
}

.visible-lg {
    display: none !important;
}

@media (min-width: 1230px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1230px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1230px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1230px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1230px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

/*手机按钮*/
.menuph {
    float: right;
    margin: 5px 0 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;

}

.menuph .point {
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 10px;
    position: relative;

}

.menuph .point:hover .navbtn, .menuph .point:hover .navbtn::after, .menuph .point:hover .navbtn::before {
    width: 28px;
}

.menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #FAAD14;
}

.menuph .navbtn::after, .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #FAAD14;
}

.menuph .navbtn::after {
    top: -11px;
}

.menuph .navbtn::before {
    top: 10px;
}

.menuph .point.active .navbtn {
    background: transparent;
}

.menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

.menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}

.xialaph {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    display: none;
    z-index: 10;
    background: #fff;
}

.xialaph .titleTwo {
    border-bottom: #f3f3f3 solid 1px;
}

.xialaph .ul2, .xialaph .ul3 {
    display: none;
}

.xialaph .tp a {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
}

.xialaph .tp b {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #333 solid 1px;
    border-right: #333 solid 1px;
    margin-top: -7px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.xialaph .tp.active b {
    margin-top: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    border-top: #333 solid 1px;
    border-right: #333 solid 1px;
}

.xialaph h5 a {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    line-height: 42px;
}

.xialaph h5 {
    position: relative;
    margin-left: 20px;
}

.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #f5f5f5;
}

.xialaph li:last-child h5::after {
    display: none;
}

.xialaph .ul2 {
}

.xialaph .ul3 {
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 15px;
    position: relative;
}

.xialaph .ul3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}

.xialaph li:last-child .ul3::after {
    display: none;
}

.xialaph .ul3 li a {
    color: #666;
    font-size: 14px;
    line-height: 35px;
    display: block;
}

.xialaph .ul3 li {
    padding-top: 5px;
}

.xialaph .ul3 li:first-child {
    padding-top: 0;
}

.xialaph .searchP {
    margin-top: 15px;
    height: 35px;
    border: #ccc solid 1px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
}

.xialaph .searchP button {
    float: right;
    width: 21px;
    height: 21px;
    margin: 6px 18px 0 0;
    line-height: 0;
    -webkit-appearance: none;
    background: 0;
    outline: 0;
    border: 0;
    border-radius: 0;
}

.xialaph .searchP .searchLeft {
    padding: 0 40px 0 0;
}

.xialaph .searchP .searchLeft .Iminput {
    float: left;
    width: 100%;
    height: 33px;
    padding: 0 0 0 14px;
    color: #333;
    font-size: 14px;
    border: 0;
    background: 0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-appearance: none;
    outline: 0;
}

@media screen and (max-width: 1229px) {
    .top1 {
        display: none;
    }

    .pz_banner {
        margin-top: 38px;
    }
}

/*phone版头部*/
.top2 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
    float: left;
    width: 100%;
    height: 51px;
    border-bottom: #ebebeb solid 1px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
}

.top2 .logo {
    float: left;
    width: 127px;
    height: 26px;
    margin-top: 8px;
}

.top2 .logo img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1229px) {
    .top2 {
        display: block;
    }
}