/* .down-page {
    position: absolute;
    width: auto !important;
    height: auto !important;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
    z-index: 999;
    animation: move 1.5s infinite ease-in-out;
    cursor: pointer;
}

@keyframes move {
    50% {
        bottom: 3.5%;
    }
    0%,
    100% {
        bottom: 4%;
    }
} */

.gg-tit {
    position: relative;
    text-align: center;
}

.gg-tit h2 {
    font-size: 0;
    line-height: 40px;
    color: #084ea3;
}

.gg-tit h2 em {
    display: inline-block;
    width: 120px;
    height: 1px;
    background: #084ea3;
    vertical-align: middle;
}

.gg-tit h2 i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #084ea3;
    vertical-align: middle;
}

.gg-tit h2 b {
    display: inline-block;
    font-size: 36px;
    vertical-align: middle;
    margin-left: 20px;
}

.gg-tit h2 span {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 20px;
}

.gg-tit p {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    padding-top: 10px;
}

.gg-tit-w h2,
.gg-tit-w b,
.gg-tit-w p {
    color: #fff;
}

.gg-tit-w h2 em,
.gg-tit-w h2 i {
    background: #fff;
}

.more-llnk {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}

.more-llnk img {
    vertical-align: middle;
    margin-right: 10px;
}

.more-llnk span {
    color: #084ea3;
    font-size: 14px;
    vertical-align: middle;
}

.more-llnk-w span {
    color: #fff;
}

.section1 {
    background: url(/images/s1-bj1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s1-tit {
    position: relative;
    color: #084ea3;
}

.s1-tit h2 {
    font-size: 28px;
    line-height: 36px;
}

.s1-tit p {
    font-size: 12px;
    line-height: 14px;
}

.s1-c {
    margin-top: 35px;
}

.s1-l {
    float: left;
    width: 885px;
}

.s1-r {
    overflow: hidden;
    background: #fff;
    padding: 18px 25px;
}

.s1-lt {
    background: #084ea3;
}

.s1-lt ul li {
    position: relative;
}

.s1-lt ul li a {
    display: block;
    margin-right: 290px;
}

.s1-lt ul li a .pic {
    padding-top: 62%;
}

.s1-lt-info {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 290px;
    padding: 40px 20px 0 20px;
    color: #fff;
}

.s1-lt-info h3 {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    max-height: 84px;
}

.s1-lt-info p {
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    max-height: 84px;
    margin: 20px 0 30px 0;
}

.s1-lt-info span {
    display: block;
    text-align: right;
    font-size: 14px;
}

.s1-lt .slick-dots {
    width: 290px;
    right: 0;
    bottom: 35px;
    text-align: center;
}

.s1-lt .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.s1-lt .slick-dots li.slick-active {
    border-color: #f0a402;
    background: #f0a402;
}

.s1-lb {
    margin-right: 20px;
}

.s1-lb-tit {
    position: relative;
    border-bottom: 1px solid #084ea3;
    overflow: hidden;
    margin-top: 30px;
}

.s1-lb-tit>div {
    float: left;
    line-height: 54px;
    width: 160px;
    text-align: center;
    color: #084ea3;
    font-size: 18px;
    cursor: pointer;
}

.s1-lb-tit>div.on {
    color: #fff;
    font-weight: 600;
    background: #084ea3;
}

.more-links>a {
    display: none;
}

.more-links>a:first-child {
    display: block;
}

.s1-lb-con>ul {
    display: none;
}

.s1-lb-con>ul:first-child {
    display: block;
}

.dt-list2 {
    overflow: hidden;
}

.dt-list2 li {
    float: left;
    width: 49%;
    position: relative;
    transition: all 0.3s;
    padding: 13px 20px 13px 0;
    transition: all 0.5s;
    margin-top: 23px;
    border: 1px solid #e5e5e5;
    background: #f4f4f4;
}

.dt-list2 li:nth-child(2n+1) {
    margin-right: 2%;
}

.dt-list2 li:hover {
    background: #f0a402;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #fff;
}

.dt-list2 li:hover a .date {
    border-color: #fff;
}

.dt-list2 li:hover a .date p {
    color: #fff;
}

.dt-list2 li:hover a .date span {
    color: #fff;
}

.dt-list2 li a {
    display: block;
    overflow: hidden;
}

.dt-list2 li .date {
    float: left;
    width: 100px;
    border-right: 1px solid #084ea3;
    text-align: center;
    color: #666666;
}

.dt-list2 li .date p {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}

.dt-list2 li .date span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #333;
}

.dt-list2 li a>.dt-text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    height: 60px;
    font-weight: normal;
}

.dt-list2 li a>.dt-text p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
    font-size: 16px;
    line-height: 20px;
}

.i-list>li {
    position: relative;
    font-size: 14px;
    line-height: 35px;
}

.i-list>li.on>a {
    display: none;
}

.i-list>li.on>.text-list2 {
    display: block;
}

.i-list>li>.text-list2 {
    display: none;
}

.i-list>li>a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    padding: 0 100px 0 20px;
    background: url(/images/i-list-dot.png) no-repeat;
    background-position: 3px center;
}

.i-list>li>a:hover {
    color: #c61217;
}

.i-list>li>a>span {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
}

.text-list2 {
    margin-bottom: 20px;
}

.text-list2 li a {
    display: block;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    border: 1px solid #084ea3;
}

.text-list2 li a:hover .text-list-info h3 {
    color: #084ea3;
}

.text-list2 li a .date2 {
    float: left;
    width: 99px;
    margin-right: 15px;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}

.text-list2 li a .date2 p {
    line-height: 35px;
    font-size: 14px;
    color: #084ea3;
}

.text-list2 li a .date2 span {
    display: block;
    color: #084ea3;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
}

.text-list-info {
    font-size: 16px;
    overflow: hidden;
    vertical-align: middle;
}

.text-list-info h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #084ea3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-list-info p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    overflow: hidden;
    margin-top: 7px;
    margin-top: 6px;
}

.section2 {
    background: url(/images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s2-c {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 60px;
    padding-bottom: 120px;
}

.first-list a {
    display: block;
    background: #f9f9f9;
    margin: 0 10px;
}

.first-list a:hover .flist-info {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.flist-pic .pic {
    padding-top: 65%;
}

.flist-info {
    overflow: hidden;
    padding: 15px;
    transition: all 0.3s;
}

.flist-info h3 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333;
}

.flist-info p {
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    color: #666;
    overflow: hidden;
    margin-top: 20px;
}

.flist-info span {
    display: block;
    padding-left: 25px;
    line-height: 20px;
    background: url(/images/icon-time.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}

.first-list a:hover .flist-info {
    background: #f0a402;
}

.first-list a:hover .flist-info h3 {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

.first-list a:hover .flist-info p {
    color: #fff;
}

.first-list a:hover .flist-info span {
    color: #fff;
    background: url(/images/icon-time2.png) no-repeat;
    background-position: left center;
}

.s2-c .slick-dots {
    bottom: 0;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    z-index: 9;
    background: rgba(255, 255, 255, .6);
    padding: 12px 20px;
    border-radius: 20px;
    font-size: 0;
}

.s2-c .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 7px;
    background: #fff;
}

.s2-c .slick-dots li.slick-active {
    background: #f0a402;
}

.section3 {
    background: url(/images/s3-bj.jpg) no-repeat;
    background-position: right bottom;
    background-size: cover;
}

.s3-c ul li {
    float: left;
    width: 30%;
    padding-top: 4.5%;
}

.s3-c ul li:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
}

.s3-c ul li a {
    display: block;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
    padding: 15px;
    background: #fff;
    transition: all 0.3s;
}

.s3-c ul li a h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #333;
}

.s3-c ul li a p {
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    margin: 10px 0;
    color: #666666;
}

.s3-c ul li a span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.s3-c ul li a:hover {
    background: #084ea3;
    border-color: #084ea3;
}

.s3-c ul li a:hover h3 {
    color: #fff;
}

.s3-c ul li a:hover p {
    color: #fff;
}

.s3-c ul li a:hover span {
    color: #fff;
}

.section4 {
    background: url(/images/s4-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s4-l {
    float: left;
    width: 32.85%;
}

.s4-r {
    overflow: hidden;
}

.s4-r ul {
    overflow: hidden;
}

.s4-r ul li {
    float: left;
    width: 33.33%;
}

.s4-r ul li a {
    display: block;
    margin-left: 30px;
}

.s4-c a {
    display: block;
    margin-top: 30px;
    background: #fff;
}

.s4-c a .pic {
    padding-top: 65%;
}

.s4-c a:hover .s4-info h3 {
    font-weight: 600;
    text-decoration: underline;
}

.s4-info {
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.s4-info span {
    position: absolute;
    left: 0;
    background: #f0a402;
    text-align: center;
    color: #fff;
    line-height: 32px;
    width: 120px;
    font-size: 14px;
    top: 0;
    transform: translateY(-50%);
}

.s4-info h3 {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #333;
}

.s4-info div {
    width: 40px;
    height: 3px;
    background: #333333;
    margin: 13.5% 0 6% 0;
}

.s4-info p {
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    color: #333333;
}

.s4-l .s4-info h3 {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
}

.s4-c .s4-l a {
    padding-bottom: 14%;
}

.section5 {
    background: url(/images/s5-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s5-c1 {
    margin-top: 40px;
    margin-bottom: 60px;
}

.s5-c1 ul li a {
    display: block;
    text-align: center;
}

.s5-c1 ul li a>div {
    border: 8px solid transparent;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.s5-c1 ul li a>div>div {
    height: 100%;
    margin: 0 auto;
    border: 2px dashed #084ea3;
    border-radius: 50%;
    line-height: 170px;
    text-align: center;
    font-size: 0;
    transition: all 0.3s;
}

.s5-c1 ul li a>div>div img {
    display: none;
    vertical-align: middle;
}

.s5-c1 ul li a>div>div img:first-child {
    display: inline-block;
}

.s5-c1 ul li a:hover>div>div img {
    display: inline-block;
}

.s5-c1 ul li a:hover>div>div img:first-child {
    display: none;
}

.s5-c1 ul li a:hover>div {
    border-color: #c9dff9;
}

.s5-c1 ul li a:hover>div>div {
    border-color: #084ea3;
    background: #084ea3;
}

.s5-c1 ul li a p {
    font-size: 18px;
    color: #333333;
    line-height: 48px;
}

.s5-c1 ul li a p span {
    font-size: 48px;
    margin-right: 10px;
}

.s5-c2 ul {
    margin: 50px -20px 0 -20px;
}

.s5-c2 ul li a {
    display: block;
    margin: 0 20px;
    padding: 10px;
    border: 1px solid transparent;
}

.s5-c2 ul li a:hover {
    border-color: #084ea3;
}

.s5-c2 ul li a .pic {
    padding-top: 45.18%;
}

.s5-c2 .slick-prev,
.s5-c2 .slick-next {
    width: 13px;
    height: 25px;
    z-index: 9;
}

.s5-c2 .slick-prev {
    background: url(/images/s5-c2l.png) no-repeat;
    background-size: 100% 100%;
    left: -40px;
}

.s5-c2 .slick-next {
    background: url(/images/s5-c2r.png) no-repeat;
    background-size: 100% 100%;
    right: -40px;
}

.section6 {
    background: url(/images/s6-bj1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto !important;
    padding: 175px 0;
}

.section6>div {
    height: auto !important;
}

.s6-c li a {
    display: block;
    text-align: center;
}

.s6-c li a div {
    width: 98px;
    height: 98px;
    line-height: 98px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    transition: all 0.3s;
    font-size: 0;
}

.s6-c li a div img {
    vertical-align: middle;
    display: none;
}

.s6-c li a div img:first-child {
    display: inline-block;
}

.s6-c li a p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
}

.s6-c li a:hover div {
    background: #f0a402;
    transform: scale(1.1);
}

.s6-c li a:hover div img {
    display: inline-block;
}

.s6-c li a:hover div img:first-child {
    display: none;
}

.s6-c .slick-list {
    padding-top: 60px;
}

.s6-c .slick-prev,
.s6-c .slick-next {
    width: 30px;
    height: 30px;
    z-index: 9;
    margin-top: 10px;
}

.s6-c .slick-prev {
    background: url(/images/s6-l.png) no-repeat;
    background-size: 100% 100%;
    left: -40px;
}

.s6-c .slick-next {
    background: url(/images/s6-r.png) no-repeat;
    background-size: 100% 100%;
    right: -40px;
}
@media screen and (max-width:1550px){
   .s5-c2 .slick-prev{left:0;}
.s5-c2 .slick-next{right:0;}
}
@media screen and (max-width:1500px){
   .s6-c>ul{padding:0 30px;} 
.s6-c .slick-prev{left:0;}
.s6-c .slick-next{right:0;}
}
 @media screen and (max-width:1450px){
   .s5-c2 {padding-left:30px;padding-right:30px;}
}

screen and (max-width:1420px) {
    .gg-tit h2 b,
    .s1-tit h2 {
        font-size: 30px;
    }
    .gg-tit h2 span {
        font-size: 26px;
    }
    .s1-l {
        width: 810px;
    }
    .s1-lt-info {
        padding: 20px 10px 0 10px;
    }
    .s1-lt-info h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .s1-lt-info p {
        margin: 15px 0;
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .s1-lt .slick-dots {
        bottom: 15px;
    }
    .text-list2 li a {
        padding: 10px 10px 10px 0;
    }
    .text-list2 li a .date2 {
        width: 70px;
        margin-right: 10px;
    }
    .s1-r {
        padding: 10px 10px;
    }
    .text-list2 {
        margin-bottom: 10px;
    }
    .s1-c {
        margin-top: 25px;
    }
    .s2-c {
        margin-top: 30px;
        padding-bottom: 60px;
    }
    .s2-c .slick-dots {
        padding: 5px 10px;
    }
    .s2-c .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .s3-c ul li {
        padding-top: 2%;
        width: 32%;
    }
    .s3-c ul li:nth-child(3n+2) {
        margin-left: 2%;
        margin-right: 2%;
    }
    /* .s4-info div {
        margin: 8% 0 3% 0;
    } */
    .s4-c a {
        margin-top: 20px;
    }
    .s4-info {
        padding-top: 30px;
    }
    .s4-r ul li a {
        margin-left: 20px;
    }
    .s5-c1 ul li a>div {
        width: 150px;
        height: 150px;
    }
    .s5-c1 ul li a>div>div {
        line-height: 130px;
    }
    .s5-c1 ul li a p span {
        font-size: 34px;
    }
    .s5-c1 ul li a p {
        font-size: 16px;
    }
    .s5-c2 ul li a {
        margin: 0;
    }
    .s6-c li a div {
        width: 78px;
        height: 78px;
        line-height: 78px;
    }
    .s6-c li a div img {
        max-width: 40%;
    }
}

@media screen and (max-width:1200px) {
.s1-l {
    width: 650px;
}
}

@media screen and (max-width:1024px) {
    .section1,
    .section2,
    .section3,
    .section4,
    .section5 {
        padding-top: 35px;
    }
    .section1,
    .section2,
    .section3,
    .section4,
    .section5 {
        padding-bottom: 35px;
    }
    .section6 {
        padding: 50px 0;
    }
    .s6-c .slick-list {
        padding-top: 40px;
    }
    .s1-c,
    .s1-r {
        margin-top: 25px;
    }
    .section,
    .fp-tableCell {
        height: auto !important;
    }
    .s1-l {
        float: none;
        width: auto;
    }
    .gg-tit h2 b,
    .s1-tit h2 {
        font-size: 24px;
    }
    .gg-tit h2 span {
        font-size: 20px;
    }
    .gg-tit p {
        padding-top: 0;
    }
    .s4-c .s4-l a {
        padding-bottom: 18%;
    }
    .s4-info {
        margin-left: 10px;
        margin-right: 10px;
    }
    .s4-info h3,
    .s4-info p {
        font-size: 14px;
    }
    .s5-c1 ul li a>div {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    .s5-c1 ul li a>div>div {
        line-height: 80px;
    }
    .s5-c1 ul li a>div>div img {
        max-width: 35%;
    }
    .s5-c1 ul li a p span {
        font-size: 24px;
    }
    .s5-c1 ul li a p {
        font-size: 14px;
        line-height: 30px;
    }
    .s5-c1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .s6-c li a p {
        font-size: 14px;
    }
    .dt-list2 li .date {
        width: 80px;
    }
    .dt-list2 li .date p {
        font-size: 14px;
    }
    .dt-list2 li a>.dt-text h3 {
        font-size: 14px;
    }
    .s1-lb {
        margin-right: 0;
    }
.s5-c2 ul{margin:0 -10px;}
.s5-c2 ul li a{margin:0 10px}
}

@media screen and (max-width:768px) {
    .dt-list2 li {
        float: none;
        width: auto;
    }
    .dt-list2 li:nth-child(2n+1) {
        margin-right: 0;
    }
    .s1-lt ul li a {
        margin-right: 0;
    }
    .s1-lt-info {
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        width: auto;
        padding-bottom: 25px;
        background: #084ea3;
    }
    .s1-lt .slick-dots {
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    .s1-lt-info p {
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 10px 0;
    }
    .s1-lt-info h3 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
 .s2-c{
   padding-bottom:0;
  text-align:center;
}
 .s2-c .slick-list{
  text-align:left;
}
.s2-c .slick-dots{
 margin-top:30px;
  position: static;
    display: inline-block;
    transform: translateX(0);
}
.s2-c .slick-dots li{
width: 10px;
    height: 10px; 
    margin: 0 3px; 
}
    .s3-c ul li {
        width: 49%;
    }
    .s3-c ul li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }
    .s3-c ul li:nth-child(2n+1) {
        margin-right: 2%;
    }
    .s3-c ul li a {
        padding: 7px;
    }

    .s4-l {
        float: none;
        width: auto;
        background: #fff;
        overflow: hidden;
        margin-top: 20px;
    }
    .s4-l a {
        margin-top: 0;
    }
    .s4-l a .pic {
        float: left;
        width: 280px;
        padding-top: 0;
        height: 182px;
    }
    .s4-l a .s4-info {
        overflow: hidden;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .s4-l a .s4-info span {
        display: block;
        position: static;
        width: auto;
        transform: translateY(0);
    }
    .s4-l a .s4-info div {
        margin: 15px 0 10px 0;
    }
    .s4-c .s4-l a {
        padding-bottom: 0;
    }
    .s4-l .s4-info h3 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
    .s4-info p {
        height: 56px;
    }
    .s4-r ul li a {
        margin-left: 0;
    }
    .s4-r ul li {
        width: 49%;
    }
    .s4-r ul li:nth-child(2n+1) {
        margin-right: 2%;
    }
    .s1-tit h2 {
        font-size: 20px;
    }
    .s1-lb-tit>div {
        width: 110px;
        line-height: 40px;
    }
    .gg-tit h2 em {
        width: 60px;
    }
}

@media screen and (max-width:480px) {
    .s1-lt-info {
        position: static;
    }
    .gg-tit h2 em {
        width: 40px;
    }
    .gg-tit h2 b {
        margin-left: 10px;
    }
    .gg-tit h2 span {
        margin-right: 10px;
    }
    .s3-c ul li {
        width: auto;
        float: none;
    }
    .s3-c ul li:nth-child(2n+1) {
        margin-right: 0;
    }
    .s3-c ul li a {
        padding: 10px;
    }
    .s4-l a .pic {
        float: none;
        width: auto;
        height: auto;
    }
    .s4-l a .pic img {
        position: static;
        height: auto;
    }
    .s4-l a .s4-info {
        padding-left: 0;
        padding-bottom: 10px;
    }
}

@media screen and (max-height:992px) {
    .s1-c {
        margin-top: 20px;
    }
    .s1-lb-tit,
    .dt-list2 li {
        margin-top: 20px;
    }
    .s3-c ul li {
        padding-top: 2%;
    }
    .s4-info {
        padding-top: 25px;
    }
    .s4-c .s4-l a {
        padding-bottom: 10%;
    }
    .s5-c1 ul li a>div {
        width: 160px;
        height: 160px;
    }
    .s5-c1 ul li a>div>div {
        line-height: 140px;
    }
    .s5-c1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .s5-c2 ul {
        margin-top: 30px;
    }
}