@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
}
.search-top input[type="text"]{
    height: 35px;
}
li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}

/* icon摇晃 */
@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#2375bf, #2375bf);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #2375bf;
}

a:hover .titline i {
    background-size: 100% 1px;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.1);
}



/* ny-index */

.s1 {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #f4f8fb;
}

.tit {
    position: relative;
    padding-top: 40px;
    background: url(../images/tit-bj.png) no-repeat;
    background-position: right top;
    margin-bottom: 70px;
}

.tit h3 {
    background-position: right bottom;
    position: relative;

}

.tit h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 80%;
    height: 1px;
    background: linear-gradient(to left, #c1c1c1, transparent);
}

.tit h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 1px;
    background: #c1c1c1;
}

.tit h3 b {
    font-size: 42px;
    line-height: 40px;
    color: #282d38;

}

.tit span {
    font-size: 80px;
    line-height: 85px;
    color: #85a7c7;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
}


.tit p {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 16px;
    color: #bcbcbc;
}

.s1-l {
    width: 46%;
    float: left;
    margin-right: 6.66%;
}

.tits {
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
    position: relative;
    margin-bottom: 30px;
}

.tits::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #d2dae2;
}

.tits img {
    vertical-align: middle;
    margin-right: 14px;
}

.tits h3 {
    font-size: 30px;
    line-height: 29px;
    color: #2375bf;
}

.tits a {
    width: 40px;
    height: 40px;
    background: url(../images/s1-arrow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.tits a:hover {
    background: url(../images/s1-arrow-h.png) no-repeat;
    background-size: 100% 100%;
}

.s1-top a {
    position: relative;
}

.s1-top a .pic {
    width: 100%;
    height: 380px;
    padding-top: 0;
}

.s1-top a p {
    background-color: #2375bf;
    line-height: 60px;
    padding: 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.s1-l ul li a span {
    float: right;
    font-size: 14px;
    color: #333333;
    opacity: 0.6;
}

.s1-l ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333333;
    border-bottom: 1px solid #ececec;
    line-height: 70px;
}

.s1-l ul li a:hover {
    color: #2375bf;
}


.s1-r {
    overflow: hidden;
}

.s1-r ul li a .pic {
    width: 220px;
    height: 146px;
    padding-top: 0;
    margin-right: 30px;
    float: left;
}

.s1-r ul li {
    margin-bottom: 32px;
}

.s1-r ul li:last-child {
    margin-bottom: 0;
}

.s1-tx {
    overflow: hidden;
    padding-top: 25px;
}

.s1-tx p {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    margin-bottom: 35px;
}


.s1-tx span {
    font-size: 14px;
    color: #333333;
    opacity: 0.6;
}


/* s2 */
.s2 {
    padding-bottom: 100px;
    background-color: #f4f8fb;
}

.s2-l {
    width: 46%;
    float: left;
    margin-right: 6.66%;
}

.s2-date b {
    font-size: 44px;
    line-height: 35px;
    color: #2375bf;
    margin-bottom: 10px;
    display: block;
    padding-top: 10px;
}

.s2-date span {
    font-size: 14px;
    color: #333333;
    opacity: 0.4;
    display: block;
}


.s2-date {
    text-align: center;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}


.s2-tx {
    overflow: hidden;
}

.s2-tx h3 {
    font-size: 20px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    margin-bottom: 10px;

}

.s2-tx p {
    font-size: 16px;
    color: #333333;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.s2-l ul li a {
    background-color: #fff;
    padding: 35px 50px 30px 35px;
}

.s2-l ul li {
    margin-bottom: 20px;
}

.s2-r {
    overflow: hidden;
}

.s2-r .pic {
    float: left;
    width: 270px;
    height: 480px;
    padding-top: 0;
    margin-right: 30px;
}


.s2-list {
    overflow: hidden;
}

.s2-list ul li p {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;

}

.s2-list ul li a span {
    font-size: 14px;
    color: #333333;
    opacity: 0.6;
}

.s2-list ul li a {
    padding-left: 15px;
    background: url(../images/s2-dots.png) no-repeat;
    background-position: left 8px;

}

.s2-list ul li {
    padding-top: 25px;
    padding-bottom: 23px;
    border-bottom: 1px dashed #dbdbdb;
}

.s2-list ul li:first-child {
    padding-top: 0;
}

/* s3 */

.s3 {
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(../images/s3-bj.jpg) no-repeat;
    background-size: cover;
}

.tit a {
    font-size: 18px;
    color: #000000;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 60px;
    line-height: 40px;
    background: url(../images/s1-arrow.png) no-repeat;
    background-position: right center;
    transition: all 0.3s;
}

.tit a:hover {
    background: url(../images/s1-arrow-h.png) no-repeat;
    background-position: right center;
    color: #2375bf;
}


.s3 .tit {
    margin-bottom: 50px;
}



.s3-tit ul li {
    display: inline-block;

    margin-right: 60px;

}

.s3-tit ul li a {
    font-size: 28px;
    line-height: 28px;
    color: #282d38;
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.s3-tit ul li.on a{
    border-color: #2375bf;
}

.s3-tit ul li.on a {
    color: #2375bf;
}

.s3-tit {
    margin-bottom: 40px;
}

.s3-list ul li a .pic {
    padding-top: 150%;
}

.s3-list ul li a {
    margin: 0 8px;
}

.s3-list .slick-prev {
    width: 67px;
    height: 67px;
    background: url(../images/s3-l.png) no-repeat center center #ccc;
    border-radius: 50%;
    left: -90px;
}

.s3-list .slick-prev:hover {
    background: url(../images/s3-l.png) no-repeat center center #2375bf;
}

.s3-list .slick-next {
    width: 67px;
    height: 67px;
    background: url(../images/s3-r.png) no-repeat center center #ccc;
    border-radius: 50%;
    right: -90px;
}

.s3-list .slick-next:hover {
    background: url(../images/s3-r.png) no-repeat center center #2375bf;
}


.s3-list {
    position: relative;
}

.s3-list>ul.on {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.s3-list>ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    transition: all 0.3s;
}

/* s4 */
.s4 {
    padding-top: 66px;
    padding-bottom: 90px;
    background-color: #f4f8fb;
}

.s4-l {
    float: left;
    width: 46%;
    margin-right: 6.66%;
}

.s4-top {
    margin-bottom: 40px;
}

.s4-top a .pic {
    width: 100%;
    height: 380px;
    padding-top: 0;
}

.s4-info h3 {
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-info p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    opacity: 0.6;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 20px;
}

.s4-info span {
    font-size: 14px;
    color: #333333;
    opacity: 0.6;
}

.s4-info {
    width: 100%;
    padding: 35px;
    background-color: #fff;
}

.s4-pt .pic {
    float: left;
    width: 250px;
    height: 140px;
    padding-top: 0;
    margin-right: 30px;
}

.s4-txt {
    overflow: hidden;

}

.s4-txt h3 {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.s4-txt p {
    font-size: 16px;
    color: #333333;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 20px;
}

.s4-txt span {
    font-size: 14px;
    color: #333333;
    opacity: 0.6;
}

.s4-r {
    overflow: hidden;
}

.s4-rtop .pic {
    height: 380px;
    width: 100%;
    padding-top: 0;
}

.s4-rtop a {
    position: relative;
}

.s4-rtop a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s4-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.s4-rtop a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    padding: 20px 30px;
}

.s4-rtop a p span {
    float: right;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
}

.s4-rtop a:hover img {
    transform: scale(1.1);
}

.s4-date b {
    font-size: 44px;
    color: #2375bf;
    line-height: 35px;
    display: block;
    margin-bottom: 10px;
}

.s4-date span {
    font-size: 14px;
    line-height: 11px;
    color: #333333;
    opacity: 0.4;
}

.s4-date {
    padding-top: 10px;
    float: left;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #e7e7e7;
    text-align: center;
}

.s4-tx h3 {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.s4-tx p {
    font-size: 16px;
    color: #333333;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-r ul li a {
    padding: 35px;
    background-color: #fff;
    margin-top: 45px;
}

.s4-r ul li a:hover {
    background-color: #2375bf;
}

.s4-r ul li a:hover h3,
.s4-r ul li a:hover p,
.s4-r ul li a:hover b,
.s4-r ul li a:hover span {
    color: #fff;
}

.s4-r ul li a:hover .s4-date {
    border-color: rgba(231, 231, 231, 0.2);
}


.s4-c .slick-slider {
    padding-bottom: 80px;
}




/* 进度条 */
.s2-state {
    width: 85%;
    margin-left: 100px;
}

.s2-state div {
    height: 1px;
    background-color: #e9e9e9;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #2375bf;
    transition: all 0.3s;
}

.s4-c .slick-dots li {
    display: none;
}

.s4-c .slick-dots li.slick-active {
    display: block;
}

.s4-c .slick-dots li span {
    font-size: 24px;
    color: #2375bf;
}

.s4-c .slick-dots li b {
    font-size: 14px;
    color: #333333;
    opacity: 0.3;
}

.s4-c .slick-dots li b::before {
    content: '/';
}

.s4-c .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../images/s1-arrow.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    bottom: -20px;
    left: auto;
    right: 60px;
    top: auto;
    transition: all 0.3s;
}

.s4-c .slick-prev:hover {
    background: url(../images/s1-arrow-h.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.s4-c .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/s1-arrow.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(0);
    right: 0;
    top: auto;
    bottom: -20px;
    transition: all 0.3s;
}

.s4-c .slick-next:hover {
    background: url(../images/s1-arrow-h.png) no-repeat;
    background-size: 100% 100%;
}


/* s5 */
.s5 {
    padding-bottom: 92px;
    background: url(../images/s5-bj.png) no-repeat #f4f8fb;
    background-position: right bottom;
}

.vr {
    padding: 20px;
    background: url(../images/vr-pic.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.vr a {
    position: relative;
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.34);
    padding: 35px 0;
    text-align: center;
}

.vr-info {
    font-size: 42px;
    letter-spacing: 8px;
    color: #ffffff;
    transition: all 0.3s;
}

.vr-info img {
    margin-right: 24px;
    vertical-align: middle;
}

.vr a:hover .vr-info {
    letter-spacing: 12px;
}

.s5 .tit {
    margin-bottom: 50px;
}

.s5-info h3 {
    font-size: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 48px;
}

.s5-info p {
    font-size: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 48px;
}

.s5-info {
    margin-bottom: 50px;
}

.s5-msg {
    display: flex;
    justify-content: space-between;
}

.s5-msg>div {
    width: 46%;
    height: 280px;
    position: relative;
}

.s5-msg>div a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.s5-l {
    background: url(../images/s5-pic1.jpg) no-repeat center center;
    background-size: cover;
}

.s5-r {
    background: url(../images/s5-pic2.jpg) no-repeat center center;
    background-size: cover;
}

.s5-l::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s5-zzc1.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.s5-r {
    background: url(../images/s5-pic2.jpg) no-repeat;
    background-size: cover;
}

.s5-r::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s5-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.s5-tx b {
    font-size: 32px;
    color: #ffffff;
    display: block;
    transition: all 0.3s;
}

.s5-tx span {
    font-size: 14px;
    color: #ffffff;
    display: block;
    transition: all 0.3s;
}

.s5-tx .icon {
    margin-top: 40px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

.s5-tx .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s5-tx {
    position: absolute;
    left: 8.5%;
    top: 50%;
    transform: translateY(-50%);
}

.s5-msg>div a:hover .icon {
    animation: icon-yh 0.5s
}

.s5-msg>div a:hover b {
    letter-spacing: 3px;
}





@media screen and (max-width:1700px){
    .s3-list .slick-prev{
        left: -20px;
        width: 50px;
        height: 50px;
    }
    .s3-list .slick-next{
        right: -20px;
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width:1600px){
    .s3-list .slick-arrow{
        display: none !important;
    }

    .s2-state{
        margin-left: 80px;
    }
}


@media screen and (max-width:1520px) {
    .px1500{
        padding-left: 10px;
        padding-right: 10px;
    }

    .s2-state{
        width: 80%;
        margin-left: 80px;
    }
}





@media screen and (max-width:1024px) {
    .s1,.s3,.s4{
        padding: 50px 0;
    }
    .s2,.s5{
        padding-bottom: 50px;
    }
    .tit span{
        font-size: 60px;
    }
    .tit h3 b{
        font-size: 30px;
    }
    .s1-top a .pic{
        padding-top: 54%;
        height: auto;
    }
    .tits h3{
        font-size: 26px;
    }
    .tit{
        margin-bottom: 50px;
    }
    .s1-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s2-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s2-date b{
        font-size: 30px;
    }
    .s2-tx h3{
        font-size: 18px;
    }
    .s3-tit ul li a{
        font-size: 24px;
    }
    .s3-tit{
        margin-bottom: 20px;
    }
    .s4-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s4-top a .pic,.s4-rtop .pic{
        padding-top: 54%;
        height: auto;
    }
    .s4-info h3{
        font-size: 20px;
    }
    .s4-date b{
        font-size: 30px;
    }
    .s4-c .slick-arrow{
        display: none !important;
    }
    .s5-info h3,.s5-info p{
        font-size: 26px;
    }
    .s5-msg>div{
        width: 48%;
        height: 240px;
    }
    .s5-info{
        margin-bottom: 40px;
    }
}



@media screen and (max-width:768px) {
    .s1,.s3,.s4{
        padding: 40px 0;
    }
    .s2,.s5{
        padding-bottom: 40px;
    }
    .tit span{
        font-size: 40px;
    }
    .tit a{
        font-size: 14px;
        padding-right: 40px;
        background-size: 30px;
        line-height: 30px;
    }
    .tit h3 b{
        font-size: 26px;
    }
    .tit{
        margin-bottom: 30px;
    }
    .tits h3{
        font-size: 20px;
    }
    .s1-top a p{
        line-height: 50px;
        font-size: 16px;
    }
    .s1-l ul li a{
        font-size: 16px;
        line-height: 60px;
    }
    .s1-tx p{
        font-size: 16px;
    }
    .tits img{
        width: 24px;
        margin-right: 8px;
    }
    .s2-tx h3{
        font-size: 16px;
    }
    .s2-date b{
        font-size: 26px;
    }
    .s2-l ul li a{
        padding: 25px 20px;
    }
    .s2-date{
        margin-right: 20px;
        padding-right: 20px;
    }
    .s2-list ul li p{
        font-size: 16px;
    }
    .s2-r .pic{
        margin-right: 15px;
    }
    .s2-r .pic{
        height: 455px;
        width: 250px;
    }
    .s3-tit ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .s3-tit ul li{
        width: 33.3%;
        margin-right: 0;
        text-align: center;
    }
    .s3-tit ul li a{
        font-size: 20px;
        padding-bottom: 5px;
    }
    .s4-info h3,.s4-txt h3,.s4-tx h3{
        font-size: 16px;
    }
    .s4-info p{
        font-size: 14px;
    }
    .s4-info,.s4-r ul li a{
        padding: 20px;
    }
    .s4-date{
        margin-right: 20px;
        padding-right: 20px;
    }
    .s4-date b{
        font-size: 24px;
    }
    .s4-r ul li a{
        margin-top: 20px;
    }
    .s4-c .slick-slider{
        padding-bottom: 40px;
    }
    .s4-rtop a p{
        font-size: 18px;
    }
    .vr-info{
        font-size: 30px;
    }
    .vr-info img{
        width: 50px;
    }
    .vr a{
        padding: 25px 0;
    }
    .vr{
        margin-bottom: 30px;
    }
    .s5-info h3,.s5-info p{
        font-size: 22px;
    }
    .s5-info{
        margin-bottom: 30px;
    }
    .s5-tx b{
        font-size: 24px;
    }
    .s5-msg{
        flex-wrap: wrap;
    }
    .s5-info{
        margin-bottom: 0;
    }
    .s5-msg>div{
        width: 100%;
        margin-top: 20px;
        height: 200px;
    }
}



@media screen and (max-width:480px) {
    .s1,.s3,.s4{
        padding: 30px 0;
    }
    .s2,.s5{
        padding-bottom: 30px;
    }
    .tit span{
        font-size: 30px;
    }
    .tit h3 b{
        font-size: 22px;
    }
    .tit{
        margin-bottom: 30px;
        padding-top: 20px;
    }
    .tits h3{
        font-size: 18px;
    }
    .tit p{
        font-size: 12px;
        bottom: -20px;
    }
    .tits{
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .tits a{
        width: 25px;
        height: 25px;
    }
    .tit a{
        font-size: 13px;
        padding-right: 30px;
        background-size: 25px;
        line-height: 25px;
    }
    .s1-r ul li a .pic{
        float: none;
        width: auto;
        margin-right: 0;
        padding-top: 66.3%;
        height: auto;
    }
    .s1-tx{
        padding-top: 10px;
    }
    .s1-tx p{
        margin-bottom: 20px;
    }
    .s1-r ul li{
        margin-bottom: 20px;
    }
    .s2-r .pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 177%;
        height: auto;
    }
    .s2-list ul li{
        padding: 15px 0;
    }
    .s3-tit ul li a{
        font-size: 18px;
    }
    .s3-tit {
        margin-bottom: 15px;
    }
    .s4-pt .pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 56%;
        height: auto;
    }
    .s4-txt p{
        font-size: 14px;
        margin: 10px 0;
    }
    .s4-txt span{
        font-size: 13px;
    }
    .vr-info{
        font-size: 26px;
    }
    .vr-info img{
        width: 40px;
    }
    .vr a{
        padding: 20px 0;
    }
    .vr{
        margin-bottom: 20px;
    }

    .s5-tx b{
        font-size: 18px;
    }
    .s5-msg>div{
        height: 160px;
    }
    .s5-info h3, .s5-info p{
        font-size: 18px;
        line-height: 36px;
    }
}










