@charset "utf-8";
html,body{
    scroll-behavior: smooth;
}
.text-center{
    text-align: center;
}
.link-style{
    color: #fff;
}
.link-style:hover{
    text-decoration:underline;
    color: #fff;
}
.index-link{
    color: #709dca;
}
.index-link:hover{
    color: #709dca;
    text-decoration: underline;
}
/* 导航 */
.navbar{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    z-index: 999;
}
.navbar .navbar-logo{
    position: absolute;
    /* width: 240px; */
    height: 70px;
    line-height: 70px;
}
.navbar-pcac{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 16px;
    background-image: linear-gradient(135deg, #E64242 0%, #CC1C1C 100%);
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    height: 29px;
    margin-top: 16px;
    position: relative;
}
.pcac-main{
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 560px;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
}
.pcac-main img{
    width: 100%;
}
.navbar .layui-nav .layui-nav-item a{
    color: #777;
}
.navbar .layui-bg-gray{
    background-color: #fff!important;
}
.navbar .navbar-menu{
    position: absolute;
    left: 240px;
    top: 0;
}
.navbar .navbar-right{
    position: absolute;
    right: 16px;
    top: 0;
}
.navbar .navbar-right a.reg-btn{
    color: #ffbb42;
}

/* 登录 */
.wrapper{
    margin-top: 80px;
    padding-top: 30px;
}
.login-form{
    padding-top: 30px;
}
.login-img{
    padding-top: 15px;
}
.login-container{
    width: 320px; 
    margin: 21px auto 0;
}
.btn-deaful{
    background-color: #16b777;
}
.login-label{
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
}
.login-title{
    font-size: 26px;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.login-form .layui-tab-title{
    display: flex;
    align-items: center;
}
.login-form .layui-tab-title li{
    flex:1;
}
.login-form .login-qrcode{
    display: flex;
    justify-content: center;
    position: relative;
}
.login-form .login-qrcode .qrcode-img{
    width: 226px;
    height: 226px;
}
.login-form .login-qrcode .qrcode-img img{
    width: 100%;
    box-shadow: 0 5px 12px 0 #c7c9dd;
}
.login-form .layui-tab-brief>.layui-tab-title .layui-this{
    color: #028efc;
}
.login-form .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #028efc;
}
.login-form .qrcode-content{
    z-index: 1;
    position: absolute;
    width: 226px;
    height: 226px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}
.login-form .qrcode-content span{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.login-form .qrcode-content button:hover{
    opacity: 1;
}
.lg-wx {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
}
.lg-wx img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.yzm:hover{
    border-color: #028efc!important;
}
/* 首页 */

.step-box{
    text-align: center;
    padding-bottom: 60px;
}
.step-box img{
    margin-bottom: 50px;
}
.step-box h3{
    color: #394b50;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.layui-nav .layui-this:after, .layui-nav-bar{
    background-color: #028efc;
}
.shrink-right{
    display: none;
    position: absolute;
    right: 20px;
    height: 60px;
    line-height: 60px;
}
.navbar-collapse{
    height: 0;
    margin-top: 60px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    overflow: hidden;
    transition: all 0.6s ease;
}
.open-this.navbar-collapse{
    height: 273px;
    transition: all 0.6s ease;
}
.navbar-collapse li a{
    display: block;
    padding: 10px 15px;
}
@media screen and (max-width: 767px){
    .navbar-pcac{
        display: none;
    }
    .navbar-menu{
        display: none;
    }
    .navbar-right{
        display: none;
    }
    .shrink-right{
        display: block;
    }
    .login-img{
        display: none;
    }
    .login-form{
        padding-top: 0;
    }
}
.btn-deaful{
    background-color: #028efc;
}
.layui-input-wrap{
    position: relative;
    line-height: 38px;
}
.layui-input-prefix{
    position: absolute;
    top: 0;
    padding: 0 10px;
    width: 35px;
    height: 100%;
    text-align: center;
    transition: all .3s;
    box-sizing: border-box;
    left: 0;
    border-radius: 2px 0 0 2px;
}
.layui-input-prefix .layui-icon{
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
}
.layui-input-wrap .layui-input {
    padding-right: 35px;
    padding-left: 35px;
}
.layui-input:focus, .layui-textarea:focus{
    border-color: #028efc!important;
}
.layui-form-checked[lay-skin=primary] i{
    border-color: #028efc!important;
    background-color: #028efc;
    color: #fff;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #028efc;
    color: #fff;
}
.reg-form .layui-form-item .layui-form-checkbox[lay-skin=primary]{
    margin-top: -1px;
}
.accept-item{
    color: #a6aeb3;
    font-size: 13px;
}
/* 新首页 */
.layui-header.navbar{
    background-color: transparent;
}
.navbar .index-nav{
    background-color: transparent;
}
.navbar .index-nav .layui-nav-item{
	line-height: 70px;
}
.navbar .index-nav .layui-nav-item a{
    color: #fff;
	font-size:16px;
}
.navbar.scroll{
    background-color: #fff;
}
.navbar.scroll .index-nav .layui-nav-item a{
    color: #777;
}
.banner{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto; */
    background-image: url(https://xinyuol.oss-cn-beijing.aliyuncs.com/static/img/index/banner1.png);
    /* height: calc(100vh - 30px); */
    height: 900px;
}
.banner .banner-btn{
    margin-top: 16%;
    text-align: center;
}
.index-btn{
    color: #fff;
    font-size: 16px;
    padding: 12px 60px;
    border-radius: 55px;
}
.banner .banner-btn a{
    border: 1px solid #fff;
}
.banner .banner-btn a:hover{
    background-color: #028efc;
    color: #fff;
    border-color: #028efc;
}
.banner .banner-title{
    color: #ffffff;
    text-align: left;
    padding-top: 28%;
    position: relative;
    opacity: 0.95;
}
.banner .banner-title p{
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: -5px -2px 10px rgba(255,255,255,0);
}
.banner .banner-title .desc{
    margin-top: 40px;
    letter-spacing: 1px;
}
.banner .banner-title .desc span{
    display: block;
    line-height: 33px;
    font-size: 22px;
}
@media screen and (max-width: 767px){
    .banner{
        height: 550px;
    }
    .navbar .shrink-right{
        color: #fff;
    }
    .navbar.scroll .shrink-right{
        color: #777;
    }
}
.model-box{
    padding: 2% 6%;
    margin-top: 15px;
}
.box-head{
    text-align: center;
}
.box-head h2{
    margin: 50px 0;
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
}
.box-head p{
    color: #7a7a7a;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0px;
}
.box-body{
    margin-top: 45px;
}
.box-body .pro-bd-main h2{
    font-size: 22px;
    font-weight: 900;
    color: #1e1e1e;
    margin: 30px 0px 25px;
}
.box-body .pro-bd-main p{
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    color: #8b8b8b;
}
.pro-bd-main{
    text-align: center;
}
.cost{
    background-color: #fbfbfb;
    padding-top: 60px;
}
.ts-box{
    background: #f3f6ff;
    color: #fff;
    border: 1px solid #eef1ff;
    padding-bottom: 50px;
    position: relative;
    padding: 40px 50px;
    padding-right: 10rem;
    min-height: 210px;
    background-image: url(https://xinyuol.oss-cn-beijing.aliyuncs.com/static/img/index/ts-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
}
.ts-box h3{
    font-size: 22px;
    color: #fff;
    opacity: 0.9;
}
.ts-box p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.ts-box img{
    width: 76px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    opacity: 0.8;
}
.partners{
    background-color: #f6f8fe;
}
.partners-item{
    background: #FFFFFF;
    box-shadow: 0 0 77px 0 rgba(0,0,0,0.06);
    border-radius: 15px;
    cursor: pointer;
    height: 200px;
    text-align: center;
    transition: all .5s ease;
}
.partners-item img{
    margin-top: 32px;
}
.partners-item h3{
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}
.partners-item:hover{
    transform:translateY(-20px);
}
.about_us{
    background-color: #25304e;
}
.about_us .box-head h2{
    color: #fff;
}
.about_us p{
    color: #ffffff;
    opacity: 0.9;
    text-align: left;
    line-height: 30px;
}
.about_us .content{
    padding: 15px 0;
}
.about_us .weixin {
    display: flex;
}
.weixin .we-customer {
    margin-right: 5.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.we-customer-qr {
    display: block;
    left: -2.1875rem;
    top: 0;
    width: 7.375rem;
    height: 9.875rem;
    background-color: white;
    box-shadow: 0px 1px 3px 0px rgb(194 203 212 / 50%);
    border-radius: 4px 4px 4px 0px;
    color: #202020;
}
.we-customer-qr .we-customer-qr-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.we-customer-qr .we-customer-qr-div .we-customer-qr-span1 {
    font-size: 0.75rem;
    font-weight: 500;
    color: #202020;
    margin-top: 0.3125rem;
}
.we-customer-qr .we-customer-qr-div .we-customer-qr-span2 {
    font-size: 0.75rem;
    color: #9b9b9b;
}
.we-customer-qr .we-customer-qr-div img {
    width: 7rem;
    height: 7rem;
}
.weixin .we-public {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_footer{
    background-color: #1f2842;
    padding: 30px 0;
    text-align: center;
}
.index_footer span,.index_footer a{
    color: #8b8b8b;
}
.index_footer a:hover{
    text-decoration: underline;
}
.pro-bd-main{
    min-height: 260PX;
}
.use-us{
    border-radius: 2px;
    padding: 15px 65px;
    background-image: linear-gradient(108deg, #192886 0%, #1C3EAB 100%);
    margin-top:30px;
    width:20%;
    display:inline-block;
}
.use-us:hover{
    color: #fff;
    opacity: 0.8;
}



/* 联系我们 */
.contant-bg{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/static/img/contact.jpg);
    height: 500px;
}
.content-form{
    margin-top: 30px;
    padding: 2% 10%;
}
.content-form h1{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 115px;
    color: #333333;
}
.content-form .head{
    margin-bottom: 65px;
    margin-left:110px;
}
@media screen and (max-width: 767px){
    .content-form .head{
        margin-left:10%;
    }
    .contant-img{
        display: none;
    }
}
.content-form .head p{
    font-size: 26px;
    font-family: sm;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
}
.content-form .head span{
    display: block;
    font-size: 18px;
    line-height: 1;
    font-family: sr;
    color: #666666;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
.content-form .layui-form-label{
    font-size: 18px;
    font-family: sr;
    color: #666666;
    line-height: 1;
    margin-bottom: 20px;
}
.content-form .layui-form-item{
    margin-bottom: 25px;
}
.contant-img{
    text-align: center;
}