/* 顶部导航 */
#top{
    width: 100%;
    min-width: 1280px;
    background-color: rgba(52, 52, 52,0.2);
    position: fixed; 
    top:0px;
    left:0px;
    right: 0px;
    z-index: 2222;
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
}
#top .top-nav{
    width:615px;
    height: 80px;
    justify-content: space-around;
    margin: 0px 60px 0px 100px;
    position: relative;
    top:0px;
    left:0px;
}
#top .top-nav a {
    min-width: 72px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    padding: 5px 20px;
    border-radius: 17px;
    position: relative;
    top: 0px;
    left: 0px;
    background: transparent;

}
#top .top-nav .hot:after {
    content: "HOT";
    display: block;
    width: 36px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    border-radius: 17px;
    text-align: center;
    background: red;
    position: absolute;
    top: -7px;
    right: -14px;

}
#top .top-nav a:hover{
    background: #00A4FF !important;
}
#top>img{
    width:428px;
    height: 29px;
}
#top .phone{
    width:428px;
    height: 29px;
    line-height: 29px;
    vertical-align: middle;
    
}
#top .phone>img{
    height: 25px;
    vertical-align: middle;
}
#top .phone>span{
    display: inline-block;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    vertical-align: middle;
    color: #3c7bff;
    font-weight: 400;
    padding: 0 10px;
}
#top:hover{background-color: rgba(25,25,25,1)!important;}

/* 底部信息 */
#footer{
    width: 100%;
    height:460px;
    background: #1B1B1B;
}
#footer .footer-box{

}
#footer>ul>li{
    width: 50%;
    margin: 0 auto;
}
#footer>ul>li:last-child{
    width: 50%;
    margin: 0 auto;
    /* padding-left: 160px; */
}
#footer>ul>li>h5{
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
}
#footer .footer-box>li .contact-info{
    width: 385px;
    position: relative;
    top:0px;
    left:0px;

}
#footer .footer-box>li .contact-info>p{
    margin-bottom: 17px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;

}
#footer .footer-box>li .contact-info>p>a{
    color: #FFFFFF;
    padding: 0 10px;
}
#footer .footer-box>li .contact-info .qr{
    width: 150px;
    height: 170px;
    /* background: #D8D8D8; */
    /* border: 1px solid #979797; */
    position: absolute;
    top: -15px;
    right: -155px;
}
#footer .footer-box>li .contact-info .qr>img{
    width: 100%;
    height: 150px;
}
#footer .footer-box>li .contact-info .qr>p{
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31px;
}
#footer .footer-box>li .checkbox{
    width: 100%;
    /* background: green; */
    /* padding: 10px 0px; */
    position: relative;
    top: 0px;
    left: 0px; 
}
/* 复选样式 */
.register-checkbox {
    display: inline-block;
    position: relative;
    width: 116px;
    height: 21px;
    /* background: #09c; */
    margin: 0px 0px 10px 0px;
}

.icheck {
    opacity: 0;
}

.ilabel {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
    padding: 0px 10px;
}

.ilabel:after {
    content: " "; 
    background: #636363;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 4px;
    left: 0px;
    text-align: center;
    line-height: 14px;
    width: 14px;
    height: 14px;
}

.icheck:checked+.ilabel:after {
    content: "✓";
    border-color: #037AFF;
    background-color: #fff;
    color: #037AFF;
}

.icheck:indeterminate+.ilabel:after {
    content: "■";
    color: #037AFF;
    background-color: #FFF;
    border-color: #037AFF;
}

#footer .footer-box>li .form-box{
    width: 100%;
    position: relative;
    top:0px;
    left:0px;  
}
#footer .footer-box>li .form-box .textarea-el{
    width: 315px;
    height: 131px;
    background: #FFFFFF;
    border-radius: 11px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
}
#footer .footer-box>li .form-box .textarea-el >textarea{
    width: 295px;
    height: 124px;
    border: 0px;
    padding: 5px 10px;
}
#footer .footer-box>li .form-box .input-el{
    width: 255px;
    border-radius: 11px;
    
}
#footer .footer-box>li .form-box .input-el>input{
    width: 210px;
    height: 37px;
    border:0px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    padding: 0px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.change::-webkit-input-placeholder {
    color: #808080;
}
.err::-webkit-input-placeholder {
    color: red;
}
#footer .footer-box>li .form-box .input-el .form-bt{
    width: 120px;
    height: 33px;
    background: #037AFF;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}
#footer .footer-box>li .form-box .input-el .form-bt >a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
}
#footer .websmation{
    width: 797px;
    border-top:1px solid #3E3939;
    margin: 37px auto;
    color: #f2f2f2;
}
#footer .websmation>p{
    margin: 18px 0px;
}
#footer .websmation>p>span{
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px 0px;
    color: #f5f5f5;
}
/* 回到顶部 */
#sidebar{
    width: 55px;
    position: fixed;
    bottom: 125px;
    left: 15px;
    z-index: 9999;
    font-size: 12px;
    text-align: center;
}
#sidebar>a{
    display: block;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(162, 162, 162, 0.5);
    margin-bottom: 5px;
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center; 
    flex-wrap:wrap;
    position: relative;
    top:0px;
    left:0px;

}
#sidebar>a >img{
    display: block;
    width: 26px;
    height: 26px;
    margin:5px auto;
}
#sidebar>a >p{
    display: block;
    width: 60px;
    height: 14px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #747474;
    line-height: 15px;
    margin-bottom: 5px;
    text-align: center;
    transform: scale(0.8);
}
#sidebar .top>img{
    width: 26px;
    height: 16px;
    margin: 11px auto;

}
.sidebar-info{
    padding: 10px;
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    position: absolute;
    top:0px;
    left:55px;
}
.sidebar-info>p{
    padding: 5px 0px;
    width: 140px;
    /* height: 29px; */
    /* line-height: 29px; */
    font-size: 16px;
    vertical-align: middle;
    color: #3c7bff;
    font-weight: 400;

}
/* 翻页器 */
.M-box3{
    text-align: center;
    margin: 20px auto;
}
.M-box3 span, .M-box3 a{
    display: inline-block;
    margin-left:5px; 
    line-height: 30px; 
    text-align: center; 
    width: 30px;
    height: 30px;
    color: #999999; 
    background: #FBFBFB;
    border: 1px solid #ECECEC;
    border-radius: 2px 2px 2px 2px;
}
.M-box3 a.next ,.M-box3 a.prev{width: 53px;}
.M-box3 .jump-ipt{
    height: 30px; 
    width: 50px;
    padding:0 5px; 
    margin-left: 5px;
    border: 1px solid #ECECEC;
    border-radius: 2px 2px 2px 2px;
}
.M-box3 span.active{
    display: inline-block;
    padding:0; 
    line-height: 30px; 
    text-align: center; 
    width: 30px;
    height: 30px; 
    line-height: 30px; 
    text-align: 30px; 
    color:#fff; 
    background: #037AFF;
    border: 1px solid #037AFF;
    border-radius: 2px;
}

/* 标题 */
.title-h3{
    width: 100%;
    text-align: center;
    position: relative;
    top:0px;
    left:0px;
    
}
.title-h3>p{
    display: inline-block;
    margin-top:47px;
    font-size: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #037AFF;
    line-height: 52px;
    position: relative;
    top:0px;
    left:0px;
}
.title-h3>p:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #037AFF;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: -25px;
    
}
.title-h3>p:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #037AFF;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    right: -25px;
    
}
.title-h3>span{
    display: block;  
    text-transform: uppercase;
    margin-top:10px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9EA6B3;
    line-height: 34px; 
    margin-bottom: 25px;
}
/* 产品中心详情页 */
.etails{
    width: 100%;
    background:#ffffff;
    padding:10px 0px;;
}
.etails .etails-box{
    background:#ffffff;
    padding-bottom: 60px;
    padding-top: 60px;
}
.etails .etails-box>h4{
    width: 100%;
    height: 45px;
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 47px;
    margin:41px 0px;
}
.etails .etails-box .etails-video{
    width: 1155px;
    height: 548px;
    margin: 0 auto 30px;
}
.etails .etails-box >img{
    display: block;
    width: 1155px;
    height: 548px;
    margin: 30px auto;
}
.etails .etails-box >p{
    display: block;
    width: 1155px;
    margin: 0 auto;
    font-size: 16px;
    font-family: LucidaGrande;
    color: #333333;
    line-height: 18px;
    padding: 15px 0px;
}
/* 视频样式 */
.video-box{
    width: 100%;
    height: 100%;
    min-height: 720px;
    background: rgba(51, 49, 49, 0.5);
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 9999;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

}
.video-info{
    max-width: 960px;
    min-width: 720px;
    /* height: 666px; */
    background: linear-gradient(to right, #000000 0%,#413c3c 100%);
    /* position: absolute; */
    /* top: 50%;
    left: 50%;
    margin-top: -375px;
    margin-left: -514px; */
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 5px 5px 20px #888888;
}
.video-a{
    width: 55px;
    height: 30px;
    background: linear-gradient(to right, #000000 0%,#413c3c 100%);
    z-index: 88;
}
.video-b{
    width: 280px;
    height: 86px;
    border-radius: 47%;
    background: linear-gradient(to right, #000000 0%,#413c3c 100%);
    box-shadow: 5px 5px 20px #888888;
    position: relative;
    top: -25px;
}
/* .video-info:after{
    content: "";
    width: 66px;
    height: 60px;
    position: absolute;
    bottom: -60px;
    left: 502px;
    box-shadow: 5px 5px 20px #888888;
    background: linear-gradient(to right, #000000 0%,#413c3c 100%);
} */
/* .video-info:before{
    content: "";
    width: 280px;
    height: 86px;
    background: linear-gradient(to right, #000000 0%,#413c3c 100%);
    position: absolute;
    border-radius: 47%;
    bottom: -112px;
    left: 397px;
    box-shadow: 5px 5px 20px #888888;

} */
.video-info .care-video{
    width: 100%;
    height: 100%;
    /* background: #666666; */
    border-radius:5px;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.video-info .care-video>i{
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/global/open.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
}
.video-info .care-video>video{
    width: 100%;
    height: 100%;
}
.video-info .care-video>img{
    width: 52px;
    height: 52px;
    background:rgba(138,144,153,0.7);
    border-radius:50%;;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
}
/* 24小时联系 */
#contact{
    width: 100%; 
    background: #037AFF;
    position: fixed;
    bottom:0px;
    left:0px;
    z-index: 9;
    
}
#contact>img{
    width:55px;
    height: 55px;
    position: absolute;
    top:0px;
    left:50%;
    margin-left: 495px;
    margin-top: -70px;
    cursor: pointer;
}
#contact .contact-box{
    height: 90px;
}
#contact .contact-box .textfw>p{
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
}
#contact .contact-box>input{
    width: 160px;
    height: 38px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    background: #037AFF;
    line-height: 40px;
    padding: 0px 10px;
    margin-right:30px;
}
#contact .contact-box>input.weach{
    width: 202px;
    margin-right:85px;
}

#contact .contact-box>input::-webkit-input-placeholder{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
#contact .contact-box>input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
#contact .contact-box>input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
#contact .contact-box>input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;

}
#contact .contact-box>span{
    display: block;
    width: 161px;
    height: 45px;
    background: #FFFFFF;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #037AFF;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
#contact-left{
    width: 100%;
    height: 100%;
    background: rgba(51, 49, 49, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
    justify-content:center;
    align-items:center;
}
#contact-left .contact-left-box{
    width: 285px;
    height: 325px;
    background: #037aff;
    border-radius: 15px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;

}
#contact-left .contact-left-box>img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
#contact-left .contact-left-box>input{
    width: 260px;
    height: 37px;
    border: 0px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    padding: 0px 10px;
    border-radius: 5px;
    margin-bottom: 12px;

}
#contact-left .contact-left-box>textarea{
    width: 260px;
    height: 131px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    border: 0px;
    padding: 5px 10px;

}
#contact-left .contact-left-box>span{
    display: block;
    width: 161px;
    height: 45px;
    background: #FFFFFF;
    margin-top: 25px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #037AFF;
    line-height: 45px;
    text-align: center;
    cursor: pointer;

}
.scroll{
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    width: 200px;
    height: 33px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
  }
  .scroll span{
    display: inline-block;/*inline样式不能使用动画*/
    animation: scroll 12s linear infinite;
  }
  /* .scroll span:after{
    position: absolute;
    left: 100%;
    content: attr(data-text);
    margin-left: 4em;
  } */
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - 1em)); /*总长再加上margin-left*/
    }
  }