﻿@charset "UTF-8";

.container,
.container-middle,
.wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.dropdown-menu .wrap {
    width: 95% !important;
}

@media (min-width: 768px) {

    .wrap,
    .container,
    .container-middle {
        width: 750px;
    }
}

@media (min-width: 992px) {

    .wrap,
    .container,
    .container-middle {
        width: 970px;
    }
}

@media (min-width: 1260px) {

    .wrap,
    .container,
    .container-middle {
        width: 1230px;
    }
}

@media (min-width: 1460px) {
    .container-middle {
        width: 1430px;
    }
}

@media (min-width: 1920px) {
    .container-middle {
        width: 1630px;
    }
}


/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 5000;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    transition: ease .5s;
}

    .header .logo {
        display: block;
        float: left;
        /* height: 100px; */
        /* line-height: 100px; */
        overflow: hidden;
        margin-top: 15px;
        position: relative;
        z-index: 1200;
    }

        .header .logo img {
            width: 180px;
            height: 139px;
            /* box-shadow: 0 0 13px rgba(0,0,0,0.1); */
        }

.header-right {
    float: right;
}

/* .header-top{padding-top: 18px;} */
.language {
    float: right;
    position: relative;
}

.header-language {
    margin-top: 50px;
    margin-left: 50px;
}

    .header-language a {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        color: #333;
        transition: ease .5s;
        border-radius: 30px;
        padding: 0 10px;
    }

        .header-language a.on {
            color: #fff;
            background: #ff9b2d;
            margin-right: -3px;
        }

        .header-language a:hover {
            color: #ff9b2d;
        }

.header-top .sep {
    float: right;
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #888;
    margin: 4px 13px;
}

.header-search {
    width: 50px;
    margin-top: 57px;
    float: left;
    position: relative;
}

.bt-search {
    position: relative;
    border: none;
    background: none;
    float: left;
    width: 30px;
    height: 22px;
    line-height: 18px;
    cursor: pointer;
    transition: .5s;
    z-index: 10;
}

    .bt-search .sub-bot {
        display: block;
        width: 14px;
        height: 22px;
        line-height: 15px;
        background: transparent;
        border: none;
        position: absolute;
        z-index: 3;
        cursor: pointer;
        background: url(../images/search_06.png) no-repeat center transparent;
        padding-right: 30px;
    }

.searchop .search-all {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    margin-right: -245px;
}

/* .searchop .bt-search{display: none;} */
.search-all {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

    .search-all .search-box {
        position: relative;
        height: 36px;
        margin-top: 38px;
        background: #fff;
    }

.searchop .search-all .search-box {
    animation: searchform-fade 400ms both;
    border: 1px solid #333;
}

.searchop .search-all form {
    animation: searchform-slide 1s both;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.search-all .search-box .search-txt {
    color: #333;
    line-height: 34px;
    width: 44px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-out;
}

    .search-all .search-box .search-txt i {
        font-size: 20px !important;
    }

    .search-all .search-box .search-txt.left {
        float: left;
    }

.search-all .search-box .search-inp {
    margin-left: 44px;
    transition: all .3s ease-out 0s;
    margin-right: 44px;
}

    .search-all .search-box .search-inp input {
        font-size: 16px;
        line-height: 36px;
        color: #333;
        width: 100%;
        border-radius: 5px;
    }

.searchop .search-close {
    opacity: 1;
    transition: all .2s ease-out 0s;
}

.search-all .search-box .search-close {
    width: 44px;
    height: 36px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}

.searchop .search-close:hover {
}

.searchshow .top2-bu a {
    -webkit-animation: item-searchshow .4s both;
    animation: item-searchshow .4s both;
}

/* .searchop .navitem a{ visibility: hidden;} */
/* .searchop .navbar{visibility: hidden;} */
/* .searchop .header-top{visibility: hidden;} */
.header-tel {
    float: right;
    margin-top: 36px;
    position: relative;
    padding-left: 55px;
}

    .header-tel::before {
        content: "";
        position: absolute;
        width: 43px;
        height: 43px;
        background: url(../images/header-contact.png)no-repeat center left;
        top: 6px;
        left: 0;
    }

    .header-tel p {
        font-size: 14px;
        color: #888;
        letter-spacing: 4px;
    }

    .header-tel h3 {
        font-size: 26px;
        line-height: 36px;
        color: #f9be00;
        font-family: "brand";
    }

.header-top {
    background: #fff;
    padding-bottom: 21px;
    transition: ease .5s;
}

.header.on .header-top {
    opacity: 0;
    padding: 0;
    overflow: hidden;
    height: 0;
}

/* .header.on{height: 64px;} */
.header.on .navitem.nav-aft::before {
    display: none;
}

.header-navbar {
}

.navbar {
    float: left;
    transition: ease .5s;
}

    .navbar.navbar1 {
    }

.navbar1 .navitem:first-child {
    padding-left: 0;
}

.navitem {
    float: left;
    margin: 0 45px;
}

    /* .navitem:first-child{margin-right: 30px;} */
    .navitem > a {
        display: inline-block;
        font-size: 20px;
        color: #333;
        line-height: 40px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        background: transparent;
        padding: 45px 10px;
        position: relative;
        padding-left: 28px;
    }

        .navitem > a::before {
            position: absolute;
            content: "";
            width: 0;
            height: 3px;
            background: #ff9b2d;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            transition: ease .5s;
        }

    .navitem:hover > a::before {
        width: 100%;
        margin-left: 11px;
    }

    .navitem.active > a {
        padding-left: 10px;
    }

        .navitem.active > a::before {
            width: 100%;
        }

    .navitem.active:hover > a::before {
        margin-left: 0;
    }

    .navitem.drop:hover > a::after {
        opacity: 1;
        margin-left: 2px;
    }

    .navitem.active.drop:hover > a::after {
        margin-left: -8px;
    }

    .navitem:hover > a,
    .navitem.active > a {
        color: #ff9b2d;
    }

    .navitem > a span {
        width: 0;
        height: 18px;
        display: inline-block;
        transition: ease .5s;
        opacity: 0;
        text-align: center;
        margin-right: 10px;
    }

        .navitem > a span img {
            display: block;
            max-width: 100%;
            margin-top: 3px;
        }

    .navitem.active > a span {
        width: 18px;
        opacity: 1;
    }

    .navitem.nav-aft {
        position: relative;
    }

        .navitem.nav-aft::before {
            content: "";
            position: absolute;
            width: 65px;
            height: 36px;
            background: url(../images/nav-aft_03.png)no-repeat center top;
            top: -36px;
            left: 30%;
        }

/*header -end*/
/*==================================home-banner==============================*/
.home-banner {
}

.pc-banner {
    position: relative;
}

.banner-slide {
    display: block;
    position: relative;
}

    .banner-slide img {
        width: 100%;
    }

.pc-banner .swiper-container {
    overflow-x: hidden;
    overflow-y: visible;
}

.pc-banner .swiper-pagination {
    width: 100%;
    bottom: 30px;
}

.pc-banner .swiper-pagination-bullet {
    border-radius: 30px;
    background: #fff;
    width: 20px;
    height: 6px;
    opacity: 1;
    margin: 0 5px;
    transition: ease .5s;
}

.pc-banner .swiper-pagination-bullet-active {
    background: #ff9b2d;
    width: 40px;
}

.pc-banner .swiper-button-prev,
.pc-banner .swiper-button-next {
    display: none;
}

.banner-font {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 4;
    transform: translateY(-50%);
}

/* .banner-text .container-middle{height: 100%;position: relative;} */

.banner-cont {
    filter: alpha(opacity=0);
    width: 36%;
    margin-left: 22%;
}

    .banner-cont h3 {
        font-size: 90px;
        line-height: 90px;
        color: #111;
        font-family: "庞门正道标题体";
        letter-spacing: 10px;
        margin-bottom: 8px;
    }

        .banner-cont h3 span {
            display: inline-block;
            color: #d51c29;
        }

    .banner-cont h4 {
        font-size: 38px;
        line-height: 45px;
        color: #222;
        letter-spacing: 22px;
    }

.banner-hr {
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.8);
    margin: 15px 0 0;
}

.banner-cont p {
    font-size: 30px;
    line-height: 36px;
    color: #222;
    letter-spacing: 22px;
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
    padding: 5px;
}

/* .banner-cont>div::before{content: "";position: absolute;width: 16px;height: 100%;background: url(../images/bannertxt-ba.png)repeat-y left;top: 0px;left: -16px;} */

.home-banner .swiper-slide-active .banner-cont {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .8s linear;
    transition-delay: .1s;
}

.home-banner.app {
    display: none;
}

    .home-banner.app img {
        width: 100%;
    }

.home-appbanner {
    width: 100%;
    display: none;
}

.banner-more {
    display: block;
    width: 180px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    position: relative;
    cursor: pointer;
    transition: color .2s ease-out;
    margin-top: 50px;
    transition: ease 1s;
    background: #fff;
    border-radius: 30px;
}

    .banner-more span {
        position: relative;
        z-index: 10;
        padding-right: 8px;
    }

    /* .banner-more span::before{position: absolute;content: "";width: 14px;height: 12px;background: url(../images/banner-more.png)no-repeat center right;right: -14px;top: 50%;margin-top: -7px;} */
    .banner-more::before {
        content: '';
        width: 0;
        height: 0;
        -webkit-transform: rotate(360deg);
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: ease 1s;
    }

    .banner-more::after {
        content: '';
        width: 0;
        height: 0;
        -webkit-transform: rotate(360deg);
        border-style: solid;
        border-color: transparent #fff transparent transparent;
        position: absolute;
        top: 0;
        right: 0;
        transition: ease 1s;
    }

    .banner-more::before,
    .banner-more::after {
        border-width: 70px 262.5px;
    }

    .banner-more:hover::before {
        border-color: transparent transparent transparent #ff9b2d;
    }

    .banner-more:hover::after {
        border-color: transparent #ff9b2d transparent transparent;
    }

    .banner-more:hover::before,
    .banner-more:hover::after {
        border-width: 0 0 0 0;
    }

    .banner-more:hover {
        border-color: #231917;
    }

.banner-img {
    width: 100%;
}

.appbanner-img {
    width: 100%;
    display: none;
}

@-webkit-keyframes byline2 {
    from {
        width: 0;
    }

    to {
        width: 60px;
    }
}

@keyframes byline2 {
    from {
        width: 0px;
    }

    to {
        width: 60px;
    }
}

.home-banner .swiper-slide-active .animat-line > span {
    -webkit-animation: byline2 5s linear 0s;
    animation: byline2 5s linear 0s;
}

@keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* css3 keyframes - animation 4 */
@-webkit-keyframes anim4 {
    from {
        -webkit-transform: rotateZ(0deg);
    }

    50% {
        -webkit-transform: rotateZ(180deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@-moz-keyframes anim4 {
    from {
        -moz-transform: rotateZ(0deg);
    }

    50% {
        -moz-transform: rotateZ(180deg);
    }

    to {
        -moz-transform: rotateZ(360deg);
    }
}

@-ms-keyframes anim4 {
    from {
        -ms-transform: rotateZ(0deg);
    }

    50% {
        -ms-transform: rotateZ(180deg);
    }

    to {
        -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes anim4 {
    from {
        -o-transform: rotateZ(0deg);
    }

    50% {
        -o-transform: rotateZ(180deg);
    }

    to {
        -o-transform: rotateZ(360deg);
    }
}

@keyframes anim4 {
    from {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(180deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

/*home-banner -end*/


.home-title {
    font-size: 42px;
    color: #333;
    text-align: center;
}

.home-des {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.home-viewmo {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    transition: ease .4s;
    padding: 9px 60px 9px 34px;
    border: 1px solid transparent;
    border-radius: 30px;
    background: #000 url(../images/more1.png)no-repeat top 14px right 32px;
    cursor: pointer;
    margin: 0 auto;
    width: fit-content;
    margin-top: 50px;
}

.home-padd {
    padding: 80px 0;
}

.home-viewmo:hover {
    background: #f9be00 url(../images/more1.png)no-repeat top 14px right 32px;
    border-color: #f9be00;
    color: #fff;
}

/* home-application */
.home-application {
}

.home-application-cont {
    position: relative;
}

.homeappli-ul {
    margin: 0 -25px;
}

    .homeappli-ul li {
        float: left;
        width: 25%;
        padding: 0 25px;
        margin-top: 75px;
        height: 310px;
    }

@media (max-width:1720px) {
    .homeappli-ul li {
        margin-top: 45px;
    }
}

@media (max-width:1460px) {
    .homeappli-ul li {
        margin-top: 45px;
        height: 270px;
    }
}

.homeappli-ul li a {
    display: block;
}

.homeappli-img {
    overflow: hidden;
    position: relative;
}

.homeappli-aft {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    transition: ease .5s;
}

    .homeappli-aft span {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #ff9b2d;
        transition: ease .5s;
        opacity: 0;
    }

.homeappli-img img {
    width: 100%;
    transition: ease .5s;
}

.homeappli-text {
    padding: 28px 0;
    transition: ease .5s;
    background: #fff;
}

.homeappli-tit {
}

    .homeappli-tit h3 {
        font-size: 24px;
        line-height: 30px;
        color: #333;
        display: inline-block;
        max-width: 60%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        transition: ease .5s;
    }

    .homeappli-tit span {
        display: inline-block;
        float: right;
        font-size: 16px;
        line-height: 30px;
        color: #666;
        padding-right: 27px;
        background: url(../images/homeappli-more.png)no-repeat center right;
        transition: ease .5s;
    }

.homeappli-text p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: ease .5s;
}

.homeappli-ul li:hover .homeappli-tit h3,
.homeappli-ul li:hover .homeappli-tit span,
.homeappli-ul li:hover .homeappli-text p {
    color: #fff;
}

.homeappli-ul li:hover .homeappli-tit span {
    background-image: url(../images/homeappli-more1.png);
}

.homeappli-ul li:hover .homeappli-text {
    background: #ff9b2d;
    padding: 28px;
}

.homeappli-ul li:hover .homeappli-img img {
    transform: scale(1.04);
}

.homeappli-ul li:hover .homeappli-aft span {
    opacity: 1;
}

/* home-application-end*/
/* home-service */
.home-service {
}

.home-service-con {
    position: relative;
    margin-top: 50px;
}

.homeser-ul {
    background: rgba(0, 0, 0, 0.5);
    padding: 100px 0;
    position: relative;
    z-index: 4;
}

    .homeser-ul li {
        float: left;
        width: 33.33%;
        height: 400px;
        text-align: center;
        border-right: 1px dashed rgba(255, 255, 255, 0.3);
    }

        .homeser-ul li:last-child {
            border-right: none;
        }

        .homeser-ul li a {
            display: block;
            padding: 60px 125px;
        }

.homeser-icon {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: ease .5s;
    margin-bottom: 20px;
}

    .homeser-icon::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-radius: 50%;
        background: #ff9b2d;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        transition: ease .5s;
    }

    .homeser-icon > div {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        line-height: 160px;
        position: relative;
    }

    .homeser-icon img {
        width: 100%;
    }

.homeser-text {
}

    .homeser-text h3 {
        font-size: 24px;
        line-height: 32px;
        color: #fff;
        transition: ease .5s;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .homeser-text p {
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.homeser-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.homeser-bg1 {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

    .homeser-bg1.on {
        display: block;
    }

.homeser-ul li.on .homeser-text h3 {
    color: #ff9b2d;
}

.homeser-ul li.on .homeser-icon {
    border-color: #ff9b2d;
}

    .homeser-ul li.on .homeser-icon::before {
        width: 100%;
        height: 100%;
    }

.homeser-swiper {
    display: none;
    margin-top: 40px;
    position: relative;
}

    .homeser-swiper .swiper-slide {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

.homeser-slide {
    display: block;
    padding: 80px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.homeser-swiper .swiper-pagination-bullet-active {
    background: #ff9b2d;
}

.homeser-swiper .swiper-pagination-bullet {
    margin: 0 6px;
}

.homeser-swiper .swiper-pagination {
    bottom: 20px;
    width: 100%;
}

/* home-service-end */

/* home-new */
.home-new {
}

.home-new-con {
    margin-top: 50px;
}

.homenew-left {
    float: left;
    width: 50%;
    padding-right: 140px;
}

    .homenew-left a {
        display: block;
    }

.homenew-right {
    float: right;
    width: 50%;
}

.homenew-img {
    overflow: hidden;
}

    .homenew-img img {
        width: 100%;
        transition: ease .5s;
    }

.homenew-left a:hover .homenew-img img {
    transform: scale(1.04);
}

.homenew-text {
    padding: 30px 0;
}

.homenew-ul {
}

    .homenew-ul li {
        border-bottom: 1px dashed #bfbfbf;
    }

        .homenew-ul li:last-child {
            border-bottom: none;
        }

        .homenew-ul li a {
            display: block;
            padding: 28px 0;
        }

.homenew-time {
    float: left;
    width: 19.7%;
}

    .homenew-time i {
        font-style: normal;
        display: block;
        font-size: 18px;
        line-height: 30px;
        color: #666;
        font-family: "DIN-REGULAR";
        transition: ease .5s;
    }

    .homenew-time span {
        display: block;
        font-size: 36px;
        line-height: 40px;
        color: #333;
        font-family: "DIN-Medium";
        transition: ease .5s;
    }

.homenew-item {
    float: right;
    width: 80.3%;
}

    .homenew-item p {
        font-size: 16px;
        line-height: 32px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.homenew-tit {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

    .homenew-tit h3 {
        font-size: 24px;
        line-height: 32px;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 75%;
        transition: ease .5s;
    }

    .homenew-tit span {
        display: inline-block;
        position: absolute;
        right: -100px;
        top: 0;
        float: right;
        font-size: 16px;
        line-height: 30px;
        color: #ff9b2d;
        padding-right: 27px;
        background: url(../images/homeappli-more3.png)no-repeat center right;
        transition: ease .5s;
    }

.homenew-left a:hover .homenew-tit span,
.homenew-ul li:hover .homenew-tit span {
    right: 0;
}

.homenew-left a:hover .homenew-time i,
.homenew-left a:hover .homenew-time span,
.homenew-left a:hover .homenew-tit h3 {
    color: #ff9b2d;
}

.homenew-ul li:hover .homenew-time i,
.homenew-ul li:hover .homenew-time span,
.homenew-ul li:hover .homenew-tit h3 {
    color: #ff9b2d;
}

/* home-new-end */
/*footer*/
.footer {
    border-top: 1px solid #eeeeee;
}

.bottom1 {
    background: #fff;
    padding: 80px 0;
}

.bottom2 {
    background: #2c3f50;
    padding: 20px 0 19px;
}

    .bottom2 a {
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        color: #777;
        transition: .5s;
        position: relative;
    }

        .bottom2 a::after {
            content: "";
            position: absolute;
            width: 2px;
            height: 15px;
            background: #777;
            right: -13px;
            top: 7px;
        }

        .bottom2 a.link-ctm::after {
            display: none;
        }

        .bottom2 a:hover {
            color: #ff9b2d;
        }

    .bottom2 .left {
        float: left;
        padding: 2px 0;
    }

    .bottom2 .right {
        float: right;
    }

    .bottom2 .left a {
        margin-right: 20px;
    }

    .bottom2 .left p {
        float: left;
        font-size: 14px;
        line-height: 30px;
        color: #777;
        margin-right: 5px;
    }

    .bottom2 .right a {
        float: left;
        margin-left: 18px;
    }

.bottom2-img {
    display: inline-block;
    float: right;
}

.bottom-lx {
    float: left;
}

.bottomlx-txt {
    margin-top: 45px;
}

.bottom-lx h3 {
    font-size: 48px;
    color: #333;
    line-height: 50px;
}

.bottom-ewm {
    text-align: center;
    float: left;
    margin-right: 30px;
}

    .bottom-ewm img {
        display: inline-block;
        max-width: 100%;
    }

    .bottom-ewm p {
        font-size: 14px;
        line-height: 30px;
        color: #777;
    }

.bottom-lx ul {
    float: right;
}

.bottom-lx li {
    font-size: 16px;
    line-height: 30px;
    color: #777;
}

.bottom-ul {
    float: right;
}

    .bottom-ul ul {
        float: left;
        margin-left: 100px;
    }

        .bottom-ul ul li {
            padding: 5px 0;
        }

            .bottom-ul ul li a {
                display: block;
                font-size: 16px;
                line-height: 30px;
                color: #777;
                transition: .5s;
            }

            .bottom-ul ul li:first-child a {
                font-size: 24px;
                line-height: 32px;
                color: #333;
            }

            .bottom-ul ul li a:hover {
                color: #ff9b2d;
            }

.bott-share a {
    display: inline-block !important;
    background: none !important;
    font-size: 20px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    text-align: center;
    border-radius: 50% !important;
    border: 1px solid #999 !important;
    color: #999 !important;
    transition: ease .5s !important;
    padding-left: 0 !important;
    text-decoration: none !important;
    margin-right: 0 !important;
}

    .bott-share a:hover {
        color: #fff !important;
        background: #ff9b2d !important;
        border-color: #ff9b2d !important;
        opacity: 1 !important;
    }

    .bott-share a::after {
        display: none !important;
    }

/*footer -end*/
/*客服*/
/* .kf {z-index:600;background-color: #fff;position: fixed;bottom: 100px;right: 50px;width: 110px;display: none;transition:all .8s;}
.kf span {z-index:602;transition:all .5s;cursor: pointer;position: relative;display: block;width: 110px;height: 72px;}
.kf span a{display: block;background: #f9be00;width: 100%;font-size: 14px;line-height: 30px;color: #fff; height: 100%;padding: 15px;}
.kf span a  img{display: block;margin: 0 auto;}
.kf .back_top {text-align: center;}
.kf .back_top:hover {}
.shou {z-index:601;cursor: pointer;width: 30px;height: 40px;top: 50%;margin-top: -15px;border-radius: 5px 0 0 5px;right: 62px;background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;position: absolute;}
.shou.on {background-position: -310px -40px;}
 */
/* ===kf==== */
.kf {
    transition: .8s;
    z-index: 999999;
    background-color: transparent;
    position: fixed;
    top: 50%;
    right: 0;
    width: 50px;
    border-radius: 5px;
}

    .kf span {
        z-index: 1000001;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 5px 0 0 5px;
        margin-bottom: 3px;
    }

        .kf span:hover {
            background-color: #ff9b2d;
        }

    .kf .zx {
        background-position: 0 0;
        background: #a7afb9 url(../images/kefu-zx.png)no-repeat center top 12px;
    }

    .kf .back_top {
        border: none;
        background: #a7afb9 url(../images/kf-top.png)no-repeat center top 13px;
    }

    .kf span a {
        transition: .5s;
        display: block;
        color: #fff;
        line-height: 24px;
        font-size: 14px;
        text-align: center;
        padding-top: 22px;
    }

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .freetel {
    background: #a7afb9 url(../images/kefu_qq.png)no-repeat center;
}

.kf .zxlya {
    background: #a7afb9 url(../images/kf-wx_03.png)no-repeat center;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.nav_center div,
.index_nav_center div,
.shou,
.zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.kf .zxlya .erweima {
    display: none;
    right: 62px;
    position: absolute;
    top: -72px;
    background: #fff;
    padding: 5px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.kf .zxzx {
    display: none;
    right: 86px;
    position: absolute;
    top: 6px;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 110px;
    font-size: 14px;
    color: #333;
}

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf-ly {
    background: #a7afb9 url(../images/kf-ly_03.png)no-repeat center;
}

/* .shou{    z-index: 1000000;cursor: pointer;   width: 70px;   height: 70px; top: 104%;  margin-top: -15px; border-radius: 5px 0 0 5px;  right: -9px; background:#b5b5b5; border-radius: 5px;cursor: pointer; position: absolute;font-size: 14px;line-height: 24px;color: #fff;transition: ease .5s;text-align: center;padding: 22px 0;} */
.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 47%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: transparent url(../images/zk1.png)no-repeat center left;
    position: absolute;
    box-shadow: none;
}

    .shou:hover {
        background: transparent url(../images/zk.png)no-repeat center left;
    }

.kf-phone {
    background: #a7afb9 url(../images/kf-phone1.png)no-repeat center;
}

.kf-phone1,
.zxwb {
    display: none;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    position: absolute;
    right: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 10px 12px;
    background: #fff;
    border-radius: 5px;
    white-space: nowrap;
}

    .kf-phone1 .kfimgr,
    .zxwb .kfimgr {
        bottom: 10px;
    }

.kf-shqi {
    width: 100%;
    height: 40px;
}

    .kf-shqi .m-icon {
        display: block;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #a7afb9 url(../images/kf-close.png) no-repeat center;
        background-size: 15px;
        cursor: pointer;
        transform: rotate(45deg);
        transition: all 0.3s;
    }

        .kf-shqi .m-icon:hover {
            background-color: #ff9b2d;
        }

.kf.show .m-icon {
    transform: rotate(0);
}


/* app-kf */
.kffixed {
    position: fixed;
    bottom: 0;
    /* left: 16%; */
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
}

    .kefu li {
        float: left;
        height: 45px;
        text-align: center;
        color: #fff;
        line-height: 45px;
        color: #fff;
        transition: all .4s;
    }

.kfzx-tigg {
    width: 49.5%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: rgba(255, 155, 45, 0.9);
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    width: 49.5%;
    background: rgba(0, 0, 0, 0.6);
    /*background: url(/mobile/mobilectm/images/teldb.png) no-repeat center rgba(0,0,0,0.6);*/
    background-size: contain;
    margin: 0 1px;
    position: relative;
    /*background-size: 28px;*/
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .teldb a {
        color: white;
    }

/* ========== header-app  ========= */
.header-app.hny .navbar-app {
    background: #333;
}

.header-app {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    overflow: hidden;
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

    .header-app.open-menu {
        height: 100%;
        background: #fff;
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

.navbar-app {
    position: relative;
    background: #fff !important;
    height: 60px;
    text-align: center;
}

.header-app .logo {
    float: left;
    height: 60px;
    vertical-align: middle;
    padding: 5px 15px 5px;
}

    .header-app .logo img {
        height: 100%;
    }

.app-lanu {
    text-align: center;
    padding: 20px 0;
}

    .app-lanu a {
        display: inline-block;
        padding: 0 10px;
        line-height: 24px;
        color: #666;
    }

        .app-lanu a.active {
            color: white;
            background: #ff9b2d;
            border-radius: 30px;
        }

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px #fff;
    padding-right: 0px;
    color: #000;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 60px;
    background: #333;
    padding: 0 15px;
}

    .alert-top .text {
        height: 30px;
        margin-top: 15px;
        background: none;
        border-bottom: solid 1px #fff;
        width: 80%;
        float: left;
        color: white;
    }

    .alert-top .search {
        margin-left: 10px;
        background: url(../images/search.png) no-repeat center;
        width: 20px;
        height: 20px;
        background-size: cover;
        float: left;
        margin-top: 25px;
    }

    .alert-top span {
        color: #fff;
        float: right;
        font-size: 20px !important;
        margin-top: 21px;
    }

.navapp-user {
    float: right;
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, .82);
    line-height: 60px;
    font-size: 16px;
}

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

    .navbar-togger .icon_bar {
        width: 24px;
        height: 2px;
        background-color: #000;
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar-togger .icon_bar:nth-of-type(2) {
            margin: 5px 0;
        }

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list li {
    border-bottom: 1px solid #e5e5e5;
    opacity: 0;
    pointer-events: none;
}

    .nav-list li.open {
        border-bottom: none;
    }

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
    position: relative;
}

    .cate-item a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 60px;
        display: block;
    }

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
    color: #ff9b2d;
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #ff9b2d;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .category-tig::before,
    .category-tig::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-tig::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .category-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.nav-list li.open .category-tig::before {
    background: #ff9b2d;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border: solid 1px #e5e5e5;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px dashed #e5e5e5;
    display: block;
    font-size: 14px;
    color: #333;
}

.category-pad a.active {
    color: #ff9b2d;
}

.app-search {
    position: relative;
}

.app-search-text {
    width: 76%;
    height: 48px;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.app-search-btn {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    font-size: 16px;
    line-height: 48px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}


.btn1.close1,
.btn2.close1,
.btn3.close1,
.btn4.close1 {
    bottom: 0;
    right: 0;
}

.btn1.open1 {
    bottom: 125px;
    right: 0;
}

.btn2.open1 {
    bottom: 100px;
    right: 55px;
}

.btn3.open1 {
    bottom: 58px;
    right: 98px;
}

.btn4.open1 {
    bottom: 0px;
    right: 117px;
}


.nav_center div,
.index_nav_center div,
.shou,
.zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("../images/kefq.png") no-repeat center #fff;
    position: absolute;
}

    .shou.on {
        background-image: url("../images/kefq1.png");
    }

/*app-底部*/
.foot-app {
    width: 100%;
    background: #fff;
    padding: 0;
    display: none;
    background-size: cover;
    border-top: 1px solid #eeeeee;
}

.footer-menu {
    padding: 0 15px;
}

.footer-top {
    padding: 20px;
}

.footer-bot {
    padding: 20px 20px 40px;
    background: #2c3f50;
}

.footer-tit {
    position: relative;
    border-bottom: 1px solid rgba(119, 119, 119, 0.3);
}

.open .footer-tit a {
    color: #333;
}

.footer-tit a {
    font-size: 16px;
    color: #777;
    line-height: 48px;
    margin-right: 48px;
    display: block;
}

.footer-tig {
    font-size: 14px;
    color: #333;
    text-align: right;
    line-height: 48px;
    width: 20px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
}

    .footer-tig::before,
    .footer-tig::after {
        content: '';
        background: #777;
        position: absolute;
        top: 50%;
        transition: all .3s;
        left: 50%;
    }

    .footer-tig::before {
        width: 18px;
        height: 2px;
        margin-left: -8px;
    }

    .footer-tig::after {
        width: 2px;
        height: 18px;
        margin-top: -8px;
    }

.footer-item.open .footer-tig::after {
    opacity: 0;
}

.footer-item.open .footer-tig::before {
    background: #333;
}

.footer-cont {
    display: none;
    border: solid 1px rgba(119, 119, 119, 0.5);
    border-top: 0;
    padding: 0 15px;
}

    .footer-cont a {
        line-height: 40px;
        color: #777;
        display: block;
        font-size: 14px;
        border-bottom: dashed 1px #777;
    }

        .footer-cont a:last-child {
            border: none;
        }


.footer-top .bottom-lx h3 {
    font-size: 22px;
    line-height: 30px;
}

.footer-top .bottomlx-txt {
    margin-top: 10px;
}

.footer-left {
    width: 30%;
    float: right;
}

    .footer-left img {
        display: block;
        width: 100%;
    }

.footer-right {
    width: 100%;
}

    .footer-right p {
        font-size: 14px;
        color: rgba(119, 119, 119, 0.5);
        line-height: 26px;
    }

        .footer-right p a {
            display: inline-block;
            margin-right: 20px;
            transition: ease .5s;
        }

            .footer-right p a:hover {
                color: rgba(244, 222, 193, 1);
            }



.footer-share {
    text-align: right;
}

.footer-right .img {
    float: right;
    width: 16%;
    text-align: center;
    background: #373737;
    padding: 7px;
    padding-bottom: 5px;
}

.footer-right .imgg {
    margin-bottom: 10px;
}

    .footer-right .imgg img {
        width: 100%;
    }

.footer-right .fr2 {
    float: right;
}

.footer-share a {
    display: inline-block !important;
    float: none !important;
    background: none !important;
    font-size: 20px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 7px !important;
    padding: 0 !important;
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

.foot-lx {
    width: 50%;
}

.footer-bot .bottom2 {
    background: transparent;
}

.footer-bot .left a:last-child {
    margin-right: 0;
}

.footer-bot .bottom2 .left p {
    float: none;
}

.footer-bot .left {
    float: left;
}

.footer-bot .right {
    float: right;
}

.footer-bot .bottom2-img {
    float: right;
}

.footer-link,
.footer-link a {
    line-height: 26px;
    font-size: 14px;
    color: rgba(244, 222, 193, .6);
}

.footer-link {
    padding-bottom: 20px;
    overflow: hidden;
}

    .footer-link a {
        display: block;
        float: left;
        margin-right: 15px;
    }

    .footer-link span {
        float: left;
    }

/* .footer-right .img{width: 100%;margin: 0 auto;text-align: center;float: none;} */
.footer-right .img .image {
    float: left;
    width: 25%;
}

.footer-right .con1 {
    float: none;
    width: 100%;
    text-align: center;
}

    .footer-right .con1 .bdshare-button-style2-16 .bds_sqq,
    .footer-right .con1 .bdshare-button-style2-16 .bds_tsina,
    .footer-right .con1 .bdshare-button-style2-16 .bds_weixin {
        background: none !important;
        font-size: 20px !important;
        float: none !important;
    }

.footer-bot p:nth-child(2) {
    margin-right: 0;
}

.bsBox {
    width: 232px !important;
    height: 256px !important;
}

@media(max-width:1919px) {
    .navitem {
        margin: 0 30px;
    }

    .bottom-ul ul {
        margin-left: 80px;
    }
}

@media(max-width:1459px) {
    .header-language {
        margin-left: 20px;
    }

    .navitem {
        margin: 0 15px;
    }

    .header .logo {
        margin-top: 20px;
    }

        .header .logo img {
            width: 160px;
            height: auto;
        }

    .bottom2-img {
        display: block;
        float: left;
        margin-top: 10px;
    }

    .bottom-ul ul {
        margin-left: 42px;
    }

    .banner-cont {
        width: 41%;
    }

        .banner-cont h3 {
            font-size: 70px;
            line-height: 80px;
        }

        .banner-cont h4 {
            font-size: 38px;
        }

        .banner-cont p {
            font-size: 28px;
        }

    .homeser-ul li a {
        padding: 60px;
    }

    .homeser-icon {
        width: 140px;
        height: 140px;
    }

        .homeser-icon > div {
            line-height: 140px;
        }

    .homenew-left {
        padding-right: 70px;
    }
}

@media(max-width:1259px) {

    .header-app,
    .foot-app {
        display: block;
    }

    .header,
    .footer {
        display: none !important;
    }

    body {
        padding-top: 60px;
    }

    .footer,
    .kf {
        display: none !important;
    }

    .kffixed {
        display: block !important;
    }

    .homenew-item {
        width: 72%;
    }

    .homenew-tit h3 {
        max-width: 65%;
    }

    .banner-cont {
        width: 53%;
    }

    .home-title {
        font-size: 40px;
    }

    .homeappli-ul li {
        padding: 0 15px;
        margin-top: 30px;
        height: 221px;
    }

    .homeappli-tit h3 {
        font-size: 18px;
    }

    .homeappli-ul li:hover .homeappli-text {
        padding: 14px;
    }

    .homeappli-ul {
        margin: 0 -15px;
    }

    .home-application-cont {
        margin-top: 10px;
    }

    .homeser-swiper {
        display: block;
    }

    .home-service-con {
        display: none;
    }

    .homenew-left {
        padding-right: 30px;
    }

    .home-new-con {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .homeappli-ul li {
        width: 50%;
        height: 310px;
    }

    .homeser-icon {
        width: 120px;
        height: 120px;
    }

        .homeser-icon > div {
            line-height: 120px;
            width: 60px;
            height: 60px;
        }

    .homenew-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .homenew-right {
        float: none;
        width: 100%;
    }

    .homenew-item {
        width: 78%;
    }

    .banner-cont {
        width: 72%;
    }

        .banner-cont h3 {
            font-size: 60px;
            line-height: 60px;
        }

    .banner-more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 40px;
    }

    .home-title {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .home-application-cont {
        margin-top: 0;
    }

    .home-title {
        font-size: 23px;
    }

    .home-padd {
        padding: 60px 0 40px 0;
    }

    .homeappli-tit h3 {
        font-size: 18px;
    }

    .homeappli-tit span {
        font-size: 14px;
        background-size: 15px 12px;
        padding-right: 22px;
    }

    .homeappli-text p {
        margin-top: 5px;
    }

    .homeappli-ul li {
        padding: 0 10px;
        height: 275px;
    }

    .homeappli-ul {
        margin: 0 -10px;
    }

    .homeser-swiper,
    .home-new-con {
        margin-top: 30px;
    }

    .home-des {
        margin-top: 5px;
    }

    .homeser-text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .homeser-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

        .homeser-icon > div {
            width: 50px;
            height: 50px;
            line-height: 100px;
        }

    .homenew-tit h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .homenew-tit span {
        right: 0;
    }

    .homenew-tit {
        margin-bottom: 10px;
    }

    .homenew-time span {
        font-size: 26px;
        line-height: 36px;
    }

    .homenew-text {
        padding: 20px 0;
    }

    .homenew-ul li a {
        padding: 20px 0;
    }

        .homenew-ul li a:first-child {
            border-top: 1px dashed #bfbfbf;
        }

    .footer-bot .left {
        float: none;
    }

    .footer-bot .right {
        float: none;
        margin-top: 20px;
    }

        .footer-bot .right .bott-share {
            float: left;
        }

    .footer-bot .bottom2-img {
        margin-top: 0;
    }

    .bottom2 .right a {
        margin: 10px;
    }

    .banner-cont h3 {
        font-size: 46px;
        line-height: 52px;
    }

    .banner-cont h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner-cont p {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-more {
        font-size: 16px;
        margin-top: 30px;
    }
}

@media(max-width:640px) {
    .bottom-ewm {
        float: none;
        text-align: left;
        margin-right: 0;
    }

    .home-appbanner {
        display: block;
    }

    .home-pcbanner,
    .banner-font {
        display: none;
    }

    .pc-banner .swiper-pagination {
        bottom: 20px;
    }

    .homeappli-tit h3 {
        display: block;
    }

    .homeappli-tit span {
        display: block;
        float: none;
    }

    .homeappli-text {
        padding: 20px 0;
    }

    .homeappli-ul li:hover .homeappli-text {
        padding: 20px;
    }

    .homenew-item {
        width: 74%;
    }

    .homenew-tit h3 {
        max-width: 60%;
    }

    .homenew-tit span {
        font-size: 14px;
        background-size: 16px 12px;
        padding-right: 22px;
    }

    .homenew-time span {
        font-size: 23px;
    }

    .homeappli-ul li {
        margin-top: 20px;
        height: 210px;
    }

    .homeser-swiper,
    .home-new-con {
        margin-top: 20px;
    }

    .homeser-slide {
        padding: 40px 45px 50px;
    }
}

@media(max-width:375px) {
}

@media(max-width:360px) {
}

@media(max-width:320px) {
    .homeappli-ul li {
        width: 100%;
        padding: 0;
        height: 290px;
    }

    .homeappli-ul {
        margin: 0;
    }
}

/*============ banner ============*/
.banner {
    background-size: cover;
    width: 100%;
}

.ny-banner-text {
    background: url(../images/ny-txt.png)no-repeat center left;
    padding: 154px 0 150px 30px;
}

    .ny-banner-text h2 {
        font-size: 36px;
        color: #fff;
        line-height: 40px;
    }

    .ny-banner-text h3 {
        font-size: 20px;
        color: #fff;
        line-height: 26px;
        margin-top: 10px;
    }

/*========== bread ===========*/
.bread {
    padding-top: 10px;
}

    .bread p {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        padding-top: 20px;
    }

    .bread a {
        display: inline-block;
        transition: ease .5s;
    }

        .bread a:hover {
            color: #0072bf;
        }

    .bread span {
        display: inline-block;
        color: #dcdcdc;
    }

/*========= menu =============*/
.menu {
    padding-top: 10px;
}

    .menu li {
        display: inline-block;
        width: 14.4%;
    }

        .menu li a {
            display: inline-block;
            font-size: 16px;
            line-height: 30px;
            color: #333;
            transition: ease .5s;
            position: relative;
        }

        .menu li.on a,
        .menu li:hover a {
            color: #0072bf;
            border-bottom: 3px solid #0072bf;
        }

#menu {
    border-bottom: 1px solid #dcdcdc;
}

/*========= page======== */
.page {
    text-align: center;
    position: relative;
}

    .page a {
        display: inline-block !important;
        font-size: 18px;
        line-height: 38px;
        color: #3a3e3f;
        border-radius: 50%;
        transition: ease .5s;
        width: 38px;
        height: 38px;
        text-align: center;
    }

        .page a:hover,
        .page a.on {
            color: #fff;
            background: #0072bf;
        }

.page-prev {
    border: 1px solid #dfe3e5;
    position: absolute;
    left: 0;
    top: 0;
}

.page-next {
    border: 1px solid #dfe3e5;
    position: absolute;
    right: 0;
    top: 0;
}

    .page-next i,
    .page-prev i {
        color: #a3a7a9;
        font-weight: bold;
        line-height: 36px;
    }

    .page-next:hover i,
    .page-prev:hover i {
        color: #fff;
    }

/* ==========video=========== */
.video {
    padding: 25px 0 65px;
}

/*视频弹窗*/
.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
}

.msg-box {
    width: 860px;
    height: 524px;
    padding: 50px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    margin-left: -430px;
    top: 0;
    margin-top: -262px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .msg-box .close-box {
        width: 38px;
        height: 38px;
        font-size: 30px;
        color: #666;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .msg-box .close-box:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

/*视频弹窗  -end*/


.anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 490;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    display: none;
}

    .anchor li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

        .anchor li a {
            display: block;
            padding: 0 26px;
            font-size: 14px;
            line-height: 34px;
            text-align: center;
            color: #333;
            border: 1px solid #dfdfdf;
            border-radius: 20px;
            transition: all .3s;
        }

            .anchor li.on a,
            .anchor li a:hover {
                color: #ff9b2d;
                border-color: #ff9b2d;
            }




/*  2019.12.31  */
/* ============banner=========== */
.lbanner {
    background-size: cover !important;
    height: 380px;
    position: relative;
}

.lappbanner {
    width: 100%;
    display: none;
}

.lbanner-cont {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* .lbanner-cont>div{position: relative;} */
.lbanner-txt {
    font-size: 48px;
    color: #fff;
}

    .lbanner-txt h3 {
        line-height: 60px;
    }

        .lbanner-txt h3 span {
            display: block;
            margin-bottom: 20px;
        }

/* .lbanner-bread{position: absolute;bottom: 25px;left: 0;} */
.lbanner-bread {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-top: 70px;
}

    .lbanner-bread a {
        display: inline-block;
        transition: ease .5s;
    }

        .lbanner-bread a:hover {
            color: #ff9b2d;
        }

.lbanner-app {
    display: none;
}

/* ===========menu=========== */
.lmenu {
    border-bottom: 1px solid #e4e4e4;
    overflow-x: auto;
    white-space: nowrap;
}

    .lmenu::-webkit-scrollbar {
        height: 2px;
        background-color: transparent;
    }

    .lmenu::-webkit-scrollbar-thumb {
        background-color: #fabd00;
        border-radius: 10px;
    }

    .lmenu a {
        font-size: 18px;
        line-height: 26px;
        color: #999;
        display: inline-block;
        margin-right: 80px;
        padding: 26px 0;
    }

        .lmenu a:last-child {
            margin-right: 0;
        }

        .lmenu a.on,
        .lmenu a:hover {
            font-size: 22px;
            color: #333;
            border-bottom: 3px solid #fabd00;
        }

@media(max-width:1259px) {
    .lbanner-txt {
        font-size: 40px;
    }

    .lbanner-bread {
        margin-top: 50px;
    }
}

@media(max-width:767px) {
    .lbanner-txt {
        font-size: 34px;
    }

        .lbanner-txt h3 {
            line-height: 50px;
        }

            .lbanner-txt h3 span {
                margin-bottom: 10px;
            }

    .lbanner-bread {
        margin-top: 40px;
    }
}

@media(max-width:640px) {
    .lbanner-txt {
        font-size: 30px;
        display: none;
    }

    .lmenu a {
        font-size: 16px;
        padding: 8px 0;
        margin-right: 30px;
    }

        .lmenu a.on,
        .lmenu a:hover {
            font-size: 18px;
        }
}

/* =============page========== */
.lpage {
    text-align: center;
}

.lpage-con {
    display: inline-block;
}

.lpage a {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    font-family: "ITCAvantGardeStd-Md";
    transition: ease .5s;
    padding: 5px 0;
    display: inline-block;
    margin: 0 20px;
}

    .lpage a.zz {
        display: none;
    }

    .lpage a.on,
    .lpage a:hover {
        color: #ff9b2d;
    }

    .lpage a i {
        display: block;
        color: #333;
        font-weight: bold;
        transition: ease .5s;
    }

    .lpage a:hover i {
        color: #333;
    }

    .lpage a.lpage-prev,
    .lpage a.lpage-next {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid transparent;
        padding: 0;
    }

        .lpage a.lpage-prev:hover,
        .lpage a.lpage-next:hover {
            border: 1px solid #ff9b2d;
        }

/* ==========内页============ */

/* ==============anchor============= */
.anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 490;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    display: none;
}

    .anchor li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

        .anchor li a {
            display: block;
            padding: 0 26px;
            font-size: 14px;
            line-height: 34px;
            text-align: center;
            color: #333;
            border: 1px solid #dfdfdf;
            border-radius: 20px;
            transition: all .3s;
        }

            .anchor li.on a,
            .anchor li a:hover {
                color: #f9be00;
                ;
                border-color: #f9be00;
            }

/* ===============nav-second=========== */
.appsecond-nav {
    position: relative;
    display: none;
    z-index: 200;
}

.bot {
    position: absolute;
    top: 48px;
    background: #fff;
    z-index: 10;
}

.se-bot {
    width: 100%;
    display: none;
}

.se-top {
    height: 48px;
    line-height: 48px;
    border-bottom: solid 1px #d8d8d8;
    position: relative;
}

.se-top1 {
    background: #fff;
    /* border-bottom: none !important; */
}

.se-top .se-a {
    color: #444;
    font-size: 16px;
    display: block;
    padding: 0px 20px;
}

.se-tig.P_tig {
    font-size: 16px;
    color: #333;
    text-align: center;
    transition: all .5s;
    line-height: 48px;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.se-btop {
    height: 48px;
    line-height: 48px;
}

.se-a1 {
    color: #444;
    font-size: 16px;
    padding: 0px 20px;
    display: block;
}

    .se-a1.hover {
        color: #fff;
        background: #f9be00;
        border-bottom: solid 1px #fff;
    }

.se-tig.P_tig.open {
    transform: rotateZ(90deg);
    opacity: 1;
}

.se-bottom {
    display: none;
    background: white;
}

    .se-bottom a {
        display: block;
        font-size: 14px;
        color: #888;
        border-bottom: 1px solid #eee;
        padding: 10px 30px;
    }

        /* .se-bottom a:last-child{border-bottom: none;} */
        .se-bottom a.on {
            font-weight: bold;
        }

.se-btop.active .se-tig.P_tig {
    color: #fff;
}

.se-btop.active .se-a1 {
    background: #f9be00;
    color: #fff;
    border-bottom: 1px solid #fff;
}

@media(max-width:767px) {
    .appsecond-nav {
        display: block;
    }

    .product-menu,
    .produmenu-hover {
        display: none;
    }

    .lmenu {
        display: none;
    }

    .lpage a {
        font-size: 17px;
        margin: 0 12px;
    }

        .lpage a.lpage-prev,
        .lpage a.lpage-next {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
}

/* 2019.12.31 */
@media(max-width:640px) {
    .lappbanner {
        display: block;
    }

    .lbanner {
        background: none !important;
        height: auto;
        position: relative;
    }

    .lbanner-cont {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .lbanner-txt {
        padding: 130px 0 100px;
    }

    .qual-lbannertxt {
        padding: 120px 0 70px;
    }

    .lbanner-bread {
        font-size: 14px;
    }

    .qual-bannertxt {
        height: auto;
    }

    .lpage a {
        margin: 0 8px;
    }
}

@media(max-width:375px) {
    .lbanner-txt {
        padding: 120px 0 85px;
    }

    .qual-lbannertxt {
        padding: 105px 0 60px;
    }
}

@media(max-width:360px) {
    .lbanner-txt {
        padding: 115px 0 80px;
    }

    .qual-lbannertxt {
        padding: 95px 0 60px;
    }
}

@media(max-width:320px) {
    .lbanner-txt {
        padding: 105px 0 60px;
    }

    .qual-lbannertxt {
        padding: 85px 0 40px;
    }
}



/*===============2020.01.03下拉==============*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    border-top: 1px solid #e5e5e5;
}

.navitem:hover .dropdown-menu {
    opacity: 1;
    display: block;
    visibility: visible;
}

/* .category-item:hover .dropdown-menu.single{max-height: 450px;opacity: 1;} */
.dropdown-menu ul {
    padding: 35px 100px;
}

.dropdown-menu li {
    float: left;
    padding: 0 35px;
}

    .dropdown-menu li:first-child {
        padding-left: 0;
    }

    .dropdown-menu li a {
        display: block;
        font-size: 20px;
        line-height: 30px;
        color: #333;
        transition: ease .5s;
    }

    .dropdown-menu li:hover a {
        color: #FF9B2D;
    }

.navitem.drop > a::after {
    position: absolute;
    content: "";
    width: 21px;
    height: 12px;
    background: url(../images/drop-aft_03.png)no-repeat center bottom;
    left: 50%;
    top: 100%;
    margin-left: -10px;
    margin-top: 0;
    z-index: 1201;
    opacity: 0;
    transition: ease .1s;
}

.navitem.drop:hover > a::after {
    opacity: 1;
}

@media (max-width:1460px) {
}

@media (max-width:1170px) {
}

/* ===============pro ============= */
.product {
}

.pro-one {
}

.pro-ul {
    margin: 0 -20px 40px;
}

    .pro-ul li {
        float: left;
        width: 50%;
        padding: 0 20px;
        margin-top: 35px;
    }

        .pro-ul li a {
            display: block;
        }

.pro-img {
    overflow: hidden;
    height: 348px;
    background: #f4f4f4;
}

    .pro-img img {
        width: 100%;
        transition: ease .5s;
    }

.pro-ul li:hover .pro-img img {
    transform: scale(1.04);
}

.pro-txt {
    background: #f4f4f4;
    transition: ease .5s;
    padding: 20px;
}

    .pro-txt h3 {
        font-size: 24px;
        line-height: 32px;
        color: #333;
        display: inline-block;
        max-width: 60%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        transition: ease .5s;
    }

    .pro-txt span {
        font-size: 16px;
        line-height: 30px;
        color: #333;
        display: inline-block;
        float: right;
        padding-right: 27px;
        background: url(../images/homeappli-more.png)no-repeat center right;
        transition: ease .5s;
    }

.pro-ul li:hover .pro-txt {
    background: #ff9b2d;
}

    .pro-ul li:hover .pro-txt h3,
    .pro-ul li:hover .pro-txt span {
        color: #fff;
    }

    .pro-ul li:hover .pro-txt span {
        background-image: url(../images/homeappli-more1.png);
    }

.pro-two {
    background: #f7f7f7;
}

.pro2-swiper {
    position: relative;
}

.proa-tit {
    font-size: 42px;
    line-height: 50px;
    color: #333;
    position: absolute;
    right: 0;
    width: 50%;
    padding-left: 50px;
    top: 0;
    padding-top: 30px;
}

.pro2-slide {
}

.pro2-img {
    float: left;
    width: 50%;
}

    .pro2-img img {
        width: 100%;
    }

.pro2-txt {
    float: right;
    width: 50%;
    padding-left: 50px;
    padding-top: 100px;
}

    .pro2-txt h3 {
        font-size: 30px;
        line-height: 40px;
        color: #333;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .pro2-txt p {
        font-size: 16px;
        line-height: 30px;
        color: rgba(51, 51, 51, 0.7);
        max-height: 160px;
    }

.pro2-swiper .swiper-pagination {
    width: 50%;
    right: 0;
    left: auto;
    bottom: 30px;
    text-align: left;
    padding-left: 50px;
}

.pro2-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 15px;
    border: 1px solid #0d0d0d;
    opacity: 1;
    background: transparent;
}

.pro2-swiper .swiper-pagination-bullet-active {
    border-color: #ff9b2d;
    background: #ff9b2d;
}

.pro2-part {
    margin-top: 100px;
    position: relative;
}

.pro2part-img {
    overflow: hidden;
}

    .pro2part-img img {
        width: 100%;
        transition: ease .5s;
    }

.pro2-part .swiper-pagination {
    display: none;
    width: 100%;
    bottom: 0;
}

.pro2-part .swiper-slide {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
}

    .pro2-part .swiper-slide:hover .pro2part-img img {
        transform: scale(1.04);
    }

.pro2-part .swiper-button-prev,
.pro2-part .swiper-button-next {
    width: 14px;
    height: 27px;
    background: url(../images/pro-right.png)no-repeat center;
    opacity: 1;
}

.pro2-part .swiper-button-prev {
    transform: rotate(180deg);
    left: -90px;
}

.pro2-part .swiper-button-next {
    right: -90px;
}

    .pro2-part .swiper-button-prev:hover,
    .pro2-part .swiper-button-next:hover {
        background-image: url(../images/pro-right1.png);
    }

.pro2-part .swiper-pagination-bullet {
    margin: 0 6px;
}

.pro2-part .swiper-pagination-bullet-active {
    background: #FF9B2D;
}

@media (max-width:1459px) {
    .pro2-part .swiper-button-next {
        right: 0;
    }

    .pro2-part .swiper-button-prev {
        left: 0;
    }

    .pro2-part {
        padding: 0 50px;
    }
}

@media (max-width:1259px) {
    .pro-img {
        height: 270px;
    }

    .proa-tit {
        font-size: 40px;
        padding-top: 20px;
        padding-left: 30px;
    }

    .pro2-txt {
        padding-top: 85px;
        padding-left: 30px;
    }

        .pro2-txt p {
            max-height: 90px;
        }

    .pro2-swiper .swiper-pagination {
        bottom: 10px;
    }
}

@media (max-width:991px) {
    .pro-img {
        height: 204px;
    }

    .pro2-img {
        float: none;
        width: 100%;
    }

    .pro2-txt {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .proa-tit {
        position: static;
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

    .pro2-swiper .swiper-pagination {
        width: 100%;
        right: auto;
        left: 0;
        text-align: center;
        padding: 0;
    }

    .pro2-swiper {
        padding-bottom: 40px;
    }

    .pro2-txt p {
        max-height: none;
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .pro-txt h3 {
        font-size: 18px;
    }

    .pro-txt span {
        font-size: 14px;
        background-size: 16px 12px;
    }

    .pro-txt {
        padding: 15px 20px;
    }

    .pro-img {
        height: 173px;
    }

    .pro-ul li {
        padding: 0 10px;
    }

    .pro-ul {
        margin: -20px -10px 30px;
    }

        .pro-ul li {
            margin-top: 20px;
        }

    .proa-tit {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .pro2-txt h3 {
        font-size: 19px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .pro2-part {
        margin-top: 30px;
        padding: 0;
        padding-bottom: 30px;
    }

        .pro2-part .swiper-button-prev,
        .pro2-part .swiper-button-next {
            display: none;
        }

        .pro2-part .swiper-pagination {
            display: block;
        }

    .pro2-swiper .swiper-pagination-bullet {
        margin: 0 6px;
    }
}

@media (max-width:640px) {
    .pro-img {
        height: 104px;
    }
}

@media (max-width:500px) {
    .pro-ul li {
        float: none;
        width: 100%;
        padding: 0;
    }

    .pro-ul {
        margin: -20px 0 0;
    }

    .pro-img {
        height: auto;
    }
}

/* ===============proinfo ================= */
.proinfo {
}

.proinfo-tit {
    font-size: 42px;
    line-height: 60px;
    color: #333;
}

.proinfo-one {
}

.proinfo1-con {
    margin-top: 50px;
}

.proinfo1-p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.7);
    float: left;
    max-width: 65%;
}

.proinfo1-more {
    position: relative;
    float: right;
    display: block;
    width: 182px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    transition: ease .5s;
    border: 1px solid transparent;
    margin-top: -30px;
}

    .proinfo1-more span {
        display: block;
        position: relative;
        z-index: 5;
    }

    .proinfo1-more::before,
    .proinfo1-more::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 25px;
        background: #FF9B2D;
        transition: ease .5s;
    }

    .proinfo1-more::after {
        top: auto;
        bottom: 0;
    }

    .proinfo1-more::before {
        top: 0;
        bottom: auto;
    }

    .proinfo1-more:hover {
        color: #ff9b2d;
        border-color: #ff9b2d;
    }

        .proinfo1-more:hover::before,
        .proinfo1-more:hover::after {
            height: 0;
        }

/* .proinfo1-more:active {
  background: #;
} */
.proinfo-two {
    background: #f5f5f5;
}

.proinfo2-con {
    margin-top: 50px;
}

    .proinfo2-con img {
        max-width: 100%;
    }

.proinfo2-p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.7);
}

.proinfo2-img {
    margin-top: 50px;
}

    .proinfo2-img img {
        max-width: 100%;
    }

.proinfo2-text {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    background: #FF9B2D;
    text-align: center;
    padding: 24px;
}

.proinfo-three {
}

.proinfo3-con {
    margin-top: 15px;
}

    .proinfo3-con .pro-ul {
        margin: 0 -12px;
    }

        .proinfo3-con .pro-ul .pro-img {
            height: 231px;
        }

        .proinfo3-con .pro-ul li {
            width: 33.33%;
            padding: 0 12px;
        }

@media (max-width:1259px) {
    .proinfo-tit {
        font-size: 40px;
        line-height: 50px;
    }

    .proinfo2-text {
        font-size: 26px;
    }

    .proinfo3-con .pro-ul .pro-img {
        height: 178px;
    }

    .proinfo1-more {
        margin-top: 0;
    }
}

@media (max-width:991px) {
    .proinfo3-con .pro-ul .pro-img {
        height: 134px;
    }

    .proinfo3-con .pro-ul h3 {
        max-width: 46%;
        font-size: 21px;
    }

    .proinfo-tit {
        font-size: 36px;
        line-height: 40px;
    }

    .proinfo2-text {
        font-size: 24px;
        padding: 16px 20px;
    }
}

@media (max-width:767px) {
    .proinfo-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .proinfo1-more {
        font-size: 16px;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .proinfo1-con,
    .proinfo2-con,
    .proinfo2-img {
        margin-top: 30px;
    }

    .proinfo2-text {
        font-size: 18px;
        padding: 6px 20px;
    }

    .proinfo3-con .pro-ul .pro-img {
        height: 130px;
    }

    .proinfo3-con .pro-ul li {
        width: 50%;
    }

    .proinfo3-con .pro-ul h3 {
        max-width: 50%;
    }

    .proinfo3-con .pro-ul h3 {
        font-size: 18px;
    }
}

@media (max-width:640px) {
    .proinfo1-p {
        float: none;
        max-width: none;
        width: 100%;
    }

    .proinfo1-more {
        float: none;
        margin-top: 20px;
    }

    .proinfo2-text {
        font-size: 16px;
    }

    .proinfo1-con,
    .proinfo2-con,
    .proinfo2-img {
        margin-top: 20px;
    }
}

@media (max-width:500px) {
    .proinfo3-con .pro-ul li {
        width: 100%;
    }

    .proinfo3-con .pro-ul .pro-img {
        height: auto;
    }
}

/* =======================honor1===================== */
.honor1 {
}

.honor-menu {
    text-align: center;
}

    .honor-menu a {
        display: inline-block;
        transition: ease .5s;
        font-size: 24px;
        line-height: 30px;
        color: #333;
        padding-bottom: 10px;
        margin: 0 50px;
    }

        .honor-menu a:hover,
        .honor-menu a.on {
            color: #1c327e;
        }

        .honor-menu a.on {
            border-bottom: 2px solid #1c327e;
        }

.honor1-ul {
    margin: 60px -18px 50px;
}

    .honor1-ul li {
        float: left;
        width: 33.33%;
        padding: 0 18px;
        margin-top: 30px;
    }

.honor1-img {
    display: block;
    text-align: center;
}

    .honor1-img img {
        width: 100%;
        transition: ease .5s;
    }

.honor1-ul li p {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    transition: ease .5s;
    margin-top: 30px;
}

.honor1-ul li:hover p {
    color: #ff9b2d;
}

.honor1-ul li:hover .honor1-img img {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}



/* ===================honor2 ================== */
.honor2 {
}

.honor2-ul {
    text-align: center;
    margin: 60px -40px 50px;
}

    .honor2-ul li {
        display: inline-block;
        width: 33.33%;
        padding: 0 40px;
        margin-top: 30px;
    }

        .honor2-ul li a {
        }

        .honor2-ul li p {
            font-size: 24px;
            line-height: 30px;
            color: #333;
            transition: ease .5s;
            margin-top: 30px;
        }

        .honor2-ul li:hover p {
            color: #1c327e;
        }

        .honor2-ul li:hover .honor1-img img {
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
        }


@media (max-width:1259px) {
}

@media (max-width:991px) {

    .honor1-ul li p,
    .honor2-ul li p {
        font-size: 20px;
    }

    .honor2-ul li {
        padding: 0 20px;
    }

    .honor2-ul {
        margin: 20px -20px 50px;
    }
}

@media (max-width:767px) {

    .honor1-ul li p,
    .honor2-ul li p {
        font-size: 18px;
        margin-top: 20px;
    }

    .honor1-ul li,
    .honor2-ul li {
        padding: 0 10px;
    }

    .honor1-ul {
        margin: 10px -10px 40px;
    }

    .honor-menu a {
        font-size: 20px;
    }

    .honor2-ul {
        margin: 10px -10px 40px;
    }
}

@media (max-width:640px) {
    .honor1-ul li {
        width: 50%;
        margin-top: 20px;
    }

        .honor1-ul li p,
        .honor2-ul li p {
            font-size: 16px;
            min-height: 60px;
        }

    .honor1-ul {
        margin: 10px -10px 30px;
    }

    .honor2-ul li {
        width: 50%;
        float: left;
    }

    .honor2-ul {
        margin: 0px -10px 30px;
    }
}



/* ========================job ============================= */
.job {
}

.job-tit {
    font-size: 42px;
    line-height: 60px;
    color: #333;
}

.join-s {
    margin-bottom: 40px;
    margin-top: 60px;
}

.job-item {
    margin-top: 20px;
}

    .job-item.open {
    }

.job-hea {
    position: relative;
    background: #f8f8f8;
    border: 1px solid #888;
    padding: 13px 30px;
}

.job-item.open .job-hea {
    border-color: #FF9B2D;
}

.job-le {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    float: left;
    transition: ease .5s;
    background: url(../images/job-bef1.png)no-repeat center left;
    padding-left: 55px;
}

.job-item.open .job-le {
    color: #FF9B2D;
    background-image: url(../images/job-bef2.png);
}

.job-ri {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
}

    .job-ri i {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .job-ri i::before,
        .job-ri i::after {
            content: "";
            position: absolute;
            top: 50%;
            background: #333;
        }

        .job-ri i::before {
            width: 14px;
            height: 2px;
            right: 0;
            margin-top: -1px;
        }

        .job-ri i::after {
            width: 2px;
            height: 14px;
            right: 6px;
            margin-top: -7px;
        }

.job-item.open .job-ri i::after {
    opacity: 0;
}

.job-item.open .job-ri i::before {
    background: #FF9B2D;
}

.job-cont {
    display: none;
}

.job-item.open .job-cont {
    display: block;
}

.job-pad {
    padding: 40px 10px 20px 85px;
}

    .job-pad h3 {
        font-size: 18px;
        line-height: 26px;
        color: #333;
        margin-bottom: 20px;
        position: relative;
    }

        .job-pad h3::before {
            position: absolute;
            content: "";
            width: 24px;
            height: 26px;
            background: url(../images/job-bef3.png)no-repeat center;
            left: -56px;
            top: 0px;
        }

    .job-pad h4 {
        font-size: 16px;
        line-height: 26px;
        color: #333;
        width: 100%;
    }

        .job-pad h4 span {
            display: inline-block;
            margin-left: 100px;
            margin-bottom: 30px;
        }

            .job-pad h4 span:first-child {
                margin-left: 0;
            }

    .job-pad p {
        font-size: 16px;
        line-height: 24px;
        color: #333;
    }

.job-sub {
    margin-top: 30px;
}

    .job-sub a {
        display: inline-block;
        float: left;
    }

.job-submit {
    position: relative;
    padding: 5px 34px;
    background: #FF9B2D;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-right: 45px;
}

    .job-submit::before {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        transition: ease .5s;
    }

    .job-submit:hover::before {
        width: 100%;
    }

    .job-submit span {
        display: block;
        position: relative;
    }

.jobsub-zpa {
    display: inline-block;
    padding-top: 1px;
}

.jobsub-zp {
    width: 35px;
    height: 34px;
    transition: ease .5s;
    background-size: cover;
    margin: 0 5px;
}

.jobsub-zp1 {
    background: url(../images/job-zp1.png)no-repeat center;
}

    .jobsub-zp1:hover {
        background-image: url(../images/job-zp1a.png);
    }

.jobsub-zp2 {
    background: url(../images/job-zp2.png)no-repeat center;
}

    .jobsub-zp2:hover {
        background-image: url(../images/job-zp2a.png);
    }

@media (max-width:1259px) {
    .job-pad {
        padding: 40px 10px 20px 55px;
    }

        .job-pad h4 span {
            margin-left: 30px;
            margin-bottom: 10px;
        }

        .job-pad h4 {
            margin-bottom: 20px;
        }

        .job-pad h3::before {
            left: -40px;
        }
}

@media (max-width:767px) {
    .job-pad p {
        font-size: 15px;
    }

    .job-submit {
        padding: 5px 28px;
        margin-right: 25px;
        font-size: 15px;
    }

    .job-le {
        font-size: 19px;
        background-size: 24px 24px;
        padding-left: 40px;
    }

    .job-tit {
        font-size: 24px;
        line-height: 32px;
    }

    .join-s {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .job-item {
        margin-top: 10px;
    }

    .job-hea {
        padding: 9px 30px;
    }

    .job-pad h3::before {
        background-size: 22px 24px;
    }

    .job-pad {
        padding: 30px 10px 20px 55px;
    }

        .job-pad h4 {
            margin-bottom: 5px;
        }

    .job-sub {
        margin-top: 20px;
    }

    .job-pad h3 {
        margin-bottom: 10px;
    }

    .job-pad h4 span {
        margin-bottom: 5px;
    }
}

@media (max-width:640px) {
    .job-le {
        font-size: 17px;
    }

    .job-pad h3 {
        font-size: 16px;
    }

    .job-pad h4,
    .job-pad p {
        font-size: 14px;
    }

        .job-pad h4 span {
            display: block;
            margin-left: 0;
        }

    .job-pad {
        padding: 20px 10px 20px 35px;
    }

        .job-pad h3::before {
            background-size: 18px 20px;
            left: -30px;
        }
}


/* ==================news====================== */
.news {
}

.news-con {
}

.news-top {
}

    .news-top a {
        display: block;
    }

.newstop-img {
    overflow: hidden;
    float: left;
    width: 50%;
}

    .newstop-img img {
        width: 100%;
        transition: ease .5s;
    }

.newstop-txt {
    float: right;
    width: 50%;
    padding-left: 58px;
}

    .newstop-txt h3 {
        font-size: 36px;
        line-height: 48px;
        color: #333;
        transition: ease .5s;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.news-top a:hover .newstop-txt h3 {
    color: #FF9B2D;
}

.news-top a:hover .newstop-img img {
    transform: scale(1.04);
}

.newstop-txt span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.7);
    font-family: "ITCAvantGardeStd-Md";
    margin: 20px 0;
}

.newstop-txt p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-a {
    display: inline-block;
    position: relative;
    padding: 5px 34px;
    background: #FF9B2D;
    margin-top: 45px;
}

    .news-a span {
        display: block;
        position: relative;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        margin: 0;
    }

    .news-a::before {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        transition: ease .5s;
    }

    .news-a:hover::before {
        width: 100%;
    }

.new-ul {
    margin-top: 60px;
    margin-bottom: 40px;
}

    .new-ul li {
        border-bottom: 2px solid #eaeaea;
        position: relative;
        padding: 40px 0;
    }

        .new-ul li::before {
            position: absolute;
            content: "";
            width: 0;
            height: 2px;
            background: #FF9B2D;
            left: 50%;
            bottom: -1px;
            transform: translateX(-50%);
            transition: ease 1s;
        }

        .new-ul li:hover::before {
            width: 100%;
        }

        .new-ul li a {
            display: block;
            background: #fafafa;
        }

.news-time {
    float: left;
    width: 15%;
    padding: 50px 20px 0 28px;
}

    .news-time span {
        display: block;
        font-size: 48px;
        line-height: 60px;
        color: rgba(34, 34, 34, 0.5);
        font-family: "ITCAvantGardeStd-Md";
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .news-time i {
        font-style: normal;
        font-size: 18px;
        line-height: 30px;
        color: rgba(34, 34, 34, 0.5);
        font-family: "ITCAvantGardeStd-Md";
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.news-right {
    float: right;
    width: 85%;
}

.news-img {
    float: left;
    width: 27.94%;
    overflow: hidden;
}

    .news-img img {
        width: 100%;
        transition: ease .5s;
    }

.news-text {
    float: right;
    width: 72.06%;
    background: #fff;
    padding: 15px 0 15px 60px;
}

    .news-text h3 {
        font-size: 24px;
        line-height: 32px;
        color: #333;
        transition: ease .5s;
        margin-bottom: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .news-text p {
        font-size: 16px;
        line-height: 30px;
        color: rgba(102, 102, 102, 0.6);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 60px;
    }

    .news-text span {
        display: block;
        width: 36px;
        height: 11px;
        background: url(../images/news-more.png)no-repeat center;
        margin-top: 20px;
        transition: ease .5s;
    }

.new-ul li:hover .news-text h3 {
    color: #FF9B2D;
}

.new-ul li:hover .news-text span {
    background-image: url(../images/news-more1.png);
    margin-left: 30px;
}

.new-ul li:hover .news-img img {
    transform: scale(1.04);
}

@media (max-width:1259px) {
    .news-time {
        width: 20%;
        padding: 26px 20px 0 28px;
    }

    .news-right {
        width: 80%;
    }

    .news-img {
        width: 30.94%;
    }

    .news-text {
        width: 69%;
        padding: 15px 0 15px 40px;
    }

        .news-text p {
            -webkit-line-clamp: 1;
            height: 30px;
        }

    .new-ul li {
        padding: 30px 0;
    }

    .news-time span {
        font-size: 40px;
        line-height: 56px;
    }

    .newstop-txt h3 {
        font-size: 32px;
        line-height: 42px;
        -webkit-line-clamp: 1;
    }

    .newstop-txt span {
        margin: 10px 0;
    }

    .news-a span {
        margin: 0;
    }

    .news-a {
        margin-top: 30px;
    }
}

@media (max-width:991px) {
    .newstop-txt p {
        -webkit-line-clamp: 1;
    }

    .news-time {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
    }

    .news-right {
        float: none;
        width: 100%;
    }

    .news-img {
        width: 35%;
    }

    .news-text {
        width: 65%;
        background: transparent;
        padding: 15px 30px;
    }

    .new-ul li a {
        padding: 20px 0;
    }

    .newstop-txt {
        padding-left: 30px;
    }

        .newstop-txt h3 {
            font-size: 26px;
            line-height: 36px;
        }
}

@media (max-width:767px) {
    .newstop-txt h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .newstop-img {
        float: none;
        width: 100%;
    }

    .newstop-txt {
        float: none;
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }

        .newstop-txt p {
            -webkit-line-clamp: inherit;
        }

        .newstop-txt span {
            font-size: 16px;
            margin: 5px 0;
        }

    .news-a {
        padding: 0 30px;
        margin-top: 20px;
    }

    .news-time span {
        font-size: 24px;
        line-height: 36px;
    }

    .news-text h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .news-text p {
        -webkit-line-clamp: 2;
        height: 60px;
        font-size: 14px;
    }

    .news-time i {
        font-size: 16px;
    }

    .new-ul li {
        padding: 20px 0;
    }

    .new-ul {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

@media (max-width:640px) {
    .news-img {
        float: none;
        width: 100%;
    }

    .news-text {
        float: none;
        width: 100%;
        padding: 20px;
    }

    .news-time {
        margin-bottom: 10px;
    }
}

/* ===================newsinfo=================== */
.newsinfo {
}

.newsinfo-tit {
    font-size: 42px;
    line-height: 60px;
    color: #333;
}

.newsinfo-one {
    padding: 80px 0 40px 0;
}

.newsinfo1-con {
    margin-top: 50px;
}

.newsinfo-time {
    float: left;
}

    .newsinfo-time span {
        display: inline-block;
        font-size: 18px;
        line-height: 24px;
        color: rgba(51, 51, 51, 0.7);
        margin-right: 130px;
    }

        .newsinfo-time span i {
            font-style: normal;
            font-family: "ITCAvantGardeStd-Md";
        }

.newsinfo-share {
    float: right;
}

    .newsinfo-share a {
        display: inline-block !important;
        float: left;
        background: none !important;
        font-size: 24px !important;
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
        text-align: center;
        color: #999 !important;
        transition: ease .5s !important;
        padding-left: 0 !important;
        text-decoration: none !important;
        margin: 0 30px !important;
    }

        .newsinfo-share a:last-child {
            margin-right: 0 !important;
        }

        .newsinfo-share a:hover {
            color: #FF9B2D !important;
        }

.newsinfo-two {
    background: #f8f8f8;
    padding: 40px 0px 80px 0;
}

    .newsinfo-two img {
        max-width: 100%;
    }

.newsinfo-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
}

    .newsinfo-img img {
        max-width: 100%;
    }

.newsinfo-p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.7);
}

.newsinfo-page {
    position: relative;
    text-align: center;
    padding-top: 50px;
    border-top: 1px solid #cdcdcd;
    margin-top: 30px;
}

    .newsinfo-page a {
        display: inline-block;
    }

.newsinfo-pagel {
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    transition: ease .5s;
    position: absolute;
    left: 0;
    max-width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsinfo-pagec {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-align: center;
    max-width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsinfo-pager {
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    transition: ease .5s;
    position: absolute;
    right: 0;
    max-width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .newsinfo-pagel:hover,
    .newsinfo-pager:hover {
        color: #000;
    }


.newsinfo-three {
}

.newsinfo3-tit {
    font-size: 42px;
    line-height: 50px;
    color: #333;
    margin-bottom: 50px;
}

.newsinfo-ul {
    margin: 0 -17px;
}

    .newsinfo-ul li {
        float: left;
        padding: 0 17px;
        width: 33.33%;
    }

        .newsinfo-ul li a {
            display: block;
            background: #f8f8f8;
        }

.newsinfo3-img {
    overflow: hidden;
}

    .newsinfo3-img img {
        width: 100%;
        transition: ease .5s;
    }

.newsinfo-txt {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    padding: 20px 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: ease .5s;
}

.newsinfo-ul li:hover .newsinfo-txt {
    color: #fff;
    background: #FF9B2D;
}

.newsinfo-ul li:hover .newsinfo3-img img {
    transform: scale(1.04);
}

@media (max-width:1259px) {

    .newsinfo-tit,
    .newsinfo3-tit {
        font-size: 40px;
        line-height: 56px;
    }

    .newsinfo-time span {
        margin-right: 60px;
    }

    .newsinfo-share a {
        margin: 0 15px !important;
    }
}

@media (max-width:991px) {

    .newsinfo-tit,
    .newsinfo3-tit {
        font-size: 36px;
        line-height: 40px;
    }

    .newsinfo-pagec {
        font-size: 24px;
        line-height: 30px;
    }

    .newsinfo-ul li {
        padding: 0 10px;
    }

    .newsinfo-ul {
        margin: 0 -10px;
    }
}

@media (max-width:767px) {

    .newsinfo-tit,
    .newsinfo3-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .newsinfo1-con {
        margin-top: 30px;
    }

    .newsinfo-time span {
        font-size: 16px;
    }

    .newsinfo-img {
        margin-bottom: 20px;
    }

    .newsinfo-p {
        font-size: 16px;
    }

    .newsinfo-pager,
    .newsinfo-pagel {
        font-size: 16px;
    }

    .newsinfo-pagec {
        font-size: 19px;
    }

    .newsinfo-page {
        margin-top: 20px;
        padding-top: 20px;
    }

    .newsinfo3-tit {
        margin-bottom: 30px;
    }

    .newsinfo-txt {
        font-size: 16px;
        padding: 10px 15px;
    }

    .newsinfo-one {
        padding-bottom: 30px;
    }

    .newsinfo-ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .newsinfo-ul {
        margin: 0 -10px -20px;
    }
}

@media (max-width:640px) {
    .newsinfo-time span {
        display: block;
        margin-right: 20px;
    }

    .newsinfo-share a {
        margin: 0 5px !important;
    }

    .newsinfo1-con {
        margin-top: 20px;
    }
}

@media (max-width:320px) {
    .newsinfo-ul li {
        width: 100%;
    }
}

/* =====================contact===================== */
.contact {
}

.contact-one {
}

.contact-tit {
    font-size: 42px;
    line-height: 60px;
    color: #333;
}

.contact1-hr {
    width: 30px;
    height: 3px;
    background: #FF9B2D;
    margin: 45px 0;
}

.contact1-con {
}

.contact-ul {
}

    .contact-ul li {
        float: left;
        width: 33.33%;
        text-align: center;
        padding: 35px 29px;
        border: 1px solid #e4e4e4;
        height: 252px;
        transition: ease .5s;
    }

.contact1-icon {
    width: 45px;
    height: 45px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 35px;
}

    .contact1-icon img {
        width: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        transition: ease .5s;
    }

        .contact1-icon img:first-child {
            top: 0;
        }

        .contact1-icon img:last-child {
            top: -100%;
        }

.contact-ul li:hover {
    background: #FF9B2D;
}

    .contact-ul li:hover .contact1-icon img:last-child {
        top: 0;
    }

    .contact-ul li:hover .contact1-icon img:first-child {
        top: 100%;
    }

.contact1-txt {
}

    .contact1-txt h3 {
        font-size: 24px;
        line-height: 30px;
        color: #333;
        transition: ease .5s;
        margin-bottom: 15px;
    }

    .contact1-txt p {
        font-size: 18px;
        line-height: 30px;
        color: rgba(51, 51, 51, 0.7);
        transition: ease .5s;
    }

        .contact1-txt p i {
            font-style: normal;
            font-family: "ITCAvantGardeStd-Md";
        }

.contact-ul li:hover .contact1-txt p,
.contact-ul li:hover .contact1-txt h3 {
    color: #fff;
}

.contact-two {
    background: #f7f7f7;
}

.contact-input {
    margin: 0 -15px;
}

    .contact-input li {
        float: left;
        width: 50%;
        padding: 0 15px;
    }

        .contact-input li > div {
            width: 100%;
        }

.contact-message {
    margin-top: 45px;
}

    .contact-message input {
        width: 100%;
        background: #fff;
        font-size: 18px;
        line-height: 30px;
        color: rgba(51, 51, 51, 0.7);
        padding: 20px 30px;
        margin-bottom: 25px;
    }

    .contact-message textarea {
        width: 100%;
        background: #fff;
        font-size: 18px;
        line-height: 30px;
        color: rgba(51, 51, 51, 0.7);
        padding: 20px 30px;
        min-height: 360px;
    }

.contact-submit {
    cursor: pointer;
    font-size: 22px;
    line-height: 64px;
    color: #fff;
    background: #FF9B2D;
    width: 210px;
    height: 64px;
    position: relative;
    text-align: center;
    margin-top: 25px;
}

    .contact-submit span {
        display: block;
        position: relative;
    }

    .contact-submit::before {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        transition: ease .5s;
    }

    .contact-submit:hover::before {
        width: 100%;
    }

.contact-three {
}

    .contact-three img {
        width: 100%;
    }


@media (max-width:1259px) {
    .contact-ul li {
        height: 290px;
    }

    .contact-tit {
        font-size: 40px;
        line-height: 50px;
    }

    .contact1-hr {
        margin: 30px 0;
    }
}

@media (max-width:991px) {
    .contact-tit {
        font-size: 36px;
        line-height: 40px;
    }

    .contact1-txt h3 {
        font-size: 20px;
    }

    .contact1-txt p {
        font-size: 15px;
    }

    .contact-ul li {
        height: 280px;
        padding: 30px 20px;
    }
}

@media (max-width:767px) {
    .contact-ul li {
        width: 50%;
        height: 260px;
    }

    .contact1-txt h3 {
        font-size: 18px;
    }

    .contact-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .contact1-hr {
        margin: 10px 0;
    }

    .contact1-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }

    .contact-message input {
        font-size: 15px;
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    .contact-input li {
        padding: 0 10px;
    }

    .contact-message {
        margin-top: 30px;
    }

    .contact-input {
        margin: 0 -10px;
    }

    .contact-message textarea {
        min-height: 200px;
        font-size: 15px;
        padding: 10px 20px;
    }

    .contact-submit {
        font-size: 17px;
        line-height: 36px;
        width: 120px;
        height: 36px;
        margin-top: 20px;
    }
}

@media (max-width:640px) {
    .contact1-txt p {
        font-size: 14px;
    }

    .contact-ul li {
        width: 100%;
        height: auto;
    }

    .contact-input li {
        width: 100%;
        padding: 0;
    }

    .contact-input {
        margin: 0;
    }
}

/* ========================research==================== */
.research {
}

.research-tit {
    font-size: 42px;
    line-height: 60px;
    color: #333;
}

.research-hr {
    width: 48px;
    height: 3px;
    background: #FF9B2D;
    margin: 45px 0;
}

    .research-hr.tit {
        margin: 35px 0;
    }

.research-one {
}

.research1-swiper {
    position: relative;
}

.research1-tit {
    position: absolute;
    width: 54.17%;
    right: 0;
    top: 0;
    padding-left: 50px;
    padding-top: 20px;
}

.research1-slide {
}

.research1-img {
    float: left;
    width: 45.83%;
}

    .research1-img img {
        width: 100%;
    }

.research1-txt {
    float: right;
    width: 54.17%;
    padding-left: 50px;
    padding-top: 172px;
}

    .research1-txt.tit {
        float: right;
        width: 54.17%;
        padding-left: 100px;
        padding-top: 50px;
    }

    .research1-txt p {
        font-size: 16px;
        line-height: 34px;
        color: #333;
        max-height: 102px;
    }

        .research1-txt p.tit {
            font-size: 42px;
            line-height: 60px;
            color: #333;
        }

            .research1-txt p.tit.e {
                color: #ff9b2d;
            }

.research1-swiper .swiper-pagination {
    display: none;
}

.research1-swiper .swiper-button-next,
.research1-swiper .swiper-button-prev {
    width: 14px;
    height: 25px;
    background: url(../images/research1-left_03.png)no-repeat center;
    transition: ease .5s;
    top: auto;
    bottom: 50px;
}

    .research1-swiper .swiper-button-next:hover,
    .research1-swiper .swiper-button-prev:hover {
        background-image: url(../images/research1-left1.png);
    }

.research1-swiper .swiper-button-next {
    transform: rotate(180deg);
    right: 54.17%;
    margin-right: -150px;
}

.research1-swiper .swiper-button-prev {
    left: 45.83%;
    margin-left: 50px;
}

.research-two {
    background-size: cover !important;
    padding: 78px 0;
    height: 300px;
}

    .research-two .research-tit {
        color: #fff;
        float: left;
        max-width: 39%;
    }

.research2-con {
}

.research2-txt {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    float: right;
    width: 60.83%;
    max-height: 150px;
}

.research-three {
}

.research3-con {
    margin-top: 100px;
}

.research3-ul {
}

    .research3-ul li {
        float: left;
        width: 20%;
        text-align: center;
    }

.research3-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .research3-icon img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        transition: ease .5s;
    }

        .research3-icon img:first-child {
            left: 0;
        }

        .research3-icon img:last-child {
            left: -100%;
        }

.research3-ul li:hover .research3-icon img:first-child {
    left: 100%;
}

.research3-ul li:hover .research3-icon img:last-child {
    left: 0%;
}

.research3-p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}


@media (max-width:1259px) {

    .research1-swiper .swiper-button-next,
    .research1-swiper .swiper-button-prev {
        bottom: 10px;
    }

    .research-hr {
        margin: 30px 0;
    }

    .research1-txt {
        padding-top: 132px;
    }

    .research-tit {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width:991px) {
    .research1-img {
        float: none;
        width: 100%;
    }

    .research1-txt {
        float: none;
        padding-top: 30px;
        width: 100%;
        padding-left: 0;
    }

        .research1-txt.tit {
            float: none;
            padding-top: 30px;
            width: 100%;
            padding-left: 0;
        }

    .research1-tit {
        position: static;
        width: 100%;
        padding: 0;
    }

    .research-tit {
        font-size: 36px;
        line-height: 40px;
    }

    .research3-ul li {
        width: 25%;
        margin: 15px 0;
    }

    .research3-ul {
        margin: -15px 0;
    }

        .research3-ul li:nth-child(5) {
            transform: translateX(150%);
        }

    .research1-swiper {
        padding-bottom: 30px;
    }

        .research1-swiper .swiper-button-next,
        .research1-swiper .swiper-button-prev {
            display: none;
        }

        .research1-swiper .swiper-pagination {
            display: block;
            text-align: center;
            width: 100%;
            bottom: 0;
        }

        .research1-swiper .swiper-pagination-bullet-active {
            background: #FF9B2D;
        }

    .research-two {
        height: auto;
    }

    .research3-con {
        margin-top: 40px;
    }

    .research1-txt p {
        max-height: none;
    }

        .research1-txt p.tit {
            font-size: 22px;
            line-height: 36px;
        }

    .research1-txt.tit .research-hr {
        margin: 14px 0;
    }
}

@media (max-width:767px) {
    .research-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .research2-txt {
        font-size: 16px;
        float: none;
        width: 100%;
        height: auto;
        max-height: none;
        margin-top: 20px;
    }

    .research-hr {
        margin: 10px 0;
    }

    .research1-txt p {
        line-height: 30px;
    }

    .research3-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .research-two .research-tit {
        float: none;
        width: 100%;
    }

    .research1-txt {
        padding-top: 20px;
    }

    .research3-p {
        font-size: 14px;
    }

    .research3-con {
        margin-top: 30px;
    }

    .research3-ul li {
        margin: 10px 0;
    }

    .research3-ul {
        margin: -10px 0;
    }

    .research-two {
        padding: 60px 0 40px 0;
    }
}

@media (max-width:640px) {
    .research3-ul li {
        width: 33.33%;
    }

        .research3-ul li:nth-child(4) {
            transform: translateX(40%);
        }

        .research3-ul li:nth-child(5) {
            transform: translateX(55%);
        }

    ;
}

/* =======================about================== */
.about {
}

.about-one {
}

.about-tit {
    font-size: 42px;
    line-height: 60px;
    color: #333;
}

.about-hr {
    width: 93px;
    height: 3px;
    background: #FF9B2D;
    margin: 15px 0 30px;
}

.about1-span {
    font-size: 48px;
    line-height: 60px;
    color: #333;
    font-family: "ITCAvantGardeStd-Demi";
    margin-bottom: 10px;
}

.about1-p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    text-align: justify;
}

.about-two {
    background: #f9f9f9;
}

    .about-two.pro {
        background: #f9f9f9;
    }

.about2-ul {
    margin: 0 -30px;
}

    .about2-ul.pro {
        text-align: center;
    }

    .about2-ul li {
        float: left;
        width: 25%;
        padding: 0 30px;
    }

.about2-icon {
    width: 44px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .about2-icon.pro {
        width: 50px;
        height: 38px;
        margin: auto;
        margin-bottom: 30px;
    }

    .about2-icon img {
        width: 100%;
        transition: ease .5s;
    }

.about2-ul li:hover .about2-icon img {
    transform: translateY(-44px);
}

.about2-ul li:hover .about2-icon.pro img {
    transform: translateY(-38px);
}

.about2-txt {
}

    .about2-txt h3 {
        font-size: 24px;
        line-height: 30px;
        color: #333;
        margin-bottom: 20px;
    }

    .about2-txt p {
        font-size: 16px;
        line-height: 24px;
        color: rgba(51, 51, 51, 0.7);
        width: 100%;
    }

.about-three {
    background: #f2f2f2;
}

.about3-left {
    float: left;
    width: 38.33%;
    padding-right: 30px;
}

.about3-right {
    float: right;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    width: 61.67%;
}

.about-four {
}

.about4-tit {
    font-size: 46px;
    line-height: 60px;
    color: #333;
    margin-bottom: 80px;
}

.about4-swiper {
    position: relative;
}

    .about4-swiper .swiper-pagination {
        display: none;
        width: 100%;
        bottom: 0;
    }

    .about4-swiper .swiper-pagination-bullet-active {
        background: #FF9B2D;
    }

    .about4-swiper .swiper-pagination-bullet {
        margin: 0 5px;
    }

.about4-slide1 {
    position: relative;
}

    .about4-slide1::before {
        position: absolute;
        content: "";
        width: 170px;
        height: 1px;
        background: #d7d7d7;
        top: 50%;
        right: -40px;
    }

.about4-swiper .swiper-slide .about4-slide1 span {
    overflow: hidden;
    position: relative;
}

.about4-slide1 span {
    font-size: 52px;
    line-height: 60px;
    color: rgba(51, 51, 51, 0.5);
    font-family: "ITCAVANTGARDESTD-DEMICN";
}

.about4-swiper .gallery-thumbs .swiper-slide-active .about4-slide1 span {
    color: #FF9B2D;
}

.about4-swiper .gallery-top {
    margin-top: 80px;
}

.about4-slide2 {
}

.about4-img {
    float: left;
    width: 50%;
}

    .about4-img img {
        width: 100%;
    }

.about4-txt {
    float: right;
    width: 50%;
    padding-left: 50px;
    padding-top: 40px;
}

    .about4-txt h3 {
        font-size: 52px;
        line-height: 60px;
        color: #FF9B2D;
        font-family: "ITCAVANTGARDESTD-DEMICN";
    }

    .about4-txt span {
        display: block;
        width: 24px;
        height: 2px;
        background: #000;
        margin: 20px 0;
    }

    .about4-txt p {
        font-size: 18px;
        line-height: 30px;
        color: #333;
        max-height: 60px;
    }

.about4-swiper .swiper-button-next,
.about4-swiper .swiper-button-prev {
    width: 32px;
    height: 25px;
    background: url(../images/about4-more1_03.png)no-repeat center;
    opacity: 1;
    transition: ease .5s;
    top: auto;
    bottom: 40px;
}

.about4-swiper .swiper-button-prev {
    transform: rotate(180deg);
    left: 50%;
    margin-left: 50px;
}

.about4-swiper .swiper-button-next {
    right: 50%;
    margin-right: -200px;
}

    .about4-swiper .swiper-button-next:hover,
    .about4-swiper .swiper-button-prev:hover {
        background-image: url(../images/about4-more_03.png);
    }

@media (max-width:1259px) {

    .about4-swiper .swiper-button-next,
    .about4-swiper .swiper-button-prev {
        bottom: 0;
    }

    .about4-txt {
        padding-top: 30px;
    }

    .about-tit {
        font-size: 40px;
        line-height: 50px;
    }

    .about4-tit {
        font-size: 42px;
        line-height: 50px;
    }

    .about4-slide1 span,
    .about4-txt h3 {
        font-size: 46px;
    }

    .about1-span {
        font-size: 42px;
    }

    .about2-ul li {
        padding: 0 25px;
    }

    .about2-ul {
        margin: 0 -25px;
    }
}

@media (max-width:991px) {
    .about4-swiper .gallery-top {
        margin-top: 40px;
    }

    .about4-tit {
        margin-bottom: 40px;
    }

    .about4-swiper .swiper-pagination {
        display: block;
    }

    .about4-swiper .swiper-button-next,
    .about4-swiper .swiper-button-prev {
        display: none;
    }

    .about4-swiper {
        padding-bottom: 40px;
    }

    .about-hr {
        margin: 30px 0;
    }

    .about4-tit,
    .about1-span {
        font-size: 38px;
        line-height: 40px;
    }

    .about-tit {
        font-size: 36px;
        line-height: 40px;
    }

    .about2-ul li {
        padding: 0 20px;
    }

    .about2-ul {
        margin: 0 -20px;
    }
}

@media (max-width:767px) {
    .about-tit {
        font-size: 24px;
        left: 30px;
    }

    .about4-tit,
    .about1-span {
        font-size: 26px;
        line-height: 30px;
    }

    .about1-span {
        margin-bottom: 0px;
    }

    .about-hr {
        margin: 10px 0;
    }

    .about1-p {
        font-size: 16px;
    }

    .about2-icon {
        margin-bottom: 10px;
    }

    .about2-txt h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .about2-ul li {
        width: 50%;
        margin: 15px 0;
        padding: 0 10px;
    }

    .about2-ul {
        margin: -20px -10px;
    }

    .about3-left {
        float: none;
        width: 100%;
    }

    .about3-right {
        float: none;
        width: 100%;
        font-size: 16px;
        margin-top: 15px;
    }

    .about4-slide1 span,
    .about4-txt h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .about4-txt {
        padding-top: 10px;
    }

    .about4-tit {
        margin-bottom: 30px;
    }

    .about4-swiper .gallery-top {
        margin-top: 30px;
    }
}

@media (max-width:640px) {
    .about4-img {
        float: none;
        width: 100%;
    }

    .about4-txt {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

        .about4-txt span {
            margin: 10px 0;
        }

        .about4-txt p {
            max-height: none;
        }

    .about2-txt p {
        font-size: 14px;
    }

    .about4-slide1 span,
    .about4-txt h3 {
        font-size: 30px;
    }
}

/* ========================invest====================== */
.invest {
}

.invest-tit {
    font-size: 42px;
    line-height: 60px;
    color: #333;
}

    .invest-tit .ch {
        font-size: 38px;
    }

    .invest-tit .en {
        font-size: 30px;
    }

.invest-one {
}

.invest1-top {
    position: relative;
    padding-top: 80px;
}

.inves1top-con {
    position: relative;
}

.invest1-top::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}

.invest1-left {
    float: left;
    width: 50%;
    padding-right: 60px;
    padding-bottom: 80px;
}

.invest1-right {
    float: right;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 80px;
    background: #FF9B2D;
    text-align: right;
    padding: 0 35px;
    min-height: 263px;
    padding-top: 80px;
}

.invest1-p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.7);
    margin-top: 45px;
    max-height: 180px;
}

.invest1-span {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-family: "ITCAvantGardeStd-BoldCn";
    padding-left: 20%;
    letter-spacing: 5px;
}

.invest1-h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-top: 25px;
}

.invest1-bot {
}

.invest1bot-left {
    float: left;
    width: 50%;
    overflow: hidden;
    padding-right: 77px;
    padding-top: 80px;
}

.invest1bot-right {
    float: right;
    width: 50%;
    overflow: hidden;
}

    .invest1bot-left img,
    .invest1bot-right img {
        width: 100%;
        transition: ease .5s;
    }

    .invest1bot-left:hover img,
    .invest1bot-right:hover img {
        transform: scale(1.04);
    }

.invest-two {
    background: #f5f5f5;
}

.invest2-left {
    float: left;
    width: 35%;
}

.invest2-right {
    float: right;
    font-size: 18px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.7);
    width: 58%;
    max-height: 120px;
}

@keyframes living {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.5);
        opacity: 0;
        /*圆形放大的同时，透明度逐渐减小为0*/
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.invest-three {
    overflow: hidden;
    position: relative;
}

    .invest-three img {
        width: 100%;
        /* -webkit-animation-name: living; /*关键帧名称*/
        /* -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
        /* -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
        /* -webkit-animation-duration: 10s; /*动画所花费的时间*/
    }

.invest-four {
}

.invest4-ul {
    margin-top: 70px;
}

    .invest4-ul li {
        float: left;
        width: 16.66%;
    }

.invest4-icon {
    width: 72px;
    height: 64px;
    overflow: hidden;
    padding: 0 0 0 8px;
    margin: 0 auto;
    margin-bottom: 50px;
}

    .invest4-icon > div {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .invest4-icon img {
        width: 100%;
        position: absolute;
        top: 0;
        transition: ease .5s;
    }

        .invest4-icon img:first-child {
            left: 0;
            z-index: 5;
        }

        .invest4-icon img:last-child {
            left: -100%;
            margin-left: -8px;
        }

.invest-p {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.invest4-ul li:hover .invest4-icon img:last-child {
    left: 0;
}

.invest-fiv {
    background: #f4f4f4;
}

.invest5-tit {
    font-size: 46px;
    line-height: 60px;
    color: #333;
}

    .invest5-tit .ch {
        font-size: 38px;
    }

    .invest5-tit .en {
        font-size: 30px;
    }

.messcont {
    margin-top: 60px;
}

.mess-item {
    margin-top: 20px;
}

.mess-head {
    position: relative;
    border: 1px solid #888;
    padding: 15px 0;
    transition: ease .5s;
}

.mess-item.open .mess-head {
    border-color: #FF9B2D;
}

.mess-head span {
    font-size: 24px;
    line-height: 26px;
    color: #333;
    display: inline-block;
    float: left;
    margin-left: 30px;
}

.mess-head h3 {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    padding-left: 86px;
    padding-right: 34px;
}

.mess-i {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}

    .mess-i::before,
    .mess-i::after {
        content: "";
        position: absolute;
        top: 50%;
        background: #333;
        transition: ease .5s;
    }

    .mess-i::before {
        width: 14px;
        height: 2px;
        left: 0;
        margin-top: -2px;
    }

    .mess-i::after {
        width: 2px;
        height: 14px;
        margin-top: -8px;
        left: 50%;
        margin-left: -1px;
    }

.mess-con {
    display: none;
}

.mess-item.open .mess-con {
    display: block;
}

.mess-padd {
    padding: 35px 0 0px;
}

    .mess-padd span {
        display: inline-block;
        font-size: 24px;
        line-height: 26px;
        color: #ff9b2d;
        float: left;
        margin-left: 30px;
    }

.mess-answ {
    padding-left: 86px;
}

    .mess-answ h4 {
        font-size: 18px;
        line-height: 26px;
        color: #333;
        margin-bottom: 15px;
    }

    .mess-answ p {
        font-size: 14px;
        line-height: 26px;
        color: #888;
    }

.mess-item.open .mess-head span,
.mess-item.open .mess-head h3 {
    color: #FF9B2D;
}

.mess-item.open .mess-i::after {
    display: none;
}

.mess-item.open .mess-i::before {
    background: #FF9B2D;
}

@media (max-width:1259px) {
    .invest-tit {
        font-size: 40px;
        line-height: 50px;
    }

        .invest-tit .ch {
            font-size: 36px;
        }

        .invest-tit .en {
            font-size: 30px;
        }

    .invest5-tit {
        font-size: 42px;
        line-height: 50px;
    }

        .invest5-tit .ch {
            font-size: 36px;
        }

        .invest5-tit .en {
            font-size: 30px;
        }

    .invest1bot-left {
        padding-top: 67px;
    }
}

@media (max-width:991px) {

    .invest-tit,
    .invest5-tit {
        font-size: 36px;
        line-height: 40px;
    }

        .invest-tit .ch {
            font-size: 32px;
        }

        .invest-tit .en {
            font-size: 30px;
        }

        .invest5-tit .ch {
            font-size: 32px;
        }

        .invest5-tit .en {
            font-size: 30px;
        }

    .invest1bot-left {
        padding-top: 40px;
        padding-right: 30px;
    }

    .invest1-span {
        padding-left: 0;
    }

    .invest1-left {
        padding-right: 30px;
        padding-bottom: 40px;
    }

    .invest1-p {
        margin-top: 20px;
    }

    .invest1-top {
        padding-top: 50px;
    }

    .invest4-icon {
        width: 58px;
        height: 50px;
        margin-bottom: 25px;
    }

    .invest-p {
        font-size: 20px;
    }
}

@media (max-width:767px) {

    .invest-tit,
    .invest5-tit {
        font-size: 24px;
        line-height: 30px;
    }

        .invest-tit .ch {
            font-size: 24px;
        }

        .invest-tit .en {
            font-size: 18px;
        }

    .invest1-top::before {
        display: none;
    }

    .invest5-tit .ch {
        font-size: 24px;
    }

    .invest5-tit .en {
        font-size: 18px;
    }

    .invest1-left {
        float: none;
        width: 100%;
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
        padding: 40px 30px;
    }

    .invest1-right {
        float: none;
        position: static;
        width: 100%;
        margin-top: 0;
        min-height: auto;
        padding: 60px 35px;
    }

    .invest1-p {
        font-size: 16px;
        margin-top: 10px;
        max-height: none;
        height: auto;
    }

    .invest1-top {
        padding-top: 0;
    }

    .invest1-span {
        font-size: 24px;
        line-height: 30px;
    }

    .invest1-h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .invest1bot-left {
        padding: 0;
    }

    .invest2-left {
        float: none;
        width: 100%;
    }

    .invest2-right {
        float: none;
        width: 100%;
        max-height: none;
        height: auto;
        margin-top: 10px;
        font-size: 16px;
    }

    .invest4-icon {
        width: 50px;
        height: 42px;
        margin-bottom: 10px;
    }

    .invest-p {
        font-size: 16px;
    }

    .invest4-ul li {
        width: 25%;
        margin: 10px 0;
    }

    .invest4-ul {
        margin: 20px 0 -10px;
    }

    .mess-head span,
    .mess-padd span {
        font-size: 18px;
    }

    .mess-head h3,
    .mess-answ h4 {
        font-size: 16px;
    }

    .mess-answ h4 {
        margin-bottom: 10px;
    }

    .mess-padd {
        padding: 20px 0 0px;
    }

    .mess-head {
        padding: 12px 0;
    }

    .messcont {
        margin-top: 30px;
    }
}

@media (max-width:640px) {
    .invest1bot-right {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .invest1bot-left {
        width: 100%;
        float: none;
    }

    .mess-head h3 {
        padding-left: 65px;
    }

    .mess-head span,
    .mess-padd span {
        margin-left: 24px;
    }

    .mess-answ {
        padding-left: 65px;
    }
}

/* ==========================organ========================= */
.organ {
}

.organ-tit {
    font-size: 46px;
    line-height: 60px;
    color: #333;
    text-align: center;
}

.organ-con {
    margin-top: 80px;
}

.organ-ba {
}

    .organ-ba img {
        width: 100%;
    }

.organ-ul {
    margin: 0 -4px;
}

    .organ-ul li {
        float: left;
        padding: 0 4px;
        width: 14.28%;
    }

        .organ-ul li a {
            display: block;
            font-size: 18px;
            line-height: 30px;
            color: #333;
            transition: ease .5s;
            text-align: center;
            width: 100%;
            border: 1px solid #eaeaea;
            padding: 15px 0;
        }

        .organ-ul li.on a {
            color: #FF9B2D;
            border-color: #FF9B2D;
        }

.organ-img {
}

    .organ-img img {
        width: 100%;
    }

.organ-img1 {
    display: none;
}

    .organ-img1.on {
        display: block;
    }

.organ-img img:last-child {
    display: none;
}

@media (max-width:1259px) {
    .organ-tit {
        font-size: 40px;
        line-height: 50px;
    }
}


@media (max-width:991px) {
    .organ-ul li a {
        font-size: 15px;
        padding: 10px 0;
    }

    .organ-tit {
        font-size: 36px;
        line-height: 40px;
    }

    .organ-con {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .organ-ul li a {
        padding: 3px 0;
    }

    .organ-ul li {
        width: 25%;
        margin: 5px 0;
    }

    .organ-ul {
        margin: -5px -4px;
    }

    .organ-img img:last-child {
        display: block;
    }

    .organ-img img:first-child {
        display: none;
    }

    .organ-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .organ-con {
        margin-top: 30px;
    }
}

@media (max-width:640px) {
    .organ-ul li {
        width: 33.33%;
    }

        .organ-ul li:last-child {
            transform: translateX(100%);
        }
}

@media (max-width:320px) {
    .organ-ul li {
        width: 50%;
    }

        .organ-ul li:last-child {
            transform: translateX(50%);
        }
}

/* 1.product-first-tit i */

.adipoli-wrapper {
    margin: auto;
    position: relative;
    display: inline-block;
    float: left;
}

    .adipoli-wrapper > img {
        position: absolute;
        z-index: 1;
    }

.adipoli-before {
    position: absolute;
    z-index: 5;
}

.adipoli-after {
    position: absolute;
    z-index: 10;
}

.adipoli-slice {
    display: block;
    position: absolute;
    z-index: 15;
    height: 100%;
}

.adipoli-box {
    display: block;
    position: absolute;
    z-index: 15;
}

.effect-container {
    text-align: center;
    height: auto;
}

    .effect-container .img-style {
    }

.effect-details {
    font-family: 'Microsoft Yahei', sans-serif;
    font-size: 14px;
    color: #666;
}



/*  */
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 800px !important;
    overflow: hidden;
}

    .fullwidthbanner-container .fullwidthabnner {
        width: 100% !important;
        max-height: 800px !important;
        position: relative;
    }

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .bannercontainer {
        width: 768px;
        height: 309px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .bannercontainer {
        width: 480px;
        height: 193px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .bannercontainer {
        width: 320px;
        height: 129px;
    }
}

@media only screen and (max-width: 319px) {
    .bannercontainer {
        width: 240px;
        height: 97px;
    }
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: #e1472f !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color: #e1472f !important;
}

/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

    .tp-bullets.simplebullets.round .bullet {
        cursor: pointer;
        position: relative;
        background: #fff;
        width: 188px;
        height: 6px;
        float: left;
        -webkit-transition: background 0.1s linear;
        -moz-transition: color, background 0.1s linear;
        -o-transition: color, background 0.1s linear;
        transition: color, background 0.1s linear;
    }


.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 0px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    /*增加阴影*/
    /*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    /*增加阴影*/
    /*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

    .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
        width: 5000px;
        position: absolute;
    }

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

    .tp-bullets.tp-thumbs .bullet:hover,
    .tp-bullets.tp-thumbs .bullet.selected {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

    .tp-bannertimer.tp-bottom {
        bottom: 0px !important;
        height: 5px;
    }


@media only screen and (min-width: 768px) and (max-width: 959px) {
    ;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

        .responsive .tp-bullets.tp-thumbs .tp-mask {
            width: 300px !important;
            height: 30px !important;
        }

        .responsive .tp-bullets.tp-thumbs .bullet {
            width: 60px !important;
            height: 30px !important;
        }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.yzm {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    line-height: 50px;
    margin-top: 20px;
}

@media(max-width: 767px) {
    #random {
        font-size: 22px !important;
        width: 60px !important;
        height: auto !important;
    }

    #yzm {
        height: 36px !important;
        margin-top: 2px !important;
        margin-left: 10px !important;
        font-size: 16px;
    }
}

/* ==============anchor============= */
.anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 490;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    display: none;
}

    .anchor li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

        .anchor li a {
            display: block;
            padding: 0 26px;
            font-size: 14px;
            line-height: 34px;
            text-align: center;
            color: #333;
            border: 1px solid #dfdfdf;
            border-radius: 20px;
            transition: all .3s;
        }

            .anchor li.on a,
            .anchor li a:hover {
                color: #ff9b2d;
                border-color: #ff9b2d;
            }


@media(max-width:1259px) {
}

@media(max-width:767px) {
    .appsecond-nav {
        display: block;
    }

    .product-menu,
    .produmenu-hover {
        display: none;
    }

    .lmenu {
        display: none;
    }

    .lpage a {
        font-size: 17px;
        margin: 0 12px;
    }

        .lpage a.lpage-prev,
        .lpage a.lpage-next {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

    .anchor {
        display: none !important;
    }

    .header-app {
        display: block !important;
    }
}

/* 2019.12.31 */
@media(max-width:640px) {
    .lappbanner {
        display: block;
    }

    .lbanner {
        background: none !important;
        height: auto;
        position: relative;
    }

    .lbanner-cont {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .lbanner-txt {
        padding: 130px 0 100px;
    }

    .qual-lbannertxt {
        padding: 120px 0 70px;
    }

    .lbanner-bread {
        font-size: 14px;
    }

    .qual-bannertxt {
        height: auto;
    }

    .lpage a {
        margin: 0 8px;
    }
}

@media(max-width:375px) {
    .lbanner-txt {
        padding: 120px 0 85px;
    }

    .qual-lbannertxt {
        padding: 105px 0 60px;
    }
}

@media(max-width:360px) {
    .lbanner-txt {
        padding: 115px 0 80px;
    }

    .qual-lbannertxt {
        padding: 95px 0 60px;
    }
}

@media(max-width:320px) {
    .lbanner-txt {
        padding: 105px 0 60px;
    }

    .qual-lbannertxt {
        padding: 85px 0 40px;
    }
}

/* ============artist=========== */
.artist-con {
    padding: 80px 0;
}

.artist-tit h3 {
    font-size: 30px;
    color: #333;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .artist-tit h3::before {
        content: "";
        position: absolute;
        width: 30px;
        height: 1px;
        background: #cf8f46;
        bottom: 0;
        left: 0;
    }

.artist-tit p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.artist-con1 {
    /* overflow-x: auto;*/
    /*white-space: nowrap;*/
    padding-bottom: 40px;
}

.artist-con ul {
    margin-top: 80px;
    width: 100%;
}

.artist-con1::-webkit-scrollbar {
    width: 5px;
    background: url(../images/scoll3.png)repeat-x center;
}

.artist-con1::-webkit-scrollbar-thumb {
    background: url(../images/scoll4.png)no-repeat center;
    border-radius: 10px;
}

.artist-con li {
    display: inline-block;
    width: 33.33%;
    padding: 0 50px;
    float: left;
}

    .artist-con li a {
        display: inline-block;
    }

.artist-img {
    position: relative;
    overflow: hidden;
}

    .artist-img img {
        width: 100%;
        transition: ease .5s;
    }

.artist-con li:hover .artist-img img {
    transform: scale(1.04);
}

.artist-txt {
    background: url(../images/contact-bannerapp1.png);
    /*  position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%;
    height: 282px;
    /* border-radius: 0 60px 0 0px;*/
    text-align: center;
    padding: 45px 0;
    background-size: cover;
}

    .artist-txt h4 {
        font-size: 18px;
        line-height: 28px;
        color: #fff;
    }

    .artist-txt h5 {
        font-size: 14px;
        line-height: 14px;
        color: #e3c1a0;
        margin-top: 5px;
        font-family: 'Playfair';
        letter-spacing: 1px;
        font-style: italic
    }

    .artist-txt h3 {
        font-size: 24px;
        color: #fff;
        margin-top: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .artist-txt span {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.6);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 5px;
        margin-top: 25px;
        transition: ease.5s;
    }

.artist-con li:hover .artist-txt span {
    color: rgba(255, 255, 255, 1);
}

.tc-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
}

#tanchuan {
    width: 1200px;
    background: url(../images/91.jpg)no-repeat center;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.tc-img {
    float: left;
    width: 38.83%;
}

    .tc-img img {
        width: 100%;
    }

.tc-txt {
    float: left;
    width: 43.34%;
    margin-left: 7%;
    padding: 90px 0;
}

    .tc-txt h4 {
        font-size: 20px;
        line-height: 28px;
        color: #fff;
    }

    .tc-txt h2 {
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        margin: 40px 0 20px;
    }

    .tc-txt h5 {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        font-family: 'constan';
        font-style: italic;
        margin-top: 5px;
        letter-spacing: 1px;
    }

.tc-txt-one {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 0;
}

    .tc-txt-one:last-child {
        border: none;
    }

    .tc-txt-one h3 {
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        margin-bottom: 10px;
    }

    .tc-txt-one p {
        font-size: 16px;
        line-height: 28px;
        color: rgba(255, 255, 255, 0.8);
        white-space: normal;
        overflow-y: auto;
        max-height: 150px;
        padding-right: 5px;
    }

        .tc-txt-one p::-webkit-scrollbar {
            width: 5px;
            background: url(../images/scoll2.png)repeat-y center;
        }

        .tc-txt-one p::-webkit-scrollbar-thumb {
            background: url(../images/scoll1.png)no-repeat center;
            border-radius: 10px;
        }

.tc-close {
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    bottom: -23px;
    right: -26px;
    cursor: pointer;
}

    .tc-close i {
        font-size: 16px;
        color: #fff;
        line-height: 65px;
        margin-left: 25px;
        font-weight: bold;
    }

@media(max-width:1600px) {
    .tc-img {
        width: 33.83%;
    }

    #tanchuan {
        background-size: cover;
    }

    .tc-boxal {
        width: 1000px;
        left: 15.5%;
    }
}

@media(max-width:1260px) {

    .tc-img {
        width: 33.83%;
    }
}

@media(max-width:1200px) {


    .tc-boxal {
        width: 100%;
    }

    #tanchuan {
        width: 900px;
    }

    .tc-img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 48.83%;
    }

    .tc-txt {
        margin-left: 52%;
    }

    .spec-preview {
        width: 54.83% !important;
    }

    .spec-scroll {
        width: 600px !important;
    }

        .spec-scroll .items ul li {
            width: 112px !important;
        }
}

@media(max-width:1100px) {

    .artist-txt {
        height: 240px;
    }

    .artist-con ul {
        margin: 0 -30px;
        margin-top: 50px;
    }

    .artist-con li {
        padding: 0 30px;
    }
}

@media(max-width:1025px) {

    .artist-con li {
        width: 50%;
    }

    .tc-boxal {
        width: 100%;
    }

    #tanchuan {
        width: 800px;
    }

    .tc-txt {
        width: 46.34%;
    }

        .tc-txt h2 {
            margin: 25px 0 10px;
        }

    .artist-con {
        padding: 60px 0;
    }
}

@media(max-width:768px) {
    .new-right {
        width: 29%;
    }

    .tc-boxal {
        width: 100%;
        left: 0;
    }

    #tanchuan {
        width: 700px;
    }

    .tc-boxal.ttop {
        top: 18% !important;
    }
}

@media(max-width:640px) {
    .artist-con li {
        width: 70%;
    }

    .artist-txt {
        height: 200px;
        padding: 25px 0;
    }

    .artist-con1::-webkit-scrollbar {
        background: transparent;
    }

    .artist-con1::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .artist-con {
        padding: 40px 0;
    }

    .artist-tit h3 {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

    .artist-tit p {
        text-align: justify;
    }

    .artist-con ul {
        margin: 0 -10px;
        margin-top: 10px;
    }

    .artist-con li {
        padding: 0 10px;
    }

        .artist-con li a {
            width: 100%;
        }

    .artist-txt h4 {
        font-size: 16px;
    }

    .artist-txt h3 {
        font-size: 18px;
    }

    .artist-con1 {
        padding-bottom: 20px;
    }

    .tc-boxal {
        width: 300px;
        left: 13%;
        height: auto;
    }

    .tc-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
        bottom: auto;
        top: 20px;
        left: 5%;
        position: static;
        margin: 0 auto;
        float: none;
        margin-top: 20px;
    }

        .tc-img img {
            margin-top: -20px;
        }

    .tc-txt {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .tc-close i {
        font-size: 14px;
        line-height: 46px;
        margin-left: 15px;
    }

    .tc-txt {
        padding: 20px 10px 40px;
        text-align: center;
    }

    .tc-close {
        width: 60px;
        height: 60px;
    }

    .tc-txt h4,
    .tc-txt-one h3 {
        font-size: 16px;
    }

    .tc-txt h2 {
        font-size: 18px;
        margin: 10px 0 0px;
    }

    .tc-txt-one {
        padding: 10px 0;
    }

        .tc-txt-one p {
            max-height: 85px;
        }
}


@media(max-width:767px) {
    .artist-con li {
        width: 100%;
    }

    .artist-txt {
        height: 200px;
        padding: 25px 0;
    }

    .artist-con1::-webkit-scrollbar {
        background: transparent;
    }

    .artist-con1::-webkit-scrollbar-thumb {
        background: transparent;
    }

    .artist-con {
        padding: 40px 0;
    }

    .artist-tit h3 {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 5px;
        font-weight: bold;
        color: #000000;
    }

    .artist-tit p {
        text-align: justify;
        color: #000000;
        letter-spacing: 2px;
    }

    .artist-con ul {
        margin: 0 -10px;
        margin-top: 10px;
    }

    .artist-con li {
        padding: 0 10px;
    }

        .artist-con li a {
            width: 100%;
        }

    .artist-txt h4 {
        font-size: 16px;
    }

    .artist-txt h3 {
        font-size: 18px;
    }

    .artist-con1 {
        padding-bottom: 20px;
    }

    .tc-boxal {
        width: 100%;
        left: 0%;
        height: auto;
    }

    #tanchuan {
        width: 300px;
    }

    .tc-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
        bottom: auto;
        top: 20px;
        left: 5%;
        position: static;
        margin: 0 auto;
        float: none;
        margin-top: 20px;
    }

        .tc-img img {
            margin-top: -20px;
        }

    .tc-txt {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .tc-close i {
        font-size: 14px;
        line-height: 46px;
        margin-left: 15px;
    }

    .tc-txt {
        padding: 20px 10px 40px;
        text-align: center;
    }

    .tc-close {
        width: 60px;
        height: 60px;
    }

    .tc-txt h4,
    .tc-txt-one h3 {
        font-size: 16px;
    }

    .tc-txt h2 {
        font-size: 18px;
        margin: 10px 0 0px;
    }

    .tc-txt-one {
        padding: 10px 0;
    }

        .tc-txt-one p {
            max-height: 85px;
        }
}

.tc-boxal {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -35px;
    top: 13% !important;
}

@media (max-width: 1600px) {
    .tc-boxal {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 1260px) {
    .tc-boxal {
        left: 0;
    }
}

@media (max-width: 1025px) {
    .tc-boxal {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .tc-boxal {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tc-boxal {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 640px) {
    .tc-boxal {
        width: 100%;
        left: 0%;
        height: auto;
    }
}

@media (max-width: 375px) {
    .tc-boxal {
        left: 0%;
    }
}

@media (max-width: 360px) {
    .tc-boxal {
        left: 0%;
    }
}

@media (max-width: 320px) {
    .tc-boxal {
        left: 0%;
    }
}

@media (max-width: 1025px) {
    .tc-boxal.ttop {
        top: 12% !important;
    }
}

@media (max-width: 768px) {
    .tc-boxal.ttop {
        top: 18% !important;
    }
}

@media (max-width: 640px) {
    .tc-boxal.ttop {
        top: 12% !important;
    }
}

@media (max-width: 375px) {
    .tc-boxal.ttop {
        top: 15% !important;
    }
}

@media (max-width: 360px) {
    .tc-boxal.ttop {
        top: 5% !important;
    }
}

@media (max-width: 320px) {
    .tc-boxal.ttop {
        top: 0% !important;
    }
}

@media (max-width: 1490px) {
    .dropdown-menu ul {
        padding: 35px 10px;
    }
}

@media (max-width: 1280px) {
    .dropdown-menu ul {
        padding: 35px 0px;
    }
}

.proinfo2-p .prodesleft {
    width: 50%;
    float: left;
}

.proinfo2-p .prodesright {
    width: 45%;
    float: right;
    margin-right: 10px;
    margin-top: -4%;
}

.proinfo2-p .prodesleft p {
    line-height: 50px;
}

.proinfo2-p .prodesright img {
    width: 100%;
    height: 100%;
}

.abt5-swiper .swiper-pagination {
    display: none;
}

.abt5-swiper .swiper-button-next,
.abt5-swiper .swiper-button-prev {
    top: auto;
    bottom: 0px;
    width: 14px;
    height: 25px;
    background: url(../images/research1-left_03.png)no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.abt5-swiper .swiper-button-next {
    transform: rotate(180deg);
    right: 160px;
    right: -40px;
    float: right;
}

.abt5-swiper .swiper-button-prev {
    left: -40px;
}

@media(max-width:991px) {
    .proinfo2-p .prodesleft {
        width: 100%;
        float: none;
    }

    .proinfo2-p .prodesright {
        /* width: 100%; */
        float: none;
        margin-right: 77px;
        margin-top: -2%;
        margin: auto;
    }

    .proinfo2-p .prodesleft p {
        line-height: 35px;
    }
}





.prolis {
    width: 33.3%;
    float: left;
    padding: 20px 15px;
    max-height: 280px;
}

    .prolis img {
        max-width: 100%;
    }

.proinfo2-p ul {
    margin-top: 20px;
}

.proinfo2-p.list {
    margin-top: 20px;
}

@media(max-width:991px) {
    .prolis {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 20px;
    }
}

.pcbanner {
    display: block;
}

    .pcbanner img {
        max-width: 100%;
    }

.mbanner {
    display: none;
}

@media (max-width:640px) {
    .pcbanner {
        display: none;
    }

    .mbanner {
        display: block;
    }

        .mbanner img {
            max-width: 100%;
        }
}

.newsinfo-two .wailiantextleft {
    width: 30%;
    float: left;
}

\ .newsinfo-two .wailiantextleft p {
    height: 30px;
}

.newsinfo-two .wailiantextright {
    width: 70%;
    float: right;
}

    .newsinfo-two .wailiantextright p {
        height: 30px;
    }

@media (max-width:767px) {

    .newsinfo-two p {
        font-size: 16px !important;
    }

        .newsinfo-two p span {
            font-size: 16px !important;
        }

    .newsinfo-two .wailiantextleft {
        width: 100%;
        float: none;
    }

    .newsinfo-two .wailiantextright {
        width: 100%;
        float: none;
    }
}


.mailboxbut {
    background: #FF9B2D;
    width: 120px;
    height: 35px;
    margin-top: 20px;
    text-align: center;
}

    .mailboxbut a {
        font-size: 15px;
        line-height: 32px;
        color: #fff;
    }


.research-one .honor1-ul li:hover img {
    transform: scale(1.04);
}


.research-one .honor1-ul {
    margin: 0 -18px 0;
}

.research1-con {
    position: relative;
    width: 100%;
}

.research1-tit {
    float: right;
    width: 54.17%;
    position: absolute;
}

.research1-swiper {
    float: left;
    width: 45.83%;
}

.research1-img {
    float: none;
    width: 100%;
}

.research1-txt {
    float: none;
    width: 100%;
    padding: 0;
}

.research1-swiper .swiper-pagination {
    display: none;
}

.research1-con .swiper-button-next,
.research1-con .swiper-button-prev {
    width: 14px;
    height: 25px;
    background: url(../images/research1-left_03.png)no-repeat center;
    transition: ease .5s;
    top: auto;
    bottom: 50px;
}

    .research1-con .swiper-button-next:hover,
    .research1-con .swiper-button-prev:hover {
        background-image: url(../images/research1-left1.png);
    }

.research1-con .swiper-button-next {
    transform: rotate(180deg);
    right: 54.17%;
    margin-right: -150px;
}

.research1-con .swiper-button-prev {
    left: 45.83%;
    margin-left: 50px;
}

@media (max-width: 1259px) {

    .research1-con .swiper-button-next,
    .research1-con .swiper-button-prev {
        bottom: 10px;
    }

    .research-hr {
        margin: 30px 0;
    }



    .research-tit {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width:991px) {

    .research-tit {
        font-size: 36px;
        line-height: 40px;
    }



    .research1-con {
        padding-bottom: 30px;
    }

        .research1-con .swiper-button-next,
        .research1-con .swiper-button-prev {
            display: none;
        }

        .research1-con .swiper-pagination {
            display: block;
            text-align: center;
            width: 100%;
            bottom: 0;
        }

        .research1-con .swiper-pagination-bullet-active {
            background: #FF9B2D;
        }


    .research1-txt p {
        max-height: none;
    }

    .research1-tit {
        position: relative;
        width: 100%;
        float: none;
    }

    .research1-swiper {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .research1-txt p.tit {
        font-size: 22px;
        line-height: 36px;
    }

    .research1-txt.tit .research-hr {
        margin: 14px 0;
    }
}

@media (max-width:767px) {
    .research-tit {
        font-size: 24px;
        line-height: 30px;
    }

    .research-hr {
        margin: 10px 0;
    }

    .research1-txt p {
        line-height: 30px;
    }


    .research1-txt {
        padding-top: 0px;
    }

    .research1-swiper {
        margin-top: 20px;
    }
}


.research1-con .swiper-pagination {
    display: none;
}

@media (max-width:991px) {
    .research1-con .swiper-pagination {
        display: block;
    }
}

/*20201128*/
.newabout-div {
    width: 100%;
    display: flow-root;
}

.newabout-div-left {
    float: left;
    width: 48%;
}

.newabout-div-right {
    float: right;
    width: 48%;
}

    .newabout-div-right video {
        width: 100%;
    }

@media (max-width:991px) {

    .newabout-div-left {
        float: left;
        width: 100%;
    }

    .newabout-div-right {
        float: right;
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width:767px) {

    .newabout-div-left {
        float: left;
        width: 100%;
    }

    .newabout-div-right {
        float: right;
        width: 100%;
        margin-top: 20px;
    }
}


.proinfo2-con ul {
    /*display: flow-root*/
}

.zhgls {
}

.zhgls-on {
    display: none;
}

.ckgd {
    width: 100%;
    float: left;
    margin: 50px 0px;
}

    .ckgd p {
        text-align: center;
        font-size: 16px;
        border: 1px solid #cf8f46;
        width: 180px;
        margin: auto;
        border-radius: 0px;
        height: 36px;
        line-height: 36px;
        color: white;
        background: url("/pc/images/ckgd.png") no-repeat 22px 4px;
        background-color: #cf8f46;
        background-size: 26px;
        padding-left: 22px;
        cursor:pointer;
    }
