.site_logo .link {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.site_logo .link .site_logo-line {
    width: 1px;
    height: 36px;
    background-color: #fff;
    opacity: 0.4;
    margin-left: 30px;
    margin-right: 28px;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s
}

.mob-header-line {
    display: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    height: 68px;
    background-color: #fff;
    box-shadow: 0 0.1vw 0.62vw 0 rgba(0, 0, 0, 0.1)
}

.mob-header-line .site_logo {
    padding-left: 15px
}

.mob-header-line .site_logo .site_logo-line {
    background-color: #000 !important;
    margin: 0 15px
}

.mob-header-line .site_logo .link .site_logo-line {
    height: 25px
}

.mob-header-line .site_logo a:first-child img {
    width: 60px
}

.mob-header-line .site_logo a:last-child img {
    width: 30px
}

.mob-header-line .sub-nav2 {
    display: none
}

.mob-header-line .cl-logo {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100px;
    height: 100%;
    margin-left: 8%
}

.mob-header-line .cl-logo img {
    width: 100%
}

.mob-header-line .nav {
    display: inline-block;
    position: absolute;
    width: auto;
    border: none;
    top: 0;
    right: 0
}

.mob-header-line .nav .btn-nav {
    position: absolute;
    z-index: 9;
    padding: 15px 22px;
    top: 0;
    right: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer
}

.mob-header-line .nav .btn-nav .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    margin: 8px 0;
    background-color: #999;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.mob-header-line .nav .btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fca311
}

.mob-header-line .nav .btn-nav .middle {
    margin: 0 auto
}

.mob-header-line .nav-content {
    display: none;
    color: #333;
    position: fixed;
    text-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    cursor: default;
    z-index: 8;
    overflow-y: auto;
}
.mob-header-line .nav-content .language {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
.mob-header-line .nav-content .language a {
    width: 50%;
    height: 30px;
    line-height: 30px;
}
.mob-header-line .nav-content .language a:nth-child(1) {
    border-right: 1px solid #000;
}
.mob-header-line .nav-content a {
    display: block;
    height: 45px;
    line-height: 45px;
    text-decoration: none
}

.mob-header-line .nav-content a:hover {
    background-color: #000;
    color: #fff
}

.mob-header-line .nav-content .nav-list {
    position: relative;
    padding: 0;
    top: 50%;
    list-style: none;
    width: 100%;
    transform: translateY(-50%)
}

.mob-header-line .nav-content .nav-list .nav-item:last-child {
    height: 50px
}

.mob-header-line .nav-content .nav-list .nav-item, .mob-header-line .nav-content .nav-list .nav-item2 {
    margin-top: 15px
}

.mob-header-line .nav-content .search-box {
    width: 100%
}

.mob-header-line .nav-content .search-box .form {
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.mob-header-line .nav-content .search-box .search-input {
    display: inline-block;
    border: 1px solid #999;
    width: 50%;
    height: 40px;
    overflow: hidden;
    margin-right: 10px
}

.mob-header-line .nav-content .search-box .search-input input {
    height: 100%;
    line-height: 100%;
    border: 0;
    width: 100%;
    padding: 0 5%
}

.mob-header-line .nav-content .search-box .search-btn {
    border: 0;
    background-color: transparent
}

.mob-header-line .animated {
    display: block;
    margin: 0 auto
}

.mob-header-line .animated:hover .icon-bar, .mob-header-line .animated:focus .icon-bar {
    background-color: #fca311
}

.mob-header-line .animated:focus {
    cursor: pointer
}

.mob-header-line .animated .icon-bar {
    background-color: #fca311 !important
}

.mob-header-line .animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg)
}

.mob-header-line .animated .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg)
}

.mob-header-line .animated .middle {
    width: 0 !important
}

.company_profile .map-pic img {
    width: 100%
}

.company_profile .circle {
    width: 10px;
    height: 10px
}

.company_profile .info {
    position: absolute;
    width: 150px;
    top: -30px;
    left: 40px;
    font-size: 14px;
    line-height: 1.3;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.company_profile .info.on {
    transform: translateY(0);
    opacity: 1
}

.company_profile .mark1 {
    position: absolute;
    top: 45%;
    right: 12%
}

.company_profile .mark2 {
    position: absolute;
    top: 51%;
    right: 14%
}

.company_profile .absn-h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 3.54167vw
}

.company_profile .absn-h4-p {
    margin-top: 2.39583vw;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.company_profile .absn-h5 {
    font-size: 18px;
    margin-top: 37px
}

.company_profile .absn-h5-p {
    line-height: 28px;
    margin-top: 5px;
    font-size: 15px;
    display: -webkit-box;
    /*overflow: hidden;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.bservice-section {
    padding-bottom: 91px
}

.bservice-section .service_h2 {
    padding-top: 133px;
    padding-bottom: 80px;
    text-align: center
}

.bservice-section .service-iconbox {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.bservice-section .service-iconbox .service-iconbox-tab {
    overflow: hidden;
    cursor: pointer
}

.bservice-section .service-iconbox .service-iconbox-tab .iconfont {
    font-size: 33px;
    color: #828080;
    display: inline-block
}

.bservice-section .service-iconbox .service-iconbox-tab.on .iconfont {
    color: #26903a
}

.bservice-section .service-linebox {
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 72px
}

.bservice-section .service-linebox .service-line1 {
    position: absolute;
    top: 50%;
    left: 2%;
    right: 2%;
    margin-top: -1px;
    height: 2px;
    width: 96%;
    background-color: #f2f2f2
}

.bservice-section .service-linebox .service-line2 {
    position: absolute;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
    top: 50%;
    left: 2%;
    right: 2%;
    margin-top: -1px;
    height: 2px;
    width: 0;
    background-color: #26903a
}

.bservice-section .service-linebox .dot-wrapper {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 0 10px
}

.bservice-section .service-linebox .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #C7C7C7;
    background-clip: content-box;
    cursor: pointer;
    position: relative
}

.bservice-section .service-linebox .dot span {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px
}

.bservice-section .service-linebox .dot.on {
    background-color: #26903a;
    display: block !important
}

.bservice-section .service-linebox .dot.circle {
    display: none
}

.bservice-section .service-linebox .dot.circle:after, .bservice-section .service-linebox .dot.circle:before {
    background-color: #26903a;
    animation-name: scale2
}

.bservice-section .service-body {
    position: relative;
    width: 432px;
    max-width: 100%;
    margin: 30px auto 0;
    line-height: 34px;
    text-align: center;
    font-size: 16px
}

.bservice-section .service-body .service-item {
    position: absolute;
    opacity: 0;
    height: 200px;
    background-color: #fff;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
    pointer-events: none
}

.bservice-section .service-body .service-item:first-child span {
    opacity: 0
}

.bservice-section .service-body .service-item.on {
    z-index: 2;
    opacity: 1;
    pointer-events: auto
}

.banner-swiper {
    position: relative
}

.banner-swiper .arrow-paging {
    display: flex;
    position: absolute;
    top: 65%;
    left: 160px;
    z-index: 999
}

.banner-swiper .arrow-left {
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 15px
}

.banner-swiper .arrow-left .iconfont {
    font-size: 16px;
    color: #fff
}

.banner-swiper .arrow-right {
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    z-index: 999;
    outline: none
}

.banner-swiper .arrow-right .iconfont {
    font-size: 16px;
    color: #fff
}

.header {
    position: relative;
    height: 100vh;
    font-size: 16px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center
}

.header .header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    will-change: transform;
    object-fit: cover
}

.header.subpage-header {
    max-height: 601px;
    height: 70vh;
    background-position: bottom center
}

.header .banner {
    width: 100%;
    object-fit: cover;
    height: inherit
}

.header .header-section {
    position: absolute;
    top: 0;
    left: 80px;
    right: 80px;
    bottom: 0;
    height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.header .header-center {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    text-align: center
}

.header .header-center.index-header-center {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0
}

.header .header-center .cm-svg-link {
    cursor: pointer;
    margin-top: 25px;
    display: block
}

.header .header-center .cm-svg {
    transition: all 1s
}

.header .header-center .cm-svg.on .em-rect, .header .header-center .cm-svg.on .em-text {
    animation: stroke 2s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.header .header-center .em-rect {
    stroke-dasharray: 408;
    stroke-dashoffset: 408;
    stroke: #fff;
    stroke-width: 2;
    transition: all 1s
}

.header .header-center .em-text {
    stroke-dashoffset: 200;
    stroke-dasharray: 200;
    stroke: #fff;
    stroke-width: 2;
    fill: transparent;
    transition: all 1s
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

.header .header-center .hec-h2 {
    font-size: 34px;
    height: 33px;
    padding-left: 80px;
    overflow: hidden;
    text-align: left;
    font-weight: bold
}

.header .header-center .hec-h2 a {
    position: relative;
    display: block
}

.header .header-center .hec-h2 div {
    will-change: transform
}

.header .header-center .hec-p {
    padding-left: 80px;
    margin-top: 1.5625vw;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-align: left
}

.header .header-footer {
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.header .header-footer .fup1 {
    height: 48px;
    overflow: hidden
}

.header .header-footer .fup2 {
    height: 100px;
    overflow: hidden
}

.header .header-footer .hef-position {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.header .header-footer .hef-position .hef-icon {
    font-size: 33px;
    margin-right: 24px
}

.header .header-footer .hef-position .heft-position-text {
    line-height: 18px
}

.header .header-footer .hef-mouseIcon {
    position: absolute;
    left: 50%;
    margin-left: -17px;
    animation: mouseIconAnimate 3s linear infinite;
    animation-direction: alternate;
    cursor: pointer;
    font-size: 34px
}

.header .header-footer .hef-info {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.header .header-footer .hef-info .hef-phoneIcon {
    font-size: 25px;
    margin-left: 24px
}

.top-line {
    position: fixed;
    cursor: default;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    -webkit-transition: transform 1s linear;
    -moz-transition: transform 1s linear;
    -ms-transition: transform 1s linear;
    -o-transition: transform 1s linear;
    transition: transform 1s linear;
    height: 85px
}

.top-line::before {
    content: "";
    position: absolute;
    z-index: 0;
    transform: translateY(-200%);
    opacity: 0;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    box-shadow: 0 7px 32px -12px rgba(192, 196, 204, 0.72);
    transform-origin: right center;
    left: 0;
    top: 0;
    transition: all 0.6s;
    background-color: #fff;
    width: 100%;
    height: 100%
}

.top-line .header-line {
    position: relative;
    z-index: 2;
    padding: 0 80px;
    height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.top-line .header-line .site_logo {
    height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.top-line .header-line .navbar {
    height: 100%;
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}
.top-line .header-line .lan {
    /*margin-left: 250px;*/
    position: relative;
    display: flex;
    align-items: center;
}
.top-line .header-line .lan a:nth-child(2){
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
    font-size: 16px;
    margin-left: 5px;
}
.top-line .header-line .lan svg {
    fill: #fff;
}
.top-line.fixed .header-line .lan a:nth-child(2){
    color: #282828;
}
.top-line.fixed .header-line .lan svg {
    fill: #282828;
}
.top-line .header-line .navbar .navbar-link-wrapper {
    height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    margin: 0 50px
}

.top-line .header-line .navbar .navbar-link-wrapper .navbar-link {
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff
}

.top-line .header-line .navbar .navbar-link-wrapper .navbar-link::before {
    content: "";
    width: 0%;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    height: 1px;
    position: absolute;
    bottom: -8px;
    background-color: #fff;
    left: 0
}

.top-line .header-line .navbar .navbar-link-wrapper .subnav {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 50%;
    opacity: 0;
    width: 214px;
    margin-left: -107px;
    transform: translate3d(0%, 20px, 0);
    transition: all 1s;
    pointer-events: none;
    border-radius: 6px;
    box-shadow: 0 7px 32px rgba(192, 196, 204, 0.72)
}

.top-line .header-line .navbar .navbar-link-wrapper .subnav::before {
    position: absolute;
    top: -8px;
    content: "";
    left: 0;
    right: 0;
    height: 11px
}

.top-line .header-line .navbar .navbar-link-wrapper .subnav::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 11px solid #fff;
    border-right: 11px dashed transparent;
    border-left: 11px dashed transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    z-index: 2
}

.top-line .header-line .navbar .navbar-link-wrapper .subnav .subnav-box {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 16px 0 21px
}

.top-line .header-line .navbar .navbar-link-wrapper .subnav .subnav-item {
    position: relative;
    z-index: 3;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    padding: 16px 0;
    background-color: #fff;
    color: #232323;
    transition: all 0.5s
}

.top-line .header-line .navbar .navbar-link-wrapper .subnav .subnav-item:first-child {
    padding: 27px 0 23px;
    border-bottom: 1px solid rgba(15, 15, 15, 0.12)
}

.top-line .header-line .navbar .navbar-link-wrapper .subnav .subnav-item:hover {
    color: #188734
}

.top-line .header-line .navbar .navbar-link-wrapper .subnav .subnav-item-figure {
    width: 224px;
    height: 168px;
    overflow: hidden;
    background-color: #F6F6F6;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.top-line .header-line .navbar .navbar-link-wrapper .subnav .subnav-item-img {
    width: 80%;
    object-fit: cover;
    max-height: 80%
}

.top-line .header-line .navbar .navbar-link-wrapper.on .navbar-link::before {
    width: 100%
}

.top-line .header-line .navbar .navbar-link-wrapper:hover .navbar-link::before {
    width: 100%
}

.top-line .header-line .navbar .navbar-link-wrapper:hover .subnav {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.top-line:hover .header-line .site_logo .link .site_logo-line {
    background-color: #282828
}

.top-line.fixed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.top-line.fixed::before {
    transform: translateY(0);
    opacity: 1
}

.top-line.fixed .header-line .site_logo .link .site_logo-line {
    background-color: #282828
}

.top-line.fixed .header-line .navbar .navbar-link-wrapper:hover .navbar-link::before {
    background-color: #282828
}

.top-line.fixed .header-line .navbar .navbar-link-wrapper.on .navbar-link::before {
    background-color: #282828
}

.top-line.fixed .header-line .navbar .navbar-link-wrapper .navbar-link {
    text-shadow: 0 0 0 transparent;
    color: #282828
}

.blog-header .header-line .site_logo .link .site_logo-line {
    background-color: #282828
}

.blog-header .header-line .navbar .navbar-link-wrapper.on .navbar-link::before, .blog-header .header-line .navbar .navbar-link-wrapper:hover .navbar-link::before {
    background-color: #282828
}

.blog-header .header-line .navbar .navbar-link-wrapper .navbar-link {
    text-shadow: 0 0 0 transparent;
    color: #282828
}

.footer {
    position: relative;
    background-color: #008C3F;
    padding-top: 115px;
    padding-bottom: 51px;
    color: #fff
}

.footer .footer-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 11.9084%;
    left: 14.63542%
}

.footer .footer-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: right bottom
}

.footer .footer-top {
    position: relative;
    z-index: 1;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.footer .footer-top .footer-left {
    -webkit-flex-basis: 25.4375%;
    -moz-flex-basis: 25.4375%;
    -ms-flex-basis: 25.4375%;
    -o-flex-basis: 25.4375%;
    flex-basis: 25.4375%
}

.footer .footer-top .footer-left .footer-h5 {
    font-size: 22px
}

.footer .footer-top .footer-left .footer-input-group {
    height: 64px;
    padding: 22px 0;
    border-bottom: 2px solid #fff
}

.footer .footer-top .footer-left .footer-input-group .inpt {
    height: 20px;
    background-color: transparent;
    width: calc(100% - 24px);
    font-size: 14px;
    font-family: Roboto_REGULAR, "微软雅黑", Arial, sans-serif;
    color: #fff
}

.footer .footer-top .footer-left .footer-input-group .inpt:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Roboto_REGULAR, "微软雅黑", Arial, sans-serif
}

.footer .footer-top .footer-left .footer-input-group .inpt:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Roboto_REGULAR, "微软雅黑", Arial, sans-serif
}

.footer .footer-top .footer-left .footer-input-group .inpt::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Roboto_REGULAR, "微软雅黑", Arial, sans-serif
}

.footer .footer-top .footer-left .footer-input-group .inpt-icon {
    font-size: 19px;
    cursor: pointer
}

.footer .footer-top .footer-left .footer-awrapper {
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.5)
}

.footer .footer-top .footer-left .footer-awrapper a {
    padding: 10px 8.35381% 10px 0;
    display: inline-block
}

.footer .footer-top .footer-left .footer-awrapper a:last-child {
    padding-right: 0
}

.footer .footer-top .footer-right {
    -webkit-flex-basis: 62.3125%;
    -moz-flex-basis: 62.3125%;
    -ms-flex-basis: 62.3125%;
    -o-flex-basis: 62.3125%;
    flex-basis: 62.3125%
}

.footer .footer-top .footer-right .footer-link-wrapper .footer-dt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 39px;
    cursor: default
}

.footer .footer-top .footer-right .footer-link-wrapper .footer-dd {
    line-height: 38px;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s
}

.footer .footer-top .footer-right .footer-link-wrapper .footer-dd:hover {
    color: #fff
}

.footer .footer-top .footer-right .footer-addrline {
    margin-top: 108px;
    font-size: 16px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    line-height: 1.375
}

.footer .footer-top .footer-right .footer-addrline .footer-addr {
    width: 60%;
    padding-right: 2%;
    flex-basis: 60%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.footer .footer-top .footer-right .footer-addrline .footer-phone {
    flex-basis: 40%;
    width: 40%;
    height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex
}

.footer .footer-top .footer-right .footer-addrline .fardz {
    font-size: 33px;
    margin-right: 25px;
    line-height: 1
}

.footer .footer-top .footer-right .footer-addrline .farsj {
    font-size: 25px;
    margin-right: 25px;
    line-height: 1
}

.footer .footer-top .footer-link-wrapper {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.footer .footer-copyright {
    margin-top: 106px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.49)
}

.index_form_wrapper .index_textarea {
    width: 100%;
    height: 254px;
    background-color: #f4f4f4;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 16px;
    line-height: 1.5;
    color: #202020;
    resize: none
}

.index_form_wrapper .index_form_title {
    font-size: 32px;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 1.77083vw;
    text-align: center
}

.index_form_wrapper .index_form_p {
    padding: 0 4.16667vw;
    list-style: none;
    line-height: 1.5625;
    font-size: 16px;
    color: #545454;
    text-align: center
}

.index_form_wrapper .index_form {
    margin-top: 4.94792vw
}

.index_form_wrapper .index_form_group {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    margin-top: 1.71875vw
}

.index_form_wrapper .index_input_label {
    color: #808080;
    margin-bottom: 18px
}

.index_form_wrapper .index_input_group {
    flex: 1;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-left: 26px
}

.index_form_wrapper .index_input_group:first-child {
    margin-left: 0
}

.index_form_wrapper .index_form_submit {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-top: 2.8125vw
}

.index_form_wrapper .index_input {
    background-color: #f4f4f4;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 16px;
    line-height: 1.5;
    color: #202020
}

.index_form_wrapper .submit_btn {
    width: 148px;
    height: 46px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 23px;
    background-color: #008C3F;
    cursor: pointer
}

.related-products {
    border-top: 1px solid #e7e7e7
}

.related-products .rekated_h4 {
    font-size: 28px;
    margin-top: 93px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px
}

.fcm-elem-wrapper {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.fcm-elem-wrapper .fcm-elem {
    margin-bottom: 20px
}

.fcm-elem-wrapper .fcm-elem-figure {
    width: 100%;
    height: 261px;
    background-color: #F6F6F6;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.fcm-elem-wrapper .fcm-elem-figure img {
    max-width: 90%;
    max-height: 100%
}

.fcm-elem-wrapper .fcm-elem-mark {
    color: #6a6a6a;
    margin-top: 21px;
    margin-bottom: 15px
}

.fcm-elem-wrapper .fcm-elem-p {
    color: #313131;
    font-size: 16px;
    line-height: 1.187;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.w1635 {
    width: 85.15625%;
    max-width: 1635px;
    margin-left: auto;
    margin-right: auto
}

.w1600 {
    width: 83.33333%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.w1500 {
    width: 78.125%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto
}

.w1430 {
    max-width: 1430px;
    width: 74.47917%;
    margin-left: auto;
    margin-right: auto
}

.w1340 {
    max-width: 1340px;
    width: 69.79167%;
    margin-left: auto;
    margin-right: auto
}

.w1224 {
    max-width: 1224px;
    width: 63.75%;
    margin-left: auto;
    margin-right: auto
}

.w1160 {
    max-width: 1160px;
    width: 60.41667%;
    margin-left: auto;
    margin-right: auto
}

.w1032 {
    width: 1032px;
    margin-right: auto;
    margin-left: auto
}

.w910 {
    width: 910px;
    margin-right: auto;
    margin-left: auto
}

.w600 {
    width: 600px;
    margin-right: auto;
    margin-left: auto
}

.w368 {
    width: 368px !important;
    -webkit-flex-basis: 368px !important;
    -moz-flex-basis: 368px !important;
    -ms-flex-basis: 368px !important;
    -o-flex-basis: 368px !important;
    flex-basis: 368px !important
}

.w174 {
    width: 174px !important;
    -webkit-flex-basis: 174px !important;
    -moz-flex-basis: 174px !important;
    -ms-flex-basis: 174px !important;
    -o-flex-basis: 174px !important;
    flex-basis: 174px !important
}

.w441 {
    width: 441px !important;
    -webkit-flex-basis: 441px !important;
    -moz-flex-basis: 441px !important;
    -ms-flex-basis: 441px !important;
    -o-flex-basis: 441px !important;
    flex-basis: 441px !important
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row2 {
    margin-left: -30px;
    margin-right: -30px
}

.row3 {
    margin-left: -36px;
    margin-right: -36px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%
}

.col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-basis: 91.66667%;
    -o-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    width: 91.66666667%
}

.col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-basis: 83.33333%;
    -o-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    width: 83.33333333%
}

.col-xs-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    -o-flex-basis: 75%;
    flex-basis: 75%;
    width: 75%
}

.col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-basis: 66.66667%;
    -o-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    width: 66.66666667%
}

.col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-basis: 58.33333%;
    -o-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    width: 58.33333333%
}

.col-xs-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -o-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%
}

.col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-basis: 41.66667%;
    -o-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    width: 41.66666667%
}

.col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    -o-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333333%
}

.col-xs-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    -o-flex-basis: 25%;
    flex-basis: 25%;
    width: 25%
}

.col-xs-2_5 {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-basis: 20%;
    -o-flex-basis: 20%;
    flex-basis: 20%;
    width: 20%
}

.col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-basis: 16.66667%;
    -o-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    width: 16.66666667%
}

.col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-basis: 8.33333%;
    -o-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    width: 8.33333333%
}

@media screen and (min-width: 768px) {
    .col-sm-12 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-basis: 91.66667%;
        -o-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        width: 91.66666667%
    }

    .col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-basis: 83.33333%;
        -o-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        width: 83.33333333%
    }

    .col-sm-9 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-basis: 75%;
        -o-flex-basis: 75%;
        flex-basis: 75%;
        width: 75%
    }

    .col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-basis: 66.66667%;
        -o-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        width: 66.66666667%
    }

    .col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-basis: 58.33333%;
        -o-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        width: 58.33333333%
    }

    .col-sm-6 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -o-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%
    }

    .col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-basis: 41.66667%;
        -o-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        width: 41.66666667%
    }

    .col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-basis: 33.33333%;
        -o-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333333%
    }

    .col-sm-3 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        -o-flex-basis: 25%;
        flex-basis: 25%;
        width: 25%
    }

    .col-sm-2_5 {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-basis: 20%;
        -o-flex-basis: 20%;
        flex-basis: 20%;
        width: 20%
    }

    .col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-basis: 16.66667%;
        -o-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        width: 16.66666667%
    }

    .col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-basis: 8.33333%;
        -o-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        width: 8.33333333%
    }
}

@media screen and (min-width: 992px) {
    .col-md-12 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .col-md-11 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-basis: 91.66667%;
        -o-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        width: 91.66666667%
    }

    .col-md-10 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-basis: 83.33333%;
        -o-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        width: 83.33333333%
    }

    .col-md-9 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-basis: 75%;
        -o-flex-basis: 75%;
        flex-basis: 75%;
        width: 75%
    }

    .col-md-8 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-basis: 66.66667%;
        -o-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        width: 66.66666667%
    }

    .col-md-7 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-basis: 58.33333%;
        -o-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        width: 58.33333333%
    }

    .col-md-6 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -o-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%
    }

    .col-md-5 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-basis: 41.66667%;
        -o-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        width: 41.66666667%
    }

    .col-md-4 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-basis: 33.33333%;
        -o-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333333%
    }

    .col-md-3 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        -o-flex-basis: 25%;
        flex-basis: 25%;
        width: 25%
    }

    .col-md-2_5 {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-basis: 20%;
        -o-flex-basis: 20%;
        flex-basis: 20%;
        width: 20%
    }

    .col-md-2 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-basis: 16.66667%;
        -o-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        width: 16.66666667%
    }

    .col-md-1 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-basis: 8.33333%;
        -o-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        width: 8.33333333%
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-12 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .col-lg-11 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-basis: 91.66667%;
        -o-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        width: 91.66666667%
    }

    .col-lg-10 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-basis: 83.33333%;
        -o-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        width: 83.33333333%
    }

    .col-lg-9 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-basis: 75%;
        -o-flex-basis: 75%;
        flex-basis: 75%;
        width: 75%
    }

    .col-lg-8 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-basis: 66.66667%;
        -o-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        width: 66.66666667%
    }

    .col-lg-7 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-basis: 58.33333%;
        -o-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        width: 58.33333333%
    }

    .col-lg-6 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -o-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%
    }

    .col-lg-5 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-basis: 41.66667%;
        -o-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        width: 41.66666667%
    }

    .col-lg-4 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-basis: 33.33333%;
        -o-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333333%
    }

    .col-lg-3 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        -o-flex-basis: 25%;
        flex-basis: 25%;
        width: 25%
    }

    .col-lg-2_5 {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-basis: 20%;
        -o-flex-basis: 20%;
        flex-basis: 20%;
        width: 20%
    }

    .col-lg-2 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-basis: 16.66667%;
        -o-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        width: 16.66666667%
    }

    .col-lg-1 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-basis: 8.33333%;
        -o-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        width: 8.33333333%
    }
}

@media screen and (min-width: 1921px) {
    .col-xl-12 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .col-xl-11 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-basis: 91.66667%;
        -o-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        width: 91.66666667%
    }

    .col-xl-10 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-basis: 83.33333%;
        -o-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        width: 83.33333333%
    }

    .col-xl-9 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-basis: 75%;
        -o-flex-basis: 75%;
        flex-basis: 75%;
        width: 75%
    }

    .col-xl-8 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-basis: 66.66667%;
        -o-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        width: 66.66666667%
    }

    .col-xl-7 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-basis: 58.33333%;
        -o-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        width: 58.33333333%
    }

    .col-xl-6 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -o-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%
    }

    .col-xl-5 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-basis: 41.66667%;
        -o-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        width: 41.66666667%
    }

    .col-xl-4 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-basis: 33.33333%;
        -o-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333333%
    }

    .col-xl-3 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        -o-flex-basis: 25%;
        flex-basis: 25%;
        width: 25%
    }

    .col-xl-2_5 {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-basis: 20%;
        -o-flex-basis: 20%;
        flex-basis: 20%;
        width: 20%
    }

    .col-xl-2 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-basis: 16.66667%;
        -o-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        width: 16.66666667%
    }

    .col-xl-1 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-basis: 8.33333%;
        -o-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        width: 8.33333333%
    }
}

@media screen and (max-width: 768px) {
    .top-line {
        height: unset
    }

    .index_form_wrapper .index_form_group {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }

    .w174, .w368, .w441 {
        width: 100% !important;
        -webkit-flex-basis: unset !important;
        -moz-flex-basis: unset !important;
        -ms-flex-basis: unset !important;
        -o-flex-basis: unset !important;
        flex-basis: unset !important;
        margin-left: 0 !important
    }

    .index_form_wrapper .index_input_group {
        margin-top: 15px
    }

    .related-products .rekated_h4 {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .fcm-elem-wrapper .fcm-elem-mark {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 16px
    }

    .fcm-elem-wrapper .fcm-elem-p {
        font-size: 14px;
        overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset
    }

    .company_profile .info {
        left: -170px;
        text-align: right
    }

    .index_form_wrapper .index_input_label {
        font-size: 14px
    }

    .mob-header-line {
        display: flex
    }

    .index_form_wrapper .index_form_submit {
        margin-top: 15px
    }

    .footer {
        padding: 10px
    }

    .footer .footer-copyright {
        flex-direction: column;
        line-height: 1.5;
        margin-top: 0
    }

    .footer .footer-top, .footer .footer-bg {
        display: none
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .row2 {
        margin-left: 0;
        margin-right: 0
    }

    .row3 {
        margin-left: 0;
        margin-right: 0
    }

    .w1635 {
        width: 100%;
        max-width: unset
    }

    .w1600 {
        width: 100%;
        max-width: unset
    }

    .w1500 {
        width: 100%;
        max-width: unset
    }

    .w1430 {
        width: 100%;
        max-width: unset
    }

    .w1340 {
        width: 100%;
        max-width: unset
    }

    .w1224 {
        width: 100%;
        max-width: unset
    }

    .w1160 {
        width: 100%;
        max-width: unset
    }

    .w1032 {
        width: 100%
    }

    .w910 {
        width: 100%
    }

    .w600 {
        width: 100%
    }

    .top-line .header-line {
        display: none
    }

    .header .header-section {
        left: 0;
        right: 0
    }

    .header .header-center .hec-h2 {
        text-align: center;
        padding: 0 15px;
        height: unset
    }

    .header .header-center .hec-p {
        margin-top: 15px;
        padding: 0 15px;
        text-align: center
    }

    .banner-swiper .arrow-paging {
        left: 15px;
        bottom: 20px;
        top: unset
    }

    .header .header-center.index-header-center {
        top: 50%
    }

    .header .header-footer {
        display: none
    }
}
