@charset "UTF-8";
.zjs{
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}
.zjs-banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(1.jpg) no-repeat center;
}
.zjs-div{
    width: 1200px;
    height: 316px;
    overflow: hidden;
    margin: 60px auto;
    padding: 25px 0 0 630px;
    background: url(2.jpg) no-repeat center left;
}
.zjs-div h1{
    font-size: 32px;
    line-height: 1em;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}
.zjs-div p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-align: justify;
}
.zjs-div1{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
    background: #f7f7f7;
}
.zjs-div1 > h1{
    text-align: center;
    font-size: 32px;
    line-height: 1em;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}
.zjs-slide{
    width: 1110px;
    height: 830px;;
    overflow: hidden;
    margin: 40px auto 50px;
}
.zjs-slide .hd{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.zjs-slide .hd ul{
    width: 780px;
    height: 45px;
    overflow: hidden;
    margin: 0 auto;
}
.zjs-slide .hd ul li{
    width: 180px;
    height: 450px;
    overflow: hidden;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #666666;
    font-size: 16px;
    background: #FFF;
    margin-left: 20px;
    cursor: pointer;
}
.zjs-slide .hd ul li:first-child{
    margin-left: 0;
}
.zjs-slide .hd ul li.on{
    background: #d8bba9;
    color: #FFF;
}
.zjs-slide .bd{
    width: 100%;
    height: 755px;;
    overflow: hidden;
    background: #FFF;
    margin-top: 30px;
}
.zjs-slide .bd > div{
    padding: 40px;
}
.zjs-slide .bd > div ul{
    width: 100%;
    height: 290px;
    overflow: hidden;
    margin-bottom: 40px;
}
.zjs-slide .bd > div ul li:first-child{
    width: 500px;
    float: left;
}
.zjs-slide .bd > div ul li h3{
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 15px;
}
.zjs-slide .bd > div ul li h3:first-child+p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.zjs-slide .bd > div ul li h3:first-child+p span{
    color: #333333;
}
.zjs-slide .bd > div ul li h3+p+p{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}
.zjs-slide .bd > div ul li p a{
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    background: #85afaf;
    display: inline-block;
}
.zjs-slide .bd > div ul li p a:first-child{
    background: #d8bba9;
    margin-right: 30px;
}
.zjs-slide .bd > div ul li+li{
    width: 484px;
    float: right;
}
.zjs-slide .bd > div > div{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(4.png) no-repeat center top;
    padding-top: 25px;
}
.zjs-slide .bd > div > div h3{
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 15px;
}
.zjs-div1 > p{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    text-align: center;
}
.zjs-div1 > p a{
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
    background: #85afaf;
    display: inline-block;
}
.zjs-div1 > p a:first-child{
    background: #d8bba9;
    margin-right: 50px;
}
.zjs-div2{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #d8bba9;
    padding: 55px 0 60px;
}
.zjs-div2 > h1{
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    color: #FFf;
    font-weight: normal;
    margin-bottom: 10px;
}
.zjs-div2 > h2{
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    color: #FFf;
    font-weight: normal;
}
.zjs-div2 > p{
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #ff0000;
    margin-top: 10px;
}
.zjs-div3{
    width: 730px;
    height: 380px;;
    overflow: hidden;
    margin: 25px auto 0;
    background: #FFF;
    padding: 40px 20px;
}
.zjs-div3 h2{
    text-align: center;
    font-size: 20px;
    line-height: 1em;
    color: #333333;
}
.zjs-div3 ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px 0 40px;
}
.zjs-div3 ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
}
.zjs-div3 ul li > span{
    width: 25%;
    display: inline-block;
    text-align: right;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
}
.zjs-div3 ul li > label{
    width: 24%;
    display: inline-block;
    cursor: pointer;
}
.zjs-div3 ul li > label input{
    position: absolute;
    left: -9999px
}
.zjs-div3 ul li > label span {
    display: inline-block;
    list-style: none;
    box-sizing: border-box;
    padding-left: 25px;
    height: 36px;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    background: url(22.png) no-repeat center left;
}
.zjs-div3 ul li > label input:checked+span {
    background: url(23.png) no-repeat center left;
    color: #000;
}
.zjs-div3 > form > p{
    text-align: center;
}
.zjs-div3 > form > p input{
    width: 160px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    background: #85afaf;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
}
.zjs-tan{
    display: none;
}
.zjs-zhe{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 9999;
}
.zjs-show{
    width: 455px;
    height: 305px;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 17px 38px;
    background: #FFF;
    z-index: 99999;
}
.zjs-show p{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.zjs-show p:first-child{
    font-size: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    cursor: pointer;
}
.zjs-show ul{
    height: auto;
    overflow: hidden;
    margin: 15px 0 5px;
}
.zjs-show ul li{
    margin-bottom: 11px;
}
.zjs-show ul li input{
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    border: 1px solid #dcdcdc;
}
.zjs-show ul li input.zjs-sbtn{
    background: #85afaf;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    color: #FFF;
    border: 0;
    cursor: pointer;
}
.zjs-show ul+p{
    font-size: 14px;
    line-height: 36px;
    color: #999999;
}
.zjs-div4{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
}
.zjs-div4 > h1{
    text-align: center;
    font-size: 32px;
    line-height: 1em;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}
.zjs-slide1{
    width: 1200px;
    height: 390px;;
    overflow: hidden;
    margin: 40px auto 0;
    position: relative;
}
.zjs-slide1 .hd ul{
    position: absolute;
    width: 100%;
    height:12px;
    overflow:hidden;
    zoom:1;
    bottom:0;
    left:0;
    text-align: center;
    z-index: 2;
}
.zjs-slide1 .hd ul li{
    display: inline-block;
    width:12px;
    height:12px;
    overflow:hidden;
    margin-right:20px;
    text-indent:-999px;
    cursor:pointer;
    background:#bee2e2;
    border-radius: 50%;
    vertical-align:top;
}
.zjs-slide1 .hd ul li:last-child{
    margin-right: 0;
}
.zjs-slide1 .hd ul li.on{
    background:#59b0b3;
}
.zjs-slide1 .bd ul{
    overflow:hidden;
    zoom:1;
}
.zjs-slide1 .bd ul li{
    width: 600px;
    height: 342px;
    float: left;
    overflow: hidden;
    padding: 70px 0 0 280px;
}
.zjs-li{
    background: url(12.png) no-repeat center;
}
.zjs-li1{
    background: url(13.png) no-repeat center;
}
.zjs-li2{
    background: url(14.png) no-repeat center;
}
.zjs-li3{
    background: url(15.png) no-repeat center;
}
.zjs-li4{
    background: url(16.png) no-repeat center;
}
.zjs-li5{
    background: url(17.png) no-repeat center;
}
.zjs-slide1 .bd ul li h2{
    font-size: 36px;
    line-height: 1em;
    color: #d8bba9;
    margin-bottom: 15px;
}
.zjs-slide1 .bd ul li p{
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}
.zjs-div5{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
    background: #f7f7f7;
}
.zjs-div5 > h1{
    text-align: center;
    font-size: 32px;
    line-height: 1em;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}
.zjs-div5 ul{
    width: 1200px;
    height: 320px;
    overflow: hidden;
    margin: 40px auto 50px;
    background: url(18.png) no-repeat center;
}
.zjs-div5 ul li{
    width: 232px;
    height: auto;
    overflow: hidden;
    padding: 130px 28px 0;
    float: left;
    margin-left: 10px;
}
.zjs-div5 ul li:first-child{
    margin-left: 0;
}
.zjs-div5 ul li h3{
    text-align: center;
    font-size: 20px;
    line-height: 1em;
    color: #333333;
    margin-bottom: 10px;
}
.zjs-div5 ul li p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-align: justify;
}
.zjs-div5 > p{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    text-align: center;
}
.zjs-div5 > p a{
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
    background: #85afaf;
    display: inline-block;
}
.zjs-div5 > p a:first-child{
    background: #d8bba9;
    margin-right: 50px;
}
.zjs-div6{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
}
.zjs-div6 > h1{
    text-align: center;
    font-size: 32px;
    line-height: 1em;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}
.zjs-div6 > p{
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin: 35px 0 15px;
}
.zjs-div6 > ul{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.zjs-div6 > ul li{
    width: 592px;
    height: 489px;
    overflow: hidden;
    float: left;
    background: url(19.png) no-repeat center;
}
.zjs-div6 > ul li+li{
    float: right;
    background: url(20.png) no-repeat center;
}
.zjs-div6 > ul li h3{
    font-size: 18px;
    line-height: 30px;
    color: #dac3b1;
    margin: 25px 0 0 30px;
}
.zjs-div7{
    width: 100%;
    height: 498px;
    overflow: hidden;
    padding: 60px 0;
    background: url(21.jpg) no-repeat center;
}
.zjs-div7 > h1{
    text-align: center;
    font-size: 32px;
    line-height: 1em;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 20px;
}