@font-face {
    font-family: 'Garamond';
    src: url('../fonts/EBGaramond.woff2') format('woff2'), url('../fonts/EBGaramond.ttf') format('truetype'), url('../fonts/EBGaramond.eot') format('embedded-opentype'), url('../fonts/EBGaramond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond';
    src: url('../fonts/EBGaramond-SemiBold.woff2') format('woff2'), url('../fonts/EBGaramond-SemiBold.ttf') format('truetype'), url('../fonts/EBGaramond-SemiBold.eot') format('embedded-opentype'), url('../fonts/EBGaramond-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Garamond';
    max-width: 1920px;
    --color: #e6212b;
    font-weight: normal;
    margin: 0 auto;
}

.container {
    width: 1750px;
}

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

.lh-0 {
    line-height: 0.8;
}

.lh-1 {
    line-height: 1;
}

.lh-2 {
    line-height: 1.2;
}

.lh-3 {
    line-height: 1.3;
}

.lh-4 {
    line-height: 1.4;
}

.lh-5 {
    line-height: 1.5;
}

.lh-6 {
    line-height: 1.6;
}

.lh-7 {
    line-height: 1.7;
}

.lh-8 {
    line-height: 1.8;
}

.lh-9 {
    line-height: 1.9;
}

.lh-10 {
    line-height: 2;
}


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

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

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

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

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

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

.grid-box {
    font-size: 0;
    vertical-align: top;
}

.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}

@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }

}

@media screen and (max-width: 700px) {
    .lh-2.font-46 {
        line-height: 1.8;
    }

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

    .font-17.con,
    .font-17.mb-40 {
        line-height: 2;
    }

    .grid-box.two>.column {
        width: 50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}

.m-auto {
    margin: auto;
}

.tit-hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.tit-hover:hover {
    color: var(--color);
}

.tit-medium {
    font-weight: 500;
}

.tit-semi {
    font-weight: 600;
}

.txt-light {
    font-weight: 300;
}

.white {
    color: white;
}

.tit-font {
    font-weight: 900;
}

.img_cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-color {
    color: var(--color);
}

.language-box .zhuyu {
    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;
}

.language-box .zhuyu i {
    font-size: 20px;
    color: black;
    margin-left: 5px;
}

.language-box .hover-language {
    width: auto;
    position: relative;
}

.language-box ul.sub-menu {
    position: absolute;
    background: #fff;
    top: 40px;
    right: -30px;
    z-index: 100;
    white-space: nowrap;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    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.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    display: none \9;
}

.language-box ul.sub-menu li a {
    width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.language-box ul.sub-menu li a img {
    margin-right: 10px;
    width: 25px;
    height: auto;
}

.language-box ul.sub-menu li:hover a {
    background: var(--color);
    color: white;
}

.language-box:hover .hover-language ul.sub-menu {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

#header {
    z-index: 21;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-color: white;
}

#header.active {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    top: -60px;
}

#header .nav-t {
    height: 60px;
    background-color: var(--color);
    z-index: 5;
}

#header .nav {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    height: 120px;
    z-index: 5;
}

#header .nav .ui.menu {
    width: 100%;
}

#header .nav .ui.menu .menu-box ul.menu>li {
    font-size: 18px;
    margin-right: 80px;
    -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: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid transparent;
    line-height: 1;
    font-weight: bold;
}

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

#header .nav .ui.menu .menu-box ul.menu>li:last-child {
    display: none;
}
#header .nav .ui.menu .menu-box ul.menu>li:nth-last-child(2) {
    margin-right: 0;
}
#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: 120%;
    left: -10px;
    width: auto;
    min-width: 180px;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    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-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;
    white-space: nowrap;
}

#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 {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}

#header .nav .ui.menu .right a.more span {
    font-size: 18px;
}

#header .nav-b {
    height: 70px;
    background-color: #f4f7f4;
    font-size: 16px;
}

#header .nav-b ul li {
    margin-right: 110px;
}

#header .nav-b ul li a {
    -webkit-transition: all;
    -moz-transition: all;
    transition: all;
}

#header .nav-b ul li a:hover {
    color: var(--color);
}

#header .nav-b ul li:last-child {
    margin-right: 0;
}

.more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--color);
    height: 50px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    padding: 0 70px;
    color: white;
}

.more:hover::before,
.more:active::before,
.more:focus::before,
.more:focus-visible::before{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

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

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

.more span {
    font-size: 16px;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.more.center {
    margin: 0 auto;
}
.shouye{
    font-size: 18px;
    line-height: 32px;
}
.shouye h1 {
    display: inline!important;
}


h2.h-title {
    font-size: 45px;
    line-height: 1.2;
    position: relative;
    z-index: 5;
    font-weight: bold;
}

@-webkit-keyframes drawCircle {
    from {
        /* 初始偏移量等于圆形周长，让描边完全隐藏 */
        stroke-dashoffset: 125.6;
    }

    to {
        /* 偏移量为0，描边完全显示 */
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes drawCircle {
    from {
        /* 初始偏移量等于圆形周长，让描边完全隐藏 */
        stroke-dashoffset: 125.6;
    }

    to {
        /* 偏移量为0，描边完全显示 */
        stroke-dashoffset: 0;
    }
}

@keyframes drawCircle {
    from {
        /* 初始偏移量等于圆形周长，让描边完全隐藏 */
        stroke-dashoffset: 125.6;
    }

    to {
        /* 偏移量为0，描边完全显示 */
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes text_transform {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes text_transform {
    0% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes text_transform {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

.circle {
    position: relative;
    fill: transparent;
    /* 填充透明，只显示边框 */
    stroke: rgba(255, 255, 255, 0.8);
    /* 描边颜色 */
    stroke-width: 1;
    /* 描边宽度 */
    /* 关键：设置虚线长度为圆形周长（周长=2πr，r=20则周长≈125.6） */
    stroke-dasharray: 125.6;
    /* 初始偏移量等于周长，隐藏描边 */
    stroke-dashoffset: 125.6;
    /* 绑定动画：名称、时长、速度曲线、保持最终状态 */
}

#banner {
    position: relative;
    z-index: 1;
    margin-top: 250px;
}

#banner .banner-content ul li video{
    position: relative;
    vertical-align: middle;
}

#index-body {
    overflow: hidden;
}

#index-body .homepage-1 {
    background-color: #f4f7f4;
}

#index-body .homepage-2 a.more {
    width: 520px;
    margin-top: 70px;
}

#index-body .homepage-2 ul {
    margin: 0 -20px;
}

#index-body .homepage-2 ul li {
    padding: 0 20px;
}

#index-body .homepage-2 ul li a.img {
    display: block;
}

#index-body .homepage-2 ul li a.img .i2 {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

#index-body .homepage-2 ul li:hover a.img .i2 {
    opacity: 1;
}

#index-body .homepage-3 {
    background-color: #f4f7f4;
    position: relative;
}

#index-body .homepage-3 .open {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#index-body .homepage-3 .open.active {
    opacity: 1;
}

#index-body .homepage-3 .container {
    z-index: 5;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 80px;
}

#index-body .homepage-3 .container button {
    width: 50px;
    height: 90px;
    background-color: #ecefdc;
    padding: 15px 5px;
    border-radius: 35px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    line-height: 1;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#index-body .homepage-3 .container button span:first-child {
    color: white;
}

#index-body .homepage-3 .container button.active {
    background-color: black;
}

#index-body .homepage-3 .container button.active::after {
    top: 45px;
    background-color: #ecefdc;
}

#index-body .homepage-3 .container button::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#index-body .homepage-4 .content {
    background-color: #f4f7f4;
    height: 240px;
    padding: 0 40px;
}

#index-body .homepage-4 .content ul li {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    padding: 0 55px;
    text-align: center;
}

#index-body .homepage-4 .content ul li p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    min-height: 54px;
}

#index-body .homepage-5 {
    padding-left: 100px;
}

#index-body .homepage-5 .left {
    width: 30%;
    padding: 35px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

#index-body .homepage-5 .right {
    width: -webkit-calc((70% - 35px));
    width: -moz-calc((70% - 35px));
    width: calc((70% - 35px));
}

#index-body .homepage-5 .right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

#index-body .homepage-5 .right .img {
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    inset:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#index-body .homepage-5 .right a.playBtn{
    z-index: -1;
    opacity:0; 
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
#index-body .homepage-5 .right a.playBtn.active{
    opacity: 1;
    z-index: 3;
}
#index-body .homepage-5 .right .img.active {
    opacity: 1;
    z-index: 2;
}

#index-body .homepage-6 .bottom ul {
    margin: 0 -10% 0 -10px;
}

#index-body .homepage-6 .bottom ul li {
    padding: 10px;
}

#index-body .homepage-6 .bottom ul li .box {
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#index-body .homepage-6 .bottom ul li .box .img{
    aspect-ratio: 1 / 1;
}
#index-body .homepage-6 .bottom ul li .box .text {
    padding: 30px 15px 20px;
}
#index-body .homepage-6 .bottom ul li .box .text h4{
    font-size:18px;
    min-height: 54px;
}
#footer .top {
    background-color: #f4f7f4;
}

#footer .top form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
}

#footer .top form ul li {
    padding: 0 7px;
    width: 22%;
}

#footer .top form ul li:nth-child(3) {
    width: -webkit-calc(56% - 250px);
    width: -moz-calc(56% - 250px);
    width: calc(56% - 250px);
}

#footer .top form ul li:last-child {
    width: 250px;
}

#footer .top form ul li input[type="text"] {
    width: 100%;
    height: 70px;
    background-color: white;
    border: none;
    padding: 0 20px;
    font-size: 16px;
}

#footer .top form ul li input[type="submit"] {
    width: 100%;
    border: none;
    background-color: transparent;
}

#footer .top form ul li a.more {
    width: 100%;
    height: 70px;
}

#footer .top form ul li a.more span {
    font-size: 20px;
}

#footer>.h-title a {
    display: inline-block;
    border-bottom: 2px solid black;
}

#footer .center {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer .center ul li h4 {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 50px;
    font-weight: bold;
}

#footer .center ul li span {
    font-size: 18px;
    line-height: 1.4;
}

#footer .center ul li.qrcode #ewm canvas,
#footer .center ul li.qrcode #ewm img {
    width: 215px;
    height: 215px;
    border: 5px solid white;
}

#footer .center ul li .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer .center ul li .share a {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #000;
    color: white;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin-right: 10px;
}

#footer .center ul li .share a:last-child {
    margin-right: 0;
}

#footer .center ul li .share a i {
    font-size: 20px;
}

#footer .center ul li .share a:hover {
    background-color: var(--color);
}

#footer .center ul li.contact {
    max-width: 350px;
}

#footer .center ul li.contact .list {
    margin-bottom: 30px;
}

#footer .center ul li.contact .list:last-child {
    margin-bottom: 0;
}

#footer .center ul li.link span {
    line-height: 1;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#footer .center ul li.link span:last-child {
    margin-bottom: 0;
}

#footer .center ul li.link span:hover {
    color: var(--color);
}

#footer .bottom {
    position: relative;
    z-index: 2;
}

#footer .bottom span {
    font-size: 18px;
}
.mingd,
.yejiao {
display: inline;
}
.yejiao {
margin-left: 20px;
}

#footer .bottom span a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .bottom span a:hover {
    color: var(--color);
}

#footer .bottom span img {
    width: auto;
    height: 19px;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

@media screen and (max-width: 1800px) {
    div.container {
        width: 1600px;
    }

    #header .nav-b ul li {
        margin-right: 85px;
    }
}

@media screen and (max-width: 1700px) {
    div.container {
        width: 1400px;
    }

    #header .nav-b ul li {
        margin-right: 60px;
    }

    #index-body .homepage-4 .content ul li {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1450px) {
    div.container {
        width: 1200px;
    }

    #header .nav-b ul li {
        margin-right: 40px;
    }

    h2.h-title {
        font-size: 40px;
    }

    #header .nav .ui.menu .menu-box ul.menu>li {
        margin-right: 45px;
    }
}

@media screen and (max-width: 1250px) {
    div.container {
        width: 970px;
    }

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

    a.more {
        padding: 0 45px;
    }

    h2.h-title {
        font-size: 36px;
    }

    #index-body .homepage-5 .left p {
        margin: 30px 0;
    }

    #footer .center ul li.link {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    div.container {
        width: 700px;
    }

    #banner .banner-content ul li .content {
        width: 100%;
    }

    #index-body .homepage-1 .left {
        width: 100%;
        padding: 0 15px;
    }

    #index-body .homepage-1 .right {
        width: 100%;
        margin-top: 45px;
        padding: 0 15px;
    }

    #index-body .homepage-4 .content {
        height: auto;
        padding: 30px;
    }

    #index-body .homepage-4 .content ul li {
        padding: 0 15px;
        margin: 10px 0;
        width: 33.3333333%;
    }

    #index-body .homepage-5 {
        padding: 0 15px !important;
    }

    #index-body .homepage-5 .left {
        width: 100%;
    }

    #index-body .homepage-5 .right {
        width: 100%;
        margin-top: 45px;
    }

    #index-body .homepage-6 .bottom ul {
        margin: 0 -10px;
    }

    #footer .top form {
        margin-top: 35px;
    }

    #footer .top form ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    #footer .top form ul li:last-child {
        margin-bottom: 0;
    }

    #footer .top form ul li:nth-child(3) {
        width: 100%;
    }

    #footer .center ul li.qrcode {
        margin-top: 45px;
    }
}

@media screen and (max-width: 700px) {
    div.container {
        width: 100%;
    }
    #index-body .homepage-4 .content ul li{
        width: 50%;
    }
    #footer .center ul li.contact {
        max-width: 100%;
    }

    #footer .center ul li .share {
        width: 100%;
        margin-top: 45px;
    }

    #footer .bottom span {
        text-align: center;
    }

    h2.h-title {
        font-size: 30px;
    }

    #index-body .homepage-2 ul {
        margin: 0 -10px;
    }

    #index-body .homepage-2 ul li {
        padding: 0 10px;
    }

    #index-body .homepage-2 a.more {
        width: 160px;
        margin-top: 30px;
    }

    a.more {
        padding: 0 30px;
        height: 40px;
    }

    #footer .top form ul li a.more {
        width: 160px;
    }
}

@media screen and (max-width: 500px) {
    #banner .banner-content ul li .content .btn {
        display: none;
    }
    #index-body .homepage-4 .content {
        padding: 30px 10px;
    }
    #index-body .homepage-4 .content ul li p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.4;
    }
}



.i-tag {
    font-size: 18px;
    color: #898989;
    display: inline-block;
    position: relative;
}

.i-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #898989;
}

.inner-banner {
    margin-top: 250px;
    position: relative;
}

.inner-banner .container {
    position: absolute;
    left: 50%;
    bottom: 7%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.inner-banner .left {
    vertical-align: bottom;
    padding-right: 10%;
}

.inner-banner .left span.h2 {
    color: #fff;
}

.inner-banner .box .right {
    vertical-align: bottom;
}

.inner-banner .right .mbx {
    text-align: right;
    font-size: 20px;
    color: white;
    line-height: 1.6;
}


.about-page .about-1 {
    padding: 80px 0;
    text-align: center;
}

.about-page .about-1 .ui.container {
    max-width: 1400px;
}

.about-page .about-1 .text {
    font-size: 20px;
    color: #8e8e8e;
    line-height: 2;
    margin: 1em 0 1.5em;
    /*max-height: 360px;*/
    padding-right: 20px;
    overflow-y: auto;
    margin-bottom: 30px;
}

.about-page .about-1 .text em {
    color: #242424;
    font-weight: bold;
}

.about-page .about-2 {
    padding-bottom: 80px;
}

.about-page .about-2 .ui.container {
    max-width: 1410px;
}

.about-page .about-2 .list ul {
    margin: -20px;
}
.about-page .about-2 .list ul li {
    padding: 20px;
}

.about-page .about-2 .list ul li .box {
    text-align: center;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.about-page .about-2 .list ul li .box a.img {
    display: block;
}

.about-page .about-2 .list ul li .box a.img img {
    width: 100%;
}

.about-page .about-2 .list ul li .box .content {
    padding: 25px;
}

.about-page .about-2 .list ul li .box .content span.h3 {
    font-weight: bold;
    font-size: 26px;
    color: #242424;
    line-height: 2;
}

.about-page .about-2 .list ul li .box .content .text {
    font-size: 20px;
    color: #626262;
    line-height: 1.4;
    margin-top: .5em;
    min-height: 3em;
}

.about-page .about-3 {
    padding-bottom: 135px;
    text-align: center;
    position: relative;
}

.about-page .about-3:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 32%;
    background: url("../images/about-3-bg.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}

.about-page .about-3 .ui.container {
    max-width: 1410px;
}

.about-page .about-3 .options {
    margin-top: 70px;
}

.about-page .about-3 .options ul {
    margin: -10px;
}

.about-page .about-3 .options ul li {
    padding: 10px;
}

.about-page .about-3 .options ul li span {
    font-weight: bold;
    font-size: 22px;
    color: #332f2c;
    line-height: 1.2;
    padding-bottom: 1em;
    border-bottom: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
    text-align: left;
    cursor: pointer;
    cursor: hand;
}

.about-page .about-3 .options ul .slick-current li span {
    border-bottom-color: var(--color);
    color: var(--color);
}

.about-page .about-3 .ret {
    margin-top: 80px;
    padding: 0 5%;
}

.about-page .about-3 .ret ul {
    margin: -5px;
}

.about-page .about-3 .ret ul li {
    padding: 5px;
}

.about-page .about-3 .ret .left {
    vertical-align: middle;
}

.about-page .about-3 .ret .left .img {
    height: 335px;
    background-size: cover;
    background-position: center center;
    display: block;
}

.about-page .about-3 .ret .right {
    vertical-align: middle;
    padding-left: 0%;
    text-align: left;
}

.about-page .about-3 .ret .right span.txt {
    font-size: 30px;
    font-weight: bold;
    text-transform: unset;
    color: var(--color);
}

.about-page .about-3 .ret .right span.h3 {
    font-size: 20px;
    color: #626262;
    margin-bottom: 1.5em;
    display: block;
    line-height: 1.6;
}

.about-page .about-3 .ret .right .btn div {
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    height: 48px;
    padding: 0 24px;
    border-radius: 24px;
    border: 1px solid #bfbfbf;
    margin-right: 12px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-3 .ret .right .btn div img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-3 .ret .right .btn div.next img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.about-page .about-3 .ret .right .btn div:hover {
    background: var(--color);
    border-color: var(--color);
}

.about-page .about-3 .ret .right .btn div:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.about-page .about-4 {
    text-align: center;
}

.about-page .about-4 .list {
    margin-top: 50px;
    padding: 0 10%;
    overflow: hidden;
}

.about-page .about-4 .list ul .slick-list {
    overflow: unset;
}

.about-page .about-4 .list ul li a {
    display: block;
    position: relative;
}

.about-page .about-4 .list ul li a img {
    width: 100%;
}

.about-page .about-4 .list ul li a span {
    height: 50px;
    width: 50px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f9bc62;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.about-page .about-4 .list ul li a span img {
    width: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.about-page .about-4 .list ul li a:hover span {
    opacity: 1;
}

.about-page .about-4 .list ul .slick-slide {
    -webkit-transform: scale(0.7862069);
    -moz-transform: scale(0.7862069);
    -ms-transform: scale(0.7862069);
    transform: scale(0.7862069);
    position: relative;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}

.about-page .about-4 .list ul .slick-slide li {
    -webkit-transform: translateX(65%);
    -moz-transform: translateX(65%);
    -ms-transform: translateX(65%);
    transform: translateX(65%);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}

.about-page .about-4 .list ul .slick-active {
    -webkit-transform: scale(0.87931034);
    -moz-transform: scale(0.87931034);
    -ms-transform: scale(0.87931034);
    transform: scale(0.87931034);
    z-index: 1;
}

.about-page .about-4 .list ul .slick-active li {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}

.about-page .about-4 .list ul .slick-active.slick-current {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}

.about-page .about-4 .list ul .slick-active.slick-current li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.about-page .about-4 .list ul .slick-active.slick-current+div {
    -webkit-transform: scale(0.87931034);
    -moz-transform: scale(0.87931034);
    -ms-transform: scale(0.87931034);
    transform: scale(0.87931034);
    z-index: 1;
}

.about-page .about-4 .list ul .slick-active.slick-current+div li {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
}

.about-page .about-4 .list ul .slick-active.slick-current+div+div {
    -webkit-transform: scale(0.7862069);
    -moz-transform: scale(0.7862069);
    -ms-transform: scale(0.7862069);
    transform: scale(0.7862069);
}

.about-page .about-4 .list ul .slick-active.slick-current+div+div li {
    -webkit-transform: translateX(-65%);
    -moz-transform: translateX(-65%);
    -ms-transform: translateX(-65%);
    transform: translateX(-65%);
}

.about-page .about-5 {
    padding: 50px 0 100px;
    text-align: center;
}

.about-page .about-5 .options {
    margin-top: 65px;
    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;
    border-bottom: 1px solid #c3c3c3;
}

.about-page .about-5 .options span {
    font-size: 20px;
    font-weight: bold;
    width: 360px;
    margin-right: 1em;
    height: 2.5em;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .75em;
    border: 1px solid #c3c3c3;
    cursor: pointer;
    cursor: hand;
    background: #eee;
    margin-bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-5 .options span i {
    color: #bfbfbf;
}

.about-page .about-5 .options span.active {
    background-color: white;
    border-bottom-color: transparent;
}

.about-page .about-5 .ret {
    margin-top: 55px;
    position: relative;
}

.about-page .about-5 .ret .slide.active {
    position: static;
    opacity: 1;
    z-index: 1;
}

.about-page .about-5 .ret ul {
    margin: -8px;
}

.about-page .about-5 .ret ul li {
    padding: 8px;
}

.about-page .about-5 .ret ul li img {
    width: 100%;
}


.news-page {
    padding: 60px 0 51px;
}

.news-page .ui.container ul.newslist {
    margin-top: 60px;
}

.news-page .ui.container ul.newslist li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
}

.news-page .ui.container ul.newslist li .column {
    vertical-align: top;
}

.news-page .ui.container ul.newslist li:last-child {
    margin-bottom: 0;
}

.news-page .ui.container ul.newslist li .date {
    min-width: 120px;
    width: 120px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
}

.news-page .ui.container ul.newslist li .date span {
    font-size: 90px;
    font-weight: 700;
    color: var(--color);
    line-height: 1;
    text-align: center;
}

.news-page .ui.container ul.newslist li .date em {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: var(--color);
    margin-top: 10px;
}

.news-page .ui.container ul.newslist li .text {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 80px;
}

.news-page .ui.container ul.newslist li .text .content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .text h5 {
    margin-bottom: 20px;
    line-height: 2;
    font-weight: 600;
    /*text-transform: uppercase;*/
}

.news-page .ui.container ul.newslist li .text h5 a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.news-page .ui.container ul.newslist li .text h5 a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--color);
}

.news-page .ui.container ul.newslist li .text p {
    color: #a5a5a5;
    line-height: 2;
}

.news-page .ui.container ul.newslist li .text .content p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .img-box {
    max-height: 170px;
    overflow: hidden;
    width: 30%;
}

.newdet-page .ui.container .newst {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    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-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newdet-page .ui.container .newst span {
    color: var(--color);
    font-weight: bold;
}

.newdet-page .ui.container .newst span em {
    color: #a5a5a5;
    font-weight: 400;
    margin-left: 10px;
}

.newdet-page .ui.container h1 {
    margin: 100px 0 30px;
}

.newdet-page .ui.container .content {
    color: #626262;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}
.newdet-page .ui.container .content a{
    color: var(--color);
    font-weight: bold;
}
.newdet-page .ui.container .bottom {
    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-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 30px;
    border-bottom: 1px solid #ccc;
}

.newdet-page .ui.container .bottom .sharebox {
    color: #222;
}

.newdet-page .ui.container .bottom .sharebox span {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.newdet-page .ui.container .bottom .sharebox ul {
    width: auto;
    vertical-align: middle;
}

.newdet-page .ui.container .bottom .sharebox ul li {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 100%;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
}

.newdet-page .ui.container .bottom .sharebox ul li a {
    font-size: 24px;
    color: var(--color);
}

.newdet-page .ui.container .bottom .tabbox .mores i {
    width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.newdet-page .ui.container .bottom .tabbox .mores:hover i {
    background: var(--color);
    color: white;
}

.newdet-page {
    padding-top: 80px;
}

.prodet-page .prodet-3 {
    text-align: center;
}

.prodet-page .prodet-3 span.txt {
    margin-bottom: .3em
}

.prodet-page .prodet-3 .list {
    margin: 45px 0
}

.prodet-page .prodet-3 .dots {
    text-align: center
}

.prodet-page .prodet-3 .dots ul {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.prodet-page .prodet-3 .dots ul li {
    margin: 0 7px
}

.prodet-page .prodet-3 .dots ul li button {
    font-size: 20px;
    color: #242424;
    width: 36px;
    height: 36px;
    border: none;
    border-bottom: 1px solid transparent;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: transparent
}

.prodet-page .prodet-3 .dots ul li.slick-active button {
    border-color: #242424
}


.inner-page .m-page {
    margin-top: 50px;
    text-align: center;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inner-page .m-page a,
.inner-page .m-page span,
.inner-page .m-page .next,
.inner-page .m-page .prev {
    margin: 0 15px;
    font-size: 20px;
    color: #242424;
    width: 44px;
    height: 44px;
    border: 1px solid transparent;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .m-page .next,
.inner-page .m-page .prev {
    font-size: 35px;
    color: #666
}

.inner-page .m-page>div {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    border-bottom-color: #242424
}

.inner-page .m-page .prev img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.inner-page .m-page .next,
.inner-page .m-page .prev {
    border-color: #ccc;
    cursor: pointer;
    cursor: hand
}

.inner-page .m-page .next img,
.inner-page .m-page .prev img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .m-page .next:hover,
.inner-page .m-page .prev:hover {
    background-color: #f9bc62
}

.inner-page .m-page .next:hover img,
.inner-page .m-page .prev:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.inner-page #productList ul {
    margin: -15px
}

.inner-page #productList ul li {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 15px
}

.inner-page #productList ul li .box {
    border: 1px solid #ccc;
    overflow: hidden
}

.inner-page #productList ul.relatedlist li {
    border: none
}

.inner-page #productList ul.relatedlist li .box1 {
    border: 1px solid #ccc;
    margin-right: -2px
}

.inner-page #productList ul li:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #f9bc62;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 0;
    display: none
}

.inner-page #productList ul li a.img-box {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-page #productList ul li a.img-box img {
    width: auto;
    margin: 0 auto;
    display: block;
    background: #ececec
}

.inner-page #productList ul li a.img-box:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.inner-page #productList ul li .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 20px
}

.inner-page #productList ul li .btn a {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    margin: 0 5px;
    border: 1px solid #ccc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page #productList ul li .btn a img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page #productList ul li .btn a:hover {
    border-color: var(--color);
    background-color: var(--color)
}

.inner-page #productList ul li .btn a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.inner-page #productList ul li span.h6 {
    font-size: 22px;
    color: #332f2c;
    line-height: 2;
    margin: 1.5em 0 0;
    display: block;
    padding: 0 1em;
    position: relative;
    z-index: 2
}

.inner-page #productList ul.slick-slider li span.h6 {
    height: 4.2em;
    overflow: hidden
}

.inner-page #productList ul li a.link {
    font-size: 18px;
    color: #fff;
    height: 2.44444444em;
    text-align: center;
    background-color: #c1c1c1;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    width: 100%;
    z-index: 2
}

.inner-page #productList ul li a.link em {
    position: relative;
    display: inline-block;
    line-height: 1
}

.inner-page #productList ul li a.link:hover {
    background-color: var(--color)
}

.inner-page #productList ul li:hover {
    z-index: 1
}

.inner-page #productList ul li:hover:after {
    opacity: 1
}

.inner-page #productList ul li:hover a.link {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.inner-page #productList ul li .line i {
    position: absolute;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    background: var(--color);
    z-index: 4
}

.inner-page #productList ul li .line i:nth-child(1) {
    left: 0;
    top: 0;
    width: 1px;
    height: 0
}

.inner-page #productList ul li .line i:nth-child(2) {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

.inner-page #productList ul li .line i:nth-child(3) {
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}

.inner-page #productList ul li .line i:nth-child(4) {
    right: 0;
    top: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}

.inner-page #productList ul li:hover .line i:nth-child(1) {
    height: 100%
}

.inner-page #productList ul li:hover .line i:nth-child(2) {
    width: 100%
}

.inner-page #productList ul li:hover .line i:nth-child(3) {
    height: 100%
}

.inner-page #productList ul li:hover .line i:nth-child(4) {
    width: 100%
}

.inner-page .form ul {
    margin: -15px -7px
}

.inner-page .form ul li {
    padding: 15px 7px
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    padding: .6em 1em;
    border: 1px solid #ccc
}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e
}

.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
    color: #8e8e8e
}

.inner-page .form ul li textarea {
    height: 150px
}

.inner-page .form ul li input[type=submit] {
    border: none;
    background: #c1c1c1;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .form ul li input[type=submit]:hover {
    background: var(--color)
}

.inner-page .form ul li.wid-100 {
    width: 100%
}


.manufacturing-page .marginBox {
    padding: 0 !important;
}

.manufacturing-page .marginTop .list ul li img {
    display: block;
    width: 100%;
}

.manufacturing-page .marginTop .list ul .slick-dots {
    position: absolute;
    bottom: 5%;
    left: 0;
    text-align: center;
    width: 100%;
}

.manufacturing-page .marginTop .list ul .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.manufacturing-page .marginTop .list ul .slick-dots li button {
    display: none;
}

.manufacturing-page .marginTop .list ul .slick-dots li.slick-active {
    background-color: white;
}

.manufacturing-page .manufacturing-1 {
    padding: 90px 0 70px;
}

.manufacturing-page .manufacturing-1 .left {
    padding-right: 3%;
    vertical-align: bottom;
}

.manufacturing-page .manufacturing-1 .left .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    margin: 1em 0 2em;
}

.manufacturing-page .manufacturing-1 .right {
    padding-left: 3%;
    vertical-align: bottom;
}

.manufacturing-page .manufacturing-1 .right .list ul {
    margin: -40px -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 40px 15px;
    width: 50%;
    min-width: 50%;
}

.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-weight: bold;
    font-size: 60px;
    color: var(--color);
    display: block;
}

.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sub {
    font-size: 0.78333333em;
    font-weight: normal;
    vertical-align: baseline;
}

.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sup {
    font-size: 0.46666667em;
    vertical-align: middle;
}

.manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 20px;
    color: #242424;
}

.manufacturing-page .manufacturing-2 {
    padding-bottom: 90px;
}

.manufacturing-page .manufacturing-2 .list ul {
    margin: -23px;
}

.manufacturing-page .manufacturing-2 .list ul li {
    padding: 23px;
}

.manufacturing-page .manufacturing-2 .list ul li a {
    display: block;
}

.manufacturing-page .manufacturing-2 .list ul li a img {
    display: block;
    width: 100%;
}

.manufacturing-page .manufacturing-2 .list ul li a span {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    padding: .5em;
    text-align: center;
    background-color: var(--color);
    color: white;
}

.manufacturing-page .manufacturing-3 {
    padding: 95px 0 105px;
    background: url("../images/manufacturing-3-bg.jpg") center center no-repeat;
    background-size: cover;
}

.manufacturing-page .manufacturing-3 .box {
    margin-left: 55%;
}

.manufacturing-page .manufacturing-3 .box .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.8;
    padding-right: 1em;
    max-height: 11.2em;
    margin-top: 1.3em;
    overflow: auto;
}

.manufacturing-page .manufacturing-4 {
    padding-top: 100px;
    text-align: center;
}

.manufacturing-page .manufacturing-4 .list {
    margin-top: 50px;
    position: relative;
}

.manufacturing-page .manufacturing-4 .list:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d5d1d8;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}

.manufacturing-page .manufacturing-4 .list ul {
    margin: 0 -8px;
}

.manufacturing-page .manufacturing-4 .list ul li {
    padding: 0 8px;
}

.manufacturing-page .manufacturing-4 .list ul li a.img-box {
    display: block;
    border: 1px solid #bfbfbf;
}

.manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 24px;
    color: #242424;
    padding: 1.2em 0 .8em;
    display: block;
    line-height: 1.2;
    position: relative;
}

.manufacturing-page .manufacturing-4 .list ul li span.h6:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f9bc62;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.manufacturing-page .manufacturing-5 {
    padding: 120px 0 80px;
    text-align: center;
}

.manufacturing-page .manufacturing-5 .list {
    margin-top: 50px;
}

.manufacturing-page .manufacturing-5 .list ul {
    margin: -15px;
}

.manufacturing-page .manufacturing-5 .list ul li {
    padding: 15px;
}

.manufacturing-page .manufacturing-5 .list .slick-track {
    margin-left: 0;
}

.manufacturing-page .manufacturing-6 {
    padding: 100px 0 75px;
    background: url("../images/manufacturing-6-bg.jpg") center center no-repeat;
    background-size: cover;
}

.manufacturing-page .manufacturing-6 .left {
    vertical-align: bottom;
}

.manufacturing-page .manufacturing-6 .left .img {
    margin-right: -7%;
    margin-left: -5%;
}

.manufacturing-page .manufacturing-6 .right {
    vertical-align: bottom;
    padding-left: 4%;
    margin-bottom: 25px;
}

.manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 60px;
}

.manufacturing-page .manufacturing-6 .right .slide:first-child {
    margin-top: 0;
}

.manufacturing-page .manufacturing-6 .right span.h4 {
    font-weight: bold;
    font-size: 26px;
    color: #242424;
    line-height: 2;
    display: block;
    margin-bottom: 1.2em;
}

.manufacturing-page .manufacturing-6 .right .color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.manufacturing-page .manufacturing-6 .right .color span {
    font-size: 20px;
    padding: .4em;
    border-radius: 2em;
    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;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
    margin-right: .5em;
}

.manufacturing-page .manufacturing-6 .right .color span i {
    width: 2.2em;
    height: 2.2em;
    border-radius: 100%;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
}

.manufacturing-page .manufacturing-6 .right .color span em {
    margin-right: 2em;
}

.manufacturing-page .manufacturing-6 .right .color span:hover,
.manufacturing-page .manufacturing-6 .right .color span.active {
    background: white;
}

.manufacturing-page .manufacturing-6 .right .select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.manufacturing-page .manufacturing-6 .right .select span {
    font-size: 18px;
    color: #1b1b1b;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
    cursor: hand;
}

.manufacturing-page .manufacturing-6 .right .select span i {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-size: auto 80%;
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.manufacturing-page .manufacturing-6 .right .select span.active i,
.manufacturing-page .manufacturing-6 .right .select span:hover i {
    background-color: white;
}

.manufacturing-page .manufacturing-6 .right a.more {
    margin-top: 2.5em;
}

.manufacturing-page .manufacturing-7 {
    padding: 100px 0 0px;
    text-align: center;
}

.manufacturing-page .manufacturing-5 .text,
.manufacturing-page .manufacturing-7 .text {
    max-width: 1200px;
    display: block;
    font-size: 18px;
    color: #626262;
    line-height: 1.6;
    margin: 1em auto 2em;
}



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

    span.txt {
        font-size: 20px;
    }

    span.tag {
        font-size: 140px;
    }

    span.h2,
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
        font-size: 48px;
    }

    .about-page .about-1 .text,
    .manufacturing-page .manufacturing-1 .left .text,
    .manufacturing-page .manufacturing-3 .box .text,
    .manufacturing-page .manufacturing-7 .text,
    .manufacturing-page .manufacturing-5 .text {
        font-size: 18px;
    }

    .manufacturing-page .manufacturing-6 .right span.h4 {
        font-size: 22px;
    }

    .manufacturing-page .manufacturing-6 .right .color span {
        font-size: 16px;
    }

    .manufacturing-page .manufacturing-6 .right .color span i {
        width: 1.8em;
        height: 1.8em;
    }

    .manufacturing-page .manufacturing-6 .right .select span {
        font-size: 18px;
    }

    .manufacturing-page .manufacturing-6 .right .select span i {
        width: 90px;
        height: 90px;
    }

    .inner-banner .box .right .mbx {
        font-size: 16px;
    }
    .about-page .about-2 .list ul li .box .content {
        padding: 15px;
    }

    .about-page .about-2 .list ul li .box .content span.h3 {
        font-size: 20px;
    }

    .about-page .about-2 .list ul li .box .content .text {
        font-size: 18px;
    }

    .about-page .about-2 {
        padding-bottom: 60px;
    }

    .about-page .about-3 .options {
        margin-top: 40px;
    }

    .about-page .about-3 .options ul li span {
        font-size: 18px;
        padding-bottom: .6em;
    }

    .about-page .about-3 .ret {
        margin-top: 30px;
    }

    .about-page .about-3 .ret .right span.h3 {
        font-size: 20px;
    }

    .about-page .about-3 .ret .right .btn div,
    .seoBox .seoNews .top .btn div {
        line-height: 36px;
        height: 36px;
    }

    .about-page .about-3 {
        padding-bottom: 80px;
    }

    .about-page .about-5 {
        padding: 80px 0;
    }

    .about-page .about-5 .options span {
        font-size: 18px;
        width: 280px;
    }

    .about-page .about-5 .options {
        margin-top: 40px;
    }

    .inner-page .form ul li {
        padding: 6px;
    }

    .inner-page .form ul {
        margin: -6px;
    }

    .inner-page .form ul li input,
    .inner-page .form ul li textarea,
    .inner-page .form ul li input[type="submit"] {
        font-size: 16px;
    }

    .manufacturing-page .manufacturing-1 .right .list ul li p {
        font-size: 20px;
    }

    .manufacturing-page .manufacturing-2 .list ul li a span {
        font-size: 16px;
    }

    .manufacturing-page .manufacturing-4 .list ul li span.h6 {
        font-size: 20px;
    }

    .manufacturing-page .manufacturing-5 {
        padding: 80px 0;
    }

    .manufacturing-page .manufacturing-5 .list {
        margin-top: 30px;
    }

    .manufacturing-page .manufacturing-6 {
        padding: 50px 0;
    }

    .manufacturing-page .manufacturing-7 {
        padding: 70px 0;
    }

    .manufacturing-page .manufacturing-2 .list ul li {
        padding: 15px;
    }

    .manufacturing-page .manufacturing-2 .list ul {
        margin: -15px;
    }

    .inner-page #productList ul li span.h6 {
        font-size: 16px;
    }

    .inner-page #productList ul li a.link {
        font-size: 16px;
    }

    .inner-page #productList ul li a.link em:after {
        border-width: 2px;
    }

    .inner-page .m-page a,
    .inner-page .m-page span,
    .inner-page .m-page .next,
    .inner-page .m-page .prev {
        width: 36px;
        height: 36px;
        font-size: 16px;
        margin: 0 5px;
    }
}

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

    span.h2,
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
        font-size: 38px;
    }

    span.txt {
        font-size: 16px;
    }

    .about-page .about-5 .options span {
        font-size: 16px;
        width: 220px;
    }

    .about-page .about-1 .text,
    .manufacturing-page .manufacturing-1 .left .text,
    .manufacturing-page .manufacturing-3 .box .text,
    .manufacturing-page .manufacturing-7 .text,
    .manufacturing-page .manufacturing-5 .text {
        font-size: 16px;
    }

    span.tag {
        font-size: 100px;
    }

    .inner-page #productList ul li span.h6 {
        font-size: 14px;
    }

    .manufacturing-page .manufacturing-2 .list ul li {
        padding: 10px;
    }

    .manufacturing-page .manufacturing-2 .list ul {
        margin: -10px;
    }

    .manufacturing-page .manufacturing-1 {
        padding: 50px 0;
    }

    .manufacturing-page .manufacturing-1 .right .list ul li {
        padding: 20px 15px;
    }

    .manufacturing-page .manufacturing-1 .right .list ul {
        margin: -20px -15px;
    }

    .manufacturing-page .manufacturing-2 .list ul li a span {
        font-size: 14px;
    }

    .manufacturing-page .manufacturing-3 {
        padding: 60px 0;
    }

    .manufacturing-page .manufacturing-4 {
        padding-top: 60px;
    }

    .manufacturing-page .manufacturing-6 .right span.h4 {
        font-size: 18px;
    }

    .manufacturing-page .manufacturing-6 .right .color span {
        font-size: 14px;
    }

    .manufacturing-page .manufacturing-6 .right .select span {
        font-size: 16px;
    }

    .manufacturing-page .manufacturing-6 .right .slide {
        margin-top: 30px;
    }

}

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

    .about-page .about-1 .text,
    .manufacturing-page .manufacturing-1 .left .text,
    .manufacturing-page .manufacturing-3 .box .text,
    .manufacturing-page .manufacturing-7 .text,
    .manufacturing-page .manufacturing-5 .text {
        font-size: 14px;
    }

    span.h2,
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
        font-size: 28px;
    }

    .about-page .about-1 {
        padding: 40px 0;
    }

    .about-page .about-2 .list ul li .box .content span.h3 {
        font-size: 18px;
    }

    .about-page .about-2 .list ul li .box .content .text {
        font-size: 16px;
    }

    .about-page .about-2 .list ul li {
        padding: 10px;
    }

    .about-page .about-2 .list ul {
        margin: -10px;
    }

    .about-page .about-3 .options ul li span {
        font-size: 16px;
    }

    .about-page .about-3 .ret .right span.txt {
        font-size: 20px;
    }

    .about-page .about-3 .ret .right span.h3 {
        font-size: 18px;
    }

    .about-page .about-3 .ret .right .btn div,
    .seoBox .seoNews .top .btn div {
        line-height: 30px;
        height: 30px;
        padding: 0 15px;
    }

    .about-page .about-3 .ret .left .img {
        height: 240px;
    }

    .about-page .about-4 .list ul li a span {
        zoom: .7;
    }

    .about-page .about-5 .options span {
        font-size: 14px;
        width: 200px;
    }
}

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

    span.h2,
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
        font-size: 24px;
    }

    .inner-page .form ul li input,
    .inner-page .form ul li textarea,
    .inner-page .form ul li input[type="submit"] {
        font-size: 14px;
        padding: .5em;
    }

    .inner-page #productList ul li a.img-box {
        padding: 20px 5% 0;
    }

    .inner-page #productList ul li span.h6 {
        font-size: 14px;
    }

    .prodet-page .prodet-3 .dots ul li button {
        font-size: 16px;
        width: 32px;
        height: 32px;
    }

    .manufacturing-page .manufacturing-4 .list ul li span.h6 {
        font-size: 16px;
    }

    .manufacturing-page .manufacturing-1 .right .list ul li p {
        font-size: 16px;
    }

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

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

    .manufacturing-page .marginTop .list ul .slick-dots li {
        width: 6px;
        height: 6px;
    }

    .manufacturing-page .manufacturing-2 {
        padding-bottom: 60px;
    }

    .manufacturing-page .manufacturing-1 .right .list ul li {
        padding: 5px;
    }

    .manufacturing-page .manufacturing-1 .right .list ul {
        margin: -5px;
    }

    .manufacturing-page .manufacturing-5 {
        padding: 40px 0;
    }

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

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

    .manufacturing-page .manufacturing-6 .right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .manufacturing-page .manufacturing-6 .left {
        width: 100%;
    }

    .manufacturing-page .manufacturing-6 .left .img {
        margin: 0;
    }

    .manufacturing-page .manufacturing-6 .right .slide {
        margin-top: 15px;
    }

    .manufacturing-page .manufacturing-6 .right span.h4 {
        font-size: 16px;
    }

    .manufacturing-page .manufacturing-6 .right span.h4 {
        margin-bottom: .6em;
    }

    .manufacturing-page .manufacturing-6 .right a.more {
        margin-top: 1.5em;
    }

    .about-page .about-3 {
        padding-bottom: 40px;
    }

    .about-page .about-4 .list {
        margin-top: 30px;
    }

}

@media screen and (max-width: 700px) {
    .about-page .about-2 .list ul li .box .content span.h3 {
        font-size: 16px;
    }

    .about-page .about-2 .list ul li .box .content .text {
        font-size: 14px;
    }

    .about-page .about-3 .ret .right span.h3 {
        font-size: 16px;
    }

    .about-page .about-3 .ret .left .img {
        height: 180px;
    }

    .about-page .about-5 .options span {
        font-size: 12px;
        width: 140px;
    }

    .manufacturing-page .manufacturing-3 .box {
        margin-left: 25%;
    }

    .about-page .about-4 .list {
        padding: 0;
    }

    .newdet-page .ui.container .content {
        font-size: 16px;
    }

    .newdet-page .ui.container .bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prodet-page .prodet-3 .dots ul li button {
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .manufacturing-page .manufacturing-6 .right .select span {
        font-size: 14px;
    }

    .manufacturing-page .manufacturing-6 .right .select span i {
        width: 60px;
        height: 60px;
    }

    .manufacturing-page .manufacturing-6 .right .color span {
        font-size: 14px;
    }

    .manufacturing-page .manufacturing-7 {
        padding: 40px 0;
    }

    .news-page .ui.container ul.newslist li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-page .ui.container ul.newslist li .text {
        max-width: 600px;
        padding: 0 0px;
        width: 100%;
    }

    .news-page .ui.container ul.newslist li .date span {
        text-align: left;
    }

}

.why-page .service-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.why-page .service-1 .left {
    vertical-align: middle;
}

.why-page .service-1 .left .img {
    height: 620px;
    display: block;
    -webkit-mask-image: url("../images/service-1-mask.png");
    mask-image: url("../images/service-1-mask.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why-page .service-1 .right {
    vertical-align: middle;
    padding-left: 5%;
    padding-top: 5%;
}

.why-page .service-1 .right span.h2 {
    margin: .5em 0;
}

.why-page .service-1 .right span.h2 em {
    font-size: 0.875em;
}

.why-page .service-1 .right a.more {
    margin-top: 2em;
    font-size: 18px;
}

.why-page .service-2 {
    padding: 80px 0 10px;
    text-align: center;
}

.why-page .service-2 .list {
    margin-top: 80px;
}

.why-page .service-2 .list ul {
    margin: -13px;
}

.why-page .service-2 .list ul li {
    padding: 13px;
    text-align: center;
    overflow: hidden;
}

.why-page .service-2 .list ul li .num_box {
    position: relative;
    display: inline-block;
}

.why-page .service-2 .list ul li span.num {
    font-size: 50px;
    font-weight: 900;
    color: var(--color);
    display: inline-block;

    position: relative;
}

.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px;
    background-color: #bfbfbf;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -0.2em;
    transition: 0.5s;
}
.why-page .service-2 .list ul .slick-active.slick-current li .num_box::before{
    opacity: 0;
}
.why-page .service-2 .list ul .slick-active.slick-current + .slick-slide + .slick-slide + .slick-slide li .num_box::after{
    opacity: 0;
}
.why-page .service-2 .list ul li .num_box::before {
    right: 100%;
    left: auto;
    margin-right: 1em;
    margin-left: 0;
}

.why-page .service-2 .list ul li span.h6 {
    font-weight: 700;
    font-size: 24px;
    color: #120c0b;
    margin: .5em 0;
    display: block;
    line-height: 1.2;
}

.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}

.why-page .service-2 .list ul li .text {
    font-size: 18px;
}

.why-page .service-3 {
    padding: 130px 0 90px;
    text-align: center;
    color: white;
    background-image: url("../images/service-3-bg.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.why-page .service-3 span.h2 {
    margin-bottom: 1.2em;
    line-height: 1.4;
    font-size: 48px;
}

.why-page .service-3 a.more {
    color: #ffffff;
    font-size: 18px;
}

.why-page .service-3 a.more:hover {
    color: white;
}

.why-page .service-4 {
    padding: 60px 0;
    background-color: var(--color);
    color: white;
    text-align: center;
}

.why-page .service-4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.why-page .service-4 ul li {
    padding: 5px;
    border-right: 1px solid white;
}

.why-page .service-4 ul li span.h6 {
    font-weight: 900;
    font-size: 30px;
    display: block;
    line-height: 1.2;
}

.why-page .service-4 ul li span.h6 sub {
    font-size: 50%;
    vertical-align: baseline;
}

.why-page .service-4 ul li .text {
    color: inherit;
    margin-top: .5em;
    font-size: 18px;
}

.why-page .service-4 ul li:last-child {
    border-right: none;
}

.chainList {
    padding: 80px 0 100px;
}

.chainList .top .left {
    vertical-align: bottom;
}

.chainList .top .left span.tag {
    margin-bottom: 1em;
}

.chainList .top .right {
    vertical-align: bottom;
    text-align: right;
}

/*.chainList .top .right a.more {
    background-color: #f3f3f3;
  }*/
.chainList .bottom {
    margin-top: 70px;
}

.chainList .bottom .list ul {
    margin: -10px;
}

.chainList .bottom .list ul li {
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    line-height: 1.2;
}

.chainList .bottom .list ul li a.img-box {
    display: block;
}

.chainList .bottom .list ul li span.h6 {
    display: block;
    margin-top: .6em;
    margin-bottom: 5px;
}

.chainList .bottom .list ul li time {
    display: block;
    color: var(--color);
}

.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-1 .bottom {
  margin-top: 70px;
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.service-page .service-1 .bottom .left {
  width: 100%;
  padding-right: 0%;
}
.service-page .service-1 .bottom .left .list ul li {
  font-weight: bold;
  font-size: 28px;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .bottom .left .list ul li em {
  color: #bfbfbf;
}
.service-page .service-1 .bottom .left .list ul li:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
}
.service-page .service-1 .bottom .left .list ul li .des{
  font-size: 20px;
  color: black;
  font-weight: normal;
  padding-left: 45px;
  margin-top: 15px;
  display: none;
}
.service-page .service-1 .bottom .left .list ul li.active,
.service-page .service-1 .bottom .left .list ul li:hover {
  color: var(--color);
}
.service-page .service-1 .bottom .right {
  margin-top: 35px;
  margin-right: 45px;
  width: 32%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-1 .bottom .right .img {
  height: 450px;
  background-size: cover;
  background-position: center center;
  display: block;
}
@media screen and (max-width: 1600px) {
    .why-page .service-1 {
        padding-top: 80px;
    }

    .why-page .service-2,
    .why-page .service-3 {
        padding: 80px 0;
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 20px;
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 36px;
    }

    .why-page .service-2 .list {
        margin-top: 50px;
    }

    .why-page .service-4 {
        padding: 40px 0;
    }
    
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 24px;
  }
  .service-page .service-1 .bottom .right {
    width: 27%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 360px;
  }
  .service-page .service-1 .bottom {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1450px) {
    .why-page .service-1 .left .img {
        height: 600px;
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 32px;
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 18px;
    }

    .why-page .service-2 .list {
        margin-top: 30px;
    }

    .why-page .service-1 {
        padding-top: 60px;
    }

    .why-page .service-2,
    .why-page .service-3 {
        padding: 60px 0;
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 16px;
    }
      .service-page .service-1 .bottom .left .list ul li {
    font-size: 20px;
  }
  .service-page .service-1 .bottom .right {
    width: 24%;
  }
  .service-page .service-1 .bottom .right .img {
    height: 300px;
  }
    .why-page .service-2 .list ul .slick-active.slick-current + .slick-slide + .slick-slide li .num_box::after{
        opacity: 0;
    }
}

@media screen and (max-width: 1250px) {
    .why-page .service-2 .list ul li span.h6 {
        font-size: 14px;
        line-height: 28px;
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 24px;
    }
      .service-page .service-1 .bottom .right {
    margin-top: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
    .why-page .service-1 .right {
        padding: 0;
        width: 100%;
    }

    .why-page .service-1 .left {
        display: none;
    }

    .why-page .service-2 .list ul li {
        width: 25%;
    }

    .why-page .service-2 .list ul li:last-child span.num:after {
        display: inline-block;
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 28px;
    }
      .service-page .service-1 .bottom .left .list ul li {
    font-size: 18px;
  }
  .service-page .service-1 .bottom .right .img {
    height: 200px;
  }
    .service-page .service-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .why-page .service-2 .list ul .slick-active.slick-current + .slick-slide li .num_box::after{
    opacity: 0;
  }
}

@media screen and (max-width: 700px) {
    .why-page .service-4 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .why-page .service-4 ul li {
        width: 100%;
        border: none;
    }

}

@media screen and (max-width: 500px) {
    .why-page .service-1 {
        padding-top: 40px;
    }

    .why-page .service-2,
    .why-page .service-3 {
        padding: 40px 0;
    }

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

    .why-page .service-2 .list ul li .num_box::before,
    .why-page .service-2 .list ul li .num_box::after {
        display: none;
    }

    .why-page .service-4 ul li {
        width: 100% !important;
        margin: 10px 0;
    }

    .chainList .top .right {
        text-align: left;
        margin-top: 10px;
    }
    
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 14px;
  }
  .service-page .service-1 .bottom {
    display: block;
  }
  .service-page .service-1 .bottom .right {
    width: 100%;
  }
  .service-page .service-1 .bottom .left {
    padding-right: 0;
  }
  .service-page .service-1 .top {
    display: block;
  }
  .service-page .service-1 .top .right {
    margin-top: 10px;
  }
}


.faq-page .img2 {
  width: 100%;
}
.faq-page .init-1 .container .tips {
  font-weight: bold;
}
.faq-page .init-1 .container ul {
  margin-top: 40px;
}
.faq-page .init-1 .container ul li {
  padding: 40px 40px;
  border-top: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li:last-child {
  border-bottom: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li .titleC {
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.faq-page .init-1 .container ul li .titleC .q {
  text-transform: uppercase;
  width: 50px;
}
.faq-page .init-1 .container ul li .titleC .text {
  padding-right: 20px;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
.faq-page .init-1 .container ul li .titleC i {
  position: absolute;
  font-size: 30px;
  top: 0;
  right: -10px;
  color: #3d3d3d;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.faq-page .init-1 .container ul li .titleC.active i {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.faq-page .init-1 .container ul li .content {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  display: none;
}
.faq-page .init-2 .container .content {
  border: 2px solid #e9e9e9;
}
.faq-page .init-2 .container .content .img {
  width: 38%;
}
.faq-page .init-2 .container .content .right {
  width: 62%;
  padding: 10px 140px 10px 80px;
}
.faq-page .init-2 .container .content .right .title {
  font-weight: bold;
}
.faq-page .init-2 .container .content .right .des {
  margin-top: 20px;
}
.faq-page .init-2 .container .content .right .more {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .faq-page .init-2 .container .content .right {
    padding-right: 60px;
  }
}
@media (max-width: 1250px) {
  .faq-page .init-2 .container .content .img {
    width: 100%;
  }
  .faq-page .init-2 .container .content .right {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .faq-page .init-1 .container ul li {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .faq-page .init-1 .container ul li .titleC .q {
    width: 40px;
  }
  .faq-page .init-2 .container .content .right .more {
    margin-top: 20px;
  }
  .faq-page .init-1 .container ul li .titleC .text {
    font-size: 18px;
  }
}

.contact-page+#footer{
  border-top: 0
}
.contact-page .init-1 {
  padding-bottom: 220px;
}
.contact-page .init-1 .container .left {
  width: 320px;
}
.contact-page .init-1 .container .left .tips {
  font-weight: bold;
}
.contact-page .init-1 .container .left ul {
  padding-top: 50px;
}
.contact-page .init-1 .container .left ul li {
  margin-top: 30px;
}
.contact-page .init-1 .container .left ul li .titleC {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .left ul li .titleC .img {
  width: 20px;
}
.contact-page .init-1 .container .left ul li .titleC .mailImg {
  margin-top: 6px;
}
.contact-page .init-1 .container .left ul li .titleC .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  padding-left: 16px;
  font-weight: 700;
}
.contact-page .init-1 .container .left ul li .des {
  color: #6d6d6d;
  margin-top: 4px;
}
.contact-page .init-1 .container .right {
  width: calc(100% - 320px);
  margin-left: auto;
  max-width: 66%;
  font-size: 18px
}
.contact-page .init-1 .container .right .des {
  margin-top: 60px;
  color: #393939;
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
}
.contact-page .init-1 .container .right form .list.w-100 {
  width: 100%;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f4f7f4;
  width: 100%;
  border: none;
  padding: 13px;
  margin-top: 6px;
}
.contact-page .init-1 .container .right form .list .more {
  cursor: pointer;
}
.contact-page .map{
  margin-bottom: -20px
}
.contact-page .init-2 {
  text-align: center;
  background-color: #f4f7f4;
}
.contact-page .init-2 .container .tipsTitle {
  font-weight: bold;
}
.contact-page .init-2 .container .content {
  max-width: 1230px;
  margin: 60px auto 0;
}
.contact-page .init-2 .container .content .swiper .img {
  display: block;
}
.contact-page .init-2 .container .content .swiper .img img {
  width: 100%;
}
.contact-page .init-2 .container .content .swiper .title {
  margin-top: 20px;
  font-weight: bold;
  display: block;
}
.contact-page .init-2 .container .content .swiper .more {
  margin: 20px auto 0;
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  background: none;
  color: #000;
}
.contact-page .init-2 .container .content .swiper .more::after{
  display: none
}
.contact-page .init-2 .container .content .swiper .more i {
  position: relative;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact-page .init-2 .container .content .swiper .more:hover {
  background-color: var(--color);
  color: #fff;
   border: 1px solid var(--color);
}
.contact-page .init-2 .container .content .swiper .more:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: #fff;
}
.contact-page .init-2 .container .tipsDes {
  max-width: 720px;
  margin: 50px auto 0;
}
@media (max-width: 1250px) {
  .contact-page .init-1 {
    padding-bottom: 100px;
  }
  .sustainability-page .init-4 .container .content .right{
    min-height: 150px
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 45px;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .right form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    padding-bottom: 40px;
  }
  .contact-page .init-1 .container .left ul {
    padding-top: 0;
  }
  .contact-page .init-1 .container .right .des {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .content {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .tipsDes {
    margin-top: 20px;
  }
}




.product-page {
  background-color: #fff;
}
.product-page .init-1 .containerC .cateCont {
  width: 440px;
  background-color: #fff;
  padding: 70px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.product-page .init-1 .containerC .cateCont .tipsTitle {
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page .init-1 .containerC .cateCont ul li {
  margin-top: 10px;
}
.product-page .init-1 .containerC .cateCont ul li .first {
  position: relative;
  color: #343639;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
}
.product-page .init-1 .containerC .cateCont ul li .first span {
  position: relative;
}
.product-page .init-1 .containerC .cateCont ul li .first span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li .first i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.product-page .init-1 .containerC .cateCont ul li .first i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .init-1 .containerC .cateCont ul li .first:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active span::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.product-page .init-1 .containerC .cateCont ul li ul {
  display: none;
}
.product-page .init-1 .containerC .cateCont ul li.active ul{
  display: block;
}
.product-page .init-1 .containerC .cateCont ul li ul li {
  margin-top: 24px;
  padding-left: 10px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a {
  color: #838383;
  font-size: 16px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a:hover,
.product-page .init-1 .containerC .cateCont ul li ul li a.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li ul li:last-child {
  margin-bottom: 24px;
}
.product-page .init-1 .containerC .cateCont .more {
  width: 100%;
}
.product-page .init-1 .containerC .listContC {
  width: -webkit-calc(-340%);
  width: -moz-calc(-340%);
  width: calc(100% - 440px);
  padding-left: 70px;
}
.product-page .init-1 .containerC .listContC .titleC {
  border-bottom: 1px solid #cfcfcf;
}
.product-page .init-1 .containerC .listContC .titleC .cat {
  font-weight: bold;
  padding-right: 20px;
}
.product-page .init-1 .containerC .listContC .titleC form .text {
  width: 350px;
  background-color: #e9e9e9;
  border: none;
  padding: 10px 16px;
}
.product-page .init-1 .containerC .listContC .titleC form .submit {
  background-color: black;
  color: #fff;
  border: none;
  width: 140px;
  margin-left: 10px;
  transition: all .5s;
}
.product-page .init-1 .containerC .listContC .titleC form .submit:hover{
  background: var(--color);
}
.product-page .init-1 .containerC .listContC .content {
  padding-top: 20px;
}
.product-page .init-1 .containerC .listContC .content ul li {
  margin-top: 40px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC {
  background-color: white;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    aspect-ratio: 1 / 1;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img .i2{
    opacity: 0;
    transition: 0.5s;
}
.product-page .init-1 .containerC .listContC .content ul li .box:hover .topC .img .i2{
    opacity: 1;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img img {
  width: auto;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont {
  padding: 10px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
  font-weight: bold;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  display: block;
  font-weight: bold;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC {
  padding: 6px 0;
  background-color: white;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .btn {
  font-weight: bold;
  padding: 10px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .btn:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
  width: 100px;
  margin-left: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
  width: 24px;
  height: 22px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see {
  width: 100px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
  width: 24px;
  height: 16px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .catDes {
  line-height: 2;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.prodet-page {
  background-color: #fff;
}
.prodet-page .init-1 .container .containerC .left {
  padding-right: 70px;
  width: 33%;
  margin-top: 30px;
  position: sticky;
  top:240px;
  position: -webkit-sticky;
}
.prodet-page .init-1 .container .containerC .left .title {
  font-weight: bold;
}
.prodet-page .init-1 .container .containerC .left .desC .tips {
  font-weight: bold;
  color: var(--color);
}
.prodet-page .init-1 .container .containerC .left .desC .des {
  margin-top: 20px;
  border-top: 1px solid #cfcfcf;
}
/*.prodet-page .init-1 .container .containerC .left .desC .des table tbody{
  min-width: 400px;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr {
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td {
  border: none;
  padding: 10px 0;
  text-align: left !important;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td b,
.prodet-page .init-1 .container .containerC .left .desC .des table tr td strong {
  font-weight: bold;
}*/
.prodet-page .init-1 .container .containerC .left .des2 {
  color: #343639;
}
.prodet-page .init-1 .container .containerC .left .subImg {
  display: block;
}
.prodet-page .init-1 .container .containerC .right {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  width: 67%;
  margin-top: -20px;
}
.prodet-page .init-1 .container .containerC .right ul li {
  margin-top: 20px;
  width: 33.33%;
}
.prodet-page .init-1 .container .containerC .right ul li .box .img {
  display: block;
  background: #fff;
}
.prodet-page .init-1 .container .containerC .right ul li .box .img img {
  width: 100%;
}
.prodet-page .init-3 .det{
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.prodet-page .init-2 .cont {
  background-color: #f4f7f4;
  padding: 20px 70px;
}
.prodet-page .init-2 .cont .list {
  margin-top: 10px;
}
.prodet-page .init-2 .cont .list .h4 {
  display: block;
  font-weight: bold;
}
.prodet-page .init-2 .cont .list .title {
  color: #9a9a9a;
}
.prodet-page .init-2 .cont .list:hover .title {
  color: var(--color);
}
.prodet-page .init-2 .cont .prev {
  padding-right: 20px;
}
.prodet-page .init-2 .cont .next {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 1700px) {
  .product-page .init-1 .containerC .listContC .content ul li .box .bottomC .btn {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .product-page .init-1 .containerC .listContC .titleC form {
    margin-left: auto;
  }
  .product-page .init-1 .containerC .listContC .titleC .cat {
    width: 100%;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 50%;
  }
  .product-page .init-1 .containerC .listContC .titleC form{
    margin-left: 0;
    width: 100%;
  }
  .product-page .init-1 .containerC .listContC .titleC form .text{
    width: calc(100% - 150px);
  }
}
@media (max-width: 1250px) {
  .product-page .init-1 .containerC .cateCont {
    display: none;
  }
  .product-page .init-1 .containerC .listContC {
    width: 100%;
    padding-left: 30px;
  }
  .prodet-page .init-1 .container .containerC .left {
    width: 100%;
    padding-right: 0;
    position: relative;
    top:0;
  }
  .prodet-page .init-1 .container .containerC .right {
    width: 100%;
    margin-top: 45px;
    position: relative;
    top:0;
  }
}
@media (max-width: 1000px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 26px;
  }
  .prodet-page .init-2 .cont .list {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 700px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 22px;
  }
  .prodet-page .init-2 .cont {
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 16px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 100%;
  }
  .m-page a.prev,
  .m-page span.prev,
  .m-page a.next,
  .m-page span.next {
    width: 30px;
  }
  .prodet-page .init-1 .container .containerC .right ul li {
    width: 50%;
    margin-top: 10px;
  }
  .product-page .init-1 .containerC .listContC .titleC form .text {
    width: 100%;
  }
  .product-page .init-1 .containerC .listContC .titleC form .submit {
    height: 40px;
    margin-top: 10px;
    margin-left: 0;
  }
}

.m-page>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1em;
  flex-wrap: wrap;
}
.m-page>div a,
.m-page>div span {
  width: 2.4em;
  height: 2.4em;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  font-size: 18px;
  line-height: 2;
}
.m-page>div a:hover,
.m-page>div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}

.seoPublic .seoIndustry .text h2
 {
font-size: 26px;
line-height: 1.8;
color: var(--color);
font-weight: bold;
text-transform: capitalize;
}
.seoPublic .seoIndustry .text
 {
font-size: 20px;
line-height: 36px;
}
.seoPublic .seoIndustry .text h3
 {
font-size: 22px;
line-height: 40px;
font-weight: bold;
}
.seoPublic .Auxil-news .list ul li .content time
{
font-size: 16px;
line-height: 33px;
}
.lianjie
{
color: #666;
}
.seoPublic .Auxil-about .box .right .text
{
font-size: 18px;
line-height: 1.8;
}