﻿
@font-face
{
font-family: SourceHanSansCN-Bold;
src: url('./fonts/SourceHanSansCN-Bold.otf');
}
@font-face
{
font-family: SourceHanSansCN-Regular;
src: url('./fonts/SourceHanSansCN-Regular.otf');
}
body{
    font-family: SourceHanSansCN-Regular !important;
}
/*.bx-nav-tow .bx-nav{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}*/
/*.bx-nav-tow .bx-nav ul li:first-child i{
    background: url(../images/nav_icon1.png);
    background-size: 100% 100%;
}
.bx-nav-tow .bx-nav ul li:nth-child(2) i{
    background: url(../images/nav_icon2.png);
    background-size: 100% 100%;
}
.bx-nav-tow .bx-nav ul li:nth-child(3) i{
    background: url(../images/nav_icon3.png);
    background-size: 100% 100%;
}
.bx-nav-tow .bx-nav ul li:nth-child(4) i{
    background: url(../images/nav_icon4.png);
    background-size: 100% 100%;
}
.bx-nav-tow .bx-nav ul li:nth-child(5) i{
    background: url(../images/nav_icon5.png);
    background-size: 100% 100%;
}
.bx-nav-tow .bx-nav ul li i{
    margin-right: 5px;
}
.bx-nav-tow .bx-nav ul li:first-child a:hover i,
.bx-nav-tow .bx-nav ul li:first-child a.focus i{
    background: url(../images/nav_icon_active1.png);
    background-size: 100% 100%;
}
.bx-nav-tow .bx-nav ul li:nth-child(2) a:hover i,
.bx-nav-tow .bx-nav ul li:nth-child(2) a.focus i{
    background: url(../images/nav_icon_active2.png);
    background-size: 100% 100%;
}
.bx-nav-tow .bx-nav ul li:nth-child(3) a:hover i,
.bx-nav-tow .bx-nav ul li:nth-child(3) a.focus i{
    background: url(../images/nav_icon_active3.png);
    background-size: 100% 100%;
}
.bx-nav-tow .bx-nav ul li:nth-child(4) a:hover i,
.bx-nav-tow .bx-nav ul li:nth-child(4) a.focus i{
    background: url(../images/nav_icon_active4.png);
    background-size: 100% 100%;
}
.bx-nav-tow .bx-nav ul li:nth-child(5) a:hover i,
.bx-nav-tow .bx-nav ul li:nth-child(5) a.focus i{
    background: url(../images/nav_icon_active5.png);
    background-size: 100% 100%;
}*/
.bx-nav-tow .bx-nav ul li a:hover span,
.bx-nav-tow .bx-nav ul li a.focus span {
    color: #6E7FFF;
}
.bx-nav-tow .bx-nav ul li span{
    font-size: 18px;
    color: #666;
    display:inline-block;
    position:relative;
    vertical-align:top !important;
}
.bx-nav-tow .bx-nav ul li a:hover span:before,
.bx-nav-tow .bx-nav ul li a.focus span:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #6E7FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bx-logo2{
    width:20%;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid #6e7fff;
    opacity: 1;
    background: none;
    margin: 0 10px !important;
}
    .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #6e7fff;
    }
.banner .swiper-pagination{
    bottom: 8% !important;
}
.big-title{
    text-align: center;
}
    .big-title p {
        font-size: 30px;
        color: #666666;
        letter-spacing: 1px;
        /*font-family: SourceHanSansCN-Regular;*/
    }
.big-title h1{
    font-size: 42px;
    color: #000;
    /*font-family: SourceHanSansCN-Regular;*/
}
.pro-img {
    height: 260px;
    /*background: #f3f4fa;*/
    position: relative;
    overflow: hidden;
}
.pro-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.home-product{
    position: relative;
    padding: 0 60px;
}
ul.home-pro-nav{
    text-align: center;
    margin: 60px 0 40px 0;
}
.home-pro-nav li{
    display: inline-block;
/*    margin: 0 45px;*/
    width:20%;
}
.home-pro-nav li a{
    font-size: 20px;
    color: #666;
    display: inline-block;
    line-height: 50px;
    border-bottom: 2px solid transparent;
}
.home-pro-nav li.active a{
    border-bottom: 2px solid #000;
    color: #000;
}
.home-product .swiper-slide p{
    line-height: 80px;
    border-bottom: 1px solid #666;
    color: #666;
    font-size: 16px;
}
.home-product .swiper-slide a:hover p {
    border-color: #000;
    color: #6e7fff;
}
.home-product .swiper-slide a:hover img {
    transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);
}
/*.home-product .swiper-slide a:hover .pro-img:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(110,127,255,0.3);
    z-index: 10;
}*/
.home-product .swiper-button-prev,
.home-product .swiper-button-next {
    background: none;
    text-align: center;
}
.home-product .swiper-button-prev i,
.home-product .swiper-button-next i{
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
.more-box a{
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #333;
    color: #333 !important;
    text-align: center;
    font-size: 18px;
    border-radius: 25px;
}
    .more-box a:hover {
        background-color: #6e7fff !important;
        color: #fff !important;
        border-color:#6E7FFF;
    }
.home-news-list li{
    float: left;
    width: 25%;
    padding: 10px;
}
.home-news-list li a{
    display: block;
}
.home-news-list li a:hover p:last-child{
    color: #6e7fff;
}
.bx-bg-f6 {
    background: #f3f4fa;
}
.home-news-item p:last-child{
    color: #333;
    font-size: 16px;
    transition: all linear .3s;
}
.home-news-item p:nth-child(2){
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 5px 0;
}
.bx-ptb80{
    padding: 80px 0;
}
.footer {
    background: #272727;
    color: #666;
    padding: 0 60px;
}
.footer-top{
    padding: 50px 0 20px 0;
}
.footer-bottom > div {
    border-top: 1px solid #666;
    font-size: 14px;
    padding: 20px 0;
    color: #5a5d62;
}
    .footer-bottom > div a {
        color: #5a5d62;
    }
        .footer-bottom > div a:hover {
            color: #6E7FFF;
        }
        .footer-nav li {
            float: left;
            font-size: 16px;
            margin-right: 10%;
        }
.footer-nav ul li a {
    color: #9ea2a5;
}
.footer-top-right{
    width: 54%;
}
.footer-top-left{
    width: 46%;
}
.footer-nav li a.active,
.footer-nav li a:hover{
    color: #fff;
}
.footer-wechat-box{
    width: 95px;
    height: 91px;
    line-height: 95px;
    background: url(../images/wechat-box.png);
    background-size: 100% 100%;
    text-align: center;
    margin: 0 auto;
}
.footer-wechat-box img{
    vertical-align: middle;
    margin-top: -4px;
}
.footer-content>div{
    width: 50%;
}
    .footer-content > div.pull-left{
        width:60%;

    }
    .footer-content > div.pull-right {
        width:40%;
    }
    .footer-content > div.pull-left p {
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 16px;
        padding-left:28px;
        position:relative;
    }
.footer-content>div.pull-left p img{
    margin-right:5px;
    position:absolute;
    left:0;
    top:5px;
}
    .footer-content > div.pull-left p span{
        color: #6c7073;
    }
.footer-wechat p {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    color: #5a5d62;
}
.product-content li{
    float: left;
    width: 25%;
    padding: 18px;
}
.product-content ul{
    margin: 0 -18px;
}
.product-img {
    height: 280px;
    background: #f3f4fa;
    position: relative;
    overflow: hidden;
}
.product-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: all linear .3s;
    width:100%;
    height:auto;
}
.product-content ul li a:hover img{
    transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);
}
.product-content ul li a p{
    font-size: 20px;
    color: #000;
    margin: 10px 0;
}
.product-content ul li a:hover p {
    color:#6E7FFF;
}
.product-list {
    margin-top: 20px;
}
.product-title h1{
    color: #000;
    padding-left: 35px;
    position: relative;
}
    .product-title h1>img {
        display:inline-block;
        width:150px;
        margin-left:10px;

    }
    .product-title h1:before {
        content: '';
        width: 6px;
        height: 35px;
        background: url(../images/product-icon.png) no-repeat;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -17px;
    }
.news-list ul{
    margin: 0 -20px;
}
.news-list ul li{
    padding: 20px;
}
.news-list ul li:nth-child(6n+1){
    width: 75%;
}
.news-list ul li{
    width: 25%;
    float: left;
}
.news-list ul li:nth-child(6n+4){
    float: right;
    width: 75%;
}
.news-list ul li:nth-child(3n+2),
.news-list ul li:nth-child(3n+1){
    margin-top: 30px;
}
.news-list ul li a{
    display: block;
    border-bottom: 2px solid #999999;
    padding-bottom: 30px;
}
.news-list ul li:nth-child(6n+4) .news-img,
.news-list ul li:nth-child(6n+1) .news-img{
    height: 520px;
    position: relative;
    overflow: hidden;
}
.news-list ul li .news-img{
    height: 170px;
    position: relative;
    overflow: hidden;
    
}
    .news-list ul li:nth-child(6n+4) .news-img {
        height:511px;
    }
    .news-list ul li .news-img img,
    .news-list ul li:nth-child(6n+1) .news-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: cover;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        min-height: 100%;
        min-width: 100%;
        transition: all linear .3s;
    }
.news-list ul li h1{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    height: 17px;
    line-height: 17px;
}
.news-list ul li:nth-child(3n+1) h1{
    font-size: 20px;
    line-height: 22px;
    height: 22px;
}
.news-list ul li p.bx-text-p2{
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    color: #666;
}
.news-list ul li .news-info{
    padding-top: 10px;
}
.news-list ul li .news-info .news-date{
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
    height:22px;
    line-height:22px;
}
.news-list ul li:nth-child(6n+1) .news-info{
    position: relative;
    padding-right: 150px;
    padding-top: 20px;
}
.news-list ul li:nth-child(6n+3){
    padding-top: 12px;
}

.news-list ul li:nth-child(6n+1) .news-info .news-date{
    position: absolute;
    right: 10px;
    top: 50%;
}
.news-list ul li a:hover{
    border-color: #6e7fff;
}
/* .news-list ul li a:hover h1{
    color: #6e7fff;
} */
.news-list ul li:nth-child(6n+1) a:hover .news-img img,
.news-list ul li a:hover img{
    transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);
}
.news-banner {
    background: #f3f4fa;
    height: 310px;
    position: relative;
}
.news-banner h1{
    font-size: 40px;
    color: #000;
    margin-bottom: 5px;
    line-height:1.5;
}
.news-banner .container{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    padding: 0 11%;
}
.news-detail{
    padding: 0 11%;
}
    .news-detail p {
        text-indent:2em;
    }
    .about-box {
        width: 80%;
        margin: 0 auto;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 13px 5px rgba(113,123,140,.2);
        padding: 50px 80px;
        position: relative;
        top: -50px;
    }
.about-box h1{
    font-size: 30px;
    vertical-align: middle;
}
.about-box h1 span{
    font-size: 30px;
    position: relative;
    left: 10px;
    color: rgba(153,153,153,0.15);
    vertical-align: middle;
}
.about-box>div p{
    line-height: 22px;
    font-size: 14px;
    color: #000;
}
.hzhb-list li{
    float: left;
    width: 20%;
    padding: 10px;
}
.hzhb-list ul{
    margin: 0 -10px;
}
.hzhb-list li a .img-box{
    display: block;
    background: #fff;
    box-shadow: 0px 0px 20px 2px #eee;
    height: 180px;
    position: relative;
}
.hzhb-list li a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.hzhb-list li a:hover img{
    transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);
}

.hzhb-list li a p{
    font-size: 16px;
    color: #333;
    margin: 20px 0;
    text-align:center;
}
.hzhb-list li a:hover p{
    color: #000;
}
.hzhb-list li a{
    display: block;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.hzhb-list li a:hover{
    border-color: #c4c4c4;
}
.lx-img{
    width: 83px;
    height: 55px;
    margin: 0 auto;
}
.lxwm .content .row .col-md-4{
    position: relative;
}
.lxwm .content .row .col-md-4:first-child .lx-img{
    background: url(../images/lxwm1.png);
    background-size: 100% 100%;
}
.lxwm .content .row .col-md-4:nth-child(2) .lx-img{
    background: url(../images/lxwm2.png);
    background-size: 100% 100%;
}
.lxwm .content .row .col-md-4:nth-child(3) .lx-img{
    background: url(../images/lxwm3.png);
    background-size: 100% 100%;
}
.lxwm .content p{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #666;
}
.lxwm .content{
    margin-top: 60px;
    margin-bottom: 60px;
}
.lxwm .content .row .col-md-4:hover p{
    color: #6e7fff;
}
.lxwm .content .row .col-md-4:first-child:hover .lx-img{
    background: url(../images/lxwm1_active.png);
    background-size: 100% 100%;
}
.lxwm .content .row .col-md-4:nth-child(2):hover .lx-img{
    background: url(../images/lxwm2_active.png);
    background-size: 100% 100%;
}
.lxwm .content .row .col-md-4:nth-child(3):hover .lx-img{
    background: url(../images/lxwm3_active.png);
    background-size: 100% 100%;
}
.lxwm-show{
    text-align: center;
    font-size: 16px;
    display: none;
    position: absolute;
    width: 100%;
    color: #6e7fff;
}
.lxwm .content .row .col-md-4:hover .lxwm-show{
    display: block;
}
.header-nav2{
    text-align:center;
}
.NavTwoList {
    width: 24%;
    display: inline-block;
    vertical-align:top;
}
.join-nav {
    text-align: center;
}
.join-nav li{
    display: inline-block;
    width: 232px;
    background: #f9f9f9;
    border-radius: 10px;
    margin: 0 30px;
    
}
.join-img{
    width: 90px;
    height: 90px;
}
.join-nav li a {
    display: block;
    position: relative;
    height: 270px;
    background-color: #f3f4fa;
}
.join-nav li a>div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.join-nav li:first-child .join-img{
    background: url(../images/join-icon1.png) no-repeat;
    background-position: center center;
}
.join-nav li:nth-child(2) .join-img{
    background: url(../images/join-icon2.png) no-repeat;
    background-position: center center;
}
.join-nav li:nth-child(3) .join-img{
    background: url(../images/join-icon3.png) no-repeat;
    background-position: center center;
}
.join-nav li:nth-child(4) .join-img {
    background: url(../images/join-icon4.png) no-repeat;
    background-position: center center;
}
.join-nav li p{
    font-size: 26px;
    margin-top: 10px;
}
.join-nav li a:hover p,
.join-nav li.active p {
    /* background: linear-gradient(to right, #237aef, #1baefe);
    -webkit-background-clip: text;
    color: transparent;*/
    color: #6e7fff;
}
    .join-nav li.active p a,.join-nav li:hover p a {
        background-color: #fff;
    }
    .join-nav li:hover,
    .join-nav li.active {
        background: #fff;
        box-shadow: 0px 0px 20px 2px #ccc;
    }
.join-nav li:first-child a:hover .join-img,
.join-nav li:first-child.active .join-img{
    background: url(../images/join-icon1_active.png) no-repeat;
    background-position: center center;
}
.join-nav li:nth-child(2) a:hover .join-img,
.join-nav li:nth-child(2).active .join-img{
    background: url(../images/join-icon2_active.png) no-repeat;
    background-position: center center;
}
.join-nav li:nth-child(3) a:hover .join-img,
.join-nav li:nth-child(3).active .join-img{
    background: url(../images/join-icon3_active.png) no-repeat;
    background-position: center center;
}
.join-nav li:nth-child(4) a:hover .join-img,
.join-nav li:nth-child(4).active .join-img {
    background: url(../images/join-icon4_active.png) no-repeat;
    background-position: center center;
}
.table-header table{
    width: 100%;
    border: none;
}
.table-header {
    background: #f3f4fa;
    position: relative;
    z-index: 10;
}
.table-header table tr td{
    height: 144px;
    color: #333;
    font-size: 26px;
    width: 20%;
}
.table-body table{
    width: 100%;
    border: none;
}
.table-body{
    position: relative;
    top: -70px;
    z-index: 1;
}
.table-body table tr td{
    height: 70px;
    border: none;
    font-size: 20px;
    color: #666;
    width: 20%;
    cursor:pointer;
}
    .table-body table tr:hover td {
        color:#000;
    }
        .table-body table tr:hover td a {
            color:#000;
        }
         .table-body table tr td a {
            color: #666;
        }
.table-body table tr td a:hover{
    color: #000;
}
.table-header table tr td:nth-child(2),
.table-header table tr td:nth-child(3),
.table-header table tr td:nth-child(4) {
    text-align:center;
}
.table-header table tr td:nth-child(5) {
    text-align:right;
}
.table-body table tr td:nth-child(2),
.table-body table tr td:nth-child(3),
.table-body table tr td:nth-child(4) {
    text-align: center;
}
.table-body table tr td:nth-child(5) {
    text-align: right;
}

.joindetail1 {
    box-shadow: 0px 0px 20px 2px #ccc;
    border-radius: 10px;
    position: relative;
    top: -67px;
    padding: 60px;
    background: #fff;
}
.joindetail1 ul li{
    float: left;
    width: 20%;
    font-size: 18px;
    color: #666;
}
.joindetail1 ul li span:first-child{
    color: #000;
}
.joindetail1 h1{
    margin-bottom: 40px;
    font-size: 32px;
}
.join-detail2>div{
    margin: 20px 0;
    padding: 0 60px;
}
    .join-detail2 > div:nth-child(2) {
        margin-top:50px;
    }
    .join-detail2 h1 {
        margin-bottom: 20px;
        color: #000;
    }
.join-detail2 p{
    font-size: 16px;
    color: #666;
    line-height: 25px;
}
.join-detail2{
    margin-bottom: 70px;
}
.header-tel{
    height: 32px;
    width: 190px;
    border-radius: 16px;
    border: 1px solid #333;
    color: #333;
    line-height: 30px;
    padding: 0 16px;
    display: inline-block;
}
.header-tel span{
    font-size: 18px;
}
.header-tel i{
    font-size: 16px;
}
.header-tel-box{
    height: 80px;
    line-height: 80px;
    align-items: center;
    display: flex;
}
.bx-bg-f0{
    background: #f0f0f0;
}
.p-detail1{
    height: 470px;
}
.p-detail1 .pull-left{
    width: 37.5%;
    height: 100%;
    position: relative;;
}
.p-detail1 .pull-right{
    width: 62.5%;
    height: 100%;
    position: relative;
}
.p-detail1 .pull-left img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.p-detail1 .pull-left:before{
    content: '';
    width: 1px;
    height: 50%;
    top: 25%;
    right: 0;
    background: #000;
    position: absolute;
}
.p-detail1 .pull-right>div{
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.p-detail1 .pull-right h1{
    font-size: 34px;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}
.p-detail1 .pull-right h1:before{
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.p-detail1 .pull-right p{
    text-indent: 2em;
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.p-detail2{
    background: linear-gradient(to bottom ,#040000,#333333);
    padding: 150px 0;
}
.p-detail2-left{
    background:#fff;
    width: 70%;
    margin-left: 40px;
    padding: 90px 60px;
}
.p-detail2-left h1{
    margin-bottom: 60px;
    padding-bottom: 60px;
    line-height: 50px;
    position: relative;
}
.p-detail2-left h1:before{
    content: '';
    width: 80px;
    height: 1px;
    background: #6e7fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p-detail2-left p{
    line-height: 25px;
    color: #333;
    font-size: 16px;
}
.p-detail2-right p span{
    display: inline-block;
    line-height: 45px;
    height: 45px;
    color: #fff;
    background: #6e7fff;
    width: 200px;
    font-size: 24px;
    text-align: center;
}
.p-detail2-right p:first-child{
    text-align: center;
}
.p-detail2-right p{
    margin: 10px 0;
    font-size: 16px;
}
.p-detail3{
    background: url(../images/p-detail3.png);
    background-size: cover;
    padding: 180px 0 110px 0;
}
.p-detail3 .col-md-6>div{
    width:70%;
    margin: 0 auto;
}
.p-detail3 .col-md-6:nth-child(2)>div{
    margin-top: 400px;
}
.p-detail3 .col-md-6:nth-child(2)>div h1{
    text-align:right;
}
.p-detail3 p{
    margin: 25px 0 ;
    font-size: 16px;
    color: #999;
    line-height: 25px;
}
.p-detail4-top{
    background: #f0f0f0;
    padding: 80px 0 250px 0;
}
.p-detail4-top-title{
    margin-bottom: 120px;
}
.bx-fs50{
    font-size: 50px;
}
.p-detail4 p span{
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 1.2;
    background: #6e7fff;
    color: #fff;
}
.p-detail4-bottom{
    padding: 200px 0;
}
.p-detail4>img{
    position: absolute;
    left: 0;
    top: 56%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50%;
}
.p-detail5-item img{
    width: 30%;
}
.p-detail5-item{
    text-align: center;
    margin-top: 90px;
}
.p-detail5-item1{
    position: relative;
    right: -19%;
}
.bx-fs40{
    font-size: 40px;
}
.s-detail2{
    background: url(../images/sm-detail-bg.jpg);
    background-size: cover;
}
.bx-color-0{
    color: #000;
}
.s-detail2 p span{
    vertical-align: middle;
}
.s-detail3-list li{
    float: left;
    width: 33.3%;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.s-detail3-list li:nth-child(2){
    margin-top: 140px;
}
.s-detail3-list li:nth-child(3){
    margin-top: 330px;
}
.s-detail3-title{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.s-detail3 .bx-relative>img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.s-detail4{
    background: #000;
}
.s-detail4 li{
    float: left;
    width: 33.3%;
}
.s-detail4 ul{
    margin-top: 80px;
}
.s-detail5-left{
    background: #c4c4c4;
    text-align: right;
    width: 60%;
}
.s-detail5-right{
    display: inline-block;
    background: #c4c4c4;
    margin-top: 50px;
    width: 60%;
    text-align: left;
}
.header-nav2{
    display: none;
    position:absolute;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 99;
    background: #ffffff;

}
.bx-nav-tow .bx-nav ul li:hover .header-nav2{
    display: block;
}
.bx-nav-tow{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.header-nav2-bottom .but {
    font-size: 16px;
    color: #666;
    text-align:center;
    margin-top:5px;
}
    .header-nav2-bottom .but a{
        position:relative;
    }
        .header-nav2-bottom .but a::before{
            content:"";
            display:block;
            width:100%;
            height:1px;
            background-color:#666;
            position:absolute;
            left:0;
            top:50%;
            transform:translate(-120%,-50%);
        }
        .header-nav2-bottom .but a::after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background-color: #666;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(120%,-50%);
        }
    .header-nav2-bottom .but:hover a::after {
        background-color: #6E7FFF;
    }
    .header-nav2-bottom .but:hover a::before {
        background-color: #6E7FFF;
    }
    .header-nav2-top p {
        line-height: 70px;
        position: relative;
        border-left: 1px solid #d2dee4;
        text-align: center;
        font-size: 22px;
        color: #666;
    }
    .header-nav2-top p:hover {
        color:#000;
    }
        .header-nav2-top p:hover:before {
            background: #333333;
        }
    .header-nav2-top p.active {
        color:#000;
        }
    
    .header-nav2-top {
        background: #efefef;
    }
.header-nav2-top p:before{
    content: '';
    width: 3px;
    height: 35px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 5px;
}
.header-nav2-top p.active:before{
    background: #333333;
}
.header-nav2-bottom li a{
    display: inline-block;
    width: 100%;
    line-height: 44px !important;
    height: 44px !important;
    text-align: center;
    font-size: 14px;
}
.header-nav2-bottom li{
    width: 100%;
}
.header-nav2-bottom{
    padding-bottom: 40px;
}
    .header-nav2-bottom .NavTwoList {
        border-left: 1px solid #d2dee4;
        min-height: 220px;
    }
        .header-nav2-bottom .NavTwoList:first-child {
            border-left: none;
        }
        .header-nav2-bottom .NavTwoList a:hover {
            color: #6e7fff;
        }
.banner>img{
    display: block;
    margin: 0 auto;

}
.banner .swiper-slide{
    text-align: center;
}
.news-list-banner .container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
}
.news-list-banner .container p{
    margin-bottom: 35px;
}
.news-list-banner .container p:last-child{
    margin-bottom: none;
}
.news-list-banner .container p a{
    color: #dadada;
    font-size: 20px;
    line-height: 48px;
    margin-right: 30px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}
.news-list-banner .container p a.active{
    border-bottom: 2px solid #6e7fff;
}
.ny-banner-text,
.home-banner-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: left;
}
    .home-banner-text h1 {
        color:#fff;
        font-size:60px;
    }
    .home-banner-text p {
        font-size: 48px;
        color: #6e7fff;
        padding-left:237px;
        position:relative;
    }
        /*.home-banner-text p:before {
            content: '';
            width: 24px;
            height: 24px;
            border-radius: 12px;
            background: #6e7fff;
            position:absolute;
            top:50%;
            margin-top:-12px;
            left:90px;
        }
        .home-banner-text p:after {
            content: '';
            width: 60px;
            height: 2px;
            background: #6e7fff;
            position:absolute;
            left:114px;
            top:50%;
            margin-top:-1px;
        }*/
.product-banner h1 {
    font-size:78px;
    color:#fff;
    font-weight:bold;
}
.product-banner p {
    font-size:38px;
    color:#fff;
}
.prodetail-banner-text h1 {
    font-size: 56px;
    color: #4c4664;
    position: relative;
    font-weight: bold;
    line-height: 84px;
    letter-spacing: 6px;
}
    .prodetail-banner-text h1:before {
        content: '';
        width: 48px;
        height: 9px;
        background: #6B7EB7;
        position:absolute;
        left:0;
        bottom:-30px;
    }
.prodetail-banner-text {
    top:150px;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}
.about1 > img {
    position:absolute;
    top:30px;
    width:calc(100% - 20px);
}
.about1 {
    padding-top:150px;
}












@media(max-width:1430px) {
    .bx-head .bx-nav-tow .bx-nav ul li a{
        padding: 0 15px ;
    }
                .home-banner-text h1 {
                    font-size: 38px;
                }

                .home-banner-text p {
                    font-size: 24px;
                    
                }
        .prodetail-banner-text h1 {
            font-size: 36px;
            line-height:1.6;
        }

            .prodetail-banner-text h1:before {
                content: '';
                width: 36px;
                height: 6px;
                background: #6B7EB7;
                position: absolute;
                left: 0;
                bottom: -20px;
            }
}
@media(max-width:1230px){
    .bx-head .bx-nav-tow .bx-nav ul li a{
        padding: 0 10px ;
    }
    .bx-head .bx-nav-tow .bx-nav ul li span{
        font-size: 16px;
    }
    .bx-head .bx-nav-tow .bx-nav ul li i{
        width: 15px;
        height: 15px;
    }
}







@media(max-width:1000px) {
    .NavTwoList{
        width:100%;
    }
    .news-list ul li:nth-child(3n+1) h1 {
        font-size: 16px;
        height: 17px;
        line-height: 17px;
    }
    .about1 > img {
        top: 0;
    }
    .about1 {
        padding-top:120px;
    }
    .prodetail-banner-text {
        top: 40%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

    .home-banner-text h1 {
        font-size: 20px;
    }
    .prodetail-banner-text h1 {
        font-size: 18px;
        line-height: 1.3;
        letter-spacing:2px;
    }

        .prodetail-banner-text h1:before {
            content: '';
            width: 10px;
            height: 2px;
            background: #6B7EB7;
            position: absolute;
            left: 0;
            bottom: -10px;
        }

    .home-banner-text p {
        font-size: 16px;
        padding-left: 70px;
    }
/*        .home-banner-text p:before {
            content: '';
            width: 12px;
            height: 12px;
            border-radius: 12px;
            background: #6e7fff;
            position: absolute;
            top: 50%;
            margin-top: -6px;
            left: 20px;
        }
        .home-banner-text p:after {
            content: '';
            width: 30px;
            height: 2px;
            background: #6e7fff;
            position: absolute;
            left: 30px;
            top: 50%;
            margin-top: -1px;
        }*/
        .header-tel-box {
            display: none;
        }
    .banner .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
    }
    .bx-ptb80{
        padding: 30px 0;
    }
    .big-title p{
        font-size: 18px;
    }
    .big-title h1{
        font-size: 20px;
    }
    ul.home-pro-nav{
        margin: 20px 0 10px 0;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 15px;
    }
    .home-pro-nav li a{
        font-size: 16px;
        line-height: 30px;
    }
    .home-pro-nav li {
        margin: 0 20px;
        width:auto;
    }
    .home-product{
        padding: 0 30px;
    }
    .home-product .swiper-button-prev{
        left: 0 ;
    }
    .home-product .swiper-button-next{
        right: 0 ;
    }
    .home-product .swiper-slide p{
        line-height: 40px;
    }
    .more-box a{
        width:150px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }
    .home-news-list li{
        width: 50%;
    }
    .footer-nav{
        display: none;
    }

        .footer-top-left {
            width: 100%;
            text-align: center;
        }
    .footer-top{
        padding: 30px 0 20px 0;
    }
    .footer-top-right{
        width: 100%;
    }
    .footer{
        padding: 0 10px;
    }
    .footer-top-left.bx-pt40 {
        padding-top:10px !important;
    }
    .footer-top-left img {
        height: 80px;
    }
    .footer-content > div:first-child {
        display: none;
    }
    .footer-content>div:nth-child(2){
        width: 100%;
        margin-top: 20px;
    }
    .footer-bottom>div{
        padding: 10px 0;
    }
    .bx-nav-tow .bx-nav ul li a{
        height:60px !important;
    }
    .product-content li{
        width: 50%;
        padding: 5px;
    }
    .product-img{
        height:280px;
        padding:5px;
    }
    .product-title h1{
        font-size: 20px;
        padding-left: 10px;
    }
    .news-list ul li:nth-child(6n+1){
        width: 50%;
    }
    .product-content ul{
        margin: 0 -5px;
    }
    .product-content{
        margin-top: 20px;
    }
    .product-title h1:before{
        width: 3px;
        height: 20px;
        margin-top: -10px;
    }
    .news-list ul li:nth-child(6n+4) .news-img, .news-list ul li:nth-child(6n+1) .news-img{
        height: 170px;
    }
    .news-list ul li{
        width: 50%;
    }
    .news-list ul li:nth-child(6n+1) .news-info{
        padding-right: 0;
        position: static;
        padding-top: 10px;
    }
    .news-list ul li:nth-child(6n+1) .news-info .news-date{
        position: static;
    }
    .news-list ul li:nth-child(6n+1) h1{
        font-size: 16px;
        height: 17px;
        line-height: 17px;
    }
    .news-list ul li{
        padding: 10px 5px;
    }
    .news-list ul{
        margin: 0 -5px;
    }
    .news-list ul li a{
        padding-bottom: 20px;
    }
    .news-list ul li:nth-child(6n+4){
        width: 50%;
    }
    .news-list ul li:nth-child(3n+2), .news-list ul li:nth-child(3n+1){
        margin-top: 0;
    }
    .news-list ul li:nth-child(6n+3){
        padding-top: 10px;
    }
    .news-banner h1{
        font-size: 20px;
    }
    .news-banner{
        height: 160px;
    }
    .news-detail{
        padding: 0;
    }
    .about-box{
        width: 100%;
        padding: 10px;
        top: -30px;
    }
        .about-box h1 {
            margin-bottom:10px;
        }
        .about-box h1 span {
            font-size: 20px;
            left: 0;
        }
    .bx-Filter-list li div{
        padding-right: 30px !important;
    }
    .bx-Filter-list li:nth-child(2n) div{
        padding-left: 30px !important;
        padding-right: 0 !important;
    }
    .hzhb-list li{
        width: 50%;
        padding: 5px;
    }
    .hzhb-list ul{
        margin: 0 -5px;
    }
    .hzhb-list li a .img-box{
        height: 120px;
    }
    .hzhb-list li a img{
        max-width: 50%;
    }
    .hzhb-list li a p{
        margin: 10px 0;
        font-size: 16px;
    }
    .lxwm .content p{
        font-size: 16px;
    }
    .lxwm-show{
        display: block;
        position: static;
        color: #666;
        padding-top: 10px;
    }
    .join-nav li{
        width: 45%;
        margin: 0 1%;
    }
    .join-nav li p{
        font-size: 16px;
    }
    .join-nav li a{
        height: 150px;
    }
    .table-header table tr td{
        font-size: 14px;
    }
    .table-header table tr td{
        height: 60px;
    }
    .table-body table tr td{
        font-size: 12px;
        height: 60px;
    }
    .join-img {
        width:60px;
        height:60px;
    }
    .join-nav li:first-child .join-img {
        background: url(../images/join-icon1.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .join-nav li:nth-child(2) .join-img {
        background: url(../images/join-icon2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .join-nav li:nth-child(3) .join-img {
        background: url(../images/join-icon3.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }
    .join-nav li:nth-child(4) .join-img {
        background: url(../images/join-icon4.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .join-nav li:nth-child(2) a:hover .join-img, .join-nav li:nth-child(2).active .join-img,
    .join-nav li:nth-child(3) a:hover .join-img, .join-nav li:nth-child(3).active .join-img,
    .join-nav li:nth-child(2) a:hover .join-img, .join-nav li:nth-child(4).active .join-img,
    .join-nav li:first-child a:hover .join-img, .join-nav li:first-child.active .join-img {
        background-size: 100% 100%;
    }

    .table-body {
        top: -60px;
    }
    .joindetail1{
        padding: 20px 10px;
        top: -20px;
    }
    .joindetail1 h1{
        font-size : 24px;
        margin-bottom: 20px;
    }
    .joindetail1 ul li{
        width: 50%;
        font-size:16px;
    }
    .joindetail1 ul li:last-child{
        width: 100%;
    }
    .join-detail2>div{
        padding: 0;
    }
    .join-detail2 h1{
        font-size: 24px;
    }
    .header-nav2{
        display: none;
    }
    .p-detail1 .pull-right h1{
        font-size: 18px;
    }
    .p-detail1 .pull-left:before{
        right: -10px;
    }
    .p-detail1 .pull-right p{
        font-size: 14px;
    }
    .p-detail2{
    padding: 50px 0;
    }
    .p-detail2-left{
        width: 100%;
        margin-left: 0;
        padding: 30px 20px;
    }
    .p-detail2-left h1{
        font-size: 20px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .p-detail3{
        padding: 50px 0;
    }
    .p-detail3 .col-md-6:nth-child(2)>div{
        margin-top: 40px;
    }
    .p-detail4-top{
        padding: 30px 0;
    }
    .p-detail4-top-title{
        margin-bottom: 50px;
    }
    .bx-fs50{
        font-size: 24px;
    }
    .p-detail4-bottom{
        padding: 110px 0;
    }
    .p-detail4>img{
        top: 60%;
    }
    .bx-fs40{
        font-size: 20px;
    }
    .p-detail5-item{
        margin-top: 50px;
    }
    .bx-nav-tow .bx-nav ul li:hover .header-nav2{
        display: none;
    }
    .p-detail1 .pull-right>div{
        position: static;
        transform: none;
        left: 0;
        top: 0;
        margin: 0 auto;
    }
    .p-detail1{
        height: auto;
        padding: 20px 0;
        position: relative;
    }
    .p-detail1 .pull-left{
        position: absolute;
    }    
    .s-detail3-list li:nth-child(3){
        margin-top: 240px;
    }
    .s-detail3-list li:nth-child(2){
        margin-top: 120px;
    }
    .news-list-banner .container p{
        margin-bottom: 10px;
    }
    .news-list-banner .container p:last-child{
        margin-bottom: 0;
    }
    .news-list-banner .container p>img{
        width: 30% !important;
    }
    .news-list-banner .container p:nth-child(2)>img{
        width:20% !important;
    }
    .news-list-banner .container p a{
        line-height: 1;
        font-size: 16px;
        padding-bottom: 5px;
    }
    body .bx-logo2{
        float:left !important;
        width:30%;
        margin-left:10px;
    }
    .product-title h1 > img{
        width:100px;
    }
    .pro-img {
        height: 460px;
    }

}

@media (max-width: 526px) {
   .product-img {
        height: 210px;
        padding: 5px;
    }
    .pro-img {
       height: 362px;
    }

}