.clear{
    clear: both;
}
@font-face{
    font-family: 'NumberStyle';
    src : url('/bootstrap/fonts/3106AC_0_0.woff2');
}
@font-face{
    font-family: 'NumberStyle2';
    src : url('/bootstrap/fonts/3106AC_2_0.woff2');
}
@font-face {
    font-family: 'NotoSansHans-Bold';
    src : url('/bootstrap/fonts/NotoSansHans-Bold.otf');
}
@font-face {
    font-family: 'NotoSansHans-Light';
    src : url('/bootstrap/fonts/NotoSansHans-Light.otf');
}
@font-face {
    font-family: 'NotoSansHans-Medium';
    src : url('/bootstrap/fonts/NotoSansHans-Medium.otf');
}
@font-face {
    font-family: 'NotoSansHans-Regular';
    src : url('/bootstrap/fonts/NotoSansHans-Regular.otf');
}
a {
    text-decoration: none;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    color: inherit;
}
a:link{text-decoration:none; cursor:pointer;color: inherit;}
a:visited{text-decoration:none; cursor:pointer;color: inherit;}
a:active{text-decoration:none; cursor:pointer;color: inherit;}
a:hover{text-decoration:none; cursor:pointer;color: inherit;}
ul{
    list-style-type: none;
}
ul li{
    list-style-type:none;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,10px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,10px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.fadeInUp {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
body{
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    overflow: hidden;
    font-family: NotoSansHans-Light;
}
.my-container{
    max-width: 1200px;
    margin: 0 auto;
}
.container_style{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    left: 0;
    min-height: 100%;
    z-index: 10;
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: 100%;
    padding: 0;
    /*cursor: pointer;*/
    background-color: #ffffff;
}
#top_nav{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#top_nav .nav-box-1{
    width: 100%;
    height: 36px;
    background: linear-gradient(to right,#0068b7, #00a0ca);
}
#top_nav .nav-box-2{
    width: 100%;
    height: 80px;
    background: #ffffff;
    border-bottom: 1px solid #00a0ca;
}
#top_nav .nav-box-3{
    height: 50px;
    background: #ffffff;
    line-height: 50px;
    box-shadow: #eeeeee 0 5px 5px;
    font-family: NotoSansHans-Light;
    color: #666666;
    font-size: 16px;
    box-sizing: border-box;
}
.my_item_boxx{
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}
.my_itemx{
    flex: 1;
    font-size: 1em;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.my_itemx:hover{
    font-weight: 600;
    color: #00a0ca;
    border-bottom: 4px solid #00a0ca;
}
.expert-fengcai{
    float: right;
    font-family: NotoSansHans-Medium;
    font-size: 16px;
    color: #00a0ca;
    margin-right: 60px;
    text-align: center;
    line-height: 80px;
}
#content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    _height:100vh;
    max-height: 100vh;
    width: 100%;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: scroll;
    background-position: center center;
    padding-top: 166px;
}
.transform_style{
    -webkit-transform:translateZ(0px) translateX(10%) rotateY(-50deg);
    transform:translateZ(0px) translateX(10%) rotateY(-50deg);
}
#freezer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
    display: none;
}
.menu_ul_pc{
    height: 100%;
    line-height: 36px;
    font-size: 14px;
    font-family: NotoSansHans-Regular;
}
.menu{
    width: 100px;
    height: 100%;
    margin-left: 60px;
    color: #ffffff;
    text-align: center;
    float: left;
    cursor: pointer;
}
.menu img{
    width: 14px;
    float: left;
    margin-top: 11px;
    margin-left: 27px;
}
.menu span{
    float: left;
    margin-left: 4px;
}
.menu_order{
    background-color: #ffffff;
    height: 100%;
    float: left;
    color: #00a0ca;
    padding: 0 20px;
}
#top_nav .logo{
    height: 70px;
    margin-left: 84px;
    margin-top: 5px;
}
#nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    margin: 5%;
    overflow: hidden;
    display: none;
    background: #ffffff;
}
#nav .nav_ul1 li{
    width: 320px;
    cursor: pointer;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    font-size: 1.3em;
    line-height: 2.2em;
    color: #0a0a0a;
    -webkit-animation: fadeInUp 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
#nav .nav_ul2 li{
    width: 320px;
    cursor: pointer;
    -webkit-animation: fadeInUp 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    font-size: 1.3em;
    line-height: 3em;
    color: #0a0a0a;
    border-bottom: solid 1px #aeaeae;
}
#nav #logo{
    width: 11em;
}
#nav_order{
    width: 100%;
    height: 100%;
    background: #0f172b;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 5%;
}
#web_msg_container{
    position: fixed;
    z-index: 9998;
    border: none;
    right: 28px;
    bottom: 0;
    transition: height .4s cubic-bezier(.62,.28,.23,.99);
    width: 400px;
    height: 40px;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
}
#nav_order li {
    border-bottom: 1px solid #3f4555;
    color: #fff;
    line-height: 54px;
    text-transform: uppercase;
    font-size: 1.25em;
    display: block;
    cursor: pointer;
}
#nav_order li:first-child{
    border-top: 1px solid #3f4555;
}
.nav-order-item{
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
}
.nav-order-item:hover{
    opacity: 0.8;
}
.nav_order_item_info{
    padding: 5% 0;
    display: none;
    border-top: 1px solid #3f4555;
}
.nav-order-input,.nav-order-time{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.nav-order-input,.nav-order-time:focus{
    outline: none;
}
.nav-order-time{
    height: 54px;
    border: none;
    font-size: 2em;
    font-family: NumberStyle;
    cursor: pointer;
    padding: 0;
}
.nav_order_mendian{
    display: flex;
}
.nav_order_mendian_item{
    flex: 1;
    font-size: 14px;
    text-align: center;
}
.nav_order_mendian_item span{
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-transition: all 150ms;
    transition: all 150ms;
}
.nav_order_mendian_item span:hover{
    background: #ffffff;
    color: #0f172b;
}
.nav_order_mendian_item .nav_order_mendian_item_select{
    background: #ffffff;
    color: #0f172b;
}
.nav_order_info_t{
    font-family: FreightSansProMedium-Regular;
    font-size: .875em;
    line-height: 1.2em;
    letter-spacing: .15em;
    color: white;
    opacity: .6;
}
.nav-order-input-item{
    height: 54px;
    padding: 10px 0;
}
.nav-order-sub{
    width: 100%;
    margin: 10px auto;
    height: 34px;
    box-sizing: border-box;
    border: 1px #ffffff solid;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 4px;
}
.nav-order-sub:hover{
    background: #ffffff;
    color: #0f172b;
}
.nav-order-item-up1 {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.nav-order-item-up2 {
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.nav-order-item-up3 {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
#footer-box{
    width: 100%;
    background: #ededed;
    color: #666666;
    box-sizing: border-box;
    padding: 0 10px;
    font-weight: 100;
    font-family: NotoSansHans-Regular;
}
#footer-box .footer-container{
    max-width: 1200px;
    margin: 0 auto;
}
#footer-box .footer-container .footer-item{
    width: 100%;
    height: 90px;
    line-height: 90px;
    box-sizing: border-box;
    border-bottom: solid 1px #ffffff;
}
#footer-box .footer-container .footer-item .footer-t{
    font-size: 20px;
    margin-right: 33px;
    float: left;
}
#footer-box .footer-container .footer-item .footer-c{
    float: left;
    margin-top: 30px;
}
#footer-box .footer-container .footer-item .footer-c li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 28px;
}
#footer-box .footer-container .footer-item .footer-c .footer-icon{
    display: block;
    width: 28px;
    height: 28px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.icon-wx{
    background-image: url('/index/img/wx-1.png');
}
.icon-wb{
    background-image: url('/index/img/wb-1.png');
}
.icon-tik-tok{
    background-image: url('/index/img/tik-tok-1.png');
}
.icon-xhs{
    background-image: url('/index/img/xhs-1.png');
}
.icon-wx-code,.tik-tok-code,.xhs-code{
    width: 176px;
    position: absolute;
    left: 0;
    top: -186px;
    z-index: 2;
    display: block;
    display: none\9;
    opacity: 0;
    transition: opacity 0.2s linear;
    pointer-events: none;
}
.footer-nav-box{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.footer-nav-item{
    width: 20%;
    float: left;
    border-right: 2px #ffffff solid;
    margin-right: 5%;
}
.footer-nav-t{
    font-size: 20px;
    line-height: 40px;
    font-family: NotoSansHans-Bold;
}
.footer-nav-c{
    font-size: 16px;
    padding: 0;
}
.footer-nav-c li{
    line-height: 30px;
    color: #666666;
    font-family: NotoSansHans-Light;
}
.footer-nav-logo {
    display: block;
    height: 79px;
    width: 200px;
    position: absolute;
    right: 75px;
    top: 50%;
    margin-top: -39.5px;
}
.footer-bottom{
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-size:12px;
    color: #666666;
    line-height: 1.1;
    padding: 20px 0;
}
.footer-bottom a{
    color: #666666;
}
.qr-img{
    width: 100%;
    margin-top: 10px;
}
.qr-content{
    text-align: center;
    line-height: 30px;
    color: #999999;
    font-size: 16px;
}
.right-kefu{
    position: fixed;
    right: 17px;
    top: 30%;
    z-index: 20000;
    font-size: 16px;
    transition: 1s;
    -webkit-transition: 1s;
}
.right-kefu li{
    position: relative;
    margin-bottom: 10px;
}
.right-kefu li a{
    background: #00a0ca;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-radius: 35px 0 0 35px;
    color: #ffffff;
}
.right-kefu li a p{
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 70px 7px 25px;
    border-radius: 35px;
    white-space: nowrap;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-20px) rotate(0deg);
    -moz-transform: translateX(-20px) rotate(0deg);
    transform: translateX(-20px) rotate(0deg);
    -webkit-transition: opacity 0.5s, transform 0.5s;
    -moz-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    background: #00a0ca;
}
.right-kefu li a img{
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.news-banner-container{
    width: 100%;
    height: 600px;
}
.news-banner-item{
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.news-banner-img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.right-nav{
    position: fixed;
    bottom: 160px;
    right: 20px;
    width: 50px;
    z-index: 10001;
    display: none;
}
.right-nav .right-nav-item{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #00a0ca;
    margin-bottom: 10px;
    position: relative;
    display: none;
}
.right-nav .right-nav-item:before{
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.right-nav .add:before{
    background:#ffffff;
    content: "";
    width: 34px;
    height: 6px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 22px;
    border-radius: 4px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.right-nav .add:after{
    background:#ffffff;
    content: "";
    width: 6px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 22px;
    top: 8px;
    border-radius: 4px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.right-nav .kefu:before{
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("/index/img/客服.png");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.right-nav .zixun:before{
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("/index/img/咨询.png");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.right-nav .dianhua:before{
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("/index/img/电话.png");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.right-nav-open .add:before{
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
}
.right-nav-open .add:after{
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
}
.right-nav-open .right-nav-item{
    display: block;
}
.kefu_animate{
    transition: 1s;
    -webkit-transition: 1s;
    top: 1100px;
}
.mainIframe-box{
    padding-bottom: 65%;
    position: relative;
}
#mainIframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1080px){
    .transform_style{
        -webkit-transform:translateZ(0px) translateX(30%) rotateY(-50deg);
        transform:translateZ(0px) translateX(30%) rotateY(-50deg);
    }
}
@media screen and (max-width: 850px){
    #content{
        padding-top: 116px;
    }
    .right-kefu{
        display: none;
    }
    .right-nav{
        display: block;
    }
    .transform_style{
        -webkit-transform:translateZ(0px) translateX(50%) rotateY(-50deg);
        transform:translateZ(0px) translateX(50%) rotateY(-60deg);
    }

    /*
    底部菜单
    */
    #footer-box{
        font-size: 16px;
    }
    #footer-box .footer-container .footer-item{
        height: 60px;
        line-height: 60px;
    }
    #footer-box .footer-container .footer-item .footer-c{
        margin-top: 15px;
    }
    .footer-nav-box{
        margin-top: 15px;
    }
    .footer-nav-t{
        line-height: 40px;
        font-size: 16px;
        position: relative;
    }
    #footer-box .footer-container .footer-item .footer-c li{
        margin-right: 15px;
    }
    .footer-nav-logo{
        display: none;
    }
    .footer-nav-item{
        width: 100%;
        float: none;
        border: none;
        height: auto;
    }
    .footer-nav-c{
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease-out;
    }
    #footer-box .footer-container .footer-item .footer-t{
        font-size: 16px;
    }
    .footer-nav-c{
        font-size:14px;
    }
    .footer-nav-t .icon{
        display: block;
        height: 12px;
        width: 12px;
        background: url('/index/img/下箭头.png') no-repeat 0 0;
        background-size: contain;
        position: absolute;
        right: 8px;
        top: 14px;
        transition: transform 0.2s ease-out;
    }
    .footer-show .footer-nav-t .icon{
        transform: rotate(180deg);
    }
    .footer-show .footer-nav-c{
        height: 150px;
    }

    /**
    头部
    */
    .menu{
        margin-left: 0;
    }
    #top_nav .logo{
        margin-left: 0;
    }
    .expert-fengcai{
        margin-right: 0;
    }
    #top_nav{
        right: 0!important;
    }
    #top_nav .nav-box-3{
        display: none;
    }
}