@charset "UTF-8";

@font-face {
  font-family: "PingFangSC-Medium-subfont";
  src: url("../fonts/PingFangSC-Medium-subfont.woff2") format("woff2"),
       url("../fonts/PingFangSC-Medium-subfont.woff") format("woff"),
       url("../fonts/PingFangSC-Medium-subfont.ttf") format("truetype"),
       url("../fonts/PingFangSC-Medium-subfont.eot") format("embedded-opentype"),
       url("../fonts/PingFangSC-Medium-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "PINGFANG BOLD-subfont";
    src: url("../fonts/PingFang Bold-subfont.woff2") format("woff2"),
       url("../fonts/PingFang Bold-subfont.woff") format("woff"),
       url("../fonts/PingFang Bold-subfont.ttf") format("truetype"),
       url("../fonts/PingFang Bold-subfont.eot") format("embedded-opentype"),
       url("../fonts/PingFang Bold-subfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "dinb";
  src: url("../fonts/dinb.woff2") format("woff2"),
       url("../fonts/dinb.woff") format("woff"),
       url("../fonts/dinb.ttf") format("truetype"),
       url("../fonts/dinb.eot") format("embedded-opentype"),
       url("../fonts/dinb.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "优设标题黑-subfont";
  src: url("../fonts/优设标题黑-subfont.woff2") format("woff2"),
       url("../fonts/优设标题黑-subfont.woff") format("woff"),
       url("../fonts/优设标题黑-subfont.ttf") format("truetype"),
       url("../fonts/优设标题黑-subfont.eot") format("embedded-opentype"),
       url("../fonts/优设标题黑-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Light-subfont";
  src: url("../fonts/Alibaba-PuHuiTi-Light-subfont.woff2") format("woff2"),
       url("../fonts/Alibaba-PuHuiTi-Light-subfont.woff") format("woff"),
       url("../fonts/Alibaba-PuHuiTi-Light-subfont.ttf") format("truetype"),
       url("../fonts/Alibaba-PuHuiTi-Light-subfont.eot") format("embedded-opentype"),
       url("../fonts/Alibaba-PuHuiTi-Light-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "简中黑-subfont";
  src: url("../fonts/简中黑-subfont.woff2") format("woff2"),
       url("../fonts/简中黑-subfont.woff") format("woff"),
       url("../fonts/简中黑-subfont.ttf") format("truetype"),
       url("../fonts/简中黑-subfont.eot") format("embedded-opentype"),
       url("../fonts/简中黑-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url("../fonts/SourceHanSansCN-Heavy-subfont.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Heavy-subfont.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Heavy-subfont.ttf") format("truetype"),
       url("../fonts/SourceHanSansCN-Heavy-subfont.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Heavy-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body{
    overflow: hidden;
}
@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}
@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #0057b0;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #0057b0;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #0057b0;
    }
    html {
        font-size: 34px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}
/* @media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
} */
@media (min-width: 1680px) {
    html {
        font-size: 40px!important;
    }
}
/* 重置表单样式 */
select::-ms-expand { display: none; }
input,select,textarea{
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;  
    padding: 0;
}
textarea{
  resize: none;
}
select::-ms-expand { display: none; }
/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
    color:#888;  
}  
input:-moz-placeholder{
    color:#888;
}  
input::-moz-placeholder{
    color:#888;
}  
input:-ms-input-placeholder {
    color:#888;
}  

textarea::-webkit-input-placeholder{
    color:#888;  
}  
textarea:-moz-placeholder{
    color:#888;
}  
textarea::-moz-placeholder{
    color:#888;
}  
textarea:-ms-input-placeholder {
    color:#888;
}
.barba-container{
    position: relative;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.35rem;
    background-color: #fff;
    z-index: 50;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
header.on{
    box-shadow: none;
}
.header-view{
    padding:0 5.73%;
}
header .logo{
    float: left;
    width: 5rem;
    /* margin-top: .25rem; */
}
header .logo img{
    display: block;
    width: 100%;
}
.header-right{
    float: right;
    font-size: 0;
    /* margin-top: .6rem; */
}
.pc-nav,
.buy-box,
.search-wrap{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.nav-btn{
    display: none;
}

.pc-nav li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 1.5rem;
    position: relative;
}
.pc-nav li:last-child{
    margin-right: 0;
}
.pc-nav li .tit{
    display: block;
    font-size: .4rem;
    line-height: 2.35rem;
    color: #444;
    font-family: "PINGFANG BOLD-subfont";
    transition:  all .3s;
}
.pc-nav li .navson{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.35rem;
    width: 2.875rem;
    background-color: #fff;
    box-sizing: border-box;
    padding: .3rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url('../img/navson-icon.png');
    background-size: .675rem;
    display: none;
}
.pc-nav li .navson a{
    display: block;
    font-size: .375rem;
    line-height: .4rem;
    padding: .3rem 0;
    text-align: center;
    color: #444;
    border-bottom: 1px solid #f5f5f5;
    transition: all .3s;
}
.pc-nav li .navson a:last-child{
    border-bottom: none;
}

.pc-nav .service .navson{
    width: 5rem;
}
.pc-nav li.cur .tit{
    color: #0057b0;
}
.pc-nav .pro-navson{
    display: none;
    position: fixed;
    left: 0;
    top: 2.35rem;
    width: 100%;
    text-align: center;
    background-color: #f3f4f6;
   /*  visibility: hidden;
    opacity: 0; */
}
.pc-nav .pro-navson .sec-item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 .7rem;
}
.pc-nav .pro-navson .sec-tit{
    display: block;
    position: relative;
}
.pc-nav .pro-navson .pro-tit{
    display: none;
}
.pc-nav .pro-navson .sec-tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #0057b0;
    transition: all .3s;
    transform: scaleX(0);
}
.pc-nav .pro-navson .sec-tit .icon,
.pc-nav .pro-navson .sec-tit .txt{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.pc-nav .pro-navson .sec-tit .icon{
    line-height: 2rem;
    width: 2rem;
    position: relative;
}
.pc-nav .pro-navson .sec-tit .icon img{
    width: 100%;
    transition: all .3s;
}
.pc-nav .pro-navson .sec-tit .icon .hover{
    position: absolute;
    left: 0;
    top: .64rem;
    opacity: 0;
}
.pc-nav .pro-navson .sec-tit .txt{
    font-size: .375rem;
    line-height: 1.75rem;
    color: #444;
    margin-left: .25rem;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.pc-nav .pro-navson .third-nav{
    display: none;
    position: absolute;
    left: 0;
    top: 1.75rem;
    width: 100%;
    background-color: #fff;
    font-size: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #f3f4f6;
}
.pc-nav .pro-navson .third-nav .third-item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 .5rem;
    vertical-align: top;
}
.pc-nav .pro-navson .third-nav .img{
    width: 5.5rem;
    background-color: #f3f4f6;
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s;
}
.pc-nav .pro-navson .third-nav .img img{
    width: 100%;
    transition: all .3s;
}
.pc-nav .pro-navson .third-nav .text{
    margin-top: .4rem;
}
.pc-nav .pro-navson .third-nav .title{
    font-size: .4rem;
    line-height: .5rem;
    color: #444;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.pc-nav .pro-navson .third-nav .con{
    font-size: .35rem;
    line-height: .4rem;
    color: #999;
    margin-top: .1rem;
    font-family: "PINGFANG BOLD-subfont";
}
.pc-nav .pro-navson .last-item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 1.25rem;
    padding-top: 1rem;
}
.pc-nav .pro-navson .last-item .ico{
    width: .75rem;
}
.pc-nav .pro-navson .last-item .ico img{
    width: 100%;
}
.pc-nav .pro-navson .last-item .type-tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #444;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: .4rem;
    text-align: left;
}
.pc-nav .pro-navson .last-item .more-btn{
    display: block;
    width: 3.75rem;
    height: 1.1rem;
    border-radius: 3px;
    background-color: #0057b0;
    font-size: .4rem;
    color: #fff;
    font-family: "PingFangSC-Medium-subfont";
    line-height: 1.1rem;
    text-align: center;
    margin-top: .75rem;
    background-image: url('../img/news-bear.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: .65rem;
}
.pc-nav .pro-navson .sec-item.cur .sec-tit .init{
    opacity: 0;
}
.pc-nav .pro-navson .sec-item.cur .sec-tit .hover{
    opacity: 1;
}
.pc-nav .pro-navson .sec-item.cur .sec-tit .txt{
    color: #0057b0
}
.pc-nav .pro-navson .sec-item.cur .sec-tit:before{
    transform: scaleX(1);
}

header.sec .pro-navson{
    display: block!important;
}
header.sec .pro-navson .third-nav{
    display: none!important;
}
header.sec .pc-nav .pro-navson .init-tit{
    display: none;
}
header.sec .pc-nav .pro-navson .pro-tit{
    display: block;
}

header .buy-box{
    position: relative;
    margin-left: 1.5rem;
}
header .buy-box .tit {
    display: block;
    font-size: .4rem;
    line-height: 2.35rem;
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .625rem;
    font-size: .4rem;
    color: #444;
    background-size: .45rem;
    background-image: url('../img/buy-tit.png');
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
header .buy-box .sub{
    position: absolute;
    left: 50%;
    top: 1.3rem;
    padding-top: .5rem;
    width: 4rem;
    transform: translateX(-50%);
    display: none;
}
header .buy-box .sub .list{
    border: 1px solid #dddfe2;
    box-shadow: 0 10px 21px rgba(0,0,0,.05);
    padding: .3rem .5rem 0;
    background-color: #f9fafb;
    position: relative;
}
header .buy-box .sub .list:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -.25rem;
    width: .45rem;
    height: .25rem;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
    background-image: url('../img/buy-sj.png');
}
header .buy-box .sub .list a{
    display: block;
    font-size: .35rem;
    line-height: .5rem;
    padding: .35rem 0 .35rem .8rem;
    background-repeat: no-repeat;
    background-position: left center;
    color: #333;
    border-bottom: 1px solid #e4e4e6;
    transition: all .3s;
}

.search-wrap{
    margin-left: 1.3rem;
    position: relative;
}
.search-wrap .search-btn{
    display: block;
    width: .9rem;
    height: .9rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .475rem;
    background-image: url('../img/search-btn.png');
}

.search-wrap .tit {
    display: block;
    font-size: .4rem;
    line-height: 2.35rem;
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .625rem;
    font-size: .4rem;
    color: #444;
    background-size: .45rem;
    background-image: url('../img/buy-tit.png');
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}


.search-dialog{
    position: absolute;
    right: 0;
    top: 0;
    width: 6.625rem;
    height: .9rem;
    border-radius: .45rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border-right: none;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.search-dialog input[type=text]{
    float: left;
    width: 65%;
    height: .5rem;
    line-height: .5rem;
    padding: .2rem .6rem;
    font-size: .35rem;
    color: #666;
    font-family: "PINGFANG BOLD-subfont";
    background-color: transparent;
}
.search-dialog input[type=submit]{
    width: .9rem;
    height: .9rem;
    border-radius: 100%;
    background-color: #333;
    border: 1px solid #333;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .475rem;
    background-image: url('../img/search-btn2.png');
    float: right;
    border: none;
    transition: all .3s;
}
.search-wrap.on .search-dialog{
    opacity: 1;
    visibility: visible;
}

.clearfixed{
    height: 2.35rem;
}
/* header end */
footer{
    position: relative;
    z-index: 3;
}
.footer-wrap{
    padding: .75rem 0;
    border-top: 1px solid #dcdcdc;
}
.footer-wrap .left{
    float: left;
    font-size: 0;
}
.footer-wrap .address-box,
.footer-wrap .tel-box,
.footer-wrap .focus-box{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: 1.5rem;
}
.footer-wrap .left .tit{
    font-size: .35rem;
    line-height: .4rem;
    margin-bottom: .2rem;
}
.footer-wrap .left .con{
    font-size: .35rem;
    line-height: .5rem;
    color: #666;
    width: 8.5rem;
}
.footer-wrap .left .tel{
    font-size: .6rem;
    line-height: .6rem;
    font-family: "dinb";
    color: #0057b0;
}
.focus-box .icon-box{
    font-size: 0;
}
.focus-box .icon-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: .4rem;
    position: relative;
}
.focus-box .icon-box .icon{
    display: block;
    width: .9rem;
    height: .9rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s;
}
.focus-box .icon-box .wechat .icon{
    background-image: url('../img/share-icon1.png');
}
.focus-box .icon-box .sina .icon{
    background-image: url('../img/share-icon2.png');
}
.focus-box .icon-box .tiktok .icon{
    background-image: url('../img/share-icon3.png');
}

.focus-box .icon-box .item .img-box{
    position: absolute;
    left: 50%;
    bottom: -4.55rem;
    transform: translateX(-50%);
    padding-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.focus-box .icon-box .item .img-box:before{
    content: "";
    position: relative;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;

    border-top-color: #000;
}
.focus-box .icon-box .item .img{
    width: 3.5rem;
    padding: .25rem;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 4px;
}
.focus-box .icon-box .item .img img{
    width: 100%;
}
.focus-box .icon-box .item:hover .img-box{
    visibility: visible;
    opacity: 1;
}

.footer-wrap .right{
    float: right;
}
.footer-wrap .right .link-box{
    font-size: 0;
}
.footer-wrap .right .link-box a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .4rem;
    color: #323131;
    margin-left: .8rem;
    transition: all .3s;
}
.footer-wrap .right .build{
    text-align: right;
    font-size: .35rem;
    line-height: .4rem;
    color: #323131;
    margin-top: .3rem;
}
.footer-wrap .right .build a{
    font-size: .35rem;
    line-height: .4rem;
    color: #323131;
    transition: all .3s;
}
/* footer end */
[data-namespace=about],
[data-namespace=online]{
    background-color: #f7f7f7;
}
.view{
    width: 75%;
    margin: 0 auto;
}
.ban-about{
    position: relative;
}
.ban-about img{
    width: 100%;
}
.ban-about .text-box{
    position: absolute;
    left: 0;
    bottom: 27%;
    width: 100%;
}
.ban-about .text-top{
    font-size: 0;
}
.ban-about .text-top .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 2.75rem;
}
.ban-about .text-top .tit{
    font-size: 1.8rem;
    line-height: 1.9rem;
    color: #fff;
    font-family: "dinb";
}
.ban-about .text-top .text-con{
    font-size: .5rem;
    line-height: .6rem;
    color: #fff;
    margin-top: .3rem;
    font-family: "PINGFANG BOLD-subfont";
}
.ban-about .text-box .con{
    font-size: .6rem;
    line-height: .8rem;
    color: #fff;
    margin-top: 1.5rem;
    font-family: "PingFangSC-Medium-subfont";
}
.about-box{
    position: relative;
    padding-bottom: 2.25rem;
}
.about-box .about-line{
    position: absolute;
    left: 0;
    top: -6.5rem;
}
.about-box .about-line img{
    width: 100%;
}
.about-list{
    margin-top: -3rem;
    position: relative;
    z-index: 3;
}
.about-list .row{
    margin: 0 -.625rem;
}
.about-list .item{
    box-sizing: border-box;
    padding: 0 .625rem;
}
.about-list .con-box{
    position: relative;
    display: block;
}
.about-list .con-box .img{
    padding-top:82.7%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.about-list .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    transition: all .3s;
}
.about-list .img img{
    width: 100%;
}
.about-list .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15.56% 17.77%;
}
.about-list .text .tit{
    font-size: .55rem;
    line-height: .6rem;
    color: #fff;
    /* font-family: "PingFangSC-Medium-subfont"; */
}
.about-list .text .line{
    width: 1rem;
    height: 2px;
    background-color: #fff;
    margin-top: .6rem;
}
.about-list .text .con{
    font-size: .85rem;
    line-height: 1.1rem;
    color: #fff;
    margin-top: .5rem;
    font-family: "PingFangSC-Medium-subfont";
}
.culture-box{
    margin-top: 3.5rem;
    position: relative;
}
.culture-box .bear-img{
    position: absolute;
    right: -2rem;
    left: auto;
    top: 3rem;
    width: 44.583%;
    transform: translateY(0);
}
.culture-box .bear-img img{
    width: 100%;
}
.culture-box .tit-box{
    position: relative;
}
.culture-box .tit-box .yin{
    position: absolute;
    left: 32.638%;
    bottom: -5.3rem;
    font-size: 13.35rem;
    line-height: 3rem;
    height: 3rem;
    color: #fff;
    font-family: "简中黑-subfont";
    z-index: 1;
}
.culture-box .tit-box .sub-tit{
    position: relative;
    z-index: 2;
    font-size: .45rem;
    line-height: .5rem;
    color: #0057b0;
    font-family: "PINGFANG BOLD-subfont";
}
.culture-box .tit-box .tit{
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: #0057b0;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: .5rem;
}
.culture-box .tit-box .desc{
    position: relative;
    z-index: 2;
    font-size: .5rem;
    line-height: .8rem;
    color: #333;
    margin-top: 1rem;
    font-family: "PINGFANG BOLD-subfont";
}
.culture-box .con{
    font-size: .4rem;
    line-height: .8rem;
    color: #333;
    margin-top: 1rem;
    font-family: "PINGFANG BOLD-subfont";
}
.develop-box{
    margin-top: 3rem;
    background-color: #fff;
    padding: 4.86% 6.25%;
    position: relative;
    z-index: 3;
}
.develop-box .develop-tit{
    font-size: .7rem;
    line-height: .8rem;
    color: #292929;
    font-family: "PINGFANG BOLD-subfont";
}
.develop-box .time-tab{
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}
.develop-box .time-tab:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background-color: #414141;
    opacity: .15;
}
.develop-box .time-tab .swiper-slide{
    width: auto;
    margin-right: 26.984%;
}
.develop-box .time-tab .swiper-slide:last-child{
    margin-right: 0;
}
.develop-box .time-tab a{
    font-size: .35rem;
    line-height: .4rem;
    color: #666;
    display: block;
    padding-bottom: .5rem;
    position: relative;
    transition: all .3s;
}
.develop-box .time-tab a:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background-color: #0057b0;
    border-radius: 100%;
    opacity: 0;
    transition: all .3s;
}

.develop-box .time-tab .swiper-slide.cur a{
    color: #0057b0;
}
.develop-box .time-tab .swiper-slide.cur a:before{
    opacity: 1;
}
.develop-box .text-tab{
    padding: 0 4.76%;
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
}
.develop-box .text-tab .left{
    float: left;
    width: 43.65%;
}
.develop-box .text-tab .left .img{
    float: left;
    width: 50%;
}
.develop-box .text-tab .left .img img{
    width: 100%;
}
.develop-box .text-tab .right{
    float: right;
    width: 43.65%;
}
.develop-box .text-tab .right .tit{
    font-size: .5rem;
    line-height: .8rem;
    color: #2e2e2e;
    font-family: "PINGFANG BOLD-subfont";
}
.develop-box .text-tab .right .con{
    font-size: .4rem;
    line-height: .8rem;
    color: #444;
    margin-top: .3rem;
    font-family: "PINGFANG BOLD-subfont";
}
.develop-box .text-tab .develop-prev,
.develop-box .text-tab .develop-next{
    position: absolute;
    width: .5rem;
    height: .5rem;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s;
}
.develop-box .text-tab .develop-prev{
    left: 0;
    background-image: url('../img/develop-prev.png');
}
.develop-box .text-tab .develop-next{
    right: 0;
    background-image: url('../img/develop-next.png');
}
.develop-box .text-tab .swiper-button-disabled{
    display: none;
}
.ban-honor{
    position: relative;
}
.ban-honor img{
    width: 100%;
}
.ban-honor .text-box{
    position: absolute;
    left: 0;
    bottom: 44.72%;
    width: 100%;
}
.ban-honor .text-box .tit{
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #fff;
    font-family: "PingFangSC-Medium-subfont";
}

.honor-box{
    margin-top: -15.8854%;
    position: relative;
    z-index: 3;
}
.honor-box .top-box .buttons{
    font-size: 0;
    text-align: right;
}
.honor-box .top-box .buttons .honor-prev,
.honor-box .top-box .buttons .honor-next{
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: .375rem;
    height: .375rem;
    margin-left: .25rem;
    transition: all .3s;
}
.honor-box .top-box .buttons .honor-prev{
    background-image: url('../img/top-prev.png');
}
.honor-box .top-box .buttons .honor-next{
    background-image: url('../img/top-next.png');
}
.honor-title{
    font-size: .4rem;
    line-height: .5rem;
    color: #fff;
    position: relative;
    margin-top: .9rem;
}
.honor-title:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 93.6%;
    height: 1px;
    background-color: #fff;
}
.honor-box .top-tab{
    margin: 1.75rem -.2rem 2rem;
    overflow: hidden;
}
.honor-box .top-tab .swiper-slide{
    padding: 0 .2rem;
    box-sizing: border-box;
}
.honor-box .top-tab .con-box{
    display: block;
}
.honor-box .top-tab .img{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.honor-box .top-tab img{
    width: 100%;
}
.honor-box .top-tab .honor-img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 61.7%;
    transform: translate(-50%, -50%);
}
.honor-box .top-tab .txt{
    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-family: "PINGFANG BOLD-subfont";
    text-align: center;
    margin-top: .5rem;
}
.honor-container{
    margin: .5rem 0 0;
}
.honor-container .honor-title{
    color: #666;
}
.honor-container .honor-title:before{
    background-color: #ececec;
    width: 87.78%;
}
.honor-container .time-tab-wrap{
    border-bottom: 1px solid #ececec;
    position: relative;
}
.honor-container .time-tab{
    width: 85.4%;
    margin: 0 auto;
    overflow: hidden;
}
.honor-container .time-tab .swiper-slide{
    width: auto;
    margin-right: 8%;
}
.honor-container .time-tab a{
    display: block;
    padding: 1.1rem 0;
    font-size: .45rem;
    color: #888;
    font-family: "PINGFANG BOLD-subfont";
    position: relative;
    /* background-repeat: no-repeat;
    background-position: center .7rem;
    background-image: url('../img/bear-icon1.png');
    background-size: .5rem; */
    transition: all .3s;
}
.honor-container .time-tab a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #0057b0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .3s;
}

.honor-container .time-tab .swiper-slide.cur a{
    color: #0057b0;
    /* background-image: url('../img/bear-icon2.png'); */
}
.honor-container .time-tab .swiper-slide.cur a:before{
    transform: scaleX(1);
}
.honor-container .time-tab-wrap .honor-prev,
.honor-container .time-tab-wrap .honor-next{
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .2rem;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.honor-container .time-tab-wrap .honor-prev{
    left: -.6rem;
    background-image: url('../img/honor-prev.png');
}
.honor-container .time-tab-wrap .honor-next{
    right: -.6rem;
    background-image: url('../img/honor-next.png');
}
.honor-list{
    padding: 2.75rem 0 3rem;
    position: relative;
}
.honor-list:before{
    content: "";
    position: absolute;
    left: 3.05rem;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f2f2f2;
}

.honor-list li{
    margin-bottom: 3.25rem;
}
.honor-list li:last-child{
    margin-bottom: 0;
}
.honor-list .time{
    float: left;
    width: 3.25rem;
    font-size: .5rem;
    color: #8d8d8d;
    line-height: .6rem;
    font-family: "PINGFANG BOLD-subfont";
    position: relative;
    padding-right: 1.2rem;
    box-sizing: border-box;
    margin-top: 1.5rem;
    transition: all .3s;
}
.honor-list .time .circle{
    position: absolute;
    width: .4rem;
    height: .4rem;
    background-color: #e8e8e8;
    right: 0;
    top: 50%;
    margin-top: -.2rem;
    border-radius: 100%;
    transition: all .3s;
}
.honor-list .time .circle:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #161616;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.honor-list .text-box{
    float: left;
    margin-left: 1.8rem;
    width: 18.5rem;
}
.honor-list .text-box .img{
    width: 10rem;
    height:5rem;
    border-radius: 4px;
    overflow: hidden;
}
.honor-list .text-box .img img{
    max-width: 100%;
    max-height:100%;
}
.honor-list .text-box .text{
    margin-top: 1rem;
}
.honor-list .text-box .text .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #0d0d0d;
    font-family: "PINGFANG BOLD-subfont";
}
.honor-list .text-box .text .con{
    font-size: .4rem;
    line-height: .8rem;
    color: #b3b3b3;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: .4rem;
}
.ban-video{
    position: relative;
}
.ban-video img{
    width: 100%;
}
.play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.125rem;
    height: 1.125rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../img/play.png');
    transition: all .3s;
}
.video-box{
    padding: 2.25rem 0 1rem;
    position: relative;
}
.bear-img{
    position: absolute;
    width: 18.90625%;
    left: 0;
    top: 0;
    transform: translateY(-52%);
}

.video-box .view{
    position: relative;
    z-index: 3;
}
.video-box .video-tit{
    font-size: .9rem;
    line-height: 1rem;
    color: #444;
    font-family: "PingFangSC-Medium-subfont";
}
.video-box .type-btns{
    border-bottom: 1px solid #ececec;
    margin-top: .75rem;
}
.video-box .video-btns{
    font-size: 0;
}
.video-box .video-btns .swiper-slide{
    margin-right: 1.25rem;
    width: auto;
}
.video-box .video-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .5rem;
    line-height: .6rem;
    color: #666;
    padding: .7rem 0;
    position: relative;
    transition: all .3s;
}
.video-box .video-btns a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #0057b0;
    transform-origin: left center;
    transform: scaleX(0);
}
.video-box .condition-box .video-btns a{
    background-repeat: no-repeat;
    background-position: center .2rem;
    background-image: url('../img/bear-icon1.png');
    background-size: .5rem;
    font-size: .4rem;
}
.video-box .condition-box .video-btns .swiper-slide.cur a{
    background-image: url('../img/bear-icon2.png');
}
.video-box .video-btns .swiper-slide.cur a{
    font-weight: bold;
    color: #0057b0;
}
.video-box .video-btns .swiper-slide.cur a:before{
    transform: scaleX(1);
}
.condition-box{
    margin-top: 1.75rem;
    font-size: 0;
    border-bottom: 1px solid #ececec;
}
.condition-box .tit,
.condition-box .condition-btns{
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.condition-box .tit{
    font-size: .4rem;
    padding: .7rem 0;
    margin-right: 1.4rem;
    line-height: .5rem;
}
.video-box .text-tab{
    margin-top: 2rem;
    overflow: hidden;
}
.video-box .text-tab .swiper-slide{
    font-size: .6rem;
    line-height: .7rem;
    color: #333;
    text-align: center;
}
.top-video-tab{
    margin-top: 2rem;
    overflow: hidden;
}
.top-video-tab .swiper-slide .txt{
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: .55rem;
    line-height: .6rem;
    width: 100%;
}
.top-video-tab .swiper-slide{
    width: 67.36%;
}
.top-video-tab .swiper-slide .con-box{
    display: block;
    position: relative;
}
.top-video-tab .swiper-slide img{
    width: 100%;
}
.top-video-tab .swiper-slide .play{
    opacity: 0;
}
.top-video-tab .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    transition: all .3s;
}
.top-video-tab .swiper-slide-active .play{
    opacity: 1;
}
.top-video-tab .swiper-slide-active .mask{
    opacity: .2;
}
.top-video-tab .prev,
.top-video-tab .next{
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    border: 3px solid #fff;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .3rem;
    transition: all .3s;
}
.top-video-tab .prev{
    left: 6.25%;
    background-image: url('../img/video-prev.png');
}
.top-video-tab .next{
    right: 6.25%;
    background-image: url('../img/video-next.png');
}
.video-list{
    margin-top: 2.75rem;
}
.video-list .row{
    margin: 0 -.5rem;
}
.video-list .item{
    box-sizing: border-box;
    padding: 0 .5rem;
    margin-bottom: 1.1rem;
}
.video-list .item .con-box{
    display: block;
}
.video-list .item .img{
    position: relative;
    overflow: hidden;
}
.video-list .item .img img{
    width: 100%;
    transition: all .3s;
}
.video-list .item .txt{
    font-size: .5rem;
    line-height: .6rem;
    color: #333;
    margin-top: .6rem;
    text-align: center;
    transition: all .3s;
}
.video-list .more-btn{
    display: block;
    width: 12.5rem;
    height: 1.2rem;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 1.2rem;
    margin: 2.5rem auto 0;
    font-size: 0;
    transition: all .3s;
}
.video-list .more-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: 1.2rem;
    color: #0057b0;
    font-family: "PINGFANG BOLD-subfont";
    padding-right: .55rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .3rem;
    background-image: url('../img/video-more.png');
    transition: all .3s;
}
.event-tab{
    margin: 1.75rem -.55rem 0;
    overflow: hidden;
}
.event-tab .swiper-slide{
    box-sizing: border-box;
    padding: 0 .55rem;
}
.event-tab .swiper-slide .img{
    border-radius: 4px;
    overflow: hidden;
}
.event-tab .swiper-slide .img{
    padding-top:61.46%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.event-tab .swiper-slide img{
    width: 100%;
}
.event-tab .con-box{
    position: relative;
}
.event-tab .con-box .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/event-mask.png');
}
.event-tab .con-box .txt{
    position: absolute;
    left: 0;
    bottom: .5rem;
    font-size: .45rem;
    line-height: .5rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
    text-align: center;
    width: 100%;
}

.event-container{
    padding: 2.25rem 0 3.25rem;
    margin: 0;
}
.event-container .honor-title{
    margin: 0;
}
.event-container .honor-title:before{
    width: 94.44%;
}
.event-tab-box{
    width: 70.83%;
    margin: .9rem auto 0;
}
.event-tab-box .time-box{
    position: relative;
}
.event-tab-box .time-box:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: .05;
}
.event-tab-box .time-box .swiper-slide{
    width: auto;
    margin-right: 12.745%;
}
.event-tab-box .time-box a{
    display: block;
    font-size: 0;
    padding: 0 .35rem;
    background-color: #fff;
}
.event-tab-box .time-box .circle,
.event-tab-box .time-box .txt{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.event-tab-box .time-box .circle{
    width: .425rem;
    height: .425rem;
    border-radius: 100%;
    background-color: #0057b0;
    margin-right: .3rem;
    position: relative;
    display: none;
    transform: scale(0);
    display: none;
    transition: transform .3s;
}
.event-tab-box .time-box .circle:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
}
.event-tab-box .time-box .txt{
    font-size: .4rem;
    line-height: .425rem;
    color: #888;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.event-tab-box .time-box .swiper-slide.cur .circle{
    display: inline-block;
    transform: scale(1);
}
.event-tab-box .time-box .swiper-slide.cur .txt{
    color: #0057b0;
    font-size: .5rem;
}
.event-tab-box .tab-box{
    margin-top: 2.25rem;
}
.event-tab-box .tab-box li{
    display: none;
}
.event-tab-box .left{
    float: left;
    width: 34.9%;
}
.event-tab-box .left .img{
    border-radius: 4px;
    height:6rem;
    overflow: hidden;
}
.event-tab-box .left img{
    max-width: 100%;
    max-height:100%;
}
.event-tab-box .text-box{
    float: right;
    width: 59.8%;
    padding-top: 1rem;
}
.event-tab-box .text-box .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #0d0d0d;
    font-family: "PINGFANG BOLD-subfont";
}
.event-tab-box .text .con{
    font-size: .4rem;
    line-height: .8rem;
    color: #b3b3b3;
    margin-top: .3rem;
}
.ban-news{
    position: relative;
}
.ban-news img{
    width: 100%;
}
.ban-news .text-box{
    position: absolute;
    left: 0;
    top: 33.5%;
    width: 100%;
}
.ban-news .text-box .tit{
    font-size: 1.05rem;
    line-height: 1.2rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
}
.ban-news .text-box .con{
    font-size: .4rem;
    line-height: .8rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: .4rem;
    width: 8.25rem;
}

.news-box{
    padding: 2.5rem 0 2rem;
    position: relative;
}
.news-box .view{
    position: relative;
    z-index: 3;
}
.pub-tit{
    font-size: .9rem;
    line-height: 1rem;
    color: #444;
    font-family: "PingFangSC-Medium-subfont";
}
.news-box .top-box{
    display: block;
    margin-top: 2.2rem;
}
.news-box .top-box .img{
    float: left;
    width: 43.4%;
    padding-top:23.56%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    overflow: hidden;
}
.news-box .top-box .img img{
    width: 100%;
    transition: all .3s;
}
.news-box .top-box .text{
    float: right;
    width: 50.7%;
}
.news-box .top-box .time{
    font-size: .45rem;
    line-height: .5rem;
    color: #393939;
    font-family: "PINGFANG BOLD-subfont";
}
.news-box .top-box .tit{
    color: #393939;
    font-size: .8rem;
    line-height: 1.2rem;
    max-height: 2.4rem;
    overflow: hidden;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: .5rem;
    transition: all .3s;
}
.news-box .top-box .con{
    font-size: .4rem;
    line-height: .8rem;
    height: 1.5rem;
    overflow: hidden;
    color: #666;
    margin-top: .7rem;
}
.news-box .top-box .news-more{
    width: 3.65rem;
    height: 1.1rem;
    border-radius: 3px;
    background-color: #0057b0;
    font-size: .4rem;
    color: #fff;
    font-family: "PingFangSC-Medium-subfont";
    line-height: 1.1rem;
    text-align: center;
    margin-top: .75rem;
    background-image: url('../img/news-bear.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: .65rem;
}
.news-box .news-list{
    margin-top: 1.5rem;
    border-top: 1px solid #ececec;
}
.news-list .item{
    display: block;
    padding: 1.2rem 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.news-list .item:last-child{
    border-bottom: none;
}
.news-list .img{
    float: left;
    width: 20.55%;
    padding-top:12.56%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    overflow: hidden;
}


.news-list .img img{
    width: 100%;
    transition: all .3s;
}
.news-list .text-box{
    position: absolute;
    right: 0;
    top: 50%;
    width: 73.61%;
    transform: translateY(-50%);
}
.news-list .text{
    float: left;
    width: 73.5849%;
    /* margin-left: 5.55%; */
    
}
.news-list .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #393939;
    font-family: "PINGFANG BOLD-subfont";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: .6rem;
    transition: all .3s;
}
.news-list .con{
    font-size: .4rem;
    line-height: .8rem;
    height: 1.5rem;
    overflow: hidden;
    color: #666;
    margin-top: .4rem;
}
.news-list .time{
    font-size: .35rem;
    line-height: .4rem;
    color: #c9c9c9;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: .4rem;
}
.news-list .news-detail{
    float: right;
    font-size: .4rem;
    line-height: .5rem;
    color: #393939;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: 1rem;
    padding-right: .4rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/news-detail.png');
    background-size: .175rem;
    transition: all .3s;
}
.news-box .read-more{
    margin: .8rem auto 0;
}
.read-more{
    display: block;
    width: 12.5rem;
    height: 1.15rem;
    background-color: #f8f8f8;
    border-radius: 3px;
    text-align: center;
    line-height: 1.15rem;
    font-size: 0;
    transition: all .3s;
}
.read-more span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    font-family: "PINGFANG BOLD-subfont";
    color: #0057b0;
    line-height: 1.15rem;
    padding-right: .5rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .3rem;
    background-image: url('../img/news-more.png');
    transition: all .3s;
}

.newsinfo-box{
    position: relative;
    padding: 2.25rem 0 3rem;
}
.newsinfo-view{
    max-width: 900px;
    padding: 0 5%;  
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.newsinfo-box .tit{
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
    font-family: "PINGFANG BOLD-subfont";
    color: #333;
}
.newsinfo-box .time{
    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    margin-top: .3rem;
}

.newsinfo-box .con{
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    font-family: "PingFangSC-Medium-subfont";
    margin-top: 1.5rem;
    min-height: 10rem;
}
.newsinfo-box .con img{
    max-width: 100%;
}
.ctrl-box .share-box{
    font-size: 0;
    text-align: center;
    margin: 1.4rem 0 0;
}
.ctrl-box .title{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .375rem;
    color: #666;
    margin: 0 5px;
}
.ctrl-box .bdshare-button-style0-16 .title{
    font-size: .35rem;
    line-height: .375rem;
    color: #666;
    font-family: "PingFangSC-Medium-subfont";
    vertical-align: top;
}
.ctrl-box .bdshare-button-style0-16 a{
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: .5rem;
    height: .375rem;
    line-height: .375rem;
    font-size: 0;
    margin: 0 5px;
    padding: 0;
    vertical-align: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ctrl-box .bdshare-button-style0-16 a[data-cmd=weixin]{
    background-image: url('../img/newsinfo-icon1.png');
}
.ctrl-box .bdshare-button-style0-16 a[data-cmd=tsina]{
    background-image: url('../img/newsinfo-icon2.png');
}
.ctrl-box .ctrl{
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-top: .7rem;
    position: relative;
}
.ctrl-box .ctrl a{
    font-size: .35rem;
    line-height: .4rem;
    color: #666;
    width: 33.33%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .6rem 0;
    transition: all .3s;
}
.ctrl-box .ctrl .prev{
    float: left;
}
.ctrl-box .ctrl .next{
    float: right;
}
.ctrl-box .ctrl .back-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .5rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/newsinfo-back.png');
    padding: 0;
    margin: -.25rem 0 0 -.25rem;
    transition: all .3s;
}
.services-page{
    min-height: calc(100vh - 2.35rem);
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .services-page footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
} */
.services-page footer .view{
    width: 78.6458%;
}
.services-page .footer-wrap{
    padding: 1rem 0;
    border-top: none;
}
.services-page .footer-wrap .left .tit,
.services-page .footer-wrap .left .con,
.services-page .footer-wrap .left .tel,
.services-page .footer-wrap .right .link-box a,
.services-page .footer-wrap .right .build,
.services-page .footer-wrap .right .build a{
    color: #fff;
}
.services-page .focus-box .icon-box .wechat .icon{
    background-image: url('../img/w-share-icon1.png');
}
.services-page .focus-box .icon-box .sina .icon{
    background-image: url('../img/w-share-icon2.png');
}
.services-page .focus-box .icon-box .tiktok .icon{
    background-image: url('../img/w-share-icon3.png');
}
.query-box{
    padding: 1.5rem 0;
}
.query-view{
     width: 78.6458%;
     margin: 0 auto;
}
.query-box .text-box{
    float: left;
    width: 47%;
    margin-top: 10%;
}
.query-box .text-box .tit{
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #fff;
    font-family: "PingFangSC-Medium-subfont";
}
.query-box .text-box .con{
    font-size: .4rem;
    line-height: .8rem;
    color: #fff;
    margin-top: 1.25rem;
}
.query-box .right{
    float: right;
    width: 36.447%;
    position: relative;
}
.query-box .right .bear{
    position: absolute;
    left: -25.27%;
    top: 43%;
    width: 35%;
    
}
.query-box .right .bear>img{
    width: 100%;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}
.query-box .right .query-form{
    padding: 1rem 1rem 1.5rem;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.query-box .right .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #333;
    font-family: "PINGFANG BOLD-subfont";
    padding-bottom: .6rem;
    border-bottom: 1px solid rgba(0,0,0,.11);
}
.query-box .right .inp-tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    margin-top: .5rem;
}
.query-box .right input[type=text]{
    display: block;
    padding: .6rem 1.5rem .6rem .7rem;
    background-color: #eee;
    width: calc(100% - 2.2rem);
    margin-top: .4rem;
    border-radius: 5px;
    height: .6rem;
    line-height: .6rem;
    font-size: .5rem;
    color: #333;
    font-family: "dinb";
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: .625rem;
    background-image: url('../img/query-icon.png');
}

.query-box .right input[type=text]::-webkit-input-placeholder{
    color:#b6b6b6;
    font-family: "PingFangSC-Medium-subfont";  
}  
.query-box .right input[type=text]:-moz-placeholder{
    color:#b6b6b6;
    font-family: "PingFangSC-Medium-subfont";
}  
.query-box .right input[type=text]::-moz-placeholder{
    color:#b6b6b6;
    font-family: "PingFangSC-Medium-subfont";
}  
.query-box .right input[type=text]:-ms-input-placeholder {
    color:#b6b6b6;
    font-family: "PingFangSC-Medium-subfont";
}  
.query-box .right input[type=submit]{
    display: block;
    width: 100%;
    height: 1.7rem;
    background-color: #ff5d32;
    border-radius: 5px;
    font-size: .5rem;
    color: #fff;
    font-family: "PingFangSC-Medium-subfont";
    margin-top: .6rem;
}
.query-box .right .box{
    margin-top: 1.1rem;
    border: 1.5px dashed #cecece;
    padding: .75rem .5rem;
    min-height: 3rem;
    background-repeat: no-repeat;
    
    
    border-radius: 3px;
    position: relative;
    background-color: #fff;
}
.query-box .right .static-box{
    background-image: url('../img/result-icon.png');
    background-size: 3.875rem;
    background-position: 85% center;
}
.query-box .right .box:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    border: 1.5px dashed #cecece;
    transform: rotate(45deg);
    background-color: #fff;
    border-bottom: none;
    border-right: none;
}
.query-box .right .error-box,
.query-box .right .success-box{
    border-color: #ff5d32;
    background-size: 4.6rem;
    background-position: 120% -40%;
}
.query-box .right .error-box{
    background-image: url('../img/error-icon.png')
}
.query-box .right .success-box{
    background-image: url('../img/success-icon.png')
}
.query-box .right .error-box:before{
    border-color: #ff5d32;
}
.query-box .right .static-box .con,
.query-box .right .success-box .con{
    font-size: .45rem;
    line-height: .75rem;
    color: #a5a5a5;
}
.query-box .right .success-box .con{
    color: #333;
    font-family: "PINGFANG BOLD-subfont";
}
.query-box .right .error-box .error-tit,
.query-box .right .success-box .success-tit{
    color: #333;
    font-size: .5rem;
    line-height: .6rem;
    font-family: "PINGFANG BOLD-subfont";
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: .6rem;
    margin-bottom: .6rem;
}

.query-box .right .error-box .success-tit span,
.query-box .right .success-box .con span{
    color: #0057b0;
}

.network-box{
    height: calc(100vh - 2.35rem);
    position: relative;
}
.network-box .map{
    height: 100%;
}
.network-dialog{
    position: absolute;
    left: 7.3%;
    top: 50%;
    transform: translateY(-50%);
    width: 12.5rem;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 1rem 1.1rem;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(255,189,118,.11);
    overflow: hidden;
}
.network-dialog .btns{
    font-size: 0;
    border-bottom: 1px solid #eee;
}
.network-dialog .btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    height: 2rem;
    line-height: 2rem;
    color: #393939;
    margin-right: 1.5rem;
    position: relative;
}
.network-dialog .btns a:last-child{
    margin-right: 0;
}
.network-dialog .btns a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #0057b0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .3s;
}
.network-dialog .btns a.cur{
    font-weight: bold;
}
.network-dialog .btns a.cur:before{
    transform: scaleX(1);
}
.network-dialog .position-box{
    margin: .75rem 0;
}
.network-dialog .position-box .position{
    float: left;
    font-size: .4rem;
    line-height: .5rem;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .35rem;
    background-image: url('../img/position.png');
}
.network-dialog .position-box .change-btn{
    float: right;
    font-size: .4rem;
    line-height: .5rem;
    color: #666;
    transition: all .3s;
}
.network-dialog .position-box .change-btn.on{
    color: #0057b0;
}
.network-dialog .query-input{
    
    background-color: #f8f8f8;
    padding: .3rem .5rem;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.network-dialog .query-input input[type=text]{
    float: left;
    width: 85%;
    height: .5rem;
    line-height: .5rem;
    color: #bebebe;
    font-size: .4rem;
    background-color: transparent;
}
.network-dialog .query-input input[type=text]::-webkit-input-placeholder{
    color:#bebebe;  
}  
.network-dialog .query-input input[type=text]:-moz-placeholder{
    color:#bebebe;
}  
.network-dialog .query-input input[type=text]::-moz-placeholder{
    color:#bebebe;
}  
.network-dialog .query-input input[type=text]:-ms-input-placeholder {
    color:#bebebe;
} 
.network-dialog .query-input input[type=submit]{
    float: right;
    width: .5rem;
    height: .5rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/query-submit.png');
}
.network-dialog .num{
    font-size: .4rem;
    line-height: .5rem;
    color: #666;
    margin-top: .6rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid #eee;
    width: calc(100% - .5rem);
}
.network-dialog .num span{
    color: #0057b0;
}
.network-dialog .num b{
    font-weight: normal;
}
.network-list{
    height: 6.35rem;
    overflow: hidden;
}
.network-list li{
    padding: .6rem 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.network-list li .tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #393939;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.network-list li .con{
    font-size: .4rem;
    line-height: .8rem;
    margin-top: .25rem;
    color: #666;
}
.network-list li.my-active .tit{
    color: #0057b0;
}
.network-wrap .row{
    position: relative;
    transform: translateX(0);
    transition: transform 1s cubic-bezier(0.85, -0.12, 0, 1)
}
.network-wrap .row.on{
    transform: translateX(calc(-100% + -1rem));
}
.network-wrap .network-item:nth-child(2){
    position: absolute;
    left: calc(100% + 1rem);
    top: 0;
    width: 100%;
}
.network-wrap .select{
    width: 47.619%;
    float: left;
    position: relative;
    margin-bottom: .5rem;
}
.network-wrap .select:nth-child(2n){
    float: right;
}
.network-wrap .district{
    width: 100%;
}
.network-wrap .select .select-tit{
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 .5rem;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    font-size: .4rem;
    color: #bebebe;
    position: relative;
}

.network-wrap .select .select-tit:before{
    content: "";
    position: absolute;
    right: .5rem;
    top: 50%;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/select-arrow.png');
}
.network-wrap .select .sub{
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 100%;
    box-sizing: border-box;
    max-height: 4rem;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    display: none;
}
.network-wrap .select .sub .mCSB_inside>.mCSB_container{
    margin-right: 0;
}
.network-wrap .select .sub .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0057b0;
    width: 3px;
}
.network-wrap .select .sub .mCSB_scrollTools{
    width: 3px;
}
.network-wrap .select .sub .mCSB_scrollTools .mCSB_draggerRail{
    width: 3px;
    background-color: transparent;
}

.network-wrap .select .sub a{
    display: block;
    font-size: .4rem;
    line-height: 1rem;
    height: 1rem;
    box-sizing: border-box;
    color: #bebebe;
    padding: 0 .5rem;
    border-bottom: 1px solid #e9e9e9;
    transition: all .3s;
}
.network-wrap .select .sub a:last-child{
    border-bottom: none;
}

.network-wrap .select.on{
    z-index: 3;
}
.network-wrap input[type=submit]{
    width: 100%;
    height: 1.25rem;
    border: none;
    background-color: #0057b0;
    border-radius: 4px;
    font-size: .4rem;
    font-weight: bold;
    color: #fff;
}

.network-list .mCSB_scrollTools .mCSB_draggerRail{
    background: #eee;
    width: 2px;
}
.network-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ff7b41;
    width: 2px;
}
.network-list .mCSB_scrollTools{
    width: 2px;
}
.network-list .mCSB_inside>.mCSB_container{
    margin-right: .5rem;
}
.network-list .mCSB_outside+.mCSB_scrollTools{
    right: 0;
}
.network-list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.network-list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
    background: #ff7b41;
}
.map .amap-marker-label{
    display: none;
}

.vip-box .img-box{
    float: right;
    width: 20.2649%;
    margin-right: 15%;
    margin-top: 3%;
    position: relative;
}
.vip-box .img-box>img{
    position: relative;
    z-index: 3;
}
.vip-box .img-box img{
    width: 100%;
}
.vip-box .img-box .bear{
    position: absolute;
    left: -47%;
    top: 44.9838%;
    width: 63.4%;
}
.vip-box .img-box .bear>img{
    transform: rotate(46deg);
    transform-origin: 100% 100%;
}
.vip-box .img-box .qrcode{
    position: absolute;
    left: -60%;
    top: -75%;
    width: 87.6%;
}

.vip-box .img-box .qrcode .txt{
    font-size: .35rem;
    line-height: .4rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
    text-align: center;
}
.vip-box .img-box .qrcode .img{
    margin-top: .5rem;
}
.vip-box .img-box .qrcode .img img{
    width: 100%;
}
.ban-invest{
    position: relative;
}
.ban-invest img{
    width: 100%;
}
.ban-invest .stock-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.ban-invest .stock-box .title{
    font-size: .9rem;
    line-height: 1rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
}
.ban-invest .stock-box .price{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .65rem;
    line-height: .7rem;
    color: #fff;
    margin-top: 1.25rem;
    padding-right: .5rem;
    position: relative;
}
.ban-invest .stock-box .price:before{
    content: "";
    position: absolute;
    bottom: .2rem;
    right: 0;
    width: .375rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/up.png');
    background-size: cover;
}
.ban-invest .stock-box .price.down:before{
    background-image: url('../img/down.png');
}
.ban-invest .stock-box .price span{
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: "dinb";
    margin-right: .3rem;
}

.ban-invest .data-box{
    text-align: justify;
    text-align-last: justify;
    line-height: 0;
    width: 13.5rem;
    margin-top: .8rem;
    padding: .6rem 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media all and (-webkit-min-device-pixel-ratio:0){
    .ban-invest .data-box{
         font-size:0;
    }
}
.ban-invest .data-box:after{
     display:inline-block;
     overflow:hidden;
     width:100%;
     height:0;
     content:'';
     vertical-align:top;
}
.ban-invest .data-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align-last: left;
}
.ban-invest .data-box .tit,
.ban-invest .data-box .num{
    font-size: .4rem;
    line-height: .5rem;
    color: #fff;
}
.ban-invest .data-box .num{
    margin-top: .25rem;
}
.ban-invest .tips{
    margin-top: 1rem;
    font-size: .4rem;
    line-height: .75rem;
    color: #fff;
}
.manage-box{
    padding: 1.75rem 0 3.375rem;
}
.manage-box .type-btns{
    margin-top: 1.5rem;
    font-size: 0;
    border-bottom: 1px solid #ececec;
}
.manage-box .type-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    line-height: .5rem;
    padding-bottom: .7rem;
    color: #666;
    position: relative;
    margin-right: 1.25rem;
    transition: all .3s;
}
.manage-box .type-btns a:last-child{
    margin-right: 0;
}
.manage-box .type-btns a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #0057b0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s;
}
.manage-box .type-btns a.cur{
    color: #0057b0
}
.manage-box .type-btns a.cur:before{
    transform: scaleX(1);
}
.manage-box .manage-ajax{
    margin-top: 1.5rem;
}
.manage-box .time-wrap{
    font-size: 0;
    border-bottom: 1px solid #ececec;
}
.manage-box .time-wrap .tit,
.manage-box .time-wrap .time-tab{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.manage-box .time-wrap .tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #666;
}
.manage-box .time-wrap .time-tab{
    margin-left: 1.4rem;
}
.manage-box .time-wrap .time-tab .swiper-slide{
    width: auto;
    margin-right: 1.25rem;
}
.manage-box .time-wrap .time-tab .swiper-slide:last-child{
    margin-right: 0;
}
.manage-box .time-wrap .time-tab a{
    display: block;
    font-size: .45rem;
    line-height: .5rem;
    padding: .7rem 0;
    color: #666;
    background-repeat: no-repeat;
    background-position: center .2rem;
    background-image: url('../img/bear-icon1.png');
    background-size: .5rem;
    transition: all .3s;
}
.manage-box .time-wrap .time-tab a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #0057b0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s;
}

.manage-box .time-wrap .time-tab .swiper-slide.cur a{
    color: #0057b0;
}
.manage-box .time-wrap .time-tab .swiper-slide.cur a:before{
    transform: scaleX(1);
}
.manage-box .time-wrap .time-tab .swiper-slide.cur a{
    background-image: url('../img/bear-icon2.png');
}
.manage-list{
    margin-top: .4rem;
}
.manage-list .item{
    display: block;
    padding: 1.1rem 0;
    border-bottom: 1px solid #ececec;
}
.manage-list .item .time-box{
    float: left;
    padding: .9rem 1rem;
    background-color: #0057b0;
    border-radius: 4px;
    font-size: 0;
}
.manage-list .item .time-box .left{
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    vertical-align: middle;
}
.manage-list .item .time-box .left .day{
    font-size: .9rem;
    line-height: 1rem;
    color: #fff;
    font-family: arial;
}
.manage-list .item .time-box .left .ym{
    font-size: .4rem;
    line-height: .5rem;
    color: #fff;
    font-family: arial;
}
.manage-list .item .time-box .icon{
    width: 1.275rem;
    margin-left: 1.9rem;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.manage-list .item .time-box .icon img{
    width: 100%;
}

.manage-list .item .time-box .icon:before{
    content: "";
    position: absolute;
    left: -.95rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 1.4rem;
    background-color: #fff;
}
.manage-list .item .tit{
    float: left;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .5rem;
    line-height: .6rem;
    color: #393939;
    font-family: "PINGFANG BOLD-subfont";
    margin-left: 4.44%;
    margin-top: 1.1rem;
    transition: all .3s;
}
.manage-list .item .read-btn{
    float: right;
    font-size: .4rem;
    line-height: .5rem;
    color: #666;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: 1.2rem;
    padding-right: .4rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/news-detail.png');
    background-size: .175rem;
    transition: all .3s;
}
.manage-list .read-more{
    margin: 1.8rem auto 0;
}
.consult-box{
    padding: 1.75rem 0 1.5rem;
}
.consult-top{
    padding: 1.875rem 0 1.375rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 2rem;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}
.consult-top .tit{
    font-size: .6rem;
    line-height: .9rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
}
.consult-top .enter-btn{
    display: block;
    width: 3.75rem;
    height: 1.25rem;
    background-color: #fff;
    border: 2px solid #fff;
    margin: .9rem auto 0;
    border-radius: 4px;
    line-height: 1.25rem;
    font-size: .45rem;
    color: #ff7444;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.consult-top .mail{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    line-height: .5rem;
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
    margin-top: 1.2rem;
    font-family: "PINGFANG BOLD-subfont";
}
.consult-box .form-box{
    margin-top: .9rem;
    padding: 1.75rem 6.944% 2.75rem 15.97%;
    border: 2px dashed #c4c4c4;
    border-radius: 10px;
}
.consult-box .form-box .title{
    font-size: .75rem;
    line-height: .8rem;
    color: #333;
    font-family: "PINGFANG BOLD-subfont";
    text-align: center;
}
.consult-box .form-box .form{
    margin-top: 2rem;
}
.consult-box .form-box .inp{
    margin-bottom: .7rem;
    width: 44.14%;
    position: relative;
}
.consult-box .form-box .inp .tit{
    position: absolute;
    right: calc(100% + .5rem);
    top: 0;
    white-space: nowrap;
    font-size: .4rem;
    line-height: 1.25rem;
    color: #666;
    text-align: right;
}
.consult-box .form-box .inp .tit span{
    color: #f00
}
.consult-box .form-top .inp,
.consult-box .form-bottom .inp{
    float: left;
}
.consult-box .form-top .inp:nth-child(2n),
.consult-box .form-bottom .inp:nth-child(2n){
    float: right;
}
.consult-box .inp input[type=text]{
    width: calc(100% - 1rem);
    padding: .3rem .5rem;
    height: .65rem;
    line-height: .65rem;
    color: #bdbdbd;
    background-color: #f4f4f4;
    font-size: .35rem;
    color: #bdbdbd;
    border-radius: 4px;
    transition: all .3s;
}
.consult-box .left{
    float: left;
    width: 44.14%;
}
.consult-box .left .inp{
    width: 100%;
    float: none;
}
.consult-box .other-inp{
    float: right;
}
.consult-box .form-box .select-tit{
    display: block;
    font-size: .35rem;
    line-height: 1.25rem;
    height: 1.25rem;
    padding: 0 .5rem;
    font-size: .35rem;
    color: #bdbdbd;
    background-color: #f4f4f4;
    border-radius: 4px;
    position: relative;
    transition: all .3s;
}
.consult-box .form-box .select{
    position: relative;
}

.consult-box .form-box .select-tit:before{
    content: "";
    position: absolute;
    right: .5rem;
    top: 50%;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background-image: url('../img/form-arrow.png');
    transition: all .3s;
}
.consult-box .form-box .select.on{
    z-index: 3;
}
.consult-box .form-box .select.on .select-tit{
    color: #fff;
    background-color: #0057b0;
}
.consult-box .form-box .select.on .select-tit:before{
    background-image: url('../img/form-arrow2.png')
}
.consult-box .form-box .select .sub{
    display: none;
    position: absolute;
    left: 0;
    top: 1.25rem;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    max-height: 5rem;
    overflow: hidden;
}
.consult-box .form-box .select .sub .mCSB_inside>.mCSB_container{
    margin-right: 0;
}
.consult-box .form-box .select .sub .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0057b0;
    width: 3px;
}
.consult-box .form-box .select .sub .mCSB_scrollTools{
    width: 3px;
}
.consult-box .form-box .select .sub .mCSB_scrollTools .mCSB_draggerRail{
    width: 3px;
    background-color: transparent;
}
.consult-box .form-box .select .sub a{
    display: block;
    height: 1.25rem;
    line-height: 1.25rem;
    background-color: #fff;
    padding: 0 .5rem;
    font-size: .35rem;
    color: #666;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
    transition: all .3s;
}
.consult-box .form-box .select .sub a:last-child{
    border-bottom: none;
}
.consult-box .form-box textarea{
    height: 2.7rem;
    width: calc(100% - 1rem);
    padding: .3rem .5rem;
    background-color: #f4f4f4;
    color: #bdbdbd;
    font-size: .35rem;
    line-height: .65rem;
    border-radius: 4px;
    transition: all .3s;
}
.consult-box .inp input[type=text]::-webkit-input-placeholder{
    color:#bdbdbd;  
}  
.consult-box .inp input[type=text]:-moz-placeholder{
    color:#bdbdbd;
}  
.consult-box .inp input[type=text]::-moz-placeholder{
    color:#bdbdbd;
}  
.consult-box .inp input[type=text]:-ms-input-placeholder {
    color:#bdbdbd;
}  

.consult-box .inp textarea::-webkit-input-placeholder{
    color:#bdbdbd;  
}  
.consult-box .inp textarea:-moz-placeholder{
    color:#bdbdbd;
}  
.consult-box .inp textarea::-moz-placeholder{
    color:#bdbdbd;
}  
.consult-box .inp textarea:-ms-input-placeholder {
    color:#bdbdbd;
}
.consult-box .inp input[type=text]:focus,
.consult-box .inp textarea:focus{
    background-color: #0057b0;
    color: #fff;
}

.consult-box .inp input[type=text]:focus::-webkit-input-placeholder{
    color:#fff;  
}  
.consult-box .inp input[type=text]:focus:-moz-placeholder{
    color:#fff;
}  
.consult-box .inp input[type=text]:focus::-moz-placeholder{
    color:#fff;
}  
.consult-box .inp input[type=text]:focus:-ms-input-placeholder {
    color:#fff;
}  

.consult-box .inp textarea:focus::-webkit-input-placeholder{
    color:#fff;  
}  
.consult-box .inp textarea:focus:-moz-placeholder{
    color:#fff;
}  
.consult-box .inp textarea:focus::-moz-placeholder{
    color:#fff;
}  
.consult-box .inp textarea:focus:-ms-input-placeholder {
    color:#fff;
}
.consult-box .inp img{
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 1.25rem;
    border-radius: 4px;
}
.consult-box .btns{
    margin-top: .9rem;
    text-align: center;
    font-size: 0;
}
.consult-box .btns input{
    height: 1.25rem;
    background-color: #f4f4f4;
    width: 3rem;
    text-align: center;
    font-size: .45rem;
    color: #bdbdbd;
    margin: 0 .15rem;
    border-radius: 4px;
    transition: all .3s;
}
.ban-join{
    position: relative;
    overflow: hidden;
    height: calc(100vh - 2.35rem);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ban-join img{
    width: 100%;
}
.join-box{
    position: relative;
    padding: 1.1rem 0 2.25rem;
    z-index: 10;
}
.ban-join{
    position: relative;
}
.ban-join img{
    width: 100%;
}
.ban-join .text-box{
    position: absolute;
    left: 0;
    top: 33.5%;
    width: 100%;
}
.ban-join .text-box .tit{
    font-size: 1.05rem;
    line-height: 1.2rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
}
.ban-join .text-box .con{
    font-size: .4rem;
    line-height: .8rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: .4rem;
    width: 8.25rem;
}
.join-type .item{
    float: left;
    width: 48.61%;
    position: relative;
}
.join-type .item:nth-child(2n){
    float: right;
}
.join-type .item .con-box{
    display: block;
    padding: 1.25rem 11.4% 1.75rem;
    position: relative;
    z-index: 10;
}
.join-type .item .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    transition: all .3s;
}
.join-type .item .img-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 18px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: all .3s;
}
.join-type .item .img-bg:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/join-mask.png');
}
.join-type .item .con-box .tit{
    font-size: .55rem;
    line-height: .6rem;
    color: #333;
    font-family: "PingFangSC-Medium-subfont";
    transition: all .3s;
}
.join-type .item .con-box .line{
    width: 1rem;
    height: 2px;
    background-color: #333;
    margin-top: .6rem;
    transition: all .3s;
}
.join-type .item .con-box .con{
    font-size: .75rem;
    line-height: .9rem;
    color: #333;
    font-family: "PingFangSC-Medium-subfont";
    margin-top: .8rem;
    transition: all .3s;
}

.join-type .item.cur .bg{
    opacity: 0;
}
.join-type .item.cur .img-bg{
    opacity: 1;
}
.join-type .item.cur .con-box .tit,
.join-type .item.cur .con-box .con{
    color: #fff;
}
.join-type .item.cur .con-box .line{
    background-color: #fff;
}
.recruit-box{
    margin-top: 1.2rem;
}
.recruit-box .type-btns{
    font-size: 0;
    text-align: center;
    border: 1px solid #d7d7d7;
    border-bottom: none;
}
.recruit-box .type-btns a{
    width: 33.33%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 2.1rem;
    line-height: 2.1rem;
    font-size: .5rem;
    color: #000;
    font-family: "PINGFANG BOLD-subfont";
    box-sizing: border-box;
    border-right: 1px solid #d7d7d7;
    transition: all .3s;
}
.recruit-box .type-btns a:last-child{
    border-right: none;
}
.recruit-box .type-btns a.cur{
    color: #0057b0;
}
.recruit-title{
    font-size: 0;
    border: 1px solid #d7d7d7;
    /* border-top: none; */
    border-bottom: none;
}
.recruit-list li{
    border: 1px solid #d7d7d7;
    border-bottom: none;
}
.recruit-list li:last-child{
    border-bottom: 1px solid #d7d7d7;
}
.recruit-list .tit-box{
    display: block;
    font-size: 0;
    
}
.recruit-title span,
.recruit-list .tit-box span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: 1.95rem;
    color: #333;
}
.recruit-box .staff{
    padding-left: 8.88%;
}
.recruit-box .staff{
    width: 29.17%;
    font-size: .5rem;
    font-weight:bold;
}
.recruit-box .type{
    width: 18%;
}
.recruit-box .num{
    width: 3%;
    text-align: center;
    margin-right: 14.93%;
}
.recruit-box .time{
    width: 5.9%;
    text-align: center;
    margin-right: 11%;
}
.recruit-box .detail{
    width: 5.56%;
    text-align: center;
}

.recruit-list .tit-box .detail{
    position: relative;
}
.recruit-list .tit-box .detail span{
    padding-right: .75rem;
    position: relative;
}
.recruit-list .tit-box .detail span:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: .5rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -.25rem;
    background-image: url('../img/detail-btn1.png');
}
.recruit-box .sub{
    border-top: 1px solid #0057b0;
    border-bottom: 1px solid #0057b0;
    padding: 1rem 8.88%;
    display: none;
    position: relative;
}

.recruit-box .sub:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.975rem;
    height: 3.025rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/sub-bear.png');
}

.recruit-list li:last-child .sub{
    border-bottom: none;
}
.recruit-box .sub .con{
    float: left;
    width: 66.67%;
    font-size: .35rem;
    line-height: .7rem;
}
.recruit-box .sub .send-btn{
    float: right;
    width: 3.9rem;
    height: .9rem;
    border: 1px solid #0057b0;
    font-size: 0;
    text-align: center;
    margin-top: .1rem;
    transition: all .3s;
}
.recruit-box .sub .send-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .9rem;
    color: #0057b0;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5px;
    background-image: url('../img/send-arrow.png');
    transition: all .3s;
}

.recruit-list li.cur{
    border-color: #0057b0;
}
.recruit-list li.cur .tit-box span{
    color: #0057b0;
}
.recruit-list li.cur .tit-box span:before{
    background-image: url('../img/detail-btn2.png');
}

.join-box .notice-box{
    margin-top: 2.15rem;
}
.join-box .top-list .row{
    margin: 0 -.35rem;
}
.join-box .top-list .item{
    box-sizing: border-box;
    padding: 0 .35rem .35rem 0;
}
.join-box .top-list .customer{
    box-sizing: border-box;
    padding: 0 1rem 1rem 0;
}
.join-box .top-list .con-box{
    display: block;
}
.join-box .top-list .img{
    overflow: hidden;
}
.join-box .top-list img{
    width: 100%;
    transition: all .3s;
}
.join-box .top-list .txt{
    font-size: .5rem;
    line-height: .6rem;
    color: #393939;
    margin-top: .5rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.join-box .notice-box .news-list{
    margin-top: 1.5rem;
}
.ban-btns{
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-size: 0;
}
.ban-btns .swiper-pagination-bullet{
    width: .6rem;
    height: .6rem;
    border-radius: 100%;
    border: 2px solid transparent;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    background-color: transparent;
    margin: 0 .2rem;
    box-sizing: border-box;
    transition: all .3s;
}

.ban-btns .swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: .3rem;
    height: .3rem;
    background-color: #fff;
    opacity: .5;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    transition: all .3s;
}
.ban-btns .swiper-pagination-bullet-active{
    border-color: #fff;
}
.ban-btns .swiper-pagination-bullet-active:before{
    opacity: 1;
    width: 6px;
    height: 6px;
}
.join-box .join-bear{
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-25.5%);
    width: 17.34375%;
}
.join-box .join-bear img{
    width: 100%;
}

.banner{
    position: relative;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner .ban-text{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner .ban-view{
    padding: 0 8.854%;
}
.banner .tit{
    font-size: 1.7rem;
    line-height: 1.8rem;
    color: #000;
    font-family: "PINGFANG BOLD-subfont";
    color: #fff;
}
.banner .con{
    font-size: .4rem;
    line-height: .6rem;
    color: #fff;
    /* font-family: "PINGFANG BOLD-subfont"; */
    width: 8.75rem;
    margin-top: .75rem;
}
.banner .ban-more{
    display: block;
    width: 4.75rem;
    height: 1.25rem;
    border: 1px solid rgba(255,255,255,.33);
    border-radius: 4px;
    font-size: 0;
    text-align: center;
    margin-top: 1rem;
    transition: all .3s;
    position: relative;
}
.banner .ban-more:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: left center;
    transform: scaleX(0);
    transition: all .3s;
}
.banner .ban-more span{
    position: relative;
    z-index: 3;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: 1.25rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
    padding-right: .4rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/ban-more.png');
    transition: all .3s;
}
.index-box{
    padding: 2.25rem 0 2rem;
    position: relative;
}
.index-tit{
    font-size: .75rem;
    line-height: .8rem;
    font-family: "PINGFANG BOLD-subfont";
}
.index-news-box .left{
    float: left;
    font-size: 0;
}
.index-news-box .index-tit{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.index-news-box .type-btns{
    float: left;
}
.index-news-box .type-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    font-size: .4rem;
    line-height: .8rem;
    color: #888;
    font-family: "PINGFANG BOLD-subfont";
    margin-right: 1.5rem;
    transition: all .3s;
}
.index-news-box .type-btns a:last-child{
    margin-right: 0;
}
.index-news-box .type-btns a.cur{
    font-size: .75rem;
    line-height: .8rem;
    color: #0057b0;
}
.index-news-box .tit-box .more-tab{
    float: right;
    margin-top: .1rem;
}
.index-news-box .tit-box .more-tab .more-btn{
    font-size: .4rem;
    line-height: .5rem;
    color: #2d2d2d;
    font-family: "PINGFANG BOLD-subfont";
    padding-right: .4rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/index-more.png');
    transition: color .3s,background-image .3s;
    display: none;
}
.index-news{
    margin: 1.2rem -.7rem 0;
    overflow: hidden;
}
.index-news .swiper-slide{
    box-sizing: border-box;
    padding: 0 .7rem;
}
.index-news .con-box{
    display: block;
}
.index-news .con-box .img{
    border-radius: 4px;
    padding-top:50.9%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    overflow: hidden;
}
.index-news .con-box img{
    width: 100%;
    height:100%;
    transition: all .3s;
}
.index-news .con-box .tit{
    font-size: .5rem;
    line-height: .7rem;
    color: #444;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: .6rem;
    height: 1.4rem;
    overflow: hidden;
    transition: all .3s;
}
.index-news .con-box .news-more{
    font-size: .35rem;
    line-height: .5rem;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: .3rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/index-more.png');
    color: #2d2d2d;
    margin-top: .4rem;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.index-product-box{
    margin-top: 2.25rem;
}
.index-product-box img{
    width: 100%;
}
.index-product-box .bg{
    transition: all .3s;
}
.index-product-box .bg.hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
    transition: all .3s;
}
.index-product-box .pc-box .item{
    position: absolute;
}
.index-product-box .point{
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    transition: all .3s;
}
.index-product-box .point:before{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 1px;
    width: 1.25rem;
    background-color: #fff;
}
.index-product-box .point .txt{
    position: absolute;
    left: calc(100% + 1.25rem);
    top: 50%;
    transform: translateY(-50%);
    padding: 0 .5rem;
    height: .75rem;
    line-height: .75rem;
    border: 1px solid #fff;
    border-radius: .375rem;
    white-space: nowrap;
    font-size: .4rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.index-product-box .pc-box{
    position: relative;
    overflow: hidden;
}
.index-product-box .prev,
.index-product-box .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border: 3px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
    transition: all .3s;
}
.index-product-box .prev{
    left: 4.86%;
    background-image: url('../img/index-product-prev.png');
}
.index-product-box .next{
    right: 4.86%;
    background-image: url('../img/index-product-next.png');
}
.index-product-box .tit-box{
    position: absolute;
    left: 4.86%;
    top: 7.74%;
    z-index: 3;
}
.index-product-box .tit-box .index-tit{
    color: #fff;
}
.index-product-box .tit-box .con{
    font-size: .4rem;
    line-height: .5rem;
    color: #fff;
    margin-top: .25rem;
}
.index-product-box .time-btns{
    position: absolute;
    left: 4.86%;
    bottom: 6.2%;
    width: 90.28%;
    z-index: 3;
    text-align: justify;
    text-align-last: justify;
    line-height: 0;
    background-repeat: repeat-x;
    background-image: url('../img/index-product-line.png');
    background-position: .4rem .4rem;
}
@media all and (-webkit-min-device-pixel-ratio:0){
    .index-product-box .time-btns{
         font-size:0;
    }
}
.index-product-box .time-btns:after{
     display:inline-block;
     overflow:hidden;
     width:100%;
     height:0;
     content:'';
     vertical-align:top;
}
.index-product-box .time-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    line-height: .5rem;
    color: #fff;
    font-family: arial;
    padding-top: 1rem;
    position: relative;
}
.index-product-box .time-btns a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: .625rem;
    height: .65rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/time-icon.png');
    opacity: 0;
    transition: all .3s;
}
.index-product-box .time-btns a.cur:before{
    opacity: 1;
}
.index-box .bottom-box{
    margin-top: 2.25rem;
    font-size:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.index-box .bottom-box .item{
    /* display: inline-block;
    *display: inline;
    zoom: 1; */
    /* margin-right: 18.75%; */
    /* margin-right: 14vw; */
    position: relative;
}
.index-box .bottom-box .item:last-child{
    margin-right: 0;
}
.index-box .bottom-box .divide{
    width: 1px;
    height: 1.65rem;
    background-repeat: repeat-y;
    background-position: center;
    background-image: url('../img/bottom-divide.png')
}
.index-box .bottom-box .item:last-child:before{
    display: none;
}
.index-box .bottom-box .icon{
    width: 1.7rem;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.index-box .bottom-box .icon img{
    width: 100%;
    transition: all .3s;
}
.index-box .bottom-box .icon .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;

}
.index-box .bottom-box .text-box{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    text-align-last: left;
    margin-left: .7rem;
}
.index-box .bottom-box .text-box .title{
    font-size: .5rem;
    line-height: .6rem;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.index-box .bottom-box .text-list{
    margin-top: .25rem;
}
.index-box .bottom-box .text-item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: .6rem;
    position: relative;
}
.index-box .bottom-box .text-item:last-child{
    margin-right: 0;
}
.index-box .bottom-box .text-item .tit{
    font-size: 14px;
    line-height: .4rem;
    color: #888;
}
.index-box .bottom-box .text-item .img-box{
    
    position: absolute;
    left: 50%;
    top: .4rem;
    transform: translateX(-50%);
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.index-box .bottom-box .text-item .img-box:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #fff;
}
.index-box .bottom-box .text-item .img{
    width: 3.5rem;
    padding: .25rem;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 4px;
}
.index-box .bottom-box .text-item .img img{
    width: 100%;
}
.index-box .bottom-box .text-item:hover .img-box{
    visibility: visible;
    opacity: 1;
}
.website-box{
    padding: 10.9375% 0 0;
    position: relative;
    height: calc(100vh - 2.35rem);
    overflow: hidden;
    box-sizing: border-box;
}
.website-box:before{
    content: "";
    position: absolute;
    top: 11.9%;
    right: 3.125%;
    width: 16.05rem;
    height: 16.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/website-bg.png');
}
.website-box .view{
    position: relative;
    z-index: 3;
    height: 100%;
}
.website-box .website-bear{
    position: absolute;
    left: 10%;
    bottom: -1.375rem;
    width: 4.45rem;
    transform: translateY(100%);
}
.website-box .website-bear img{
    width: 100%;
}
.website-box .website-bear .hi{
    position: absolute;
    left: -.6rem;
    top: -1.1rem;
    font-size: .4rem;
    line-height: 1rem;
    color: #d1122b;
    width: 1.1rem;
    height: 1.225rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/hi-bg.png');
    text-align: center;
    font-family: "PINGFANG BOLD-subfont";
}
.website-nav{
    max-width: 1220px;
    margin: 0 auto;
}
.website-nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.website-nav li .tit{
    font-size: .45rem;
    line-height: .5rem;
    font-family: "PINGFANG BOLD-subfont";
    color: #0057b0;
}
.website-nav li .navson{
    margin-top: .7rem;
}
.website-nav li .navson a{
    display: block;
    font-size: .4rem;
    line-height: 1.2rem;
    color: #666;
    transition: all .3s;
}
.ban-product{
    /* height: calc(100vh - 2.35rem); */
    /* padding-top: 1.75rem; */
    position: relative;
}
.ban-product .bg{
    /* height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
.ban-product .bg img{
    width: 100%;
}
.ban-product .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.pro-view{
    padding: 0 6.25%;
}
.ban-product .text-box .tit{
    font-size: 2.625rem;
    line-height: 2.75rem;
    color: #fff;
    font-family: "SourceHanSansCN-Heavy";
    
}
.ban-product .text-box .con{
    font-size: .4rem;
    line-height: .8rem;
    color: #fff;
    width: 11.25rem;
    margin: .4rem 0 0;
}
.product-top-box{
    /* height: 100vh; */
    padding-top: 2.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.product-top-box .top-text{
   /*  position: absolute;
    left: 0;
    top: 11.34%;
    width: 100%; */
    text-align: center;
}
.product-top-box .top-text .tit{
    font-size: 1.8rem;
    line-height: 1.9rem;
    color: #0057b0;
    font-family: "SourceHanSansCN-Heavy";
}
.product-top-box .top-text .con{
    width: 60%;
    font-size: .4rem;
    line-height: .8rem;
    font-family: "PINGFANG BOLD-subfont";
    margin: .5rem auto 0;
}
.product-top-box .img{
    float: left;
    /* position: absolute; */
    margin-left: 7.3%;
    margin-top: 3rem;
    /* bottom: 0; */
    width: 55.1%;
}
.product-top-box .img img{
    width: 100%;
}
.pro-text{
    position: absolute;
    left: 66.4%;
    top: 51.546%;
    font-size: 0;
}
.pro-text .tit{
    font-size: 1.05rem;
    line-height: 1.1rem;
    color: #333;
    font-family: "PINGFANG BOLD-subfont";
}
.pro-text .con{
    font-size: .5rem;
    line-height: .6rem;
    color: #333;
    margin-top: .4rem;
    font-family: "PINGFANG BOLD-subfont";
}
.pro-text .detail-btn{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    color: #333;
    padding-right: .35rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/pro-detail.png');
    margin-top: .8rem;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.tab-view{
    width: 79.17%;
    margin: 0 auto;
}
.product-tab-box{
    padding: 2.5rem 0 3.5rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.product-tab-box .top-box .left{
    float: left;
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
}
.product-tab-box .top-box .left .tit{
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-family: "SourceHanSansCN-Heavy";
    color: #fff;
    float: left;
}
/* .product-tab-box .top-box .left .tit2{
    margin-top: .75rem;
    margin-left: -1.5rem;
}
.product-tab-box .top-box .left .tit2 span{
    padding-left: 1.25rem;
} */
.product-tab-box .top-box .left .pro-bear{
    position: absolute;
    left: 34%;
    bottom: -1.2rem;
    width: 4.45rem;
    transform: translateY(100%);
}
.product-tab-box .top-box .left .pro-bear img{
    width: 100%;
}
.product-tab-box .top-box .text{
    float: left;
    width: 40.625%;
    margin-left: 6.94%;
    margin-top: .8rem;
}
.product-tab-box .top-box .text .tit{
    font-size: .55rem;
    line-height: .6rem;
    font-family: "PINGFANG BOLD-subfont";
    color: #fff;
}
.product-tab-box .top-box .text .con{
    font-size: .4rem;
    line-height: .8rem;
    color: #fff;
    margin-top: .3rem;
}
.product-tab-box .tab-box .row{
        margin: 0 -1.45rem;
}
.product-tab-box .tab-item{
    box-sizing: border-box;
    padding: 0 1.45rem;
}
.product-tab-box .tab-swiper{
    position: relative;
    overflow: hidden;
}
.product-tab-box .tab-item .con-box{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.product-tab-box .tab-item .con-box .img{
    display: block;
    overflow: hidden;
}
.product-tab-box .tab-item img{
    width: 100%;
    transition: all .3s;
}
/* .product-tab-box .tab-item:nth-child(2):before{
    content: "";
    position: absolute;
    left: 57.8%;
    top: -2.75rem;
    width: 3.75rem;
    height: 3.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/toy-img.png');
    z-index: 3;
    
} */
.product-tab-box .pro-text{
    left: 7%;
    top: 12.9%;
}

.product-tab-box .pro-text .tit,
.product-tab-box .pro-text .con,
.product-tab-box .pro-text .detail-btn{
    color: #fff;
}

.product-tab-box .pro-text .detail-btn{
    display: none;
    background-image: url('../img/pro-detail2.png');
}
.product-tab-box .buttons{
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 86%;
    padding: 0 7%;
    z-index: 3;
}
.product-tab-box .buttons .prev,
.product-tab-box .buttons .next,
.product-tab-box .buttons .btns{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.product-tab-box .buttons .prev,
.product-tab-box .buttons .next{
    width: 5px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product-tab-box .buttons .prev{
    background-image: url('../img/pro-prev.png');
}
.product-tab-box .buttons .next{
    background-image: url('../img/pro-next.png');
}
.product-tab-box .buttons .btns{
    font-size: 0;
}
.product-tab-box .buttons .btns .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-radius: 100%;
    background-color: #fff;
    opacity: .3;
    margin: 0 3px;
    vertical-align: middle;
}
.product-tab-box .buttons .btns .swiper-pagination-bullet-active{
    opacity: 1;
}

.product-list-box{
    padding-top: 4.5rem;
}
.product-list-box .product-list{
    position: relative;
}
.product-list-box .product-list .bear{
    position: absolute;
    right: 15.54%;
    top: -3rem;
    width: 4.45rem;
    transform: translateY(100%);
    transition: all .5s;
}
.product-list-box .product-list .bear.animated{
    transform: translateY(0);
    opacity: 1;
}
.product-list-box .product-list .bear img{
    width: 100%;
}
.product-list-box .product-list .row{
    margin-bottom: 1.875rem;
}
.product-list-box .product-list .row:last-child{
    margin-bottom: 0;
}
.product-list-box .product-list .row .item{
    float: left;
    width: 47.635%;
    margin-bottom: 1.875rem;
    position: relative; 
    border-radius: 8px;
    overflow: hidden;
}
.product-list-box .product-list .row .item:nth-child(2n){
    float: right;
}
.product-list-box .product-list .row .item:nth-child(2){
    margin-top: 1.5rem;
}

.product-list-box .product-list .row .item:nth-child(5){
    width: 100%;
    margin-bottom: 0;
}
.product-list .item .img{
    /* overflow: hidden; */
    position: relative;
}
.product-list .item img{
    width: 100%;
    transform-origin: bottom center;
    transition: all .3s;
}
.product-list .item .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.product-list .item .blur{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
    transition: all .3s;
}
/* .index-product-box .pc-box .swiper-slide.blur .bg.init{
    opacity: 1;
} */
.index-product-box .pc-box .swiper-slide.blur .bg.hover{
    opacity: 1;
}
.index-product-box .pc-box .swiper-slide.blur .product-list .item .point{
    opacity: 0!important;
    transition: all .3s;
}
.index-product-box .pc-box .swiper-slide.blur .product-list .item .init{
    opacity: 0;
}
.index-product-box .pc-box .swiper-slide.blur .product-list .item .blur{
    opacity: 1;
}
.index-product-box .pc-box .swiper-slide.blur .product-list .item.on .init{
    opacity: 1;
}
.index-product-box .pc-box .swiper-slide.blur .product-list .item.on .blur{
    opacity: 0;
}
.index-product-box .pc-box .swiper-slide.blur .product-list .item.on .point{
    opacity: 1!important;
}
.product-list .item .pro-text{
    left: 12%;
    top: 14.558%;
}
.product-list .row .item:nth-child(5) .pro-text{
    left: 8.78%;
    top: 25.862%;
}
.product-list-box .more-btn,
.baby-list-box .more-btn{
    text-align: center;
    font-size: 0;
    margin-top: 1.4rem;
}
.product-list-box .more-btn a,
.baby-list-box .more-btn a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: .5rem;
    padding-right: .55rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/product-more.png');
    background-size: .3rem;
    color: #0057b0;
    font-family: "PINGFANG BOLD-subfont";
}
.pub-product{
    margin-top: 1.5rem;
    padding-bottom: 2.5rem;
}
.pub-product .row{
    margin: 0 -.45rem;
}
.pub-product .item{
    box-sizing: border-box;
    padding: 0 .45rem;
}
.pub-product .item .con-box{
    display: block;
    border-radius: 3px;
    transition: all .3s;
}
.pub-product .item .img{
    border-radius: 3px;
    overflow: hidden;
}
.pub-product .item img{
    width: 100%;
}
.pub-product .item .tit{
    text-align: center;
    line-height: 1.5rem;
    font-size: 0;
}
.pub-product .item .tit span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    color: #333;
    padding-right: .4rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .15rem;
    background-image: url('../img/pub-product-arrow1.png');
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.productinfo-top-box{
    height: 1.5rem;
    position: relative;
}
.productinfo-top-box .top-box{
    position: fixed;
    left: 0;
    top: 2.35rem;
    background-color: #fff;
    width: 100%;
    height: 1.5rem;
    border-top: 1px solid #d5d5d5;
    z-index: 40;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.productinfo-top-box .top-box .tit{
    font-size: .4rem;
    line-height: 1.5rem;
    color: #000;
    float: left;
}
.productinfo-top-box .top-box .right{
    float: right;
    font-size: 0;
}
.productinfo-top-box .top-box .right a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.productinfo-top-box .top-box .right a{
    font-size: .35rem;
    line-height: 1.5rem;
    color: #333;
    margin-right: .7rem;
    position: relative;
    transition: all .3s;
}
.productinfo-top-box .top-box .right a:last-child{
    margin-right: 0;
}
.productinfo-top-box .top-box .right a:before{
    content: "";
    position: absolute;
    right: -.35rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .4rem;
    background-color: #b6b6b6;
}
.productinfo-top-box .top-box .right a:last-child:before{
    display: none;
}
.productinfo-top-box .top-box .right a.cur{
    color: #0057b0;
}
.ban-productinfo{
    /* height: calc(100vh - 3.85rem);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    position: relative;
}
.ban-productinfo img{
    width: 100%;
}
.ban-productinfo .text-box{
    position: absolute;
    left: 16.1458%;
    top: 37.77%;
}
.ban-productinfo .text-box .model{
    font-size: .5rem;
    line-height: .6rem;
    color: #fff;
    font-family: "dinb";
}
.ban-productinfo .text-box .tit{
    font-size: 1.05rem;
    line-height: 1.1rem;
    color: #fff;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: .5rem;
}
.ban-productinfo .text-box .con{
    font-size: .5rem;
    line-height: .6rem;
    color: #fff;
    margin-top: .5rem;
}
.productinfo-part1-box{
    background-color: #f7faff;
    padding-top: 2.5rem;
}
.proinfo-text .tit{
    font-size: 1rem;
    line-height: 1.1rem;
    color: #333;
    /*font-weight: bold;
    font-family: "Alibaba-PuHuiTi-Light-subfont";*/
}
.proinfo-text .con{
    font-size: .45rem;
    line-height: .75rem;
    color: #666;
    margin-top: .5rem;
}
.proinfo-text .icon-box{
    font-size: 0;
    margin-top: 1.1rem;
}
.proinfo-text .icon-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 2.75rem;
    border: 1px solid rgba(20,32,39,.1);
    text-align: center;
    border-radius: 3px;
    padding: 0 1.35rem;
}
.proinfo-text .icon-box .item span{
    font-size: .65rem;
    line-height: 2.75rem;
    color: #333;
    padding-left: 1.2rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .875rem;
}
.productinfo-part1-box .proinfo-text{
    float: left;
    margin-left: 16.1458%;
}
.productinfo-part1-box .proinfo-text .con{
    width: 11rem;
}
.productinfo-part1-box .img{
    float: right;
    width: 44.11%;
    margin-right: 7.8125%;
}
.productinfo-part1-box .img img{
    width: 100%;
}
.productinfo-part2-box{
    text-align: center;
    background-color: #fff;
    padding: 2.25rem 0 3rem;
    position: relative;
    z-index: 3;
}
.productinfo-part2-box .num-list{
    font-size: 0;
    text-align: center;
    margin-top: 1.35rem;
}
.productinfo-part2-box .num-list .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 7vw;
    position: relative;
}
.productinfo-part2-box .num-list .item:before{
    content: "";
    position: absolute;
    right: -7vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2.75rem;
    background-color: #0a3a88;
    opacity: .3;
}
.productinfo-part2-box .num-list .item:last-child:before{
    display: none;
}
.productinfo-part2-box .num-list .num-box{
    font-size: 0;
}
.productinfo-part2-box .num-list .num,
.productinfo-part2-box .num-list .unit{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.productinfo-part2-box .num-list .num{
    font-size: 1.7rem;
    line-height: 1.8rem;
    font-family: "dinb";
    color: #415366;
}
.productinfo-part2-box .num-list .unit{
    font-size: .4rem;
    line-height: .5rem;
    color: #415366;
    font-family: "dinb";
}
.productinfo-part2-box .num-list .txt{
    font-size: .4rem;
    line-height: .5rem;
    color: #545557;
    margin-top: .3rem;
}
.productinfo-part3-box{
    padding: 3rem 0 5.5rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.productinfo-part3-box .proinfo-text{
    text-align: center;
}
.productinfo-part3-box .proinfo-text .tit,
.productinfo-part3-box .proinfo-text .con{
    color: #fff;
}
.productinfo-part3-box .img-box{
    font-size: 0;
    text-align: center;
    margin-top: 3rem;
}
.productinfo-part3-box .img-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 35.1%;
    margin: 0 2.6%;
}
.productinfo-part3-box .img-box .item img{
    width: 100%;
}
.productinfo-part4-box{
    position: relative;
}
.productinfo-part4-box .img{
    float: left;
    width: 51.77%;
}
.productinfo-part4-box .img img{
    width: 100%;
}
.productinfo-part4-box .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 48.23%;
    height: 100%;
    background-color: #f7f7f7;
}
.productinfo-part4-box .right .proinfo-text{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 0 17.26%;
}
.productinfo-part5-box{
    padding-top: 2.25rem;
}
.productinfo-part5-box .proinfo-text{
    text-align: center;
}
.productinfo-part5-box .params-table{
    margin-top: 2rem;
}
.productinfo-part5-box .params-table li{
    float: left;
    width: 20%;
    text-align: center;
    border-bottom: 1px solid #e9ebec;
    border-right: 1px solid #e9ebec;
    box-sizing: border-box;
}
.productinfo-part5-box .params-table li:nth-child(-n+5){
    border-top: 1px solid #e9ebec
}
.productinfo-part5-box .params-table{
    border-left: 1px solid #e9ebec;
}
.productinfo-part5-box .params-table .tit{
    font-size: .4rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-family: "PINGFANG BOLD-subfont";
    border-bottom: 1px solid #e9ebec;
    border-left: none;
}
.productinfo-part5-box .params-table .con-box{
    padding: .6rem 0;
    height: 3rem;
    box-sizing: border-box;
    height: 3rem;
    position: relative;
}
.productinfo-part5-box .params-table .con{
    font-size: .35rem;
    line-height: .6rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.contact-box{
    height: calc(100vh - 2.35rem);
    position: relative;
}
.contact-box .map{
    height: 100%;
}
.contact-box .contact-dialog{
    position: absolute;
    left: 16.4%;
    top: 50%;
    transform: translateY(-50%);
    
}
.contact-box .contact-dialog .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #222;
    font-family: "PINGFANG BOLD-subfont";
    padding-bottom: .6rem;
    border-bottom: 1px solid #eee;
}
.contact-box .contact-dialog .list{
    padding: .5rem 0;
    border-bottom: 1px solid #eee;
}
.contact-box .contact-dialog .item{
    margin-bottom: .4rem;
    font-size: .45rem;
    line-height: .5rem;
    color: #444;
    font-family: "dinb";
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: .75rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .45rem;
    margin-right: 1.5rem;
}
.contact-box .contact-dialog .tel{
    background-image: url('../img/contact-icon1.png');
}
.contact-box .contact-dialog .fax{
    margin-right: 0;
    background-image: url('../img/contact-icon2.png');
}
.contact-box .contact-dialog .qq{
    background-image: url('../img/contact-icon4.png');
}
.contact-box .contact-dialog .mail{
    margin-right: 0;
    background-image: url('../img/contact-icon3.png');
}

.contact-box .contact-dialog .con{
    font-size: .4rem;
    line-height: .6rem;
    color: #444;
    font-family: "PINGFANG BOLD-subfont";
    margin-top: .6rem;
}
.contact-box .contact-dialog .tip{
    margin-top: .3rem;
    font-size: .35rem;
    line-height: .6rem;
    color: #999;
    font-family: "PINGFANG BOLD-subfont";
}
.contact-box .contact-dialog .text-box{
    position: relative;
    z-index: 3;
    width: 12.5rem;
    box-sizing: border-box;
    padding: 1.5rem 1.25rem 2.25rem;
    border-radius: 6px;
    background-color: #fff;
}
.contact-box .contact-dialog .bear{
    position: absolute;
    width: 2.325rem;
    left: 25%;
    top: -24%;
    transform: translateY(100%);
}
.contact-box .contact-dialog .bear img{
    width: 100%;
}

.page{
    font-size: 0;
    text-align: center;
}
.page a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
    background-color: #f5f5f5;
    vertical-align: top;
    border-radius: 4px;
    color: #666;
    font-family: arial;
    margin: 0 3px;
    transition: all .3s;
}

.page a[rel=prev],
.page a[rel=next]{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
}
.page a[rel=prev]{
    background-image: url('../img/page-prev.png');
}
.page a[rel=next]{
    background-image: url('../img/page-next.png');
}
.page a.active{
    background-color: #0057b0;
    color: #fff;
}
.search-box{
    padding: 2rem 0;
}
.search-box .tab-btns{
    float: left;
    width: 11.458vw;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
    position: fixed;
}
.search-box .tab-btns a{
    display: block;
    height: 1.95rem;
    line-height: 1.95rem;
    font-family: "Microsoft Yahei";
    text-align: center;
    color: #666;
    font-size: .45rem;
    border-bottom: 1px solid #e6e6e6;
    transition: all .3s;
}
.search-box .tab-btns a:last-child{
    border-bottom: none;
}
.search-box .tab-btns a.cur{
    color: #fff;
    background-color: #0057b0;
}
.search-box .right{
    float: right;
    width: 78.57%;
}
.search-box .right .num{
    font-size: .45rem;
    line-height: .5rem;
    border-bottom: 1px solid #e6e6e6;
    color: #999;
    padding-bottom: .75rem;
    font-family: "Microsoft Yahei";
}
.search-list{
    min-height: 20rem;
}
.search-list .item{
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.search-list .item .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #333;
    font-weight: bold;
}
.search-list .item .tit br{
    display: none;
}
.search-list .item .pub-con{
    margin-top: .5rem;
    font-size: .45rem;
    line-height: .9rem;
    color: #666;
    font-family: "Microsoft Yahei";
}
.search-list .item .time{
    font-size: .4rem;
    line-height: .5rem;
    color: #999;
    font-family: "Microsoft Yahei";
    margin-top: .75rem;
}
.search-list .page{
    margin-top: 2.15rem;
}

.nurse-top-box{
    padding: 2.75rem 0;
}
.nurse-box{
    position: relative;
}
.nurse-box .img{
    float: right;
    width: 50%;
}
.nurse-box .img img{
    width: 100%;
}
.nurse-box .text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f9f9f9;
}
.nurse-box .text{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 20.3125%;
}
.nurse-box .text .icon{
    width: 1.5rem;
}
.nurse-box .text .icon img{
    width: 100%;
}
.nurse-box .text .tit{
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #333;
    margin-top: 1.25rem;
}
.nurse-box .text .con{
    font-size: .4rem;
    line-height: .75rem;
    color: #666;
    margin-top: .9rem;
}
.nurse-list-box{
    padding-top: 3rem;
}
.nurse-tab-btns{
    font-size: 0;
}
.nurse-tab-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .7rem;
    border-radius: .5rem;
    background-color: #f7f7f7;
    font-size: .45rem;
    color: #666;
    border: 1px solid rgba(143,143,143,.15);
    margin-right: .45rem;
    transition: all .3s;
}
.nurse-tab-btns a:last-child{
    margin-right: 0;
}
.nurse-tab-btns a.cur{
    background-color: #0057b0;
    color: #fff;
    border-color: #0057b0;
}
.nurse-list-box .product-list{
    margin-top: 1.75rem;
}
.nurse-list-box .more-btn{
    margin: 0;
}
.nurse-list-box .product-list .row .item{
    /* border: 1px solid transparent; */
    transition: all .3s;
    position: relative;
}
/* .nurse-list-box .product-list .row .item:before{
    content: "";
    position: absolute;
    left: 8px;
    bottom: 0;
    width: 68.57%;
    height: 4px;
    background-color: #f26640;
    z-index: 3;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .3s;
} */
.nurse-list-box .product-list .row .item:nth-child(5){
    width: 47.635%;
    margin-bottom: 1.875rem;
    
}
.baby-wrap{
    padding: 5.68% 5% 3.6%;
    background-repeat: no-repeat;
    background-position: 65% center;
    background-size: cover;
}
.baby-wrap .text-box{
    width: 11.25rem;
    position: relative;
}
.baby-wrap .text-box .bear{
    position: absolute;
    left: 37.77%;
    top: -30%;
    width: 25.55%;
    transform: translateY(100%);
}
.baby-wrap .text-box .bear img{
    width: 100%;
}
.baby-wrap .text{
    padding: 2rem 1rem;
    background-color: #0057b0;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}
.baby-wrap .text-box .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #fff;
}
.baby-wrap .text-box .con{
    font-size: .4rem;
    line-height: .8rem;
    color: #fff;
    margin-top: .7rem;
}
.baby-wrap .text-box .icon{
    width: 2.5rem;
    margin-top: 1.5rem;
}
.baby-wrap .text-box .icon img{
    width: 100%;
}
.baby-list-box{
    margin-top: 2.25rem;
}
.baby-list-box .baby-btn-tab{
    width: 100%;
    margin: 0 auto;
    border-radius: 1.875rem;
    background-color: #f6f6f6;
    overflow: hidden;
}
.baby-list-box .baby-btn-tab .swiper-wrapper{
    justify-content: center;
	*padding: 0 3.5rem;
}
.baby-list-box .baby-btn-tab .swiper-slide{
    margin: 0 .4rem;
    width: auto;
    font-size: 0;
    padding: 1.3rem 0;
}
.baby-list-box .baby-btn-tab a{
    display: block;
    
}
.baby-list-box .baby-btn-tab .swiper-slide .icon,
.baby-list-box .baby-btn-tab .swiper-slide .txt{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.baby-list-box .baby-btn-tab .swiper-slide .icon{
    width: 1.15rem;
}
.baby-list-box .baby-btn-tab .swiper-slide .hover{
position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.baby-list-box .baby-btn-tab .swiper-slide .txt{
    font-size: .45rem;
    margin-left: .25rem;
    line-height: .5rem;
    color: #333;
    font-family: "PINGFANG BOLD-subfont";
    transition: all .3s;
}
.baby-list-box .baby-btn-tab .swiper-slide.cur .txt{
    color: #0057b0;
}
.baby-list{
    margin-top: 2.75rem;
}
.baby-list .row{
    margin: 0 -.5rem;
}
.baby-list .item{
    box-sizing: border-box;
    padding: .6rem .5rem 0;
    margin-bottom: 1rem;
}
.baby-list .con-box{
    position: relative;
}
.baby-list .item:nth-child(3n+2){
    padding-top: 0;
}
.baby-list .item .img{
    position: relative;
}
.baby-list .item img{
    width: 100%;
    transition: all .3s;
}
.baby-list .item .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.baby-list .item .text{
    position: absolute;
    left: 8.9%;
    top: 8.9%;
}
.baby-list .item .text .tit{
    font-size: .9rem;
    line-height: 1rem;
    color: #555;
}
.baby-list .item .text .con{
    font-size: .45rem;
    line-height: .5rem;
    margin-top: .3rem;
    text-transform: uppercase;
    font-family: "PINGFANG BOLD-subfont";
}
.online-box{
    padding: 4rem 0;
}
.online-box .text-box{
    width: 43.75%;
    float: left;
}
.online-box .text-box .title{
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #333;
    font-family: "PingFangSC-Medium-subfont";
}

.online-box .text-box .text-list{
    margin-top: .9rem;
	font-family: "PINGFANG BOLD-subfont";
}
.online-box .text-box .text-list li{
    margin-bottom: .9rem;
}
.online-box .text-box .text-list li:last-child{
    margin-bottom: 0;
}
.online-box .text-box .text-list .tit{
    font-size: .45rem;
    line-height: .7rem;
    color: #0057b0;
    font-weight: bold;
}
.online-box .text-box .text-list .desc{
    font-size: .45rem;
    line-height: .7rem;
    color: #333;
}
.online-box .text-box .text-list .con{
    margin-top: .5rem;
    font-size: .4rem;
    line-height: .8rem;
    color: #777;
}
.online-box .img-box{
    float: right;
    width: 34.17%;
    margin-right: 5.56%;
    position: relative;
}

.online-box .img-box img{
    width: 100%;
}
.online-box .bubble{
    position: absolute;
}
.online-box .bubble .circle,
.online-box .bubble .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.online-box .bubble .img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.online-box .center-bubbles .bubble1{
    width: 17.886%;
    padding-top: 17.886%;
    left: 42.68%;
    top: 7%;
}
.online-box .center-bubbles .bubble1 .circle{
    background-color: #0057b0;
}
.online-box .center-bubbles .bubble2{
    width: 15%;
    padding-top: 15%;
    left: 74.187%;
    top: 37%;
}
.online-box .center-bubbles .bubble2 .circle{
    background-color: #0057b0;
}
.online-box .center-bubbles .bubble3{
    width: 23.17%;
    padding-top: 23.17%;
    left: 6%;
    top: 47.764%;
}
.online-box .center-bubbles .bubble3 .circle{
    background-color: #0057b0;
}
.online-box .center-bubbles .bubble4{
    width: 23.17%;
    padding-top: 23.17%;
    left: 70%;
    top: 56.5%;
}
.online-box .center-bubbles .bubble4 .circle{
    background-color: #0057b0;
}
.online-box .center-bubbles .bubble5{
    width: 12.195%;
    padding-top: 12.195%;
    left: 12.6%;
    top: 30%;
}
.online-box .center-bubbles .bubble5 .circle{
    background-color: #75a7d9;
}
.online-box .center-bubbles .bubble6{
    width: 16.26%;
    padding-top: 16.26%;
    left: 28%;
    top: 70%;
}
.online-box .center-bubbles .bubble6 .circle{
    background-color: #75a7d9;
}
.online-box .img-bubbles .bubble1{
    width: 17.48%;
    padding-top: 17.48%;
    left: 7.3%;
    top: .8%;
}
.online-box .img-bubbles .bubble1 .circle{
    background-color: #4d8ed1;
}
.online-box .img-bubbles .bubble2{
    width: 19.1%;
    padding-top: 19.1%;
    left: 61.99%;
    top: -5%;
}
.online-box .img-bubbles .bubble2 .circle{
    background-color: #3e83c9;
}
.online-box .img-bubbles .bubble3{
    width: 17.886%;
    padding-top: 17.886%;
    left: -21.138%;
    top: 25.4%;
}
.online-box .img-bubbles .bubble3 .circle{
    background-color: #3e83c9;
}
.online-box .img-bubbles .bubble4{
    width: 20.3252%;
    padding-top: 20.3252%;
    left: 93.5%;
    top: 37.6%;
}
.online-box .img-bubbles .bubble4 .circle{
    background-color: #3080d2;
}
.online-box .img-bubbles .bubble5{
    width: 16.26%;
    padding-top: 16.26%;
    left: 2.439%;
    top: 78%;
}
.online-box .img-bubbles .bubble5 .circle{
    background-color: #3e83c9;
}
.online-box .img-bubbles .bubble6{
    width:17.886%;
    padding-top:17.886%;
    left: 53.86%;
    top: 89.43%;
}
.online-box .img-bubbles .bubble6 .circle{
    background-color: #3080d2;
}
.online-box .out-bubbles .bubble1{
    width: 8.13%;
    padding-top: 8.13%;
    left: 35.77%;
    top: -13.2%;
}
.online-box .out-bubbles .bubble1 .circle{
    background-color: #75a7d9;
}
.online-box .out-bubbles .bubble2{
    width: 6%;
    padding-top: 6%;
    left: 97.154%;
    top: 12.2%;
}
.online-box .out-bubbles .bubble2 .circle{
    background-color: #75a7d9;
}
.online-box .out-bubbles .bubble3{
    width: 17.48%;
    padding-top: 17.48%;
    left: 97.56%;
    top: 69.5%;
}
.online-box .out-bubbles .bubble3 .circle{
    background-color: #75a7d9;
}
.online-box .out-bubbles .bubble4{
    width: 6%;
    padding-top: 6%;
    left: 28%;
    top: 101.626%;
}
.online-box .out-bubbles .bubble4 .circle{
    background-color: #75a7d9;
}

.online-box .img-bubbles .bubble .circle{
    animation:spin 8s infinite linear;
    transform-origin: 50% 30px;
}
.online-box .img-bubbles .bubble .circle .img{
    animation:spin-reverse 8s infinite linear;
}
.online-box .img-bubbles .bubble:nth-child(2n) .circle{
    animation:spin2 8s infinite linear;
}
.online-box .img-bubbles .bubble:nth-child(2n) .circle .img{
    animation:spin-reverse2 8s infinite linear;
}


.online-box .out-bubbles .bubble{
    animation:spin 8s infinite linear;
    transform-origin: 30% 30px;
}
.online-box .out-bubbles .bubble:nth-child(2n){
    animation:spin2 8s infinite linear;
}
.online-box .out-bubbles .bubble .circle{
    animation:spin-reverse 8s infinite linear;
}
.online-box .out-bubbles .bubble:nth-child(2n) .circle{
    animation:spin-reverse2 8s infinite linear;
}



@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}
@media (max-width: 1680px){
    .baby-list-box .baby-btn-tab .swiper-slide{
        margin:0 1rem;
    }
}
@media (max-width: 1366px){
    .baby-list-box .baby-btn-tab{
        width:100%;
    }
    .baby-list-box .baby-btn-tab .swiper-slide{
        margin:0 .65rem;
    }
}
@media (max-width: 1366px){
    .view,
    .query-view{
        padding: 0 5%;
        width: auto;
    }
    .services-page footer .view{
        width: auto;
    }
    .about-list .text{
        padding: 15.56% 10%;
    }
    .about-list .text .con{
        font-size: .85rem;
    }
    .event-tab-box{
        width: 100%;
    }
    /* .product-tab-box .tab-item:nth-child(2):before{
        width: 3rem;
        height: 3rem;
    } */
    .query-box .right{
        width: 40%;
    }
    .pc-nav li{
        margin-right: 1.1rem;
    }
    .contact-box .contact-dialog{
        left: 5%;
    }
    /* .vip-box .img-box .qrcode{
        left: -65%;
        top: -90%;
    } */

}
.wxbox{
    position:absolute;
    z-index:9;
    width: 140px;
    height: 140px;
    left:-84%;
    top: 80px;
    opacity:0;
    transition: all .4s;
}
.wxbox.active{
    opacity:1;
}
.wxbox img{
    position: absolute;
    width:120px;
    height:120px;
    border-radius:8px;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index:2;
}






.dolig{
    width:100%;
    height:100%;
    background-color: rgba(124,124,124,0.3);
    position: fixed;
    top: 0;
    left:0;
    z-index: 999;
    display:none;
}
.dolig_body{
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left:0;
}
.dolig .box{
    width:480px;
    height:auto;
    padding-bottom:1rem;
    background-color:#fff;
    position: relative;
    top:50%;
    box-sizing:border-box;
    left:50%;
    transform:translate(-50%,-50%);
    border:1px solid #d7d7d7;
    border-top:6px solid #0057b0;
}
.dolig_colse{
    width:0.525rem;
    height:0.525rem;
    background: url(../img/colse.png) no-repeat center;
    position: absolute;
    right:0.5rem;
    top:0.5rem;
    cursor:pointer;
}
.dolig_tit{
    padding-top: 1.25rem;
    text-align: center;
    width:100%;
    font-size: 1.0rem;
    color:#333;
}
.dolig_from{
    position: relative;
    width:320px;
    margin:0 auto;
    display:block;
}
.dolig_input{
    width:100%;
    height:40px;
    margin-top:0.5rem;
    border:1px solid #e8e8e8;
}
.dolig_input input{
    width:86%;
    float: right;
    height:100%;
    font-size: 0.4rem;
}
.dolig_input select{
    width:86%;
    float: right;
    height:100%;
    font-size: 0.4rem;
}
.dolig_input .lab{
    width:12%;
    height:100%;
    float: left;
    box-sizing:border-box;
    position: relative;
}
.dolig_input .lab1{
    background: url(../img/f1.png)no-repeat center;
}
.dolig_input .lab2{
    background: url(../img/f2.png)no-repeat center;
}
.dolig_input .lab3{
    background: url(../img/f3.png)no-repeat center;
}
.dolig_input .lab4{
    background: url(../img/f4.png)no-repeat center;
    width:12%;
}
.dolig_input .lab5{
    background: url(../img/f5.png)no-repeat center;
    width:12%;
}
.dolig_input .input4{
    width:57%;
    float: left;
    margin-left: 1%;
    border-right:1px solid #eee;
}

.dolig_input .lab:after{
    content: "";
    position: absolute;
    right:0;
    top: 50%;
    height:15px;
    width:1px;
    background-color:#ccc;
    transform:translateY(-50%);
}
.yzmbox .dolig_input.input2 img {
    float: right;
    width: 29%;
    height: 100%;
}

.dolig_submit input{
    width:100%;
}
.dolig_submit input {
    width: 100%;
    background-color: #0057b0;
    color: #fff;
    font-size: 0.45rem;
}
.jl{
    display:flex;
}
.jl input {
    font-size: 0.3rem;
    display: inline-block;
    width: 70px;
    opacity: 0;
    position: relative;
    z-index: 3;
}
.jl .filebox .sp {
    font-size: 14px;
    color: #0057b0;
    padding-bottom:0;
    border-bottom:1px solid #0057b0;
    position: absolute;
    left: 0;
    top: 0;
    display:inline-block;
    z-index: 1;
}
.jl .sp2{
    font-size:12px;
    color:#666;
}
.jl .pic-box img{
    height:45px !important;
}
.jl #filesname{
    width:0;
}

.moveList_dl_dd_page{
	border-top:1px solid #f0f0f0;
	padding-top:50px;
	position:relative;
	padding-bottom:50px;
	width:100%}
.moveList_dl_dd_page ul{
	position:absolute;
	height:40px;
	left:50%;
	transform:translateX(-50%);
	overflow:hidden;}
.moveList_dl_dd_page ul li{
	float:left;
	width:38px;
	height:38px;
	line-height:38px;
	border:1px solid #ececec;
	margin:0 5px;
	color:#333333;
	font-size:14px;
	text-align:center;
	border-radius:4px}
.moveList_dl_dd_page ul li.active{
	width:40px;
	height:40px;
	line-height40px;
	background:#36bb81;
	color:#FFF;
	border:none}
.moveList_dl_dd_page ul li:first-child,.moveList_dl_dd_page ul li:last-child{
	width:78px}
.moveList_dl_dd_page ul li.border_none{
	border:none}
.moveList_dl_dd_page ul li a{
	display:block;}
.moveList_dl_dd_page ul li a:hover{
	background:#36bb81;
	color:#FFF;}