/* 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);
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}



/*头部*/
.header {
    width:100%;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    position: fixed;
    top:0;
    left:0;
    z-index: 111;
}
.main {
    width:1200px;
    margin:0 auto;
}
.header-main {
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width:94px;
}
.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav>li {
    margin-left: 35px;
}
.nav>li a {
    color:#333333;
    font-size: 16px;
    padding:0 10px;
    position: relative;
}
.nav>li a:hover {
    color:#e30012;
}
.nav>li a:hover:after {
    content:'';
    width:100%;
    height:3px;
    background-color: #e20012;
    position: absolute;
    bottom:-145%;
    left: 0;
}
.nav>li.active a {
    color:#e30012;
}
.nav>li.active a:after {
    content:'';
    width:100%;
    height:3px;
    background-color: #e20012;
    position: absolute;
    bottom:-145%;
    left: 0;
}



/*正文部分*/
.section {
    width:100%;
    overflow: hidden;
    margin-top: 80px;
}
.banner {
    width:100%;
    height:500px;
    background-image:url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .main {
    height: 100%;
    position: relative;
}
.banner-tit {
    width:55.2%;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}

.content {
    width:100%;
    padding:60px 0;
}
.p0-con {
    width:100%;
}
.p0-con:after {
    content:'';
    clear: both;
    display: block;
}
.p0-left {
    width:38.3%;
    float:left;
    position: relative;
    z-index: 1;
}
.p0-right {
    width:69.2%;
    float:left;
    margin-left: -7.5%;
}
.p0-tit {
    width:43.4%;
    /*margin-left: 34%;*/
    margin:2.2% auto 3% 34%;
}
.p0-tbox {
    width:100%;
    box-shadow: 0 0 10px 0 #d9d9d9;
    background-color: #fff;
    box-sizing: border-box;
    padding:4% 6% 4% 17%;
    border-radius: 10px;
}
.p0-tbox p {
    color:#333333;
    font-size: 16px;
    margin-top: 2%;
    line-height: 1.6em;
    text-align: justify;
    letter-spacing: -0.2px;
}
.p0-tbox p:first-child {
    margin-top: 0;
}


.content.bg {
    background-image: url(../images/p1-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.content.bg .main {
    position: relative;
    z-index: 1;
}
.p1-mask {
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
}
.title {
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.title>img {
    width:5.6%;
}
.title>span {
    font-size: 40px;
    color:#333333;
    display: inline-block;
    margin:0 2%;
    line-height: 1em;
    margin-top: -0.1em;
}
.p1-con {
    width:100%;
}
.p1-con p {
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    color:#333333;
}
.p1-scr {
    width:100%;
}
.p1-list {
    width:80.4%;
    margin:2% auto 3%;
    overflow: hidden;
}
.p1-list>li {
    width:31%;
    float:left;
    margin-left: 5.3%;
}
.p1-list>li:first-child {
    margin-left: 0;
}
.p1-list>li:last-child {
    width:27.25%;
}
.p1-img {
    width:100%;
    position: relative;
}
.p1-txt {
    width:87.6%;
    font-size: 20px;
    color:#333333;
    font-weight: bold;
    position: absolute;
    top:53%;
    left: 0;
    line-height: 1.3em;
    text-align: center;
}
.p1-list>li:last-child .p1-txt {
    width:100%;
}
.p1-btn {
    width:130px;
    position: relative;
    margin-left: 66px;
    margin-top: -5px;
}
.p1-btn span {
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top:50%;
    left:0;
    right:0;
    margin: 0 auto;
    transform:translateY(-50%);
}
.p1-zy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.p1-zy>img {
    width:18px;
    margin-right: 8px;
}
.p1-zy span {
    font-size: 14px;
    color:#666666;
    line-height: 1em;
}



.p2-con {
    width:100%;
}
.p2-list {
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3%;
}
.p2-list>li {
    width:45.8%;
}
.p2-img {
    width:100%;
}
.p2-tbox {
    width:85.8%;
    margin:-14% auto 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    position: relative;
    box-sizing: border-box;
    padding:5% 8%;
    box-shadow: 0 0 10px 0 #d9d9d9;
    overflow: hidden;
}
.p2-tbox p {
    font-size: 16px;
    color:#333333;
    line-height: 1.6em;
    text-align: justify;
}
.p2-ic {
    width:9.5%;
    position: absolute;
    top:0;
    left:0;
}
.p2-ic span {
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    position: absolute;
    top:43%;
    left:28%;
    transform: translateY(-50%);
}


.p3-con {
    width:100%;
}
.p3-box1 {
    width:100%;
    position:relative;
    margin-bottom: 3%;
}
.p3-box1-tit {
    position: absolute;
    top:78.8%;
    left:1.7%;
    font-size: 26px;
    color:#cc3538;
}
.p3-tbox {
    width:11.7%;
    position: absolute;
}
.p3-tbox1 {
    top:13.3%;
    left:22.9%;
}
.p3-tbox2 {
    bottom:12%;
    left:38.5%;
}
.p3-tbox3 {
    top:12%;
    left:54.2%;
}
.p3-tbox4 {
    bottom:12%;
    left:69.8%;
}
.p3-tbox5 {
    width:12.8%;
    bottom:18%;
    left:41.9%;
}
.p3-tbox6 {
    width:12.8%;
    top:17%;
    left:60.5%;
}
.p3-ic {
    width:100%;
    position: relative;
}
.p3-ic span {
    width:100%;
    position: absolute;
    top:52.3%;
    left:0;
    text-align: center;
    font-size: 22px;
    color:#cc3538;
    font-weight: bold;
    line-height: 1.2em
}
.p3-tbox5 .p3-ic span,.p3-tbox6 .p3-ic span {
    color:#1643cb;
}
.p3-txt {
    width:100%;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}
.p3-t1 {
    font-size: 18px;
    color:#333333;
    margin-bottom: 5%;
    line-height: 1.1em;
}
.p3-t2 {
    font-size: 14px;
    color:#333333;
    line-height: 1.5em;
}
.p3-t2 span {
    color:#cc3538;
}
/*.p3-tbox4 .p3-txt {
    margin-bottom: 25%;
}*/
.p3-box1-tit2 {
    position: absolute;
    top:4.6%;
    left:1.7%;
    font-size: 26px;
    color:#1643cb;
}
.p3-box2 {
    width:100%;
    position: relative;
}
.p3-box2-bg {
    width:90%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    overflow: hidden;
}
.p3-title {
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin:30px auto 20px;
}
.p3-title>img {
    width:11.6%;
}
.p3-title>span {
    display: inline-block;
    font-size: 26px;
    color:#333333;
    margin:0 10px;
    line-height: 1em;
}
.p3-row {
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.6%;
}
.p3-row.p3-m1 {
    margin-top: 0;
}
.p3-tit-bg {
    width:15.5%;
    position: relative;
}
.p3-tit-bg span {
    font-size: 20px;
    color:#cc3538;
    position: absolute;
    top:50%;
    left:0;
    right:0;
    margin:0 auto;
    transform: translateY(-50%);
    text-align: center;
}
.p3-tit-bg .p3-blue {
    color:#1643cb;
}
.p3-row p {
    width:82.8%;
    font-size: 14px;
    color:#333333;
    line-height: 1.4em;
}
.p3-line {
    width:100%;
    margin:2% auto;
}
.p3-row2 {
    align-items: flex-start;
    justify-content: center;
}
.p3-li {
    width:49.3%;
    margin-left: 5%;
    overflow: hidden;
}
.p3-li2 {
    width:33.1%;
}
.p3-li>img {
    width:7px;
    float:left;
    margin-top: 6px;
}
.p3-li>p {
    width:96.6%;
    float:right;
}

.p3-left,.p3-right {
    width:47.3%;
    margin-top: 1%;
}
.p3-list {
    width:100%;
    margin-top: 3%;
}
.p3-left .p3-tit-bg,.p3-right .p3-tit-bg {
    width:33%;
}
.p3-tit-bg .p3-black {
    color:#333333;
}
.p3-list>li {
    width:auto;
    margin-left: 2%;
    margin-top: 2%;
}
.p3-row3 {
    align-items: flex-start;
}









.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;
}
.warp{
    width: 1200px;
    margin: 0 auto;

}
.flow{clear:both; height: 0; line-height: 0; font-size: 0}
.p4{
    width: 100%;
 
}
.p4-tit{
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 45px;
   
}

.p4-tit-text{
    width: auto;
     color: #333333;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: -29%;
    left: 50%;
    transform: translateX(-50%);
}
.p4-1{
    width: 101%;
    margin-left: -0.6%;
    position: relative;
}
.p4-left1{
    width: 19.4%;
    float: left;
    position: relative;
}
.p4-left2{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    width: 65.7%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17.15%;
    
}
.p4-left2-img{
    width: 42.1%;
    margin: 0 auto 7%;
}
.p4-ul{
position: absolute;
top: 2.9%;
padding: 2.11% 0;
    right: 0.5%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
border-radius: 12px;
    width: 80.6%;
    float: left;

    
}
.p4-ul li{
    
    float: left;
   margin-left: 4.9%;
    width: 19.9%;
}
.p4-ul-img{
    width: 100%;
}
.p4-ul-text{
    margin-top: 9.3%;
    width: auto;
    text-align: center;
}
.p4-jiang{
    text-align: center;
    font-weight: bold;
    color: #333333;
    width: auto;
    font-size: 20px;
    margin: 3.4% 0;
}
.p4-jiang span{
    width: auto;
    font-weight: bold;
    color: #1643CB;
}
.p4-pin{
    text-align: center;
    width: auto;
    color: #333333;
    font-size: 16px;
    margin: 2.2% 0;
}
.p4-qian{
    text-align: center;
    font-size: 20px;
    color: #CC3538;
    width: auto;
}
.p4-xian{
    width: 21.9%;
    background-color: rgba(225, 225, 225, 0.5);
    height: 2px;
    margin: 8% auto;
}
.p4-2-text{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}
.p4-ul1 li{
    margin-left: 6.5%;
    width: 24.6%;
}
.p4-ul1 li:nth-child(5){
margin-top: 4.3%;
}
.p4-ul1 li:nth-child(4){
    margin-top: 4.3%;
    }
    .p4-ul1 li:nth-child(6){
        margin-top: 4.3%;
        }
.p4-ul1{
    top: 1.65%;
    padding: 2.29% 0;

}
.p4-ul1-img{
    width: 80.9%;
    margin: 0 auto;
}
.p4-2{
    margin-top: 1.15%;
}
.p4-ul3{
    width: 78.7%;
    margin: 2.4% auto 0;
    overflow: hidden;
}
.p4-ul3 li{
    float: left;

    width: auto;
    margin-left: 6.1%;
    overflow: hidden;
}
.p4-ul3 li:nth-child(1){
    margin-left: 0;
}
.p4-ul3 li img{
    width: 7px;
    margin-right: 7px;
    margin-top: 7px;
   float: left;
}
.p4-3-con{    font-size: 14px;
    color: #333333;
    line-height: 1.5em;
    float: left;
    width: auto;
}
.p5{
    background-image: url(../images/p5-banner.png);
    width: 100%;
   height: auto;
 
   background-size: cover;
}
.warp1{
    overflow: hidden;

}
.p5-tit{
    padding-top: 50px;
}
.p4-tit-text1{
    top: 46%;
}
.p5-1{
    width: 100%;
    /*padding-bottom: 50px;*/
    position: relative;
}
.p5-ul1{
    width: 26.9%;
    position: absolute;
    top: 13.7%;
    right: 17.65%;

}
.p5-ul1 li{
    width: auto;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}
.p5-ul1 li:nth-child(4){
    font-size: 16px;
    font-weight: normal;
    margin-top: 3.5%;
    line-height: 1.5em;
  
}
.p5-ul{
    right: 56%;
    width: 24.9%;
}
.p5-tu{
    width: 13.7%;
    position: absolute;
    top: 3.25%;
    left: 0.71%;
}
.p5-tu1{
    left: 85.61%;
}
.p6-1{
    width: 100%;
    position: relative;
}
.p6-2{
    width: 44.3%;
    position: absolute;
    left: 27.85%;
    top: 14.6%;
 
}
.p6-3{
    text-align: center;
    width: auto;
    margin-top: 12%;
    font-size: 30px;
    font-weight: bold;
    color: #1643CB;
}
.p6-4{
    margin-top: 5%;
    color: #333333;
    font-size: 22px;
}
.p6-5{
    width: auto;
    float: left;
}
.p6-ma{
    width: 29.3%;
    float: right;
    box-shadow: 0px 0px 5px  rgba(0,0,0,0.35);
}

.content.p7 {
    padding-top: 0;
}
.p7-1{
    width: 88.3%;
    position: absolute;
    top: 18.1%;
    left: 5.85%;
    overflow: hidden;
}
.p7-bg{
    width: 100%;
    position: relative;
}
.p7-ul2{
    width: 55.5%;
     float: left;
}
.p7-ul{
    width: 100%;
    overflow: hidden;
   
}
.p7-ul li{
    width: auto;
    float: left;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    margin-right: 4.386%;
}
.p7-ul li:nth-child(1){
    margin-left: 0;
}
.p7-ul li img{
    width: 36px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;

}
.p7-ul1 li:nth-child(2){
    margin-left: 3%;
}
.p7-ul1,.p7-ul3{
    margin-top: 4%;
}
.p7-xian{
    width: 7px;
    position: absolute;
    top: 50%;
    left: 57.3%;
    transform: translateY(-50%);
}
.p7-2{
    width: 36.1%;
    float: left;margin-left: 7.1%;
    margin-top: 3.3%;
}
.p7-3{
    width: auto;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.p7-4{
    width: 57.5%;
    position: relative;
  
    margin: 5.4% auto 0;
}
.p7-5{
    overflow: hidden;
    width: 95%;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translateY(-50%);
}
.p7-4-img{
    width: 10px;
    float: right;
    margin-top: 3.6%;
    margin-right: 23%;
}
.p7-6{
    width: 53.5%;
    margin: 4.5% auto 0;
    position: relative;
}
.p7-7{
    width: 76%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2%;
}
.p7-logo{
width: 24.5%;
float: left;
margin-top: 1%;
}
.p7-jia{
    width:5.5%;
    float: left; 
    margin-top: 4%;
    margin-left: 4.4%;
}
.p7-yjh{
    margin-top: 0%;
    width: 12.5%;
    float: left;
}
.p7-8{
    font-size: 24px;
    font-weight: bold;
    color: #2E3788;
    text-align: center;
    margin-top: 0;
    float: left;
    width: auto;
 
}
.p7-show1 {
    display: block;
}
.p7-show2 {
    display: none;
}
.p7-4:hover .p7-show1 {
    display: none;
}
.p7-4:hover .p7-show2 {
    display: block;
}
.p4-tit-geren1{
    width: auto;
}
.p4-ul3 li .p4-3-con span{
    color: #1643CB;
}
.p5-ul li:nth-child(3) {
    font-size: 16px;
    font-weight: normal;
    margin-top: 3.5%;
    line-height: 1.5em;
    text-align: justify;
}
.p7-ul li a{
    color: #333333;
}









/*底部*/

.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: 1%;
    padding-right: 0.5%;
}



@media (max-width:1200px) {
    .main {
        width:960px;
    }
    .banner {
        height: 330px;
    }
    .p0-tbox p,.p2-tbox p,.p3-t1 {
        font-size: 14px;
    }
    .title>span {
        font-size: 32px;
    }
    .p1-con p {
        font-size: 16px;
    }
    .p1-btn {
        margin-left: 45px;
    }
    .p2-ic span,.p3-ic span,.p3-tit-bg span {
        font-size: 16px;
    }
    .p3-box1-tit,.p3-box1-tit2,.p3-title>span {
        font-size: 22px;
    }
    .p3-t2 {
        font-size: 12px;
    }
    .p3-row p {
        font-size: 11px;
    }





    .warp{
        width: 960px;
        
    }
    .p4-ul3 li img {
      
        margin-top: 4px;
       
    }
    .p4-tit-text {
      
        font-size: 34px;}
    .p4-left2 {
         
         font-size: 24px;}
    .p4-2-text {
            
        font-size: 13px;}
    .p4-ul {
           
        padding: 1.98% 0;}
        .p4-ul1 {
           
            padding: 3.29% 0;}
    .p4-ul1 li:nth-child(6) {
            margin-top: 1.3%;
    }
    .p4-ul1 li:nth-child(5) {
            margin-top: 1.3%;
    }
    .p4-ul1 li:nth-child(4) {
            margin-top: 1.3%;
    }
    .p4-3-con {
        font-size: 11px;
    }
    .p5-ul1 li {
    
        font-size: 20px;
    }
    .p5-ul li:nth-child(3) {
        font-size: 12px;
    }
    .p5-ul1 li:nth-child(4) {
        font-size: 12px;
    }
    .p6-4 {
      
        font-size: 19px;
    }
    .p6-3 {
        
        font-size: 27px;
    }
    .p6-3 {
       
        margin-top: 7%;
    }
    .p7-ul li {
      
      
        font-size: 13px;
    }
    .p7-ul li img {
        width: 31px;
      
    }
    .p7-3 {
     
        font-size: 14px;
      
    }
    .p7-5 {
       
        font-size: 15px;
    }
    .p7-8 {
        font-size: 19px;
    }
    .p7-4-img {
     
        margin-right: 18%;
    }
    .p6-2 {
       
        top: 16.6%;
    }
    .p4-pin {
     
        font-size: 12px;
    }
    .p4-jiang {
      
        font-size: 17px;
    }
    .p4-qian {
      
        font-size: 17px;
    }
}

@media (max-width:960px) {
    .main {
        width:750px;
    }
    .p0-tbox p {
        font-size: 10px;
    }
    .title>span {
        font-size: 28px;
    }
    .p1-con p,.p1-zy span,.p2-tbox p {
        font-size: 12px;
    }
    .p1-txt {
        font-size: 16px;
    }
    .p1-btn {
        margin-left: 17px;
    }
    .p3-ic span,.p3-tit-bg span {
        font-size: 14px;
    }
    .p3-box1-tit, .p3-box1-tit2,.p3-title>span {
        font-size: 18px;
    }
    .p3-row p {
        font-size: 8px;
    }





    .p4-left2 {
        font-size: 18px;
    }
    .p4-2-text,.p4-pin {
        font-size: 10px;
    }
    .p4-jiang,.p4-qian {
        font-size: 13px;
    }
    .p4-3-con {
        font-size: 8px;
    }
    .p5-ul1 li {
        font-size: 14px;
    }
    .p5-ul li:nth-child(3),.p5-ul1 li:nth-child(4) {
        font-size: 10px;
    }
    .p6-3 {
        font-size: 18px;
    }
    .p6-4,.p7-8 {
        font-size: 14px;
    }
    .p7-ul li {
        font-size: 9px;
    }
    .p7-3 {
        font-size: 10px;
    }
    .p7-5 {
        font-size: 11px;
    }
}

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


    .main {
        width:94.7%;
        margin:0 auto;
    }
    .header-main {
        width:100%;
        height: auto;
        padding:3% 0;
        position: relative;
    }
    .logo {
        width:16.8%;
        margin-left: 5%;
    }
    .nav {
        width:100%;
        display: block;
        position: absolute;
        top:101%;
        left:0;
        background-color: #fff;
        display: none;
    }
    .nav>li {
        box-sizing: border-box;
        margin-left: 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .nav>li a {
        display: inline-block;
        width:100%;
        padding:2% 5%;
        font-size: 3.7vw;
        box-sizing: border-box;
    }
    .nav>li.active a:after {
        content:'';
        display: none;
    }
    .nav>li a:hover:after {
        content:'';
        display: none;
    }
    .menu {
        width:4.9%;
        margin-right: 5%;
    }



    .section {
        margin-top: 49px;
    }
    .banner {
        height: auto;
        background-image: none;
        position: relative;
    }
    .banner .main {
        width:100%;
        position: absolute;
        top:0;
        left:0;
        right:0;
        margin:0 auto;
    }
    .banner-tit {
        width:65.2%;
        left:4.5%;
    }
    .content {
        padding:5% 0 7%;
    }
    .p0-con {
        box-shadow: 0 0 10px 0 #d9d9d9;
        border-radius: 10px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding:5.5%;
    }
    .p0-left {
        width:100%;
        float: none;
    }
    .p0-right {
        width:100%;
        float: none;
        margin:0 auto;
    }
    .p0-tit {
        width:65.4%;
        margin:0 auto;
    }
    .p0-tbox {
        box-shadow: none;
        padding:0;
        padding:5% 0;
    }
    .p0-tbox p {
        font-size: 3.2vw;
    }


    .content.bg {
        background-image: url(../images/p1-bg-w.png);
    }
    .title {
        margin-bottom: 3%;
    }
    .title>img {
        width:9.4%;
    }
    .title>span {
        font-size: 5.3vw;
        line-height: 1.2em;
        margin-top: -0.05em;
    }
    .p1-con p {
        width:82%;
        margin:0 auto;
        font-size: 3.5vw;
        line-height: 1.5em;
    }
    .p1-scr {
        width:100%;
        overflow: auto;
        -ms-overflow-style: none; /* IE 10+ */
        scrollbar-width: none; /* Firefox */
    }
    .p1-scr::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }
    .p1-list {
        width:140%;
    }
    .p1-list>li {
        width:34%;
        margin-left: 1%;
    }
    .p1-list>li:last-child {
        width:29.9%;
    }
    .p1-txt {
        font-size: 2.9vw;
    }
    .p1-btn {
        width:18.8vw;
        margin-left: 10.2vw;
    }
    .p1-btn span {
        font-size: 2.9vw;
    }
    .p1-scr-txt {
        font-size: 2.6vw;
        color:#666666;
        text-align: center;
        margin:3% auto 5%;
    }
    .p1-zy {
        align-items: flex-start;
    }
    .p1-zy>img {
        width:12px;
        margin-left: 5px;
        margin-top: 2px;
    }
    .p1-zy span {
        width:79.3%;
        font-size: 2.6vw;
        line-height: 1.5em;
    }
    .p2-list {
        flex-direction: column;
        margin-bottom: 0;
    }
    .p2-list>li {
        width:100%;
        margin-bottom: 3%;
    }
    .p2-tbox p {
        font-size: 3.2vw;
        line-height: 1.7em;
    }
    .p2-ic span {
        font-size: 3.5vw;
    }

    .p3-box1 {
        width:230%;
    }
    .p3-box1-tit,.p3-box1-tit2 {
        font-size: 4.6vw;
    }
    .p3-ic span {
        font-size: 3.9vw;
    }
    .p3-t1 {
        font-size: 3.2vw;
    }
    .p3-t2 {
        font-size: 2.5vw;
    }
    .p3-con {
        width:102%;
        margin-left: -1%;
    }
    .p3-box2-bg {
        width:87%;
        top:0.2%;
    }
    .p3-box2-bg p {
        line-height: 1.8em;
    }
    .p3-title>img {
        width:19.6%;
    }
    .p3-title>span {
        font-size: 4vw;
        line-height: 1.2em;
    }
    .p3-title {
        margin:3% auto 3%;
    }
    .p3-row {
        flex-direction: column;
    }
    .p3-tit-bg,.p3-left .p3-tit-bg,.p3-right .p3-tit-bg {
        width:33.7%;
        margin:0 auto;
    }
    .p3-tit-bg span {
        font-size: 3.2vw;
    }
    .p3-row p {
        width:100%;
        font-size: 2.6vw;
        margin:3% auto;
        letter-spacing: -0.4px;
    }
    .p3-li {
        width:100%;
        margin-left: 0;
        margin:2% auto;
    }
    .p3-li2 {
        margin-top: 0;
    }
    .p3-li>img {
        width:7px;
        margin-top: 4px;
    }
    .p3-li p {
        width:95%;
        margin:0 auto;
        color:#666666;
    }
    .p3-left, .p3-right {
        width:100%;
        margin-top: 3%;
    }
    .p3-list>li {
        margin-left: 0;
    }
    .p3-list p {
        color:#333333;
    }




    .warp{
        width: 94.9%;
        margin: 0 auto;
    }
    .p4-tit-text {
      
        font-size: 5.333vw;
       
    }
    .p4-tit-text1 {
        top: 46%;
        font-size: 5.333vw;
       
    }
    .p5 {
        background-image: url(../images/p5-banner-w.png);
      
    }
    .p4-left2 {
        width: 30.1%;
        font-size: 4vw;
        left: 35.4%;
        top: 58%;
      
    }
    .p4-jiang {
    
        font-size: 3.2vw;

    }
    .p4-pin {
        margin: 2.8% 0;
        font-size: 2.6vw;
      
    }
    .p4-qian{
        font-size: 3.2vw;
    }
    .p4-2-text {
        font-size: 3.2vw;
  
    }
    .p4-3-con {
        font-size: 2.667vw;
   }
   .p5-ul1 li {
      font-size: 3.467vw;
    }
    .p5-ul1 li:nth-child(3) {
        font-size: 2.667vw;
    }
    .p6-3 {
        margin-top: 17.1%;
        font-size: 4.267vw;
      
    }
    .p6-4 {
           font-size: 2.93vw;
    }
    .p7-ul li {
        
        font-size: 3.467vw;
       
    }
    .p7-3 {
    width: 100%;
        font-size: 3.2vw;       
    }
    .p7-5 {
  
        font-size: 3.2vw;
    
    }
    .p7-8 {
        font-size: 3.6vw;
 
    }
    .p4-ul{
        top: 92.9%;
        width: 100%;
        padding: 4.11% 0;
        border-radius: 8px;
        position: relative;
    }
    .p4-left1-w{
        width: 102.3%;
        margin-left: -1.2%;
    }
    .p4-left2-img {
        width: 19.2%;
        float: left;
        margin-right: 7%;
        margin-top: 1%;
    }
    .p4-tit-geren{
        margin-top: 2%;
        font-weight: bold;
    }
    .p4-ul li {
        
        margin-left: 13.2%;
        width: 37%;
    }
    .p4-ul li:nth-child(3) {
        margin-left: 7.4%;
        
    }
    .p4-ul li:nth-child(1) {
        
        margin-left: 7.6%;
        
    }
    .p4-ul li:nth-child(3) {
        margin-top: 6%;
        margin-left: 7.6%;
        
    }
    .p4-ul li:nth-child(4) {
     
       margin-top: 6%;
        
    }
 
    .p4-ul{
        margin-top: -1%;
     margin-left: 0.5%;
    }
    .p4-tit {
        width: 100%;
        position: relative;
        margin-top: 7%;
        margin-bottom: 5.2%;
    } 
 
    .p4-left2-w{
        margin-top: 4%;
    }
    .p4-ul1 li {
        width: 31.2%;
        margin-left: 1%;
    }
    .p4-ul1{
        padding-top: 5.11%;
    }
    .p4-ul1 li:nth-child(1) {
        
        margin-left: 1.7%;
        
    }
    .p4-ul1 li:nth-child(5) {
        
        margin-top: 6%;
        
    }
    .p4-ul1 li:nth-child(6) {
        margin-left: 3.2%;
        margin-top: 6%;
        
    }
    .p4-ul1 li:nth-child(4) {
        margin-left: 1.7%;
        margin-top: 6%;
        
    }
    .p4-ul1-img {
        width: 86.5%;
        margin: 0 auto;
    }
    .p4-ul1 li:nth-child(3) {
        margin-left: 3.5%;
        margin-top: 0;
        
    }
   .p4-ul1-img-w{
       margin-left: 9%;
   }
    .p4-tit-tuandui{
        color: #FFFFFF;
        font-size: 3.2vw;
        margin-top: 2%;
        width: 62%;
        text-align: center;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translateX(-50%);
    }
    .p4-left2-yi{
        top: 39%;
    }
    .p4-ul3 {
        width: 85.2%;
        margin: 4% auto 0;
    }
    .p4-ul3 li {
      width: 100%;
     
        margin: 0.5% 0;
    }
    .p4-ul3 li img {

        margin-top: 4px;

    }
    .p4-3-con{   
        width: 95%;
        float: left;
    }
    /* .p5-ul {
      
        width: auto;
    } */

    .p5-1 {
        width: 98.3%;
      margin: 0 auto;
    }
    .p5-tu {
        width: 23.8%;
        position: absolute;
        top: 1.8%;
        left: 1.2%;
    }
    .p5-tu1 {
     
        top: 50.9%;
        left: 74.4%;
    }
    .p5-ul1 li:nth-child(4) {
        font-size: 2.667vw;
       
    }
    .p5-ul1 {
        width:54%;
        top: 53.4%;
        right: 33.65%;
      
    }
    .p5-tit {
        padding-top: 7%;
    }
    .p5-1 {
     
        padding-bottom: 7%;

    }
    .p5-ul {
        right: 13.5%;
        width: 51.9%;
        top: 1%;
    }
    .p6-2 {
        width: 79.9%;

        left: 10.15%;
        top: 16.4%;
      
    }
    .p6-5 {
        width: auto;
        float: right;
    }
    .p6-ma {
        width: 35.5%;
        float: left;
    }
    .p7-ul {
        width: 64.1%;

    }

    .p7-icon1-w{
        width: 10.3%;
        float: left;
    }
    .p7-text-w{
        color: #333333;
        font-size: 3.467vw;
        float: left;
        margin-top: 1.8%;
        margin-left: 3%;
        width: auto;
    }
    .p7-icon2-w{
        margin-left: 12%;
    }
    .p7-1 {
        width: 71.7%;
        top: 6.8%;
        left: 19.5%;
    }
    .p7-icon3-w{
      
        margin-top: 14%;
        width: 10.3%;
    }
    .p7-xian {
        width: 86.5%;
        position: absolute;
        top: 71%;
        left: 50%;
        transform: translateX(-50%);
    }
    .p7-2 {
        width: 87.7%;

        position: absolute;
        top: 74.2%;
        left: 6%;
        margin-left: 0;
    }
    .p7-4 {
        width: 48.2%;
        margin: 4.5% auto 0;
    }
    .p7-4-img {
        
        margin-top: 2.6%;
        margin-right: 20%;
    }
    .p7-text3-w{
        color: #333333;
        position: absolute;
        font-size: 3.467vw;
        top: 18.7%;
        left: 13%;

    }
    .p7-text3-w a{
        color: #333333;


    }
    .p7-icon4-w {
        margin-top: 5.5%;
    }
    .p7-text2-w{
        margin-top: 7%;
    }
    .p7-text5-w {
        margin-top: 19.5%;
    }
    .p7-text6-w{
        top: 54.2%;
    }
    .p7-text7-w{
        top: 90.2%;
    }
    .p7-6 {
        width: 100%;
        margin-top: 6.5%;
    }
    .p7-logo {
        width: 18.8%;
        margin-top: 2.5%;
    }

    .p7-7{
        margin-top: -1%;
    }
    .p7-jia {
      
        margin-top: 3%;
        
    }.p7-yjh {
        margin-top: 1.5%;
        width: 9.5%;
      
    }
    .p7-8{
        margin-top: 0;
     
    }
    .p7-icon4-w-new{
        margin-left: 17%;
    }
    .p7-show1 {
        display: none;
    }
    .p7-show2 {
        display: block;
    }
    .p7-4:hover .p7-show1 {
        display: none;
    }
    .p7-4:hover .p7-show2 {
        display: block;
    }
    .p4-1 {
        width: 100%;
        margin-left: 0%;
        position: relative;
    }





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