@charset "UTF-8";

@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"),
       url("../fonts/SourceSansPro-Regular.woff") format("woff"),
       url("../fonts/SourceSansPro-Regular.ttf") format("truetype"),
       url("../fonts/SourceSansPro-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"),
       url("../fonts/SourceSansPro-Bold.woff") format("woff"),
       url("../fonts/SourceSansPro-Bold.ttf") format("truetype"),
       url("../fonts/SourceSansPro-Bold.eot") format("embedded-opentype"),
       url("../fonts/SourceSansPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Semibold";
  src: url("../fonts/SourceSansPro-Semibold.woff2") format("woff2"),
       url("../fonts/SourceSansPro-Semibold.woff") format("woff"),
       url("../fonts/SourceSansPro-Semibold.ttf") format("truetype"),
       url("../fonts/SourceSansPro-Semibold.eot") format("embedded-opentype"),
       url("../fonts/SourceSansPro-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProductSans-Regular";
  src: url("../fonts/ProductSans-Regular.woff2") format("woff2"),
       url("../fonts/ProductSans-Regular.woff") format("woff"),
       url("../fonts/ProductSans-Regular.ttf") format("truetype"),
       url("../fonts/ProductSans-Regular.eot") format("embedded-opentype"),
       url("../fonts/ProductSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AVGARDM";
  src: url("../fonts/AVGARDM.woff2") format("woff2"),
       url("../fonts/AVGARDM.woff") format("woff"),
       url("../fonts/AVGARDM.ttf") format("truetype"),
       url("../fonts/AVGARDM.eot") format("embedded-opentype"),
       url("../fonts/AVGARDM.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[v-cloak]{
    display: none;
}

/* @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: #51b3c9;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #51b3c9;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #51b3c9;
    }
    /* html {
        font-size: 34px!important;
    } */
    body{
        -ms-overflow-style: scrollbar;
    }
}
/* @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;
}

.view{
    width: 83.33%;
    margin: 0 auto;
}
header{
    position: fixed;
    left: 50%;
    top: 0;
    transform:translateX(-50%);
    width: 100%;
    max-width:1920px;
    height: 5rem;
    box-sizing: border-box;
    /*box-shadow: 0 0 10px rgba(28,22,23,.13);*/
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
    z-index: 80;
}
header .logo{
    float: left;
    width: 8.6666rem;
    margin-top: 1.3333rem;
}
header .logo img{
    width: 100%;
}
header .left-nav{
    float: left;
    font-size: 0;
    margin-left: 4.4444rem;
}
header .left-nav li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 5rem;
}
header .left-nav li:last-child{
    margin-right: 0;
}
header .left-nav .tit{
    display: block;
    font-size: 1rem;
    line-height: 5rem;
    color: #555;
    text-transform: capitalize;
    transition: all .3s;
}
.header-right{
    float: right;
    font-size: 0;
}
.header-right .right-nav,
.header-right .icon-box{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.header-right .right-nav li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 3.5555rem;
}
.header-right .right-nav li:first-child{
    margin-left: 0;
}
.header-right .right-nav .tit{
    display: block;
    font-size: 0.8888rem;
    line-height: 5rem;
    color: #555;
    text-transform: capitalize;
    position: relative;
    transition: all .3s;
}
.header-right .right-nav .tit:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -1.7777rem;
    width: 1px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/nav-divide.png');
    transform: translateY(-50%);
}
.header-right .right-nav li:last-child .tit:before{
    display: none;
}
.header-right .icon-box{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    height: 5rem;
    margin-left: 1.7777rem;
}
.header-right .icon-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-left: 1.6666rem;
}
.header-right .icon-box .item:first-child{
    margin-left: 0;
}
.header-right .icon-box .item.rss-item{
    display: none;
}
.header-right .icon-box .icon{
    display: block;
    width: 1rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.header-right .search-item .icon{
    background-image: url('../img/search-btn.png');
}
.header-right .rss-item .icon{
    background-image: url('../img/rss-btn.png');
}
header .pro-navson{
    position: absolute;
    left: 0;
    top: 5rem;
    width: 100%;
    background-color: #ebebeb;
    height: 33.3333rem;
    display: none;
}

header .navson-list{
    width: 25.75%;
    height: 33.3333rem;
    background-color: #fff;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
}
header .navson-list .item{
    border-bottom: 1px solid #e8e8e8;
}
header .navson-list .sec-tit{
    display: block;
    padding:0.8888rem 4.6666rem 0.8888rem 2.2222rem;
    position: relative;
    transition: all .3s;
}
header .navson-list .sec-tit:before{
    content: "";
    position: absolute;
    right: 2.7777rem;
    top: 50%;
    width: 8px;
    height: 11px;
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/navson-arrow1.png);
    transition: all .3s;
}
header .navson-list .sec-tit .txt{
    float: left;
    font-size: 1rem;
    line-height: 3rem;
    color: #555;
    transition: all .3s;
}
header .navson-list .sec-tit .img{
    float: right;
    width: 3rem;
}
header .navson-list .sec-tit .img img{
    width: 100%;
}
header .navson-list .sub-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 74.25%;
    height: 100%;
    background-color: #fff;
    display:none;
}

header .navson-list .tab-btns{
    position: absolute;
    left: 4.5%;
    top: 1.1111rem;
    width: 13.6111rem;
    z-index: 10;
}
header .navson-list .tab-btns a{
    display: block;
    padding:1.1111rem 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1rem;
    line-height: 1.1111rem;
    color: #767676;
    position: relative;
}
header .navson-list .tab-btns a:before{
    content: "";
    position: absolute;
    right: 0.5555rem;
    top: 50%;
    width: 8px;
    height: 11px;
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/navson-arrow1.png');
}
header .navson-list .tab-item{
    display: none;
    position: relative;
}
header .navson-list .tab-item .img{
    display: block;
    height: 23.6111rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
header .navson-list .tab-item .pro-img{
    position: absolute;
    right: 20%;
    top: 72.9%;
    width: 23.29%;
}
header .navson-list .tab-item .pro-img img{
    width: 100%;
}
header .navson-list .icon-list{
    padding:1.7777rem 0 0.6666rem 4.5%;
    width: 63%;
}
header .navson-list .icon-list .icon-item{
    width: 48%;
    float: left;
    margin-bottom: 1.1111rem;
    font-size: 0;
}
header .navson-list .icon-list .icon-item:nth-child(2n){
    float: right;
}
header .navson-list .icon-list .icon,
header .navson-list .icon-list .txt{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: middle;
}
header .navson-list .icon{
    width: 2.1111rem;
}
header .navson-list .icon img{
    width: 100%;
}
header .navson-list .icon-list .txt{
    font-size: 1rem;
    line-height: 1.1111rem;
    color: #000;
    margin-left: 0.8888rem;
}
header .navson-list .solution-btn{
    position: absolute;
    right: 4.5%;
    bottom: 3.3333rem;
    font-size: 0;
    padding:0 1.7777rem;
    border:1px solid #50b0c5;
    border-radius: 1.3888rem;
}
header .navson-list .solution-btn span{
    display: inline-block;
    *display: inline;
    zoom:1;
    font-size: 0.8888rem;
    line-height: 2.7777rem;
    height: 2.7777rem;
    color: #50b0c5;
    padding-right: 0.7777rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px;
    background-image: url(../img/navson-arrow3.png);
    font-family: "SourceSansPro-Semibold";
}
header .navson-list .item:nth-child(1)  .sub-box{
    display:block;
}
header .navson-list .item.cur .sec-tit{
    background-color: #51b2c9;
}
header .navson-list .item.cur .sec-tit .txt{
    color: #fff;
}
header .navson-list .item.cur .sec-tit:before{
    background-image: url('../img/navson-arrow2.png');
}
header .navson-list .tab-btns a.cur{
    color: #51b2c9;
}
header .navson-list .tab-btns a.cur:before{
    background-image: url('../img/navson-arrow3.png');
}

/* .clearfixed{
    height: 5rem;
} */
.subscribe-box{
    padding: 1.6666rem 0;
    font-size: 0;
    text-align: center;
    background-color: #f5f5f5;
}

.sp-page .subscribe-box{
    background-color: #fff;
}
.subscribe-box .txt,
.subscribe-box .subscribe-inp{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 0.8888rem;
}
.subscribe-box .txt{
    font-size: 1.1111rem;
    line-height: 2.6666rem;
    color: #313131;
    font-family: "SourceSansPro-Semibold";
}
.subscribe-box .subscribe-inp{
    width: auto;
    padding: 0.4444rem;
    height: 1.7777rem;
    border: 1px solid #d4d4d4;
}

.subscribe-box .subscribe-inp input[type=text]{
    float: left;
    width: 100%;
    height: 1.7777rem;
    line-height: 1.7777rem;
    font-size: 0.8888rem;
    color: #232323;
    font-family: "SourceSansPro-Regular";
    padding-left: 0.5555rem;
    background-color: transparent;
}
.subscribe-box .subscribe-inp input[type=text]::-webkit-input-placeholder{
    color:#232323;  
}  
.subscribe-box .subscribe-inp input[type=text]:-moz-placeholder{
    color:#232323;
}  
.subscribe-box .subscribe-inp input[type=text]::-moz-placeholder{
    color:#232323;
}  
.subscribe-box .subscribe-inp input[type=text]:-ms-input-placeholder {
    color:#232323;
}  

.subscribe-box .subscribe-inp input[type=submit]{
    float: right;
    width: 4.4444rem;
    height: 1.7777rem;
    color: #fff;
    background-color: #50b0c5;
    font-size: 0.7777rem;
    font-family: arial;
    display:none;
}
.footer-wrap{
    background-color: #313131;
}
.footer-top{
    padding: 4.4444rem 0 1.1111rem;
    border-bottom: 1px solid #3f3f3f;
}
.f-nav{
    float: left;
    width: 61.875%;
}
.f-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;
}

.f-nav .tit{
    display: block;
    font-size: 1.3333rem;
    line-height: 1.5555rem;
    color: #fff;
    text-transform: capitalize;
    font-family: "SourceSansPro-Semibold";
}
.f-nav .navson{
    margin-top: 1.3333rem;
}
.f-nav .navson a{
    display: block;
    font-size: 0.8888rem;
    line-height: 1.1111rem;
    margin-bottom: 0.8888rem;
    color: #999;
    text-transform: capitalize;
    transition: all .3s;
}
.f-nav .navson a:last-child{
    margin-bottom: 0;
}
.f-nav .solution-btn{
    font-size: 0;
    margin-top: 3.5555rem;
}
.f-nav .solution-btn a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 0.8888rem;
    line-height: 1.1111rem;
    font-family: "SourceSansPro-Bold";
    padding-bottom: 0.2222rem;
    border-bottom: 1px solid #50b0c5;
    color: #50b0c5;
}
.footer-top .right{
    float: right;
    width: 16.3333rem;
}
.footer-top .follow-box{
    padding-left: 2rem;
}
.footer-top .follow-box .tit{
    font-size: 1.3333rem;
    line-height: 1.5555rem;
    color: #fff;
    font-family: "SourceSansPro-Semibold";
}
.footer-top .follow-box .lists{
    margin-top: 1.3333rem;
    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;
}
.footer-top .follow-box .lists .item{
    width: 1.5555rem;
    position: relative;
    font-size: 0;
}
.footer-top .follow-box .lists .item img{
    width: 100%;
    transition: all .3s;
    opacity: 0.8;
}
.footer-top .follow-box .lists .item .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.footer-top .subscribe{
    border: 1px solid rgba(255,255,255,.1);
    margin-top: 2.6666rem;
    padding: 0.4444rem;
}
.footer-top .subscribe input[type=text]{
    float: left;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.7777rem;
    color: rgba(255,255,255,.5);
    background-color: transparent;
}
.footer-top .subscribe input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,.5);  
}  
.footer-top .subscribe input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,.5);
}  
.footer-top .subscribe input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,.5);
}  
.footer-top .subscribe input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,.5);
}  
.footer-top .subscribe input[type=submit]{
    float: right;
    width: 4.4444rem;
    height: 2rem;
    background-color: #50b0c5;
    font-size: 0.7777rem;
    color: #fff;
    font-family: arial;
    display:none;
}

.footer-bottom{
    text-align: center;
    padding: 1.1111rem 0;
}
.footer-bottom .copy{
    font-size: 0.7777rem;
    line-height: 0.8888rem;
    color: #6e6e6e;
}
.sub-banner{
    position: relative;
    height:36.1111rem;
}
.sub-banner img{
    width: 100%;
}
.top-nav-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.top-nav{
    border-bottom:1px solid rgba(255,255,255,.3);
}
.top-nav .tit{
    float: left;
    font-size: 0.8888rem;
    line-height: 3.3333rem;
    color: #fff;
    font-family: "SourceSansPro-Semibold";
}

.top-nav .type-btns{
    float: right;
}
.top-nav .type-btns .swiper-slide{
    padding-right: 6.4444rem;
    width: auto;
}
.top-nav .type-btns .swiper-slide:last-child{
    padding-right: 0;
}
.top-nav .type-btns .swiper-slide:before{
    content: "";
    position: absolute;
    right: 3.2222rem;
    top: 50%;
    width: 1px;
    height: 28px;
    margin-top: -14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/sup-nav-divide.png');
}
.top-nav .type-btns .swiper-slide:last-child:before{
    display: none;
}
.top-nav .type-btns .swiper-slide a{
    display: block;
    font-size: 0.8888rem;
    line-height: 3.3333rem;
    color: #fff;
    font-size: 0;
}
.top-nav .type-btns .swiper-slide .icon,
.top-nav .type-btns .swiper-slide .txt{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.top-nav .type-btns .swiper-slide .icon{
    width: 1.1111rem;
    height: 1.1111rem;
    font-size: 0;
    position: relative;
}
.top-nav .type-btns .swiper-slide .icon img{
    width: 100%;
    display: block;
    transition: all .3s;
}
.top-nav .type-btns .swiper-slide .icon .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.top-nav .type-btns .swiper-slide .txt{
    font-size: 0.8888rem;
    line-height: 1.1111rem;
    color: #fff;
    margin-left: 0.5555rem;
    transition: all .3s;
}
.top-nav .type-btns .swiper-slide.cur a .init{
    opacity: 0;
}
.top-nav .type-btns .swiper-slide.cur a .hover{
    opacity: 1;
}
.top-nav .type-btns .swiper-slide.cur a .txt{
    color: #51b3c9;
}
.sup-search{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.sup-search .tit{
    font-size: 3.3333rem;
    line-height: 3.5555rem;
    color: #fff;
    font-family: "SourceSansPro-Bold";
    text-transform: uppercase;
}
.sup-search .sup-inp-box{
    margin: 2.7777rem auto 0;
    width: 33.3333rem;
}
.sup-search .sup-inp{
    padding: 0.3333rem 0.3333rem 0.3333rem 2rem;
    border: 1px solid rgba(255,255,255,.6);
    box-sizing: border-box;
    border-radius: 1.7777rem;
}
.sup-search .sup-inp input[type=text]{
    float: left;
    width: 70%;
    height: 2.7777rem;
    line-height: 2.7777rem;
    background-color: transparent;
    color: #fff;
    font-size: 1.3333rem;
    font-family: "SourceSansPro-Semibold";
}
.sup-search .sup-inp input[type=text]::-webkit-input-placeholder{
    color: #fff;  
}  
.sup-search .sup-inp input[type=text]:-moz-placeholder{
    color: #fff;
}  
.sup-search .sup-inp input[type=text]::-moz-placeholder{
    color: #fff;
}  
.sup-search .sup-inp input[type=text]:-ms-input-placeholder {
    color: #fff;
} 
.sup-search .sup-inp input[type=submit]{
    float: right;
    width: 2.7777rem;
    height: 2.7777rem;
    border-radius: 100%;
    background-color: #51b2c9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/sup-search.png');
}

.sup-search .hot-word{
    margin-top: 1.3333rem;
    padding-left: 2rem;
    font-size: 0;
    text-align: left;
    display: none;
}
.sup-search .hot-word .hot-tit,
.sup-search .hot-word .hot-list{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.sup-search .hot-word .hot-tit{
    font-size: 1rem;
    line-height: 1.1111rem;
    color: #fff;
    margin-right: 0.3333rem;
}
.sup-search .hot-word .hot-list a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 1rem;
    line-height: 1.1111rem;
    color: #fff;
    padding-bottom: 1px;
    border-bottom: 2px solid #fff;
    margin-right: 0.8888rem;
}
.bread-box{
    position: absolute;
    left: 0;
    bottom:  6.77%;
    width: 100%;
}
.bread-box .bread{
    font-size: 0;
}
.bread-box .bread a,
.bread-box .bread span{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.bread-box .bread a{
    font-size: 0.8888rem;
    line-height: 1.1111rem;
    color: #fff;
}
.bread-box .bread span{
    width: 4px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/sup-bread-divide.png');
    margin: 0 1.1111rem;
}
.faq-box{
    padding: 3.5555rem 0;
    background-color: #f5f5f5;
}
.faq-list .grid-sizer{
    width: 33.33%;
}
.faq-list .gutter-sizer{
    width: 0
}
.faq-list .row{
    margin: 0 -24px;
}
.faq-list .item{
    box-sizing: border-box;
    padding: 0 24px;
    margin-bottom: 50px;
   height:31.1111rem;

}
.faq-list .con-box{
    padding: 2.4444rem;
    background-color: #fff;
    transition: all .3s;
}
.faq-list .con-box .tit{
    font-size: 1.2222rem;
    line-height: 1.6666rem;
    color: #51b3c9;
    padding-left: 2.2222rem;
    padding-bottom: 1.3333rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
}
.faq-list .con-box .tit:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.2222rem;
    width: 1.2222rem;
    height: 1.2222rem;
    background-color: #51b3c9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/ask-icon.png');
}
.faq-list .con-box .con{
    font-size: 1.1111rem;
    line-height: 2rem;
    color: rgba(102,102,102,.7);
    padding-left: 2.2222rem;
    position: relative;
    margin-top: 1.6666rem;
    max-height: 14rem;
    overflow: hidden;
}
.faq-list .con-box .con:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.4444rem;
    width: 1.2222rem;
    height: 1.2222rem;
    background-color: #51b3c9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/answer-icon.png');
}
.faq-list .con-box .more-btn{
    display: block;
    width: 10.3333rem;
    height: 2.7777rem;
    line-height: 2.7777rem;
    border-radius: 1.3888rem;
    border: 1px solid #50b0c5;
    text-align: center;
    margin-left: 2.2222rem;
    margin-top: 2.6666rem;
    transition: all .3s;
}
.faq-list .con-box .more-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 1rem;
    line-height: 2.7777rem;
    color: #50b0c5;
    padding-right: 1.1111rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px;
    background-image: url('../img/faq-more.png');
    font-family: "ProductSans-Regular";
    text-transform: capitalize;
    transition: all .3s;
}


#page {
    height: 50px;
    display: table;
    margin: 0 auto;
}

.page {
    text-align: center;
     font-size: 0;
    text-align: center;
}


.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}

.pagingUl li {
    float: left;
     width: 1.6666rem;
    height: 1.6666rem;
    line-height: 1.6666rem;
    font-size: 1rem;
    color: #343434;
    margin: 0 2px;
}

.pagingUl li a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1.6666rem;
    height: 1.6666rem;
    line-height: 1.6666rem;
    font-size: 1rem;
    color: #343434;
    margin: 0 2px;
    vertical-align: top;
    transition: all .3s;
    font-family: "AVGARDM";
}
.page a.active{
    color: #fff;
    background-color: #51b3c9;
}
.prv,
.next {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1.6666rem;
    height: 1.6666rem;
    line-height: 1.6666rem;
    font-size: 1rem;
    color: #343434;
    margin: 0 2px;
    vertical-align: top;
    transition: all .3s;
    font-family: "AVGARDM";
    cursor:pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page .prv {
    margin-right: 2.2222rem;
    background-image: url('../img/page-prev.png');
}
.page .next{
    margin-left: 2.2222rem;
    background-image: url('../img/page-next.png');
}


.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
     color: #fff;
   background-color: #51b3c9;
}

.faqinfo-box{
    padding: 5rem 0 0;
}
.faqinfo-box .left{
    float: left;
    width: 25.625%;
}
.faqinfo-box .left .item{
    display: block;
    padding: 0 3.5555rem 2rem 2.2222rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 2.2222rem;
    position: relative;
    font-size: 1.2222rem;
    line-height: 1.6666rem;
    color: #999;
    transition: all .3s;
}
.faqinfo-box .left .item:last-child{
    margin-bottom: 0;
}
.faqinfo-box .left .item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.3333rem;
    width: 1.2222rem;
    height: 1.2222rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #c5c5c5;
    background-image: url('../img/ask-icon.png');
    transition: all .3s;
}
.faqinfo-box .right{
    float: right;
    width: 70.25%;
    padding-left: 6%;
    padding-bottom: 8rem;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.faqinfo-box .right img{
    max-width: 100%;
    height: auto !important;
}
.faqinfo-box .right .title{
    font-size: 2rem;
    line-height: 2.6666rem;
    color: #171717;
    font-family: "SourceSansPro-Semibold";
}
.faqinfo-box .right .con{
    font-size: 1.3333rem;
    line-height: 2rem;
    color: #666;
    margin-top: 2.4444rem;
}
.faqinfo-box .right h3{
    font-size: 1.6666rem;
    line-height: 1.7777rem;
    color: #1e1e1e;
    font-family: "SourceSansPro-Semibold";
}
.faqinfo-box .right table{
    border: 1px solid #cecece;
}
.faqinfo-box .right table td{
    border: 1px solid #cecece;
    padding: 1.3333rem;
    background-color: #f5f5f5;
}
.pub-tit{
    font-size: 3.3333rem;
    line-height: 3.5555rem;
    font-family: "SourceSansPro-Bold";
}
.sub-text{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.sub-text .tit{
    font-size: 3.3333rem;
    line-height: 3.5555rem;
    color: #fffefe;
    font-family: "SourceSansPro-Bold";
}
.sub-text .desc{
    font-size: 1.3333rem;
    line-height: 1.5555rem;
    color: #fff;
    margin-top: 2rem;
}
.sup-video-box{
    padding: 6.4444rem 0 5.3333rem;
    background-color: #f5f5f5;
}
.sup-video-box .video-list{
    float: left;
    width: 75%;
}
.sup-video-box .video-list .row{
    margin: 0 -0.8888rem;
}
.sup-video-box .video-list .item{
    box-sizing: border-box;
    padding: 0 0.8888rem;
    margin-bottom: 1.6666rem;
}
.sup-video-box .video-list .con-box{
    display: block;
    position: relative;
}
.sup-video-box .video-list .img{
    overflow: hidden;
}
.sup-video-box .video-list img{
    width: 100%;
    transition: all .3s;
}
.sup-video-box .video-list .text{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.sup-video-box .video-list .icon{
    width: 4.6666rem;
    margin: 0 auto;
}
.sup-video-box .video-list .txt{
    font-size: 1.2222rem;
    line-height: 1.6666rem;
    color: #fff;
    font-family: "SourceSansPro-Bold";
    margin: 1.1111rem auto 0;
    width: 60.3448%;
}
.sup-video-box .loading-box{
    margin-top: 2.2222rem;
}
.loading-box{
    text-align: center;
    display: none;
}
.loading-box .load-icon{
    width: 2rem;
    margin: 0 auto;
}
.loading-box .load-icon img{
    width: 100%;
}
.loading-box .load-txt{
    font-size: 1rem;
    line-height: 1.1111rem;
    color: #51b3c9;
    margin-top: 0.6666rem;
}
.sup-video-box .right{
    float: right;
    width: 21.25%;
}
.sup-video-box .right .subscription{
    padding: 2.2222rem;
    background-color: #fff;
}
.sup-video-box .right .title{
    font-size: 1.6666rem;
    line-height: 1.7777rem;
    color: #000;
    font-family: "SourceSansPro-Semibold";
}
.sup-video-box .right .con{
    font-size: 1rem;
    line-height: 1.3333rem;
    color: #5a5a5a;
    margin-top: 0.5555rem;
}
.sup-video-box .right .subscription-inp{
    margin-top: 1.3333rem;
    position: relative;
}
.sup-video-box .subscription-inp .inp{
    background-color: #ebf6f9;
    padding: 0.8888rem;
    border-radius: 4px;
}
.sup-video-box .subscription-inp .tit{
    float: left;
    font-size: 1rem;
    line-height: 1.1111rem;
    font-family: "SourceSansPro-Semibold";
    color: #3eaac3;
}
.sup-video-box .subscription-inp input[type=text]{
    float: right;
    width: 55%;
    height: 1.1111rem;
    height: 1.1111rem;
    background-color: transparent;
    font-size: 1rem;
    color: #3eaac3;
    font-family: "SourceSansPro-Semibold";
}
.sup-video-box .subscription-inp .required{
    position: absolute;
    right: -0.8888rem;
    top: 0;
    font-size: 1rem;
    line-height: 2.8888rem;
    font-family: "SourceSansPro-Bold";
    color: #3eaac3;
}
.sup-video-box .subscription-inp input[type=submit]{
    margin-top: 1.3333rem;
    font-size: 1rem;
    padding-bottom: 1px;
    border-bottom: 1px solid #50b0c5;
    background-color: transparent;
    color: #3eaac3;
    padding-right: 1.3333rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/submit-arrow.png');
    display: none;
}

.sup-video-box .social-list{
    margin-top: 0.8888rem;
    padding: 2.2222rem;
    background-color: #fff;
}
.sup-video-box .social-list .list{
    margin-top: 1.1111rem;
}
.sup-video-box .social-list .item{
    display: block;
    padding: 0.6666rem 0;
    border-bottom: 1px solid rgba(131,131,131,.25);
}

.sup-video-box .social-list .icon{
    float: left;
    width: 1.5555rem;
    position: relative;
}
.sup-video-box .social-list .icon img{
    width: 100%;
    display: block;
    transition: all .3s;
    filter: grayscale(100%);
}
.sup-video-box .social-list .icon .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.sup-video-box .social-list .txt{
    float: right;
    font-size: 1rem;
    line-height: 1.5555rem;
    color: #666;
    transition: all .3s;
}
.sub-nav-box{
    background-color: #f5f5f5;
    display:none;
}
.sub-nav .swiper-wrapper{
    justify-content: space-between;
}
.sub-nav .swiper-slide{
    width: auto;
}
.sub-nav .swiper-slide a{
    display: block;
    font-size: 1rem;
    line-height: 3.8888rem;
    height: 3.8888rem;
    color: #808080;
    position: relative;
    transition: all .3s;
}
.sub-nav .swiper-slide .divide{
    width: 1px;
    height: 3.8888rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../img/sub-nav-divide.png');
}
.sub-nav .swiper-slide.cur a{
    color: #52b3c9;
}
.download-box{
    padding: 4.1666rem 0 3.8888rem;
}
.download-list .row{
    margin: 0 -1.1111rem;
}
.download-list .item{
    box-sizing: border-box;
    padding: 0 1.1111rem;
    margin-bottom: 2.2222rem;
}
.download-list .con-box{
    background-color: #f5f5f5;
    padding: 3.1111rem;
}
.download-list .con-box .img-box{
    float: left;
    width: 32.35%;
}
.download-list .con-box .img-box img{
    width: 100%;
}
.download-list .con-box .img-box .txt{
    font-size: 2rem;
    line-height: 2.2222rem;
    color: #171717;
    height: 4.4444rem;
    font-family: "SourceSansPro-Semibold";
    text-align: center;
}
.download-list .con-box .right{
       float: right;
    width: 58.8%;
    height: 13.3333rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.download-list .con-box .right-item{
    display: block;
    padding: 1.1111rem;
    border-radius: 4px;
    position: relative;
    margin-bottom:1.1111rem;
}
.download-list .con-box .right-item:last-child{
    margin-bottom: 0;
}
.download-list .con-box .guide-item{
    background-color: #52b3c9;
}
.download-list .con-box .faq-item{
    border:1px solid #52b3c9;
    margin-top: 0.8888rem;
}
.download-list .con-box .text{
    float: left;
    width: 75%;
}
.download-list .con-box .text .tit{
    font-size: 1.1111rem;
    line-height: 1.3333rem;
}
.download-list .guide-item .text .tit{
    color: #fff;
}
.download-list .faq-item .text .tit{
    color: #52b3c9;
}
.download-list .right-item .time{
    color: #fff;
    font-size: 0.7777rem;
    line-height: 0.8888rem;
    margin-top: 1rem;
    display:none;
}
.download-list .right-item .icon{
    position: absolute;
    right: 1.1111rem;
    top: 50%;
    width: 2.6666rem;
    height: 2.6666rem;
    border-radius: 100%;
    margin-top: -1.3333rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-width: 1px;
    border-style: solid;
}
.download-list .right-item .download-btn{
    border-color: #fff;
    background-image: url('../img/download-icon1.png');
}
.download-list .right-item .faq-btn{
    border-color: #52b3c9;
background-image: url('../img/download-icon2.png');
}
.support-top{
    position: relative;
    margin-top: 5rem;
}
.support-top .ban-support{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.ban-text{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.ban-text .tit{
    font-size: 3.3333rem;
    line-height: 3.5555rem;
    color: #fff;
    font-family: "SourceSansPro-Bold";
    text-transform: uppercase;
}
.ban-text .desc{
    font-size: 1.1111rem;
    line-height: 1.3333rem;
    color: #fff;
    margin-top: 1.6666rem;
    opacity: .7;
}
.support-top .ban-support .img{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.support-top .top-list{
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 5.5555rem 4.4444rem 4.4444rem;
    background-color: #f5f5f5;
    position: relative;
}

.support-top .top-list b{
    position: absolute;
    left: 50%;
    top: 1.1111rem;
    width: 2px;
    height: 96%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-left: -1px;
    background-image: url('../img/support-divide1.png');
}
.support-top .top-list i{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 1px;
    margin-left: -45%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../img/support-divide2.png');
}
.support-top .top-list .row{
    margin: 0 -3.8888rem;
}
.support-top .top-list .item{
    box-sizing: border-box;
    padding: 0 3.8888rem;
    margin-bottom: 9.4444rem;
}
.support-top .top-list .item:nth-child(3),
.support-top .top-list .item:nth-child(4){
    margin-bottom: 0;
}
.support-top .top-list .con-box{
    display: block;
}
.support-top .top-list .tit{
    font-size: 2.3333rem;
    line-height: 2.4444rem;
    color: #000;
    font-family: "SourceSansPro-Bold";
    transition: all .3s;
}
.support-top .top-list .con{
    font-size: 1.1111rem;
    line-height: 2rem;
    color: #000;
    opacity: .7;
    margin-top: 2rem;
    height: 4rem;
    overflow: hidden;
}
.support-top .top-list .more-btn{
    margin-top: 3.3333rem;
    width: 3.5555rem;
    height: 3.5555rem;
    border: 1px solid #50b0c5;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/support-more1.png');
    transition: all .3s;
}

.sup-contact-box{
    padding: 4.4444rem 0 5.5555rem;
    position: relative;
}
.sup-contact-box .tit{
    font-size: 3.3333rem;
    line-height: 3.5555rem;
    color: #000;
    text-align: center;
    font-family: "SourceSansPro-Bold";
    text-transform: uppercase;
}
.sup-contact-box .con{
    font-size: 1.1111rem;
    line-height: 2rem;
    color: #666;
    opacity: .7;
    width: 66.5625%;
    margin: 2.2222rem auto 0;
    text-align: center;
}
.sup-contact-box .more-box{
    margin: 3.1111rem auto 0;
    text-align: center;
    font-size: 0;
}
.sup-contact-box .more-box a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 2rem;
    border: 1px solid #50b0c5;
    background-color: #fff;
    border-radius: 1.3888rem;
    transition: all .3s;
}
.sup-contact-box .more-box a span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 1rem;
    line-height: 2.7777rem;
    height: 2.7777rem;
    padding-right: 1.6666rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px;
    background-image: url('../img/faq-more.png');
    color: #50b0c5;
    transition: all .3s;
}
.sup-contact-box .view{
    position: relative;
    z-index: 3;
}
#wave{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
#wave canvas{
    display: block;
}

.resource-box{
    padding: 5.5555rem 0 3rem;
    background-color: #f5f5f5;
}
.resource-box h3{
    font-size: 2rem;
    line-height: 2.2222rem;
    color: #000;
    font-family: "SourceSansPro-Bold";
    margin-bottom: 1.7777rem;
}
.resource-box .row{
    margin: 0 -0.7777rem;
}
.resource-box .item{
    box-sizing: border-box;
    padding: 0 0.7777rem;
    margin-bottom: 1.5555rem;
}
.resource-box .con-box{
    display: block;
    background-color: #fff;
    padding: 2.2222rem 2.7777rem 1.3333rem;
    transition: all .3s;
}
.resource-box .con-box .img{
    width: 60.9756%;
    margin: 0 auto;
}
.resource-box .con-box .img img{
    width: 100%;
}
.resource-box .con-box .text{
    margin-top: 1.6666rem;
    padding-top: 1.3333rem;
    border-top: 1px solid rgba(128,128,128,.22);
}
.resource-box .con-box .tit{
    float: left;
    font-size: 1.6666rem;
    line-height: 2.7777rem;
    color: #000;
}
.resource-box .con-box .download-btn{
    float: right;
    width: 2.6666rem;
    height: 2.6666rem;
    border: 1px solid #52b3c9;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/resource-icon1.png');
    transition: all .3s;
}

.resource-box .page{
    margin-top: 2.8888rem;
}

.resource-box .type-item{
    margin-bottom: 5.5555rem;
}
.resource-box .type-item:last-child{
    margin-bottom: 0;
}
.pro-sub-banner{
    background-color: #fff;
    height:auto;
}
.pro-sub-banner .top-nav-box{
    position: relative;
}
.pro-sub-banner .sup-search{
    position: static;
}
.pro-sub-banner .top-nav .tit{
    color: #333;
}
.pro-sub-banner .top-nav .type-btns .swiper-slide .txt{
    color: #666;
}
.pro-sub-banner .top-nav{
    border-color: rgba(0,0,0,.1);
}
.pro-sub-banner .sup-search{
    margin-top: 3.5555rem;
}
.pro-sub-banner .sup-search .tit{
    color: #303030;
}
.pro-sub-banner .sup-search .sup-inp{
    border-color: #c7c7c7;
}
.pro-sub-banner .sup-search .sup-inp input[type=text]{
    color: #c0c0c0;
}
.pro-sub-banner .sup-search .sup-inp input[type=text]::-webkit-input-placeholder{
    color: #c0c0c0;  
}  
.pro-sub-banner .sup-search .sup-inp input[type=text]:-moz-placeholder{
    color: #c0c0c0;
}  
.pro-sub-banner .sup-search .sup-inp input[type=text]::-moz-placeholder{
    color: #c0c0c0;
}  
.pro-sub-banner .sup-search .sup-inp input[type=text]:-ms-input-placeholder {
    color: #c0c0c0;
} 
.pro-sub-banner .sup-search .hot-word .hot-tit,
.pro-sub-banner .sup-search .hot-word .hot-list a{
    color: #888;
    border-color: #888;
}
.presentation-page .pro-sub-banner{
    background-color: transparent;
}
.presentation-top .left{
    float: left;
    width: 50%;
    background-color: #f5f5f5;
    padding: 7.7777rem 0;
    background-repeat: no-repeat;
    background-position: center 10.5555rem;
    background-size: 100%;
}
.presentation-top .left .img{
    width: 43.75%;
    margin: 0 auto 2.2222rem;
}
.presentation-top .left .img img{
    width: 100%;
}
.presentation-top .left .lists{
    margin: 0 auto;
    width: 61.25%;
}
.presentation-top .left .lists .row{
    margin: 0 -0.7777rem;
}
.presentation-top .left .lists .item{
    box-sizing: border-box;
    padding: 0 0.7777rem;
    margin-bottom: 1.3333rem;
}
.presentation-top .left .lists img{
    width: 100%;
}
.presentation-top .right{
    float: right;
    width: 43.125%;
    padding-top: 3.3333rem;
}
.presentation-top .feature-list{
    margin-top: 2.2222rem;
    font-size: 16px;
}
.presentation-top .feature-list h3{
margin-bottom: 0.6666rem;
font-size: 1.6666rem;
line-height: 2.7777rem;
color: #51b3c9;
font-family: "SourceSansPro-Semibold";
}
.presentation-top .feature-list h3.Optics{
padding-left:45px;
background:url(../img/icon/kf01.png) no-repeat left center;
background-size:36px 36px;
}
.presentation-top .feature-list h3.Compression{
padding-left:45px;
background:url(../img/icon/kf02.png) no-repeat left center;
background-size:36px 36px;
}
.presentation-top .feature-list h3.Network{
padding-left:45px;
background:url(../img/icon/kf03.png) no-repeat left center;
background-size:36px 36px;
}
.presentation-top .feature-list h3.Structure{
padding-left:45px;
background:url(../img/icon/kf04.png) no-repeat left center;
background-size:36px 36px;
}

.presentation-top .feature-list p{
margin-left:15px;
margin-bottom: 0.6666rem;
font-size: 1.1111rem;
line-height: 1.5555rem;
}
.presentation-top .feature-list li{
    margin-bottom: 0.8888rem;
}
.presentation-top .feature-list li:last-child{
    margin-bottom: 0;
}
.presentation-top .feature-list .icon{
    float: left;
    width: 3rem;
    font-size: 0;
    /* border-radius: 100%;
    border: 2px solid #51b3c9; */
}
.presentation-top .feature-list .icon img{
    width: 100%;
}
.presentation-top .feature-list .text{
    float: left;
    margin-left: 0.8888rem;
    width: 84%;
}
.presentation-top .feature-list .tit{
    font-size: 1.6666rem;
    line-height: 2.6666rem;
    color: #51b3c9;
    font-family: "SourceSansPro-Semibold";
}
.presentation-top .feature-list .con{
    font-size: 1.1111rem;
    line-height: 2rem;
    color: #000;
    width: 80%;
    opacity: .7;
    margin-top: 0.8888rem;
    margin-left: 1.7777rem;
}
.presentation-top .feature-list .con span{
    margin-right: 0.6666rem;
}

.specifications-box{
    padding: 4.4444rem 0 4.1666rem;
}
.specifications-box .pub-tit{
    text-align: center;
}
.specifications-box .specifications{
    margin-top: 1.6666rem;
    overflow: auto;
}
.specifications .title{
    padding-left: 2.7777rem;
    font-size: 1.6666rem;
    line-height: 1.7777rem;
    padding-bottom: 1.1111rem;
    color: #000;
}
.spec-table{
    font-size: 1.2222rem;
    line-height: 1.6666rem;
    color: #666;
}
.spec-table 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;
    padding: 2.2222rem 0;
    border-top: 1px solid #dedede;
}

.spec-table ul li:nth-child(2){
    width: 29.375%;
}
.spec-table ul li:nth-child(3){
    width: 29%;
}
.spec-table h3{
    font-size: 1.6666rem;
    line-height: 1.7777rem;
    color: #000;
    padding-left: 2.7777rem;
}
.spec-table h4{
    font-size: 1.4444rem;
    line-height: 1.5555rem;
    color: #000;
    margin-bottom: 0.5555rem;
    margin-top: 2.2222rem;
}
.spec-table li h4:first-child{
    margin-top: 0;
}
.pro-video-box{
    padding-bottom: 3.5555rem;
}
.pro-video-box .video-top{
    position: relative;
}
.pro-video-box .video-top img{
    width: 100%;
}
.video-top .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.video-top .text-box .txt{
    font-size: 3.3333rem;
    line-height: 3.8888rem;
    color: #fff;
    font-family: "SourceSansPro-Bold";
    width: 60%;
    margin: 0 auto;
}
.video-top .text-box .video-btn-box{
    margin-top: 2.6666rem;
    font-size: 0;
}
.video-top .text-box .video-btn,
.video-top .text-box .video-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.video-top .text-box .video-btn{
    padding: 0 1.6666rem;
    background-color: #50b0c5;
    border: 1px solid #50b0c5;
    border-radius: 1.3888rem;
}
.video-top .text-box .video-btn span{
    font-size: 1rem;
    line-height: 2.7777rem;
    color: #fff;
    padding-left: 1.5555rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.7222rem;
    background-image: url('../img/watch.png');
}

.pro-video-box .video-list{
    margin-top: 3.5555rem;
}
.pro-video-box .video-list .row{
    margin: 0 -1.7777rem;
}
.pro-video-box .video-list .item{
    box-sizing: border-box;
    padding: 0 1.7777rem;
    margin-bottom: 3.5555rem;
}
.pro-video-box .video-list .con-box{
    display: block;
    position: relative;
}
.pro-video-box .video-list .img{
    overflow: hidden;
}
.pro-video-box .video-list img{
    width: 100%;
    transition: all .3s;
}
.pro-video-box .video-list .text{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.pro-video-box .video-list .icon{
    width: 4.6666rem;
    margin: 0 auto;
}
.pro-video-box .video-list .txt{
    font-size: 1.2222rem;
    line-height: 1.6666rem;
    color: #fff;
    font-family: "SourceSansPro-Bold";
    margin: 1.1111rem auto 0;
    width: 50%;
}
.ban-productinfo{
    position: relative;
    overflow: hidden;
}
.ban-productinfo img{
    width: 100%;
}
.ban-productinfo .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.ban-productinfo .text{
    width: 50%;
}
.ban-productinfo .text .tit{
    font-size: 4rem;
    line-height: 3.8888rem;
    font-family: "SourceSansPro-Bold";
    color: #fff;
}
.ban-productinfo .text .sub-tit{
    font-size: 2rem;
    line-height: 2.2222rem;
    color: #fff;
    opacity: .5;
    font-family: "SourceSansPro-Semibold";
    margin-top: 1.5555rem;
}
.desc-box{
    padding: 5.5555rem 0 4.4444rem;
}
.desc-box .left{
    float: left;
    width: 53.75%;
}
.desc-box .left .img-tab .pc-box{
    height: 33.1111rem;
    overflow: hidden;
    position: relative;
}
.desc-box .left .img-tab .swiper-slide,
.desc-box .left .img-tab .swiper-slide .img{
    height: 100%;
}
.desc-box .left .img-tab .swiper-slide .img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.desc-box .left .img-tab video{
    width: 100%;
}
.desc-box .left .img-tab .btns{
    position: absolute;
    left: 0;
    bottom: 4.7%;
    width: 100%;
    z-index: 3;
    text-align: center;
    font-size: 0;
}
.desc-box .left .img-tab .btns .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border: 3px solid #a7a7a7;
    background-color: transparent;
    border-radius: 100%;
    margin: 0 0.5555rem;
}
.desc-box .left .img-tab .btns .swiper-pagination-bullet-active{
    border-color: #51b3c9;
}

.desc-box .left .m-box{
    display: none;
}
.desc-box .type-list{
    font-size: 0;
    display:none;
}
.desc-box .m-list{
    display: none;
}
.desc-box .pc-list{
    margin-top: 2.4444rem;
}
.desc-box .type-list .item{
    font-size: 1.1111rem;
    line-height: 1.3333rem;
    color: #7b7b7b;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 1.3333rem;
    position: relative;
    margin-right: 3.7777rem;
}
.desc-box .type-list .item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #7b7b7b;
    border-radius: 100%;
    margin: -4px 0 0 -4px;
}
.desc-box .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 41.875%;
    height: 100%;
}
.desc-box .right .icon-list{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.desc-box .right .icon-list .row{
    margin: 0 -0.7777rem;
}
.desc-box .right .icon-list .item{
    box-sizing: border-box;
    padding: 0 0.7777rem;
    margin: 1.5555rem 0;
    white-space: nowrap;
    height:3.3333rem;
}
.desc-box .right .icon-list .icon,
.desc-box .right .icon-list .txt{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.desc-box .right .icon-list .icon{
    width: 3rem;
}
.desc-box .right .icon-list .icon img{
    width: 100%;
}
.desc-box .right .icon-list .txt{
    font-size: 1.2222rem;
    line-height: 1.5555rem;
    color: #51b3c9;
    margin-left: 0.5555rem;
}
.fix {
    position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    transform: translateX(-50%);
}


.section{
    height: 100vh;
    position: relative;
}
.section .bg-tab{
    height: 100vh;
    overflow: hidden;
}
.section .bg-tab .bg{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section .bg-tab .m-bg{
    display: none;
}
.section .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3;
}
.capture-wrap .text-box .text{
    width: 38%;
    padding-left: 6.25%;
}
.capture-wrap .text-box .pub-tit{
    color: #fff;
}
.capture-wrap .text-box .con{
    font-size: 1.1111rem;
    line-height: 1.7777rem;
    color: #fff;
    opacity:.7;
    margin-top: 2.4444rem;
}
.capture-wrap .icon-list{
    margin-top: 2.7777rem;
    font-size: 0;
}
.capture-wrap .icon-list .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 4.4444rem;
}
.capture-wrap .icon-list .item .icon{
    width: 3.3333rem;
    position: relative;
    margin: 0 auto;
}
.capture-wrap .icon-list .item .icon img{
    width: 100%;
    transition: all .3s;
}
.capture-wrap .icon-list .item .icon .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.capture-wrap .icon-list .item .txt{
    font-size: 1.1111rem;
    line-height: 1.3333rem;
    color: #fff;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    text-align: center;
    margin-top: 0.8888rem;
    transition: all .3s;
}
.capture-wrap .icon-list .item.cur .icon .init{
    opacity: 0;
}
.capture-wrap .icon-list .item.cur .icon .hover{
    opacity: 1;
}
.capture-wrap .icon-list .item.cur .txt{
    color: #51b3c9;
}
.play-box .img-box{
    position: absolute;
    right: 0;
    top: -45%;
    width: 70.625%;
}
.play-box .img-box img{
    width: 100%;
}
.play-box .img-box .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s;
}
.play-box .text-box{
    top: 23.958%;
    transform: translateY(0);
}
.play-box.on .img-box .hover{
    opacity: 1;
}
.control-box{
    padding: 8.8888rem 0;
}
.control-box .img{
    float: right;
    width: 49.25%;
    margin-top: 6.6666rem;
    position: relative;
}
.control-box .img .imgs{
    width: 100%;
}
.control-box .img video{
    width: 100%;
}
.control-box .img .item{
    position:absolute;
    top:0;
    left:0;
}
.control-box .text-box{
    float: left;
    width: 45%;
}
.control-box .text-box .con{
    font-size: 1.1111rem;
    line-height: 2rem;
    color: #333;
    margin-top: 2.7777rem;
}
.control-box .text-box .tab-list{
    padding-left: 2rem;
    margin-top: 5.5555rem;
}
.control-box .text-box .tab-list .item{
    margin-bottom: 1.7777rem;
}
.control-box .text-box .tab-list .item:last-child{
    margin-bottom: 0;
}
.control-box .text-box .tab-list .icon{
    float: left;
    width: 2.3333rem;
    position: relative;
}
.control-box .text-box .tab-list .icon img{
    width: 100%;
    display: block;
    transition: all .3s;
}
.control-box .text-box .tab-list .icon .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.control-box .text-box .tab-list .text{
    float: left;
    width: 78.78%;
    margin-left: 1.1111rem;
    transition: all .3s;
}
.control-box .text-box .tab-list .text .tit{
    font-size: 1.3333rem;
    line-height: 2.3333rem;
}
.control-box .text-box .tab-list .text .txt{
    font-size: 1rem;
    line-height: 1.6666rem;
    color: #999;
    display: none;
}
.control-box .text-box .tab-list .item.cur .init{
    opacity: 0;
}
.control-box .text-box .tab-list .item.cur .hover{
    opacity: 1;
}
.control-box .text-box .tab-list .item.cur .text .tit{
    color: #51b3c9;
}
.unbox-wrap{
    padding: 5rem 0 6.1111rem;
    background-color: #f7f8f9;
    display:none;
}
.unbox-wrap .pub-tit{
    text-align: center;
}
.unbox-list{
    margin-top: 3.1111rem;
    overflow: hidden;
}
.unbox-list .swiper-slide{
    width: 18.4%;
    margin-right: 1.875%;
}
.unbox-list .swiper-slide:last-child{
    margin-right: 0;
}
.unbox-list .con-box{
    /* border: 1px solid #d1d2d3; */
    padding: 1.6666rem 0 2.2222rem;
    position: relative;
}
.unbox-list .con-box:before{
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #d1d2d3;
    box-sizing: border-box;
}
.unbox-list .con-box .img{
    width: 60.81%;
    margin: 0 auto;
}
.unbox-list .con-box .img img{
    width: 100%;
}
.unbox-list .con-box .tit{
    font-size: 1rem;
    line-height: 1.1111rem;
    color: #666;
    text-align: center;
    margin-top: 0.5555rem;
}
.unbox-list .con-box .num{
    position: absolute;
    right: 1.1111rem;
    top: 1.1111rem;
    font-size: 1rem;
    line-height: 1.1111rem;
    color: #333;
}
.recommend-box .scroll-bar{
    margin-top: 4.7777rem;
    height: 2px;
    background-color: rgba(209,210,211,.5);
    position: relative;
    display: none;
}
.recommend-box .scroll-bar .swiper-scrollbar-drag{
    height: 4px;
    background-color: #51b3c9;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.unbox-list .scroll-bar{
    margin-top: 4.7777rem;
    height: 2px;
    background-color: rgba(209,210,211,.5);
    position: relative;
}
.unbox-list .scroll-bar .swiper-scrollbar-drag{
    height: 4px;
    background-color: #51b3c9;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.recommend-box{
    padding: 4.4444rem 0 6.6666rem;
    border-bottom: 1px solid rgba(89,89,89,.15);
}
.recommend-box .pub-tit{
    text-align: center;
}
.recommend-box .lists{
    margin-top: 2.7777rem;
    overflow: hidden;
}
.recommend-box .lists .row{
    margin: 0 -1.1111rem;
}
.recommend-box .lists .item{
    box-sizing: border-box;
    padding: 0 1.1111rem;
}
.recommend-box .lists .con-box{
    display: block;
}
.recommend-box .lists .img{
    width: 10rem;
    margin: 0 auto;
}
.recommend-box .lists .img img{
    width: 100%;
}
.recommend-box .lists .txt{
    font-size: 1.2222rem;
    line-height: 1.3333rem;
    color: #666;
    margin-top: 1.3333rem;
    text-align: center;
}
.recommend-box .lists .txt2{
    font-size: 0.9333rem;
    line-height: 1.3333rem;
    color: #888;
    margin-top: 0.4444rem;
    text-align: center;
    height: 2.6666rem;
}
.save-box{
    padding: 3.3333rem 0;
}
.save-list{
    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;
}
.save-list .item{
    margin-top: 1.1111rem;
}
.save-list .icon{
    width: 4.4444rem;
    margin: 0 auto;
}
.save-list .icon img{
    width: 100%;
}
.save-list .txt{
    font-size: 1.2222rem;
    line-height: 1.3333rem;
    color: #666;
    margin-top: 1.1111rem;
}
.save-list .divide{
    width: 1px;
    height: 8.3333rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/save-divide.png');
}
.save-list .divide:last-child{
    display: none;
}
.aside-box{
    position: fixed;
    left: 2%;
    top: 50%;
    transform: translateY(calc(-50% + 2.5rem));
    text-align: center;
    z-index: 50;
    display: none;
}
.aside-box .item{
    display: block;
    margin: 2.7777rem 0;
}
.aside-box .item .point{
    width: 14px;
    height: 14px;
    margin: 0 auto;
    border: 2px solid transparent;
    border-radius: 100%;
    position: relative;
    transition: all .3s;
}
.aside-box .item .point:before{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    background-color: #51b3c9;
    border-radius: 100%;
    transition: all .3s;
}
.aside-box .item .txt{
    font-size: 0.8888rem;
    line-height: 1.1111rem;
    color: #fff;
    margin-top: 0.6666rem;
    opacity: 0;
    transition: all .3s;
}
.aside-box .item.cur .point{
    border-color: #fff;
}
.aside-box .item.cur .point:before{
    opacity: 0;
}
.aside-box .item.cur .txt{
    opacity: 1;
}
.ban-display .text{
    width: 42%;
}
.display-desc-box{
    padding: 6.1111rem 0 3.8888rem;
}
.display-desc{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.display-desc .img-box{
    float: left;
    width: 51.71875%;
}
.display-desc .img img{
    width: 100%;
}
.display-desc .img-box .txt{
    font-size: 0;
    text-align: center;
    margin-top: 1.3333rem;
}
.display-desc .img-box .txt span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 1.1111rem;
    line-height: 1.3333rem;
    color: #383838;
    padding-left: 1.2222rem;
    font-family: "SourceSansPro-Bold";
    position: relative;
}
.display-desc .img-box .txt span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #383838;
    margin-top: -4px;
    border-radius: 100%;
}
.display-desc .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 35.15625%;
    height: 100%;
}
.display-desc .desc-list{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.display-desc .desc-list li{
    margin-bottom: 3.8888rem;
    position: relative;
}
.display-desc .desc-list li:last-child{
    margin-bottom: 0;
}
.display-desc .desc-list .icon{
    width: 3.5555rem;
    font-size: 0;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.display-desc .desc-list .icon img{
    width: 100%;
}
.display-desc .desc-list .txt{
    float: right;
    font-size: 1.3333rem;
    line-height: 1.5555rem;
    color: #51b3c9;
    font-family: "SourceSansPro-Semibold";
    width: 82.2%;
}
.pro-con{
    font-size: 1.1111rem;
    color: #fff;
    line-height: 2rem;
    margin: 2rem auto 0;
    text-align: center;
}
.life-box{
    padding: 5rem 0 7.4444rem;
    background-color: #3b93b8;
}
.life-box .pub-tit{
    color: #fff;
    text-align: center;
}
.life-box .pro-con{
    width: 620px;
}
.life-box .img{
    margin: 3.3333rem auto 0;
    width: 65.4375%;
    box-sizing: border-box;
    padding: 0.8888rem;
    background-color: #000;
    border-radius: 0.8888rem;
}
.life-box .img img{
    width: 100%;
    border-radius: 4px;
}
.angle-box{
    padding: 7.2222rem 0 0;
    background-color: #49b1c9;
    text-align: center;
}
.angle-box .pub-tit{
    color: #fff;
}
.angle-box .angle-img{
    width: 91%;
    margin: -3.3333rem auto 0;
    position: relative;
}

.angle-box .angle-img img{
    width: 100%;
}
.angle-box .angle-img .img1{
    transform: rotate(0);
}
.angle-box .angle-img .img2{
    position: absolute;
    left: 0;
    top: 0;
}
.ba-slider {
    position: relative;
    overflow: hidden;
}
 
.ba-slider img {
    width: 100%;
    display:block;
}
 
.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
 
  /* background: rgba(0,0,0,.5); */
  cursor: ew-resize;
}
 
.handle .con-box{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7.7777rem;
    height: 7.7777rem;
    background-color: #52b3c9;
    margin: -3.8888rem 0 0 -3.8888rem;
    border-radius: 100%;
}

.handle .con-box .con{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.handle .con-box .prev,
.handle .con-box .next,
.handle .con-box .divide{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.handle .con-box .prev,
.handle .con-box .next{
    width: 12px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.handle .con-box .prev{
    background-image: url('../img/visual-prev.png');
}
.handle .con-box .next{
    background-image: url('../img/visual-next.png');
}
.handle .con-box .divide{
    width: 1px;
    height: 4.2777rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/visual-divide.png');
    margin: 0 1.3333rem;
}
.visual-box{
    position: relative;
    margin-top: -6.6666rem;
}
.visual-box .text-box{
    position: absolute;
    left: 0;
    top: 10.4%;
    width: 100%;
    z-index: 3;
    text-align: center;
}
.visual-box .text-box .pub-tit{
    color: #fff;
}
.needs-box{
    padding: 6.1111rem 0 7.7777rem;
    background-color: #3995ab;
}
.needs-box .pub-tit{
    text-align: center;
    color: #fff;
}
.needs-box .pro-con{
    width: 60%;
}
.needs-box .lists{
    margin-top: 3.3333rem;
}
.needs-box .lists .item{
    box-sizing: border-box;
    padding: 0 0.5555rem;
    margin-bottom: 1.1111rem;
}
.needs-box .lists .con-box{
    background-color: #72c0d3;
    border-radius: 0.8888rem;
    padding: 0.5555rem;
    position: relative;
}
.needs-box .lists img{
    width: 100%;
    border-radius: 8px;
}

.needs-box .lists .circle-text{
    position: absolute;
    left: 1.1111rem;
    bottom: 1.1111rem;
    width: 5.2222rem;
    height: 5.2222rem;
    background-color: #fff;
    border-radius: 100%;
}
.needs-box .lists .circle-text .txt{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-size: 1.1111rem;
    line-height: 1.1111rem;
    color: #2b6978;
    font-family: "SourceSansPro-Bold";
}
.operation-box{
    position: relative;
}
.operation-box img{
    width: 100%;
}
.operation-box .text-box{
    position: absolute;
    left: 0;
    top: 11.2%;
    width: 100%;
    text-align: center;
}
.operation-box .text-box .pub-tit{
    color: #fff;
}
.operation-box .text-box .pro-con{
    width: 63.75%;
}

.index-product-box{
    padding: 4.4444rem 0 0;
    background-color: #000;
}
.index-product-box .pub-tit{
    text-align: center;
    color: #fff;
}
.index-con{
    font-size: 1.3333rem;
    line-height: 2rem;
    text-align: center;
    margin-top: 1.6666rem;
}
.index-product-box .index-con{
    color: #fff;
    opacity: .5;
}
.index-product-box .pro-btns{
    text-align: center;
    font-size: 0;
    margin-top: 2.2222rem;
}
.index-product-box .pro-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 1.6666rem;
    border: 2px solid rgba(80,176,197,.5);
    border-radius: 2.7777rem;
    margin: 0 5px;
    transition: all .3s;
}
.index-product-box .pro-btns a span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 2.6666rem;
    line-height: 2.6666rem;
    color: #50b0c5;
    font-size: 1rem;
    padding-right: 1.3333rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px;
    background-image: url('../img/navson-arrow3.png');
    transition: all .3s;
}
.index-product-box .tab-btns{
    margin-top: 3.3333rem;
}
.index-product-box .tab-btns .swiper-wrapper{
    justify-content: center;
}
.index-product-box .tab-btns .swiper-slide{
    margin: 0 4.1666rem;
    width: auto;
}
.index-product-box .tab-btns .con-box{
    display: block;
    text-align: center;
    position: relative;
}
.index-product-box .tab-btns .con-box:before{
    content: "";
    position: absolute;
    left: 3.1777rem;
    top: 0.6666rem;
    width: 7.7777rem;
    height: 2px;
    background-color: #fff;
}
.index-product-box .tab-btns .swiper-slide:last-child .con-box:before{
    display: none;
}
.index-product-box .tab-btns .icon{
    display: block;
    width: 1.7777rem;
    position: relative;
    margin: 0 auto;
}
.index-product-box .tab-btns .icon img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.index-product-box .tab-btns .icon .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.index-product-box .tab-btns .txt{
    font-size: 0.8888rem;
    line-height: 1.1111rem;
    color: #fff;
    opacity: .42;
    display: block;
    margin-top: 0.4444rem;
    width: 2.8888rem;
    transition: all .3s;
}
.index-product-box .tab-btns .swiper-slide.cur .icon .init{
    opacity: 0;
}
.index-product-box .tab-btns .swiper-slide.cur .icon .hover{
    opacity: 1;
}
.index-product-box .tab-btns .swiper-slide.cur .txt{
    color: #50b0c5;
    opacity: 1;
}
.index-product-box .tab-box{
    margin-top: 4.4444rem;
    overflow: hidden;
    position: relative;
}
.index-product-box .tab-box .img{
    width:100%;
}
.index-product-box .tab-box .img img{
    max-width:100%;
}
.index-product-box .tab-box .swiper-slide{
    position: relative;
}
.index-product-box .tab-box .txt{
   width: 32%;
    position: absolute;
    top: 67%;
    left: 6.5%;
}
.index-product-box .tab-box .txt .tit-36{
    font-size: 2rem;
    font-family: "SourceSansPro-Bold";
    line-height: 1;
}
.index-product-box .tab-box .txt .tit-22{
    font-size:1.2222rem;

}
.index-product-box .tab-box .prev,
.index-product-box .tab-box .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.3333rem;
    height: 3.3333rem;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
    border-radius: 100%;
    transition: all .3s;
}
.index-product-box .tab-box .prev{
    left: 3.75%;
    background-image: url('../img/index-product-prev.png');
}
.index-product-box .tab-box .next{
    right: 3.75%;
    background-image: url('../img/index-product-next.png');
}
.index-product-box .img-list{
    overflow: hidden; 
    background-color: #fff;  
}
.index-product-box .img-wrap{
    height: 33.3333rem;
    position: relative;
    transform: skewX(-20deg);
}
.index-product-box .img-list .item{
    width: 30.625%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
}
.index-product-box .img-list .item:nth-child(1){
    left: -13.375%;
}
.index-product-box .img-list .item:nth-child(2){
    left: 17.25%;
}
.index-product-box .img-list .item:nth-child(3){
    left: 47.875%;
}
.index-product-box .img-list .item:nth-child(4){
    left: 78.5%;
}
.index-product-box .img-list .img{
    position: absolute;
    left: 50%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    transform:translateX(-50%) skewX(20deg);
    width: 39.0625vw;
    height: 100%;
    transition: all .3s;
}

.aim-tit{
    padding-top: 8.8888rem;
    text-align: center;
}
.aim-box{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.aim-wrap{
    height: 100vh;
    position: relative;
}
.aim-list-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;

}
.aim-list{
       position: relative;
    height: 40.8333rem;

}
.aim-list li{
       background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(150%) scale(1.2);

}
.aim-list li:first-child{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.aim-list .img{
    float: right;
    width: 62.5%;
    /* height: 40.8333rem; */
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.aim-list .img img{
    width: 100%;
}
.aim-list .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 37.5%;
    box-sizing: border-box;
    padding: 0 4.375%;
}
.aim-list .text-box .tit{
    font-size: 2.3333rem;
    line-height: 2.4444rem;
    color: #000;
    font-family: "SourceSansPro-Bold";
}
.aim-list .text-box .con{
    font-size: 1.1111rem;
    line-height: 2rem;
    color: #000;
    opacity: .7;
    margin-top: 1.7777rem;
}

.aim-wrap.fix{
    position: fixed;
    max-width:1920px;
    left:50%;
    transform: translateX(-50%);
}
.aim-wrap.fix .aim-list-box{
    transform: translateY(calc(-50% + 2.5rem));
}
.index-more{
    font-size: 0;
}
.index-more a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 1.6666rem;
    border: 1px solid #50b0c5;
    border-radius: 1.3888rem;
    box-sizing: border-box;
    transition: all .3s;
}
.index-more a span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 2.7777rem;
    line-height: 2.7777rem;
    font-size: 1rem;
    color: #50b0c5;
    padding-right: 1.3333rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px;
    background-image: url('../img/navson-arrow3.png');
    transition: all .3s;
}

.aim-list .index-more{
    margin-top: 7.7777rem;
}
.provide-box{
    height: 51.6666rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.provide-box .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.provide-box .text-box .pub-tit{
    text-align: center;
    color: #fff;
}
.provide-box .provide-btns{
    margin-top: 2.2222rem;
    text-align: center;
}
.provide-box .provide-btns a{
    margin: 0 5px;
    border-color: #fff;
    transition: all .3s;
}
.provide-box .provide-btns a span{
    color: #fff;
    background-image: url('../img/navson-arrow2.png');
}
.provide-box .provide-btns a.play-btn span{
    background-position: left center;
    background-image: url('../img/watch-btn.png');
    background-size: 13px;
    padding-left: 1.5555rem;
    padding-right: 0;
}
.security-box{
    height: 40.4444rem;
    position: relative;
    padding-top: 8.8888rem;
    text-align: center;
}
.security-box .bg{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top:0;
    left:0;
}
.checkbox2{
    display:none;
}
.m-nav{
    display:none;
}
.security-box  .m-bg{
    display:none;
}
.security-btns{
    margin-top: 2.4444rem;
}
.security-btns .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 1.1111rem;
    font-size: 0;
    position: relative;
}

.security-btns .item span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #fff;
    border-radius: 1.5555rem;
     height: 3.1111rem;
    line-height: 3.1111rem;
    padding: 0 1.7777rem;
    position: relative;
    z-index: 3;
    min-width: 3.3333rem;
}
.security-btns .item img{
    max-height: 3.1111rem;
}

.security-btns .item:before{
    content: "";
    position: absolute;
    top: 3%;
    height: 4.9222rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* transform: translateX(-50%); */
}

.security-btns .item:nth-child(1):before{
    background-image: url('../img/security-shadow1.png');
    width: 12.6666rem;
    left: -10%
}
.security-btns .item:nth-child(2):before{
    background-image: url('../img/security-shadow2.png');
    width: 7.7222rem;
    left: -8%;
}
.index-blog-box{
    padding: 6.6666rem 0;
}
.index-tit{
    font-size: 2.6666rem;
    line-height: 2.7777rem;
    color: #000;
    font-family: "SourceSansPro-Bold";
}
.index-blog-box .index-tit{
    float: left;
}
.index-blog-box .index-more{
    float: right;
}
.amin{
    opacity: 1;
    transition:all 2s;
}
.amin.on{
    opacity: 1;
}
.index-blog-box .blog-tab{
    margin-top: 3.8888rem;
}
.index-blog-box .blog-tab .swiper-slide{
    width: 31.5%;
    margin-right: 2.75%;
    transition:all 0.3s;
}
.index-blog-box .blog-tab .con-box{
    display: block;
    border: 1px solid #ececec;
}
.index-blog-box .blog-tab img{
    width: 100%;
}
.index-blog-box .blog-tab .text{
    padding: 1.6666rem 0 2.7777rem;
    text-align: center;
}
.index-blog-box .blog-tab .text .tit{
    font-size: 1.6666rem;
    line-height: 1.7777rem;
    color: #444;
    font-family: "SourceSansPro-Semibold";
}
.index-blog-box .blog-tab .text .more-btn{
    font-size: 0;
    margin-top: 1.1111rem;
}
.index-blog-box .blog-tab .text .more-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 1rem;
    line-height: 1.1111rem;
    padding-right: 1.1111rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/navson-arrow3.png');
    color: #50b0c5;
}

.index-coo-box{
    padding: 2.2222rem 0 5.5555rem;
    display: none;
}
.index-coo-box .index-tit{
    text-align: center;
}
.index-coo-box .coo-tab{
    margin-top: 3.8888rem;
    overflow: hidden;
}
.index-coo-box .coo-tab .swiper-slide{
    margin-right: 6.25%;
    width: 20.3125%;
}
.index-coo-box .coo-tab .swiper-slide:last-child{
    margin-right: 0;
}
.index-coo-box .coo-tab .icon img{
    height: 1.7777rem;
    width: auto;
    display: block;
}
.index-coo-box .coo-tab .tit{
    font-size: 1.2222rem;
    line-height: 1.3333rem;
    color: #000;
    font-family: "SourceSansPro-Bold";
    text-transform: uppercase;
    margin-top: 0.8888rem;
}
.index-coo-box .coo-tab .con{
    font-size: 1.1111rem;
    line-height: 2rem;
    color: #666;
    margin-top: 1.1111rem;
}
.index-coo-box .coo-tab .scroll-bar{
    margin-top: 2.2222rem;
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: relative;
}
.index-coo-box .coo-tab .scroll-bar .swiper-scrollbar-drag{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    background-color: #50b0c5;
    border-radius: 2px;
}
.index-coo-box.on .coo-tab .scroll-bar{
    display: none;
}
.index-page .clearfixed{
    display: none;
}
.banner-box{
    position: relative;
    height: 100vh;
    overflow: hidden;
   

}

.ban-load-box{
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    transform:translateX(-50%);
}
.ban-load-box .bg-box,
.ban-load-box .bg-box .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ban-load-box .bg-box .bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ban-load-box .m-bg{
    display: none;
}
.ban-load-box .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.ban-load-box .text-box .top-txt-svg{
    width: 37%;
    margin-left: 27%;
    position: relative;
    display:none;
}
.ban-load-box .text-box .top-txt-svg img{
    width: 100%;
    transform: translateX(30px);
    opacity: 0;
}
.ban-load-box .text-box .top-txt-svg .img2,
.ban-load-box .text-box .top-txt-svg .img3{
    position: absolute;
    left: 0;
    top: 0;
}
.ban-load-box .text-box .bottom-txt{
    margin-top: 0.8888rem;
    font-size: 0;

}
.ban-load-box .text-box .bottom-txt .icon,
.ban-load-box .text-box .bottom-txt .bottom-txt-svg{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.ban-load-box .text-box .bottom-txt .icon{
    width: 3.8888rem;
    height: 3.8888rem;
    position: relative;
    margin-left: 21.23%;
}

.ban-load-box .text-box .bottom-txt .icon-item{
    position: absolute;
    overflow: hidden;
    transition: all 2s;
}
.ban-load-box .text-box .bottom-txt .icon-item:nth-child(1){
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
}
.ban-load-box .text-box .bottom-txt .icon-item:nth-child(2){
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
}
.ban-load-box .text-box .bottom-txt .icon-item:nth-child(3){
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
}
.ban-load-box .text-box .bottom-txt .icon-item:nth-child(4){
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
}
.ban-load-box .text-box .bottom-txt .icon-item:nth-child(5){
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
}
.ban-load-box .text-box .bottom-txt .icon-item:nth-child(6){
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
}
.ban-load-box .text-box .bottom-txt .load-icon{
    position: absolute;
    width: 3.8888rem;
    height: 3.8888rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.ban-load-box .text-box .bottom-txt .icon-item:nth-child(2) .load-icon{
    position: absolute;
    right: 0;
    top: 0;
}

.ban-load-box .text-box .bottom-txt .icon-item:nth-child(3) .load-icon{
    position: absolute;
    right: 0;
    bottom: 0;
}
.ban-load-box .text-box .bottom-txt .icon-item:nth-child(4) .load-icon{
    position: absolute;
    right: 0;
    bottom: 0;
}
.ban-load-box .text-box .bottom-txt .icon-item:nth-child(5) .load-icon{
    position: absolute;
    left: 0;
    top: 0;
}
.ban-load-box .text-box .bottom-txt .icon-item:nth-child(6) .load-icon{
    position: absolute;
    left: 0;
    top: 0;
}
.ban-load-box .text-box .bottom-txt .icon.on .icon-item:nth-child(1){
    height: 100%;
}
.ban-load-box .text-box .bottom-txt .icon.on .icon-item:nth-child(2){
    width: 100%;
}
.ban-load-box .text-box .bottom-txt .icon.on .icon-item:nth-child(3){
    height: 100%;
}
.ban-load-box .text-box .bottom-txt .icon.on .icon-item:nth-child(4){
    height: 100%;
}
.ban-load-box .text-box .bottom-txt .icon.on .icon-item:nth-child(5){
    width: 100%;
}
.ban-load-box .text-box .bottom-txt .icon.on .icon-item:nth-child(6){
    height: 100%;
}
.ban-load-box .text-box .bottom-txt .bottom-txt-svg{
    width: 52%;
    position: relative;
    margin-left: 1.7777rem;
}
.ban-load-box .text-box .bottom-txt .bottom-txt-svg img{
    width: 100%;
    transform: translateX(50px);
    opacity: 0;
}
.ban-load-box .text-box .bottom-txt .bottom-txt-svg .img2,
.ban-load-box .text-box .bottom-txt .bottom-txt-svg .img3{
    position: absolute;
    left: 0;
    top: 0;
}
.banner{
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 83.33%;
    margin-left: -41.665%;
    overflow: hidden;
}
.banner .m-img{
    display: none;
}
.banner .img{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner .text-box .sub-tit{
    font-size: 1.5555rem;
    line-height: 1.7777rem;
    color: #fff;
    font-family: "SourceSansPro-Bold";
}
.banner .text-box .tit{
    font-size: 4rem;
    line-height: 4rem;
    color: #fff;
    font-family: "SourceSansPro-Bold";
    margin-top: 2.2222rem;
}
.banner .text-box .index-more{
    margin-top: 3.1111rem;
}
.banner .text-box .index-more a{
    background-color: #50b0c5;
}
.banner .text-box .index-more a span{
    color: #fff;
    background-image: url('../img/navson-arrow2.png');
}
.banner .btns{
    position: absolute;
    left: 0;
    bottom: 5.2%;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.banner .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    position: relative;
    margin: 0 0.4444rem;
    background-color: transparent;
}
.banner .btns .swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #fff;
    opacity: .5;
    z-index: 3;
    transition: all .3s;
}
.banner .btns .swiper-pagination-bullet:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: -10px 0 0 -10px;
    background-color: rgba(80,176,197,.34);
    opacity: 0;
    transition: all .3s;
}
.banner .btns .swiper-pagination-bullet-active:before{
    opacity: 1;
    background-color: #50b0c5;
}
.banner .btns .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.banner-box.on .banner{
    top: 90%;
    transition: all 1s 1s;
}
.blog-btn{
    position: fixed;
    right: 1%;
    top: 50%;
    width: 4.7777rem;
    height: 4.7777rem;
    border-radius: 100%;
    background-color: #50b0c5;
    transform: translateY(-50%);
    z-index: 60;
    transition:all .3s;
    cursor: pointer;
}
.blog-btn.on{
    
}

.blog-btn.on .ul{
    
}
.blog-btn  .ul{
    position: absolute;
    left:-13.6111rem;
    width:13.3333rem;
    height:7.3888rem;
    top:0;
    background-color: #fff;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.3);
    border-radius: 4px;
    display:none;

}
.colose img {
    max-width: 14px;
    max-height: 14px;
}
.colose{
    display: flex;
    justify-content: flex-end;
    padding-right: 1.1111rem;
    height: 2.5rem;
    align-items: center;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
    padding-left: 3.0555rem;
    overflow: hidden;
}
.blog-btn  .ul  a{
 display:block;
 width:100%;
 color:#000;
 box-sizing: border-box;
 font-size: 0.8888rem;
 z-index:333;
 padding-left:1.1111rem;
 line-height: 2.5rem;
}
.blog-btn .ul a img{
    width:1.3333rem;
    margin-right: 0.4444rem;
}
.blog-btn  .ul  a:hover{
    background-color: #efefef;
}
.blog-btn .icon{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transition:all 0.2s;
}
.blog-btn a{
     
}
.blog-btn .icon{
    width: 1.7777rem;
    margin: 0 auto;
}
.blog-btn .icon img{
    width: 100%;
}
.blog-btn .txt{
    font-size: 1.1111rem;
    line-height: 1.3333rem;
    color: #fff;
    font-family: "SourceSansPro-Semibold";
    margin-top: 0.2222rem;
    text-transform: uppercase;
}
.index-page{
    position: fixed;
    width: 100%;
    max-width:100%;
}
.index-page.show{
     position:static;
         max-width:1920px;
}
.banner-box.show.on .banner{
    top: 0;
    width: 100%;
    margin-left: -50%;
    transition: all 1s;
}
.about-banner{
    width:100%;
    position: relative;
    height:48.3333rem;
    overflow: hidden;
}
.bg{
    width:100%;
    height:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 2s;
}
.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-banner .cont{
    width:100%;
    text-align: center;
    font-size: 2.6666rem;
    color:#fff;
    line-height:1;
    font-family: "SourceSansPro-Bold";
}
.about-banner .cont .txt{
    font-size: 4rem;
    margin-bottom:1.7777rem;
}
.about-a{
    width: 100%;
    position: relative;
    height:46.1111rem;
    background-color: #f5f5f5;
}
.about-a .left{
    width:39%;
    float: left;
    margin-top:11.1111rem;
}
.about-a .left .tit{
    font-size: 3.3333rem;
    color:#000000;
    font-family: "SourceSansPro-Bold";
}
.about-a .left .txt{
   font-size: 1.2222rem;
    color:#666666;
    font-family: "SourceSansPro-Regular";
    line-height:1.5;
}
.about-a .img{
    width:55%;
    height:34rem;
    position: absolute;
    right:0;
    top:8rem;
}
.about-a .video-box{
    width:36.82%;
    height:70%;
    background-color: #fff;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    padding:1.1111rem;
    box-sizing:border-box;
    cursor: pointer;
}
.about-a .img .tran-middle{
    width:100%;
    text-align: center;
}
.about-a .img .tran-middle img{
    width:6.6666rem;
    display:inline-block;
    cursor:pointer;
}
.about-a .img .tran-middle .txt{
   font-size: 1.2222rem;
    color: #fff;
    width: 60%;
    margin: auto;
    line-height: 1.5;
}

.about-b{
    width:100%;
    background-color: #1a1a1a;
    padding:8.3333rem 0;
}
.about-b .tit{
    font-size: 60px;
    color:#fff;
   font-family: "SourceSansPro-Bold";
   text-align: center;
}
.about-b .list{
    width:100%;
    position: relative;
    margin-top:2.2222rem;
}
.about-b .list .left{
    width:48%;
    float: left;
    margin-right: 4%;
}
.about-b .list .left:last-child{
    margin-right: 0;
}
.about-b .list .left .sub-tit{
    font-size: 2rem;
    color:#fff;
    font-family: "SourceSansPro-Bold";
}
.about-b .list .left .txt{
    font-size:1.2222rem;
    color:rgba(255,255,255,0.4);
    line-height:1.3;
    margin-top:0.4444rem;
    word-break:break-word;

}
.about-b .list .left .img{
    width:100%;
    height:27.7777rem;
    margin-top:2.7777rem;
    overflow: hidden;
}

.about-c{
    width:100%;
    position: relative;
    padding-top: 5.5555rem;
    background-color: #f5f5f5;
}
.about-c .tit{
    font-family: "SourceSansPro-Bold";
    font-size: 3.3333rem;
    color:#000000;
    text-align: center;
}
.about-c .sub-tit{
    text-align: center;
    font-size: 1.2222rem;
    color:#666666;
    width:70%;
    margin:auto;
    line-height:1.7;
}
.aboutc-container{
    width:100%;
    height:32.2222rem;
    position: relative;
    margin-top:3.3333rem;
}
.aboutc-container .swiper-slide{
    width: 100%;
    height: 100%;
}
.aboutc-container .swiper-slide .left{
    width: 50%;
    float: left;
    height: 100%;
}
.aboutc-container .swiper-slide .right{
    width: 50%;
    float: left;
    height: 100%;
    padding: 5.5555rem;
    box-sizing: border-box;
}
.aboutc-container .swiper-slide .right .r-tit{
    font-size: 2.6666rem;
    color: #000000;
    font-family: "SourceSansPro-Semibold";
    line-height: 1;
}
.aboutc-container .swiper-slide .right .txt{
    font-size: 1.2222rem;
    color: #666666;
    line-height: 1.5;
    margin-top: 2.2222rem;
}
.ab-pagination{
    position: absolute;
    left: 57%;
    bottom: 6.6666rem;
    z-index: 22;
}
.ab-pagination .swiper-pagination-bullet{
    width: 3.5555rem;
    height: 5px;
    border-radius: 8px;
    background-color: #c1c1c1;
    font-size: 1.3333rem;
    font-family: "SourceSansPro-Semibold";
    text-align: center;
    position: relative;
}
.ab-pagination .swiper-pagination-bullet-active{
    background-color: #4fb2c8;
}
.ab-pagination .swiper-pagination-bullet i{
    position: absolute;
    font-style: normal;
    top: -40px;
    line-height: 1;
    left: 50%;
    color:#c1c1c1;
    transform: translateX(-50%);
    opacity: 1;
}
.ab-pagination .swiper-pagination-bullet-active i{
    opacity: 1;
    color: #4fb2c8;
}
.about-e{
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 6.6666rem;
}
.about-e .tit{
    font-family: "SourceSansPro-Bold";
    font-size: 3.3333rem;
    color:#000000;
    text-align: center;
}
.about-e .lsit{
    width: 100%;
    position: relative;
    margin-top: 2.7777rem;
}
.about-e .lsit li{
    width: 47.5%;
    margin-right: 5%;
    height: 27.7777rem;
    float: left;
    position: relative;
    overflow: hidden;
}
.about-e .lsit li:last-child{
    margin-right: 0;
}
.about-e .lsit li .mak{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/mak.png);
    z-index: 2;
    -webkit-background-size: cover;
    background-size: cover;
}
.about-e .lsit li .cont2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 2.2222rem;
    color: #fff;
    z-index: 3;
}
.about-e .lsit li .cont2 .tit-36{
    font-size: 2rem;
    font-family: "SourceSansPro-Bold";
    line-height: 1;
}
.about-e .lsit li .cont2 .tit-20{
    font-size: 1.1111rem;
    line-height: 1.2;
}
.about-f{
    width: 100%;
    position: relative;
    height: 42.7777rem;
    overflow: hidden;
}
.about-f .cont{
    position: absolute;
    width: 47%;
    top: 7.2222rem;
    right: 8.38%;
}
.about-f .cont .tit{
    font-family: "SourceSansPro-Bold";
    font-size: 3.3333rem;
    color:#000000;
    text-align: left;
}
.about-f .cont .txt{
    font-size: 1.2222rem;
    color: #666666;
    line-height: 1.5;
}
.about-g{
    width: 100%;
    position: relative;
}
.about-g .map{
    width: 100%;
}
.about-g .tit{
    font-family: "SourceSansPro-Bold";
    font-size: 3.3333rem;
    color:#000000;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 8.1%;
    line-height: 1;
}
.about-g .sub-tit{
    font-size: 1.2222rem;
    width: 40%;
    margin: auto;
    color: #666666;
    position: absolute;
    top: 15%;
    left: 30%;
    text-align: center;
    line-height: 1.5;
}
.about-g .list{
    width: 20%;
    position: absolute;
    left: 8.38%;
    bottom:25%;
}
.about-g .list .li{
    width: 100%;
    font-size: 1rem;
    color: #171717;
    line-height: 2.7777rem;
    border-bottom: 1px solid #ccc;
}
.about-g .list .li:first-child{
     border-top: 1px solid #ccc;
}
.about-g .item{
    width: 8px;
    height: 8px;
    position: absolute;
    cursor: pointer;
}
.about-g .item .txt{
   position: absolute;
    transform: translateX(-50%);
    font-size: 1rem;
    width: 8.8888rem;
    color: #1c1c1c;
    text-align: center;
    line-height: 1.2;
    top: 10px;
    z-index: 22;

}
.about-g .item .h-txt{
    width: 15.5555rem;
    height: 8.8888rem;
    border-radius: 5px;
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 88;
    top: 50px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    display: none;
    background-image: url(../img/abk.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position:center;
}
.about-g .item .h-txt img{
    margin-top: 1.6666rem;
}
.about-g .item .bot1{
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #4cb1c7;
    border-radius: 50%;
    z-index: 3;
}
.about-g .item  .bot2{
    width: 3.3333rem;
    height: 3.3333rem;
    position: absolute;
     background-color: #4cb1c7;
     border-radius: 50%;
     z-index: 2;
    left: -1.4444rem;
    top: -1.4444rem;
     -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.about-g .item  .bot3{
    width: 10rem;
    height: 10rem;
    position: absolute;
     background-color: #4cb1c7;
     border-radius: 50%;
     z-index: 2;
    left: -4.7777rem;
    top: -4.7777rem;
     -webkit-animation: warn 3s ease-out;
  -moz-animation: warn 3s ease-out;
  animation: warn 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  5% {
    transform: scale(0.05);
    opacity: 0.05;
  }
  10% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  15% {
    transform: scale(0.15);
    opacity: 0.15;
  }
  20% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  25% {
    transform: scale(0.25);
    opacity: 0.25;
  }
  30% {
    transform: scale(0.3);
    opacity: 0.3;
  }
  35% {
    transform: scale(0.35);
    opacity: 0.35;
  }
  40% {
    transform: scale(0.4);
    opacity: 0.4;
  }
  45% {
    transform: scale(0.45);
    opacity: 0.45;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  60% {
    transform: scale(0.6);
    opacity: 0.45;
  }
  65% {
    transform: scale(0.65);
    opacity: 0.4;
  }
  70% {
    transform: scale(0.7);
    opacity: 0.35;
  }
  75% {
    transform: scale(0.75);
    opacity: 0.30;
  }
  80% {
    transform: scale(0.8);
    opacity: 0.25;
  }
  85% {
    transform: scale(0.85);
    opacity: 0.2;
  }
  90% {
    transform: scale(0.9);
    opacity: 0.15;
  }
  95% {
    transform: scale(0.95);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}

.about-g .item1{
    top: 41%;
    left: 32%; 
}
.about-g .item3{
    top: 50%;
    left: 34%;
}
.about-g .item2{
    top: 45%;
    left: 38%; 
}
.about-g .item4{
   top: 69%;
    left: 41%;
}
.about-g .item5{
    top: 78%;
    left: 44%;
}
.about-g .item8{
    top: 63%;
    left: 60%;
}
.about-g .item9{
    top: 55%;
    left: 71%;
}
.about-g .item10{
    top: 54%;
    left: 79%;
}
.about-g .item7{
    top: 40%;
    left: 64%;
}
.about-g .item6{
    top: 38%;
    left: 59%;
}
.ban-productinfo.switch .text{
    width: auto;
}
.swich-a{
    width: 100%;
    position: relative;
    background-color: #5f919b;
    padding-top: 4.4444rem;
    padding-bottom: 3.3333rem;
}
.s-tit{
    font-size: 3.3333rem;
    line-height: 3.5555rem;
    color: #fff;
    font-family: "SourceSansPro-Bold";
    text-align: center;
}
.s-txt{
    font-size: 1.2222rem;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin-top: 1.7777rem;
}
.swich-a .list{
    width: 100%;
    position: relative;
    margin-top: 3.3333rem;

}
.swich-a .list li{
    width: 48%;
    margin: 0 1%;
    float: left;
}
.swich-a .list li .img{
    width: 100%;
    height: 38.8888rem;
    border: 1px solid rgba(255,255,255,0.2);
    position: relative;
}
.swich-a .list li .img img{
    max-width: 80%;
}
.swich-a .list li .txt{
    text-align: center;
    color: #fff;
    margin-top: 2.2222rem;
}
.swich-a .list li .txt .tit-36{
    font-size: 2rem;
    font-family: "SourceSansPro-Bold";
    line-height: 1;
}
.swich-a .list li .txt .tit-20{
    font-size: 1.1111rem;
    line-height: 1;
    margin-top: 0.4444rem;
}
.swich-b{
    width: 100%;
    position: relative;
    background-color: #4c444d;
    padding-top: 4.4444rem;
    padding-bottom: 3.3333rem;
}
.swichb-container{
    margin-top: 4.4444rem;
    overflow: hidden;
}
.swichb-container .swiper-slide{
    width: 100%;
    position: relative;
}
.swichb-container .swiper-slide img{
    max-width: 100%;
}
.swichb-container .swiper-slide .item{
    height:1.1111rem;
    width:1.1111rem;

    border-radius:50%;
    position: absolute;
}
.swichb-container .swiper-slide .bot1{
     height:1.1111rem;
    width:1.1111rem;
    position: absolute;
    background-color:#42c3e2;
    border-radius: 50%;
    z-index: 3;
}
.swichb-container .swiper-slide  .bot2{
    width: 3.3333rem;
    height: 3.3333rem;
    position: absolute;
     background-color: #4cb1c7;
     border-radius: 50%;
     z-index: 2;
    left: -1.1111rem;
    top: -1.1111rem;
     -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.swichb-container .swiper-slide .img{
    width:29.4444rem;
    position: absolute;
    left:50%;
    top:0.4444rem;
    margin-left: -14.8444rem;
    overflow: hidden;
-webkit-animation: gs 3s ease-out;
  -moz-animation: gs 3s ease-out;
  animation: gs 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;  
}
.swichb-container .swiper-slide .img{
     width:29.4444rem;
     opacity: 0;
}
.swichb-container .swiper-slide .item1 {
    left: 52.1%;
    top: 24%;
}
.swichb-container .swiper-slide .item1 .img{
  animation-delay:1s;
}
.swichb-container .swiper-slide .item2 {
    left: 30.5%;
    top: 67%;
}
.swichb-container .swiper-slide .item2 .img{
    animation-delay:2s;
}
.swichb-container .swiper-slide .item3 .img{
     animation-delay:3s;
}
.swichb-container .swiper-slide .item3 {
    left: 65.1%;
    top: 66%;
}
.swichb-container .swiper-slide .imgbox{
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    transition:all 0.5s;
}
.swichb-container .swiper-slide .imgbox .img1{

    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
}
.swichb-container .swiper-slide .imgbox.on .img1{
    transition:all 2s;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
.swichb-container .swiper-slide .imgbox .items{
    width:20px;
    height:20px;
    background-color:#fff;
    border:3px solid #000;
    box-sizing: border-box;
    border-radius:50%;
    position:absolute;
    display:none;
}
.swichb-container .swiper-slide .imgbox .items .bto{
    width:8px;
    height:8px;
    background-color:#42c3e2;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-4px;
    margin-left: -4px;
    border-radius:50%;
}
.swichb-container .swiper-slide .imgbox .items1{
       left: 30.5%;
        top: 61.5%;
}
.swichb-container .swiper-slide .imgbox .prot{
         width: 6.1111rem;
    height: 6.1111rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -7.5555rem;
    margin-left: -3.0555rem;
    z-index:3;
    transition: all 0.5s;
    box-shadow: 0 0 2.2222rem rgb(57 61 62 / 49%);
}
.swichb-container .swiper-slide .imgbox .prot:after{
       content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -15px;
    background-color: #fff;
    transform: rotate(45deg);
    z-index:2;
}
.swichb-container .swiper-slide .imgbox .prot .txt{
    text-align: center;
    font-size: 1rem;
    color:#000000;
    font-family: "SourceSansPro-Semibold";
    display:none;
}
.swichb-container .swiper-slide .imgbox .prot img{
    z-index:33;
    position:absolute;
    max-width:70%;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.swichb-container .swiper-slide .imgbox .prot:hover{
    width:9.4444rem;
    height:5.3333rem;
    border-radius:10px;
    margin-left: -4.7222rem;
}
.swichb-container .swiper-slide .imgbox .prot:hover .txt{
    display:block;
    margin-bottom:10px;
}
.swichb-container .swiper-slide .imgbox .prot:hover img{
    top:55%;
}
.swichb-container .swiper-slide .imgbox .items2{
    left: 47%;
    top: 51%;
}

.swichb-container .swiper-slide .imgbox .items3 {
    left: 60%;
    top: 67%;
}

.swichb-container .swiper-slide .imgbox .items4{
    left: 73%;
    top: 67%;
}

.swichb-container .swiper-slide .imgbox .items5 {
    left: 83%;
    top: 70%;
}
.swichb-container .swiper-slide .imgbox  .items5 .prot:hover img{
    top:60%;
}
.swichb-pagination{
    width:100%;
    text-align: center;
    margin-top:2.2222rem;
}
.swichb-pagination .swiper-pagination-bullet{
    width:22px;
    height:22px;
    border-radius:50%;
    background-color:#fff;
    opacity: 0.2;
}
.swichb-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}





@keyframes gs {
  0% {
    height:0;
    opacity: 0.0;
  }
  10% {
    height:0.5rem;
    opacity: 0.2;
  }
  20% {
    height:1.6111rem;
    opacity: 0.4;
  }
  30% {
    height:2.7222rem;
    opacity: 0.6;
  }
  40% {
    height:3.8333rem;
    opacity: 0.8;
  }
  50% {
   height:4.9444rem;
    opacity: 1;
  }
  60% {
    height:6.0555rem;
    opacity: 0.8;
  }
  70% {
    height:7.1666rem;
    opacity: 0.6;
  }
  80% {
    height:8.2777rem;
    opacity: 0.4;
  }
  90% {
    height:9.3888rem;
    opacity: 0.2;
  }
  100% {
    height:10.5rem;
    opacity: 0;
  }
}















.swich-e{
     width: 100%;
    position: relative;
    background-color: #546580;
}
.swich-e .right{
    width: 50%;
    float: right;
    height: 50rem;
}
.swich-e .left{
    width: 50%;
    float: left;
    height: 50rem;
    padding-left: 8.8888rem;
      box-sizing: border-box;
}
.swich-e .left .tit{
    font-size: 2.6666rem;
    color: #fff;
    margin-top: 13.8888rem;
  
    line-height: 1.2;
    font-family: "SourceSansPro-Bold";
}
.swich-e .left .txt{
    font-size: 1.1111rem;
    color: #fff;
    line-height: 1.5;
    margin-top: 0.8888rem;
}
.swich-e .left .time{
    font-size: 1.6666rem;
    font-family: "SourceSansPro-Bold";
    color: #fff;
    margin-top: 7.2222rem;
    line-height: 1;
}
.swich-e .left .time span:first-child{
    font-size: 4.1111rem;
}
.swich-e .left .txt2{
    font-size: 1.1111rem;
    color: #fff;
    line-height: 1.5;
}
.swich-f{
    width: 100%;
    position: relative;
    background-color: #546580;
    height: 50rem;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.swich-f .left{
    width: 50%;
    float: left;
    height: 50rem;
    padding-left: 8.8888rem;
      box-sizing: border-box;
}
.swich-f .left .tit{
    font-size: 2.6666rem;
    color: #fff;
    margin-top: 13.8888rem;
  
    line-height: 1.2;
    font-family: "SourceSansPro-Bold";
}
.swich-f .left .txt{
    font-size: 1.1111rem;
    color: #fff;
    line-height: 1.5;
    margin-top: 0.8888rem;
}
.swich-f .left .time{
    font-size: 1.6666rem;
    font-family: "SourceSansPro-Bold";
    color: #fff;
    margin-top: 7.2222rem;
    line-height: 1;
}
.swich-f .left .time span:first-child{
    font-size: 4.1111rem;
}
.swich-f .left .txt2{
    font-size: 1.1111rem;
    color: #fff;
    line-height: 1.5;
}
.swich-g{
    background-color: #a59e89;
}
.swich-g .left .txt{
    width: 70%;
    margin-bottom: 2.2222rem;
}
.swich-g .left .tit{
    margin-top: 8.8888rem;
}
.swich-g .left .txt2{
    font-size: 0.8888rem;
    margin-top: 0.4444rem;
}
.swich-g .left .time{
    margin-top: 4.4444rem;
}
.swich-g .right{
    position: relative;
}
.swich-g .right .img1{
    position: absolute;
    top: 7.7777rem;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
    display: none;
}
.swich-g .right .img1 img{
    width: 100%;
}
.swich-g .right .img2{
    position: absolute;
    top: 40%;
    left: 46%;
    transform: translateX(-50%);
    width: 9.4444rem;
     display: none;
}
.swich-g .right .img2 img{
    width: 100%;
}
.swich-g .right .img3{
    position: absolute;
    top: 60%;
    left: 38%;
    transform: translateX(-50%);
    width: 10.2777rem;
    height: 10.2777rem;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
     display: none;
}
.swich-g .right .img3 img{
    width: 100%;
}
.swich-g .right  .txt{
    color: #fff;
    position: absolute;
    top: 67%;
    left: 55%;
    line-height: 1.5;
     display: none;
}
.swich-g .right  .txt .tit-20{
    font-size: 1.1111rem;
}
.swich-g .right  .txt .tit-24{
    font-size: 1.3333rem;
}
.xvr-a{
    width:100%;
    position: relative;
}
.xvr-a .img{
    width:100%;
}
.xvr-a .cpn{
    position: absolute;
    top:8%;
    line-height:1.2;
    width:100%;
    z-index: 2;
}
.desc-box .view.fix{
    width: 83.33%;
    left: 50%;
    transform: translateX(-50%);
    top: 8.8888rem;
}
.xvr-a .viode{
    width: 31.285%;
    height: 32%;
    background-color: #fff;
    position: absolute;
    top: 39%;
    left: 34.2%;
    overflow: hidden;
}
.xvr-a .viode img{
    width: 100%;
}
.xvr-a .viode video{
    width:100%;
    height:100%;
    transform:scale(1.2);
}
.xvr-b{
    width:100%;
    position: relative;
    background-color: #f5f5f5;
    padding:6.6666rem 0;
}
.xvr-b .right{
    width:50%;
    float: right;
    height:41.5555rem;
    overflow: hidden;
}
.xvr-b .left{
    width:50%;
    float: left;
    height:41.5555rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.xvr-b .left .con{
    width:100%;
}
.xvr-b .left .tit{
    font-size: 3.3333rem;
    font-family: "SourceSansPro-Bold";
    color:#000000;
    line-height:1.2;
    width:100%;
}
.xvr-b .left .txt{
    font-size:1.1111rem;
    color:#808080;
    line-height:1.4;
    width:100%;
    margin-top:2.2222rem;
}
.xvr-c{
    width:100%;
    position: relative;
    background-color: #fff;
    padding-top:6.6666rem ;
}
.xvr-c .s-tit{
    color:#000;
}
.xvr-c .s-txt{
    color:#747474;
}
.xvr-c .xvr-container .left{
    width:60%;
}
.xvr-c .xvr-container .right{
    width:40%;
    background-color: #6ca59f;
}
.xvr-c .xvr-container .ab-pagination {
    position: absolute;
    left: 80%;
    bottom: 4.4444rem;
    z-index: 22;
    transform: translateX(-50%);
    white-space: nowrap;
}
.xvr-c .xvr-container .right .txt{
    color:#fff;
    font-size: 1.4444rem;
    text-align: center;
}
.xvr-c .xvr-container .swiper-pagination-bullet-active{
    background-color: #fff;
}
.xvr-c .xvr-container .ab-pagination .swiper-pagination-bullet i{
    color:#fff;
}
.xvr-d{
    width:100%;
    position: relative;
    background-color: #fff;
    padding-top:6.6666rem ;
}
.xvr-d .s-tit{
    color:#000;
}
.xvr-d .s-txt{
    color:#747474;
}
.xvr-d .list{
    width:100%;
    height:39.3888rem;
    margin-top:4.4444rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.xvr-d .list img{
    width:100%;
}
.xvr-d .list .img1,.xvr-d .list .img2,.xvr-d .list .img3{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.xvr-d .list .img1{
    width:37.5%;
    left: 8.33%;
}
.xvr-d .list .img2{
    width: 4.2%;
    left: 48%;
}
.xvr-d .list .img3{
    width:37.5%;
    right: 8.33%;
}
.xvr-b .sub-tit{
    font-size: 2rem;
    color: #2b2b2b;
    font-family: "SourceSansPro-Bold";
    line-height: 1;
    margin-top: 3.3333rem;
}
.xvr-f .left .con .txt{
    margin-top: 0.4444rem;
}
.nvr .text{
    width: 40%;
}
.nvr-a{
    width: 100%;
    height: 51.5rem;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    
}
.nvr-a .s-tit{
    padding-top: 4.4444rem;
}
.nvr-a .bg{
    position: absolute;
}
.nvr-b{
    width: 100%;
    position: relative;
}
.nvr-b .img1{
    width: 100%;
}
.nvr-b img{
    width: 100%;
}
.nvr-b .cpn{
    position: absolute;
    top:8%;
    line-height:1.2;
    width:100%;
    z-index: 2;
}
.imgsa{
    width:100%;
    position: relative;
}
.nvr-b .img2{
    width: 42.4%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}
.nvr-b .img3{
    width: 13.6%;
    position: absolute;
    top: 45.6%;
    left: 50%;
    z-index: 3;
    background-color: #fff;
    padding: 2px;
    -webkit-animation: opacity3 2s  ease-out forwards;
    -moz-animation: opacity3 2s   ease-out forwards;
    animation: opacity3 2s  ease-out forwards;
    animation-delay:4s;
    animation-iteration-count:1;
}
.nvr-b .img4{
    position: absolute;
    top: 82%;
    left: 42%;
    z-index: 3;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-animation: opacity2 3s ease-out;
    -moz-animation: opacity2 3s ease-out;
    animation: opacity2 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay:3s;
}
.nvr-b .img4 svg{
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
}
.nvr-b .img4 .txt{
    font-size: 1.1111rem;
    padding: 5px 8px;
    margin-top: 5px;
    border-radius: 10px;
    background-color: #263040;
}
.nvr-b .time{
    position: absolute;
    top: 62%;
    left: 42%;
    z-index: 3;
    color: #fff;
    text-align: center;
}
@keyframes opacity2{
            0%{opacity:0}
            99%{opacity:1;}
            100%{opacity:0;}
}@keyframes opacity3{
            0%{transform: scale(1)}
            100%{transform: scale(1.4)}
}
.nvr-c{
    width: 100%;
    position: relative;
    padding-top: 3.3333rem;
}
.nvr-c .s-tit{
    color: #000;
}
.nvr-container{
    width: 100%;
    position: relative;
    margin-top: 3.3333rem;
}
.nvr-container .swiper-slide{
    width: 100%;
    height: 35.5555rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.nvr-container .swiper-slide .txt{
    width:36%;
    left: 8.33%;
    transform: translateX(0);
    top: 35%;
    font-size: 1.3333rem;

    color: #808080;

    line-height: 1.3;

}

.nvr-container .ab-pagination {
    position: absolute;
    left: 8.33%;
    bottom: 6.6666rem;
    z-index: 22;
}

.nvr-d{
    width: 100%;
    position: relative;
    padding-top: 3.3333rem;
    padding-bottom: 4.4444rem;
}
.nvr-d .s-tit{
    color: #000;
}
.nvr-d .list{
    width: 100%;
    margin-top: 3.3333rem;
}
.nvr-d .list .li{
    width: 50%;
    float: left;
    height: 25.5555rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2.2222rem 3.8888rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nvr-d .list .li .txt{
    font-size: 1.3333rem;
    color: #fff;
    line-height: 1.2;
}

.nvr-e{
    width: 100%;
    position: relative;
    height: 38.8888rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nvr-e .right{
    width: 34.8%;
    position: absolute;
    right: 8.33%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.nvr-e .right .tit-48{
    font-size: 2.6666rem;
    font-family: "SourceSansPro-Bold";
    line-height: 1.2;
}
.nvr-e .right .tit-24{
    font-size: 1.3333rem;
    line-height: 1.4;
    margin-top: 2.2222rem;
}
.nvr-e .right .tit-24 p:last-child{
    font-size: 1.1111rem;

}
.news-a{
    width: 100%;
    position: relative;
    padding-top: 3.8888rem;
    background-color: #f5f5f5;
}
.news-a .s-tit{
    color: #000;
}
.news-a .s-txt{
    color: #000;
    margin-top: 0;
}
.news-list{
    width: 100%;
    height:53.3333rem;
    position: relative;
    margin-top: 3.3333rem;
}
.news-list .img{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.news-list .img1{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    overflow: hidden;
}
.news-list .list{
    width: 40%;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition:all 0.3s;
    z-index:15;
}
.news-list .img .bg{
    width:100%;
    height:53.3333rem;
   
}
.news-list .img .img1.on{
    z-index:3;
    height:0%;
    transition:all 2s;
}
.news-list .img .img1.showon{
    z-index:2;
    height:100%;

}
.news-list .img .img1.z_on{
    z-index:2;

}

.news-list .list a{
    display: block;
    height: 32%;
    width: 100%;
    margin-bottom: 4%;
    
    float: right;
    
    position: relative;
}
.news-list .list::-webkit-scrollbar{
    display: none;
}
.news-list .list .right{
    width: 32%;
    height: 100%;
    right: 0;
    position: absolute;
}
.news-list .list .left{
    width: 55%;
    height: 100%;
    right: 32%;
    position: absolute;
    background-color: #fff;
    transition:all 0.3s;
}
.news-list .list .left .txt{
    width: 80%;
    transition:all 0.3s;
}
.news-list .list .left .tit-24{
    font-size: 1.3333rem;
    color: #000;
    line-height: 1.2;
    font-family: "SourceSansPro-Bold";

}
.news-list .list .left .tit-13{
    font-size: 0.7222rem;
    color: #666666;
    line-height: 1.2;
    margin-top: 1.1111rem;
}
.news-list .list .left .tit-20{
    font-size: 1.1111rem;
    color: #5a5a5a;
    line-height: 1.2;
    margin-top: 1.1111rem;
    display: none;
    transition:all 0.3s;
}
.news-list .list .left img{
    width: 2.6111rem;
    margin-top: 0.4444rem;
    display: none;
    transition:all 0.3s;
}

/*.news-list .img .img1{*/
/*     width: 100%;*/
/*     height: 100%;*/
/*    position: relative;*/
/*}*/
/*.news-list .img .img1 .bg{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/* }*/
/* .news-list .img .img1 .bg .bg1{*/
/*     z-index: 2*/
/* }*/
/* .news-list .img .img1 .bg .bg1{*/
/*     z-index: 3;*/
/* }*/
.news-b{
    width: 100%;
    position: relative;
    padding-top: 3.8888rem;
    background-color: #f5f5f5;
}
.news-b .s-tit{
    color: #000;
}
.news-b .s-txt{
    color: #000;
    margin-top: 0;
}
.news-b .list{
    width: 100%;
    position: relative;
    margin-top: 3.3333rem;
}
.news-b .list .li{
    width: 25%;
    height: 47.5rem;
    float: left;
    overflow: hidden;
}
.news-b .list .li a{
    display: block;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition:all 0.5s;
    overflow: hidden;
}
.news-b .list .li .box1{
    width: 100%;
    height: 38.5%;
   
}
.news-b .list .li .txt{
    position: absolute;
    bottom: 2.2222rem;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    transition:all 1s;
}
.news-b .list .li .tit-36{
    font-size: 2rem;
    color: #fff;
    line-height: 1.1;
}
.news-b .list .li .box2{
    width: 100%;
    height: 61.5%;
}
.news-b .list .li .tit-20{
    font-size: 1.1111rem;
    color: rgba(255,255,255,0.4);
    line-height: 1.1;
    margin-top: 1.1111rem;
    margin-bottom: 2.2222rem;
}
.news-b .list .li .box3{
    width: 100%;
    height: 100%;
   
}
.news-c{
    width: 100%;
    position: relative;
    padding-top: 3.8888rem;
    background-color: #f5f5f5;
    padding-bottom: 5.5555rem;
}
.news-c .s-tit{
    color: #000;
}
.news-c .s-txt{
    color: #000;
    margin-top: 0;
}
.news-c .list{
    width: 100%;
    position: relative;
    padding-top: 3.3333rem;
    margin-bottom: 2.2222rem;
}
.news-c .list a{
    width: 100%;
    display: block;
    margin-bottom: 1.6666rem;
    height: 13.5555rem;
     background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    color:#fff;
    position: relative;
}
.news-c .list a .mak{
    position: absolute;
    width:100%;
    height:100%;
    background-color:#000;
    opacity: 0;
    top:0;
    left:0;
    transition:all 0.5s;
}
.news-c .list a .time{
    width: 8%;
    height: 100%;
    border-right: 1px solid rgba(255,255,255,0.2);
    color:#fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    float: left;
}
.news-c .list a .tit-13{
    font-size: 0.7222rem;
}
.news-c .list a .tit-30{
    font-size: 1.6666rem;
    line-height: 1.2;
}
.news-c .list a .txt{
    width: 47%;
    float: left;
    margin-left: 3%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.news-c .list a .tit-20{
    font-size: 1.1111rem;
    line-height: 1.2;
    color: rgba(255,255,255,0.4);
    margin-top: 1.1111rem;
}
.news-c .list a .img{
    float: right;
    height: 100%;
    width:47px;
    height:47px;
    background-color:#51b2c9;
    border-radius:50%;
    position: relative;
    margin-right: 6.6666rem;
    text-align: center;
    line-height: 47px;
    margin-top:5.5555rem;
}
.news-c .list a .img svg{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -8px;
    fill:#ffffff;
}
.news-c .list a:last-child{
    margin-bottom: 0;
}

.sotf{
    width:100%;
    position: relative;
    padding: 3.8888rem 0;
}

.sotf-container{
    width:100%;
    position: relative;
    overflow: hidden;
}
.sotf-container .swiper-slide{
    width:100%;
    height:27.7777rem;
}
.sotf-container .swiper-slide .left{
    width:50%;
    height:100%;
    float: left;
}
.sotf-container .swiper-slide .right{
    width:50%;
    height:100%;
    float: left;
}
.sotf-container .swiper-slide .right .tit{
    margin-top:5.2777rem;
    margin-left: 5.5555rem;
    font-size: 3.3333rem;
    line-height: 3.5555rem;
    color: #000;
    font-family: "SourceSansPro-Bold";
}

.sotf-container .ab-pagination{
    bottom:3.1111rem;
}

.sotf .table{
    width:100%;
    border-bottom: 1px solid #eee;
    margin-top:3.3333rem;
    font-size: 0;
}
.sotf .table a{
    font-size: 1.2222rem;
    display:inline-block;
    color:#2c2c2c;
    width:7.4444rem;
    height:2.7777rem;
    line-height:2.7777rem;
    border:1px solid #eee;
    margin:0;
    border-bottom: 0;
    text-align: center;
    position: relative;
}
.sotf .table a:after{
    content:"";
    width:12px;
    height:12px;
    position: absolute;
    background-color: #4db1c8;
    left:50%;
    bottom: -6px;
    transform:rotate(45deg);
    margin-left: -6px;
    opacity: 0;
}
.sotf .table a.on{
    background-color: #4db1c8;
    color: #fff;
}
.sotf .table a.on:after{
    opacity: 1;
}
.sotf .cont{
    width: 65%;
    position: relative;
    margin-top: 3.1111rem;
}
.sotf .cont .item{
    width: 100%;
    position: relative;
}
.sotf .cont .item .list1{
    width: 100%;
    list-style: disc;
    margin-left: 2.2222rem;
    display:none;
}
.sotf .cont .item .list1 li::marker {
    color: #4db1c8;
}
.sotf .cont .item .list1 li{
    font-size: 1.1111rem;
    color:#666666;
}
.sotf .cont .item .list3{
    width: 100%;
    display:none;
}
.sotf .cont .item .list3 a{
    display:block;
    width:49%;
    margin-right: 2%;
    height:3.3333rem;
    line-height:3.3333rem;
    float: left;
    background-color: #f2f2f2;
    margin-bottom:1.3333rem;
    font-size: 1.1111rem;
    color:#666666;
    transition:all 0.3s;
}
.sotf .cont .item .list3 a:nth-child(2n){
    margin-right: 0;
}
.sotf .cont .item .list3 a .icon{
    margin:0 4%;
    margin-right: 2%;
}
.sotf .cont .item .list3 a .icon svg{
    width:1.1111rem;
    height:1.1111rem;
}
.sotf .cont .item .list2{
    width: 100%;
    display:none;
}
.sotf .cont .item .list2 table{
    width:100%;
    border:1px solid #ccc;
}
.sotf .cont .item .list2 table th{
    line-height:2.5rem;
    font-size: 1.1111rem;
    color:#666666;
    padding-left: 1.7777rem;
    background-color: #f2f2f2;
    border-bottom:1px solid #ccc;
    font-weight: normal;
    padding-right:8.8888rem;
}
.sotf .cont .item .list2 table th:nth-child(1){
    border-right:1px solid #ccc;
}
.sotf .cont .item .list2 table td{
    line-height:1.5;
    font-size: 1.1111rem;
    color:#666666;
    background-color: #fff;
    border-bottom:1px solid #ccc;
    font-weight: normal;
    padding: 0.8888rem 1.7777rem;

}
.sotf .cont .item .list2 table td:nth-child(1){
    border-right:1px solid #ccc;
}
.crumbs{
    width:100%;
    background-color: #f5f5f5;
    font-size: 16px;
    height:75px;
    line-height:75px;
    
}
/*
.specifications-box .specifications table{
    width:100%;
    border:1px solid #ccc;
}
.specifications-box .specifications table th{
    line-height:2.5rem;
    font-size: 1.1111rem;
    color:#666666;
    padding-left: 1.7777rem;
    background-color: #f2f2f2;
    border-bottom:1px solid #ccc;
    font-weight: normal;
    padding-right:8.8888rem;
}
.specifications-box .specifications table th:nth-child(1){
    border-right:1px solid #ccc;
}
.specifications-box .specifications table td{
    line-height:1.5;
    font-size: 1.1111rem;
    color:#666666;
    background-color: #fff;
    border-bottom:1px solid #ccc;
    font-weight: normal;
    padding: 0.8888rem 1.7777rem;

}
.specifications-box .specifications table td:nth-child(1){
    border-right:1px solid #ccc;
}*/


.tableProDetails {
  border-collapse: collapse;
}

.tableProDetails th,
.tableProDetails td {
padding: 0.4444rem 0.8888rem;
line-height:1.5;
font-size: 0.8888rem;
color: #666;
border: 1px solid #eee;
background-color: #fff;
font-weight: normal;
}

.tableProDetails th,
.tableProDetails td.thead {
  background-color: #b6dde8;
  text-align: left;
  font-weight: normal;
  color:#187080;
}


.tableProDetails td img {
  max-width: 100%;
  height: auto;
}

.tableProDetails td table {
  min-width: auto;
}
.tableProDetails th strong,
.tableProDetails td strong,
.tableProDetails th b,
.tableProDetails td b{
font-weight: normal;
}

.crumbs a{
    color:#666;
    
}
.crumbs span{
    margin:0  0.6666rem;
}
.nes-box{
    padding:0;
    padding-bottom: 5.5555rem;
}
.nes-box .left{
    width:75%;
    float: left;
    background-color: #fff;
    padding:7.2222rem 5.2777rem;
    box-sizing:border-box;
}
.nes-box .left .tit-36{
    font-size: 2rem;
    color:#000;
    font-family: "SourceSansPro-Bold";
    line-height: 1.2;
}
.nes-box .left .time{
    font-size: 16px;
    color:#666;
    width:100%;
    padding-bottom: 1.1111rem;
    margin-top:0.8888rem;
    line-height:1;
    border-bottom: 1px solid #ccc;
}
.nes-box .left .con{
    width:100%;
    font-size: 1.2222rem;
    line-height: 1.3;
    color:#666666;
    margin-top:2.7777rem;
}
.nes-box .left .con p{
    margin-bottom:1.7777rem;
}
.nes-box .left .con img{
    display:block;
    max-width:80%;
    margin:auto;
}
.ret{
    display:block;
    width:4.6666rem;
    position: relative;
    margin-top:2.2222rem;
    left:66%;
    transition:all 0.3s;
}
.ret img{
    width:100%;
}

.emal-dia{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    
    z-index: 999;
}
.emal-dia .em-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 83.33%;
    background-color: #fff;
    height:41.1666rem;
    transform: translate(-50%, -50%);

}
.emal-dia .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    cursor: pointer;
}
.emal-dia  .em-dialog .left{
    width:50%;
    height:100%;
    float: left;
}
.emal-dia  .em-dialog .right{
    width:50%;
    height:100%;

    float: left;
    box-sizing: border-box;
    padding:5.5555rem 5rem;
    position:relative;
}
.emal-dia  .em-dialog .right .colose{
    position: absolute;
    right:1.1111rem;
    top:1.1111rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
    box-shadow: none;
}
.emal-dia  .em-dialog .right .tit-48{
    font-size: 2.6666rem;
    color:#222222;
}
.emal-dia  .em-dialog .right .tit-24{
    font-size: 1.3333rem;
    color:#222222;
    line-height:1.5;
    margin-bottom:2.2222rem;
}
.emal-dia  .em-dialog .right .item{
    height:3.3333rem;
    width:100%;
    border-bottom: 1px solid #eee;
    line-height:3.3333rem;
    margin-top:0.4444rem;
    font-size: 0;
}
.emal-dia  .em-dialog .right .item .lab{
    font-size: 1.2222rem;
    color:#666666;
    display:inline-block;
    margin:0;
    vertical-align: top;
}
.emal-dia  .em-dialog .right .item input{
    width:60%;
    display:inline-block;
    height:100%;
    vertical-align: top;
    margin:0;
    font-size: 1.2222rem;
    padding-left: 0.8888rem;
}
.emal-dia  .em-dialog .right .item2{
    width:100%;
    position: relative;
    margin-top:1.3333rem;
    font-size: 0;
}
.emal-dia  .em-dialog .right .item2 .lab{
    font-size: 1.2222rem;
    color:#666666;
    display:inline-block;
    margin:0;
    vertical-align: top;
    line-height:1.2;
    width: 90%;
    margin-left: 0.8888rem;
}
.emal-dia  .em-dialog .right .item2 .icon{
    width:1.5rem;
    display:inline-block;
    height:1.5rem;
    vertical-align: top;
    margin:0;
    font-size: 1.2222rem;
    padding-left: 0.8888rem;
    border: 1px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
}
.emal-dia  .em-dialog .right .item2 .icon.on{
    background-color: #51b3c9;

}
.emal-dia  .em-dialog input[type=submit] {
    width: 8.8888rem;
    height: 2.7777rem;
    color: #fff;
    background-color: #50b0c5;

    font-size: 0.7777rem;
    font-family: arial;
    margin-top:4.0555rem;
}
.blogOverviewFilter__Button {
    z-index: 6;
    display: block;
    transition: right 0.3s ease-in-out;
    position: fixed;
    left: 0;
    top: 45%;
    height: 100px;
    width: 48px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    opacity: 0.8;
    cursor: pointer;
    color: #fff;
}
.blogOverviewFilter__Content {
    z-index: 7;
     display: block;
    transition: right 0.3s ease-in-out;
    position: fixed;
    left: -320px;
    top: 45%;
    width: 320px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
}
.blogOverviewFilter__Content.on{
    left:0;
}
.blogOverviewFilter__Button .icons {
    position: absolute;
    right: 18px;
    top: 0;
    width: 14px;
    height: 100px;
}
.blogOverviewFilter__Button .icons .svg--filter {
    width: 10px;
    height: 45px;
    top: 17px;
    left: 3px;
    position:absolute;
}
.blogOverviewFilter__Button .icons .svg--icon-filter {
    left: 0;
    width: 14px;
    height: 13px;
    bottom: 17px;
    position:absolute;
}
.blogOverviewFilter__Button.on{
    left:-49px;
    transition:all 1s;
}
.blogOverviewFilter__Content {
    z-index: 7;
     display: block;
    transition: right 0.3s ease-in-out;
    position: fixed;
    right: -320px;
    top: 45%;
    width: 320px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.9;
    background: #000;
    transition:all 1s;
}

.blogOverviewFilter__Content .close {
    text-align: center;
    position: absolute;
    top: 60px;
    top: 7px;
    right: 12px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 3;
}
.blogOverviewFilter__Content .close .svg {
    width: 13px;
    height: 13px;
    margin: 9px auto 0 auto;
}
.blogOverviewFilter__Content .filters {
    padding: 0px 0px;
}
.blogOverviewFilter__Content .title {
    font-family: "GTWalsheimRegular";
    font-size: 13px;
    line-height: 1.2em;
    opacity: 0.6;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 16px 0 12px 18px;
}
.blogOverviewFilter__Content .filter.active {
    background: #343434;
    font-family: "GTWalsheimBold";
    font-size: 20px;
    line-height: 1.2em;
}
.blogOverviewFilter__Content .filter {
    padding: 4px 0 4px;
    line-height: 1em;
    letter-spacing: 0.12em;
    width: 260px;
}
.blogOverviewFilter__Content .filter button {
    background: transparent;
    border: none;
    padding: 6px 18px 6px 18px;
    display: block;
    font-family: "GTWalsheimRegular";
    font-size: 20px;
    line-height: 1.2em;
    transition: color 0.3s ease-in-out;
    color: #ababab;
}
.prostar {
    position: relative;
    top: -6.6666rem;
}

.pc-block{
    display:block;
}
.m-block{
    display:none;
}




@media (max-width: 1680px){
    header .navson-list .sec-tit{
            padding: 0.8888rem 4.4444rem 0.8888rem 1.1111rem;
    }
    .needs-box .pro-con br{
        display: none;
    }
}

@media (max-width: 1366px){
  .ban-productinfo .text .tit{
    font-size: 2.6666rem;
    line-height: 3.1111rem;
  }
  .desc-box .left .img-tab .pc-box{
   height:24.4444rem;
  }
  .view{
    width:88%;
  }
    .s-txt{
        font-size:0.8888rem;
    }
    .nvr-b .img3 {
        width: 9.6%;
        position: absolute;
        top: 51.6%;
        left: 51%;
        z-index: 3;
    }
  .nvr-b .img2 {
        width: 34.4%;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translateX(-50%);
  }
    .nvr-b .img4 svg{
        margin-bottom: 0;
    }
  .swich-e .right{
    width: 50%;
    float: right;
    height: 30rem;
  }
  .swich-e .left .tit{
    font-size: 2rem;
  }
  .swich-e .left{
    height: auto;
    padding-left: 8.33%;
  }
  .swich-e .left .tit{
    margin-top: 4.8888rem;
  }
  .swich-e .left .time{
        margin-top: 4.4444rem;
  }
  .swich-f{
    height: 33.3333rem;
  }
  .swich-f .left .tit{
    font-size: 2rem;
    margin-top: 4.8888rem;
  }
  .swich-f .left{
    height: auto;
    padding-left: 8.33%;
  }
  .swich-g .right{
        height: 42.2222rem;
  }
  .support-top .top-list .item{
    padding: 0 1.6666rem;
  }
  .about-a .video-box{
    height: 60%;
  }
  .about-a .left{
    margin-top: 4.4444rem;
    width: 29%;
        
  }
  .about-a .img {
        width: 55%;
        height: 25.1111rem;
        position: absolute;
        right: 0;
        top: 4.4444rem;
    }
    .about-a{
        height: 35rem;
    }
    .about-b{
        padding: 2.2222rem 0;
    }
    .about-b .list .left .img{
        height: 22.2222rem;
    }
    .about-g .sub-tit{
            width: 52%;
    left: 24%;
    top: 18%;
    }
    .about-g .list{
        top: 38%;
    }
    .news-list .img .bg {
        width: 100%;
        height: 37.7777rem;
    }
    .news-list{
        height: 37.7777rem;
    }
    .news-list .list .left .tit-24{
        font-size: 0.8888rem;
    }
    .news-list .list .left .tit-13{
        font-size: 0.4444rem;
    }
    .news-list .list .left .tit-20{
        font-size: 0.6666rem;
    }
    .news-b .list .li .tit-36{
        font-size: 1.3333rem;
    }
}
@media (max-width: 1124px){
    .capture-wrap .text-box .text{
        width: 51%;
  }
  .pub-tit {
        font-size: 2.6666rem;
        line-height: 2.8888rem;
        font-family: "SourceSansPro-Bold";
    }
}

.finder-dia{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    
    z-index: 999;
}
.finder-dia .f-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 83.33%;
    background-color: #fff;
    height: auto;
    transform: translate(-50%, -50%);
    padding: 2.6666rem;
    box-sizing: border-box;
}
.finder-dia .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    cursor: pointer;
}
.finder-dia .tit{
    font-size: 1.3333rem;
    font-family: "SourceSansPro-Regular";
    width: 100%;
    text-align: center;
    line-height: 1;
}
 .finder-dia .colose{
    position: absolute;
    right:1.1111rem;
    top:1.1111rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
     box-shadow: none;
}
.finder-container{
    width: 100%;
    margin-top: 2.2222rem;
    overflow: hidden;
    position: relative;
}
.finder-container .swiper-slide{
     width: 23%;
    margin-right: 2.2%;
    border:1px solid #d4d4d4;;
    padding: 1.7777rem 1.1111rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height:33.3333rem;
}
.finder-container .swiper-slide .f-tit{
    font-size: 1.6666rem;
     font-family: "SourceSansPro-Regular";
     margin-left: 2.2222rem;
     line-height: 1.5;
     position: relative;
}
.finder-container .swiper-slide .f-tit:after{
    content: "";
    position: absolute;
    width: 20px;
    height:20px;
    top: 50%;
    left: -27px;
    border-radius: 50%;
    border: 1px solid #333;
    margin-top: -10px;

}
.finder-container .swiper-slide .f-tit:before{
        content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: -23px;
    border-radius: 50%;
    background-color: #49afc6;
    margin-top: -6px;
    opacity: 0;
}
.finder-container .swiper-slide .f-txt{
    font-size: 0.9333rem;
     font-family: "SourceSansPro-Regular";
     color: #808080;
     line-height: 1.2;
     margin-left: 2.2222rem;
     text-align: left;
}
.finder-container .swiper-slide:hover .f-tit:before{
    opacity: 1;
}
.finder-container .swiper-slide:hover .f-tit:after{
    border-color: #49afc6;
}
.finder-container .swiper-slide.on .f-tit:before{
    opacity: 1;
}
.finder-container .swiper-slide.on .f-tit:after{
    border-color: #49afc6;
}
.finder-container .swiper-slide .img{
    width: 100%;
    margin-top: 1.7777rem;
    margin-bottom: 1.7777rem;
    text-align: center;
}
.finder-container .swiper-slide .img img{
    display: inline-block;
    max-width: 80%;
}
.finder-container .swiper-slide .list{
    width: 100%;
    padding-top: 1.1111rem;
    border-top: 1px solid #d4d4d4;
}
.finder-container .swiper-slide .list .li{
    font-size: 1rem;
    display: flex;
     align-items: center;
     padding-left: 1.5555rem;
     box-sizing: border-box;
     font-family: "SourceSansPro-Regular";
     color: #808080;
     text-align: left;
}
.finder-container .swiper-slide .list .li  img{
    display: inline-block;
    margin-right: 1.1111rem;
    vertical-align: baseline;
    width: 22px;
}

.finder-dia2{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    
    z-index: 999;
}
.finder-dia2 .f-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 83.33%;
    background-color: #fff;
    height: auto;
    transform: translate(-50%, -50%);
    padding: 2.6666rem;
    box-sizing: border-box;
}
.finder-dia2 .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    cursor: pointer;
}
.finder-dia2 .tit{
    font-size: 1.3333rem;
    font-family: "SourceSansPro-Regular";
    width: 100%;
    text-align: center;
    line-height: 1;
}
 .finder-dia2 .colose{
    position: absolute;
    right:1.1111rem;
    top:1.1111rem;
 

    width: 20px;
    height: 20px;
    cursor: pointer;
     box-shadow: none;
}
.finder2-container{
    width: 100%;
    margin-top: 2.2222rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.finder2-container .swiper-wrapper{
    text-align: center;
    width: 100%;
    display: block;
}
.finder2-container .swiper-slide{
     width: 33%;
     display: inline-block;
    margin-right: 2.2%;
    border:1px solid #d4d4d4;;
    padding: 1.7777rem 1.1111rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top;
    height:33.3333rem;
}
.finder2-container .swiper-slide .f-tit{
    font-size: 1.6666rem;
     font-family: "SourceSansPro-Regular";
     margin-left: 2.2222rem;
     line-height: 1.5;
     position: relative;
     color: #333;
}
.finder2-container .swiper-slide .f-tit:after{
    content: "";
    position: absolute;
    width: 20px;
    height:20px;
    top: 50%;
    left: -27px;
    border-radius: 50%;
    border: 1px solid #333;
    margin-top: -10px;

}
.finder2-container .swiper-slide .f-tit:before{
        content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: -23px;
    border-radius: 50%;
    background-color: #49afc6;
    margin-top: -6px;
    opacity: 0;
}
.finder2-container .swiper-slide .f-txt{
    font-size: 0.9333rem;
     font-family: "SourceSansPro-Regular";
     color: #808080;
     line-height: 1.2;
     margin-left: 2.2222rem;
     text-align: left;
}
.finder2-container .swiper-slide:hover .f-tit:before{
    opacity: 1;
}
.finder2-container .swiper-slide:hover .f-tit:after{
    border-color: #49afc6;
}
.finder2-container .swiper-slide .img{
    width: 100%;
    margin-top: 1.7777rem;
    margin-bottom: 1.7777rem;
    text-align: center;
}
.finder2-container .swiper-slide .img img{
    display: inline-block;
    max-width: 60%;
}
.finder2-container .swiper-slide .list{
    width: 100%;
    padding-top: 1.1111rem;
    border-top: 1px solid #d4d4d4;
}
.finder2-container .swiper-slide .list .li{
    font-size: 1rem;
    display: flex;
     align-items: center;
     padding-left: 1.5555rem;
     box-sizing: border-box;
     font-family: "SourceSansPro-Regular";
     color: #808080;
     text-align: left;
}
.finder2-container .swiper-slide .list .li  img{
    display: inline-block;
    margin-right: 1.1111rem;
    vertical-align: baseline;
    width: 22px;
}
.mindexp-pagination{
    display:none;
}
.mcreate-box{
    display:none;
}
.about-g .mapbox{
    display:none;
}
.toslide{
     display:none;
}
.presentation-page .pro-sub-banner{
    height:auto;
}
.ban-productinfo{
    height: 48.8888rem;
}
.spec-table table{
    width:100%;
    border:1px solid #ccc;
}
.spec-table table th{
    line-height:2.5rem;
    font-size: 1.1111rem;
    color:#666666;
    padding-left: 1.7777rem;
    background-color: #f2f2f2;
    border-bottom:1px solid #ccc;
    font-weight: normal;
    padding-right:8.8888rem;
}
.spec-table table th:nth-child(1){
    border-right:1px solid #ccc;
}
.spec-table table td{
    line-height:1.5;
    font-size: 1.1111rem;
    color:#666666;
    background-color: #fff;
    border-bottom:1px solid #ccc;
    font-weight: normal;
    padding: 0.8888rem 1.7777rem;

}
.spec-table table td:nth-child(1){
    border-right:1px solid #ccc;
}
.iphone{
    position: relative;
}
.iphone .play{
    position:absolute;
    top:50%;
    width: 2.2222rem;
    left:50%;
    transform: translate(-50% ,-50%);
}
.specifications-box2{
    padding-top: 0;
}
.down_list{
    width:100%;
    text-align: center;
}
.down_list  .right-item {
   display: inline-block;
    padding: 1.1111rem;
    text-align: left;
    border-radius: 4px;
    position: relative;
    margin-bottom: 1.1111rem;
    background-color: #52b3c9;
    width: 16%;
    margin: 1.1111rem 2%;
}
.down_list  .text .tit{
    font-size: 1rem;
    line-height: 1.5555rem;
}
.down_list  .guide-item .text .tit{
    color: #fff;
}
.down_list  .faq-item .text .tit{
    color: #52b3c9;
}
.down_list  .right-item .time{
    color: #fff;
    font-size: 0.7777rem;
    line-height: 0.8888rem;
    margin-top: 1rem;
    display:none;
}
.down_list  .right-item .icon{
    position: absolute;
    right: 1.1111rem;
    top: 50%;
    width: 2.6666rem;
    height: 2.6666rem;
    border-radius: 100%;
    margin-top: -1.3333rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-width: 1px;
    border-style: solid;
}
.down_list .right-item .download-btn{
    border-color: #fff;
    background-image: url('../img/download-icon1.png');
}
.down_list  .right-item .faq-btn{
    border-color: #52b3c9;
    background-image: url('../img/download-icon2.png');
}
.newsinfo-main {
    width: 70.8%;
    margin:0 auto;
        padding: 4.4444rem 0;
}
.newsinfo-tit{
    width:100%;
    text-align: center;
}
.newsinfo-main .tit-36{
    font-size: 2.2222rem;
    font-weight: 500;
    margin: 3.3333rem 0;
    margin-top: 0;
    border-bottom: 0;
    height: auto;
    line-height: 1;
    font-weight: 600;
  }
.newsinfo-main  h4{
    font-size: 1.7777rem;
    line-height: 1.6;
    font-weight: 600;

  }
  .newsinfo-main  h5{
    font-size: 1.1111rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0.4444rem;
    text-transform: capitalize;

  }
  .newsinfo-content{
    width: 100%;

  }
  .newsinfo-main p{
    font-size: 1.1111rem;
    line-height: 1.6;
    margin-bottom: 0.6666rem;
    margin-top: 0.6666rem;
  }
  .newsinfo-main p span{
    font-weight: 700;
  }
  @media (max-width: 767px){
        .newsinfo-main .tit-36{
                font-size: 0.8rem;
            margin: 1.7777rem 0;
            margin-bottom: 1.1111rem;
        }
        .newsinfo-main{
            padding:1.3333rem 0;
            width:90%;
        }
        .newsinfo-main h4{
            font-size:  0.6222rem
        }
        .newsinfo-content{
            width:100%;
          }
          .newsinfo-main p {
            font-size: 0.4444rem;
            line-height: 1.6;
            margin-bottom: 0.4444rem;
            margin-top: 0.4444rem;
        }
        .newsinfo-main h5 {
        font-size: 0.4444rem;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 0.2222rem;
        text-transform: capitalize;
    }
    }
.blog_dolg .video-dialog{


    background-color: #fff;
}
.cookies{
    width: 100%;
    color: #fff;
    position: fixed;
    top:0;
    left: 0;
    z-index: 9999;
    background-color: #50b0c5;
    transition: all 0.4s;
    display:none;
}
.cookies .agree{
    display: inline-block;
    vertical-align: top;
    margin-left: 1.1111rem;
}
body.acth .cookies{
    height: 8.8888rem;
}
body.acth {
    padding-top: 8.8888rem;
    transition: all 0.4s;
}
body.acth header{
    top:8.8888rem;
    transition: all 0.4s;
}
.cookies .view{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.cookies .p{
    font-size: 16px;
    width: 70%;
}
.cookies .index-more a{
    border: 1px solid #fff;
}
.cookies .index-more a span{
    color: #fff;
    padding-right: 0;
}
body{

    transition: all 0.4s;
}
body.on{
    padding-top: 0rem;
}
body.on .cookies{
    display: none;
}

body.on header{
    top:0;
}
.dowm a{
    display: block;
    line-height: 1.7777rem;
    color: #666;
    position: relative;
}
.dowm a:after{
    content: "";
    position: absolute;
    right: 1.1111rem;
    top: 50%;
    width: 2.6666rem;
    height: 2.6666rem;
    transform: translateY(-50%);
    background-image: url(../img/sdownload-icon1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.6666rem 2.6666rem;

}

.result-box .news-lists .news-item:hover  .dowm a:after{
    background-image: url(../img/download-icon1.png);
}

.result-box .news-lists .news-item:hover .dowm a{
 color: #fff;
}
header .left-nav li.sup{
    position: relative;
}
.sub_nav{
    position: absolute;
    top:5rem;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    padding: 0.4444rem  0.4444rem;
    display: none;
}
.sub_nav a{
    display: block;
    font-size: 0.8888rem;
    padding: 0 1.1111rem;
    line-height: 2.2222rem;
    border-bottom: 1px solid #f9f9f9;
    color: #333;
}

.sub_nav a:hover{
    color: #fff;
    background-color: #50b0c5;
}
/*
header .navson-list .item:nth-child(2),header .navson-list .item:nth-child(3) ,header .navson-list .item:last-child{
    display: none;
}*/
