@charset "utf-8";
html {scroll-behavior: smooth;}
body{overflow-x: hidden;}




/* 展开导行 */
.sidebar-wrapper {position:relative;height:100%;overflow:auto;display:none;}
#dowebok {background-color:rgba(0,0,0,.6);}
#dowebok .nav {margin-top:80px;list-style-type:none;color:#fff;}
#dowebok .nav li {display:block;line-height:50px;font-size:14px;position:relative;}
#dowebok .nav li a {display:block;padding:0 20px;height:100%;border-bottom:1px solid #666;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:35px;height:55px;display:inline-block;position:absolute;right:0;top:0;color:#fff;background:url(../images/more.svg) no-repeat left center;background-size:auto 24px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:16px;}
#dowebok .nav li .nav2 li a {padding-left:50px;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}




.sewing {
    height: 115px;
}

.header {
    font-size: 17px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
}

.header .wrapper {
    align-items: center;
}

.header h1 {
    width: 308px;
    height: 75px;
    background: url(../images/logo.png) no-repeat left center/contain;
}

.header h1 a {
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.header .nav {
    display: flex;
    margin-left: auto;
}

.header .nav li {
    color: #333; 
    line-height: 115px;
    height: 115px;
    z-index: 33;
}

.header .nav li.active,
.header .nav li:hover {
    color: var(--theme-color);
}

.header .nav li:not(:last-child) {
    margin-right: 40px;
}

.header .nav li a {
    line-height: 47px;
    height: 47px;
    display: inline-block;
    position: relative;
}

.header .nav li a::after {
    content: '';
    width: 0;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .3s;
    background: var(--theme-color);
}

.header .nav li.active a::after,
.header .nav li:hover a::after {
    width: 100%;
}

.header .nav li .drop-down {
    width: 100%;
    display: none;
    position: fixed;
    top: 115px;
    left: 0;
    background: rgba(255 , 255 , 255 , .8);
}

.header .nav li .drop-down .select {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}

.header .nav li .drop-down .li {
    color: #666;
    line-height: 30px;
    height: 30px;
}

.header .nav li .drop-down .li:not(:last-child) {
    margin-right: 45px;
}

.header .nav li .drop-down .li:hover {
    color: var(--theme-color);
}

.header .nav li .drop-down .li a {
    line-height: 30px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.header .nav li .drop-down .li a::after {
    display: none;
}
 
.header .switch {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    line-height: 34px;
    width: 34px;
    height: 34px;
    margin-left: 53px;
    border-radius: 50%;
    background: var(--theme-color);
}

.header .switch a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.header .menu-icon {
    width: 31px;
    height: 24px;
    display: none;
    background: url(../images/menu.png) no-repeat right center/contain;
}




@media(max-width:1300px) {
    .sewing {
        height: 75px;
    }

    .header {
        font-size: 14px;
    }

    .header h1 {
        width: 200px;
        height: 55px;
    }

    .header .nav li {
        line-height: 75px;
        height: 75px;
    } 

    .header .nav li:not(:last-child) {
        margin-right: 35px;
    }

    .header .nav li a {
        line-height: 35px;
        height: 35px;
    }

    .header .nav li .drop-down {
        top: 75px;
    }

    .header .nav li .drop-down .li:not(:last-child) {
        margin-right: 35px;
    }
}

@media(max-width:991px) {
    .sewing {
        height: 60px;
    }
    
    .header {
        padding: 10px 0;
    }

    .header h1 {
        width: 160px;
        height: 40px;
    }

    .header .nav {
        display: none;
    }

     .header .switch {
        /* font-size: 0; */
        color: var(--theme-color);
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        line-height: 30px;
        width: 30px;
        height: 30px;
        margin-left: auto;
        border-radius: 50%;
        border: 1px solid var(--theme-color);
        background: transparent;
        /* background: url(../images/switch.png) no-repeat right center/contain; */
    }

    .header .menu-icon {
        display: block;
        margin-left: 12px;
    }
}




.mb-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 60px;
    left: -100%;
    padding: 25px 15px;
    z-index: 9999;
    transition: all ease-in-out .5s;
    background: var(--theme-color);
}

.mb-nav.active {
    left: 0;
}

.mb-nav ul {
    margin-bottom: 35px;
}

.mb-nav ul li {
    color: #fff;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid rgba(255 , 255 , 255 , .5);
}

.mb-nav ul>li>a {
    line-height: 50px;
    height: 50px;
    display: inline-block;
}

.mb-nav ul li .icon {
    width: 15px;
    height: 10px;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10;
    transition: all ease-in-out .4s;
    background: url(../images/mbnav-b.png) no-repeat right center/contain;
}

.mb-nav ul li .icon.active {
    transform: rotate(-180deg);
}

.mb-nav ul li>.nav2 {
    display: none;
    padding: 10px 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(255 , 255 , 255 , .3);
}

.mb-nav ul li>.nav2>li {
    border-bottom: none;
}

.mb-nav ul li>.nav2>li>a {
    line-height: 35px;
}

.mb-nav ul li a {
    height: 100%;
    display: inline-block;
}

.mb-nav .form {
    position: relative;
}

.mb-nav .form input {
    color: #666;
    font-size: 15px;
    width: 100%;
    height: 50px;
    padding: 0 38px 0 15px;
    border-radius: 7px;
    background: #fff;
}

.mb-nav .form input::-webkit-input-placeholder {
    color: #666;
}

.mb-nav .form button {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/mb-search.png) no-repeat right center/contain;
}




.official-link {
    margin-bottom: 48px;
}

.official-link .container {
    max-width: 1400px;
    margin: 0 auto;
}

.official-link .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.official-link .group {
    display: flex;
    align-items: center;
}

.official-link .group .icon {
    width: 95px;
    height: 95px;
    background-position: left center;
}

.official-link .group:nth-child(1) .icon {
    background-image: url(../images/official1.png);
}

.official-link .group:nth-child(2) .icon {
    background-image: url(../images/official2.png);
}

.official-link .group:nth-child(3) .icon {
    background-image: url(../images/official3.png);
}

.official-link .group:nth-child(4) .icon {
    background-image: url(../images/official4.png);
}

.official-link .group .text {
    width: calc(100% - 119px);
    margin-left: auto;
}

.official-link .group .text em {
    color: #333;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.official-link .group .text a {
    color: var(--theme-color);
    font-size: 16px;
    transition: all .3s;
}

.official-link .group .text a:hover {
    color: var(--theme-touch-color);
}




@media(max-width:1400px) {
    .official-link {
        padding: 0 15px;
    }
}

@media(max-width:1300px) {
    .official-link .group .icon {
        width: 75px;
        height: 75px;
    }

    .official-link .group .text {
        width: calc(100% - 90px);
    }

    .official-link .group .text em {
        font-size: 17px;
        margin-bottom: 6px;
    }

    .official-link .group .text a {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .official-link .group .icon {
        width: 70px;
        height: 70px;
    }

    .official-link .group .text {
        width: calc(100% - 85px);
    }

    .official-link .group .text em {
        font-size: 15px;
    }

    .official-link .group .text a {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .official-link .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .official-link .group .icon {
        width: 65px;
        height: 65px;
    } 

    .official-link .group .text {
        width: calc(100% - 75px);
    }

    .official-link .group .text a {
        font-size: 13px;
    }
}

@media(max-width:430px) {
    /* .official-link .group .icon {
        width: 60px;
        height: 60px;
    } 

    .official-link .group .text {
        width: calc(100% - 70px);
    } */

    .official-link .group .text em {
        font-size: 14px;
    }

    .official-link .group .text a {
        font-size: 12px;
    }
}




.footer {
    color: #666;
    font-size: 16px;
    padding: 77px 0 30px;
    position: relative;
    background: #f3f6f8;
}

.footer::before,
.footer::after {
    content: '';
    height: 5px;
    position: absolute;
    top: 0;
}

.footer::before {
    width: 68.230%;
    left: 0;
    background: #229deb;
}

.footer::after {
    width: calc(100% - 68.75%);
    right: 0;
    background: #95e522;
}

.footer .item {
    display: flex;
    /*flex-wrap: wrap;*/
    padding-bottom: 98px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dcdcdc;
}

.footer .nav {
    display: flex;
}

.footer .nav dl:not(:last-child) {
    margin-right: 54px;
}

.footer .nav dt {
    color: #222;
    font-size: 20px;
    margin-bottom: 39px;
}

.footer .nav dd {
    line-height: 36px;
}

.footer .nav dd a {
    height: 100%;
    display: inline-block;
}

.footer .nav dd:hover a {
    color: var(--theme-color);
}

.footer .content {
    width: 35%;
    padding: 0 75px 17px 78px;
    margin-left: auto;
    border-left: 1px solid #dcdcdc;
}

.footer .content h4 {
    color: #222;
    font-size: 20px;
    margin-bottom: 38px;
}

.footer .content .text {
    line-height: 36px;
    margin-bottom: 36px;
}

.footer .code {
    display: flex;
}

.footer .code .li {
    cursor: pointer;
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 100;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer .code .li:not(:last-child) {
    margin-right: 12px;
}

.footer .code .li:nth-child(1) {
    background-image: url(../images/wechat.png);
}

.footer .code .li:nth-child(2) {
    background-image: url(../images/microblog.png);
}

.footer .code .li:nth-child(3) {
    background-image: url(../images/vibrato.png);
}

.footer .code .img {
    width: 120px;
    height: 120px;
    display: none;
    position: absolute;
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
}

.footer .code .li:hover .img {
    display: block;
}

.footer .code .img img {
    width: 100%;
    height: 100%;
}

.footer .copy {
    line-height: 30px;
}




@media(max-width:1300px) {
    .footer {
        font-size: 14px;
        padding: 60px 0 15px;
    }

    .footer::before, .footer::after {
        height: 3px;
    }

    .footer .item {
        padding-bottom: 80px;
        margin-bottom: 15px;
    }

    .footer .nav dl:not(:last-child) {
        margin-right: 40px;
    }

    .footer .nav dt {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .footer .nav dd {
        line-height: 30px;
    }

    .footer .content {
        padding: 0 0 10px 78px;
        margin-left: auto;
        border-left: 1px solid #dcdcdc;
    }

    .footer .content h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer .content .text {
        line-height: 30px;
    }

    .footer .code .li {
        width: 38px;
        height: 38px;
    }

    .footer .code .img {
        width: 100px;
        height: 100px;
        top: -105px;
    }
}

@media(max-width:1100px) {
    .footer .content {
        padding: 0 0 10px 50px;
    }
}

@media(max-width:991px) {
    .footer {
        font-size: 13px;
        text-align: center;
        padding: 20px 0;
    }

    .footer .item {
        display: none;
    }

    .footer .copy {
        line-height: 24px;
    }
}




.news {
    padding-top: 84px;
}

.news .text {
    font-size: 16px;
}

.news .text span {
    color: var(--theme-color);
}

.news .text h4 {
    color: #333;
    font-weight: bold;
}

.news .text p {
    color: #666;
    line-height: 30px;
}

.news .text .more {
    color: var(--theme-color);
    font-weight: bold;
    line-height: 49px;
    height: 49px;
    display: inline-block;
    padding: 0 46px;
    transition: all .3s;
    border: 1px solid var(--theme-color);
}

.news .text .more:hover {
    color: #fff;
    background: var(--theme-color);
}

.news .preferred {
    padding-bottom: 73px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.news .preferred .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news .preferred .img {
    width: 48.5715%;
    height: 450px;
    border-radius: 15px;
}

.news .preferred .text {
    width: 46.786%;
    margin-left: auto;
}

.news .preferred .text span {
    display: block;
    margin-bottom: 25px;
}

.news .preferred .text h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
}

.news .preferred .text p {
    margin-bottom: 38px;
}

.news .list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px 110px;
}

.news .group span {
    display: block;
    margin-bottom: 25px;
}

.news .group h4 {
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 19px;
}

.news .group p {
    margin-bottom: 30px;
}

.news .page {
    padding: 113px 0 76px;
}




@media(max-width:1300px) {
    .news {
        padding-top: 65px;
    }
    
    .news .text {
        font-size: 15px;
    }

    .news .text p {
        line-height: 28px;
    }

    .news .text .more {
        line-height: 45px;
        height: 45px;
        padding: 0 42px;
    }

    .news .preferred {
        padding-bottom: 50px;
        margin-bottom: 45px;
    }

    .news .preferred .img {
        height: 360px;
        border-radius: 8px;
    }

    .news .preferred .text span {
        margin-bottom: 15px;
    }

    .news .preferred .text h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .news .list-container {
        gap: 50px 40px;
    }

    .news .group span {
        margin-bottom: 10px;
    }

    .news .group h4 {
        font-size: 16px;
        line-height: 26px;
        min-height: 54px;
        margin-bottom: 15px;
    }

    .news .group p {
        margin-bottom: 25px;
    }

    .news .page {
        padding: 75px 0 70px;
    } 
}

@media(max-width:991px) {
    .news .text {
        font-size: 14px;
    }

    .news .text h4 {
        line-clamp: 1!important;
        -webkit-line-clamp: 1!important;
    }

    .news .text p {
        line-height: 25px;
    }

    .news .preferred .img {
        width: 100%;
        height: 300px;
        margin-bottom: 25px;
        border-radius: 6px;
    }

    .news .preferred .text {
        width: 100%;
        margin-left: 0;
    }

    .news .preferred .text span {
        margin-bottom: 7px;
    }

    .news .preferred .text h4 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .news .preferred .text p {
        margin-bottom: 25px;
    }

    .news .text .more {
        line-height: 40px;
        height: 40px;
        padding: 0 35px;
    }

    .news .list-container {
        gap: 45px 20px;
    } 

    .news .group span {
        margin-bottom: 7px;
    }

    .news .group h4 {
        font-size: 15px;
        line-height: 24px;
        min-height: auto;
        margin-bottom: 10px;
    }

    .news .page {
        padding: 65px 0 60px;
    }
}

@media(max-width:768px) {
    .news {
        padding-top: 60px;
    }

    .news .text {
        font-size: 13px;
    }

    .news .text .more {
        line-height: 35px;
        height: 35px;
        padding: 0 28px;
    }

    .news .preferred {
        padding-bottom: 30px;
        margin-bottom: 26px;
    }

    .news .preferred .img {
        height: 260px;
        margin-bottom: 20px;
    }

    .news .preferred .text span {
        margin-bottom: 5px;
    }

    .news .preferred .text h4 {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .news .preferred .text p {
        margin-bottom: 15px;
    }

    .news .list-container {
        grid-template-columns: 1fr;
        gap: 26px 0;
    }
    
    .news .group {
        padding-bottom: 30px;
        border-bottom: 1px solid #e5e5e5;
    }

    .news .group span {
        margin-bottom: 5px;
    }

    .news .group h4 {
        margin-bottom: 6px;
    }

    .news .group p {
        margin-bottom: 15px;
    }

    .news .page {
        padding: 60px 0 55px;
    }
}




.newsv {
    color: #333;
    padding: 105px 0 140px;
}

.newsv .title {
    margin-bottom: 40px;
    text-align: center;
}

.newsv .title h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.newsv .title em {
    font-size: 16px;
    display: block;
}

.newsv .content {
    font-size: 15px;
    line-height: 32px;
    padding-bottom: 70px;
    margin-bottom: 45px;
    border-bottom: 1px solid #d2d2d2;
}

.newsv .agrop {
    text-align: center;
}

.newsv .agrop a {
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.newsv .agrop a:not(:last-child) {
    margin-right: 101px;
}

.newsv .agrop a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    background-color: #bfbfbf;
}

.newsv .agrop a:last-child::after {
    display: none;
}

.newsv .agrop a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}




@media (max-width:1400px) {
    .newsv {
        padding: 80px 0;
    }

    .newsv .title {
        margin-bottom: 65px;
    }

    .newsv .title h2 {
        margin-bottom: 10px;
    }

    .newsv .content {
        padding-bottom: 80px;
    }
}

@media (max-width:1200px) {
    .newsv {
        padding: 60px 0;
    }
    
    .newsv .title {
        margin-bottom: 45px;
    }

    .newsv .title h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .newsv .title em {
        font-size: 16px;
    }

    .newsv .content {
        padding-bottom: 60px;
    }

    .newsv .content {
        line-height: 30px;
    }

    .newsv .agrop a:not(:last-child) {
        margin-right: 81px;
    }

    .newsv .agrop a::after {
        right: -40px;
    }
}

@media (max-width:991px) {
    .newsv {
        padding: 50px 0;
    }

    .newsv .title {
        margin-bottom: 35px;
    }

    .newsv .title h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .newsv .content {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 40px;
        margin-bottom: 35px;
    }

    .newsv .agrop a {
        font-size: 16px;
    }

    .newsv .agrop a:not(:last-child) {
        margin-right: 61px;
    }

    .newsv .agrop a::after {
        right: -30px;
    }
}

@media (max-width:768px) {
    .newsv {
        padding: 40px 0 50px 0;
    }

    .newsv .title em {
        font-size: 14px;
    }

    .newsv .title {
        margin-bottom: 30px;
    }

    .newsv .title h2 {
        font-size: 17px;
        line-height: 26px;
    }

    .newsv .content {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .newsv .agrop a {
        font-size: 14px;
    }

    .newsv .agrop a:not(:last-child) {
        margin-right: 21px;
    }

    .newsv .agrop a::after {
        right: -10px;
    }
}

@media (max-width:430px) {
    .newsv {
        padding: 45px 0 60px;
    }

    .newsv .title {
        margin-bottom: 25px;
    }

    .newsv .title h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .newsv .content {
        font-size: 13px;
        line-height: 26px;
    }

    .newsv .agrop a {
        font-size: 13px;
    }
}

@media (max-width:400px) {
    .newsv .agrop {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .newsv .agrop a {
        color: #fff !important;
        font-size: 11px;
        line-height: 35px;
        height: 35px;
        margin-right: 0!important;
        border-radius: 5px;
        background-color: #333;
    }

    .newsv .agrop a:hover {
        text-decoration: none;
        background-color: var(--theme-color);
    }

    .newsv .agrop a::after {
        display: none;
    }
}




.download {
    padding-top: 47px;
}

.download .column {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.download .column li {
    color: #666;
    font-size: 16px;
    line-height: 55px;
    margin-bottom: 8px;
    border-radius: 6px;
    transition: all .3s;
}

.download .column li:not(:last-child) {
    margin-right: 8px;
}

.download .column li.active,
.download .column li:hover {
    color: #fff;
    background: var(--theme-color);
}

.download .column li a {
    height: 100%;
    display: inline-block;
    padding: 0 22px;
}

.download .list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.download .group {
    font-size: 16px;
    padding: 36px 40px;
    border-radius: 15px;
    background: #f3f6f8;
}

.download .group a {
    height: auto;
}

.download .group span {
    color: var(--theme-color);
    display: block;
    margin-bottom: 10px;
}

.download .group h4 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
}

.download .group:hover h4 {
    font-weight: bold;
}

.download .group .button {
    display: flex;
}

.download .group .button a {
    color: #666;
    line-height: 35px;
    width: auto;
    height: 35px;
    padding: 0 13px 0 45px;
    position: relative;
    border-radius: 50px;
    transition: all .3s;
    background: #dfe9ef;
}

.download .group .button a:not(:last-child) {
    margin-right: 12px;
}

.download .group .button a:hover {
    color: #fff;
    background: var(--theme-color);
}

.download .group .button a::after {
    content: '';
    width: 24px;
    height: 20px;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background-position: left center;
    background-image: url(../images/download.png);
}

.download .group .button a:hover::after {
	-webkit-filter: grayscale(100%) brightness(500%);
	filter: grayscale(100%) brightness(500%);
}

.download .page {
    padding: 85px 0;
}




@media (max-width:1300px) {
    .download .column li {
        font-size: 14px;
        line-height: 45px;
    }

    .download .list-container {
        gap: 15px;
    }

    .download .group {
        padding: 35px 20px;
        border-radius: 6px;
    }

    .download .group span {
        margin-bottom: 10px;
    }

    .download .group h4 {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .download .group .button a {
        font-size: 14px;
        padding: 0 13px 0 42px;
    }

    .download .page {
        padding: 75px 0;
    }
}

@media (max-width:991px) {
    .download .column li {
        line-height: 40px;
    }

    .download .list-container {
       grid-template-columns: repeat(2, 1fr);
    }

    .download .group .button a {
        font-size: 13px;
    }

    .download .group .button a:not(:last-child) {
        margin-right: 10px;
    }

    .download .page {
        padding: 65px 0;
    }
}

@media (max-width:768px) {
    .download .list-container {
        grid-template-columns: repeat(1, 1fr);
     }
}

@media (max-width:430px) {
    .download .column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }

    .download .column li {
        color: #fff;
        font-size: 12px;
        text-align: center;
        height: 40px;
        margin-bottom: 0;
        background: var(--theme-color);
    }

    .download .column li:not(:last-child) {
        margin-right: 0;
    }

    .download .column li.active,
    .download .column li:hover {
        background: var(--theme-touch-color);
    }

    .download .column li a {
        width: 100%;
        padding: 0 5px;
    }

    .download .group {
        padding: 30px 15px;
        border-radius: 5px;
    }

    .download .group span {
        font-size: 14px;
    }

    .download .group h4 {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .download .group .button a::after {
        width: 20px;
        height: 15px;
    }

    .download .group .button a {
        padding: 0 13px 0 37px;
    }

    .download .page {
        padding: 55px 0;
    }
}




.estate {
    padding: 85px 0 50px;
}

.estate .theme-inner-title {
    margin-bottom: 35px;
}




@media (max-width:1300px) {
    .estate {
        padding: 65px 0 45px;
    }
}

@media (max-width:991px) {
    .estate {
        padding: 60px 0 40px;
    }
}

@media (max-width:430px) {
    .estate {
        padding: 47px 0 30px;
    }

    .estate .theme-inner-title {
        margin-bottom: 30px;
    }
}




.electric {
    padding: 50px 0 78px;
}

.electric .theme-inner-title {
    margin-bottom: 38px;
}

.electric .list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
}

.electric .group {
    display: flex;
    align-items: flex-start;
    padding: 35px 48px 62px 37px;
    border-radius: 15px;
    background: #f3f6f8;
}

.electric .group .picture {
    width: 160px;
    height: 160px;
    overflow: hidden;
    transition: all ease-in-out .3s;
    border-radius: 50%;
}

.electric .group:hover .picture {
    transform: translateY(-7px);
}

.electric .group .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.electric .group .text {
    width: calc(100% - 205px);
    margin-left: auto;
}

.electric .group .text h4 {
    color: #333;
    font-size: 24px;
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.electric .group .text p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}




@media (max-width:1300px) {
    .electric {
        padding: 35px 0 75px;
    }
    
    .electric .theme-inner-title {
        margin-bottom: 35px;
    }
    
    .electric .list-container {
        gap: 15px;
    }
    
    .electric .group {
        padding: 35px 25px 55px;
        border-radius: 8px;
    }
    
    .electric .group .picture {
        width: 130px;
        height: 130px;
    }
    
    .electric .group .text {
        width: calc(100% - 160px);
        margin-left: auto;
    }
    
    .electric .group .text h4 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 18px;
    }
    
    .electric .group .text p {
        font-size: 15px;
        line-height: 28px;
    }    
}

@media (max-width:991px) {
    .electric {
        padding: 30px 0 75px;
    }
    
    .electric .theme-inner-title {
        margin-bottom: 32px;
    }
    
    .electric .list-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .electric .group {
        padding: 40px 15px 55px;
        border-radius: 6px;
    }
    
    .electric .group .picture {
        width: 100px;
        height: 100px;
    }

    .electric .group:hover .picture {
        transform: translateY(0);
    }
    
    .electric .group .text {
        width: calc(100% - 120px);
        margin-left: auto;
    }
    
    .electric .group .text h4 {
        font-size: 16px;
        padding-bottom: 13px;
        margin-bottom: 12px;
    }
    
    .electric .group .text p {
        font-size: 14px;
        line-height: 26px;
    }    
}

@media (max-width:430px) {
    .electric {
        padding: 20px 0 45px;
    }
    
    .electric .theme-inner-title {
        margin-bottom: 30px;
    }
    
    .electric .list-container {
        gap: 10px;
    }
    
    .electric .group {
        padding: 35px 15px 50px;
    }
    
    .electric .group .picture {
        width: 80px;
        height: 80px;
    }
    
    .electric .group .text {
        width: calc(100% - 100px);
        margin-left: auto;
    }
    
    .electric .group .text h4 {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
    .electric .group .text p {
        font-size: 13px;
        line-height: 25px;
    }    
}




.contact {
    padding: 84px 0 99px;
}

.contact .theme-inner-title {
    margin-bottom: 40px;
}

.contact .list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 25px;
}

.contact .group {
    font-size: 16px;
    text-align: center;
    padding: 41px 15px;
    border-radius: 15px;
    background: #f3f6f8;
}

.contact .group .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 31px;
    transition: all ease-in-out .3s;
    background-position: center;
}

.contact .group:nth-child(1) .icon {
    background-image: url(../images/phone.png);
}

.contact .group:nth-child(2) .icon {
    background-image: url(../images/address.png);
}

.contact .group:nth-child(3) .icon {
    background-image: url(../images/email.png);
}

.contact .group:hover .icon {
    transform: translateY(-10px);
}

.contact .group h4 {
    color: #666;
    margin-bottom: 11px;
}

.contact .group p {
    font-size: 20px;
}

.contact .group a {
    color: var(--theme-color);
    width: auto;
    height: auto;
    display: inline-block;
    margin-top: 22px;
    transition: all .3s;
}

.contact .group a:hover {
    color: var(--theme-touch-color);
}




@media (max-width:1300px) {
    .contact {
        padding: 65px 0 80px;
    }
    
    .contact .list-container {
        gap: 0 15px;
    }
    
    .contact .group {
        font-size: 15px;
        padding: 35px 15px;
        border-radius: 8px;
    }
    
    .contact .group .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
    }
    
    .contact .group:hover .icon {
        transform: translateY(-5px);
    }
    
    .contact .group h4 {
        margin-bottom: 10px;
    }
    
    .contact .group p {
        font-size: 17px;
    }
    
    .contact .group a {
        margin-top: 15px;
    }
}

@media (max-width:991px) {
    .contact .group .icon {
        width: 65px;
        height: 65px;
        margin: 0 auto 15px;
    }

    .contact .group p {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .contact .list-container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .contact .group {
        font-size: 14px;
        border-radius: 6px;
    }

    .contact .group:hover .icon {
        transform: translateY(0);
    }
}

@media (max-width:430px) {
    .contact {
        padding: 50px 0 65px;
    }

    .contact .group .icon {
        width: 55px;
        height: 55px;
        margin: 0 auto 12px;
    }

    .contact .group h4 {
        margin-bottom: 9px;
    }

    .contact .group a {
        margin-top: 11px;
    }
}




.service {
    padding: 86px 0 99px;
    background: #f3f6f8;
}

.service .theme-inner-title {
    margin-bottom: 44px;
}

.service .list-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 39px;
}

.service .group {
    display: flex;
    align-items: flex-start;
    padding: 55px 43px 96px 51px;
    border-radius: 15px;
    background: #fff;
}

.service .group .icon {
    width: 70px;
    height: 60px;
    transition: all ease-in-out .3s;
    background-position: top left;
}

.service .group:hover .icon {
    transform: translateY(-7px);
}

.service .group .text {
    width: calc(100% - 114px);
    margin-left: auto;
}

.service .group .text h4 {
    font-size: 26px;
    margin-bottom: 25px;
}

.service .group .text p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}




@media (max-width:1300px) {
    .service {
        padding: 75px 0 99px;
    }
    
    .service .list-container {
        gap: 20px;
    }

    .service .group {
        padding: 50px 30px 80px;
        border-radius: 8px;
    }

    .service .group .icon {
        width: 50px;
        height: 50px;
    } 

    .service .group .text {
        width: calc(100% - 70px);
    }
    
    .service .group .text h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .service .group .text p {
        font-size: 15px;
    }
}

@media (max-width:1200px) {
    .service {
        padding: 70px 0 100px;
    }

    .service .list-container {
        gap: 15px;
    }

    .service .group {
        padding: 40px 20px 60px;
        border-radius: 6px;
    }

    .service .group .icon {
        width: 40px;
        height: 40px;
    } 

    .service .group .text {
        width: calc(100% - 60px);
    }
    
    .service .group .text h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service .group .text p {
        font-size: 14px;
        line-height: 27px;
    }
}

@media (max-width:768px) {
    .service {
        padding: 55px 0 70px;
    }

    .service .theme-inner-title {
        margin-bottom: 40px;
    }

    .service .list-container {
        grid-template-columns: 1fr;
    }

    .service .group {
        padding: 37px 15px 50px;
        box-shadow: 0px 0px 5px 1px #eee;
    }

    .service .group .icon {
        width: 35px;
        height: 35px;
    }

    .service .group .text {
        width: calc(100% - 50px);
    }

    .service .group .text h4 {
        font-size: 16px;
    }

    .service .group .text p {
        font-size: 13px;
        line-height: 26px;
    }
}




.message {
    padding: 79px 0 115px;
}

.message .theme-inner-title {
    margin-bottom: 68px;
}

.message .form .group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 37px;
}

.message .form .group:nth-child(2) {
    display: block;
}

.message .form .group:not(:last-child) {
    margin-bottom: 39px;
}

.message .form p {
    color: #000;
    font-size: 16px;
    padding-left: 27px;
    margin-bottom: 16px;
} 

.message .form input,
.message .form textarea {
    color: #666;
    font-size: 16px;
    font-family: 'Arial';
    width: 100%;
    padding-left: 27px;
    padding-right: 27px;
    border-radius: 6px;
    background: #f3f6f8;
}

.message .form input {
    height: 60px;
}

.message .form textarea {
    height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.message .form .group:nth-child(3) .label {
    position: relative;
}

.message .form .group:nth-child(3) input {
    padding-right: 180px;
}

.message .form .group:nth-child(3) .captcha {
    width: 160px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 6px 6px 0;
}

.message .form button {
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin-top: auto;
    border-radius: 6px;
    transition: all ease-in-out .3s;
    background: var(--theme-color);
}

.message .form button:hover {
    background: var(--theme-touch-color);
}




@media (max-width:1300px) {
    .message {
        padding: 75px 0 100px;
    }

    .message .theme-inner-title {
        margin-bottom: 50px;
    } 

    .message .form p {
        font-size: 15px;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .message .form input, .message .form textarea {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 5px;
    }

    .message .form input {
        height: 55px;
    } 

    .message .form textarea {
        padding-top: 15px;
    }

    .message .form .group:nth-child(3) .captcha {
        height: 55px;
    }

    .message .form button {
        font-size: 18px;
        height: 55px;
        border-radius: 5px;
    }
}

@media (max-width:1200px) {
    .message .form {
        border-radius: 6px;
    }

    .message .form .group {
        gap: 0 20px;
    }

    .message .form .group:not(:last-child) {
        margin-bottom: 30px;
    }

    .message .form button {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .message {
        padding: 70px 0 80px;
    }

    .message .form p {
        margin-bottom: 6px;
    }

    .message .form .group {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .message .form .group:nth-child(3) {
        gap: 35px;
    }

    .message .form .group:not(:last-child) {
        margin-bottom: 15px;
    }

    .message .form input, .message .form textarea {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:768px) {
    .message {
        padding: 50px 0 70px;
    }

    .message .theme-inner-title {
        margin-bottom: 35px;
    } 

    .message .form input {
        height: 50px;
    }

    .message .form textarea {
        height: 140px;
    }

    .message .form .group:nth-child(3) input {
        padding-right: 130px;
    }

    .message .form .group:nth-child(3) .captcha {
        width: 120px;
        height: 50px;
    }

    .message .form button {
        font-size: 15px;
        height: 50px;
    }
}

@media (max-width:430px) {
    .message {
        padding: 50px 0 60px;
    }

    .message .form p {
        font-size: 14px;
    }
}




.style {
    padding-top: 74px;
}

.style .list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 39px;
}

.style .group .img {
    height: 350px;
    border-radius: 10px;
    margin-bottom: 36px;
}

.style .group p {
    font-size: 18px;
    text-align: center;
    transition: all .3s;
}

.style .group:hover p {
    color: var(--theme-color);
}

.style .page {
    padding: 85px 0;
}




@media (max-width:1300px) {
    .style {
        padding-top: 75px;
    }

    .style .list-container {
        gap: 35px 15px;
    }
    
    .style .group .img {
        height: 320px;
        border-radius: 7px;
        margin-bottom: 20px;
    }

    .style .group p {
        font-size: 16px;
    }

    .style .page {
        padding: 55px 0 75px;
    } 
}

@media (max-width:1200px) {
    .style {
        padding-top: 65px;
    }

    .style .list-container {
        gap: 30px 10px;
    }
    
    .style .group .img {
        height: 300px;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .style .group p {
        font-size: 16px;
    }

    .style .page {
        padding: 55px 0 75px;
    } 
}

@media (max-width:991px) {
    .style .list-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .style .group p {
        font-size: 15px;
    }
}

@media (max-width:430px) {
    .style {
        padding-top: 55px;
    }

    .style .list-container {
        grid-template-columns: 1fr;
        gap: 20px 0;
    }

    .style .group .img {
        height: 240px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .style .group p {
        font-size: 14px;
    }

    .style .page {
        padding: 40px 0 55px;
    }
}




.branch {
    padding: 84px 0 74px;
}

.branch .theme-inner-title {
    margin-bottom: 35px;
}




@media (max-width:1300px) {
    .branch {
        padding: 65px 0 70px;
    }
}

@media (max-width:768px) {
    .branch {
        padding: 55px 0;
    }

    .branch .theme-inner-title {
        margin-bottom: 30px;
    }
}

@media (max-width:430px) {
    .branch {
        padding: 60px 0 45px;
    }

    .branch .theme-inner-title {
        margin-bottom: 25px;
    }
}




.about {
    padding: 84px 0 79px;
}

.about .item {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.about .theme-inner-title {
    margin-bottom: 34px;
}

.about .letters-mask {
    position: absolute;
    height: 100%;
    top: 0;
    right: -68px;
    z-index: -1;
}




@media (max-width:1400px) {
    .about .item {
        padding: 0 15px;
    }

    .about .letters-mask {
        right: 15px;
    }
}

@media (max-width:1300px) {
    .about {
        padding: 65px 0 75px;
    }    
}

@media (max-width:991px) {
    .about {
        padding: 60px 0 70px;
    }    

    .about .theme-inner-title {
        margin-bottom: 30px;
    }

    .about .letters-mask {
        display: none;
    }
}

@media (max-width:430px) {
    .about {
        padding: 55px 0;
    }    

    .about .theme-inner-title {
        margin-bottom: 25px;
    }
}




.about-big-picture {
    max-width: 1920px;
    margin: 0 auto;
}

.about-big-picture img {
   width: 100%;
}




.course {
    padding: 88px 0 97px;
    background: #f3f6f8;
}

.course .theme-inner-title {
    margin-bottom: 66px;
}

.course .thumb-slide {
    margin-bottom: 49px;
    position: relative;
}

.course .thumb-slide::after {
    content: '';
    width: 100%;
    height: 1px;
    top: 1px;
    left: 0;
    background: #dcdcdc;
}

.course .thumb-slide .swiper-slide {
    text-align: center;
}

.course .thumb-slide .year {
    color: #333;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    padding-top: 13px;
    position: relative;
}

.course .thumb-slide .year::after {
    content: '';
    width: 0;
    height: 3px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    background: var(--theme-color);
}

.course .thumb-slide .swiper-slide.active .year::after {
    width: 100%;
}

.course .gallery-slide .swiper-slide {
    height: auto;
    padding: 44px 35px 170px;
    border-radius: 15px;
    background: #fff;
}

.course .gallery-slide span {
    color: var(--theme-color);
    font-size: 42px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

.course .gallery-slide .text {
    color: #333;
    font-size: 18px;
    line-height: 30px;
}




@media (max-width:1300px) {
    .course .theme-inner-title {
        margin-bottom: 45px;
    }

    .course .gallery-slide .swiper-slide {
        padding: 30px 25px 160px;
        border-radius: 10px;
    }

    .course .thumb-slide .year {
        font-size: 20px;
    }

    .course .gallery-slide span {
        font-size: 32px;
    }
    
    .course .gallery-slide .text {
        font-size: 15px;
        line-height: 28px;
    }
}

@media (max-width:1200px) {
    .course .gallery-slide span {
        font-size: 30px;
    }
}

@media (max-width:991px) {
    .course {
        padding: 70px 0 97px;
    } 

    .course .theme-inner-title {
        margin-bottom: 35px;
    }

    .course .gallery-slide .swiper-slide {
        border-radius: 6px;
    }

    .course .gallery-slide span {
        font-size: 28px;
    }

    .course .thumb-slide .year {
        font-size: 18px;
    }

    .course .gallery-slide .text {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width:430px) {
    .course {
        padding: 55px 0 65px;
    }

    .course .thumb-slide {
        margin-bottom: 25px;
    }

    .course .thumb-slide .year {
        font-size: 16px;
        padding-top: 12px;
    }

    .course .gallery-slide .swiper-slide {
        padding: 25px 15px 120px;
        border-radius: 5px;
    }

    .course .gallery-slide span {
        font-size: 24px;
    }

    .course .gallery-slide .text {
        font-size: 13px;
        line-height: 24px;
    }
}




.honor {
    padding: 65px 0 87px;
}

.honor .theme-inner-title {
    margin-bottom: 40px;
}

.honor-slide .swiper-wrapper {
    margin-bottom: 58px;
}

.honor-slide .swiper-slide {
    border-radius: 15px;
    background: #f3f6f8;
}

.honor-slide .swiper-slide .img {
    height: 370px;
    padding: 30px;
    border-bottom: 1px solid #dae1e4;
}

.honor-slide .swiper-slide p {
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 90px;
    height: 90px;
    padding: 0 15px;
    transition: all .3s;
}

.honor-slide .swiper-slide:hover p {
    color: var(--theme-color);
}

.honor-slide .around-btn {
    position: relative;
}

.honor-slide .around-btn::before,
.honor-slide .around-btn::after {
    content: '';
    width: 42.16%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #e5e5e5;
}

.honor-slide .around-btn::before {
    left: 0;
}

.honor-slide .around-btn::after {
    right: 0;
}

.honor-slide .around-btn .swiper-button-prev {
    margin-right: 35px;
}




@media (max-width:1400px) {
    .honor-slide .swiper-slide {
        border-radius: 8px;
    }

    .honor-slide .swiper-slide .img {
        height: 340px;
    }

    .honor-slide .swiper-slide p {
        font-size: 16px;
        line-height: 70px;
        height: 70px;
    } 

    .honor-slide .around-btn .swiper-button-prev  {
        margin-right: 20px;
    }
}

@media (max-width:991px) {
    .honor {
        padding: 65px 0;
    }

    .honor-slide .swiper-slide p {
        font-size: 15px;
    }

    .honor-slide .around-btn .swiper-button-prev {
        margin-right: 15px;
    }
}

@media (max-width:768px) {
    .honor-slide .swiper-wrapper {
        margin-bottom: 40px;
    }

    .honor-slide .swiper-slide {
        border-radius: 6px;
    }

    .honor-slide .swiper-slide .img {
        height: 280px;
        padding: 15px;
    }

    .honor-slide .swiper-slide p {
        font-size: 14px;
        line-height: 60px;
        height: 60px;
    }
    
    .honor-slide .around-btn::before, .honor-slide .around-btn::after {
        display: none;
    }
}

@media (max-width:430px) {
    .honor {
        padding: 45px 0;
    }

    .honor .theme-inner-title {
        margin-bottom: 35px;
    }

    .honor-slide .swiper-wrapper {
        margin-bottom: 35px;
    }

    .honor-slide .swiper-slide .img {
        height: 200px;
    }
}




.banner .banner-content-container {
    width: 100%;
    position: absolute;
    top: 279px;
    left: 0;
    z-index: 88;
}

.banner .content {
    max-width: 1400px;
    margin: 0 auto;
}

.banner .content h4 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 54px;
}

.banner .swiper-pagination {
    text-align: left;
    position: static;
}

.banner .swiper-pagination-bullet {
    width: 48px;
    height: 5px;
    margin: 0 10px 0 0!important;
    border-radius: 0;
    background: rgba(255 , 255 , 255 , .6);
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}




@media (max-width:1400px) {
    .banner .content {
        padding: 0 15px;
    }
}

@media (max-width:1300px) {
    .banner .banner-content-container {
        top: 140px;
    }

    .banner .content h4 {
        font-size: 30px;
        margin-bottom: 35px;
    }
}

@media (max-width:991px) {
    .banner .content h4 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .banner .swiper-pagination-bullet {
        width: 42px;
        height: 4px;
    }
}

@media (max-width:768px) {
    .banner .content h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .banner .swiper-pagination-bullet {
        width: 35px;
        height: 3px;
    }
}




.index-about {
    overflow: hidden;
    padding: 96px 0 191px;
    background-image: url(../images/iabbg.jpg);
}

.index-about .content {
    width: 41.43%;
    padding-top: 103px;
}

.index-about .content .theme-inner-title {
    margin-bottom: 27px;
}

.index-about .content .theme-article-content {
    font-size: 16px;
    margin-bottom: 39px;
}

.index-about .picture {
    width: 56.65%;
    margin-left: auto;
    margin-right: -95px;
}




@media (max-width:1400px) {
    .index-about .picture {
        margin-right: 0;
    }
}

@media (max-width:1300px) {
    .index-about .content .theme-article-content {
        font-size: 15px;
    }
}

@media (max-width:991px) {
    .index-about {
        padding: 80px 0 150px;
    }

    .index-about .content {
        width: 100%;
        padding-top: 0;
        margin-bottom: 45px;
    }

    .index-about .content .theme-inner-title {
        margin-bottom: 10px;
    }

    .index-about .content .theme-article-content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .index-about .picture {
        text-align: center;
        width: 100%;
    }
}

@media (max-width:768px) {
    .index-about {
        padding: 55px 0 120px;
    }
}

@media (max-width:430px) {
    .index-about {
        padding: 55px 0 85px;
    }

    .index-about .content {
        margin-bottom: 35px;
    }

    .index-about .content .theme-article-content {
        font-size: 13px;
        line-height: 26px;
    }
}




.index-estate {
    overflow: hidden;
    padding: 62px 0 73px;
}

.index-estate .theme-inner-title {
    text-align: center;
    margin-bottom: 46px;
}

.index-estate-slide {
    max-width: 1300px;
    margin: 0 auto;
    overflow: visible;
}

.index-estate-slide .swiper-wrapper {
    margin-bottom: 55px;
}

.index-estate-slide .swiper-slide {
    height: 690px;
    position: relative;
}

.index-estate-slide .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255 , 255 , 255 , .8);
}

.index-estate-slide .swiper-slide-active::after {
    display: none;
}

.index-estate-slide .content {
    color: #fff;
    width: 36.93%;
    display: none;
    padding: 26px 45px 114px;
    position: absolute;
    right: 45px;
    bottom: 0;
    background: rgba(0, 154, 254, .9);
}

.index-estate-slide .swiper-slide-active .content {
    display: block;
}

.index-estate-slide .content h4 {
    font-size: 28px;
    padding-bottom: 19px;
    margin-bottom: 21px;
    border-bottom: 1px solid rgba(255 , 255 , 255 , .5);
}

.index-estate-slide .content .text {
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    line-clamp: 4;
	-webkit-line-clamp: 4;
    margin-bottom: 30px;
    min-height: 120px;
}

.index-estate-slide .content .learn-more {
    border: 2px solid #fff;
    position: relative;
    z-index: 55;
    background: transparent;
}

.index-estate-slide .content .learn-more::after {
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all  .3s;
    background: var(--theme-color);
}

.index-estate-slide .content .learn-more:hover::after {
    width: 100%;
}




@media (max-width:1300px) {
    .index-estate {
        padding: 55px 0 65px;
    }

    .index-estate .theme-inner-title {
        margin-bottom: 35px;
    }

    .index-estate-slide {
        max-width: 1000px;
    }

    .index-estate-slide .swiper-wrapper {
        margin-bottom: 40px;
    }

    .index-estate-slide .swiper-slide {
        height: 550px;
    }

    .index-estate-slide .content {
        width: 45%;
        padding: 25px 20px 60px;
        position: absolute;
        right: 30px;
    }

    .index-estate-slide .content h4 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 14px;
    }

    .index-estate-slide .content .text {
        font-size: 14px;
        line-height: 28px;
        min-height: 112px;
    }
}

@media (max-width:991px) {
    .index-estate {
        padding: 50px 15px 65px;
    }

    .index-estate .theme-inner-title {
        margin-bottom: 30px;
    }

    .index-estate-slide {
        max-width: 100%;
        overflow: hidden;
    }

    .index-estate-slide .swiper-slide {
        height: 500px;
    }

    .index-estate-slide .content {
        width: 60%;
        padding: 20px 15px 50px;
        right: 15px;
    }

    .index-estate-slide .content h4 {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .index-estate-slide .content .text {
        font-size: 13px;
        line-height: 26px;
        min-height: 104px;
    }
}

@media (max-width:430px) {
    .index-estate {
        padding: 50px 15px 50px;
    }
    
    .index-estate-slide .swiper-wrapper {
        margin-bottom: 30px;
    }

    .index-estate-slide .content {
        width: 100%;
        left: 0;
        right: auto;
    }
}




.index-news {
    padding: 8px 0 50px;
    margin-bottom: 66px;
    background-image: url(../images/inewsbg.png);
}

.index-news .theme-inner-title {
    text-align: center;
    margin-bottom: 47px;
}

.index-news-slide .swiper-slide {
    height: auto;
    overflow: hidden;
    position: relative;
    background: #f3f6f8;
}

.index-news-slide .swiper-wrapper {
    margin-bottom: 56px;
}

.index-news-slide .img {
    height: 300px;
}

.index-news-slide h4 {
    font-size: 20px;
    line-height: 34px;
    min-height: 102px;
}

.index-news-slide .content {
    padding: 33px;
}

.index-news-slide .content h4 {
    color: #222;
    margin-bottom: 53px;
}

.index-news-slide .content .time {
    color: #888;
    font-size: 16px;
    display: flex;
    align-items: first baseline;
}

.index-news-slide .content .time i {
    line-height: 1;
    display: block;
    margin-left: auto;
}

.index-news-slide .article-mask {
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 49px 30px 56px;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all ease-in-out .3s;
    background: var(--theme-color);
}

.index-news-slide .swiper-slide:hover .article-mask {
    bottom: 0;
}

.index-news-slide .article-mask span {
    display: block;
    margin-bottom: 31px;
}

.index-news-slide .article-mask h4 {
    text-decoration: underline;
    margin-bottom: 27px;
}

.index-news-slide .article-mask p {
    line-height: 30px;
}

.index-news-slide .article-mask i {
    position: absolute;
    left: 30px;
    bottom: 36px;
}




@media (max-width:1300px) {
    .index-news {
        padding: 8px 0 45px;
        margin-bottom: 50px;
    }

    .index-news .theme-inner-title {
        margin-bottom: 35px;
    }

    .index-news-slide .swiper-wrapper {
        margin-bottom: 40px;
    }

    .index-news-slide .content {
        padding: 25px 20px;
    } 

    .index-news-slide h4 {
        font-size: 17px;
        line-height: 30px;
        min-height: 90px;
    } 

    .index-news-slide .content .time {
        font-size: 15px;
    }

    .index-news-slide .article-mask {
        font-size: 15px;
        padding: 35px 20px 56px;
    }

    .index-news-slide .article-mask span {
        margin-bottom: 25px;
    }
    
    .index-news-slide .article-mask i {
        left: 20px;
    }
}

@media (max-width:991px) {
    .index-news {
        padding: 0 0 20px;
        margin-bottom: 25px;
    }

    .index-news-slide .img {
        height: 280px;
    }

    .index-news-slide .content {
        padding: 30px 15px;
    }

    .index-news-slide h4 {
        font-size: 16px;
        line-height: 26px;
        min-height: 78px;
    }

    .index-news-slide .content h4 {
        margin-bottom: 35px;
    }

    .index-news-slide .article-mask {
        font-size: 14px;
        padding: 30px 15px 50px;
    } 

    .index-news-slide .article-mask i {
        left: 15px;
    }

    .index-news-slide .article-mask p {
        line-height: 26px;
    }
}

@media (max-width:430px) {
    .index-news-slide .img {
        height: 240px;
    }

    .index-news .theme-inner-title {
        margin-bottom: 30px;
    }

    .index-news-slide .swiper-wrapper {
        margin-bottom: 30px;
    }
}