* {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
}
body{
	font-family: none;
}
/* header */
.mobshow{
    display: none;
}
.section-header {
    left: 0;
    right: 0;
    padding: 2.08vw 13.21vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 999;
}
body > section > section.footer > div > div.footer-right > ul > li{
    color: #fff;
    opacity: .8;    
    text-decoration: none;
}
body > section > section.footer > div > div.footer-right > ul > li a{
    color: #fff;
    opacity: .8;    
    text-decoration: none;
}
body > section > section.footer > div > div.footer-right > ul > li a:hover{
    opacity: 1;
}
.section-header .header-logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.section-header .header-right ul li{
    display: inline-block;
    margin-right: 3vw;
    color: #fff;
}
.section-header .header-right ul li:last-of-type{
    margin-right: 0;
    margin-left: 6vw;
}
.section-header .header-right ul li a{
    color: #fff;
    text-decoration: none;
}
.section-header .header-right ul li a:hover, .section-header .header-right ul li a.active{
    color: #e45237;
}
.header-pc{
    display: flex;
	background-color: #000000;
}
.header-mob{
    display: none !important;
}

/* section1 */
.section1 .swiper-pagination .swiper-pagination-bullet{
    width: 3vw;
    height: 0.1vw;
    background-color: #fff !important;
    border-radius: 0;
}
.section1 .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #e55238 !important;
}
.section1 .header-trigger{
    position: absolute;
    top: 1px;
}
/* section2 */
.section2 .s2{
    text-align: center;
    padding: 6.09vw 19.74vw 0 19.74vw;
}
.section2 .s2-title{
    margin-bottom: 0vw;
}
.section2 .s2-title .title{
    font-size: 2.5vw;
    color: #333333;
    font-weight: bold;
}
.section2 .s2-title .subtitle{
    font-size: 1.77vw;
    color: #333333;
}
.section2 .s2-description{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.section2 .s2-description .s2-des{
    width: 15%;
}
.section2 .s2-description .s2-lines{
    height: auto;
    width: 0.2vw;
    opacity: 0.8;
    border-right: 1px solid #8e9295;
}
.section2 .s2-description .s2-des span{
    font-size: 2.71vw;
    font-weight: bold;
}
.section2 .s2-description .s2-des p{
    display: inline-block;
    font-size: 0.94vw;
}
/* section3 */
.section3 .s3{
    padding: 5.73vw 14.04vw 0 14.04vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.section3 .s3 .s3-left{
    width: 40%;
}
.section3 .s3 .s3-left .s3-left-title{
    font-size: 1.98vw;
    font-weight: bold;
    margin-bottom: 1.88vw;
}
.section3 .s3 .s3-left .s3-lines{
    width: 3.33vw;
    height: 1px;
    border-bottom: 1px solid #e45237;
    margin-bottom: 2.45vw;
}
.section3 .s3 .s3-left .s3-left-description{
    font-size: 0.98vw;
    color: #666666;
    opacity: 0.8;
}
.section3 .s3 .s3-left .s3-left-button{
    margin-top: 2vw;
}
.section3 .s3 .s3-left .s3-left-button a{
    font-size: 0.88vw;
    color: #e45237;
    width: 7.45vw;
    height: 2.08vw;
    border-radius: 2.04vw;
    border: 3px solid #e45237;
    padding: 0.63vw 1.15vw;
    opacity: .7;
    text-decoration: none;
}
.section3 .s3 .s3-left .s3-left-button a:hover{
    color: #e45237;
    opacity: 1;
}
.section3 .s3 .s3-right{
    width: 55%;
}
.section3 .s3 .s3-right img{
    display: block;
    width: 100%;
    height: 100%;
}
/* section4 */
.section4 .s4{
    padding: 6.25vw 19.48vw 3.49vw 19.48vw;
    text-align: center;
}
.section4 .s4 .s4-top{
    border-bottom: 1px solid #949494;
}
.section4 .s4 .s4-bottom{
    position: relative;
}
.section4 .swiper2{
    padding-bottom: 3.49vw;
}
.section4 .s4 .s4-bottom img{
    display: block;
    width: 100%;
    height: 100%;
}
.section4 .s4 .s4-top .s4-top-title{
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 0.25vw;
}
.section4 .s4 .s4-top .s4-top-subtitle{
    font-size: 1.77vw;
    margin-bottom: 1.41vw;
}
.section4 .swiper-switch{
    border-radius: 100%;
    width: 3vw;
    height: 3vw;
    cursor: pointer;
    font-size: 1.5vw;
    background-color: #e45237;
    text-align: center;
    line-height: 3vw;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 3;
}
.section4 .swiper-next{
    right: -13%;
}
.section4 .swiper-pre{
    left: -13%;
}
.section4 .swiper-slide{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 4.38vw;
}
.section4 .swiper-slide .title{
    font-size: 1.25vw;
    margin-top: 1vw;
}
.section4 .swiper-slide .lines{
    margin-top: 0.4vw;
    width: 1vw;
    height: 3px;
    border-bottom: 1px solid #e45237;
}
.section4 .swiper-slide a{
    font-size: 0.98vw;
    color: #fff;
    background-color: #e45237;
    padding: 0.36vw 1.15vw;
    text-decoration: none;
    margin-top: 1.2vw;
    margin-bottom: 1.61vw;
}
.section4 .swiper-slide:hover{
    transform: scale(1.1);
    transition: .5s;
    background-color: #e45237;
    color: #fff;
}
.section4 .swiper-slide:hover a{
    color: #e45237;
    background-color: #fff;
    
}
.section4 .swiper-slide:hover .lines{
    border-bottom: 1px solid #fff;
}
.section4 .s4-learn-more{
    font-size: 0.98vw;
    color: #e45237;
    padding: 0.68vw 1.25vw;
    border: 3px solid #e45237;
    border-radius: 2vw;
    text-decoration: none;
    opacity: .7;
}
.section4 .s4-learn-more:hover{
    opacity: 1;
}
/* section5 */
.section5 .s5-img img{
    display: block;
    width: 100%;
    height: 100%;
}
/* section6 */
.section6{
    padding: 6.09vw 15.94vw;
    background-color: #eeeeee;
}
.section6 .s6 .s6-top{
    border-bottom: 1px solid #949494;
    text-align: center;
}
.section6 .s6 .s6-top .s6-top-title{
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 0.25vw;
}
.section6 .s6 .s6-top .s6-top-subtitle{
    font-size: 1.77vw;
    margin-bottom: 1.41vw;
}
.section6 .s6 .s6-bottom{
    position: relative;
}
.section6 .swiper3{
    padding-bottom: 3.49vw;
}
.section6 .s6 .s4-bottom img{
    display: block;
    width: 100%;
    height: 100%;
}
.section6 .swiper-switch{
    border-radius: 100%;
    width: 3vw;
    height: 3vw;
    cursor: pointer;
    font-size: 1.5vw;
    background-color: #e45237;
    text-align: center;
    line-height: 3vw;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 3;
}
.section6 .swiper-next{
    right: -13%;
}
.section6 .swiper-pre{
    left: -13%;
}
.section6 .swiper-slide{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 4.38vw;
}
.section6 .swiper-slide .title{
    font-size: 1.25vw;
    margin-top: 1vw;
}
.section6 .swiper-slide .lines{
    margin-top: 0.4vw;
    width: 1vw;
    height: 3px;
    border-bottom: 1px solid #e45237;
}
.section6 .swiper-slide a{
    font-size: 0.98vw;
    color: #fff;
    background-color: #e45237;
    padding: 0.36vw 1.15vw;
    text-decoration: none;
    margin-top: 1.2vw;
    margin-bottom: 1.61vw;
}
.section6 .swiper-slide:hover{
    transform: scale(1.1);
    transition: .5s;
    background-color: #e45237;
    color: #fff;
}
.section6 .swiper-slide:hover a{
    color: #e45237;
    background-color: #fff;
    
}
.section6 .swiper-slide:hover .lines{
    border-bottom: 1px solid #fff;
}
.section6 .s4-learn-more{
    font-size: 0.98vw;
    color: #e45237;
    padding: 0.68vw 1.25vw;
    border: 3px solid #e45237;
    border-radius: 2vw;
    text-decoration: none;
    opacity: .7;
}
.section6 .s4-learn-more:hover{
    opacity: 1;
}
/* section7 */
.section7{
    padding: 6.09vw 15.94vw;
}
.section7 .s7 .s7-top{
    border-bottom: 1px solid #949494;
    text-align: center;
}
.section7 .s7 .s7-top .s7-top-title{
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 0.25vw;
}
.section7 .s7 .s7-top .s7-top-subtitle{
    font-size: 1.77vw;
    margin-bottom: 1.41vw;
}
.section7 .s7 .s7-bottom{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 4.43vw;
    align-items: center;
}
.section7 .s7 .s7-bottom .bottom{
    background-color: #eeeeee;
    padding: 1.61vw 1.41vw;
}
.section7 .s7 .s7-bottom img{
    display: block;
    width: 100%;
    height: 100%;
}
.section7 .s7 .s7-bottom .s7-bottom-left{
    margin-right: 2.5vw;
}
.section7 .s7 .s7-bottom .bottom .title{
    font-size: 1.04vw;
    font-weight: bold;
    margin-bottom: 0.3vw;
    color: #333333;
}
.section7 .s7 .s7-bottom .bottom .dexcription{
    font-size: 0.98vw;
    opacity: .7;
    margin-bottom: 0.98vw;
    color: #666666;
}
.section7 .s7 .s7-bottom .bottom .learn-more{
    text-align: right;
    color: #666666;
}
.section7 .s7 .s7-bottom a{
    text-decoration: none;
    font-size: 0.98vw;
    margin-bottom: 0.98vw;
}
.section7 .s7-bottom .s7-bottom-right .s7-news .s7-news-title{
    font-size: 0.98vw;
    color: #333333;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.41vw;
}
.section7 .s7-bottom .s7-bottom-right .s7-news{
    padding: 0.67vw 0.99vw;
    
}
.section7 .s7-bottom .s7-bottom-right .s7-news:hover{
    box-shadow: 3px 3px 10px #666;
}
.section7 .s7-bottom .s7-bottom-right .s7-news:hover .s7-news-title{
    color: #e55238;
}
.section7 .s7-bottom .s7-bottom-right .s7-news .s7-news-title span{
    font-size: 0.98vw;
    color: #999999;
    opacity: .7;
    position: absolute;
    right: 0;
}
.section7 .s7-bottom .s7-bottom-right .s7-news .s7-news-description{
    font-size: 0.98vw;
    color: #666666;
    position: relative;
    padding: 0 3.13vw 2.5vw 0.8vw;
}
.section7 .s7-bottom .s7-bottom-right .s7-news .s7-news-description span{
    font-size: 0.98vw;
    color: #666666;
    opacity: .7;
    position: absolute;
    left: 0.98vw;
    bottom: 0;
}
/* footer */
.footer{
    background-color: #e55238;
    color: #fff;
    padding: 4.22vw 13.21vw;
}
.footer .section-footer{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.footer .section-footer .footer-left{
    width: 45%;
}
.footer .section-footer .footer-left .footer-left-top{
    width: 30%;
}
.footer .section-footer .footer-left .footer-left-top img{
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 6.04vw;
}
.footer .section-footer .footer-left .footer-left-bottom{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.footer .section-footer .footer-left .footer-left-bottom .left{
    margin-right: 1.88vw;
}
.footer .section-footer .footer-left .footer-left-bottom .left img{
    display: block;
    width: 100%;
}
.footer .section-footer .footer-left .footer-left-bottom .left p{
    text-align: center;
    font-size: 0.83vw;
    opacity: .9;
    margin-top: -1vw;
}
.footer .footer-left-bottom .right ul li{
    list-style: none;
    margin-top: 0.6vw;
    font-size: 0.78vw;
    opacity: .9;
}
.footer .footer-left-bottom .right ul li:nth-child(1){
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
}
.footer .footer-left-bottom .right ul li:nth-child(1) > span > img{
    width: 55%;
    display: inline-block;
}
.footer .footer-left-bottom .right ul li:nth-child(1) > p{
    display: inline-block;
    font-size: 0.73vw;
    margin-left: -0.96vw;
    opacity: .9;
}
.footer .footer-left-bottom .right ul li:nth-child(1) > p span{
    font-size: 0.78vw;
    opacity: .9;
    font-weight: bold;
}

.footer .section-footer .footer-right{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 70%;
    opacity: .8;
    justify-content: flex-end;
    font-size: 0.78vw;
}
.footer .section-footer .footer-right ul{
    margin-right: 3.25vw;
}
.footer .section-footer .footer-right ul .title{
    list-style: none;
    margin-bottom: 1.5vw;
}
.footer .section-footer .footer-right ul li{
    list-style: none;
    margin-top: 0.5vw;
}
.footer-description .description{
    padding: 1.56vw 8.33vw;
	background-color: #131112;
    color: #fff;
    text-align: right;
    font-size: 0.78vw;
}
@media (max-width:1100px){
    .section-header .header-right ul li{
        margin-right: 1vw;
    }
    body > section > section.header > div > div.header-right{
        width: 80%;
    }
    body > section > section.header > div > div.header-logo{
        width: 10%;
    }
    .footer .section-footer .footer-left{
        width: 40%;
    }
    .footer .section-footer .footer-right{
        width: 100%;
    }
}
@media (max-width:768px){
    .header-pc{
        display: none;
    }
    .header-mob{
        display: flex !important;
        background-color: #000;
    }
    .mobshow{
        display: block;
    }
    .section7 .s7-bottom .s7-bottom-right .s7-news .s7-news-description span{
        font-size: 3.98vw;
        left: 3vw;
        bottom: 0;
    }
    .section7 .s7-bottom .s7-bottom-right .s7-news{
        padding: 4.67vw 0.99vw;
    }
    body > section > section.header > div.section-header.header-mob > div.header-right > ul > li > img{
        width: 80%;
    }
    body > section > section.header > div.section-header.header-mob > div.header-right > ul > ul{
        display: none;
    }
    body > section > section.header > div.section-header.header-mob > div.header-right > ul > ul li{
        display: unset;
    }
    body > section > section.header > div.section-header.header-mob > div.header-right > ul > ul li a{
        color: #333;
    }
    body > section > section.header > div > div.header-right {
        width: 5%;
        text-align: right;
    }
    body > section > section.header > div > div.header-right img{
       width: 100%;
    }
    .header-mob .daohanglan {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 11;
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    
    .header-mob .daohanglan .daohang-ul {
        font-size: 1.56vw;
        color: #000;
        padding: 1vw 3.8vw 0 3.8vw;
    }
    
    .header-mob .daohanglan .daohang-ul li {
        margin-top: 3vw;
        line-height: 2;
        list-style: none;
        cursor: pointer;
        text-align: center;
        font-size: 4vw;
    }
    
    .header-mob .daohanglan .daohang-ul li:hover {
        font-weight: bold;
        color: red;
    }
    
    .header-mob .daohanglan .daohang-ul a:hover {
        font-weight: bold;
        color: red;
    }
    
    .header-mob .daohanglan .daohang-ul a {
        color: #000;
        font-size: 4.56vw;
        margin-top: 3vw;
        line-height: 2;
        cursor: pointer;
        text-align: right;
        text-decoration: none;
    }
    
    .header-mob .daohanglan .daohang-ul li:first-of-type {
        line-height: unset;
        list-style: none;
        cursor: unset;
        text-align: center;
        margin-top: unset;
    }
    
    .header-mob .daohanglan .daohang-ul li span {
        font-size: 10vw;
        text-align: center;
        cursor: pointer;
    }
    .section2 .s2{
        padding: 6.09vw 9.74vw 0 9.74vw;
    }
    .section2 .s2-title .title{
        font-size: 7.5vw;
    }
    .section2 .s2-title .subtitle{
        font-size: 5.77vw;
    }
    .section2 .s2-description{
        flex-wrap: wrap;
        width: 100%;
    }
    .section2 .s2-description .s2-des{
        width: 49%;
        margin: 5vw 0;
    }
    .section2 .s2-description .s2-lines{
        display: none;
    }
    .section2 .s2-description .s2-des span{
        font-size: 7.71vw;
    }
    .section2 .s2-description .s2-des p{
        font-size: 3.94vw;
    }
    .section3 .s3{
        flex-direction: column-reverse;
        padding: 5.73vw 6.04vw 0 6.04vw;
    }
    .section3 .s3 .s3-left{
        width: 100%;
    }
    .section3 .s3 .s3-right{
        width: 100%;
    }
    .section3 .s3 .s3-left .s3-left-title{
        font-size: 5.98vw;
        margin-bottom: 5.88vw;
    }
    .section3 .s3 .s3-left .s3-lines{
        width: 23.33vw;
        height: 3px;
        border-bottom: 1px solid #e45237;
        margin-bottom: 5.45vw;
    }
    .section3 .s3 .s3-left .s3-left-description{
        font-size: 3.98vw;
    }
    .section3 .s3 .s3-left .s3-left-button{
        margin-top: 12vw;
        text-align: center;
        margin-bottom: 10vw;
    }
    .section3 .s3 .s3-left .s3-left-button a{
        font-size: 3.88vw;
        width: 7.45vw;
        height: 2.08vw;
        border-radius: 6.04vw;
        padding: 1.63vw 2.15vw;
    }
    .section4 .s4{
        padding: 11.25vw 14.48vw 12.49vw 14.48vw;
    }
    .section4 .s4 .s4-top .s4-top-title{
        font-size: 7.5vw;
        margin-bottom: 3.25vw;
    }
    .section4 .s4 .s4-top .s4-top-subtitle{
        font-size: 6.77vw;
        margin-bottom: 5.41vw;
    }
    .section4 .swiper-slide .title{
        font-size: 6.25vw;
        margin-top: 5vw;
    }
    .section4 .swiper-slide a{
        font-size: 3.98vw;
        color: #fff;
        background-color: #e45237;
        padding: 2.36vw 4.15vw;
        text-decoration: none;
        margin-top: 4.2vw;
        margin-bottom: 4.61vw;
    }
    .section4 .swiper-next{
        right: -18%;
    }
    .section4 .swiper-pre{
        left: -18%;
    }
    .section4 .swiper-switch{
        border-radius: 100%;
        width: 8vw;
        height: 8vw;
        cursor: pointer;
        font-size: 7.5vw;
        background-color: #e45237;
        text-align: center;
        line-height: 8vw;
        color: #fff;
        position: absolute;
        top: 50%;
        z-index: 3;
    }
    .section4 .swiper2{
        padding-bottom: 16.49vw;
    }
    .section4 .s4-learn-more{
        font-size: 4.98vw;
        color: #e45237;
        padding: 1.68vw 4.25vw;
        border: 3px solid #e45237;
        border-radius: 7vw;
        text-decoration: none;
        opacity: .7;
    }

    .section6{
        padding: 0;
    }
    .section6 .s6{
        padding: 11.25vw 14.48vw 12.49vw 14.48vw;
    }
    .section6 .s6 .s6-top .s6-top-title{
        font-size: 7.5vw;
        margin-bottom: 3.25vw;
    }
    .section6 .s6 .s6-top .s6-top-subtitle{
        font-size: 6.77vw;
        margin-bottom: 5.41vw;
    }
    .section6 .swiper-slide .title{
        font-size: 6.25vw;
        margin-top: 5vw;
    }
    .section6 .swiper-slide a{
        font-size: 3.98vw;
        color: #fff;
        background-color: #e45237;
        padding: 2.36vw 4.15vw;
        text-decoration: none;
        margin-top: 4.2vw;
        margin-bottom: 4.61vw;
    }
    .section6 .swiper-next{
        right: -18%;
    }
    .section6 .swiper-pre{
        left: -18%;
    }
    .section6 .swiper-switch{
        border-radius: 100%;
        width: 8vw;
        height: 8vw;
        cursor: pointer;
        font-size: 7.5vw;
        background-color: #e45237;
        text-align: center;
        line-height: 8vw;
        color: #fff;
        position: absolute;
        top: 50%;
        z-index: 3;
    }
    .section6 .swiper2{
        padding-bottom: 16.49vw;
    }
    .section6 .s6-learn-more{
        font-size: 4.98vw;
        color: #e45237;
        padding: 1.68vw 4.25vw;
        border: 3px solid #e45237;
        border-radius: 7vw;
        text-decoration: none;
        opacity: .7;
    }
    .section7{
        padding: 6.09vw 4.94vw;
    }
    .section7 .s7 .s7-top .s7-top-title{
        font-size: 7.5vw;
        font-weight: bold;
        margin-bottom: 5.25vw;
    }
    .section7 .s7 .s7-top .s7-top-subtitle{
        font-size: 5.77vw;
        margin-bottom: 5.41vw;
    }
    .section7 .s7 .s7-bottom{
        flex-direction: column;
    }
    .section7 .s7 .s7-bottom .s7-bottom-left{
        margin-right: 0;
        margin-bottom: 8vw;
    }
    .section7 .s7 .s7-bottom .bottom .title{
        font-size: 4.54vw;
        font-weight: bold;
        margin-bottom: 2.3vw;
    }
    .section7 .s7 .s7-bottom .bottom .dexcription{
        font-size: 3.98vw;
        opacity: .7;
        margin-bottom: 2.98vw;
        color: #666666;
    }
    .section7 .s7 .s7-bottom .bottom .learn-more{
        font-size: 2.98vw;
    }
    .section7 .s7-bottom .s7-bottom-right .s7-news .s7-news-title{
        font-size: 3.98vw;
        color: #333333;
        font-weight: bold;
        position: relative;
        margin-bottom: 0.41vw;
    }
    .section7 .s7-bottom .s7-bottom-right .s7-news .s7-news-description{
        font-size: 3.98vw;
        color: #666666;
        position: relative;
        padding: 0 10.13vw 8vw 2.8vw;
    }
    .section7 .s7-bottom .s7-bottom-right .s7-news .s7-news-title span{
        font-size: 3.98vw;
    }
    .footer .section-footer{
        flex-direction: column;
    }
    .footer .section-footer .footer-left{
        width: 100%;
    }
    body > section > section.footer > div > div.footer-left > div.footer-left-bottom > div.left > img{
        margin-right: 5vw;
    }
    .footer .footer-left-bottom .right ul li:nth-child(1) > p{
        font-size: 2.73vw;
        margin-left: -1.5vw;
    }
    .footer .footer-left-bottom .right ul li:nth-child(1) > p span{
        font-size: 3.56vw;
    }
    .footer .footer-left-bottom .right ul li{
        margin-top: 0.6vw;
        font-size: 2.83vw;
    }
    .footer .section-footer .footer-left .footer-left-bottom{
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .footer .section-footer .footer-left .footer-left-bottom .left p{
        font-size: 2.93vw;
        margin-top: -2.5vw;
    }
    .footer .section-footer .footer-right ul{
        width: 50%;
        margin-top: 5vw;
        margin-right: 0;
    }
    .footer .section-footer .footer-right ul li{
        font-size: 4.3vw;
        margin-top: 4.3vw;
    }
    .footer .section-footer .footer-right{
        display: none;
    }
    .footer-description .description{
        text-align: center;
    }
    body > section > section.footer > div > div.footer-left > div.footer-left-bottom > div.right{
        width: 70%;
        margin-right: 5vw;
    }
    .footer-description .description{
        font-size: 2.8vw;
    }
}
@media (max-width:640px){
    .footer .footer-left-bottom .right ul li:nth-child(1) > span > img{
        width: 50%;
    }
    body > section > section.footer > div > div.footer-left > div.footer-left-bottom > div.right{
        width: 100%;
        margin-right: 5vw;
    }
    .footer .footer-left-bottom .right ul li:nth-child(1) > p{
        margin-left: -2.96vw;
    }
}
@media (min-width:1921px){
    .footer .footer-left-bottom .right ul li:nth-child(1) > p{
        margin-left: -0.2vw;
    }
    .footer .section-footer .footer-left .footer-left-bottom .left p{
        margin-top: -0.8vw;
    }
    .footer .footer-left-bottom .right ul li:nth-child(1) > span > img{
        width: 65%;
    }
    .section4 .swiper-slide:hover{
        transform: scale(1.05);
        transition: .5s;
        background-color: #e45237;
        color: #fff;
    }
    .section6 .swiper-slide:hover{
        transform: scale(1.05);
        transition: .5s;
        background-color: #e45237;
        color: #fff;
    }
}
@media (max-width:500px){
    .footer .footer-left-bottom .right ul li:nth-child(1) > p{
        margin-left: -5.96vw;
    }
    .footer .section-footer .footer-left .footer-left-bottom .left p{
        margin-top: -4.5vw;
    }
}
b, strong {
    font-weight: 700;
    padding: 0;
}
.footer-left-bottom p.line1 {
	margin: 0;
}