* {
    touch-action: pan-y;
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    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 {
    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 {
    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);
    -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%;
    background-image: url(../images/top-img.jpg);
    background-size: cover;
}
.top-ss{
    width:100%;
    height:80px;
    display:none;
}
.course-header {

    width: 100%;

    margin: 0 auto;
    overflow: hidden;

    z-index: 300;
}

.course-header.cur {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.course-header-wrap {
    width: 1440px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.course-header-wrap-logo {
    width: 105px;
    float: left;
    margin-top: 19px;
}

.course-header-wrap-logo img {
    width: 100%;
}

.course-header-wrap-nav {

    float: right;
    overflow: hidden;
}

.course-header-wrap-nav li {
    float: left;
    color: #333;
    font-size: 20px;
    height: 80px;
    line-height: 80px;
    margin-left: 50px;
    cursor: pointer;
    box-sizing: border-box;
}

.course-header-wrap-nav li a {
    color: #333;
}

.course-header-wrap-nav li:first-child {
    margin-left: 0%;
}

.course-header-wrap-nav li.active {
    color: #e60012;
    border-bottom: 4px solid #e60012;
}

.course-header.active {
    position: fixed;
    top: 0;
    bottom: auto;
    opacity: 1;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}

.banner {
    width: 100%;
    overflow: hidden;
    height: 734px;
}

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

.content img {
    width: 100%;
}

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



.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%;
    width: auto;
}

/*.zh-box {
    background: url(../images/zh-boxbg.png) 100% 100%;
    padding-bottom: 80px;
}*/


/* 解决方案 */
.jjfa-top {
    width: 100%;
    background-image: url(../images/top-img-jjfa.jpg);
    background-size: cover;
}
.jjfa-top .main{
    overflow:visible;
}
.jjfa-top  img{
    width: 100%;
}
.jjfa-dzsbox {
    width: 100%;
    margin: 50px 0;
}

.jjfa-dzs-left {
    width: 69.3%;
    float: left;
    overflow: hidden;
    position: relative;
    display: none;
}
.jjfa-dzs-left.active{
    display:block;
}
.jjfa-dzs-item{
    width:100%;
    height: 1000px;
    overflow-y: scroll;
}
/* .jjfa-dzs-item::-webkit-scrollbar {
    display: none;
} */






.jjfa-dzs-mask{
   width: 98.5%;
   position: absolute;
   bottom: 0%;
   left: 0%;
}
.jjfa-dzs1-dzs-xz{
    width: 29%;
    position: absolute;
    bottom: 7%;
    cursor: pointer;
    left: 35.5%;
    display: none;
}



.jjfa-dzs-right{
    width: 25.7%;
    float: right;
}
.jjfa-dzs-ul {
    width: 100%;
}

.jjfa-dzs-ul li {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    box-shadow: 0 8px 27px rgba(159,188,206,0.8);
    margin-bottom: 30px;
}

.jjfa-dzs-ul li.active {
    border: 3px solid #e60012;
    color: #e60012;
}

.jjfa-dzs-ul li.active::after {
    content: "";
    position: absolute;
    left: -17.5%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 16px solid #e60012;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.jjfa-dzs-ul li .jjfa-btn-shu {
    width: 39%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.jjfa-dzs-ul li .jjfa-btn-tit {
    width: auto;
    position: absolute;
    top: 50%;
    left: 41%;
    font-size: 24px;
    font-weight: bold;
    transform: translateY(-50%);
}
.jjfa-btn-xz{
    width: 37.2%;
    cursor: pointer;
}
.clear{
    clear: both;
}
.xmzx {
    width: 133px;
    right: 3%;
    bottom: 14%;
    position: fixed;
    z-index: 10;
}

.xmzx a {
    display: block;
    border-radius: 50px;
    box-shadow: 0px 20px 25px rgba(89, 1, 6, 0.3);
}

.xmzx img {
    display: block;
    width: 100%;
}
.plan-zl-ss{
    width:100%;
    height:100%;
    left:50%;
    position:fixed;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:9999999;
    display:none;
}
.plan-zl-box{
    width:600px;
    left:50%;
    position:absolute;
    margin-left:-300px;
    top:50%;
    transform:translateY(-50%);
    background-color:#fff;
    box-shadow:0px 3px 8px rgb(0,0,0,0.3);
    z-index:999;
    padding:40px 0;
}
.plan-zl-box img{
    width:100%;
}
.zl-main {
     width: 81.4%;
     margin: 0 auto;
     overflow: hidden;
 }
 
 .zl-title {
     width: 100%;
     text-align: center;
     font-size: 24px;
     color: #e60012;
 }
 
.zl-tip {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin: 1.5% auto 3%;
}   
    
 .zl-list {
     position: relative;
     width: 100%;
     overflow: hidden;
     margin-top: 4%;
 }  
    
 select {
     width: 78.2%;
     float: left;
     box-sizing: border-box;
     margin-left: 1.8%;
     border: 1px solid #d9d9d9;
     appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     -webkit-appearance: none;
     font-size: 12px;
     color: #333;
     height:40px;
     line-height:40px;
     padding-left: 2%;
     border-radius: 5px;
     outline: none;
     background:#fff;
 }
 
 .zl-p {
     width: 15.3%;
     font-size: 14px;
     color: #333333;
     float: left;
     margin-top: 1%;
     text-align: right;
 }
 
 .xing {
     width: 1.2%;
     float: right;
     margin-top: 2%;
     margin-right:2%;
 }
 
 select::-ms-expand {
     display: none;
 }
 
 input {
     width: 78.2%;
     float: left;
     box-sizing: border-box;
     margin-left: 1.8%;
     border: 1px solid #d9d9d9;
     font-size: 14px;
     line-height:40px;
     color: #333;
     height:40px;
     padding-left: 2%;
     border-radius: 5px;
     outline: none;
 }
  input.code{
    width:54%;
  }
  .code-btn{
    font-size:14px;
    float:left;
    margin-left:2%;
    color:#e60012;
    cursor:pointer;
/*    font-weight:600;*/
    margin-top:1.5%;
  }
 .jiao {
     position: absolute;
     width: 1.5%;
     right: 6.4%;
     top: 44%;
 }
 
 .zl-c {
     position: relative;
     width: 100%;
     overflow: hidden;
 }
 
 .zl-c.c1 {
     margin-top: 2%;
 }
 .ys {
     width: 100%;
     text-align: center;
     font-size: 14px;
     margin: 3% auto 0;
 }
 
 .ys a {
     color: #e60012;
     text-decoration: none;
 }
 
 .zl-btn {
     width: 25.5%;
     margin: 5% auto 0;
     cursor: pointer;
 }
 
 .zl-close {
     position: absolute;
     width: 3.1%;
     right: 3.1%;
     top: 3.1%;
     cursor: pointer;
 }
@media(max-width:1500px) {
    .course-header-wrap {
        width: 1200px;
    }
    .main {
        width: 1200px;
    }
}



@media(max-width:1200px) {
    .course-main {
        width: 960px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .course-header-wrap {
        width: 960px;
        height: 80px;
        overflow: hidden;
        margin: 0 auto;
    }

    .course-header-wrap-logo {
        margin-top: 26px;
    }

    .course-header-wrap-nav {
        width: 60%;
    }
    .main {
        width: 960px;
    }
    .jjfa-dzs-ul li .jjfa-btn-tit {
        left: 39%;
        font-size: 17px;
    }

}









@media(max-width:768px) {
    .show-pc {
        display: none;
    }
    .jjfa-dzs-item{

        overflow: hidden;
    }
    .course-header.cur {
        background-color: #fff !important;
    }

    .show-phone {
        display: block;
    }

    .course-main {
        width: 93.5%;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .course-header.active {
        position: fixed;
        top: 0;
        bottom: auto;
        opacity: 1;
        z-index: 999;
        border-bottom: 1px solid #ddd;
    }

    .course-bannerbox {
        height: auto;
        background: none;
    }

    .course-header-wrap {
        width: 93%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }

    .course-header-wrap-logo {
        width: 16.8%;
        float: left;
        padding: 3% 0;
        margin-top: 0%;
    }

    .course-header-menu-w {
        width: 100%;
        position: fixed;
        top: 7%;
        right: 0;
        z-index: 3;
        /* display: none; */
        border-bottom: 1px solid #ddd;
        z-index: 11;
        background-color: #fff;
        display: none;
    }

    .course-header {
        overflow: visible;
        z-index:999999;
    }

    .course-header-menu-w li {
        border-top: 1px solid #ddd;
    }

    .course-header-menu-list {
        font-size: 3.6vw;
        width: 100%;
        padding: 2% 5%;
        background-color: #fff;
    }

    .course-header-menu-list a {
        color: #333333;
    }

    .course-header-menu-list.active {
        color: #e60012;
    }

    .course-menu-btn {
        width: 5.5%;
        position: absolute;
        top: 28%;
        right: 5%;
    }

    .course-menu-btn img {
        width: 100%;
    }

    .course-bannerbox img {
        width: 100%;
    }

    .course-header {
        position: relative;
    }

    .course-header-wrap-nav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        padding: 3% 0;
        display: none;
        z-index:999999;
    }

    .course-header-wrap-nav li {
        width: 100%;
        float: none;
        text-indent: 1.5em;
        margin-left: 0;
        font-size: 4vw;
        line-height: 4vw;
        height: auto;
        border-bottom: none;
        padding: 3% 0;
    }

    .course-header-wrap-nav li.active {
        border-bottom: none;
        color: #e60012;
    }
    .main{
        width: 100%;
    }
    .jjfa-dzsbox {
        width: 100%;
        margin: 5% 0 0 0%;
    }
    .jjfa-dzs-left {
        width: 93%;
        margin: 0 auto;
        float:none;
    }
    .jjfa-dzs-right {
        width: 100%;
        float: none;
    }
  .jjfa-dzs-ul li {
    width: 32.7%;
    float: left;
    position: relative;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    box-shadow: none;
    margin-bottom: 0px;
    margin-top: 2%;
    margin-left: 0.5%;
}
.jjfa-dzs-ul li.active {
    border:none;
    color: #e60012;
}
.jjfa-dzs-mask {
    width:101%;
}
.jjfa-dzs-ul li.active::after {
    border: 0px solid #e60012;
}
.jjfa-dzs-right{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.jjfa-dzs-ul {
    width: 100%;
    position: absolute;
    bottom:0%;
    left:0%;
    background-color: #fff;
}

.jjfa-dzs-ul li .jjfa-btn-tit{
    font-size: 3.2vw;
    left: 0%;
    width: 100%;
    text-align: center;
    top:84%;
}
.jjfa-dzs-ul li .jjfa-btn-shu {
    width: 60%;
    position: absolute;
    top: 0%;
    left: 24%;
}
.jjfa-dzs1-dzs-xz {
    width: 60%;
    position: absolute;
    bottom: 2%;
    cursor: pointer;
    left: 20%;
    display: block;
}
.jjfa-dzs-item {
    width: 100%;
    height:auto;
  overflow:hidden;
}
.top-ss {
    display: none;
}
.jjfa-dzs-right.fix{
    position: fixed;
    bottom: 0%;
    z-index: 10000;
}
.jjfa-btn-xz {
    width: 23.2%;
    cursor: pointer;
    position: absolute;
    top: 19.5%;
    right: 4%;
}

body{
    cursor:pointer;
}

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

    .bottom span {
        display: block;
    }
  .xmzx {
        width: 27%;
        right: 3%;
        bottom: 14%;
        padding: 3% 0;
    }
    .xmzx a {
        display: block;
    }

     .plan-zl-box {
          width: 93.3%;
         margin-left: 0;
         left: 3.5%;
         padding: 5% 0;
     }
     .zl-title {
         font-size: 4vw;
     }
     .zl-tip {
         font-size: 3vw;
         margin-top: 3%;
     }
    .zl-main {
         width: 92%;
         margin-left: 4%;
    }
     .zl-p {
         width: 20%;
         font-size: 3vw;
     }
     .zl-p.p1 {
         margin-top: 1%;
     }
     .zl-list,
     .zl-c.c1 {
         margin-top: 4%;
     }
     .code-btn{
        font-size:3vw;
     }
     input.code{
        width:41%;
     }
     select,
     input {
         width: 69%;
         height:auto;
         line-height:1em;
         margin-left: 2.5%;
         border-radius: 3px;
         font-size: 3vw;
         padding: 1.5% 0 1.7% 2%;
         background: none;
         -webkit-appearance: none;
     }
     .xing {
         width: 1.7%;
         margin-right:4%;
     }
     .jiao {
         width: 2.2%;
         right: 12.2%;
     }
     .jiao.j1 {
         top: 44%;
     }
     .ys {
         font-size: 2.4vw;
     }
      .zl-close {
         width: 5%;
         right: 4%;
     }
     .zl-btn {
         width: 30.4%;
         margin: 3% auto 0;
     }
}