html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 100px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

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 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input,
select,
textarea {
    vertical-align: middle;
    -ms-behavior: url(css/PIE.htc);
    behavior: url(css/PIE.htc);
    outline: none;
}

img {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

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);
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}

.top {
    width: 100%;
    height: 80px;
    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: 94px;
}

.logo img {
    width: 100%;
}

.nav {
    /*overflow:hidden;*/
    width: auto;
}

.nav:after {
    content: '';
    display: block;
    clear: both;
}

.nav>li {
    margin-left: 40px;
    float: left;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.nav>li:after {
    content: '';
    position: absolute;
    top: 218%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.nav>li:first-child {
    margin-left: 0;
}

.nav>li:hover a {
    color: #e60012;
}

.nav>li:hover:after {
    background-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 {
    background-color: #e60012;
}

.container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../images/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.banner {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/banner.jpg);
    margin-top: 80px;
    position: relative;
}

.banner-c {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.banner-tit {
    width: 55.9%;
    margin-bottom: 3.2%;
}

.banner-time {
    width: 100%;
    overflow: hidden;
}

.banner-time>img {
    width: 2%;
    float: left;
    margin-right: 14px;
    margin-top: 3px;
}
.banner-time span{
    visibility: hidden;
    line-height: 1.8em;
}
.banner-time>p {
    font-size: 24px;
    color: #fff;
    float: left;
    line-height: 1.2;
}

.content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0 0;
    box-sizing: border-box;
}

.main {
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.p0-bg {
    width: 100%;
    position: relative;
}

.p0-box {
    width: 92.8%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.p0-img {
    width: 34.2%;
}

.p0-txt {
    width: 61.3%;
}

.p0-txt p {
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    margin-top: 2%;
    text-align: justify;
}

.p0-txt p:first-child {
    margin-top: 0;
}

.title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.title>img {
    width: 8.7%;
}

.title>span {
    font-size: 40px;
    color: #333333;
    padding: 0 1.5%;
}

.p1-bg {
    width: 62.25%;
    margin: 2% auto 0;
    position: relative;
}

.p1-txt {
    width: 75.9%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.p6-bg {
    width: 100%;
    position: relative;
    margin-top: 3.3%;
}

.p6-list {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.p6-list>li {
    width: 100%;
    overflow: hidden;
    margin-top: 1.5%;
}

.p6-list>li:first-child {
    margin-top: 0;
}

.p6-ic {
    width: 8px;
    float: left;
    margin-left: 14.7%;
    margin-top: 6px;
    margin-right: 0.8%;
}

.p6-list>li p {
    width: 77%;
    font-size: 18px;
    color: #333333;
    line-height: 1.2;
    float: left;
}

.p7-box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.p7-txt {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 2.5%;
}

.p7-btn {
    width: 27.8%;
    margin: 0 auto;
    position: relative;
    /*cursor: pointer;*/
}

.p7-btn-t {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.p7-btn-t span {
    font-size: 18px;
    color: #bc3db2;
}

.p7-btn-ic {
    width: 11px;
    margin-left: 10px;
}

.p7-show1 {
    display: block;
}

.p7-show2 {
    display: none;
}

.p7-btn:hover .p7-show1 {
    display: none;
}

.p7-btn:hover .p7-show2 {
    display: block;
}

.p7-btn:hover .p7-btn-t span {
    color: #fff;
}

.p8-btn {
    width: 20.8%;
    margin: 0 auto;
    position: relative;
}

.p8-btn-t {
    width: 72.6%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.p8-btn-t span {
    font-size: 18px;
    color: #bc3db2;
}

.p8-btn:hover .p7-show1 {
    display: none;
}

.p8-btn:hover .p7-show2 {
    display: block;
}

.p8-btn:hover .p8-btn-t span {
    color: #fff;
}

.p8-zy {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 3% auto 4%;
}

.p8-zy img {
    width: 1.5%;
    margin-right: 1%;
}

.p8-zy p {
    font-size: 16px;
    color: #666666;
}


/*底部*/

.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    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: 0.5%;
    padding-right: 0.5%;
}

.show-pc {
    display: block;
}

.show-pc1 {
    display: table;
}

.show-phone1 {
    display: none;
}

.show-phone {
    display: none;
}

.p2-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.p2-warp {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.p3-warp {
    overflow: visible;
}

.flow {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.p2 {
    width: 100%;
    position: relative;
}

.p2-tit {
    width: 100%;
    position: relative;
    padding: 60px 0 3.3% 0;
}

.p2-1 {
    width: auto;
    position: absolute;
    width: 100%;
    top: 39%;
    left: 0;
    text-align: center;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}
.p0-box1{
    top: 51.5%;
}
 .p-box{
    margin-top: 3.3%;
    position: relative;
    font-size: 18px;
    color: #333;
    line-height: 1.7em;
 }
 .p-left{
    width: 61.4%;
    float: left;
    text-align: justify;
    margin-left: 1%;

}
.p-left p{
    margin-bottom: 2%;
}
.p-right{
    width: 31.8%;
    float: right;
    margin-right: 1%;
}
.p-right p{
   text-align: center;
   background: linear-gradient(to bottom, #BC3DB2, #272AAB);
   -webkit-background-clip: text;
   color: transparent;
   font-weight: 600;
   margin-top: 3%;
}
.p2-2 {
    width: 100%;
    position: relative;
    margin-top: 3.3%;
}
#m0 {
    padding-bottom: 60px;
}

.p2-3 {
    width: 34.5%;
    position: absolute;
    left: 10.2%;
    top: 12.4%;
}

.p2-tit1 {
    width: 37.7%;
    margin: 0 auto;
    font-size: 26px;
    background: linear-gradient(to bottom, #BC3DB2, #272AAB);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

.p2-ul {
    width: 100%;
    overflow: hidden;
    margin-top: 7.3%;
}

.p2-ul li {
    margin-top: 2.5%;
    width: auto;
    line-height: 1.5em;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
}

.p2-ul li:nth-child(1) {
    margin-top: 0%;
}

.p2-icon {
    float: left;
    width: 8px;
    margin-right: 6px;
    margin-top: 7.5px;
    margin-bottom: 6.6px;
}

.p2-4 {
    left: 60.3%;
}

.p2-tit2 {
    margin-left: 14%;
}

.p3 {
    width: 100%;
    background: url(../images/p3-bg.png)no-repeat top center;
    height: auto;
    background-size: cover;
}

.p3-ul {
    width: 100%;
}

.p3-ul li {
    width: 24.1%;
    margin-top: 2.4%;
    float: left;
    margin-left: 1.2%;
}

.p3-ul li:nth-child(1) {
    margin-left: 0;
    margin-top: 0;
}

.p3-ul li:nth-child(2) {
    margin-top: 0;
}

.p3-ul li:nth-child(3) {
    margin-top: 0;
}

.p3-ul li:nth-child(4) {
    margin-top: 0;
}

.p3-ul li:nth-child(5) {
    margin-left: 0;
}

.p3-ul li:nth-child(9) {
    margin-left: 0;
}

.p3-ul li:nth-child(13) {
    margin-left: 0;
}

.p3-img {
    width: 100%;
    position: relative;
}

.p3-ul1 {
    width: 87%;
    overflow: hidden;
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translateX(-50%);
}

.p3-ul1 li {
    margin-left: 10.8%;
    width: auto;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1.3em;
    text-align: center;
}

.p3-ul1 li:nth-child(1) {
    margin-left: 0;
}

.p3-xian {
    width: 1px;
    position: absolute;
    top: 75%;
    left: 28.5%;
}

.p3-xian1 {
    left: 54.5%;
}

.p3-xian2 {
    left: 80.5%;
}

.p3-text {
    width: 100%;
    position: relative;
    border-radius: 0 0 15px 15px;
    padding: 7% 6% 7% 6%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 15%)
}

.p3-text1 {
    font-size: 18px;
    width: 100%;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.p3-text2 {
    font-size: 14px;
    text-align: center;
    width: auto;
    color: #333333;
    margin-top: 5%;
}

.p3-text2 span {
    width: auto;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    padding: 0 2%;
}

.p3-text3 span {
    width: auto;
    background: linear-gradient(to bottom, #BC3DB2, #272AAB);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 20px;
}

.p3-ul11 li {
    margin-left: 10.1%;
}

.p3-ul15 {
    width: 91%;
    top: 63%
}

.p3-ul15 li {
    margin-left: 6.7%;
}

.p3-ul16 {
    top: 59%;
}

.p3-xian3 {
    top: 60%;
}

.p3-xian6 {
    left: 33%;
}

.p3-xian4 {
    left: 56.5%;
}

.p3-xian5 {
    left: 78.7%;
}

.p3-ul15 li:nth-child(2) {
    margin-top: 2.8%;
}

.p3-ul15 li:nth-child(3) {
    margin-top: 2.8%;
}

.p3-ul16 li:nth-child(2) {
    margin-top: 6%;
}

.p3-ul16 li:nth-child(3) {
    margin-top: 6%;
}

.p3-xian7 {
    left: 27.8%;
}

.p3-xian8 {
    left: 55%;
}

.p3-2 {
    line-height: 1.9em;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3.3%;
    position: relative;
    margin-bottom: 60px;
}

.p3-2-1 {
    font-size: 16px;
    width: 29.4%;
    color: #333333;
    float: left;
}

.p3-2-2 {
    font-size: 16px;
    width: 34.5%;
    color: #333333;
    margin-left: 3.4%;
    float: left;
}

.p3-2-2 {
    font-size: 16px;
    width: 34.5%;
    color: #333333;
    margin-left: 3.4%;
    float: left;
}

.p3-niu {
    width: 35.4%;
    position: relative;
    margin: 2% auto 0 auto;
}

.p3-xq {
    width: auto;
    position: absolute;
    top: 13%;
    left: 20%;
    font-size: 16px;
    color: #BC3DB2;
}

.p3-xq1 {
    color: #FFFFFF;
}

.p3-2-3 {
    width: 29.2%;
}

.p3-niu1 {
    width: 41.8%;
}

.p3-xian1-1 {
    width: 2px;
    position: absolute;
    top: 4%;
    left: 30.6%;
}

.p3-xian1-2 {
    left: 68.6%;
}

.p4-text {
    width: 72.7%;
    font-size: 20px;
    color: #333333;
    margin: 0 auto 3.3% auto;
    line-height: 1.5em;
    text-align: center;
}

.p4-1 {
    width: 100%;
    overflow: hidden;
}

.p4-2 {
    width: 45.8%;
    float: left;
    position: relative;
}

.p4-3 {
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 48.5%;
}

.p4-text1 {
    color: #333333;
    font-size: 18px;
    width: auto;
}

.p4-text1 span {
    width: auto;
    background: linear-gradient(to bottom, #BC3DB2, #272AAB);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 26px;
}

.p4-text2 {
    margin-top: 5%;
}

.p4-4 {
    margin-left: 8.4%;
}

.p4-5 {
    width: 28%;
    margin: 30px auto 0 auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
}

.p4-icon {
    float: left;
    width: 18px;
    margin: 3px 9px 0 0;
}

.p3-text3 {
    margin-top: 3.5%;
}

.p5-table {
    width: 47.5%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(188, 61, 178, 0.3);
    float: left;
}

.p5-table1 {
    margin-left: 5%;
    border-bottom: none;
}

.p5-table tr:nth-child(2n-1) {
    background-color: rgba(188, 61, 178, 0.1);
}

.p5-table tr td {
    width: 25%;
    text-align: center;
    font-size: 18px;
    padding: 1.5% 0;
    color: #333333;
}

.p5-table tr th {
    width: 25%;
    padding: 2% 0;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: bold;
    color: #ffffff;
    background-image: linear-gradient(#BC3DB2, #272AAB);
}

.p5-table tr th:nth-child(4) {
    border-right: none;
}

.p5-table td {
    border-right: 1px solid rgba(188, 61, 178, 0.3);
}

.p5-table td:nth-child(4) {
    border-right: none;
}

.p5-1 {
    width: 100%;
    overflow: hidden;
}

a {
    display: block;
}

@media(max-width:1200px) {
    .top-c,
    .banner-c,
    .main {
        width: 960px;
    }
    .nav>li {
        margin-left: 35px;
        font-size: 14px;
    }
    .nav>li:after {
        top: 245%;
    }
    .banner {
        height: 320px;
    }
    .banner-time>p {
        font-size: 20px;
    }
    .title>span {
        font-size: 34px;
    }
    .p0-txt p {
        font-size: 14px;
    }
    .p1-txt {
        font-size: 16px;
    }
    .p6-list>li p {
        font-size: 14px;
    }
    .p6-ic {
        margin-top: 2px;
    }
    .p7-txt {
        font-size: 16px;
    }
    .p7-btn-t span {
        font-size: 14px;
    }
    .p8-btn-t span {
        font-size: 14px;
    }
    .p8-zy p {
        font-size: 12px;
    }
    .p2-warp {
        width: 960px;
    }
    .p3-warp {
        width: 960px;
    }
    .p2-tit1 {
        font-size: 20px;
    }
    .p2-ul li {
        font-size: 13px;
    }
    .p3-text1 {
        font-size: 16px;
    }
    .p2-1 {
        font-size: 32px;
    }
    element.style {}
    .p3-ul1 li:nth-child(1) {
        margin-left: 0;
    }
    .p3-ul li:nth-child(1) {
        margin-left: 0;
        margin-top: 0;
    }
    .p3-ul1 li {
        font-size: 9px;
    }
    .p3-text2 {
        font-size: 11px;
    }
    .p3-text2 span {
        font-size: 15px;
    }
    .p3-xq {
        font-size: 13px;
        top: 2%;
    }
    .p4-text {
        font-size: 15px;
    }
    .p4-text1 span {
        font-size: 22px;
    }
    .p4-text1 {
        font-size: 15px;
    }
    .p4-5 {
        font-size: 12px;
    }
    .p4-icon {
        margin: 0px 9px 0 0;
    }
    .p3-2-2 {
        font-size: 12px;
    }
    .p3-2-1 {
        font-size: 12px;
    }
    .p3-xian1 {
        left: 52.5%;
    }
    .p3-xian2 {
        left: 77.5%;
    }
    .p3-xian3 {
        top: 65%;
    }
    .p3-xian4 {
        left: 54.5%;
    }
    .p3-xian5 {
        left: 75.7%;
    }
    .p2-icon {
        margin-top: 4px;
    }
}

@media (max-width:960px) {
    .top-c,
    .banner-c,
    .main {
        width: 750px;
    }
    .nav>li {
        font-size: 12px;
        margin-left: 25px;
    }
    .nav>li:after {
        top: 280%;
    }
    .logo {
        width: 80px;
    }
    .banner {
        height: 250px;
    }
    .banner-time>p {
        font-size: 16px;
    }
    .title>span {
        font-size: 28px;
    }
    .p0-txt p {
        font-size: 11px;
    }
    .p1-txt {
        font-size: 12px;
    }
    .p6-ic {
        margin-left: 8.6%;
    }
    .p6-list>li p {
        width: 85%;
        font-size: 12px;
    }
    .p7-txt {
        font-size: 14px;
    }
    .p7-btn-t span {
        font-size: 12px;
    }
    .p7-btn-ic {
        width: 8px;
        margin-left: 7px;
    }
    .p8-btn-t span {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .show-pc {
        display: none !important;
    }
    .show-phone {
        display: block;
    }
    .main {
        width: 93.3%;
        margin: 0 auto;
    }
    .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;
    }
    .nav>li {
        width: 100%;
        margin-left: 0;
        border-bottom: 1px solid #e5e5e5;
        box-sizing: border-box;
        padding: 2% 5%;
        font-size: 3.5vw;
    }
    .nav>li:after {
        display: none;
    }
    .back {
        width: 22px;
        margin-right: 16px;
        margin-top: 12px;
    }
    .logo-intel {
        width: 70px;
        float: left;
        margin-top: 12px;
        padding-left: 15px;
        margin-left: 15px;
        border-left: 2px solid #cccccc;
        position: static;
    }
    .container {
        background-image: url(../images/bg-w.jpg);
    }
    .banner {
        position: relative;
        height: auto;
        background: none;
        margin-top: 12%;
    }
    .banner-c {
        width: 81.6%;
        transform: none;
        top: 12.9%;
        left: 6.9%;
        right: auto;
    }
    .banner-tit {
        width: 100%;
        margin-bottom: 5%;
    }
    .banner-time>img {
        width: 3.6%;
        margin-right: 2%;
        margin-top: 2px;
    }
    .banner-time>p {
        font-size: 2.9vw;
    }
    .title>img {
        width: 14.9%;
    }
    .title>span {
        font-size: 5.3vw;
        padding: 0 2.5%;
    }
    .content {
        padding: 7% 0 0;
    }
    .p0-box {
        width: 85.7%;
        flex-direction: column-reverse;
    }
    .p0-img {
        width: 100%;
        margin: 0 auto;
    }
    .p0-txt {
        width: 100%;
        margin: 0 auto 3%;
    }
    .p0-txt p {
        font-size: 3.2vw;
    }
    .p1-bg {
        width: 98.4%;
        margin: 4% auto 0;
    }
    .p1-txt {
        width: 73.6%;
        font-size: 3.2vw;
        line-height: 1.7;
    }
    .p6-bg {
        margin-top: 4.5%;
    }
    .p6-list>li {
        margin-top: 3.3%;
    }
    .p6-ic {
        width: 6px;
        margin-left: 6.8%;
        margin-right: 1.7%;
        margin-top: 7px;
    }
    .p6-list>li p {
        font-size: 3.2vw;
        line-height: 1.7;
    }
    .p7-txt {
        font-size: 3.2vw;
        margin-bottom: 6%;
    }
    .p7-btn {
        width: 57.2%;
    }
    .p7-show1 {
        display: none;
    }
    .p7-show2 {
        display: block;
    }
    .p7-btn-t span {
        font-size: 2.9vw;
        color: #fff;
    }
    .p8-btn {
        width: 44.3%;
    }
    .p8-btn-t span {
        font-size: 2.9vw;
        color: #fff;
    }
    .p8-zy {
        margin: 7% auto 7%;
    }
    .p8-zy img {
        width: 2.8%;
    }
    .p8-zy p {
        font-size: 2.4vw;
    }
    .bottom {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 3vw;
    }
    .p2-warp {
        width: 95%;
    }
    .p3-warp {
        width: 95%;
    }
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }
    .p2-1 {
        font-size: 5.33vw;
        top: 33.5%;
    }
    .p2-2 {
        width: 100%;
        margin-left: -0.5%;
    }
    .p2-tit1 {
        font-size: 4.267vw;
    }
    .p2-ul li {
        font-size: 2.93vw;
        margin-top: 2.1%;
    }
    .p2-tit1 {
        width: auto;
        margin-left: 29%;
    }
    .p2-3 {
        width: 75%;
        position: absolute;
        left: 21.4%;
        top: 9.9%;
    }
    .p2-ul {
        margin-top: 6.9%;
    }
    .p2-icon {
        margin-bottom: 5px;
        margin-top: 5px;
        width: 6px;
    }
    .p2-4 {
        left: 13.6%;
        top: 14%;
    }
    .p3 {
        background: url(../images/p3-bg-w.png)no-repeat top center;
    }
    .p3-ul1 li {
        font-size: 1.867vw;
    }
    .p3-text1 {
        font-size: 2.8vw;
    }
    .p3-text2 {
        font-size: 2.267vw;
    }
    .p3-text2 span {
        font-size: 3.2vw;
    }
    .p3-ul li {
        width: 48.9%;
        margin-left: 2.2%;
    }
    .p3-ul li:nth-child(2n-1) {
        margin-left: 0%;
    }
    .p3-ul li:nth-child(3) {
        margin-top: 2.4%;
    }
    .p3-ul li:nth-child(4) {
        margin-top: 2.4%;
    }
    .p3-ul1 li:nth-child(3) {
        margin-top: 0%;
    }
    .p3-ul1 li:nth-child(4) {
        margin-top: 0%;
    }
    .p3-ul1 {
        top: 75%;
    }
    .p3-ul1 li {
        margin-left: 11.5%;
        width: auto;
        color: #FFFFFF;
        line-height: 1.5em;
        text-align: center;
    }
    .p3-ul1 li:nth-child(2n-1) {
        margin-left: 11.5%;
    }
    .p3-ul1 li:nth-child(1) {
        margin-left: 0%;
    }
    .p3-xian {
        left: 27.5%;
    }
    .p3-xian1 {
        left: 53.5%;
    }
    .p3-xian2 {
        left: 79.5%;
    }
    .p3-ul15 {
        width: 91%;
        top: 63%;
    }
    .p3-ul15 li {
        margin-left: 9%;
    }
    .p3-ul15 li:nth-child(2n-1) {
        margin-left: 9%;
    }
    .p3-ul16 li {
        margin-left: 9%;
    }
    .p3-ul16 li:nth-child(2n-1) {
        margin-left: 9%;
    }
    .p3-ul16 {
        top: 59%;
    }
    .p3-ul15 li:nth-child(1) {
        margin-left: 0%;
    }
    .p3-ul16 li:nth-child(1) {
        margin-left: 0%;
    }
    .p3-ul15 li:nth-child(3) {
        margin-top: 2.8%;
    }
    .p3-ul16 li:nth-child(3) {
        margin-top: 6%;
    }
    .p3-xian6 {
        left: 33.5%;
        top: 58%;
    }
    .p3-xian4 {
        left: 58%;
        top: 58%;
    }
    .p3-xian5 {
        left: 82.7%;
        top: 58%;
    }
    .p3-xian3-w {
        top: 58%;
    }
    .p3-xian4-w {
        top: 58%;
        left: 51%;
    }
    .p3-xian5-w {
        top: 58%;
        left: 74.7%;
    }
    .p3-ul11 li {
        margin-left: 10.1%;
    }
    .p3-2-1 {
        font-size: 2.93vw;
        width: 97.6%;
        margin: 0 auto;
        text-align: center;
    }
    .p2-w1 {
        width: 97.6%;
        overflow: hidden;
        margin: 3% auto 0 auto;
    }
    .p2-w2 {
        font-size: 2.93vw;
        color: #333333;
        width: auto;
        float: left;
        line-height: 1.8em;
    }
    .p3-niu-w {
        width: 27.6%;
        position: relative;
        margin: 2.3% auto 0 auto;
        float: right;
    }
    .p3-xq-w {
        width: auto;
        position: absolute;
        top: -6%;
        left: 20%;
        font-size: 2.93vw;
        color: #ffffff;
    }
    .p2-w3 {
        width: 100%;
        margin: 11.1% 0 4.4% 0;
    }
    .p2-w4 {
        margin: 4.1% 0 4.3% 0;
    }
    .p4-text {
        width: 97.6%;
        font-size: 2.93vw;
        margin: 0 auto 5% auto;
    }
    .p4-1 {
        width: 97.5%;
        margin: 0 auto;
        overflow: hidden;
    }
    .p4-2 {
        width: 100%;
    }
    .p4-4 {
        margin-left: 0%;
        margin-top: 3%;
    }
    .p4-text1 {
        font-size: 2.67VW;
    }
    .p4-text1 span {
        font-size: 14px;
    }
    .p4-3 {
        left: 47.3%;
    }
    .show-phone1 {
        display: table-row;
    }
    .show-pc1 {
        display: none;
    }
    .p5-table {
        width: 100%;
    }
    .p5-table tr td {
        font-size: 2.93vw;
    }
    .p5-table tr th {
        font-size: 3.46vw;
    }
    .p2-2 {
        margin-top: 4.5%;
    }
    .p2-tit {
        padding: 7% 0 4.5% 0;
    }
    .p2-2-w {
        margin-top: 1%;
    }
    .p3-2 {
        padding-top: 3%;
        padding-bottom: 7%;
        margin-bottom: 0px;
    }
    .p2-1-w1 {
        left: 1%;
    }
    .p2-tit2 {
        margin-left: 21%;
    }
    .content-new {
        margin: 0 auto 1% auto;
    }
    #m0 {
        padding-bottom: 0;
        margin: 0 auto 7% auto;
    }
    .bottom img {
        width: auto;
        vertical-align: middle;
        display: inline-block;
        /* padding-left: 0.5%; */
        padding-right: 1.2%;
    }
    .p3-xian8 {
        left: 55%;
    }
    .p-box{
        margin-top: 3.3%;
        position: relative;
        font-size:3.2vw;
        color: #333;
        line-height: 1.7em;
     }
     .p-left{
        width: 100%;
        float: none;
        margin-left: 0%;
    }
    .p0-box1 {
        top: 50%;
    }
    .p-left p{
        margin-bottom: 2%;
    }
    .p-right{
        width: 100%;
        float: none;
        margin-right: 0%;
        margin-top: 2%;
    }
    .p-right p{
       text-align: center;
       background: linear-gradient(to bottom, #BC3DB2, #272AAB);
       -webkit-background-clip: text;
       color: transparent;
       font-weight: 600;
       margin-top: 2%;
    }
}