@charset "utf-8";
*{
    outline:0;
    border:unset;
    outline:none;
}
body {
    background-color: #fff;
}
body,html, section, div, ul , ol, li, p, span, button, a , h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0; }
.container-fluid,p,a{ font-family:"PingFang SC","Source Han Sans CN","Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif; font-weight:300;}
.row{margin:0;padding:0;}

section:nth-child(odd){

}
/*
* 白色主题
 */
.white .inner {
    background-color: #232323;
}
.white .header .menu ul li a {
    color: #BBBBBB;
}
.white .title-panl {
    color: #BBBBBB;
}
.white .footer .footer-menu li a {
    color: #BBBBBB;
}
.white .copyright ,.copyright a {
    color: #BBBBBB;
}
.white .panl .owl-carousel .item .content .txt {
    color: #BBBBBB;
}
.inner{
    height: 100%;
    display: flex;
    background-color: #232323;
    color:#BBBBBB;
}
@keyframes color_turn{
    from{
        background-color: #000;
    }
    to{

    }
}

.change_color{
    animation: color_turn 500ms ease 2 alternate;
}
.logo {
    position: fixed;
    z-index: 9999;
    left: 25px;
    top: 15px;
}
.logo img {
    width: 38px;

}
.header {
    width: 100%;
    height: 40px;
    position:absolute;
    z-index: 5;
}
@media (min-width:320px) {
    .header .menu {
        width: 220px;
        height: 40px;
        margin-left: 60px;
        margin-top: 20px;
    }
    .header .menu ul {
        width: 220px;
        height: 40px;
        position: relative;
    }
}
@media (min-width:980px) {
    .header .menu {
        width: 500px;
        height: 40px;
        margin-left: 60px;
        margin-top: 20px;
    }
    .header .menu ul {
        width: 500px;
        height: 40px;
        position: relative;
    }
}
/*头部菜单*/
.header .menu ul {
    margin-left: 20px;
}
.header .menu ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
}
.header .menu ul li a {
    display: block;
    padding: 0px;

    line-height: 40px;
    font-size: 12px;
    color: #BBBBBB;
    text-decoration: none;
}
.header .menu .block {
    width: 48px;
    height: 2px;
    background: #FD482C;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 99;
}


@media (min-width:320px) {
    .header .language {
        width: 80px;
        height: 40px;
        position: relative;
        float: right;
        right: 0px;
        top: -40px;
    }

    .header .language ul {
        width: 80px;
        height: 40px;
        position: relative;
        margin: 0 auto;
    }
}
@media (min-width:960px) {
    .header .language {
        width: 80px;
        height: 40px;
        position: relative;
        float: right;
        right: 20px;
        top: -40px;
    }

    .header .language ul {
        width: 80px;
        height: 40px;
        position: relative;
        margin: 0 auto;
    }
}
.header .language ul li {
    float: left;
    list-style: none;
}
.header .language ul li a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 12px;
    color: #505050;
    text-decoration: none;
}
.main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 4;
}


@media (min-width:320px) {
    .tool-menu {
        position: absolute;
        z-index: 5;
        bottom: 142px;
        left: 20%;
    }
    .tool-menu #glass_frame {

        width: 60px;
        display:inline-flex;
        margin-right: 30px;
    }
    .tool-menu #glass {

        width: 120px;
        display: inline-flex;
    }
    .tool-menu .glasses-menu .son {
        float: left;
        width: 24px;
        height: 24px;

        margin-right: 16px;
        margin-bottom: 16px;
        position: relative;
    }
    .tool-menu .glasses-menu .son img {
        width: 24px;
        height: 24px;
    }
    .tool-menu .glasses-menu .son span {
        width: 12px;
        height: 12px;
        position: absolute;
        background: url("select.png") no-repeat left center;
        background-size: 100% 100%;
        right: -2px;
        top: -3px;
        z-index: 99;
    }
}
@media (min-width:980px) {
    .tool-menu {

        position: absolute;
        z-index: 5;
        bottom: 42px;
        left: 40px;
    }
    .tool-menu #glass_frame {

        width: 120px;
        display:inline-flex;
        margin-right: 60px;
    }
    .tool-menu #glass {

        width: 240px;
        display: inline-flex;
    }
    .tool-menu .glasses-menu .son {
        float: left;
        width: 48px;
        height: 48px;

        margin-right: 16px;
        margin-bottom: 16px;
        position: relative;
    }
    .tool-menu .glasses-menu .son img {
        width: 48px;
        height: 48px;
    }
    .tool-menu .glasses-menu .son span {
        width: 20px;
        height: 20px;
        position: absolute;
        background: url("select.png") no-repeat left center;
        background-size: 100% 100%;
        right: -4px;
        top: -5px;
        z-index: 99;
    }
}

.tool-menu .glasses-menu .main {

    display: block;
}



/*.tool-menu .glasses-menu .son:hover span {
    display: block;
}
.tool-menu .glasses-menu .main img:hover .son {
    display: block;
}*/

.video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
/*底部信息*/
.footer {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
}
.footer .footer-logo {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.footer .footer-logo img {
    width: 120px;
}
.footer .footer-menu {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
}
.footer .footer-menu ul {
    width: 320px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.footer .footer-menu li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
    color: #BBBBBB;
    font-size: 10px;
}
.footer .footer-menu li a {
    text-decoration: none;
    color: #BBBBBB;
}
@media (min-width:320px) {
    .copyright {
        width: 320px;
        margin: 0 auto;
        text-align: center;
        font-size: 5px;
        color: #BBBBBB;
        padding-bottom: 20px;
    }
}
@media (min-width:980px) {
    .copyright {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 7px;
        color: #BBBBBB;
        margin-bottom: 20px;
    }
}

.copyright a {
    color: #BBBBBB;
    text-decoration: none;
}
.slider {
    width: 100%;
    overflow-x: hidden;
}
.slide-li{
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slide-li:nth-child(1){
    background: #01ad59;
    color:#fff;
}
.slide-li:nth-child(3){
    background: #eaaba2;
    color:#fff;
}

.title-panl {
    width: 100%;
    color: #BBBBBB;
    margin-top: 33px;
    position:absolute;
}
.title-panl .title {
    text-align: center;
    font-size: 20px;
}
.panl {
    width: 100%;
    overflow: hidden;
    margin-top: 130px;
}
.panl .owl-carousel .item {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
@media (min-width:320px) {
    .panl .owl-carousel .item .img {
        width: 330px;
        height: 330px;
        margin: 0 auto;
        border-radius: 25px;
        overflow: hidden;
    }
    .panl .owl-carousel .item .img .item-video-bg {
        box-sizing: border-box;
        margin: 0;
        width: 330px;
        height: 330px;

        object-fit: cover;
    }
}
@media (min-width:414px) {
    .panl .owl-carousel .item .img {
        width: 400px;
        height: 400px;
        margin: 0 auto;
        border-radius: 25px;
        overflow: hidden;
    }
    .panl .owl-carousel .item .img .item-video-bg {
        box-sizing: border-box;
        margin: 0;
        width: 400px;
        height: 400px;

        object-fit: cover;
    }
}
@media (min-width:980px) {
    .panl .owl-carousel .item .img {
        width: 500px;
        height: 500px;
        margin: 0 auto;
        border-radius: 25px;
        overflow: hidden;
    }
    .panl .owl-carousel .item .img .item-video-bg {
        box-sizing: border-box;
        margin: 0;
        width: 500px;
        height: 500px;

        object-fit: cover;
    }
}

.panl .owl-carousel .item .img img {
    width: 100%;
    height: 100%;
}

.panl .owl-carousel .item .content {
    width: 400px;
    margin: 0 auto;
}
.panl .owl-carousel .item .content .title {
    text-align: center;
    margin-top: 15px;
    color: #E53426;
    font-size: 36px;
    font-weight: bold;
}
.panl .owl-carousel .item .content .txt {
    text-align: center;
    margin-top: 8px;
    color: #BBBBBB;
    font-size: 18px;
}
@media (min-width:320px) {
    .contact-panl {
        width: 310px;
        height: auto;
        margin: 0 auto;
        margin-top: 100px;
        display: block;
    }

}
@media (min-width:980px) {
    .contact-panl {
        width: 794px;
        height: auto;
        margin: 0 auto;
        margin-top: 20%;
    }

}
@media (min-width:320px) {
    .main-btn-panl {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 40px;
        z-index: 9999;
        display: block;
    }
    .main-btn-panl .btn {
        display: block;
        width: 320px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
        border-radius: 5px;
        background-color: #E53426;
        color: #FFFFFF;
        font-size: 16px;
        margin: 0 auto;

    }
    .btn-panl {
        height: 40px;
        position: absolute;
        top: 410px;
        display: block;
    }
    .btn-panl .btn {
        display: block;
        width: 310px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
        background-color: #E53426;
        color: #FFFFFF;
        font-size: 16px;
        border-radius: 5px;

    }
    .btn-panl2 {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 10px;
        display: block;
        z-index: 5;
    }
    .btn-panl2 .btn {
        display: block;
        width: 310px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        background-color: #E53426;
        color: #FFFFFF;
        font-size: 16px;
        border-radius: 5px;

    }
}
@media (min-width:980px) {
    .main-btn-panl {
        display: none;
    }
    .main-btn-panl .btn {
        display: none;
        width: 320px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;

        background-color: #E53426;
        color: #FFFFFF;
        font-size: 16px;
        margin: 0 auto;

    }
    .btn-panl {

        height: 40px;
        display: none;
    }
    .btn-panl .btn {
        display: none;
        width: 320px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;

        background-color: #E53426;
        color: #FFFFFF;
        font-size: 16px;
        margin: 0 auto;

    }
    .btn-panl2 {

        height: 40px;
        display: none;
    }
    .btn-panl2 .btn {
        display: none;
        width: 320px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;

        background-color: #E53426;
        color: #FFFFFF;
        font-size: 16px;
        margin: 0 auto;

    }
}

.contact-panl .contact {
    width: 372px;
    height: 170px;
    float: left;
    margin-right: 50px;
}
.contact-panl .contact img {
    width: 100%;
    height: 100%;
}
.contact-panl .contact .txt {
    color: #F5F5F5;

    margin-left: 14px;
    font-size: 12px;
}
.contact-panl .contact .phone {
    color: #F5F5F5;
    margin-left: 14px;
    font-size: 18px;
    text-decoration: underline;
}
.contact-panl .qrcode {
    width: 372px;
    height: 170px;
    float: left;
}
.contact-panl .qrcode img {
    width: 100%;
    height: 100%;
}
@media (min-width:320px) {
    .order-qrcode {
        display: none;
    }

    .next-btn {
        position: absolute;
        bottom: 60px;
        width: 100%;
        z-index: 4;
        text-align: center;
        color: #E53426;
        font-size: 12px;
    }
    .next-btn .panl {
        width: 120px;
        margin: 0 auto;
        cursor: pointer;
    }
    .next-btn .panl img {
        width: 16px;
        display: flex;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
@media (min-width:980px) {

    .order-qrcode {
        display: block;
        width: 112px;
        height: 134px;
        background:url("panl.png") no-repeat;
        background-size: 112px 134px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 3;
    }
    .next-btn {
        position: absolute;
        bottom: 50px;
        width: 100%;
        z-index: 4;
        text-align: center;
        color: #E53426;
        font-size: 16px;
    }
    .next-btn .panl {
        width: 120px;
        margin: 0 auto;
        cursor: pointer;
    }
    .next-btn .panl img {
        width: 20px;
        display: flex;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

.video-bg {
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    #-webkit-filter: brightness(50%);
    #filter: brightness(50%);
    object-fit: cover;
}

/*
* 移动端样式
 */
.mobile-home-page {
    background-color: #232323;
}
.mobile-inner {
     position: relative;
     color: #BBBBBB;
     height: auto;
     width: 100%;
 }
.mobile-inner2 {

    color: #BBBBBB;
    height: auto;
    width: 100%;
}
.mobile-main {
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0px;
    z-index: 4;
}
.mobile-video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-footer {
    width: 100%;
    height: auto;
}
.mobile-footer .footer-logo {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.mobile-footer .footer-logo img {
    width: 120px;
}
.mobile-footer .footer-menu {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
}
.mobile-footer .footer-menu ul {
    width: 320px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.mobile-footer .footer-menu li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
    color: #BBBBBB;
    font-size: 10px;
}
.mobile-footer .footer-menu li a {
    text-decoration: none;
    color: #BBBBBB;
}
.mobile-video {
    margin-right: 30px;
    margin-left: 30px;
    height: 188px;
}
.mobile-txt2 {
    margin-left: 44px;
    margin-right: 44px;
    height: auto;
    padding-top: 120px;
    margin-bottom: 70px;
    text-align: center;
}
.mobile-txt2 img {
    width: 100%;
    height: auto;
}
.mobile-txt1 {
    margin-left: 44px;
    margin-right: 44px;
    height: auto;
    padding-top: 36px;
    text-align: center;
}
.mobile-txt1 img {
    width: 162px;
    height: auto;
}
.mobile_main_panl {
    background-color: #232323;
    /*background-image: url("home-bg.jpg");
    background-position: center top;
    background-size: 100% auto;*/
    padding-bottom: 30px;
}
.mobile-panl {
    width: 100%;
    overflow: hidden;
    padding-top: 130px;
}
.mobile-order {
    float: left;
    padding-top: 56px;
    padding-bottom: 30px;
}
.mobile-btn {
    display: block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background-color: #E53426;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 auto;

}
.mobile-contact-panl {
    width: 320px;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
    overflow: hidden;
}

.mobile-contact-panl .contact {
    width: 310px;
    height: 142px;
    float: left;
    margin-bottom: 32px;
}
.mobile-contact-panl .contact img {
    width: 100%;
    height: 100%;
}
.mobile-contact-panl .qrcode {
    width: 310px;
    height: 142px;
    float: left;
}
.mobile-contact-panl .qrcode img {
    width: 100%;
    height: 100%;
}

.mobile-btn-panl2 {
    width: 100%;
    height: 40px;
    position:fixed;
    bottom: 10px;
    display: block;
    z-index: 5;
}
.mobile-btn-panl2 .btn {
    display: block;
    width: 310px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-color: #E53426;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;

}
.mobile-btn-panl4 {
    width: 100%;
    height: 40px;
    position:fixed;
    bottom: 10px;
    display: block;
    z-index: 5;
}
.mobile-btn-panl4 .btn {
    display: block;
    width: 310px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-color: #E53426;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;

}
.mobile-btn-panl3 {
    width: 100%;
    height: 40px;
    float: left;
    margin-top: 70px;
    margin-bottom: 50px;
}
.mobile-btn-panl3 .btn {
    display: block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-color: #E53426;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;

}

.mobile-tool-menu {
    height: 30px;
    width: auto;
    position: absolute;
    z-index: 5;
    bottom: 142px;
    left: 20%;
}
.mobile-tool-menu #glass_frame {

    width: 60px;
    display:inline-flex;
    margin-right: 30px;
}
.mobile-tool-menu #glass {

    width: 120px;
    display: inline-flex;
}
.mobile-tool-menu .glasses-menu .son {
    float: left;
    width: 24px;
    height: 24px;

    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
}
.mobile-tool-menu .glasses-menu .son img {
    width: 24px;
    height: 24px;
}
.mobile-tool-menu .glasses-menu .son span {
    width: 12px;
    height: 12px;
    position: absolute;
    background: url("select.png") no-repeat left center;
    background-size: 100% 100%;
    right: -2px;
    top: -3px;
    z-index: 99;
}