﻿@charset "utf-8";

/* public*/
.row.row0 {
    margin-right: 0;
    margin-left: 0;
}

.row.row0 > div {
    padding-right: 0;
    padding-left: 0;
}

.text img, .text video {
    max-width: 100%;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-22 {
    font-size: 22px;
}

.font-26 {
    font-size: 26px;
}

.font-32 {
    font-size: 32px;
}

.dtable {
    display: table;
    width: 100%;
    height: 100%;
}

.dtable .dtcell {
    display: table-cell;
    vertical-align: middle;
}

.block {
    display: block;
}

/* body{padding-top: 88px;} */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover, a:focus {
    color: #e60039;
    text-decoration: none;
}

/* body.on{overflow: hidden;} */
.header {
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 90;
    width: 100%;
    background: #000;
    padding: 0 90px;
    text-align: center;
    transition: all 0.3s;
}

/* .header:after {
    width: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: '';
    position: absolute;
    top: -120%;
    left: 0;
    display: inline;
    height: 100%;
    background: #fff;
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -2;
} */
/* .header.activeHead:after{top:0;}
.header .logo{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    display: inline-block;
    padding: 20px 0 25px;
    z-index: -1;
} */
.header .logo {
    margin-top: 30px;
}

.header .logo a {
    display: inline-block;
}

.header .logo img {
    display: block;
    height: 32px;
    margin: 0 auto;
}

/* .header .logo .logo2{display: none;}
.header .logo a:hover .logo2{display: block;}
.header .logo a:hover .logo1{display: none;} */
/* .header.activeHead .logo .logo1{display: none!important;}
.header.activeHead .logo .logo2{display: block!important;} */
.menu-btn {
    display: block;
    width: 28px;
    height: 22px;
    position: relative;
    margin-top: 39px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center 0;
    -ms-transform-origin: center center 0;
    transform-origin: center center 0;
    cursor: pointer;
    z-index: 92;
}

.menu-btn .line {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: background 0.5s ease 0s, transform 0.3s ease;
    transition: background 0.5s ease 0s, transform 0.3s ease;
    left: 0;
}

.on .menu-btn .line {
    left: 5px;
}

.on .menu-btn .line {
    background: #191919;
}

.on .menu-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.6s ease 0.5s;
    transition: transform 0.6s ease 0.5s
}

.menu-btn .line1 {
    top: 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.menu-btn .line2 {
    top: 10px;
    width: 80%;
    left: 10%;
}

.menu-btn .line3 {
    bottom: 0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}

.on .menu-btn .line1 {
    transform: rotate(45deg);
}

.on .menu-btn .line2 {
    display: none;
}

.on .menu-btn .line3 {
    transform: rotate(-45deg);
}

.ico-sea {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../Images/ico_sea.png) no-repeat center / cover;
    margin-top: 40px;
    margin-left: 40px;
    float: left;
    position: relative;
    z-index: 92;
}

.on .ico-sea {
    background: url(../Images/ico_sea2.png) no-repeat center / cover;
}

.head-r {
    position: relative;
    z-index: 91;
}

.head-r .head-tel {
    height: 128px;
    line-height: 128px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    padding-right: 38px;
    font-size: 26px;
    font-family: Times New Roman;
    font-weight: bold;
    float: left;
    padding-left: 35px;
    background: url(../Images/ico_tel.png) left center no-repeat;
}

.head-r .lang {
    float: right;
    padding-left: 10px;
    margin-top: 40px;
}

.head-r .lang a {
    float: left;
    height: 18px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-left: 30px;
    transition: all 0.3s;
    font-size: 20px;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
}

.on .head-r .lang a {
    color: #000;
}

.head-r .lang a i {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 18px;
}

.head-r .lang a i:after {
    content: '\22'
}

.head-r .lang a:hover {
    color: #e60039;
}

.head-nav {
    width: 450px;
    max-width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    display: none;
}

.head-nav-w {
    overflow: hidden;
    position: relative;
    padding-top: 130px;
}

.head-nav-box {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.head-nav-w dl {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.head-nav-w dl:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -20px;
}

.head-nav-w dl dt {
    font-weight: normal;
    font-family: "SourceHanSansCNRegular";
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}

.head-nav-w dl dd {
    line-height: 30px;
    font-size: 14px;
    color: #888;
}

.head-nav-w dl dd.ty-tit {
    font-size: 16px;
    color: #333;
    font-family: "SourceHanSansCNRegular";
}

.banner .img {
    overflow: hidden;
}

.banner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.5s ease-out 0.8s;
}

.banner .swiper-slide-active .img img {
    transform: scale(1);
}

.index-prev, .index-next {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 108px;
    background: url(../Images/ico_prev.png) center no-repeat;
    background-size: 27px;
    margin-top: -54px;
    z-index: 3;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.swiper-button-disabled {
    cursor: no-drop;
}

.index-prev {
    left: 3%;
}

.index-next {
    right: 3%;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.index-prev:hover, .index-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.swiper-pagination-bullet-active {
    background: #9d1522;
}

.ani-line {
    width: 100%;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 10;
    text-align: right;
}

.ani-line span {
    color: #fff;
    font-family: arial;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.ani-line .swpagn {
    font-size: 48px;
}

.ani-line .swpagn2 {
    font-size: 24px;
    margin-top: 40px;
    padding-left: 5px;
    position: relative;
}

.ani-line .swpagn2:after {
    position: absolute;
    width: 1px;
    height: 50px;
    left: 0px;
    top: -20px;
    content: '';
    transform: skewX(-30deg);
    background: #fff;
}


.ban-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 4%;
    z-index: 2;
    color: #fff;
}

.ban-txt .p1 {
    font-size: 48px;
    margin-bottom: 0px;
    opacity: 0;
    font-family: "Neutraface Bold";
    text-transform: uppercase;
    color: #d6d6d6;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.ban-txt .p2 {
    font-size: 26px;
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
}

.ban-txt .p3 {
    opacity: 0;
    margin-top: 20px;
}

.more1:hover {
    background: #9d1522;
    color: #fff !important;
}

.ban-txt .ban-move-box {
    display: inline-block;
    max-width: 1200px;
    opacity: 0;
}

.ban-txt .ban-move-box .line {
    width: 220px;
    height: 1px;
    background: #fff;
    margin: 10px auto 20px;
}

.title-s1 {
    padding: 60px 0 0;
    text-align: center;
    margin-bottom: 40px;
}

.title-s1 h4 {
    color: #555;
    font-size: 24px;
}

.title-s1 h1 {
    font-family: Canela;
    text-transform: uppercase;
    font-size: 48px;
    margin: 10px 0 5px;
}

.title-s1 .line {
    width: 150px;
    height: 2px;
    background: #00d8ff;
    margin: 0 auto 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.title-s1 .p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.title-s1 .line.on {
    width: 350px;
}

.more-s1 a {
    display: inline-block;
    line-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 42px;
    font-size: 18px;
    font-family: "Neutraface Bold";
    text-transform: uppercase;
    overflow: hidden;
    height: 44px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.more-s1 a:hover {
    color: #fff;
    border-color: #e60039;
}

.more-s1 a span {
    position: relative;
    display: inline-block;
    width: 240px;
    overflow: hidden;
    z-index: 2;
}

.more-s1 a span:after {
    background: #e60039;
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.more-s1 a:hover span:after {
    width: 112%;
}

.wrapper {
    padding: 0 15px;
}

.img-position {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.img-size1 {
    display: block;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}

.home-pro-swp .boxs {
    position: relative;
}

/* .home-pro-swp .boxs:after{
    position: absolute;
    top:0;
    right: -20px;
    height: 100%;
    border-right: 1px solid #eee;
    content: '';
} */
.home-pro-swp .boxs .p {
    font-size: 16px;
    text-align: left;
    background: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 12px;
}

.home-pro-swp .boxs .p a {
    position: relative;
    padding-left: 25px;
}

.home-pro-swp .boxs .p a i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #e60039;
}

.home-pro-swp .boxs .p a i:after {
    content: '\35'
}

.mode-swp-page {
    position: relative;
    bottom: 0;
    margin: 40px 0;
}

.mode-swp-page .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #ccc;
    border-radius: 0;
    opacity: 1;
}

.mode-swp-page .swiper-pagination-bullet-active {
    background: #00d8ff;
}

.home-case {
    padding-bottom: 60px;
    background: #f2f2f2;
}

.hm-case ul {
    width: 100%;
    padding-bottom: 45%;
    position: relative;
}

.hm-case ul li {
    position: absolute;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    background: #f8f8f8;
}

.hm-case ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hm-case ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    z-index: 1;
}

.hm-case ul li.hm-case_1 {
    width: 33%;
    padding-bottom: 26.55%;
    top: 0;
    left: 0;
}

.hm-case ul li.hm-case_2 {
    width: 16.25%;
    padding-bottom: 30%;
    top: 0;
    left: 33%;
}

.hm-case ul li.hm-case_3 {
    width: 16.25%;
    padding-bottom: 15%;
    top: 0;
    left: 49.25%;
}

.hm-case ul li.hm-case_4 {
    width: 16.25%;
    padding-bottom: 15%;
    top: 0;
    left: 65.5%;
}

.hm-case ul li.hm-case_5 {
    width: 18.25%;
    padding-bottom: 22.5%;
    top: 0;
    left: 81.75%;
}

.hm-case ul li.hm-case_6 {
    width: 32.5%;
    padding-bottom: 15%;
    top: 33.3333332%;
    left: 49.25%;
}

.hm-case ul li.hm-case_7 {
    width: 33%;
    padding-bottom: 18.5%;
    top: 58.88888888%;
    left: 0%;
}

.hm-case ul li.hm-case_8 {
    width: 32.5%;
    padding-bottom: 15%;
    top: 66.666666%;
    left: 33%;
}

.hm-case ul li.hm-case_9 {
    width: 16.25%;
    padding-bottom: 15%;
    top: 66.666666%;
    left: 65.5%;
}

.hm-case ul li.hm-case_10 {
    width: 18.25%;
    padding-bottom: 22.5%;
    top: 50%;
    left: 81.75%;
}

.hm-case ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-case ul li .txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    color: #fff;
}

.hm-case ul li .txt .p {
    margin-top: 10px;
    color: #fff;
    display: none;
}

.hm-case ul li.hm-case_01 .txt, .hm-case ul li.hm-case_03 .txt, .hm-case ul li.hm-case_09 .txt {
    color: #000;
}

.hm-case ul li.hm-case_01 .txt .p, .hm-case ul li.hm-case_03 .txt .p, .hm-case ul li.hm-case_09 .txt .p {
    color: #888;
}

.home-core .imgbg {
    height: 100%;
}

.home-core {
    position: relative;
    z-index: 2;
}

.home-core .txt {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.home-core .txt .swptxt {
    float: right;
    width: 480px;
    max-width: 100%;
    background: #000;
    color: #fff;
    min-height: 100px;
}

.home-core .txt .swptxt .txt-boxs {
    padding: 10px 40px 80px;
    min-height: 650px;
}

.home-core .txt .swptxt .txt-boxs .title-s1 {
    text-align: left;
}

.home-core .txt .swptxt .txt-boxs .title-s1 h4 {
    color: #00d8ff;
}

.home-core .txt .swptxt .txt-boxs .ms {
    margin-top: 50px;
}

.home-core .txt .swptxt .txt-boxs .ms .t {
    position: relative;
}

.home-core .txt .swptxt .txt-boxs .ms .t .s {
    font-size: 32px;
}

.home-core .txt .swptxt .txt-boxs .ms .t .n {
    font-size: 68px;
    font-family: arial;
    font-weight: 800;
    color: #fff;
    opacity: 0.26;
    font-style: italic;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.home-core .txt .swptxt .txt-boxs .ms .p {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

.mode-swp-page2.swiper-pagination {
    bottom: 30px;
    padding: 0 40px;
    text-align: left;
}

.mode-swp-page2 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 10px 0 0 !important;
    vertical-align: middle;
}

.mode-swp-page2 .swiper-pagination-bullet-active {
    background: transparent;
    width: 12px;
    height: 12px;
    border: 1px solid #00d8ff;
}


.mode-swp-btn {
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    position: relative;
    transition: opacity .1s linear;
    cursor: pointer;
    margin-left: 10px;
}

.mode-swp-btn:before {
    display: block;
    height: 2px;
    background: #fff;
    margin-top: -1px;
}

.mode-swp-btn:after, .mode-swp-btn:before {
    content: "";
    width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.mode-swp-btn:after {
    height: 0;
    border-style: solid;
    margin-top: -5px;
    transition: margin .2s ease-in-out;
}

.mode-prev:before {
    margin-left: 0;
    transition: width .2s ease-in-out;
}

.mode-prev:after {
    border-width: 5px 7px 5px 0;
    border-color: transparent #fff transparent transparent;
    margin-left: -5px;
}

.mode-swp-btn:hover:before {
    width: 6px;
}

.mode-prev:hover:after {
    margin-left: -7px;
}

.mode-next:before {
    transition: width .2s ease-in-out, margin .2s ease-in-out;
}

.mode-next:after {
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    margin-left: -2px;
}

.mode-next:hover:before {
    margin-left: -6px;
}

.mode-next:hover:after {
    margin-left: 0;
}

.mode-next:focus {
    outline: none;
}

.mode-swp-btn2 {
    background-color: #fff;
    border: 1px solid #eee;
}

.mode-swp-btn2:hover {
    background: #eee;
}

.mode-swp-btn2:before {
    background: #000;
}

.mode-swp-btn2.mode-prev:after {
    border-color: transparent #000 transparent transparent;
}

.mode-swp-btn2.mode-next:after {
    border-color: transparent transparent transparent #000;
}


.focus .ban-txt .p1, .focus .ban-txt .p2, .focus .ban-txt .ban-move-box {
    opacity: 1;
}

.focus .ban-txt .ban-move-box .line {
    margin-left: 0;
    margin-bottom: 20px
}

.focus .ban-txt .pt div.c {
    display: flex;
    justify-content: left;
    align-items: stretch;
    flex-wrap: wrap;
    word-spacing: 10px;
}

.focus .ban-txt .pt div.c > span {
    overflow: hidden;
    position: relative;
    margin: 0 0px;
}

.focus .ban-txt .pt div.c span font {
    visibility: hidden;
}

.focus .ban-txt .pt div.c span span {
    font-style: normal;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    -moz-animation: bTTextZt 1s ease-in-out 1s forwards;
    -webkit-animation: bTTextZt 1s ease-in-out 1s forwards;
    animation: bTTextZt 1s ease-in-out 1s forwards;
}

.focus .ban-txt .pt div.c > span:after {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    height: 5px;
    -webkit-transform: translateY(-50%);
    -webkit-animation: bTLineZt 1.5s ease-in-out forwards;
    -moz-transform: translateY(-50%);
    -moz-animation: bTLineZt 1.5s ease-in-out forwards;
    transform: translateY(-50%);
    animation: bTLineZt 1.5s ease-in-out forwards;
}

.focus .ban-txt .pt.p2 {
    font-size: 32px;
    color: #fff;
}

.focus .ban-txt .pt.p2 div.c > span:after {
    height: 2px;
}

/* .focus .ban-txt .pt.p2 div.c >span{margin: 0;} */
@-webkit-keyframes bTLineZt {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}

@keyframes bTLineZt {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}

@-webkit-keyframes bTTextZt {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes bTTextZt {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.focus .ban-txt .p1 .c {
    margin-right: 20px;
}

.focus .ban-txt .p2 div.c > span {
    margin-right: 15px;
}


.Preva {
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    font-family: "ElegantIcons";
    font-size: 24px;
}

.Nreva {
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 30px;
    margin-top: -15px;
    font-family: "ElegantIcons";
    font-size: 24px;
}

.Preva:after {
    content: '\34'
}

.Nreva:after {
    content: '\35'
}

.prevs2, .nexts2 {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 54px;
    background: url(../Images/ico_prev3.png) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    margin-top: -27px;
    z-index: 3;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.prevs2 {
    left: -50px;
}

.nexts2 {
    right: -50px;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}


.info-detail {
    padding-top: 60px;
    padding-bottom: 60px;
}

.info-detail .title {
    text-align: center;
    margin-bottom: 50px;
}

.info-detail .title h3 {
    margin-bottom: 15px;
}

.info-detail .title .p {
    color: #888;
}

.pagepage {
    font-size: 16px;
    margin-top: 50px;
}

.title-s2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.title-s2 .line {
    width: 180px;
    height: 2px;
    background: #e60039;
    margin: 20px auto 12px;
}

.title-s2 h2 {
    font-family: "SourceHanSansCNRegular";
    line-height: 1.8;
}

.title-s2 h4 {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.title-s2 .p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.more-s3 a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}

.more-s3 a span {
    vertical-align: middle;
}

.more-s3 a .ico-rd {
    display: inline-block;
    width: 7px;
    height: 12px;
    vertical-align: middle;
    position: relative;
    margin-left: 40px;
}

.more-s3 a .ico-rd:after {
    content: "";
    width: 0;
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    border-style: solid;
    margin-top: -5px;
    transition: margin .2s ease-in-out;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #e60039;
}

.more-s3 a:hover .ico-rd:after {
    margin-left: 3px;
    border-color: transparent transparent transparent #e60039;
}

.more-s3 a .ico-rd:before {
    display: block;
    height: 2px;
    width: 18px;
    background: #fff;
    margin-top: -1px;
    transition: width .2s ease-in-out, margin .2s ease-in-out;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #e60039;
    margin-left: -18px;
}

.more-s3 a:hover .ico-rd:before {
    width: 28px;
    margin-left: -25px;
}

.home-about-swp .cms {
    text-align: center;
}

.home-about-swp .cms .tn .n {
    font-size: 38px;
    font-family: arial;
    font-weight: bold;
    color: #e60039;
}
.home-about-swp{max-width: 1200px;}
.home-about-swp .cms .tn .fh {
    vertical-align: top;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #e60039;
}

.home-about-swp .cms .p {
    font-size: 16px;
    color: #555;
    margin-top: 5px;
}

.home-product {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.home-product .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.home-product .title-s2 {
    color: #fff;
}

.home-product-wrap {
    position: relative;
    z-index: 3;
}

.home-product-tab {
    position: relative;
}

.home-product-tab .boxs {
    position: relative;
    padding-top: 100%;
}

.home-product-tab .boxs .cms {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
}

.home-product-tab .on .boxs .cms {
    background: #fff;
}

.home-product-tab .boxs .cms .ico-img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;
    right: 10px;
}

.home-product-tab .on .boxs .cms .ico-img {
    bottom: 24px;
}

.home-product-tab .boxs .cms .ico-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.home-product-tab .boxs .cms .ico-img .img2 {
    display: none;
}

.home-product-tab .on .boxs .cms .ico-img .img1 {
    display: none;
}

.home-product-tab .on .boxs .cms .ico-img .img2 {
    display: block;
}

.home-product-tab .p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 8px;
    line-height: 24px;
    background: #e60039;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: none;
}
.home-product-tab .p span{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-product-tab .p:after {
    display: block;
    width: 10px;
    height: 0;
    border-top: 10px solid #e60039;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.home-product-tab .on .p {
    display: block;
}

.home-product-tab .swiper-slide {
    cursor: pointer;
    padding-bottom: 15px;
}

.home-product-wrap .groups {
    padding: 50px;
    background: #fff;
}

.home-product-wrap .groups .item {
    display: none;
}

.home-product-wrap .groups .item.on {
    display: block;
}
/* .home-product-wrap .groups .item .c-boxs{} */
.home-product-wrap .groups .item .c-boxs .shaw{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.73);
    opacity: 0;
    filter: alpha(opacity=0);
}
.home-product-wrap .groups .item .c-boxs:hover .shaw{
    opacity: 1;
    filter: alpha(opacity=100);
}
.home-product-wrap .groups .item .c-boxs .shaw .ico-sea3{
    position: absolute;
    top:50%;
    left: 50%;
    width: 48px;
    height: 48px;
    background: url(../Images/ico_sea3.png) no-repeat center / cover;
    margin-top: -24px;
    margin-left: -24px;
}
.home-product-wrap .groups .item .imgs {
    display: block;
    position: relative;
    padding-top: 122.5%;
    border:1px solid #ddd;
    overflow: hidden;
}

.home-product-wrap .groups .item .txt {
    text-align: center;
    padding: 15px 10px 10px;
}

.home-product-wrap .groups .item .txt h4 {
    margin-bottom: 10px;
    font-family: "SourceHanSansCNRegular";
    line-height: 24px;
    height: 72px;
}

.more-sa1 {
    text-align: center;
    margin-top: 25px;
}

.more-sa1 a {
    display: inline-block;
    line-height: 42px;
    border: 1px solid #e60039;
    background: #e60039;
    border-radius: 42px;
    font-size: 18px;
    text-transform: uppercase;
    overflow: hidden;
    height: 44px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}

.more-sa1 a:hover {
    color: #e60039;
}

.more-sa1 a span {
    position: relative;
    display: inline-block;
    width: 240px;
    overflow: hidden;
    z-index: 2;
}

.more-sa1 a span:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.more-sa1 a:hover span:after {
    width: 112%;
}

.home-news {
    background: url(../Images/img14.jpg) no-repeat center / cover;
    padding-bottom: 50px;
}

.home-news .title-s1 {
    max-width: 40%;
    text-align: left;
    margin-bottom: 0;
}

.home-news .title-s1 {
    color: #fff;
}

.home-news .title-s1 h4 {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 15px;
}

.home-news .title-s1 .m a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    position: relative;
    line-height: 20px;
}

.home-news .title-s1 .m a i {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 5px;
}

.home-news .title-s1 .m a i:after {
    content: '\39'
}

.home-news .tops {
    position: relative;
    margin-bottom: 50px;
}

.home-news .tops .more-s1 {
    position: absolute;
    right: 0;
    bottom: 30px;
}

.home-news .tops .more-s1 a span {
    width: 240px;
    color: #fff;
    text-align: center;
}

.footer {
    padding-top: 50px;
    border-top: 1px solid #ddd;
}

.footer .foot-logo {
    margin-bottom: 25px;
}

.foot-ewm {
    display: inline-block;
    text-align: center;
}
.foot-ewm img{max-width: 130px;}

.foot-ewm p {
    font-size: 16px;
    margin-top: 10px;
}

.icp {
    background: #000;
    color: #fff;
    padding: 20px 0;
    margin-top: 50px;
}

.footer .foot-nav h4 {
    font-family: "SourceHanSansCNRegular";
    margin-bottom: 20px;
}

.footer .foot-nav ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer .mesc {
    display: inline-block;
    text-align: center;
}

.footer .mesc .sh {
    text-align: center;
    margin-top: 16px;
}

.footer .mesc .sh a {
    width: 40px;
    height: 27px;
    display: inline-block;
    background: url(../Images/ico2.png) left top no-repeat;
    margin: 0 5px;
    vertical-align: top;
}

.footer .mesc .sh a.a2 {
    background-position: -57px 0;
}

.footer .mesc .sh a.a3 {
    background-position: -118px 0;
}

.footer .mesc h3 a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.inner-nav-wrap {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}

.inner-nav-wrap .home-product-tab .boxs .cms {
    border-color: #ddd;
}

.inner-nav-wrap .home-product-tab .p2 {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
.inner-nav-wrap .home-product-tab .on .p2{color: #e60039;}

.inner-nav-wrap .home-product-tab .on .boxs .cms {
    border-color: #e60039;
    border-width: 2px;
}

.inner-nav-wrap .home-product-tab .on .boxs .cms .ico-img {
    bottom: 0;
}

.inner-nav2 {
    text-align: center;
    margin-top: 20px;
}

.inner-nav2 a {
    display: inline-block;
    width: 160px;
    max-width: 12%;
    margin: 0 3px 6px;
    font-size: 16px;
    line-height: 38px;
    border-radius: 38px;
    border: 1px solid #ddd;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inner-nav2 a.on {
    background: #e60039;
    color: #fff;
    border-color: #e60039;
}

.products-list .imgs {
    border: 1px solid #d8d8d8;
}

.products-list .imgs .imgs-boxs {
    display: block;
    width: 100%;
    padding-top: 120%;
    position: relative;
}

.products-list .txt {
    display: block;
    text-align: center;
    padding: 20px 10px;
}
.products-list .txt h4{
    font-size: 16px;
    line-height:24px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list .txt .p {
    margin-top: 15px;
    line-height: 24px;
    height: 48px;
    display: none;
}

.det-text {
    margin-bottom: 50px;
}

.product-det-swp {
    max-width: 1100px;
    margin: 0 auto 30px;
    text-align: center;
}

.product-det-swp p {
    font-size: 16px;
    margin-top: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: no-drop;
    pointer-events: initial;
}

.about-con-mid {
    margin-top: 60px;
    background: #f2f2f2;
    padding: 60px 0 30px;
}

.about-con-mid .txt .h1 {
    font-family: arial;
    font-weight: bold;
    color: #d7d7d7;
    font-size: 54px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-con-mid .txt .h4 {
    margin-top: -20px;
    font-family: "SourceHanSansCNRegular";
    font-size: 24px;
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: #e60039;
}

.about-con-mid .swiper-pagination {
    position: relative;
    margin-top: 50px;
}

.about-s3 .imgs {
    padding-top: 82%;
    position: relative;
    overflow: hidden;
}

.about-s3 .imgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s3 .imgs i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    z-index: 3;
}

.about-s3 .swiper-slide-active .imgs i {
    display: none;
}

.about-s3 .cboxs {
    max-width: 1100px;
    margin: -50px auto 0;
    height: 100px;
    background: #fff;
    position: relative;
    z-index: 2;
    line-height: 100px;
    box-shadow: 0 3px 10px 1px #ddd;
}

.about-s3 .cboxs .dfpage {
    text-align: center;
    font-family: arial;
}

.about-s3 .cboxs .dfpage .swiper-pagination-total {
    font-size: 16px;
}

.about-s3 .cboxs .dfpage .swiper-pagination-current {
    font-size: 24px;
    color: #e60039;
}

.prev-md {
    position: absolute;
    top: 0;
    left: 30px;
    color: #888;
    font-size: 30px;
}

.prev-md:after {
    content: '\23'
}

.next-md {
    position: absolute;
    top: 0;
    right: 30px;
    color: #888;
    font-size: 30px;
}

.next-md:after {
    content: '\24'
}

.about-s4 {
    padding: 20px 0 1px;
}

.about-s4 .imgs {
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}

.about-s4 .imgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-s4 .swiper-pagination {
    position: relative;
    margin: 50px 0;
}

.case-list .boxs {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 40px;
}

.case-list .boxs:hover {
    box-shadow: 0 0 5px 1px #ddd;
}

.bgcol2 {
    background: #f7f7f7;
}

.case-list .boxs .img {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.case-list .boxs .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-list .boxs .txt {
    background: #fff;
    padding: 10px 30px;
}

.case-list .boxs .txt .t {
    font-size: 18px;
    font-family: "SourceHanSansCNRegular";
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.case-list .boxs .txt .p {
    line-height: 24px;
    margin-bottom: 5px;
}

.case-list .page {
    margin-top: 20px;
}

.contact-wrap {
    background: url(../Images/contact_bg.jpg) no-repeat center /cover;
    padding: 40px 0 50px;
    color: #fff;
}

.contact-wrap .title-s2 h4 {
    color: #fff;
    margin-top: 20px;
}

.contact-wrap .more-s1 a span {
    color: #fff;
}

.contact-wrap .maps {
    height: 530px;
}

.contact-add {
    height: 530px;
    padding: 50px 30px;
    background: #000;
    border-radius: 5px;
}

.contact-add .h3 {
    font-family: "SourceHanSansCNRegular";
    margin-bottom: 20px;
}

.contact-add ul li {
    padding-left: 30px;
    position: relative;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-add ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../Images/ico3.png) left top no-repeat;
}

.contact-add ul li i.ico-ad1 {
    background-position: 0 6px;
}

.contact-add ul li i.ico-ad2 {
    background-position: 0 -28px;
}

.contact-add ul li i.ico-ad3 {
    background-position: 0 -68px;
}

.contact-add ul li i.ico-ad4 {
    background-position: 0 -104px;
}

.contact-add ul li i.ico-ad5 {
    background-position: 0 -140px;
}

.contact-add ul li.chart {
    margin-top: 30px;
}

.contact-add ul li.chart img {
    max-width: 115px;
}

.contact-form {
    height: 530px;
    background: #fff;
    border-radius: 8px;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-form .form-boxs {
    padding: 70px 80px;
    color: #000;
}

.contact-form .form-boxs .gput {
    position: relative;
    height: 54px;
    line-height: 53px;
    padding-left: 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    font-size: 16px;
}

.contact-form .form-boxs .gput input {
    background: #fff;
    border-width: 0;
    box-shadow: none;
    outline: none;
    height: 100%;
}

.contact-form .form-boxs .gput label {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
}

.getcode {
    position: absolute;
    right: 0;
    top: 5px;
    width: 110px;
    height: 44px;
}

.gput-sub input {
    width: 110px;
    height: 36px;
    border-width: 0;
    background: #e60039;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.honor-list .img {
    position: relative;
    margin-bottom: 50px;
}

.honor-list .shaw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.honor-list .img:hover .shaw {
    display: block;
}

.honor-list .shaw .shaw-cb {
    background: rgba(230, 0, 57, 0.94);
    color: #fff;
    padding: 5px;
}

.honor-list .shaw .shaw-cb .shaw-mcbx {
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 0;
}

.honor-list .shaw .shaw-cb .shaw-mcbx h4 {
    margin: 5px 0;
    height: 22px;
    line-height: 22px;
}

.honor-list .page, .news-list .page {
    margin-top: 0;
}

.news-list .boxs {
    margin-bottom: 60px;
    overflow: hidden;
}

.news-list .boxs img {
    width: 100%;
}

.news-list .home-pro-swp .boxs .p {
    background: transparent;
    margin: 10px 0;
}

.news-list .home-pro-swp .boxs:hover {
    box-shadow: 0 0 10px 1px #ccc;
}

.home-pro-swp .pbtn{
    position: absolute;
    top:50%;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-top: -40px;
}
.home-pro-swp .mode-prev{float: left;}
.home-pro-swp .mode-next{float: right;}

.focus .ban-txt{background: rgba(0,0,0,0.1);}

.det-text-font p ,.det-text-font p span{
    font-family: "SourceHanSansCNLight"!important;
}
.det-text-font p b ,.det-text-font p b span{font-family: "SourceHanSansCNRegular"!important;}