@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}

body {
    font-family: "Montserrat";
    max-width: 1920px;
    --color: #469ed1;
    font-weight: normal;
    margin: 0 auto;
    font-size: 16px;
}

.container {
    width: 1600px;
}

.mobileForm {
    margin-bottom: 100px;
}

.body-overflow-box {
    position: relative;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#header {
    z-index: 21;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

#header .h-top {
    color: white;
    z-index: 3;
    position: relative;
    padding: 18px 0;
}

#header .h-top ul {
    margin-left: auto;
}

#header .h-top ul li {
    margin-right: 40px;
}

#header .h-top form {
    position: relative;
}

#header .h-top form input {
    width: 175px;
    height: 40px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 0 15px;
    font-size: 14px;
}

#header .h-top form input[type="submit"] {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    padding: 0;
    background: url(../images/search.png) no-repeat center;
    border: none;
}

#header .h-top form input::-webkit-input-placeholder {
    color: #fff;
}

#header .h-top form input::-moz-placeholder {
    color: #fff;
}

#header .h-top form input:-ms-input-placeholder {
    color: #fff;
}

#header .h-top form input:-moz-placeholder {
    color: #fff;
}

#header .h-top .yuy {
    margin-left: 12px;
}

#header .h-top .yuy span {
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 40px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

#header .h-top .yuy ul {
    left: auto;
    right: 0;
}

#header .h-top .yuy ul li {
    margin-right: 0;
}

#header .nav {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#header .nav .ui.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

#header .nav .ui.menu .logo {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    vertical-align: middle;
}

#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#header .nav .ui.menu .menu-box>div {
    height: 100%;
}

#header .nav .ui.menu .menu-box ul.menu {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

#header .nav .ui.menu .menu-box ul.menu>li {
    font-size: 18px;
    line-height: 2;
    color: white;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    float: left;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover {
    color: var(--color);
}

#header .nav .ui.menu .menu-box ul.menu>li>a {
    height: 100%;
    padding-top: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-width: 152px;
}

#header .nav .ui.menu .menu-box ul.menu>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    max-width: 215px;
    min-width: 130px;
    transition: all 0.5s;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover>a::after {
    background-color: var(--color);
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 14px;
    background: #fff;
    top: 100%;
    left: 0px;
    min-width: 280px;
    white-space: nowrap;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--color);
    display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li {
    display: block;
    float: none;
    padding: 8px 15px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a {
    display: block;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    display: none;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover {
    background: #222;
    color: white;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover>ul {
    display: block;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}
#header.active .nav .ui.menu .menu-box ul.menu>li:hover{
    color: var(--color);
}
#header.active .nav .ui.menu .menu-box ul.menu>li:hover>a::after{
    background-color: var(--color);
}
#header .nav .ui.menu .h-search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
    cursor: hand;
}

#header.active {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#header.active .h-top {
    color: black;
    padding: 10px 0;
    display: none;
}

#header.active .h-top .logo img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#header.active .h-top form input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: black;
}

#header.active .h-top form input[type="submit"] {
    border: none;
    -webkit-filter: invert(1);
    filter: invert(1);
}

#header.active .h-top form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

#header.active .h-top form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

#header.active .h-top form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

#header.active .h-top form input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

#header.active .h-top .yuy span {
    border-color: rgba(0, 0, 0, 0.3);
}

#header.active .nav .ui.menu .menu-box ul.menu>li {
    color: black;
}

#header.active .nav .ui.menu .menu-box ul.menu>li>a::after {
    background-color: rgba(0, 0, 0, 0.3);
}

#header.active .nav {
    margin-top: 30px;
    padding-bottom: 12px;
}

#header .nav .search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

#header .nav .search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}

#header .nav .search-box form input {
    background: none;
    outline: none;
    border: none;
}

#header .nav .search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}

#header .nav .search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}

#header .nav .search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#header .nav .search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

#banner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 80px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

#banner .slick-arrow:hover {
    background-color: var(--color);
}

#banner:hover .slick-arrow {
    opacity: 1;
}

#banner .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 15px;
}

#banner .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 15px;
}

#banner ul.slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#banner ul.slick-dots li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 6px solid white;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#banner ul.slick-dots li button {
    display: none;
}

#banner ul.slick-dots li.slick-active {
    border-color: var(--color);
    background-color: white;
}

#banner .slick-slide .content {
    display: none;
}

#banner .slick-active .content {
    display: block;
}

.wpulike.wpulike-default {
    display: none;
}

.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
    display: inline-block;
}

.post-views-box {
    position: relative;
    margin-left: 20px;
}

.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    -webkit-filter: none;
    filter: none;
}

.wpulike {
    z-index: 10;
}

.wpulike.post-views-box {
    z-index: 5;
}

#banner .nivo-directionNav a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    color: transparent;
    overflow: hidden;
    text-indent: -999em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#banner .nivo-directionNav a {
    opacity: 0;
}

#banner:hover .nivo-directionNav a {
    opacity: 1;
}

#banner .nivo-directionNav a:hover {
    background-color: var(--color);
}

#banner .nivo-directionNav a.nivo-prevNav {
    background-image: url(../images/banner-btn-l.png);
    left: 40px;
}

#banner .nivo-directionNav a.nivo-nextNav {
    background-image: url(../images/banner-btn-r.png);
    right: 40px;
}

#banner .theme-default .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto !important;
}

#banner .theme-default .nivo-controlNav a {
    width: 25px !important;
    height: 25px !important;
    background: #fff !important;
    border: 7px solid #7d7d7d !important;
    border-radius: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 8px !important;
}

#banner .theme-default .nivo-controlNav a.active {
    border-color: var(--color) !important;
}

@media screen and (max-width: 1000px) {
    table tbody {
        min-width: unset;
    }

    #banner,
    .inner-banner {
        margin-top: 40px;
    }

    .seoIndustry.Auxil-industry {
        display: none !important;
    }
}

#spotlight.show {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3) !important;
}

#spotlight .scene img {
    border: 10px solid white !important;
    border-radius: 10px;
}

#spotlight .header {
    background: black !important;
}

.more {
    background-color: var(--color);
    color: white;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    height: 55px;
    line-height: 55px;
    padding: 0 50px 0 15px;
    font-size: 18px;
    font-weight: 600;
}

.more span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: white;
    color: black;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 45px;
}

.more:hover {
    background-color: black;
}

#banner {
    position: relative;
    z-index: 1;
}

#banner ul li {
    position: relative;
}

#banner ul li .content {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: white;
}

#banner ul li .img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#banner ul li .content h2 {
    line-height: 1.3;
    max-width: 916px;
}

#banner ul li .content .line {
    width: 300px;
    height: 1px;
    background-color: #edf5fa;
    position: relative;
}

#banner ul li .content .line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125px;
    height: 2px;
    background: #edf5fa;
}

#banner ul li .content p {
    line-height: 30px;
    max-width: 770px;
}

#banner .arrow {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    line-height: 75px;
    position: absolute;
    right: 8%;
    bottom: 8%;
}

#banner .arrow i {
    font-size: 30px;
}

.tag {
    color: var(--color);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 30px;
}

.h2 {
    color: #333333;
}

.txt-uppercase {
    text-transform: uppercase;
}

#index-body .i-about .top .left {
    z-index: 3;
}

#index-body .i-about .top .right {
    line-height: 30px;
    color: #666666;
}

#index-body .i-about .top .right h1 {
    display: inline;
}

#index-body .i-about .img .map {
    position: absolute;
    top: 0;
    left: -70px;
    z-index: -1;
}

#index-body .i-about .img .map img {}

#index-body .i-about .top .left .line {
    height: 1px;
    width: 118px;
    background-color: rgba(20, 20, 20, 0.33);
    position: relative;
}

#index-body .i-about .top .left .line em {
    position: absolute;
    bottom: 0;
    right: 20%;
}

#index-body .i-about .top .left .play {
    width: 69px;
    height: 69px;
    background-color: var(--color);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index-body .i-about .top .left .play::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    background-color: rgba(70, 158, 209, 0.33);
    z-index: -1;
}

#index-body .i-about .top .left .play::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    background-color: rgba(70, 158, 209, 0.33);
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    z-index: -1;
}

#index-body .i-about .img .img2 {
    z-index: 2;
    position: relative;
    margin-top: 232px;
}

#index-body .i-about .img .img2 i {
    position: absolute;
    right: 21%;
    bottom: -webkit-calc(100% - 25px);
    bottom: -moz-calc(100% - 25px);
    bottom: calc(100% - 25px);
    display: block;
    width: 272px;
    height: 272px;
    border-radius: 50%;
    background-color: rgba(4, 59, 113, 0.5);
}

#index-body .i-about .img .img2 i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
    z-index: 4;
}

#index-body .i-about .img .img2 i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -webkit-calc(50% + 15px);
    top: -moz-calc(50% + 15px);
    top: calc(50% + 15px);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1px;
    height: 210px;
    background-color: white;
    z-index: 4;
}

@keyframes ks1 {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.3;
    }

    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

#index-body .i-about .img .img2 i span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 3;
}

#index-body .i-about .img .img2 i span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(4, 59, 113, .5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks1 3s infinite;
    -moz-animation: ks1 3s infinite;
    animation: ks1 3s infinite;
    display: block;
    z-index: -1;
}

#index-body .i-about .img .img2 i span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    transform: translate(-50%, -50%);
    background: rgba(4, 59, 113, .5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    animation: ks1 3s infinite;
    display: block;
    z-index: -1;
    animation-delay: .4s;
}

#index-body .i-about .par-list ul li {
    padding: 0 28px;
}

#index-body .i-product {
    /*background: url(../images/product-bg.jpg) no-repeat center top 210px;*/
}

#index-body .i-product .h2 {
    max-width: 80%;
}

#index-body .i-product ul li {
    padding-top: 8px;
    padding-bottom: 8px;
}

#index-body .i-product ul li img {
    margin: auto;
    background-color: #f9f9fc;
    transition: all 0.5s;
}

#index-body .i-product ul li:hover img {
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

#index-body .i-product ul li .h5 {
    margin-top: 12px;
    line-height: 1.8;
    padding: 0 10px;
}

#index-body .i-product ul li .h5 i {
    width: 24px;
    height: 24px;
    background-color: #778189;
    border-radius: 50%;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}

#index-body .i-product .slickBtn {
    right: 0;
    top: -150px;
    position: absolute;
}

#index-body .i-product .slickBtn div {
    border-radius: 0;
    background-color: rgba(102, 102, 102, 0.5);
    width: 66px;
    height: 66px;
    font-size: 52px;
}

#index-body .i-product .slickBtn div.next {
    margin-left: 16px;
}

#index-body .i-product .slickBtn div:hover {
    background-color: var(--color);
}

#index-body .i-custom .content {
    line-height: 30px;
    color: #333333;
    max-width: 1000px;
    margin: auto;
}

#index-body .i-manufacture {
    background-repeat: no-repeat;
    background-size: cover;
}

#index-body .i-manufacture .left {
    color: white;
    width: 70%;
}

#index-body .i-manufacture .left .h2 {
    color: white;
}

#index-body .i-manufacture .left .content {
    line-height: 30px;
}

#index-body .i-manufacture .left .isolist {
    margin: 0 -10px;
}

#index-body .i-manufacture .left .isolist li {
    padding: 0 10px;
}

#index-body .i-manufacture .right {
    width: 30%;
    text-align: right;
}

#index-body .i-manufacture .right ul li a {
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.4);
    display: inline-block;
}

#index-body .i-advantage ul li {
    position: relative;
    margin-bottom: 90px;
}

#index-body .i-advantage ul li:nth-last-child(1) {
    margin-bottom: 0;
}

#index-body .i-advantage ul li .num {
    font-size: 146px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.05);
    line-height: 0.9;
    position: absolute;
    top: -23px;
    font-weight: 900;
}

#index-body .i-advantage ul li .num::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-clip-path: polygon(0 100%, 100% 60%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 60%, 100% 100%, 0 100%);
}

#index-body .i-advantage ul li .des {
    margin-top: 20px;
    z-index: 3;
    position: relative;
    line-height: 1.8;
}

#index-body .i-advantage ul.left li .num {
    left: 100px;
}

#index-body .i-advantage ul.right li .num {
    left: 100px;
}

#index-body .i-news ul li .time {
    color: var(--color);
    line-height: 30px;
}

#index-body .i-news ul li .h5 {
    color: #333333;
    line-height: 1.8;
}

#index-body .i-news ul li .des {
    line-height: 30px;
    color: #666666;
}

#index-body .i-news .slickBtn {
    position: absolute;
    right: 0;
    top: -125px;
}

#index-body .i-news .slickBtn div {
    border-radius: 0;
    background-color: rgba(102, 102, 102, 0.5);
    width: 66px;
    height: 66px;
    font-size: 52px;

}

#index-body .i-news .slickBtn div.next {
    margin-left: 16px;
}

#index-body .i-news .slickBtn div:hover {
    background-color: var(--color);
}

#footer {
    background-color: #073e61;
    color: white;
}

#footer .top ul li {
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
}

#footer .top ul li a {
    display: block;
    padding: 0 45px;
}

#footer .top ul li:last-child a {
    border-right: none;
}

#footer .wrap {
    text-align: center;
    margin: 0 -22px;
}

#footer .wrap .column {
    padding: 0 22px;
    line-height: 1.8;
}

#footer .wrap .column #ewm {
    width: 110px;
    height: 110px;
    border: 5px solid white;
    margin: 20px auto 0;
}

#footer .wrap .line {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

#footer .wrap p {
    line-height: 30px;
}

#footer .wrap .email {
    display: inline-block;
}

#footer .wrap .email::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: white;
}

#footer .wrap .one .share a {
    margin: 0 8px;
}

#footer .wrap .one .share a i {
    font-size: 18px;
}

#footer .wrap form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px;
}

#footer .wrap form input,
#footer .wrap form textarea {
    width: 49%;
    text-align: left;
    background-color: #052737;
    border: none;
    font-size: 16px;
    margin-bottom: 10px;
    height: 60px;
    padding: 0 15px;
    text-align: center;
}

#footer .wrap form textarea {
    width: 100%;
    height: 160px;
}

#footer .wrap form input[type="submit"] {
    width: auto;
    margin: auto;
    background-color: var(--color);
    color: white;
    padding: 0 30px;
    font-weight: bold;
}

#footer .f-copy {
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

#footer .f-copy svg {
    width: auto;
    height: 27px;
    vertical-align: middle;
    fill: white;
}

@media screen and (max-width: 1700px) {

    #index-body .i-about .img .img2 i {
        width: 220px;
        height: 220px;
        right: 11.5%;
    }

    #index-body .i-advantage ul li .num {
        font-size: 120px;
    }

    #footer .wrap form {
        padding: 0 10px;
    }

    #footer .wrap form input,
    #footer .wrap form textarea {
        text-align: left;
        padding: 0 5px;
    }

    #footer .wrap form input::placeholder,
    #footer .wrap form textarea::placeholder {
        font-size: 14px;
    }
}

@media screen and (max-width: 1450px) {

    #banner ul li .content {
        top: 61%;
    }

    #index-body .i-about .img .img2 i {
        width: 180px;
        height: 180px;
        right: 7.6%;
    }

    #index-body .i-about .img .img2 {
        margin-top: 150px;
    }

    #index-body .i-product .slickBtn div {
        zoom: 0.8;
    }

    #index-body .i-about .par-list ul li {
        padding: 0 16px;
    }

    #index-body .i-advantage ul li .num {
        font-size: 85px;
        line-height: 1;
        top: -10px;
    }

    #index-body .i-news .slickBtn div {
        zoom: 0.8;
    }

    #footer .wrap form input {
        height: 45px;
    }

    #footer .wrap form textarea {
        height: 130px;
    }
}

@media screen and (max-width: 1250px) {

    #banner ul li .img {
        height: 40vw;
    }

    #banner ul li .content {
        top: 50%;
    }

    #banner ul li .content p {
        max-width: 580px;
    }

    #index-body .i-about .img .map {
        top: 105px;
        left: -90px;
    }

    #index-body .i-about .img .img2 i {
        width: 150px;
        height: 150px;
    }

    #index-body .i-about .img {
        margin-top: -30px;
    }

    #index-body .i-manufacture .right ul li a {
        padding: 15px;
    }

    #index-body .i-advantage ul li .num {
        font-size: 60px;
        line-height: 1.2;
        top: 3px;
    }

    #index-body .i-advantage ul.left li .num {
        left: 82px;
    }

    #footer .top ul li a {
        padding: 0 13px;
    }

    #footer .wrap {
        margin: 0 -5px;
    }

    #footer .wrap .column {
        padding: 0 5px;
    }
}

@media screen and (max-width: 1000px) {
    #banner ul li .img {
        height: 400px;
    }

    #index-body .i-about .top .right {
        width: 100%;
        margin-top: 20px;
    }

    #index-body .i-about .top .left {
        width: 100%;
        padding-right: 0;
    }

    #index-body .i-about .img {
        margin-top: 0;
    }

    #index-body .i-about .img .img2 {
        margin-top: 5%;
    }

    #index-body .i-about .img .img2 i {
        display: none;
    }

    #index-body .i-about .par-list ul li {
        padding: 0 8px;
    }

    #index-body .i-product .slickBtn div {
        zoom: 0.7;
    }

    #index-body .i-product .slickBtn {
        top: -110px;
    }

    #index-body .i-manufacture .left {
        width: 100%;
        padding-right: 0;
    }

    #index-body .i-manufacture .right {
        width: 100%;
        margin-top: 30px;
        text-align: center;
        padding-left: 0;
    }

    #index-body .i-advantage .img {
        display: none;
    }

    #index-body .i-advantage ul {
        width: 50%;
    }

    #index-body .i-advantage ul li {
        margin-bottom: 20px;
    }

    #index-body .i-news .slickBtn {
        top: -70px;
    }

    #index-body .i-news .slickBtn div {
        zoom: 0.7;
    }

    #footer .top {
        display: none;
    }

    #footer .wrap .one {
        display: none;
    }

    #footer .wrap .column {
        width: 50%;
    }

    #footer .wrap form {
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    #footer .f-copy a.foot-link {
        display: none !important;
    }

    .inner-banner .box .Auxil-crumbs.font-18 {
        line-height: 2;
    }

    h2.font-30 {
        line-height: 2;
    }

    #banner ul li img {
        min-height: 350px;
        object-fit: cover;
        object-position: center;
    }

    #banner ul li .content p {
        display: none;
    }

    #banner ul li .content h2 {
        margin-bottom: 12px;
    }

    .more span {
        margin-right: 20px;
    }

    .more {
        padding-right: 25px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
    }

    #banner .arrow {
        width: 45px;
        height: 45px;
        line-height: 50px;
        right: 4%;
    }

    #index-body .i-product .h2 {
        max-width: 100%;
        margin-bottom: 65px;
    }

    #index-body .i-product .slickBtn {
        top: -52px;
    }

    #index-body .i-advantage ul.left li .num {
        left: 16px;
    }

    #index-body .i-news .slickBtn {
        top: -60px;
    }

    #footer .wrap .column {
        width: 100%;
    }

    #footer .wrap .three {
        margin-top: 30px;
    }

    #footer .f-copy {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    #banner ul li .content h2 {
        line-height: 30px;
    }

    .font-60 {
        font-size: 17px;
    }

    #banner ul li .content .line {
        display: none;
    }

    #index-body .i-about .img .map img {
        margin-left: 0;
    }

    #index-body .i-advantage ul {
        width: 100%;
        padding: 0 !important;
    }

    #index-body .i-advantage .list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #index-body .i-advantage ul.left {
        text-align: left;
    }

    #index-body .i-advantage ul.left li .num {
        left: 100px;
    }

    #footer .wrap form input {
        width: 100%;
    }
}

.inner-banner {
    position: relative;
    color: white;
}

.inner-banner .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner-banner .box .ui.container {
    height: 100%;
}

.inner-banner .box p {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1000px;
    margin: auto;
}

.inner-banner .box .mbx {
    position: absolute;
    left: 0;
    bottom: 45px;
    line-height: 1.6;
}

.inner-banner .box .Auxil-crumbs {
    line-height: 1.8;
}

.inner-banner .box .arrow {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    line-height: 75px;
    position: absolute;
    right: 0%;
    bottom: 8%;
    color: black;
}

.inner-banner .box .arrow i {
    font-size: 30px;
}

@media (max-width: 1250px) {
    #innerMobileBanner {
        margin-top: 60px;
    }
}

.pt-250 {
    padding-top: 250px;
}

.pb-270 {
    padding-bottom: 270px;
}

.flex-dcr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.about-page .about-1 .h2 {
    line-height: 1.25;
}

.about-page .about-1 .content {
    line-height: 30px;
    color: #666666;
}

.about-page .about-1 ul li {
    position: relative;
}

.about-page .about-1 ul li em {
    color: var(--color);
}

.about-page .about-1 ul li p {
    color: #999999;
    line-height: 1.8;
}

.about-page .about-1 ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #d6d6d6;
}

.about-page .about-1 ul li:last-child::after {
    content: none;
}

.about-page .about-2 .box {
    padding: 0 240px;
    background: url(../images/yinhao-1.png) no-repeat left center, url(../images/yinhao-2.png) no-repeat right center;
}

.about-page .about-2 .content {
    line-height: 30px;
}

.about-page .about-2 .content em {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: var(--color);
}

.about-page .about-3 {
    background: url(../images/h-honourbg.jpg) no-repeat;
    background-size: cover;
    color: white;
}

.about-page .about-3 .box {
    max-width: 1150px;
}

.about-page .about-3 .h2 {
    color: white;
}

.about-page .about-3 .content {
    line-height: 30px;
}

.about-page .about-4 .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 65%;
}

.about-page .about-4 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-page .about-4 .box {
    background-color: white;
    width: 55%;
    margin-left: auto;
    z-index: 2;
    position: relative;
}

.about-page .about-4 .box .des {
    line-height: 30px;
}

.faq-page ul li {
    position: relative;
    padding-left: 160px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 55px;
    padding-top: 55px;
    cursor: pointer;
}

.faq-page ul li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-page ul li .des {
    line-height: 36px;
    color: #666666;
    display: none;
}

.faq-page ul li .h4 {
    position: relative;
}

.faq-page ul li .h4 i {
    position: absolute;
    right: 0;
    top: 11px;
    width: 16px;
    height: 16px;
}

.faq-page ul li .h4 i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #333333;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.faq-page ul li .h4 i::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #333333;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.faq-page ul li.active .h4 i::before {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}

.faq-page .bottom p em {
    color: var(--color);
    position: relative;
}

.faq-page .bottom p em::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color);
}

.gallery-page ul {
    margin: -10px;
}

.gallery-page ul li {
    padding: 10px;
}

.m-page {
    font-size: 30px;
}

.m-page a,
.m-page span {
    margin: 0 15px;
}

.product-page .product-1 .des {
    line-height: 32px;
}

.product-page .product-1 ul li img {
    margin: auto;
    filter: invert(1);
}

.product-page .product-1 ul.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin: 0;
}

.product-page .product-1 ul.slick-dots li {
    padding: 0;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background-color: #d6d6d6;
    width: auto;
    border-radius: 0;
    border: none;
    margin: 0;
}

.product-page .product-1 ul.slick-dots i {
    height: 3px;
    background-color: #333333;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.product-page .product-2 .top >ul {
    height: 55px;
    background-color: #f6f6f6;
    border-radius: 28px;
    padding: 7px;
}

.product-page .product-2 .top >ul >li {
    margin: 0 10px;
    perspective: 500px;transform-style: preserve-3d;
    position: relative;
    z-index: 8;
}

.product-page .product-2 .top ul >li >a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
}

.product-page .product-2 .top >ul >li:hover >a,
.product-page .product-2 .top >ul >li.active >a {
    background-color: #333333;
    color: white;
}

.product-page .product-2 .top >ul >li >ul.sub-menu{
    position: absolute;
    font-size: 14px;
    background: #fff;
    top: 100%;
    left: 0px;
    min-width: 280px;
    white-space: nowrap;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--color);
    z-index: 5;
}
.product-page .product-2 .top >ul >li:hover >ul.sub-menu{
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
}
.product-page .product-2 .top >ul >li >ul.sub-menu li{
    padding: 5px;
    transition: all 0.5s;
}
.product-page .product-2 .top >ul >li >ul.sub-menu li:hover{
    background-color: #eee;
}

.product-page .product-2 .top form {
    height: 55px;
    background-color: #f6f6f6;
    border-radius: 28px;
    margin-left: 25px;
    position: relative;
    width: 245px;
}

.product-page .product-2 .top form input {
    height: 100%;
    background-color: inherit;
    border: none;
    width: 100%;
    border-radius: inherit;
    padding: 0 15px;
    font-size: 14px;
}

.product-page .product-2 .top form input[type="submit"] {
    position: absolute;
    right: 0;
    width: 50px;
    background: url(../images/search.png) no-repeat center;
    -webkit-filter: invert(1);
    filter: invert(1);
    padding: 0;
}

.product-page .product-2 .center h1 {
    width: 30%;
}

.product-page .product-2 .center .Auxil-catdes {
    width: 70%;
    line-height: 32px;
    color: #666666;
}

.product-page .product-2 .center .Auxil-catdes .des {
    max-height: 165px;
    overflow: auto;
}

.product-page .product-2 .list ul {
    margin: -5px;
}

.product-page .product-2 .list ul li {
    padding: 5px;
}

.product-page .product-2 .list ul li .box {
    padding: 40px;
    position: relative;
}
.product-page .product-2 .list ul li .box .img-box .img1{
  background-color: #b6cedd;
}
.product-page .product-2 .list ul li .box .img-box img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .product-2 .list ul li .box .img-box .img2 {
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.product-page .product-2 .list ul li:hover .box .img-box .img1 {
    /*opacity: 0;*/
}

.product-page .product-2 .list ul li:hover .box .img-box .img2 {
    opacity: 1;
}

.product-page .product-2 .list ul li .box a {
    z-index: 3;
    position: relative;
    line-height: 1.8;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.product-page .product-2 .list ul li .box a.h4 {
    min-height: auto;
    display: block;
    line-height: 1.8;
    text-overflow: ellipsis;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical; display: -webkit-box;
}

.product-page .product-2 .list ul li .box .mores span {
    position: relative;
}

.product-page .product-2 .list ul li .box .mores span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    background-color: black;
}

.product-page .product-2 .list ul li .box .mores i {
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: white;
    background-color: #469ed1;
    font-size: 15px;
    margin-left: 13px;
}

.product-page .product-2 .list ul li .box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.product-page .product-2 .list ul li:hover .box::after {
    background-color: white;
    -webkit-box-shadow: 0px 10px 46px 0px rgba(51, 51, 51, 0.32);
    box-shadow: 0px 10px 46px 0px rgba(51, 51, 51, 0.32);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: -webkit-calc(100% + 10px);
    height: -moz-calc(100% + 10px);
    height: calc(100% + 10px);
}

.prodet-page .prodet-1 .left a {
    display: block;
    border: 1px solid #cccccc;
}

.prodet-page .prodet-1 .left a img {
    width: 100%;
}

.prodet-page .prodet-1 .right .tag {
    letter-spacing: 0;
}

.prodet-page .prodet-1 .right h1 {
    line-height: 1.6;
}

.prodet-page .prodet-1 .right .content {
    line-height: 32px;
    color: #666666;
    max-height: 586px;
    overflow: auto;
}

.prodet-page .prodet-1 .right .gallery {
    padding: 0 55px;
}

.prodet-page .prodet-1 .right .gallery ul li a {
    display: block;
    border: 1px solid #cccccc;
}

.prodet-page .prodet-1 .right .gallery .slickBtn div {
    border-radius: 0;
    background-color: #f3f3f3;
    height: 100%;
    color: black;
    width: 36px;
}

.prodet-page .prodet-1 .right .gallery .slickBtn div.prev {
    left: 0;
    right: auto;
}

.prodet-page .prodet-1 .right .gallery .slickBtn div.next {
    right: 0;
    left: auto;
}

.prodet-page .prodet-1 .right .gallery .slickBtn div:hover {
    background-color: var(--color);
    color: white;
}

.prodet-page .prodet-1 .right .line {
    height: 1px;
    background-color: #f0f0f0;
    width: 100%;
}

.prodet-page .prodet-1 .right .more {
    background-color: #333333;
    padding: 0 70px;
    font-weight: normal;
}

.prodet-page .prodet-2 ul.options {
    border-bottom: 1px solid #d6d6d6;
}

.prodet-page .prodet-2 ul.options li {
    color: #999999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.prodet-page .prodet-2 ul.options li.active,
.prodet-page .prodet-2 ul.options li:hover {
    color: #469ed1;
}

.prodet-page .prodet-2 .content {
    padding-top: 40px;
}

.prodet-page .prodet-2 .content .item p strong{
    padding: 30px 0 0px 0;
    display: inline-block;
}

.prodet-page .prodet-2 .content .item2 .des {
    line-height: 32px;
    color: #666666;
}

.prodet-page .prodet-2 .content .item3 form ul li {
    margin-bottom: 17px;
    position: relative;
}

.prodet-page .prodet-2 .content .item3 form ul li.wid-100 {
    width: 100%;
}

.prodet-page .prodet-2 .content .item3 form ul li input,
.prodet-page .prodet-2 .content .item3 form ul li textarea {
    width: 100%;
    border: 1px solid #cccccc;
    height: 70px;
    padding: 0 20px;
}

.prodet-page .prodet-2 .content .item3 form ul li textarea {
    padding: 15px 20px;
    height: 215px;
}

.prodet-page .prodet-2 .content .item3 form ul li button {
    border: none;
}

.prodet-page .prodet-2 .content .item3 form ul li button span {
    vertical-align: middle;
    color: black;
}

.prodet-page .prodet-2 .content .item3 form ul li button i {
    opacity: 1;
    font-size: inherit;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.prodet-page .prodet-2 .content .item3 form ul li i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    opacity: 0.4;
}

.contact-page .contact-1 .left form ul li {
    position: relative;
    margin-bottom: 35px;
}

.contact-page .contact-1 .left form ul li span {
    display: block;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.contact-page .contact-1 .left form ul li input,
.contact-page .contact-1 .left form ul li textarea {
    width: 100%;
    border: 1px solid #cccccc;
    height: 70px;
    padding: 0 20px;
}

.contact-page .contact-1 .left form ul li i {
    font-size: 30px;
    opacity: 0.5;
    position: absolute;
    right: 20px;
    bottom: 13px;
}

.contact-page .contact-1 .left form ul li textarea {
    height: 410px;
    padding: 10px 20px;
}

.contact-page .contact-1 .left form ul li button {
    border: none;
}

.contact-page .contact-1 .left form ul li button span {
    vertical-align: middle;
    color: black;
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0;
}

.contact-page .contact-1 .left form ul li button i {
    opacity: 1;
    font-size: inherit;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.contact-page .contact-1 .right ul li {
    border-top: 1px solid #d6d6d6;
}

.contact-page .contact-1 .right ul li span {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
}

.contact-page .contact-1 .right ul li p {
    position: relative;
    padding-left: 70px;
}

.contact-page .contact-1 .right ul li p img {
    position: absolute;
    left: 0;
    top: 9px;
}

.news-page .i-news ul li .img-box .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.news-page .i-news ul li .img-box .bg img {
    width: auto;
}

.news-page .i-news ul li:hover .img-box .bg {
    opacity: 1;
}

.newdet-page .new_box {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.newdet-page .new_box .time {
    color: #666666;
}

.newdet-page .new_box h1 {
    line-height: 1.3;
    color: #333333;
}

.newdet-page .new_box .content {
    line-height: 32px;
    color: #666666;
}

.service-page .service-1 p.text {
    max-width: 1000px;
    line-height: 30px;
}

.service-page .service-2 {
    position: relative;
}

.service-page .service-2 .ui.container {
    z-index: 3;
}

.service-page .service-2 p.text {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.service-page .service-2 ul li>div {
    height: 270px !important;
}

.service-page .service-2 ul li .content {
    background-color: white;
}

.service-page .service-2 ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-page .service-2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 100px;
    background-color: #f8f8f8;
}

.service-page .service-3 .right ul li {
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #f4f4f4;
}

.service-page .service-3 .right ul li em {
    color: #0074cb;
    margin-right: 30px;
}

.service-page .service-3 .right ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#0074cb), to(transparent));
    background: -webkit-linear-gradient(left, #0074cb, transparent);
    background: -moz-linear-gradient(left, #0074cb, transparent);
    background: linear-gradient(to right, #0074cb, transparent);
}

.service-page .service-3 .right ul li:hover::after {
    width: 60%;
}

.service-page .service-4 {
    background-image: url(../images/service-3-bg.jpg);
    background-size: cover;
}

.service-page .service-4 .left ul {
    margin: -7px;
}

.service-page .service-4 .left ul li {
    padding: 7px;
}

.service-page .service-4 .left ul li .box {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    height: 250px;
    text-align: center;
}

.service-page .service-4 .left ul li:nth-child(2n) {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.service-page .service-4 .right {
    color: white;
}

.service-page .service-4 .right .h2 {
    color: white;
}

.manufacture-page .manu-1 .left {
    width: 40%;
}

.manufacture-page .manu-1 .right {
    width: 60%;
}

.manufacture-page .manu-1 .right .des {
    line-height: 30px;
}

.manufacture-page .manu-1 .right .box {
    position: relative;
    width: 107%;
}

.manufacture-page .manu-1 .right .box .h4 img {
    vertical-align: middle;
    margin-right: 35px;
}

.manufacture-page .manu-1 .right .box ul li {
    color: #0074cb;
    opacity: 0.7;
    -webkit-transition: 0.3;
    -moz-transition: 0.3;
    transition: 0.3;
    font-weight: 600;
}

.manufacture-page .manu-1 .right .box ul li em {
    font-weight: 900;
    font-size: 35px;
    margin-right: 30px;
    vertical-align: middle;
    position: relative;
}

.manufacture-page .manu-1 .right .box ul li em::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 100%, 100% 45%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 45%, 100% 100%, 0 100%);
    background-color: white;
}

.manufacture-page .manu-1 .right .box ul li:hover {
    opacity: 1;
}

.manufacture-page .manu-1 .right .box::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 160px;
    height: 120%;
    background-color: white;
}

.manufacture-page .manu-2 {
    position: relative;
}

.manufacture-page .manu-2 .ui.container {
    z-index: 3;
}

.manufacture-page .manu-2 p.text {
    line-height: 30px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.manufacture-page .manu-2 ul {
    color: white;
}

.manufacture-page .manu-2 .bottom {
    color: white;
}

.manufacture-page .manu-2 .bottom .more {
    background-color: white;
    color: black;
    margin: 15px 0;
}

.manufacture-page .manu-2 .bottom .more span {
    background-color: #073e61;
    color: white;
}

.manufacture-page .manu-2 .bottom .more:hover {
    background-color: var(--color);
    color: white;
}

.manufacture-page .manu-2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65%;
    background-color: #073e61;
}

.manufacture-page .manu-3 ul li {
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.manufacture-page .manu-3 ul li .icon {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background-color: #e6e6e6;
    text-align: center;
    line-height: 102px;
    margin: 25px auto;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.manufacture-page .manu-3 ul li .icon img {
    vertical-align: middle;
}

.manufacture-page .manu-3 ul li .icon::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 350%;
    height: 1px;
    background-color: #e7e7e7;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: -1;
}

.manufacture-page .manu-3 ul li .icon::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 350%;
    height: 1px;
    background-color: #e7e7e7;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: -1;
}

.manufacture-page .manu-3 ul li p {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.manufacture-page .manu-3 ul li:hover {
    color: #0074cb;
}

.manufacture-page .manu-3 ul li:hover p {
    opacity: 1;
}

.manufacture-page .manu-3 ul li:hover .icon {
    background-color: #0074cb;
}

.manufacture-page .manu-4 .ui.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.manufacture-page .manu-4 .left {
    width: 47%;
    padding-left: 7%;
}

.manufacture-page .manu-4 .left .text {
    line-height: 30px;
}

.manufacture-page .manu-4 .left ul li {
    position: relative;
    padding-right: 60px;
    margin-bottom: 40px;
}
.manufacture-page .manu-4 .left ul li:nth-last-child(1){
  margin-bottom: 0;
}

.manufacture-page .manu-4 .left ul li img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.manufacture-page .manu-4 .right {
    width: 53%;
}

.manufacture-page .manu-4 .right img {
    width: 100%;
}

.manufacture-page .manu-5 .text {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.manufacture-page .manu-5 ul li img {
    margin: auto;
}

@media screen and (max-width: 1450px) {
    .pb-270 {
        padding-bottom: 150px;
    }

    .pt-250 {
        padding-top: 150px;
    }

    .m-page {
        font-size: 22px;
    }

    .contact-page .contact-1 .left form ul li textarea {
        height: 170px;
    }

    .manufacture-page .manu-4 .left {
        padding-left: 3%;
    }

    .manufacture-page .manu-1 .right .box::after {
        width: 110px;
    }
}

@media screen and (max-width: 1250px) {
    .inner-banner .box p {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .inner-banner .box .arrow {
        width: 60px;
        height: 60px;
        line-height: 65px;
    }
    .product-page .product-2 .list ul li .box {
        padding: 30px 20px;
    }
    .service-page .service-4 .left {
        padding-left: 0;
    }

    .service-page .service-4 .left ul li:nth-child(2n) {
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px);
    }

    .manufacture-page .manu-1 .left {
        width: 100%;
    }

    .manufacture-page .manu-1 .right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .manufacture-page .manu-4 .right {
        display: none;
    }

    .manufacture-page .manu-4 .left {
        width: 100%;
        text-align: left;
    }

    .manufacture-page .manu-4 .left ul li {
        padding-left: 60px;
        padding-right: 0;
    }

    .manufacture-page .manu-4 .left ul li img {
        left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-2 .box {
        padding: 0 85px;
        background-size: 60px;
    }

    .inner-banner .box .arrow {
        display: none;
    }
.product-page .product-2 .list ul li{
  width: 50%;
}

    .pt-250 {
        padding-top: 75px;
    }

    .pb-270 {
        padding-bottom: 65px;
    }
    .about-page .about-4 .con{
      padding-top: 0;
    }
    .about-page .about-4 .img {
        position: relative;
        width: 100%;
    }

    .about-page .about-4 .box {
        width: 100%;
        padding-left: 0;
    }

    .about-page .about-1 ul li {
        width: 50%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 30px;
        margin-bottom: 10px;
    }

    .about-page .about-1 ul li:nth-child(2)::after {
        content: none;
    }

    .product-page .product-2 .top ul {
        margin-bottom: 15px;
        margin-right: 20px;
    }

    .product-page .product-2 .top form {
        margin-left: 0;
    }

    .product-page .product-2 .center h1 {
        width: 100%;
        padding-right: 0;
        line-height: 30px;
    }

    .product-page .product-2 .center .Auxil-catdes {
        width: 100%;
    }

    .product-page .product-2 .list ul li .box {
        padding: 20px;
    }

    .prodet-page .prodet-2 .content .item3 form ul li {
        width: 50%;
    }

    .prodet-page .prodet-2 .content .item3 form ul li:nth-child(3) {
        width: 100%;
    }

    .contact-page .contact-1 .left {
        width: 100%;
    }

    .contact-page .contact-1 .right {
        width: 100%;
        padding-left: 0;
    }

    .news-page .i-news ul li {
        width: 50%;
    }

    .service-page .service-3 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .service-page .service-3 .left {
        width: 100%;
    }

    .service-page .service-4 .left {
        width: 100%;
        padding-right: 0;
    }

    .service-page .service-4 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .service-page .service-4 .left ul li:nth-child(2n) {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .manufacture-page .manu-3 ul li p {
        opacity: 1;
    }
}

@media screen and (max-width: 700px) {
    .newdet-page .new_box .time {
        line-height: 2;
    }

    .newdet-page .new_box h1 {
        line-height: 30px;
    }

    .about-page .about-1 ul li p {
        line-height: 2;
    }

    .about-page .about-1 .h2 {
        line-height: 30px;
    }

    .font-18 {
        line-height: 2;
    }

    .prodet-page .prodet-1 .right h1.Auxil-h1 {
        line-height: 2;
    }

    .product-page .product-2 .list ul li .box a.h4.font-24,
    .product-page .product-2 .list ul.flex li .box a {
        line-height: 2;
    }

    #index-body .i-about .top .left .font-40,
    #index-body .i-manufacture .left .h2 {
        line-height: 30px;
    }

    #index-body .i-product ul li .h5,
    #index-body .i-news ul li .h5 {
        line-height: 2;
    }

    .inner-banner .box p {
        padding: 0 15px;
    }

    .inner-banner .box .mbx {
        left: 15px;
        bottom: 10px;
    }

    .about-page .about-1 .top {
        padding: 0;
    }

    .about-page .about-1 ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .inner-banner .box p {
        top: 30%;
    }

    .inner-banner .box .arrow {
        width: 45px;
        height: 45px;
        line-height: 50px;
    }



    .faq-page ul li .icon {
        width: 65px;
    }

    .faq-page ul li {
        padding-left: 90px;
    }

    .gallery-page ul li {
        width: 50%;
    }

    .product-page .product-2 .list ul li {
        width: 50%;
    }

    .product-page .product-1 .des {
        padding: 0;
    }

    .product-page .product-2 .top ul {
        display: none;
    }

    .prodet-page .prodet-1 .left {
        width: 100%;
    }

    .prodet-page .prodet-1 .right {
        width: 100%;
        margin-top: 20px;
    }

    .prodet-page .prodet-2 ul.options {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prodet-page .prodet-2 .content .item3 form ul li {
        width: 100%;
    }

    .contact-page .contact-1 .left form ul li input {
        height: 48px;
    }

    .contact-page .contact-1 .left form ul li i {
        right: 13px;
        bottom: 1px;
    }

    .contact-page .contact-1 .left {
        padding-right: 0;
    }

    .news-page .i-news ul li {
        width: 100%;
    }

    .service-page .service-1 .center {
        display: none;
    }

    .service-page .service-1 .list ul {
        width: 50%;
    }

    .service-page .service-1 .list ul li {
        margin-bottom: 20px;
    }

    .service-page .service-2 ul li>div {
        height: 170px !important;
    }

    .manufacture-page .manu-3 .top .left {
        width: 100%;
    }

    .manufacture-page .manu-3 .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .manufacture-page .manu-1 .right .box ul li {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .manufacture-page .manu-1 .right .box ul li em {
        font-size: 28px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .inner-banner .box p {
        font-size: 16px;
        line-height: 30px;
    }

    .inner-banner>img {
        min-height: 200px;
        object-fit: cover;
    }

    .about-page .about-2 .box {
        padding: 0;
        background: white;
    }

    .about-page .about-1 ul li {
        padding: 0 10px 0 0;
    }

    .about-page .about-1 ul li::after {
        content: none;
    }

    .gallery-page ul li {
        width: 100%;
    }

    .product-page .product-2 .list ul li {
        width: 100%;
    }

    .service-page .service-4 .left ul li .box {
        height: 175px;
    }

    .service-page .service-3 .right ul li em {
        margin-right: 10px;
    }

    .service-page .service-2 ul li {
        width: 100%;
    }

    .service-page .service-2 ul li .img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .service-page .service-2 ul li .content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .service-page .service-2 ul li.flex-dcr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.seoPublic .Auxil-about .box .right.column .text {
    line-height: 30px;
}

.seoPublic .Auxil-about .box .right.column div.h3 {
    line-height: 1.8;
}

.seoPublic .Auxil-news .list ul li.column .content div.h6 {
    line-height: 1.8;
}

.seoPublic .Auxil-news .list ul li.column .content time {
    line-height: 2;
}

.seoPublic .Auxil-news .list ul li.column .content p {
    line-height: 30px;
}

.seoPublic .Auxil-form .form ul li.column input,
.seoPublic .Auxil-form .form ul li.column textarea {
    line-height: 30px;
}

.seoPublic.Auxil-industry .title {
    line-height: 1.6;
}

table td,
table th {
    font-size: 16px;
    line-height: 30px;
}

.seoPublic .text a {
    color: unset;
}

strong {
    font-weight: 600;
}

.seoPublic .seoIndustry .text {
    line-height: 30px;
}

.seoPublic .seoIndustry .text h3 {
    font-size: 26px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 700;
    color: var(--color);
}

.seoPublic .seoIndustry .text h4 {
    font-size: 20px;
    line-height: 1.8;
    padding: 5px 0;
    font-weight: 600;
}

#footer .f-copy a.foot-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
}

p.newcontent {
    font-size: 14px;
    line-height: 2;
    padding: 10px 0;
}

.newdet-page .new_box .content h2 {
    font-size: 24px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 800;
    color: var(--color);
}

.newdet-page .new_box .content h3 {
    font-size: 18px;
    line-height: 1.8;
    padding: 7px 0;
    font-weight: 700;
}