.section1 {
    padding-top: 15px;
    padding-bottom: 60px;
}

.title {
    position: relative;
}

.title h2 {
    text-align: center;
}

.title h2 span {
    position: relative;
    display: inline-block;
    padding: 50px 10px;
    background: #fff url(../images/title.png) no-repeat center center;
    font-size: 32px;
    color: #333;
    z-index: 2;
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    background-color: #fff;
    font-size: 18px;
    color: #666;
    padding-left: 5px;
}

.title a:hover {
    color: #2c6d94;
}

.title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    height: 1px;
    transform: translateY(-50%);
    border-top: 1px dashed #a2c2d5
}

.news-top {
    margin-top: 10px;
}

.nt-l {
    float: left;
    width: 50%;
}

.nt-l a {
    position: relative;
    display: block;
}

.nt-l a .pic {
    padding-top: 61%;
}

.nt-l a p {
    position: absolute;
    bottom: 35px;
    left: 30px;
    font-size: 20px;
    color: #fff;
    z-index: 9;
}

.nt-l a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/news-l.png) no-repeat center bottom;
    background-size: 100% auto;
}

.nt-l .slick-dots {
    right: 15px;
    bottom: 30px;
    width: auto;
}

.nt-l .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 15px;
}

.nt-l .slick-dots li.slick-active {
    background-color: #fff;
}

.nt-r {
    float: right;
    width: 47%;
}

.nt-r ul li {
    float: left;
    width: 47%;
    margin-left: 6%;
    box-shadow: 0 0 10px #d2d2d2;
    overflow: hidden;
}

.nt-r ul li:nth-child(2n-1) {
    margin-left: 0;
}

.nt-r ul li a {
    display: block;
}

.nt-r ul li a .pic {
    padding-top: 66%;
}

.nt-r ul li a .text {
    padding: 20px 20px 30px 20px;
    background-position: 0 100%;
    background-size: 0 4px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#015695, #015695);
    transition: all .6s;
}

.nt-r ul li a .text h2 {
    line-height: 29px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    height: 58px;
    overflow: hidden;
}

.nt-r ul li a .text p {
    line-height: 26px;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 25px;
    height: 52px;
    overflow: hidden;
}

.rq {
    position: relative;
}

.date {
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #1f648e;
    z-index: 3;
}

.date span {
    font-size: 24px;
    font-weight: bold;
}

.date i {
    font-size: 16px;
}

.rq::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    border-top: 1px solid #dcdcdc;
}

.nt-r ul li:hover a .text h2 {
    font-weight: bold;
    color: #015695;
}

.nt-r ul li:hover a .text {
    background-size: 100% 4px;
}

.news-down {
    margin-top: 35px;
}

.news-down>ul>li {
    position: relative;
    float: left;
    width: 48%;
    margin-left: 4%;
    box-shadow: 0 0 10px #d2d2d2;
    top: 0;
    transition: all .3s;
}

.news-down>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.news-down>ul>li>a {
    display: block;
    padding: 30px 35px 20px 35px;
    border-bottom: 4px solid #015695;
}

.news-down>ul>li>a p {
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    margin-bottom: 35px;
}

.news-down .rq::after {
    left: -35px;
    right: -35px;
}

.news-down>ul>li:hover {
    top: -5px;
}

.section2 {
    position: relative;
}

.section2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: url(../images/sect2-l.jpg) no-repeat center center;
    background-size: cover;
}

.section2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: url(../images/sect2-r.jpg) no-repeat center center;
    background-size: cover;
}

.sect2-l {
    position: relative;
    padding-top: 105px;
    float: left;
    width: 50%;
    z-index: 3;
    box-sizing: border-box;
    padding-right: 60px;
}

.rl-tit {
    position: relative;
}

.rl-num {
    text-align: center;
    color: #fff;
}

.rl-num span {
    display: inline-block;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 22px;
    vertical-align: middle;
}

.rl-num i {
    display: inline-block;
    width: 215px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #fff;
    margin: 0 80px;
    font-size: 32px;
    font-weight: bold;
    vertical-align: middle;
}

.rl-bt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.bt-l {
    position: absolute;
    left: 26%;
    top: 15px;
    width: 30px;
    height: 30px;
    background: url(../images/rl-l.png) no-repeat center center;
}

.bt-r {
    position: absolute;
    right: 26%;
    top: 15px;
    width: 30px;
    height: 30px;
    background: url(../images/rl-r.png) no-repeat center center;
}

.rl-bg table {
    width: 100%;
    border-collapse: collapse;
}

.rl-bg table tr th {
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}

.rl-bg table tr:first-child {
    background: none!important;
}

.rl-bg table tr td {
    line-height: 60px;
    width: 14.28%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.rl-bg table tr td span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.rl-bg table tr td span.on {
    background-color: #d8a766;
}

.rl-bg table tr td span:hover {
    background-color: #d8a766;
}

.rl-bg table tr td span.rl-dd {
    position: relative;
}

.rl-bg table tr td span.rl-dd:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d8a766;
}

.rl-bg table tr:nth-child(2n-1) {
    background: rgba(255, 255, 255, .1);
}

.sect2-r {
    position: relative;
    float: right;
    width: 50%;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 60px;
    padding-bottom: 40px;
}

.sect2-r .title h2 {
    text-align: left;
}

.sect2-r .title h2 span {
    background-color: transparent;
    background-image: none;
    color: #fff;
}

.sect2-r .title h2 span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sect2-r.png) no-repeat center center;
    opacity: .24;
}

.sect2-r .title::before {
    left: 150px;
    right: 80px;
}

.sect2-r .title a {
    color: #fff;
    background-color: transparent;
}

.sect2-r>ul>li {
    position: relative;
    /* padding-left: 70px; */
    border-bottom: 1px solid #4c819f;
    transition: all .3s;
}

.sect2-r>ul>li a {
    display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sect2-r>ul>li a .zkk {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 24px;
    height: 24px;
    background: url(../images/add.png) no-repeat center center;
}

.sect2-r>ul>li.on {
    padding-left: 35px;
    background: rgba(255, 255, 255, .2);
    margin-bottom: 15px;
}

.sect2-r>ul>li.on span {
    display: none;
}

.sect2-r>ul>li.on h2 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}

.sect2-r>ul>li.on a .zkk {
    background: url(../images/delate.png) no-repeat center center;
}

.sect2-r>ul>li a h2 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 40px;
}

.sect2-r>ul>li a p {
    line-height: 26px;
    padding-left: 20px;
    background: url(../images/list.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
    display: none;
}

.sect2-r>ul>li span {
    /* position: absolute; */
    left: 0;
    top: 15px;
    font-size: 16px;
    color: #fff;
    opacity: .68;
}

.sect2-r>ul>li.on a p {
    display: block;
}

.section3 {
    background: url(../images/sect3-bg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 45px;
}

.section3 .bt {
    position: relative;
    border-bottom: 1px dashed #5a92b2;
}

.section3 .bt .title h2 i {
    position: relative;
    display: inline-block;
    line-height: 100px;
    font-size: 32px;
    color: #333333;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
}

.section3 .bt .title h2 i::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #2c6d94;
    display: none;
}

.section3 .bt .title h2 i.on::after {
    display: block;
}

.section3 .title::before {
    display: none;
}

.section3 .title a {
    color: #25658b;
    background-color: transparent;
    z-index: -1;
}

.section3 .title a.on {
    z-index: 8;
}

.sect3 {
    position: relative;
}

.sect3 .s3-qh {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}

.sect3 .s3-qh.on {
    position: relative;
    z-index: 4;
    opacity: 1;
}

.s3-top {
    margin-top: 80px;
    margin-bottom: 60px;
}

.s3-top ul li {
    position: relative;
    float: left;
    width: 32%;
    margin-left: 2%;
    background-color: #fff;
    top: 0;
    transition: all .3s;
}

.s3-top ul li:hover {
    top: -30px;
    box-shadow: 0 0 10px #b8b1b1;
}

.s3-top ul li:hover h2 {
    color: #2c7099;
    text-decoration: underline;
}

.s3-top ul li:nth-child(3n-2) {
    margin-left: 0;
}

.s3-top ul li a {
    display: block;
    padding: 25px 25px 0 25px;
}

.s3-top ul li a h2 {
    line-height: 32px;
    font-size: 18px;
    color: #333;
    height: 64px;
    overflow: hidden;
}

.s3-top ul li a p {
    padding-top: 10px;
    line-height: 22px;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
    height: 44px;
    overflow: hidden;
}

.s3-top .rq {
    background-color: #387ba3;
    line-height: 45px;
}

.s3-top .date {
    background-color: #387ba3;
    color: #fff;
    padding-left: 20px;
}

.s3-top .rq::after {
    border: none;
    right: -25px;
    left: auto;
    height: auto;
    transform: none;
    top: 0;
    bottom: 0;
    width: 25px;
    background-color: #387ba3;
}

.s3-down ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
    background-color: #fff;
}

.s3-down ul li:nth-child(2n-1) {
    margin-left: 0;
}

.s3-down ul li a {
    display: block;
    padding: 25px 30px;
}

.s3-down ul li a p {
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    margin-bottom: 25px;
}

.s3-down .rq::after {
    left: -30px;
    height: -30px;
}

.s3-down ul li:hover a p {
    color: #2c6d94;
}

.s3-bt {
    position: relative;
    text-align: center;
    margin-top: 55px;
}

.s3-bt::before {
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #c6d5d9;
    margin-right: 70px;
}

.s3-bt::after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #c6d5d9;
    margin-left: 70px;
}

.s3-bt>div {
    display: inline-block;
    margin: 0 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #83adc5;
    cursor: pointer;
}

.s3-bt .btt-l {
    background: url(../images/s3-qh-l.png) no-repeat center center;
}

.s3-bt .btt-r {
    background: url(../images/s3-qh-r.png) no-repeat center center;
}

.s3-bt .btt-l:hover {
    background: #2c6d94 url(../images/s3-qh-l-other.png) no-repeat center center;
}

.s3-bt .btt-r:hover {
    background: #2c6d94 url(../images/s3-qh-r-other.png) no-repeat center center;
}

.section4 {
    padding-top: 30px;
    padding-bottom: 145px;
    background: url(../images/section4.jpg) no-repeat center center;
    background-size: cover;
}

.sect4 .title::before {
    border-top: 1px dashed #a98757;
}

.sect4 .title h2 span {
    background-color: transparent;
}

.sect4 .title a {
    background-color: #dac9af;
    color: #8c7049;
}

.lt {
    position: relative;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

.lt-nr {
    display: block;
    background: url(../images/lt-tw-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding: 30px;
}

.lt .lt-l {
    position: relative;
    float: right;
    width: 46%;
    z-index: 2;
}

.lt .lt-l .pic {
    padding-top: 71%;
}

.lt .lt-r {
    float: left;
    width: 54%;
    border-top-left-radius: 30px;
    overflow: hidden;
}

.lt .lt-r .pic {
    padding-top: 60.447%;
}

.lt-bt {
    position: absolute;
    bottom: 30px;
    width: 90px;
    height: 30px;
    left: 42%;
}

.lt-bt::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translatex(-50%);
    width: 1px;
    background-color: #9c908a;
}

.lt-bt .lt-l {
    position: absolute;
    width: 16px;
    height: 30px;
    left: 0;
    background: url(../images/lt-l.png) no-repeat center center;
    cursor: pointer;
}

.lt-bt .lt-r {
    position: absolute;
    width: 16px;
    height: 30px;
    right: 0;
    background: url(../images/lt-r.png) no-repeat center center;
    cursor: pointer;
}

.section5 {
    margin-top: -45px;
}

.s5-top {
    overflow: hidden;
    background-color: #33779f;
}

.s5t-l {
    float: left;
    width: 50%;
}

.s5t-l .pic {
    padding-top: 54%;
}

.s5t-r {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 40px 35px 25px 35px;
}

.s5t-r h2 {
    line-height: 75px;
    border: 1px solid #85adc5;
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.list {
    margin-top: 20px;
}

.list>li {
    position: relative;
    padding-left: 20px;
    padding-right: 90px;
    background: url(../images/s4-list.png) no-repeat left center;
    line-height: 38px;
}

.list>li a {
    display: block;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #fff;
}

.list>li:hover a {
    opacity: .8;
}

.s5-down {
    padding-top: 25px;
    padding-bottom: 65px;
}

.s5-down .title {
    margin-bottom: 20px;
}

.s5-down .title h2 {
    text-align: left;
}

.s5-down .title h2 span {
    font-size: 28px;
    font-weight: normal;
}

.s5d-l {
    float: left;
    width: 69%;
}

.s5d-r {
    float: right;
    width: 27%;
}

.s5d-r ul {
    border: 1px solid #e5e5e5;
    padding: 25px 10px;
    box-shadow: 0 5px 10px #d2cece;
    box-sizing: border-box;
}

.s5d-r ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.s5d-r ul li:nth-child(2n-1) {
    margin-left: 0;
}

.s5d-r ul li a {
    display: inline-block;
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.s5d-r ul li:hover a {
    color: #2c6d94;
    text-decoration: underline;
}

.s5d-l>ul {
    padding: 0 30px 40px 30px;
    box-shadow: 0 5px 10px #d2cece;
}

.s5d-l>ul>li {
    line-height: 58px;
    border-bottom: 1px dashed #dcdcdc;
}

.s5d-l>ul>li>ul {
    font-size: 0;
}

.s5d-l>ul>li>ul>li {
    display: inline-block;
    width: 20%;
    text-align: left;
}

.s5d-l>ul>li>ul>li>a {
    font-size: 18px;
    color: #666;
}

.s5d-l>ul>li>ul>li:hover>a {
    color: #2c6d94;
}

.s5-down .title h2 span {
    background-color: transparent;
}

.s5d-l>ul {
    background-color: #fff;
}

.s5d-r ul {
    background-color: #fff;
}

.s5-down .title a {
    background-color: transparent;
}

.s5-down .title::before {
    left: 140px;
    right: 80px;
}

@media screen and (max-width:1520px) {
    .lt-bt {
        bottom: 5px;
    }
}

@media screen and (max-width:1480px) {
    .nt-r ul li a .text {
        padding: 10px;
    }
    .nt-r ul li a .text p {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .nt-l .slick-dots li {
        margin: 0 5px;
    }
    .lt a .lt-l {
        margin-top: 50px;
    }
    .lt a .lt-l .date {
        width: 100px;
        height: 100px;
        background-size: 100px auto;
    }
    .lt a .lt-l .date {
        top: -45px;
    }
    .lt a .lt-l .date p {
        padding-top: 15px;
    }
}

@media screen and (max-width:1200px) {
    .rl-num i {
        width: 90px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .rl-num span {
        width: 70px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .bt-l {
        top: 8px;
    }
    .bt-r {
        top: 8px;
    }
    .s5t-r h2 {
        line-height: 35px;
        font-size: 20px;
    }
    .lt a .lt-l {
        padding-bottom: 35px;
    }
    .lt .lt-l a {
        font-size: 28px;
    }
}

@media screen and (max-width:1000px) {
    .nt-l {
        float: none;
        width: auto;
    }
    .nt-r {
        margin-top: 15px;
        float: none;
        width: auto;
    }
    .rl-num i {
        margin: 0 40px;
    }
    .sect2-r {
        padding-left: 10px;
    }
    .sect2-l {
        padding-right: 10px;
    }
    .sect2-r>ul>li a .zkk {
        right: 5px;
    }
    .section3 .bt .title h2 i {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 20px;
        line-height: 60px;
    }
    .s3-top ul li a {
        padding: 15px 15px 0 15px;
    }
    .s3-top .rq::after {
        right: -15px;
    }
    .lt a .lt-l {
        padding: 50px 15px 15px 15px;
    }
    .lt-bt {
        left: 85%;
    }
    .s5t-l {
        float: none;
        width: auto;
    }
    .s5t-r {
        float: none;
        width: auto;
    }
    .s5d-l {
        float: none;
        width: auto;
    }
    .s5d-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .lt .lt-l .lt-lj {
        padding-left: 10%;
    }
    .lt .lt-l a {
        line-height: 30px;
        font-size: 24px;
    }
}

@media screen and (max-width:700px) {
    .title h2 span {
        padding: 15px 10px;
        font-size: 20px;
        background-size: 65px auto;
    }
    .nt-l a p {
        left: 10px;
        right: 10px;
        font-size: 16px;
    }
    .nt-l .slick-dots {
        bottom: 10px;
    }
    .nt-r ul li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .news-down>ul>li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .news-down>ul>li>a {
        padding: 15px;
    }
    .sect2-l {
        float: none;
        width: auto;
        padding-top: 15px;
    }
    .sect2-r {
        float: none;
        width: auto;
        padding-left: 0;
        padding-top: 15px;
    }
    .section2::before {
        left: 0;
        width: 100%;
        top: 55%;
        z-index: 2;
    }
    .section2::after {
        width: 100%;
    }
    .section1 {
        padding-bottom: 15px;
    }
    .rl-bg table tr th {
        line-height: 40px;
        font-size: 20px;
    }
    .section3 .title h2 {
        text-align: left;
    }
    .section3 .bt .title h2 i {
        font-size: 14px;
        line-height: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .section3 .title a {
        font-size: 14px;
    }
    .s3-top ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .s3-top {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .s3-down ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .s3-down ul li a {
        padding: 10px;
    }
    .lt a .lt-r {
        float: none;
        width: auto;
    }
    .lt a .lt-l {
        float: none;
        width: auto;
        margin-top: 0;
    }
    .lt-bt {
        right: 0;
        left: auto;
        bottom: -45px;
    }
    .lt a .lt-l {
        margin-right: 0;
    }
    .lt a .lt-l .date p {
        font-size: 20px;
        line-height: 20px;
    }
    .lt a .lt-l .date {
        width: 80px;
        height: 80px;
        background-size: 80px auto;
    }
    .lt a .lt-l .date span {
        font-size: 14px;
    }
    .lt a .lt-l h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .lt a .lt-l {
        padding-top: 30px;
    }
    .lt a .lt-l>p {
        line-height: 20px;
        height: 40px;
        font-size: 14px;
    }
    .section4 {
        padding-bottom: 100px;
    }
    .s5t-r {
        padding: 15px;
    }
    .s5-down .title h2 span {
        font-size: 20px;
        padding: 15px 0;
    }
    .s5d-l>ul>li>ul>li {
        width: 50%;
    }
    .s5d-l>ul>li {
        line-height: 30px;
    }
    .s5d-l>ul>li>ul>li>a {
        font-size: 16px;
    }
    .s5d-l>ul {
        padding: 0 15px 15px 15px;
    }
    .s5-down {
        padding-bottom: 15px;
    }
    .s5d-r ul li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .s3-down ul li a p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .news-down>ul>li>a p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .s3-bt {
        margin-top: 15px;
    }
    .section3 {
        padding-bottom: 15px;
    }
    .lt {
        width: 100%;
    }
    .lt-nr {
        padding: 10px;
    }
    .lt .lt-r {
        float: none;
        width: 100%;
    }
    .lt .lt-l {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    .lt .lt-l .lt-lj {
        position: static;
        transform: none;
        padding: 30px 50px;
    }
    .lt .lt-l a {
        font-size: 16px;
    }
}

@media screen and (max-width:370px) {
    .rl-num span {
        width: 50px;
    }
    .rl-num i {
        width: 70px;
    }
}