.inner-banner{
    width: 100%;
    height: 340px;
    background-color: #eeeeee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
}
.inner-banner-word{
    padding-top: 100px;
    color: #ffffff;
}
.inner-banner-word h1{
    font-size: 36px;
}
.inner-banner-word h4{
    margin-top: 8px;
    font-size: 20px;
    text-transform: capitalize;
    opacity: .77;
}
.inner-navs-content-cont{
    height: 100%;
}
.inner-navs-all{
    margin-top: -88px;
    height: 88px;
    border-bottom: 1px solid #eeeeee;
}
.inner-navs-all-m{
    display: none;
}
.inner-navs-content{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.inner-navs-content li{
    height: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
}
.inner-navs-content li:last-child{
    border-right: none;
}
.inner-navs-content li a{
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #eeeeee;
    transition: .3s ease-in-out;
    font-weight: bold;
}
.inner-navs-content li a img{
    width: 36px;
    margin-bottom: 4px;
}
.inner-navs-content li a span{
    font-size: 28px;
    color: #333333;
    transition: .3s ease-in-out;
}
.inner-navs-content li a:hover{
    color: var(--primary-color);
    background-color: var(--primary-light-hover-color);
}
.inner-navs-content li a:hover span{
    color: var(--primary-color);
}
.inner-navs-content li:last-child a{
    border-right: none;
}
.about-content-all{
    padding: 64px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about-content-w{
    width: 48%;
}
.about-content-title{
    font-size: 24px;
    margin-bottom: 24px;
    color: #333333;
    position: relative;
}
.about-content-title::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    border: 3px solid var(--secondary-color);
    box-sizing: border-box;
    transition: .3s ease-in-out;
}
.about-content-article{
    line-height: 28px;
    font-size: 15px;
    color: #666666;
    text-align: justify;
}
.about-content-img{
    width: 100%;
}
.about-content-img img{
    width: 100%;
}
.about-content-product{
    width: 100%;
    margin-top: 24px;
}
.about-content-product li{
    cursor: default;
    width: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 16px;
    box-sizing: border-box;
    /* border: 1px solid #eeeeee;
    background-color: #ffffff; */
    color: #333333;
    font-size: 14px;
    margin-right: 16px;
    margin-bottom: 12px;
    transition: .3s ease-in-out;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, .08); */
}
.about-content-product li:hover{
    transform: translateY(-4px);
}
.about-content-product li img{
    margin-bottom: 4px;
    width: 48px;
}
.about-cor-content-w{
    width: 100%;
    height: 200px;
}
.about-cor-single{
    width: 50%;
    height: 100%;
}
.about-cor-img{
    display: block;
}
.about-cor-content-w:hover .about-cor-single-img{
    background-size: 105%;
    opacity: 1;
    filter: grayscale(0);
}
.about-cor-single-img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #eeeeee;
    overflow: hidden;
    transition: .3s ease-in-out;
    opacity: .5;
    filter: grayscale(0.5);
}
.about-cor-single-content{
    padding: 36px 36px;
    height: 100%;
    box-sizing: border-box;
    background-color: #f8f8f8;
    cursor: default;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.about-cor-icon{
    position: absolute;
    font-size: 200px !important;
    opacity: .04;
    bottom: -20px;
    right: 0px;
    pointer-events: none;
}
.about-cor-content-w:hover .about-cor-single-content{
    padding-left: 48px;
}
.about-cor-single-content h2{
    font-size: 24px;
    color: #333333;
}
.about-cor-single-content h5{
    width: 64px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 16px 0;
}
.about-cor-single-content p{
    font-size: 15px;
    color: #666666;
}
.inner-left-content{
    width: 280px;
    display: block;
}
.inner-product-content{
    width: 880px;
}
.inner-product-all{
    padding: 64px 0;
    background-color: #f8f8f8;
}
.inner-product-title{
    font-size: 24px;
    color: #333333;
    margin-bottom: 24px;
}
.inner-product-single{
    width: 32.6%;
    margin-right: 1%;
    margin-bottom: 10px;
    height: 280px;
    transition: .3s ease-in-out;
    background-color: #ffffff;
}
.inner-product-single:nth-child(3n){
    margin-right: 0;
}
.inner-product-single:hover{
    transform: translateY(-8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
}
.inner-product-single:hover .product-content-single-img img{
    transform: scale(1.05);
}
.inner-product-single:hover .product-content-single-title span{
    transform: translateX(8px);
}
.inner-left-single{
    margin-bottom: 48px;
}
.inner-left-title{
    font-size: 16px;
    color: #ffffff;
    background-color: var(--primary-color);
    padding: 16px;
    box-sizing: border-box;
}
.inner-left-content-list{
    background-color: #ffffff;
    overflow: hidden;
}
.inner-left-content li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.inner-left-content li p{
    font-size: 14px;
    color: #333333;
    padding-left: 16px;
    font-weight: bold;
    min-width: 80px;
    box-sizing: border-box;
    text-align-last: justify;
}
.inner-left-content li a{
    /* min-width: 200px; */
    color: #999999;
    font-size: 14px;
    display: block;
    padding: 8px;
    transition: .3s ease-in-out;
    background-color: #ffffff;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* word-break: break-all; */
}
.inner-left-content li img{
    width: 108px;
    height: 88px;
    padding: 10px 10px;
    box-sizing: border-box;
    object-fit: cover;
}
.inner-left-content li:hover a{
    transform: translateX(4px);
    /* background-color: #f8f8f8; */
}
.inner-left-content li:last-child{
    border-bottom: none;
}
.news-list-all{
    width: 100%;
}
.news-single-content{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.inner-news-single-img{
    width: 35%;
    height: 200px;
    background-color: #eeeeee;
    overflow: hidden;
}
.inner-news-single-img img{
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
}
.news-single-content:hover .inner-news-single-img img{
    transform: scale(1.05);
}
.inner-news-single-article{
    height: 200px;
    box-sizing: border-box;
    padding: 36px 28px;
    width: 65%;
    background-color: #ffffff;
    position: relative;
}
.inner-news-single-article::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    transition: .3s ease-in-out;
    border-width: 10px;
    border-style: solid;
    border-color: transparent var(--primary-color) var(--primary-color) transparent;
}
.news-single-content:hover .inner-news-single-article::after{
    border-width: 14px;
}
.inner-news-single-article h3{
    color: #333333;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.inner-news-single-article p{
    margin-top: 16px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    text-align: justify;
}
.inner-news-single-article h5{
    margin-top: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}
.address-map{
  border: 1px solid #eeeeee;
  margin-top: 24px;
  width: 1200px;
  height: 400px;
}
.contact-list-all{
    width: 100%;
}
.contact-single{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex: 1;
    background-color: #ffffff;
    padding: 24px 16px;
    border-right: 1px solid #eeeeee;
    transition: .3s ease-in-out;
    cursor: pointer;
    height: 208px;
}
.contact-single:hover{
    transform: translateY(-4px);
    box-shadow: 0 60px 40px -40px rgba(0, 0, 0, .16);
}
.contact-single:last-child{
    border-right: none;
}
.contact-single h4{
    font-size: 15px;
    font-weight: normal;
    color: #666666;
    margin-top: 16px;
}
.contact-single h2{
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    text-align: center;
}
.contact-single .iconfont{
    font-size: 72px;
    color: var(--primary-color);
    margin: 16px 0;
    transition: .3s ease-in-out;
    line-height: normal;
    /* -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; */
}
.contact-single:hover .iconfont{
    transform: translateY(-4px);
    text-shadow: 0 4px 0 rgba(0, 0, 0, .16);
    /* -webkit-animation-name: bounceAni;
    animation-name: bounceAni; */
}
.contact-single img{
    width: 108px;
    margin: 16px 0;
}
.online-list-all{
    width: 72%;
    padding: 24px 36px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.online-list-single{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.online-list-single p{
    font-size: 15px;
    color: #333333;
    min-width: 64px;
    text-align-last: justify;
}
.online-list-single input{
    box-sizing: border-box;
    margin-left: 28px;
    font-size: 15px;
    color: #333333;
    border: none;
    border: 1px solid #eeeeee;
    min-width: 470px;
    height: 48px;
    outline: none;
    transition: .3s ease-in-out;
    padding-left: 16px;
}
.online-list-single input:focus{
    border-color: var(--primary-color);
}
.online-list-single input::placeholder{
    color: #cccccc;
}
.online-list-single textarea{
    box-sizing: border-box;
    margin-left: 28px;
    font-size: 15px;
    color: #333333;
    border: none;
    border: 1px solid #eeeeee;
    min-width: 470px;
    min-height: 240px;
    outline: none;
    transition: .3s ease-in-out;
    padding: 16px;
}
.online-list-single textarea:focus{
    border-color: var(--primary-color);
}
.block-decoration{
    width: 100%;
    height: 48px;
    background-color: var(--primary-color);
}
.confirm-btn{
    width: 470px;
    border: none;
    background-color: var(--primary-color);
    height: 44px;
    font-size: 15px;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.confirm-btn:hover{
    transform: translateY(-4px);
}
.inner-detail-list-all{
    width: 100%;
    margin-bottom: 16px;
}
.inner-detail-list-all p{
    color: #999999;
    font-size: 14px;
    margin-right: 24px;
}
.inner-detail-content{
    background-color: #ffffff;
    padding: 20px 28px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: justify;
}
.inner-detail-content img{
    width: 60%;
}
.inner-detail-content p,
.inner-detail-content span,
.inner-detail-content img{
    display: block;
    margin-bottom: 12px;
}
.inner-detail-btns{
    width: 100%;
    margin-top: 24px;
    display: block;
}
.inner-detail-btns a{
    /*font-size: 15px;*/
    /*color: #ffffff;*/
    /*padding: 12px 28px;*/
    /*background-color: var(--secondary-color);*/
}
.consult-all{
    background-color: #faf8f5;
    padding: 64px 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.consult-all-title{
    
}
.consult-all-title h2{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.consult-all-title h4{
    margin-top: 8px;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    font-weight: normal;
}
.title-con-line{
    margin-top: 8px;
    height: 4px;
    width: 64px;
    background-color: var(--primary-color);
}
.consult-all-content{
    width: 100%;
    margin-top: 48px;
}
.consult-content-single{
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.consult-content-single:hover .consult-content-single-img{
    transform: translateY(-8px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, .08);
}
.consult-content-single-img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 24px;
    transition: .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.consult-content-single-img img{
    width: 72%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.consult-content-single:hover .consult-content-single-img img{
    -webkit-animation-name: bounceAni;
    animation-name: bounceAni;
}
.consult-content-single-word{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.consult-contact-all{
    margin-top: 60px;
}
.consult-contact-left h2{
    font-size: 22px;
    color: #333333;
    text-align: center;
}
.consult-contact-left p{
    margin-top: 24px;
    height: 4px;
    width: 120px;
    background-color: #333333;
}
.consult-contact-left h4{
    margin-top: 24px;
    font-size: 32px;
    color: var(--primary-color);
    text-align: center;
}
.consult-contact-btn-all{
    margin-top: 48px;
}
.consult-contact-btn{
    padding: 16px 36px;
    background-color: var(--primary-color);
    color: #ffffff;
    transition: .3s ease-in-out;
}
.consult-contact-btn:hover{
    transform: translateY(-4px);
}



@media(max-width: 640px){
    .inner-banner{
        height: 160px;
        margin-top: 44px;
    }
    .inner-banner-word{
        padding-top: 20px;
    }
    .about-content-w{
        width: 100%;
    }
    .about-content-product li{
        margin-right: 0;
        width: 114px;
        padding: 8px;
    }
    .about-cor-content-w{
        border-bottom: 1px solid #eeeeee;
    }
    .about-cor-content-w:last-child{
        border-bottom: none;
    }
    .about-cor-single{
        width: 100%;
    }
    .about-cor-img{
        display: none;
    }
    .inner-navs-all{
        display: none;
    }
    .inner-navs-all-m{
        display: block;
        position: relative;
    }
    .inner-navs-m-click{
        padding: 16px;
        box-sizing: border-box;
        background-color: var(--primary-color);
        color: #ffffff;
    }
    .inner-navs-m-click-word{
        font-size: 15px;
    }
    .inner-navs-m-click span{
        font-size: 18px;
    }
    .inner-navs-m-list{
        position: absolute;
        top: 120px;
        width: 100%;
        background-color: #f8f8f8;
        transition: .3s ease-in-out;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
    }
    .inner-navs-m-list li{
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }
    .inner-navs-m-list li a{
        display: block;
        font-size: 14px;
        color: #333333;
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    .inner-navs-m-list-active{
        top: 60px;
        opacity: 1;
        visibility: visible;
    }
    .inner-product-single{
        width: 100%;
        margin-right: 0;
    }
    .inner-left-content {
        display: none;
    }
    .inner-product-content{
        width: 100%;
    }
    .inner-news-single-img{
        display: none;
    }
    .inner-news-single-article{
        width: 100%;
        position: relative;
    }
    .contact-list-all{
        flex-wrap: wrap;
    }
    .contact-single{
        height: 160px;
        width: 100%;
        flex: auto;
        border-right: none;
        border-bottom: 1px solid #eeeeee;
    }
    .address-map{
        width: 100%;
    }
    .online-list-all{
        padding: 16px;
        width: 100%;
    }
    .online-list-single{
        flex-wrap: wrap;
    }
    .online-list-single p{
        text-align-last: auto;
    }
    .online-list-single input{
        margin-left: 0;
        margin-top: 16px;
        min-width: 100%;
        width: 100%;
    }
    .online-list-single textarea{
        margin-left: 0;
        margin-top: 16px;
        min-width: 100%;
        width: 100%;
    }
    .inner-detail-content{
        padding: 12px;
    }
    .inner-detail-content img{
        width: 100%;
    }
    .consult-content-single{
        width: 100%;
        margin-bottom: 24px;
    }
    .about-cor-content-w{
        height: 168px;
    }
    .about-cor-single-content{
        padding: 24px;
    }
    .about-cor-icon{
        font-size: 160px !important;
        opacity: .02;
        right: -20px;
    }
}