/* GLOBAL STYLES */

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section,
a {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none !important;
}

input,
select,
textarea {
    vertical-align: middle;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

ul,
li {
    list-style-type: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

.top {
    width: 100%;
    height: 70px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.top-c {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 8%;
}

.logo img {
    width: 100%;
}

.nav {
    overflow: visible;
}

.nav:after {
    content: '';
    display: block;
    clear: both;
}

.nav li {
    margin-left: 45px;
    float: left;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.nav li:first-child {
    margin-left: 0;
}

.nav li:hover a {
    color: #e60012;
}

.nav li a {
    color: #333;
}

.nav li:hover {
    color: #E60012;
}

.nav li.active {
    color: #E60012;
    /*border-bottom:4px solid #e60012;*/
}

.nav li.active:after {
    content: '';
    width: 62.5%;
    height: 3px;
    position: absolute;
    bottom: -70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #e60012;
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}

.container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-banner{
    position:relative;
}

.banner {
    width: 100%;
    height: 500px;
    margin-top: 70px;
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-last {
    width:100%;
    height: 500px;
    margin-top:70px;
    background-image: url(../images/banner-last.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-last .main {
    margin:0 auto;
    position: relative;
    top:50%;
    left:0;
    transform: translateY(-50%);
}
.banner-last-tit {
    width:47%;
}
.banner .main {
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.banner-tit {
    width: auto;
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
}

.banner-tit1 {
    font-size: 28px;
    font-weight: normal;
    margin-top: 2%;
    line-height: 1.5em;
}

.banner-btnMore {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5%;
}

.banner-btn {
    width: 13.3%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1.2% 0;
    border-radius: 50px;
    margin-right: 30px;
    cursor: pointer;
}

.banner-icon {
    width: 20px;
    margin-right: 5%;
    margin-top: 1.2%;
}

.banner-show1 {
    display: block;
}

.banner-show2 {
    display: none;
}

.banner-btn span {
    color: #e60012;
    font-size: 16px;
}
.banner-btn.btn-width {
    width: 16.3%;
    background-color: #e60012;
    color: #fff;
}

.banner-btn.btn-width span {
    color: #fff;
}
.banner-btn1 {
    background-color: #e60012;
}

.banner-btn1 span {
    color: #fff;
}

.banner-btn:hover {
    background-color: #e60012;
}

.banner-btn:hover .banner-show1 {
    display: none;
}

.banner-btn:hover .banner-show2 {
    display: block;
}

.banner-btn:hover span {
    color: #fff;
}

.banner-btn1:hover {
    background-color: #DC0011;
}



.content {
    padding: 100px 0 90px;
}

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

.ptit {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.ptitb {
    width: 63px;
    height: 3px;
    background: #e60012;
    margin: 15px auto 0;
}

.p0-content {
    width: 100%;
    overflow: hidden;
}

.p0-le {
    width: 14.3%;
    float: left;
    margin-top: 5%;
}



.p0-ri {
    width: 81.7%;
    overflow: hidden;
    float: right;
    margin-top: 2.3%;

}

.p0-ri li {
    width: 31.3%;
    overflow: hidden;
    margin-left: 2.7%;
    margin-top: 2.7%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 2% 0%;
    float: left;
}

.p0-ri li:nth-child(1) {
    margin-left: 0;
}

.p0-ri li:nth-child(4) {
    margin-left: 0;
}

.p0-text {
    font-size: 18px;
    color: #333333;
    float: left;
    width: auto;
    margin-top: 2%;
    margin-left: 6%;
}

.p0-img2 {
    width: 38px;
    float: right;
    margin-right: 6%;
}

.p1-box {
    width: 100%;
}

.p1-tit {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 2%;
}

.p1-tit1 {
    overflow: hidden;
    width: 41.8%;
    margin: 0 auto;
}

.p1-tit0 {
    font-size: 32px;
    text-align: center;
    width: auto;
    float: left;
    font-weight: bold;
}


.p1-ic2 {
    width: 14.9%;
    float: right;
    margin-top: 1.5%;
}

.p1-txt {
    width: 76.5%;
    font-size: 14px;
    line-height: 1.7;
    color: #7f7f7f;
    text-align: center;
    margin: 1.8% auto 3.5%;
}

.p1-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3.2%;
    justify-content: space-between;
}

.content1 {
    width: 100%;
    background: url(../images/p1-bg.jpg);
    height: 710px;
    background-size: cover;
}

.p1-left {
    width: 48.5%;
    overflow: hidden;
}

.p1-ri {
    width: 51.5%;
    float: right;
    position: relative;
}

.p1-ri1 {
    width: 69.5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16%;
    overflow: hidden;
}

.p1-text {
    width: auto;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.p1-btn-icon {
    width: 17px;
    margin-right: 7%;
    margin-left: 21%;
    margin-top: 1.2%;
    float: left;
}

.p1-btn {
    width: 39.9%;
    background-color: #e60012;
    overflow: hidden;
    padding: 2.4% 0;
    border-radius: 50px;
    margin-right: 9%;
    float: left;
    cursor: pointer;
}

.p1-btn span {
    color: #fff;
    font-size: 16px;
}

.p1-btn:hover {
    background-color: #DC0011;
}

.p1-btn1 {
    background-color: #ffffff;
    width: 50.1%;
    border: 1px solid #d3d3d3;
    margin-right: 0;
}

.p1-btn1 .p1-btn-icon {

    margin-left: 17%;

}

.p1-btn1 span {
    color: #333333;

}

.p1-btn:hover span {
    color: #ffffff;
}

.p1-ptitb {
    width: 53px;
    margin: 3% auto 5% auto;
    margin-top: 5%;
    margin-bottom: 8%;
    margin-left: 0;
}

.p1-row-list {
    width: 100%;
    overflow: hidden;
    margin-top: 3.2%;
}

.p1-row-list>li {
    width: 23.3%;
    float: left;
    margin-left: 2.2%;
    position: relative;
}

.p1-row-list>li:first-child {
    margin-left: 0;
}

.p1-img {
    width: 100%;
    position: relative;
}

.p1-img-tBox {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.p1-img-tit {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.p1-img-txt {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 3%;
}

.p1-img-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.5s all;
}

.p1-txt-js {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
}

.p1-txt-js span {
    color: #e60012;
}

.p1-row-list>li:hover .p1-img-cover {
    opacity: 1;
}

.content2 {
    width: 100%;
    background: url(../images/p2-bg.jpg);
    height: 340px;
    background-size: cover;
}

.p1-btn-icon2 {
    margin-top: 0.2%;
}

.p2-tit {
    font-size: 24px;
    color: #333333;
    width: 100%;
    text-align: center;
}

.p2-tit1 {
    font-size: 16px;
    color: #333333;
    width: 77%;
    margin: 2% auto 0;
    line-height: 1.5em;
    text-align: center;
}


.p2-1 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 4%;
}



.p2-text {
    width: 27.5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4.3%;
}

.p2-text1 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;

}

.p2-text2 {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 1.6em;
    margin-top: 6%;
}

.p2-tex3 {
    left: 55%;
}

.zx-btn {
    position: relative;
    width: 60px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(204, 204, 204, 0.75);
    z-index: 999;

}
.zx-ic {
    width: 100%;
}
.right-box {
    width: 60px;
    right: 30px;
    position: fixed;
    bottom: 70px;
}
.zx-wz {
    width:130%;
    height:30px;
    line-height:30px;
    margin: 0 auto;
    font-size: 16px;
    text-align:center;
    color: #e60012;
    padding: 0 4% ;
    display: none;
    position:absolute;
    right:100%;
    top:0;
    background-color:#fff;
    box-shadow: 0 3px 5px rgba(204, 204, 204, 0.75);
    
    cursor:pointer;
}
.zx-sy {
    width:130%;
    height:30px;
    line-height:30px;
    margin: 0 auto;
    font-size: 16px;
    text-align:center;
    color: #e60012;
    padding: 0 4% ;
    display: none;
    position:absolute;
    right:100%;
    bottom:0;
    background-color:#fff;
    cursor:pointer;
    border-top:1px solid #ccc;
    box-shadow: 0 3px 5px rgba(204, 204, 204, 0.75);
}

.p3-box {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
}

.p3-img {
    position: relative;
    width: 45%;
    float: left;
    cursor: pointer;
}

.p3-right {
    position: relative;
    top: -50%;
    transform: translateY(45%);
    width: 38.5%;
    float: left;
    margin-left: 8.2%;
}

.p3-btn {
    position: absolute;
    width: 13%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.video_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: auto;
    background: #000;
    transform: translate(-50%, -50%);
}

.video_wrap video {
    width: 100%;
    height: 100%;
}

.close_1 {
    width: 22px;
    position: absolute;
    right: -5%;
    top: 0;
    cursor: pointer;
}

.hide-img {
    display: none;
}


.p3-img:hover .hide-img {
    display: block;
}

.p3-img:hover .p3-btn img:first-child {
    display: none;
}

.p3-title {
    font-size: 24px;
    font-weight: 600;
}

.p3-line {
    width: 10.8%;
    height: 3px;
    background-color: #e60012;
    margin: 5% 0;
}

.p3-t1 {
    width: 100%;
    color: #7F7F7F;
    line-height: 1.75em;
}

.p4-row-list>li {
    width: 31.8%;
}

.p4-row-list>li {
    margin-left: 2.3%;
}

.content.p5 {
    background-image: url(../images/p5-bg.png);
    background-size: cover;
}

.content.p4 {
    background-color: #F9F9F9;
}

.p5-box {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.p5-left {
    float: left;
    width: 49.5%;
}

.p5-right {
    float: right;
    width: 49.5%;
}

.p5-xbox {
    overflow: hidden;
    height: 143px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.p5-lxwm {
    float: left;
    margin-left: 60px;
    margin-top: 25px;
    padding-bottom: 40px;
}

.p5-lxwm p {
    font-size: 24px;
    color: #333;
    margin-top: 15px;
    line-height: 1;
}

.p5-lxwma {
    float: left;
    background: #e60012;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding: 13px 39px;
    border-radius: 30px;
    margin-top: 52px;
    margin-left: 132px;
}

.p5-lxwm .p5-lxwmxp {
    font-size: 14px;
    color: #7f7f7f;
}

.p5-nhgxa {
    float: right;
    background: #fbfbfb;
    font-size: 16px;
    border: 1px solid #d3d3d3;
    color: #333333;
    line-height: 1;
    padding: 13px 32px;
    border-radius: 30px;
    margin-top: 52px;
    margin-right: 32px;
}

.p5-nhgxa:after {
    content: '';
    background: url(../images/p5-aimg.png);
    background-size: 100% 100%;
    width: 6px;
    height: 11px;
    margin-top: 2px;
    margin-left: 10px;
    float: right;
}

.p5-lxwma:hover {
    background-color: #DC0011;
}

 .p5-nhgxa:hover {
    border: 1px solid #E60012;
    background: #E60012;
    color: #fff;
}

 .p5-nhgxa:hover:after {
    background: url(../images/p5-aimgw.png);
    background-size: 100% 100%;
}
.right-btnz2 {
    width:222px;
    position: fixed;
    right: 30px;
    bottom: 24%;
    z-index: 100;
}
.right-btnz2 .right-btn2{
    background-color: transparent;
}
/*底部*/

.bottom {
    width: 100%;
    height: 60px;
    background-color: #404043;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #cccccc;
}

.bottom .main {
    margin: 0 auto;
}

.bottom img {
    width: auto;
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}
.video-mask{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.9);
    z-index: 300;
    display:none;
}
.video-box{
    width:800px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.video-close{
    width: 22px;
    position: absolute;
    right: -5%;
    top: 0;
    cursor:pointer;
}
.video-close img{
    width:20px;
    display:inline-block;
}
.video-n{
    width:100%;
}
@media (max-width:1440px) {
    .banner,.banner-last {
        height: 375px;
    }
}

@media (max-width:1200px) {

    .top-c,
    .main {
        width: 960px;
    }

    .banner-icon {
        width: 16px;
    }

    .banner-btn span {
        font-size: 14px;
    }

    .p0-ri li {
        width: 30.3%;
    }

    .p1-btn-icon {
        margin-left: 17%;
    }

    .p1-btn span {
        font-size: 14px;
    }

    .p1-btn1 .p1-btn-icon {
        margin-left: 14%;
    }

    .content1 {
        height: 585px;
    }

    .content2 {
        height: 330px;
    }

    .p1-tit1 {
        overflow: hidden;
        width: 51.8%;
        margin: 0 auto;
    }

    .p0-text {
        font-size: 16px;
        margin-top: 3%;
    }

    .p3-right {
        transform: translateY(28%);
    }

    .p5-lxwma {
        margin-right: 4%;
    }
    .p5-lxwm {
        margin-left: 30px;
    }
    .p5-nhgxa {
        margin-right: 4%;
        padding: 13px 20px;
    }
    .p5-lxwm p {
        font-size: 22px;
       
    }
}

@media (max-width:960px) {

    .top-c,
    .main {
        width: 750px;
    }

    .nav li {
        font-size: 12px;
        margin-left: 35px;
    }

    .banner,.banner-last {
        height: 250px;
    }

    .banner-btn span {
        font-size: 12px;
    }
    .p5-lxwm {
        margin-left: 3%;
    }
    .p5-nhgxa {
        margin-right: 4%;
        padding: 13px 20px;
    }
    .p5-lxwm p {
        font-size: 16px;
       
    }
    .p5-nhgxa {
        margin-right: 2%;
        padding: 10px 14px;
    }
}

@media (max-width:750px) {
    .show-pc {
        display: none;
    }

    .show-phone {
        display: block;
    }

    .top-c {
        width: 100%;
    }

    .banner-tit {
        font-size: 6.4vw;
    }

    .banner-tit1 {
        font-size: 3.73vw;
        margin-top: 5%;
    }


    .main-box {
        width: 100%;
        margin: 0 auto 3%;
    }

    .top {
        height: auto;
    }

    .top-c {
        width: 100%;
        justify-content: space-between;
        padding: 2% 0;
        box-sizing: border-box;
    }

    .logo {
        width: 18.7%;
        margin-left: 4%;
        margin-top: 0;
    }

    .menu {
        width: 6.7%;
        margin-right: 4%;
    }

    .nav {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        margin-left: 0;
        background-color: #fff;
        border-top: 1px solid #e5e5e5;
        display: none;
        padding-bottom: 12%;
        box-shadow: 0 10px 15px 0 #808080;
    }

    .nav>li {
        width: 100%;
        margin-left: 0;
        border-bottom: none;
        box-sizing: border-box;
        padding: 4% 8%;
        font-size: 3.73vw;
    }

    .nav li:after {
        content: '';
        width: 84%;
        height: 1px;
        background-color: #e3e3e3;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .nav li.active {
        background-color: #f7f7f7;
    }

    .nav li.active:after {
        content: '';
        width: 84%;
        height: 1px;
        background-color: #e3e3e3;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .p0-ri {
        width: 100%;
        margin-top: 7.6%;
    }

    .p0-img2 {
        width: 28px;

    }

    .p0-ri li {
        width: 100%;
        overflow: hidden;
        margin-left: 0%;
        margin-top: 3.7%;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 3% 0%;
    }

    .p0-ri li:nth-child(1) {
        margin-top: 0;
    }

    .p1-tit {
        font-size: 3.73vw;
        margin-top: 3.8%;
    }

    .p1-row {
        flex-direction: column;
    }

    .p1-left {
        width: 100%;
        margin: 0 auto;
    }

    .p1-ri {
        width: 100%;
    }

    .p1-text {
        font-size: 4.267vw;
    }

    .p0-text {
        font-size: 3.73vw;
        margin-top: 0.9%;
    }

    .p1-tit1 {
        width: 92.2%;

    }

    .p1-tit0 {
        font-size: 5.33vw;
    }



    .back {
        width: 22px;
        margin-right: 16px;
        margin-top: 12px;
    }

    .bottom {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 3vw;
    }

    .div-br {
        display: block;
    }


    .main {
        width: 92.3%;
        margin: 0 auto;
    }

    .banner,.banner-last {
        margin-top: 12%;
        height: auto;
        position: relative;
        background-image: none;
    }

    .banner>img {
        width: 100%;
    }

    .banner .main,.banner-last .main {
        width: 100%;
        position: absolute;
        top:50%;
        left:4%;
    }

.banner-last .main{
        top:41%;
    }
    .banner-last-tit{
        width:72%;
    }
    .banner-tit {
        width:84.7%;
    }

    .banner-btnMore {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-btn {
        width: 37.1%;
        margin-top: 3%;
        padding: 2.6% 0;
    }

    .banner-icon {
        width: 4.67vw;
    }

    .banner-btn span {
        font-size: 3.73vw;
    }

    .banner-btn1:hover {
        background-color: #e60012;
    }

    /*.banner-btn:hover {
        background-color: #fff;
    }
    .banner-btn:hover .banner-show1 {
        display: block;
    }
    .banner-btn:hover .banner-show2 {
        display: none;
    }
    .banner-btn:hover span {
        color:#e60012;
    }*/

    .content {
        padding: 11% 0 10%;
    }

    .ptit {
        font-size: 5.33vw;
    }

    .ptitb {
        width: 10%;
        margin: 2% auto 0;
    }

    .content1 {
        width: 100%;
        background: url(../images/p1-bg-w.jpg);
        height: auto;
        background-size: cover;
    }

    .p1-ptitb {

        margin: 3% auto 5% auto;
        margin-top: 5%;
        margin-bottom: 8%;
        margin-left: 0;
    }

    .p1-btn span {
        font-size: 3.2vw;
    }



    .p1-btn-icon {
        width: 15px;
        margin-top: 2.9%;
        margin-right: 6%;
    }

    .p1-btn-icon2 {
        margin-top: 3.5%;
        width: 13px;
        margin-left: 23%;
    }

    .p1-ri1 {
        width: 89.5%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5.5%;
        overflow: hidden;
    }

    .p1-btn1 .p1-btn-icon {
        margin-left: 17%;
    }


    .p1-row {
        flex-direction: column;
    }

    .p1-left {
        width: 100%;
        margin: 0 auto;
    }

    .p1-btn {
        width: 39.4%;
        background-color: #e60012;
        overflow: hidden;
        padding: 2.4% 0 3% 0;
        border-radius: 50px;
        margin-right: 7%;
        float: left;
        cursor: pointer;
    }

    .p1-btn1 {
        background-color: #ffffff;
        width: 52.1%;
        border: 1px solid #d3d3d3;
        margin-right: 0;
    }

    .p1-right-list {
        width: 100%;
        margin: 3% auto 0;
    }

    .p1-right-list>li {
        width: 33%;
        margin-left: 0.5%;
    }

    .p1-right-list>li:nth-child(3n-2) {
        margin-left: 0;
    }

    .p1-right-txt {
        font-size: 3.2vw;
    }

    .p1-row-list>li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 4%;
        overflow: hidden;
    }


    .p1-btn span {
        font-size: 3.2vw;
    }

    .p1-btn a {
        padding: 2% 8% 3%;
    }

    .p1-img-tit {
        font-size: 4.27vw;
    }

    .p1-img-txt {
        font-size: 3.47vw;
    }

    .p1-img-cover {
        opacity: 1;
        transform: translateX(100%);
    }

    .p1-img-cover.active {
        transform: translateX(0%);
    }

    .p1-txt-js {
        font-size: 3.2vw;
        width: 81%;
    }

    .p1-jtBg {
        width: 10.7vw;
        height: 10.7vw;
        position: absolute;
        top: 50%;
        right: -5.35vw;
        transform: translateY(-50%);
        background-color: #f6f6f6;
        border-radius: 100%;
    }

    .p1-jt {
        width: 15%;
        position: absolute;
        top: 50%;
        left: 2.5vw;
        transform: translateY(-50%);
    }

    .p1-jtBg.active .p1-jt img {
        transform: rotate(180deg);
    }

    .p1-img-cover {
        border-radius: 2px;
    }

    .p2-tit {
        font-size: 3.72vw;
    }

    .p2-tit1 {
        font-size: 3.2vw;
        width: 100%;
        text-align: left;
    }

    .content2 {
        width: 100%;
        background: url(../images/p2-bg-w.jpg);
        height: auto;
    }

    .p2-text {
        width: 56.1%;
        position: absolute;
        top: 9%;
        transform: translateY(0%);
        left: 6.3%;
    }

    .p2-tex3 {
        top: 62%;
    }

    .p2-text1 {
        font-size: 4.267vw;
    }

    .p2-text2 {
        font-size: 3.2vw;
    }

    .p3-img {
        width: 100%;
        float: none;
    }

    .p3-right {
        width: 88.6%;

        float: none;
        margin: 6% auto;
        transform: translateY(0%);
    }

    .p3-t1 {
        font-size: 3.2vw;
    }

    .p3-title {
        font-size: 4.3vw;
    }

    .video-bf {
        width: 12vw;
        height: 12vw;

    }

    .video_wrap {
        width: 94%;
        height: auto;
        left: 3%;
        margin: auto;
        transform: translateY(-50%);
    }

    .close_1 {
        width: 4%;
        right: 0;
        top: -12%;
    }

    .p4-row-list {
        margin-top: 7.6%;
    }

    .p5-box {
        width: 100%;
        margin: 7.6% auto 0;
    }

    .p5-left {
        float: none;
        width: 100%;
    }

    .p5-right {
        float: none;
        width: 100%;
        margin-top: 7%;
    }

    .p5-lxwm p {
        font-size: 4vw;
        margin-top: 7%;
    }

    .p5-lxwm {
        margin-left: 7.1%;
        margin-top: 2.5%;
        padding-bottom: 4.7%;
    }

    .p5-lxwma {
        margin-left: 19%;
        padding: 2% 4%;
        margin-top: 8%;
        font-size: 3.2vw;
        width: 18%;
        text-align: center;
    }

    .p5-xbox {
        height: auto;
    }

    .p5-nhgxa {
       
        padding: 2% 4%;
        margin-top: 8%;
        font-size: 3.2vw;
        width: 18%;
    }
    .p5-left .p5-nhgxa{
        margin-top: 6%;
    }
    .p5-lxwm .p5-lxwmxp {
        font-size: 3.2vw;
    }

    .p5-nhgxa:after {
        margin-top: 2px;
        margin-left: 5px;
    }

    .p2-tit1 {

        margin: 3.8% auto 0;

    }

    .p2-1 {

        margin-top: 6%;
    }
    .right-btnz2 {
        width: 100px;
        position: fixed;
        right: 2%;
        bottom: 24%;
        z-index: 100;
    }
    .banner-btn.btn-width {
        width: 40%;
    }

    .banner-btn.btn-width {
        width: 40%;
    }
    .video-box{
        width:96%;
        margin:0 auto;
    }
    .video-close{
            width: 4%;
    right: 0;
    top: -12%;

    }
}
