@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    background: #fff;
    font: normal 12px/22px "Microsoft Yahei";
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #1974A1;
}
.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}
.clearfix:after {
    clear: both
}
/* 公共属性 */

.animate-text {
    position: relative;
    opacity: 0;
    top: 100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.animate-img {
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.animate-btn {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.animate-position {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 1;
}
.swiper-wrapper {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.9, 0.4, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.9, 0.4, 0.3, 1);
}
.swiper-slide {
    font-size: 0;
}
.slider-two .swiper-slide p {
    font-size: 14px;
}
.section-three-fix .wqd-p {
    font-size: 16px;
    text-align: right;
}
.wqd-h5 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.3;
}
.wqd-p {
    color: #333;
    font-size: 14px;
}
.wqd-btn-blue {
    width: 170px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
}
.wqd-btn-blue {
    background: #578bea;
    color: #fff;
}
.wqd-btn-blue:hover {
    background: #769ade;
}
/* 公共属性end */

.wqd-section-three {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.wqd-section-three h5 {
    margin-bottom: 60px;
}
.wqd-section-three .wqd-btn-blue {
    margin-top: 50px;
}
.wqd-section-three p {
    font-size: 12px;
    margin-bottom: 10px;
}
.wqd-section-three .section-three-fix {
    position: absolute;
    top: 110px;
    left: 252px;
    z-index: 10;
    width: 22%;
}
.wqd-section-three .section-three-item {
    position: absolute;
    padding: 522px 0 0 150px;
    z-index: 10;
}
.wqd-section-three .section-three-item p {
    width: 512px;
    line-height: 200%;
    font-size: 18px;
    color: #fff;
    text-align: right;
}
.wqd-section-three .slipe-box h6 {
    font-size: 14px;
    color: #333;
}
.wqd-section-three .section-three-box {
    width: 877px;
    height: 647px;
    position: absolute;
    right: 243px;
    top: 40px;
    z-index: 8;
}
.wqd-section-three .section-img {
    box-sizing: border-box;
    position: relative;
}
.wqd-section-three .section-img img {
    opacity: 0;
    width: 100%;
    display: block;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    position: absolute;
    top: 10px;
    left: 10px;
}
.slipe-box .bannar .slipe-left {
    left: 570px;
}
.slipe-box .bannar .slipe-right {
    left: 620px;
}
.slipe-box .bannar .slipe-left, .slipe-box .bannar .slipe-right {
    position: absolute;
    bottom: 150px;
    width: 42px;
    height: 36px;
    margin-top: -25px;
    z-index: 8;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    display: block;
    cursor: pointer;
}
@media (max-width:1740px) {
    .wqd-section-three .section-three-item {
        padding: 380px 0 0 150px;
    }
    .wqd-section-three .section-three-fix {
        top: 100px;
    }
    .wqd-section-three .section-three-box {
        top: 10px;
    }
}
@media (max-width:1680px) {
    .wqd-section-three .section-three-box {
        width: 720px;
        height: 647px;
        position: absolute;
        right: 200px;
        top: 40px;
        z-index: 8;
    }
    .wqd-section-three .section-three-fix {
        position: absolute;
        top: 110px;
        left: 170px;
        z-index: 10;
        width: 24%;
    }
    .wqd-section-three .section-three-item p {
        width: 400px;
        line-height: 200%;
        font-size: 18px;
        color: #fff;
        text-align: right;
    }
    .wqd-section-three .section-three-item {
        padding: 470px 0 0 150px;
    }
    .slipe-box .bannar .slipe-left, .slipe-box .bannar .slipe-right {
        position: absolute;
        bottom: 90px;
        width: 42px;
        height: 36px;
        margin-top: -25px;
        z-index: 8;
        opacity: 1;
        border-radius: 50%;
        text-align: center;
        display: block;
        cursor: pointer;
    }
    .slipe-box .bannar .slipe-right {
        left: 506px;
    }
    .slipe-box .bannar .slipe-left {
        left: 454px;
    }
}
@media (max-width:1440px) {
    .wqd-h5 {
        font-size: 27px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 2px;
        line-height: 1.3;
    }
    .section-three-fix .wqd-p img {
        width: 60%;
    }
    .wqd-section-three .section-three-box {
        width: 620px;
        height: 467px;
        position: absolute;
        right: 200px;
        top: 40px;
        z-index: 8;
    }
    .slipe-box .bannar .slipe-right {
        left: 456px;
    }
    .slipe-box .bannar .slipe-left {
        left: 404px;
    }
    .wqd-section-three .section-three-item p {
        width: 348px;
        line-height: 200%;
        font-size: 18px;
        color: #fff;
        text-align: right;
    }
    .wqd-section-three .section-three-item {
        padding: 388px 0 0 150px;
    }
    .slipe-box .bannar .slipe-left, .slipe-box .bannar .slipe-right {
        position: absolute;
        bottom: 80px;
        width: 42px;
        height: 36px;
        margin-top: -25px;
        z-index: 8;
        opacity: 1;
        border-radius: 50%;
        text-align: center;
        display: block;
        cursor: pointer;
    }
}
.slipe-box .bannar .swiper-slide img {
    width: 100%;
}
.slipe-box .bannar .slipe-left:hover, .slipe-box .bannar .slipe-right:hover {
    display: block;
    opacity: .3;
}
.slipe-box .bannar .slipe-left img, .slipe-box .bannar .slipe-right img {
    margin-top: 0px;
}
.slipe-box .bannar .slipe-left img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slipe-box .bannar .arowshow {
    display: block;
}
.slipe-box .swiper-pagination {
    text-align: center;
    position: absolute;
    bottom: 64px !important;
    left: 50% !important;
    z-index: 10;
    width: auto !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slipe-box .swiper-pagination div {
    cursor: pointer;
    width: 50px;
    height: 2px;
    float: left;
    opacity: 1;
    border-radius: 0;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}
.slipe-box .swiper-pagination div p {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 2px;
    background: #fff;
    float: left;
}
.slipe-box .swiper-pagination div .login {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: -webkit-transform 5s linear;
    transition: transform 5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.slipe-box .slider-auther {
    font-size: 12px;
    font-style: oblique;
    font-weight: normal;
}
.fang_mask {
    position: absolute;
    z-index: 3;
}
@media (max-width:1360px) {
    .wqd-section-three .section-three-fix{
        left: 150px;
        top: 80px;
    }
    .wqd-section-three .section-three-item {
         padding: 348px 0 0 150px;
    }
    .wqd-section-three .section-three-item p{
        width: 308px;
    }
   .slipe-box .bannar .slipe-right {
        left: 414px;
    }
    .slipe-box .bannar .slipe-left{
        left: 360px;
    }
    .wqd-section-three .section-three-box{
        right: 168px;
        top: 16px;
    }
}