html {
    font-size: 100px;
}

body {
    color: #333;
    font-size: 24px;
    line-height: 160%;
    font-family: "Microsoft YaHei";
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center top;
    background-size: cover;
}

textarea,
input,
select {
    resize: none;
    outline: none;
    background: none;
    border: none;
}

button {
    overflow: visible;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: none;
}

input {
    border: 0
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.m1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.header a img {
    margin: 25px 0 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.header .header_t {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.titleH4 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.bd .bd_box {
    display: flex;
    flex-wrap: nowrap;
}

.bd .left {
    /* width: 61.25%; */
    width: 61.24%;
    height: 485px;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.bd .left .fm {
    padding: 75px 0 10px 58px;
}

.bd .fm .form_new {
    width: 92%;
}

.bd .fm .form_new ul li {
    margin-bottom: 20px;
}


.bd .fm .form_new ul li .tit {
    width: 135px;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.bd .fm .form_new ul li .input_wrap {
    display: inline-block;
    width: 76%;
    height: 36px;
    border: 1px solid #ffbe0f;
    position: relative;
    border-radius: 20px;
    vertical-align: middle;
}

.bd .fm .form_new ul li .input_wrap .downIcon {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -7px;
}

.bd .fm .form_new ul li .input_wrap input {
    height: 100%;
    width: 92%;
    font-size: 14px;
    margin: 0 4%;
    float: left;
}

.bd .fm .form_new ul li .input_wrap select {
    height: 100%;
    width: 100%;
    padding: 0 4%;
    font-size: 14px;
    float: left;
    color: #757575;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.bd .fm .form_new li .tip {
    text-indent: 175px;
    color: #ff0000;
    font-size: 16px;
    line-height: 20px;
    display: none;
}

.form_new li.Code .VeriCodeBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ffbe0f;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 8px;
    z-index: 9;
    cursor: pointer;
    line-height: 100%;
}

.bd .fm .form_new .btn {
    margin: 15px auto 0;
    width: 280px;
    height: 38px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    border-radius: 19px;
    background-color: #ffbe0f;
    font-weight: bold;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;
    animation: ball-scale-multiple 1s 0s linear infinite alternate;
}

@-webkiet-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}

.bd .fm .form_new .btn.active {
    background-color: #ffbe0f;
}

.cover {
    display: none;
}

.titleH4 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.numAJAX {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.numAJAX b {
    color: #ff0000;
}

.bd .center {
    /* width: 2.5%; */
    width: 2.13%;
    height: 485px;
    background: url(../img/center_bg.png) no-repeat center center;
}

.bd .right {
    width: 36.25%;
    height: 485px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffffff url(../img/result_before_bg.png) no-repeat 0 bottom;
}

.bd .right.at {
    background: #ffffff url(../img/result_after_bg.png) no-repeat bottom right;
}

.bd .right img {
    display: block;
    margin: 0 auto;
}

.bd .right .result_after {
    display: none;
    padding: 16px 0 0 0;
}

.bd .right .result_after h4 {
    line-height: 46px;
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}

.bd .right .result_after h4 strong {
    font-weight: bold;
}


.bd .right .result_after h3 {
    margin: 15px 0 5px;
    text-align: center;
    font-weight: normal;
}

.bd .right .result_after h3 strong {
    font-weight: bold;
}

.bd .right .result_after h3 span {
    font-size: 44px;
    color: #ea3c3c;
    line-height: 50px;
}

.bd .right .result_after p {
    text-align: center;
    font-size: 18px;
    color: #999999;
}

.sw .title img.sw_tit {
    display: block;
    margin: 60px auto 30px;
}

.sw .swiper {
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
}

.sw .swiper .swiper-wrapper .swiper-slide {
    width: 400px;
    height: 148px;
}

.sw .swiper .swiper-wrapper .slide01 {
    background: url(../images/sw01.png) no-repeat center center;
}

.sw .swiper .swiper-wrapper .slide02 {
    background: url(../images/sw02.png) no-repeat center center;
}

.sw .swiper .swiper-wrapper .slide03 {
    background: url(../images/sw03.png) no-repeat center center;
}

.sw .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.sw .swiper .swiper-wrapper .swiper-slide a div {
    padding: 35px 0 0 40px;
    width: 240px;
}

.sw .swiper .swiper-wrapper .swiper-slide a img {
    display: block;
    margin: 0 auto;
}

.sw .swiper .swiper-wrapper .swiper-slide a i {
    font-size: 20px;
    width: 320px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
}

.sw .swiper .swiper-wrapper .swiper-slide a .sw_icon {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -45px;
    transition: All 0.6s ease-in-out;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.sw .swiper .swiper-wrapper .swiper-slide a:hover .sw_icon {
    transform: rotate(360deg) scale(1.2);
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
    -o-transform: rotate(360deg) scale(1.2);
    /*transform 属性下 rotate（旋转）和scale（放大）属性；可以同时用*/
    -ms-transform: rotate(360deg) scale(1.2);
}

.sw .swiper .swiper-wrapper .slide01 a .sw_icon,
.sw .swiper .swiper-wrapper .slide03 a .sw_icon {
    margin-top: -40px;
}