/*公用样式*/

/*公用颜色*/
.color999 {
    color: #999;
}

/*全屏样式*/
.full-screen {
    position: relative;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide-web {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
 .swiper-slide{
    overflow: hidden;
    padding-top: 70px;
}
.swiper-container2 .swiper-slide{
    padding-top: 0px;
}

/*下一步按钮样及动画*/
.mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
}

.next-page {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 20px;
    height: 20px;
    background: url('../images/index/ximg21.png') no-repeat center;
    background-size: 100%;
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
    z-index: 4;
    -webkit-animation: upDown 1.3s linear infinite alternate;
    animation: upDown 1.3s linear infinite alternate;
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px)
    }
    50% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    100% {
        -webkit-transform: translate(-50%, -5px);
        transform: translate(-50%, -5px)
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px)
    }
    50% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    100% {
        -webkit-transform: translate(-50%, -5px);
        transform: translate(-50%, -5px)
    }
}
/*联系我们*/
.contact{
    width: 100%;
    height: 56%;
    text-align: center;
    padding-top: 50px;
    background: #3E82F1;
}
.contact h3{
    font-size:34px;
    font-weight:normal;
    color:#ffffff;
    margin-bottom: 50px;
    line-height: normal;
}
.contact img{
    width: 100px;
    height: 109px;
}
.contact a{
    display: block;
    width:400px;
    height:80px;
    line-height: 80px;
    background:#ffffff;
    border-radius:5px;
    font-size: 24px;
    color: #3E82F1;
    margin: 0px auto;
    margin-top: 20px;
    cursor: pointer;
}
.contact a:hover{
    background: #CBDFFF;
    color: #3d6dcc;
}
/*联系我们表单*/
.bottom-ask {
    width: 100%;
    padding: 20px 0 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}

.bottom-ask:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
}

.bottom-ask:after {
    content: '';
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    z-index: 8;
}

.bottom-ask .slide-web {
    position: relative;
    z-index: 2;
}

.bottom-ask .tip {
    margin-bottom: 15px;
}

.bottom-ask .input-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 20px;
}

.bottom-ask .input-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
}

.bottom-ask .input-list li label {
    display: block;
    width: 100%;
    background-color: #fff;
}

.bottom-ask .input-list li label input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    line-height: 1.0;
    font-size: 14px;
}

.bottom-ask .input-list li label select {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    line-height: 1.0;
    font-size: 14px;
}

.bottom-ask .input-list li:last-child label {
    position: relative;
}

.bottom-ask .input-list li:last-child label:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    border: 6px solid transparent;
    border-top-color: #999;
    -webkit-transform: translate(0, -36%);
    transform: translate(0, -36%);
}

.bottom-ask .check-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bottom-ask .check-list li {
    margin-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.bottom-ask .check-list li label {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    margin-right: 5px;
}

.bottom-ask .checklist li label:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.bottom-ask .check-list li input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.bottom-ask .check-list li input:checked + label {
    /*background-color: #fff;*/
    background: url("../images/common/checked.png") -1px -1px no-repeat;
}

.bottom-ask .btn-box {
    text-align: right;
    margin: 30px 0 60px;
}

.bottom-ask .btn-box a {
    display: inline-block;
    width: 400px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background-color: #999999;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.bottom-ask .btn-box a:hover{
    background: #3E82F1;
}
    /*.bottom-ask .btn-box a:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: -webkit-gradient(linear, left top, right top, from(#12c2e9), to(#7728dd));*/
    /*background: linear-gradient(to right, #12c2e9, #7728dd);*/
    /*z-index: -1;*/
    /*opacity: 0;*/
    /*-webkit-transition: opacity .3s ease-in-out;*/
    /*transition: opacity .3s ease-in-out;*/
/*}*/

/*.bottom-ask .btn-box a:hover:after {*/
    /*opacity: 1;*/
/*}*/

.bottom-ask .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 10px;
}

.bottom-ask .contact-list li {
    text-align: center;
}

.bottom-ask .coopyright {
    font-size: 12px;
    text-align: center;
}

.bottom-ask .coopyright a {
    color: #fff;
}

.bottom-ask .coopyright a:hover {
    text-decoration: underline;
}

/*头部大标题*/
.case_title{ text-align: center; padding: 2% 0;}
.case_title .cn{ color: #2C2E2F; font-size: 48px;}
.case_title .en{ color: #7f8c8d; font-size: 24px;}

/*轮播图*/
.case_content{
    width: 1200px;
    height: auto;
    margin: 0px auto;
    position: relative;
}
.case_content:before{
    content: '';
    width: 1534px;
    height: 73px;
    background: url("../images/common/icon2.png") 0px 0px no-repeat;
    position: absolute;
    bottom: 13%;
    left: -14%;
}
.case_content .swiper-container2{
    height: 600px;
    width: 100%;
    overflow: hidden;
}
.case_content img{
    width: 100%;
    height: auto;
}
.case_pic_text{
    width: 100%;
    height: 100%;
    background: #ededed;
    overflow: hidden;
    padding: 22px;
}
.case_pic{
    float: left;
    width: 880px;
    padding: 5px;
    background: #ffffff;
}
.case_pic img{
    width: 100%;
    height: 100%;
    display: block;
}
.case_text{
    float: right;
    width: 250px;
    height: auto;
    color: #2C2E2F;
}
.case_text h3{
    font-size: 36px;
    margin-bottom: 20px;
}
.case_text p{
    font-size: 18px;
}

.case_content .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -10% !important;
}
.case_content .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -10% !important;
}
.case_content .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    width: 14px;
    height: 25px;
    background-image: url("../images/common/next.png");
    background-size: contain;
}
.case_content .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
    width: 14px;
    height: 25px;
    background-image: url("../images/common/pre.png");
    background-size: contain;
}

.case_content_bottom{
    height: auto;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.case_content_bottom span{
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0px 50px;
    font-size: 24px;
    cursor: pointer;
    border-left: 1px solid #EBEBEB;
    color: #2C2E2F;
}
.case_content_bottom span:last-child{
    border-right: 1px solid #EBEBEB;
}
.case_content_bottom span.active{
    color: #3E82F1;
    position: relative;
}
.case_content_bottom span.active:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    background: #3E82F1;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -4px;
    z-index: 3;
    border-radius: 50%;
}
/*产品第一页公用*/

.slide01_content{
    margin-top: 300px;
    text-align: center;
}
.slide01_content h3{
    font-size: 48px;
    color: #ffffff;
    font-weight:normal;;
}
.slide01_content span{
    font-size: 30px;
    color: #C3C3C3;
    display: block;
}
.slide01_content p{
    font-size: 24px;
    color: #ffffff;
    margin: 14px 0px 34px;
}
.slide01_content a{
    display: inline-block;
    width:360px;
    height:60px;
    line-height: 60px;
    color: #ffffff;
    background:rgba(62,130,241,1);
    border-radius:5px;
    font-size: 24px;
}
.slide01_content div{
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #ffffff;
}
/*加入我们按钮效果*/
.btn:hover {
    opacity: 0.8;
}

/*菜单*/
header{
    width: 100%;
    height: auto;
    background: #3E82F1;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    border-bottom: 1px solid #ccc;
}
header >div{
    width: 1200px;
    height: 70px;
    margin: 0px auto;
    position: relative;
}
header >div >img{
    width: 235px;
    height: 40px;
    margin-top: 15px;
}
header >div nav{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    font-size: 18px;
}
header >div nav a{
    margin-left: 50px;
    color: #CBDFFF;
    line-height: 70px;
    padding-bottom: 15px;
    position: relative;
}
header >div nav p{
    display: inline-block;
    font-size: 18px;
    color: #CBDFFF;
    margin-left: 40px;
}
header >div nav p img{
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 5px;
}
header nav .cp:after{
    content: '';
    width: 9px;
    height: 8px;
    background: url("../images/common/updown.png") 0px 0px no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: -16px;
    z-index: 99;
}
header div nav a.active,header div nav a:hover{
   border-bottom: 2px solid #ffffff;
    color: #ffffff;
}
header >div div{
    background: url("../images/common/bg1.png") 0px 0px no-repeat;
    background-size: 100% 100%;
    padding: 15px 15px 5px;
    position: absolute;
    top:72px;
    left: 455px;
    display: none;
}
header >div div a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #CBDFFF;
}
header >div div a:hover{
    color: #ffffff;
}

/*联系我们弹出层*/
.demand-box{ display: none; position: absolute; top: 50%; left: 50%; width: 900px;height: 600px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #fff; z-index: 500;border-radius: 15px;}
.demand-box .title{ padding: 0 24px; line-height: 100px; position: relative; font-size: 26px; color: #fff;background: #3E82F1;text-align: center;border-radius: 15px 15px 0px 0px;}
.demand-box .title .close{ position: absolute; top: 20px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: url('../images/index/ximg23.png') no-repeat center; background-size: 100%; cursor: pointer;}
.demand-box .main{ padding: 70px 0px 75px 65px; font-size: 16px; height: 390px;
    width: 525px;}
/*.demand-box .main .tip{ margin-bottom: 20px; }*/
.demand-box .main .info-box{ display: block; border: 1px solid #d5d5d5; margin-bottom: 20px;border-radius: 5px}
.demand-box .main .info-box input{ display: block; width: 100%; font-size: 18px; height: 55px; line-height:1.0; padding: 0 10px;border-radius: 5px;}
.demand-box .main .info-box input::placeholder{font-size: 18px;}
.demand-box .main .info-box select{ display: block; width: 100%; font-size: 18px; height: 55px; line-height: 1.0; padding: 0 10px;border-radius: 5px;}
.demand-box .main .select-box{ position: relative;}
.demand-box .main .select-box:after{ content: ''; position: absolute; top: 55%; right: 10px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); border: 6px solid transparent; border-top-color: #999;}
.demand-box .main .btn{ display: block; margin-top: 20px; line-height: 55px; text-align: center; color: #fff; position: relative; overflow: hidden; z-index: 2;background: #3E82F1;border-radius: 5px;font-size: 18px;}
.demand-box .main .btn:after{content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #fff; z-index: -1; -webkit-transform: scale(0, 0) rotate(0); transform: scale(0, 0) rotate(0); opacity: 0; -webkit-transition: all .3s linear; transition: all .3s linear;}
.demand-box .main .btn:hover:after{ -webkit-transform: scale(1, 1) rotate(360deg); transform: scale(1, 1) rotate(360deg); opacity: .1;}

.demand-box .qr-code{ width: 190px; height: 390px; margin: 0 auto; font-size: 14px; text-align: center;position: absolute;top:154px;
    right: 95px;}
.demand-box .qr-code img{ display: block; width: 100%; margin: 50px 0 30px;border: 10px solid #3E82F1;}


.play{
    display: block;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: url("../images/common/play.png") 0px 0px no-repeat;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 33;
    margin-top: -51px;
    margin-left: -51px;
    cursor: pointer;
}
.replay{
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    border-radius: 10px;
    background: #3E82F1 url("../images/common/replay@2x.png") 42px 15px no-repeat;
    background-size: 30px;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 33;
    margin-top: -30px;
    margin-left: -100px;
    cursor: pointer;
    text-indent: 30px;
    display: none;
}