

@font-face {
    font-family: 'AiDianFengYaHei';
    src: url(/templates/default/fonts/AlimamaFangYuanTiVF-Thin.ttf)
}
@font-face {
    font-family: 'LogoSCUnboundedSans';
    src: url(/templates/default/fonts/LogoSCUnboundedSans-Regular-2.ttf)
}
*,
::before,
::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
}

body {
    font-size: 14px;
    font-family: "AiDianFengYaHei";
    font-weight: 300;
    color: #333;
       overflow: auto;
  touch-action: pan-y; /* 关键修复 */
  -webkit-overflow-scrolling: touch; /* iOS优化 */
}

ul,
ol,
dl,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    outline: none;
    text-decoration: none;
    color: #131313;
}

input,
a,
img,
select,
textarea {
    border: 0;
    resize: none;
    outline: none;
    outline: none;
    /*清除移动浏览默认的样式*/
    -webkit-appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/

.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
    background: #000;
}

#jsi-canvas-wrap-under {
    position: fixed;
    z-index: -1;
}

/* wgt-fade-animate */

.wgt-fade-animate {
    -webkit-transform: scale(0.3) translateY(50px);
    -moz-transform: scale(0.3) translateY(50px);
    -ms-transform: scale(0.3) translateY(50px);
    transform: scale(0.3) translateY(50px);
    opacity: 0;
}

.appear {
    -wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3) translateY(50px);
        -moz-transform: scale(0.3) translateY(50px);
        -ms-transform: scale(0.3) translateY(50px);
        transform: scale(0.3) translateY(50px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes opacity_show {
    0% {
        -moz-transform: scale(0.3) translateY(50px);
        transform: scale(0.3) translateY(50px);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        transform: translateY(50px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*  */

.inner {
    width: 86%;
    margin: 0 auto;
    /* max-width: 1386px; */
}

.inner-1 {
    width: 88%;
    margin: 0 auto;
}

.indTit p {
    line-height: 1.425;
    text-transform: uppercase;
    margin: 0px;
    font-size: 16px;
    margin-bottom: 40px;
   font-family: 'LogoSCUnboundedSans';
    color: #4a4a4a;
}

.indTit h1 {
    font-size: 52px;
    line-height: 1.25;
    color: #4a4a4a;
   font-family: 'LogoSCUnboundedSans';
}

.indTit h1 b {
   font-family: 'LogoSCUnboundedSans';
}

/* 关于标题 */

.abTit {
   font-family: 'LogoSCUnboundedSans';
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media(max-width:1024px) {
    .abTit {
        font-size: 4.6rem;
    }
}

@media(max-width:786px) {
    .abTit {
        font-size: 2.8rem;
        letter-spacing: 1px;
        margin-bottom: 14px;
    }
}

/*  */

.indBtns {
    margin-top: 38px;
}

.ysWork_box .indBtns {
    text-align: center;
}

.indBtns .btn {
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    width: 368px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: black;
    color: black;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.15em;
    text-align: center;
    margin-right: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.ysWork_box .indBtns .btn {
    width: 260px;
    text-align: left;
    padding-left: 40px;
}

.indBtns .btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    /**/will-change: transform, opacity;
    -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    /**/background-color: #c30d23;
    -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ysWork_box .indBtns .btn span::before {
    left: 145px;
}

.indBtns .btn span {
    display: block;
    position: relative;
    will-change: color;
    -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    /* padding: 32px 0; */
    padding: 28px 0;
    color: #fff;
    line-height: 0.8;
}

.indBtns .btn span::before,
.indBtns .btn span::after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background: right center no-repeat;
    background-size: contain;
    background-size: 40px auto;
}

.indBtns .btn span::before {
    width: 40px;
    left: 300px;
    background-image: url(/templates/default/image/btn-w.png);
}

.indBtns .btn span::after {
    width: 0;
    left: 300px;
}

.indBtns .btn:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.indBtns .btn:hover span {
    color: #Fff;
}

.indBtns .btn:hover span::before,
.indBtns .btn:hover span::after {
    transform: translateX(5px);
}

.indBtns .btn:hover span::after {
    width: 40px;
}

.indBtns.white .btn {
    background: #fff;
}

.indBtns.white .btn span {
    color: #000;
}

.indBtns.white .btn span::before {
    width: 40px;
    left: 300px;
    background-image: url(/templates/default/image/btn-b.png);
}

.indBtns.white .btn:hover span {
    color: #Fff;
}

.indBtns.sm .btn {
    width: 128px;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.indBtns.sm .btn span {
    padding: 14px 0;
}

.indBtns.sm .btn span::before {
    display: none;
}

/* ==============
    inner - title 
    =============== */

.ysFirst .inner,
.ysFirst {
    position: relative;
}
.ysTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ysFirst {
    overflow: hidden;
    padding: 20vh 0 10vh;
}

.ysFirst_line {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1386px;
    margin-left: -693px;
    transform: scaleX(2);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: transform 1s cubic-bezier(.46, .02, 0, 1);
}

.ysFirst.line .ysFirst_line {
    transform: scaleX(1);
}

/*  */

.ysTit em {
    display: none;
    width: 1px;
    height: 128px;
    background: linear-gradient(gray 50%, rgba(255, 89, 90, 0) 50%);
    background-size: 100% 200%;
    margin-bottom: 38px;
}

.ysTit h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    letter-spacing: 2px;
    -webkit-text-stroke: 0.5px rgb(0, 0, 0,.5);
    cursor: pointer;
    color: transparent;
    transition: color 0.2s ease-in-out 0s;
    position: relative;
    z-index: 1;
    font-family: 'LogoSCUnboundedSans';
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    color: #333;
}
.ysTit h1 p {
    position: absolute;
    font-family: 'LogoSCUnboundedSans';
    z-index: 2;
    color: #444;
    -webkit-text-stroke: 0.5px rgb(0, 0, 0,.5);
    clip-path: circle(0% at 50% 150%);
    transition: clip-path 0.8s ease;
    -webkit-transition: clip-path 0.8s ease;
    -moz-transition: clip-path 0.8s ease;
    -ms-transition: clip-path 0.8s ease;
    -o-transition: clip-path 0.8s ease;
    display: inline-block;
}
.ysTit h1:hover p{
    clip-path: circle(150% at 0% 100%);
}
.ysTit span {
    display: block;
    font-size: 36px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
   padding-left: 20px;
}

/*  */

.ysFirst .ysNav {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    margin: 0;
}

.ysFirst .ysNav li {
    margin: 0 24px;
}

.ysFirst .ysNav a {
    letter-spacing: 0;
    font-weight: bold;
    font-size: 16px;
}

.ysFirst .ysNav a.hover {
    color: #c30d23;
}

.ysFirst .ysNav a::after {
    border-color: #c30d23;
}

/* ==============
    index & case - Line 
    =============== */

.imgLine {
    position: absolute;
    top: 0;
    left: 0;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 11;
    opacity: 0.68;
}

.imgLine span {
    position: absolute;
    background: #fff;
    transition: all 1.5s ease 0s;
}

.imgLine1 {
    bottom: 10%;
    left: 0;
    width: 1px;
    height: 0;
}

.imgLine2 {
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
}

.imgLine3 {
    top: 10%;
    right: 0;
    width: 1px;
    height: 0;
}

.imgLine4 {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
}

/*  1*/

.accordion-item .image-container:hover .imgLine1 {
    height: 80%;
}

.accordion-item .image-container:hover .imgLine2 {
    width: 100%;
}

.accordion-item .image-container:hover .imgLine3 {
    height: 80%;
}

.accordion-item .image-container:hover .imgLine4 {
    width: 100%;
}

/* 2 */

.appear .workImg:hover .imgLine1 {
    height: 80%;
}

.appear .workImg:hover .imgLine2 {
    width: 100%;
}

.appear .workImg:hover .imgLine3 {
    height: 80%;
}

.appear .workImg:hover .imgLine4 {
    width: 100%;
}

/* ==============
    index & case - txt 
    =============== */

.imgDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.lod_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.lod_con:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 34px;
    height: 34px;
    background: url(/templates/default/image/arryuan.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.lod_con h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    opacity: 0;
    height: 0px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.lod_con img {
    opacity: 0;
    max-width: 358px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.imgDiv.logo {
    background: rgba(0, 0, 0, .28);
}

.imgDiv.logo.blue {
    background: rgba(34, 71, 142, 0.86);
}

.imgDiv.logo.red {
    background: rgba(144, 26, 0, 0.89);
}

.imgDiv.logo .lod_con img {
    opacity: 1;
}

/* ============
标题 
=============== */

/* 案例&新闻 - 二级分类*/

.ysNav {
    position: relative;
    z-index: 90;
    margin: 50px auto 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 17px;
}

.ysNav .inner-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ysNav .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ysNav ul {
    /* margin: 0 auto; */
}

.ysNav li {
    display: inline-block;
}

.ysNav a {
    position: relative;
    font-weight: 300;
    color: #131313;
    font-size: 15px;
    margin: 0 20px;
    /* font-weight: bold; */
}

.ysNav a::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 0%;
    width: 0;
    height: 0%;
    border-bottom: 2px solid black;
    transition: all 0.5s;
    z-index: 2;
}

.ysNav a:hover {
    opacity: 0.8;
}

.ysNav a.hover::after,
.ysNav a:hover::after {
    width: 100%;
}

.ysNav ul:first-child a::after {
    border-bottom: 2px solid #c30d23;
}

/* =====================
    header 
    =================================================================== */

/* 1 */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding-left: 66px;
    padding-right: 9px;
    transition: background-color 0.48s;
    /*overflow: hidden;*/
}

header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
    transform: translateY(-100%);
    transition: all 0.48s;
}

header.font::after {
    transform: translateY(0) !important;
}

/* .headBg_cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.48s;
    background: #fff;
    z-index: 9999;
}

.headBg_cursor.white {
    height: 84px;
    box-shadow: 0 0 10px #f1f2f3;
}
.headBg_cursor.height{
    height: 84px;
} */

header::before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.48s;
    background: #fff;
    z-index: -1;
}

.headLogo {
    display: inline-block;
    width: 168px;
    margin-top: 28px;
    position: relative;
    z-index: 2;
    transition: all 0.48s;
}

.headLogo img {
    width: 100%;
}

.headLogo_r {
    display: none;
}

.headRig {
    float: right;
    margin-top: 6px;
    width: 940px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 2;
}

.solnav {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 15px 0;
    left: 0;
    white-space: nowrap;
    display: none;
    /* background: #f8f8f8; */
    border-bottom: 1px solid rgba(225, 255, 255, 0.1);
}

.solnavBox {
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.solnav a {
    display: block;
    margin-right: 40px;
    margin: 0 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0;

    
}

.headRig .sola:hover .solnav {
    display: block;
}

.headRig>div>a {
    font-weight: 600;
    /*font-family: 'AiDianFengYaHei';*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    position: relative;
    color: #fff;
    height: 78px;
    line-height: 78px;
    /* transition: opacity .5s ease, transform 0.5s ease-in-out; */
    transition: all .48s;
    
}

.headRig>div>a:hover {
    color: #c30d23 !important;
}

.headRig .on {
    color: #c30d23 !important;
}

/* .headRig .on::after {
    width: 100%;
}
.headRig>div>a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #c30d23;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
} */

.headBg {
    height: 56px;
    float: right;
    text-transform: uppercase;
    width: 56px;
    position: relative;
    text-align: center;
    z-index: 1;
    color: #f5f5f3;
    display: flex;
    align-items: center;
    transition: height 0.5s ease-in-out
}

.headBg_bg {
    cursor: pointer;
    background-color: #c30d23;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.headBg_font {
    font-size: 10px;
    letter-spacing: 4px;
    position: relative;
    transition: all .5s ease-in-out;
}

.headBg_menu::before,
.headBg_menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 1px;
    background-color: #fff;
    right: 10px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.headBg_menu::before {
    top: 50%;
    margin-top: -3px;
    background-color: #f5f5f3;
}

.headBg_menu::after {
    top: 50%;
    margin-top: 3px;
    background-color: #f5f5f3;
}

@media(min-width:1200px) {
    .headBg:hover .headBg_menu::before {
        -webkit-transform: translate3d(0, 3px, 1px);
        transform: translate3d(0, 3px, 1px);
    }

    .headBg:hover .headBg_menu::after {
        -webkit-transform: translate3d(0, -4px, 1px);
        transform: translate3d(0, -4px, 1px);
    }
}

header.hide .headRig>div>a {
    transform: translateY(-100px);
}

header.hide .headBg_font {
    transform: translateY(-100px);
}

/*  */

header.headWhite .solnav {
    border-color: #dfdfdf;
}

header.headWhite .headRig .solnav a {
    color: #fff;
}

header.headWhite .headRig>div>a {
    color: #fff;
}

header.headWhite .d_a {
    color: #fff;
}

header.headWhite .d__el {
    background: #fff;
}

header.headWhite .d__btn:before {
    background-image: url(/templates/default/image/phones.svg);
}

header.headWhite .headLogo_r {
    display: none;
}

header.headWhite .headLogo_w {
    display: block;
}

/*  */

header.font .solnav {
    border-color: #dfdfdf;
}

header.font .headRig .solnav a {
    color: #1c1c1c;
}

header.font .headRig>div>a {
    color: #1c1c1c;
}

header.font .d_a {
    color: #1c1c1c;
}

header.font .d__el {
    background: #1c1c1c;
}

header.font .d__btn:before {
    background-image: url(/templates/default/image/phones1.svg);
}

header.font .headLogo_r {
    display: block;
}

header.font .headLogo_w {
    display: none;
}

header.bg .headBg_bg {
    background: #C30D23;
}

header.click::before {
    content: none !important
}

header.white::before {
    height: calc(100% + 6px);
}

header.white .headRig {
    margin-top: 6px
}

header.white .headLogo {
    margin-top: 24px;
}

header.white .headBg {
    margin: 11px 0;
}

/* 2 */

#main_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100%;
    display: none;
    z-index: 1001;
}

#main_nav div.figure {
    width: 355px;
    top: 0;
    right: 0;
    position: absolute;
    opacity: .48
}

#main_nav div.figure svg {
    width: 355px;
    height: 537px
}

#main_nav div.figure svg .st0 {
    stroke-dasharray: 3100;
    stroke-dashoffset: 3100;
}

#main_nav div.figure .st0 {
    clip-path: url(/templates/default/css/);
    fill: none;
    stroke: #fff;
    stroke-width: .4;
}

#main_nav .nav_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #1c1c1c;
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.48s;
}

#main_nav .nav_centerLine {
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    right: calc(408px + 18vw);
    margin-left: -.5px;
    opacity: 0;
}

#main_nav .left {
    position: absolute;
    top: 52%;
    left: 15vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#main_nav .left li {
    position: relative;
    top: 10px;
    padding-right: 20px;
    margin-right: 20px;
    transition: all 0.48s;
}

#main_nav .left .sub_list li::after {
    content: '';
    width: 1px;
    height: 10px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#main_nav .left .sub_list li:last-child::after {
    display: none;
}

#main_nav .left li:nth-child(2) {
    transition-delay: 0.28s;
}

#main_nav .left li:nth-child(3) {
    transition-delay: 0.48s;
}

#main_nav .left li:nth-child(4) {
    transition-delay: 0.68s;
}

#main_nav .left li:nth-child(5) {
    transition-delay: 0.88s;
}

#main_nav .right {
    width: 50%;
}

#main_nav .left>ul>li+li {
    margin-top: 1.3vw;
}

#main_nav .left>ul>li>a {
    color: rgb(255 255 255 / 80%);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
}

#main_nav .sub_list {
    display: flex;
    align-items: center;
    padding-top: 1.6vw;
    padding-bottom: 0.6vw;
    font-size: 0;
}

#main_nav .sub_list a {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    transition: .4s;
}

#main_nav .sub_list a:hover {
    transform: translateX(10px);
}


#main_nav .foot {
    color: #fff;
    margin-top: 5.2vw;
}

.dxyTel {
    display: none;
    margin-bottom: 48px
}

.dxyTel img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    width: 58px;
    vertical-align: middle;
}

.dxyTel a {
    position: relative;
    padding-left: 40px;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 1px;
}

.dxyTel a:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 4px;
    width: calc(100% - 40px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

#main_nav address {
    font-size: 0.73vw;
    letter-spacing: 0.5px;
    line-height: 0.73vw;
    font-style: inherit;
}

#main_nav p,
#main_nav small.copy {
    font-size: 14px;
    text-transform: uppercase;
    opacity: .6;
    letter-spacing: .4px;
    line-height: 1.2;
    margin-top: 8px;
    display: block;
    font-weight: 300;
}

#main_nav .right .list dt {
    color: #fff;
    margin-bottom: 1.4vw;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#main_nav .right .list dd {
    color: #fff;
    font-size: 15px;
    transition: .4s;
    margin-bottom: 10px;
}

#main_nav .right .list dd a {
    color: #fff;
    opacity: 0.8;
}

#main_nav .right .list #main_nav .right .list li:hover {
    transform: translateX(10px);
}

#main_nav .right dd+dd {
    margin-top: .35vw;
}

#main_nav .arrow_area {
    width: 18px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 16px;
    overflow: hidden
}

#main_nav .arrow {
    display: block;
    left: -100%;
    height: 16px;
    position: relative
}

#main_nav .right .list a:hover .arrow {
    animation: list_arrow_wrap .25s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-fill-mode: forwards
}

#main_nav .arrow .l1 {
    height: 1px;
    position: absolute;
    top: 9px;
    left: 1px;
    right: 0;
    background: #fff
}

#main_nav .right .list a:hover .arrow .l1 {
    animation: list_arrow_line .4s cubic-bezier(0.45, 0.05, 0.36, 1);
    animation-fill-mode: forwards
}

#main_nav .arrow .l2 {
    position: absolute;
    top: 0;
    right: 0
}

@keyframes list_arrow_wrap {
    0% {
        left: -100%
    }

    100% {
        left: 0
    }
}

@keyframes list_arrow_line {
    0% {
        left: 0
    }

    100% {
        left: 9px
    }
}

#main_nav .arrow .l2:before {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 4px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg)
}

#main_nav .arrow .l2:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 0;
    width: 4px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg)
}

#main_nav .btn_animation {
    margin-top: 1.3vw;
    margin-bottom: 1.08vw;
}

#main_nav .btn_animation a {
    display: block;
    width: 13vw;
    height: 2.7vw;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 0.83vw;
    line-height: 2.7vw;
    letter-spacing: -.2px;
    color: #fff;
    padding-left: 28px;
    position: relative;
}

#main_nav .btn_animation a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 27px;
    width: 12px;
    height: 1px;
    background: #fff;
    margin-top: -.5px
}

#main_nav .btn_animation a:hover {
    border-color: transparent
}

#main_nav .btn_animation span.l1 {
    display: block;
    position: absolute;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 0
}

#main_nav .btn_animation span.l2 {
    display: block;
    position: absolute;
    width: 1px;
    background-color: #fff;
    right: 0;
    top: 0
}

#main_nav .btn_animation span.l3 {
    display: block;
    position: absolute;
    height: 1px;
    background-color: #fff;
    right: 0;
    bottom: 0
}

#main_nav .btn_animation span.l4 {
    display: block;
    position: absolute;
    width: 1px;
    background-color: #fff;
    left: 0;
    bottom: 0
}

@keyframes btn_animation1 {
    0% {
        width: 0;
        left: 0
    }

    50% {
        width: 100%;
        left: 0
    }

    100% {
        width: 0;
        left: 100%
    }
}

@keyframes btn_animation2 {
    0% {
        height: 100%;
        top: 0
    }

    54% {
        height: 0;
        top: 100%
    }

    55% {
        height: 0;
        top: 0
    }

    100% {
        height: 100%;
        top: 0
    }
}

@keyframes btn_animation3 {
    0% {
        width: 0;
        right: 0
    }

    55% {
        width: 100%;
        right: 0
    }

    100% {
        width: 0;
        right: 100%
    }
}

@keyframes btn_animation4 {
    0% {
        height: 100%;
        bottom: 0
    }

    54% {
        height: 0;
        bottom: 100%
    }

    55% {
        height: 0;
        bottom: 0
    }

    100% {
        height: 100%;
        bottom: 0
    }
}

#main_nav .btn_animation a:hover span.l1 {
    animation: btn_animation1 1500ms infinite ease
}

#main_nav .btn_animation a:hover span.l2 {
    animation: btn_animation2 1500ms infinite ease
}

#main_nav .btn_animation a:hover span.l3 {
    animation: btn_animation3 1500ms infinite ease
}

#main_nav .btn_animation a:hover span.l4 {
    animation: btn_animation4 1500ms infinite ease
}

#main_nav .tel {
    font-size: .94vw;
    line-height: .94vw;
    letter-spacing: 1.2px;
    display: block;
    color: #fff;
    margin-top: 4.5vw;
}

#main_nav .update li {
    font-size: 0.63vw;
    color: #fff;
    opacity: .5;
    line-height: 0.63vw;
}

#main_nav .update li+li {
    margin-top: 8px
}

#main_nav.show .nav_centerLine {
    opacity: 0.12;
    height: 100%;
}

#main_nav.show .left li {
    top: 0px;
}

/* 侧边栏 */

.weixin-qrCode.show {
    display: block;
}

.weixin-qrCode {
    display: block;
    border-radius: 5px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 8px 40px 0 rgb(21 25 42 / 18%);
    bottom: 5%;
    left: -150px;
    padding: 10px;
    z-index: 9999;
    transition: all 1s;
}

.weixin-qrCode.on {
    left: 5px;
}

.weixin-qrCode img {
    height: 90px;
    width: 90px;
}

.weixin-qrCode .weixin-qrCode-close {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url('/templates/default/images/icon-close-7b5c410c34.png') no-repeat #fff;
}

.weixin-qrCode .weixin-qrCode-arrow {
    text-align: center;
    width: 100%;
    color: #326094;
    font-size: 14px;
    /* line-height: 1; */
    font-weight: bold;
    margin-top: 7px;
    letter-spacing: 1px;
    display: block;
}

@media only screen and (max-width:1200px) {
    .weixin-qrCode {
        display: none !important;
    }
}

#newBridge {
    display: none;
}

















/*  */

.nav_ifm {
    /* margin-top: 5.3vw; */
    opacity: 1;
    transform: scaleY(1);
    transition: all .3s ease .6s;
    -webkit-transition: all .3s ease .6s;
    -moz-transition: all .3s ease 0.6s;
}

.nav_ifm li {
    font-size: 0;
    margin-bottom: 32px;
}

.nav_ifm ul {
    width: 100% !important;
}

.nav_ifm li img {
    display: inline-block;
    vertical-align: top;
}

.nav_ifm_list {
    display: inline-block;
    width: calc(100% - 36px);
    box-sizing: border-box;
    padding-left: 34px;
}

.nav_ifm li span {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.nav_ifm li p {
    color: #ffffff;
    font-size: 24px;
}

.nav_ifm li:nth-child(3) a {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    line-height: initial !important;
    float: none !important;
    overflow: visible;
    vertical-align: top !important;
}

.nav_ifm li:nth-child(1) p {
    font-size: 16px;
}

.nav_ifm li:nth-child(3) p {
    font-size: 16px;
}

.hejun-fixed-menu .sub-menu-phone {
    background: #150e35;
}

.nav_ewm {
    vertical-align: middle;
}

.nav_ewm img {
    width: 108px;
    margin-top: 14px;
}

.nav_ewm img:first-child {
    margin-right: 18px;
}

/*.nav_ifm li .nav_ewm+span
{
    font-size: 15px;
    line-height: 1.4;

    }*/

/* 3 */

.d {
    position: absolute;
    top: -1px;
    right: -28px;
    width: 37px;
    -webkit-transition: opacity .3s ease .5s;
    transition: opacity .3s ease .5s;
}

.d_a {
    color: #Fff;
    font-size: 24px !important;
    letter-spacing: 1px;
    position: relative;
    padding-left: 42px;
}

.d_a img {
    width: 48px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(0deg);
}

.d__btn {
    cursor: pointer;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    position: relative;
}

.d__btn:after,
.d__btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    border-radius: 50%;
}

.d__btn:before {
    -webkit-animation: btn-data-v-12fb161c 1.5s ease infinite alternate;
    animation: btn-data-v-12fb161c 1.5s ease infinite alternate;
    width: 100%;
    height: 100%;
    top: 0;
    /* background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/templates/default/image/phones.svg);
    background-size: contain; */
    z-index: 0;
}

.d:hover .d__btn:before {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes btn-data-v-12fb161c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .6
    }
}

@keyframes btn-data-v-12fb161c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: .6
    }
}

.d__btn:after,
.d__btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    border-radius: 50%;
}

header .d__btn:before {
    background-image: url(/templates/default/image/phones.svg);
}

.d__el {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    left: calc(50% - 1px);
    background-color: #fff;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.d__el:first-child {
    top: 13px;
}

.d__el:nth-child(2) {
    top: 17px;
}

.d__el:nth-child(3) {
    top: 21px;
}

.d__container a{
  font-family: 'AiDianFengYaHei';
}
.d__container {
    width: 37px;
    border: 1px solid hsla(0, 0%, 100%, .3);
    padding: 19px 6px 12px;
    text-align: center;
    font-size: 0;
    margin-top: 7px;
    border-radius: 20px;
    background-color: rgba(28, 28, 28, .65);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 10px, 1px);
    transform: translate3d(0, 10px, 1px);
    -webkit-transition: opacity .5s ease, visibility .5s step-end, -webkit-transform .5s ease;
    transition: opacity .5s ease, visibility .5s step-end, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, visibility .5s step-end;
    transition: opacity .5s ease, transform .5s ease, visibility .5s step-end, -webkit-transform .5s ease;
}

.d__link {
    position: relative;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.d__link_div {
    position: absolute;
    bottom: -16px;
    right: 48px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.48s;
    min-width: 180px;
    text-align: right;
}

.d__link_div span {
    /* background: #fff; */
    font-size: 20px;
    color: #fff;
    text-align: right;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    top: -6px;
}

.d__link_div span::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}

.d__link_div img {
    width: 100px
}

.d__link:hover .d__link_div {
    opacity: 1;
    overflow: inherit;
    /* right: 48px; */
}

.d__icon {
    max-width: 20px;
}

.d__icon_white {
    display: none;
}

.d__link:hover {
    opacity: .7;
}

.d:hover .d__container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-transition: opacity .5s ease, visibility 0s step-end, -webkit-transform .5s ease;
    transition: opacity .5s ease, visibility 0s step-end, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, visibility 0s step-end;
    transition: opacity .5s ease, transform .5s ease, visibility 0s step-end, -webkit-transform .5s ease;
}

.d:hover .d__el:first-child {
    -webkit-transform: translate3d(0, 4px, 1px);
    transform: translate3d(0, 4px, 1px);
}

.d:hover .d__el:nth-child(3) {
    -webkit-transform: translate3d(0, -4px, 1px);
    transform: translate3d(0, -4px, 1px);
}

/* =====================
    footer 
    =================================================================== */

footer {
    position: relative;
    width: 100%;
    background: #fff;
    font-size: 12px;
}

.footBox {
    max-width: 1386px;
    margin: 0 auto;
}

.footerAll {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.footerCon {
    width: 100%;
    margin: 100px auto;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all 2s ease;
}

.footerCon.remove {
    top: 68px;
}

.footerCon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerCon li:nth-child(4) {
    display: none;
}

.footerCon li p {
    line-height: 26px;
    /* color: #000; */
    font-size: 13px;
    font-weight: 400;
}

.footerCon li p i {
    font-size: 13px;
    font-style: inherit;
}

.Newsletter {
    position: relative;
    padding: 2.5em 2em;
    background: #111;
    overflow: hidden;
    z-index: 999;
}

.block-newletter h3 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #A0A0A0;
}

.block-newletter .footmessage {
    width: 41%;
    margin: 0 auto;
    padding-bottom: 1.5%;
}

.block-newletter .message04 {
    width: 18%;
    border: 1px solid #333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.block-newletter .message01,
.block-newletter .message03 {
    padding-right: 3%;
}

.block-newletter .footmessage input {
    width: 100%;
    background: #292929;
    border: none;
    padding: 1.8em 2em;
    color: #fff;
    border-radius: 0;
}

.block-newletter .footmessage textarea {
    width: 100%;
    background: #292929;
    border: none;
    padding: 1.5em 2em 4.3em;
    color: #fff;
}

.block-newletter .message04 a {
    display: block;
    width: 100%;
    padding: 1.5em 0;
    color: #90979a;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.block-newletter .message04:hover {
    border: 1px solid #f1f1f1;
}

.block-newletter .message04 a:hover {
    color: #f1f1f1;
}

.block-newletter .message04 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
}

.footersocial {
    width: 100%;
    margin: 0 auto;
}

.footersocial .linkInd {
    width: 50%;
    margin: 42px auto;
}

.footersocial .linkInd h5 {
    font-size: 15px;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 0.5px;
    
}

.footersocial .linkInd li {
    float: left;
    margin: 8px 15px 8px 0;
}

.footersocial .linkInd li a {
    padding: 5px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    font-weight: 300;
    color: #131313;
}

.footersocial .linkInd li a:hover {
    color: #000;
    text-decoration: underline;
}

.moblie_yus {
    margin: 18px 0 0;
    display: none;
}

.moblie_yus p {
    line-height: 26px;
    color: #000;
    font-size: 13px;
}

.moblie_yus i {
    font-size: 13px;
}

.IconInd {
    margin-top: 30px;
}

.IconInd ul {
    overflow: hidden;
}

.IconInd li {
    float: left;
    border: 1px solid #000;
}

.IconInd li a {
    display: block;
    width: 68px;
    height: 68px;
}

.IconInd li a:hover {
    background: #000;
}

.IconInd li a.icono1 {
    background: url(/templates/default/image/wx.png) no-repeat center;
}

.IconInd li a.icono1:hover {
    background: #000 url(https://kpgynm.com/templates/default/images/wx-1.png) no-repeat center;
}

.IconInd li a.icono2 {
    background: url(/templates/default/image/wb.png) no-repeat center;
}

.IconInd li a.icono2:hover {
    background: #000 url(https://kpgynm.com/templates/default/images/wb-1.png) no-repeat;
}

.IconInd li a.icono3 {
    background: url(/templates/default/image/qq.png) no-repeat;
}

.IconInd li a.icono3:hover {
    background: #000 url(https://kpgynm.com/templates/default/images/qq-1.png) no-repeat;
}

.IconInd p {
    margin: 30px 0;
    font-weight: 300;
    text-transform: uppercase;
}

.footForm {
    display: inline-block;
    width: 28%;
    float: right;
    vertical-align: top;
    padding-top: 24px;
}

.footForm .indBtns {
    direction: rtl;
}

.footForm .indBtns .btn {
    direction: ltr;
}

.indInline_p {
    position: relative;
    font-size: 18px;
    letter-spacing: 1.6px;
    line-height: 1;
    margin: 0 0 78px;
    font-weight: bold;
    color: #fff;
}

.indInline_p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid white;
    border-left: 10px solid transparent;
    opacity: 0.8;
}

.indInline_p .indInline_p span {
    font-size: 18px;
    
    opacity: 1;
}

.footForm form div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
}

.footForm form div:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footForm form div:last-of-type {
    border: 0;
}

.footForm input {
    width: 100%;
    background: transparent;
    font-size: 1.3580246913580247vh;
    line-height: 1.8518518518518519vh;
    padding: 2.7160493827160495vh 0;
    height: 7.283950617283951vh;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .7s cubic-bezier(0.6, 0, 0.4, 1);
    transition: all .7s cubic-bezier(0.6, 0, 0.4, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    
    font-size: 13px;
}

.footForm input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

/* =====================
    slide 
    =================================================================== */

.ysUtil {
    position: fixed;
    bottom: 36%;
    right: 23px;
    color: #fff;
    z-index: 1000;
    transition: bottom 0.48s;
}

.ysUtil.btm {
    bottom: 12%;
}

.ysUtil .tel {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 1.2px;
    display: block;
    -webkit-transform-origin: right;
    transform-origin: right;
    padding-top: 24px;
    padding-right: 10px;
    opacity: 0;
    -webkit-transform: rotate(90deg) translateY(-20px);
    transform: rotate(90deg) translateY(-20px);
    transition: opacity .2s .1s, transform .6s ease-in-out;
}

.ysUtil.on .tel {
    opacity: 1;
    -webkit-transform: rotate(90deg) translateY(0px);
    transform: rotate(90deg) translateY(0px)
}

.ysUtil .txt1 {
    position: absolute;
    white-space: nowrap;
    top: 0;
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-radius: 30px;
    vertical-align: middle;
    color: #1c1c1c;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 54px;
    line-height: 54px;
    padding-right: 68px;
    padding-left: 28px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    /*-webkit-transition: transform .5s, opacity 0.5s;
    transition: transform .5s, opacity 0.5s;
    */cursor: pointer;
    transform-origin: right center;
    transform: scaleX(0.8);
    -webkit-transform: scaleX(0.8);
    -moz-transform: scaleX(0.8);
    -ms-transform: scaleX(0.8);
    -o-transform: scaleX(0.8);
}

.ysUtil .txt1.txtNum{
  font-family: 'AiDianFengYaHei';
}

.ysUtil li:first-child .txt1 {
    font-size: 24px;
}

.ysUtil .txt1 img {
    position: absolute;
    top: 57px;
    left: 50%;
    width: 108px;
    margin-left: -54px;
    -webkit-transition: opacity .5s 0.1s;
    transition: opacity .5s 0.1s;
}

.ysUtil .list li:hover .ysUtilIco {
    box-shadow: none;
}

.ysUtil li:hover .txt1 {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.ysUtil .list {
    float: right
}

.ysUtil .list li {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    text-align: center;
    transition: opacity .2s .1s, transform .6s .05s ease-in-out;
}

.ysUtil .ysUtilIco img {
    width: 100%
}

.ysUtil.on .list li {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.ysUtil .list li:nth-child(2) {
    transition: opacity .2s .4s, transform .6s .1s ease-in-out;
}

.ysUtil .list li:nth-child(3) {
    transition: opacity .2s .4s, transform .6s .2s ease-in-out;
}

.ysUtil .list li:nth-child(4) {
    transition: opacity .2s .4s, transform .6s .3s ease-in-out;
}

.ysUtil .list li:nth-child(2) .txt1::before,
.ysUtil .list li:nth-child(4) .txt1::before,
.ysUtil .list li:nth-child(4) .txt1::after {
    content: none;
}

.ysUtil .list li:nth-child(5) {
    transition: opacity .2s .4s, transform .6s .35s ease-in-out;
}

.ysUtil .list li a {
    display: block;
}

.ysUtil .list .ysUtilIco {
    position: relative;
    z-index: 11;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 12px 24px rgba(216, 30, 6, 0.2);
}

.ysUtil .list .ysUtilIco:hover {
    background: linear-gradient(135deg, rgba(216, 30, 6, 0.2), #F5D8D8, rgba(216, 30, 6, 0.5), #F8D4D4, rgba(216, 30, 6, 0.5)) left center/400% 400%;
}

.ysUtil .list li+li {
    margin-top: 24px;
}

.ysUtil.color #i_download .st0 {
    stroke: #1c1c1c;
}

.ysUtil.color .st0 {
    fill: #1c1c1c;
}

/* =====================
    index 
    =================================================================== */

/* banner */


/* 1 */

.slider__bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    /* -webkit-transform: scale(1.5);
    transform: scale(1.5); */
    -webkit-transition: -webkit-transform 0.6s ease, -webkit-filter .5s ease;
    transition: -webkit-transform 0.6s ease, -webkit-filter .5s ease;
    transition: transform 0.6s ease, filter .5s ease;
    transition: transform 0.6s ease, filter .5s ease, -webkit-transform 1s ease, -webkit-filter .5s ease;
}

.slider__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.slider__bg.bg:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.banner .swiper-slide-active .slider__bg {
    -webkit-transform: scale(1) rotate(.001deg);
    transform: scale(1) rotate(.001deg);
}

/* 2 */

.slider__outer {
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
}

.slider__row {
    display: table-row;
    width: 100%;
    height: 48%;
}

.slider__inner {
    display: table-cell;
    padding-left: 17.5%;
}

.slider__row:first-child .slider__inner {
    vertical-align: bottom;
}

.slider__row:nth-child(2) .slider__inner {
    vertical-align: top;
}

.slider__text {
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    font-size: 54px;
    max-width: 90%;
    line-height: 1.2;
    margin-top: 24px;
    -webkit-transition: opacity 1.2s ease, -webkit-transform 0s ease 1s;
    transition: opacity 1.2s ease, -webkit-transform 0s ease 1s;
    transition: opacity 1.2s ease, transform 0s ease 1s;
    transition: opacity 1.2s ease, transform 0s ease 1s, -webkit-transform 0s ease 1s;
    -webkit-transform: translate3d(0, 30px, 1px) scaleY(1.3) rotate(1deg);
    transform: translate3d(0, 30px, 1px) scaleY(1.3) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.slider__text img {
    width: 21px;
    vertical-align: -webkit-baseline-middle;
}

.slider__text br {
    display: none;
}

.swiper-slide-active .slider__text {
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease 1s, -webkit-transform 1s ease 1s;
}

.slider__title {
    font-weight: 600;
    font-size: 68px;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 20px;
}

.slider__title img {
    height: 84px;
}

.slider__title .line {
    white-space: nowrap;
    text-align: inherit !important;
}

.slider__title>.line {
    overflow: hidden;
}

.slider__title>.line>.line {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    will-change: transform;
    -webkit-transform: translate3d(0, 120%, 1px) rotate(8deg);
    transform: translate3d(0, 120%, 1px) rotate(8deg);
}

.slider__title>.line:first-child>.line,
.slider__title>.line:nth-child(2)>.line {
    -webkit-transition: opacity .5s ease 1s, -webkit-transform 0s linear 0.5s;
    transition: opacity .5s ease 1s, -webkit-transform 0s linear 1s;
    transition: transform 0s linear 0.5s, opacity .5s ease 1s;
    transition: transform 0s linear 0.5s, opacity .5s ease 1s, -webkit-transform 0s linear 0.5s;
}

.swiper-slide-active .slider__title>.line:first-child>.line {
    
    -webkit-transition: opacity 0s linear, -webkit-transform 1s ease 0.5s;
    transition: opacity 0s linear, -webkit-transform 1s ease 0.5s;
    transition: opacity 0s linear, transform 1s ease 0.5s;
    transition: opacity 0s linear, transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
}

.swiper-slide-active .slider__title>.line>.line {
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg);
    opacity: 1;
}

/* yuan */

.circle {
    height: 180px;
    margin-top: -90px;
    margin-bottom: -90px;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.swiper-slide-active .circle {
    opacity: 1;
    -webkit-transition: opacity 0s ease;
    transition: opacity 0s ease;
}

.circle__line {
    height: 1px;
    background-color: hsla(0, 0%, 100%, .2);
    margin-top: 90px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.circle__line:before {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    background: #efeeeb;
    margin-left: 155px;
    -webkit-transition: opacity .5s ease 2.5s;
    transition: opacity .5s ease 2.5s;
    opacity: 0;
}

.swiper-slide-active .circle__line {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 2s ease 1.5s;
    transition: -webkit-transform 2s ease 1.5s;
    transition: transform 2s ease 1.5s;
    transition: transform 2s ease 1.5s, -webkit-transform 2s ease 1.5s;
}

.swiper-slide-active .circle__line:before {
    -webkit-transition: opacity .5s ease 3.5s;
    transition: opacity .5s ease 3.5s;
    opacity: 1;
}

.circle__outer {
    margin-left: 66px;
    width: 180px;
    height: 180px;
    position: relative;
    text-align: center;
    margin-top: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle__inner {
    display: inline-block;
    vertical-align: middle;
}

.circle__text {
    height: 47px;
}

.circle__text:nth-child(2) {
    margin-top: -47px;
}

.circle__span {
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}

.circle__dot {
    width: 1px;
    height: 1px;
    margin: 6px auto 8px;
}

.circle__text .circle__span>.line {
    overflow: hidden;
    white-space: nowrap;
    text-align: inherit !important;
  font-family: 'AiDianFengYaHei';
}

.circle__text .circle__span>.line>.line {
    -webkit-transform: translate3d(0, 30px, 1px) rotate(6deg);
    transform: translate3d(0, 30px, 1px) rotate(6deg);
    opacity: 0;
    -webkit-transition: opacity .5s, transform 0 ease .5s;
    transition: transform 0 ease .5s, opacity .5s;
}

.swiper-slide-active .circle__text .circle__span>.line>.line {
    -webkit-transition: opacity 0s linear 2.3s, transform 1.2s ease 2.3s;
    transition: transform 1.2s ease 2.3s, opacity 0s linear 2.3s;
    opacity: 1;
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg);
}

.circle svg {
    width: 180px;
    height: 180px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
}

.circle__c1 {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
}

.circle svg .circle__c2 {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    -webkit-transition: stroke-dashoffset 1s ease;
    transition: stroke-dashoffset 1s ease;
}

.swiper-slide-active svg .circle__c1 {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 1s ease;
    transition: stroke-dashoffset 1s ease;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.swiper-slide-active svg .circle__c2 {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 1s ease;
    transition: stroke-dashoffset 1s ease;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.swiper-slide-active .circle__inner,
.swiper-slide-active svg {
    opacity: 1;
}

/* 3 */

.scroll_more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: auto;
    min-height: auto;
    overflow: visible;
    position: relative;
    z-index: 99;
    left: 10px;
    bottom: 10px;
}

.scroll_div {
    position: absolute;
    background-color: #c30d23;
    color: #fff;
    width: 100%;
    height: 210px;
    bottom: 0;
    border: 0;
    left: 0;
    right: auto;
}

.scroll_txt {
    -webkit-transform: rotate(-90deg) translateX(-2rem);
    transform: rotate(-90deg) translateX(-2rem);
    position: relative;
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    
}

.scroll_bar {
    width: 2px;
    height: 58px;
    position: absolute;
    bottom: 2.14286rem;
    left: calc(50% - 1px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
    cursor: pointer;
    overflow: hidden;
}

.scroll_bar::after {
    content: "";
    background-color: #fff;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-animation: slide-down 2s infinite;
    animation: slide-down 2s infinite;
}

@keyframes slide-down {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

#section {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 21;
    /* background: #fff; */
}

/* #section .inner{
    width: 88%;
} */

/* indAbout */



/* indWork */

.item-work {
    background: #e9e9e9;
    padding: 48px 0 88px;
    text-align: center;
}

.item-work .indBtns {
    margin-top: 89px;
}

.accordion-item {
    float: left;
    width: 50%;
    max-width: 628px;
    position: relative;
    margin-top: 89px;
}

.accordion-item:nth-child(2n) {
    float: right;
}

.accordion-item a {
    display: block;
}

.accordion-item .label {
    text-align: left;
    position: relative;
    padding-left: 18px;
}

.accordion-item .label img {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.workP:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 28%;
    bottom: 0;
    left: -5px;
    opacity: .3;
    background-color: rgba(232, 50, 40, 0.86);
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    -o-transition: width .4s ease;
    transition: width .4s ease;
}

.workType {
    margin-bottom: 14px;
    font-weight: 300;
}

.workType span {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px
}

.workP span,
.workP {
    position: relative;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: 300;
    display: inline-block;
}

.workP {
    max-width: 86%;
}

.image-container {
    margin-bottom: 20px;
    position: relative;
    transition: -webkit-transform .95s cubic-bezier(.475, .425, 0, .995);
    transition: transform .95s cubic-bezier(.475, .425, 0, .995);
    transition: transform .95s cubic-bezier(.475, .425, 0, .995), -webkit-transform .95s cubic-bezier(.475, .425, 0, .995);
    z-index: 1;
}

.insights-thumbnail-container .image {
    background-position: 50%;
    background-size: cover;
    padding-top: 67%;
}

.image-container .image-wrapper {
    width: 100%;
    opacity: 0;
    overflow: hidden;
    position: relative;
}

.image-container.show .image-wrapper {
    opacity: 1;
}

.insights-thumbnail-container .image {
    padding-top: 67%;
}

.insights-thumbnail-container .image img,
.insights-thumbnail-container .image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container .image-wrapper>.image:not(.imgLine) {
    transition: -webkit-transform 4s cubic-bezier(.19, 1, .22, 1);
    transition: transform 4s cubic-bezier(.19, 1, .22, 1);
    transition: transform 4s cubic-bezier(.19, 1, .22, 1), -webkit-transform 4s cubic-bezier(.19, 1, .22, 1);
}

.insights-thumbnail-container .category {
    
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media(min-width:1025px) {
    .accordion-item:hover .workP:before {
        width: 100%;
        width: calc(100% + 10px);
    }

    .image-container.hover .imgDiv,
    .image-container:hover .imgDiv {
        background-color: rgb(195, 14, 36) !important;
    }

    .image-container.hover .imgDiv .lod_con img,
    .image-container:hover .imgDiv .lod_con img {
        opacity: 1;
        max-width: 208px;
    }

    .image-container.hover .lod_con,
    .image-container:hover .lod_con {
        padding-bottom: 65px;
    }

    .image-container.hover .lod_con::after,
    .image-container:hover .lod_con::after {
        opacity: 1;
    }

    .image-container.hover .lod_con img,
    .image-container:hover .lod_con img {
        margin-bottom: 35px;
    }

    .image-container.hover .lod_con h5,
    .image-container:hover .lod_con h5 {
        opacity: 1;
        height: auto;
        color: #ffffff;
    }
}

/* modify-20200710 */

.item-work .inner {
    background: #fff;
    max-width: inherit;
    padding: 4%;
    margin: -150px 120px 0;
    width: calc(100% - 240px)
}

.index-top .h1 {
    color: #000;
    float: left;
    position: relative;
    text-align: left;
}

/* .index-top .h1:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #dc1c1d;
    right: -20px;
    top: 50%;
    margin-top: -1px;
} */

.index-top .h1 h2 {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 45px;
}

.index-top .h1 p {
    font-size: 28px;
    letter-spacing: 1px;
}
.searbox .right {
    padding-left: 65px;
    position: relative;
    font-size: 15px;
    color: #999999;
    line-height: 1.2;
    text-align: left;
}

.searbox .right .tit {
    font-weight: bold;
    font-size: 31px;
    color: #333333;
    margin-bottom: 10px;
    
}

.searbox .right span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(https://kpgynm.com/templates/default/images/m18.png) no-repeat center;
    background-size: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.slichange {
    margin-top: 50px;
}

.slichange .sitem {
    display: inline-block;
    padding: 0 50px 0 25px;
    cursor: pointer;
}

.slichange .sitem a {}

.sitem h4 {
    position: relative;
}

.sitem h4 a {
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
}

.sitem h4:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0px;
    height: 1px;
    margin-left: -5%;
    background-color: #464646;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.sitem h4:hover:after {
    width: 110%;
}

.ycal_tr {
    margin-top: 15px;
}

.ycal_tr ul {
    float: left;
    background: url(https://kpgynm.com/templates/default/images/bg2.jpg) no-repeat left center;
    padding: 0 80px 0 95px;
}

.ycal_tr li {
    line-height: 54px;
    background: url(https://kpgynm.com/templates/default/images/bg3.jpg) no-repeat right center;
    float: left;
}

.ycal_tr li a {
    display: block;
    color: #666666;
    font-size: 14px;
    padding: 0 21px;
}

.ycal_tr li.qcbj {
    background: none;
}

.ycal_tr font {
    float: right;
    display: block;
    width: 153px;
    height: 40px;
    background: #333;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ycal_tr font a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    ;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
}

.ycal_tr font:hover a {
    color: #fff;
}

.ycal_tr font:hover {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

/* .case_nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.case_nav li {
    padding: 13px 34px;
    box-sizing: border-box;
    text-align: center;
    background: #f5f5f5;
}
.case_nav li:nth-child(1){
    margin-right: 7px;
}
.case_nav li a{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.case_nav li .icon {
    height: 28px;
    overflow: hidden;
}

.case_nav li .icon img {
    margin: 0 auto;
    display: block;
    transition: ease .4s;
}

.case_nav li.active,
.case_nav li:hover {
    background: #535353;
}

.case_nav li.active img,
.case_nav li:hover img {
    transform: translateY(-38px);
}

.case_nav li.active a,
.case_nav li:hover a {
    color: #fff;
}
.case_nav li h3{
    font-weight: 500;
    font-size: 15px;
    margin-left: 10px;
    line-height: 28px;
} */

.index_desc .tit1 {
    font-size: 3.125vw;
    font-weight: bold;
    line-height: 3.125vw;
    text-transform: uppercase;
}

.index_desc .line {
    margin: 25px 0 30px;
    width: 170px;
    height: 12px;
}

.index_desc .line em {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/templates/default/image/line.jpg) left;
    background-position: center center;
    -webkit-animation: scrollBad 5s linear infinite;
    -moz-animation: scrollBad 5s linear infinite;
    animation: scrollBad 5s linear infinite;
}

@keyframes scrollBad {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -170px 0;
    }
}

.index_desc .tit2 {
    font-size: 53px;
    line-height: 1;
    margin-bottom: 26px;
    margin-top: 10px;
}

.index_desc .tit3 {
    font-size: 30px;
    line-height: 52px;
    font-weight: bold;
    margin-top: 50px;
}

.inC_con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 46px 0px 8px 0px;
}

.ysWork_box .inC_con {
    padding-top: 0;
    padding-bottom: 70px;
}

.inC_con li,
.inD_con li {
    width: 32.4%;
    float: left;
    margin: 22px 1.4% 0px 0px;
}

.inC_con li:nth-child(3n),
.inD_con li:nth-child(3n) {
    margin-right: 0px;
}

.inC_con li>a {
    display: block;
    border: 1px solid #f0f0f0;
    padding-bottom: 22px;
    position: relative;
    background: #fff;
}

.inC_c_T {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}

.inC_c_T .image {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    float: left;
}

.inC_c_T::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: rgba(0, 0, 0, 0.42); */
    content: '';

}

.inC_con li:hover .inC_c_T .image {
    transform: scale(1.05);
}

/* .inC_c_T>div {
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    left: 0px;
    top: 50%;
    background: rgba(195, 13, 35, 0.7);
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
} */

.inC_c_T .logo {
    position: absolute;
    width: 200px;
    height: 120px;
    top: 50%;
    left: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.inC_c_e {
    display: block;
    padding: 0px 6%;
    text-align: left;
    overflow: hidden;
}

.inC_c_e>h3 {
    display: block;
    padding: 30px 52px 15px 0px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inC_c_e>p {
    overflow: hidden;
    padding: 0;
    height: 22px;
    z-index: 1;
    line-height: 22px;
    color: #666666;
    position: relative;
    padding-right: 52px;
    background: url(/templates/default/image/w_r.png) no-repeat center right;
    background-size: 44px;
    margin: 0;
}

.inC_c_e>p .bg {
    width: 0;
    height: 0;
    display: block;
    left: 50%;
    top: 50%;
    border-radius: 18px;
    transition: all 0.3s ease 0s;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.inC_con li>a .l1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #c30d23;
    transition: all 0.3s ease 0s;
}

.inC_con li>a .l2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #c30d23;
    transition: all 0.3s ease 0s;
}

.inC_con li>a .l3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #c30d23;
    transition: all 0.3s ease 0s;
}

.inC_con li>a .l4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #c30d23;
    transition: all 0.3s ease 0s;
}

@media screen and (min-width:1200px) {

    /* .inC_con li>a:hover .inC_c_e>h3 {
        background: url(/templates/default/images/inico09.png) no-repeat center right;
    } */
    .inC_con li>a:hover .inC_c_T>div {
        height: 100%;
        opacity: 1;
        top: 0px;
    }

    .inC_con li>a:hover .inC_c_T>div img {
        opacity: 1;
        top: 50%;
    }

    .inC_con li>a:hover .inC_c_e>p .bg {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #c30d23;
    }

    .inC_con li>a:hover .inC_c_e>p {
        /*color:#fff;border-color:#fff*/
    }

    .inC_con li>a:hover .l1 {
        width: 100%;
    }

    .inC_con li>a:hover .l2 {
        height: 100%;
    }

    .inC_con li>a:hover .l3 {
        width: 100%;
    }

    .inC_con li>a:hover .l4 {
        height: 100%;
    }
}

.case_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.case_nav li {
    padding: 11px 29px;
    box-sizing: border-box;
    text-align: center;
    background: #f5f5f5;
    margin-right: 3px;
}

.case_nav li:nth-child(1) {
    margin-right: 7px;
}

.case_nav li a {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.case_nav li .icon {
    height: 28px;
    overflow: hidden;
}

.case_nav li .icon img {
    margin: 0 auto;
    display: block;
    transition: ease .4s;
}

.case_nav li.active,
.case_nav li:hover {
    background: #535353;
}

.case_nav li.active img,
.case_nav li:hover img {
    transform: translateY(-38px);
}

.case_nav li.active a,
.case_nav li:hover a {
    color: #fff;
}

.case_nav li h3 {
    font-weight: 500;
    font-size: 15px;
    margin-left: 10px;
    line-height: 28px;
}

/* modify-20200710  end */

/* indCD*/

#ysBody {
    position: relative;
    height: 68vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
}

#ysBody::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 9;
}

.ysBjb_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 990;
    text-align: center;
    display: inline-block;
    width: 100%;
    z-index: 21;
}

.ysBjb_en {
    text-transform: uppercase;
    font-size: 60px;
    color: #fff;
    letter-spacing: 5px;
    margin-top: 28px;
    position: relative;
}

.ysBjb_en::after {
    /* content: ""; */
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 28px;
    height: 1px;
    background: #fff;
}

.ysBjb_txt_font {
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    font-size: 66px;
    color: #fff;
    font-weight: bold;
}

.ysBjb_txt_font::after {
    /* content: ""; */
    position: absolute;
    bottom: 0;
    left: 48%;
    width: 4%;
    height: 3px;
    background: #fff;
}

.ysBjb_txt .indBtns {
    margin-top: 68px;
}

.ysBjb_txt .indBtns .btn span::before,
.ysBjb_txt .indBtns .btn span::after {
    content: none;
}

.ysBjb_txt .indBtns .btn {
    width: 148px
}

.ysBjb_txt .indBtns .btn::before {
    background: #000
}

.ysBjb_txt .indBtns .btn span {
    padding: 16px 0
}

#ysBody .swiper-slide {
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 100%;
    background-color: #1c1c1c;
}

/* =====================
    about 
    =================================================================== */




/* 3、abCul */

.abCul .swiper-slide:nth-child(2n) {
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
}

.abCul .swiper-container {
    padding: 3rem 0
}


.abCul_foot {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    width: 100%;
    padding: 2rem 3rem;
    font-weight: 600;
    font-size: 1.2rem;
  font-family: 'AiDianFengYaHei';
}

.abCul_foot i {
    display: block;
    width: 1.2rem;
    height: 1px;
    background-color: #1E1E1E;
}

/* 4、abLogo */


/* =====================
    case 
    =================================================================== */

.ysWork {
    position: relative;
    padding-bottom: 10vh
}

.ysWork_box {
    margin: 0 auto;
}
/* =====================
    caseDet 
    =================================================================== */

/* =====================
   services 
   =================================================================== */

.series {
    position: relative;
    overflow: hidden;
    /* padding-top: 24vh; */
}

.series .item-project {
    padding-bottom: 10vh;
    padding-top: 0;
    overflow: initial
}

.series .item-project-wrap {
    mix-blend-mode: inherit;
}

.series .item-project-wrap h2 a.text-stroke {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: rgba(19, 19, 19, 1);
    text-stroke: .5px rgba(19, 19, 19, 1);
}

.series .project-numb .project-numb-wrap span,
.series .project-about .project-description p span {
    color: #131313;
}

.series .item-project-wrap h2 a.text-stroke .textlink:before {
    color: #c9c9c9;
    top: 0;
}

.series .project-about .project-description p span {
    font-size: 17px;
    line-height: 2;
}

.series .project-about .project-description p span:first-child {
    font-size: 45px;
}

.series .project-numb .project-numb-wrap {
    padding-top: 20%;
}

.series .item-project .item-project-wrap .project-about::before {
    border-color: rgba(0, 0, 0, 0.1);
}

.series .item-project .item-project-wrap .project-about {
    padding: 50px 0 30px;
}

.series .item-project .project-about-wrap {
    margin-bottom: 108px;
}

/* =====================
    news 
    =================================================================== */

.art {
    position: relative;
}

.art_box {
    padding-bottom: 108px;
}


.artTit {
    margin-bottom: 45px;
}

.artTit .artTit_tit {
    display: block;
    font-style: initial;
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    
    margin-bottom: 24px;
}

.artTit_name {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 32px;
    color: #131313;
    line-height: 2;
    letter-spacing: 1px;
    display: block;
    margin-top: 28px;
}

.artTit .artTit_p {
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 2;
    /* margin-top: 14px; */
    margin-bottom: 30px;
    /* display: none; */
}

.artImg {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.artImg_div {
    overflow: hidden;
    width: 800px;
    height: 480px;
    margin: 0 auto;
}

.artImg_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s, -webkit-transform 1s;
}

.artImg_div:hover img {
    transform: scale(1.1);
}




/* =====================
    newsDet 
    =================================================================== */

.newDet_line {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #131313;
    z-index: 11;
}

/*  */

.newsDet {
    padding: 21vh 0;
    margin: 0 auto;
}

.newsDet_box {
    margin: 0 auto;
}

.newsTop {
    padding-bottom: 50px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsTop em {
    text-transform: capitalize;
    color: #f15a29;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 2;
}

.newsTop h4 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.newsTop p {
    font-size: 12px;
}

.newsTop p span {
    margin-right: 24px;
    vertical-align: middle;
}

.newsTop p img {
    margin-right: 5px;
    vertical-align: text-top;
    width: 13px;
}
.newsFlex{
    display: flex;
    justify-content: space-between;
}
.newsRight{
    width: 350px;
    padding-left: 50px;
    border-left: 1px dashed #dbdbdb;
}
.newsBody {
    width: calc(100% - 400px);
    line-height: 2;
    color: #666;
    padding-bottom: 28px;
}

.newsBody img {
    max-width: 100%;
    margin: 20px auto 28px;
}

.newsBody p {
    margin: 18px 0;
    font-size: 16px;
}

.newsBody b {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    top: 8px;
}

.newsBtn {
    /* padding-bottom: 50px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsBtn .item {
    display: flex;
    align-items: center;
    width: calc(50% - 75px);
}

.newsBtn .item.btn {
    display: flex;
    align-items: center;
    width: 140px;
    margin: 0 10px;
}

.newsBtn .item p {
    font-size: 16px;
    color: #000;
    opacity: .6;
    transition: all 0.48s;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.48s;
}

.newsBtn .item:hover p {
    opacity: 1;
}

.newsBtn .item button {
    border: 1px solid rgb(0, 0, 0, .3);
    font-size: 14px;
    padding: 8px 30px;
    background: transparent;
    color: #000;
    opacity: .6;
    transition: all 0.48s;
}

.newsBtn .item:hover button {
    background: rgb(0, 0, 0);
    color: #fff;
}
.newsTList{
    position: relative;
}
.newsTItem{
    display: flex;
    /* align-items: center; */
    position: relative;
    padding: 20px 0;
    border-bottom: 1px dashed #dbdbdb;
}
.newsTImg{
    width: 100px;
    padding-top: 40%;
    position: relative;
}
.newsTImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
} 
.newsTTBox{
    width: calc(100% - 100px);
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newsRTime{
    font-size: 12px;
}
.newsRTit{
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
@media(max-width: 1280px){
    .newsRight{
        width: 300px;
    }
    .newsBody {
        width: calc(100% - 350px);
    }
}
@media(max-width: 1024px){
    .newsBody {
        width: 100%;
    }
    .newsRight{
        display: none;
    }
}
/* =====================
    contact 
    =================================================================== */


/* index */

/* .indCon {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.68s;
    background: #fff;
}
 */


.indCon .conBox.remove {
    top: 68px;
}

.indCon .conLeft {
    perspective: 800px;
}

.indCon .conLeft a {
    position: relative;
    font-size: 90px;
   font-family: 'LogoSCUnboundedSans';
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    margin-bottom: 28px;
    /* font-weight: bold; */
    z-index: 3;
    transform-origin: left bottom;
    transition: all 0.48s;
}

.indCon .conLeft a::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 30%;
    background-color: rgba(19, 19, 19, 0.17);
    transition: width 0.48s;
}

@media(min-width:1025px) {
    .indCon .conLeft a:hover::after {
        width: 100%
    }

    .indCon .conLeft a:hover {
        transform: rotateY(-10deg);
    }
}

/* inner */

.ysCon {
    background: url(/templates/default/image/bg2.png);
    /* background: #930b1c; */
}

.ysCon .conRight {
    width: 100%;
    max-width: 100%;
    /* display: flex;
align-items: flex-start;
justify-content: space-between; */
}

.ysCon *,
.ysCon .conItem_tit a {
    color: #fff
}

.ysCon .conItem {
    width: 46%;
    float: left;
}

.ysCon .conItem:first-child {
    float: right;
    margin-bottom: 0;
}

.ysCon .conItem a+br {
    display: none;
}

.ysCon .conItem_tit a {
    display: block;
}

.ysCon .conItem_form {
    padding-bottom: 34px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.ysCon .conItem_form input {
    color: #333;
    border: 1px solid #fff;
}

.ysCon .conItem:first-child .conItem_tit {
    margin-bottom: 9px;
}

.ysCon .conBox {
    padding: 108px 0;
}

/*  */

.lastCon {
    background: transparent;
}

/* =====================
    caseDet 
    =================================================================== */

.q-sizer.w40 {
    width: 40vw
}

.q-sizer.w42 {
    width: 42vw
}

.q-sizer.w1 {
    width: 1vw
}

.q-sizer.w3 {
    width: 3vw;
}

.q-sizer.w5 {
    width: 5vw
}

.q-sizer.w6 {
    width: 6vw;
}

.q-sizer.w8 {
    width: 8vw;
}

.q-sizer.w10 {
    width: 10vw
}

.q-sizer.w12 {
    width: 12vw
}

.q-sizer.w15 {
    width: 7.5vw
}

.q-sizer.w16 {
    width: 16vw
}

.q-sizer.w20 {
    width: 20vw
}

.q-first .q-sizer {
    width: calc(4rem + 13.9vh)
}

.q-mobile.q-top+.q-sep+.q-sep>.q-sizer.w10 {
    display: none;
}

.q-mobile .q-sizer {
    /*max-width: 308px;*/
}

.q-mobile .q-image-sizer {
    max-width: 90%;
}

/* 1 */

.caseTit {
    max-width: 32vw;
}

.caseTit .indBtns .btn {
    width: 200px;
}

.caseTit .indBtns .btn.btn-back {
    width: 200px;
}

.caseTit .indBtns .btn span {
    padding: 21px 0;
    font-size: 17px;
}

.caseTit .indBtns .btn::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.caseTit .indBtns .btn.btn-back::before {
    background: #000;
}

.caseTit .indBtns .btn span::before {
    left: 218px;
    background: none;
}

.caseTit_name {
    font-size: 38px;
    margin-bottom: 50px;
    font-weight: bold;
    letter-spacing: 0;
}

.caseTit_name img {
    display: none;
}

.caseTit_det {
    margin-bottom: 24px;
    font-size: 15px;
}

.caseTit_det p {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.caseTit_ser span,
.caseTit_det span {
    margin-bottom: 12px;
}

.caseTit_div {
    overflow: hidden;
    margin-bottom: 30px;
}

.caseTit_div span {
    color: #000;
    font-size: 16px;
    display: inline-block;
}

.caseTit_div a,
.caseTit_div p {
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
}

.caseTit_div a {
    font-size: 15px
}

.caseTit_web:hover a {
    color: #c30d23;
}

/*  */

.ysThink {
    text-align: center;
}

.ysThink span {
    line-height: 250px;
    font-size: 10vw;
    white-space: inherit;
    text-transform: uppercase;
    
}

/*  */

.border {
    border: 10px solid #000;
    border-radius: 10px;
    background-color: #000;
}

.border_line {
    border: 1px solid #ebebeb
}

.ysBg {
    background: #ebebeb;
}

/* 咨询弹框 */

.consulta {
    width: 718px;
    height: 368px;
    margin: 0 auto;
    background: rgba(232, 50, 40, 0.86);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -359px;
    margin-top: -160px;
    display: none;
    z-index: 9999;
}

.consultaEwm {
    position: relative;
}

.consultaEwm>img {
    width: 98px;
}

.consultaEwm img:first-child {
    margin-right: 8%;
}

.consultaEwm p {
    color: #fff;
    margin-top: 14px;
    display: inline-block;
    text-align: center;
}

.consultaEwm p img {
    width: 24px;
    display: block;
    margin-bottom: 14px;
}

.consultRight {
    width: calc(100% - 100px);
    margin: 0 50px;
    z-index: 9;
}

.consulCon{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.consulLeft{
    width: calc(100% - 300px);
    position: relative;
}
.consultRight h2 {
    color: #fff;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.consultNum {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 24px;
    font-family: "AiDianFengYaHei";
}

.consultRight input {
    display: block;
    width: 100%;
    margin-top: 12px;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    font-family: "AiDianFengYaHei";
}

.consultRightBtn {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 17px;
    padding: 10px 10px;
    color: #fff;
    font-size: 16px;
    width: 21%;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

/*.consultRight a.ind_submit{
    background: #fff;
    color: #000;
    }*/

.consultRight a:hover {
    background: #fff;
    color: #000;
}

.conk {
    position: absolute;
    border: 1px solid #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin-top: 10px;
    margin-left: 10px;
    z-index: -1;
}

.ys_clock {
    position: absolute;
    top: 11px;
    right: 10px;
    color: #000;
    font-size: 36px;
    background: #fff;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    cursor: pointer;
}

@media(max-width: 786px) {
    .consulta {
        display: none !important;
    }
}

/* 咨询弹框  end */

/*提交成功 s*/

.ysSuc {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 428px;
    height: 208px;
    margin-top: -159px;
    margin-left: -214px;
    background: red;
    z-index: 9999;
    background: rgba(232, 50, 40, 0.86);
    text-align: center;
}

.ysSuc:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.68);
    z-index: -1;
}

.ysSuc>div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ysSuc_box {
    text-align: left;
    margin-top: -10px;
}

.ysSuc_ico {
    width: 21px;
    /* display: block; */
    vertical-align: middle;
    position: relative;
    margin-right: 12px;
    top: -5px;
}

.ysSuc span {
    color: #fff;
    font-size: 24px;
    display: block;
    line-height: 2;
    margin-top: 10px;
}

.ysSuc p {
    color: #fff;
    opacity: 0.8;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    font-size: 16px;
}

.ysSuc a {
    display: inline-block;
    padding: 10px 34px;
    background: #fff;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 1px;
}

/*提交成功 e*/

/* ====================
    resp2048
============================== */
@media(min-width:2048px) {

    /* common */

    .indCon .conLeft a {
        margin-bottom: 45px;
    }

    .ysNav a {
        font-size: 18px;
    }

    .ysNav a::after {
        top: 40px;
    }

    .ysUtil .list .ysUtilIco {
        width: 62px;
        height: 62px;
    }

    /* header */
    .headLogo {
        width: 189px;
    }

    .headRig {
        width: 1080px;
        margin-top: 20px;
    }

    .headRig>div>a {
        font-size: 20px;
    }

    .d_a {
        font-size: 32px;
    }

    .nav_ifm li span {
        font-size: 14px;
    }

    #main_nav .right {
        min-width: 468px;
    }

    #main_nav p,
    #main_nav small.copy {
        font-size: 16px;
        line-height: 1.4;
    }

    /* banner */
    .circle__text {
        height: 50px;
    }

    .circle__span {
        font-size: 20px;
        line-height: 1;
    }

    .slider__title {
        font-weight: 84px;
        margin-bottom: 24px;
    }

    .slider__text {
        font-size: 76px;
        margin-top: 48px;
    }

    .slider__title img {
        height: 102px;
        margin-bottom: 34px;
    }

    /* index-1 */
    .item-about {
        padding-left: 10%;
    }

    .indAb_info_btm {
        left: 0;
    }

    .indAb_info_tit {
        left: 0;
    }

    .indAb_info_tit h4 {
        font-size: 20px;
    }

    .indAb_info_name {
        font-size: 6.4rem;
    }

    .indAb_info_tit h1 {
        max-width: 90%;
        font-size: 46px;
        line-height: 1.6;
    }

    .indAb_info_font {
        font-size: 16px;
    }

    #typed {
        font-size: 18px;
    }

    /* index-3 */
    .item-work .inner {
        width: 80%;
        margin: -150px auto 68px;
    }

    /* about */
    .abAbout {
        margin: 0;
        padding-top: 108px;
    }

    .abAbout::before,
    .abCul::before,
    .abLogo::before {
        width: 80%;
        left: 10%;
    }
  

    .abCul {
        padding-top: 108px;
    }

    .abLogo_a img {
        max-width: 208px;
    }

    /* case */
    .caseTit_div a,
    .caseTit_div p {
        font-size: 18px;
    }

    /* caseDet */
    .q-media-image {
        width: 90%;
        margin: 0 auto;
    }

    /* contact */
    .lastCon .conBox {
        height: calc(100vh - 98px);
        box-sizing: border-box;
    }

    .conRight {
        max-width: 38%;
    }
}

@media(max-width:1600px) {
    .ysNav ul a {
        margin: 0 15px;
    }
}

@media(max-width:1480px) {
    .ysNav ul a {
        margin: 0 10px;
    }
}

@media(max-width:1368px) {
    .ysNav {
        margin: 30px auto 20px;
    }

    .ysNav ul a {
        margin: 0 25px;
    }
}

.btn_ewm {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 9999;
    display: none;
}

.btn_ewm .imgBox {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 12px 24px rgb(216 30 6 / 20%);
    position: relative;
    z-index: 9;
}

.btn_ewm .imgBox img {
    width: 100%;
}

.btn_ewm .Tbox {
    opacity: 0;
    display: none;
    position: absolute;
    white-space: nowrap;
    top: 0%;
    transform: translateY(-50%);
    left: -115px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 10%);
}

.btn_ewm .Tbox img {
    /* position: absolute;
    top: 50px;
    left: 50%; */
    width: 88px;
    -webkit-transition: opacity .5s 0.1s;
    transition: opacity .5s 0.1s;
}

.weixin-qrCode.ben_z {
    z-index: -2;
}

.btn_ewm:hover .Tbox {
    opacity: 1;
    display: block;
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn_ewm span {
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 1px;
}

.abBjb {
    position: relative;
}



.ysMBox {
    display: flex;
    align-items: center;
}

.ysMBox a, .ysMBox span {
    position: relative;
    font-weight: 300;
    color: #131313;
    font-size: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ysMBox span {
    margin: 0 5px;
    opacity: .6;
}

.ysMBox a::after {
    content: none;
}

.ysMBox img {
    width: 20px;
    opacity: .8;
    margin-right: 5px;
}

.C_DetBox2 {
    display: none;
}

.C_DetBox1 {
    display: block;
}
.newsBtn1{
    display: block;
}
.newsBtn2{
    display: none;
}
@media (max-width:1024px){
    .C_DetBox1 {
        display: none;
    }
    
    .C_DetBox2 {
        display: block;
    }
    .newsBtn2{
        display: block;
    }
    .newsBtn1{
        display: none;
    }
    .newsBtn {
        flex-wrap: wrap;
    }
}
@media(max-width:900px) {
    .ysMBox {
        display: none;
    }

    .ysNav ul a {
        margin: 0 20px;
    }
}
@media (max-width:900px) {
   

    .newsBtn .item {
        width: 100%;
    }

    .newsBtn .item.btn {
        width: 100%;
        margin: 0;
    }
}

@media (max-width:768px) {

    .newsBtn .item button {
        font-size: 12px;
    }

    .newsBtn .item p {
        font-size: 14px;
    }
}

@media (max-width:500px) {
    .ysNav ul a {
        margin: 0 10px;
    }
}

/*?????¨??????é?????è?????*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*è?¨é?“é??è‰??€???…é????±??????è§’*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 0px;
}

/*??‘??—*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000;
}

/*??¤?????‰é’?*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*??????è§’?±?????¤???·???*/
::-webkit-scrollbar-corner {
    background: khaki;
}


/*  */


.inner {
    width: 86%;
    margin: 0 auto;
}

.padd {
    padding: 98px 0;
}

@media(max-width:1368px) {
    .padd {
        padding: 80px 0;
    }
}

@media(max-width:1024px) {
    .padd {
        padding: 68px 0;
    }
}

@media(max-width:486px) {
    .padd {
        padding: 48px 0;
    }
}

.allMore {
    position: relative;
}

.allMore a {
    padding: 14px 48px;
    display: inline-block;
    background: #000;
    color: #fff;
    line-height: 1;
    font-size: 16px;
}

@media(max-width: 468px) {

    .allMore a {
        font-size: 13px;
        padding: 12px 28px;
    }
}


/* 内页ban */
.banN {
    width: 100%;
    position: relative;
}

.banN img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banN_m {
    display: none;
}

@media(max-width:500px) {
    .banN_m {
        display: block;
    }

    .banN_pc {
        display: none;
    }
}

/* 图片高度 */
.indImg {
    overflow: hidden;
    position: relative;
}

.indImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}


/* swiper.js 控制器样式 */
.pos.swiper-pagination {
    width: 100%;
    bottom: 0 !important;
    position: relative;
    margin-top: 20px;
}

@media(max-width:500px) {

    .pos.swiper-pagination {
        margin-top: 10px;
    }
}


.swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px;
}

.swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.58);
    transition: all 0.48s;
}

.swiper-pagination-bullet.my-bullet-active {
    width: 52px;
    background: rgba(255, 255, 255, 1);
}




/* 动画效果 */
.wgt-fade-animate {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
}

.appear {
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}




/* header 新增 */

.mnavLogo {
    position: relative;
    z-index: 2;
}

.mnavLogo img {
    width: 180px;
}

#main_nav {
    z-index: 100001;
}
.navCon{
    width: 100%;
    height: 100%;
    padding-top: 200px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    /* align-items: center; */
}
.navLeft {
    width: 50%;
    position: relative;
    padding: 0 8%;
   
}
.navlList{
    display: flex;
    flex-direction: column;
}
.navlList a {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    /*line-height: 100%;
    */letter-spacing: 2px;
    position: relative;
    z-index: 1;
    padding: 20px 0;
    /*font-family: 'LogoSCUnboundedSans';
    */text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.navlList a:hover{
    padding-left: 10px;
}
.navLeft a span{
    font-size: 20px;
    color: #ccc;
    margin-right: 8px;
}
.navLeft::after{
    width: 1px;
    height: 50vh;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 10%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#main_nav .right .inner {
    width: 70%;
}

#main_nav p {
    font-size: 20px;
}

#main_nav p.nav_ifm_list_num{
  font-family: 'AiDianFengYaHei';
}

#main_nav small.copy {
    font-size: 14px;
}

.nav_ifm li span {
    font-size: 20px;
    line-height: 1.6;
}
#main_nav .navLeft .wrap p{
    font-size: 14px;
}
.nav_ifm li {
    margin-bottom: 52px;
}

#main_nav .foot {
    margin-top: 6.2vw;
}
.navTop{
    display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.navClose {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    border-radius: 30px;
    gap: 10px;
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    cursor: pointer;
    z-index: 2;
}

.navClose i {
    width: 60px;
    height: 1px;
    border-bottom: 1px solid #fff;
}

@media (max-width: 1680px) {
    .mnavLogo img {
        width: 180px;
    }

    #main_nav p {
        font-size: 18px;
    }

    .nav_ifm li {
        margin-bottom: 38px;
    }

    #main_nav small.copy {
        font-size: 16px;
    }
}

@media (max-width: 1480px) {
  
    .navlList a {
        font-size: 28px;
        padding: 12px 0;
    }

    /*  */

    .nav_ifm li {
        margin-bottom: 28px;
    }

    .nav_ifm li span {
        font-size: 18px;
    }

    #main_nav .foot {
        margin-top: 4.2vw;
    }
}

@media (max-width: 1024px) {
    #main_nav .right {
        display: none;
    }
    .navLeft span {
        clip-path: border-box;
    }

    .navLeft {
        width: 100%;
        border-right: none;
        justify-content: flex-start;
    }

    .navTop{
        height: 85px;
    }
}

@media (max-width: 680px) {
  
 .navCon {
    padding-top: 150px;

    }
    .navClose {
        font-size: 16px;
    }

    .navClose i {
        width: 40px;
    }

    .mnavLogo img {
        width: 140px;
    }
    .navlList a {
        font-size: 18px;
        padding: 12px 0;
    }
}
@media (max-width: 500px) {
   .navCon {
    padding-top: 120px;

    }
}



.food {
    width: 100%;
    height: 100vh;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 200px;
    z-index: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.foodBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    transition: all 0.1s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.fdInner {
    width: 80%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.fdLeft {
    width: 55%;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.fdLTit {
    font-size: 24px;
    font-weight: 500;
    border: 0;
    margin-bottom: 50px;
}

.fdForm {
    position: relative;
}

.fdFItem {
    width: 48%;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.fdFItem i{
    font-size: 12px;
    color: #c30d23;
    line-height: 1;
    position: absolute;
    left: 5px;
    bottom: -15px;
    font-style: normal;
    opacity: 0;
}
.fdFItem.Not i{
    opacity: 1;
}

.fdLeft .FdBtn.hover {
    padding: 5px 20px;
    transition: all 0.48s;
}
.fdLeft .FdBtn:hover{
    background: #c30d23;
}
.fdLeft .FdBtn {
    position: relative;
    z-index: 11;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    background: #333;
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.fdLeft .FdBtn.hover::before {
    width: 100%;
}

/* .fdLeft .FdBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    background: url(/templates/default/images/bg.png);
} */

.fdLeft .FdBtn.hover .conItem_big {
    letter-spacing: 2px;
    font-size: 24px;
    color: #fff;
    position: relative;
}

.fdLeft.hover .conItem_big {
    color: #fff;
}

.conItem_arr {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    right: 0;
    top: 0;
}

.conItem_arr_prev {
    transform: translate(0);
}

.FdBtnArr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform .4s;
    transform: translate(0);
    will-change: transform;
}

.fdLeft.hover .conItem_arr svg {
    color: #fff;
}

.conItem_arr svg {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    fill: currentColor;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

.conItem_arr svg path {
    fill: #fff;
}

.fdLeft .FdBtn.hover:not(.conEwm):hover {
    padding-left: 20px;
}

.conItem_arr_next {
    transform: translate(-100%, 100%);
}

.fdLeft .FdBtn:hover .conItem_arr_next {
    transform: translate(0);
}

.fdLeft .FdBtn:hover .conItem_arr_prev {
    transform: translate(100%, -100%);
}

.fdItem {
    width: 45%;
    padding: 50px;
    background: #333;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.fd_Tit {
    padding-bottom: 50px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: calc(8px + (450vw - 3456px)/1152 + 8px + (450vh - 3001.5px)/413);
    line-height: 1.4;
    flex: 0 1 100%;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
}

.fd_Tit a,.fd_TitNum {
    /* font-family: 'LogoSCUnboundedSans'; */
}

.fd_Tit a {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5;
    /* font-family: 'LogoSCUnboundedSans'; */
    display: block;
}

.FdEwm_img {
    display: flex;
}
.FdEwm{
    width: 100px;
    margin-right: 30px;
}
.FdEwm_img img {
  width: 100%;
}
.FdEwm p{
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-top: 10px;
}
.fdTBox {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 300px;
    padding: 50px 0;
    z-index: 0;
    opacity: 0;
}

.fdTBox.act {
    opacity: 1;
}

.fdTBox .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.fdTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fdLogo {
    width: 120px;
}

.fdLogo img {
    width: 100%;
}

.fdAList {
    display: flex;
    align-items: center;
}

.fdAItem {
    font-size: 16px;
    color: #999;
    padding: 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.fdAItem:last-child {
    border-right: none
}

.fdBon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fdBon a{
    margin: 0 5px;
}
.fdTop p,
.fdTop a {
    font-size: 16px;
    color: #999;
}
.fdTop a{
    display: block;
}
@media (max-width: 1680px) {
    .fd_Tit,.fdLTit{
        font-size: 20px;
    }
   
    .fdLTit{
        margin-bottom: 0;
    }
    .fdLeft .FdBtn{
        margin-top: 15px;
    }
    .FdEwm {
        width: 90px;
    }
.FdEwm p {
    font-size: 14px;
}
}
@media (max-width: 1280px) {
    .fdInner {
        width: 90%;
    }
    .fd_Tit a{
        font-size: 24px;
    }
    .fdTop p, .fdTop a {
font-size: 14px;
padding: 0 15px;
}
.fdTop {
    flex-wrap: wrap;
    justify-content: center;
}
.fdTop p{
    width: 100%;
    text-align: center;
}
.fdAList{
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
}
@media (max-width: 1023px){
    .food{
        height: auto;
    }
    .fdInner{
        flex-wrap: wrap;
        position: relative;
    }
    .fdItem{
        width: 100%;
    }
    .fdLeft{
        width: 100%;
        
    }
}
@media (max-width: 768px){
    .fd_Tit {
        padding-bottom: 30px;
    }
    .FdEwm {
        width: 80px;
    }
.FdEwm p {
    font-size: 12px;
}
    .fdItem,.fdLeft{
        padding: 30px;
    }
    .fdLTit{
        margin-bottom: 30px;
    }
    .fdLeft .FdBtn.hover .conItem_big{
        font-size: 20px;
    }
    .conItem_arr svg {
        width: 20px;
        height: 20px;
    }
    .fdLogo {
        width: 110px;
    }
    .fdInner .fdLeft {
        order: -1;
    }
   
}
@media (max-width: 680px){
    .food{
border-radius: 20px;
}
.fd_Tit a{
    font-size: 20px;
}
}
@media (max-width: 500px){
    .fdTop p, .fdTop a {
        font-size: 13px;
        padding: 0 10px;
    }
    .fdItem,.fdLeft{
      border-radius: 16px;
    }
    .fdLeft .FdBtn.hover .conItem_big {
font-size: 18px;
letter-spacing: 1px;
}
.conItem_arr svg {
width: 16px;
height: 16px;
}
.fdFItem{
margin-bottom: 12px;
}
.fdItem, .fdLeft {
padding: 30px 20px;
}
.fdTBox {
height: 250px;
padding: 30px 0;
}
.food {
margin-bottom: 250px;
}
}
















/* banner */

.bigBox {
    position: relative;
    z-index: 9;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.48s;
}
.banner.radius{
    border-radius: 0 0 30px 30px;
}

.banDemo {
    background: #333;
    position: relative;
    height: 100vh;
}
.banDemo .swiper-wrapper{
    height: 100% !important;
}
@keyframes myfirst
    {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.1);
        }
    }
    @media (max-width: 1680px){
        .slider__title {
font-size: 66px;
}
.slider__text {
font-size: 51px;
}
    }
    @media (max-width: 1368px){
        .slider__inner {
            padding-left: 20%;
        }
        .slider__title {
font-size: 54px;
}
.slider__inner {
padding-left: 20%;
}
.slider__text {
font-size: 42px;
}
    }
    @media (max-width: 1280px){
    }
    @media (max-width: 1200px){
        .circle {
display: none;
}
        .slider__inner {
            padding-left: 158px;
        }
        .slider__title {
font-size: 46px;
margin-bottom: 18px;
line-height: 1;
}
.slider__inner {
padding-left: 158px;
}
.slider__text {
font-size: 54px;
margin-top: 0;
}
    }
    @media (max-width: 1024px){
        .slider__inner {
            padding-left: 108px;
        }
        .slider__inner {
padding-left: 108px;
}
.slider__text {
max-width: 90%;
}
.slider__text {
font-size: 42px;
}
.banDemo .swiper-pagination-bullet{
width: 50px;
}
    }

    @media (max-width: 768px){
        .banDemo {
            height: 85vh;
        }
        /* .banDemo .swiper-wrapper{
            height: 85vh;
        } */
        .slider__inner {
            padding: 0;
            text-align: center;
        }
        .slider__title {
font-size: 30px;
max-width: 80%;
margin: 0 auto;
text-align: left;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-bottom: 18px;
margin-bottom: 14px;
}
.slider__inner {
padding: 0;
text-align: center;
}
.slider__text {
font-size: 22px;
margin: 0 auto;
line-height: 1.4;
text-align: left;
letter-spacing: 0;
font-weight: 300;
}
.banDemo .swiper-pagination-bullet{
width: 38px;
}
    }
    @media (max-width: 680px){
.banner.radius{
border-radius: 0 0 20px 20px;
}
.banDemo {
            height: 75vh;
        }
        /* .banDemo .swiper-wrapper{
            height: 75vh;
        } */
}


/* 关于 */
.inAbox {
    position: relative;
    border-radius: 80px 80px 0 0;
    overflow: hidden;
    /* background: #fff; */
}

.inAbox .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 68px 0 98px;
}

.indAb_info {
    position: relative;
    width: 42%;
    margin-top: 0;
    padding-top: 5%;
    /* display: flex;
    justify-content: space-between;
    flex-direction: column; */
    position: relative;
}

.inAbox .indAb_info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    min-width: 1px;
}

.indAb_info_tit {
    margin: 0;
    padding: 0;
    -webkit-transform: none;
    transform: none;
}

.indAb_info_tit h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    padding-left: 40px;
    text-transform: uppercase;
    transform: translateX(0);
    font-family: 'LogoSCUnboundedSans';
}

.indAb_info_tit h4::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 21px;
    background-color: #c30d23;
    content: "";
    left: 0;
}

.indAb_info_name {
    font-family: 'LogoSCUnboundedSans';
    line-height: 1.2;
    font-size: 5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 18px;
}

.indAb_info_br {
    display: none;
}

.indAb_info_tit h1 {
    /* font-family: "OPPOSans"; */

    font-weight: 300;
    max-width: 468px;
    margin-top: 3.57143rem;
    margin-bottom: 5.71429rem;
    font-size: 36px;
    line-height: 1.45;
    color: #131313;
}

.indAb_info_tit h1 img {
    width: 12px;
    vertical-align: -webkit-baseline-middle;
}

.indAb_info_btm {
    min-height: 80px;
    line-height: 80px;
    color: #4a4a4a;
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
}

.indAb_info_btm:before {
    content: "";
    left: 0;
    right: 5rem;
    height: 1px;
    background-color: #cacaca;
    position: absolute;
}

.indAb_info_btm p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

.indAb_info_font {
    display: inline-block;
}

.indAb_info_btm__value {
    font-size: .92857rem;
    letter-spacing: .13286rem;
    display: block;
    display: inline-block;
    margin-left: .71429rem;
}

#typed {
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 1px;
}

.indAb_img {
    width: 55%;
    position: relative;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 1px;
}

.imgDemo_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indAb_img_div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 70%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.indAb_img_div img{
    opacity: 0;
}
#abVideo {
    /* opacity: 0;
visibility: hidden; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s
}

#abVideo.on {
    opacity: 1;
    visibility: inherit;
}
@media (max-width: 1682px){
.indAb_info_name {
font-size: 4.8rem;
}
.indAb_info_tit h1{
font-size: 32px;
}
}
@media (max-width: 1600px){
.indAb_info_name {
font-size: 4.2rem;
}
}
@media (max-width: 1368px){
.indAb_info_name {
font-size: 3.6rem;
}
.indAb_info_tit h1{
font-size: 28px;
}
}
@media (max-width: 1280px){
    .inAbox .inner {
        padding: 38px 0 58px;
    }
    
}
@media (max-width: 1200px){
    .indAb_info_tit h1 {
        font-size: 24px;
    }
    .indAb_info_name {
        font-size: 3.2rem;
    }
    .inAbox .inner {
        padding: 20px 0 50px;
    }
}
@media (max-width: 1024px){
    .inAbox .inner{
        flex-wrap: wrap;
    }
    .indAb_info_tit h1 {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .indAb_info {
        width: 100%;
        margin-top: 0;
        padding-top:0;
        position: relative;
    }
    .indAb_img {
        width: 100%;
        margin-top: 30px;
    }
    .indAb_info_btm {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .indAb_info_name {
        font-size: 52px;
    }
    .inAbox .inner {
        padding: 0;
    }
}
@media (max-width: 900px){
    .indAb_info_name {
font-size: 48px;
}
.indAb_info_tit h4 {
font-size: 15px;
}
.indAb_info_tit h1 {
margin-bottom: 30px;
}
}
@media (max-width: 680px){
    .indAb_img_div{
        border-radius: 20px;
        padding-top: 80%;
    }
    .indAb_info_tit h1 {
font-size: 20px;
}   
.indAb_info_name {
font-size: 42px;
}
.indAb_info_btm {
min-height: 60px;
line-height: 60px;
}
}
@media (max-width: 500px){
    .indAb_info_name {
font-size: 36px;
}
}








/*  */
.indSer.item-project
{
    background-image: url(/templates/default/image/bg.jpg);
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       background-attachment: fixed;
       border-radius: 30px;
       overflow: hidden;
}
.item-project {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 89px 0 128px;
 
}

.project-numb .project-numb-wrap {
    overflow: hidden;
    margin: 0 auto;
    padding-top: 15%
}

.project-numb .project-numb-wrap span {
    display: block;
    letter-spacing: 1px;
    font-size: 18px;
  font-family: 'AiDianFengYaHei';
    font-weight: bold;
    line-height: 1;
}


.item-project .project-image-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 850px;
    height: 0;
    overflow: hidden
}

.item-project .project-image-prev img {
    width: 100%;
    height: auto
}

.item-project .item-project-images {
    height: 80vh;
    right: 0;
    width: 54%;
    overflow: hidden;
    position: absolute;
    pointer-events: none
}

.item-project-wrap:first-child:hover~.item-project-images {
    top: -28vh;
}

.item-project-wrap:nth-child(2):hover~.item-project-images {
    top: 10vh;
}

.item-project-wrap:nth-child(3):hover~.item-project-images {
    top: 46vh;
}

.item-project .item-project-images .project-image-wrap {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    height: 70%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s
}

.item-project .item-project-images .project-image {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s
}

.item-project .item-project-images .project-image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover
}

.item-project .item-project-images .project-image div.lazyload {
    position: absolute;
    width: 100%;
    height: 100%
}



@media screen and (max-width:1200px) {
    .item-project
    {
        padding: 89px 60px 60px;
    }
    .item-project .item-project-wrap .project-about::before
    {
        content: none;
    }
  
    .item-project-wrap {
        mix-blend-mode: normal;
    }
    .project-title {
        white-space: normal;
        width: 100%;
        float: none;
        clear: none
    }
   
  
    .project-about .project-description p span {
       margin-top: 5px;
    }
    .item-project .item-project-wrap .project-about-wrap {
        margin: 0
    }
    .item-project .item-project-wrap .project-about {
        /* width: 60%; */
        padding-top: 28px;
        margin: 0 0 80px auto;
        border-bottom: 1px solid rgba(204,202,216,0.1);
    }
    .project-about .project-description p span:first-child
    {
        font-size: 24px;
        letter-spacing: 2px;
    }
   
}

@media screen and (max-width:720px) {
    .item-project-wrap {
        width: 100%
    }
    .project-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    
    .project-about .project-description {
        width: 100%
    }
    
    .item-project .item-project-wrap .project-about-wrap {
        margin: 0
    }
    .item-project .item-project-wrap .project-about {
        margin-bottom: 0px;
        border: none;
        width: 100%;
        padding-top: 0;
    }
    .item-project .project-about-wrap {
        padding-bottom: 0;
    }
    .item-project-link {
        margin-left: 0;
        padding: 0;
        border: none
    }
    .main-project .item-project-link {
        width: 100%
    }
    .project-about .project-description p span:first-child

    {
        font-size: 22px;
        font-weight: 500;
        margin: 14px 0 10px;
    }
    .item-project {
       padding: 40px 0 0;
    }
    .item-project .wrapper {
        padding-bottom: 120px
    }
    .item-project .project-numb {
        padding: 20px 0;
        width: 100%
    }
    .item-project .project-numb .project-numb-wrap {
        display: block;
        float: left;
        padding: 0
    }
    .item-project .project-numb .project-numb-wrap span {
        padding: 0;
        font-size: 13px;
        font-size: .8125rem
    }
    
    .item-project .project-image-prev {
        width: 100%;
        float: none
    }
    .item-project .project-image-prev a {
        display: block;
        overflow: hidden
    }
    .item-project .project-image-prev img {
        width: 100%;
        height: auto;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s
    }
}
@media screen and (max-width:680px) {
    .indSer.item-project {
    border-radius: 20px;
    overflow: hidden;
}
            }











            .inNBox {
                position: relative;
                /* overflow: hidden; */
                border-radius: 30px 30px 0 0;
                background: #333;
                -webkit-border-radius: 30px 30px 0 0;
                -moz-border-radius: 30px 30px 0 0;
                -ms-border-radius: 30px 30px 0 0;
                -o-border-radius: 30px 30px 0 0;
}
            .inNBox .inTit{
                color: #fff;
                /* margin-bottom: 70px; */
            }

            .inNBox .indAb_info_name {
                color: #fff;
                margin-top: 0;
            }
            .inNList{
                width: 80%;
                margin: 0 5% 0 15%;
            }
            .inNItem {
                padding: 50px;
                display: flex;
                justify-content: space-between;
                position: relative;
                position: sticky;
                top: 100px;
                background: #333;
                margin-bottom: 20px;
                border: 1px solid rgba(255, 255, 255, 0.05);
                border-radius: 16px;
            }
            .inNItem::before{
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
                transition: all 0.48s;
                border-radius: 16px;
                -webkit-border-radius: 16px;
                -moz-border-radius: 16px;
                -ms-border-radius: 16px;
                -o-border-radius: 16px;
}
            .inNItem:hover::before{
                background: #444;
            }
            .inNItem::after{
                content: '';
                width: 96%;
                height: 1px;
                position: absolute;
                left: 2%;
                bottom: 0;
            }
            .inNImg {
                width: 50%;
                padding-top: 40%;
                position: relative;
                overflow: hidden;
                border-radius: 16px;
            }
            .inNImg img {
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 2;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                object-fit: cover;
                transition: all 0.48s;
            }
            .inNItem:hover .inNImg img{
                transform: scale(1.1) translate(-50%,-50%);;
            }
            .inNItem:hover .indNew_tit{
                color: #fff;
            }
            .inNTbox {
                width: 50%;
                padding-left: 30px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
            .inNBox video{
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                opacity: .2;
                border-radius: 30px 30px 0 0;
            }
            .indNew_tit {
                color: #eee;
                position: relative;
                letter-spacing: 1px;
                font-size: 24px;
                line-height: 1.5;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            .indNew_p {
                width: 80%;
                letter-spacing: 1px;
                font-size: 16px;
                line-height: 1.5;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                color: #999;
            }
            .inNLeft{
                width: 55%;
                display: flex;
                position: relative;
            }
            .inNTime{
                font-size: 20px;
                color: #999;
                font-family: 'LogoSCUnboundedSans';
            }
            .inNRig{
                width: 28%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                position: relative;
            }
            .inNBon{
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .inNBon p{
                font-size: 16px;
                color: #ccc;
                border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            }
            .inNBon img{
                width: 30px;
            }
            .inNTop{
                position: absolute;
                top: 100px;
                left: 8%;
                transition: all 0.48s;
            }
            .inNTop.act{
                left: 2%;
                top: 100px;
                writing-mode: vertical-rl;
            }
            .inNTop.act .indAb_info_name{
                color: transparent;
    display: block;
    -webkit-text-stroke: 0.5px rgba(255, 255, 255,0.8);
    font-size: 6.6rem;
            }
            .inNList{
                margin-top: 200px;
            }
            @media (max-width: 1368px){
                .indNew_tit{
                    font-size: 20px;
                }
                .inNTop.act .indAb_info_name{
                    font-size: 5.6rem;
                }
                .indNew_p{
                    width: 100%;
                    font-size: 14px;
                }
                .inNBon p {
                    font-size: 14px;
                }
                .inNItem {
                    border-radius: 20px;
                    padding: 30px;
                }
            }
            @media (max-width: 1280px){
                
                .inNTop.act .indAb_info_name {
                    font-size: 4.6rem;
                }
                .inNLeft {
                    width: 60%;
                }
                .indNew_tit {
                    font-size: 18px;
                }
                .inNTime {
                    font-size: 16px;
                }
                .inNList {
                    width: 85%;
                    margin: 0 0 0 15%;
                }
                .inNList {
                        margin-top: 150px;
                    }
            }
            @media (max-width: 1200px){
                .inNTop.act .indAb_info_name {
                    font-size: 3.6rem;
                }
            }
            @media (max-width: 1023px){
                .inNTop {
                    position: relative;
                    top: 0;
                    left: 8%;
                }
                .inNList{
                    width: 90%;
                    margin: 0 auto;
                    margin-top: 50px;
                }
                .inNRig {
                    width: 100%;
                    margin-top: 50px;
                }
                .inNLeft {
                    width: 100%;
                }
                .inNItem {
                    flex-wrap: wrap;
                }
            }
            @media (max-width: 900px){
                
                .inNBon{
                    margin-top: 30px;
                }
                .indNew_tit{
                    margin-bottom: 20px;
                }
                .inNTop {
                    left: 0;
                }
                .indNew_tit {
                    font-size: 20px;
                }
            }
            @media (max-width: 680px){
                .inNBox .inTit {
                    color: #ccc;
                    margin-bottom: 50px;
                }
                .indNew_p{
                    color: #999;
                }
                .inNImg {
                    width: 100%;
                    padding-top: 60%;
                }
                .inNLeft {
                    flex-wrap: wrap;
                }
                .inNTbox {
                    width: 100%;
                    padding-left: 0;
                    margin-top: 30px;
                }
                .inNRig {
                    margin-top: 30px;
                }
                .inNBox{
                    border-radius: 20px;
                }
            }
            @media (max-width: 500px){
                .indNew_tit {
                    font-size: 18px;
                }
                .inNItem {
                    padding: 20px;
                    /* position: relative;
                    top: 0; */
                    margin-bottom: 30px;
                }
                .inNItem::before{
                    border-radius: 20px;
                }
                .indNew_p {
                    font-size: 13px;
                }
                .inNBon p {
                    font-size: 13px;
                }
            }


            













            .inCbox {
                width: 100%;
                position: relative;
            }
            .inTText {
                font-size: 1.4rem;
                line-height: 1;
                margin: 20px 0;
                font-weight: 300;
                color: #666;
            }
            
            .inCList {
                display: flex;
                justify-content: space-between;
            }
            
            .inCItem {
                width: 100%;
                position: relative;
                margin-bottom: 20%;
                display: block;
                background: #f7f8f9;
                padding: 30px 40px;
                border-radius: 16px;
                -webkit-border-radius: 16px;
                -moz-border-radius: 16px;
                -ms-border-radius: 16px;
                -o-border-radius: 16px;
}
            
            .inCItem:last-child{
                margin-bottom: 0;
            }
            .inCTit {
                font-size: 28px;
                line-height: 1;
                font-weight: 600;
                padding: 20px 0;
                border-bottom: 1px solid #dfdfdf;
            }
            
            .inCTime {
                font-size: 16px;
                color: #aaa;
                text-align: end;
                padding: 20px;
            }
            
            .inCImg {
                width: 100%;
                padding-top: 100%;
                position: relative;
                overflow: hidden;
                transition: all 0.48s;
                border-radius: 16px;
                -webkit-border-radius: 16px;
                -moz-border-radius: 16px;
                -ms-border-radius: 16px;
                -o-border-radius: 16px;
            }
            
            .inCImg img {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 50%;
                top:  50%;
                transform: translate(-50%,-50%);
                object-fit: cover;
                transition: all 0.48s;
                -webkit-transition: all 0.48s;
                -moz-transition: all 0.48s;
                -ms-transition: all 0.48s;
                -o-transition: all 0.48s;
}
.inCImg video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top:  50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    opacity: 0;
}
            .inCImg .img1 {
                opacity: 0;
            }
            .inCImg .img2 {
                opacity: 1;
            }
            .inCItem:hover .inCImg .img1{
                opacity: 0;
            }
            .inCItem:hover .inCImg .img2{
                opacity: 1;
            }
            .inCItem:hover .inCImg .inCVideo{
                opacity: 1;
            }
            .inCItem:hover .inCImg img{
                transform: scale(1.05) translate(-50%,-50%);
                -webkit-transform: scale(1.05) translate(-50%,-50%);
                -moz-transform: scale(1.05) translate(-50%,-50%);
                -ms-transform: scale(1.05) translate(-50%,-50%);
                -o-transform: scale(1.05) translate(-50%,-50%);
}
            .inCText {
                font-size: 16px;
                color: #999;
                padding: 20px 0;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            
            .inCIList {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                margin-top: 20px;
            }
            
            .inCIcon {
                display: flex;
                align-items: center;
                border: 1px solid rgba(0, 0, 0, 0.2);
                border-radius: 100px;
                justify-content: center;
                padding: 10px 32px;
                font-size: 14px;
                color: #666;
                margin-right: 10px;
                margin-bottom: 10px;
                background: #fff;
            }
            
            .inCTlist {
                width: 38%;
                transition: all 0.2s;
            }
            
            .inCLeft {
                padding-top: 5%;
            }
            
            /* .inCTlist:nth-child(2) {
                transform: translateY(-50px);
            } */
            .inTit{
                font-size: 28px;
                font-weight: 400;
            }
            .inCTop{
               position: absolute;
               top: 0%;
               left: 0;
               transition: all .8s;
               -webkit-transition: all .8s;
               -moz-transition: all .8s;
               -ms-transition: all .8s;
               -o-transition: all .8s;
}
            .inCTop.act{
                writing-mode: vertical-rl;
                left: 50%;
                top: 0;
                transform: translateX(-50%);
                opacity: .1;
            }
            .inCTop.act .inTit {
                padding-top: 50px;
            }
            .inCTop.act .indAb_info_name {
                font-size: 9.6rem;
                color: transparent;
                display: block;
                -webkit-text-stroke: 1px rgba(0, 0, 0);
            }
            .inCbox .inner{
                padding-top: 8%;
                position: relative;
            }
            .inCTopBox{
                position: relative;
            }









            /* 案例 */


.caseList{
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    margin-top: 70px;
}
.caseRig{
    padding-top: 5%;
}
.caseTop {
    writing-mode: vertical-rl;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    opacity: .1;
    position: absolute;
}
.caseTit{
    position: relative;
}
.caseTit .inTit{
    padding-top: 30px;
}
.caseTop .indAb_info_name {
    font-family: 'LogoSCUnboundedSans';
    text-transform: uppercase;
    line-height: 1;
    font-size: 6.6rem;
    color: transparent;
    display: block;
    -webkit-text-stroke: 1px rgba(0, 0, 0);
}
            @media (max-width: 1680px){
               
                .inCIcon {
                    padding: 10px 22px;
                }
            }
            @media (max-width: 1440px){
                .inCTop.act .indAb_info_name, .caseTop .indAb_info_name {
                    font-size: 5.6rem;
                }
                .caseList{
                    margin-top: 50px;
                }
            }
            @media (max-width: 1368px){
                .inCTop.act .indAb_info_name, .caseTop .indAb_info_name {
                    font-size: 4.6rem;
                }
                .inCTlist {
                    width: 42%;
                    padding-top: 10%;
                }
                .inCTit {
                    font-size: 24px;
                }
                .inCTime {
                    font-size: 14px;
                    line-height: 1;
                }
                .inCIcon {
                    padding: 10px 18px;
                    font-size: 12px;
                }
                .inTit {
            font-size: 24px;
            }
            }
            @media (max-width: 1200px){
                .inCTop.act .indAb_info_name, .caseTop .indAb_info_name {
                    font-size: 3.6rem;
                }
                .inTit {
            font-size: 20px;
            }
            }
            @media (max-width: 1024px){
                .caseTop{
                    display: none;
                }
                .inCTop.act .indAb_info_name, .caseTop .indAb_info_name {
                    font-size: 48px;
                }
                .inCTlist {
                    width: 47%;
                }
                .caseList{
                    margin-top: 0;
                }
            }
            @media (max-width: 900px){
                .inCbox .inner{
                    padding: 0;
                }
                .inCbox .indAb_info_name, .caseTop .indAb_info_name {
                    font-size: 38px;
                    margin-top: 15px;
                }
                .caseTop{
                    display: none;
                }
                .inCTop {
                    position: relative;
                }
                .inCRig{
                    padding-top: 30px;
                }
                .inCTit {
                    font-size: 20px;
                }
                .inCIcon {
                    padding: 8px 22px;
                }
                .inCTlist {
            width: 48%;
            padding-top: 50px;
            }
            .caseLeft{
                padding-top: 50px;
            }
            .inCItem{
                padding: 30px;
            }
            }
            @media (max-width: 768px){
                .inCLeft{
                    padding-top: 0;
                }
                .inCList{
                    flex-wrap: wrap;
                }
                .inCTlist{
                    width: 100%;
                }
                
                .inCItem{
                    margin-bottom: 0;
                    margin-top: 50px;
                }
                .inTit {
                    font-size: 18px;
                }
            }
            @media (max-width: 500px){
                .inCTime {
                    padding: 10px;
                }
                .inTit {
                    font-size: 16px;
                }
                .inCItem{
                    padding: 10px 20px 30px;
                }
                .inCItem:nth-child(1){
                    margin-top: 20px;
                }
                .inCbox .indAb_info_name, .caseTop .indAb_info_name {
                    font-size: 36px;
                    margin-top: 10px;
                }
            }












.serBox {
    min-width: 400px;
    position: relative;
    background: #fff;
}

@media (max-width:1199px) {
    .serBox {
        display: none !important
    }
}

@media (max-width:991px) {
   
}

.serBox .ti-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.serBox .ti-flex #title {
    font-size: 1.25rem
}

.serBox .ti-flex .sco {
    font-size: 1.25rem
}

.serBox #snakeCanvas {
    /*margin: 0 auto;
    */display: block;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.serBox #tutorial {
    display: none;
    opacity: 1;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.serBox #tutorial:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 5px;
    width: 100%;
    height: 100%
}

.serBox #tutorial p {
    width: 100%;
    color: #999;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "AiDianFengYaHei";
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}



.serBox .keybtnGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.serBox .keybtnGroup>div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.serBox .keybtn {
    border-radius: 10%;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    text-align: center;
    position: relative;
    border: 1px solid #c30d23;
    background: #c30d23;
}

.serBox .keybtn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
}
.serBox .keybtn i img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .9;
}

@-webkit-keyframes bounceup {
    0%, 45%, 80%, to {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }

    20% {
        -webkit-transform: translate3d(0, 9px, 0) scale(0.97);
        transform: translate3d(0, 9px, 0) scale(0.97)
    }

    60% {
        -webkit-transform: translate3d(0, 3px, 0) scale(0.99);
        transform: translate3d(0, 3px, 0) scale(0.99)
    }

    90% {
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0)
    }
}

@keyframes bounceup {
    0%, 45%, 80%, to {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1)
    }

    20% {
        -webkit-transform: translate3d(0, 9px, 0) scale(0.97);
        transform: translate3d(0, 9px, 0) scale(0.97)
    }

    60% {
        -webkit-transform: translate3d(0, 3px, 0) scale(0.99);
        transform: translate3d(0, 3px, 0) scale(0.99)
    }

    90% {
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0)
    }
}

@-webkit-keyframes wobble {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-40px, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-40px, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(35px, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(35px, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-25px, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-25px, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(15px, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(15px, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5px, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5px, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-40px, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-40px, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(35px, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(35px, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-25px, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-25px, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(15px, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(15px, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5px, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5px, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@-webkit-keyframes highlight {
    0%, to {
         background: rgba(255, 255, 255, 0)
    }

    30% {
        background: rgba(255, 255, 255, 0.007)
    }
}

@keyframes highlight {
    0%, to {
        background: rgba(255, 255, 255, 0)
    }

    30% {
        background: rgba(255, 255, 255, 0.007)
    }
}

.serBox .highlight {
    -webkit-animation-name: highlight;
    animation-name: highlight;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.serBox .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.serBox .bounceup {
    -webkit-animation-name: bounceup;
    animation-name: bounceup;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}




@media (max-width:991px) {
    .serBox #tutorial p {
        top: 56%
    }
}
@media (max-width:1440px){
    .serBox #tutorial p {
        font-size: 16px;
    }
    .serBox .keybtn{
        width: 30px;
        height: 30px;
    }
}