.in_product>img {
    display: none;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #999999;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}

.banner .swiper-pagination-bullet-active {
    background: #666666;
}

.banner .img {
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    content: "";
    display: none;
}

.banner .swiper-button-next {
    width: 46px;
    height: 46px;
    background: url(../images/banner_next.png) no-repeat center;
}

.banner .swiper-button-prev {
    width: 46px;
    height: 46px;
    background: url(../images/banner_prev.png) no-repeat center;
}

.in_video {
    position: relative;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.in_video>img {
    display: none;
}

.in_video video {
    width: 100%;
}

.in_video .font {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-animation: index_homeBannerOne__cAqwa 1.5s ease 1s forwards;
    animation: index_homeBannerOne__cAqwa 1.5s ease 1s forwards;
}

@-webkit-keyframes index_homeBannerOne__cAqwa {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes index_homeBannerOne__cAqwa {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.in_video .font .p1 {
    font-size: 48px;
    letter-spacing: 15px;
}

.in_video .font .p1 span {
    background-image: linear-gradient(to left, #209cff, #68e0cf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_video .font .p2 {
    line-height: 24px;
    font-size: 18px;
    margin-top: 20px;
}

.in_product {
    padding: 180px 0;
}

.in_product .tab {
    position: absolute;
    padding: 50px 0 0 75px;
    background: url(../images/in_pro_tab.png) no-repeat;
}

.in_product .tab a {
    display: inline-block;
    opacity: 0.5;
}

.in_product .tab li {
    margin: 60px 0;
}

.in_product .tab li:first-child {
    margin-top: 0;
}

.in_product .tab li:last-child {
    margin-bottom: 0;
}

.in_product .tab li:nth-of-type(2) {
    margin-left: 20px;
}

.in_product .tab li a:hover,
.in_product .tab li.active a {
    opacity: 1;
}

.in_product .main {
    display: none;
    width: 1360px;
    margin: 0 auto;
    position: relative;
}

.in_product .main.active {
    display: block;
}

.in_product .main .img {
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
}

.in_product .main .img img {
    display: table-cell;
    vertical-align: middle;
}

.in_product .main .font {
    width: 620px;
    float: right;
}

.in_product .main .font .p1 {
    font-size: 48px;
    text-align: right;
    opacity: 0.11;
    font-weight: bold;
}

.in_product .main .font .p1 span {
    background-image: linear-gradient(to left, #015eea, #00c0fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_product .main .font .p2 {
    text-align: right;
    color: #306ddd;
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    margin-top: -25px;
    margin-bottom: 80px;
}

.in_product .main .font .p3 {
    text-align: right;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.in_product .main .font .p4 {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 55px;
}

.in_product .main .font ul {}

.in_product .main .font ul li {
    margin-right: 30px;
    float: left;
    padding: 20px 0;
    border-radius: 8px;
    background: #17161b;
    width: 140px;
    text-align: center;
}

.in_product .main .font ul li:last-child {
    margin-right: 0;
}

.in_product .main .font ul li p {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in_product .main.active .img {
    animation: bounceInLeft 2s;
    -webkit-animation: bounceInLeft 2s;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.in_product {
    position: relative;
}

.in_product video {
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: fill;
    left: 0;
    height: 100%;
}

.in_title {
    padding-top: 100px;
}

.in_title .p1 {
    font-size: 48px;
    text-align: center;
    opacity: 0.11;
    font-weight: bold;
}

.in_title .p1 span {
    background-image: linear-gradient(to left, #015eea, #00c0fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_title .p2 {
    text-align: center;
    color: #306ddd;
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    margin-top: -25px;
}

.in_title .p3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 30px;
}

.in_title .p4 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
}

.in_advantage {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}

.in_advantage .main {
    position: relative;
    width: 1200px;
    height: 576px;
    margin: 60px auto 0;
}

.in_advantage .main a {
    position: absolute;
    transition: 0.5s all;
}

.in_advantage .main .img1 {
    left: 0;
    top: -100px;
}

.in_advantage .main .img2 {
    left: 50%;
    bottom: 0;
}

.in_advantage .main .img3 {
    left: 100%;
    margin-left: -310px;
    top: -100px;
}

.in_advantage .main a.active {
    transform: translate(-50%, 0);
    left: 50%;
    top: 100px;
}

.in_advantage .main a.right {
    top: -100px;
    left: 100%;
    margin-left: -310px;
}

.in_advantage .main a.left {
    top: -100px;
    left: 0;
    margin-left: 0;
}

.in_advantage .main .img3.active {
    margin-left: 0;
}

.in_advantage .main a .img_video {
    display: none;
}

.in_advantage .main a.active .img_normal {
    display: none;
}

.in_advantage .main a.active .img_video {
    display: block;
}

.in_partner {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}

.in_partner .vapper {
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
}

.in_partner .main {
    height: 200px;
    animation-duration: 60s;
    animation-direction: normal;
    animation-delay: 0s;
    animation-play-state: running;
    transform: translate3d(0, 0, 0);
    position: relative;
    overflow: hidden;
    animation-name: moveSlideshow;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: flex;
    width: max-content;
    min-width: 200%;
}

.in_partner .main .content {
    width: 50%;
    font-size: 0;
}

.in_partner .main .content a {
    display: inline-block;
    width: calc( 100vw / 7);
    height: 70px;
    text-align: center;
}

.in_partner .main .content a:nth-of-type(2n) {
    transform: translate(0, 130px);
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-50%);
    }
}

.in_partner .main:hover {
    animation-play-state: paused;
}

.footer .top {
    /*padding: 65px 0;
    text-align: center;
    background: url(../images/footer2.png) no-repeat center;*/
    height: 200px;
}

.footer .top video {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.footer .top img {
    display: none;
}

.footer .mid {
    padding: 55px 0 40px;
}

.footer .main li {
    float: left;
    margin-right: 60px;
}

.footer .main li .p1 {
    margin-bottom: 30px;
    font-size: 18px;
}

.footer .main li a {
    line-height: 36px;
    color: #bbb;
}

.footer .main li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .main li .p2 {
    line-height: 24px;
    color: #bbb;
}

.footer .search {
    margin-top: -50px;
    width: 400px;
    border-radius: 4px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.05);
}

.footer .search input {
    width: 350px;
    float: left;
    line-height: 50px;
    height: 50px;
    color: #fff;
    text-indent: 15px;
}

.footer .search a {
    width: 50px;
    height: 50px;
    float: right;
    background: url(../images/f_search.png) no-repeat center;
}

.footer .end span {
    line-height: 96px;
}

.footer .end .code {
    margin-top: 21px;
}

.footer .end .code img {
    float: left;
    width: 54px;
    height: 54px;
}

.footer .end .code li {
    float: left;
    margin-right: 25px;
}

.footer .end .code li:last-child {
    margin-right: 0;
}

.footer .end .code em {
    float: left;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 12px;
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.footer .end {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.inside_banner {
    position: relative;
}

.inside_banner .font1 {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    width: 1100px;
    margin-left: -550px;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(0, -50%);
}

.inside_banner .font1 .p1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
}

.inside_banner .font1 .p2 {
    line-height: 30px;
    font-size: 16px;
}

.all_title {
    padding: 55px 0 45px;
    text-align: center;
}

.all_title .pq {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
}

.all_title .pw {
    font-size: 16px;
    line-height: 30px;
    width: 960px;
    margin: 0 auto;
}

.technology .part1 .img {
    width: 100%;
    position: relative;
}
.technology .part1 .img img{
    width: 100%;
}

.technology .part1 .img a {
    position: absolute;
    transition: 0s;
}

.technology .part1 .img a:focus {
    outline: none;
}

.technology .part1 .img a.active {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    border: 1px solid #306ddd;
}

.technology .part1 .img .a1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
}

.technology .part1 .img .a2 {
    left: 0;
    top: 40px;
    width: 32px;
    height: 280px;
}

.technology .part1 .img .a3 {
    left: 41px;
    top: 40px;
    width: 32px;
    height: 280px;
}

.technology .part1 .img .a4 {
    left: 82px;
    top: 40px;
    width: 437px;
    height: 115px;
}

.technology .part1 .img .a5 {
    left: 82px;
    top: 165px;
    width: 437px;
    height: 32px;
}

.technology .part1 .img .a6 {
    left: 82px;
    bottom: 40px;
    width: 437px;
    height: 115px;
}

.technology .part1 .img .a7 {
    right: 41px;
    top: 40px;
    width: 32px;
    height: 280px;
}

.technology .part1 .img .a8 {
    right: 0;
    top: 40px;
    width: 32px;
    height: 280px;
}

.technology .part1 .img .a9 {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
}

.technology .part1 .font {
    float: right;
    height: 361px;
    width: 330px;
    text-align: center;
    padding: 60px 35px 0;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.02);
    border-top: 3px solid rgba(48, 109, 221, 0.5);
}


.technology .part1 .font .main {
    position: absolute;
    left: 0;
    padding: 0 35px 0;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 40px);
}

.technology .part1 .font .main.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: 0.5s all;
}

.technology .part1 .font .main .p1 {
    font-size: 20px;
    margin-top: 25px;
}

.technology .part1 .font .main .p2 {
    font-size: 16px;
    line-height: 36px;
    margin-top: 30px;
}

.all_bg {
    padding-bottom: 60px;
}

.all_part3 .content {
    margin-bottom: 40px;
}

.all_part3 .content span {
    width: 290px;
    margin-right: 20px;
    font-size: 24px;
    float: left;
    line-height: 30px;
    text-align: right;
}

.all_part3 .content .line {
    height: 8px;
    float: left;
    width: 0;
    transition: 1s width ease;
    border-radius: 8px;
}

.all_part3 .content em {
    line-height: 8px;
    float: left;
    margin-left: 20px;
}

.all_part3 .content .right {
    margin-top: 3px;
}

.all_part3 .content .right li {
    margin-bottom: 8px;
}

.all_part3 .content .right li:last-child {
    margin-bottom: 0;
}

.all_part3 .msg {
    margin-top: 25px;
}

.all_part3 .msg li {
    float: left;
    line-height: 8px;
    margin-left: 60px;
}

.all_part3 .msg li:first-child {
    margin-left: 0;
}

.all_part3 .msg li .line {
    border-radius: 8px;
    height: 8px;
    float: left;
    width: 40px;
    margin-right: 20px;
}

.all_part3 .msg li em {
    float: left;
}

.all_part3 {
    padding-bottom: 100px;
}

.technology .part5 .all_title .pq {
    text-align: left;
}

.all_title {
    width: 1250px;
    margin: 0 auto;
}

.technology .part5 .all_title .pw {
    text-align: left;
    margin: 0;
    width: inherit;
}

.technology .part5 .content {
    width: 580px;
}

.technology .part5 .main .main1 {
    left: 180px;
    top: 130px;
}

.technology .part5 .main .main2 {
    left: 515px;
    top: 100px;
}

.technology .part5 .main .main3 {
    left: 792px;
    top: 20px;
}

.technology .part5 .main .main4 {
    left: 980px;
    top: -30px;
}

.technology .part5 .main li .p1 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.technology .part5 .main li .img {
    text-align: center;
}

.technology .part5 .main li .line {
    opacity: 0;
    margin: 10px auto 0;
    width: 140px;
    height: 4px;
    background: linear-gradient(270deg, rgba(0, 186, 255, 0), #0084ff 52%, rgba(0, 157, 255, 0));
}

.technology .part5 .main li .p2 {
    text-align: center;
    margin-top: 10px;
    opacity: 0;
}

.technology .part5 .main {
    position: relative;
    height: 550px;
}

.technology .part5 .main li {
    position: absolute;
}

.technology .part5 .main li.active .line,
.technology .part5 .main li.active .p2 {
    opacity: 1;
}

.technology .part5 .main li {
    transition: 0.3s all;
}

.technology .part5 .main li.active {
    transform: scale(1.1);
}

.technology .part6 .tab {
    text-align: center;
    padding: 70px 0 0;
}

.technology .part6 .tab a {
    font-size: 24px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    margin: 0 30px;
    display: inline-block;
}

.technology .part6 .tab a.active {
    border-bottom: 5px solid #184c90;
}

.technology .part6 .main li {
    width: 25%;
    float: left;
    margin-top: 30px;
    text-align: center;
}

.technology .part6 .main li .img {
    text-align: center;
    margin-bottom: 30px;
    height: 100px;
    overflow: hidden;
}

.technology .part6 {
    padding-bottom: 90px;
}

.product .part1 {
    height: 585px;
    position: relative;
    padding-bottom: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    border-top: 60px solid #17171a;
}

.product .part1 .contain {
    position: relative;
    height: 100%;
}

.product .part1 .font {
    color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.product .part1 .font .p1 {
    color: #333;
    font-size: 36px;
    margin-bottom: 40px;
}

.product .part1 .font .p2 {
    line-height: 30px;
    font-size: 16px;
}

.product .part1 .font .btn{
    margin-top: 50px;
}
.product .part1 .font .btn a {
    margin-right: 20px;
    float: left;
    width: 148px;
    border-radius: 4px;
    line-height: 38px;
    border: 1px solid #306ddd;
    text-align: center;
    background: #fff;
    color: #306ddd;
}

.product .part1 .font .btn a.active,
.product .part1 .font .btn a:hover {
    color: #fff;
    background: #306ddd;
}

.product .part1 .img {
    margin-top: 60px;
}

.product .part2 {
    padding: 60px 0;
}

.product .part2 .font {
    width: 800px;
}

.product .part2 .font .p1 {
    font-size: 36px;
    margin-bottom: 35px;
}

.product .part2 .font .p2 {
    font-size: 16px;
    line-height: 30px;
}

.product .part2 .font .main {
    margin-top: 50px;
}

.product .part2 .font .main li {
    padding: 0 60px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.product .part2 .font .main li:first-child {
    padding-left: 0;
}

.product .part2 .font .main li:last-child {
    padding-right: 0;
    border-right: 0;
}

.product .part2 .font .main li .p3 {
    font-size: 24px;
    font-weight: bold;
    color: #306ddd;
    margin-bottom: 5px;
}

.product .part2 .font .main li .p4 {
    font-size: 16px;
    line-height: 30px;
}

.product .part3 .main {
    display: flex;
    justify-content: space-between;
    flex-flow: 1;
    text-align: center;
}

.product .part3 .main li:hover {
    transform: translate(0, -20px);
}

.product .part3 .main li .p1 {
    font-size: 20px;
    margin-top: 25px;
}

.product .part3 .main li .p2 {
    text-align: left;
    margin-top: 15px;
}

.product .part3 .main li {
    padding: 0 50px;
    transition: 0.3s all;
}
.product .part3 .main li:first-child{
    padding-left: 0;
}
.product .part3 .main li:last-child{
    padding-right: 0;
}

.product .part3 .main li .p2 {
    font-size: 16px;
    line-height: 24px;
}

.product .part3 {
    padding-bottom: 70px;
}

.product .part4 .main {
    margin-top: 40px;
}

.product .part4 .main li .p2 {
    text-align: center;
}

.video_wapper .video {
    width: 100%;
    /* height: 300px; */
}

.video_wapper .vjs-big-play-centered .vjs-big-play-button {
    width: 70px;
    background: url(../images/video.png) no-repeat top;
    z-index: 2;
    padding-top: 52px;
    margin-left: -35px;
    border: 0;
}

.video_wapper .vjs-big-play-centered .vjs-big-play-button:after {
    content: "观看视频";
    font-size: 14px;
    font-size: 14px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -5px;
}

.video_wapper .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    background-color: initial !important;
}

.video_wapper .video-js:hover .vjs-poster:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    z-index: 2;
}

.video_wapper .vjs-poster {
    background-size: cover;
}

.video_wapper .video-js:hover .vjs-poster:after {
    display: none;
}

.product .part_table table th {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    padding: 25px 0;
    line-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.product .part_table .p1 {
    font-size: 36px;
    padding: 45px 0;
}

.product .part_table table td {
    min-height: 80px;
    line-height: 30px;
    text-align: center;
    padding: 25px 0;
    font-size: 16px;
    border-left: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.part_banner {
    padding-top: 60px;
    height: 500px;
    padding-bottom: 0;
    box-sizing: border-box;
    position: relative;
}

.inside_banner video,
.part_banner video {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: fill;
}

.part_banner .font {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -625px;
    z-index: 2;
    margin-top: 30px;
    transform: translate(0, -50%);
}

.part_banner .font .p1 {
    font-size: 48px;
    margin-bottom: 35px;
    color: #fff;
    font-weight: bold;
}

.part_banner .font .p2 {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

.part_banner .font .p3 {
    line-height: 24px;
    color: #fff;
}

.landing {
    background: #fff;
    color: #666;
}

.landing .tab {
    font-size: 0;
    background: #fff;
    border-bottom: 1px solid #e4e4e5;
}

.landing .tab.fixed {
    /*top: 60px;
    position: fixed;
    z-index: 3;
    left: 0;
    width: 100%;*/
}

.landing .tab a {
    line-height: 75px;
    font-size: 16px;
    padding: 0 15px;
    margin-right: 65px;
    display: inline-block;
    border-bottom: 4px solid transparent;
}

.landing .tab a:last-child {
    margin-right: 0;
}

.landing .tab a:hover,
.landing .tab a.active {
    border-bottom: 4px solid #306ddd;
}

.landing .bankuai1 .main li {
    text-align: center;
    float: left;
    width: 300px;
    box-sizing: border-box;
    padding: 30px 20px 0;
    background: #f4f6fc;
    border-radius: 6px;
    margin-right: 16px;
}


/* .landing .bankuai1 .main li:hover {
    background: url(../images/landing_1_0.png) no-repeat center;
    background-size: cover;
} */

.landing .bankuai1 .main li:last-child {
    margin-right: 0;
}

.landing .bankuai1 .main li .p1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 30px 0;
    transition: 0.3s all;
}

.landing .bankuai1 .main li .p2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    height: 120px;
    overflow: hidden;
    transition: 0.3s all;
}

.landing .bankuai1 .main li:hover .p1,
.landing .bankuai1 .main li:hover .p2 {
    color: #fff;
}

.landing .bankuai3 .font {
    width: 500px;
    border-radius: 20px;
    padding: 40px 50px;
    position: relative;
}

.landing .bankuai3 .font .p1 {
    font-size: 24px;
    margin-bottom: 35px;
    color: #333;
    position: relative;
}

.landing .bankuai3 .font .p2 {
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

.landing .bankuai3 .main {
    height: 470px;
    padding-bottom: 0;
}

.landing .bankuai3 .font .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(#fff, hsla(0, 0%, 100%, 0));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 0 60px -6px rgba(75, 125, 194, .2);
    box-shadow: 0 0 60px -16px rgba(75, 125, 194, .2);
}

.landing .bankuai3 .tab1 {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}

.landing .bankuai3 .tab1 a {
    flex-grow: 1;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 80px;
}

.landing .bankuai3 .tab1 a:hover {
    color: #306ddd;
}

.landing .bankuai3 .tab1 a.active {
    background: #306ddd;
    color: #fff;
}

.landing .all_title .pw,
.landing .all_title .pq {
    color: #333;
}

.landing .video_wapper .video {
    /* height: 350px; */
    /* height: 100%; */
}

.landing .bankuai4 .all_title {
    padding-bottom: 10px;
}

.landing .bankuai4 .main {
    display: flex;
    margin-top: 35px;
    text-align: center;
}

.landing .bankuai4 .main li:hover {
    transform: translate(0, -20px);
}

.landing .bankuai4 .main li .p1 {
    font-size: 20px;
    margin-top: 25px;
}

.landing .bankuai4 .main li .p2 {
    text-align: left;
    margin-top: 15px;
}

.landing .bankuai4 .main li {
    padding-right: 100px;
    transition: 0.3s all;
}

.landing .bankuai4 .main li:last-child {
    padding-right: 0;
}

.landing .bankuai4 .main li .p2 {
    font-size: 16px;
    line-height: 24px;
}

.to_video_show {
    height: 200px;
    position: relative;
}

.landing .bankuai4 .to_video_show {
    height: 350px;
}

.video_wapper>i {
    position: absolute;
    width: 70px;
    line-height: 20px;
    left: 50%;
    top: 50%;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transform: translate(0, -50%);
    margin-left: -35px;
    padding-top: 60px;
    background: url(../images/video.png) no-repeat top;
}

.landing .bankuai5 .main li {
    text-align: center;
    float: left;
    width: 300px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f4f6fc;
    transition: 0.3s all;
    margin-right: 16px;
}

.landing .bankuai5 .main li:hover {
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.landing .bankuai5 .main li:last-child {
    margin-right: 0;
}

.landing .bankuai5 .main li .p1 {
    font-size: 16px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}

.landing .bankuai5 .main li .img {
    position: relative;
    overflow: hidden;
}

.landing .bankuai5 .main li .img p {
    position: absolute;
    left: 30px;
    bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.landing .bankuai5 .main li .font {
    padding: 30px;
    text-align: justify;
}

.landing .bankuai6 .main {
    height: 550px;
    padding-bottom: 0;
}

.landing .bankuai6 .font {
    width: 580px;
    margin-left: 45px;
    margin-top: 40px;
    color: #fff;
}

.landing .bankuai6 .font .p1 {
    font-size: 24px;
    margin-bottom: 35px;
}

.landing .bankuai6 .font .p2 {
    line-height: 30px;
}

.landing .bankuai6 .img {
    margin-top: 110px;
    margin-right: 110px;
}

.landing .bankuai6 .tab2 a {
    width: 25%;
    float: left;
    height: 195px;
}

.landing .bankuai6 .tab2 {
    margin-top: -195px;
    width: 1120px;
    float: right;
    background: #f2f5f9;
    overflow: hidden;
    position: relative;
    border-radius: 24px 0 0 0;
}

.landing .bankuai6 .tab2 a i {
    width: 50px;
    height: 50px;
}


/* .landing .bankuai6 .tab2 a .ico1 {
    background: url(../images/landing6_1.png) no-repeat center;
}

.landing .bankuai6 .tab2 a.active .ico1 {
    background: url(../images/landing6_1q.png) no-repeat center;
}

.landing .bankuai6 .tab2 a .ico2 {
    background: url(../images/landing6_2.png) no-repeat center;
}

.landing .bankuai6 .tab2 a.active .ico2 {
    background: url(../images/landing6_2q.png) no-repeat center;
}

.landing .bankuai6 .tab2 a .ico3 {
    background: url(../images/landing6_3.png) no-repeat center;
}

.landing .bankuai6 .tab2 a.active .ico3 {
    background: url(../images/landing6_3q.png) no-repeat center;
}

.landing .bankuai6 .tab2 a .ico4 {
    background: url(../images/landing6_4.png) no-repeat center;
}

.landing .bankuai6 .tab2 a.active .ico4 {
    background: url(../images/landing6_4q.png) no-repeat center;
} */

.landing .bankuai6 .tab2 a {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 50px 40px 0;
}

.landing .bankuai6 .tab2 a .p1 {
    font-size: 18px;
    color: #333;
    transition: 0.3s all;
    margin-top: 20px;
}

.landing .bankuai6 .tab2 a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    margin-top: -40px;
    height: 80px;
    background: rgba(48, 109, 221, 0.1);
}

.landing .bankuai6 .tab2 a .p2 {
    opacity: 0;
    line-height: 24px;
    transition: 0.3s all;
}

.landing .bankuai6 .tab2 a:nth-of-type(2) {
    background: url(../images/landing6_left.png) no-repeat center;
}

.landing .bankuai6 .tab2 a:nth-of-type(4) {
    background: url(../images/landing6_right.png) no-repeat center;
}

.landing .bankuai6 .tab2 a.active {
    padding-top: 30px;
    background: url(../images/landing6_bg.png) no-repeat center;
}

.landing .bankuai6 .tab2 a.active .p1 {
    color: #fff;
}

.landing .bankuai6 .tab2 a.active .p2 {
    opacity: 1;
    color: #fff;
}

.download {
    color: #666;
}

.down_top span {
    font-size: 24px;
    color: #333;
    float: left;
    line-height: 80px;
    width: 230px;
    text-align: center;
}

.down_top .nav1 {
    margin-left: 30px;
    float: left;
}

.down_top .nav1 a {
    line-height: 75px;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    border-bottom: 5px solid transparent;
    float: left;
    margin-right: 65px;
}

.down_top .nav1 a:last-child {
    margin-right: 0;
}

.down_top .nav1 a.active {
    border-bottom: 5px solid #306ddd;
}

.down_top .nav1 a:hover {
    color: #306ddd;
}

.down_top {
    padding-bottom: 0;
}

.download .left {
    width: 230px;
    padding: 45px 25px 0;
    float: left;
    height: 755px;
    box-sizing: border-box;
    overflow: auto;
}

.download .left::-webkit-scrollbar-track-piece {
    /*//滚动条凹槽的颜色，还可以设置边框属性*/
    background-color: #e5e5e5;
}

.download .left::-webkit-scrollbar {
    /*//滚动条的宽度*/
    width: 2px;
    height: 2px;
}

.download .left::-webkit-scrollbar-thumb {
    /*//滚动条的设置*/
    background-color: #306ddd;
    background-clip: padding-box;
    min-height: 28px;
}

.download .left .nav>.nav-item {
    position: relative;
    margin-bottom: 30px;
}

.download .left .nav>.nav-item>a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    position: relative;
}

.download .left .nav>.nav-item:hover>a {
    color: #306ddd;
}

.download .left .nav>.nav-item.active>a {
    color: #fff;
    background: #306ddd;
}

.download .left .nav>.nav-item .show {
    display: none;
    width: 140px;
    margin-left: 30px;
    text-indent: 10px;
    margin-top: 20px;
}

.download .left .nav>.nav-item.active>.show {
    display: block;
}

.download .left .nav>.nav-item .show .nav-item {
    position: relative;
    margin-bottom: 7px;
}

.download .left .nav>.nav-item .show .nav-item>a {
    line-height: 30px;
    text-align: left;
    position: relative;
    border-radius: 4px;
    font-size: 16px;
    text-indent: 10px;
    color: #333;
}

.download .left .nav>.nav-item .show .show {
    margin-top: 15px;
}

.download .left .nav>.nav-item .show .show .nav-item {
    margin-bottom: 0;
}

.download .left .nav>.nav-item .show .show .nav-item>a {
    line-height: 30px;
    font-size: 14px;
}

.download .left .nav>.nav-item .show .nav-item:hover>a {
    color: #306ddd;
}

.download .left .nav>.nav-item .show .nav-item.active>a {
    background: #306ddd;
    color: #fff;
}

.download .left .nav>.nav-item .show .show {
    margin-left: 30px;
    width: 100px;
    display: none;
}

.download .left .nav>.nav-item .show .nav-item.active>.show {
    display: block;
}

.download .right {
    width: 974px;
    float: right;
}

.download .content {
    margin-top: 30px;
}

.download .content li {
    margin-bottom: 20px;
    background: #fff;
    line-height: 80px;
    border-radius: 6px;
    transition: 0.3s all;
    border: 1px solid #e5e5e5;
}

.download .content li:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}

.download .content li .p1 * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.download .content li .p1 em {
    color: #ccc;
}

.download .content li .p1 span {
    font-size: 18px;
    color: #306ddd;
}

.download .content li .btn1 {
    width: 100px;
    line-height: 40px;
    background: #306ddd;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
}

.download .content li .btn2 {
    width: 60px;
    height: 40px;
    margin-right: 20px;
    background: #306ddd url(../images/download2.png) no-repeat center;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: 10px;
}

.more_btn {
    width: 198px;
    line-height: 48px;
    display: block !important;
    color: #306ddd;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #306ddd;
}

.more_btn:hover {
    background: #306ddd;
    color: #fff;
}

.news .content {
    padding-top: 20px;
}

.news .left {
    width: 920px;
    float: left;
}

.news .left .main li {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.news .left .main li .img {
    width: 400px;
    height: 200px;
    overflow: hidden;
    float: left;
}

.news .left .main li .font {
    width: 440px;
    float: right;
}

.news .left .main li .font .p1 {
    font-size: 18px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}

.news .left .main li .font .p2 {
    margin-bottom: 20px;
    color: #999;
}

.news .left .main li .font .p3 {
    line-height: 24px;
    height: 72px;
    color: #666;
    overflow: hidden;
    margin-bottom: 10px;
}

.news .left .main li .font .btn {
    width: 118px;
    line-height: 38px;
    color: #306ddd;
    border: 1px solid #306ddd;
    text-align: center;
    border-radius: 4px;
}

.news .left .main li .font .p1:hover {
    color: #306ddd;
}

.news .left .main li .font .btn:hover {
    background: #306ddd;
    color: #fff;
}

.news .left .main li:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}

.news .left .main li .img img {
    transition: 0.3s all;
}

.news .left .main li:hover .img img {
    transform: scale(1.1);
}

.news .left .more_btn {
    margin-top: 20px;
}

.news .right {
    width: 300px;
    color: #333;
    float: right;
}

.news .right .part {
    padding: 0 20px;
    background: #fff;
}

.news .right .p1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 59px;
    border-bottom: 1px solid #e5e5e5;
}

.news .right .part1 li {
    padding: 10px 0;
}

.news .right .part1 li .img {
    width: 60px;
    height: 60px;
    float: left;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .right .part1 li .p2 {
    width: 180px;
    float: right;
    line-height: 24px;
    margin-top: 6px;
    height: 48px;
    overflow: hidden;
}

.news .detail {
    background: #fff;
    padding: 50px;
    color: #666;
}

.news .detail .p1 {
    font-size: 36px;
    line-height: 48px;
    color: #306ddd;
    margin-bottom: 20px;
}

.news .detail .p2 span {
    line-height: 30px;
    color: #fff;
    background: #306ddd;
    margin-right: 25px;
    padding: 0 30px;
}

.news .detail .p2 {
    margin-bottom: 40px;
}

.news .detail .np {
    padding-top: 20px;
    border-top: 1px solid #eee;
    line-height: 24px;
    margin-top: 40px;
}

.news .detail .np a:hover {
    color: #306ddd;
}

.news .right .part2 {
    margin-bottom: 20px;
}

.news .right .part2 .main {
    text-align: center;
    padding: 20px 0 30px;
}

.news .right .part2 .main .p2 {
    margin-top: 20px;
}

.about .tab {
    font-size: 0;
    background: #17171a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about .tab.fixed {
    /*top: 60px;
    position: fixed;
    z-index: 3;
    left: 0;
    width: 100%;*/
}

.about .tab a {
    line-height: 75px;
    font-size: 16px;
    padding: 0 15px;
    margin-right: 65px;
    display: inline-block;
    border-bottom: 4px solid transparent;
}

.about .tab a:last-child {
    margin-right: 0;
}

.about .tab a:hover,
.about .tab a.active {
    border-bottom: 4px solid #306ddd;
}

.about .part1 .top {
    padding: 60px 0 100px;
}

.about .part1 .top .img {
    width: 650px;
    margin-top: 40px;
}

.about .part1 .top .p1 {
    font-size: 16px;
    width: 550px;
    line-height: 48px;
}

.about .part1 .mid .p1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 40px;
}

.about .part1 .mid .p2 {
    font-size: 18px;
    line-height: 30px;
}

.about .part1 .mid .ico1 {
    padding-left: 70px;
    position: relative;
    z-index: 1;
    background: url(../images/about2_1w.png) no-repeat left 5px;
}

.about .part1 .mid .ico2 {
    padding-left: 70px;
    position: relative;
    z-index: 1;
    background: url(../images/about2_1q.png) no-repeat left 5px;
}

.about .part1 .mid li {
    width: 50%;
    float: left;
    padding: 105px 0;
}

.about .part1 .mid .li2 {
    padding-left: 125px;
    box-sizing: border-box;
}

.about .part1 .mid li .bg {
    position: absolute;
    height: 100%;
    top: 0;
    width: calc( 50vw + 50px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 0.3s all;
}

.about .part1 .mid li:hover .bg {
    background-size: 110% 110%;
}

.about .part1 .mid {
    position: relative;
    overflow: hidden;
}

.about .part1 .mid .li1 .bg {
    left: 0;
    background-position: right;
}

.about .part1 .mid .li2 .bg {
    right: 0;
    background-position: left;
}

.about .part1 .main {
    margin-bottom: 85px;
}

.about .part1 .main li {
    width: 33.33333%;
    float: left;
}

.about .part1 .main li .p1 i {
    font-size: 50px;
}

.about .part1 .main li .p1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #306ddd;
}

.about .part1 .main li .p2 {
    font-size: 18px;
}

.about .part1 {
    padding-bottom: 0;
}

.about .part2 {
    height: 840px;
    overflow: hidden;
}

.about .part2 .all_title .pq {
    margin-bottom: 0;
}

.about .part2 .all_title {
    padding-bottom: 0;
}

.about-3 .bg {
    text-align: center;
    color: #fff;
    position: relative;
}

.about-3 .list li {
    position: relative;
}

.about-3 .list li .time,
.about-3 .list li .time2 {
    font-family: 'Tahoma';
    font-size: 40px;
    line-height: 48px;
}

.about-3 .list li .time {
    font-size: 120px;
    opacity: .1;
    position: absolute;
    left: 0;
    font-weight: bold;
    top: 0;
    right: 0;
    line-height: 220px;
}

.about-3 .list li .name {
    font-size: 24px;
    line-height: 36px;
    position: relative;
    padding: 105px 0 20px 0;
}

.about-3 .list li .name:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #306ddd;
    margin-left: -25px;
}

.about-3 .arrow a {
    display: block;
    width: 24px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 2;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -21px;
}

.about-3 .arrow a.prev {
    left: 50%;
    margin-left: -625px;
    background-image: url(../images/about2_left.png);
}

.about-3 .arrow a.next {
    right: 50%;
    margin-right: -625px;
    background-image: url(../images/about2_right.png);
}

.about-3 .list2 {
    position: absolute;
    z-index: 10;
    left: -100px;
    right: -100px;
    top: 430px;
    bottom: auto;
    border-top: #fff dotted 1px;
    transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    transform-origin: center top;
    -webkit-transform-origin: center top;
}

.about-3 .list2 .line {
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 1px;
    background: #c22c33;
}

.about-3 .list li .time2 {
    margin-top: 15px;
}

.about-3 .list2 .list-wrapper {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -10px;
}

.about-3 .list2 li {
    position: relative;
    transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    z-index: 2;
    transform-origin: center top;
    -webkit-transform-origin: center top;
}

.about-3 .list2 li:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -9px;
    width: 19px;
    height: 19px;
    background: url(../images/about3_dot1.png) center no-repeat;
    background-size: 100%;
}

.about-3 .list2 li div {
    font-size: 18px;
    padding: 35px 0 20px 0;
    position: relative;
}

.about-3 .list2 li div:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: .13rem;
    width: 1px;
    height: .14rem;
    background: rgba(255, 255, 255, 0.5);
}

.about-3 .list2 li.on div {
    color: #306ddd;
}

.about-3 .list2 li.on:before {
    background: url(../images/about3_dot2.png) center no-repeat;
    background-size: 100%;
}

.about .part3 li {
    width: 350px;
    margin-bottom: 70px;
}

.about .part3 li:last-child {
    margin-bottom: 0;
}

.about .part3 li .p1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.about .part3 li .p2 {
    font-size: 16px;
    line-height: 24px;
}

.about .part3 .left {
    margin-left: 50px;
}

.about .part3 .left li {
    text-align: right;
    transition: 0.3s all;
}

.about .part3 li {
    transition: 0.3s all;
}

.about .part3 li:hover {
    transform: translate(0, -20px);
}

.about .part3 li:hover .p1 {
    color: #306ddd;
}

.about .part3 .left li .p1 {
    padding-right: 35px;
    background: url(../images/about3_2.png) no-repeat right;
}

.about .part3 .left li .p2 {
    padding-right: 35px;
}

.about .part3 .right {
    margin-right: 50px;
}

.about .part3 .right li {
    text-align: left;
}

.about .part3 .right li .p1 {
    padding-left: 35px;
    background: url(../images/about3_2.png) no-repeat left;
}

.about .part3 .right li .p2 {
    padding-left: 35px;
}

.about .part4 .swiper-slide img {
    width: 100%;
}

.about .part3 .main {
    margin-top: 40px;
    position: relative;
}

.about .part3 .main .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about .part3 .end {
    margin-top: 50px;
}

.about .part3 .end li {
    margin: 0 auto;
    text-align: center;
}

.about .part3 .end li .p1 span {
    padding-left: 35px;
    background: url(../images/about3_2.png) no-repeat left;
}

.about .part4 .img {
    transition: 0.3s all;
}

.about .part4 .swiper-slide-active img {
    transform: scale(1.2);
}

.about .part4 .main {
    position: relative;
}

.about .part4 .swiper-container {
    padding: 30px 0;
    overflow-y: inherit;
}

.about .part4 .swiper-button-prev {
    width: 14px;
    height: 24px;
    margin-top: -12px;
    left: -35px;
    background: url(../images/about_4_1.png) no-repeat center;
}

.about .part4 .swiper-button-next {
    width: 14px;
    height: 24px;
    margin-top: -12px;
    right: -35px;
    background: url(../images/about_4_2.png) no-repeat center;
}

.login_bg {
    background: url(../images/login_bg.png) no-repeat center fixed;
    background-size: cover;
    padding: 150px 0;
}

.login_bg .right {
    /* float: right; */
    background: #fff;
    width: 300px;
    position: relative;
    /* padding: 0 100px 50px; */
    padding: 50px 100px;
    margin: 0 auto;
}

.login_bg .contain {
    width: 1000px;
}

.login_bg .p1 {
    font-size: 24px;
    color: #333;
    margin-top: 60px;
    margin-bottom: 20px;
}

.login_bg .input {
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
}

.login_bg .input i {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    float: left;
}

.login_bg .input i.ico1 {
    background: url(../images/login1.png) no-repeat center;
    background-size: cover;
}

.login_bg .input i.ico2 {
    background: url(../images/login2.png) no-repeat center;
    background-size: cover;
}

.login_bg .input i.ico3 {
    background: url(../images/login3.png) no-repeat center;
    background-size: cover;
}

.login_bg .input i.ico4 {
    background: url(../images/login4.png) no-repeat center;
    background-size: cover;
}

.login_bg .input i.ico5 {
    background: url(../images/login5.png) no-repeat center;
    background-size: cover;
}

.login_bg .input {
    margin-top: 30px;
}

.login_bg .input input {
    width: 270px;
    margin-left: 10px;
    float: left;
    text-indent: 10px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

.login_bg .input input:-ms-input-placeholder {
    color: #ccc;
}

.login_bg .input input::-moz-placeholder {
    color: #ccc;
}

.login_bg .input input:-moz-placeholder {
    color: #ccc;
}

.login_bg .input input::-webkit-input-placeholder {
    color: #ccc;
}

.login_bg .yzm {
    width: 205px;
}

.login_bg .yzm input {
    width: 170px;
}

.login_bg .code {
    margin-top: 32px;
}

.login_bg .btn {
    margin-top: 30px;
}

.login_bg .btn .btn1 {
    line-height: 20px;
    margin-bottom: 20px;
}

.login_bg .btn .btn1 span {
    float: left;
    cursor: pointer;
    color: #999;
}

.login_bg .btn .btn1 span i {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.login_bg .btn .btn1 a {
    float: right;
    color: #e60012;
}

.login_bg .btn .btn1 span.active i {
    background: url(../images/login.png) no-repeat center;
}

.login_bg .btn .btn1 span em {
    vertical-align: middle;
    display: inline-block;
    margin-left: 7px;
}

.login_bg .btn .a1 {
    background: #4594f9;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.login_bg .send {
    border-radius: 4px;
}

.login_bg .send:hover,
.login_bg .btn .a1:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2)
}

.to_reg {
    text-align: center;
    color: #333;
}

.to_reg a {
    display: inline-block;
    color: #4594f9;
}

.to_reg a:hover {
    text-decoration: underline;
}

.login_bg .left {
    width: 500px;
    position: absolute;
    left: -500px;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.5)
}

.login_bg .left .p2 {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -30px;
}

.login_bg .left .p3 {
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.send_code {
    width: 180px;
}

.login_bg .send_code input {
    width: 150px;
}

.login_bg .send {
    float: right;
    width: 100px;
    line-height: 30px;
    color: #fff;
    background: #4594f9;
    text-align: center;
    margin-top: 30px;
}

.login_bg .choose {
    margin-top: 35px;
}

.login_bg .choose label {
    display: block;
    margin-bottom: 15px;
}

.login_bg .choose label a {
    color: #4594f9;
}

.login_bg .choose label a:hover {
    text-decoration: underline;
}

.login_bg .choose label * {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.reg .btn {
    margin-top: 35px;
}


/*会员模块*/

.choose_way {
    margin-right: 20px;
}

.choose_way * {
    display: inline-block;
    vertical-align: middle;
}

.choose_way img {
    border: 1px solid #eee;
    margin-left: 5px;
    width: 128px;
    height: 48px;
}

.member .m_left {
    border: 1px solid #eaeaea;
    width: 160px;
    padding: 0 15px;
    line-height: 40px;
    float: left;
}

.member .m_left a {
    display: block;
    border-bottom: 1px solid #eaeaea;
}

.member .m_left a:hover,
.member .m_left a.active {
    color: #4594f9;
}

.member .m_left a:last-child {
    border-bottom: 0;
}

.member {
    padding-top: 70px;
}

.member .m_right {
    width: 850px;
    float: right;
    color: #666;
    padding: 0 50px 50px;
    border: 1px solid #eaeaea;
}

.member .m_right .pq {
    color: #666;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
}

.member .m_right .input {
    line-height: 30px;
    margin-top: 20px
}

.member .m_right .input span {
    width: 60px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.member .m_right .input p {
    display: inline-block;
    font-size: 14px;
}

.member .m_right .input p i {
    color: #4594f9;
}

.member .m_right .input a {
    display: inline-block;
    color: #4594f9;
    font-size: 14px;
    margin-left: 5px;
    line-height: 30px;
}

.buy .tab:after {
    content: "";
    clear: both;
    display: block;
}

.m_dd table {
    width: 100%;
}

.m_dd th {
    color: #333;
    text-align: center;
}

.m_dd tr {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.m_dd .tr1 {
    border: 1px solid #dcdcdc;
    background: #eee;
    line-height: 38px;
}

.m_dd .table_top {
    line-height: 38px;
    margin-top: 20px;
}

.m_dd .table_top th {
    background: #eee;
}

.m_dd .table_main th {
    background: #f5f8fa;
    text-align: left;
    font-weight: normal;
    line-height: 38px;
    text-indent: 18px;
    margin-top: 10px;
    border: 1px solid #ececec;
    border-bottom: 0;
}

.m_dd .table_main th span {
    margin-right: 50px;
}

.m_dd .td1 img {
    width: 72px;
    border: 1px solid #dcdcdc;
    margin-left: 18px;
}

.m_dd .td1 div {
    height: 74px;
    padding: 13px 0;
}

.m_dd .td1 .div1 {
    border-top: 1px solid #ececec;
}

.m_dd .td1 span {
    margin-left: 15px;
    line-height: 20px;
    vertical-align: top;
    height: 74px;
    width: 150px;
    display: inline-block;
}

.m_dd td {
    border-left: 1px solid #ececec;
    vertical-align: middle;
    text-align: center;
}

.m_dd td>div {
    text-align: center;
}

.m_dd div {
    text-align: center;
}

.m_dd .td1 div {
    text-align: left;
}

.m_dd .align30 {
    line-height: 30px;
}

.m_dd .align30:hover {
    color: #4594f9;
}

.m_dd .td5 a {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    margin: 3px auto;
    font-size: 12px;
}

.m_dd .td5 .a1 {
    width: 110px;
    text-align: center;
    background: #4594f9;
    color: #fff;
    border-radius: 4px;
}

.m_dd .td5 .a2 {
    color: #333;
}

.m_dd .table_main {
    margin-top: 10px;
}

.m_dd .bdtop {
    border-top: 1px solid #ececec;
}

.m_dd .hg100>div {
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.m_dd .hg50>div {
    height: 50px;
    line-height: 50px;
}

.m_dd .hg50>div>.jiajian {
    margin-top: 13px;
}

.m_dd .divhg50 {
    height: 50px;
    line-height: 50px;
}

.m_dd .divhg100 {
    height: 100px;
    line-height: 100px;
}

.m_dd .alignLeft div {
    text-align: left;
    text-indent: 30px;
}

.member .buycar-2 p.list {
    font-size: 14px;
}

.member .change_input .pq {
    margin-bottom: 20px;
}

.member .change_input .input {
    margin-top: 15px;
}

.member .change_input .input input {
    width: 200px;
    line-height: 30px;
    text-indent: 10px;
    border: 1px solid #e5e5e5;
    height: 30px;
}

.member .change_input .input span {
    line-height: 34px;
}

.member .change_input .btn {
    width: 120px;
    line-height: 35px;
    background: #4594f9;
    color: #fff;
    border-radius: 4px;
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    margin-left: 73px;
}

.member .change_input .yzm input {
    width: 125px;
}

.member .change_input .yzm a {
    font-size: 13px;
}

.m_detail {
    text-align: left;
}

.m_detail div {
    text-align: left;
}

.m_detail .border {
    border: 1px solid #ececec;
    padding: 0 40px;
    margin-bottom: 20px;
}

.m_detail .border .title1 {
    font-size: 16px;
    line-height: 62px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.m_detail {
    margin-top: 30px;
}

.m_detail .mid .main p span,
.m_detail .mid .main p em {
    font-style: normal;
}

.m_detail .top1 {
    padding-bottom: 50px;
}

.m_detail .top1 ul {
    text-align: center;
}

.m_detail .top1 li.active .p1 {
    color: #4594f9;
}

.m_detail .top1 li.active .cir {
    background: url(../images/mok.png) no-repeat center #4594f9;
    overflow: hidden;
}

.m_detail .top1 li.active .line {
    background: #4594f9;
}

.m_detail .top1 li.active1 .line {
    width: 193px;
}

.m_detail .top1 li {
    width: 120px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.m_detail .top1 li .p1 {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.m_detail .top1 li .line {
    position: absolute;
    width: 100px;
    height: 6px;
    bottom: 9px;
    left: 50%;
    margin-left: 12px;
    background: #ddd;
}

.m_detail .top1 li .line1 {
    position: absolute;
    width: 100px;
    height: 14px;
    bottom: 5px;
    left: 50%;
    margin-left: 12px;
    background: #ddd;
    z-index: -1;
}

.m_detail .top1 .cir {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    border-radius: 50%;
    background: #dddddd;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.m_detail .top1 .cir1 {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    border-radius: 50%;
    background: #dddddd;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: -5px;
    z-index: -1;
}

.m_detail .mid {
    padding-bottom: 55px;
}

.m_detail .mid .main p {
    line-height: 30px;
    font-size: 12px;
    text-indent: 40px;
    color: #333;
    font-family: '微软雅黑';
}

.m_detail .mid .main p span {
    margin-right: 40px;
}

.m_detail .m_dd .table_main {
    border-top: 1px solid #ececec;
    margin-top: 0;
}

.m_detail .end {
    padding-bottom: 45px;
    margin-bottom: 50px;
}

.m_detail .sum {
    line-height: 22px;
    margin-top: 20px;
}

.m_detail .sum span {
    width: 130px;
    display: inline-block;
    text-align: right;
}

.m_detail .sum em {
    width: 90px;
    display: inline-block;
    text-align: right;
}

.m_detail .sum .fontweig {
    font-weight: bold;
}

.m_detail .sum .red {
    font-weight: bold;
    color: #ff0036
}

.m_detail .sum div a {
    width: 145px;
    line-height: 45px;
    text-align: center;
    float: right;
    margin-top: 30px;
    background: #4594f9;
    color: #fff;
}

.m_detail .sum>a {
    padding-left: 25px;
    color: #2a93fe;
    font-size: 12px;
    background: url(../images/wenhao.png) no-repeat left;
}

.member .m_right .tab {
    margin: 20px 0;
}

.member .m_right .tab a {
    float: left;
    padding: 0 15px;
    line-height: 35px;
    border-radius: 4px;
    margin-right: 10px;
}

.member .m_right .tab a.active,
.member .m_right .tab a:hover {
    background: #4594f9;
    color: #fff;
}

.member .m_right .input1 span {
    float: left;
    width: 60px;
    padding-top: 7px;
    line-height: 20px;
}

.member .m_right .input1 textarea {
    width: calc(100% - 60px);
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    height: 130px;
    line-height: 20px;
    font-size: 14px;
    padding: 7px;
}

.member .m_right .btn1 {
    margin-left: 60px;
    width: 120px;
    line-height: 40px;
    background: #4594f9;
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.page_vip .input em {
    font-size: 20px;
}

.page_vip .input.wenxx {
    margin-bottom: 30px;
}

.page_vip .input.tc em {
    font-size: 14px;
    padding: 0 10px;
    line-height: 25px;
    border: 1px solid #e5e5e5;
    color: #333;
    display: inline-block;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.page_vip .input.tc em.active {
    background: #4594f9;
    border: 1px solid #4594f9;
    color: #fff;
}

.sub-top-area {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.sub-top-area a.home {
    background: url(../images/ico-11.png) left center no-repeat;
    width: 16px;
    height: 14px;
    display: inline-block;
}

.num_box,
.wan-spinner-2 {
    display: inline-block;
    vertical-align: middle;
}

.J_jia,
.wan-spinner-2 .plus,
.wan-spinner-2 .plus2 {
    border-width: 1px 0 1px 1px;
    border-radius: 3px 0 0 3px;
}

.J_jian,
.wan-spinner-2 .minus,
.wan-spinner-2 .minus2 {
    border-width: 1px 1px 1px 0;
    border-radius: 0 3px 3px 0;
}

.wan-spinner-2 a {
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.wan-spinner-2 input {
    height: 28px;
    line-height: 28px;
    border-color: #ccc;
    border-style: solid;
    color: #333;
    float: left;
    border-width: 1px;
    text-align: center;
    line-height: 15px\9;
    padding: 0;
    margin: 0;
    width: 50px;
}

.wan-spinner-2 a {
    height: 28px;
    line-height: 28px;
    border-color: #ccc;
    border-style: solid;
    color: #333;
    float: left;
}

.over_jc {
    float: left;
}

.sub-top-tit {
    width: 100%;
    float: left;
    border-bottom: 2px solid #464646;
    padding-bottom: 10px;
    margin-top: 15px;
    font-size: 16px;
}

.sub-top-tit p {
    float: right;
    font-size: 12px;
}

.sub-top-tit p span {
    padidng: 0 2px;
}

.sub-top-tit p span.cur {
    color: #4594f9;
}

.buycar-none {
    width: 100%;
    border: 1px solid #eaeaea;
    margin-top: 15px;
    float: left;
    text-align: center;
    padding: 40px 0;
}

.buycar-none p i {
    display: inline-block;
    font-size: 15px;
}

.buycar-none span {
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px;
    text-align: left;
    font-size: 16px;
}

.buycar-none span a {
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #4594f9;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
}

.online_pay {
    margin-bottom: 20px;
}

.buycar-list {
    width: 100%;
    border: 1px solid #eaeaea;
    margin-top: 15px;
}

.buycar-list .list {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 15px;
    padding-top: 15px;
}

.buycar-list .toptit {
    border: none;
}

.buycar-list .toptit .li {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.buycar-list .li {
    float: left;
    height: 105px;
    text-align: center;
    line-height: 105px;
}

.buycar-list .li1 {
    width: 90px;
}

.buycar-list .li2 {
    width: 475px;
    margin-right: 20px;
}


/*.buycar-list .li3{width:132px;}*/

.buycar-list .list:last-child {
    border-bottom: 0;
}

.buycar-list .li4 {
    width: 150px;
}

.buycar-list .li5 {
    width: 180px;
}

.buycar-list .li6 {
    width: 150px;
}

.buycar-list .li7 {
    width: 130px;
}

.buycar-list .mt40 {
    display: inline-block;
}

.buycar-list .li2 .pro-pic {
    float: left;
    width: 100%;
    text-align: left;
}

.buycar-list .li2 .pro-pic img {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eaeaea;
    width: 103px;
}

.buycar-list .li2 .pro-pic p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: calc( 100% - 120px);
    line-height: 20px;
}

.buycar-list .list:hover {
    background: #FAFAFA
}

.buycar-list .cant .li,
.buycar-list .cant .li a {
    color: #CDCDCD
}

.car-list-bot,
.car-list-total,
.car-list-botinput {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.car-list-bot .fl {
    margin-right: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.car-list-bot .delinput {
    width: auto;
    border: none;
    height: 25px;
    background: url(../images/del.jpg) left center no-repeat;
    cursor: pointer;
    padding-left: 30px;
    font-size: 14px;
}

.car-list-bot .fr {
    font-size: 14px;
}

.car-list-total {
    text-align: right;
    font-size: 14px;
}

.car-list-total i {
    font-size: 30px;
    color: #4594f9;
}

.car-list-botinput .gouwu {
    float: left;
    border: 1px solid #DFDFDF;
    background: #F8F8F8;
    width: 97px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}

.car-list-botinput .tijiao {
    float: right;
    background: #4594f9;
    width: 160px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.phonetab1,
.phonetab2 {
    display: inline-block;
    vertical-align: middle;
}

.box {
    font-size: 14px;
    color: #333;
}

.box a {
    display: inline;
}

.box:after {
    content: "";
    clear: both;
    display: block;
}

.m_zlxg {
    text-indent: 0;
    text-align: left;
    position: relative;
    width: 110px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: left;
    margin: 0 10px 0 0;
    display: inline;
    border: 1px solid #eee;
}

.m_zlxg p {
    display: block;
    text-align: left;
    text-indent: 10px;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #333333;
    font-size: 12px;
    font-family: "微软雅黑";
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m_zlxg2 {
    position: absolute;
    top: 29px;
    border: 1px solid #ded3c1;
    background: #fff;
    width: 108px;
    display: none;
    max-height: 224px;
    -height: 224px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.m_zlxg2 li {
    line-height: 28px;
    white-space: nowrap;
    padding-left: 10px;
    font-family: "微软雅黑";
    color: #333333;
    font-size: 12px;
}

.m_zlxg2 li:hover {
    color: #d83d3c;
}

.m_zlxg p {
    background: url(../images/dot11.png) no-repeat 95%;
}

.coupon li {
    font-size: 14px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.buycar-2 {
    padding: 20px 0;
}

.buycar-2 .tit {
    width: 100%;
    float: left;
    font-size: 15px;
    text-align: left;
    text-indent: 20px;
}

.buycar-2 .list,
.buycar-2 .list2 {
    text-align: left;
    text-indent: 20px;
    margin-top: 15px;
    width: 100%;
    float: left;
}

.buycar-2 .list input {
    vertical-align: middle;
}

.buycar-2 .list span {
    margin-left: 20px;
}

.buycar-2 .list a {
    color: #d83d3c;
    display: inline-block;
    width: inherit;
}

.buycar-2 .list2 {
    margin-top: 25px;
}

.buycar-2 .list2 span {
    width: 90px;
    display: inline-block;
    text-align: left;
    text-indent: 0
}

.buycar-2 .list2 .input1 {
    border: 1px solid #eaeaea;
    height: 30px;
    width: 230px;
}

.buycar-2 .list2 .input2 {
    border: 1px solid #eaeaea;
    height: 30px;
    width: 578px;
}

.buycar-2 .list2 select {
    width: 190px;
    border: 1px solid #eaeaea;
    height: 30px;
}

.buycar-2 .list2 .input3 {
    width: 130px;
    height: 45px;
    background: #d83d3c;
    border: none;
    color: #fff;
    font-size: 14px;
}

.buycar-2 .list2 p,
.buycar-2 .list p {
    display: inline-block
}

.buycar-none,
.buycar-2 {
    width: 100%;
    border: 1px solid #eaeaea;
    margin-top: 15px;
    float: left;
    text-align: center;
    padding: 40px 0;
}

.m_detail .input_tk .input p {
    font-size: 14px;
    margin-right: 10px;
    vertical-align: top;
    line-height: 40px;
}

.m_detail .input_tk .input input {
    width: 400px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    text-indent: 10px;
    font-size: 14px;
    box-sizing: border-box;
    height: 40px;
    vertical-align: top;
}

.m_detail .input_tk .input textarea {
    width: 400px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    box-sizing: border-box;
    height: 100px;
    padding: 10px;
}

.m_detail .input_tk .btn1 {
    margin-left: 110px;
    width: 100px;
    line-height: 40px;
    background: #4594f9;
    text-align: center;
    color: #fff;
}

.m_footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    height: 50px;
    display: none;
    border-top: 1px solid #e5e5e5;
}

.m_footer a {
    float: left;
    width: 25%;
    text-align: center;
}

.m_footer a i {
    width: 22px;
    height: 22px;
    display: block;
    margin: 4px auto 0;
}

.m_footer a.active {
    color: #4594f9;
}

.m_footer .ico1 i {
    background: url(../images/m_footer1.png) no-repeat center;
    background-size: 18px;
}

.m_footer .ico1.active i {
    background: url(../images/m_footer11.png) no-repeat center;
    background-size: 18px;
}

.m_footer .ico2 i {
    background: url(../images/m_footer2.png) no-repeat center;
    background-size: 18px;
}

.m_footer .ico2.active i {
    background: url(../images/m_footer22.png) no-repeat center;
    background-size: 18px;
}

.m_footer .ico3 i {
    background: url(../images/m_footer3.png) no-repeat center;
    background-size: 18px;
}

.m_footer .ico3.active i {
    background: url(../images/m_footer33.png) no-repeat center;
    background-size: 18px;
}

.m_footer .ico4 i {
    background: url(../images/m_footer4.png) no-repeat center;
    background-size: 18px;
}

.m_footer .ico4.active i {
    background: url(../images/m_footer44.png) no-repeat center;
    background-size: 18px;
}

.m_footer a em {
    line-height: 20px;
    font-size: 13px;
}

.box {
    width: 1200px;
    margin: 0 auto;
}


/* 个性化 */

.m_dd .td1 {
    text-align: left;
    padding: 0 10px;
}

.m_dd tr:nth-of-type(2) {
    height: 80px;
}


/*分页*/

.paging {
    text-align: center;
    padding: 80px 0 0;
}

.paging li {
    display: inline-block;
    border-radius: 2px;
    margin: 0 4px;
    font-size: 16px;
}

.paging li.style {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #999;
}

.paging li.active a,
.paging li.style a:hover {
    color: #fff;
    background: #4594f9;
}

.paging li.style a {
    color: #666;
}

.paging li.active a {
    color: #fff;
    background: #4594f9;
}

.paging a {
    border-radius: 2px;
    display: block !important;
}

.paging li.style1 {}

.login_bg {
    color: #666;
}

.member {
    padding-bottom: 60px;
    color: #666;
    background: #fff;
}

.in_product .tab li img {
    transition: 0.3s all;
}

.in_product .tab li.active img {
    transform: scale(1.1);
}

.product .part1 .img {
    display: none;
}

.video_show {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1001;
    position: fixed;
    align-items: center;
    justify-content: center;
}

.video_show div {
    width: 900px;
    height: 506px;
    background-color: #000;
    position: relative;
    border-radius: 10px;
}

.video_show video {
    width: 100%;
    height: 100%;
}

.video_show .close {
    position: fixed;
    top: 70px;
    right: 40px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: url(../images/closeq.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.in_advantage .content {
    display: none;
}