

.container {
    position: relative;

    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

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

.top {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.top-c {
    width: 1200px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.logo {
    width: 100px;
    float: left;
    margin-top: 19px;
}

.logo img {
    width: 100%;
}

.banner {
    position: relative;
    width: 100%;
    height: 480px;
    margin: 0 auto;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    /*     -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc); */
}

.banner-c {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banner-txt {
    position: absolute;
    left:1%;
    top: 22%;
    width: 64%;
}

.banner-title {
    width: 100%;
    font-size: 44px;
    color: #333333;
    font-weight: 600;
}

.banner-title>span {
    color: #E50012;
    font-weight: 600;
}

.banner-t1 {
    width: 100%;
    font-size: 22px;
    color: #333333;
    margin-top: 3%;
}

.banner-xinxi {
    width: 100%;
    overflow: hidden;
    margin: 6% auto 0;
}

.banner-x1 {
    width: 30%;
    overflow: hidden;
    float: left;
    font-size: 18px;
    color: #333333;
}
.banner-x1-1{
    margin-left:4%;
}
.banner-x1 img {
    margin-right: 3%;
    float: left;
}

.banner-t2 {
    width: 100%;
    margin: 2% auto 0;
    font-size: 18px;
}

.banner-t2 span {
    color: #E50012;
}

.nav-list {
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 999;
}

.nav-list.active {
    position: fixed;
    top: 0;
    bottom: auto;
    opacity: 1;
    z-index: 999;
}

.nav-list.active .nav-list-mask {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #f5f5f5;
}

.nav-list-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #C6D8EC;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.nav-list-c {
    position: relative;
    z-index: 10;
    width: 1200px;
    margin: 0 auto;
}

.list {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style-type: none;
}

.list li {
    width: 20%;
    float: left;
    padding: 1.3% 0;
    font-size: 22px;
    text-align: center;
}

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

.list li a {
    color: #333;
}
.list li:hover {
    background: #fff;
}
.list li.active{
     background: #fff !important;
}

.list li:hover a {
    color: #E50012;
}
.list li.active a{
    color: #E50012 !important;
}
.hg{
    width:7.5%;
    float:right;
    padding:2.5% 2%;
    margin-right:-2%;
    cursor:pointer;
}
.hg img{
    width:100%;
}
.hg-box{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
}
.hg-mask-box{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0.8;
    filter:alpha(opacity=80);
    z-index:198;
}
.hg-ul{
    position: relative;
    z-index:200;
    width:100%;
    overflow:hidden;
    margin:4% auto 0;
    padding-bottom:2%;
}
.hg-ul li{
    position: relative;
    width:24.2%;
    float:left;
    margin-left:1%;
}
.hg-ul li:first-child{
    margin-left:0;
}
.hg-ul li img{
    width:100%;
    margin-top:-7%;
}
.hg-ul li.active .hg-k{
    display:block;
}
.hg-k{
    position:absolute;
    left:0;
    top:0;
    border: 3px solid #e50012;
    width:99%;
    height:100%;
    display:none;
}
.li-five{
    margin-left:0% !important;
    margin-top:2%;
}
.li-six{
    margin-top:2%;
}
.content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top:4%;
}

.content-c {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.content-c.bg1 {
    padding: 4% 0;
    padding-top:2%;
    background-size: 100%;
    background-position: top;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.txt-1 {
    width: 100%;
    font-size: 28px;
    color: #333;
    border-left: 5px solid #e40011;
    line-height: 1.2em;
    padding-left: 10px;
    font-weight: 600;
}
.li-1{
    margin-left:1.6%;
}
.li-2{
    margin-left:1.5%;
}
.li-3{
    margin-left:0.5%;
}
.li-4{
    margin-left:0%;
    width:25% !important;
}

.kc-txt-3{
    margin-left:15%;
}
.content-c.bg2{
    padding: 2% 0;
    background:url(../images/bg1.jpg) center no-repeat;
    background-size: 140%;
    background-position: top;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}
.wrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 2.5%;
    padding-bottom: 2%;
    position:relative;
}

.txt {
    width: 75%;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    position:absolute;
    top:6%;
    left:20.4%;
}
.pic-1{
    width:6.9%;
    position:absolute;
    left:6.8%;
    top:12%;
}
.pic-1 img{
    width:100%;
}
.cont {
    width: 100%;
    overflow: hidden;
    padding-top: 5%;
}

.cont-1 {
    width: 52.6%;
    float: left;
}

.cont-list {
    border: 1px solid #e6e6e6;
    margin-top: 5%;
    padding: 3% 3% 5% 6%;
}
.cont-list2{
    margin-top:5.8%;
}
.cont-list1 {
    padding: 3% 3% 9% 6%;
}

.cont-list>ul {
    width: 100%;
    overflow:hidden;
}

.cont-list>ul>li {
    margin-top: 2%;
    font-size: 18px;
    color: #333;
    line-height:1.5em;
    overflow:hidden;
    width:49%;
    float:left;
}
.cont-list2>ul>li{
    width:100%;
}
.cont-list ul li span {
    margin-right: 3%;
    float:left;
}
.p1-span{
    width:85%;
    margin-right:0;
    float:left;
}
.cont-2 {
    width: 46.8%;
    margin-left: 2%;
}
.kcap-box{
    width:100%;
    margin:0 auto;
    overflow:hidden;
    margin-top:2%;
}
.kc-nav{
    width:72.8%;
    margin:0 auto;
    overflow:hidden;
}
.kc-nav>li{
    width:18.6%;
    float:left;
    border:2px solid #aaabaf;
    font-size:24px;
    color:#666;
    text-align:center;
    margin-left:5%;
    padding:0.6% 0;
    cursor:pointer;
}
.kc-nav>li.active{
    background:#e60012;
    color:#fff;
    border:2px solid #e60012;
}
.kc-list{
    display:none;
    width:100%;
    padding-top:3%;
}
.kc-list img{
    width:100%;
}
.kc-list.active{
    display:block;
}
.kc-list-1{
    display:none;
    width:100%;
    padding-top:3%;
}
.kc-list-1 img{
    width:100%;
}
.kc-list-1.active{
    display:block;
}
/*讲师介绍*/

.lecturer {
    width: 1200px;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 30px;
}

.lec-pic {
    width: 92.2%;
    margin: 0 auto;
}

.lec-ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lec-list {
    width: 24.7%;
    height: 450px;
    float: left;
    background-color: #f1f1f1;
    margin: 10px 10px 10px 5.8%;
    box-shadow: 0 0 10px 0 #888888;
    position: relative;
    cursor: pointer;
}
.lec-list:hover .jieshao{
    display:block\9;
} 
.lec-list:first-child {
    margin-left: 6.1%;
}

.photo {
    width: 100%;
}

.photo>img {
    width: 100%;
}

.lec-txt {
    width: 78%;
    margin: 23px auto;
}
.lec-txt-3 {
    margin-top:10px;
}
.lec-txt-4 {
    margin-top:6px;
}
.lec-p.p1{
    font-size:14px;
    line-height:1.5em;
}
.lec-name {
    font-size: 22px;
    color: #333333;
    text-align: left;
}

.lec-p {
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.3px;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 30px;
}

.jieshao {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none\9;
    opacity:0;
    z-index:300;
}
.jieshao:hover{
    opacity:1;
}
.shadow {
    width: 100%;
}

.shadow>img {
    width: 100%;
}
.sha-txt {
    width: 83.4%;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.7em;
}
.next {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
}

.arrow-left1 {
    float: left;
    cursor: pointer;
}

.arrow-right1 {
    float: right;
    cursor: pointer;
}

.swiper-container {
    width: 92.1%;
    height: 500px;
    color: #fff;
    text-align: center;
    margin: 3% auto 0;
}

.swiper-slide {
    width: 500px;
    height: 100%;
}

.red-slide {
    background: #ca4040;
}

.blue-slide {
    background: #4390ee;
}

.orange-slide {
    background: #ff8604;
}

.green-slide {
    background: #49a430;
}

.pink-slide {
    background: #973e76;
}

.pagination {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #d6d6d6;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #e50012;
}
.kc-txt-5{
    width:100%;
    text-align:center;
    position:absolute;
    bottom:1.5%;
    left:50%;
    margin-left:-50%;
    color:#333;
    font-size:18px;
}
/*证书*/
.zs-box{
    width:100%;
    padding:12% 0;
    background:url(../images/bg-3.jpg) center no-repeat;
    background-size: 100%;
    background-position: top;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    margin-top:3%;
}
.pic-2{
    width:40.2%;
    position:absolute;
    top:26%;
    left:3%;
}
.zs-box img,.pic-2 img{
    width:100%;
}
.txt-2 {
    width: 75%;
    font-size: 20px;
    line-height: 35px;
    color: #000;
    position:absolute;
    top:40%;
    left:50%;
}
.txt-2 span a{
    color:#e60012;
    cursor:pointer;
}
/*报名联系方式*/

.p5-ul{
    width:100%;
    overflow:hidden;
    margin:0 auto;
        padding-bottom:40px;
}

.p5-ul li{
    width:49.2%;
    margin-left:1.6%;
    height:137px;
    background:#f4f4f4;
    float:left;
    margin-top:1.5%;
    position: relative;
}
.p5-ul li:first-child{
    margin-left:0;
}
.p5-ul li.nm{
    margin-left:0;
}
.p5-ul li>div:first-child{
    margin-top:5%;
}
.p5-list{
    width:100%;
    margin:2% auto 0;
    overflow:hidden;
}
.p5-list-2{
    position:absolute;
    top:40%;
    right:-35%;
}
.p5-ic{
    width:3.35%;
    float:left;
    margin:0.5% 1% 0 5%;
    
}
.p5-ic-1{
    width:3.1%;
    float:left;
    margin:0.5% 1% 0 5%;
    
}
.p5-ic-1 img{
    width:100%;
}
.p5-ic img{
    width:100%;
}
.p5-txt{
    width:86.5%;
    float:left;
    font-size:18px;
    color:#333;
}
.p5-span{
    color:#000;
    margin-left:6%;
}
.p5-txt.t2{
    color:#666;
}
.p5-txt.t3{
    color:#000;
}
.p5-txt.t3 a{
    color:#000;
}
.content-c.bg6{
    background:#f4f4f4;
}
.p6-ul{
    width:100%;
    overflow:hidden;
    margin:30px auto 40px;
}
.p6-ul li{
    width:31.8%;
    float:left;
    margin-left:2.3%;
    list-style:none;
}
.p6-ul li:first-child{
    margin-left:0;
}
.p6-add{
    width:26.2%;
    padding-bottom:1%;
    text-align:center;
    font-size:22px;
    border-bottom:2px solid #e50012;
    margin:0 auto;
}
.p6-xx-box{
    width:100%;
    overflow:hidden;
    padding:6% 0;
    background:#fff;
    margin-top:6%;
}
.p6-xx-c{
    width:89%;
    margin:0 auto;
}
.p6-name{
    width:94.5%;
    padding-left:5.5%;
    font-size:22px;
    color:#333;
}
.p6-xx{
    width:94.5%;
    padding-left:5.5%;
    font-size:20px;
    color:#333333;
    margin-top:5%;
}
.p6-xx.x1{
    margin-top:3%;
}
.p6-xx img{
    width:7.5%;
    float:left;
    margin-right:3%;
    margin-top: 0.8%;
}
.p6-xx a{
    color:#333;
}
.p6-line{
    width:100%;
    height:1px;
    background:#d1d1d1;
    margin:8% 0;
}
.p6-txt-ul{
    width:82%;
    overflow:hidden;
    margin:0 auto;
}
.p6-txt-ul li{
    width:22%;
    float:left;
    margin-left:17%;
}
.p6-txt-ul li:first-child{
    margin-left:0;
}
.p6-txt-ul li>div:first-child{
    margin-top:0;
}
.p6-sbox{
    width:100%;
    font-size:20px;
    color:#333;
    margin-top:20%;
}
.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}

.bottom img {
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}

.line1 {
    display: none;
    width: 100%;
    height: 3px;
    background-color: #d1d1d1;
    margin-top: 16px;
    margin-bottom: 20px;
}

.line2 {
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    margin-top: 35px;
    margin-bottom: 20px;
}

@media(max-width:1200px) {
    .hg-box{
        display:none;
    }
    .main,
    .banner-c,
    .nav-list-c,.top-c {
        width: 960px;
    }
    .hg{
        width:12.5%;
        margin-top:0.5%;
    }
    .banner-title {
        font-size: 40px;
    }
    .banner-txt {
        width: 70%;
    }
    .p1-txt{
        font-size:14px;
    }
    .txt{
        top:5.5%;
    }
    .logo {
        margin-left: 3.6%;
    }
    .list li {
        font-size: 20px;
    }
    .wrap {
        width: 960px;
    }
    .cont-list>ul>li {
        font-size: 15px;
    }
    .kc-txt{
        width:82%;
        font-size:16px;
    }
    .txt-2{
        top:35%;
    }
    .pic-2{
        top:28%;
    }
    .sign {
        width: 960px;
    }
    .phone-span,
    .letter>a {
        font-size: 16px;
        line-height: 18px;
    }
    .sheng {
        height: 128px;
    }
    .swiper-container{
        width:960px !important;
        height:500px;
    }
    .p {
        line-height: 32px;
        font-size: 16px;
    }
    .lecturer{
        width:960px;
    }
    .lec-p{
        font-size:14px;
    }
    .lec-list{
        height:460px;
    }
    .p6-xx{
        font-size:16px;
    }
    .p6-sbox{
        font-size:16px;
    }
    .p6-name{
        font-size:20px;
    }
    .p6-add{
        width:29%;
    }
    .jieshao{
        height:420px;
    }
    .shadow>img{
        height:100%;
    }
}


@media(max-width:768px) {
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }
    .banner-c,
    .main,
    .wrap {
        width: 100%;
    }
    .bg-w {
        width: 100%;
    }
    .banner {
        background: none;
        height: auto;
    }
    .banner-c {
        position: absolute;
        left: 0;
        top: 0;
    }
    .banner-txt {
        top: 18%;
        left: 10.4%;
        width: 59%;
    }
    .banner-title {
        font-size: 42px;
    }
    .banner-t1 {
        font-size: 28px;
    }
    .banner-x1 {
        font-size: 24px;
    }
    .banner-t2 {
        font-size: 24px;
    }
    .wrap {
        margin-top: 4%;
        padding-bottom: 5%;
    }
    .txt {
        width: 83%;
        padding: 3% 5%;
        font-size: 2.8vw;
        margin: 0 auto;
        line-height: 1.6em;
    }
    .cont-1 {
        width: 93%;
        margin: 3% auto 0;
        float: none;
    }
    .cont-list1 {
        padding: 4% 3% 4% 6%;
    }
    .cont-list>ul>li:first-child {
        margin-top: 0;
    }
    .cont-list>ul>li {
        font-size: 24px;
    }
    .cont-list {
        padding: 4% 3% 4% 6%;
    }
    .txt-w {
        width: 100%;
        font-size: 36px;
        color: #333333;
        font-weight: 600;
        text-align: center;
    }
    .line-w {
        width: 9%;
        height: 4px;
        margin: 2% auto 0;
        background: #E50012;
    }

    .p1-btn-box {
        width: 45.7%;
    }
    .p1-btn-box li {
        font-size: 24px;
    }
    .p1-box {
        width: 93%;
    }
    .p1-5,
    .p1-7,
    .p1-1,
    .p1-3 {
        width: 13.8%;
        font-size: 24px;
        line-height: 1.3em;
    }
    .p1-2,
    .p1-4,
    .p1-6,
    .p1-8 {
        width: 85%;
    }
    .p1-2 {
        padding-bottom: 4%;
    }
    .p1-t1 {
        padding-left: 3%;
        text-align: left;
        font-size: 28px;
    }
    .p1-t1.fl {

        padding-left: 2%;
    }
    .p1-t2.fl {

        padding-left: 5%;
    }
    .p1-t2 {
        padding-left: 5%;
        text-align: left;
        font-size: 26px;
    }
    .p1-t3 {
        padding-left: 4% !important;
        font-size: 24px;
    }
    .p1-5,
    .p1-7,
    .p1-1,
    .p1-3,
    .p1-6,
    .p1-2,
    .p1-4,
    .p1-8 {
        height: auto;
    }
    .p1-6 {
        padding-bottom: 4%;
    }
    .p1-8 {
        padding-bottom: 4%;
    }
    .p1-4 {
        padding-bottom: 4%;
    }
    .p1-ul {
        width: 95%;
        float: none;
        margin-left: 5%;
    }
    .p1-ul.ul2 {
        margin-top: 0%;
    }
    .p1-t4,
    .p1-t5 {
        font-size: 24px;
    }
    .p1-t5 {
        text-indent: 0.8em;
    }
    .nav-list-c {
        width: 100%;
    }
    .list {
        width: 90%;
    }
    .bottom {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 3vw;
    }
    .bottom span {
        display: block;
    }
   
    .sign {
        width: 100%;
        padding-top: 0;
    }
    .area {
        margin: 0;
        width: 94%;
        margin: 0 auto;
    }
    .diqu,
    .diqu2 {
        width: 100%;
        clear: both;
        margin-left: 0;
    }
    .diqu2 h2 {
        padding-left: 10px;
        text-align:left;
    }
    .diqu2 h2 span{
        padding-bottom:0;
        border-bottom:none;
    }
    h2 {
        margin: 0;
        border-bottom: none;
        border-left: 5px solid #e50014;
    }
    .txt-1 {
        font-size: 36px;
        padding: 23px 0 37px;
        border-left: none;
        text-align: center;
    }
    .lian {
        font-size: 36px;
        padding: 10px 0;
        font-weight: 600;
        border-bottom: 6px solid #e40013;
        margin: 0 auto;
    }
    .inform {
        width: 100%;
        padding: 20px 0;
    }
    .xinxi {
        width: 55.3%;
        float: right;
        padding: 30px 0;
        border-left: 2px solid #e8e8e8;
    }
    .xinxi.x-w {
        padding: 10% 0;
        margin-top: 1%;
    }
    .line1 {
        display: block;
        background: #D1D1D1;
    }
    .line2 {
        display: none;
    }
    .phone-pic2,
    .letter-pic2 {
        width: 6.8%;
        margin-right: 3%;
    }
    .phone-pic2 img,
    .letter-pic2 img {
        width: 100%;
    }
    .sheng1 {
        width: 40.2%;
        height: auto;
        padding-left: 3%;
    }
    .box {
        background-color: #f4f4f4;
    }
    .sheng {
        display: table-cell;
        vertical-align: middle;
        padding-left: 9.7%;
        width: 40.2%;
        height: 200px;
        overflow: hidden;
    }
    .cols1,
    .cols4 {
        width: 33.2%;
    }
    .cols2,
    .cols5 {
        width: 30.6%;
    }
    .p {
        font-size: 24px;
        line-height: 50px;
    }
    .name {
        font-size: 32px;
        margin-left: 9.7%;
    }
    .phone,
    .letter {
        margin-left: 9.7%;
        margin-top: 30px;
    }
    .phone-span,
    .letter>a {
        font-size: 24px;
        line-height: 24px;
    }
    .letter {
        margin-top: 24px;
    }
    .lecturer {
        width: 100%;
        padding: 4% 0;
    }
    .swiper-container2 {
        width: 93.5% !important;
        height: auto !important;
        margin: 3% auto 0;
        overflow: hidden;
    }
    .swiper-container2 .swiper-wrapper,
    .swiper-container2 .swiper-wrapper .swiper-slide {
        height: auto !important;
    }
    .swiper-container2 .swiper-wrapper .swiper-slide {}
    .box100 {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .js-left {

        width: 33.5%;
        float: left;
    }
    .js-img {
        width: 100%;
    }
    .js-img img {
        width: 100%;
    }
    .js-t {
        width: 92%;
    }
    .js-t1 {
        width: 100%;
        font-size: 28px;
        color: #333;
        margin-top: 6%;
    }
    .js-t2 {
        width: 100%;
        font-size: 24px;
        line-height: 1.4em;
        margin-top: 1%;
        color: #666666;
    }
    .js-t3 {
        width: 100%;
        font-size: 24px;
        line-height: 1.5em;
        color: #333;
        margin-top: 3%;
        padding-bottom: 15%;
    }
    .js-t3.active {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        padding-bottom: 0;
    }
    .js-t3.tx.active{

        -webkit-line-clamp: 5;
    }
    .js-right {
        position: relative;
        width: 58.5%;
        float: right;
        padding: 0% 4%;
        background: #F4F4F4;
    }
    .js-arrow {
        position: absolute;
        width: 8%;
        left: 46%;
        bottom: 6%;
    }
    .js-arrow.active {
        bottom: 4%;
    }
    .js-arrow img {
        width: 100%;
    }
    .pagination1 {
        width: 58%;
        margin: 3% auto 0;
        text-align: center;
    }
    .pagination1 span {
        display: inline-block;
        text-align: center;
    }
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 5px;
    }
    .list li:hover {
        background:none;
    }

    .list li:hover a {
        color: #333;
    }
    .txt-w.la{
        padding-top:5%;
    }
     .hg{
        width:14%;
        margin-right:24%;
        margin-top:3%;
        padding:0;
    }
    .banner{
        overflow:visible;
    }
    .hg-box{
        position:absolute;
        width:100%;
        top:0%;
        background-color:rgba(0,0,0,0.7);
        z-index:700;
    }
    .hg-mask-box{
        width:77.7%;
        right:0;
        left:auto;
        opacity:1;
        z-index: ;
        height:100%;
    }
    .hg-ul{
        width:66.8%;
        float:right;
        margin-right:5.3%;
        margin-top:0;
    }
    .hg-ul li{
        width:100%;
        margin-left:0;
        margin-top:10%;
    }
    .hg-ul li.active .hg-k{
        display:none;
    }
    .back-wap{
        width:10%;
        padding-left:3.2%;
        float:left;
        margin-top:2.8%;
    }
    .back-wap img{
        width:100%;
    }

    .w-list{
        width:94%;
        margin:3% auto 0;
        overflow:hidden;
    }
    .w-list li{
        width:33.2%;
        float:left;
        margin-left:0.2%;

    }
    .w-list li.active .w-list-title,.swiper-w-box.active .w-list-title{
        background:#fff;
        color:#e8000f;
        border-top:2px solid #e8000f;
    }
    .w-list li.active .w-list-t,.swiper-w-box.active .w-list-t{
        background-color:#fff;
    }
    .w-list li:first-child{
        margin-left:0;
    }
    .w-list.ul2 li{
        width:49.8%;
    }
    .w-list-title{
        width:100%;
        border-top:2px solid #ededed;
        background-color:#ededed;
        padding:6% 0 7%;
        text-align:center;
        font-size:26px;
        color:#000;
    }
    .w-list-title.t1{
        padding-bottom:24%;
    }
    .w-list-t{
        width:100%;
        background-color:#f9f9f9;
        padding:7% 0 6%;
        line-height:1.6em;
        font-size:24px;
        text-align:center;
    }
    .w-img{
        width:94%;
        margin:2% auto 0;
        display:none;
    }
    .w-img.active{
        display:block;
    }
    .w-img img{
        width:100%;
    }
     .nav-list-c {
        width: 100%;
    }
    .list {
        width: 90%;
    }
    .list li{
        width:25%;
    }
     .list li:first-child{
        margin-left:0;
     }
    .swiper-container-list{
        width:100%;
        margin-left:3%;
        padding-right:78%;
    }
    .swiper-container-list .swiper-wrapper{
        width:100%;
    }
    .swiper-container-list .swiper-slide{
        width:100% !important;
       
        text-align:center;
      
        display:block;
    }
    .nav-w-list a{
        color:#333333;
    }
    .nav-w-list{
        width:100%;
        font-size:28px;
         padding:8% 0;
    }
    .nav-w-list.active{
        background:#fff;
    }
    .nav-w-list.active a{
        color:#e50012;
    }
}

@media(max-width:640px) {
    .top-c {
        width: 100%;
        height: auto;
        padding: 3% 0;
    }
    .logo {
        width: 70px;
        margin-top: 0;
    }
    .banner-title {
        font-size: 5.6vw;
    }
    .banner-t1 {
        font-size: 3.8vw;
    }
    .banner-x1 {
        width: 45%;
        font-size: 3.2vw;
    }
    .banner-t2 {
        font-size: 3.2vw;
    }
    .txt {
        font-size: 3.2vw;
    }
    .txt-w {
        font-size: 4.6vw;
    }
    .cont-list>ul>li {
        font-size: 3.2vw;
    }
    .p1-btn-box li {
        font-size: 3.2vw;
        margin-left: 5%;
    }
    .p1-5,
    .p1-7,
    .p1-1,
    .p1-3 {
        font-size: 3.2vw;
    }
    .p1-2,
    .p1-4,
    .p1-6,
    .p1-8 {
        width: 84%;
    }
    .p1-t1 {
        font-size: 3.8vw;
        margin-top: 4%;
    }
    .p1-t2 {
        font-size: 3.6vw;
    }
    .p1-t3 {
        font-size: 3.2vw;
        margin-top: 3%;
    }

    .p1-t4,
    .p1-t5 {
        font-size: 3.2vw;
    }
    .list li {
        font-size: 3.2vw;
        padding: 2.5% 0;
    }
    .banner-x1 img {
        width: 10%;
    }
    .content-c.bg1 {
        padding: 5% 0;
    }
    h2 {
        width: 50%;
        font-size: 3.4vw;
        border-bottom: none;
        text-align: left;
        padding-left: 2%;
        border-left: 3px solid #e50014;
        color: #E50012;
        padding: 0 0 0 2%;
    }
    .diqu2 h2 span{
        font-size: 3.4vw;
        color: #E50012;
    }
    .diqu2 h2 {
        width: 50%;
        text-align: left;
        padding-left: 2%;
        padding: 0 0 0 2%;
    }
    .line1 {
        margin: 10px 0 0 0;
        height: 2px;
    }
    .txt-1 {
        font-size: 4.73vw;
        padding: 23px 0 37px;
        border-left: none;
        text-align: center;
    }
    .lian {
        font-size: 4.73vw;
        /*padding:0.98vh 0;*/
        padding: 10px 0;
        font-weight: 600;
        /*border-bottom:0.59vh solid #e40013;*/
        border-bottom: 5px solid #e40013;
        margin: 0 auto;
    }
    .xinxi {
        padding: 15px 0;
    }
    .sheng {
        display: table-cell;
        vertical-align: middle;
        padding-left: 9.7%;
        width: 40.2%;
        height: 100px;
        overflow: hidden;
    }
    .p {
        font-size: 3.16vw;
        line-height: 25px;
    }
    .name {
        font-size: 4.21vw;
        margin-left: 9.7%;
    }
    .phone-span,
    .letter>a {
        font-size: 3.16vw;
        line-height: 1em;
    }
    .phone,
    .letter {
        margin-left: 9.7%;
        margin-top: 15px;
    }
    .letter {
        margin-top: 10px;
    }
    .inform {
        padding: 3%;
    }
    .js-t1 {
        font-size: 3.8vw;
    }
    .js-t2,
    .js-t3 {
        font-size: 3.2vw;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
    .p1-box,
    .p1-btn-box {
        margin-top: 5%;
    }
    .sign {
        padding-bottom: 5%;
    }

}