html {
    max-width: 1920px;
    margin: 0 auto;
}

body, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input[type=text], input[type=submit], input[type=password], button {
    -webkit-appearance: none!important;
    /*去掉苹果的默认UI来渲染按钮*/
}

.head {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 2;
}

html[type=index] .head {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
}

.head .head-content {
    width: 1200px;
    height: 75px;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
    /*background: red;*/
}

.head .head-logo {
    float: left;
    width: 165px;
    height: 55px;
    margin-top: 14.5px;
}

.head .head-logo img {
    width: 100%;
}

.head .head-nav {
    float: right;
}

.head .nav-list, .head .head-login {
    float: left;
}

.head .nav-list>ul>li {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    height: 73px;
    line-height: 75px;
}

.head .nav-list>ul>li>a {
    color: rgb( 51, 51, 51);
}

.head .active {
    border-bottom: 2px solid #e33842;
}

.head .actives {
    color: rgb( 226, 42, 0) !important;
}

.head .nav-list>ul>li:last-child {
    margin-right: 60px;
}

.head .words-font {
    font-size: 12px;
}

.head-login span a {
    display: inline-block;
    width: 57px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: rgb( 51, 51, 51);
    font-size: 14px;
}

.head .login-active {
    background: #e33842;
    color: #fff !important;
}

.head .head-down {
    position: relative;
}

.head .head-down>ul {
    width: 100%;
    background: #fff;
    width: 150px;
    position: absolute;
    border-radius: 5px;
    left: -24px;
    top: 71px;
    display: none;
}

.head .head-down>ul>li {
    background: #fff;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.head .head-down>ul>li a {
    color: rgb( 51, 51, 51);
}

.head .menu-close {
    display: none;
}

.head .glyphicon {
    display: none;
}

.navbar {
    display: none;
}

/*banner start*/

#pc .big-banner .swiper-container {
    width: 100%;
    min-width: 1200px;
    height: -moz-calc(100vw *0.493);
    height: -webkit-calc(100vw *0.493);
    height: calc(100vw *0.493);
}

#pc .banner-img img {
    width: 100%;
}

#pc .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 20px;
    background: url(../png/navs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}

#pc .swiper-container-vertical>.swiper-pagination-bullets {
    left: 10px;
}

#pc .swiper-pagination-bullet-active {
    background: url(../png/nav-2.png) !important;
    /*background-repeat:  no-repeat;*/
    background-size: 100% 100% !important;
    width: 30px !important;
    height: 30px !important;
}

/*banner end*/

/*hot-product start*/

#pc .hot-product {
    width: 100%;
    height: 1160px;
    background: url("../jpg/hotproduct-bg.jpg");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../hotproduct-bg.html', sizingMethod='scale');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    min-width: 1200px;
    display: inline-block;
}

#pc .service-list {
    margin: -75px auto;
    width: 712px;
    position: relative;
    z-index: 9999;
}

#pc .service-list>div {
    float: left;
    width: 216px;
    height: 245px;
    margin-right: 20px;
    transition: margin-top .5s;
}

#pc .service-list>div:last-child {
    margin-right: 0px;
}

#pc .service-list>div:hover {
    margin-top: -40px;
}

#pc .service-list>div img {
    width: 95%;
}

#pc .service-words {
    padding-top: 468px;
    min-width: 1200px;
}

#pc .words-left {
    float: left;
    /* margin-left: 25%; */
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 255, 255, 255);
    text-align: right;
    line-height: 46px;
    width: 50%;
    padding-right: 130px;
}

#pc .words-left h3 {
    font-size: 36px;
}

#pc .words-left p {
    font-size: 27px;
}

#pc .words-right {
    float: left;
    /* margin-left: 150px; */
    width: 50%;
}

#pc .words-right p {
    font-size: 16px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 102, 102, 102);
    line-height: 36px;
}

#pc .hot-product-banner {
    width: 1200px !important;
    margin-top: 166px !important;
    min-width: 1200px;
    height: 600px;
}

#pc .hot-list {
    width: 370px !important;
    height: 336px !important;
    background: #fff;
    box-shadow: 0 0 25px rgba(102, 102, 102, 0.2);
}

#pc .hot-pic img {
    transition: all .5s;
}

#pc .hot-list:hover .hot-pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#pc .banner-button-prev, .banner-button-next {
    top: 430px !important;
}

#pc .hot-pic {
    width: 100%;
    overflow: hidden;
    height: 208px;
}

#pc .hot-pic img {
    width: 100%;
}

#pc .hot-list h3, .hot-list p {
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    padding-top: 10px;
}

#pc .hot-list h3 {
    font-size: 18px;
    color: rgb( 51, 51, 51);
    font-weight: bold;
    padding-left: 20px;
}

#pc .hot-list p {
    font-size: 12px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
}

#pc .click-more a {
    display: inline-block;
    width: 120px;
    height: 34px;
    border: 2px solid #e33842;
    line-height: 30px;
    text-align: center;
    margin-left: 18px;
    margin-top: 10px;
    font-size: 14px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: #e33842;
    font-weight: bold;
}

#pc .click-more a:hover {
    color: rgb( 255, 255, 255);
    background: #e33842;
}

/*hot-product end*/

#pc .information {
    width: 100%;
    background: url(../jpg/information.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 1350px;
}

#pc .information-content {
    width: 1200px;
    min-width: 1200px;
    /*background: pink;*/
    margin: 0 auto;
}

#pc .information-title {
    overflow: hidden;
}

#pc .information-title-left {
    float: left;
    font-size: 22px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 153, 153, 153);
    margin-left: 200px;
    margin-bottom: 10px;
}

#pc .information-title-right {
    float: right;
    font-size: 16px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 102, 102, 102);
}

#pc .information-title-right span:hover {
    cursor: pointer;
    color: rgb( 227, 56, 66);
}

#pc .tab-info-active {
    color: rgb( 227, 56, 66);
}

#pc .information-pic .pic-words {
    width: 725px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#pc .pic-words-title {
    width: 124px;
    height: 124px;
    background: #e33842;
    font-size: 36px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 255, 255, 255);
    text-align: center;
    position: absolute;
    top: -60px;
    left: 50px;
    z-index: 999;
}

#pc .pic-words-title p {
    /*padding-top: 10px;*/
}

#pc .information-words .information-words-left {
    margin-top: 25px;
    float: left;
}

#pc .information-words-left h3 {
    font-size: 18px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 51, 51, 51);
    padding-bottom: 17px;
}

#pc .information-words-left h3 a {
    color: rgb( 51, 51, 51);
    font-size: 18px;
    font-weight: bold;
}

#pc .information-words-left p {
    font-size: 14px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 102, 102, 102);
    padding-bottom: 10px;
}

#pc .information-words .information-words-right {
    float: right;
    width: 70px;
    height: 70px;
    background: #e33842;
    text-align: center;
}

#pc .information-words-right span:first-child {
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-size: 25px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 255, 255, 255);
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#pc .information-words-right span:last-child {
    font-size: 14px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 255, 255, 255);
}

#pc .information-list {
    width: 100%;
    overflow: hidden;
}

#pc .information-list-pic {
    float: left;
    width: 380px;
    margin-right: 30px;
}

#pc .pic-img img {
    transition: all .5s;
}

#pc .information-list-pic:hover .pic-img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#pc .information-list-pic:last-child {
    margin-right: 0px;
}

#pc .information-list-pic .pic-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#pc .information-list-pic .pic-img img {
    width: 100%;
}

#pc .list-pic-left-words {
    width: 100%;
    overflow: hidden;
}

#pc .list-pic-left {
    float: left;
    background: rgba(243, 243, 243, 1);
    width: 70px;
    height: 70px;
    margin-top: 15px;
}

#pc .list-pic-left span:first-child {
    display: block;
    font-size: 25px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 51, 51, 51);
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #e0e0e0;
}

#pc .list-pic-left span:last-child {
    display: block;
    font-size: 14px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 102, 102, 102);
    text-align: center;
    padding-top: 5px;
}

#pc .list-pic-right a {
    float: right;
    font-size: 16px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 51, 51, 51);
    word-wrap: break-word;
    width: 285px;
    margin-top: 30px;
}

#pc .list-pic-right:hover {
    font-weight: bold;
    cursor: pointer;
}

#pc .information-look-more a {
    display: block;
    width: 180px;
    height: 50px;
    background: #e33842;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 255, 255, 255);
    margin-top: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}

#pc .information-hide {
    display: none;
}

#pc .information-show {
    display: block;
    position: relative;
}

#pc .about-us {
    width: 100%;
    height: 568px;
    min-height: 568px;
    background: url(../jpg/about-us.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: auto 100%;
    min-width: 1200px;
}

#pc .about-us-content {
    width: 100%;
    /*background: pink;*/
    margin: 0 auto;
    height: 420px;
}

#pc .about-us-words {
    float: left;
    width: 42.4%;
    height: 100%;
    /*background: red;*/
    margin-top: -150px;
}

#pc .about-us-video {
    float: left;
    width: 57.6%;
    height: 100%;
    background: #333;
    height: 660px;
    min-height: 660px;
    margin-top: -241px;
}

#pc .words-top {
    margin-bottom: 120px;
}

#pc .words-top h3 {
    font-size: 40px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 51, 51, 51);
    margin-bottom: 25px;
}

#pc .words-top p {
    font-size: 22px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 102, 102, 102);
}

#pc .words-bottom h5 {
    font-size: 18px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 51, 51, 51);
    margin-bottom: 30px;
}

#pc .words-bottom p {
    font-size: 16px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 102, 102, 102);
}

#pc .about-us-words-content {
    text-align: right;
    padding-right: 60px;
}

#pc .culture {
    width: 100%;
    height: 940px;
    min-height: 940px;
    background: url(../jpg/culture.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    overflow: hidden;
    min-width: 1200px;
}

#pc .culture-content {
    width: 81.5%;
    height: 58%;
    /*border: 1px solid #333;*/
    float: right;
    margin-top: 195px;
}

#pc .culture-top {
    /* width: 80%; */
    height: 100px;
    /* background: red; */
    margin-top: 60px;
    text-align: right;
}

#pc .culture-top h3 {
    font-size: 36px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 51, 51, 51);
    padding-right: 50px;
}

#pc .culture-top p {
    font-size: 22px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 102, 102, 102);
    padding-right: 50px;
}

.about-us-words-content .words-top p, .culture-top p {
    text-transform: uppercase;
}

#pc .culture-bottom {
    width: 68.5%;
    height: 300px;
    /*background: #333;*/
    margin-left: 150px;
}

#pc .culture-pic, .culture-words {
    float: left;
}

#pc .culture-pic {
    width: 320px;
    height: 299px;
    overflow: hidden;
}

#pc .culture-pic img {
    width: 100%;
}

#pc .culture-words h3 {
    font-weight: bold;
    font-size: 18px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 51, 51, 51);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
}

#pc .culture-words p {
    font-size: 16px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 102, 102, 102);
    line-height: 30px;
    padding-left: 30px;
    /*    width:500px;*/
    word-break: break-all;
    word-wrap: break-word;
}

#pc .culture-words {
    width: calc(100% - 320px);
    padding-right: 50px;
    width: 500px\9;
}

#pc .culture-more a {
    display: inline-block;
    width: 180px;
    height: 50px;
    border: 2px solid #e33842;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    font-family: "PingFangSC", "Microsoft YaHei", "Microsoft YaHe";
    color: rgb( 227, 56, 66);
    margin-left: 30px;
    margin-top: 30px;
}

#pc .culture-more a:hover {
    background: rgb( 227, 56, 66);
    color: #fff;
}

.bottom-pic {
    width: 100%;
}

.bottom-pic img {
    width: 100%;
    display: block;
}

.bottom-info-pc {
    width: 100%;
    height: auto;
    background: #383838;
}

.bottom-info-pc .bottom-content {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    overflow: hidden;
    border-bottom: 2px solid #343434;
    padding-bottom: 30px;
}

.bottom-info-pc .bottom-content-list {
    margin-right: 120px;
    float: left;
}

.bottom-info-pc .bottom-content-list:last-child {
    margin-right: 0px;
}

.bottom-info-pc .bottom-content-list p:nth-of-type(1) {
    font-size: 16px;
    font-family: "PingFangSC", "Microsoft YaHei";
    color: rgb( 254, 254, 254);
    margin-bottom: 10px;
}

.bottom-info-pc .bottom-content-list p:nth-of-type(2) {
    display: inline-block;
    border-top: 1px solid #fff;
    font-size: 14px;
    font-family: "PingFangSC", "Microsoft YaHei";
    color: rgb( 236, 236, 236);
    padding-top: 15px;
    margin-bottom: 15px;
}

.bottom-info-pc .bottom-content-list p:nth-of-type(3) {
    font-size: 14px;
    font-family: "PingFangSC", "Microsoft YaHei";
    color: rgb( 236, 236, 236);
    margin-bottom: 15px;
}
/*新加入*/
.bottom-info-pc .bottom-content-list p:nth-of-type(4) {
    font-size: 14px;
    font-family: "PingFangSC", "Microsoft YaHei";
    color: rgb( 236, 236, 236);
    margin-bottom: 15px;
}
.bottom-info-pc .bottom-content-list a {
    color: rgb( 236, 236, 236);
}

.bottom-info-pc .bottom-content-list a:hover {
    color: rgb( 227, 56, 66);
}

.bottom-info-pc .code-left img, .bottom-info-pc .code-right img {
    display: block;
    font-size: 0px;
}

.bottom-info-pc .code-left {
    margin-right: 20px;
}

.bottom-info-pc .code-left, .bottom-info-pc .code-right {
    float: left;
    text-align: center;
}

.bottom-info-pc .code-left span, .bottom-info-pc .code-right span {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}

.bottom-info-pc .message-info {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: "Meiryo";
    color: rgb( 102, 102, 102);
    margin-top: 10px;
    padding-bottom: 30px;
}

.bottom-info-pc .last-line {
    border-top: 1px solid #fff;
    font-size: 14px;
    font-family: "PingFangSC", "Microsoft YaHei";
    color: rgb( 236, 236, 236);
    padding-top: 18px;
    margin-bottom: 15px;
}

.bottom-phone {
    display: none;
    overflow: hidden;
}

@media screen and (max-width: 769px) {
    .head-menu {
        max-height: 100%;
    }
    html {
        font-size: 18px;
    }
    ul, li {
        list-style: none;
    }
    .bottom-pc {
        display: none;
    }
    .bottom-phone {
        display: block;
        overflow: hidden;
    }
    .navbar {
        border-bottom: 1px solid #D6D6D6;
        top: 0;
        padding: 1.02rem 0.833rem;
        display: flex;
        -js-display: flex;
        z-index: 10;
        width: 100%;
    }
    #pc .navbar {
        position: absolute;
    }
    .navbar .navbar-brand {
        display: block;
        height: 2.2222rem;
        padding: 0;
    }
    .nav-right img {
        width: 1.5rem;
    }
    .nav-right {
        position: absolute;
        right: 3.8%;
        top: 1.388rem;
    }
    .head .head-down>ul>li {
        text-align: left;
    }
    .head .head-nav {
        overflow-y: auto;
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .head .head-logo {
        margin-top: 0px;
    }
    .head-nav {
        width: 100%;
    	flex-direction: column; /* 垂直排列 */
    }
    .head .head-content {
        width: 100%;
        min-width: 100%;
    }
    .head .nav-list>ul>li {
        margin-right: 0px;
    }
    .head .nav-list>ul>li:last-child {
        margin-right: 0px;
    }
    .head .head-down>ul {
        width: 100%;
        background: #fff;
        position: static;
    }
    .head {
        width: 100%;
        height: 0px;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        overflow: hidden;
        display: none;
    }
    .head .menu-title {
        width: 100%;
        height: 3.944rem;
        border-bottom: 1px solid #d6d6d6;
        overflow: hidden;
    }
    .head .menu-logo {
        width: 6.5rem;
        height: 2.166rem;
        float: left;
        margin-top: 1.027rem;
        margin-left: 0.833rem;
    }
    .head .menu-logo img {
        width: 100%;
    }
    .head .menu-close {
        width: 1.5rem;
        height: 1.5rem;
        float: right;
        margin-top: 1.388rem;
        margin-right: 0.833rem;
    }
    .head .menu-close img {
        width: 100%;
    }
    .head .head-login {
        text-align: center;
        display: block;
        width: 100%;
    	margin-top:5px;
    }
    .head .nav-list>ul {
        width: 100%;
        padding: 0px 25px;
        overflow: hidden;
    }
    .head .nav-list>ul>li {
        width: 100%;
        height: 2.666rem;
        border-bottom: 1px solid #d6d6d6;
        float: right;
        font-size: 0.777rem;
        font-family: "PingFangSC", "Microsoft YaHei";
        color: rgb( 0, 0, 0);
        line-height: 3.2rem;
        overflow: hidden;
        padding-left: 0.2em;
    }
    .head.nav-list>ul>li a {
        color: rgb( 0, 0, 0);
        text-decoration: none;
    }
    .head .nav-list>ul>li>a>span {
        display: inline-block;
        float: right;
        color: #999999;
        padding-right: 0.972rem;
        padding-top: 0.9rem;
    }
    .head .nav-list-down {
        overflow: hidden;
        padding: 0.972rem 0rem;
        width: 100%;
        border-top: 1px solid #d6d6d6;
        float: right;
    }
    .head .nav-list-down li {
        border-bottom: none;
        font-size: 0.722rem;
        font-family: "PingFangSC", "Microsoft YaHei";
        color: rgb( 102, 102, 102);
        height: 1.766rem;
        line-height: 1.766rem;
    }
    .head .menu-close {
        display: block;
    }
    .head .head-down>ul>li {
        line-height: 1.766rem;
    }
    .head .nav-list>.search+ul>li {
        line-height: 3.2rem;
        /*    height:3.2rem;	*/
    }
}

/*phone style*/

@media screen and (max-width: 769px) {
    html {
        font-size: 18px;
    }
    ul, li {
        list-style: none;
    }
    .head .head-down>ul {
        display: block;
    }
    .head .head-down>ul {
        border-radius: 0px;
    }
    .head .head-down {
        position: static;
    }
    #phone .head-menu {
        width: 100%;
        height: 0px;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        overflow: hidden;
        display: none;
    }
    #phone .menu-title {
        width: 100%;
        height: 3.944rem;
        border-bottom: 1px solid #d6d6d6;
        overflow: hidden;
    }
    #phone .menu-logo {
        width: 6.5rem;
        height: 2.166rem;
        float: left;
        margin-top: 1.027rem;
        margin-left: 0.833rem;
    }
    #phone .menu-logo img {
        width: 100%;
    }
    /*#phone .menu-close{
	  width: 1.11rem;
	  height: 1.11rem;
	  float: right;
	  margin-top: 1.388rem;
	  margin-right:0.833rem;
	}*/
    #phone .menu-close img {
        width: 100%;
    }
    #phone .nav-list>ul {
        width: 100%;
        padding: 0px 25px;
        overflow: hidden;
    }
    #phone .nav-list>ul>li {
        height: 2.666rem;
        border-bottom: 1px solid #d6d6d6;
        float: right;
        font-size: 0.777rem;
        font-family: "PingFangSC", "Microsoft YaHei";
        color: rgb( 0, 0, 0);
        line-height: 3.2rem;
        overflow: hidden;
    }
    #phone .nav-list>ul>li a {
        color: rgb( 0, 0, 0);
        text-decoration: none;
    }
    #phone .nav-list>ul>li>a>span {
        display: inline-block;
        float: right;
        color: #999999;
        padding-right: 0.972rem;
        padding-top: 1.111rem;
    }
    #phone .nav-list-down {
        overflow: hidden;
        padding: 0.972rem 0rem;
        width: 100%;
        border-top: 1px solid #d6d6d6;
        float: right;
    }
    #phone .nav-list-down li {
        border-bottom: none;
        font-size: 0.722rem;
        font-family: "PingFangSC", "Microsoft YaHei";
        color: rgb( 102, 102, 102);
        height: 1.766rem;
        line-height: 1.766rem;
    }
    #phone .menu-close {
        display: block;
    }
    #phone .navbar {
        position: absolute;
        top: 0;
        padding: 1.02rem 0.833rem;
        display: flex;
        -js-display: flex;
        z-index: 10;
        width: 100%;
    }
    #phone .navbar .navbar-brand {
        display: block;
        height: 2.2222rem;
        padding: 0;
    }
    #phone .nav-right img {
        width: 1.5rem;
    }
    #phone .nav-right {
        position: absolute;
        right: 4%;
        top: 1.6rem;
    }
    #phone .banner-title {
        position: absolute;
        top: 5.55rem;
        left: 13%;
        text-align: center;
        z-index: 10;
    }
    #phone .banner-title img {
        width: 15.277rem;
    }
    #phone .carousel-indicators li {
        display: inline-block;
        width: 0.39rem;
        height: 0.39rem;
        margin: 0.75rem;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
    }
    #phone .carousel-indicators .active {
        width: 0.39rem;
        height: 0.39rem;
        padding: 0.75rem;
        border: 1px solid #e33842;
        background-color: rgba(255, 255, 255, 0);
        border-radius: 0.85rem;
        background: radial-gradient(circle, #e33842 20%, transparent 10%);
        width: 0.39rem;
        height: 0.39rem;
        border-radius: 50%;
        border: 1px red solid;
        margin-bottom: 0px;
    }
    #phone .policy {
        display: flex;
        -js-display: flex;
        padding: 1.5rem 1.27rem;
        justify-content: space-around;
        position: relative;
    }
    #phone .policy img {
        height: 6.55rem;
        width: 5.55rem;
    }
    #phone .hot-product {
        height: 19.05rem;
        background: url('../png/background-1.png') no-repeat;
        background-size: cover;
    }
    #phone .hot-product img {
        height: 3.22rem;
        position: relative;
        left: 12.7rem;
        margin-top: 0.833rem;
    }
    #phone .hot-product .hot-product-text {
        margin: 1.2rem;
        color: #fff;
        font-size: 0.777rem;
        line-height: 1.11rem;
    }
    #phone .hot-product .hot-product-banner {
        /* background: #eee; */
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
    }
    #phone .swiper-container {
        height: 300px;
        margin: 20px auto;
    }
    #phone .append-buttons {
        text-align: center;
        margin-top: 20px;
    }
    #phone .append-buttons a {
        display: inline-block;
        border: 1px solid #007aff;
        color: #007aff;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 4px;
        margin: 0 10px;
        font-size: 13px;
    }
    #phone .hot-product .hot-product-banner img {
        height: auto;
        width: 14.16rem;
        left: 0;
        margin: 0;
    }
    #phone .swiper-slide-content {
        height: 100%;
        box-shadow: 0.1rem 0.1rem 1.4rem rgba(0, 0, 0, 0.1);
    }
    #phone .hot-product .swiper-slide p {
        margin: 0;
        padding: 0 0.5rem;
        text-align: left;
        font-size: 0.8rem;
        color: #999;
    }
    #phone .hot-product .swiper-slide .hot-product-banner-title {
        /*font-weight: 700;*/
        font-size: 1rem;
        padding-top: 0.5rem;
        color: #000;
    }
    #phone .swiper-button-prev {
        background-image: url('../btn-left.html') !important;
        left: 10px;
        background-size: cover !important;
        width: 1.67rem !important;
        height: 1.67rem !important;
        top: 17rem !important;
        margin-left: 7.5rem;
        margin-top: 0.1rem !important;
        right: auto;
    }
    #phone .swiper-button-next {
        background-image: url('../btn-right.html') !important;
        top: 17rem !important;
        background-size: cover !important;
        width: 1.67rem !important;
        height: 1.67rem !important;
        margin-right: 7.5rem;
        margin-top: 0.1rem !important;
    }
    #phone .center {
        padding: 0.833rem;
    }
    #phone .center-up {
        position: absolute;
        z-index: 100;
        margin-top: -2.2rem;
        margin-left: 0.4rem;
    }
    #phone .center img {
        width: 100%;
    }
    #phone .center p {
        color: #666666;
    }
    #phone .center .center-title {
        font-size: 0.8rem;
        color: #333333;
        padding-top: 1.388rem;
        margin: 0 0 15px;
    }
    #phone .center .center-english {
        padding-left: 4rem;
        font-size: 0.6rem;
        line-height: 0.8rem;
        margin-bottom: 15px;
    }
    #phone .news-info {
        position: absolute;
        right: 0.833rem;
        top: 1rem;
        color: #666;
    }
    #phone .news-info span {
        /*color: #666;*/
        font-size: 0.666rem;
    }
    #phone .center-date1 {
        float: left;
        margin-top: 0.5rem;
        margin-right: 0.5rem;
        background-color: #f3f3f3;
        color: #000;
    }
    #phone .center .center-title {
        padding: 0;
        line-height: 3rem;
        margin: 0;
    }
    #phone .center-date1 .center-day {
        font-size: 0.833rem;
        line-height: 0.9rem;
        padding: 0 0.3rem 0.13rem;
        color: #000;
        border-bottom: 0.02rem solid #ccc;
    }
    #phone .center-date1 span {
        color: #ccc;
        line-height: 1rem;
    }
    #phone .get-more {
        margin: 1.7rem 6rem;
        text-align: center;
    }
    #phone .get-more {
        border: 1px solid #e33842;
        width: 7em;
        margin-left: auto;
        margin-right: auto;
        line-height: 26.5px;
        height: 26.5px;
    }
    #phone .get-more {
        border: 1px solid #e33842;
        width: 7em;
        margin-left: auto;
        margin-right: auto;
        line-height: 26.5px;
        height: 26.5px;
    }
    #phone .get-more {
        border: 1px solid #e33842;
        width: 7em;
        margin-left: auto;
        margin-right: auto;
        line-height: 26.5px;
        height: 26.5px;
    }
}

#phone .get-more p {
    /*margin-left: 35%;*/
    font-size: 0.833rem;
    padding: 0.277rem 1.11rem;
    /*width: 5.55rem;*/
    border: 1px solid #e33842;
    color: #e33842;
}

#phone .aboutus {
    background: url(../jpg/background-2.jpg) no-repeat;
    height: 11.8rem;
    background-size: cover;
    margin-top: -0.833rem;
    padding-left: 0.83rem;
}

#phone .aboutus img {
    height: 3.22rem;
    position: relative;
    left: 13.75rem;
    margin-top: 0.833rem;
}

#phone .aboutus h4 {
    margin: 0;
    line-height: 1.8rem;
    color: #333333;
    font-weight: 600;
    font-size: 0.95rem;
}

#phone .aboutus p {
    line-height: 1.19rem;
    font-size: 0.75rem;
    margin: 0;
}

#phone .aboutus .aboutus-info {
    padding: 0.83rem;
}

#phone .culture {
    height: 19.86rem;
    background: url('../jpg/background-3.jpg') no-repeat;
    background-size: cover;
}

#phone .culture img {
    height: 2.638rem;
    position: relative;
    left: 9.7rem;
    margin-top: 1.55rem;
}

.culture .culture-word {
    height: 14rem;
    margin-top: 1.9rem;
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 1.66rem;
}

#phone .culture-word img {
    position: absolute;
    width: 5.1rem;
    left: 0.5rem;
    height: 5.1rem;
    margin: 0.69rem;
}

.culture-word h3 {
    font-size: 1rem;
    color: #000;
    font-size: 0.95rem;
    color: #333333;
    margin-bottom: 0.69rem;
    font-weight: 600;
    margin-top: 0.69rem;
}

.culture-word p {
    font-size: 0.75rem;
    padding-right: 0.83rem;
}

.culture-word1 {
    padding-left: 7rem;
}

.company-news {
    padding: 0;
    margin: 0;
    margin-top: -.5rem;
}

.company-news li {
    position: relative;
    margin-bottom: .8333rem;
}

.company-news-li-img {
    margin-bottom: .5555rem;
}

.company-news-li-img img {
    display: block;
    width: 100%;
}

.center .company-news-li-title {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: 0.8333rem;
    line-height: 1.5rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.company-news-li-des {
    padding: 0;
    margin: 0;
    width: 83%;
    font-size: 0.85rem;
    line-height: 1.4rem;
    color: #666;
}

.news-info .newstype-active {
    color: #e43942;
}

.information-hide {
    display: none;
}

.information-show {
    display: block;
}

.company-news-date-red {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2rem;
    background-color: #e33842;
    height: 2rem;
    color: #fff;
    padding: 0.27rem;
    font-size: 0.38rem;
}

.company-news-date-red span {
    line-height: 1rem;
}

.company-news-date-red .company-news-date-red-day {
    font-size: 0.833rem;
    line-height: 0.9rem;
    padding: 0 0.3rem 0.13rem;
    border-bottom: 0.02rem solid #fff;
}

.company-news-li-text-box {
    position: relative;
}

.company-news-li-title-gray, .company-news-date-gray {
    display: inline-block;
}

.company-news-date-gray span:first-child {
    border-bottom: 1px solid #dcdcdc;
    font-size: 0.833rem;
    font-weight: normal;
}

.company-news-date-gray span:last-child {
    font-size: 0.38rem;
    font-family: "PingFangSC", "Microsoft YaHei";
    color: rgb( 102, 102, 102);
}

.culture-more a {
    display: block;
    width: 5.41rem;
    height: 1.4rem;
    text-align: center;
    margin: 0 auto;
    border: 1px solid rgb( 227, 56, 66);
    line-height: 1.4rem;
    font-family: "PingFangSC", "Microsoft YaHei";
    color: rgb( 227, 56, 66);
    margin: 0px;
    font-size: 0.833rem;
}

.bottom-phone .bottom-pic {
    width: 100%;
}

.bottom-phone .bottom-pic img {
    width: 100%;
}

.bottom-phone .bottom-info {
    width: 100%;
    background: #535353;
}

.bottom-info ul {
    width: 100%;
    padding: 0px;
    padding-top: 1rem;
}

.bottom-info ul {
    margin-bottom: 0rem;
}

.bottom-info ul li {
    width: 100%;
    padding-bottom: 0.777rem;
}

.bottom-log {
    width: 9.444rem;
    margin: 0 auto;
}

.bottom-log img {
    width: 100%;
}

.bottom-tell, .bottom-email {
    width: 1.388rem;
    margin: 0 auto;
}

.bottom-tell img, .bottom-email img {
    width: 100%;
}

.bottom-words {
    text-align: center;
    font-size: 0.666rem;
    font-family: "HiraginoSansGB";
    color: rgb( 236, 236, 236);
}

.bottom-words a {
    color: rgb( 236, 236, 236);
}

.code-left, .code-right {
    width: 4.444rem;
    font-size: 0.7rem;
    font-family: "HiraginoSansGB";
    color: rgb( 236, 236, 236);
    text-align: center;
}

.code-left {
    float: left;
}

.code-right {
    float: right;
}

.bottom-code {
    width: 10.472rem;
    margin: 0 auto;
    overflow: hidden;
}

.bottom-code span {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.666rem;
}

.bottom-code img {
    width: 100%;
}

.reference {
    width: 100%;
    /*height: 3.222rem;*/
    background: #373737;
    font-size: 1.2rem;
    font-family: "SimSun";
    color: rgba( 153, 153, 153, 0.6);
    text-align: center;
    padding: 0.888rem 0.58rem 0.888rem 0.58rem;
}

.navbar-nav>.login {
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
}

.navbar-nav>.login>a.btn {
    border-radius: 0;
    display: inline-block;
    padding: 2px 10px;
    color: #333;
    border: none;
}

.navbar-nav>.login>a.btn.active {
    background-color: #e33842;
    color: white;
    box-shadow: none;
}

.navbar-nav>.login>a.btn:hover, .navbar-nav>.login>a.btn.focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .logo>.img-responsive {
    margin-top: 15px;
    margin-left: 15px;
}

.page-wrapper {
    margin-top: 81px;
}

.footer>.slogan {
    background: #e33842;
    padding: 20px 0;
}

.footer>.slogan>.img-responsive {
    margin: 0 auto;
}

.footer .main {
    color: white;
    background: #383838;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer .main h3 {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.footer .main li, .footer .main li a {
    font-size: 14px;
    line-height: 30px;
    color: #ececec;
    font-weight: 300;
    text-transform: capitalize;
    transition: color .3s;
    display: block;
    text-align: center;
}

.footer .rights {
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding-top: 20px;
    border-top: 2px solid #333;
    margin-top: 10px;
}

.footer .img-responsive {
    margin: 0 auto;
}

.footer .col-md-2, .footer .col-md-3, .footer .col-md-4 {
    margin-bottom: 20px;
}

.footer .qrcode {
    padding-top: 7px;
}

.footer .phone.visible-xs {
    height: 30px;
    background: url(../png/phone.png) center center no-repeat;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 769px) {
    .navbar2-arrow {
        display: none;
    }
    .navbar .logo .img-responsive {
        margin-left: 0px;
    }
    .navbar-nav>.login {
        padding-top: 27px;
    }
    .head .head-down>ul>li {
        padding-bottom: 16px;
    }
}

@media (min-width: 991px) {
    .footer .img-responsive {
        margin: 0;
    }
    .footer .main li, .footer .main li a {
        text-align: left;
    }
    .footer .main h3 {
        text-align: left;
    }
    .footer .phone {
        background: url(../png/phone.png) 0 center no-repeat;
    }
    .footer .phone a {
        padding-left: 30px;
    }
}

@media (max-width: 250px) {
    .hidden-xxs {
        display: none!important;
    }
    .visible-xxs {
        display: block !important;
    }
}

.footer {
    width: 100%;
    overflow-x: hidden;
}

nav {
    margin: 0;
}

@media (min-width: 769px) {
    .navbar-header {
        height: 80px;
    }
}

.page-wrapper {
    margin: 0;
}

.news-category {
    height: 54px;
    padding: 12px 26px;
    position: relative;
    background: #e33842;
}

.navbar2-arrow {
    width: 26px;
    height: 30px;
    position: absolute;
    top: 12px;
}

.navbar2-arrow img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10.5px;
    width: 6px;
    display: block;
}

.navbar2-arrow-left {
    left: 0;
    border-right: 1px solid #eb747b;
}

.navbar2-arrow-right {
    right: 0;
    border-left: 1px solid #eb747b;
}

.n2-wrap {
    width: 100%;
    overflow-x: auto;
}

.navbar2-ul {
    /*	display: flex;
   -js-display: flex;
	flex-direction: row;
	flex-wrap: nowrap; */
    /*	width: 1000px;*/
    min-width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
}

.navbar2-ul li {
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
}

.navbar2-ul li a {
    color: rgba( 255, 255, 255, 0.9);
    white-space: nowrap;
}

.navbar2-ul li a:hover {
    color: white;
    text-decoration: none;
}

.navbar2-ul li a.active {
    color: white;
}

.navbar2-ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #F5F5F5;
}

.navbar2-ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.navbar2-ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.navbar2-ul {
    text-align: center;
}

.navbar2-ul>li {
    display: inline-block;
}

@media (min-width: 769px) {
    .navbar2-ul {
        /*overflow-x:auto;*/
        /*	    display: flex;
	   -js-display: flex;
	    justify-content: center;
	    align-items: center;*/
    }
}

.container {
    padding: 0;
}

.small-img-box {
    width: 100%;
    margin: 0;
    padding: 0;
}

.small-img-box img {
    width: 100%;
    display: block;
}

.crumbs-box {
    font-size: 14px;
    line-height: 40px;
}

.crumbs-box p {
    margin: 0;
}

.crumbs-box a {
    color: #666666;
}

.crumbs-box a.active {
    color: #E33842;
}

@media (min-width: 769px) {
    .crumbs-box {
        font-size: 12px;
    }
}

.news-list {
    margin: 0;
    margin-top: 30px;
}

.news-list li {
    width: 100%;
    position: relative;
    padding: 14px 6px;
}

.news-list li:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.news-list li:nth-child(2n+1) {
    background: #FFFFFF;
}

.news-list li:nth-child(2n) {
    background: white;
}

.news-list li:nth-child(2n-1) {
    background: #f9f9f9;
}

.news-list li p {
    margin: 0;
    border-left: 2px solid #E33842;
    padding-left: 4px;
    line-height: 1;
    font-size: 12px;
    width: 67%;
}

.news-list li p a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.news-list li span {
    position: absolute;
    top: 14px;
    right: 6px;
    line-height: 1;
    font-size: 12px;
}

@media (min-width: 769px) {
    .news-list li {
        padding: 16px;
    }
    .news-list li p {
        font-size: 15px;
        padding-left: 12px;
    }
    .news-list li span {
        font-size: 15px;
        color: #999;
        top: 16px;
        right: 16px;
    }
}

.news-list-navigation {
    text-align: center;
    margin: 30px;
}

.pagination {
    border-radius: 0px;
}

.pagination li a {
    margin: 0 4px;
    color: #333333;
    border: 1px solid #ececec;
}

.pagination li.active a {
    color: #FFFFFF;
    background: #E33842;
    border-color: #E33842;
}

.pagination li.active a:hover {
    color: #FFFFFF;
    background: #E33842;
    border-color: #E33842;
}

.footer .main li, .footer .main li a:hover {
    color: #E33842 !important;
    text-decoration: none;
}

@media (min-width: 769px) {
    .head .head-content {
        height: 75px;
        display: block;
    }
    .head {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 769px) {
    .head .actives {
        color: rgb( 51, 51, 51) !important;
    }
    .nav-list-down li a {
        color: rgb( 102, 102, 102) !important;
    }
}

.allscreenHeight {
    height: 100%;
}

.head-menu {
    transition: background 0.5s;
}

.show-nav {
    display: block!important;
}

.head-menu .nav-list.words-font>ul>li:first-child>ul {
    display: none!important;
}

.table-style3 {
    margin-bottom: 0px;
}

.td-return-back {
    margin-bottom: 30px;
    line-height: 4em;
    height: 4em;
    background: #F9F9F9;
    font-weight: 600;
}

.icon-phone, .icon-email {}

.head {
    border-bottom: 1px solid #D6D6D6;
}

html[type=index] .head {
    border-bottom: 0px;
}

.hot-product .words-left {
    position: relative;
    padding-top: 1.5em;
}

.hot-product .words-left h3:before {
    background: url("../png/top-white.png") no-repeat;
    display: block;
    content: "";
    width: 2em;
    height: 1em;
    right: 160px;
    position: absolute;
    top: 0;
}

.p-a-e p {
    position: relative;
    color: white;
}

.p-a-e p:nth-child(2),.p-a-e p:first-child+p+p,.p-a-e p:first-child+p+p+p, .p-a-e p:last-child {
    padding-left: 23px;
}

.p-a-e p:nth-child(2):before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 23px;
    left: 0px;
    background: url("../png/daohangdizhi.png") no-repeat;
    background-size: 100%;
    background-position: center center;
}
.p-a-e p:nth-child(3):before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0.1em;
    background: url("../png/tell.png") no-repeat;
    background-size: 100%;
    background-position: center center;
}
.p-a-e p:nth-child(4):before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0.3em;
    background: url("../png/email.png") no-repeat;
    background-size: 100%;
    background-position: center center;
}
/*新加入*/
.p-a-e p:last-child:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0.1em;
    background: url("../png/complain.png") no-repeat;
    background-size: 100%;
    background-position: center center;
}

.p-a-e p {
    color: white;
}

.p-a-e p:first-child {
    padding-left: 0px;
}

.chat-img:first-child {
    margin-right: 20px;
}

.chat-img {
    float: left;
}

.chat-img img {
    width: 72px;
    margin-bottom: 8px;
}

.chat-img span {
    display: block;
}

.article-content img {
    cursor: default;
}

.hot-product .service-list {
    position: relative;
    z-index: 2;
}

/*hot*/

.banner-button-prev {
    left: 49% !important;
    background-image: url(../png/prev.png) !important;
    background-size: 100% 100% !important;
    width: 60px !important;
    height: 60px !important;
}

.banner-button-prev:hover {
    background-image: url(../png/left.png) !important;
}

.banner-button-next {
    right: 38% !important;
    background-image: url(../png/right.png) !important;
    width: 60px !important;
    height: 60px !important;
    background-size: 100% 100% !important;
}

.banner-button-next:hover {
    background-image: url(../png/next.png) !important;
}

.tab-info {
    color: #333;
}

.swiper-pagination-bullet, .swiper-pagination {
    opacity: 1!important;
}

.pic-img img {
    width: 100%;
}

@media(min-width:769px) {
    .head-down {
        height: 75px!important;
    }
}

.crumbs-box a:last-child {
    color: #E43942;
}

.information-words {
    padding: 15px 35px 15px 35px;
}

.information-pic {
    width: 789px;
    float: left;
    overflow: hidden;
    height: 380px!important;
    position: relative;
}

.information-words {
    float: left;
    width: 380px;
    margin-left: 30px;
}

.pic-words img, .pic-words {
    width: 100%!important;
}

.information-words p {
    line-height: 2em;
    font-size: 16px!important;
}

.information-pic .pic-words {
    /* height:auto!important; */
}

.information-list {
    margin-top: 50px;
}

.information-words {
    background: url("../png/newsbc.png");
    background-size: 100% 100%;
}

.pic-words-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#pc .pic-words-title {
    font-size: 32px;
}

#pc .click-more a {
    line-height: 30px;
}

#pc .about-us-words-content .words-bottom {
    width: 389px;
    float: right;
}

#pc .about-us-words-content .words-bottom p {
    line-height: 2em;
    text-align: left;
}

#pc .about-us-words-content .words-bottom h5 {
    padding-right: 0.3em;
    font-weight: bold;
}

#pc .words-top {
    position: relative;
}

#pc .words-top h3:before {
    background: url(../png/top-gray.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    content: "";
    width: 62px;
    height: 20px;
    right: 23px;
    position: absolute;
    top: -20px;
}

.bottom-info ul .li-title {
    display: block;
    width: 10em;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #818181;
    margin: 0 auto 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
}

.bottom-info ul .li-title+li {
    padding-bottom: 1rem;
}

.bottom-code {
    margin-top: 1.3rem;
}

/*ie8*/

.big-banner {
    height: 300px\9;
}

#pc .service-list>div, #pc .information-list-pic {
    max-width: 30%\9;
}

.bottom-pc p {
    color: white;
}

.bottom-info-pc .bottom-content-list {
    margin-right: 100px\9;
}

#video_zvideoplayer_display_button, .jw-tab-focus #video_zvideoplayer_display_button, #video_zvideoplayer .jwdisplay:hover #video_zvideoplayer_display_button {
    background: none!important;
    height: 80px!important;
    width: 80px!important;
    padding: 0px!important;
    margin-top: -26px;
    background-position: left center, center center, right center;
    background-repeat: no-repeat;
    padding: 0px 18px;
    border-radius: 50%;
    border: 2px solid white;
}

#video_zvideoplayer .jwdisplay #video_zvideoplayer_display_button_play {
    width: 36px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAA0CAQAAABI31KIAAABHUlEQâ€¦aDOvNi2yRyxpQsETcKVapMm6JHJCI/tzTgEfH4QXYxgUDgD+1pwmmFlV3oAAAAAElFTkSuQmCC);
    background-size: 50px 80px!important;
    float: none;
    position: relative;
    left: 5px;
}

.news-list .h4.bold {
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

.pro-ic p {
    display: inline-block;
    /*	padding-left:20px;
	margin-left:10px;*/
    position: relative;
}

.td-ic1, .td-ic2, .td-ic3, .td-ic4 {
    padding-left: 25px;
    margin-left: 0px;
    margin-right: 20px;
}

.pro-ic p:first-child {
    display: inline-block;
    /*	padding-left:20px;
	margin-left:0px;*/
}

.pro-ic p:before {
    content: "";
    position: absolute;
    left: 0;
}

.td-ic1:before {
    content: "";
    position: absolute;
    background: url("../png/ic1.png") no-repeat;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
}

.td-ic2:before {
    content: "";
    position: absolute;
    background: url("../png/ic2.png") no-repeat;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
}

.td-ic3:before {
    content: "";
    position: absolute;
    background: url("../png/ic3.png") no-repeat;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
}

.td-ic4:before {
    content: "";
    position: absolute;
    background: url("../png/ic4.png") no-repeat;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
}

/*.p-td-row .col-md-4 > img{
	width:100%;
}*/

.fl-right {
    float: right;
    margin: 20px;
}
/*
.art-content {
    padding-bottom: 80px;
}*/
.art-content {
    margin-bottom: 30px;
}
.art-content2{
	overflow-x: scroll;
}
@media(min-width:769px) {
    .news-list {
        min-height: 400px;
    }
}

@media(max-width:769px) {
    .fl-right {
        float: none;
    }
    .pro-ic p {
        /*   	margin-left: 6px;*/
    }
    .art-content {
        padding-bottom: 30px;
    }
}

.p-sm .bold.text-black {
    font-size: 22px;
    font-weight: normal;
}

.art-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.8em;
}

.crumbs-box {
    margin-top: 10px;
}

/*search*/

.s-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.s-body, .s-body p {
    font-size: 14px;
    line-height: 1.8em;
}

.s-body {
    margin-bottom: 10px;
}

.s-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.s-time {
    color: #666;
}

.search-list-item {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.s-bottom a {
    color: blue;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:769px) {
    .news-list li span {
        font-size: 16px;
    }
    .s-bottom {
        display: block!important;
        overflow: hidden;
    }
    .s-bottom .s-time {
        text-align: right;
    }
    .s-bottom>* {
        display: block;
        width: 50%;
        float: left;
    }
}

.search-list {
    padding-bottom: 40px;
}

input, button {
    outline: 0px;
}

/*search*/

.search.input-group {
    width: 80%;
    position: absolute;
    left: 200px;
}

.search-list-button:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    height: 73px;
    line-height: 75px;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.close_btn img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.btn-primary.search-submit {
    display: none;
}

.search.input-group {
    height: 75px;
    display: flex;
    align-items: center;
}

.form-control.search-query {
    padding-left: 35px;
    border: 0px;
    background: transparent;
}

.search.input-group:before {
    left: 10px;
    top: 30px;
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 10;
}

.login-page .crumbs-box {
    margin-bottom: 50px;
}

@media(max-width:769px) {
    .navbar2-ul {
        display: flex;
        flex-wrap: nowrap;
    }
    .head .head-content {
        position: static;
    }
    .search-list-button, .close_btn {
        display: none;
    }
    .search.input-group {
        display: block!important;
        width: calc(100% - 50px);
        position: relative;
        /* margin: 25px; */
        left: 25px;
        height: auto;
        margin-top: 25px;
    }
    .form-control.search-query {
        background-color: #F6F6F6;
        border: 0px;
        height: 2.8em;
        padding-left: 40px;
    }
    .s-title {
        font-size: 16px;
        line-height: 1.5em;
        color: #333;
        font-size: 16px;
    }
    .search.input-group:before {
        font-size: 16px;
        color: #666;
        top: 11px;
        left: 10px;
    }
    /*he*/
    .swiper-container-phone1 .swiper-slide img {
        width: 100%;
    }
    .banner {
        max-height: 100%;
    }
    .bottom-words {
        text-align: center;
        font-size: 0.85rem;
        font-family: "HiraginoSansGB";
        color: rgb( 236, 236, 236);
    }
    .swiper-pagination-phone1 {
        bottom: 50px!important;
        position: absolute;
        z-index: 999;
        width: 300px;
        text-align: center;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .swiper-pagination-phone1 .swiper-pagination-bullet {
        opacity: 1;
    }
    .swiper-container-phone1 .swiper-pagination-bullet-active {
        border: 1px solid red;
        border-radius: 15px;
    }
    .swiper-container-phone1 .swiper-pagination-bullet {
        height: 25px;
        width: 25px;
        padding: 9.5px;
        background-color: transparent;
    }
    .swiper-container-phone1 .swiper-pagination-bullet-active>div {
        background: red;
    }
    #phone .hot-product .swiper-slide {
        height: 14.5rem !important;
        width: 14.16rem !important;
    }
    #phone .hot-product .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /*    display: flex;
   -js-display: flex;
    justify-content: center;
    align-items: center;*/
    }
    .company-news-date-red {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 3rem;
        background-color: #e33842;
        height: 3rem;
        color: #fff;
        padding: 0.27rem;
        font-size: 0.3rem;
    }
    .company-news-date-red .company-news-date-red-day {
        font-size: 0.833rem;
        line-height: 0.9rem;
        border-bottom: 0.02rem solid #EB747B;
        padding-bottom: 5px;
    }
    .company-news-date-red span {
        line-height: 1.3rem;
        display: block;
        text-align: center;
        /* padding-bottom: 0.5rem; */
        font-size: 0.55rem;
    }
    .company-news-date-gray {
        width: 3rem;
        height: 3rem;
        background: #f3f3f3;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0.27rem;
    }
    .company-news-date-gray span:first-child {
        border-bottom: 1px solid #dcdcdc;
        font-size: 0.833rem;
        font-weight: normal;
        line-height: 0.9rem;
        padding-bottom: 5px;
    }
    .company-news-date-gray span {
        display: block;
        /* width: 85%; */
        text-align: center;
        margin: 0 auto;
        line-height: 1.3rem;
        display: block;
        text-align: center;
    }
    .company-news-date-gray span:last-child {
        font-size: 0.55rem;
        font-family: "PingFangSC";
        color: rgb( 102, 102, 102);
    }
    .company-news-li-title-gray {
        font-size: 0.8333rem;
        font-family: "PingFangSC";
        color: rgb( 51, 51, 51) !important;
        width: 84%;
        padding-left: 3%;
        margin-left: 16%;
        margin-bottom: 0px;
        /* line-height: 2.02rem; */
    }
    #phone .company-news-li-title-gray a {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        /* width: 100%; */
        /* display: block; */
    }
    #phone .company-news-li-title a {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
    }
    .get-more a {
        color: #e33842;
    }
    #phone .hot-product .swiper-button-prev {
        background-image: url(../png/btn-left.png) !important;
        left: 10px;
        background-size: cover !important;
        width: 1.67rem !important;
        height: 1.67rem !important;
        top: 17rem !important;
        margin-left: 7.5rem;
        margin-top: 0.1rem !important;
        right: auto;
    }
    #phone .hot-product .swiper-button-next {
        background-image: url(../png/btn-right.png) !important;
        top: 17rem !important;
        background-size: cover !important;
        width: 1.67rem !important;
        height: 1.67rem !important;
        margin-right: 7.5rem;
        margin-top: 0.1rem !important;
    }
    #phone .hot-product .swiper-button-prev {
        background-image: url(../png/btn-left.png) !important;
        left: 10px;
        background-size: cover !important;
        width: 1.67rem !important;
        height: 1.67rem !important;
        top: 17rem !important;
        margin-left: 7.5rem;
        margin-top: 0.1rem !important;
        right: auto;
    }
    #phone .hot-product .swiper-button-next {
        background-image: url(../png/btn-right.png) !important;
        top: 17rem !important;
        background-size: cover !important;
        width: 1.67rem !important;
        height: 1.67rem !important;
        margin-right: 7.5rem;
        margin-top: 0.1rem !important;
    }
    .banner-button-prev {
        background-image: url(../png/prev.png) !important;
        background-size: 100% 100% !important;
        width: 35px !important;
        height: 35px !important;
        position: absolute;
        bottom: 50px;
        top: auto!important;
        z-index: 10;
        left: 38%!important;
    }
    .banner-button-next {
        right: 38% !important;
        background-image: url(../png/right.png) !important;
        width: 60px !important;
        height: 60px !important;
        background-size: 100% 100% !important;
        position: absolute;
        top: auto!important;
        width: 35px !important;
        height: 35px !important;
        z-index: 10;
        cursor: pointer;
        bottom: 50px!important;
    }
    #phone .big-banner {
        height: 100%;
        overflow: hidden;
    }
    #phone .hot-product-banner .swiper-slide {
        padding-right: 20px;
        background: transparent;
    }
    #phone .swiper-pagination {
        bottom: 20px;
        width: 100%;
        text-align: center;
        top: auto;
        left: 0;
    }
    #phone .swiper-pagination span {
        display: inline-block;
        opacity: 1;
    }
    #phone .swiper-active-switch {
        background: url(../png/nav-2.png);
        background-size: 100% 100%;
    }
    .login-page .crumbs-box {
        margin-bottom: 30px;
    }
    #pc .navbar, #phone .navbar {
        border-bottom: 0px;
    }
    .head+.navbar {
        margin-bottom: 0px;
    }
    .news-list .h4.bold {
        font-size: 14px;
    }
    .news-list li span {
        font-size: 14px;
    }
    .news-list li p {
        padding-left: 8px;
    }
}

.search-list-button.active {
    border-bottom: 0px;
    cursor: pointer;
}

.search-list-button:hover {
    border-bottom: 2px solid #e33842;
}

.tab-info-active {
    color: #e33842;
}

.head-login a:hover {
    background: #E33842;
    color: white;
}

/*搜索动画 */

.my-animate .search.input-group input {
    animation: mymove 1s infinite;
    -webkit-animation: mymove 1s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes mymove {
    from {
        left: 200px;
        opacity: 0;
    }
    to {
        left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

    {
    from {
        left: 200px;
    }
    to {
        left: 0px;
    }
}

.my-animate .search.input-group:before {
    animation: mymove2 1s infinite;
    -webkit-animation: mymove2 1s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes mymove2 {
    from {
        left: 200px;
        opacity: 0;
    }
    to {
        left: 10px;
        opacity: 1;
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

    {
    from {
        left: 200px;
    }
    to {
        left: 10px;
    }
}

.my-animate .head-nav>.nav-list>ul>li, .my-animate .head-login a, .my-animate .head-login .userName, .my-animate .head-login .loline {
    animation: sx 1s infinite;
    -webkit-animation: sx 1s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes sx {
    from {
        transform: scale(1, 1);
        opacity: 1;
    }
    to {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
}

@-webkit-keyframes sx
/*Safari and Chrome*/

    {
    from {
        transform: scale(1, 1);
        opacity: 1;
    }
    to {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
}

.head-login {
    min-width: 133px;
}

.art-content img {
    max-width: 100%!important;
    height: auto!important;
}

/*.art-content table {
    max-width: 100%!important;
}*/

.logOut a {
    cursor: pointer;
}

.pic-words-title {
    background: url("../png/zx-tit.png") no-repeat!important;
    background-size: cover;
}

.pic-words-title p {
    letter-spacing: 0.21em;
    display: block;
    text-align: center;
    width: 100%;
}

#pc .information-words-left h3 {
    display: block;
    overflow: hidden;
    position: relative;
    height: 90px;
}

#pc .information-words-left .information-words-right {
    position: absolute;
    right: 0;
    top: 0;
}

#pc .information-words-left h3>* {
    float: left;
}

#pc .information-words-left h3 a {
    padding-right: 80px;
    line-height: 1.6em;
}

.search-list-button:hover {
    color: rgb( 226, 42, 0);
}

#tab-content-area .tab-div:nth-child(2) .row1 .title1 {
    background-image: url(../png/jingfu.png);
}

#tab-content-area .tab-div:nth-child(3) .row1 .title1 {
    background-image: url(../png/jingan.png);
    color: #333;
}

#tab-content-area .tab-div:nth-child(4) .row1 .title1 {
    background-image: url(../png/jingkang.png);
    color: #333;
}

#tab-content-area .tab-div:nth-child(5) .row1 .title1 {
    background: #f0c07c;
    color: #333;
}

.n2-wrap::-webkit-scrollbar {
    display: none
}

.not-found {
    text-align: center;
    padding: 50px;
}

.not-found h1 {
    font-size: 40px;
}

.not-found h3 {
    font-size: 20px;
}

/*
#pc .about-us{
	height: calc(100vw / 3.42);
	min-height: calc(100vw / 3.42);
}
#pc .culture{
	height: calc(100vw / 3.42);
	min-height: calc(100vw / 2.06);
}
#pc .about-us-video{
	height:calc(62.45vw/ 1.69)!important;
	min-height: calc(62.45vw / 1.69)!important;
}*/

#pc .culture-bottom-content {
    /*	display: flex;
   -js-display: flex;	*/
}

#pc .culture-pic {
    width: 47.35%;
    max-width: 320px;
    min-width: 235px;
}

/*
#pc .culture-content{
	width: 81%;
	height:calc(100vw / 3.48);
	max-width: 1556px;
	max-height: 542px;


}
*/

.swiper-slide.hot-list, .hot-product-banner .swiper-slide {
    display: none;
}

.hot-product-banner .swiper-slide-content {
    background: white;
}

#phone .hot-product-banner .swiper-slide:first-child {
    padding-left: 10px;
}

#phone .hot-product-banner .swiper-slide:last-child {
    padding-right: 30px;
}

.glyphicon-plus:before, .glyphicon-minus:before {
    font-size: 21px;
}

#phone .nav-list>ul>li>a>span {
    padding-top: 0.9rem;
}

.menu-close {
    position: relative;
}

.menu-close .before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #E33842;
    height: 1px;
    top: 3px;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    top: 5px;
}

.menu-close .after {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 2px solid #E33842;
    height: 1px;
    bottom: 3px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 10px;
}

.open-flag .menu-close .before {
    animation: bztof 0.5s infinite;
    -webkit-animation: bztof 0.5s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
}

.open-flag .menu-close .after {
    animation: aztof 0.5s infinite;
    -webkit-animation: aztof 0.5s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: calc(50% - 2px);
}

.close-flag .menu-close .before {
    top: 5px;
    animation: bztoff 0.5s infinite;
    -webkit-animation: bztoff 0.5s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

.close-flag .menu-close .after {
    bottom: 10px;
    animation: aztoff 0.5s infinite;
    -webkit-animation: aztoff 0.5s infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes bztof {
    from {
        transform: rotate(0deg);
        top: 5px;
    }
    to {
        transform: rotate(45deg);
        top: 50%;
    }
}

@-webkit-keyframes bztof
/*Safari and Chrome*/

    {
    from {
        -webkit-transform: rotate(0deg);
        top: 5px;
    }
    to {
        -webkit-transform: rotate(45deg);
        top: 50%;
    }
}

@keyframes aztof {
    from {
        transform: rotate(0deg);
        bottom: 10px
    }
    to {
        transform: rotate(-45deg);
        bottom: calc(50% - 2px);
    }
}

@-webkit-keyframes aztof
/*Safari and Chrome*/

    {
    from {
        -webkit-transform: rotate(0deg);
        bottom: 10px
    }
    to {
        -webkit-transform: rotate(-45deg);
        bottom: calc(50% - 2px);
    }
}

/*反*/

@keyframes bztoff {
    from {
        transform: rotate(45deg);
        top: 50%;
    }
    to {
        transform: rotate(0deg);
        top: 5px;
    }
}

@-webkit-keyframes bztoff
/*Safari and Chrome*/

    {
    from {
        -webkit-transform: rotate(45deg);
        top: 50%;
    }
    to {
        -webkit-transform: rotate(0deg);
        top: 5px;
    }
}

@keyframes aztoff {
    from {
        transform: rotate(-45deg);
        bottom: calc(50% - 2px);
    }
    to {
        transform: rotate(0deg);
        bottom: 10px;
    }
}

@-webkit-keyframes aztoff
/*Safari and Chrome*/

    {
    from {
        -webkit-transform: rotate(-45deg);
        bottom: calc(50% - 2px);
    }
    to {
        -webkit-transform: rotate(0deg);
        bottom: 10px;
    }
}

.news-list li a, .news-list li span {
    transition: color 0.5s;
}

.news-list li:hover a {
    color: #E33842!important;
}

.news-list li:hover span {
    color: #E33842!important;
}

tr a[filerela]:hover, .get-de:hover, .td-return-back .return-back:hover {
    color: #e33842;
}

@font-face {
    font-family: 'icomoon';
    src: url('../eot/icomoon8a7f.eot');
    src: url('../eot/icomoon8a7f.eot#iefix') format('embedded-opentype'), url('../ttf/icomoon8a7f.ttf') format('truetype'), url('../woff/icomoon8a7f.woff') format('woff'), url('../svg/icomoon8a7f.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.glyphicon-minus:before {
    content: "\e900";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-plus:before {
    content: "\e901";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.not-found img {
    width: 712px;
    height: auto;
    margin-bottom: 26px;
    margin-top: 50px;
}

.not-found h1 {
    display: block;
    width: 280px;
    max-width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 48px;
    margin: 0 auto;
}

.not-found .ch-notice {
    width: 489px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    display: block;
    margin: 32px auto 20px;
}

.not-found .en-notice {
    width: 659px;
    font-size: 12px;
    max-width: 80%;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    margin: 0 auto 50px;
}

.re-ba-button a {
    display: inline-block;
    margin-right: 20px;
    width: 120px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(227, 56, 66, 1);
    font-size: 14px;
    font-weight: 500;
    color: rgba(227, 56, 66, 1);
    line-height: 27px;
}

.re-ba-button {
    margin-bottom: 50px;
}

.re-ba-button a:hover {
    background-color: rgba(227, 56, 66, 1);
    color: white;
    border: 2px solid rgba(227, 56, 66, 1);
}

@media(max-width:768px) {
    .not-found {
        padding: 30px;
    }
    .not-found h1 {
        font-size: 16px;
        margin: 0px auto;
    }
    .not-found .ch-notice {
        font-size: 14px;
        margin: 20px auto 20px;
    }
    .not-found .en-notice {
        font-size: 12px;
        margin: 0 auto 20px;
    }
    .news-list-navigation .pagination li a {
        margin: 0;
    }
    .news-list-navigation .pagination>li>a, .news-list-navigation .pagination>li>span {
        padding: 6px 0px;
        width: 33px;
    }
    .news-list-navigation .pagination {
        text-align: center;
    }
    .news-list-navigation .pagination>li {
        display: inline-block;
    }
    .gotopage {
        margin-top: 10px;
        display: block;
        width: 100%;
    }
    .news-list-navigation {
        margin: 30px auto;
    }
}

.gotopage input {
    padding: 6px 2px;
    text-align: center;
    max-width: 33px;
    border: 1px solid #ececec;
    margin-left: 2px;
    -webkit-appearance: none!important;
    border-radius: 0px;
}

.gotopage button {
    width: 4em;
    background: transparent;
    height: 32px;
    border: 0;
    border: 1px solid #ececec;
    -webkit-appearance: none!important;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.gotopage button:hover {
    color: white;
    background: #E33842;
}

.gotopage>* {
    display: inline-block;
    margin-left: 3px;
}

#phone .bottom-code {
    color: white;
    text-align: center
}

.page-wrapper>.container {
    min-height: 500px;
}

@media screen and (max-width: 769px) {
    .bottom-code .chat-img span {
        text-align: center;
        color: white;
    }
    .bottom-code {
        text-align: center;
    }
    .bottom-code .chat-img {
        display: inline-block;
        float: none;
    }
}

.bottom-pc .bottom-content-list {
    float: none;
    margin-right: 0px;
}

.bottom-pc .bottom-content {
    display: flex;
    -js-display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#pc .service-list>div {
    float: none;
    margin-right: 15px;
}

#pc .service-list {
    display: flex;
    -js-display: flex\9;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

#pc .service-words {
    padding-top: 285px;
}

#phone .policy {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#phone .policy {
    padding: 1.25rem 0;
}

#phone .policy img {
    height: auto;
}

#phone .policy a {
    display: block;
    width: 30%;
}

#phone .policy img {
    margin: 0 auto;
    display: block;
    width: 95%;
}

#phone .policy {
    padding-bottom: 0rem;
}

#phone .policy a:nth-child(4), #phone .policy a:last-child {
    position: relative;
    top: -3.5em;
    height: 7.5em;
}

#pc .video-but {
    width: 30px!important;
    height: 30px!important;
}

#pc .about-us-video .video-js {
    width: 100%!important;
    height: 100%!important;
}

#pc .words-bottom {
    position: relative;
}

#pc .video-swiper {
    height: 120px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#pc .video-item {
    display: none;
}

#pc .video-item:first-child {
    display: block;
}

#pc .video-swiper-item img {
    width: 90%;
}

#pc .video-but {
    position: static!important;
    margin: 0!important;
    display: inline-block;
}

#pc .swiper-button-next.video-but.banner-button-next {
    margin-left: 14px!important;
}

#pc .video-js .vjs-big-play-button {
    width: 3em!important;
    height: 3em!important;
    border-radius: 50%!important;
    top: calc(50% - 1.5em)!important;
    left: calc(50% - 1.5em)!important;
    top: 48% !important\9;
    left: 48% !important\9;
}

#pc .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 2.5em;
    line-height: 1.2em;
}

#phone video {
    max-width: 100%!important;
}

#phone .video-swiper-item.swiper-slide {
    width: 16.16rem!important;
    max-width: 100%!important;
    padding: 10px;
}

#phone .video-swiper-item.swiper-slide:first-child {
    padding-left: 30px;
}

#phone .video-swiper-item.swiper-slide:last-child {
    padding-right: 30px;
}

#phone .video-swiper-item.swiper-slide>div {
    max-width: 100%;
}

#phone .video-js .vjs-big-play-button {
    width: 1.5em!important;
    height: 1.5em!important;
    border-radius: 50%!important;
    top: calc(50% - 0.75em)!important;
    left: calc(50% - 0.75em)!important;
}

#phone .video-contr-area {
    display: none;
}

#phone .aboutus .aboutus-info {
    padding-bottom: 100px;
    height: auto;
}

#phone .aboutus {
    height: auto;
}

#phone .video-swiper {
    margin-top: -100px;
}

.border-gray {
    border: 1px solid rgba(239, 239, 239, 1);
    padding: 10px;
}

.vopcard {
    display: flex;
    -js-display: flex;
    justify-content: center;
}

.vopcard>div {
    margin: 10px;
}

.bottom-phone .notice {
    background: #535353;
}

.bottom-phone .notice p {
    margin: 0;
    padding-bottom: 10px;
    color: white;
}

/*信息披露 选项卡*/

.tab-content.style-scroll #tab-content-nav,#tab-content-menu {
    margin: 20px 0;
    text-align: center;
    background: white;
    justify-content: center;
    text-align: left;
    border-bottom: 1px solid #EEEEEE;
    white-space: nowrap;
}

.tab-content.style-scroll #tab-content-nav li,#tab-content-menu li {
    width: auto;
}

#tab-content-nav::-webkit-scrollbar {
    display: none;
}

.tab-content.style-scroll #tab-content-nav li ,#tab-content-menu li{
    display: inline-block;
    float: none;
    font-family: PingFang SC;
    font-weight: 600;
    color: #D24748;
    margin: 0 20px;
}

.tab-content.style-scroll #tab-content-nav li:first-child,#tab-content-menu li:first-child {
    margin-left: 0;
}

.tab-content.style-scroll #tab-content-nav li,#tab-content-menu li {
    position: relative;
}

.tab-content.style-scroll #tab-content-nav li a:after ,#tab-content-menu li a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #E5E5E5;
    position: absolute;
    top: 0;
    right: -22px;
}

.tab-content.style-scroll #tab-content-nav li:last-child a:after ,#tab-content-menu li:last-child a:after {
    display: none;
}

.tab-content.style-scroll #tab-content-nav a:hover ,#tab-content-menu  a:hover{
    background: white;
    color: #333333;
}

.tab-content.style-scroll #tab-content-nav a ,#tab-content-menu a {
    float: none;
    padding: 0;
}

.tab-content.style-scroll #tab-content-nav li ,#tab-content-menu li {
    padding: 22px 0;
    background: none!important;
    white-space: nowrap;
}

.tab-content.style-scroll #tab-content-nav li a {
    background: none!important;
}

.tab-content.style-scroll #tab-content-nav #current ,#tab-content-menu #current{
    background: none;
    border-bottom: 3px solid #D24748;
}

.tab-content.style-scroll #tab-content-nav #current a ,#tab-content-menu #current a {
    color: #D24748!important;
}

.tab-content.style-scroll #tab-content-menu a{
    color: #333!important;
}

.tab-content.style-scroll table {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.tab-content.style-scroll table.borderVisible td {
    border: 1px solid #ddd!important;
    vertical-align: middle;
}

.tab-content.style-scroll .art-content table tr:first-child {
    background: #e33842;
}

.tab-content.style-scroll table td {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.tab-content.style-scroll .art-content table tr:first-child td, .tab-content.style-scroll .art-content table tr:first-child td span, .tab-content.style-scroll .art-content table tr:first-child td p {
    color: white;
}

@media(min-width:768px) {
    .tab-content.style-scroll #tab-content-nav , #tab-content-menu{
        margin: 0 0 40px;
    }
    .tab-content.style-scroll #tab-content-nav li ,#tab-content-menu li{
        font-size: 19px;
    }
}

@media(max-width:1200px) {
    .tab-content.style-scroll #tab-content-nav li ,#tab-content-menu li  {
        font-size: 15px;
    }
    .tab-content.style-scroll #tab-content-nav ,#tab-content-menu {
        margin: 0 0 20px;
    }
    .tab-content.style-scroll #tab-content-nav li ,#tab-content-menu li{
        padding: 15px 0;
        background: none!important;
        white-space: nowrap;
    }
}

.tab-content.style-scroll #tab-content-nav ,#tab-content-menu{
    margin-bottom: 18px;
}

.tab-nav2 {
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    display: inline-block;
    margin-right: 22px;
    margin-bottom: 34px;
}

.tab-nav2 a {
    color: #333333;
}

.tab-nav2.current2 {
    background: #D24748;
}

.tab-nav2.current2 a {
    color: white;
}

.tab-nav2 a {
    display: block;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 600;
    padding: 6px 17px;
    outline: none!important;
}

@media(max-width:768px) {
    .tab-content.style-scroll #tab-content-nav  ,#tab-content-menu{
        overflow-x: scroll;
    }
    .tab-content.style-scroll .art-content {
        overflow-x: auto;
    }
    .tab-nav2 {
        margin: 0 10px 10px 0;
    }
    .tab-nav2 a {
        font-size: 14px;
    }
}

.tab-content.style-scroll #tab-content-nav li:last-child a:after  ,#tab-content-menu li:last-child a:after{
    display: none;
}

#tab-content-nav {
    position: relative;
}

.ulNext-left, .ulNext-right {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    z-index: 2;
    text-align: center;
    color: #999;
    top: calc(50% - 11px);
}

.ulNext-left {
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACpSURBVChTY2TAAqysrBKYmZnZmKF8OLCwsIhLSEhY8ObNm/tQIQiwtLSMnzlz5n9vb+9aqBAEAHXEgiR8fHzqoEIQ4OHhUQGSABkJFQIDJhDx58+fnyCajY2NE0TDANhB9+7dO/H8+fNriYmJC1lYWNhv3LixFy4JAiDJFy9e3AgPD58I9AbLzZs396N45dmzZ1eBCq5HRERM5uDg4MUaCKamphGMjIxMAD7hPQXSFhTIAAAAAElFTkSuQmCC);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

.ulNext-right {
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACQSURBVChTYxYWFo7i5OTU/v79+xUGdKCnp9czc+bM/0JCQmFQIVSgqanZDFUQDhVCBVpaWm0gBYKCgqFQIVQgKSmZDlIgJydXCOIzgUWh4M+fP99BNAsLCztYAAbU1NTqQLpERERioUIQoKqqWguSEBUVjYcKQYChoeFEqEQcVAgBJCQk0sTExBKgXCTAwAAADDsodlj0nl0AAAAASUVORK5CYII=);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

.tab-content.style-scroll .mainCon .content {
    margin-top: 25px;
}

.nav2WC.canScroll {
    position: relative;
}

.nav2WC.canScroll {
    position: relative;
    padding: 0 25px;
}
#tab-content-menu a{
	position:relative;
}
.tabHtml .crumbs-box a:last-child{
	display:none;
}
.tabHtml .crumbs-box span:nth-last-child(2){
	display:none;
}
.tabHtml .crumbs-box a:nth-last-child(3){
	color:#E43942;
}
.tabHtml .news-list{

    margin-top:0;

}
.head-nav{
    display: flex;
    align-items: center;
}
/*退出/注销*/
.dropdown-menu{
	display: none;
  	position: absolute;
  	top: 100%;
  	right: 0;
 	background: #ffffff;
  	border: 1px solid #ccc;
  	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  	z-index: 999;
  	min-width: 100px;
}
.menu-item{
	text-align: center;
  	margin: 5px;
}
.menu-item:hover{
  color:rgb( 226, 42, 0);
}
#confirmOverlay{
	position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.5); 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    z-index: 99999;
}
.cancelWrap{
	background: #ffffff; 
    border-radius: 8px; 
    text-align: center; 
    max-width: 360px;
}
.cancelP{
	padding:20px;
}
.cancelBtn{
	width: 50%;
    height: 40px;
    text-align: center;
  	border:none;
  	color:#ffffff
}
#cancelCancel{
  	background:#999999;
  	float:left;
}
#confirmCancel{
	background:#ba1c21;
}







