@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img,input,button{
    outline: none;
    border: none;
}
ul{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}
.px1200{
    max-width: 1200px;
    margin: auto;
}

body{
    width: 100%;
}
body{
    background: url("/xxzx/images/bg.jpg") no-repeat center center;
    background-size: cover;
}
.new-logo {
    position: absolute;
    left: 0;
    top: 0;
}
.new-logo img {
    width: 60%;
    max-width: 266px;
    max-height: 251px;
}
.index {
    padding-top: 159px;
    padding-bottom: 86px;
}
.topBox{
    overflow: hidden;
}
.tit{
    float: left;
    width: 43.25%;
    margin-top: 116px;
}
.tit img {
    display: block;
    width: 100%;
}
.vde {
    float: left;
    width: 51.58%;
    margin-left: 5.17%;
    padding: 35px 33px 60px;
    border-radius: 10px 10px 0 0;
    background: #fff url() no-repeat bottom center;
    background-size: contain;
}
.vde .pic {
    padding-top: 56.73%;
    position: relative;
    overflow: hidden;
}
.vde .pic>img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.stop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(46, 46, 46, 0.64);
    z-index: 9;
}
.stop img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    cursor: pointer;
}

.listBox>ul>li{
    float: left;
    width: 48%;
    padding: 20px 24px 34px;
    border-radius: 10px;
    background: #fff;
    margin-top: 60px;
    transition: all .3s;
}
.listBox>ul>li:nth-child(3){
    padding-bottom: 51px;
}
.listBox>ul>li:nth-child(4){
    padding-bottom: 19px;
}
.listBox>ul>li:nth-child(even){
    margin-left: 4%;
}
.listBox>ul>li>a{
    display: block;
    overflow: hidden;
    position: relative;
}
.listBox>ul>li .list-text {
    padding-right: 252px;
}
.list-text h4{
    font-size: 0;
    color:#008077 ;
    width: 200px;
    padding-bottom: 14px;

    border-bottom: 2px solid #008077;
}
.list-text h4 span{
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    font-weight: normal;

}
.list-text h4 span:first-child{
    font-size: 40px;
    font-weight: 600;
    margin-right: 10px;
}
.list-text p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;


}
.list-text p.line-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    height: 84px;
    margin-top: 29px;
    margin-bottom: 20px;
}
.list-text p.line-4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    height: 112px;
    margin-top: 20px;
    margin-bottom: 18px;
}
.list-text p.line-5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    height: 140px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.list-text>span {
    display: block;
    width: 148px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #01bca8;
    border-radius: 50px;

}
.list-text {
    padding-right: 322px;
}
.list-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 230px;
    height: 175px;
    overflow: hidden;
    border-radius: 10px;
}
.list-pic img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.list-pic p{
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1;


}
.listBox>ul>li .qr{
    height: 200px;
}
.listBox>ul>li .qr img{
    width: 184px;
    height: 184px;
    margin: auto;
}

.listBox>ul{

    margin-top: 10px;
}

@media screen and (max-width: 1200px){
    .px1200{
        padding-left:10px;
        padding-right: 10px;
    }
    .list-pic{
        width: 200px;
    }
    .listBox>ul>li .list-text{
        padding-right: 210px;
    }
}
@media screen and (max-width: 1024px){
    .list-text p{
        font-size: 12px;
        line-height: 24px;
    }
    .list-text p.line-4{
        height: 96px;
    }
    .list-text p.line-3{
        height: 72px;
        margin-top: 22px;
    }
    .list-text p.line-5{
        height: 120px;
    }
    .list-text>span{
        width: 125px;
        line-height: 32px;
    }
    .list-text h4 span{
        font-size: 16px;
    }
    .list-text h4 span:first-child{
        font-size: 26px;
        margin-right: 5px;
    }
    .list-text h4{
        width: 150px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 860px){

    .index{
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .vde,.tit{
        float: none;
        width: auto;
        margin-left: 0;
    }
    .vde{
        margin-top: 20px;
        padding-bottom: 90px;
    }
    .tit{
        margin-top: 0;
    }
    .tit img {
        width: 80%;
        max-width: 519px;
        margin: auto;
    }
    .listBox>ul>li{
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .listBox>ul>li:nth-child(even){
        margin-left: 0;
    }
    .list-pic{
        height: auto;
    }
    .list-pic img{
        width: 80%;
        margin: auto;
    }
    .listBox>ul>li .qr{
        height: auto;
    }
    .listBox>ul>li .qr img{
        width: 120px;
        height: auto;
    }
    .list-text p.line-3,.list-text p.line-4,.list-text p.line-5{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 48px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 640px){

    .vde{
        padding: 20px 20px 60px;
    }
    .list-pic{
        width: 120px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
    .list-pic img{
        width: 120px;
        margin: auto ;
    }
.listBox>ul>li .qr img{
    width: 90px;
}
    .listBox>ul>li .list-text{
        padding-right: 130px;
    }
    .listBox>ul>li{
        padding: 10px;
    }
    .listBox>ul>li:nth-child(3),.listBox>ul>li:nth-child(4){
        padding-bottom: 10px;
    }
    .list-pic p{
        font-size: 12px;
    }

    .list-text>span{
        font-size: 12px;
        width: 95px;
        line-height: 24px;
    }
    .list-text h4 span:first-child{
        font-size: 20px;
    }
    .list-text h4 span{
        font-size: 14px;
    }
}

@media screen and (max-width: 480px){
    .vde{
        padding: 10px 10px 40px;
    }
    .stop img{
        width: 15%;
    }
    .list-pic img{
        width: 90px;
    }
    .list-pic{
        width: 90px;
    }
    .listBox>ul>li .list-text{
        padding-right:100px;
    }
    .list-text p.line-3, .list-text p.line-4, .list-text p.line-5{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .listBox>ul>li{
        margin-top: 10px;
    }

}


.ny-tit {
    font-size: 0;
    text-align: center;
}
.ny-tit img{
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 6px;
}
.ny-tit h4{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 22px;
    color: #00a185;
    width: 140px;
}
.help-list{
    overflow: hidden;
    margin-top: 40px;
}
.help-list>div{
    float: left;
    width: 31.6%;
    background: #fff;
    border-radius: 10px;
    padding: 40px 0 25px;
    margin-top: 60px;
    background: url("/xxzx/images/help.png") no-repeat bottom center;
    background-size: cover;
}
.help-list>div:nth-child(2){
    margin-top: 0;
    margin-left: 2.6%;
    margin-right: 2.6%;
}
.help-list>div>ul>li p{
    font-size: 0;
}
.help-list>div>ul>li p img{
    display: inline-block;
    vertical-align: middle;
    max-width: 34px;
    max-height: 31px;
}
.help-list>div>ul>li p span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    color: #00a185;
    margin-left: 6px;
    font-weight: 600;
}
.help-list>div>ul ul>li{
    position: relative;
}
.help-list>div>ul ul>li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.help-list>div>ul ul>li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #00a185;
    border-radius: 50%;
    transform: translateY(-50%);
}
.help-list>div>ul ul>li:hover a{
    font-weight: 600;
    color: #00a185;
}
.help-list>div>ul ul{
    margin-top: 10px;
    padding: 0 5px;
}
.help-list>div>ul>li{
    margin-top: 25px;
}
.help-list>div>ul{
    padding: 0 30px;
}

@media screen  and (max-width: 768px){
    .ny-tit h4{
        font-size: 16px;
        width: 90px;
    }
    .help-list>div>ul>li{
        margin-top: 15px;
    }
    .help-list>div>ul>li p span{
        font-size: 14px;
    }
    .help-list>div>ul>li p img{
        max-width: 20px;
        max-height: 20px;
    }
    .help-list>div>ul ul>li a{
        font-size: 12px;
        line-height: 24px;
    }
    .help-list>div>ul ul{
        margin-top: 5px;
    }
    .help-list>div{
        padding: 20px;
    }
    .help-list>div>ul{
        padding: 0 10px;
    }
    .ny-tit img{
        width: 25px;
        height: 4px;
    }
}

@media screen  and (max-width: 640px){
    .help-list>div{
        float: none;
        width: auto;
        margin: auto;
    }
    .help-list>div:nth-child(2){
        margin: 10px 0 ;
    }
    .help-list{
        margin-top: 0;
    }
}