

.vips-detail {
    color: #AFB3C8;
    font-family: Microsoft YaHei;
    font-weight: regular;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
.background {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-image: url(/home/industry_bg1@1x.png);
}

.box {
    position: relative;
    display: inline-block;
}

.box span {
    position: absolute;
    bottom: 40%;
    left: -66px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.prev {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: url(/images/home/left.png) rgba(146, 159, 177, 0.25);
    background-repeat: no-repeat;
    background-size: 9.5px 16px;
    background-position: 50% 50%;
}

.box .next {
    right: -44px;
    left: auto;
}

.box span {
    position: absolute;
    bottom: 40%;
    left: -66px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.next {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: url(/images/home/right.png) rgba(146, 159, 177, 0.25);
    background-repeat: no-repeat;
    background-size: 9.5px 16px;
    background-position: 50% 50%;
}

#roll dd {
    width: 338px;
    height: 126px;
    /* border: 1px solid #00EE00; */
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(146,159,177,0.25);
    float: left;
    margin-right: 32px;
    margin-top: 12px;
}

.block-right-top {
    color: #42496D;
    font-family: Hiragino Sans GB;
    font-weight: W6;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 6px;
}

.block-right-bottom {
    color: #B0B2BC;
    font-family: Hiragino Sans GB;
    font-weight: W3;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
}
.picstyle {
    float: left;
    margin-right: 17px;
}
.block-right {
    padding-top: 4px;
}
.block {
    padding-left: 40px;
    padding-top: 36px;
}

.vips-box {
    width: 100%;
    height: 441px;
    box-sizing: border-box;
    background: rgb(245, 246, 248);
    /*background-image: url("/images/huxingbg.png");*/
    background-size: cover;
}
.vips-box  .vips-title {
    width: 100%;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    height: 47px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #373737;
    padding: 60px 0 54px 0;
    /*margin: 60px 0 54px 0;*/
}
/*选项卡 --- start*/
.home-tabs{
    /*width: calc(75% + 114px);*/
    margin: 0 auto;
    box-sizing: border-box;
}
.home-tabs section {
    width: 100%;
    padding: 59px 57px 0 57px;
    box-sizing: border-box;
}
.home-tabs section .main-box{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-tabs section .main-box .more-box {
    width: 122px;
    height: 37px;
    line-height: 37px;
    background: linear-gradient(180deg, #1C5EFF 0%, #2876FF 100%);
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    color: #FFFFFF;
}
.home-tabs section .main-box .more-box a{
    color: #FFFFFF;
    letter-spacing: 1px;
}
.home-tabs section h3{
    font-size: 28px;
    font-weight: 600;
    color: #373737;
    letter-spacing: 1px;
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.home-tabs section p{
    font-size: 15px;
    font-weight: 400;
    color: #373737;
    letter-spacing: 1px;
 }
.home-tabs input {
    clear: both;
    padding-top: 10px;
    display: none;
}
.home-tabs section {
    clear: both;
    display: none;
    opacity: 0;
    /*transition: all ease-in-out 2s;*/
}
.home-tabs .label-box{
    display: flex;
    padding: 0 57px;
    justify-content: space-between;
    border-bottom: 1px solid #E7E8E9;
}
.home-tabs .label-box label {
    /*width: 25%;*/
    padding: 0px 0 23px 0;
    box-sizing: border-box;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #373737;
    letter-spacing: 1px;
    /*text-align: center;*/
    /*border-bottom: 1px solid #E7E8E9;*/
    /*float: left;*/
}
.home-tabs .label-box label span {
    position: relative;
}
.home-tabs .label-box label:hover {
    cursor: pointer;
    text-decoration: none;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
    display: block;
    opacity: 1;
}
/*tab-选中后样式*/
.home-tabs #tab1:checked  ~ .label-box .label1 span, .home-tabs #tab2:checked  ~ .label-box .label2 span,
.home-tabs #tab3:checked  ~ .label-box .label3 span, .home-tabs #tab4:checked  ~ .label-box .label4 span{
    color: #2367F9;
}
.home-tabs #tab1:checked ~ .label-box .label1 span::after, .home-tabs #tab2:checked ~ .label-box .label2 span::after,
.home-tabs #tab3:checked ~ .label-box .label3 span::after, .home-tabs #tab4:checked ~ .label-box .label4 span::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 3px;
    background: #2958FF;
}
/*选项卡 --- end*/
/*第二部分和第三部分的主题大小*/
.home-tabs ,.third-box .main-item {
    width: 75%;
    max-width: 1196px;
}
/*丰富、安全、稳定的产品服务  --- begin */
.third-box{
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
}
.third-box h3{
    font-size: 32px;
    font-weight: 600;
    color: #373737;
    letter-spacing: 1px;
    padding: 95px 0 51px 0;
    text-align: center;
}
.third-box .main-item{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 57px;
    margin: 0 auto;
    margin-top: 105px;
}
.third-box .main-item img{
    object-fit: cover;
    width: 327px;
}
.third-box .main-item-left .main-item-detail{
    margin-left: 115px;
}
.third-box .main-item .main-item-detail h4{
    font-size: 28px;
    font-weight: 500;
    color: #373737;
    letter-spacing: 2px;
    padding-bottom: 18px;
}
.third-box .main-item .main-item-detail p{
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    letter-spacing: 1px;
}
.third-box .main-item-right .main-item-detail{
    margin-right: 115px;
}
/*丰富、安全、稳定的产品服务  --- end */
/*联系我们模块 --- begin  */
.contact-box{
    box-sizing: border-box;
    height: 204px;
    background: #0065FD;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-box h3{
    font-size: 32px;
    font-weight: 500;
    color: #F1F7FF;
    letter-spacing: 1px;
    /*padding: 49px 0 27px 0;*/
    line-height: 204px;
    position: relative;
    z-index: 3;
}
.contact-box div.contact-btn{
    width: 162px;
    height: 42px;
    line-height: 42px;
    background: #FFFFFF;
    border-radius: 57px 57px 57px 57px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 3;
 }
.contact-box div.contact-btn a{
    font-size: 16px;
    font-weight: 500;
    color: #0065FD;
    letter-spacing: 1px;
    cursor: pointer;
}
.img-bg1, .img-bg2, .img-bg3{
    position: absolute;
    z-index: 2;
    object-fit: cover;
}
.img-bg1{
    width: 808px;
    top: 0;
    left: -3%;
}
.img-bg3{
    width: 210px;
    left: 29%;
    bottom: 0;
}
.img-bg2{
     width: 844px;
     bottom: 0;
 }
/*联系我们模块 --- end  */
/*底部版权 --- begin */
.footer-box {
    width: 100%;
    height: 162px;
    box-sizing: border-box;
    background: #FBFBFB;
    padding: 39px 0 61px 0;
}
.footer-box p{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #707885;
    letter-spacing: 1px;
}
.footer-box p a{
    color: #707885;
 }
.footer-box p a:hover{
    color: #0065FD;
}
/*底部版权 --- end */
/*登录板块 --- begin */
.loginBg-01{
    position: absolute;
    top: 42px;
    left: -184px;
    object-fit: cover;
    width: 1048px;
    height: 713px;
}
.loginBg-02{
    position: absolute;
    top: 0px;
    left: 304px;
    object-fit: cover;
    width: 636px;
    height: 151px;
}
.loginBg-03{
    position: absolute;
    bottom: 0px;
    left: -150px;
    object-fit: cover;
    width: 259px;
    height: 158px;
    width: 335px;
    height: 159px;
}
.loginBg-04{
    position: absolute;
    left: -259px;
    top: 130px;
    object-fit: cover;
    width: 259px;
    height: 158px;
}
.bs-login-input{
    width: 100%;
    /*padding: 32px 33px 0 33px;*/
    box-sizing: border-box;
    padding: 62px 33px 33px 33px;
}
.bs-login-input .layui-form-select .layui-input {
    height: 49px;
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #ECECEC;
}
.login-select{
    position: absolute;
    box-sizing: border-box;
    top: 43px;
    left: 38px;
    padding-bottom: 32px;
}
.login-select span{
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 2px;
    cursor: pointer;
}
.login-select span:first-child{
    margin-right: 38px;
}
.login-select .login-select-active {
    font-weight: bold;
    position: relative;
}
.login-select .login-select-active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #276EFF;
}
.bs-login-top-new{
    display: flex;
    justify-content: space-between;
    height: 69px;
}
.bs-login-top-new span{
    width: calc(100% - 69px);
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 1px;
    position: relative;
    left: 31px;
    line-height: 90px;
}
.timeAnimate2s{
    animation-duration: 2s;
    -vendor-animation-duration: 2s; // 动画持续时间
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
}