/*common start*/
.scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    /*box-shadow:inset 0 0 2px #000;*/
    background: var(--primary-color);
}

.scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /*box-shadow:inset 0 0 2px #999;*/
    border-radius: 10px;
    background: #eee;
}

:root {
    --primary-color: #e6002d;
    --secondary-color: #00833e;
    --third-color: #25a4bb;
    --black000: #000;
    --black333: #333;
    --black666: #666;
    --black999: #999;
    --grayeee: #eee;
    --grayccc: #ccc;
    --grayaaa: #aaa;
    --grayf5: #f5f5f5;
    --white: #fff;
    --red: #f00;
    --black-opacity99: rgba(0, 0, 0, .99);
    --black-opacity90: rgba(0, 0, 0, .9);
    --black-opacity70: rgba(0, 0, 0, .7);
    --black-opacity50: rgba(0, 0, 0, .5);
    --black-opacity10: rgba(0, 0, 0, .1);
    --black-gradation90: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
    --white-opacity99: rgba(255, 255, 255, .99);
    --white-opacity90: rgba(255, 255, 255, .9);
    --white-opacity90: rgba(255, 255, 255, .7);
    --white-opacity50: rgba(255, 255, 255, .5);
    --white-opacity10: rgba(255, 255, 255, .1);
    --white-gradation90: linear-gradient(180deg, transparent, rgba(255, 255, 255, .9));
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

body {
    /*font-size:12px; font-family: 'SourceHanSansCN';*/
    font-family: Arial, 'Microsoft YaHei';
    color: #333;
    overflow-x: hidden;
    min-height: 101vh;
    transition: all 0.44s ease;
    width: 100%;
    background-color: #f0f0f0;
    font-size: 14px;
}

body.hover {
    transform: translateX(-66%);
}

img,
video,
iframe,
canvas {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

a {
    color: #333;
    vertical-align: middle;
}

a:hover {
    color: #333;
    text-decoration: none;
}

p {
    line-height: 1.5em;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper1 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 2.8%;
}

* {
    box-sizing: border-box;
}

.wapper2 {
    width: 80%;
    margin: 0 auto;
    max-width: 100%;
}

.wapper3 {
    width: 70%;
    margin: 0 auto;
}

input,
textarea,
select {
    outline: none;
    /* font-family: 'SourceHanSansCN';*/
    font-family: Arial, 'Microsoft YaHei';
    font-size: 14px;
    border-radius: 8px;
}

input,
input:link,
input:visited,
input:hover,
input:active,
input:focus {
    outline: none;
}

img {
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.xiangqing img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

@media(max-width:568px) {
    p {
        padding: 0;
    }

    .wapper1 {
        width: 100%;
        padding: 0px 5%;
    }

    .wapper3 {
        width: 90%;
    }

    :root {
        --font48: 28px;
        --font36: 24px;
        --font32: 22px;
        --font24: 20px;
        --font20: 18px;
        --font18: 16px;
        --font16: 14px;
        --font14: 12px;
    }
}

/*common end*/


.html {
    opacity: 1;
    visibility: visible;
    transition: all 2s ease;
}

.html.onload {
    opacity: 0;
    visibility: hidden;
}

.loading_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    transition: all .5s ease;
}

.loading_box.removeload {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

.loading_close1 {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.loadingbg {
    width: 90%;
    max-width: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.loading {
    text-align: center;
}

.loading_logo {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto;
}

.loading_logo img {
    max-width: 50%;
    max-height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.loading_logo:before {}

.loading_txt {
    font-size: 20px;
    line-height: 30px;
    margin-top: 55px;
    color: var(--primary-color);
}

.loadEffect {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.loadEffect div {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: load 2s linear infinite;
}

.loadEffect div span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-color);
    position: absolute;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(45deg);
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(160deg);
    }

    62% {
        opacity: 0;
    }

    65% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
    }

    90% {
        -webkit-transform: rotate(340deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

.loadEffect div:nth-child(1) {
    -webkit-animation-delay: 0.2s;
}

.loadEffect div:nth-child(2) {
    -webkit-animation-delay: 0.4s;
}

.loadEffect div:nth-child(3) {
    -webkit-animation-delay: 0.6s;
}

.loadEffect div:nth-child(4) {
    -webkit-animation-delay: 0.8s;
}

@media(max-width:568px) {
    .loading_txt {
        font-size: 16px;
        line-height: 26px;
        margin-top: 35px;
    }
}


/*首页全屏*/
.index_swiper {
    position: relative;
}

.index_swiper>.swiper-container {
    height: 100vh;
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
    height: 100vh;
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:last-child {
    /* height:auto !important;*/
}

.index_swiper>.swiper-pagination {
    position: absolute;
    left: 3.12vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    font-size: 14px;
    line-height: 34px;
    color: rgba(255, 255, 255, .7);
    padding-left: 1.56vw;
    position: relative;
    opacity: 1;
    outline: none;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    opacity: 1;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #fff;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 3.12vw;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #fff;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet {
    color: #666;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--primary-color);
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet:before {
    border-color: #D6D6D6;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: var(--primary-color);
}

@media(max-width:568px) {
    .index_swiper>.swiper-container {
        height: auto;
    }

    .index_swiper>.swiper-container>.swiper-wrapper {
        display: block;
    }

    .index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
        height: auto;
    }
}

.m11_headbg {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 55;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.m11_headbg.active {
    background-color: transparent;
}

.m11_headbg.hover {
    background-color: #1c1c1c;
}

.m11_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.m11_head .logo {
    width: 250px;
    height: 90px;
    position: relative;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}

.m11_head .logo img {
    width: 100%;
    height: auto;
}

.m11_head .logo>a>img:nth-child(n + 2) {
    display: none;
}

.m11_headbg.active .logo>a>img:nth-child(1),
.m11_headbg.hover .logo>a>img:nth-child(1) {
    display: none;
}

.m11_headbg.active .logo>a>img:nth-child(2),
.m11_headbg.hover .logo>a>img:nth-child(2) {
    display: block;
}

.m11_head .rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.h_search_btn {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/top_search_btn2.png) center no-repeat;
    margin-left: 1.3vw;
}

.h_search_btn.active {
    background-image: url(../images/chahao2.png);
}

.h_search_box {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
}

.h_search_close1 {}

.h_searchbg {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.h_search_close2 {}

.h_search {
    padding: 40px 0;
}

.h_search form {
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.h_search form #search_keywords2 {
    float: left;
    border: none;
    background: none;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    width: calc(100% - 80px);
}

.h_search form #search2 {
    float: right;
    border: none;
    background: var(--primary-color) url(../images/ico_search1.png) center no-repeat;
    background-size: 50% auto;
    height: 60px;
    width: 60px;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 0;
    color: transparent;
}

.h_search form #search2:hover {
    background-color: var(--secondary-color);
}

/*menu*/
.m11_head .menu {}

.m11_head .menu>ul {}

.m11_head .menu>ul>li {
    float: left;
    position: relative;
    padding: 0 20px 0 0;
}

.m11_head .menu>ul>li>a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease;
    overflow: hidden;
}

.m11_headbg.active .menu>ul>li>a,
.m11_headbg.hover .menu>ul>li>a {
    color: #fff;
}

.m11_head .menu>ul>li>a:hover,
.m11_head .menu>ul>li:hover>a,
.m11_head .menu>ul>li.hover>a {}

.m11_head .menu>ul>li>a:before {
    /* content: ""; */
    width: 0;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.m11_head .menu>ul>li>a:hover:before,
.m11_head .menu>ul>li:hover>a:before,
.m11_head .menu>ul>li.hover>a:before {
    width: 100%;
}

.m11_head .menu>ul>li>a>span {
    display: block;
    transition: all .3s ease;
}

.m11_head .menu>ul>li:not(.home)>a:hover>span,
.m11_head .menu>ul>li:not(.home):hover>a>span,
.m11_head .menu>ul>li:not(.home).hover>a>span {
    transform: translateY(-30px);
}

.m11_head .menu>ul>li>a>span:nth-child(2) {
    color: var(--primary-color);
    font-weight: bold;
}

.m11_head .menu>ul>li>ul {
    width: fit-content;
    min-width: 120px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
    display: none;
}

.m11_head .menu>ul>li>ul li {
    position: relative;
}

.m11_head .menu>ul>li>ul li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
}

.m11_head .menu>ul>li>ul li a:hover,
.m11_head .menu>ul>li>ul li:hover>a {
    color: #fff;
    background: var(--primary-color);
}

.m11_head .menu>ul>li>ul li ul {
    width: 100%;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.m11_head .menu>ul>li>ul li:hover>ul {
    display: block;
}

.m11_head_height {
    height: 90px;
}

@media(max-width:568px) {
    .m11_head_height {
        height: 60px;
    }

    .m11_headbg {}

    .m11_head {}

    .m11_head .logo {
        height: 60px;
    }

    .h_search {
        padding: 20px 0;
    }

    .h_search form {
        height: 40px;
    }

    .h_search form #search_keywords2 {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        width: calc(100% - 60px);
    }

    .h_search form #search2 {
        height: 40px;
        width: 40px;
    }

    .m11_head .menu {
        display: none;
    }
}

/*nav*/
.m11_head .nav_open {
    width: 32px;
    height: 18px;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    margin-right: 9px;
}

/* .m11_head .nav_open i, */
.m11_head .nav_open:before,
.m11_head .nav_open:after {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all .3s ease;
    z-index: 2;
}

.m11_head .nav_open i {
    content: "";
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m11_head .nav_open:before {
    content: "";
    top: 50%;
    transform: translate(0, -50%);
}

.m11_head .nav_open:after {
    content: "";
    bottom: 2px;
}

.m11_head .nav_open.active:before,
.m11_head .nav_open.active:after {
    background-color: #333;
}

.m11_head .nav_open.active i {
    background-color: #fff;
}

.m11_head .nav_open.active:before {
    top: 0;
    transform: translateY(8px) rotate(45deg);
}

.m11_head .nav_open.active:after {
    transform: translateY(-8px) rotate(-45deg);
}

.m11_head .nav_box {
    position: fixed;
    left: 0;
    width: 100%;
    top: 90px;
    z-index: 56;
    height: calc(100% - 90px);
    background-color: #1c1c1c;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.m11_head .nav_box.hover {
    /* right: 0; */
}

.m11_head .nav_close1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
}

.m11_head .navbg {
    width: auto;
    height: auto;
    position: absolute;
    left: 15vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.m11_head .nav {
    position: relative;
}

.m11_head .nav_close2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 17.5px;
    right: 8%;
    display: none;
}

.m11_head .nav_close2 img {
    width: 25px;
    height: auto;
    object-fit: contain;
}

.m11_head .nav_list {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.m11_head .nav_list ul {}

.m11_head .nav_list>ul {
    padding: 20px 0;
}

.m11_head .nav_list ul li {}

.m11_head .nav_list>ul>li {
    /* border-bottom: 1px solid #f2f2f2; */
    position: relative;
    padding: 0 24px;
    margin-bottom: 1.3vw;
}

.m11_head .nav_list ul li span {
    display: block;
    position: relative;
}

.m11_head .nav_list>ul>li>span {}

.m11_head .nav_list ul li span a {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: 10px;
}

.m11_head .nav_list>ul>li>span a {
    font-size: 20px;
}

.m11_head .nav_list>ul>li>ul>li>span a {
    font-size: 18px;
}

.m11_head .nav_list>ul>li>span>a::after {
    /* content: url(../images/header_menu_mobile_icon.png); */
    position: absolute;
    right: 8%;
}

.m11_head .nav_list>ul>li.hover>span>a {
    color: var(--primary-color);
}

.m11_head .nav_list ul li span i {
    width: 100%;
    height: 100%;
    background: url(../images/ico_down1.png) right center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    filter: brightness(1000);
}

.m11_head .nav_list ul li ul {
    padding-left: 20px;
    display: none;
}

.m11_head .nav_list ul li.active>span>i {
    background-image: url(../images/ico_up1.png);
}


/*banner*/
.banner {
    position: relative;
    overflow: hidden;
    background-color: #333;
}

.banner .swiper-container {}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100vh;
}

.banner .swiper-slide.swiper-slide-active {
    z-index: 2;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
}

.banner .swiper-slide .txtbg {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .swiper-slide .txt {
    color: #fff;
    text-align: center;
}

.banner .swiper-slide .txt .h2 {
    font-size: 3.12vw;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 1.04vw;
}

.banner .swiper-slide .txt .h3 {
    font-size: 2.08vw;
    line-height: 1.4em;
}

.banner .swiper-pagination {
    height: 10px;
    bottom: 20px;
}

.banner .swiper-pagination span {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 2px;
    border-radius: 10px;
    background: #ffffff38;
    opacity: 1;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner .swiper-pagination span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    /* background: #fff; */
    /* opacity: 1; */
}

.banner .swiper-pagination span.swiper-pagination-bullet-active::after {
    animation: banAnimate 8s;
}

@keyframes banAnimate {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, .5);
    background-size: 15px 30px;
    opacity: 0;
    transition: all .3s ease;
    border-radius: 8px;
}

.banner .swiper-button-prev {
    left: 5%;
    transform: translateX(-100%);
}

.banner .swiper-button-next {
    right: 5%;
    transform: translateX(100%);
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
    opacity: .7;
    transform: translateX(0) !important;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    opacity: 1;
}

@media(max-width:568px) {
    .banner .swiper-slide img {}

    .banner .swiper-slide .txtbg {
        width: 90%;
    }

    .banner .swiper-slide .txt .h2 {
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 5px;
    }

    .banner .swiper-slide .txt .h3 {
        font-size: 14px;
        line-height: 1.4em;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}






.go_top {
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5) url(../images/ico_backtop.png) center no-repeat;
    position: fixed;
    z-index: 44;
    bottom: 10px;
    right: 10px;
    font-size: 0;
}

.go_top:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.go_top i {}

@media(max-width:568px) {
    .go_top {
        display: none;
    }
}


/*客服*/
.m1_side_kefu_box {
    width: 70px;
    position: fixed;
    z-index: 44;
    right: 10px;
    bottom: 50px;
    display: none;
}

.m1_side_kefu {
    width: 70px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    border-radius: 8px;
    position: relative;
    right: 0;
    transition: all .5s ease;
}

.m1_side_kefu.active {
    right: -80px;
}

.m1_side_kefu ul li {
    position: relative;
    padding: 0 10px;
}

.m1_side_kefu ul li>a {
    display: block;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    border-top: 1px solid #f5f5f5;
    color: #fff;
    background-color: var(--primary-color);
}

.m1_side_kefu ul li:nth-child(1)>a {
    border: none;
}

.m1_side_kefu ul li .ico {
    height: 28px;
    position: relative;
}

.m1_side_kefu ul li .ico img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.m1_side_kefu ul li .ico>img:nth-child(1) {
    filter: brightness(1000);
}

.m1_side_kefu ul li .ico .img2 {
    display: none;
}

.m1_side_kefu ul li:hover .ico .img1 {
    display: none;
}

.m1_side_kefu ul li:hover .ico .img2 {
    display: block;
}

.m1_side_kefu ul li .h2 {
    font-size: 12px;
    line-height: 1em;
    margin-top: 10px;
    text-align: center;
}

.m1_side_kefu ul li:hover .h2 {
    color: #fff;
}

.m1_side_kefu ul li .boxbg {
    width: fit-content;
    padding: 0 10px 0 0;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.m1_side_kefu ul li:hover .boxbg {
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
}

.m1_side_kefu ul li .box {
    width: fit-content;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.m1_side_kefu ul li .box:before {
    content: "";
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}

.m1_side_kefu ul li .box .h3 {
    white-space: nowrap;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    min-width: 150px;
}

.m1_side_kefu ul li .box .h3 img {
    vertical-align: top;
    height: 30px;
    width: 28px;
    object-fit: contain;
    margin-right: 5px;
}

.m1_side_kefu ul li .box .ewm {
    text-align: center;
}

.m1_side_kefu ul li .box .ewm .h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.m1_side_kefu ul li .box .ewm img {
    display: block;
    margin: 0 auto;
    width: 124px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.m1_side_kefu_btn {
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    color: #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 66;
    bottom: -38px;
    right: 21px;
    cursor: pointer;
    transition: all .3s ease;
}

.m1_side_kefu_btn.active {
    transform: rotate(45deg);
}

.m1_side_kefu_btn i {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/ico_btn1.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.m1_side_kefu_btn.active {}

.m1_side_kefu_btn i.m1_side_kefu_open {
    display: none;
}

.m1_side_kefu_btn i.m1_side_kefu_close {}

.m1_side_kefu_btn.active i.m1_side_kefu_open {
    display: block;
}

.m1_side_kefu_btn.active i.m1_side_kefu_close {
    display: none;
}

@media(max-width:568px) {
    .m1_fheight {}

    .m1_side_kefu_box {
        width: 100%;
        right: 0;
        top: auto;
        bottom: 0;
        transform: translateY(0);
        display: block;
    }

    .m1_side_kefu {
        display: none;
        width: 100%;
        border-radius: 0;
    }

    .m1_side_kefu.active {
        right: 0 !important;
    }

    .m1_side_kefu ul li {
        margin-bottom: 0;
        float: left;
        width: 25%;
        padding: 0;
    }

    .m1_side_kefu ul li>a {
        border: none;
        border-left: 1px solid #f5f5f5;
    }

    .m1_side_kefu ul li .h2 {
        font-size: 12px;
        line-height: 1em;
        margin-top: 8px;
    }

    .m1_side_kefu ul li.gotop {
        display: block !important;
    }

    .m1_side_kefu ul li .boxbg {
        padding: 0 0 10px 0;
        top: auto;
        bottom: 100%;
        right: auto;
        left: 50%;
        transform: translate(-50%, -20%) !important;
    }

    .m1_side_kefu ul li:hover .boxbg {
        transform: translate(-50%, 0) !important;
    }

    .m1_side_kefu ul li .box:before {
        border: 5px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-left: -5px;
        right: auto;
        left: 50%;
    }

    .m1_side_kefu ul li .box1 {
        display: none !important;
    }

    .m1_side_kefu_btn {
        display: none;
    }
}

/*客服2*/
.m1_side_kefu2_box {
    width: 40px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 44;
    transform: translateY(-50%);
}

.m1_side_kefu2 {}

.m1_side_kefu2 ul li {
    width: 40px;
    margin: 1px 0;
    position: relative;
}

.m1_side_kefu2 ul li>a {
    display: block;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    opacity: .9;
}

.m1_side_kefu2 ul li>a:hover,
.m1_side_kefu2 ul li:hover>a {
    background: var(--primary-color);
    color: #fff;
    opacity: .9;
}

.m1_side_kefu2 ul li .ico {
    line-height: 40px;
    font-size: 20px;
}

.m1_side_kefu2 ul li .ico i {}

.m1_side_kefu2 ul li .boxbg {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-10%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.m1_side_kefu2 ul li:hover .boxbg {
    transform: translate(0, -50%);
    opacity: .9;
    visibility: visible;
}

.m1_side_kefu2 ul li .box1 {}

.m1_side_kefu2 ul li .box1 .h3 {
    white-space: nowrap;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    min-width: 150px;
}

.m1_side_kefu2 ul li .box1 .h3 i {
    margin-right: 5px;
}

.m1_side_kefu2 ul li .box2 {
    padding: 5px 10px 10px 10px;
}

.m1_side_kefu2 ul li .box2 .h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.m1_side_kefu2 ul li .box2 img {
    display: block;
    width: 124px;
}

@media(max-width:568px) {
    .m1_side_kefu2_box {
        width: 30px;
        display: none;
    }

    .m1_side_kefu2 ul li {
        width: 30px;
    }

    .m1_side_kefu2 ul li .ico {
        line-height: 30px;
        font-size: 12px;
    }
}


.inbanner_box {
    position: relative;
}

.inbanner img {
    display: block;
    width: 100%;
    background: #f9f9f9;
}

.inbarbg {
    border-bottom: 1px solid #e7e7e7;
}

.inbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.weizhi {
    font-size: 14px;
    line-height: 60px;
}

.inner_menu {
    position: relative;
    overflow: auto;
    padding: 0 2.75%;
}

.inner_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 6px;
}

.inner_menu ul li {}

.inner_menu ul li a {
    display: block;
    line-height: 30px;
    padding: 10px;
    overflow: hidden;
    background: #f1f1f1;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 14px;
}

.inner_menu ul li.hover a,
.inner_menu ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.inner_menu ul li ul {
    display: none;
}

.inbar .goback {}

.inbar .goback a {
    color: #999;
    font-size: 20px;
}

.inbar .goback a:hover {
    color: #333;
}

@media(max-width:568px) {
    .inbanner img {
        width: 100%;
        min-height: 0;
    }

    .inbar {
        height: 40px;
    }

    .weizhi {
        font-size: 12px;
        line-height: 40px;
    }
}

.m11_insidebg {
    position: relative;
}

.m11_inside {
    padding: 40px 0 10px;
    margin: 30px 0;
    position: relative;
    background: #fff;
}

.m11_inside_lt {
    float: left;
    width: 240px;
    /* margin-top:-160px;*/
}

.m1_side_a {
    width: 238px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
    z-index: 11;
    border-radius: 10px;
    overflow: hidden;
}

.m1_side_a.active {
    position: fixed;
    top: 150px;
}

.m1_side_a>ul {}

.m1_side_a.active>ul {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.m1_side_a h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 15px;
    font-weight: normal;
    background: var(--primary-color);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    letter-spacing: 2px;
}

.m1_side_a h2 strong {
    display: block;
    font-size: 24px;
    line-height: 28px;
}

.m1_side_a h2 span {
    display: block;
    margin-top: 6px;
    opacity: .7;
}

.m1_side_a ul li {}

.m1_side_a>ul>li:nth-child(1) {
    /* margin-bottom:10px; border:none;*/
}

.m1_side_a>ul>li {
    border-bottom: 1px solid #eee;
}

.m1_side_a>ul>li:last-child {}

.m1_side_a ul li a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 7px 40px 7px 35px;
    background: url(../images/ico_list1.png) left 10px center no-repeat;
}

.m1_side_a ul li a:hover,
.m1_side_a ul li.hover>span a {
    color: #fff;
    background-color: var(--primary-color);
    background-image: url(../images/ico_list1_hover2.png);
}

.m1_side_a ul li.active>span a {}

.m1_side_a ul li span {
    display: block;
    position: relative;
}

.m1_side_a ul li span>i {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    background: url(../images/ico_list3.png) center no-repeat;
}

.m1_side_a ul li.active>span>i {
    background-image: url(../images/ico_list3_hover.png);
}

.m1_side_a ul li.hover span>i {
    background-image: url(../images/ico_list4.png);
}

.m1_side_a ul li.hover.active>span>i {
    background-image: url(../images/ico_list4_hover.png);
}

.m1_side_a ul li ul {
    padding-left: 20px;
    padding-bottom: 10px;
    display: none;
}

.m1_side_a ul li ul li {}

.m1_side_a ul li ul li a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.m1_side_c {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border: 1px solid #eee;
    border-radius: 10px;
}

.m1_side_c.lfixed {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #f5f5f5;
    z-index: 22;
    transform: translateX(0);
    transition: all .3s ease;
    border-radius: 0;
}

.m1_side_c.lfixed.hiden {
    transform: translateX(-240px);
}

.m1_side_c.lfixed.shown {
    transform: translateX(0px);
}

.inLt_contact_btn {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.m1_side_c.lfixed .inLt_contact_btn {
    display: block;
}

.inLt_contact_btn span {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 2em;
    padding: 10px 5px;
    width: 20px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.inLt_contact_btn .inLt_contact_close {
    display: block;
}

.inLt_contact_btn .inLt_contact_open {
    display: none;
}

.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close {
    display: block;
}

.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open {
    display: none;
}

.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_close {
    display: none;
}

.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_open {
    display: block;
}

.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_close {
    display: block;
}

.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_open {
    display: none;
}

.inLt_contact {
    /* background:#f5f5f5; border-radius:8px; padding:20px 0 10px 0;*/
    width: 240px;
}

.inLt_contact .h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0 15px 70px;
    background: #f5f5f5 url(../images/ico_phone2.png) left 5px center no-repeat;
    background-size: auto 60px;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px 10px 0 0;
}

.m1_side_c.lfixed .inLt_contact .h2 {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.inLt_contact .h2:before {
    /* content:""; width:100%; border-bottom:1px solid #eee; position:absolute; left:0; bottom:-10px;*/
}

.inLt_contact .h2 span {
    display: block;
    margin-bottom: 6px;
}

.inLt_contact .h2 strong {
    display: block;
    font-size: 22px;
    line-height: 24px;
}

.inLt_contact .h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    padding: 0 10px;
}

.inLt_contact ul {
    padding: 5px 10px 10px 10px;
}

.inLt_contact ul li {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
}

.inLt_contact ul li span {}

.inLt_contact ul li i {
    display: inline-block;
    text-align: center;
    width: 14px;
    line-height: 24px;
    font-size: 14px;
    margin-right: 5px;
    color: var(--primary-color);
}

.inLt_contact ul li i.fa-mobile {
    font-size: 20px;
}

.m11_inside_rt {
    float: right;
    width: calc(100% - 280px);
}

@media(max-width:1699px) {

    .m1_side_c.lfixed {
        transform: translateX(-240px);
    }

    .m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close {
        display: none;
    }

    .m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open {
        display: block;
    }
}

@media(max-width:568px) {
    .m11_insidebg {}

    .m11_inside_lt {
        display: none;
    }

    .m11_inside_rt {
        float: right;
        width: 100%;
    }
}


.m11_news1 {}

.m11_news1_lt {
    float: left;
    width: calc(100% - 280px);
}

.m11_news1_rt {
    float: right;
    width: 240px;
}

.m1_side_b {
    margin-bottom: 30px;
    background: #fff;
    padding: 10px;
}

.m1_side_b .h1 {
    font-size: var(--font20);
    line-height: 24px;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.m1_side_b .h1 i {
    width: 24px;
    height: 24px;
    background: url(../images/ico_hot.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.m1_side_b .list {
    margin-top: 20px;
}

.m1_side_b .list ul li {
    margin-bottom: 10px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.m1_side_b .list ul li .nr_box {}

.m1_side_b .list ul li .imgbg {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: all .5s ease;
}

.m1_side_b .list ul li .img {
    padding-bottom: 38%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.m1_side_b .list ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.m1_side_b .list ul li .txtbg {}

.m1_side_b .list ul li .txt {}

.m1_side_b .list ul li .txt .h2 {
    font-size: var(--font14);
    line-height: 24px;
    height: 24px;
    padding: 0 0 0 30px;
    position: relative;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.m1_side_b .list ul li .txt .h2 em {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 0 8px 0 8px;
    text-align: center;
    color: #999;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}

.m1_side_b .list ul li .txt .h2 span {}

.m1_side_b .list ul li.active .imgbg {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.m1_side_b .list ul li.active .txtbg {
    width: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
    position: absolute;
    bottom: 0;
    left: 0;
}

.m1_side_b .list ul li.active .txt .h2 {
    color: #fff;
}

.m1_side_b .list ul li:nth-child(1) .txt .h2 em {
    color: #FE2D46;
}

.m1_side_b .list ul li:nth-child(2) .txt .h2 em {
    color: #F60;
}

.m1_side_b .list ul li:nth-child(3) .txt .h2 em {
    color: #FAA90E;
}

.m1_side_b .list ul li.active .txt .h2 em {
    color: #fff;
}

.m1_side_b .list ul li.active:nth-child(1) .txt .h2 em {
    background: #FE2D46;
}

.m1_side_b .list ul li.active:nth-child(2) .txt .h2 em {
    background: #F60;
}

.m1_side_b .list ul li.active:nth-child(3) .txt .h2 em {
    background: #FAA90E;
}

@media(max-width:568px) {
    .m11_news1_lt {
        float: left;
        width: 100%;
    }

    .m11_news1_rt {
        float: right;
        width: 100%;
        display: none;
    }
}




/*地图*/
#allmap {
    width: 100%;
    height: 500px;
    background: #f9f9f9;
    border-radius: 10px;
}

@media(max-width:568px) {
    #allmap {
        width: 100%;
        height: 250px;
    }
}


/*详情*/
.m11_newsdetail {
    padding: 0 20px;
}

.m11_newsdetail .tit {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: left;
}

.m11_newsdetail .tit .h2 {
    font-size: 30px;
    font-weight: bold;
    color: #555;
}

.m11_newsdetail .tit .h3 {
    font-size: 14px;
    line-height: 1.4em;
    color: #999;
    margin-top: 5px;
}

.m11_newsdetail .tit .h3 span {
    display: inline-block;
    margin: 0 20px 0 0;
}

.m11_newsdetail .list1 {
    padding: 40px 0;
}

@media(max-width:568px) {
    .m11_newsdetail .tit .h2 {
        font-size: 20px;
        line-height: 1.4em;
    }

    .m11_newsdetail .tit .h3 {
        font-size: 12px;
        line-height: 1.4em;
        margin-top: 5px;
    }

    .m11_newsdetail .tit .h3 span {
        margin: 0 10px 0 0;
    }

    .m11_newsdetail .list1 {
        padding: 20px 0;
        margin: 20px 0 0 0;
    }
}


/*上一个下一个*/
.prev_next {
    font-size: 14px;
    line-height: 34px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prev_next a {
    display: block;
    margin: 5px 0;
    max-width: 40%;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media(max-width:568px) {
    .prev_next {
        font-size: 12px;
        line-height: 32px;
        padding: 15px 0;
        display: block;
    }

    .prev_next a {
        margin: 5px 0;
        max-width: 100%;
        height: 34px;
    }
}


/*.proDetail*/
.m11_proDetail {
    background-color: #f0f0f0;
    position: relative;
    margin-top: 30px;
}

.m11_proDetail .list1 {
    margin-bottom: 2.08vw;
}

.m11_proDetail .list1 .lt {
    float: left;
    width: 40%;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.m1_galleryTop {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.m1_galleryTop .img {
    position: relative;
    padding-bottom: 100%;
    position: relative;
}

.m1_galleryTop .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.m1_galleryThumbs {}

.m1_galleryThumbs .swiper-slide {}

.m1_galleryThumbs .swiper-slide .img {
    position: relative;
    padding-bottom: 100%;
    position: relative;
    border: 1px solid #eee;
    cursor: pointer;
}

.m1_galleryThumbs .swiper-slide .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.m1_galleryThumbs .swiper-slide.swiper-slide-thumb-active .img {
    border-color: var(--primary-color);
}

.m11_proDetail .list1 .rt {
    float: right;
    width: 56%;
}

.m11_proDetail .list1 .rt .nr_box {}

.m11_proDetail .list1 .rt .h2 {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-weight: bold;
}

.m11_proDetail .list1 .rt .h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.m11_proDetail .list1 .rt .h4 {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 40px;
}

.m11_proDetail .phone {
    font-size: 1.04vw;
    line-height: 1em;
    margin-bottom: 1.6em;
    color: var(--primary-color);
    padding: 0 0 0 5.2vw;
    position: relative;
}

.m11_proDetail .phone i {
    text-align: center;
    width: 4.16vw;
    line-height: 5.2vw;
    font-size: 4.16vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.m11_proDetail .phone span {
    display: block;
    margin-bottom: .52vw;
}

.m11_proDetail .phone strong {
    display: block;
    font-size: 1.66vw;
    line-height: 1em;
}

.m11_prevnext2 {
    font-size: var(--font14);
    line-height: 2.5em;
    margin-bottom: 2.08vw;
}

.m11_prevnext2 ul li {
    float: left;
}

.m11_prevnext2 ul li:nth-child(2n) {
    float: right;
}

.m11_prevnext2 ul li a {
    display: block;
    border: 1px solid #eee;
    /* border-radius:40px;*/
    padding: 0 20px;
    min-width: 80px;
    text-align: center;
    background: #f5f5f5;
}

.m11_prevnext2 ul li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.m11_proDetail .list2 {
    border: 1px solid #eee;
    margin-bottom: 2.08vw;
}

.m11_proDetail .list2 .hd {
    font-size: var(--font14);
    line-height: 3em;
    border-bottom: 1px solid #eee;
}

.m11_proDetail .list2 .hd ul li {
    display: inline-block;
    vertical-align: top;
    font-size: var(--font14);
    line-height: 3em;
}

.m11_proDetail .list2 .hd ul li a {
    display: block;
    padding: 0 10px;
    min-width: 100px;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: none;
}

.m11_proDetail .list2 .hd ul li.on a {
    color: #fff;
    background: var(--primary-color);
}

.m11_proDetail .list2 .xiangqing {
    padding: 20px;
}

.m11_proDetail .list2 .xiangqing img {
    max-width: 100%;
}

.m11_pro_related {
    border: 1px solid #eee;
}

.m11_pro_related>.h2 {
    font-size: var(--font14);
    line-height: 3em;
    border-bottom: 1px solid #eee;
}

.m11_pro_related>.h2 span {
    display: inline-block;
    vertical-align: top;
    font-size: var(--font14);
    line-height: 3em;
    padding: 0 10px;
    min-width: 100px;
    text-align: center;
    border-right: 1px solid #eee;
    color: #fff;
    background: var(--primary-color);
}

.m11_pro_related .index_product1 {
    padding: 20px 20px 0 20px;
}

.m11_pro_related .index_product1 ul li {
    width: calc((100% - 60px)/4);
}

.m11_pro_related .index_product1 ul li:nth-child(3n-2) {
    margin-left: 20px;
    clear: none;
}

.m11_pro_related .index_product1 ul li:nth-child(4n-3) {
    margin-left: 0;
    clear: left;
}

@media(max-width:568px) {
    .m11_proDetail .list1 {
        margin-bottom: 30px;
    }

    .m11_proDetail .list1 .lt {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .m11_proDetail .list1 .rt {
        float: right;
        width: 100%;
    }

    .m11_proDetail .list1 .rt .h2 {
        font-size: 18px;
        line-height: 1.4em;
        margin-bottom: 0;
    }

    .m11_proDetail .list1 .rt .h3 {
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: 10px;
    }

    .m11_proDetail .list1 .rt .h4 {
        font-size: 14px;
        line-height: 1.6em;
        margin-bottom: 20px;
    }

    .m11_proDetail .phone {
        font-size: 14px;
        line-height: 1em;
        margin-bottom: 1.6em;
        padding: 15px 20px 15px 60px;
    }

    .m11_proDetail .phone i {
        width: 60px;
        line-height: 60px;
        font-size: 40px;
    }

    .m11_proDetail .phone span {
        margin-bottom: 5px;
    }

    .m11_proDetail .phone strong {
        font-size: 18px;
        line-height: 1em;
    }

    .m11_proDetail .list2 {
        margin-bottom: 30px;
    }

    .m11_proDetail .list2 .hd ul li a {
        min-width: 60px;
    }

    .m11_prevnext2 {
        margin-bottom: 30px;
    }

    .m11_pro_related .index_product1 ul li {
        width: calc((100% - 10px)/2);
    }

    .m11_pro_related .index_product1 ul li:nth-child(3n-2) {
        margin-left: 10px;
        clear: none;
    }

    .m11_pro_related .index_product1 ul li:nth-child(4n-3) {
        margin-left: 10px;
        clear: none;
    }

    .m11_pro_related .index_product1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }
}


/*搜索*/
.search_form {
    background: #f9f9f9;
    padding: 1.56vw;
    margin-bottom: 2.08vw;
    border-radius: 10px;
}

.search_form form {
    height: 2.6vw;
}

.search_form form #search_keywords {
    float: left;
    border: none;
    background: #fff;
    height: 2.6vw;
    line-height: 2.6vw;
    padding: 0 .5vw;
    width: calc(100% - 6.2vw);
}

.search_form form #search {
    float: right;
    border: none;
    width: 5.2vw;
    height: 2.6vw;
    line-height: 2.6vw;
    font-size: .84vw;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

.search_form form #search:hover {
    opacity: .9;
}

@media(max-width:568px) {
    .search_form {
        padding: 10px;
        margin-bottom: 20px;
    }

    .search_form form {
        height: 40px;
    }

    .search_form form #search_keywords {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        width: calc(100% - 80px);
    }

    .search_form form #search {
        width: 60px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}




/*Add------------------------------------------------------------------------------*/

/*<!--弹窗2-->*/
.popup_tip2_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .6);
    /* display: none;*/
}

.popup_tip2bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_tip2 {
    width: 440px;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10000;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.popup_tip2-body {
    width: 100%;
    height: calc(100% - 72px);
}

.zoomIn {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5)
    }

    50% {
        opacity: 1
    }
}

@media(max-width:750px) {
    .popUpBox {
        width: 90%;
    }
}

.ts {
    padding: 20px 20px 20px 20px;
}

.ts .h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.ts .h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.ts .h3 img {
    display: inline-block;
    vertical-align: top;
    width: 24px;
}

.ts .h3 i {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.success .ts i {
    background-image: url(../images/ico_success.png);
}

.error .ts i {
    background-image: url(../images/ico_error.png);
}

.warning .ts i {
    background-image: url(../images/ico_warning.png);
}

.ts .h3 span {}

.ts_btn {
    text-align: right;
    font-size: 12px;
    line-height: 32px;
}

.ts_btn a {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    width: 78px;
    border: 1px solid #1890ff;
    background: #1890ff;
    color: #fff;
    margin-left: 10px;
}

.ts_btn a:hover {
    border-color: #2e80e2;
    background: #2e80e2;
    color: #fff;
}

.ts_btn a.bg2 {
    border: 1px solid #ccc;
    background: #fff;
    color: #666;
}

.ts_btn a.bg2:hover {
    border-color: #1890ff;
    background: #fff;
    color: #1890ff;
}


/*提示框*/
/*.popup_tip_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999999;}
.popup_tip_close1{ width:100%; height:100%; position:absolute; top:0; left:0;}
.popup_tipbg{ min-width:100px; max-width:750px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.popup_tip{ border-radius:8px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); }
.popup_tip_close2{ display:none;}
.popup_tip_txt{ padding:15px 20px; text-align:center; font-size:14px; line-height:24px;}
.popup_tip_txt span{ display:inline-block; padding-left:30px; position:relative;}
.popup_tip_txt span i{ width:24px; height:24px; background-position:center; background-repeat:no-repeat; background-size:contain; position:absolute; left:0; top:0;}
.success .popup_tip_txt span{ color:#4ebb23; }
.error .popup_tip_txt span{ color:#f34b51; }
.warning .popup_tip_txt span{ color:#f1b306; }
.success .popup_tip_txt span i{ background-image:url(../images/ico_success.png);}
.error .popup_tip_txt span i{ background-image:url(../images/ico_error.png);}
.warning .popup_tip_txt span i{ background-image:url(../images/ico_warning.png);}
@-webkit-keyframes fadeInUp2 { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInUp2 { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInUp2 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }*/
/*提示框升级-------------------------------------开始*/
/* 居中消息弹框样式 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 10000;
    padding-top: 20%;
}

.modal-box {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    padding: 0;
    max-width: 400px;
    width: 90%;
    animation: modalSlideIn 0.4s ease-out;
    transform-origin: center;
    position: relative;
    overflow: hidden;
}

.modal-box.compact {
    max-width: 360px;
}

.modal-header {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal-header.compact {
    padding: 14px 20px;
}

.modal-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.modal-title {
    font-weight: 600;
    font-size: 18px;
    flex: 1;
}

.modal-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #666;
}

.modal-close:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.1);
}

.modal-content {
    padding: 0 20px 16px 56px;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
}

.modal-progress {
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    transform-origin: left;
    /* 默认动画，会被JavaScript覆盖 */
    animation: progressDefault 5s linear forwards;
}

/* 不同类型样式 */
.modal-box.success .modal-title {
    color: #2e7d32;
}

.modal-box.success .modal-icon {
    color: #4caf50;
}

.modal-box.success .modal-progress {
    background: linear-gradient(90deg, #4caf50, #81c784);
}

.modal-box.error .modal-title {
    color: #c62828;
}

.modal-box.error .modal-icon {
    color: #f44336;
}

.modal-box.error .modal-progress {
    background: linear-gradient(90deg, #f44336, #e57373);
}

.modal-box.info .modal-title {
    color: #1565c0;
}

.modal-box.info .modal-icon {
    color: #2196f3;
}

.modal-box.info .modal-progress {
    background: linear-gradient(90deg, #2196f3, #64b5f6);
}

.modal-box.warning .modal-title {
    color: #f57f17;
}

.modal-box.warning .modal-icon {
    color: #ff9800;
}

.modal-box.warning .modal-progress {
    background: linear-gradient(90deg, #ff9800, #ffb74d);
}

/* 动画效果 */
@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes modalSlideOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
}

/* 默认进度条动画 */
@keyframes progressDefault {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

.modal-box.hiding {
    animation: modalSlideOut 0.3s ease-in forwards;
}

@media (max-width: 768px) {
    .modal-overlay {
        padding-top: 15%;
    }

    .modal-box {
        width: 95%;
        max-width: 350px;
    }

    .modal-box.compact {
        max-width: 280px;
    }

    .button-group {
        grid-template-columns: 1fr;
    }
}

/*提示框升级-------------------------------------结束*/

/*联系弹窗*/
.proContact1_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.proContact1_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.proContact1_bg {
    width: 90%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.proContact1_close2 {
    width: 20px;
    height: 20px;
    background: url(../images/chahao2.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    opacity: .9;
    transition: all .3s ease;
}

.proContact1_close2:hover {
    opacity: 1;
    transform: rotate(180deg)
}

.proContact1 {
    min-height: 260px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding-left: 235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.proContact1>img {
    width: 230px;
    position: absolute;
    bottom: 0;
    left: 5px;
}

.proContact1_con {
    font-size: 16px;
    line-height: 20px;
}

.proContact1_con ul li {
    float: left;
    width: 50%;
    margin: 10px 0;
    color: var(--primary-color);
    padding-left: 50px;
    min-height: 40px;
    box-sizing: border-box;
    position: relative;
}

.proContact1_con ul li:nth-child(1) {
    width: 100%;
    padding-left: 0;
}

.proContact1_con ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: var(--primary-color);
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.proContact1_con ul li .h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: var(--primary-color);
}

.proContact1_con ul li span {
    display: block;
    color: #333;
}

.proContact1_con ul li .h2 span {
    color: var(--primary-color);
}

@media(max-width:568px) {
    .proContact1 {
        min-height: 0;
        padding: 15px 5%;
    }

    .proContact1>img {
        width: 36%;
        bottom: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%)
    }

    .proContact1_con {
        font-size: 14px;
        line-height: 18px;
    }

    .proContact1_con ul li {
        float: left;
        width: 100% !important;
        margin: 5px 0;
    }

    .proContact1_con ul li .h2 {
        font-size: 20px;
        line-height: 30px;
    }
}


/*留言咨询1*/
.tc_message_open1 {
    cursor: pointer;
    width: 60px;
    height: 60px;
    /* padding:10px;*/
    margin-top: -40px;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: var(--primary-color) url(../images/ico_zxly1.png) center no-repeat;
    background-size: 40px auto;
    color: #fff;
    font-size: 0;
    line-height: 20px;
    text-align: center;
    position: fixed;
    z-index: 44;
    left: 0;
    top: 50%;
    animation: btnAnimation 1s linear infinite 0s forwards;
    display: none !important;
}

.tc_message_box {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}

.tc_message_close1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tc_message_bg {
    width: 90%;
    max-width: 500px;
    background-image: linear-gradient(to bottom right, var(--primary-color), var(--third-color));
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.tc_message_close2 {
    width: 20px;
    height: 20px;
    background: url(../images/chahao.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s ease;
}

.tc_message_close2:hover {
    transform: rotate(180deg);
}

.tc_message {
    padding: 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tc_message_lt {
    width: 180px;
    font-size: 16px;
    line-height: 26px;
}

.tc_message_lt ul {}

.tc_message_lt ul li {}

.tc_message_lt ul li i {
    font-size: 20px;
    width: 16px;
    text-align: center;
    margin-right: 5px;
}

.tc_message_lt ul li i.fa-mobile {
    font-size: 24px;
}

.tc_message_lt ul li i.fa-envelope {
    font-size: 16px;
}

.tc_message_lt ul li .ewm {
    width: 150px;
    margin-top: 5px;
}

.tc_message_lt ul li .ewm img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
}

.tc_message_lt ul li .ewm span {
    display: block;
    background: #fff;
    color: var(--primary-color);
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

.tc_message_rt {
    width: calc(100% - 200px);
}

.tc_message .h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.tc_message .message {}

.tc_message .message form {}

.tc_message .message ul li {
    margin-bottom: 10px;
}

.tc_message .message .input_text {
    border: 1px solid #ccc;
    background: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    width: calc(100% - 22px);
    border-radius: 4px;
}

.tc_message .message textarea {
    border: 1px solid #ccc;
    background: #fff;
    height: 56px;
    line-height: 28px;
    padding: 0 10px;
    width: calc(100% - 22px);
    border-radius: 4px;
}

.tc_message .message .input_button {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    height: 30px;
    line-height: 28px;
    width: 80%;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}

.tc_message .h3 {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.tc_message .h3 span {
    font-size: 16px;
    color: var(--primary-color);
}

@media(max-width:568px) {
    .tc_message {
        padding: 30px;
        display: block;
    }

    .tc_message_lt {
        width: 100%;
        font-size: 14px;
    }

    .tc_message_lt ul {
        position: relative;
    }

    .tc_message_lt ul li {
        margin-top: 8px;
    }

    .tc_message_lt ul li:last-child {
        position: absolute;
        top: 0;
        right: 10px;
        margin-top: 0;
    }

    .tc_message_lt ul li .ewm {
        width: 90px;
        margin-top: 0;
    }

    .tc_message_lt ul li .ewm img {
        width: 90px;
        height: 90px;
        margin-bottom: 0;
    }

    .tc_message_lt ul li .ewm span {
        display: none;
    }

    .tc_message_rt {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

@keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Firefox */
@-moz-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Safari and Chrome */
@-webkit-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Opera */
@-o-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}


/*询盘*/
.pinquiry1_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.pinquiry1_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.pinquiry1_bg {
    width: 600px;
    height: 700px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.pinquiry1_close2 {
    width: 53px;
    height: 53px;
    background: url(../images/chahao2.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .9;
    transition: all .3s ease;
}

.pinquiry1_close2:hover {
    opacity: 1;
    transform: rotate(180deg)
}

.pinquiry1 {
    background: #fff;
    height: 600px;
    padding: 60px 30px 40px 30px;
    transform: scale(0) translate(100%, 100%);
    transition: all .5s ease;
    z-index: 2;
    transform-origin: bottom right;
}

.pinquiry1.fadeInRight2 {
    transform: scale(1) translate(0, 0);
}

.pinquiry1 .h2 {
    font-size: var(--font20);
}

.pinquiry1 .tips1 {
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

.pinquiry1 .h2 .tips1 {
    display: inline-block;
    margin-left: 10px;
}

.pinquiry1 font {
    color: var(--red);
}

.pinquiry1_con {
    font-size: var(--font16);
    line-height: 32px;
    margin-top: 35px;
}

.pinquiry1_con dl {
    padding-left: 120px;
    position: relative;
    margin-top: 20px;
}

.pinquiry1_con dl dt {
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
}

.pinquiry1_con dl dd {
    min-height: 32px;
}

.pinquiry1_con .input_text {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: calc(100% - 22px);
    max-width: 300px;
}

.pinquiry1_con textarea {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
    height: 100px;
    line-height: 30px;
    padding: 0 10px;
    width: calc(100% - 22px);
}

.pinquiry1_con .input_button {
    display: block;
    width: 100px;
    line-height: 32px;
    border-radius: 4px;
    background: var(--primary-color);
    color: #fff;
}

.pinquiry1_con .input_button:hover {
    opacity: .9;
}

.pinquiry1_con .yzm {}

.pinquiry1_con .yzm .input_text {
    float: left;
}

.pinquiry1_con .yzm #sendcode {
    float: right;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    width: calc(100% - 332px);
}

.pinquiry1_con .yzm img {
    float: left;
    height: 32px;
    margin-left: 10px;
}

.pinquiry1_con #proName {
    max-height: 84px;
    overflow-y: auto;
}

.pinquiry1_con #proName span {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0 32px 0 10px;
    position: relative;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.pinquiry1_con #proName span i {
    width: 12px;
    height: 12px;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #f5f5f5;
    color: #999;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 9px;
}

.pinquiry1_con #proName span i:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

@media(max-width:568px) {
    .pinquiry1_bg {
        width: 100%;
        height: 100%;
    }

    .pinquiry1_close2 {
        width: 40px;
        height: 40px;
        /* background-size:contain;*/
    }

    .pinquiry1 {
        height: calc(100% - 80px);
        padding: 40px 20px;
    }

    .pinquiry1_con dl {
        padding-left: 80px;
    }

    .pinquiry1_con .input_text {
        max-width: 100%;
    }

    .pinquiry1_con .yzm .input_text {
        width: calc(100% - 112px);
    }

    .pinquiry1_con .yzm #sendcode {
        width: 80px;
    }
}


.shopptingcart_loading {
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 2em;
}

.loadEffect2 {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 30vh;
}

.loadEffect2 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.loadEffect2 span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.13s;
}

.loadEffect2 span:nth-child(2) {
    left: 10px;
    top: 10px;
    -webkit-animation-delay: 0.26s;
}

.loadEffect2 span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay: 0.39s;
}

.loadEffect2 span:nth-child(4) {
    top: 10px;
    right: 10px;
    -webkit-animation-delay: 0.52s;
}

.loadEffect2 span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.65s;
}

.loadEffect2 span:nth-child(6) {
    right: 10px;
    bottom: 10px;
    -webkit-animation-delay: 0.78s;
}

.loadEffect2 span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay: 0.91s;
}

.loadEffect2 span:nth-child(8) {
    bottom: 10px;
    left: 10px;
    -webkit-animation-delay: 1.04s;
}


@keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Firefox */
@-moz-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Safari and Chrome */
@-webkit-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Opera */
@-o-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}


/*购物车*/
.proShoppingcart_box .shopptingcart_open {
    font-size: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: var(--primary-color) url(../images/ico_pbtn2.png) center no-repeat;
    background-size: 50% auto;
    position: fixed;
    top: 20%;
    right: 10%;
    cursor: pointer;
    z-index: 0;
    animation: btnAnimation 1s linear infinite 0s forwards;
}

.proShoppingcart_box .shopptingcart_open:hover {
    opacity: .9;
}

.tit_cart {}

.tit_cart .h2 {
    border-bottom: 1px solid #eee;
    font-size: 1.25vw;
    line-height: 1.5em;
}

.tit_cart .h2 span {
    display: inline-block;
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding-bottom: .26vw;
}

.shoppingcart_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.shoppingcart_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.shoppingcartbg {
    width: 50%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow-y: auto;
    transform: translateX(100%);
    transition: all .3s ease;
}

.shoppingcartbg.active {
    transform: translateX(0);
}

.shoppingcart_close2 {
    width: 20px;
    height: 20px;
    background: url(../images/chahao2.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    opacity: .9;
    transition: all .3s ease;
}

.shoppingcart_close2:hover {
    opacity: 1;
    transform: rotate(180deg)
}

.shoppingcart {
    padding: 1.56vw;
}

.shoppingcart_list {
    margin-top: 1.04vw;
    margin-bottom: 1.56vw;
}

.shoppingcart_list_top {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: .52vw;
}

.shoppingcart_list_top table {}

.shoppingcart_list_top table th {
    font-weight: normal;
    text-align: center;
    padding: .78vw .52vw;
    font-size: .84vw;
    line-height: 1.5em;
}

.shoppingcart_list_top .w1 {
    width: 40%;
    text-align: left;
}

.shoppingcart_list_top .w2 {
    width: 15%;
}

.shoppingcart_list_top .w3 {
    width: 15%;
    padding-left: 0;
    padding-right: 0;
}

.shoppingcart_list_top .w4 {
    width: 15%;
}

.shoppingcart_list_top .w5 {
    width: 15%;
}

.shoppingcart_list_mid {
    border: 1px solid #eee;
    border-bottom: none;
    margin-bottom: .52vw;
    max-height: calc(14.04vw + 10px);
    overflow-y: auto;
}

.shoppingcart_list_mid table {}

.shoppingcart_list_mid table td {
    text-align: center;
    padding: .78vw .52vw;
    font-size: .72vw;
    line-height: 2em;
    border-bottom: 1px solid #eee;
}

.shoppingcart_list_mid .w1 {
    width: 40%;
    text-align: left;
}

.shoppingcart_list_mid .w1 .cart_pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.shoppingcart_list_mid .w1 .img {
    width: 3.12vw;
    height: 3.12vw;
    border: 1px solid #eee;
    position: relative;
}

.shoppingcart_list_mid .w1 .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.shoppingcart_list_mid .w1 .h2 {
    width: calc(100% - 3.5vw);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shoppingcart_list_mid .w2 {
    width: 15%;
}

.shoppingcart_list_mid .w3 {
    width: 15%;
    padding-left: 0;
    padding-right: 0;
}

.shoppingcart_list_mid .w3 .pronum {
    height: 1.56vw;
}

.shoppingcart_list_mid .w3 .pronum a {
    width: calc(1.56vw - 2px);
    height: calc(1.56vw - 2px);
    line-height: calc(1.56vw - 2px);
}

.shoppingcart_list_mid .w3 .pronum input {
    width: 2.6vw;
    height: calc(1.56vw - 2px);
    line-height: calc(1.56vw - 2px);
}

.shoppingcart_list_mid .w4 {
    width: 15%;
    font-weight: bold;
}

.shoppingcart_list_mid .w5 {
    width: 15%;
}

.shoppingcart_list_btm {
    border: 1px solid #eee;
}

.shoppingcart_list_btm table {}

.shoppingcart_list_btm table td {
    padding: .78vw .52vw;
    font-size: .84vw;
    line-height: 1.5em;
}

.shoppingcart_list_btm .w1 {
    width: 40%;
}

.shoppingcart_list_btm .w2 {
    width: 60%;
    text-align: right;
}

.shoppingcart_list_btm .w2 strong {
    color: #e64347;
    font-size: 20px;
}

.shoppingcart_form {}

.shoppingcart_form .h2 {
    font-size: 1.25vw;
    line-height: 1.5em;
    margin-bottom: .26vw;
}

.shoppingcart_form .message {}

.shoppingcart_form .message form {}

.shoppingcart_form .message ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.shoppingcart_form .message ul li {
    width: calc((100% - 15px)/2);
    margin-top: .52vw;
}

.shoppingcart_form .message ul li.li1 {
    width: 100%;
}

.shoppingcart_form .message .input_text {
    border: 1px solid #eee;
    background: #fff;
    height: 2.08vw;
    line-height: 2.08vw;
    padding: 0 10px;
    width: calc(100% - 22px);
}

.shoppingcart_form .message textarea {
    border: 1px solid #eee;
    background: #fff;
    height: 6.24vw;
    line-height: 2.08vw;
    padding: 0 10px;
    width: calc(100% - 22px);
}

.shoppingcart_form .message .yzm {
    height: calc(2.08vw + 2px);
}

.shoppingcart_form .message .yzm img {
    float: right;
    width: 100px;
    height: calc(2.08vw + 2px);
}

.shoppingcart_form .message .input_text1 {
    border: 1px solid #eee;
    background: #fff;
    height: 2.08vw;
    line-height: 2.08vw;
    padding: 0 10px;
    width: calc(100% - 125px);
    float: left;
}

.shoppingcart_form .message .yzm #sendcode {
    float: right;
    width: 100px;
    height: calc(2.08vw + 2px);
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

.shoppingcart_form .message .yzm #sendcode:hover {
    opacity: .9;
}

.shoppingcart_form .message .input_button {
    display: block;
    margin: 0 auto;
    border: none;
    width: 100%;
    height: calc(2.08vw + 2px);
    line-height: calc(2.08vw + 2px);
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

.shoppingcart_form .message .input_button:hover {
    opacity: .9;
}

.yzm input[disabled] {
    background: #999 !important;
    cursor: not-allowed !important;
}

.shoppingcart .success {
    text-align: center;
    margin-top: 20vh;
}

.shoppingcart .success .h1 {
    font-size: 1.25vw;
    line-height: 2em;
    margin-top: .52vw;
}

.shoppingcart .success .h2 {
    font-size: .84vw;
    line-height: 1.5em;
    color: #999;
}

.shoppingcart .success input {
    display: block;
    margin: 0 auto;
    border: none;
    width: 20%;
    height: calc(2.08vw + 2px);
    line-height: calc(2.08vw + 2px);
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 1.3vw;
}

.shoppingcart .success input:hover {
    opacity: .9;
}

@media(max-width:568px) {
    .shopptingcart_loading {
        width: 100%;
    }

    .tit_cart .h2 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .tit_cart .h2 span {
        padding-bottom: 5px;
    }

    .shoppingcartbg {
        width: 100%;
        height: 100%;
    }

    .shoppingcart {
        padding: 15px;
    }

    .shoppingcart_list {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .shoppingcart_list_top {
        display: none;
    }

    .shoppingcart_list_mid {
        margin-bottom: 15px;
        max-height: 44vh;
    }

    .shoppingcart_list_mid table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .shoppingcart_list_mid table td {
        padding: 10px 0;
        font-size: 12px;
        line-height: 24px;
        display: block;
    }

    .shoppingcart_list_mid .w1 {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        border: none;
        padding-bottom: 0;
    }

    .shoppingcart_list_mid .w1 .img {
        width: 40px;
        height: 40px;
    }

    .shoppingcart_list_mid .w1 .h2 {
        width: calc(100% - 45px);
        line-height: 16px;
    }

    .shoppingcart_list_mid .w2 {
        width: 24%;
    }

    .shoppingcart_list_mid .w3 {
        width: 28%;
    }

    .shoppingcart_list_mid .w3 .pronum {
        height: 24px;
        vertical-align: top;
    }

    .shoppingcart_list_mid .w3 .pronum a {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .shoppingcart_list_mid .w3 .pronum input {
        width: 44px;
        height: 22px;
        line-height: 22px;
    }

    .shoppingcart_list_mid .w4 {
        width: 24%;
    }

    .shoppingcart_list_mid .w5 {
        width: 24%;
    }

    .shoppingcart_list_btm table td {
        padding: 10px 5px;
        font-size: 12px;
        line-height: 1.5em;
    }

    .shoppingcart_list_btm .w2 strong {
        font-size: 20px;
    }

    .shoppingcart_form {}

    .shoppingcart_form .h2 {
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 0;
    }

    .shoppingcart_form .message ul li {
        width: calc((100% - 10px)/2);
        margin-top: 10px;
    }

    .shoppingcart_form .message ul li.li1 {
        width: 100%;
    }

    .shoppingcart_form .message .input_text {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

    .shoppingcart_form .message textarea {
        height: 60px;
        line-height: 30px;
        padding: 0 10px;
        width: calc(100% - 22px);
    }

    .shoppingcart_form .message .yzm {
        height: 32px;
    }

    .shoppingcart_form .message .yzm img {
        width: 100px;
        height: 32px;
    }

    .shoppingcart_form .message .input_text1 {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        width: calc(100% - 95px);
    }

    .shoppingcart_form .message .yzm #sendcode {
        width: 68px;
        height: 32px;
        font-size: 12px;
    }

    .shoppingcart_form .message .input_button {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }

    .shoppingcart .success {}

    .shoppingcart .success img {
        max-width: 80px;
    }

    .shoppingcart .success .h1 {
        font-size: 20px;
        line-height: 2em;
        margin-top: 10px;
    }

    .shoppingcart .success .h2 {
        font-size: 12px;
        line-height: 1.5em;
    }

    .shoppingcart .success input {
        width: 30%;
        height: 32px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 25px;
    }
}


/*筛选*/
.screen_btn {
    position: fixed;
    top: 100px;
    right: calc(15% - 40px);
    z-index: 11;
    display: none;
}

.screen_btn a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-image: url(../images/ico_screen.png);
}

.screen_close {
    font-size: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%;
    background: url(../images/ico_btn1.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: calc(15% - 40px);
    z-index: 2;
    display: none;
}

.screen {}

.screen_box {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    z-index: 22;
}

.screen_box>ul {
    position: relative;
    padding: 5px 15px 0 15px;
}

.screen_box>ul>li {
    position: relative;
    padding: 15px 0 5px 70px;
    position: relative;
    border-top: 1px solid #eee;
}

.screen_box>ul>li:first-child {
    border-top: none;
}

.screen_box>ul>li:nth-child(n+3) {
    display: none;
}

.screen_box.active>ul>li:nth-child(n+3) {
    display: block;
}

.screen_box>ul>li>span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 15px;
}

.screen_box>ul>li .boxbg {
    /* height:35px;*/
    overflow: hidden;
    position: relative;
    /* padding-right:30px;*/
}

.screen_box>ul>li .boxbg.active {
    /* height:auto;*/
}

.screen_box .box_btn {
    display: none;
    padding-bottom: 15px;
}

.screen_box .box_btn i {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url(../images/ico_down1.png) center no-repeat;
    cursor: pointer;
}

.screen_box .box_btn i.i1 {}

.screen_box .box_btn i.i2 {
    background-image: url(../images/ico_list2.png);
    display: none;
}

.screen_box.active .box_btn i.i1 {
    display: none;
}

.screen_box.active .box_btn i.i2 {
    display: block;
}

.screen_box>ul>li .box {}

.screen_box>ul>li a {
    display: inline-block;
    padding: 0 15px;
    color: #999;
    border: 1px solid #f5f5f5;
    margin: 0 10px 10px 0;
    border-radius: 4px;
}

.screen_box>ul>li a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.screen_box>ul>li a.hover {
    color: #fff;
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.screen.tfixed .screen_box {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 33;
    transform: translateY(-100%);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.screen.tfixed.shown .screen_box {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.screen.tfixed.hiden .screen_box {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

.screen.tfixed .screen_box>ul {
    width: 70%;
    margin: 0 auto;
}

.screen.tfixed .screen_btn {
    display: block;
}

.screen.tfixed .screen_close {
    display: block;
}

@media(max-width:1699px) {
    .screen_btn {
        right: calc(10% - 40px)
    }

    .screen_close {
        right: calc(10% - 40px)
    }

    .screen.tfixed .screen_box>ul {
        width: 80%;
    }
}

@media(max-width:1279px) {
    .screen_btn {
        right: calc(5% - 40px)
    }

    .screen_close {
        right: calc(5% - 40px)
    }
}

@media(max-width:568px) {
    .screen_box {
        font-size: 12px;
        line-height: 24px;
        /* margin-top:35px;*/
        display: none;
    }

    .screen.tfixed .screen_box {
        top: 60px;
        display: block;
    }

    .screen_btn {
        right: 0
    }

    .screen_close {
        right: 0;
    }

    .screen_box>ul {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }

    .screen_box>ul>li {
        /* margin-bottom:15px;*/
        padding-bottom: 10px;
        padding-left: 60px;
    }

    .screen_box>ul>li>span {
        font-size: 12px;
        line-height: 24px;
    }

    .screen_box>ul>li a {
        padding: 0 5px;
        margin: 0 5px 5px 0;
    }

    .screen.tfixed .screen_box>ul {
        width: 90%;
    }

    /*.screen.active>ul{ width:90%;}
.screen.active>ul>li .box{ width:90%; }*/
}







/*pro1*/
.index_product1 {}

.index_product1 ul li {
    float: left;
    width: calc((100% - 40px)/3);
    margin: 0 0 20px 20px;
    text-align: center;
    background: #fff;
}

.index_product1 ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.index_product1 ul li .nr_box {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease;
}

.index_product1 ul li:hover .nr_box {
    border-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.index_product1 ul li .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}

.index_product1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.index_product1 ul li:hover .img img {
    transform: scale(1.1);
}

.index_product1 ul li .txtbg {}

.index_product1 ul li .txt {
    padding: 15px 5%;
    color: #666;
}

.index_product1 ul li .txt .h2 {
    font-size: 18px;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index_product1 ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.index_product1 ul li .txt .h3 {
    display: none;
}

@media(max-width:568px) {
    .index_product1 ul li {
        float: left;
        width: calc((100% - 10px)/2);
        margin: 0 0 20px 10px;
    }

    .index_product1 ul li:nth-child(3n-2) {
        margin-left: 10px;
        clear: none;
    }

    .index_product1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }

    .index_product1 ul li .txt {
        padding: 10px 5%;
    }

    .index_product1 ul li .txt .h2 {
        font-size: 14px;
        line-height: 1.5em;
        height: 1.5em;
    }
}


/*news1*/
.index_news1 {
    padding: 40px 0;
    background: #f2f2f2;
}

.index_news1 ul li {
    float: left;
    width: calc((100% - 20px)/2);
    margin: 0 0 20px 20px;
    background: #fff;
}

.index_news1 ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

.index_news1 ul li .nr_box {
    border: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_news1 ul li .imgbg {
    width: 25%;
}

.index_news1 ul li .img {
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}

.index_news1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.index_news1 ul li:hover .img img {
    transform: scale(1.1);
}

.index_news1 ul li .txtbg {
    width: 75%;
}

.index_news1 ul li .txt {
    padding: 20px 20px;
    color: #666;
}

.index_news1 ul li .txt .h2 {
    font-size: .94vw;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index_news1 ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.index_news1 ul li .txt .h3 {
    font-size: .72vw;
    line-height: 1.5em;
    height: 3em;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news1 ul li .txt .time {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding-left: 24px;
    position: relative;
    margin: 10px 0 0 0;
}

.index_news1 ul li .txt .time i {
    width: 20px;
    height: 24px;
    background: url(../images/ico_time.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:568px) {
    .index_news1 ul li {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }
}


/*news2*/
.index_news2 {
    padding: 40px 0;
}

.index_news2 ul li {
    float: left;
    width: calc((100% - 20px)/2);
    margin: 0 0 0 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.index_news2 ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

.index_news2 ul li .txt {}

.index_news2 ul li .txt .h2 {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    padding-left: 25px;
    position: relative;
}

.index_news2 ul li .txt .h2:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
    left: 0;
    top: 10px;
}

.index_news2 ul li .txt .h2 a {
    float: left;
    width: 70%;
    height: 26px;
    overflow: hidden;
    color: #333;
}

.index_news2 ul li:hover .txt .h2 a {
    color: var(--primary-color);
}

.index_news2 ul li .txt .h2 span {
    float: right;
    color: #999;
}

@media(max-width:568px) {
    .index_news2 ul li {
        float: left;
        width: 100%;
        margin: 0;
    }
}


/*news3*/
.index_news3 {
    padding: 40px 0;
}

.index_news3 ul li {
    float: left;
    width: calc((100% - 20px)/2);
    margin: 0 0 20px 20px;
}

.index_news3 ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

.index_news3 ul li .nr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.index_news3 ul li .date {
    width: 80px;
    height: 80px;
    background: #f2f2f2;
    color: #999;
    text-align: center;
}

.index_news3 ul li .date strong {
    display: block;
    font-size: 36px;
    line-height: 36px;
    padding: 15px 0 2px 0;
}

.index_news3 ul li .date span {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.index_news3 ul li .txt {
    width: calc(100% - 100px);
    color: #666;
}

.index_news3 ul li .txt .h2 {
    font-size: .94vw;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index_news3 ul li .txt .h2 a {
    color: #333;
}

.index_news3 ul li:hover .txt .h2 a {
    color: var(--primary-color);
}

.index_news3 ul li .txt .h3 {
    font-size: .72vw;
    line-height: 1.5em;
    height: 3em;
    margin: 5px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width:568px) {
    .index_news3 ul li {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }
}


/*footnav*/
.f_nav {
    width: 100%;
    padding: 25px 3%;
    line-height: 26px;
}

.f_nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.f_nav ul li {}

.f_nav ul li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-right: 18px;
    color: #bababa;
    transition: all 0.3s ease;
}

.f_nav ul li a:hover {
    color: #fff;
}

.f_nav>ul>li>a {}



/*inner_news1*/
.inside_news1 {}

.inside_news1 ul li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.inside_news1 ul li .nr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.inside_news1 ul li .imgbg {
    width: 25%;
}

.inside_news1 ul li .img {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    border-radius: 10px;
}

.inside_news1 ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
    background: #f9f9f9;
}

.inside_news1 ul li:hover .img img {
    transform: scale(1.1);
}

.inside_news1 ul li .txtbg {
    width: 75%;
}

.inside_news1 ul li .txt {
    padding-left: 5%;
    color: #666;
}

.inside_news1 ul li .txt .h2 {
    font-size: 18px;
    line-height: 1.5em;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inside_news1 ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.inside_news1 ul li .txt .h3 {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inside_news1 ul li .txt .time {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding-left: 24px;
    position: relative;
}

.inside_news1 ul li .txt .time i {
    width: 20px;
    height: 24px;
    background: url(../images/ico_time.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:568px) {
    .inside_news1 ul li .txt .h2 {
        font-size: 14px;
        line-height: 1.5em;
        height: auto;
        -webkit-line-clamp: 2;
        margin-bottom: 5px;
    }

    .inside_news1 ul li .txt .h3 {
        display: none;
    }
}



/*inner_news2*/
.inside_news2 {}

.inside_news2 ul li {
    float: left;
    width: calc((100% - 20px)/2);
    margin: 0 0 0 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.inside_news2 ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

.inside_news2 ul li .txt {}

.inside_news2 ul li .txt .h2 {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    padding-left: 25px;
    position: relative;
}

.inside_news2 ul li .txt .h2:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
    left: 0;
    top: 10px;
}

.inside_news2 ul li .txt .h2 a {
    float: left;
    width: 70%;
    height: 26px;
    overflow: hidden;
    color: #333;
}

.inside_news2 ul li:hover .txt .h2 a {
    color: var(--primary-color);
}

.inside_news2 ul li .txt .h2 span {
    float: right;
    color: #999;
}

@media(max-width:568px) {
    .inside_news2 ul li {
        float: left;
        width: 100%;
        margin: 0;
    }
}


/*inner_news3*/
.inside_news3 {}

.inside_news3 ul li {
    float: left;
    width: calc((100% - 20px)/2);
    margin: 0 0 20px 20px;
}

.inside_news3 ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

.inside_news3 ul li .nr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.inside_news3 ul li .date {
    width: 80px;
    height: 80px;
    background: #f2f2f2;
    color: #999;
    text-align: center;
}

.inside_news3 ul li .date strong {
    display: block;
    font-size: 36px;
    line-height: 36px;
    padding: 15px 0 2px 0;
}

.inside_news3 ul li .date span {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.inside_news3 ul li .txt {
    width: calc(100% - 100px);
    color: #666;
}

.inside_news3 ul li .txt .h2 {
    font-size: .94vw;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inside_news3 ul li .txt .h2 a {
    color: #333;
}

.inside_news3 ul li:hover .txt .h2 a {
    color: var(--primary-color);
}

.inside_news3 ul li .txt .h3 {
    font-size: .72vw;
    line-height: 1.5em;
    height: 3em;
    margin: 5px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width:568px) {
    .inside_news3 ul li {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/*inpic1*/
.inside_picList1 {}

.inside_picList1 ul li {
    float: left;
    width: calc((100% - 40px)/3);
    margin: 0 0 20px 20px;
    text-align: center;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.inside_picList1 ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.inside_picList1 ul li .nr_box {}

.inside_picList1 ul li .img {
    padding-bottom: 64%;
    position: relative;
    overflow: hidden;
}

.inside_picList1 ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
    background: #f9f9f9;
}

.inside_picList1 ul li:hover .img img {
    transform: scale(1.1);
}

.inside_picList1 ul li .txtbg {
    position: relative;
}

.inside_picList1 ul li .txtbg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    transition: transform .38s cubic-bezier(.4, 0, .2, 1);
    transform: scaleY(0);
    transform-origin: 50% 100% 0;
}

.inside_picList1 ul li:hover .txtbg:before {
    transform: scaleY(1);
    transform-origin: 50% 0 0;
}

.inside_picList1 ul li .txt {
    padding: 15px 5%;
    color: #666;
    position: relative;
    z-index: 2;
}

.inside_picList1 ul li .txt .h2 {
    font-size: 14px;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inside_picList1 ul li:hover .txt .h2 {
    color: #fff;
}

.inside_picList1 ul li .txt .h3 {
    display: none;
}

@media(max-width:568px) {
    .inside_picList1 ul li {
        float: left;
        width: calc((100% - 10px)/2);
        margin: 0 0 20px 10px;
    }

    .inside_picList1 ul li:nth-child(3n-2) {
        margin-left: 10px;
        clear: none;
    }

    .inside_picList1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }

    .inside_picList1 ul li .txt {
        padding: 15px 5%;
    }

    .inside_picList1 ul li .txt .h2 {
        font-size: 14px;
        line-height: 1.6em;
        height: 1.6em;
    }
}

/*inphoto1*/
.inside_photo1 {}

.inside_photo1 ul li {
    float: left;
    width: calc((100% - 60px)/4);
    margin: 0 0 20px 20px;
    text-align: center;
}

.inside_photo1 ul li:nth-child(4n-3) {
    margin-left: 0;
    clear: left;
}

.inside_photo1 ul li .nr_box {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.inside_photo1 ul li .imgbg {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.inside_photo1 ul li .img {
    padding-bottom: 100%;
    position: relative;
    z-index: 1;
}

.inside_photo1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
    background: #f9f9f9;
}

.inside_photo1 ul li:hover .img img {
    transform: scale(1.1);
}

.inside_photo1 ul li .imgbg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.inside_photo1 ul li:hover .imgbg:before {
    opacity: 1;
    visibility: visible;
}

.inside_photo1 ul li i {
    width: 40px;
    height: 40px;
    background: url(../images/ico_search1.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.inside_photo1 ul li:hover i {
    opacity: 1;
    visibility: visible;
}

.inside_photo1 ul li .txtbg {}

.inside_photo1 ul li .txt {
    margin-top: 10px;
    padding: 0 5%;
    color: #666;
}

.inside_photo1 ul li .txt .h2 {
    font-size: 14px;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inside_photo1 ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.inside_photo1 ul li .txt .h3 {
    display: none;
}

@media(max-width:568px) {
    .inside_photo1 ul li {
        float: left;
        width: calc((100% - 10px)/2);
        margin: 0 0 20px 10px;
    }

    .inside_photo1 ul li:nth-child(4n-3) {
        margin-left: 10px;
        clear: none;
    }

    .inside_photo1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }
}


/*inside_download1*/
.inside_download1 {}

.inside_download1 ul li {
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.inside_download1 ul li:nth-child(1) {
    padding-top: 0;
}

.inside_download1 ul li>i {
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    width: 40px;
    text-align: center;
    color: var(--primary-color);
}

.inside_download1 ul li .txt {
    width: calc(100% - 200px);
    position: relative;
}

.inside_download1 ul li .txt .h2 {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.inside_download1 ul li .txt .h2 a {
    color: #333;
}

.inside_download1 ul li:hover .txt .h2 a {
    color: var(--primary-color);
}

.inside_download1 ul li .txt .h3 {
    font-size: 14px;
    line-height: 24px;
}

.inside_download1 ul li .txt .h3 span {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #999;
}

.inside_download1 ul li .down_btn {}

.inside_download1 ul li .down_btn a {
    display: block;
    background: var(--primary-color);
    color: #fff;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}

.inside_download1 ul li .down_btn a:hover {
    opacity: .9;
}

.inside_download1 ul li .down_btn a i {
    margin-right: 5px;
    vertical-align: middle;
}

@media(max-width:568px) {
    .inside_download1 ul li {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .inside_download1 ul li .txt {
        width: calc(100% - 60px);
    }

    .inside_download1 ul li .txt .h2 {
        font-size: 16px;
        line-height: 26px;
        height: 26px;
    }

    .inside_download1 ul li .txt .h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .inside_download1 ul li .txt .h3 span {
        margin: 0 10px 0 0;
    }

    .inside_download1 ul li .down_btn {
        width: 100%;
        margin-top: 10px;
    }

    .inside_download1 ul li .down_btn a {
        width: 100%;
        line-height: 40px;
        font-size: 14px;
    }
}

/*inpro1*/
.inside_product1 {}

.inside_product1 ul li {
    float: left;
    width: calc((100% - 40px)/3);
    margin: 0 0 20px 20px;
    text-align: center;
}

.inside_product1 ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.inside_product1 ul li .nr_box {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.inside_product1 ul li:hover .nr_box {
    background: #f4f4f4;
}

.inside_product1 ul li .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.inside_product1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.inside_product1 ul li:hover .img img {
    transform: scale(1.1);
}

.inside_product1 ul li .txtbg {}

.inside_product1 ul li .txt {
    margin-top: 10px;
    padding: 0 5%;
    color: #666;
}

.inside_product1 ul li .txt .h2 {
    font-size: 16px;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inside_product1 ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.inside_product1 ul li .txt .h3 {
    display: none;
}

@media(max-width:568px) {
    .inside_product1 ul li {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .inside_product1 ul li .txt .h2 {
        font-size: 14px;
        line-height: 1.5em;
        height: 1.5em;
    }
}

/*innewsClass1*/
.itit1 {}

.itit1 .h2 {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.itit1 .h2 strong {
    float: left;
    font-weight: bold;
    border-left: 5px solid var(--primary-color);
    padding-left: 5px;
}

.itit1 .h2 a {
    float: right;
    font-size: 14px;
    color: var(--primary-color);
}

.inside_newsClass1 {}

.inside_newsClass1_box {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.inside_newsClass1 .ilist {
    padding: 10px 10px 0 10px;
}

.inside_newsClass1 .ilist ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    position: relative;
}

.inside_newsClass1 .ilist ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 17px;
}

.inside_newsClass1 .ilist ul li a {
    float: left;
    width: 70%;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 16px;
}

.inside_newsClass1 .ilist ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

/*inproClass1*/
.imore1 {}

.imore1 span {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 14px;
}

.imore1 span:hover {
    background: #fff;
    color: #333;
}

.inside_proClass1 {}

.inside_proClass1 ul li {
    float: left;
    width: calc((100% - 40px)/3);
    margin: 0 0 20px 20px;
    text-align: center;
    background: #fff;
    position: relative;
}

.inside_proClass1 ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.inside_proClass1 ul li .nr_box {
    border: 10px solid #eee;
}

.inside_proClass1 ul li .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.inside_proClass1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.inside_proClass1 ul li:hover .img img {
    transform: scale(1.1);
}

.inside_proClass1 ul li .txtbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.inside_proClass1 ul li .txt {
    padding: 20px 5%;
    width: 90%;
    color: #fff;
}

.inside_proClass1 ul li .txt .h2 {
    font-size: 24px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}

.inside_proClass1 ul li .txt .h3 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 10px 0 0 0;
}

@media(max-width:568px) {
    .inside_proClass1 ul li {
        float: left;
        width: calc((100% - 20px)/2);
        margin: 0 0 20px 20px;
    }

    .inside_proClass1 ul li:nth-child(3n-2) {
        margin-left: 20px;
        clear: none;
    }

    .inside_proClass1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }
}


.m11_message1 {}

.m11_message1 .list1 {
    margin-top: 20px;
}

.m11_message1 .list1 img {
    display: block;
    width: 100%;
    background: #f9f9f9;
}

.m11_message1 .list2 {
    margin-top: 20px;
}

/*留言*/
.message1 {}

.message1 form {}

.message1 form ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}

.message1 form ul li {
    width: 48%;
    margin: 0 0 20px 4%;
}

.message1 form ul li.li1 {
    width: 100%;
    margin-left: 0;
}

.message1 form ul li.li2 {
    text-align: right;
}

.message1 form ul li:nth-child(1),
.message1 form ul li:nth-child(3),
.message1 form ul li:nth-child(6) {
    margin-left: 0;
}

.message1 form .h3 {
    width: 100px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.message1 form .h3 font {
    color: #f00;
}

.message1 form .input_text {
    border: 1px solid #eee;
    background: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: calc(100% - 22px);
}

.message1 form textarea {
    border: 1px solid #eee;
    background: #fff;
    height: 120px;
    line-height: 40px;
    padding: 0 10px;
    width: calc(100% - 22px);
    display: block;
}

.message1 form .yzm {
    height: 42px;
}

.message1 form .input_text1 {
    border: 1px solid #eee;
    background: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: calc(100% - 132px);
    float: left;
}

.message1 form #sendcode {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    height: 42px;
    line-height: 40px;
    width: 100px;
    cursor: pointer;
    transition: all .3s ease;
    float: right;
}

.message1 form #sendcode:hover {
    opacity: .9;
}

.message1 form #sendcode[disabled] {
    background: #999;
}

.message1 form .input_button {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    height: 42px;
    line-height: 40px;
    width: 50%;
    max-width: 200px;
    cursor: pointer;
    transition: all .3s ease;
    margin-top: 20px;
}

.message1 form .input_button:hover {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
}

@media(max-width:568px) {
    .message1 form ul {
        display: block;
    }

    .message1 form ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .message1 form ul li.li2 {
        text-align: center;
    }

    .message1 form .h3 {
        font-size: 14px;
        line-height: 1.8em;
        margin-bottom: 0;
    }

    .message1 form .input_text {
        height: 38px;
        line-height: 38px;
        padding: 0 10px;
        width: calc(100% - 22px);
        font-size: 14px;
    }

    .message1 form textarea {
        height: 100px;
        line-height: 38px;
        padding: 0 10px;
        width: calc(100% - 22px);
        font-size: 14px;
    }

    .message1 form .yzm {
        height: 40px;
    }

    .message1 form .input_text1 {
        height: 38px;
        line-height: 38px;
        padding: 0 10px;
        width: calc(100% - 132px);
        font-size: 14px;
    }

    .message1 form #sendcode1 {
        height: 40px;
        line-height: 38px;
        width: 100px;
        font-size: 14px;
    }

    .message1 form .input_button {
        height: 40px;
        line-height: 38px;
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }
}


/*联系*/
.inside_contact1 {
    font-size: .84vw;
    line-height: 1.56vw;
}

.inside_contact1 ul li {}

.inside_contact1 ul li h2 {
    font-size: 1.56vw;
    line-height: 1.5em;
}

.inside_contact1 ul li i {
    display: inline-block;
    text-align: center;
    width: 1.56vw;
    height: 1.56vw;
    line-height: 1.56vw;
    margin-right: 5px;
    color: var(--primary-color);
}

.inside_contact1 ul li span {
    display: inline-block;
    width: 4.2vw;
    text-justify: inter-ideograph;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

a {
    text-decoration: none;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

a:hover {
    text-decoration: none;
}

img {
    display: inline-block;
    border: 0;
    max-width: 100%
}

input,
textarea {
    outline: none;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

img {
    vertical-align: middle;
    border: 0;
}

.img img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

@media screen and (min-width:1200px) {

    /*  .transy{transform: translateY(160px);-webkit-transform: translateY(160px);transition: 400ms;-webkit-transition: 400ms; transition-timing-function: ease-out;-webkit-transition-timing-function: ease-out; opacity: 0;} */
    .Xtransy {
        transform: translateX(-160px);
        -webkit-transform: translateX(-160px);
        transition: 400ms;
        -webkit-transition: 400ms;
        transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        opacity: 0;
    }

    .tranShow {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }

    .XtranShow {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    .inA_con:nth-child(2n) .inA_con_L.Xtransy,
    .inE.Xtransy {
        transform: translateX(80px);
        -webkit-transform: translateX(80px);
        transition: 400ms;
        -webkit-transition: 400ms;
        transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        opacity: 0;
    }

    .inA_con:nth-child(2n) .inA_con_L.XtranShow,
    .inE.XtranShow {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    .img:hover img {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.main {
    width: 100%;
    float: left;
    transition: all 0.5s ease 0s;
}

.ma_right {
    position: fixed;
    right: -100%;
    width: 66%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.64s ease 0s;
    overflow-y: scroll;
}

.ma_right.show {
    right: 0;
    transition: all 0.44s ease 0s;
}

.top-box {
    width: 100%;
    float: left;
    background: #333;
    height: 60px;
    line-height: 60px;
}

.top-box .fl {
    font-size: 16px;
    color: #acacac;
    margin-left: 8.2%;
}

.top-box .fr {
    float: right;
    width: 17px;
    height: 17px;
    background: url(../images/ico_37.png) no-repeat center;
    margin-right: 7.8%;
    margin-top: 22px;
    cursor: pointer;
}

.ma_right ul,
.ma_right ul li {
    width: 100%;
    float: left;
}

.ma_right ul li h3 {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

.ma_right ul li a {
    display: block;
    padding: 0 8% 0 8%;
    position: relative;
    line-height: 60px;
    font-size: 16px;
    color: #666;
}

.ma_right ul li a:after {
    content: url(../images/ico_38.png);
    position: absolute;
    right: 8%;
}

.ma_right ul li.cur h3>a {
    color: #e6002d;
}

.ma_right ul li>div {
    background: #e3e3e3;
    display: none;
}

.ma_right ul li>div a {
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
}

.ma_right ul li .a_list a {
    width: 54%;
    float: left;
}

.ma_right ul li .a_list a:after {
    display: none;
}

.ma_right ul li .a_list i {
    float: right;
    margin-right: 8%;
    width: 8px;
    height: 60px;
    background: url(../images/ico_38.png) no-repeat center;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.ma_right ul li .a_list i.cur {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.ma_search {
    position: fixed;
    z-index: 100;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.ma_search .cent-form {
    position: absolute;
    width: 94.8%;
    left: 2.6%;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    border-bottom: 1px solid #515151;
}

.ma_search .cent-form .tex {
    height: 60px;
    box-sizing: border-box;
    padding-right: 80px;
    line-height: 60px;
    font-size: 20px;
    width: 100%;
    color: #555;
    background-position: 30px 20px !important;
    padding-left: 10px;
    text-align: left;
    background: none;
}

.ma_search .cent-form .sub-butn {
    border: none;
    border: none;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    color: #777;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    text-align: center;
}

.ma_search .close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/ico_37.png) no-repeat center;
    position: absolute;
    top: 38px;
    right: 2.6%;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
}

.left {
    transform: translateX(-66%);
}

.he_l {
    float: left;
    margin-top: 25px;
    width: 40%;
}

.he_l a {
    float: left;
}

.he_l p {
    font-size: 14px;
    color: #545557;
    float: left;
    padding-left: 22px;
    margin-left: 22px;
    border-left: 2px solid #e8e8e8;
}

.he_l p span {
    display: block;
    font-size: 12px;
    color: #545557;
    margin-bottom: 8px;
}

.he_r {
    float: right;
    margin-top: 31px;
}

.he_r ul {
    float: left;
}

.he_r ul li {
    float: left;
    margin-right: 15px;
    padding-right: 5px;
    /* background: url(../images/ico.png) no-repeat right center;*/
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.he_r ul li.cur a {
    top: -30px;
}

.he_r ul li a span.tx {
    color: #dd3e20;
    font-weight: bold;
}

@media screen and (min-width:1200px) {
    .he_r ul li a:hover {
        top: -30px;
    }
}

.he_r ul li a {
    font-size: 14px;
    color: #333333;
    position: relative;
    height: 60px;
    top: 0;
    display: block;
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

.he_r ul li a span {
    display: block;
    height: 30px;
}

.search {
    float: left;
    color: #525659;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding-left: 28px;
    background: url(../images/ico1.png) no-repeat center left;
}

.menu:before {
    content: url(../images/xian.jpg);
    position: absolute;
    left: 0px;
    top: 2px;
}

.he_r ul li a.cur {
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
}

.sear_con {
    position: absolute;
    left: 680px;
    top: 0px;
    padding: 0px 40px 0px 30px;
    bottom: 0px;
    background: #fff;
    right: 6%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.sear_con.cur {
    left: 580px;
    opacity: 1;
    visibility: visible;
}

.sear_con input {
    height: 99%;
    border: none;
    display: block;
    overflow: hidden;
    width: 100%;
    color: #333;
    font-size: 16px;
}

.sear_con:before {
    content: url(../images/ico1.png);
    position: absolute;
    left: 0px;
    top: 37px;
    position: absolute;
}

.sear_con>p {
    position: absolute;
    width: 38px;
    height: 100%;
    right: 0px;
    top: 0px;
}

.sear_con>p span {
    height: 18px;
    width: 1px;
    background: #fff;
    position: absolute;
    display: block;
    top: 35px;
    z-index: 1;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
}

.sear_con>p span.ac-gn-searchview-close-left {
    right: 18px;
}

.sear_con>p span.ac-gn-searchview-close-right {
    left: 18px;
}

.sear_con.cur>p span.ac-gn-searchview-close-left {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #333;
}

.sear_con.cur>p span.ac-gn-searchview-close-right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #333;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.top {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #fff;
    z-index: 102;
    display: none;
}

.top_mid {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 80%;
}

.top>i {
    width: 45px;
    height: 45px;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    right: 6%;
    top: 30px;
}

.formList_left {
    float: left;
    width: 60%;
}

.formList_left .bigTitle {
    font-size: 30px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6002d;
    display: inline-block;
    font-weight: 400;
}

.formList_left .bigTitle i {
    color: #e6002d;
    font-style: normal;
}

.formList_left p.bigP {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.formList_left p {
    color: #333;
    line-height: 30px;
}

.formList_left p a {
    color: #333;
}

.formList_left .contTitle {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.formList_left .contTitle h5 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}

.formList_left .lianxi {
    padding: 20px 0;
}

.formList_left .lianxi h6 {
    font-weight: 400;
    font-size: 18px;
    color: #e6002d;
    margin-bottom: 10px;
}

.formList_left p {
    color: #333;
    line-height: 30px;
}

.formList_right {
    float: right;
    width: 36%;
    margin-right: 2px;
}

.formList_right .title {
    font-size: 24px;
    color: #e6002d;
}

.formList_right p {
    padding: 5px 0;
    width: 100%;
    float: left;
}

.formList_right p input[type="text"] {
    width: 96%;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: rgb(141, 141, 141);
    padding: 0px 2%;
    background: rgb(243, 243, 243);
    outline: 0px;
}

.formList_right p textarea {
    width: 96%;
    height: 124px;
    font-size: 14px;
    color: rgb(141, 141, 141);
    resize: none;
    background: rgb(243, 243, 243);
    padding: 18px 2%;
    outline: 0px;
}

.formList_right p input.btndemand {
    width: 100%;
    height: 50px;
    font-size: 16px;
    background: #fff;
    color: #4d4d4d;
    border: 2px solid #e6002d;
    cursor: pointer;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    outline: 0;
}

.formList_right p.yzm input {
    width: auto;
    float: left;
}

.formList_right p.yzm img {
    float: left;
    height: 46px;
    max-width: none;
}

.formList_right p input.btndemand:hover {
    background: #e6002d;
    color: #fff;
}

.ban_right {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    height: 200px;
    overflow: hidden;
}

.ban_right ul {
    width: 50%;
    margin: 0;
    background: transparent;
    width: 50%;
    font-size: 0;
    height: 200px;
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0px;
    overflow: hidden;
}

.ban_right ul.active {
    transform: rotateX(0deg) translate3d(0, 0, 0);
    -webkit-transform: rotateX(0deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(0deg) translate3d(0, 0, 0);
}

@media screen and (min-width:1200px) {
    .ban_right {
        perspective: 800px;
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
    }

    .ban_right ul {
        transform-origin: bottom;
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        transform: rotateX(200deg) translate3d(0, 0, 0);
        -webkit-transform: rotateX(200deg) translate3d(0, 0, 0);
        -moz-transform: rotateX(200deg) translate3d(0, 0, 0);
        transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
        -webkit-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
        -moz-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
    }
}

.ban_right ul li {
    width: 25%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    height: 100%;
}

.ban_right ul li:first-child {
    background: #e6002d;
    position: relative;
}

.ban_right ul li a {
    display: block;
}

.ban_right ul li:first-child:after {
    content: 'S';
    text-transform: uppercase;
    color: #fff;
    opacity: 0.15;
    font-size: 176px;
    position: absolute;
    right: -16px;
    bottom: -20px;
    line-height: 176px
}

.ban_right ul li a div {
    padding: 0px 20%;
    color: #fff;
    display: block;
    margin-top: 34px;
}

.ban_right ul li a div p {
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
}

.ban_right ul li a div span {
    font-size: 34px;
    display: block;
}

.ban_right ul li a div i {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: 18px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: relative;
}

.ban_right ul li a div i:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/inico1.png) no-repeat center;
    left: 0px;
    top: 0px;
    animation: downico 1.5s ease-out infinite;
}

.ban_right ul li>div {
    padding-top: 62px;
    margin: 48px 10% 0px 30%;
    display: block;
    background: url(../images/ico4.png) no-repeat top left;
    color: #fff;
}

.ban_right ul li>div p {
    font-size: 32px;
}

.ban_right ul li>div p span {
    float: left;
}

.ban_right ul li>div p i,
.ban_right ul li>div p strong {
    font-style: normal;
    font-size: 16px;
    float: left;
    margin-left: 6px;
    text-transform: uppercase;
}

.ban_right ul li>div>span {
    display: block;
    font-size: 14px;
    opacity: 0.7;
    width: 100%;
    float: left;
    margin-top: 4px;
}

@-webkit-keyframes icoHover {
    0% {
        -webkit-transform: translateY(0px);
        opacity: 1
    }

    49% {
        -webkit-transform: translateY(28px);
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(-28px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1
    }
}

/*.w1660{width:88%;float:left;padding:0px 6%;}*/
.w1660 {
    /*width:1660px;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.inA {
    width: 100%;
    float: left;
    background: #fff
}

.inA_con {
    width: 100%;
    float: left;
    position: relative;
}

.inA_con .inA_con_L {
    float: left;
    width: 50%;
}

.inA_con .inA_con_L>a {
    width: 100%;
    float: left;
    overflow: hidden;
}

.inA_c_R {
    right: 0px;
    width: 50%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}

.inA_c_R li {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

.inA_c_R li a {
    width: 100%;
    float: left;
    height: 100%;
}

.inA_c_R li a>div {
    margin: 0px 12.5% 0px 21%;
    width: 66.5%;
    padding-bottom: 20%;
    display: block;
    overflow: hidden;
    text-align: right;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.inA_c_R li a>div span {
    font-size: 22px;
    color: #333333;
    display: block;
    margin-top: 12%;
}

.inA_c_R li a>div p {
    color: #666666;
    line-height: 24px;
    margin-top: 11%;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.inA_c_R li a>div img {
    margin-top: 18%;
}

.inA_c_R li a>div i {
    width: 20px;
    height: 10px;
    background: url(../images/inico6.png) no-repeat center;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.inA_c_R li:first-child a:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #f0f0f0;
    right: 0px;
}

@media screen and (min-width:1200px) {
    .inA_c_R li a:hover>div i {
        -webkit-animation: iHover .6s linear;
        animation: iHover .6s linear;
        background: url(../images/inico06.png) no-repeat center;
    }

    .inA_c_R li a:hover>div {
        margin: 0px 10.5% 0px 23%;
    }
}

@-webkit-keyframes iHover {
    0% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }

    49% {
        -webkit-transform: translateX(28px);
        opacity: 0
    }

    50% {
        -webkit-transform: translateX(-28px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }
}

.inA_con:nth-child(2n) .inA_con_L {
    float: right;
}

.inA_con:nth-child(2n) .inA_c_R {
    left: 0px;
    right: auto;
}

.inA_con:nth-child(2n) .inA_c_R li a>div {
    margin: 0px 21% 0px 12.5%;
    text-align: left;
}

.inA_con:nth-child(2n) .inA_c_R li a:hover>div {
    margin: 0px 23% 0px 10.5%;
}

.inA_con:nth-child(2n) .inA_c_R li a>div i {
    left: 0px;
}

.inB {
    width: 100%;
    float: left;
    background: #dd3e20;
    margin-top: 42px;
    position: relative;
}

.inB .inB_L {
    width: 50%;
    float: left;
}

.inB .inB_L>a {
    width: 100%;
    float: left;
    overflow: hidden;
}

.inB_R {
    width: 50%;
    right: 0px;
    position: absolute;
    height: 100%;
}

.inB_R>a {
    display: block;
    padding: 0px 6.5% 8% 28%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 0px;
    right: 0px;
    text-align: right;
}

.inB_R>a span {
    font-size: 24px;
}

.inB_R>a p {
    line-height: 24px;
    margin: 7% 0px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ban_right ul li>div p em {
    float: left;
    font-style: normal;
}

.inB_R>a i {
    position: absolute;
    right: 6.5%;
    bottom: 0px;
    background: url(../images/inico8.png) no-repeat center;
    width: 20px;
    height: 10px;
}

@media screen and (min-width:1200px) {
    .inB_R>a:hover {
        padding: 0px 8% 8% 26.5%;
    }

    .inB_R>a:hover i {
        -webkit-animation: BiHover .6s linear;
        animation: BiHover .6s linear;
        right: 8%;
    }
}

@-webkit-keyframes BiHover {
    0% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }

    49% {
        -webkit-transform: translateX(-28px);
        opacity: 0
    }

    50% {
        -webkit-transform: translateX(28px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }
}

.inC,
.inD,
.inF {
    width: 100%;
    margin-top: 46px;
    float: left;
    background: #fff;
    padding: 0px 2.8%;
}

.inD {
    margin-top: 20px;
}

.inF {
    background-image: url(../images/foot_bg.png);
    width: 100%;
}

.inF .title,
.inF .title>h4 span,
.inF .title>h4 span i,
.inF .title>h4>div {
    color: #e6002d;
}

.title {
    width: 100%;
    float: left;
    padding: 46px 0px;
    border-bottom: 1px solid #f0f0f0;
}

.title>h4 {
    float: left;
}

.title>h4 span {
    font-size: 32px;
    color: #e6002d;
}

.title>h4 span i {
    color: #e6002d;
    margin-left: 10px;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.title>h4 p {
    color: #818181;
    margin-top: 10px;
}

.title>ul {
    float: right;
    margin-top: 4px;
}

.title>ul li {
    float: left;
    margin-left: 2px;
}

.title>ul li a {
    padding: 0px 20px;
    height: 50px;
    z-index: 1;
    line-height: 50px;
    color: #666666;
    float: left;
    position: relative;
    background: #f5f5f5;
}

.title>ul li a span {
    float: left;
}

.title>ul li a p {
    margin-left: 14px;
    float: left;
    line-height: normal;
    margin-top: 16px;
}

.title>ul li:last-child a p {
    margin-top: 12px;
}

.title>ul li.cur a {
    color: #fff;
}

.H_img {
    display: none
}

.title>ul li.cur a .H_img {
    display: inline-block;
}

.title>ul li.cur a .S_img {
    display: none
}

.title>ul li a .bg {
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    overflow: hidden;
}

.title>ul li.cur a .bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #dd3e20;
    z-index: -1;
}


.clear {
    clear: both
}

.category {
    margin-top: 30px;
    overflow: hidden;
}

.category a {
    display: inline-block;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    background: #f1f1f1;
    padding: 0 28px 0 29px;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
}

.category a:hover {
    background: #dd3e20;
    color: #fff
}

@media screen and (min-width:1200px) {
    .title>ul li:hover a {
        color: #fff;
    }

    .title>ul li:hover a .H_img {
        display: inline-block;
    }

    .title>ul li:hover a .S_img {
        display: none
    }

    .title>ul li:hover a .bg {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #dd3e20;
        z-index: -1;
    }
}

.news_sj {
    display: none;
}

.news_sj,
.news_sj>a {
    width: 100%;
    float: left;
}

.news_sj .swiper-pagination-h,
.inC_con_sj .swiper-pagination,
.webD_con_sj .swiper-pagination,
.mobE_sj .swiper-pagination,
.desA_sj .swiper-pagination {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    position: static;
}

.news_sj .swiper-pagination-h span,
.inC_con_sj .swiper-pagination span,
.webD_con_sj .swiper-pagination span,
.mobE_sj .swiper-pagination span,
.desA_sj .swiper-pagination span {
    display: inline-block;
}

.news_sj .swiper-pagination-h span.swiper-pagination-bullet-active,
.inC_con_sj .swiper-pagination span.swiper-pagination-bullet-active,
.webD_con_sj .swiper-pagination span.swiper-pagination-bullet-active,
.mobE_sj .swiper-pagination span.swiper-pagination-bullet-active,
.desA_sj .swiper-pagination span.swiper-pagination-bullet-active {
    background: #e6002d;
}

.inE {
    width: 100%;
    float: left;
    margin-top: 42px;
    background: url(../images/inpic13.jpg) no-repeat center;
    background-size: cover;
    padding: 82px 0px;
}

.inE dl {
    padding: 0px 6.6%;
    color: #fff;
}

.inE dl dt,
.inE dl dd {
    width: 100%;
    float: left;
}

.inE dl dt p {
    font-size: 42px;
}

.inE dl dt>strong {
    font-size: 32px;
    display: block;
}

.inE dl dd {
    margin-top: 66px;
}

.inE dl dd input[type='text'] {
    width: 24.2%;
    padding: 0px 1%;
    float: left;
    margin-right: 0.7%;
    border: none;
    background: #f0f0f0;
    height: 52px;
    color: #999999;
}

.inE dl dd>a {
    cursor: pointer;
    width: 19.3%;
    float: right;
    height: 52px;
    line-height: 52px;
    background: #dd3e20;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.inE dl dd>p {
    font-size: 16px
}

.inF .title {
    border-bottom: none;
}

.inF_con {
    width: 100%;
    float: left;
    padding-bottom: 46px;
    margin-top: -8px;
}

.inF_con li {
    float: left;
    width: 23%;
    margin: 1px;
    margin: 22px 1.4% 0px 0px;
}

.inF_con li a {
    display: block;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    height: 277PX;
    position: relative;
}

.inF_con li a .span_img {
    position: absolute;
    left: 50%;
    top: 0;
    height: 277PX;
    width: 100%;
    line-height: 112px;
    transform: translateX(-50%);
    background: no-repeat center center;
    background-size: contain;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.inF_con li a .span_img img {
    vertical-align: middle;
    height: 277PX;
    width: 100%;
}

.inF_con li a .after {
    left: -100%;
    opacity: 0;
}

.inF_con li a img {
    height: 100%;
}

@media screen and (min-width:1200px) {
    .inF_con li a:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .inF_con li a:hover .after {
        left: 50%;
        opacity: 1;
    }
}

@media screen and (max-width:1200px) {
    .inF_con li {
        width: 23%
    }

}

.fo_top {
    width: 94%;
    float: left;
    border-bottom: 1px solid #2a2a31;
    padding: 52px 0px;
    margin: 0px 3%;
}

.fo_top dl {
    float: left;
    color: #fff;
}

.fo_top dl dt {
    font-size: 24px;
    margin-bottom: 20px;
}

.fo_top dl dd p {
    font-size: 14px;
    line-height: 36px;
}

.fo_top dl dd p a {
    color: #fff;
}

.fo_t_R {
    float: right;
}

.fo_t_RA {
    width: 170px;
    text-align: center;
    background: #e8e8e8;
    padding: 10px 0px 20px 0px;
    float: left;
    margin-left: 15px;
}

.fo_t_RA span {
    display: block;
    font-size: 12px;
    color: #3f4041;
    margin-top: 12px;
}

.fo_t_RB {
    float: left;
    margin: 72px 30px 0px 0px;
}

.fo_t_RB>a {
    width: 40px;
    overflow: hidden;
    border: 1px solid #fff;
    height: 40px;
    z-index: 1;
    position: relative;
    border-radius: 100%;
    background: #fff;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-right: 12px;
}

.fo_t_RB>a img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background: no-repeat center center;
    background-size: contain;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.fo_t_RB>a .fH_img {
    left: -100%;
    opacity: 0;
}

.fo_t_RB>a:after {
    content: '';
    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;
}

.fo_en {
    width: 94%;
    float: left;
    padding: 25px 3%;
    line-height: 26px;
}

.fo_en_l {
    float: left;
}

.fo_en_l>div {
    width: 110px !important;
    height: 32px !important;
    float: left;
}

.fo_en_l>a {
    color: #bababa;
    margin-right: 18px;
    float: left;
}

.link {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.link a {
    color: #bababa;
    margin-right: 5px;
    text-decoration: none;
}

.fo_en_l>a:hover,
.link a:hover {
    color: #e6002d;
    text-decoration: none;
}

@media screen and (min-width:1200px) {
    .fo_t_RB>a:hover:after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #dd3e20;
    }

    .fo_t_RB>a:hover {
        border: 1px solid #dd3e20;
    }

    .fo_t_RB>a:hover .fS_img {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .fo_t_RB>a:hover .fH_img {
        left: 50%;
        opacity: 1;
    }

    .fo_en_l>a:hover {
        color: #fff;
    }
}

@media screen and (max-width:768px) {
    .link {
        display: none;
    }

}

.fixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 45px;
    display: none;
    z-index: 10;
}

.fixed .child {
    position: absolute;
    right: 0px;
    overflow: hidden;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: #cc0000;
    line-height: 45px;
    margin-top: 1px;
}

.fixed .child {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.fixed .child:hover {
    width: 110px;
    background: #000;
}

.fixed .child img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.fixed .child p {
    position: absolute;
    left: 45px;
    color: #fff;
}

.fixed .fixedQQ {
    bottom: 92px;
}

.fixed .fixedCall {
    bottom: 46px;
}

.fixed .fixedTop {
    position: absolute;
    right: 0px;
    bottom: 138px;
    color: #fff;
    background-color: #cbcbcb;
    cursor: pointer;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.fixed .fixedTop:before {
    content: url(../images/pointer.png);
    position: absolute;
    top: -5px;
    left: 18px;
    line-height: 0px;
}

.fixed .fixedTop:hover p {
    background: #000;
}

.fixed .fixedTop:hover:before {
    content: url(../images/pointer01.png);
}

.fixed .fixedCode {
    bottom: 0;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: #cc0000;
    line-height: 45px;
    margin-top: 1px;
}

.fixedCodeInfo {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 54px;
    padding: 0 3px;
    border: 1px solid #ccc;
    background: #fff;
}

.fixedCodeInfo .fixedPointer {
    position: absolute;
    right: -6px;
    bottom: 12px;
}

.fixedCodeInfo .fixedCode {
    /*width: 142px;*/
}

.fo_en>p {
    float: right;
    color: #bababa;
}

.fo_en>p i {
    margin: 0px 20px;
    font-style: normal;
}


/*侧边栏*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 15%
}

#toolbar li {
    margin-bottom: 3px;
    position: relative
}

#toolbar li,
#toolbar li a {
    font-size: 0;
    width: 45px;
    height: 45px;
    right: 0
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    overflow: hidden;
    background: #dd3e20;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap
}

#toolbar li .iconfont {
    width: 45px;
    height: 45px;
    background-color: #e6002d;
    text-align: center;
    color: #2b2b2b;
    font-size: 26px
}

#toolbar li .iconfont,
#toolbar li .wz {
    display: inline-block;
    vertical-align: middle;
    line-height: 45px
}

#toolbar li .wz {
    font-size: 16px;
    color: #fff;
    padding-left: 10px
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #dd3e20;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%
}

#toolbar li.ewm .ewm-box:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #dd3e20;
    border-right: none
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#toolbar li.backtop {
    cursor: pointer
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #dd3e20;
    font-size: 14px;
    font-weight: 600;
}

#toolbar li:hover a {
    width: 200px
}

#toolbar li:hover .iconfont {
    background-color: #dd3e20;
    color: #fff
}

@media screen and (max-width:768px) {
    #toolbar {
        display: none;
    }


}

.w1476 {
    width: 1476px;
    margin: 0 auto;
    overflow: hidden;
}

.A_ban_mid {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 55%;
    transform: translateY(-50%);
}

.ab_banA {
    width: 100%;
    float: left;
    border-bottom: 1px solid #5f6268;
    position: relative;
    padding-bottom: 20px;
}

.ab_banA dl dt {
    font-size: 32px;
    color: #000;
    line-height: 50px;
}

.ab_banA dl dd {
    margin-top: 15px;
    /* text-indent: 3em; */
}

.ab_banA dl dd p {
    font-size: 16px;
    color: #000;
    /* letter-spacing: 0.06rem;
    line-height: 30px;
    text-align: justify; */
}

.ab_banA>img {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 35.2%;
}

.ab_banB {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.ab_banB li {
    float: left;
    width: 25%;
    background: url(../images/xian1.jpg) no-repeat center right;
    color: #fff;
}

.ab_banB li>i {
    display: block;
    font-size: 16px;
}

.ab_banB li>span {
    font-size: 70px;
    display: block;
    text-align: center;
}

.ab_banB li>span i {
    font-style: normal;
}

.ab_banB li>p {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.ab_banB li:last-child {
    background: none;
    padding-right: 0px;
    margin-right: 0px;
}

.aboutA {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 42px;
}

.aboutA>p {
    float: left;
    width: 50%;
    overflow: hidden;
}

.aboutA_R {
    width: 40%;
    float: right;
    margin: 6% 5% 0px 5%;
}

.aboutA_R span {
    display: block;
    font-size: 26px;
    color: #333333;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 3px;
}

.aboutA_R span i {
    font-style: normal;
    color: #e6002d;
}

.aboutA_R span:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #7f7f7f;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.aboutA_R p {
    color: #686868;
    line-height: 32px;
    font-size: 14px;
}

.aboutB {
    width: 100%;
    float: left;
    height: 688px;
    margin-top: 42px;
    position: relative;
    background: url() no-repeat center;
    background-size: cover;
    opacity: 1;
    transform: unset;
    --webkit-transform: unset;
}

.aboutB dl {
    width: 94.4%;
    padding: 0px 2.8%;
    float: left;
    color: #fff;
    margin-top: 80px;
}

.aboutB dl dt {
    font-size: 30px;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 34px;
}

.aboutB dl dt:after {
    content: '';
    width: 40px;
    height: 1px;
    /* background: #9a9795; */
    background: red;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.aboutB dl dd p {
    line-height: 32px;
    font-size: 16px;
    color: #000;
}

.aboutB_con {
    width: 100%;
    float: left;
    border-top: 1px solid #7c7979;
    position: absolute;
    bottom: 0px;
}

.aboutB_con li {
    width: 33.3%;
    float: left;
    text-align: center;
    color: #fff;
    height: 300px;
    position: relative;
    z-index: 1;
}

.aboutB_con li:last-child {
    background: none;
}

.aboutB_con li img {
    height: 69px;
    margin-top: 60px;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.aboutB_con li span {
    display: block;
    font-size: 18px;
    margin-top: 20px;
}

.aboutB_con li p {
    line-height: 24px;
    letter-spacing: 0.1rem;
    padding: 0px 22%;
    margin-top: 24px;
}

.aboutB_con li i {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0%;
    opacity: 0;
    left: 0px;
    top: 50%;
    background-color: rgba(230, 0, 45, 0.8);
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

@media screen and (min-width:1200px) {
    .aboutB_con li:hover i {
        height: 100%;
        opacity: 1;
        top: 0px;
    }

    .aboutB_con li:hover img {
        margin-top: 52px;
    }
}

.aboutC>p {
    float: right;
}

.aboutC .aboutA_R {
    float: left;
}

.aboutD {
    width: 100%;
    float: left;
    height: 428px;
    position: relative;
    background: url(../images/abpic5.jpg) no-repeat center;
    background-size: cover;
    margin-top: 42px;
}

.aboutD_con {
    position: absolute;
    top: 48px;
    bottom: 48px;
    left: 48px;
    right: 48px;
    border: 1px solid #a6a59f;
    color: #fff;
    text-align: center;
}

.aboutD_con>span {
    display: block;
    font-size: 26px;
    margin-top: 76px;
}

.aboutD_con>span i {
    font-size: 28px;
    display: block;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.aboutD_con>strong {
    display: block;
    font-size: 37px;
    margin-top: 12px;
}

.N_banner,
.N_banner>img {
    width: 100%;
    float: left;
}

.N_banner {
    position: relative;
    margin-top: 90px;
}

.N_ban_con {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50px;
    color: #fff;
}

.N_ban_con dl dt strong {
    float: left;
    font-size: 36px;
    padding-bottom: 30px;
    border-bottom: 4px solid #fff;
}

.N_ban_con dl dd {
    margin-top: 50px;
    width: 100%;
    float: left;
}

.N_ban_con dl dd a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    float: left;
    padding-left: 25px;
    margin-right: 44px;
    background: url(../images/cico01.png) no-repeat center left;
}

.N_ban_con dl dd a.cur,
.N_ban_con dl dd a:hover {
    background: url(../images/cico1.png) no-repeat center left;
}

.contactA {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 42px;
    padding-bottom: 55px;
}

.contactA_T {
    padding: 55px 2.8%;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    min-height: 286px;
    position: relative;
}

.contactA_T_l {
    left: 2.8%;
    width: 314px;
    /* width: 50%; */
    position: absolute;
    top: 50px;
}

.contactA_T_l>p {
    font-size: 38px;
    color: #3a3a3a;
}

.contactA_T_l>span {
    display: block;
    font-size: 40px;
    color: #333333;
    line-height: 32px;
    margin: 20px 0px;
}

.contactA_T_l>i {
    display: block;
    font-style: normal;
    color: #999999;
    line-height: 32px;
    letter-spacing: 0.05rem;
}

.contactA_T_l>a {
    display: inline-block;
    width: 270px;
    line-height: 50px;
    background: #e6002d;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05rem;
    margin-top: 45px;
}

.contactA_T_R {
    display: none;
    position: absolute;
    /*width:171px;*/
    right: 7%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.contactA_T_R img {
    display: inline-block;
    border: 1px solid #ffe8d7;
    width: 48%;
}

.contactA_T_R p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}

.contactA_T_m {
    /* width: 442px; */
    width: 50%;
    margin: 0 auto;
    padding: 0px 3%;
    height: 100%;
    border-left: 1px solid #e2e2e2;
    /* border-right: 1px solid #e2e2e2; */
}

.contactA_T_m div {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.contactA_T_m div span {
    font-size: 22px;
    color: #e6002d;
    display: block;
    line-height: 34px;
}

.contactA_T_m div strong {
    display: block;
    font-size: 36px;
    color: #e6002d;
    line-height: 34px;
    margin: 14px 0px 10px 0px;
}

.contactA_T_m div p {
    color: #999999;
    line-height: 34px;
}

.contactA_T_m>p {
    font-size: 16px;
    color: #666666;
    line-height: 42px;
}

.contactA_B {
    margin: 55px 2.8% 0px 2.8%;
    height: 455px;
    background: #000;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.con_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.con_img i {
    display: block;
    background: url(../images/map.png) no-repeat;
    width: 35px;
    height: 50px;
    margin: 0 auto 40px;
    animation: myanimate 0.5s infinite alternate;
    -webkit-animation: myanimate 0.5s infinite alternate;
}

.con_img a {
    width: 150px;
    padding: 12px 0px;
    background: #e60020;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
}

@keyframes myanimate {
    0% {
        transform: translateY(0) scale(1, 1);
    }

    100% {
        transform: translateY(15px) scale(0.9, 0.9);
    }
}

@-webkit-keyframes myanimate {
    0% {
        transform: translateY(0) scale(1, 1);
    }

    100% {
        transform: translateY(15px) scale(0.9, 0.9);
    }
}


.contactB {
    width: 100%;
    float: left;
    background: #fff;
    margin: 42px 0px;
    height: 538px;
}

.contactB_l {
    width: 30.6%;
    float: left;
    background: #271910;
    height: 100%;
    color: #fff;
    position: relative;
}

.contactB_l dt {
    margin: 50px 9% 0px 9%;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 30px;
    position: relative;
}

.contactB_l dt:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 1px;
    background: #fff;
}

.contactB_l dd {
    margin: 54px 9% 0px 9%;
}

.contactB_l dd p {
    font-size: 16px;
    line-height: 35px;
}

.contactB_l:after {
    content: url(../images/cico2.png);
    position: absolute;
    bottom: 40px;
    right: 13%;
}

.contactB_R {
    width: 61.5%;
    float: right;
    margin-right: 2.8%;
    margin-top: 12px;
}

.contactB_R input {
    width: 35%;
    float: left;
    height: 52px;
    background: #f2f2f2;
    color: #7f7f7f;
    margin-top: 30px;
    padding: 0px 2%;
    border: 1px solid #fff;
}

.contactB_R input:nth-child(2n) {
    width: 52.2%;
    float: right;
}

.contactB_R textarea {
    width: 96%;
    float: left;
    height: 178px;
    background: #f2f2f2;
    color: #7f7f7f;
    margin-top: 30px;
    padding: 20px 2%;
}

.contactB_R .btndemand {
    float: right;
    width: 142px;
    height: 50px;
    line-height: 50px;
    border: none;
    outline-: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #e6002d;
    font-size: 16px;
    margin-top: 24px;
}

.contactB_R p {
    width: 37%;
    float: left;
    height: 52px;
    background: #f2f2f2;
    color: #7f7f7f;
    margin-top: 30px;
    padding-left: 2%;
}

.contactB_R p input {
    float: left;
    margin-top: 0px;
    padding: 0px;
}

.contactB_R p img {
    float: right;
    height: 100%;
}

.news_con {
    width: 100%;
    float: left;
}

.news_con li a {
    float: left;
    width: 30.6%;
    margin-right: 4.1%;
    margin-top: 60px;
    background: #fff;
    padding-bottom: 30px;
    position: relative;
}

.news_con li:nth-child(3n) a {
    margin-right: 0px;
}

.news_con li a p {
    overflow: hidden;
    width: 100%;
}

.news_con li a div {
    padding: 0px 7.8%;
    overflow: hidden;
}

.news_con li a div span {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-top: 28px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_con li a div p {
    color: #999999;
    margin-top: 20px;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_con li a:after {
    content: url(../images/nico1.png);
    position: absolute;
    right: 7.8%;
    bottom: 30px;
}


@media screen and (min-width:1200px) {
    .news_con li a:hover {
        background: #e6002d;
    }

    .news_con li a:hover:after {
        -webkit-animation: iHover .6s linear;
        animation: iHover .6s linear;
        content: url(../images/nico01.png)
    }

    .news_con li a:hover div span,
    .news_con li a:hover div p {
        color: #fff;
    }
}

.load_more {
    width: 100%;
    float: left;
    margin: 60px 0px;
    text-align: center;
}

.load_more>a {
    display: inline-block;
    width: 156px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #444444;
    border: 2px solid #242424;
    position: relative;
}

.load_more>a .bg {
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    overflow: hidden;
}


@media screen and (min-width:1200px) {
    .load_more>a:hover .bg {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #242424;
        z-index: -1;
    }

    .load_more>a:hover {
        color: #fff;
    }
}

.xq_main {
    width: 100%;
    float: left;
    margin-top: 186px;
}

.xq_top {
    padding: 0px 7.4% 22px 7.4%;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    text-align: center;
}

.xq_top h1 {
    font-size: 24px;
    color: #444444;
    display: block;
    font-weight: bold;
}

.xq_top p {
    color: #666666;
    margin-top: 14px;
    margin-top: 16px;
}

.xq_mid {
    padding: 40px 7.4% 75px 7.4%;
    overflow: hidden;
}

.xq_mid p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 30px;
}

.xq_mid p a {
    color: #666;
}

.xq_mid p img {
    display: block;
    margin: 0 auto;
}

.xq_en {
    width: 100%;
    overflow: hidden;
    background: #dfdfdf;
}

.xq_en a {
    width: 25.3%;
    padding: 0px 4%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #444444;
    line-height: 68px;
    position: relative;
}

.xq_en a i {
    display: none
}

.xq_en a:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #fff;
}

.xq_en a:last-child:after {
    display: none
}

.xq_en a span {
    display: block;
    height: 68px;
    /*overflow: hidden;text-overflow: ellipsis;white-space: nowrap;*/
    position: relative;
}

.xq_en a.first span:before {
    content: url(../images/nico3.png);
    position: absolute;
    margin-left: -20px;
    top: 2px;
}

.xq_en a.last span:after {
    content: url(../images/nico03.png);
    position: absolute;
    margin-left: 14px;
    top: 2px;
}

.xq_en a.mid span:before {
    content: url(../images/nico2.png);
    position: absolute;
    margin-left: -20px;
    top: 1px;
}



@media screen and (min-width:1200px) {
    .xq_en a.first:hover {
        padding: 0px 5% 0px 3%;
    }

    .xq_en a.first:hover span:before {
        content: url(../images/nico4.png)
    }

    .xq_en a.last:hover {
        padding: 0px 3% 0px 5%;
    }

    .xq_en a.last:hover span:after {
        content: url(../images/ico5.png)
    }

    .xq_en a.mid:hover span:before {
        content: url(../images/ico02.png);
    }

    .xq_en a:hover {
        color: #e6002d;
    }
}

.xq_bot {
    width: 100%;
    float: left;
    height: 290px;
    background: url(../images/npic10.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 48px;
}

.xq_bot dl {
    width: 100%;
    float: left;
    text-align: center;
    text-align: center;
    margin-top: 56px;
}

.xq_bot dl dt {
    font-size: 24px;
    color: #fff;
}

.xq_bot dl dt strong {
    display: block;
    font-size: 60px;
}

.xq_bot dl dd a {
    width: 180px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    z-index: 1;
    color: #656565;
    display: inline-block;
    margin-top: 26px;
    position: relative;
}

.xq_bot dl dd a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    overflow: hidden;
}


@media screen and (min-width:1200px) {
    .xq_bot dl dd a:hover:after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #e6002d;
        z-index: -1;
    }

    .xq_bot dl dd a:hover {
        color: #fff;
    }
}


.such_tit {
    position: fixed;
    top: 200px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: -1;
}

.such_tit span {
    display: block;
    font-size: 46px;
    color: #444444;
}

.such_tit p {
    font-size: 18px;
    color: #999999;
    margin-top: 10px;
}

.such_con {
    margin-top: 292px;
    position: relative;
    z-index: 8;
    background: #fff;
}

.such_con,
.such_top {
    width: 100%;
    float: left;
}

.such_top {
    margin-top: 46px;
    border-top: 1px solid #ececec;
    padding-top: 52px;
    position: relative;
    z-index: 5;
}

.such_t_l {
    width: 70%;
    float: left;
    padding-left: 118px;
    position: relative;
}

.such_t_l a,
.such_t_con a {
    font-size: 16px;
    color: #444444;
    float: left;
    margin-right: 4%;
}

.such_t_l a:first-child,
.such_t_con a:first-child {
    position: absolute;
    left: 0px;
}

.such_t_l a.cur,
.such_t_l a:hover,
.such_t_con a.cur,
.such_t_con a:hover {
    color: #e6002d;
}

.such_t_r {
    float: right;
    font-size: 26px;
    color: #333333;
    cursor: pointer;
}

.such_t_r.cur {
    color: #e6002d;
}

.such_t_con {
    width: 70%;
    float: left;
    background: #fff;
    padding: 30px 0px 20px 118px;
    display: none;
    position: relative;
}

.suchA {
    padding: 0px;
}

.suchA li {
    margin-top: 60px;
    width: 30.9%;
    margin-right: 3.6%;
}

.inbanner .iscroll {
    position: absolute;
    bottom: 5.55%;
    z-index: 10;
    right: 50%;
    color: #fff;
    animation: ud 1s linear alternate infinite;
    -webkit-animation: ud 1s linear alternate infinite;
    -moz-animation: ud 1s linear alternate infinite;
}

@keyframes ud {
    0% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }
}

.inbanner .iscroll span {
    display: block;
    color: #fff;
    padding-right: 46px;
    font-size: 14px;
    background: url(../images/down.png) no-repeat center right;
    transform: rotate(90deg) translateY(50%);
    cursor: pointer;
    transform-origin: right bottom;
}

.banner .w1476 {
    position: relative;
    height: 100%;
}

.ser_ba_top.transy.news {
    bottom: 116px;
}

.ser_ba_top {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 316px;
    top: 0px;
}

.ser_ba_top p {
    font-size: 50px;
    color: #fff;
    line-height: 65px;
    line-height: 85px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ser_ba_top span {
    color: #fff;
    font-size: 15px;
    display: block;
}

.ser_ba_en {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 80px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.ser_ba_en li {
    height: 156px;
    float: left;
    width: 25%;
    text-align: center;
}

.ser_ba_en li a {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/dian.png) repeat-y right;
}

.ser_ba_en li a p {
    height: 65px;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.ser_ba_en li a span {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 36px;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.ser_ba_en li:last-child a {
    background: none;
}

@media screen and (min-width:1200px) {
    .ser_ba_en li a:hover p {
        margin-top: 4px;
    }

    .ser_ba_en li a:hover span {
        margin-top: 40px;
    }
}

.serA {
    width: 100%;
    float: left;
    background: #fff;
    padding: 90px 0px;
    /*margin-top:42px;*/
    position: relative;
    overflow: hidden;
}

.serA>div:first-child {
    position: relative;
    top: -90px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.serA.ser1>div:first-child {
    top: -150px;
}

.serA_l {
    width: 35%;
    float: left;
    margin-left: 9%;
}

.serA_l>span {
    font-size: 32px;
    color: #222222;
    font-weight: bold;
}

.serA_l>span i {
    display: block;
    font-size: 18px;
    color: #8e8e8e;
    padding-left: 30px;
    position: relative;
    font-style: normal;
}

.serA_l>span i:before {
    content: '';
    width: 16px;
    height: 3px;
    background: #8e8e8e;
    position: absolute;
    left: 0px;
    top: 10px;
}

.serA_l>p {
    color: #666666;
    margin-top: 50px;
    line-height: 32px;
    font-size: 16px;
}

.serA_l>ul {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.serA_l>ul li {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.serA_l>ul li p {
    width: 70px;
    height: 70px;
    border: 1px solid #c6c6c6;
    border-radius: 20px;
    text-align: center;
    line-height: 70px;
}

.serA_l>ul li p img {
    vertical-align: middle;
}

.serA_l>ul li span {
    display: block;
    color: #666666;
    margin-top: 18px;
}

.serA_l>ul li span em {
    font-style: normal;
}

.serA_l>a {
    float: left;
    width: 42px;
    height: 42px;
    border: 1px solid #cacaca;
    border-radius: 100%;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.serA_l>a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/sico25.png) no-repeat center;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.serA_R {
    right: 9%;
    top: 50%;
    width: 43.2%;
    transform: translateY(-50%);
    position: absolute;
}

@media screen and (min-width:1200px) {
    .serA_l>ul li:hover {
        padding-left: 1%;
        width: 32.3%;
    }

    .serA_l>a:hover:after {
        -webkit-animation: iHover .6s linear;
        animation: iHover .6s linear;
        background: url(../images/sico025.png) no-repeat center;
    }

    .serA_l>a:hover {
        background: #e6002d;
        border-color: #e6002d;
    }
}

.ser2 {
    height: 650px;
    background: url(../images/serpic6.jpg);
    padding: 0px;
    position: relative;
    z-index: 1;
}

.ser2:after {
    content: url(../images/serpic8.png);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.ser2 .serA_R {
    right: auto;
    left: 15.6%;
    width: 37.4%;
}

.ser2 .serA_l {
    float: right;
    margin: 100px 9% 0px 0px;
}

.ser2 .serA_l>span,
.ser2 .serA_l>span i,
.ser2 .serA_l>p {
    color: #fff;
}

.ser2 .serA_l>span i:before {
    background: #fff;
}

.ser2 .serA_l>a:after {
    background: url(../images/sico025.png) no-repeat center;
}

.ser2 .serA_l>ul li span {
    color: #fff;
}

.ser2 .serA_l>ul li p {
    border-color: #fff;
}

.ser3 .serA_l {
    margin: 68px 0px 0px 9%;
}

.ser3 .serA_R {
    width: 49.2%;
}

.ser4 {
    background: url(../images/serpic6.jpg);
    overflow: hidden;
}

.ser4:after {
    content: url(../images/clopic5.png);
    background-size: 100%;
}

.ser4 .serA_l,
.ser5 .serA_l {
    width: 40%;
}

.ser4 .serA_l>ul li,
.ser5 .serA_l>ul li {
    width: 15%;
    height: 120px;
}

.ser4 .serA_l>ul li:hover,
.ser5 .serA_l>ul li:hover {
    width: 24%;
}

.ser4 .serA_R {
    left: 9%;
    right: auto;
    width: 37.4%;
}

.ser5 .serA_l {
    margin-top: 68px;
}

.ser5 .serA_R {
    width: 32.2%
}

.cloud_ba {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 748px;
}

.cloud_ba div {
    width: 100%;
    overflow: hidden;
}

.cloud_ba div>span {
    font-size: 40px;
    color: #fff;
    display: block;
}

.cloud_ba div>strong {
    font-size: 48px;
    color: #e6002d;
    display: block;
    margin: 24px 0px;
}

.cloud_ba div>p {
    font-size: 28px;
    line-height: 48px;
    color: #fff;
}

.cloud_ba>ul {
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
}

.cloud_ba>ul li {
    float: left;
    width: 176px;
    padding-left: 36px;
    margin-right: 50px;
}

.cloud_ba>ul li:nth-child(3n) {
    margin-right: 0px;
}

.cloud_ba>ul li:nth-child(1) {
    background: url(../images/clico1.png) no-repeat top left;
}

.cloud_ba>ul li:nth-child(2) {
    background: url(../images/clico2.png) no-repeat top left;
}

.cloud_ba>ul li:nth-child(3) {
    background: url(../images/clico3.png) no-repeat top left;
}

.cloud_ba>ul li span {
    font-size: 20px;
    color: #fff;
    display: block;
}

.cloud_ba>ul li p {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    margin-top: 10px;
}

.cloudA {
    width: 100%;
    float: left;
    padding: 70px 0px;
    background: url(../images/clopic1.jpg) no-repeat center;
    background-size: cover;
}

.c_tit {
    width: 100%;
    float: left;
    text-align: center;
}

.c_tit span {
    display: block;
    font-size: 32px;
    color: #444444;
    font-weight: bold;
}

.c_tit p {
    font-size: 16px;
    color: #444444;
    margin-top: 24px;
}

.cloudA ul {
    width: 100%;
    float: left;
    margin-top: 64px;
}

.cloudA ul li {
    width: 13.2%;
    float: left;
    margin: 0px 5.9%;
    text-align: center;
}

.cloudA ul li:nth-child(4n) {
    margin-right: 0px;
}

.cloudA ul li i {
    display: inline-block;
    height: 66px;
}

.cloudA ul li span {
    display: block;
    font-size: 22px;
    color: #444444;
    margin: 20px 0px;
}

.cloudA ul li p {
    color: #666666;
    line-height: 24px;
    text-indent: 2em;
}

.cloudB {
    width: 100%;
    float: left;
    padding: 100px 0px;
    background: url(../images/clopic2.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.cloudB span {
    display: block;
    font-size: 44px;
    color: #647393;
    opacity: 0.2;
    color: #647393;
    font-weight: bold;
}

.cloudB strong {
    display: block;
    font-size: 40px;
    color: #fff;
    margin: 50px 0px 30px 0px;
}

.cloudB p {
    font-size: 18px;
    line-height: 38px;
    display: block;
    color: #fff;
    padding: 0px 28%;
}

.cloudB a {
    display: inline-block;
    width: 198px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 70px;
    position: relative;
    z-index: 1;
}

.cloudB a:after {
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.cloudB a:hover {
    border-color: #e6002d;
}

.cloudB a:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e6002d;
}

.cloudC {
    width: 100%;
    float: left;
    padding: 70px 0px;
    background: url(../images/cpic1.jpg)
}

.cloudC .c_tit {
    margin-bottom: -12px;
}

.cloudC_con {
    width: 1117px;
    height: 541px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../images/map1.png);
    background-size: 100%;
    position: relative;
}

.cloudC_con li {
    position: absolute;
    background: #3a78d4;
}

.cloudC_con li .dot {
    position: absolute;
    z-index: 5;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3a78d4;
    opacity: 1;
    filter: alpha(opacity=100)
}

.cloudC_con li .pulse {
    position: absolute;
    top: -21px;
    left: -21px;
    height: 48px;
    width: 48px;
    border: 1px solid #3a78d4;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out both;
    -moz-animation: warn 2s ease-out both;
    -o-animation: warn 2s ease-out both;
    animation: warn 2s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.cloudC_con li.cur .pulse {
    border: 1px solid #e6002d;
}

.cloudC_con li.cur .dot {
    background: #e6002d;
}

.cloudC_con li .delay-04 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.cloudC_con li .delay-05 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.cloudC_con li .delay-06 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

.cloudC_con li.c1 {
    top: 13%;
    left: 20.7%;
}

.cloudC_con li.c2 {
    top: 34.7%;
    left: 16.9%;
}

.cloudC_con li.c3 {
    top: 23.8%;
    left: 27.6%;
}

.cloudC_con li.c4 {
    top: 41.4%;
    left: 25.7%;
}

.cloudC_con li.c5 {
    top: 69.5%;
    left: 31.8%;
}

.cloudC_con li.c6 {
    top: 20.7%;
    left: 63.5%;
}

.cloudC_con li.c7 {
    top: 29.5%;
    left: 72.4%;
}

.cloudC_con li.c8 {
    top: 25.8%;
    left: 85.2%;
}

.cloudC_con li.c9 {
    top: 29.5%;
    left: 59.2%;
}

.cloudC_con li.c10 {
    top: 49.8%;
    left: 49.1%;
}

.cloudC_con li.c11 {
    top: 45.1%;
    left: 70.1%;
}

.cloudC_con li.c12 {
    top: 49.3%;
    left: 59.6%;
}

.cloudC_con li.c13 {
    top: 66.1%;
    left: 54.4%;
}

.cloudC_con li.c14 {
    top: 55.6%;
    left: 77.4%;
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.cloudD {
    width: 100%;
    float: left;
    padding: 70px 0px;
}

.cloudD .inF_con {
    padding-bottom: 0px;
    margin-top: 40px;
}

.cloudD .inF_con li {
    width: 16.6%;
}

.cloudD .inF_con li a {
    border: none;
}

.cloudE {
    width: 100%;
    float: left;
    padding: 76px 0px;
    background: url(../images/clopic4.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.cloudE strong {
    font-size: 40px;
    color: #fff;
    display: block;
}

.cloudE p {
    font-size: 28px;
    color: #fff;
    margin: 30px 0px 42px 0px;
}

.cloudE a {
    display: inline-block;
    width: 200px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.cloudE a:after {
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.cloudE a:hover {
    border-color: #e6002d;
}

.cloudE a:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e6002d;
}

.web_ban {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.web_ban_l {
    float: left;
    width: 43.8%
}

.web_ban_l>h1 {
    font-size: 66px;
    color: #282828;
    font-weight: bold;
    display: block;
    position: relative;
    padding-bottom: 40px;
    margin-top: 50px;
    z-index: 1;
}

.web_ban_l>h1 i {
    position: absolute;
    top: 18px;
    font-size: 235px;
    color: #000000;
    opacity: 0.01;
    text-transform: uppercase;
    font-style: normal;
    line-height: 0;
    left: 0px;
}

.web_ban_l>h1:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.web_ban_l>span {
    display: block;
    font-size: 40px;
    color: #000000;
    margin-top: 36px;
}

.web_ban_l>strong {
    display: block;
    font-size: 42px;
    color: #d2000e;
    margin-top: 20px;
}

.web_ban_l>strong i {
    display: block;
    font-size: 12px;
    color: #6a6a6b;
    letter-spacing: 0.26rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
}

.web_ban_l>p {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-top: 46px;
}

.web_ban_r {
    float: left;
    margin-left: -66px;
    width: 54.1%;
}

.webA {
    width: 100%;
    float: left;
    background: #fff;
    padding: 70px 0px;
}

.webA ul {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.webA ul li {
    width: 20%;
    float: left;
}

.webA ul li a {
    display: block;
    border-right: 1px solid #f0f0f0;
    padding: 30px 19% 52px 19%;
    text-align: center;
}

.webA ul li a strong {
    display: block;
    font-size: 91px;
    color: #333333;
    opacity: 0.06;
}

.webA ul li a span {
    display: block;
    font-size: 20px;
    color: #444444;
    margin-top: -44px;
    font-weight: bold;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webA ul li a p {
    color: #333333;
    line-height: 24px;
    margin-top: 50px;
    height: 120px;
    overflow: hidden;
}

.webA ul li a i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #c6c6c6;
    border-radius: 20px;
    margin-top: 12px;
}

.webA ul li a i img {
    vertical-align: middle;
}

.webA ul li a i .h_img {
    display: none;
}

.webA ul li:last-child a {
    border: none;
}

@media screen and (min-width:1200px) {
    .webA ul li a:hover {
        background: #e6002d;
    }

    .webA ul li a:hover strong,
    .webA ul li a:hover span,
    .webA ul li a:hover p {
        color: #fff;
    }

    .webA ul li a:hover i {
        border-color: #fff;
    }

    .webA ul li a:hover i .h_img {
        display: inline-block;
    }

    .webA ul li a:hover i .s_img {
        display: none;
    }

    .webA ul li a:hover strong {
        opacity: 0.2;
    }
}

.webB {
    width: 100%;
    float: left;
    padding: 80px 0px 124px 0px;
    background: url(../images/clopic3.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.webB_con {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.webB_con>p {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.webB_con>img {
    margin: 0 auto;
    display: block;
    margin-top: 96px;
    width: 58.3%;
}

.webC {
    width: 100%;
    float: left;
    background: url(../images/webpic3.jpg) no-repeat center;
    background-size: cover;
    padding: 76px 0px 54px 0px;
}

.webC_l {
    float: left;
    width: 34.4%;
    margin-left: 6%;
}

.webC_l>span {
    font-size: 32px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-top: 46px;
}

.webC_l>span i {
    display: block;
    font-size: 18px;
    padding-left: 28px;
    position: relative;
    font-style: normal;
}

.webC_l>span i:before {
    content: '';
    width: 16px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 12px;
}

.webC_l>p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-top: 40px;
}

.webC_l>ul {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.webC_l>ul li {
    width: 48%;
    float: left;
    margin-top: 60px;
}

.webC_l>ul li:nth-child(2n) {
    float: right;
}

.webC_l>ul li span {
    font-size: 16px;
    color: #fff;
}

.webC_l>ul li p {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
    line-height: 20px;
    margin-top: 15px;
}

.webC_R {
    float: right;
    margin-right: 6%;
    width: 45.6%;
}

.webD {
    width: 100%;
    float: left;
    padding: 70px 0px;
    background: #fff;
}

.webD_con {
    width: 100%;
    float: left;
}

.webD_con li {
    width: 30.9%;
    float: left;
    margin-right: 3.6%;
    margin-top: 74px;
}

.webD_con li:nth-child(3n) {
    margin-right: 0px;
}

.webD_con li a {
    display: block;
    padding-bottom: 50px;
    position: relative;
}

.webD_con li a>p {
    width: 100%;
    overflow: hidden;
}

.webD_con li a>span {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.webD_con li a:hover>span {
    padding: 40px 0px;
    background: #e6002d;
    color: #fff;
}

.webE {
    width: 100%;
    float: left;
    padding: 70px 0px 80px 0px;
}

.webE .news_con {
    margin-top: 10px;
}

.w1460 {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.des_ban {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.des_ban div {
    width: 100%;
    overflow: hidden;
}

.des_ban div>span {
    font-size: 36px;
    color: #000000;
    display: block;
}

.des_ban div>strong {
    display: block;
    font-size: 36px;
    color: #e6002d;
    margin-top: 10px;
}

.des_ban div>ul {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.des_ban div>ul li {
    display: inline-block;
    padding-left: 96px;
    position: relative;
    height: 80px;
    margin: 0px 28px;
}

.des_ban div>ul li>img {
    position: absolute;
    left: 0px;
}

.des_ban div>ul li>p {
    color: #666666;
    line-height: 24px;
    margin-top: 16px;
}

.des_ban>img {
    margin: 0 auto;
    display: block;
    margin-top: 35px;
    width: 79.2%;
}

.banner .w1460>i {
    width: 197px;
    height: 183px;
    background-image: url(../images/aico1.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.w1461 {
    width: 1460px;
    margin: 0 auto;
    overflow: hidden;
    height: 1100px;
    position: relative;
}

.des_ban {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.des_ban div {
    width: 100%;
    overflow: hidden;
}

.des_ban div>span {
    font-size: 36px;
    color: #000000;
    display: block;
}

.des_ban div>strong {
    display: block;
    font-size: 36px;
    color: #e6002d;
    margin-top: 10px;
}

.des_ban div>ul {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.des_ban div>ul li {
    display: inline-block;
    padding-left: 96px;
    position: relative;
    height: 80px;
    margin: 0px 28px;
}

.des_ban div>ul li>img {
    position: absolute;
    left: 0px;
}

.des_ban div>ul li>p {
    color: #666666;
    line-height: 24px;
    margin-top: 16px;
}

.des_ban>img {
    margin: 0 auto;
    display: block;
    margin-top: 35px;
    width: 79.2%;
}

.banner .w1460>i {
    width: 197px;
    height: 183px;
    background-image: url(../images/aico1.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.desA {
    width: 100%;
    float: left;
    background: url(../images/dpic5.jpg);
    padding: 100px 0px 130px 0px;
}

.desA ul {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 68px;
}

.desA ul li {
    display: inline-block;
    width: 17.4%;
    margin: 0px 3.6%;
    vertical-align: top;
}

.desA ul li span {
    width: 154px;
    height: 154px;
    border: 6px solid #e3e3e3;
    border-radius: 4px;
    display: inline-block;
    background: #fff;
    line-height: 154px;
}

.desA ul li span img {
    vertical-align: middle;
}

.desA ul li strong {
    display: block;
    font-size: 20px;
    color: #363636;
    margin: 24px 0px;
}

.desA ul li p {
    color: #666666;
    line-height: 24px;
}

.desB {
    width: 100%;
    float: left;
    padding: 90px 0px 96px 0px;
    background: url(../images/webpic3.jpg) no-repeat center;
    background-size: cover;
}

.desB_l {
    width: 546px;
    float: left;
    margin-left: 6%;
    margin-top: 80px;
}

.desB_l>strong {
    display: block;
    font-size: 32px;
    color: #fff;
    margin-bottom: 68px;
}

.desB_l>strong i {
    display: block;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-style: normal;
}

.desB_l>strong i:before {
    content: '';
    width: 16px;
    height: 3px;
    background: #8e8e8e;
    position: absolute;
    left: 0px;
    top: 10px;
}

.desB_l>span {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-top: 40px;
}

.desB_l>p {
    color: #fff;
    line-height: 24px;
    margin-top: 4px;
}

.desB_l>div {
    display: block;
    margin-top: 46px;
}

.desB_l>div p {
    color: #fff;
    line-height: 24px;
}

.desB .w1660 {
    position: relative;
    min-height: 525px;
}

.desB_r {
    width: 44.3%;
    right: 3%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.desB_r img {
    display: block;
}

.desC {
    width: 100%;
    float: left;
    background: url(../images/dpic4.jpg);
}

.desC .w1660 {
    position: relative;
    padding: 188px 0px;
}

.desC .desB_r {
    right: auto;
    left: 8%;
    width: 34%;
    transform: translateY(0);
    top: auto;
    bottom: 0px;
}

.desC .desB_l {
    float: right;
    margin-left: auto;
    margin-right: 10%;
}

.desC .desB_l>strong {
    color: #363636;
}

.desC .desB_l>span,
.desC .desB_l>p {
    color: #363636;
}

.opera_ban {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.opera_ban div {
    width: 100%;
    overflow: hidden;
}

.opera_ban div>p {
    font-size: 32px;
    color: #fff;
    line-height: 72px;
}

.opera_ban div>p strong {
    font-size: 42px;
    color: #e81626;
}

.opera_ban div>span {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 18px;
}

.opera_ban div>a {
    display: inline-block;
    width: 230px;
    height: 40px;
    border: 1px solid #6b6b6b;
    text-align: center;
    line-height: 40px;
    color: #6b6b6b;
    margin-top: 38px;
    position: relative;
    z-index: 1;
}

.opera_ban div>a:after {
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.opera_ban div>a:hover {
    border-color: #fff;
    color: #e6002d;
}

.opera_ban div>a:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.opera_ban>img {
    display: block;
    margin: 0 auto;
    margin-top: 66px;
    width: 55%;
}

.operaA {
    width: 100%;
    float: left;
    background: #f0f0f0;
    padding: 80px 0px;
    height: 474px;
}

.operaA .w1660 {
    height: 100%;
}

.operaA_L {
    width: 19.6%;
    height: 100%;
    float: left;
    padding: 0px 3%;
    background: url(../images/opic2.jpg);
}

.operaA_L>strong {
    display: block;
    font-size: 30px;
    color: #fff;
    margin-top: 56px;
}

.operaA_L>span {
    font-size: 22px;
    color: #f0f0f0;
    padding-bottom: 26px;
    position: relative;
    display: block;
    margin-top: 20px;
}

.operaA_L>span:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #6a6b6c;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.operaA_L>span i {
    font-style: normal;
    color: #e81626;
}

.operaA_L>p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
}

.operaA_L>div {
    width: 100%;
    overflow: hidden;
    margin-top: 78px;
}

.operaA_L>div img {
    float: left;
}

.operaA_L>div span {
    font-size: 21px;
    color: #727273;
    letter-spacing: 0.18rem;
    line-height: 40px;
    font-weight: bold;
    float: right;
    width: 132px;
    margin-top: 10px;
}

.operaA_R {
    float: right;
    width: 68.6%;
    height: 100%;
}

.operaA_R li {
    width: 25%;
    float: left;
    height: 100%;
    background: #fff;
    position: relative;
}

.operaA_R li>div {
    width: 100%;
    height: 50%;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
}

.oper_li_top {
    top: 0px;
}

.oper_li_top>span {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 40px;
}

.oper_li_top>p {
    font-size: 12px;
    color: #888888;
    line-height: 18px;
    margin-top: 16px;
    padding: 0px 17%;
}

.oper_li_top>strong {
    display: block;
    color: #666666;
    line-height: 22px;
    margin-top: 26px;
}

.oper_li_bo {
    background: url(../images/opic2.jpg);
    position: absolute;
    bottom: 0px;
}

.oper_li_bo>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border: 1px solid #c6c6c6;
    border-radius: 20px;
    line-height: 70px;
}

.oper_li_bo>span img {
    vertical-align: middle;
}

.operaA_R li:nth-child(2n) .oper_li_top {
    bottom: 0px;
    top: auto;
}

.operaA_R li:nth-child(2n) .oper_li_bo {
    top: 0px;
    bottom: auto;
}

.operaB {
    width: 100%;
    float: left;
    padding: 70px 0px;
    background: #f0f0f0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.operaB:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    background: #fff;
    top: 0px;
    height: 456px;
    z-index: -1;
}

.operaB .c_tit img {
    display: inline-block;
    margin: 0px 14px;
}

.operaB_bo {
    margin-top: 60px;
    position: relative;
}

.operaB_bo,
.operaB_bo_c {
    width: 100%;
    float: left;
}

.operaB_con_l {
    width: 48.2%;
    float: left;
    overflow: hidden;
    position: relative;
}

.operaB_con_l>img {
    width: 100%;
    float: left;
}

.operaB_con_l dl {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 385px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 0px 26px 0px;
}

.operaB_con_l dl dt,
.operaB_con_l dl dd {
    padding: 0px 20px;
    font-weight: bold;
}

.operaB_con_l dl dt {
    font-size: 30px;
}

.operaB_con_l dl dd {
    font-size: 16px;
    margin-top: 10px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operaB_con_l:nth-child(2n) {
    float: right;
}

.operaB_con_l:nth-child(2n) dl {
    left: auto;
    right: 0px;
    text-align: right;
}

.operaB_bo>dl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/opbg.jpg);
    padding: 48px 0px 98px 0px;
    width: 250px;
    z-index: 10;
}

.operaB_bo>dl dt,
.operaB_bo>dl dd {
    margin: 0px 36px;
}

.operaB_bo>dl dt {
    font-size: 30px;
    font-weight: bold;
    padding-top: 28px;
    position: relative;
    color: #fff;
}

.operaB_bo>dl dt i,
.operaB_bo>dl dd i {
    display: block;
    font-style: normal;
}

.operaB_bo>dl dt:before {
    content: '';
    width: 42px;
    height: 1px;
    background: #f48b93;
    position: absolute;
    top: 0px;
    left: 0px;
}

.operaB_bo>dl dd {
    line-height: 26px;
    color: #fff;
    opacity: 0.5;
    letter-spacing: 0.18rem;
    font-size: 21px;
    margin-top: 20px;
}

.operaC {
    width: 100%;
    float: left;
    background: url(../images/opic6.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0px;
}

.operaC .c_tit span,
.operaC .c_tit p {
    color: #fff;
}

.operaC_con {
    width: 100%;
    float: left;
    margin-top: 76px;
}

.operaC_con .swiper-slide a {
    width: 90%;
    float: left;
    background: #fff;
    height: 275px;
    margin: 0px 5%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.operaC_con .swiper-slide a>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
}

.operaC_con .swiper-slide a>div i {
    display: block;
    height: 70px;
    line-height: 70px;
}

.operaC_con .swiper-slide a>div i img {
    vertical-align: middle;
    max-width: 80%;
}

.operaC_con .swiper-slide a:last-child {
    margin-right: 0px;
}

.opeC_H {
    display: none
}

.operaC_con .swiper-slide a span {
    font-size: 16px;
    color: #666666;
    display: block;
    padding-top: 28px;
    margin-top: 20px;
    background: url(../images/px.jpg) no-repeat center top;
    font-weight: bold;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.operaC_con .swiper-slide a p {
    color: #fff;
    line-height: 30px;
    opacity: 0;
    padding: 0px 12.6%;
    display: none;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.operaC_con .swiper-slide a:after {
    content: '';
    width: 100%;
    height: 0%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 100%;
    background: url(../images/opbg.jpg);
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.sj_operaC_con {
    display: none
}

@media screen and (min-width:1200px) {
    .operaC_con .swiper-slide a:hover:after {
        height: 100%;
        opacity: 1;
        top: 0px;
    }

    .operaC_con .swiper-slide a:hover .opeC_H {
        display: inline-block;
    }

    .operaC_con .swiper-slide a:hover .opeC_S {
        display: none;
    }

    .operaC_con .swiper-slide a:hover span {
        color: #fff;
        padding-top: 0px;
        background: none;
        margin-top: 10px;
    }

    .operaC_con .swiper-slide a:hover p {
        display: block;
        opacity: 1;
        margin-top: 28px;
    }
}

.operaC_con .swiper-pagination {
    position: static;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 64px;
}

.operaC_con .swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    margin: 0px 7px;
}

.operaC_con .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}

.operaD {
    width: 100%;
    float: left;
    background: #fff;
    padding: 70px 0px;
}

.operaD ul {
    width: 99%;
    float: left;
    margin-top: 46px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.operaD ul li {
    width: 12.5%;
    float: left;
}

.operaD ul li a {
    display: block;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    height: 194px;
    text-align: center;
    overflow: hidden;
}

.operaD ul li:nth-child(2n+1) a {
    background: #f8f8f8
}

.operaD ul li a span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 194px;
    text-align: center;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.operaD ul li a span img {
    vertical-align: middle;
    max-width: 80%;
}

@media screen and (min-width:1200px) {
    .operaD ul li:hover a span:first-child {
        margin-top: -194px;
    }
}

.mo_ban_con {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.moban_L {
    float: left;
    width: 34.7%;
    margin-top: 65px;
}

.moban_L>img {
    width: 77.5%;
}

.moban_L>span {
    display: block;
    font-size: 40px;
    color: #000000;
    margin-top: 50px;
}

.moban_L>p {
    margin-top: 24px;
}

.moban_L>p i {
    display: block;
    font-size: 12px;
    color: #000000;
    opacity: 0.7;
    letter-spacing: 0.226rem;
    font-style: normal;
    margin-top: 10px;
}

.moban_L>ul {
    width: 100%;
    overflow: hidden;
    margin-top: 68px;
}

.moban_L>ul li {
    padding-left: 68px;
    float: left;
    position: relative;
    height: 58px;
}

.moban_L>ul li:nth-child(2n) {
    float: right;
}

.moban_L>ul li>img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.moban_L>ul li span {
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.moban_L>ul li p {
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}

.moban_R {
    width: 42.4%;
    float: left;
    margin-left: 16%;
    position: relative;
}

.moban_R span {
    float: left;
}

.moban_R .img-01 {
    position: relative;
    display: inline-block;
    width: 47%;
}

.moban_R .img-01 i {
    position: absolute;
    width: 87.3%;
    left: 6.35%;
    top: 54px;
}

.moban_R .img-04 {
    position: absolute;
    top: 36px;
    left: 28.6%;
    width: 41%;
}

.moban_R .img-03 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 41%;
}

.moban_R>i>img {
    box-shadow: -4px 4px 40px #95949A;
}

.mobA {
    width: 100%;
    float: left;
    padding: 168px 0px;
    background: #fff;
    text-align: center;
}

.mobA dl {
    display: inline-block;
    text-align: left;
    width: 314px;
    margin: 0px 6%;
    vertical-align: top;
}

.mobA dl dt,
.mobA dl dd {
    width: 100%;
    float: left;
}

.mobA dl dt img {
    float: left;
    margin-top: 29px;
}

.mobA dl dt p {
    float: left;
    margin-left: 122px;
    position: relative;
}

.mobA dl dt p:before {
    content: '';
    width: 36px;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: -80px;
    top: 58%;
    transform: translateY(-50%);
}

.mobA dl dt p i {
    display: block;
    color: #222222;
    font-weight: bold;
    color: #f3f3f3;
    font-size: 92px;
    font-style: normal;
}

.mobA dl dt p span {
    display: block;
    font-size: 20px;
    color: #444444;
    font-weight: bold;
    margin-top: -38px;
}

.mobA dl dd {
    margin-top: 42px;
}

.mobA dl dd p {
    color: #666666;
    line-height: 24px;
}

.mobB {
    width: 100%;
    float: left;
    background: url(../images/mobg.jpg);
    padding: 154px 0px;
    position: relative;
}

.mobB_R {
    float: right;
    width: 514px;
}

.mobB_R>span {
    display: block;
    font-size: 32px;
    color: #444444;
    font-weight: bold;
}

.mobB_R>span i {
    display: block;
    font-size: 18px;
    padding-left: 26px;
    position: relative;
    font-style: normal;
}

.mobB_R>span i:before {
    content: '';
    width: 16px;
    height: 3px;
    background: #8e8e8e;
    position: absolute;
    left: 0px;
    top: 10px;
}

.mobB_R>div {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    color: #222222;
}

.mobB_R>div span {
    display: block;
    font-size: 18px;
}

.mobB_R>div p {
    line-height: 24px;
    margin-top: 6px;
    padding-right: 24%;
}

.mobB_R>ul {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.mobB_R>ul li {
    display: inline-block;
    text-align: center;
    margin-right: 62px;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.mobB_R>ul li p {
    width: 70px;
    height: 70px;
    border: 1px solid #8e8e8e;
    line-height: 70px;
    border-radius: 20px;
    display: inline-block;
}

.mobB_R>ul li p img {
    vertical-align: middle;
}

.mobB_R>ul li span {
    display: block;
    color: #222222;
    margin-top: 20px;
}

.mobB_R>ul li:last-child {
    margin-right: 0px;
}

.mobB_L {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
    width: 38.2%;
}

.mobC {
    width: 100%;
    float: left;
    background: url(../images/serpic6.jpg);
    position: relative;
}

.mobC .w1460 {
    padding: 172px 0px;
}

.mobC .mobB_R {
    float: left;
    width: 368px;
}

.mobC .mobB_R>span {
    color: #fff;
}

.mobC .mobB_R>div,
.mobC .mobB_R>ul li span {
    color: #f0f0f0;
}

.mobC .mobB_R>div p {
    padding-right: 0px;
}

.mobC_R {
    width: 62%;
    right: 0px;
    position: absolute;
    bottom: 0px;
}

.mobC_R img {
    position: absolute;
    bottom: 0px;
}

.mobC_R .mobC_img01 {
    left: 0px;
    z-index: 2;
    width: 25.7%;
}

.mobC_R .mobC_img02 {
    left: 18.8%;
    width: 35.3%;
}

.mobC_R .mobC_img03 {
    right: 1.6%;
    width: 35.6%;
}

.mobD {
    width: 100%;
    float: left;
    padding: 70px 0px 410px 0px;
    background: url(../images/mobg.jpg);
    position: relative;
}

.mobD_con {
    width: 418px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
}

.mobD_con span {
    display: block;
    font-size: 18px;
    color: #444444;
    font-weight: bold;
}

.mobD_con p {
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
}

.mobD>p {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 35.6%;
}

.mobD>p img {
    display: block;
}

.mobE {
    width: 100%;
    float: left;
    padding: 70px 0px;
    background: #f0f0f0;
}

.mobE ul {
    width: 100%;
    float: left;
}

.mobE ul li {
    width: 15.3%;
    float: left;
    margin-right: 5%;
    margin-top: 78px;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.mobE ul li:nth-child(5n) {
    margin-right: 0px;
}

.mobE ul li a {
    display: block;
}

.mobE ul li a img {
    width: 100%;
}

.mobE ul li a span {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
}

.mobE ul li a p {
    font-size: 12px;
    color: #666666;
    margin-top: 6px;
}

.mobE ul li:hover {
    margin-top: 70px;
}

.mobF {
    width: 100%;
    float: left;
    padding: 70px 0px;
    background: url(../images/serpic6.jpg)
}

.mobF .c_tit span,
.mobF .c_tit p {
    color: #f0f0f0;
}

.mobF ul {
    width: 100%;
    float: left;
    margin-top: 24px;
}

.mobF ul li {
    width: 22.6%;
    float: left;
    margin: 50px 3% 0px 0px;
}

.mobF ul li:nth-child(4n) {
    margin-right: 0px;
}

.mobF ul li a {
    display: block;
    height: 145px;
    background: #fff;
    padding: 0px 10%;
    position: relative;
}

.mobF ul li a>p .mobF_H {
    display: none
}

.mobF ul li a>p {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    border: 1px solid #c6c6c6;
    position: absolute;
    right: 10%;
    top: 37.5px;
    line-height: 70px;
    text-align: center;
}

.mobF ul li a>p img {
    vertical-align: middle;
}

.mobF ul li a>div {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.mobF ul li a>div i {
    display: block;
    height: 34px;
    font-size: 46px;
    color: #000;
    opacity: 0.1;
    font-weight: bold;
    overflow: hidden;
    font-style: normal;
}

.mobF ul li a>div span {
    display: block;
    font-size: 16px;
    color: #222222;
    line-height: 0;
    margin-top: 6px;
}

.mobF ul li a>div p {
    font-size: 12px;
    color: #999999;
    margin-top: 16px;
}

.mobF ul li a:hover {
    background: #e2040f;
}

.mobF ul li a:hover>div i,
.mobF ul li a:hover>div span,
.mobF ul li a:hover>div p {
    color: #fff;
}

.mobF ul li a:hover>div i {
    opacity: 0.5;
}

.mobF ul li a:hover>p {
    border-color: #f18287;
}

.mobF ul li a:hover>p .mobF_H {
    display: inline-block;
}

.mobF ul li a:hover>p .mobF_S {
    display: none;
}

.vi_top {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.vi_top>h1 {
    padding-left: 52px;
    font-size: 48px;
    color: #969797;
    font-weight: bold;
    position: relative;
    letter-spacing: -0.02rem;
}

.vi_top>h1 strong {
    display: block;
    color: #2f2f2f;
}

.vi_top>h1:before {
    content: '';
    width: 42px;
    height: 2px;
    background: #969797;
    position: absolute;
    left: 0px;
    top: 30px;
}

.vixq1_con {
    width: 100%;
    float: left;
    margin-top: 58px;
}

.vixq1_con p {
    margin-top: 12px;
}

.vixq1_con .vixq1_con {
    margin-top: 0px;
}

.vixq1_bo_t {
    width: 100%;
    float: left;
    padding: 80px 0px;
}

.vixq1_bo_t p {
    padding-left: 70px;
    position: relative;
}

.vixq1_bo_t p i {
    position: absolute;
    left: 0px;
    font-style: normal;
    line-height: 34px;
    font-size: 16px;
    color: #444444;
}

.vixq1_bo_t p a {
    padding: 0px 12px;
    line-height: 34px;
    border: 1px solid #d4d4d4;
    margin-right: 20px;
    display: inline-block;
    color: #999999;
}

.vixq1_bo_t span {
    display: block;
    color: #666666;
    line-height: 26px;
    margin-top: 30px;
}

.vixq1_bo dl {
    width: 100%;
    text-align: center;
    float: left;
    padding-bottom: 92px;
}

.vixq1_bo dl dt {
    font-size: 48px;
    color: #333333;
    margin: 36px 0px 30px 0px;
}

.vixq1_bo dl dd a {
    display: inline-block;
}

.vixq1_bo dl dd a i {
    display: block;
    font-size: 16px;
    color: #999999;
    font-style: normal;
    margin-top: 18px;
}

.vixq1_bo dl dd a:hover img {
    opacity: 0.8;
}

.vixq1_bo dl dd:last-child a {
    padding: 0px 20px;
    border: 1px solid #242424;
    line-height: 48px;
    display: inline-block;
    font-size: 24px;
    color: #444444;
}

.vixq1_bo dl dd:last-child a:hover,
.vixq1_bo_t p a:hover {
    background: #e6002d;
    border-color: #e6002d;
    color: #fff;
}

.tel_ban_con {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tel_ban_l {
    float: left;
    width: 526px;
    margin-top: 10%;
}

.tel_ban_l>h1 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #444444;
    margin: 20px 0px;
}

.tel_ban_l>p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.tel_ban_l>a {
    display: inline-block;
    padding: 0px 16px;
    line-height: 38px;
    color: #fff;
    background: #ff0000;
    font-size: 16px;
    width: 130px;
    margin-top: 50px;
}

.tel_ban_l>a:after {
    content: '>';
    float: right;
}

.tel_ban_r {
    float: right;
    width: 35.6%;
}

.telxq_con,
.tel_tit {
    width: 100%;
    float: left;
}

.tel_tit .w1660 {
    width: 100% !important;
    padding: 0px !important;
}

.tel_tit {
    text-align: center;
    padding: 60px 0px;
}

.tel_tit span {
    font-size: 36px;
    color: #444444;
    display: block;
}

.tel_tit p {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 21.8%;
    margin-top: 22px;
}

.telxqA {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.telxqA .w1660 {
    width: 100%;
    padding: 0px !important;
}

.telxqA:after {
    content: '';
    left: 0px;
    right: 0px;
    top: 1.3%;
    position: absolute;
    background: #f3f3f3;
    height: 70%;
    z-index: -1;
}

.telxqA p img {
    display: block;
}

.su_ban_l {
    margin-top: 4px;
    width: 34.2%;
}

.su_ban_r {
    width: 54.5%;
}

.suxq_L {
    width: 53.3%;
    float: left;
}

.suxq_R {
    width: 38.6%;
    float: right;
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.suxqA:after {
    top: 1200px;
    height: 28.7%;
}

.suxq_tit {
    width: 100%;
    padding: 94px 0px;
    overflow: hidden;
}

.suxq_tit>div {
    width: 53.3%;
}

.suxq_tit span {
    display: block;
    font-size: 36px;
    color: #444444;
}

.suxq_tit p {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    margin-top: 30px;
}

.pager {
    width: 100%;
    float: left;
    text-align: center;
    margin: 60px 0px;
}

.pager a {
    display: inline-block;
    margin: 0px 4px;
    background: #fff;
    padding: 0px 20px;
    line-height: 40px;
    color: #333;
}

.pager a:hover,
.pager a.cur {
    background: #e6002d;
    color: #fff;
}


.such_logo {
    width: 100%;
    float: left;
}

.such_logo li {
    width: 22%;
    float: left;
    margin: 62px 4% 0px 0px;
}

.such_logo li a {
    display: block;
    border: 1px solid #dedede;
    padding: 60px 0px;
    text-align: center;
}

.such_logo li a p {
    width: 100%;
    text-align: center;
    height: 86px;
    line-height: 86px;
}

.such_logo li a p img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    vertical-align: middle;
    max-width: 80%;
}

.such_logo li a span {
    display: block;
    font-size: 18px;
    color: #666666;
    margin-top: 30px;
}

.such_logo li:nth-child(4n) {
    margin-right: 0px;
}

.scenter .inC_con li>a>p {
    width: 100%;
    overflow: hidden;
}

.scenter .inC_con li>a>div {
    display: block;
    margin: 0px 6%;
    overflow: hidden;
}

.scenter .inC_con li>a>div span {
    display: block;
    font-size: 18px;
    color: #333333;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 20px;
}

.scenter .inC_con li>a>div p {
    font-size: 14px;
    color: #333;
    margin-top: 14px;
}

.hidden {
    display: none;
}

/*#newBridge .nb-icon-skin-9 .nb-icon-inner-wrap{display:none !important;}*/

.news_w1660 .such_tit {
    display: none;
}

.sj_about {
    width: 90%;
    padding: 10px 5% 30px 5%;
    float: left;
    display: none;
}

.sj_about dl,
.sj_about ul {
    width: 100%;
    float: left;
}

.sj_about dl dt {
    font-size: 26px;
    line-height: 36px;
    color: #333;
    position: relative;
    padding-bottom: 15px;
}

.sj_about dl dt:after {
    content: '';
    width: 9px;
    height: 2px;
    background-color: #9a9a9a;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.sj_about dl dd {
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #444;
    margin-top: 12px;
}

.sj_about ul {
    margin-top: 16px;
}

.sj_about ul li {
    width: 33.3%;
    float: left;
}

.sj_about ul li:last-child {
    padding-right: 0px;
}

.sj_about ul li>span {
    display: block;
    color: #666;
    line-height: 30px;
    font-size: 12px;
}

.sj_about ul li p {
    font-size: 30px;
    line-height: 30px;
    color: #666;
}

.inC_con_sj {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-top: 16px;
    display: none;
}

.inC_con_sj .swiper-slide a {
    width: 100%;
    float: left;
}

.sj_contact {
    padding: 30px 2%;
    width: 96%;
    float: left;
    display: none;
}

.sj_contact h4 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid #e3e3e3;
    color: #333;
    margin-bottom: 30px;
}

.sj_contact p {
    line-height: 24px;
    color: #666;
}

.webD_con_sj {
    width: 100%;
    float: left;
    margin-top: 30px;
    display: none;
}

.webD_con_sj .swiper-slide a {
    width: 100%;
    float: left;
}

.webD_con_sj .swiper-slide a p {
    width: 100%;
    overflow: hidden;
}

.webD_con_sj .swiper-slide a span {
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    text-align: center;
    margin-top: 18px;
    display: block;
}

.mobE_sj {
    width: 100%;
    float: left;
    display: none;
    margin-top: 30px;
}

.mobE_sj .swiper-slide a img {
    width: 100%;
    display: block;
}

.mobE_sj .swiper-slide a span {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-top: 18px;
}

.mobE_sj .swiper-slide a p {
    font-size: 12px;
    color: #666666;
    margin-top: 6px;
}

.desA_sj {
    width: 60%;
    float: left;
    padding: 0px 20%;
    display: none;
    margin-top: 30px;
}

.desA_sj .swiper-slide {
    text-align: center;
}

.desA_sj .swiper-slide strong {
    display: block;
    font-size: 18px;
    margin: 14px 0px 10px 0px;
    font-weight: normal;
}

.desA_sj .swiper-slide p {
    color: #666666;
    height: auto;
}

.desA_sj .swiper-slide img {
    height: 44px;
}

.lay_bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
    padding: 10px 0px;
    background: #e6002d;
    z-index: 30;
}

.lay_bottom a {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.lay_bottom a em {
    display: block;
    height: 25px;
    line-height: 25px;
}

.lay_bottom a em img {
    height: 100%;
}

.lay_bottom a span {
    display: block;
    margin-top: 4px;
}

.T_banner>img {
    display: none;
}

.lay_fix {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: scroll;
    display: none;
}

.lay_fix dl dt,
.lay_fix dl dd {
    overflow: hidden;
}

.lay_fix dl {
    position: absolute;
    width: 90%;
    margin: 10px 5% auto 5%;
    background: #fff;
    padding-bottom: 40px;
}

.lay_fix dl dt {
    padding: 16px 20px;
    background: #e6002d;
    color: #fff;
}

.lay_fix dl dt span {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}

.lay_fix dl dt em {
    width: 32px;
    height: 32px;
    background: url(../images/sjclose.png) no-repeat center;
    float: right;
}

.lay_fix dl dd {
    padding: 0px 20px;
}

.lay_fix dl dd div {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.lay_fix dl dd div span {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.lay_fix dl dd div p {
    padding-right: 20px;
    position: relative;
    margin-top: 10px;
}

.lay_fix dl dd div p input {
    width: 96%;
    padding: 0px 2%;
    border: 1px solid #e0e0e0;
    color: #666;
    height: 32px;
    -webkit-appearance: none
}

.lay_fix dl dd div p em {
    color: #e6002d;
    right: 0px;
    position: absolute;
    top: 10px;
    font-style: normal;
}

/*.lay_fix dl dd div:last-child p input{width: 100px;float: left;}*/
.lay_fix dl dd div:last-child p img {
    width: 100px;
    margin-left: 20px;
    float: left;
}

.lay_fix dl dd>a {
    float: left;
    width: 88px;
    line-height: 32px;
    color: #fff;
    background: #b7b7b7;
    text-align: center;
    margin: 30px 10px 0px 0px;
}

.lay_fix dl dd>a.cur {
    background: #e6002d;
}

.lay_tel {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: none;
}

.lay_tel dl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    padding: 14px 25px 24px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.lay_tel dl dt {
    color: #000;
    font-weight: normal;
    padding-top: 10px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
}

.lay_tel dl dt:after {
    content: url(../images/close_index.png);
    float: right;
}

.lay_tel dl dd p {
    width: 100%;
    float: left;
}

.lay_tel dl dd p input {
    width: 309px;
    height: 52px;
    line-height: 52px;
    float: left;
    border: 0;
    background: none;
    font-size: 28px;
    color: #909090;
    border-bottom: 1px solid #000;
}

.lay_tel dl dd p a {
    width: 195px;
    height: 53px;
    float: right;
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    background: #f00;
    cursor: pointer;
}

.lay_tel dl dd span {
    width: 100%;
    float: left;
    line-height: 64px;
    font-size: 24px;
    color: #000;
}

/*上下页*/
.xypg-pagination {
    margin: 4% 0;
    text-align: center;
    font-size: 0
}

.xypg-pagination .pagin-left,
.xypg-pagination .pagin-mid,
.xypg-pagination .pagin-right,
.xypg-pagination .pagin-select {
    display: inline-block;
    vertical-align: middle
}

.xypg-pagination #current,
.xypg-pagination a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px
}

.xypg-pagination .page-num-current,
.xypg-pagination a:hover {
    color: #fff;
    border-color: #e6002d;
    background: #e6002d
}

.xypg-pagination .pagin-mid {
    font-size: 14px
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
    display: none
}

.xypg-pagination .pagin-select {
    font-size: 14px
}

.xypg-pagination .pagin-select select {
    height: 28px;
    padding: 0 8px;
    margin: -1px 5px 0
}

@media (max-width:768px) {
    .xypg-pagination .pagin-mid .pc-pagin-mid {
        display: none
    }

    .xypg-pagination .pagin-mid .mob-pagin-mid {
        display: block
    }

    .xypg-pagination .pagin-mid .mob-pagin-mid span {
        display: inline-block;
        padding: 0 8px;
        line-height: 28px;
        font-size: 14px
    }

    .xypg-pagination .pagin-select {
        display: none
    }
}

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: 80%;
    margin: 0 auto;
    max-width: 1386px;
}

.inner-1 {
    width: 80%;
    margin: 0 auto;
}

.indTit p {
    line-height: 1.425;
    text-transform: uppercase;
    margin: 0px;
    font-size: 16px;
    margin-bottom: 40px;
    color: #4a4a4a;
}

.indTit h1 {
    font-size: 52px;
    line-height: 1.25;
    color: #4a4a4a;
}

.indTit h1 b {}

/* 关于标题 */

.abTit {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 38px;
}

@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;
}

.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;
}

.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(../images/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(../images/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;
}

.ysFirst {
    overflow: hidden;
    /* padding-bottom: 5vh; */
    padding-top: 18vh;
}

.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-weight: 400;
    font-size: 120px;
    letter-spacing: -2px;
    line-height: .9;
    color: #000;
    text-transform: capitalize;
}

.ysTit span {
    font-size: 89px;
    letter-spacing: -3px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    display: inline-block;
}

/*  */

.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(../images/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: 9990;
    margin: 0 auto 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 17px;
}

.ysNav ul {
    text-align: right;
    margin: 0 auto;
}

.ysNav li {
    display: inline-block;
    margin: 0 0 0 89px;
}

.ysNav a {
    position: relative;
    font-weight: 300;
    color: #131313;
    font-size: 15px;
    /* 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%;
}

/* =====================
    header
    =================================================================== */

/* 1 */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-left: 66px;
    padding-right: 9px;
    transition: background-color 1s;
    /*overflow: hidden;*/
}

.headBg_cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.48s;
    background: #fff;
    z-index: 990;

}

.headBg_cursor.white {
    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: 15%;
    margin-top: 10px;
    transition: all 0.48s;
}

.headLogo img {
    width: 100%;
}

.headLogo_r {
    display: none;
}

.headRig {
    float: right;
    margin-top: 14px;
    width: 75%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease-in-out
}

.headRig>a {
    font-weight: -bold;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: opacity .5s ease, transform 0.5s ease-in-out;
    transition: opacity .5s ease, transform 0.5s ease-in-out;
    font-size: 14px;
    position: relative;
    color: #fff;
}

.headBg {
    height: 50px;
    float: right;
    text-transform: uppercase;
    width: 50px;
    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: #e6002d;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.headBg_font {
    font-size: 10px;

    position: relative;
    transition: all .5s ease-in-out;
}

.headBg_menu::before,
.headBg_menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    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>a {
    transform: translateY(-100px);
}

header.hide .headBg_font {
    transform: translateY(-100px);
}

header.font .headRig>a {
    color: #1c1c1c;
}

header.font .d_a {
    color: #1c1c1c;
}

header.font .d__el {
    background: #1c1c1c;
}

header.font .d__btn:before {
    background-image: url(../images/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.click .headBg_bg {
    background: #fff !important;
}

header.click .headBg_menu::before,
header.click .headBg_menu::after {
    background: #1c1c1c
}

header.click .headLogo_r {
    display: none !important;
}

header.click .headLogo_w {
    display: block !important;
}

header.click .headRig .headBg_font,
header.click .headRig>a {
    opacity: 0;
}

header.click .headBg_menu::before {
    -webkit-transform: translate3d(0, 3px, 1px) rotate(-48deg) scale(.6);
    transform: translate3d(0, 3px, 1px) rotate(-48deg) scale(.6);
}

header.click .headBg_menu::after {
    -webkit-transform: translate3d(0, -4px, 1px) rotate(48deg) scale(.6);
    transform: translate3d(0, -4px, 1px) rotate(48deg) scale(.6);
}

header.white::before {
    height: calc(100% + 6px);
}

header.white .headRig {
    margin-top: 6px
}

header.white .headLogo {
    margin-top: 16px;
}

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 {
    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;
    transition: all 0.48s;
}

#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 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16vw;
    min-width: 408px;
}

#main_nav .left>ul>li+li {
    margin-top: 1.3vw;
}

#main_nav .left>ul>li>a {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}

#main_nav .sub_list {
    display: none;
    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 .sub_list li+li {
    margin-top: 14px
}

#main_nav .foot {
    color: #fff;
    margin-top: 3.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;
    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;
}

/*  */

.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: 48px;
}

.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: 20px;
    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;
    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(../fonts/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 {
    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(../images/wx.png) no-repeat center;
}

.IconInd li a.icono1:hover {
    background: #000 url(../images/wx-1.png) no-repeat center;
}

.IconInd li a.icono2 {
    background: url(../images/wb.png) no-repeat center;
}

.IconInd li a.icono2:hover {
    background: #000 url(../images/wb-1.png) no-repeat;
}

.IconInd li a.icono3 {
    background: url(../images/qq.png) no-repeat;
}

.IconInd li a.icono3:hover {
    background: #000 url(../images/qq-1.png) no-repeat;
}

.IconInd p {
    margin: 30px 0;
    font-weight: 300;
    text-transform: uppercase;
}

/* 2 */

.ysFrom .sub-conts .different {
    height: auto;
    width: auto;
    background: transparent;
}

.ysFrom .contentbox {
    height: 436px;
}

.ysFrom .tel {
    padding-top: 40px;
}

.ysFrom .sub-conText {
    width: 71%;
}

.ysFrom {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.ysFrom .contentbox {
    width: 100%;
    height: 486px;
    position: relative;
    margin: 0 auto;
    background-color: #C80000;
    background-size: cover;
    background-position: top center;
    z-index: 2;
    display: table;
}

.ysFrom .contentbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.78);
}

.ysFrom .sub-conts {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: table;
    padding: 5% 5% 0;
}

.ysFrom .sub-conts:after {
    position: absolute;
    content: '';
    left: 2.5%;
    top: 7.5%;
    width: 95%;
    height: 85%;
    border: 1px solid #fff;
    z-index: -1;
    opacity: 0;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.ysFrom .sub-conts .different {
    position: absolute;
    top: 50%;
    width: 240px;
    height: 210px;
    margin-top: -105px;
    background-color: #303030;
    text-align: center;
    line-height: 210px;
    opacity: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}

.ysFrom .sub-conts .different.active {
    opacity: 1;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
}

.ysFrom .sub-conts .different.active img {
    display: none;
}

.ysFrom .bigbox {
    float: left;
    width: 25%;
    height: 100%;
    display: table;
}

.ysFrom .sub-conText {
    display: inline-block;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
}

.ysFrom .sub-conts .sub-conText.active {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}

.ysFrom .sub-conText h2 {
    font-size: 54px;
    font-weight: bold;
    color: #fff;
}

.ysFrom .sub-conText h3 {
    padding-top: 3px;
    font-size: 36px;
    color: white;
    font-weight: bold;
}

.ysFrom .sub-conText h3 img {
    display: block;
    width: 74%;
}

.ysFrom .tel {
    padding-top: 30px;
    font-size: 0;
}

.ysFrom .tel aside {
    display: inline-block;
    vertical-align: middle;
}

.ysFrom .tel p {
    font-size: 14px;
    color: #FFFFFF;
}

.ysFrom .tel .nubgs {
    position: relative;
    width: 465px;
    height: 35px;
}

.ysFrom .tel .nubgs span {
    display: inline-block;
    height: 35px;
    overflow: hidden;
    padding-top: 3px;
}

.ysFrom .tel .nubgs span i {
    display: inline-block;
    width: 100%;
    height: 35px;
    font-size: 28px;
    font-style: inherit;
}

.ysFrom .tel .nubgs .sp1 {
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.ysFrom .tel .nubgs .sp2 {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.ysFrom .tel .nubgs:hover .sp2 {
    width: 100%;
}

.ysFrom .tel .QQuser {
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    font-size: 0;
}

.ysFrom .tel .QQuser font {
    display: inline-block;
    vertical-align: bottom;
    width: 48px;
    height: 46px;
    position: relative;
}

.ysFrom .tel .QQuser font em {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.ysFrom .tel .QQuser font i {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
}

.ysFrom .tel .QQuser a {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 95px;
    height: 24px;
    background-color: #fff;
    color: #C80000;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    border-radius: 15px;
}

.ysFrom .countacti img {
    width: 98px;
    margin-top: 24px;
}

.ysFrom .bookmarks {
    position: absolute;
    right: 80px;
    top: 70px;
    opacity: 0;
    transition: all 1s ease .4s;
    -webkit-transition: all 1s ease .4s;
    -moz-transition: all 1s ease .4s;
}

.ysFrom .bookmarks.active {
    opacity: 1;
}

.ysFrom .countacti a small,
.ysFrom .tel .QQuser font em,
.ysFrom .tel .QQuser a,
.ysFrom .tel .QQuser font i,
.ysFrom .tel .nubgs .sp2 {
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
}

.ysFrom .contentbox:before,
.ysFrom .contentbox:after,
.ysFrom .sub-conts:after {
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
}

.ysFrom .sub-conts:hover:after {
    opacity: 1;
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    display: none;
}

.ysFrom .countacti a:hover small {
    width: 80px;
}

.ysFrom .tel .QQuser:hover em {
    opacity: 0;
}

.ysFrom .tel .QQuser:hover i {
    opacity: 1;
}

.ysFrom .tel .QQuser:hover a {
    background-color: #fff;
}

.zhibu_span {
    position: absolute;
    left: 90px;
    top: 30px;
    opacity: 0;
    transition: 0.3s ease-out;
    transform: scale(0);
}

.zhibu_span img {
    width: 80px;
}

.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;
}

.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)
}

.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 */

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banDemo {
    background: #333;
    position: relative;
    height: 100vh;
}

.banDemo .swiper-pagination {
    z-index: 99;
}

.banDemo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banDemo .swiper-pagination-bullet {
    position: relative;
    width: 60px;
    height: 2px;
    cursor: pointer;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.38);
}

.banDemo .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 11;
}

.banDemo .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
    animation: banAnimate 6s;
}

.banDemo .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active::before {
    animation: banAnimate 8s;
}

@keyframes banAnimate {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.banDemo .swiper-button-prev,
.banDemo .swiper-button-next {
    opacity: 0;
    left: 100px;
    right: auto;
    top: auto;
    bottom: 58px;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.banDemo .swiper-button-next {
    left: 178px;
    border-left: 0;
}

.banDemo .swiper-wrapper,
.banDemo .swiper-container {
    height: 100%;
}

.banDemo .swiper-slide {
    overflow: hidden;
    height: 100%;
}

/* 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;
}

.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 {
    letter-spacing: 2px;
    color: #fff;
    font-size: 34px;
    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;
}

.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;
}

/* indAbout */

.item-about {
    padding-left: 90px;
    background: #fff;
    width: 100%;
    height: 100vh;
    /*height: calc(100vh - 40px);*/
    /*min-height: 580px;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.indAb_info {
    position: relative;
    padding-top: 136px;
    margin-top: 0;
}

.item-about .indAb_info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 136px;
    margin-top: 0;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    min-width: 1px;
}

.indAb_info_tit {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 18%;
    -webkit-transform: none;
    transform: none;
    right: 5rem;
    left: 0;
}

.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);
}

.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 {
    color: #e60020;
    line-height: 1;
    font-size: 5.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 28px;
    font-weight: 600;
}

.abAbout .indAb_info_name br {
    display: none;
}

.indAb_info_br {
    display: none;
}

.indAb_info_tit h1 {
    font-weight: 300;
    max-width: 468px;
    margin-top: 2.57143rem;
    margin-bottom: 2.71429rem;
    font-size: 36px;
    line-height: 1.45;
    color: #93784f;
}

.indAb_info_tit .cont {
    margin-bottom: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indAb_info_tit .cont p {
    line-height: 2.2;
    font-size: 16px;
    letter-spacing: 1px;
}

.indAb_info_tit h1 img {
    width: 12px;
    vertical-align: -webkit-baseline-middle;
}

.indAb_info_btm {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 3.85714rem;
    min-height: 80px;
    line-height: 80px;
    color: #4a4a4a;
}

.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 {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 136px;
    padding-right: 80px;
    padding-bottom: 80px;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    min-width: 1px;
}

.imgDemo_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indAb_img_div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#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;
}

/* indWork */

.item-work {
    background: #e9e9e9;
    padding: 48px 0 88px;
    text-align: center;
}

.item-work .indBtns {
    margin-top: 89px;
}

.workLogo .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
}

.workLogo .inner a {
    display: block;
}

.workLogo img {
    max-width: 116px;
    -webkit-filter: grayscale(100%);
    -moz--filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.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: 0 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(../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(../images/bg2.jpg) no-repeat left center;
    padding: 0 80px 0 95px;
}

.ycal_tr li {
    line-height: 54px;
    background: url(../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(../images/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%;
    float: left;
    padding: 46px 0px 8px 0px;
}

.ysWork_box .inC_con {
    padding-top: 0;
    padding-bottom: 70px;
}

.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>img {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    float: left;
}

.inC_con li:hover .inC_c_T>img {
    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>div img {
    position: absolute;
    width: 210px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s .5s;
}

.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-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_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 .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;
}

#project02 {
    overflow: hidden;
    position: relative
}

#project02.blurOut .spiningBG,
#project02.blurOut img {
    -webkit-filter: grayscale(80%) blur(15px);
    filter: grayscale(80%) blur(15px)
}

#project02 .CDCage {
    top: 54%;
    z-index: 1;
    height: auto;
    width: 4000px;
    position: relative;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: translate(0, -55%) rotateX(60deg) rotateY(0deg) rotateZ(-45deg);
    transform: translate(0, -55%) rotateX(60deg) rotateY(0deg) rotateZ(-45deg)
}

#project02 .CDCage .row {
    height: 100%;
    max-height: 200px;
    position: relative;
    margin: 80px 0;
}

#project02 .CDCage .row:first-child {
    top: 0
}

#project02 .CDCage .row:nth-child(2n) {
    left: 30px;
    top: -10px
}

#project02 .CDCage .row .holder {
    z-index: 0;
    float: left;
    width: auto;
    height: 100%;
    display: block;
    position: relative;
    margin-right: 24px;
    background: transparent;
}

#project02 .CDCage .row .holder img {
    height: 200px;
    z-index: 5;
    position: relative;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

#project02 .CDCage .row .holder .border {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    position: absolute;
    background-size: contain;
}

#project02 .CDCage .row .holder .border.level3 {
    z-index: 3
}

#project02 .CDCage .row .holder .border.level2 {
    z-index: 2;
    opacity: 0.5
}

#project02 .CDCage .row .holder .border.level1 {
    z-index: 1;
    opacity: 0.25
}

#project02 .CDCage .row .holder.Popping00 img {
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-animation: popping00 1s ease forwards;
    animation: popping00 1s ease forwards
}

#project02 .CDCage .row .holder.Popping00 .border {
    background-image: url("../images/glowy.png")
}

#project02 .CDCage .row .holder.Popping00 .level3 {
    -webkit-animation: popping0001 1s ease forwards;
    animation: popping0001 1s ease forwards
}

#project02 .CDCage .row .holder.Popping00 .level2 {
    -webkit-animation: popping0002 1s ease forwards;
    animation: popping0002 1s ease forwards
}

#project02 .CDCage .row .holder.Popping01 img {
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-animation: popping01 1s ease forwards;
    animation: popping01 1s ease forwards
}

#project02 .CDCage .row .holder.Popping01 .border {
    background-image: url("../images/glowb.png")
}

#project02 .CDCage .row .holder.Popping01 .level3 {
    -webkit-animation: popping0101 1s ease forwards;
    animation: popping0101 1s ease forwards
}

#project02 .CDCage .row .holder.Popping01 .level2 {
    -webkit-animation: popping0102 1s ease forwards;
    animation: popping0102 1s ease forwards
}

#project02 .CDCage .row .holder.Popping02 img {
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-animation: popping02 1s ease forwards;
    animation: popping02 1s ease forwards
}

#project02 .CDCage .row .holder.Popping02 .border {
    background-image: url("../images/glowr.png")
}

#project02 .CDCage .row .holder.Popping02 .level3 {
    -webkit-animation: popping0201 1s ease forwards;
    animation: popping0201 1s ease forwards
}

#project02 .CDCage .row .holder.Popping02 .level2 {
    -webkit-animation: popping0202 1s ease forwards;
    animation: popping0202 1s ease forwards
}

@-webkit-keyframes popping00 {
    0% {
        z-index: 5;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    30% {
        z-index: 6;
        -webkit-transform: translate(100px, -100px);
        transform: translate(100px, -100px)
    }

    to {
        z-index: 5;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@-webkit-keyframes popping0001 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    30% {
        -webkit-transform: translate(75px, -75px);
        transform: translate(75px, -75px)
    }

    to {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@-webkit-keyframes popping0002 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    30% {
        -webkit-transform: translate(35px, -35px);
        transform: translate(35px, -35px)
    }

    to {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@-webkit-keyframes popping01 {
    0% {
        z-index: 5;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    30% {
        z-index: 6;
        -webkit-transform: translate(200px, -200px);
        transform: translate(200px, -200px)
    }

    to {
        z-index: 5;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@-webkit-keyframes popping0101 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    30% {
        -webkit-transform: translate(140px, -140px);
        transform: translate(140px, -140px)
    }

    to {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@-webkit-keyframes popping0102 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    30% {
        -webkit-transform: translate(70px, -70px);
        transform: translate(70px, -70px)
    }

    to {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@-webkit-keyframes popping02 {
    0% {
        z-index: 5;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    30% {
        z-index: 6;
        -webkit-transform: translate(150px, -150px);
        transform: translate(150px, -150px)
    }

    to {
        z-index: 5;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@-webkit-keyframes popping0201 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    30% {
        -webkit-transform: translate(100px, -100px);
        transform: translate(100px, -100px)
    }

    to {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@-webkit-keyframes popping0202 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    30% {
        -webkit-transform: translate(50px, -50px);
        transform: translate(50px, -50px)
    }

    to {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

/* =====================
    about
    =================================================================== */

.about,
.about .inner {
    position: relative;
    z-index: 11;
}

.about {
    position: relative;
    padding-top: 16vh;
    overflow: hidden;
}

/* 1、bjb */

.abBjb_tit {
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    width: 70%;
    transform: translateY(-50%);
    z-index: 999;
    text-align: center;
    font-size: 125px;
    letter-spacing: 10px;
    margin-bottom: -8px;
    display: inline-block;
}

.abBjb_tit>div {
    color: #333;
    display: inline-block;
    text-align: left;
}

.abBjb_box {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.abBjb_bg {
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 789px;
    position: relative;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.abBjb_box_img {
    top: 28.9%;
    left: 26.5%;
    width: 65.5%;
    position: absolute;
    -webkit-transform: rotate(14.3deg);
    -ms-transform: rotate(14.3deg);
    transform: rotate(14.3deg);
}

.abBjb_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

/* 2、company*/

.abAbout {
    overflow: hidden;
    margin: 80px 0;
    position: relative;
    padding-top: 50px;
}

.abCul {
    position: relative;
    padding-top: 50px;
}

.abAbout::before,
.abCul::before,
.abLogo::before {
    position: absolute;
    content: '';
    width: calc(100% - 200px);
    height: 1px;
    left: 100px;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}

.abAbout-view {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.abAbout_txt {
    width: 60%;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 6%;
}

.abAbout_txt h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    padding-left: 40px;
    text-transform: uppercase;
    transform: translateX(0);
}

.abAbout_txt h4::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 21px;
    background-color: #c30d23;
    content: "";
    left: 0;
}

.abAbout_txt .indAb_info_name {
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 28px;
    font-size: 5.6rem;
}

.abAbout_txt h1 {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 2rem;
}

.abAbout_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 68%;
    margin-top: 38px;
}

.abAbout_num div {
    text-align: center;
}

.abAbout_num span {
    font-weight: bold;
}

.abAbout_num em {
    margin-right: 5px;
    font-style: inherit;
    font-size: 3.6rem;
    line-height: 1;
}

.abAbout_img {
    position: relative;
    width: 40%;
    min-height: 1px;
}

.abAbout_img .image-item {
    width: 100%;
    height: 100%;
}

.abAbout-tj {
    margin-top: 60px;
}

/* .abAbout-tj .swiper-slide{
    width: 22vw;
} */
.abAbout-tj .swiper-container-free-mode>.swiper-wrapper {
    align-items: flex-end;
}

.abAbout-tj .swiper-container-horizontal>.swiper-scrollbar {
    height: 7px;
    width: 100%;
    left: 10%;
    border-radius: 0;
    margin-top: 50px;
    position: static;
}

.abAbout-tj .swiper-scrollbar-drag {
    height: 15px;
    border-radius: 0;
    margin-top: -2px;
    background: #000;
    background-size: 43px;
}

.abAbout-tj img {
    width: 100%;
}

/* 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_img {
    width: 100%;
    padding-top: 134%;
}

.abCul_img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abCul_txt {
    padding: 2rem 3rem;
    position: absolute;
    bottom: 5rem;
}

.abCul_txt h3 {
    line-height: 1.3;
    letter-spacing: 0.13rem;
    font-weight: 400;
    margin-bottom: 21px;
    padding-bottom: 21px;
    position: relative;
    font-size: 2rem;
}

.abCul_txt h3:after {
    content: "";
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    bottom: 0;
    background-color: #1E1E1E;
}

.abCul_txt p {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.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;
}

.abCul_foot i {
    display: block;
    width: 1.2rem;
    height: 1px;
    background-color: #1E1E1E;
}

/* 4、abLogo */

.abLogo {
    padding: 89px 0;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
}

.abLogo_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    align-content: baseline;
    flex-wrap: wrap;
    width: 108%;
}

.abLogo_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
    height: 18vh;
    min-height: 140px;
}

.abLogo_a img {
    width: 90%;
    max-width: 168px
}

/* =====================
    case
    =================================================================== */

.ysWork {
    position: relative;
    padding-bottom: 10vh
}

.ysWork_box {
    margin: 0 auto;
}

.workA.n1 {
    margin-bottom: 20vh;
}

.workA.n2 {
    margin-bottom: 4vh;
}

.workA.n3 {
    margin-bottom: 14vh;
}

.workA.n4 {
    margin-bottom: 4vh;
}

.workA.n5 {
    margin-bottom: 20vh;
}

.workA.n6 {
    margin-bottom: 20vh;
}

.workA {
    display: block;
    position: relative;
    border: 1px solid transparent;
    perspective: 1000px;
}

.workA:last-child {
    margin-bottom: 14vh !important;
}

.workA>div {
    float: left;
    width: 50%;
    position: relative;
}

.workImg {
    top: 0;
    transition: top 1.25s cubic-bezier(.475, .425, 0, .995) transform 1.25s cubic-bezier(.475, .425, 0, .995), opacity 1.25s cubic-bezier(.475, .425, 0, .995);
    overflow: hidden;
}

.workA:nth-child(2n-1) .workImg {
    float: right;
}

.workImg::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*background: #000;*/
    opacity: 1;
    -webkit-transition: all .28s;
    transition: all .28s;
    position: absolute;
    left: 0;
    top: 0;
}

.workA.current .workImg::after {
    opacity: 0;
}

.workImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workTxt {
    padding-top: 6vh;
    text-align: right;
    top: 0;
}

.workA:nth-child(2n) .workTxt {
    float: right;
}

.workA:nth-child(2n-1) .workTxt {
    padding-right: 6%;
}

.workA:nth-child(2n) .workTxt {
    text-align: left;
    padding-left: 6%;
}

.workA:nth-child(2n) .workZan {
    float: right;
}

.workTit {
    margin-bottom: 38px;
}

.workTit span {
    font-size: 38px;
    line-height: 1;
    display: inline-block;
    color: #1c1c1c;
    font-weight: 300;
    letter-spacing: 1px;
}

.workTit img {
    max-height: 48px;
    vertical-align: middle;
}

.workZan {
    display: none;
    line-height: 30px;
    /* padding-right: 10px; */
    margin-bottom: 2vh;
    font-size: 12px;
}

.workZan img {
    width: 26px;
    vertical-align: top;
}

.workZan_ico {
    display: none;
}

.workStyle span {
    display: inline-block;
    padding: 8px 21px;
    /* border-radius: 32px; */
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    margin: 0 4px 11px;
}

.workStyle span.blue {
    background: rgba(225, 241, 246, 1)
}

.workStyle span.green {
    background: rgba(218, 239, 238, 1)
}

.workStyle span.grey {
    background: rgba(241, 238, 233, 1)
}

.workStyle span.zi {
    background: rgba(231, 231, 231, 1)
}

.workStyle span.fen {
    background: rgba(248, 233, 229, 1)
}

.workMore {
    transform: rotate(-90deg);
    width: 68px;
    margin-top: 20px;
}

.workMore line {
    transition: stroke-dashoffset .6s cubic-bezier(.37, .16, .12, 1);
    stroke: #000;
    stroke-width: 1px;
}

.workA:nth-child(2n) .workMore {
    transform: rotate(90deg);
}

@media(min-width:1200px) {

    /*.workImg.hover,
     .workImg:hover {
        -webkit-transform: scale(.95) rotateY(-9deg);
        transform: scale(.95) rotateY(-9deg);
    }

    .workA:nth-child(2n) .workImg.hover,
    .workA:nth-child(2n) .workImg:hover {
        -webkit-transform: scale(.95) rotateY(9deg);
        transform: scale(.95) rotateY(9deg);
        }*/
    .workImg.hover .imgDiv,
    .workImg:hover .imgDiv {
        background-color: rgb(195, 14, 36) !important;
    }

    .workImg.hover .imgDiv .lod_con img,
    .workImg:hover .imgDiv .lod_con img {
        opacity: 1;
        max-width: 208px;
    }

    .workImg.hover .lod_con,
    .workImg:hover .lod_con {
        padding-bottom: 65px;
    }

    .workImg.hover .lod_con::after,
    .workImg:hover .lod_con::after {
        opacity: 1;
    }

    .workImg.hover .lod_con img,
    .workImg:hover .lod_con img {
        margin-bottom: 35px;
    }

    .workImg.hover .lod_con h5,
    .workImg:hover .lod_con h5 {
        opacity: 1;
        height: auto;
        color: #ffffff;
    }
}

/* =====================
    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-top: 68px;
}

.series .item-project .project-about-wrap {
    margin-bottom: 108px;
}

/* =====================
    news
    =================================================================== */

.art {
    position: relative;
}

.art_box {
    padding-bottom: 108px;
}

.artItem {
    display: block;
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 89px 0 128px;
    border-bottom: 1px solid #dfdfdf;
}

.artItem:first-child {
    padding-top: 10px;
}

.artItem:last-child {
    border-bottom: 0;
}

.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);
}

.art .artItem .artTxt {
    overflow: hidden;
    width: 100%;
}

.artP {
    max-width: 728px;
    margin: 32px auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.86;
    color: #131313;
    letter-spacing: 1px;
}

.art .artItem .artTxt .artTime {
    width: 10%;
    text-align: center;
    float: left;
    margin-left: 0;
    margin-top: 17px;
}

.art .artItem .artTxt .artTit {
    text-align: center;
    max-width: 100%;
    padding: 2% 0 0 4%;
    float: right;
    width: 86%;
}

.art .artItem .artTxt .artTit p {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 25px;
    color: #666;
}

.art .page {
    margin-top: 0;
    padding: 0 0 6%;
}

.art .indBtns {
    display: inline-block;
    transform: scale(1.1);
    margin: 14px 20px 28px;
}

/* =====================
    newsDet
    =================================================================== */

.newDet_line {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #131313;
    z-index: 11;
}

/*  */

.newsDet {
    padding: 21vh 0;
    max-width: 1280px;
    margin: 0 auto;
}

.newsDet_box {
    max-width: 1200px;
    margin: 0 auto;
}

.newsTop {
    padding-bottom: 30px;
    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;
}

.newsBody {
    line-height: 2;
    color: #666;
    margin: 86px 0 20px;
    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;
}

/* =====================
    contact
    =================================================================== */

/* form */

.conItem_form {
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.conItem_form form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conItem_form form::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 50%;
    height: 50%;
    width: 1px;
    background: #eee;
}

.conItem_form form>div {
    width: 48%;
    position: relative;
}

.conItem_form form>div.color label {
    color: #c30d23;
    top: -16px;
}

.conItem_form label {
    position: absolute;
    top: 15px;
    left: 13px;
    font-size: 13px;
    transition: all 0.48s;
}

.conItem_form input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 12px;
    border: 1px solid #131313;
}

.conBtm {
    padding: 32px 0;
    border-top: 1px solid #dfdfdf;
}

.conBtm_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 0.9;
}

.conBtm_box>div:hover a {
    color: #c30d23
}

/*  */

.contact {
    position: relative;
}

.contact .conBox {
    padding: 158px 0 128px;
}

.conBox {
    position: relative;
    top: 0;
    transition: all 0.68s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 148px 0 128px;*/
    padding: 108px 0;
}

.conBox .ysFirst {
    padding: 0;
}

.conLeft {
    width: 46%;
    /*margin-top: -102px;*/
}

.big-text {
    font-weight: 500;
    font-size: calc(70px + (7000vw - 53760px)/1152 + 70px + (7000vh - 46690px)/413);
    font-size: 248px;
    line-height: .9;
    color: #131313;
}

.conRight {
    width: 54%;
    max-width: 560px;
}

.conItem {
    position: relative;
    color: currentColor;
    display: block !important;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
}

.conItem:first-child {
    margin-bottom: 108px;
}

.conItem:first-child .conItem_tit {
    font-size: 18px;
    border: 0;
    padding-bottom: 34px;
    margin-bottom: 14px;
}

.contact .conItem:first-child .conItem_tit {
    padding-bottom: 10px
}

.conItem_tit {
    padding-bottom: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid;
    font-weight: 600;
    font-size: calc(8px + (450vw - 3456px)/1152 + 8px + (450vh - 3001.5px)/413);
    line-height: 1.4;
    flex: 0 1 100%;
    color: #333;
    font-size: 20px;
    line-height: 1.3;
}

.conItem_tit_br {
    display: none;
}

.conItem_tit a {
    color: #333;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
}

.conItem_ewm {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 108px;
    text-align: center;
}

.conItem_ewm img {
    max-width: 89px;
}

.conItem_ewm p {
    margin-top: 14px;
}

.conItem_link {
    position: relative;
    z-index: 11;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    color: #131313;
}

.conItem_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: url(../images/bg.png);
}

.conItem_link.hover {
    padding: 5px 12px;
    transition: all 0.48s;
}

.conItem_link.hover:not(.conEwm):hover {
    padding-left: 20px;
}

.conItem_link.hover::before {
    width: 100%;
}

.conItem_link.hover .conItem_big {
    letter-spacing: 5px;
    font-size: 24px;
}

.conItem_link.hover .conItem_big {
    color: #fff;
}

.conItem_link.hover .conItem_arr svg {
    fill: #fff;
    margin-top: 5px;
    width: 24px;
    height: 24px;
}

.conItem_big {
    position: relative;
    font-weight: 400;
    font-size: calc(12.502px + (1099.8vw - 8446.464px)/1152 + 12.502px + (1099.8vh - 7335.666px)/413);
    font-size: 34px;
    line-height: 1.5;
    color: #131313;
}

.conItem_arr {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    right: -4px;
    top: -4px;
}

.conItem_arr_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform .4s;
    transform: translate(0);
    will-change: transform;
}

.conItem_arr_prev {
    transform: translate(0);
}

.conItem_arr svg {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    fill: currentColor;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

.conItem_arr_next {
    transform: translate(-100%, 100%);
}

.conItem_link:hover .conItem_arr_prev {
    transform: translate(100%, -100%);
}

.conItem_link:hover .conItem_arr_next {
    transform: translate(0);
}

/* 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: 82px;
    text-transform: uppercase;
    line-height: .9;
    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);
    }
}

.conItem_link.conEwm {
    height: 158px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}

.conEwm>div {
    vertical-align: top;
}

.conEwm_img {
    position: relative;
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.conEwm_img img {
    width: 100px;
}

.conEwm_img img {
    margin-left: 50px;
}

.conEwm_txt {
    position: relative;
    z-index: 11;
}

.conEwm_txt img {
    width: 28px;
    margin-bottom: 14px;
}

.conEwm_txt p {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.ysCon {
    background: url(../images/bg2.png);
}

.ysCon .conRight {
    width: 100%;
    max-width: 100%;
}

.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: 15vw
}

.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: 990;
}

.consultaEwm {
    position: absolute;
    right: 50px;
    width: 33%;
    bottom: 105px;
    text-align: center;
    display: flex;
    align-items: center;
}

.consultaEwm>img {
    width: 108px;
}

.consultaEwm img:first-child {
    margin-right: 8%;
}

.consultaEwm p {
    color: #fff;
    margin-top: 14px;
    display: inline-block;
    text-align: left;
}

.consultaEwm p img {
    width: 24px;
    display: block;
    margin-bottom: 14px;
}

.consultRight {
    width: calc(100% - 100px);
    margin: 0 50px;
    z-index: 9;
}

.consultRight h2 {
    color: #fff;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 3px;
}

.consultRight p {
    color: #fff;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.consultRight input {
    display: block;
    width: 50%;
    margin-top: 12px;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
}

.consultRight a {
    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 */
    .inner {
        max-width: 80%;
    }

    .indCon .conLeft a {
        margin-bottom: 45px;
    }

    .ysNav a {
        font-size: 18px;
    }

    .ysNav a::after {
        top: 40px;
    }

    .ysUtil .list .ysUtilIco {
        width: 62px;
        height: 62px;
    }

    /* header */


    .headRig {
        width: 1080px;
        margin-top: 20px;
    }

    .headRig>a {
        font-size: 20px;
    }

    .d_a {
        font-size: 32px;
    }

    .nav_ifm li span {
        font-size: 14px;
    }

    #main_nav .right {
        right: 15vw;
        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;
    }

    .banDemo .swiper-container-horizontal>.swiper-pagination-bullets,
    .banDemo .swiper-pagination-custom,
    .banDemo .swiper-pagination-fraction {
        bottom: 38px;
    }

    /* 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: 0 auto 68px;
    }

    #project02 .CDCage {
        -webkit-transform: translate(18%, -62%) rotateX(60deg) rotateY(0deg) rotateZ(-45deg);
        transform: translate(18%, -62%) rotateX(60deg) rotateY(0deg) rotateZ(-45deg);
    }

    #project02 .CDCage .row {
        max-height: 280px;
    }

    #project02 .CDCage .row .holder img {
        height: 214px;
    }

    /* about */
    .abAbout {
        margin: 0;
        padding-top: 108px;
    }

    .abAbout::before,
    .abCul::before,
    .abLogo::before {
        width: 80%;
        left: 10%;
    }

    .abAbout_txt {
        min-height: 678px;
    }

    .abAbout .indAb_info_name br {
        display: block;
    }

    .abAbout_txt h1 {
        font-size: 24px;
    }

    .abAbout_num {
        max-width: 80%;
        margin-top: 68px;
    }

    .abAbout_num em {
        font-size: 5rem;
    }

    .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: 1920px) {
    .ysBjb_txt_font {
        font-size: 48px;
    }

    .ysBjb_en {
        font-weight: bold;
        font-size: 45px;
    }


}

@media (min-width: 1025px) {

    /* .abAbout_img>div {
        padding-left: 48%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: baseline
    } */
    /* .abAbout_img .image-item {
        width: 70%;
        display: inline-block;
        padding: 15px
    } */
    .abAbout_img .image-item>div {
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

    /* .abAbout_img .image-item:nth-child(1) {
        position: absolute;
        left: 0;
        bottom: 8%;
        width: 48%;
        padding-left: 0
    } */
    .abAbout_img .image-item:nth-child(2) {
        width: 30%;
    }

    .abAbout_img .image-item:nth-child(2)>div {
        padding-top: 100%
    }

    .abAbout_img .image-item:nth-child(3) {
        padding-right: 0;
    }

    .abAbout_img .image-item:nth-child(3)>div {
        padding-top: 138%
    }

    .abAbout_img .image-item:nth-child(4) {
        width: 80%;
    }

    .abAbout_img .image-item4 {
        position: relative;
        ;
        left: 0;
    }

    .abAbout_img .image-item4 .image {
        background-color: #fbfbfb;
        background-size: contain;
    }
}

@media(max-width: 1682px) {
    .slider__title {
        font-size: 66px;
    }

    .slider__text {
        font-size: 51px;
    }

    .indAb_info_name {
        font-size: 5rem;
    }

    .ysBjb_txt_font {
        font-size: 60px;
    }

    .ysBjb_en {
        font-size: 51px;
    }

    .contact .conBox {
        /* padding: 108px 0 89px; */
    }

    #project02 .CDCage {
        -webkit-transform: translate(0, -64%) rotateX(60deg) rotateY(0deg) rotateZ(-45deg);
        transform: translate(0, -64%) rotateX(60deg) rotateY(0deg) rotateZ(-45deg);
    }
}

@media(max-width: 1600px) {

    .indAb_img,
    .item-about .indAb_info {
        padding-top: 108px;
    }

    .indAb_info_name {
        font-size: 4.8rem
    }

    .accordion-item {
        width: 47%;
    }

    .contact .conBox {
        padding: 108px 0
    }

    .indCon .conLeft a {
        font-size: 78px;
    }

    .conItem_link.conEwm {
        height: 138px;
        padding: 0 28px;
    }

    .conEwm_img img {
        width: 89px;
    }

    .conEwm_txt p {
        font-size: 16px;
    }

    .conItem_tit a {
        font-size: 24px;
    }

    .conItem_link.hover .conItem_big {
        font-size: 20px;
    }

    .conItem_form {
        margin-bottom: 0
    }

    /*about*/
    /* .abBjb_bg {
        max-width: 38%;
    } */
    .abAbout_txt h1 {
        letter-spacing: 0.5px;
        font-size: 18px;
        max-width: 90%;
        line-height: 1.8;
    }

    .abCul_txt h3 {
        font-size: 2rem;
        padding-bottom: 14px;
        margin-bottom: 20px;
    }

    .abCul_txt p {
        font-size: 1rem
    }
}

@media(max-width:1486px) {
    .index-top .h1 h2 {
        font-size: 41px;
    }

    .index-top .h1 p {
        font-size: 24px;
    }

    .index_case_fr {
        float: left;
        width: 100%;
        margin-top: 35px;
    }

    .case_nav ul {
        justify-content: flex-start;
    }

    .inC_con li:nth-child(3n),
    .inD_con li:nth-child(3n) {
        margin-right: 1.4%;
    }

    .ysTit h1 {
        font-size: 108px;
    }

    .ysTit span {
        font-size: 76px;
    }

    /* banner */
    .slider__text br {
        display: block;
    }

    /* index */
    .item-about {
        padding-left: 14px;
    }

    /**/
    .caseTit_name {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .caseTit_div {
        margin-bottom: 14px
    }

    .caseTit_ser span,
    .caseTit_det span {
        margin-bottom: 8px;
    }

    /* contact */
    .conRight {
        width: 50%;
    }

    /* caseDet */
}

@media(max-width:1400px) {
    .caseTit .indBtns .btn.btn-back {
        width: 156px;
        margin-top: 3px;
    }
}

@media(max-width:1368px) {
    .ysBjb_txt_font {
        font-size: 50px;
    }

    .ysBjb_en {
        font-size: 45px;
    }

    .inC_con {
        padding-top: 25px;
    }

    .slider__inner {
        padding-left: 20%;
    }

    .slider__title {
        font-size: 54px;
    }

    .slider__text {
        font-size: 42px;
    }

    .slider__title img {
        height: 78px;
    }

    .slider__text br {
        display: none;
    }

    .scroll_div {
        height: 178px;
    }

    .scroll_more {
        width: 60px;
    }

    .abAbout_txt .indAb_info_name {
        font-size: 3.6rem;
        max-width: 90%;
    }

    .indAb_info_name {
        font-size: 3.2rem
    }

    .indAb_info_tit h1 {
        margin-top: 2.6rem;
        margin-bottom: 4rem;
        font-size: 28px;
    }


    /*about*/
    .abBjb_bg {
        max-width: 786px;
    }

    .abBjb_tit {
        font-size: 89px;
        letter-spacing: 5px;
    }

    .abAbout_txt .indAb_info_name h5,
    .abAbout_txt .indAb_info_name h3 {
        font-size: 42px;
    }

    /*.abAbout_txt {
        max-width: 718px;
        position: fixed;
    }
    .abCul_txt h3
    {
        font-size: 1.6rem;
        padding-bottom: 12px;
        margin-bottom: 14px
    }
    .abCul_txt p
    {
        font-size: 0.75rem
    }
    .abCul_txt,
    .abCul_foot
    {
        padding: 2rem;
    }*/
}

@media(max-width:1280px) {
    .item-work .inner {
        width: calc(100% - 200px);
        margin: -120px 100px 0;
    }

    /* contact */
    .conRight {
        width: 45%;
    }

    .conItem:first-child .conItem_tit {
        padding: 0;
    }

    .conItem_tit {
        line-height: 1.4;
    }

    .conItem_link.conEwm {
        padding: 0 24px;
    }

    .conEwm_img img {
        margin-left: 34px;
    }

    .conEwm_txt p {
        font-size: 16px;
    }

    .conItem_link.hover .conItem_big {
        font-size: 22px;
    }

    /* about */
    .abAbout_txt {
        max-width: 50%;
    }

    .abAbout_txt h1 {
        font-size: 16px;
        letter-spacing: 0;
    }

    .abLogo_a {
        width: 25%;
        height: 16vh;
    }

    .abLogo_a img {
        max-width: 158px
    }

    /*about*/
    .abAbout_img {
        /*width: 45%*/
    }

    .abAbout_txt {
        padding-right: 0
    }

    .abAbout_num {
        max-width: 90%
    }
}

@media(max-width:1200px) {
    .inner {
        width: 90%;
    }

    .ysUtil {
        right: 5px;
    }

    .ysUtil .list .ysUtilIco {
        width: 48px;
        height: 48px;
    }

    .ysUtil .txt1 {
        font-size: 16px;
    }

    /* header */
    header {
        padding: 0 10px 0 24px;
    }

    .headRig {
        width: auto;
    }

    .d {
        display: none;
    }

    .headRig>a {
        display: none;
    }

    .headBg {
        width: 58px;
        height: 58px;
        margin-left: 38px;
    }

    header.white .headBg {
        width: 58px;
        height: 58px;
    }

    .headBg_font {
        margin-right: 10px;
    }



    .headBg_menu::before,
    .headBg_menu::after {
        width: 38px;
        right: 10px;
    }

    #main_nav .right {
        right: 0;
    }

    #main_nav .nav_centerLine {
        right: calc(408px + 5vw);
    }

    #main_nav .left {
        left: 38px;
    }

    .nav_ifm li>a>img {
        width: 28px;
    }

    .nav_ifm_list {
        padding-left: 28px;
    }

    .nav_ifm li p {
        font-size: 20px;
    }

    .nav_ewm img {
        width: 89px;
        margin-right: 20px;
    }

    .nav_ifm li .nav_ewm+span {
        font-size: 13px;
    }

    #main_nav .left>ul>li>a {
        font-size: 48px;
    }

    #main_nav .sub_list a {
        font-size: 16px;
    }

    /* banner */
    .circle {
        display: none;
    }

    .slider__inner {
        padding-left: 158px;
    }

    .slider__title {
        font-size: 46px;
        margin-bottom: 18px;
        line-height: 1;
    }

    .slider__text {
        font-size: 54px;
        margin-top: 0;
    }

    .slider__title img {
        height: 68px;
    }

    /* index */
    .porImg {
        opacity: 1;
        left: 0;
        top: 0 !important;
        height: 218px;
        width: 32%;
    }

    .accordion-item {
        width: 46%;
    }

    /* case */
    /* caseDet */
    .q-first .q-sizer {
        width: 100px
    }

    .caseTit_name {
        font-size: 34px;
        margin-bottom: 28px;
    }

    .q-mobile .q-sizer.w12 {
        width: 18vw
    }

    .q-sizer.w40 {
        width: 50vw;
    }

    .ysThink .w20 {
        width: 28vw;
    }

    #q-blaze #q-l-1 .q-sizer:first-child {
        -webkit-transform: rotate(calc(var(--rotate) * 630deg));
        transform: rotate(calc(var(--rotate) * 630deg));
    }

    #q-blaze #q-l-1 .q-sizer:last-child {
        -webkit-transform: rotate(calc(var(--rotate) * 630deg));
        transform: rotate(calc(var(--rotate) * 630deg));
    }

    #q-next .q-next-title {
        font-size: 61px;
        letter-spacing: 1px;
    }

    .caseTit {
        max-width: 80%;
    }

    .caseTit .indBtns .btn,
    .caseTit .indBtns .btn.btn-back {
        width: 238px;
        margin-top: 3px;
    }

    .caseTit .indBtns .btn span::before {
        left: 180px;
    }

    .caseTit .indBtns .btn span {
        padding: 14px 0;
    }

    .caseTit_div {
        margin-bottom: 24px;
    }

    /* serives */
    .series .item-project .item-project-wrap .project-about {
        padding-top: 0;
        border-color: #dbdbdb;
    }

    .series .project-about .project-description p span:first-child {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .series .project-about .project-description p span {
        font-size: 16px;
        line-height: 1.8;
    }

    .series .item-project .project-about-wrap {
        margin-bottom: 89px;
    }

    /* contact */
    .conRight {
        width: 50%;
    }
}

@media(max-width:1024px) {
    .indSer.item-project {
        background-attachment: inherit;
    }

    .index-top .h1 h2 {
        font-size: 36px;
    }

    .index-top .h1 p {
        font-size: 20px;
    }

    .inC_con li,
    .inD_con li {
        width: 48%;
        /*margin-right: 2% !important;*/
    }

    .item-work .inner {
        width: calc(100% - 100px);
        margin: -120px 60px 0;
    }

    .ysBjb_txt_font {
        font-size: 45px;
    }

    .ysBjb_en {
        font-size: 40px;
    }

    /* common */
    .ysUtil {
        display: none;
    }

    .scroll_more {
        display: none;
    }

    .indBtns .btn {
        width: 268px;
    }

    .indBtns .btn span {
        padding: 24px 0;
    }

    .ysTit h1 {
        font-size: 89px;
    }

    .ysTit span {
        font-size: 64px;
    }

    /* footer 内页 */
    .ysCon .conBox {
        padding-bottom: 48px;
    }

    .ysCon .conItem {
        width: 100%;
        float: none !important;
    }

    .ysCon .conItem:last-child .conItem_tit {
        border: 0;
    }

    .ysCon .conItem:first-child {
        margin-bottom: 89px;
    }

    /* banner */
    .slider__inner {
        padding-left: 108px;
    }

    .slider__text br {
        display: none;
    }

    .slider__text {
        max-width: 78%;
    }

    .slider__text {
        font-size: 45px;
    }

    /* index */
    .item-about {
        display: block;
        padding: 0;
        height: auto;
    }

    .banDemo {
        height: 90vh
    }

    .item-about .indAb_info {
        padding: 48px 5% 0
    }

    .indAb_info {
        padding: 0;
    }

    .indAb_info_tit {
        position: relative;
        top: 0;
        left: 0;
    }

    .indAb_info_tit h1 {
        max-width: 100%;
        font-size: 25px;
        line-height: 1.6;
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .indAb_info_tit .cont p {
        line-height: 1.8;
        font-size: 14px;

    }

    .indAb_info_tit h1 br:last-child {
        display: none;
    }

    .indAb_info_btm {
        position: relative;
        left: 0;
        height: 58px;
        line-height: 58px;
        min-height: 58px;
    }

    .indAb_info_btm:before {
        right: 0;
    }

    .indAb_img {
        padding: 0;
    }

    /*  */
    .workLogo .inner {
        display: block;
        padding-bottom: 20px;
    }

    .workLogo a {
        float: left;
        width: 25%;
        margin: 10px 0;
    }

    .accordion-item {
        float: none !important;
        max-width: 100%;
        width: 100%;
    }

    .item-work .indBtns {
        margin-top: 68px;
    }

    /* 首页视频 */
    .indGd {
        padding: 18vh 0;
    }

    #video-bgs {
        height: 100% !important;
    }

    /* footer */
    .conBox {
        display: block;
    }

    .conLeft,
    .conRight {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .indCon .conLeft a {
        font-size: 48px;
        margin-bottom: 12px;
    }

    .indCon .conLeft {
        margin-bottom: 48px;
        ;
    }

    .conItem:first-child .conItem_tit {
        padding-bottom: 0;
    }

    /* about */
    .about {
        padding-top: 108px;
    }

    .abBjb_bg {
        max-width: 68%;
    }

    .abAbout_txt {
        width: 100%;
        max-width: 100%;
        position: relative;
        padding-right: 0;
    }

    .abAbout_txt h1 {
        max-width: 100%;
        margin-bottom: 0;
        margin-top: 40px;
    }

    .abAbout {
        padding-top: 0;
    }

    .abAbout_txt .indAb_info_name h5,
    .abAbout_txt .indAb_info_name h3 {
        font-size: 38px;
    }

    .abAbout::before,
    .abCul::before,
    .abLogo::before {
        width: 90%;
        left: 5%;
    }

    .abAbout_img {
        display: none;
        margin-top: 30px
    }

    .abAbout_img>div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px
    }

    .abAbout_img .image-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px;
        transform: translateX(0%) !important
    }

    .abAbout_img .image-item {
        padding: 5px;
    }

    .abAbout_img .image-item2 {
        order: -1;
    }

    .abAbout_img .image-item>div {
        padding-top: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

    .abAbout_img .image-item:nth-child(4) {
        margin-top: 0;
        left: 0;
    }

    .abLogo_a {
        width: 33.33%;
        height: 12vh;
        min-height: 128px;
    }

    /* case */
    /* .ysWork_box {
        width: 100%;
    } */
    .workA>div {
        float: none !important;
        width: 100%;
        padding: 0 !important;
    }

    .workA .workTxt {
        padding: 5% !important;
    }

    .workTxt {
        text-align: left;
    }

    .workTit {
        max-width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }

    .workTit span {
        font-size: 32px;
    }

    /* news */
    .artTit_name {
        font-size: 28px;
        line-height: 1.4;
    }

    .artTit .artTit_p {
        font-size: 16px;
    }

    .artTit .artTit_tit {
        font-size: 14px;
    }

    .artP {
        max-width: 80%;
        letter-spacing: 0;
    }

    .indAb_tit {
        font-size: 89px;
        padding-top: 89px;
        margin-bottom: 28px;
    }

    .abLogo a {
        height: 12vh;
        line-height: 12vh;
    }

    .abLogo a img {
        width: 142px;
    }

    /* newsDet */
    .newsTop h4 {
        font-size: 28px;
    }

    .newDet_line {
        height: 3px;
    }

    /* contact */
    .conBox .ysFirst {
        padding-top: 108px;
    }

    .conBox .ysFirst .inner {
        width: 100%;
    }

    .artImg_div {
        width: 90%;
        height: auto;
    }

    .artImg_div img {
        height: auto;
    }

    .q-menu,
    .q-arr-l {
        display: none !important
    }
}

@media(max-width:850px) {
    .case_nav li {
        width: calc(50% - 7px);
        margin-right: 5px !important;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .ysWork_box .inC_con {
        padding-bottom: 40px;
    }

    .inC_con {
        padding-top: 0;
    }

    .index_desc .line {
        width: 100px;
        margin: 16px 0 15px;
    }

    .case_nav li {
        padding: 10px 20px;
    }

    .case_nav li h3 {
        font-size: 14px;
    }

    .index-top .h1 h2 {
        font-size: 32px;
    }

    .index-top .h1 p {
        font-size: 16px;
    }

    .item-work .inner {
        padding: 50px 25px;
        width: 100%;
        margin: 0;
    }

    .indAb_info_name {
        font-size: 2.4rem
    }

    .indAb_info_tit h1 br:last-child {
        display: block;
    }

    /*  */
    .ysFirst {
        padding: 108px 0 28px;
    }

    .ysTit h1 {
        font-size: 48px;
        line-height: 1;
    }

    .ysTit span {
        font-size: 32px;
        letter-spacing: 1px;
        margin: 0;
    }

    .ysNav {
        width: 100%;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .ysNav ul {
        text-align: right;
    }

    .ysNav li {
        margin: 0;
        margin-left: 24px;
    }

    .ysNav li:first-child {
        float: left;
        margin: 0;
    }

    .ysNav a {
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .ysNav a::after {
        top: 25px;
    }

    .ysNav a.hover::after,
    .ysNav a:hover::after {
        border-bottom: 1px solid #fff;
    }

    .indBtns {
        margin-top: 10px;
    }

    .indBtns .btn {
        width: 168px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .ysWork_box .indBtns .btn {
        width: 168px;
        font-size: 13px;
        letter-spacing: 1px;
        text-align: center;
        padding-left: 0;
    }

    .indBtns .btn span {
        padding: 16px 0;
        letter-spacing: 1px;
        font-weight: 100;
    }

    .caseTit .indBtns .btn span {
        font-size: 14px;
    }

    .indBtns .btn span::before {
        opacity: 0;
    }

    /* header */
    .banner {
        margin-top: 62px;
    }

    .headLogo_r {
        display: block;
    }

    .headLogo_w {
        display: none;
    }

    header {
        padding: 0 8px;
    }

    .headBg {
        width: 50px;
        height: 50px;
    }

    header.white .headBg {
        width: 50px;
        height: 50px;
        margin: 0
    }

    .headBg_font {
        display: none;
    }

    .headRig {
        margin-top: 6px;
    }

    .headLogo {
        width: 100px;
        margin-top: 10px !important;
    }

    .headBg_cursor.white {
        height: 62px;
    }

    header.white::before {
        height: calc(100% + 6px);
    }

    header.click .headBg_cursor.white {}

    .headBg_menu::before,
    .headBg_menu::after {
        width: 28px;
        right: 12px;
    }

    #main_nav div.figure,
    #main_nav .nav_centerLine,
    #main_nav .right {
        display: none;
    }

    #main_nav .left>ul>li>a {
        font-size: 24px;
        margin-bottom: 0;
        display: block;
    }

    #main_nav .foot {
        position: absolute;
        bottom: 78px;
        margin: 0;
        width: 90%;
    }

    #main_nav .left .main_nav_ul>li {
        margin-bottom: 24px;
    }

    #main_nav .left {
        left: 24px;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    .dxyTel {
        display: block;
        margin-bottom: 28px;
    }

    .dxyTel a {
        font-size: 30px;
    }

    #main_nav .left .main_nav_ul {
        position: relative;
        top: 40%;
        transform: translateY(-50%);
    }

    #main_nav .sub_list li+li {
        margin-top: 8px
    }

    /* footer 内页 */
    .ysCon .conBox {
        padding: 48px 0;
    }

    .ysCon .conItem_form form::before {
        content: none;
    }

    .ysCon .conItem_form {
        margin-bottom: 14px;
        padding-bottom: 14px;
    }

    .ysCon .conItem:first-child {
        margin-bottom: 48px;
    }

    .conItem_ewm p {
        display: none;
        margin-top: 10px;
        font-size: 12px;
        text-align: center;
    }

    /*  */
    .banDemo {
        height: 68vh;
    }

    .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__text {
        font-size: 22px;
        margin: 0 auto;
        line-height: 1.4;
        text-align: left;
        letter-spacing: 0;
        font-weight: 300;
    }

    .slider__text img {
        width: 14px;
    }

    .slider__text img+br {
        display: block;
    }

    .slider__title img {
        height: 51px;
    }

    .banDemo .swiper-pagination-bullet {
        width: 68px;
        height: 2px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 24px
    }

    /* indSer */
    .item-project .item-project-wrap .project-about {
        width: 100%;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 28px;
    }

    .item-project #serId3 .project-about {
        border-bottom: 0
    }

    /* indLogo */
    .item-work {
        padding-top: 0;
        padding-bottom: 0;
    }

    .workLogo {
        display: none
    }

    .workLogo .inner {
        width: 100%;
        padding-bottom: 0;
    }

    .workLogo a {
        width: 50%;
        margin: 0;
        padding: 20px 0px;
        border-top: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
    }

    .workLogo a:nth-child(1),
    .workLogo a:nth-child(2) {
        border-top: 0;
    }

    .workLogo a:nth-child(2n-1) {
        border-left: 0;
    }

    .workLogo img {
        max-height: 30px;
        -webkit-filter: grayscale(0);
        -moz--filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
    }

    .accordion-item {
        margin-top: 38px;
        overflow: hidden;
    }

    .accordion-item .label {
        padding: 0;
    }

    .accordion-item .label img {
        right: 0;
    }

    .workP span,
    .workP {
        font-size: 18px;
        font-weight: bold;
        max-width: 100%;
    }

    .workType span {
        font-size: 13px;
        font-weight: 100;
    }

    .item-work .indBtns {
        margin-top: 28px;
    }

    /* indSer */
    .series .item-project .project-about-wrap {
        margin-bottom: 0;
    }

    .Running .porImg {
        display: none;
    }

    .porImg {
        position: relative;
        width: 100%;
        height: auto;
    }

    .porImg img {
        height: auto;
    }

    /* indCD*/
    #ysBody {
        height: 54vh;
        background-attachment: inherit
    }

    .ysBjb_txt_font {
        font-size: 25px;
        letter-spacing: 2px;
    }

    .ysBjb_en {
        font-size: 30px;
        margin-top: 12px;
    }

    .ysBjb_txt .indBtns {
        margin-top: 25px;
    }

    #project02 .CDCage .row {
        margin: 46px 0;
    }

    #project02 .CDCage .row .holder img {
        height: 148px
    }

    #project02 .CDCage {
        top: 40%
    }

    /* footer */
    .indCon .conLeft a {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .indCon .conLeft {
        display: none;
        margin-bottom: 28px;
    }

    .conLeft {
        margin: 0;
    }

    .contact .conBox,
    .conBox {
        padding: 48px 0 28px;
    }

    .conItem:first-child {
        margin-bottom: 48px;
    }

    .conItem:first-child .conItem_tit {
        font-size: 15px;
    }

    .conItem_form {
        padding: 0;
    }

    .conItem_form form {
        display: block;
    }

    .conItem_form form>div {
        width: 100%;
        margin-bottom: 10px;
    }

    .conItem_form input {
        height: 42px;
        line-height: 42px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .conItem_link.hover .conItem_big {
        font-size: 16px;
        font-weight: bold;
    }

    .conItem_arr {
        width: 34px;
        height: 34px;
    }

    .conItem_link.hover .conItem_arr svg {
        width: 20px;
        height: 20px;
    }

    .conEwm_txt img {
        width: 24px;
    }

    .conEwm_txt p {
        font-size: 14px;
    }

    .conItem_tit {
        font-size: 17px;
        padding-bottom: 18px;
    }

    .conItem_tit_br {
        display: block;
    }

    .conItem_tit a {
        margin-top: -5px;
        line-height: 1.4;
    }

    .conItem_link.conEwm {
        height: 128px;
        padding: 0 14px;
    }

    .conEwm_img img {
        width: 80px;
        margin-left: 21px;
    }

    .conBtm {
        padding: 24px 0 80px;
    }

    .conBtm_box {
        display: block;
        font-size: 12px;
        letter-spacing: -0.38px;
        text-align: center;
        line-height: 1.8;
    }

    /* about */
    .abBjb_box {
        height: 80vh
    }

    .abBjb_bg {
        max-width: 80%;
        background-position: center 68%;
    }

    .abBjb_tit {
        width: 100%;
        font-size: 58px;
        letter-spacing: 2px;
        color: #e7e7e7;
    }

    .abBjb_tit div {
        color: #e7e7e7;
        text-align: center;
    }

    .abAbout {
        margin: 48px 0;
    }

    .abAbout_txt .indAb_info_name {
        font-size: 3.4rem;
        margin-top: 18px;
        max-width: 50%;
    }

    .abCul {
        padding-top: 40px;
    }

    .abAbout_txt .indAb_info_name h5,
    .abAbout_txt .indAb_info_name h3 {
        font-size: 25px;
    }

    .abAbout_txt .indAb_info_name h5 {
        margin-bottom: 15px;
    }

    .abAbout_txt h1 {
        font-weight: 100;
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 0;
        margin-top: 24px;
    }

    .abAbout_num {
        margin-top: 20px
    }

    .abAbout_num em {
        font-size: 3rem
    }

    .abAbout-tj {
        margin-top: 10px;
    }

    .abCul .swiper-container {
        padding: 1rem 0 58px;
    }

    .abCul .swiper-slide {
        width: 80%;
    }

    .abCul_img {
        padding-top: 128%;
    }

    .abCul_txt {
        padding: 0 2rem;
    }

    .abCul_foot {
        padding: 2rem
    }

    .abCul_txt h3 {
        font-size: 1.4rem;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }

    .abCul_txt p {
        font-size: 0.85rem;
    }

    .abLogo {
        padding: 38px 0;
        margin-top: 50px;
    }

    .abLogo_box {
        /*width: 100%*/
    }

    .abLogo_a {
        width: 33.33%;
        height: 12vh;
        min-height: 89px;
        /*justify-content: center;*/
    }

    .abLogo_a img {
        max-width: 100%
    }

    /* case */
    .workTit span {
        font-size: 22px;
        font-weight: bold;
    }

    .ysWork {
        padding: 0;
    }

    .ysWork_box {
        padding: 0 0 58px;
    }

    .inner-1 {
        width: 88%;
    }

    .workA {
        margin-bottom: 48px !important;
    }

    .workA:last-child {
        border: 0;
        margin-bottom: 0 !important;
    }

    .workA .workImg {
        margin-top: 10px;
        padding: 0 7px !important;
    }

    .workStyle span {
        letter-spacing: 0;
        padding: 6px 18px;
        margin: 0 2px 8px;
    }

    .workStyle br {
        display: none;
    }

    /* caseDet */
    #q-main-scroll {
        padding-top: 108px;
    }

    .caseTit_name {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 21px;
    }

    .caseTit {
        max-width: 100%
    }

    .caseTit_div span {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .caseTit_div {
        margin-bottom: 14px;
    }

    .caseTit_det {
        display: none
    }

    .caseTit .indBtns .btn {
        width: 60%;
    }

    .q-layout.q-standard .q-media-video,
    .border {
        border-width: 0;
        border-radius: 0;
    }

    #q-blaze #q-l-1 .q-sizer {
        transform: inherit !important;
        margin: 0 8px;
    }

    #q-next .q-next-title {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .ysThink span {
        font-size: 50px;
        line-height: 4.8;
        width: 20% !important;
    }

    #q-l-1 .q-inner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* services */
    .series {
        padding-top: 108px;
    }

    .series .item-project {
        padding-bottom: 0;
    }

    .series .project-numb .project-numb-wrap {
        padding-top: 0;
    }

    .series .project-about .project-description p span:first-child {
        font-size: 24px;
        letter-spacing: 0;
        font-weight: bold;
        margin: 10px 0 5px;
    }

    .series .project-about .project-description p span {
        font-size: 14px;
        letter-spacing: 0;
    }

    .ysThink {
        display: none;
    }

    /* news */
    .artItem .inner {
        width: 100%;
    }

    .art_box {
        padding-bottom: 48px;
    }

    .artTit .artTit_tit {
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: 0;
        font-weight: 500;
    }

    .artTit_name {
        letter-spacing: 0;
        font-size: 20px;
        margin-bottom: 16px;
        max-width: 86%;
        margin: 16px auto;
    }

    .artItem {
        padding: 48px 0;
    }

    .artP {
        text-align: left;
        font-size: 15px;
        letter-spacing: 0.5px;
        font-weight: 100;
    }

    .art .indBtns {
        transform: scale(1);
        margin: 0 auto;
        width: 80%;
    }

    .art .indBtns .btn {
        width: 100%;
    }

    .art .indBtns .btn span {
        padding: 18px 0;
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 1px;
    }

    /* newsDet */
    .newsDet {
        padding: 108px 0 78px;
    }

    .newsDet .indBtns .btn {
        width: 100%;
    }

    .newsTop {
        padding-bottom: 0;
    }

    .newsTop h4 {
        font-size: 21px;
        max-width: 86%;
    }

    .newsTop p span {
        display: block;
        margin: 0 0 10px;
        letter-spacing: 0.5px;
    }

    .newsTop p span img {
        margin-right: 8px;
    }

    .newsBody {
        margin-top: 48px;
        padding-bottom: 0;
    }

    .newsBody b {
        font-size: 18px;
    }

    .newsBody p {
        font-size: 15px;
        letter-spacing: 0;
    }

    .newsBody img {
        margin: 14px 0;
    }

    /* contact */
    .lastCon {
        padding-top: 89px;
    }

    .q-sizer.w42 {
        width: 100%;
        margin: 0 auto;
    }

    .imgLine {
        display: none;
    }
}

@media(max-width:680px) {

    .inC_con li,
    .inD_con li {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media(max-width: 486px) {
    .ysBjb_en {
        font-size: 24px;
        letter-spacing: 0;
        margin-top: 10px;
    }

    .ysBjb_txt .indBtns {
        margin-top: 38px;
    }

    .abAbout_txt .indAb_info_name {
        font-size: 2.8rem;
        max-width: 100%
    }

    .abAbout_txt h1 {
        font-size: 14px
    }

    .abAbout_num p {
        font-size: 12px
    }

    .abAbout_num em {
        font-size: 2.3rem;
    }
}

/* 手机底部联系 */
.btmTel {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #9c1e14;
}

.btmTel_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btmTel_item {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 5px 12px;
}

.btmTel_item svg {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.btmTel_item svg path {
    fill: #fff;
}

.btmTel_item p {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.5px;
}

@media(max-width:768px) {
    .btmTel {
        display: block;
    }
}

.btmTel_pip {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.68);
    z-index: 9990;
}

.btmTel_pip_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

}

.btmTel_pip_box>div {
    position: relative;
    display: inline-block;
    background: rgb(255 255 255 / 0.89);
    padding: 10% 0 5%;
    text-align: center;
    width: 58%;
}

.btmTel_pip_box a {
    position: absolute;
    top: 7px;
    right: 14px;
    font-size: 18px;
}

.btmTel_pip_box p {
    line-height: 1.6;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.btmTel_pip_box img {
    max-width: 78%;
    margin: 0 auto;
}

.page {
    height: 100%;
    min-height: 100%;
    overflow: auto;
    z-index: 10;
    overflow-x: hidden
}

.disable-hover,
.disable-hover * {
    pointer-events: none !important
}

.col1 {
    width: 8.33333333%;
    position: relative
}

.col2 {
    width: 16.66666667%;
    position: relative
}

.col3 {
    width: 25%;
    position: relative
}

.col4 {
    width: 33.33333333%;
    position: relative
}

.col5 {
    width: 41.66666667%;
    position: relative
}

.col6 {
    width: 50%;
    position: relative
}

.col7 {
    width: 58.33333333%;
    position: relative
}

.col8 {
    width: 66.66666667%;
    position: relative
}

.col9 {
    width: 75%;
    position: relative
}

.col10 {
    width: 83.33333333%;
    position: relative
}

.col11 {
    width: 91.66666667%;
    position: relative
}

.col11-1 {
    width: 9.09090909%;
    position: inherit
}

.col11-2 {
    width: 18.18181818%;
    position: inherit
}

.col11-3 {
    width: 27.27272727%;
    position: inherit
}

.col11-4 {
    width: 36.36363636%;
    position: inherit
}

.col11-5 {
    width: 45.45454545%;
    position: inherit
}

.col11-6 {
    width: 54.54545455%;
    position: inherit
}

.col11-7 {
    width: 63.63636364%;
    position: inherit
}

.col11-8 {
    width: 72.72727273%;
    position: inherit
}

.col11-9 {
    width: 81.81818182%;
    position: inherit
}

.col11-10 {
    width: 90.90909091%;
    position: inherit
}

.col10-1 {
    width: 10%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col10-1 {
        width: 100%
    }
}

.col10-2 {
    width: 20%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col10-2 {
        width: 100%
    }
}

.col10-3 {
    width: 30%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col10-3 {
        width: 100%
    }
}

.col10-4 {
    width: 40%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col10-4 {
        width: 100%
    }
}

.col10-5 {
    width: 50%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col10-5 {
        width: 100%
    }
}

.col10-6 {
    width: 60%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col10-6 {
        width: 100%
    }
}

.col10-7 {
    width: 70%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col10-7 {
        width: 100%
    }
}

.col10-8 {
    width: 80%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col10-8 {
        width: 100%
    }
}

.col10-9 {
    width: 90%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col10-9 {
        width: 100%
    }
}

.col9-1 {
    width: 11.11111111%;
    position: inherit
}

.col9-2 {
    width: 22.22222222%;
    position: inherit
}

.col9-3 {
    width: 33.33333333%;
    position: inherit
}

.col9-4 {
    width: 44.44444444%;
    position: inherit
}

.col9-5 {
    width: 55.55555556%;
    position: inherit
}

.col9-6 {
    width: 66.66666667%;
    position: inherit
}

.col9-7 {
    width: 77.77777778%;
    position: inherit
}

.col9-8 {
    width: 88.88888889%;
    position: inherit
}

.col8-1 {
    width: 12.5%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col8-1 {
        width: 100%
    }
}

.col8-2 {
    width: 25%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col8-2 {
        width: 100%
    }
}

.col8-3 {
    width: 37.5%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col8-3 {
        width: 100%
    }
}

.col8-4 {
    width: 50%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col8-4 {
        width: 100%
    }
}

.col8-5 {
    width: 62.5%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col8-5 {
        width: 100%
    }
}

.col8-6 {
    width: 75%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col8-6 {
        width: 100%
    }
}

.col8-7 {
    width: 87.5%;
    position: inherit
}

@media screen and (max-width:720px) {
    .col8-7 {
        width: 100%
    }
}

.col7-1 {
    width: 14.28571429%;
    position: inherit
}

.col7-2 {
    width: 28.57142857%;
    position: inherit
}

.col7-3 {
    width: 42.85714286%;
    position: inherit
}

.col7-4 {
    width: 57.14285714%;
    position: inherit
}

.col7-5 {
    width: 71.42857143%;
    position: inherit
}

.col7-6 {
    width: 85.71428571%;
    position: inherit
}

.col6-1 {
    width: 16.66666667%;
    position: inherit
}

.col6-2 {
    width: 33.33333333%;
    position: inherit
}

.col6-3 {
    width: 50%;
    position: inherit
}

.col6-4 {
    width: 66.66666667%;
    position: inherit
}

.col6-5 {
    width: 83.33333333%;
    position: inherit
}

.col5-1 {
    width: 20%;
    position: inherit
}

.col5-2 {
    width: 40%;
    position: inherit
}

.col5-3 {
    width: 60%;
    position: inherit
}

.col5-4 {
    width: 80%;
    position: inherit
}

.col4-1 {
    width: 25%;
    position: inherit
}

.col4-2 {
    width: 50%;
    position: inherit
}

.col4-3 {
    width: 75%;
    position: inherit
}

.col3-1 {
    width: 33.33333333%;
    position: inherit
}

.col3-2 {
    width: 66.66666667%;
    position: inherit
}

@media screen and (max-width:720px) {

    .col10,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col9,
    .col9-4 {
        width: 100%
    }
}

.flex {
    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;
    z-index: 1
}

.on-center,
.on-left,
.on-right {
    position: relative
}

.on-right>* {
    margin-left: auto
}

.on-left>* {
    margin-right: auto
}

.on-center>* {
    margin-left: auto;
    margin-right: auto
}

.inner-text .textual {
    padding-right: 20%
}

.inner-text .highlighted {
    padding-right: 40%
}

.textual {
    overflow: hidden
}

.highlighted {
    overflow: hidden;
    font-weight: 400;
    margin-top: 130px;
    padding-top: 50px;
    border-top: 1px solid rgba(14, 17, 16, .2)
}

.highlighted p {
    font-weight: 400;
    ;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6
}

.highlighted p a {
    background-position: left 1.1em
}

.highlighted h3 {
    padding: 30px 0
}

@media screen and (max-width:1540px) {
    .highlighted {
        margin-top: 100px;
        padding-top: 40px
    }

    .highlighted p {
        line-height: 1.7;
        font-size: 13px;
        font-size: .8125rem
    }
}

@media screen and (max-width:1200px) {

    h1,
    h2 {
        font-size: 7.6vw
    }

    h3 {
        line-height: 1.2
    }

    .highlighted p {
        line-height: 1.7;
        font-size: 15px;
        font-size: .9375rem
    }
}

@media screen and (max-width:720px) {


    .highlighted {
        margin-top: 50px;
        padding-right: 0
    }

    .highlighted h3 {
        padding: 24px 0
    }

    .inner-text .textual {
        padding-right: 0
    }

    .inner-text .highlighted {
        padding-right: 0
    }
}

.item-text a:not('.item-hov') {
    display: inline-block;
    position: relative
}

.nobr {
    white-space: nowrap
}

section {
    position: relative;
    width: 100%;
}

.in-wrapper,
.wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 15%;
    /* padding-left: 84px;
    padding-right: 84px */
}

@media screen and (max-width:1540px) {

    .in-wrapper,
    .wrapper {
        padding: 0 60px
    }
}

@media screen and (max-width:1200px) {

    .in-wrapper,
    .wrapper {
        padding: 0 34px
    }
}

@media screen and (max-width:720px) {

    .in-wrapper,
    .wrapper {
        padding: 0 24px
    }
}

.link-wrap {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
    display: inline-block;
    position: relative
}

.link-wrap a {
    display: inline-block;
    position: relative;
    background-image: none
}

.link-wrap .link-txt {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1110), to(#0e1110));
    background-image: -webkit-linear-gradient(#0e1110, #0e1110);
    background-image: -moz-linear-gradient(#0e1110, #0e1110);
    background-image: -o-linear-gradient(#0e1110, #0e1110);
    background-image: linear-gradient(#0e1110, #0e1110);
    background-repeat: no-repeat;
    -webkit-background-size: 0 1px;
    -moz-background-size: 0 1px;
    -o-background-size: 0 1px;
    background-size: 0 1px;
    background-position: left 1.4em;
    -webkit-background-origin: padding-box;
    -moz-background-origin: padding-box;
    -o-background-origin: padding-box;
    background-origin: padding-box
}

.link-wrap .link-txt:after {
    content: attr(data-numbers);
    position: relative;
    font-size: 12px;
    font-size: .75rem;
    vertical-align: top;
    margin-left: .3em;
    top: -.5em
}

.link-wrap .arrow-wrap {
    overflow: hidden;
    display: inline-block;
    padding-right: 2px;
    vertical-align: middle
}

.link-wrap .arrow {
    display: inline-block;
    width: 36px;
    margin-bottom: 2px;
    vertical-align: middle;
    -webkit-transform: translate(-18px, 0);
    -moz-transform: translate(-18px, 0);
    -ms-transform: translate(-18px, 0);
    -o-transform: translate(-18px, 0);
    transform: translate(-18px, 0)
}

.link-wrap .arrow span {
    width: 7px;
    height: 2px;
    background: #0e1110;
    display: inline-block;
    float: right;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center
}

.link-wrap .arrow span:nth-child(1) {
    margin-right: -2px;
    margin-left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.link-wrap .arrow span:nth-child(2) {
    width: 36px;
    height: 2px
}

.link-wrap .arrow span:nth-child(3) {
    margin-right: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.link-wrap a:hover .arrow {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.link-wrap a:hover .link-txt:before {
    width: 100%
}

@media screen and (max-width:720px) {
    .link-wrap {
        display: block;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: 400;
        line-height: 1
    }

    .link-wrap a {
        width: 100%;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(14, 17, 16, .1);
        padding: 20px 0 22px;
        text-align: center
    }

    .link-wrap .link-txt {
        margin-right: 10px;
        background-image: none
    }

    .link-wrap .link-txt:after {
        font-size: 10px;
        font-size: .625rem
    }

    .link-wrap .arrow-wrap {
        padding-right: 0;
        vertical-align: top
    }

    .link-wrap .arrow {
        width: 24px;
        margin-bottom: 0;
        vertical-align: middle;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        transform-origin: left
    }

    .link-wrap .arrow span {
        width: 7px;
        height: 2px;
        background: #0e1110;
        display: inline-block;
        float: right;
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        transform-origin: top center
    }

    .link-wrap .arrow span:nth-child(1) {
        margin-right: -2px;
        margin-left: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .link-wrap .arrow span:nth-child(2) {
        width: 24px;
        height: 2px
    }

    .link-wrap .arrow span:nth-child(3) {
        margin-right: -1px
    }
}

.vertical-title {
    display: inline-block;
    overflow: hidden
}

.vertical-title>* {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    font-size: .9375rem;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotate(-90deg) translate3d(-50%, -50%, 0);
    -moz-transform: rotate(-90deg) translate3d(-50%, -50%, 0);
    transform: rotate(-90deg) translate3d(-50%, -50%, 0)
}

.small-subtitle {
    position: relative;
    margin-bottom: 130px
}

.small-subtitle h1:before,
.small-subtitle h2:before,
.small-subtitle h3:before {
    content: '';
    display: inherit;
    position: relative;
    width: 2em;
    height: 1px;
    background-color: #0e1110;
    vertical-align: middle;
    margin-right: 1em
}

.small-subtitle,
.vertical-title {
    font-weight: 500;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1;
    letter-spacing: 0
}

.small-subtitle>*,
.vertical-title>* {
    font-size: inherit;
    line-height: inherit
}

.small-subtitle h1,
.small-subtitle h2,
.small-subtitle h3,
.vertical-title,
.vertical-title h3 {
    display: inline-block;
    margin-top: .6em;
}

@media screen and (max-width:1540px) {
    .small-subtitle {
        margin-bottom: 100px
    }

    .small-subtitle,
    .vertical-title {
        letter-spacing: 0;
        font-size: 13px;
        font-size: .8125rem
    }
}

@media screen and (max-width:1200px) {
    .small-subtitle {
        margin-bottom: 120px
    }

    .small-subtitle h1:before,
    .small-subtitle h2:before,
    .small-subtitle h3:before {
        content: '';
        display: inherit;
        position: relative;
        width: 1.5em;
        height: 1px
    }
}

@media screen and (max-width:720px) {
    .small-subtitle {
        margin-bottom: 60px
    }

    .small-subtitle h1:before,
    .small-subtitle h2:before,
    .small-subtitle h3:before {
        content: '';
        display: inherit;
        position: relative;
        width: 1.5em;
        height: 1px
    }
}

.container {
    position: relative;
    overflow-x: hidden
}

[data-scrollbar] {
    display: block;
    position: relative
}

.scroll-content {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.scrollbar-track {
    position: absolute;
    opacity: 0;
    z-index: 1;
    background: rgba(222, 222, 222, .75);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .5s .5s ease-out;
    -o-transition: opacity .5s .5s ease-out;
    -moz-transition: opacity .5s .5s ease-out;
    transition: opacity .5s .5s ease-out
}

.scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px
}

.scrollbar-track-y {
    top: 0;
    right: 0;
    width: 8px;
    height: 100%
}

[data-scrollbar],
[scrollbar],
scrollbar {
    display: block;
    position: relative
}

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
    position: absolute;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .5s ease-out, background .5s ease-out;
    -o-transition: opacity .5s ease-out, background .5s ease-out;
    -moz-transition: opacity .5s ease-out, background .5s ease-out;
    transition: opacity .5s ease-out, background .5s ease-out;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px
}

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
    top: 0;
    right: 0;
    width: 8px;
    height: 100%
}

.scrollbar-track,
[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
    display: none;
    width: 0;
    overflow: hidden
}

.item-project svg {
    -webkit-transition: fill .5s;
    -o-transition: fill .5s;
    -moz-transition: fill .5s;
    transition: fill .5s
}

.item-project svg circle {
    -webkit-transition: stroke .5s;
    -o-transition: stroke .5s;
    -moz-transition: stroke .5s;
    transition: stroke .5s
}

.drag-bar {
    position: absolute;
    top: 100px;
    right: 84px;
    height: -webkit-calc(100% - 264px);
    height: -moz-calc(100% - 264px);
    height: calc(100% - 264px);
    pointer-events: none;
    z-index: 100;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.drag-bar.inactive {
    display: none
}

.drag-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.drag-proxy {
    position: relative;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    z-index: 1;
    pointer-events: auto;
    color: #0e1110
}

.drag-proxy svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    stroke: #0e1110;
    stroke-width: 1;
    fill: none;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg)
}

.drag-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 6px solid rgba(14, 17, 16, .1)
}

.drag-proxy-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.drag-proxy-inner .arrow-smpl {
    position: absolute;
    top: 36%;
    bottom: auto;
    display: inline-block
}

.drag-proxy-inner .arrow-smpl span {
    position: relative;
    width: 2px;
    height: 6px;
    background: #0e1110;
    display: block;
    float: right;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center
}

.drag-proxy-inner .arrow-smpl span:nth-child(1) {
    margin-left: -1.5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.drag-proxy-inner .arrow-smpl span:nth-child(2) {
    margin-right: -1.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drag-proxy-inner .arrow-smpl:last-child {
    top: auto;
    bottom: 36%
}

.drag-proxy-inner .arrow-smpl:last-child span {
    float: right;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center
}

.drag-proxy-inner .arrow-smpl:last-child span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drag-proxy-inner .arrow-smpl:last-child span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:1540px) {
    .drag-proxy {
        width: 50px;
        height: 50px
    }

    .drag-bg {
        border: 5px solid rgba(14, 17, 16, .1)
    }
}

@media screen and (max-width:1200px) {
    .drag-bar {
        display: none
    }
}

.menu .menu-wrap {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden
}

.menu .menu-wrap span {
    display: block;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #0e1110
}

.menu .hamb {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2
}

.menu .hamb span {
    width: 40px;
    height: 2px;
    position: relative;
    top: 16px;
    margin: 2px 0
}

.menu .hamb span:nth-child(1) {
    right: 0;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    -o-transition: -o-transform .5s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86), -webkit-transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86), -o-transform .5s cubic-bezier(.47, .02, .03, .86)
}

.menu .hamb span:nth-child(2) {
    left: 0;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    -o-transition: -o-transform .5s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86), -webkit-transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86), -o-transform .5s cubic-bezier(.47, .02, .03, .86)
}

.menu .closed {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.menu .closed span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 19px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    -o-transition: -o-transform .5s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86), -webkit-transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86), -o-transform .5s cubic-bezier(.47, .02, .03, .86)
}

.menu .closed span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 19px;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    -o-transition: -o-transform .5s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86), -webkit-transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86), -o-transform .5s cubic-bezier(.47, .02, .03, .86)
}

@media screen and (max-width:720px) {
    .menu .menu-wrap {
        width: 20px;
        height: 20px
    }

    .menu .hamb span {
        width: 20px;
        height: 2px;
        top: 6px;
        margin: 2px 0
    }

    .menu .closed span:nth-child(1) {
        width: 2px;
        left: 9px
    }

    .menu .closed span:nth-child(2) {
        height: 2px;
        top: 9px
    }
}

.menu:hover .hamb span:nth-child(1) {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    -o-transition: -o-transform .5s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86), -webkit-transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86), -o-transform .5s cubic-bezier(.47, .02, .03, .86)
}

.menu:hover .hamb span:nth-child(2) {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    -o-transition: -o-transform .5s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86), -webkit-transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86), -o-transform .5s cubic-bezier(.47, .02, .03, .86)
}

.menu.open:hover .closed span:nth-child(1) {
    -webkit-transform: scaleY(.5);
    -moz-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -o-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    -o-transition: -o-transform .5s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86), -webkit-transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86), -o-transform .5s cubic-bezier(.47, .02, .03, .86)
}

.menu.open:hover .closed span:nth-child(2) {
    -webkit-transform: scaleX(.5);
    -moz-transform: scaleX(.5);
    -ms-transform: scaleX(.5);
    -o-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    -o-transition: -o-transform .5s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: transform .5s cubic-bezier(.47, .02, .03, .86), -webkit-transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86), -o-transform .5s cubic-bezier(.47, .02, .03, .86)
}

.menu-opened {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #050605
}

.menu-opened .logo-wrap {
    position: absolute;
    top: 120px;
    padding-left: 84px;
    z-index: 10;
    line-height: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.menu-opened .wrapper {
    height: 100%;
    position: relative;
    margin: auto;
    padding: 84px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.menu-opened .menu-item,
.menu-opened .menu-item-social {
    margin: 0 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.menu-opened .menu-item .menu-item-link {
    display: block;
    overflow: hidden;
    line-height: 1.2;
}

.menu-opened .menu-item .menu-item-link .link-inner {
    display: inline-block;
    vertical-align: top;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.menu-opened .menu-item-social {
    padding-top: 30px;
    width: 66.66666666666667%;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.menu-opened .menu-item-social ul {
    display: inline-block;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.2;
    overflow: hidden
}

.menu-opened .menu-item-social li+li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, .3);
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 17px;
    position: relative
}

.menu-opened .menu-item-social a {
    position: relative;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .3)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
    background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
    background-position: left 1.2em
}

.menu-opened .menu-item-social a span {
    -webkit-transition: color 0s;
    -o-transition: color 0s;
    -moz-transition: color 0s;
    transition: color 0s
}

.menu-opened .menu-item-social a:hover {
    color: rgba(255, 255, 255, .3)
}

.menu-opened .menu-item-social .menu-item-link {
    display: inline-block
}

.menu-opened .menu-item-wrap {
    position: relative;
    z-index: 0;
    mix-blend-mode: difference
}

.menu-opened .menu-item-wrap.hovering {
    z-index: 1
}

.menu-opened .menu-item-wrap.inactive {
    color: #0a0b0b
}

.menu-opened .menu-image-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 850px;
    height: 0;
    overflow: hidden
}

.item-menu-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    right: 20%;
    bottom: 0;
    margin: auto;
    width: 35%;
    overflow: hidden;
    pointer-events: none
}

.menu-image-clip {
    position: absolute;
    top: 0;
    left: -20%;
    right: 0;
    bottom: 0;
    width: 140%;
    height: 140%;
    overflow: hidden;
    margin: auto
}

.menu-image-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.menu-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%)
}

.menu-item {
    position: relative;
    display: inline-block;
    width: 66.66666666666667%;
    color: transparent;
    font-size: 4.6vw;
    line-height: 1.2;
    letter-spacing: -.03em;
    font-weight: 300
}

.menu-item a {
    color: #fff;
    z-index: 2;
    position: relative;
    background-image: none
}

.menu-item a .textlink {
    overflow: hidden;
    color: #fff;
    -webkit-transition: width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1);
    transition: width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1);
    -o-transition: width 1s cubic-bezier(.46, .02, 0, 1), -o-transform 1s cubic-bezier(.46, .02, 0, 1);
    -moz-transition: transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -moz-transform 1s cubic-bezier(.46, .02, 0, 1);
    transition: transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1);
    transition: transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1), -moz-transform 1s cubic-bezier(.46, .02, 0, 1), -o-transform 1s cubic-bezier(.46, .02, 0, 1)
}

.menu-item a .textlink:before {
    content: attr(data-hovering);
    position: absolute;
    overflow: hidden;
    color: #879792;
    left: 0;
    width: 0;
    white-space: nowrap;
    display: inline-block;
    z-index: 0;
    -webkit-transition: width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1);
    transition: width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1);
    -o-transition: width 1s cubic-bezier(.46, .02, 0, 1), -o-transform 1s cubic-bezier(.46, .02, 0, 1);
    -moz-transition: transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -moz-transform 1s cubic-bezier(.46, .02, 0, 1);
    transition: transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1);
    transition: transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1), -moz-transform 1s cubic-bezier(.46, .02, 0, 1), -o-transform 1s cubic-bezier(.46, .02, 0, 1)
}

.menu-item a:hover .textlink:before {
    width: 100%
}

@supports ((text-stroke:1px white) or (-webkit-text-stroke:1px white)) {
    .menu-item a {
        color: inherit;
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: rgba(255, 255, 255, .4);
        text-stroke: .5px rgba(255, 255, 255, .4);
        background-image: none
    }

    .menu-item a .textlink {
        color: transparent
    }

    .menu-item a .textlink:before {
        color: #fff
    }
}

@media screen and (max-width:1540px) {
    .menu-opened .wrapper {
        padding: 60px
    }
}

@media screen and (max-width:1200px) {
    .menu-opened .wrapper {
        padding: 60px 34px
    }

    .menu-opened .menu-item,
    .menu-opened .menu-item-social {
        width: 83.33333333333334%
    }

    .menu-opened .menu-item {
        font-size: 6vw
    }

    .menu-opened .menu-item-social ul {
        line-height: 2;
        font-size: 14px;
        font-size: .875rem
    }

    .menu-opened .menu-item-social li+li:before {
        content: "";
        height: 14px;
        margin: 0 12px
    }

    .menu-opened .menu-image-prev {
        display: none
    }
}

@media screen and (max-width:720px) {
    .menu-opened .menu-item {
        font-size: 12vw
    }

    .menu-opened .wrapper {
        height: 100%;
        padding: 24px 24px 30px
    }

    .menu-opened .menu-item,
    .menu-opened .menu-item-social {
        width: 100%
    }

    .menu-opened .menu-item-social .menu-item-link {
        margin-right: 7px
    }

    .menu-opened .menu-item-social ul {
        line-height: 2;
        font-size: 13px;
        font-size: .8125rem
    }

    .menu-opened .menu-item-social li+li:before {
        content: "";
        height: 13px;
        margin: 0 12px 0 5px
    }
}

.breadcrumbs {
    position: absolute;
    display: inline-block;
    top: 130px;
    left: 84px;
    z-index: 11;
    line-height: 1;
    margin-left: 7.60416667%;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(14, 17, 16, .5);
    white-space: nowrap;
    overflow: hidden
}

.breadcrumbs .breadcrumbs-wrap {
    overflow: hidden;
    line-height: 1.25
}

.breadcrumbs .breadcrumbs-wrap>span {
    margin-right: 5px
}

.breadcrumbs .breadcrumbs-wrap>span:last-child {
    overflow: hidden;
    margin-right: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.breadcrumbs span {
    display: inline-block;
    vertical-align: bottom;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.breadcrumbs .sep {
    width: 11px;
    height: 1px;
    background: #879792;
    vertical-align: middle;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -1px 5px 0
}

.breadcrumbs a {
    position: relative;
    color: #0e1110;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 17, 16, .5)), to(rgba(14, 17, 16, .5)));
    background-image: -webkit-linear-gradient(rgba(14, 17, 16, .5), rgba(14, 17, 16, .5));
    background-image: -moz-linear-gradient(rgba(14, 17, 16, .5), rgba(14, 17, 16, .5));
    background-image: -o-linear-gradient(rgba(14, 17, 16, .5), rgba(14, 17, 16, .5));
    background-image: linear-gradient(rgba(14, 17, 16, .5), rgba(14, 17, 16, .5));
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.main .breadcrumbs {
    display: none
}

.scroll-progress {
    position: absolute;
    width: 60px;
    height: 60px;
    right: -webkit-calc(7.604166666666667% + 84px);
    right: -moz-calc(7.604166666666667% + 84px);
    right: calc(7.604166666666667% + 84px);
    bottom: 84px;
    z-index: 10;
    display: block;
    overflow: hidden
}

.scroll-progress svg {
    position: relative;
    width: 60px;
    height: 60px;
    stroke: #0e1110;
    stroke-width: 1;
    fill: none;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg)
}

.scroll-progress .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid rgba(14, 17, 16, .1);
    top: 0;
    left: 0;
    z-index: -1
}

.buttons {
    width: 60px;
    height: 60px;
    z-index: 1000;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-top {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s cubic-bezier(.47, .02, .03, .86);
    -o-transition: .3s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: .3s cubic-bezier(.47, .02, .03, .86);
    transition: .3s cubic-bezier(.47, .02, .03, .86)
}


/*
.arrow {
     position: relative;
     display: block;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s cubic-bezier(.47, .02, .03, .86);
    -o-transition: .5s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: .5s cubic-bezier(.47, .02, .03, .86);
    transition: .5s cubic-bezier(.47, .02, .03, .86)
}

.arrow span {
    width: 2px;
    height: 7px;
    background: #0e1110;
    display: block;
    float: right;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: .3s cubic-bezier(.47, .02, .03, .86);
    -o-transition: .3s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: .3s cubic-bezier(.47, .02, .03, .86);
    transition: .3s cubic-bezier(.47, .02, .03, .86)
}

.arrow span:nth-child(1) {
    margin-left: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.arrow span:nth-child(2) {
    height: 12px
}

.arrow span:nth-child(3) {
    margin-right: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
*/

.btn-top:hover .arrow span {
    height: 6px
}

.btn-top:hover .arrow span:nth-child(2) {
    height: 20px
}

.btn-top.show {
    cursor: pointer;
    z-index: 1000;
    opacity: 1;
    visibility: visible
}

.btn-top.show .arrow {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width:1540px) {
    .scroll-progress {
        width: 50px;
        height: 50px
    }

    .scroll-progress .bg {
        border: 5px solid rgba(14, 17, 16, .1)
    }

    .scroll-progress .btn-top,
    .scroll-progress svg {
        width: 50px;
        height: 50px
    }

    .scroll-progress .btn-top .arrow {
        -webkit-transform: scale(.8) translateY(0);
        -moz-transform: scale(.8) translateY(0);
        -ms-transform: scale(.8) translateY(0);
        -o-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0)
    }
}

@media screen and (max-width:720px) {
    .scroll-progress {
        width: 40px;
        height: 40px
    }

    .scroll-progress .bg {
        border: 4px solid rgba(14, 17, 16, .1)
    }

    .scroll-progress .btn-top,
    .scroll-progress svg {
        width: 40px;
        height: 40px
    }

    .scroll-progress .btn-top .arrow {
        -webkit-transform: scale(.8) translateY(0);
        -moz-transform: scale(.8) translateY(0);
        -ms-transform: scale(.8) translateY(0);
        -o-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0)
    }
}

.link-wrap .arrow span {
    -webkit-transition: margin .5s cubic-bezier(.47, .02, .03, .86), height .5s cubic-bezier(.47, .02, .03, .86), width .5s cubic-bezier(.47, .02, .03, .86), background-color 0s, -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: margin .5s cubic-bezier(.47, .02, .03, .86), height .5s cubic-bezier(.47, .02, .03, .86), width .5s cubic-bezier(.47, .02, .03, .86), background-color 0s, -webkit-transform .5s cubic-bezier(.47, .02, .03, .86);
    -o-transition: margin .5s cubic-bezier(.47, .02, .03, .86), height .5s cubic-bezier(.47, .02, .03, .86), width .5s cubic-bezier(.47, .02, .03, .86), background-color 0s, -o-transform .5s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: margin .5s cubic-bezier(.47, .02, .03, .86), transform .5s cubic-bezier(.47, .02, .03, .86), height .5s cubic-bezier(.47, .02, .03, .86), width .5s cubic-bezier(.47, .02, .03, .86), background-color 0s, -moz-transform .5s cubic-bezier(.47, .02, .03, .86);
    transition: margin .5s cubic-bezier(.47, .02, .03, .86), transform .5s cubic-bezier(.47, .02, .03, .86), height .5s cubic-bezier(.47, .02, .03, .86), width .5s cubic-bezier(.47, .02, .03, .86), background-color 0s;
    transition: margin .5s cubic-bezier(.47, .02, .03, .86), transform .5s cubic-bezier(.47, .02, .03, .86), height .5s cubic-bezier(.47, .02, .03, .86), width .5s cubic-bezier(.47, .02, .03, .86), background-color 0s, -webkit-transform .5s cubic-bezier(.47, .02, .03, .86), -moz-transform .5s cubic-bezier(.47, .02, .03, .86), -o-transform .5s cubic-bezier(.47, .02, .03, .86)
}

.social-items {
    position: absolute;
    left: 84px;
    top: 50%;
    z-index: 10;
    display: block;
    opacity: 1;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .1em;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate3d(-50%, 0, 0);
    -moz-transform: rotate(-90deg) translate3d(-50%, 0, 0);
    transform: rotate(-90deg) translate3d(-50%, 0, 0);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.social-items a {
    color: #0e1110;
    display: inline-block;
    position: relative;
    background-image: none
}

.social-items li,
.social-items ul {
    display: inline-block
}

.social-items li {
    margin-right: 8px
}

.social-items li:first-child {
    margin-right: 20px
}

.social-items li:last-child {
    margin-right: 0
}

.social-items .social-items-wrap {
    position: relative;
    display: inline-block
}

.social-items.hide {
    opacity: 0
}

.scroll-down {
    position: absolute;
    width: 26px;
    height: 42px;
    left: 84px;
    bottom: 84px;
    z-index: 10
}

.scroll-down .mouse-icon {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: solid 2px rgba(14, 17, 16, .3);
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.scroll-down .mouse-icon:before {
    content: '';
    width: 2px;
    height: 6px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #0e1110;
    position: absolute;
    left: -webkit-calc(50% - 1px);
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.scroll-down .mouse-icon:hover {
    border: solid 2px rgba(14, 17, 16, .6)
}

.scroll-down .mouse-icon:hover:before {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px)
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #030303;
    color: #bec6c3;
    z-index: 1010;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.preloader .load-percent {
    position: absolute;
    overflow: hidden;
    display: block;
    left: 84px;
    bottom: 84px;
    font-size: 43px;
    font-size: 2.6875rem;
    font-weight: 400;
    line-height: .7;
    padding-bottom: .05em;
    letter-spacing: -.07em;
    z-index: 3;
    pointer-events: none
}

.preloader .load-percent span {
    display: inline-block;
    padding-right: .1em
}

.preloader .load-percent span:not(.percentage) {
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    line-height: .9;
    vertical-align: top;
    letter-spacing: 0
}

.ball-pulse {
    padding-bottom: 0;
    line-height: 0;
    margin: auto
}

.ball-pulse>div {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 4px;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.ball-pulse>div:nth-child(1) {
    -webkit-animation: scale 1s -.48s infinite cubic-bezier(.2, .68, .18, 1.2);
    -moz-animation: scale 1s -.48s infinite cubic-bezier(.2, .68, .18, 1.2);
    -o-animation: scale 1s -.48s infinite cubic-bezier(.2, .68, .18, 1.2);
    animation: scale 1s -.48s infinite cubic-bezier(.2, .68, .18, 1.2)
}

.ball-pulse>div:nth-child(2) {
    -webkit-animation: scale 1s -.36s infinite cubic-bezier(.2, .68, .18, 1.2);
    -moz-animation: scale 1s -.36s infinite cubic-bezier(.2, .68, .18, 1.2);
    -o-animation: scale 1s -.36s infinite cubic-bezier(.2, .68, .18, 1.2);
    animation: scale 1s -.36s infinite cubic-bezier(.2, .68, .18, 1.2)
}

.ball-pulse>div:nth-child(3) {
    -webkit-animation: scale 1s -.24s infinite cubic-bezier(.2, .68, .18, 1.2);
    -moz-animation: scale 1s -.24s infinite cubic-bezier(.2, .68, .18, 1.2);
    -o-animation: scale 1s -.24s infinite cubic-bezier(.2, .68, .18, 1.2);
    animation: scale 1s -.24s infinite cubic-bezier(.2, .68, .18, 1.2);
    margin-right: 0
}

@-webkit-keyframes scale {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }
}

@-moz-keyframes scale {

    0%,
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -moz-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }
}

@-o-keyframes scale {

    0%,
    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -o-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }
}

@keyframes scale {

    0%,
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.2);
        -moz-transform: scale(.2);
        -o-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }
}

.preloader-img {
    position: relative;
    display: inherit;
    width: 100%;
    padding: 0 84px;
    z-index: 2;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px
}

.preloader-img-wrap {
    position: relative;
    display: table;
    width: 33.33333333%;
    opacity: 0
}

.preloader-img-wrap ul {
    position: relative;
    width: 100%;
    padding: 0 20%;
    opacity: .1;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.preloader-img-wrap li {
    margin-top: 168px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.preloader-img-wrap .narrow {
    padding: 0 15%
}

.preloader-img-wrap .cloned {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.preloader-img-wrap:nth-child(2n) li {
    margin-bottom: 168px;
    margin-top: 0
}

@media screen and (max-width:1540px) {
    .preloader .load-percent {
        left: 60px;
        bottom: 60px;
        font-size: 31px;
        font-size: 1.9375rem
    }

    .preloader .load-percent span:not(.percentage) {
        font-size: 14px;
        font-size: .875rem
    }

    .preloader-img {
        padding: 0 60px
    }

    .preloader-img-wrap ul {
        padding: 0 15%
    }
}

@media screen and (max-width:1200px) {
    .preloader {
        position: fixed
    }

    .preloader .load-percent {
        left: 34px;
        bottom: 34px
    }

    .preloader-img {
        display: none
    }

    .preloader-img .lazyload {
        display: none
    }
}

@media screen and (max-width:720px) {
    .preloader .load-percent {
        left: 24px;
        bottom: 24px
    }
}

.cases-line {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 2
}

.cases-line-wrapper {
    position: relative;
    display: table;
    margin-top: auto
}

.cases-line-wrapper.cloned {
    position: absolute;
    top: 0;
    left: 0
}

a.cases-line-item {
    position: relative;
    width: 25%;
    display: inline-block;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    background-image: none;
    font-size: 0;
    vertical-align: top
}

.cases-line-item-title {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 15px;
    margin-left: 5%
}

.cases-line-item-title span {
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.4;
    font-weight: 400
}

@media screen and (max-width:720px) {
    .error404 .small-subtitle {
        margin-bottom: 30px
    }

    .error404 h1 {
        font-size: 22vw
    }

    .error404 h1 span {
        margin-top: 1em;
        font-size: 11px;
        font-size: .6875rem
    }

    .error404 h1 .words {
        line-height: 1
    }

    .error404 .highlighted {
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-size: .8125rem
    }

    .cases-line {
        padding-bottom: 80px
    }

    a.cases-line-item {
        width: 50%
    }

    .cases-line-item-title {
        padding-right: 20px;
        margin-left: 0
    }

    .cases-line-item-title span {
        white-space: normal;
        font-size: 11px;
        font-size: .6875rem
    }
}

@media screen and (max-width:1540px) {
    .drag-bar {
        top: 50px;
        right: 60px;
        height: -webkit-calc(100% - 295px);
        height: -moz-calc(100% - 295px);
        height: calc(100% - 295px)
    }

    .menu-opened .logo-wrap {
        top: 70px;
        padding-left: 60px
    }

    .breadcrumbs {
        top: 80px;
        left: 60px
    }

    .scroll-progress {
        right: -webkit-calc(7.604166666666667% + 60px);
        right: -moz-calc(7.604166666666667% + 60px);
        right: calc(7.604166666666667% + 60px)
    }

    .scroll-down,
    .social-items {
        left: 60px
    }

    .scroll-down,
    .scroll-progress {
        bottom: 40px
    }

    .scroll-down {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

@media screen and (max-width:1200px) {
    .menu-opened .logo-wrap {
        top: 44px;
        padding-left: 34px
    }

    .breadcrumbs {
        top: 54px;
        left: 107px;
        margin-left: 0
    }

    .scroll-progress {
        right: 34px
    }

    .scroll-down,
    .social-items {
        left: 34px
    }

    .scroll-down,
    .scroll-progress {
        bottom: 34px;
        position: fixed
    }
}

@media screen and (max-width:720px) {
    .menu-opened .logo-wrap {
        top: 34px;
        padding-left: 24px
    }

    .breadcrumbs {
        display: none
    }

    .scroll-progress {
        right: 24px
    }

    .scroll-down {
        left: 24px
    }

    .scroll-down,
    .scroll-progress {
        bottom: 24px
    }

    .scroll-down {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    .social-items {
        display: none
    }
}

.proxy-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    z-index: 100
}

.draggable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.item-slider {
    padding: 168px 108px 38px;
    width: 100%;
}

.item-slider .item-wrap {
    position: relative;
    width: 66.66666666666667%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:1540px) {
    .item-slider {
        padding-top: 200px
    }
}

@media screen and (max-width:1200px) {
    .item-slider {
        padding-top: 160px
    }

    .item-slider .item-wrap {
        width: 83.33333333333334%
    }
}

@media screen and (max-width:720px) {
    .item-slider {
        padding-top: 80px
    }

    .item-slider .item-wrap {
        width: 100%
    }
}

.slider {
    display: block;
    width: 100%
}

.slider_content {
    position: relative;
    display: table
}

.slider_inner {
    white-space: nowrap;
    position: relative;
    display: block;
    width: 100%
}

.slider_slide {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 84px
}

.slider_slide .image-lazyload {
    display: block;
    height: 100%
}

.slider_slide:last-child {
    margin-right: 0
}

.slider_slide_img {
    width: auto
}

.slider_slide_img img {
    display: block;
    width: auto;
    height: 60vh;
    min-height: 480px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.project .slider_slide_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.proxy {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.proxy:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.progress-line {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    width: 100%;
    display: block;
    height: 1px;
    overflow: hidden;
    background: rgba(14, 17, 16, .2)
}

.progress-line .progress-line-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0e1110
}

.sw .proxy-slide {
    display: none
}

.sw .slider_inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1
}

.sw .slider_content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.sw .slider_slide {
    display: initial;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform
}

@media screen and (max-width:1540px) {
    .slider_slide {
        margin-right: 60px
    }
}

@media screen and (max-width:1200px) {
    .slider_slide {
        margin-right: 34px
    }
}

@media screen and (max-width:720px) {
    .slider_slide {
        margin-right: 24px
    }

    .slider_slide_img img {
        height: 45vh;
        min-height: 220px
    }
}

.cursor {
    position: absolute;
    top: -30px;
    left: -30px;
    pointer-events: none;
    -webkit-transform: translate(-30px, -30px);
    -moz-transform: translate(-30px, -30px);
    -ms-transform: translate(-30px, -30px);
    -o-transform: translate(-30px, -30px);
    transform: translate(-30px, -30px);
    z-index: -1;
    will-change: transform
}

@supports (pointer-events:none) {
    .cursor {
        z-index: 1100
    }
}

.cursor-round {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 10
}

.cursor-round svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.cursor-round svg .cursor-round-stroke {
    z-index: 2;
    stroke: #0e1110
}

.cursor-round svg .cursor-round-bg {
    z-index: 1;
    stroke: rgba(14, 17, 16, .1)
}

.loader_progress {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 1
}

.loader_progress svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.cur-hint {
    position: absolute;
    padding: 24px 36px 22px;
    background-color: rgba(14, 17, 16, .95);
    color: #fff;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3)
}

.cur-hint p {
    font-weight: 400;
    font-size: 11px;
    font-size: .6875rem;
    ;
    letter-spacing: .02em;
    line-height: 1.45;
    white-space: nowrap
}

.cur-hint p span {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2;
    vertical-align: middle;
    display: inline-block;
    text-align: center
}

.words-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top
}

.words {
    position: relative;
    opacity: 1;
    line-height: .8;
    padding: .02em .03em .2em 0
}

h1.item-text,
h2.item-text {
    letter-spacing: -.04em;
    line-height: 1.1
}

h1.item-text a.item-hov,
h2.item-text a.item-hov {
    position: relative;
    color: inherit;
    -webkit-background-size: 0 1px;
    -moz-background-size: 0 1px;
    -o-background-size: 0 1px;
    background-size: 0 1px;
    background-position: left .85em;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

h1.item-text a.item-hov:hover,
h2.item-text a.item-hov:hover {
    color: #0e1110
}

.item-text .item-hov {
    z-index: 1;
    vertical-align: top;
    display: inline-block;
    color: inherit
}

.processed .item-text .item-hov {
    -webkit-background-size: 0 1px;
    -moz-background-size: 0 1px;
    -o-background-size: 0 1px;
    background-size: 0 1px
}

@media screen and (max-width:720px) {

    h1.item-text,
    h2.item-text {
        letter-spacing: -.03em;
        line-height: 1.2
    }
}

.img-hov {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    overflow: hidden;
    pointer-events: none
}

.img-hov .img-hov-clip {
    position: absolute;
    top: 0;
    left: -20%;
    right: 0;
    bottom: 0;
    width: 140%;
    height: 140%;
    overflow: hidden;
    margin: auto
}

.img-hov .img-hov-wrap {
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
    overflow: hidden
}

.img-hov img {
    width: 100%;
    position: relative;
    -webkit-transform: translateX(-65%);
    -moz-transform: translateX(-65%);
    -ms-transform: translateX(-65%);
    -o-transform: translateX(-65%);
    transform: translateX(-65%)
}

@media screen and (max-width:1200px) {
    .img-hov {
        display: none
    }
}

.cases .breadcrumbs a {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s
}

.cases .cases-wrap {
    position: relative;
    width: 100%
}

.cases .cases-wrap .variable-full {
    position: relative;
    padding: 0 0 390px
}

.cases .cases-wrap .variable-full.right-pos {
    margin-left: 0;
    margin-right: auto
}

.cases .cases-wrap .variable-full.right-pos .cases-item {
    margin-left: 0;
    margin-right: auto
}

@media screen and (max-width:1540px) {
    .cases .cases-wrap .variable-full {
        padding: 0 0 280px
    }
}

@media screen and (max-width:1200px) {
    .cases .cases-wrap {
        padding-bottom: 90px
    }

    .cases .cases-wrap .variable-full {
        padding: 100px 0 288px
    }
}

@media screen and (max-width:900px) {
    .cases .cases-wrap .variable-full {
        padding: 50px 0 208px
    }
}

@media screen and (max-width:720px) {
    .cases .cases-wrap {
        padding-bottom: 0
    }
}

.cases-item {
    position: relative;
    padding-bottom: -webkit-calc(14% + 1.8em);
    padding-bottom: -moz-calc(14% + 1.8em);
    padding-bottom: calc(14% + 1.8em);
    font-size: 2.6vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cases-item-wrap {
    margin: 0 auto;
    width: 100%;
    padding-left: 84px;
    padding-right: 84px
}

.cases-item-image {
    position: absolute;
    display: block;
    background-image: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    overflow: hidden;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    width: -webkit-calc(58.333333333333336% - 14px);
    width: -moz-calc(58.333333333333336% - 14px);
    width: calc(58.333333333333336% - 14px);
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.cases-item-image .image-lazyload,
.cases-item-image .img-wrap {
    will-change: transform
}

.cases-item-description {
    position: relative;
    z-index: 1;
    margin: auto;
    pointer-events: none
}

.cases-item-title {
    position: relative;
    display: table;
    margin: 50px auto 30px 0;
    width: 50%;
    overflow: hidden;
    z-index: 1
}

.cases-item-title h2 {
    overflow: hidden;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: inherit;
    line-height: 1.3;
    letter-spacing: -.04em;
    text-transform: uppercase;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.cases-item-title a {
    display: inline-block;
    color: inherit;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    text-decoration: none;
    background-image: none;
    pointer-events: auto
}

.cases-item-title a span {
    display: inline;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1110), to(#0e1110));
    background-image: -webkit-linear-gradient(#0e1110, #0e1110);
    background-image: -moz-linear-gradient(#0e1110, #0e1110);
    background-image: -o-linear-gradient(#0e1110, #0e1110);
    background-image: linear-gradient(#0e1110, #0e1110);
    background-repeat: no-repeat;
    -webkit-background-size: 0 1px;
    -moz-background-size: 0 1px;
    -o-background-size: 0 1px;
    background-size: 0 1px;
    background-position: left 1.1em;
    -webkit-background-origin: padding-box;
    -moz-background-origin: padding-box;
    -o-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.hover .cases-item-title a span {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.cases-item-data .sep {
    width: 2em;
    height: 1px;
    background: rgba(14, 17, 16, .5);
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em
}

.cases-item-data,
.cases-item-sub-title {
    position: relative;
    display: table;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.6;
    overflow: hidden;
    width: 20%
}

.cases-item-data span,
.cases-item-sub-title span {
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.cases-item-data>span:first-child {
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit
}

.right-pos .cases-item-description {
    text-align: right
}

.right-pos .cases-item-title {
    margin: 50px 0 20px auto;
    text-align: right
}

.right-pos .cases-item-title h2 {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.right-pos .cases-item-data,
.right-pos .cases-item-sub-title {
    margin-left: auto
}

.right-pos .cases-item-data span,
.right-pos .cases-item-sub-title span {
    margin-left: auto;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.right-pos .cases-item-image {
    right: auto;
    left: 0
}

@media screen and (max-width:1540px) {
    .cases-item {
        padding-bottom: -webkit-calc(22% - 1.8em);
        padding-bottom: -moz-calc(22% - 1.8em);
        padding-bottom: calc(22% - 1.8em);
        font-size: 2.5vw
    }

    .cases-item-wrap {
        padding-left: 60px;
        padding-right: 60px
    }

    .cases-item-image {
        width: -webkit-calc(58.333333333333336% - 10px);
        width: -moz-calc(58.333333333333336% - 10px);
        width: calc(58.333333333333336% - 10px);
        margin: auto
    }

    .cases-item-data,
    .cases-item-sub-title {
        font-size: 11px;
        font-size: .6875rem;
        line-height: 1.5
    }

    .cases-item-title {
        margin: 40px auto 20px 0
    }

    .right-pos .cases-item-title {
        margin: 40px 0 20px auto
    }
}

@media screen and (max-width:1200px) {
    .cases-item {
        padding-bottom: 0;
        font-size: 4.6vw
    }

    .cases-item img {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s
    }

    .cases-item-wrap {
        padding-left: 34px;
        padding-right: 34px
    }

    .cases-item-image {
        width: -webkit-calc(58.333333333333336% - 5.666666666666667px);
        width: -moz-calc(58.333333333333336% - 5.666666666666667px);
        width: calc(58.333333333333336% - 5.666666666666667px);
        padding-bottom: 38.5%;
        margin: auto
    }

    .cases-item-data,
    .cases-item-sub-title {
        font-size: 12px;
        font-size: .75rem
    }

    .cases-item-sub-title {
        width: 40%
    }

    .cases-item-data .sep {
        width: 1.5em
    }

    .cases-item-data>span:first-child {
        padding-bottom: 5px
    }

    .cases-item-title {
        width: 50%
    }
}

@media screen and (max-width:720px) {
    .cases .cases-wrap .variable-full {
        padding: 0 0 120px
    }

    .cases-item {
        display: block;
        height: auto;
        -webkit-perspective: none;
        -moz-perspective: none;
        perspective: none;
        font-size: 10vw
    }

    .cases-item-wrap {
        padding: 0 24px;
        margin: 0
    }

    .cases-item-image {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        margin: 0
    }

    .cases-item-title {
        width: 100%;
        margin: 10px auto 10px 0
    }

    .cases-item-title h2 {
        line-height: 1.2;
        font-weight: 300;
        letter-spacing: -.02em
    }

    .cases-item-data,
    .cases-item-sub-title {
        line-height: 1.5;
        font-size: 12px;
        font-size: .75rem;
        width: 100%
    }

    .cases-item-data>span:first-child {
        padding-top: 30px;
        border: none
    }

    .right-pos .cases-item-title {
        margin: 10px 0 10px auto
    }
}

.no-image {
    display: none
}

.link-back {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    left: 84px;
    bottom: 84px;
    z-index: 100
}

.link-back a {
    display: block;
    position: relative;
    background-image: none;
    line-height: 0;
    width: 100%;
    height: 100%
}

.link-back a:hover .btn-back .arrow span {
    height: 6px
}

.link-back a:hover .btn-back .arrow span:nth-child(2) {
    height: 20px
}

.link-back svg {
    position: relative;
    width: 100%;
    height: 100%;
    stroke: #0e1110;
    stroke-width: 1;
    fill: none;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg)
}

.link-back .btn-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 6px solid rgba(14, 17, 16, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: border .3s cubic-bezier(.47, .02, .03, .86);
    -o-transition: border .3s cubic-bezier(.47, .02, .03, .86);
    -moz-transition: border .3s cubic-bezier(.47, .02, .03, .86);
    transition: border .3s cubic-bezier(.47, .02, .03, .86)
}

.link-back .arrow {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width:1540px) {
    .link-back {
        left: 60px;
        bottom: 40px;
        width: 50px;
        height: 50px
    }

    .link-back .btn-back {
        border: 5px solid rgba(14, 17, 16, .1)
    }

    .link-back .arrow {
        -webkit-transform: scale(.9) translateY(0);
        -moz-transform: scale(.9) translateY(0);
        -ms-transform: scale(.9) translateY(0);
        -o-transform: scale(.9) translateY(0);
        transform: scale(.9) translateY(0)
    }
}

@media screen and (max-width:1200px) {
    .link-back {
        position: fixed;
        left: 34px;
        bottom: 34px
    }

    .link-back svg {
        display: none
    }
}

@media screen and (max-width:720px) {
    .link-back {
        width: 40px;
        height: 40px;
        left: 24px;
        bottom: 24px
    }

    .link-back .btn-back {
        border-width: 3.5px
    }

    .link-back .arrow {
        -webkit-transform: translateY(0) scale(.8);
        -moz-transform: translateY(0) scale(.8);
        -ms-transform: translateY(0) scale(.8);
        -o-transform: translateY(0) scale(.8);
        transform: translateY(0) scale(.8)
    }
}

.project h1 {
    position: relative;
    width: 75%;
    letter-spacing: -.02em;
    font-size: 3.1vw;
    font-weight: 200;
    line-height: 1.1;
    text-transform: uppercase
}

.project h1 .words {
    margin-top: 0;
    padding: .2em .05em .2em 0
}

.project-main-wrap {
    position: relative;
    height: 75vh;
    min-height: 480px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.project .footer {
    background-color: inherit;
    color: inherit
}

.project .footer .contact .email p svg {
    fill: inherit
}

.project .project-main-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 nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 auto
}

.description,
.project-award,
.project-meta {
    position: relative;
    width: 66.66666666666667%
}

.project-meta {
    padding-bottom: 110px;
    margin-bottom: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(14, 17, 16, .15)
}

.project-meta ul {
    position: relative;
    width: 25%
}

.project-meta .head {
    color: rgba(14, 17, 16, .7);
    font-size: 11px;
    font-size: .6875rem;
    margin-bottom: 4px
}

.project-meta .content {
    font-size: 13px;
    font-size: .8125rem
}

.project-meta .content span {
    display: inline-block;
    white-space: nowrap
}

.project-meta li {
    padding-bottom: 20px
}

.project-meta li:last-child {
    padding-bottom: 0
}

.project-meta span {
    display: block
}

.project-meta a {
    display: inline-block;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    -o-background-size: 100% 1px;
    background-size: 100% 1px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease
}

.img-title {
    position: relative;
    display: block;
    width: 100%
}

.project-img-full {
    width: 100%;
    position: relative;
    overflow: hidden
}

.project-img-full .image-lazyload {
    height: 100%;
    top: -50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(120px);
    -moz-transform: translateZ(120px);
    transform: translateZ(120px)
}

.project-img-full figure.img-wrap {
    height: 100%
}

.project-img-full figure.img-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.project-img-wrap {
    position: relative;
    width: 100%;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

@media screen and (max-width:1200px) {
    .project-img-full img {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s
    }
}

.item-bottom {
    margin-bottom: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(14, 17, 16, .15)
}

.project-award .project-award-wrap {
    padding-bottom: 70px;
    margin-bottom: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(14, 17, 16, .15)
}

.project-award .project-award-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
    padding-bottom: 40px
}

.project-award .project-award-img {
    width: 40px;
    margin-right: 26px;
    position: relative
}

.project-award .project-award-img img {
    width: 100%;
    display: block;
    height: auto
}

.project-award .project-award-title {
    font-weight: 500;
    font-size: 13px;
    font-size: .8125rem
}

.project-award .project-award-title>span {
    color: rgba(14, 17, 16, .7);
    display: block;
    line-height: 1.4
}

.project-award .project-award-name {
    line-height: 1.3;
    font-size: 15px;
    font-size: .9375rem;
    color: inherit;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    display: inline-block
}

.project-award .project-award-name span {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease
}

.project-award .project-award-name .year {
    padding-left: .5em
}

.description h2 {
    font-weight: 400;
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.3
}

.description .highlighted {
    padding-right: 25%
}

.project .next-project {
    margin: 0;
    padding: 0;
    width: 100%
}

.project .next-project>div {
    position: relative;
    width: 50%;
    display: inherit;
    overflow: hidden
}

.project .next-project>div>div:not(.next-project-img) {
    display: inline-block;
    width: 66.66666667%;
    margin: 0 auto;
    overflow: hidden;
    white-space: normal;
    padding: 37% 0 7% 0;
    z-index: 1;
    mix-blend-mode: difference
}

.project .next-project>div>div:not(.next-project-img) h3 {
    margin: 0
}

.project .next-project>div>div:not(.next-project-img) p {
    color: #56635e;
    ;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 15px 0 30px 0;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit
}

.project .next-project>div>div:not(.next-project-img) a {
    color: #0e1110;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
    white-space: normal
}

.project .next-project>div>div:not(.next-project-img) a:hover {
    color: #56635e
}

.project .next-project .next-project-item {
    text-align: right
}

.project .next-project .next-project-wrap {
    padding-right: 84px
}

.project .next-project .next-project-wrap:first-child {
    padding-left: 84px;
    padding-right: 0
}

.project .next-project .next-project-wrap:first-child .next-project-item {
    text-align: left
}

.project .next-project .next-project-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.project .next-project .next-project-img a {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: none
}

.project .next-project .next-project-img .img-wrap {
    height: 100%
}

.project .next-project .next-project-img .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1540px) {
    .project h1 {
        font-size: 3vw;
        font-weight: 300
    }

    .project-meta {
        padding-bottom: 90px
    }

    .project-meta ul {
        position: relative;
        width: 37.5%
    }

    .project-award .project-award-wrap {
        padding-bottom: 40px
    }

    .project-award .project-award-item {
        padding-right: 40px
    }

    .project-award .project-award-title {
        font-size: 11px;
        font-size: .6875rem
    }

    .project-award .project-award-name {
        font-size: 13px;
        font-size: .8125rem
    }

    .description h2 {
        font-weight: 400;
        font-size: 27px;
        font-size: 1.6875rem
    }

    .project .next-project>div>div:not(.next-project-img) {
        padding: 29% 0 7% 0
    }

    .project .next-project>div>div:not(.next-project-img) h3 {
        font-size: 31px;
        font-size: 1.9375rem
    }

    .project .next-project>div>div:not(.next-project-img) p {
        padding: 15px 0 20px 0
    }

    .project .next-project .next-project-wrap {
        padding-right: 60px
    }

    .project .next-project .next-project-wrap:first-child {
        padding-left: 60px
    }
}

@media screen and (max-width:1200px) {
    .project h1 {
        font-size: 3.5vw;
        width: 70%
    }

    .description,
    .project-award,
    .project-meta {
        position: relative;
        width: 83.33333333333334%
    }

    .project-meta ul {
        position: relative;
        width: 40%
    }

    .description h2 {
        font-weight: 400;
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.3
    }

    .description .highlighted {
        padding-right: 20%
    }

    .project .next-project {
        margin: 0 0 160px
    }

    .project .next-project>div {
        display: block
    }

    .project .next-project>div>div:not(.next-project-img) {
        width: 100%;
        padding: 30px 0 0;
        mix-blend-mode: normal
    }

    .project .next-project>div>div:not(.next-project-img) h3 {
        line-height: 1.4;
        font-size: 25px;
        font-size: 1.5625rem;
        font-weight: 400
    }

    .project .next-project>div>div:not(.next-project-img) h3 a {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#a2afab), to(#a2afab));
        background-image: -webkit-linear-gradient(#a2afab, #a2afab);
        background-image: -moz-linear-gradient(#a2afab, #a2afab);
        background-image: -o-linear-gradient(#a2afab, #a2afab);
        background-image: linear-gradient(#a2afab, #a2afab)
    }

    .project .next-project>div>div:not(.next-project-img) p {
        border: none;
        font-size: 13px;
        font-size: .8125rem;
        padding: 0 0 8px;
        text-transform: initial;
        letter-spacing: 0
    }

    .project .next-project .next-project-wrap,
    .project .next-project .next-project-wrap:first-child {
        padding: 0
    }

    .project .next-project .next-project-wrap .next-project-item {
        width: -webkit-calc(100% - 34px);
        width: -moz-calc(100% - 34px);
        width: calc(100% - 34px)
    }

    .project .next-project .next-project-wrap .next-project-item {
        margin-right: 34px;
        padding: 30px -webkit-calc(16.666666666666668% - 6px) 0;
        padding: 30px -moz-calc(16.666666666666668% - 6px) 0;
        padding: 30px calc(16.666666666666668% - 6px) 0
    }

    .project .next-project .next-project-wrap:first-child .next-project-item {
        margin-left: 34px
    }

    .project .next-project .next-project-img {
        position: relative;
        height: auto
    }

    .project .next-project .next-project-img a {
        display: block
    }
}

@media screen and (max-width:900px) {
    .project h1 {
        font-size: 5vw
    }

    .description .highlighted {
        padding-right: 0
    }
}

@media screen and (max-width:720px) {
    .project h1 {
        font-size: 8vw;
        width: 75%
    }

    .project .next-project {
        margin: 0 0 80px
    }

    .project .next-project>div {
        display: block
    }

    .project .next-project>div>div:not(.next-project-img) {
        width: 100%;
        padding: 20px 0 0;
        mix-blend-mode: normal
    }

    .project .next-project>div>div:not(.next-project-img) h3 {
        line-height: 1.4;
        font-size: 17px;
        font-size: 1.0625rem;
        font-weight: 400
    }

    .project .next-project>div>div:not(.next-project-img) h3 a {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#a2afab), to(#a2afab));
        background-image: -webkit-linear-gradient(#a2afab, #a2afab);
        background-image: -moz-linear-gradient(#a2afab, #a2afab);
        background-image: -o-linear-gradient(#a2afab, #a2afab);
        background-image: linear-gradient(#a2afab, #a2afab)
    }

    .project .next-project>div>div:not(.next-project-img) p {
        border: none;
        font-size: 11px;
        font-size: .6875rem;
        padding: 0 0 8px;
        text-transform: initial;
        letter-spacing: 0
    }

    .project .next-project .next-project-wrap,
    .project .next-project .next-project-wrap:first-child {
        padding: 0
    }

    .project .next-project .next-project-wrap .next-project-item {
        width: 100%
    }

    .project .next-project .next-project-wrap .next-project-item {
        margin-right: 0;
        padding: 20px 24px 0 12px
    }

    .project .next-project .next-project-wrap:first-child .next-project-item {
        margin-left: 0;
        padding: 20px 12px 0 24px
    }

    .project .next-project .next-project-img {
        position: relative;
        height: auto
    }

    .project .next-project .next-project-img a {
        display: block
    }

    .project-main-wrap {
        min-height: 250px
    }

    .description,
    .project-award,
    .project-meta {
        width: 100%
    }

    .project-meta {
        padding-bottom: 80px;
        margin-bottom: 20px
    }

    .project-meta ul {
        position: relative;
        width: 83.33333333333334%
    }

    .project-award .project-award-wrap {
        padding-bottom: 50px;
        margin-bottom: 20px
    }

    .project-award .project-award-item {
        padding-right: 0;
        padding-bottom: 20px
    }

    .project-award .slideup {
        width: 100%
    }

    .project-award .project-award-img {
        width: 40px;
        margin-right: 20px;
        top: -.2em
    }

    .project-award .project-award-title {
        font-weight: 500;
        font-size: 11px;
        font-size: .6875rem
    }

    .project-award .project-award-title>span {
        line-height: 1.3
    }

    .project-award .project-award-name {
        line-height: 1.3;
        font-size: 12px;
        font-size: .75rem
    }

    .description h2 {
        font-weight: 400;
        font-size: 23px;
        font-size: 1.4375rem
    }

    .description .highlighted {
        padding-right: 0
    }

    .project-img-full img {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s
    }
}

.item,
.project-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.item>* {
    margin-left: auto;
    margin-right: auto
}

.item.inner-col2>* {
    width: 50%
}

.item.inner-col3>* {
    width: 33.33333333%
}

.item.inner-col4>* {
    width: 25%
}

@media screen and (max-width:720px) {

    .item.inner-col2>*,
    .item.inner-col3>*,
    .item.inner-col4>* {
        width: 100%
    }
}

.item-img.col10,
.item-img.col6,
.item-img.col7,
.item-img.col8,
.item-img.col9,
.item-video.col10,
.item-video.col6,
.item-video.col7,
.item-video.col8,
.item-video.col9 {
    max-width: 1800px
}

.cursor .btn-wrapper {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(14, 17, 16, .95);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3)
}

.cursor .btn-wrapper.is-pause svg.pause {
    display: none
}

.cursor .btn-wrapper.is-play svg.play {
    display: none
}

.cursor .play-video {
    position: relative;
    height: 100%;
    width: 100%
}

.cursor .play-video svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    fill: #fff
}

.cursor .play-video svg.play {
    width: 16px;
    height: 18px
}

.cursor .play-video svg.pause {
    width: 8px;
    height: 18px
}

.item-video {
    overflow: hidden
}

.item-video .image-lazyload {
    z-index: 1
}

.project-video-btn {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.project-video-btn span {
    font-weight: 200;
    font-size: 48px;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: -.02em;
    padding-bottom: .2em;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    -webkit-background-size: 0 1px;
    -moz-background-size: 0 1px;
    -o-background-size: 0 1px;
    background-size: 0 1px;
    background-position: left 1.3em;
    -webkit-background-origin: padding-box;
    -moz-background-origin: padding-box;
    -o-background-origin: padding-box;
    background-origin: padding-box
}

.btn-fullscreen {
    position: absolute;
    right: 42px;
    bottom: 42px;
    z-index: 1
}

.btn-fullscreen>span {
    float: left;
    line-height: 1;
    font-size: 13px;
    font-size: .8125rem;
    ;
    padding-right: 10px;
    margin-top: -webkit-calc(30px - .5em);
    margin-top: -moz-calc(30px - .5em);
    margin-top: calc(30px - .5em);
    display: none
}

.btn-fullscreen .btn-full-wrap {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(14, 17, 16, .95);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-fullscreen .btn-full-wrap .btn-full-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-fullscreen .btn-full-wrap .btn-full-inner .arrow-smpl {
    position: absolute;
    top: 36%;
    bottom: auto;
    display: inline-block
}

.btn-fullscreen .btn-full-wrap .btn-full-inner .arrow-smpl span {
    position: relative;
    width: 2px;
    height: 6px;
    background: #fff;
    display: block;
    float: right;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center
}

.btn-fullscreen .btn-full-wrap .btn-full-inner .arrow-smpl span:nth-child(1) {
    margin-left: -1.5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn-fullscreen .btn-full-wrap .btn-full-inner .arrow-smpl span:nth-child(2) {
    margin-right: -1.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-fullscreen .btn-full-wrap .btn-full-inner .arrow-smpl:last-child {
    top: auto;
    bottom: 36%
}

.btn-fullscreen .btn-full-wrap .btn-full-inner .arrow-smpl:last-child span {
    float: right;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center
}

.btn-fullscreen .btn-full-wrap .btn-full-inner .arrow-smpl:last-child span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-fullscreen .btn-full-wrap .btn-full-inner .arrow-smpl:last-child span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.project-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.project-video iframe,
.project-video object,
.project-video video {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

@media screen and (max-width:1540px) {
    .project-video-btn span {
        font-weight: 300;
        font-size: 31px;
        font-size: 1.9375rem
    }

    .btn-fullscreen {
        right: 30px;
        bottom: 30px
    }

    .btn-fullscreen .btn-full-wrap {
        width: 50px;
        height: 50px
    }
}

@media screen and (max-width:1200px) {
    .item-video {
        overflow: initial
    }

    .project-video-btn span {
        font-size: 25px;
        font-size: 1.5625rem
    }

    .btn-fullscreen {
        position: relative;
        top: 25px;
        right: 0;
        bottom: 0;
        float: right;
        clear: both
    }

    .btn-fullscreen>span {
        padding-right: 10px;
        font-size: 11px;
        font-size: .6875rem;
        margin-top: -webkit-calc(25px - .5em);
        margin-top: -moz-calc(25px - .5em);
        margin-top: calc(25px - .5em);
        display: inline-block
    }

    .project-video {
        height: auto
    }

    .project-video iframe,
    .project-video object,
    .project-video video {
        height: auto
    }
}

@media screen and (max-width:720px) {
    .project-video-btn span {
        font-size: 17px;
        font-size: 1.0625rem
    }

    .btn-fullscreen {
        top: 15px;
        right: 24px
    }

    .btn-fullscreen>span {
        margin-top: -webkit-calc(20px - .5em);
        margin-top: -moz-calc(20px - .5em);
        margin-top: calc(20px - .5em)
    }

    .btn-fullscreen .btn-full-wrap {
        width: 40px;
        height: 40px
    }
}

.project-wrapper .padding {
    padding-top: 260px;
    padding-bottom: 260px
}

.project-wrapper .padding-top {
    padding-top: 260px
}

.project-wrapper .padding-bottom {
    padding-bottom: 260px
}

.project-wrapper .padding-x2 {
    padding-top: 520px;
    padding-bottom: 520px
}

.project-wrapper .padding-top-x2 {
    padding-top: 520px
}

.project-wrapper .padding-bottom-x2 {
    padding-bottom: 520px
}

@media screen and (max-width:1540px) {
    .project-wrapper .padding {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .project-wrapper .padding-top {
        padding-top: 200px
    }

    .project-wrapper .padding-bottom {
        padding-bottom: 200px
    }

    .project-wrapper .padding-x2 {
        padding-top: 400px;
        padding-bottom: 400px
    }

    .project-wrapper .padding-top-x2 {
        padding-top: 400px
    }

    .project-wrapper .padding-bottom-x2 {
        padding-bottom: 400px
    }
}

@media screen and (max-width:1200px) {
    .project-wrapper .padding {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .project-wrapper .padding-top {
        padding-top: 160px
    }

    .project-wrapper .padding-bottom {
        padding-bottom: 160px
    }

    .project-wrapper .padding-x2 {
        padding-top: 320px;
        padding-bottom: 320px
    }

    .project-wrapper .padding-top-x2 {
        padding-top: 320px
    }

    .project-wrapper .padding-bottom-x2 {
        padding-bottom: 320px
    }
}

@media screen and (max-width:720px) {

    .project-wrapper .padding,
    .project-wrapper .padding-x2 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .project-wrapper .padding-top,
    .project-wrapper .padding-top-x2 {
        padding-top: 80px
    }

    .project-wrapper .padding-bottom,
    .project-wrapper .padding-bottom-x2 {
        padding-bottom: 80px
    }

    .project-wrapper .in-wrapper.clr,
    .project-wrapper .wrapper.clr {
        padding-right: 0;
        padding-left: 0
    }
}

.mrg10 .slider_slide {
    margin-right: 10px
}

.mrg30 .slider_slide {
    margin-right: 30px
}

.vh65 .slider_slide_img img {
    height: 65vh
}

.vh70 .slider_slide_img img {
    height: 70vh
}

.vh75 .slider_slide_img img {
    height: 75vh
}

.vh80 .slider_slide_img img {
    height: 80vh
}

.vh85 .slider_slide_img img {
    height: 85vh
}

.vh90 .slider_slide_img img {
    height: 90vh
}

@media screen and (max-width:720px) {

    .vh65 .slider_slide_img img,
    .vh70 .slider_slide_img img,
    .vh75 .slider_slide_img img,
    .vh80 .slider_slide_img img,
    .vh85 .slider_slide_img img,
    .vh90 .slider_slide_img img {
        height: 45vh
    }
}

.in-pad3 {
    padding: 3%
}

.in-pad3 .item-img {
    padding: 0 3%
}

.pad3 .item-img {
    padding: 3%
}

.in-pad5 {
    padding: 5%
}

.in-pad5 .item-img {
    padding: 0 5%
}

.pad5 .item-img {
    padding: 5%
}

.in-pad7 {
    padding: 7%
}

.in-pad7 .item-img {
    padding: 0 7%
}

.pad7 .item-img {
    padding: 7%
}

.in-pad9 {
    padding: 9%
}

.in-pad9 .item-img {
    padding: 0 9%
}

.pad9 .item-img {
    padding: 9%
}

.in-pad11 {
    padding: 11%
}

.in-pad11 .item-img {
    padding: 0 11%
}

.pad11 .item-img {
    padding: 11%
}

@media screen and (max-width:720px) {

    .in-pad3 .item-img,
    .pad3 .item-img {
        padding: 40px 24px
    }

    .in-pad3.r-pad .item-img,
    .pad3.r-pad .item-img {
        padding: 40px 24px
    }

    .in-pad3.r-pad .item-img:nth-of-type(1),
    .pad3.r-pad .item-img:nth-of-type(1) {
        padding: 80px 24px 40px 24px
    }

    .in-pad3.r-pad .item-img:last-child,
    .pad3.r-pad .item-img:last-child {
        padding: 40px 24px 80px 24px
    }

    .in-pad5 .item-img,
    .pad5 .item-img {
        padding: 40px 24px
    }

    .in-pad5.r-pad .item-img,
    .pad5.r-pad .item-img {
        padding: 40px 24px
    }

    .in-pad5.r-pad .item-img:nth-of-type(1),
    .pad5.r-pad .item-img:nth-of-type(1) {
        padding: 80px 24px 40px 24px
    }

    .in-pad5.r-pad .item-img:last-child,
    .pad5.r-pad .item-img:last-child {
        padding: 40px 24px 80px 24px
    }

    .in-pad7 .item-img,
    .pad7 .item-img {
        padding: 40px 24px
    }

    .in-pad7.r-pad .item-img,
    .pad7.r-pad .item-img {
        padding: 40px 24px
    }

    .in-pad7.r-pad .item-img:nth-of-type(1),
    .pad7.r-pad .item-img:nth-of-type(1) {
        padding: 80px 24px 40px 24px
    }

    .in-pad7.r-pad .item-img:last-child,
    .pad7.r-pad .item-img:last-child {
        padding: 40px 24px 80px 24px
    }

    .in-pad9 .item-img,
    .pad9 .item-img {
        padding: 40px 24px
    }

    .in-pad9.r-pad .item-img,
    .pad9.r-pad .item-img {
        padding: 40px 24px
    }

    .in-pad9.r-pad .item-img:nth-of-type(1),
    .pad9.r-pad .item-img:nth-of-type(1) {
        padding: 80px 24px 40px 24px
    }

    .in-pad9.r-pad .item-img:last-child,
    .pad9.r-pad .item-img:last-child {
        padding: 40px 24px 80px 24px
    }

    .in-pad11 .item-img,
    .pad11 .item-img {
        padding: 40px 24px
    }

    .in-pad11.r-pad .item-img,
    .pad11.r-pad .item-img {
        padding: 40px 24px
    }

    .in-pad11.r-pad .item-img:nth-of-type(1),
    .pad11.r-pad .item-img:nth-of-type(1) {
        padding: 80px 24px 40px 24px
    }

    .in-pad11.r-pad .item-img:last-child,
    .pad11.r-pad .item-img:last-child {
        padding: 40px 24px 80px 24px
    }
}

.mob30.r-pad .item-img {
    padding: 15% 30%
}

.mob30.r-pad .item-img:nth-of-type(1) {
    padding: 30% 30% 15% 30%
}

.mob30.r-pad .item-img:last-child {
    padding: 15% 30% 30% 30%
}

.in-padding-bottom.in-pad3,
.in-padding-top.in-pad3,
.in-padding.in-pad3 {
    padding: 0 3%
}

.in-padding-bottom.in-pad5,
.in-padding-top.in-pad5,
.in-padding.in-pad5 {
    padding: 0 5%
}

.in-padding-bottom.in-pad7,
.in-padding-top.in-pad7,
.in-padding.in-pad7 {
    padding: 0 7%
}

.in-padding-bottom.in-pad9,
.in-padding-top.in-pad9,
.in-padding.in-pad9 {
    padding: 0 9%
}

.in-padding-bottom.in-pad11,
.in-padding-top.in-pad11,
.in-padding.in-pad11 {
    padding: 0 11%
}

.in-padding .item-img {
    padding-top: 260px;
    padding-bottom: 260px
}

.in-padding-top .item-img {
    padding-top: 260px
}

.in-padding-bottom .item-img {
    padding-bottom: 260px
}

@media screen and (max-width:1540px) {
    .in-padding .item-img {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .in-padding-top .item-img {
        padding-top: 200px
    }

    .in-padding-bottom .item-img {
        padding-bottom: 200px
    }
}

@media screen and (max-width:1200px) {
    .in-padding .item-img {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .in-padding-top .item-img {
        padding-top: 160px
    }

    .in-padding-bottom .item-img {
        padding-bottom: 160px
    }
}

@media screen and (max-width:720px) {
    .in-padding .item-img {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .in-padding-top .item-img {
        padding-top: 80px
    }

    .in-padding-bottom .item-img {
        padding-bottom: 80px
    }
}

@media screen and (max-width:720px) {

    .mob10 .item-img,
    .mob10 .item-img:last-child,
    .mob10 .item-img:nth-of-type(1) {
        padding: 10%
    }

    .mob15 .item-img,
    .mob15 .item-img:last-child,
    .mob15 .item-img:nth-of-type(1) {
        padding: 15%
    }

    .mob20 .item-img,
    .mob20 .item-img:last-child,
    .mob20 .item-img:nth-of-type(1) {
        padding: 20%
    }

    .mob25 .item-img,
    .mob25 .item-img:last-child,
    .mob25 .item-img:nth-of-type(1) {
        padding: 25%
    }

    .mob30 .item-img,
    .mob30 .item-img:last-child,
    .mob30 .item-img:nth-of-type(1) {
        padding: 30%
    }

    .mob10.r-pad .item-img {
        padding: 5% 10%
    }

    .mob10.r-pad .item-img:nth-of-type(1) {
        padding: 10% 10% 5% 10%
    }

    .mob10.r-pad .item-img:last-child {
        padding: 5% 10% 10% 10%
    }

    .mob15.r-pad .item-img {
        padding: 7.5% 15%
    }

    .mob15.r-pad .item-img:nth-of-type(1) {
        padding: 15% 15% 7.5% 15%
    }

    .mob15.r-pad .item-img:last-child {
        padding: 7.5% 15% 15% 15%
    }

    .mob20.r-pad .item-img {
        padding: 10% 20%
    }

    .mob20.r-pad .item-img:nth-of-type(1) {
        padding: 20% 20% 10% 20%
    }

    .mob20.r-pad .item-img:last-child {
        padding: 10% 20% 20% 20%
    }

    .mob25.r-pad .item-img {
        padding: 12.5% 25%
    }

    .mob25.r-pad .item-img:nth-of-type(1) {
        padding: 25% 25% 12.5% 25%
    }

    .mob25.r-pad .item-img:last-child {
        padding: 12.5% 25% 25% 25%
    }

    .mob30.r-pad .item-img {
        padding: 15% 30%
    }

    .mob30.r-pad .item-img:nth-of-type(1) {
        padding: 30% 30% 15% 30%
    }

    .mob30.r-pad .item-img:last-child {
        padding: 15% 30% 30% 30%
    }

    .in-padding .item-img {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .in-padding-top .item-img {
        padding-top: 80px
    }

    .in-padding-bottom .item-img {
        padding-top: 80px
    }

    .in-padding.mob10.r-pad .item-img,
    .in-padding.mob15.r-pad .item-img,
    .in-padding.mob20.r-pad .item-img,
    .in-padding.mob25.r-pad .item-img,
    .in-padding.mob30.r-pad .item-img {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .in-padding.mob10.r-pad .item-img:nth-of-type(1),
    .in-padding.mob15.r-pad .item-img:nth-of-type(1),
    .in-padding.mob20.r-pad .item-img:nth-of-type(1),
    .in-padding.mob25.r-pad .item-img:nth-of-type(1),
    .in-padding.mob30.r-pad .item-img:nth-of-type(1) {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .in-padding.mob10.r-pad .item-img:last-child,
    .in-padding.mob15.r-pad .item-img:last-child,
    .in-padding.mob20.r-pad .item-img:last-child,
    .in-padding.mob25.r-pad .item-img:last-child,
    .in-padding.mob30.r-pad .item-img:last-child {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .in-padding-top.mob10.r-pad .item-img,
    .in-padding-top.mob15.r-pad .item-img,
    .in-padding-top.mob20.r-pad .item-img,
    .in-padding-top.mob25.r-pad .item-img,
    .in-padding-top.mob30.r-pad .item-img {
        padding-top: 80px
    }

    .in-padding-bottom.mob10.r-pad .item-img,
    .in-padding-bottom.mob15.r-pad .item-img,
    .in-padding-bottom.mob20.r-pad .item-img,
    .in-padding-bottom.mob25.r-pad .item-img,
    .in-padding-bottom.mob30.r-pad .item-img {
        padding-bottom: 80px
    }

    .mob10-side .item-img {
        padding: 0 10%
    }

    .mob15-side .item-img {
        padding: 0 15%
    }

    .mob20-side .item-img {
        padding: 0 20%
    }

    .mob25-side .item-img {
        padding: 0 25%
    }

    .mob30-side .item-img {
        padding: 0 30%
    }
}

.w15,
.w20,
.w25,
.w30,
.w35,
.w40,
.w45,
.w50,
.w55,
.w60,
.w65,
.w70,
.w75 {
    display: inherit;
    margin: auto 0
}

.item>.w15 {
    width: 15%
}

.item>.w20 {
    width: 20%
}

.item>.w25 {
    width: 25%
}

.item>.w30 {
    width: 30%
}

.item>.w35 {
    width: 35%
}

.item>.w40 {
    width: 40%
}

.item>.w45 {
    width: 45%
}

.item>.w50 {
    width: 50%
}

.item>.w55 {
    width: 55%
}

.item>.w60 {
    width: 60%
}

.item>.w65 {
    width: 65%
}

.item>.w70 {
    width: 70%
}

.item>.w75 {
    width: 75%
}

@media screen and (max-width:720px) {

    .item>.w15,
    .item>.w20,
    .item>.w25,
    .item>.w30,
    .item>.w35,
    .item>.w40,
    .item>.w45,
    .item>.w50,
    .item>.w55,
    .item>.w60,
    .item>.w65,
    .item>.w70,
    .item>.w75 {
        width: 100%
    }
}

.free30,
.free35,
.free40,
.free45,
.free50,
.free55,
.free60,
.free65,
.free70,
.free75,
.free80,
.free85,
.free90,
.free95 {
    display: inherit
}

.p-img.free30,
.p-img.free35,
.p-img.free40,
.p-img.free45,
.p-img.free50,
.p-img.free55,
.p-img.free60,
.p-img.free65,
.p-img.free70,
.p-img.free75,
.p-img.free80,
.p-img.free85,
.p-img.free90,
.p-img.free95 {
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.free30,
.p-img.free30 {
    width: 30%
}

.free35,
.p-img.free35 {
    width: 35%
}

.free40,
.p-img.free40 {
    width: 40%
}

.free45,
.p-img.free45 {
    width: 45%
}

.free50,
.p-img.free50 {
    width: 50%
}

.free55,
.p-img.free55 {
    width: 55%
}

.free60,
.p-img.free60 {
    width: 60%
}

.free65,
.p-img.free65 {
    width: 65%
}

.free70,
.p-img.free70 {
    width: 70%
}

.free75,
.p-img.free75 {
    width: 75%
}

.free80,
.p-img.free80 {
    width: 80%
}

.free85,
.p-img.free85 {
    width: 85%
}

.free90,
.p-img.free90 {
    width: 90%
}

.free95,
.p-img.free95 {
    width: 95%
}

@media screen and (max-width:720px) {

    .free30,
    .free35,
    .free40,
    .free45,
    .free50,
    .free55,
    .free60,
    .free65,
    .free70,
    .free75,
    .free80,
    .free85,
    .free90,
    .free95,
    .p-img.free30,
    .p-img.free35,
    .p-img.free40,
    .p-img.free45,
    .p-img.free50,
    .p-img.free55,
    .p-img.free60,
    .p-img.free65,
    .p-img.free70,
    .p-img.free75,
    .p-img.free80,
    .p-img.free85,
    .p-img.free90,
    .p-img.free95 {
        width: 100%
    }
}

@media screen and (max-width:720px) {
    .item-img.mob-side {
        padding-left: 24px;
        padding-right: 24px
    }

    .item-img.mob-h {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .item-img.mob-t {
        padding-top: 80px
    }

    .item-img.mob-b {
        padding-bottom: 80px
    }

    .item-img.mob10-side {
        padding-left: 10%;
        padding-right: 10%
    }

    .item-img.mob15-side {
        padding-left: 15%;
        padding-right: 15%
    }

    .item-img.mob20-side {
        padding-left: 20%;
        padding-right: 20%
    }

    .item-img.mob25-side {
        padding-left: 25%;
        padding-right: 25%
    }

    .item-img.mob10-side-l {
        padding-left: 10%
    }

    .item-img.mob15-side-l {
        padding-left: 15%
    }

    .item-img.mob20-side-l {
        padding-left: 20%
    }

    .item-img.mob25-side-l {
        padding-left: 25%
    }

    .item-img.mob30-side-l {
        padding-left: 30%
    }

    .item-img.mob35-side-l {
        padding-left: 35%
    }

    .item-img.mob40-side-l {
        padding-left: 40%
    }

    .item-img.mob45-side-l {
        padding-left: 45%
    }

    .item-img.mob50-side-l {
        padding-left: 50%
    }

    .item-img.mob10-side-r {
        padding-right: 10%
    }

    .item-img.mob15-side-r {
        padding-right: 15%
    }

    .item-img.mob20-side-r {
        padding-right: 20%
    }

    .item-img.mob25-side-r {
        padding-right: 25%
    }

    .item-img.mob30-side-r {
        padding-right: 30%
    }

    .item-img.mob35-side-r {
        padding-right: 35%
    }

    .item-img.mob40-side-r {
        padding-right: 40%
    }

    .item-img.mob45-side-r {
        padding-right: 45%
    }

    .item-img.mob50-side-r {
        padding-right: 50%
    }
}

.free-l,
.p-img.free-l {
    margin-left: 0
}

.free-r,
.p-img.free-r {
    margin-right: 0
}

.free-t,
.p-img.free-t {
    margin-top: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.free-b,
.p-img.free-b {
    margin-bottom: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.free-tl,
.p-img.free-tl {
    margin-top: 0;
    margin-left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.free-tr,
.p-img.free-tr {
    margin-top: 0;
    margin-right: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.free-bl,
.p-img.free-bl {
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.free-br,
.p-img.free-br {
    margin-bottom: 0;
    margin-right: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.item-inner {
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.item-inner>* {
    margin: 0 auto
}

.project-img-full-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.project-img-full-bg .project-img-wrap {
    -webkit-perspective-origin: 50% 0;
    -moz-perspective-origin: 50% 0;
    perspective-origin: 50% 0
}

.project-img-full-bg .image-lazyload,
.project-img-full-bg .project-img-wrap,
.project-img-full-bg figure.img-wrap {
    height: 100%
}

.project-img-full-bg figure.img-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.project-img-full-bg.pr .image-lazyload {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(150px);
    -moz-transform: translateZ(150px);
    transform: translateZ(150px)
}

.wbg {
    overflow: hidden
}

@media screen and (max-width:720px) {

    .project-img-full-bg,
    .project-img-full-bg .figure.img-wrap img {
        display: none
    }
}

.text-block {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 150px 0 200px
}

.image-lazyload {
    position: relative;
    overflow: hidden;
    width: 100%
}

figure.img-wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden
}

figure.img-wrap img {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.project-title {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    float: left;
    clear: both
}

#serId3 .project-title,
#serId4 .project-title {
    text-align: right;
    width: 100%;

}

#serId3 .project-description p,
#serId4 .project-description p {

    float: right;

}

.proImg {
    opacity: 0;
    position: absolute;
    background: #fff;
    width: 428px;
    height: 289px;
    transition: all 0.48s;
}

.proImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.project-description {
    display: block
}

.project-description p {}

.project-description p,
.project-description span {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.item-project-wrap {
    position: relative;
    z-index: 0;
    mix-blend-mode: difference;
    width: 100%;
    overflow: hidden;
}

.item-project-wrap.hovering {
    z-index: 1
}

.project-about .project-description p span {
    display: table;
    font-size: 16px;
    line-height: 1.8;
}

.project-about .project-description p span:first-child {
    font-size: 28px;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.project-about .project-description p span:last-child {
    margin-right: 0
}

.item-project .item-project-wrap .project-about {
    margin: auto;
    padding-top: 10px
}

.item-project .item-project-wrap .project-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.item-project .project-about-wrap {
    margin-bottom: 40px;
}

.item-project-link {
    margin-left: auto;
    padding: 40px 0 40px 8.33333333%;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: rgba(255, 255, 255, .1)
}

.item-project-wrap h2 {
    color: transparent;
    font-size: 4vw;
    letter-spacing: -.065em;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    padding-right: .2em;
    overflow: hidden
}

.item-project-wrap h2 a {
    mix-blend-mode: difference;
    display: block;
    color: #fff;
    z-index: 2;
    position: relative;
    background-image: none;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.item-project-wrap h2 a .textlink {
    overflow: hidden;
    color: #fff;
    -webkit-transition: width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1);
    transition: width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1);
    -o-transition: width 1s cubic-bezier(.46, .02, 0, 1), -o-transform 1s cubic-bezier(.46, .02, 0, 1);
    -moz-transition: transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -moz-transform 1s cubic-bezier(.46, .02, 0, 1);
    transition: transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1);
    transition: transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1), -moz-transform 1s cubic-bezier(.46, .02, 0, 1), -o-transform 1s cubic-bezier(.46, .02, 0, 1)
}

.item-project-wrap h2 a span {}

.item-project-wrap h2 a .textlink .word1 {
    position: relative;
    top: 4px;
}

.item-project-wrap h2 a .textlink .word2 {
    position: relative;
    top: 4px;

}

/* .item-project-wrap:nth-child(1)  h2 a .textlink .word2,
.item-project-wrap:nth-child(2)  h2 a .textlink .word2
{
    left: -5px;
}
.item-project-wrap:nth-child(1)  h2 a .textlink .word2 span,
.item-project-wrap:nth-child(2)  h2 a .textlink .word2 span
{
    left: -5px;
}

.item-project-wrap:nth-child(1)  h2 a .textlink .word2 .char1,
.item-project-wrap:nth-child(1)  h2 a .textlink .word2 .char2,
.item-project-wrap:nth-child(1)  h2 a .textlink .word2 .char3,
.item-project-wrap:nth-child(1)  h2 a .textlink .word2 .char4
{
    left: 10px;
} */
.item-project-wrap h2 a .textlink:before {
    top: 0;
    content: attr(data-hovering);
    position: absolute;
    overflow: hidden;
    text-shadow: 1px 1px 1px #879792;
    color: #879792;
    height: 100%;
    left: 0;
    width: 0;
    display: inline-block;
    z-index: 0;
    -webkit-transition: text-shadow 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1);
    transition: text-shadow 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1);
    -o-transition: text-shadow 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -o-transform 1s cubic-bezier(.46, .02, 0, 1);
    -moz-transition: text-shadow 1s cubic-bezier(.46, .02, 0, 1), transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -moz-transform 1s cubic-bezier(.46, .02, 0, 1);
    transition: text-shadow 1s cubic-bezier(.46, .02, 0, 1), transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1);
    transition: text-shadow 1s cubic-bezier(.46, .02, 0, 1), transform 1s cubic-bezier(.46, .02, 0, 1), width 1s cubic-bezier(.46, .02, 0, 1), -webkit-transform 1s cubic-bezier(.46, .02, 0, 1), -moz-transform 1s cubic-bezier(.46, .02, 0, 1), -o-transform 1s cubic-bezier(.46, .02, 0, 1)
}

@media(min-width:1201px) {
    .item-project-wrap:hover h2 a .textlink:before {
        width: 100%;
    }

}

.item-project-wrap h2 a .textlink b {
    font-weight: initial;
    color: #131313;
}

@supports ((text-stroke:1px white) or (-webkit-text-stroke:1px white)) {
    .item-project-wrap h2 a.text-stroke {
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: rgba(255, 255, 255, .4);
        text-stroke: .5px rgba(255, 255, 255, .4)
    }

    .item-project-wrap h2 a.text-stroke .textlink {
        color: transparent
    }

    .item-project-wrap h2 a.text-stroke .textlink:before {
        color: #fff;
        text-shadow: 1px 1px 1px #fff
    }
}

@media screen and (max-width:1200px) {
    .item-project-wrap h2 a:hover .textlink {
        color: transparent
    }

    .item-project-wrap h2 a:hover .textlink:before {
        content: '';
        width: 0
    }

    .item-project-wrap h2 a:focus .textlink {
        color: #fff
    }

    .item-project-wrap h2 a:focus .textlink:before {
        content: '';
        width: 0
    }
}

.indSer.item-project {
    background-image: url(../images/service_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.item-project {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 89px 0 60px;

}

.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: 16px;
    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-top: 1px solid rgba(204, 202, 216, 0.1);
    }

    .item-project-wrap h2 {
        font-size: 50px;
    }

    .project-about .project-description p span:first-child {
        font-size: 24px;
        letter-spacing: 2px;
    }

    /* .item-project-link {
        padding: 30px 0
    }
    .item-project-wrap h2 {
        font-size: 3.5vw;
        letter-spacing: -.02em;
        line-height: 1.1
    }
    .item-project {
        padding: 30px 0 160px 0
    }
    .item-project .wrapper {
        padding-bottom: 160px
    }
    .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 {
        position: relative;
        width: 30%;
        height: auto;
        line-height: 0;
        float: left;
        clear: both
    }
    .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
    }
    .item-project .item-project-images {
        display: none
    } */
}

@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: 80px;
        border: none;
        width: 100%
    }

    .item-project-link {
        margin-left: 0;
        padding: 0;
        border: none
    }

    .main-project .item-project-link {
        width: 100%
    }

    .item-project-wrap h2 {
        font-size: 45px;
        line-height: 1.1;
        padding-left: 4px;
        padding-right: 0;
    }

    .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
    }
}


/*  */

.bg-fix {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px
}

.bg-fix .bg-fix-img {
    width: auto;
    height: 145%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 100px);
    -moz-transform: translate3d(0, 0, 100px);
    transform: translate3d(0, 0, 100px);
    top: 0
}

.bg-fix .bg-fix-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.variable .bg-img-set {
    position: absolute;
    width: 100%;
    top: -10px;
    z-index: -2;
    visibility: hidden;
    overflow: hidden;
    height: 0
}

.variable .bg-img-set img {
    width: 100%
}


/* .accordion .accordion-item {
    position: relative;
    width: 100%;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400
} */

.accordion .accordion-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    cursor: pointer
}

.accordion .acc-name {
    position: inherit;
    display: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75%
}

.accordion .acc-img {
    width: 40px;
    margin-right: 26px
}

.accordion .acc-img img {
    width: 100%;
    display: block;
    height: auto
}

.accordion .acc-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.accordion .acc-title .acc-title-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.accordion .acc-title .acc-title-wrap span {
    position: relative;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.accordion .acc-title .acc-title-wrap span:last-child {
    margin-left: auto;
    padding-left: 40px
}

.accordion .acc-icon {
    display: inline-block;
    margin-left: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    font-weight: 400;
    font-size: 21px;
    font-size: 1.3125rem;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.accordion .acc-content {
    padding: 25px 0 35px
}

.accordion .acc-content li {
    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 nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 15px 0
}

.accordion .acc-content li .acc-content-wrap {
    width: 100%;
    display: inherit
}

.accordion .acc-content li .acc-content-wrap .acc-wrap {
    display: inherit;
    position: inherit;
    width: 50%
}

.accordion .acc-content li .acc-content-wrap .acc-wrap:nth-child(2) {
    margin-left: auto;
    width: 37.5%
}

.accordion .acc-content li p,
.accordion .acc-content li span {
    line-height: 1.7;
    vertical-align: top;
    ;
    font-size: 15px;
    font-size: .9375rem
}

.accordion .acc-content li p span,
.accordion .acc-content li span span {
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    color: rgba(255, 255, 255, .4)
}

.accordion .acc-content li .acc-numb {
    width: 2em
}

.accordion .acc-content li .acc-year {
    position: relative;
    text-align: right;
    width: 33.333333333333336%
}

.accordion .acc-content li .acc-link {
    position: relative;
    text-align: right;
    white-space: nowrap;
    margin-top: .2em;
    margin-left: auto;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;
    width: 66.66666666666667%
}

.award {
    margin: auto
}

.award>.item-wrap {
    position: inherit;
    width: 80%
}

.award .vertical-title {
    font-weight: 400;
    margin-top: 0
}

.award .vertical-title>* {
    margin-top: 0
}

.award .vertical-title h3 {
    font-weight: inherit
}

@media screen and (max-width:1200px) {
    .award>.item-wrap {
        position: inherit;
        width: 100%
    }

    .award .vertical-wrap {
        padding-left: 0;
        width: 100%
    }

    .award .vertical-title {
        width: 100%;
        font-size: 16px;
        font-size: 1rem;
        padding-top: 24px;
        padding-bottom: 0;
        margin-bottom: 80px;
        border-top-width: 1px;
        border-top-style: solid;
        border-color: rgba(14, 17, 16, .3)
    }

    .award .vertical-title h3 {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@media screen and (max-width:720px) {
    .award .vertical-title {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 0;
        margin-bottom: 80px
    }
}

.award-wrap {
    display: block;
    position: relative;
    width: 100%
}

.award .accordion-item .accordion-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transition: background .3s ease-out, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: background .3s ease-out, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: background .3s ease-out, -o-transform .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .8s cubic-bezier(.165, .84, .44, 1), background .3s ease-out, -moz-transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), background .3s ease-out;
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), background .3s ease-out, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1), -moz-transform .8s cubic-bezier(.165, .84, .44, 1), -o-transform .8s cubic-bezier(.165, .84, .44, 1)
}

.award .accordion-item:last-child .accordion-toggle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transition: background .3s ease-out, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: background .3s ease-out, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: background .3s ease-out, -o-transform .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .8s cubic-bezier(.165, .84, .44, 1), background .3s ease-out, -moz-transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), background .3s ease-out;
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), background .3s ease-out, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1), -moz-transform .8s cubic-bezier(.165, .84, .44, 1), -o-transform .8s cubic-bezier(.165, .84, .44, 1)
}

.award .accordion-toggle:hover {
    color: rgba(255, 255, 255, .4)
}

.award .accordion-toggle:hover:before {
    background: rgba(255, 255, 255, .4)
}

.award .accordion-toggle.active:before {
    background: rgba(255, 255, 255, .4)
}

.award .accordion-toggle.active .acc-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.award .acc-content .acc-link a {
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1110), to(#0e1110));
    background-image: -webkit-linear-gradient(#0e1110, #0e1110);
    background-image: -moz-linear-gradient(#0e1110, #0e1110);
    background-image: -o-linear-gradient(#0e1110, #0e1110);
    background-image: linear-gradient(#0e1110, #0e1110);
    -webkit-background-size: 0 1px;
    -moz-background-size: 0 1px;
    -o-background-size: 0 1px;
    background-size: 0 1px;
    background-position: left 1.4em;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.award .acc-content .acc-link a:hover {
    color: rgba(255, 255, 255, .3)
}

@media screen and (max-width:1540px) {
    .accordion .accordion-toggle {
        padding: 25px 0
    }

    .accordion .acc-icon {
        font-size: 15px;
        font-size: .9375rem
    }

    .accordion .acc-content {
        padding: 0 0 25px
    }

    .accordion .acc-content li {
        padding: 20px 0
    }

    .accordion .acc-content li p,
    .accordion .acc-content li span {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.4
    }

    .accordion .acc-content li p span,
    .accordion .acc-content li span span {
        font-size: 11px;
        font-size: .6875rem
    }

    .accordion .acc-content li .acc-link {
        font-size: 11px;
        font-size: .6875rem
    }

    .award .acc-title-wrap {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media screen and (max-width:1200px) {
    .accordion .accordion-toggle {
        padding: 25px 0
    }

    .accordion .acc-name {
        width: 90%
    }

    .accordion .acc-content li .acc-content-wrap .acc-wrap {
        width: 60%
    }

    .accordion .acc-content li .acc-content-wrap .acc-wrap:nth-child(2) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 40%
    }

    .accordion .acc-content li p span,
    .accordion .acc-content li span span {
        margin-top: 3px
    }

    .accordion .acc-content li .acc-numb {
        width: 1.6em
    }

    .accordion .acc-content li .acc-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1;
        -moz-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1
    }

    .accordion .acc-content li .acc-link {
        margin-top: 0
    }

    .accordion .acc-content li .acc-year {
        width: 100%;
        line-height: 1
    }
}

@media screen and (max-width:720px) {
    .accordion .accordion-toggle {
        padding: 20px 0
    }

    .accordion .acc-img {
        width: 26px;
        margin-right: 10px
    }

    .accordion .acc-icon {
        margin-left: 35px;
        font-size: 15px;
        font-size: .9375rem
    }

    .accordion .acc-title .acc-title-wrap {
        padding-left: 0
    }

    .accordion .acc-title .acc-title-wrap span:last-child {
        padding-left: 15px
    }

    .accordion .acc-content {
        padding: 0 0 25px
    }

    .accordion .acc-content li {
        padding: 20px 0
    }

    .accordion .acc-content li .acc-content-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .accordion .acc-content li .acc-content-wrap .acc-wrap,
    .accordion .acc-content li .acc-content-wrap .acc-wrap:nth-child(2) {
        width: 100%;
        padding-right: 0
    }

    .accordion .acc-content li .acc-content-wrap .acc-wrap:nth-child(2) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 1.2em
    }

    .accordion .acc-content li .acc-content-wrap .acc-wrap:nth-child(2)>div {
        display: inherit;
        padding: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        line-height: 1
    }

    .accordion .acc-content li p,
    .accordion .acc-content li span {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.4
    }

    .accordion .acc-content li p span,
    .accordion .acc-content li span span {
        margin-top: 3px;
        font-size: 11px;
        font-size: .6875rem
    }

    .accordion .acc-content li .acc-numb {
        width: 1.2em
    }

    .accordion .acc-content li .acc-txt {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1;
        -moz-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1
    }

    .accordion .acc-content li .acc-link {
        font-size: 11px;
        font-size: .6875rem
    }

    .accordion .acc-content li .acc-link a {
        margin: 3px 0
    }

    .accordion .acc-content li .acc-year span {
        padding: 7px 0
    }

    .award .acc-title-wrap {
        font-size: 12px;
        font-size: .75rem
    }
}

.next-project {
    position: relative;
    margin-top: 260px;
    width: 100%
}

.next-project .next-project-wrap {
    position: relative;
    width: 83.33333333333334%;
    margin: 0 auto
}

.next-project .next-project-wrap.active {
    width: 100%
}

.next-project .next-project-wrap.active .next-project-item {
    white-space: nowrap
}

.next-project .next-project-item {
    display: inline-block;
    overflow: hidden
}

.next-project .next-project-item h3 {
    display: inline-block;
    margin-right: .4em;
    font-weight: 300;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.next-project .next-project-item a {
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
    white-space: nowrap
}

.next-project .next-project-item span {
    display: inline-block;
    padding-left: .2em
}

.next-project .next-project-item span svg {
    width: 28px;
    height: 28px
}

.next-project .next-project-item a:hover span svg {
    -webkit-animation: hello .6s cubic-bezier(.58, .02, .25, .94);
    -moz-animation: hello .6s cubic-bezier(.58, .02, .25, .94);
    -o-animation: hello .6s cubic-bezier(.58, .02, .25, .94);
    animation: hello .6s cubic-bezier(.58, .02, .25, .94);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right
}

.next-project .next-project-item.cloned {
    position: absolute;
    top: 0;
    left: 0
}

.cases .next-project {
    margin-top: 0
}

.cases .next-project-item h3 {
    text-transform: uppercase;
    letter-spacing: -.02em;
    margin-right: .5em
}

.cases .next-project-item img {
    width: 100%;
    height: auto;
    vertical-align: top
}

.cases .next-project-item span {
    padding: 0;
    margin: 0 .1em 0 0;
    width: 20px
}

@media screen and (max-width:900px) {
    .cases .next-project-item span {
        width: .7em
    }

    .cases .next-project-item img {
        vertical-align: baseline
    }
}

@media screen and (max-width:1200px) {
    .next-project {
        margin: 160px 0 80px
    }

    .next-project .next-project-item h3 a {
        -webkit-background-size: 100% 1px;
        -moz-background-size: 100% 1px;
        -o-background-size: 100% 1px;
        background-size: 100% 1px
    }
}

@media screen and (max-width:720px) {
    .next-project {
        margin: 80px 0
    }

    .next-project .next-project-wrap {
        width: 100%
    }

    .next-project .next-project-item h3 {
        line-height: 1.3;
        font-size: 25px;
        font-size: 1.5625rem;
        margin-right: 0
    }

    .next-project .next-project-item span svg {
        width: 20px;
        height: 20px
    }
}


.item-tags {
    opacity: 0;
    position: relative;
    color: rgba(14, 17, 16, .03);
    font-size: 7.5vw;
    font-weight: 200;
    letter-spacing: -.04em;
    line-height: 1.1;
    width: 83.33333333333334%
}

.item-tags .small-subtitle {
    margin-left: auto;
    width: 60%
}

.item-tags .item-tags-wrap {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-tags .item-tags-wrap>span {
    display: block;
    vertical-align: middle;
    margin-bottom: 90px
}

.item-tags .item-tags-wrap>span:last-child {
    margin-right: 1em
}

.item-tags .item-tags-wrap span {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.item-tags .item-tags-wrap .sep {
    height: .02em;
    width: 1em;
    background-color: rgba(14, 17, 16, .03);
    margin: .25em 1em 0;
    display: none
}

.item-tags.active {
    width: 100%;
    white-space: nowrap
}

.item-tags.active .small-subtitle {
    margin-left: auto;
    width: 58.333333333333336%
}

.item-tags.active .item-tags-wrap {
    position: absolute
}

.item-tags.active .item-tags-wrap>span {
    display: inline-block;
    text-align: center;
    margin-bottom: 0
}

.item-tags.active .item-tags-wrap .sep {
    display: inline-block
}

.item-tags.rounded {
    position: absolute;
    top: 130px;
    right: 84px;
    text-align: center;
    display: inline-block;
    width: auto;
    line-height: 1
}

.item-tags.rounded .item-tags-wrap {
    position: relative;
    margin-left: auto;
    visibility: visible;
    opacity: 1
}

.item-tags.rounded .circtext {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    width: 230px;
    height: 230px
}

.item-tags.rounded .circtext svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    fill: rgba(14, 17, 16, .3);
    -webkit-animation: rotate-tag 16s linear infinite;
    -moz-animation: rotate-tag 16s linear infinite;
    -o-animation: rotate-tag 16s linear infinite;
    animation: rotate-tag 16s linear infinite;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.item-tags.rounded .circtext #star,
.item-tags.rounded .circtext path#star {
    fill: rgba(14, 17, 16, .1)
}

.item-tags.rounded .circtext div {
    margin-left: auto;
    width: auto
}

.item-tags.rounded .star {
    margin-top: .25em;
    margin-left: -.15em
}

.item-tags.rounded .star:nth-last-child(2) {
    margin-top: -.25em;
    margin-left: -.1em
}

.item-tags.rounded.active {
    top: 0
}

.item-tags.rounded.active .circtext svg {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

@media screen and (max-width:1540px) {
    .item-tags.rounded {
        top: 100px;
        right: 60px
    }

    .item-tags.rounded .circtext {
        width: 200px;
        height: 200px
    }
}

@media screen and (max-width:1200px) {
    .item-tags {
        font-size: 7vw;
        white-space: normal;
        letter-spacing: -.03em;
        line-height: 1.1;
        width: 83.33333333333334%
    }

    .item-tags .small-subtitle {
        width: 100%;
        margin: 80px 0;
        font-size: 15px;
        font-size: .9375rem
    }

    .item-tags .item-tags-wrap>span {
        text-align: left;
        margin-bottom: 30px;
        line-height: 1.3
    }

    .item-tags .item-tags-wrap>span:last-child {
        margin: 0
    }

    .item-tags .item-tags-wrap .sep {
        display: none
    }

    .item-tags.rounded {
        position: relative;
        top: auto;
        right: auto;
        padding: 0 20px 20px 0;
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .item-tags.rounded .circtext {
        width: 200px;
        height: 200px
    }
}

@media screen and (max-width:720px) {
    .item-tags {
        font-weight: 300;
        width: 100%
    }

    .item-tags .small-subtitle {
        margin: 60px 0;
        font-size: 13px;
        font-size: .8125rem
    }

    .item-tags .item-tags-wrap>span {
        margin-bottom: 15px
    }

    .item-tags.rounded {
        padding: 0 10px 40px 0
    }

    .item-tags.rounded .circtext {
        width: 130px;
        height: 130px
    }
}

@-webkit-keyframes rotate-tag {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-tag {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotate-tag {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-tag {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.about .item-tags .small-subtitle {
    padding-bottom: 0;
    border: none
}

.about .award>.item-wrap {
    position: inherit;
    width: 83.33333333333334%
}

.img-horizontal {
    position: relative;
    display: block;
    width: 42.39583333%;
    z-index: 1;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.img-horizontal .image-lazyload {
    height: 100%
}

.img-horizontal figure.img-wrap {
    height: 100%
}

.img-horizontal figure.img-wrap img {
    bottom: 0
}

@media screen and (max-width:1200px) {
    .img-horizontal {
        width: 100%;
        height: 50vh;
        padding: 0 34px
    }

    .img-horizontal .image-lazyload {
        padding-left: 8.33333333%
    }

    .img-horizontal figure.img-wrap {
        width: 43%;
        min-width: 280px
    }

    .img-horizontal figure.img-wrap img {
        width: auto;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s
    }
}

@media screen and (max-width:720px) {
    .about .award>.item-wrap {
        width: 100%
    }

    .img-horizontal {
        height: 45vh;
        padding: 0 24px
    }

    .img-horizontal .image-lazyload {
        padding-left: 0
    }

    .img-horizontal figure.img-wrap {
        width: 63%;
        min-width: 220px
    }
}

.partnership {
    padding: 130px 0
}

.partnership .item-tags {
    position: relative;
    color: #0e1110
}

.partnership .process {
    margin-top: 130px;
    width: 83.33333333333334%;
    border-top: 1px solid rgba(14, 17, 16, .2)
}

.partnership .process-services {
    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;
    overflow: hidden
}

.partnership .process-services h3 {
    font-weight: 300
}

.partnership .process-services-item {
    width: 45%;
    margin-right: 5%;
    overflow: hidden;
    margin-bottom: 130px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.partnership .process-services-item:nth-child(even) {
    margin-left: 5%;
    margin-right: 0
}

.partnership .services-number {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(14, 17, 16, .2)
}

.partnership .services-number span {
    font-weight: 600;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 2.2
}

.partnership .services-item {
    position: relative;
    width: 100%
}

.partnership .services-item h3 {
    padding-bottom: 40px
}

.partnership .services-item p {
    font-weight: 400;
    ;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    padding-right: 33.33333333%
}

.award-title,
.process-title {
    padding-top: 50px;
    margin-bottom: 153px
}

.process-title {
    overflow: hidden;
    width: 60%
}

.award-title {
    position: relative;
    display: block;
    width: 80%
}

.award-title h2 a.item-hov {
    position: relative;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    -o-background-size: 100% 1px;
    background-size: 100% 1px
}

.award-title .img-hov {
    width: 30%
}

@media screen and (max-width:1540px) {
    .partnership {
        padding: 100px 0
    }

    .partnership .process {
        margin-top: 200px
    }

    .partnership .process-services-item {
        margin-bottom: 100px
    }

    .partnership .services-item p {
        font-size: 13px;
        font-size: .8125rem;
        padding-right: 22.22222222%
    }

    .award-title,
    .process-title {
        padding-top: 40px;
        margin-bottom: 118px
    }
}

@media screen and (max-width:1200px) {
    .partnership {
        padding: 0 0 80px
    }

    .partnership .process {
        margin-top: 160px
    }

    .partnership .process-services-item {
        margin-bottom: 80px
    }

    .partnership .services-number {
        margin-bottom: 25px
    }

    .partnership .services-number span {
        font-size: 13px;
        font-size: .8125rem
    }

    .partnership .services-item h3 {
        padding-bottom: 30px;
        font-size: 31px;
        font-size: 1.9375rem
    }

    .partnership .services-item p {
        font-size: 13px;
        font-size: .8125rem;
        padding-right: 11.11111111%
    }

    .award-title h2.item-text {
        line-height: 1.2
    }

    .award-title,
    .process-title {
        padding-top: 40px;
        margin-bottom: 80px;
        width: 100%
    }
}

@media screen and (max-width:720px) {
    .partnership {
        padding: 0 0 40px
    }

    .partnership .process {
        margin-top: 80px;
        width: 100%
    }

    .partnership .process-services-item {
        width: 100%;
        margin: 0 0 60px;
        padding-top: 0;
        border: none
    }

    .partnership .process-services-item:nth-child(even) {
        margin-left: 0
    }

    .partnership .services-number {
        padding-bottom: 5px;
        margin-bottom: 20px
    }

    .partnership .services-number span {
        line-height: 2.2;
        font-size: 11px;
        font-size: .6875rem
    }

    .partnership .services-item h3 {
        padding-bottom: 30px;
        font-size: 25px;
        font-size: 1.5625rem
    }

    .award-title h2.item-text {
        line-height: 1.3
    }

    .award-title,
    .process-title {
        padding-top: 25px;
        margin-bottom: 60px
    }
}

.about .accordion .acc-name {
    width: 70%
}

.about .accordion .acc-content li .acc-content-wrap .acc-wrap {
    width: 60%
}

.about .accordion .acc-content li .acc-content-wrap .acc-wrap:nth-child(2) {
    width: 40%
}

.about .accordion .acc-content li .acc-year {
    width: 25%
}

.about .accordion .acc-content li .acc-link {
    width: 75%
}

@media screen and (max-width:1200px) {
    .about .accordion .acc-name {
        width: 90%
    }

    .about .accordion .acc-content li .acc-year {
        width: 100%
    }
}

@media screen and (max-width:720px) {
    .about .accordion .acc-name {
        width: 90%
    }

    .about .accordion .acc-content li .acc-content-wrap .acc-wrap {
        width: 100%
    }

    .about .accordion .acc-content li .acc-content-wrap .acc-wrap:nth-child(2) {
        width: 100%
    }
}

.contacts .social-items {
    display: none
}

.contacts-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.contacts-wrap>* {
    margin-left: auto;
    margin-right: 8.33333333%
}

.contacts-wrap span {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none
}

.line-item {
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: -.7em
}

.line-item-wrap {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.line-item-wrap>span {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #d5ddd5;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px
}

.line-item-wrap>span span {
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 1.9;
    background: #0e1110;
    padding: 1px 20px;
    margin: -2px 0;
    opacity: 0;
    -webkit-perspective-origin: center;
    -moz-perspective-origin: center;
    perspective-origin: center;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.contacts-title {
    padding: 30px 0 60px
}

.contacts-title p {
    width: 550px;
    font-size: 15px;
    font-size: .9375rem;
    ;
    line-height: 1.6;
    padding-bottom: 30px
}

.contacts-title p>span {
    color: #0e1110
}

.contacts-title .slideup>span,
.contacts-title>span {
    display: inline-block;
    overflow: hidden;
    line-height: .8;
    margin-bottom: 40px;
    padding-bottom: 1.6em
}

.contacts-title a {
    font-weight: 200;
    font-size: 7.8vw;
    letter-spacing: -.04em;
    vertical-align: top;
    color: #0e1110;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.contacts-title a:hover {
    color: #56635e
}

.contacts-social {
    display: inherit;
    padding-top: 40px;
    border-top: 1px solid rgba(14, 17, 16, .2)
}

.contacts-social>div>a,
.contacts-social>div>div,
.contacts-social>div>span {
    font-weight: 300;
    font-size: 31px;
    font-size: 1.9375rem;
    color: #0e1110;
    display: table
}

.contacts-social>div>a {
    background-position: left 1.3em;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.contacts-social>div>a:hover {
    color: #56635e
}

.contacts-social>div>div>a {
    color: #0e1110;
    background-position: left 1.3em;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.contacts-social>div>div>a:hover {
    color: #56635e
}

.contacts-social>div>div:first-child,
.contacts-social>div>span:first-child {
    font-weight: 400;
    color: #56635e;
    font-size: 13px;
    font-size: .8125rem;
    ;
    padding-bottom: 30px
}

@media screen and (max-width:720px) {
    .contacts-wrap>* {
        margin: 0
    }

    .contacts-wrap a {
        -webkit-background-size: 100% 1px;
        -moz-background-size: 100% 1px;
        -o-background-size: 100% 1px;
        background-size: 100% 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#a2afab), to(#a2afab));
        background-image: -webkit-linear-gradient(#a2afab, #a2afab);
        background-image: -moz-linear-gradient(#a2afab, #a2afab);
        background-image: -o-linear-gradient(#a2afab, #a2afab);
        background-image: linear-gradient(#a2afab, #a2afab)
    }

    .contacts-title {
        padding: 10px 0 0
    }

    .contacts-title .line-item {
        margin-top: 4px;
        top: 0
    }

    .contacts-title p {
        width: auto;
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6;
        padding-bottom: 20px
    }

    .contacts-title .slideup>span,
    .contacts-title>span {
        margin-bottom: 10px;
        padding-bottom: .8em
    }

    .contacts-title a {
        font-weight: 300;
        font-size: 11vw
    }

    .contacts-social {
        display: block;
        padding: 0 0 100px;
        border: none
    }

    .contacts-social>div>a,
    .contacts-social>div>div,
    .contacts-social>div>span {
        font-weight: 300;
        font-size: 23px;
        font-size: 1.4375rem
    }

    .contacts-social>div>div:first-child,
    .contacts-social>div>span:first-child {
        font-size: 12px;
        font-size: .75rem;
        padding: 30px 0 10px
    }
}

@media screen and (max-width:450px) {

    .item-project-wrap h2 {
        font-size: 25px;
    }

    .project-about .project-description p span:first-child {
        font-size: 18px;
    }

    .project-about .project-description p span {
        font-size: 14px;
    }

}

.inC_con {
    width: 100%;
    float: left;
    padding: 26px 0px 48px 0px;
}

.inC_con li,
.inD_con li {
    width: 23%;
    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;
}

.inC_c_T {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.inC_c_T>img {
    width: 100%;
    float: left;
}

.inC_c_T>div {
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    left: 0px;
    top: 50%;
    background: url(../images/inico10.png) no-repeat center rgba(0, 131, 62, 0.8);
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.inC_c_e {
    display: block;
    padding: 0px 6%;
    overflow: hidden;
}

.inC_c_e>h3 {
    display: block;
    padding: 30px 52px 30px 0px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    background: url(../images/inico9.png) no-repeat center right;
    height: 25px;
    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;
    display: inline-block;
    position: relative;
    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: #dd3e20;
    transition: all 0.3s ease 0s;
}

.inC_con li>a .l2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #dd3e20;
    transition: all 0.3s ease 0s;
}

.inC_con li>a .l3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #dd3e20;
    transition: all 0.3s ease 0s;
}

.inC_con li>a .l4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #dd3e20;
    transition: all 0.3s ease 0s;
}

@media screen and (min-width:1200px) {
    .inC_con li>a:hover .inC_c_e>h3 {
        background: url(../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_e>p .bg {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #dd3e20;
    }

    .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%;
    }
}

.such1A .inC_c_T>div {
    background-color: rgba(231, 0, 17, 0.7);
}

.such1A .inC_c_T>div img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inD_con {
    width: 100%;
    float: left;
    padding: 0px 0px 70px 0px;
}

.inD_con li>a {
    display: block;
}

.inD_c_t {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.inD_c_t .up-graybox {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
}

.inD_c_t .up-graybox .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
}

.inD_c_t .up-graybox .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
}

.inD_c_t .up-graybox .linet {
    top: 0;
}

.inD_c_t .up-graybox .lineb {
    bottom: 0;
}

@media screen and (min-width:1200px) {
    .inD_con li>a:hover .up-graybox {
        opacity: 1;
    }

    .inD_con li>a:hover .inD_c_t .up-graybox .line {
        width: 6px;
        margin-left: -3px;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
}

.inD_c_e {
    display: block;
    padding: 0px 6%;
    overflow: hidden;
}

.inD_c_e dt {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 40px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inD_c_e dd p {
    color: #666666;
    line-height: 24px;
    margin-top: 18px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.inD_c_e dd span {
    display: block;
    color: #999999;
    margin-top: 30px;
}

.inD_c_e dd span i {
    float: right;
    width: 20px;
    height: 10px;
    background: url(../images/inico6.png) no-repeat center;
}

.about_banner {
    background-color: #fff;
    /* background: url(../images/about_banner.jpg) no-repeat center; */
    background-size: cover;
    background-attachment: fixed;
    height: 1100px;
}

@media screen and (min-width:1200px) {
    .inD_con li>a:hover .inD_c_e dd span i {
        -webkit-animation: iHover .6s linear;
        animation: iHover .6s linear;
        background: url(../images/inico06.png) no-repeat center;
    }
}

@media screen and (min-width:1200px) {
    .such_logo li a:hover p img {
        filter: inherit;
    }

    .scenter .inC_con li>a:hover>div span {
        color: #dd3e20;
    }
}

@media screen and (max-width:1660px) {
    .w1660 {
        /*width:1400px;*/
    }
}

@media screen and (max-width:1600px) {
    .w1460 {
        width: 1200px;
    }

    .ab_banA dl dt {
        font-size: 32px;
        line-height: 50px;
    }

    .ab_banA dl dd p {
        font-size: 14px;
        /* line-height: 24px; */
    }

    .ab_banA {
        padding-bottom: 20px;
    }

    .ab_banB li>span {
        font-size: 60px;
    }

    .ab_banB li>i,
    .ab_banB li>p {
        font-size: 14px;
    }

    .ab_banB {
        margin-top: 20px;
    }

    .contactA_T_l>p {
        font-size: 30px;
    }

    .contactA_T_l>span {
        font-size: 32px;
    }

    .contactA_T_m {
        padding: 0px 5%;
    }

    .contactA_T_m div strong {
        font-size: 28px;
    }

    .contactA_T_m div span {
        font-size: 18px;
    }

    .contactA_T_m>p {
        font-size: 14px;
        line-height: 36px;
    }

    .des_ban>img {
        width: 70%;
    }

    .des_ban div>span,
    .des_ban div>strong {
        font-size: 30px;
    }

    .moban_L>ul li>img {
        width: 36px;
        top: 5px;
    }

    .moban_L>ul li {
        padding-left: 48px;
    }

    .moban_L>ul li span {
        font-size: 16px;
    }

    .moban_L>ul li p {
        font-size: 14px;
    }

    .moban_L {
        margin-top: 0px;
    }

    .mobA dl {
        margin: 0px 2%;
    }

    .operaA_L>strong {
        font-size: 20px;
    }

    .operaA_L>span {
        font-size: 16px;
    }

    .operaA_L>div img {
        width: 46%;
    }

    .operaA_L>div span {
        font-size: 16px;
        line-height: 28px;
    }

    .web_ban_l>h1 {
        font-size: 50px;
    }

    .web_ban_l>h1 i {
        font-size: 198px;
    }

    .web_ban_l>span {
        font-size: 28px;
    }

    .web_ban_l>strong {
        font-size: 30px;
    }

    .web_ban_l>strong i {
        letter-spacing: 0.1rem
    }

    .ser_ba_en li a span {
        font-size: 18px;
    }

    .ser_ba_top p {
        font-size: 50px;
        line-height: 70px;
    }

    .ser_ba_top span {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width:1440px) {

    .w1660,
    .w1440 {
        /*width:1200px;*/
    }

    .ban_con>div {
        font-size: 37px;
    }

    .ban_con>div span {
        font-size: 31px;
    }

    .inA_c_R li a>div span {
        font-size: 18px;
    }

    .inC_c_e>h3,
    .inD_c_e dt {
        font-size: 16px;
    }

    .inE dl dt p {
        font-size: 32px;
    }

    .inE dl dt>strong {
        font-size: 22px;
        margin-top: 14px;
    }

    .he_r ul li {
        margin-right: 15px;
    }

    .ban_right ul li>div p {
        font-size: 22px;
    }

    .ban_right ul li>div p i {
        font-size: 12px;
    }

    .ban_right ul {
        height: 174px;
    }

    .ban_right ul li a div span {
        font-size: 20px;
    }

    .ban_right ul li a div p {
        font-size: 16px;
    }

    .ban_right ul li a div {
        margin-top: 26px;
    }

    .ban_right ul li a div i {
        width: 34px;
        height: 34px;
    }

    .ban_right ul li>div {
        margin-top: 35px;
    }

    .aboutB_con li p {
        padding: 0px 16%;
    }

    .cloud_ba>span {
        font-size: 30px;
    }

    .cloud_ba>strong {
        font-size: 38px;
    }

    .cloud_ba>p {
        font-size: 18px;
    }

    .contactA_T_m {
        width: 368px;
    }

    .contactB_l dt {
        font-size: 32px;
    }

    .contactB_l dd p {
        font-size: 14px;
        line-height: 30px;
    }

    .N_ban_con dl dt strong {
        font-size: 30px;
    }

    .operaD ul li a {
        height: 158px;
    }

    .operaD ul li a span {
        line-height: 158px;
    }

    .operaD ul li:hover a span:first-child {
        margin-top: -158px;
    }

    .webC_l>ul {
        margin-top: 6px;
    }

    .webA ul li a span {
        font-size: 16px;
    }

    .webC_l>span {
        margin-top: 24px;
    }

    .ser_ba_en {
        padding: 50px 0px;
    }

    .ser_ba_top {
        bottom: 256px;
    }

    .operaB_bo>dl {
        padding: 38px 0px 78px 0px;
    }

    .aboutA_R {
        margin-top: 3%;
    }

    .desC .w1660 {
        padding: 70px 0px;
    }

    .desC .desB_l {
        margin-right: 2%;
    }

    .desB_l {
        margin-left: 2%;
    }

    .ser4 .serA_R {
        left: 6%;
    }

    .operaC_con .swiper-slide a p {
        line-height: 24px;
    }

    .scenter .inC_con li>a>div span {
        font-size: 16px;
    }

    .fo_en_l>div {
        width: 100px !important;
        height: 29px !important;
    }

    .fo_en_l>a {
        margin-right: 10px;
    }
}

@media screen and (max-width:1366px) {
    .ab_banB li>span {
        font-size: 50px;
    }

    .ban_con>div p {
        margin-bottom: 10px;
    }

    .he_l {
        margin-top: 22px;
        width: 40%;
    }

    .he_r {
        margin-top: 29px;
    }

    .sear_con:before {
        top: 36px;
    }

    .sear_con>p span {
        top: 34px;
    }

    /*   .banner{margin-top:88px;}*/
    .about_banner,
    .S_banner {
        margin-top: 88px;
    }

    .inE dl dd input[type='text'],
    .inE dl dd>a {
        height: 44px;
    }

    .inE dl dd>a {
        line-height: 44px;
        font-size: 16px
    }

    .inE dl dd {
        margin-top: 46px;
    }

    .inF_con li a .span_img {
        height: 200px;
        line-height: 200px;
    }

    .inF_con li a {
        height: 200px;
    }

    .des_ban>img {
        width: 52%;
    }

    .desC .desB_l {
        margin-top: 66px;
    }

    .opera_ban>img {
        width: 38%;
    }

    .operaA_L>div img {
        width: 38%;
    }

    .operaA_L>div span {
        margin-top: 0px;
        font-size: 14px;
    }

    .desB_r {
        width: 40%;
    }

    .inC_c_e>p {
        /*padding:0px 10px;margin: 26px 2px 0px 0px;*/
    }

    .contactA_T_m {
        padding: 0px 3%;
    }
}

@media screen and (max-width:1280px) {
    .he_r ul li {
        margin-right: 24px;
    }

    .ban_con>div {
        font-size: 30px;
    }

    .ban_con>div span {
        font-size: 24px;
        line-height: 44px;
    }

    .ban_right ul li>div {
        margin: 14px 10% 0px 22%;
        padding-top: 54px;
    }

    .ban_right ul {
        height: 134px;
    }

    .ban_right ul li a div {
        margin-top: 9px;
    }
}

@media screen and (max-width:1200px) {
    .ab_banB li>span {
        font-size: 40px;
    }

    .header,
    .w1660,
    .w1440 {
        width: 94%;
        padding: 0px 3%;
    }

    .w1660 {
        width: 100%;
        padding: 0;
    }

    .w1460 {
        width: 96%;
        margin: 0px 2%;
    }

    .webB .w1660 {
        width: 90%;
        padding: 0px 5%;
    }

    .search {
        display: none;
    }

    .menu:before {
        display: none;
    }

    .top,
    .fixed {
        display: none !important;
    }

    .S_banner .w1460 {
        padding-bottom: 0px;
    }

    .ser_ba_top,
    .web_ban,
    .mo_ban_con,
    .opera_ban,
    .des_ban,
    .cloud_ba {
        position: static;
        width: 90%;
        float: left;
        padding: 50px 5%;
        transform: translateY(0);
    }

    .ser_ba_top p {
        position: static;
        transform: translateY(0);
    }

    .ser_ba_en {
        position: static;
        width: 100%;
        float: left;
    }

    .banner_con .swiper-slide>a>img {
        display: block;
    }

    .ban_right {
        position: static;
        margin: 0px 0px 42px 0px;
        float: left;
        width: 100%;
        transform: translateX(0);
        padding: 0px;
    }

    .ban_right ul {
        width: 100%;
        background: #333
    }

    .ban_right ul {
        height: 196px;
    }

    .ban_right ul li a div {
        margin-top: 44px;
    }

    .ban_right ul li>div {
        margin-top: 48px;
    }

    .inA_c_R li a>div span {
        font-size: 16px;
    }

    .inA_c_R li a>div {
        width: 80% !important;
        margin: 0px 10% !important;
        padding-bottom: 12%;
        float: left;
        text-align: left !important;
    }

    .inA_c_R li a>div img {
        height: 36px;
        margin-top: 9%;
    }

    .inB_R>a span {
        font-size: 20px;
    }

    .inB_R>a>img {
        height: 36px;
    }

    .inC_con li,
    .inD_con li {
        width: 48.6%;
    }

    .inC_con li:nth-child(3n),
    .inD_con li:nth-child(3n) {
        margin-right: 0px;
    }

    .fo_en_l,
    .fo_en>p {
        width: 100%;
        text-align: center;
    }

    .fo_en_l>a {
        display: inline-block;
        float: none;
        margin: 0px 4px;
    }

    .banner_con .swiper-slide>a video {
        display: none
    }

    .banner_con .swiper-slide>a>p {
        display: block;
    }

    .ban_con>div p i {
        font-size: 22px;
    }

    .ban_right ul {
        position: static;
    }

    .ban_right {
        height: auto;
    }

    /*  .banner .swiper-pagination{right:6%;bottom:20px;left:auto;}*/
    .contactA_T {
        height: auto;
    }

    .contactA_T_l {
        width: 100%;
        position: static;
        float: left;
        margin-bottom: 50px;
    }

    .contactA_T_m {
        width: 70%;
        padding: 0px;
        float: left;
        border: none;
    }

    .contactA_T_R {
        width: 171px;
        float: right;
        position: static;
    }

    .contactB_l {
        width: 100%;
        height: auto;
        padding: 60px 0px 200px 0px;
    }

    .contactB_l dt {
        margin-top: 0px;
    }

    .contactB {
        height: auto;
    }

    .contactB_R {
        width: 90%;
        margin-right: 0px;
        padding: 0px 5% 40px 5%;
    }

    .aboutA>p {
        width: auto;
        display: none;
        float: none;
    }

    .aboutA_R {
        margin: 50px 5%;
        width: 90%;
    }

    .xq_en a {
        width: 24%;
    }

    .xq_en a i {
        display: inline-block;
        font-style: normal;
    }

    .xq_en a.first span:before,
    .xq_en a.last span:after {
        display: none
    }

    .such_tit {
        top: 150px;
    }

    .such_con {
        margin-top: 258px;
    }

    .suchA li {
        width: 48%;
        margin-right: 0px;
    }

    .suchA li:nth-child(2n) {
        float: right;
    }

    .serA_R {
        width: 30%;
    }

    .ser3 .serA_R {
        width: 35%;
    }

    .ser4 .serA_R,
    .ser5 .serA_R {
        width: 27%;
    }

    .webC {
        padding: 76px 0px;
    }

    .webC_l {
        width: 90%;
        margin: 0px 5%;
    }

    .webC_R {
        display: none;
    }

    .webC_l>span {
        margin-top: 0px;
    }

    .ser_ba_top {
        bottom: 0px;
    }

    .mobA dl {
        width: 32%;
        margin: 0px 2% 0px 0px;
        float: left;
    }

    .mobA dl:last-child {
        margin-right: 0px;
    }

    .mobC_R {
        width: 50%;
    }

    .con_map.open {
        top: 88px;
    }

    .operaA_L {
        width: 90%;
        padding: 80px 5%;
    }

    .operaA_L>strong {
        margin-top: 0px;
    }

    .operaA {
        height: auto;
    }

    .operaA_L>div {
        display: none;
    }

    .operaA_R {
        position: static;
        width: 100%;
        float: left;
        height: 474px;
        margin-top: 80px;
    }

    .operaB_bo>dl {
        position: static;
        background: none;
        width: 100%;
        float: left;
        text-align: center;
        transform: translate(0, 0);
    }

    .operaB_bo>dl dt,
    .operaB_bo>dl dd {
        color: #444;
    }

    .operaB_bo>dl dt:before {
        display: none;
    }

    .operaB_bo>dl dt i,
    .operaB_bo>dl dd i {
        display: inline-block;
    }

    .operaB_bo {
        margin-top: 0px;
    }

    .desB_l {
        width: 90% !important;
        margin: 0px !important;
        padding: 0px 5%;
    }

    .web_ban_r,
    .moban_R,
    .des_ban>img,
    .cloud_ba>ul {
        display: none;
    }

    .web_ban_l,
    .moban_L,
    .cloud_ba {
        width: 100%;
    }

    .web_ban_l>h1 {
        font-size: 32px;
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .moban_L>img {
        width: 220px;
    }

    .moban_L>span {
        margin-top: 20px;
    }

    .moban_L>p img {
        width: 300px;
    }

    .moban_L>ul {
        margin-top: 32px;
    }

    .moban_L>ul li:nth-child(2n) {
        float: left;
        margin-left: 20px;
    }

    .opera_ban>img {
        display: none;
    }

    .cloud_ba div>strong {
        font-size: 36px;
    }

    .cloud_ba div>span {
        font-size: 28px;
    }

    .cloud_ba div>p {
        font-size: 20px;
    }

    .su_ban_r,
    .tel_ban_r {
        display: none;
    }

    .su_ban_l,
    .tel_ban_l {
        width: 90%;
    }

    .suxqA:after {
        display: none;
    }

    .vi_top>h1 {
        font-size: 36px;
    }

    .vi_top>h1:before {
        top: 23px;
    }

    .tel_ban_l {
        margin-top: 0px;
    }

    /*.tel_ban_l>img,.su_ban_l>img{display:none;}*/
    .such_logo li a p img {
        height: 70px;
    }

    .banner_con .swiper-slide:nth-child(1),
    .ban_right {
        display: none;
    }

    .about_banner {
        height: 440px !important;
        margin-bottom: 0px !important;
    }

    .ab_banA {
        border: none;
    }

    .ab_banA>img {
        bottom: 56px;
    }

    .cl_w1660 {
        width: 100% !important;
        padding: 0px !important;
    }

    .desB_r {
        width: 100%;
        float: left;
        position: static !important;
        transform: translateY(0);
        margin-top: 20px;
    }

    .desC .desB_r {
        display: none;
    }

    .tel_ban_con {
        width: 100%;
        float: left;
        padding: 50px 0px;
        position: static;
        transform: translateY(0);
        text-align: center;
    }

    .tel_ban_l>p,
    .tel_ban_l>a {
        display: none;
    }

    .tel_ban_l>h1 {
        font-size: 18px !important;
    }

    .inC_c_e>p {
        /*padding:0px 4px;*/
        font-size: 12px;
    }

    .inC_c_e>p {
        border: none;
    }

    .about_banner {
        height: auto !important;
    }

    .A_ban_mid {
        position: static;
        width: 100%;
        float: left;
        transform: translateY(0);
        padding: 50px 0px;
    }

    .about_w1660 {
        width: 100%;
        padding: 0px;
    }

    .aboutA,
    .aboutB,
    .aboutD {
        margin-top: 0px !important;
    }

    .S_banner {
        margin-bottom: 0px !important;
    }

    .cloudC_con {
        width: 900px;
        height: 436px;
    }

    .sj_xq_en {
        width: 100% !important;
        padding: 0px;
    }

    .xq_bot {
        margin-bottom: 0px;
    }

    .vixq1_bo_t p a {
        margin: 4px;
    }

    .inF .title>ul {
        width: auto;
        float: right;
        margin-top: 0px;
    }

    .inF .title>ul li:last-child {
        display: block;
    }

    .inF .title>ul li:last-child a p {
        margin-top: 12px;
        display: block;
    }

    .inC_con li:last-child .inC_c_e>p:last-child {
        display: none;
    }

    .cloudB strong {
        font-size: 30px;
    }

    .cloudB p {
        padding: 0px 10%;
    }

    .mobA,
    .mobB,
    .mobC .w1460 {
        padding: 60px 0px;
    }

    .mobB .w1460 {
        padding: 60px 2%;
    }

    .mobC .w1460 {
        padding: 60px 2%;
    }
}

@media screen and (max-width:1024px) {
    .he_l p {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .he_r ul {
        display: none;
    }

    .inA_con .inA_con_L {
        width: 100%;
    }

    .inA_c_R,
    .inB .inB_L,
    .inB_R {
        width: 100%;
        float: left;
        position: static;
    }

    .inA_c_R li a>div,
    .inB_R>a {
        position: static;
        transform: translateY(0);
    }

    .inA_c_R li,
    .inB_R {
        padding: 42px 0px;
    }

    .inA_c_R li a>div span {
        margin-top: 0px
    }

    .inA_c_R li a>div i {
        left: 0px;
        right: auto;
    }

    .inE dl dt p {
        font-size: 28px;
    }

    .inE dl dt>strong {
        font-size: 20px;
    }

    .inE dl dd {
        margin-top: 36px;
    }

    .inE dl {
        padding: 0px 4%;
    }

    .inE {
        padding: 54px 0px;
    }

    .inE dl dd>a {
        font-size: 14px;
    }

    .fo_en_l>a {
        float: left;
        line-height: 34px;
        margin: 0px 30px 0px 0px;
    }

    .fo_en {
        padding: 0px;
    }

    .category a {
        height: 45px;
        line-height: 45px;
        width: calc(100% / 2 - 5px);
        margin-bottom: 5px;
    }

    .lay_bottom {
        display: block;
    }

    .fo_top {
        padding: 30px 0px;
        display: none;
    }

    .fo_t_R {
        float: none;
        margin: 0 auto;
        width: 300px;
        display: none
    }

    .fo_t_RB {
        margin-right: 0px
    }

    .fo_t_RB>a {
        display: inline-block;
        margin: 0px 2px;
        float: none
    }

    .fo_t_RB {
        width: 100%;
        text-align: center;
        margin: 0px 0px 12px 0px;
    }

    .fo_t_RB>a:last-child {
        display: none;
    }

    .fo_t_RA {
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }

    .fo_en_l {
        padding: 44px 0px;
        border-bottom: 1px solid #484848;
    }

    .contactA_B {
        height: 310px;
    }

    .contactB_l:after {
        content: url(../images/cico02.png);
    }

    .contactB_l dt {
        margin: 0px 5%;
    }

    .contactB_l dd {
        margin: 20px 5% 0px 5%;
    }

    .contactB_l {
        padding: 40px 0px 126px 0px;
    }

    .N_ban_con {
        display: none;
    }

    .aboutD_con>strong {
        font-size: 26px;
    }

    .aboutD_con>span i {
        font-size: 18px;
    }

    .such_tit span {
        font-size: 32px;
    }

    .such_tit p {
        font-size: 14px;
    }

    .such_t_l a:first-child,
    .such_t_con a:first-child {
        margin-right: 4%;
    }

    .such_t_l {
        width: 100%;
    }

    .such_t_r {
        float: left;
        font-size: 18px;
        margin-top: 30px;
        width: 100%;
    }

    .serA_l {
        width: 80% !important;
        margin: 0px 10% !important;
    }

    .serA_R {
        position: static;
        width: 80% !important;
        float: left;
        transform: translateY(0);
        padding: 0px 10%;
        margin-top: 60px;
    }

    .serA_l>p {
        margin-top: 46px;
    }

    .ser2 {
        height: auto;
        padding: 90px 0px;
    }

    .webA ul li {
        width: 100%;
        border-top: 1px solid #f0f0f0;
    }

    .webA ul li a {
        border-right: none;
    }

    .webA ul li a p {
        height: auto;
        margin-top: 24px;
    }

    .webA ul li a i {
        margin-top: 35px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .webA ul {
        margin-top: 60px;
    }

    .webA {
        padding: 30px 0px;
    }

    .webC_l>ul li {
        width: 100%;
        margin-top: 30px;
    }

    .mobA dl dt p {
        margin-left: 0px;
    }

    .mobA dl dt p i {
        font-size: 74px;
    }

    .mobA dl dt p:before {
        display: none
    }

    .mobA dl dt img {
        display: none;
    }

    .mobA dl dd {
        margin-top: 24px;
    }

    .mobB_L,
    .mobC_R {
        display: none;
    }

    .mobB_R {
        width: 100% !important;
    }

    .mobD {
        padding: 60px 0px 200px 0px;
    }

    .mobF ul li {
        width: 48%;
        margin-right: auto;
        margin-top: 16px;
    }

    .mobF ul li:nth-child(2n) {
        float: right;
    }

    .operaA {
        padding: 40px 0px;
    }

    .operaA_R {
        height: auto;
        margin-top: 40px;
    }

    .operaA_R li {
        width: 50%;
        height: 474px;
    }

    .c_tit span,
    .operaB_bo>dl dt {
        font-size: 24px;
    }

    .operaB:before {
        background: none;
    }

    .operaB {
        background: #fff;
        padding: 44px 0px;
    }

    .operaB_bo>dl {
        padding: 14px 0px 40px 0px;
    }

    .operaB_con_l dl {
        width: 100%;
    }

    .operaB_con_l dl dt {
        font-size: 22px;
    }

    .operaB_con_l dl dd {
        font-size: 14px;
    }

    .operaB_bo>dl dd {
        font-size: 16px;
        margin-top: 8px;
    }

    .operaD ul li {
        width: 25%;
    }

    .desA ul li {
        width: 23.5%;
        margin: 0px 2% 0px 0px;
        float: left;
    }

    .desA ul li span {
        width: 100px;
        height: 100px;
        line-height: 100px;
        border: 2px solid #e3e3e3;
    }

    .desA ul li:last-child {
        margin-right: 0px;
    }

    .desA,
    .desB,
    .cloudD {
        padding: 60px 0px;
    }

    .desB .w1660 {
        min-height: auto;
    }

    .cloudD .inF_con li {
        width: 33.3%;
    }

    .cloudE strong {
        font-size: 30px;
    }

    .cloudE p {
        font-size: 22px;
    }

    .cloudC_con {
        width: 568px;
        height: 275px;
    }

    .cloudA ul li {
        width: 21%;
        margin: 0px 2%;
    }

    .tel_ban_l>h1 {
        font-size: 26px;
    }

    .vixq1_bo dl dt {
        font-size: 28px;
    }

    .vixq1_bo dl dd:last-child a {
        font-size: 18px;
    }

    .such_logo li {
        width: 48%;
        margin-right: 0px;
        margin-top: 36px;
    }

    .such_logo li:nth-child(2n) {
        float: right;
    }

    .ab_banA>img {
        display: none;
    }

    .ab_banA dl {
        padding: 0px 5%;
    }

    .ser_ba_en li a span {
        font-size: 12px;
        height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ser_ba_en li a p img,
    .ser_ba_en li a p {
        height: 42px;
    }

    .ser_ba_en li a span {
        margin-top: 20px;
    }

    .ser_ba_en li {
        height: auto;
        padding: 10px 0px;
    }

    .T_banner>img {
        display: block;
        width: 100%;
        float: left;
    }

    .T_banner .w1460 {
        display: none;
    }

    .ab_banA dl dt span {
        font-size: 16px;
    }

    .ab_banB li>i {
        display: none;
    }

    .ab_banB li>span {
        font-size: 30px;
    }

    .ab_banB li>p {
        font-size: 12px;
        line-height: 20px;
    }

    .ab_banB li {
        margin: 0px;
        padding: 0px;
        width: 50%;
        margin-top: 1%;
        background: none;
    }

    .ab_banB {
        margin: 0px 5%;
        width: 90%;
    }

    .ab_banA dl dt {
        font-size: 26px;
        line-height: 28px;
    }

    .aboutA>p {
        display: none;
    }

    .aboutA_R span,
    .aboutB dl dt {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .aboutA_R span:after,
    .aboutB dl dt:after {
        width: 9px;
        background: red;
        height: 2px;
    }

    .aboutB dl dt:after {
        /* background: #fff; */
        background: red;
    }

    .aboutB dl dd p {
        font-size: 16px;
        line-height: 28px;
        color: #000;
    }

    .aboutB dl dt {
        margin-bottom: 23px;
    }

    .aboutB dl {
        padding: 0px 5%;
        width: 90%;
    }

    .aboutB_con {
        margin-top: 36px;
    }

    .aboutB_con li span {
        margin-top: 6px;
    }

    .aboutB_con li {
        height: 162px;
    }

    .aboutB_con li img {
        margin-top: 46px;
    }

    .fo_en>p {
        text-align: left;
        padding: 30px 0px 62px 0px;
        line-height: 34px;
    }

    .fo_en {
        padding: 15px 0px;
        line-height: 22px;
    }

    .fo_en>p {
        padding: 26px 0px 0px 0px;
        line-height: 24px;
        color: #fff;
        opacity: 0.4;
    }

    .fo_en>p i {
        display: block;
        margin: 0px;
    }

    .aboutB {
        height: 510px;
    }

    .title>ul li a p {
        display: none
    }

    .title>ul li:last-child {
        display: none;
    }

    .title>ul {
        width: 100%;
        margin-top: 0;
    }

    .title>ul li a {
        padding: 0px 20px;
        line-height: 50px;
        height: 50px;
    }

    .title>ul li.cur a .bg {
        background: #f5f5f5;
    }

    .title>ul li a {
        color: #333 !important;
    }
}

@media screen and (max-width:736px) {

    .aboutB_con li img {
        height: 36px;
    }

    .contactB_R input {
        width: 96% !important;
        float: left;
        height: 42px;
        margin-top: 16px;
    }

    .contactB_R textarea {
        margin-top: 16px;
        height: 100px;
    }

    .contactB_R .btndemand {
        font-size: 12px;
        line-height: 40px;
    }

    .contactB_R p {
        width: 100%;
        height: 42px;
        margin-top: 16px;
    }

    .contactB_R .btndemand {
        float: left;
    }

    .contactB_R p input {
        width: auto !important;
    }

    .ab_banA dl dd {
        margin-top: 20px;
    }

    .ab_banA {
        padding-bottom: 0px;
    }

    .title {
        padding-bottom: 0px;
        border: none;
        margin-top: 10px;
    }

    .inF .title>ul {
        width: auto;
        float: right;
        margin-top: 4px;
    }

    .inF .title>ul li:last-child {
        display: block;
    }

    .inF .title>ul li:last-child a {
        padding: 0px 16px;
        height: 34px;
        line-height: 34px;
    }

    .inF .title>ul li a p {
        display: block;
    }

    .inE {
        display: none;
    }

    .title>ul li {
        margin: 5px 5px 0px 0px;
    }

    /*.inC_con{display:none;}*/
    .suchA {
        display: block;
    }

    .sj_about,
    .inC_con_sj,
    .sj_contact {
        display: block;
    }

    .operaA_R li {
        background: none;
    }

    .inF_con {
        margin-top: 10px;
    }

    .mobB .w1460 {
        padding: 0px;
    }
}

@media screen and (max-width:568px) {

    .aboutA_R span,
    .aboutB dl dt {
        font-size: 22px;
        color: #000;
    }

    .he_l {
        margin-top: 15px;
        width: 100px;
    }

    .he_r {
        margin-top: 16px;
    }

    .ban_con>div {
        font-size: 18px;
    }

    .ban_con>div p i {
        margin: 0px 10px;
    }

    .ban_con>div span {
        font-size: 14px;
        line-height: 24px;
    }

    .inA_c_R li a>div {
        width: 86%;
        margin: 0px 7% 0px 10% !important;
    }

    .inA_c_R li a>div span {
        font-size: 18px;
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .inB_R>a span {
        font-size: 24px;
    }

    .inB_R>a {
        padding: 0px 5% 5px 5%;
        text-align: left;
    }

    .inB_R>a i {
        bottom: 48px;
        -webkit-transform: rotate(180deg);
        transform: rotate(-180deg);
        display: none;
    }

    .inB_R>a p {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
        height: auto;
        display: block;
    }

    .category a {
        padding: 0 15px 0 15px;
    }

    .inC,
    .inD,
    .inF {
        width: 100%;
        padding: 0px 5%;
    }

    .ban_right ul li a div,
    .ban_right ul li>div {
        margin-top: 0px;
    }

    .ban_right ul {
        height: auto
    }

    .ban_right ul li {
        padding: 20px 0px;
    }

    .ban_right ul li>div {
        background: url(../images/ico04.png) no-repeat top left;
        padding-top: 38px;
    }

    .ban_right ul li>div p {
        font-size: 16px;
        overflow: inherit;
    }

    .inB_R>a p {
        margin: 23px 0px 29px 0px;
    }

    .ban_right ul li>div p i {
        text-transform: none;
    }

    .ban_right ul li>div p strong {
        font-weight: normal;
        font-size: 12px;
        margin-left: 0px;
    }

    .ban_right ul li>div>span,
    .ban_right ul li a div p {
        font-size: 12px;
    }

    .ban_right ul li a div span {
        font-size: 20px;
    }

    .ban_right ul li:first-child:after {
        font-size: 124px;
        line-height: 124px;
    }

    .ban_right {
        margin-bottom: 20px;
    }

    .inA_c_R li a>div p {
        font-size: 12px;
        line-height: 16px;
        height: 32px;
        margin-top: 8px;
    }

    .inA_c_R li a>div img {
        margin-top: 24px;
    }

    .inA_c_R li,
    .title {
        padding: 30px 0px;
    }

    .inA_c_R li {
        padding: 30px 0px;
    }

    .inB_R {
        padding: 32px 0px;
    }

    .inA_c_R li a>div {
        padding-bottom: 30px;
    }

    .inA_c_R li a>div i {
        background: url(../images/sjinico6.png) no-repeat center;
    }

    .inB,
    .inC,
    .inD,
    .inF {
        margin-top: 0px;
    }

    .title>h4 span {
        font-size: 26px;
    }

    .title>h4 p {
        font-size: 16px;
        color: #444;
        margin-top: 8px;
    }

    .inC_con_sj {
        margin-top: 4px;
    }

    .inC_con li,
    .inD_con li {
        width: 100%;
        margin-right: 0px;
    }

    .inC_con {
        padding: 0px 0px 22px 0px;
    }

    .inC_c_e>p {
        font-size: 12px;
        color: #666;
    }

    .inC_c_e>h3 {
        border: none;
    }

    .inC_con li>a {
        padding-bottom: 0px;
    }

    .webE .news_con {
        display: none;
    }

    .webE .news_sj {
        margin-top: 28px;
        padding-bottom: 0px;
    }

    .inC_c_e>h3 {
        padding: 20px 0px 20px 0px;
        font-size: 18px;
        font-weight: normal;
        background: none;
    }

    .inC_c_e>p {
        margin-top: 0px;
    }

    .inF_con li {
        width: 48%;
        margin-left: -1px;
        margin-top: -1px;
    }

    .inE dl dt p {
        font-size: 22px;
    }

    .inE dl dt>strong {
        font-size: 14px;
    }

    .inE dl dd input[type='text'] {
        width: 96%;
        padding: 0px 2%;
        margin: 10px 0px 0px 0px;
    }

    .inE dl dd>a {
        width: 100%;
        margin-top: 10px;
    }

    .inE dl dd {
        margin-top: 14px;
    }

    .inE {
        padding: 30px 0px;
    }

    .inE dl dd>p {
        font-size: 14px;
        margin-top: 10px;
    }

    .inD_con {
        display: none;
    }

    .inD_c_e dt {
        margin-top: 24px;
        font-weight: normal;
        font-size: 18px;
        color: #333;
    }

    .inD_c_e dd p {
        margin-top: 12px;
        font-size: 14px;
        color: #666;
        line-height: 24px;
        height: 48px;
    }

    .webE .inD_c_e dd p {
        height: auto;
    }

    .inD_c_e dd span {
        font-size: 13px;
    }

    .inD_c_e dd span i {
        display: none;
    }

    .inD_c_e {
        padding: 0px;
    }

    .inD_c_e dd span {
        margin-top: 12px;
    }

    .webD_con_sj {
        display: block;
    }

    .webD_con {
        display: none;
    }

    .news_sj {
        padding-bottom: 30px;
        display: block;
        margin-top: 0px;
    }

    .mobE_sj {
        display: block;
        margin-top: 40px;
    }

    .mobE_sj .swiper-slide a p {
        margin-top: 2px;
    }

    .mobF .w1660 {
        width: 90%;
        padding: 0px 5%;
    }

    .mobE ul,
    .desA ul,
    .cloudA ul {
        display: none;
    }

    .desA_sj {
        display: block;
    }

    .N_banner {
        margin-top: 60px;
        overflow: hidden;
        height: 200px;
    }

    .N_banner>img {
        width: auto;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        max-width: none;
    }

    .contactA_T_l>p {
        font-size: 20px;
    }

    .contactA_T_l>span {
        font-size: 22px;
        margin: 10px 0px 0px 0px;
    }

    .contactA_T_l>a {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 28px;
    }

    .contactA_T_m {
        width: 100%;
    }

    .contactA_T_l {
        margin-bottom: 32px;
    }

    .contactA_T_m div strong {
        font-size: 24px;
        margin-top: 0px;
    }

    .contactA_T_m div {
        margin-bottom: 18px;
    }

    .contactA_T_R {
        float: left;
        margin-top: 20px;
    }

    .contactA_T_R p {
        font-size: 14px;
        margin-top: 10px;
    }

    .contactA_T {
        padding: 30px 5%;
    }

    .contactA_B {
        margin: 30px 5% 0px 5%;
        height: 260px;
    }

    .contactA {
        padding-bottom: 0px;
        margin-top: 20px;
        float: unset;
    }

    .contactA_T {
        border-bottom: none;
    }

    .contactB_l dt {
        font-size: 20px;
        padding-bottom: 14px;
    }

    .contactB_l dd p {
        line-height: 24px;
    }

    .contactB_l {
        padding: 20px 0px 100px 0px;
    }

    .contactB_l:after {
        bottom: 20px;
    }

    .contactB {
        margin: 20px 0px;
    }

    .aboutA_R p {
        color: #666;
        line-height: 28px;
    }

    .aboutA_R {
        margin: 34px 5%;
    }

    .aboutA {
        margin-top: 20px;
    }

    .aboutB {
        background-color: #fff;
        height: auto;
        margin-top: 20px;
    }

    .aboutB dl {
        margin-top: 40px;
    }

    .aboutB_con {
        position: static;
        width: 100%;
        float: left;
    }

    .aboutB_con li p {
        display: none;
    }

    .aboutD {
        height: 280px;
        margin-top: 20px;
    }

    .aboutD_con {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }

    .aboutD_con>strong {
        font-size: 20px;
        margin-top: 16px;
    }

    .aboutD_con>span i {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .aboutD_con>span {
        font-size: 18px;
        margin-top: 70px;
    }

    .news_con li a {
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .load_more>a {
        line-height: 40px;
        font-size: 14px;
    }

    .load_more {
        margin: 30px 0px;
    }

    .xq_top h1 {
        font-size: 22px;
        line-height: 38px;
    }

    .xq_top {
        padding: 0px 0px 28px 0px;
        text-align: left;
        margin: 0px 2%;
    }

    .xq_top p {
        margin-top: 10px;
    }

    .xq_main {
        margin-top: 90px;
    }

    .xq_mid p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 14px;
        text-align: left !important;
    }

    .xq_mid {
        padding: 12px 2% 0px 2%;
    }

    .xq_en {
        padding: 20px 0px;
    }

    .xq_en a {
        width: 90%;
        padding: 0px 5%;
        line-height: 40px;
    }

    .xq_en a span {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .such_tit {
        top: 94px;
    }

    .such_tit span {
        font-size: 20px;
    }

    .such_top {
        margin: 20px 0px;
        padding-top: 20px;
    }

    .such_con {
        margin-top: 166px;
    }

    .such_t_l a,
    .such_t_con a {
        font-size: 14px;
        line-height: 28px;
    }

    .such_t_l {
        padding-left: 60px;
    }

    .such_t_r {
        font-size: 16px;
        margin-top: 14px;
    }

    .inD_con li {
        margin-top: 20px;
    }

    .inC_con li {
        margin-top: 20px;
    }

    .inC_con li:first-child {
        margin-top: 0px;
    }

    .such_t_con {
        padding: 20px 0px 9px 60px;
    }

    .inC_c_e>p {
        padding: 0px;
        margin-top: 0px !important;
        margin-right: 6px;
    }

    .inC_c_e {
        padding: 0px 6% 11px 6%;
    }

    .inC {
        padding-bottom: 20px;
    }

    .inC_con {
        padding-bottom: 0px;
    }

    .serA_l>span,
    .webC_l>span,
    .mobB_R>span,
    .desB_l>strong {
        font-size: 26px;
        font-weight: normal;
    }

    .serA_l>span i,
    .webC_l>span i,
    .mobB_R>span i,
    .desB_l>strong i {
        font-size: 12px;
    }

    .serA_l>span i:before,
    .webC_l>span i:before,
    .mobB_R>span i:before,
    .desB_l>strong i:before {
        top: 7px;
    }

    .serA_l>p {
        margin-top: 22px;
        font-size: 16px;
    }

    .serA {
        padding: 40px 0px;
        margin-top: 0px;
    }

    .serA>div:first-child {
        top: -60px;
    }

    .serA.ser1>div:first-child {
        top: -100px;
    }

    .serA:first-child {
        margin-top: 0px;
    }

    .serA_l>a {
        margin-top: 30px;
        border: none;
    }

    .serA_R {
        margin-top: 32px;
    }

    .serA_l>ul {
        margin-top: 3px;
    }

    .ser4 .serA_l>ul li,
    .ser5 .serA_l>ul li {
        width: 23.5%;
    }

    .ser1 .serA_l>ul li:nth-child(5) {
        display: none;
    }

    .serA_l>ul li {
        text-align: center;
        margin-top: 33px;
    }

    .serA_l>ul li span {
        font-size: 14px;
        height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left !important;
    }

    .serA_l>ul li span em {
        display: none;
    }

    .serA_l>span i:before,
    .mobB_R>span i:before,
    .desB_l>strong i:before,
    .webC_l>span i:before {
        height: 1px;
        top: 8px;
    }

    .mobB_R>div span {
        font-size: 16px;
        color: #333;
    }

    .mobB_R>div p {
        font-size: 12px;
        line-height: 18px;
        padding-right: 0px;
        color: #333;
    }

    .mobC .mobB_R>div span,
    .mobC .mobB_R>div p {
        color: #fff;
    }

    .serA_l {
        width: 90% !important;
        margin: 0px 5% !important;
    }

    .serA_R {
        padding: 0px 5% !important;
        width: 90% !important;
    }

    .c_tit span,
    .mobD_con span {
        font-size: 26px;
        font-weight: normal;
    }

    .c_tit p,
    .mobD_con p {
        font-size: 16px;
        margin-top: 10px;
        padding: 0px;
        line-height: 24px;
    }

    .webA ul {
        margin-top: 0px;
    }

    .webA ul li {
        margin-top: 36px;
        padding-top: 20px;
    }

    .webA ul li:first-child {
        margin-top: 0px;
        padding-top: 0px;
        border: none;
    }

    .webA ul li a i {
        border-radius: 10px;
    }

    .webA ul li a i img {
        height: 20px;
    }

    .webA ul li a strong {
        font-size: 60px;
    }

    .webA ul li a span {
        margin-top: -34px;
    }

    .webA ul li a p {
        margin-top: 8px;
        color: #666;
    }

    .webA ul li a i {
        margin-top: 20px;
        text-align: center;
        display: none;
    }

    .webA ul li a {
        padding: 0px 2% 0px 2%;
        text-align: left;
    }

    .webA ul li a span {
        font-size: 26px;
        font-weight: normal;
        height: auto;
    }

    .webA .c_tit {
        display: none;
    }

    .webA {
        padding: 40px 2%;
        width: 96%;
    }

    .webB {
        padding: 50px 5%;
        width: 90%;
    }

    .webB_con>p {
        font-size: 14px;
        line-height: 20px;
        padding: 0px 5%;
    }

    .webC_l>p {
        margin-top: 8px;
    }

    .webB_con {
        margin-top: 26px;
    }

    .webC_l>ul li {
        margin-top: 18px;
    }

    .webC_l>ul li p {
        margin-top: 4px;
        opacity: 0.8;
        padding-right: 18px;
    }

    .webB_con>img {
        width: 90%;
        margin-top: 40px;
    }

    .webC {
        padding: 50px 0px;
    }

    .webD {
        padding: 50px 2%;
        width: 96%;
    }

    .webE {
        width: 96%;
        padding: 50px 2%;
    }

    .webD_con li {
        width: 100%;
        margin-top: 20px;
    }

    .webD_con li a {
        padding-bottom: 38px;
    }

    .ser_ba_top p {
        font-size: 24px;
        line-height: 28px;
    }

    .ser_ba_top p span {
        font-size: 16px;
    }

    .ser_ba_top {
        padding: 40px 5% 24px 5%;
    }

    .ser_ba_en li a p img,
    .ser_ba_en li a p {
        height: 30px;
    }

    .ser_ba_en li a span {
        margin-top: 10px;
    }

    .ser_ba_en li a {
        background: none;
    }

    .ser_ba_en {
        padding: 18px 0px 34px 0px;
    }

    .mobA dl,
    .mobB_R {
        width: 90% !important;
        margin: 36px 5% 0px 5%;
    }

    .mobA dl:first-child {
        margin-top: 20px;
    }

    .mobB_R {
        margin-top: 0px;
    }

    .mobB_R>ul li p img {
        height: 20px;
    }

    .mobB_R>ul li p {
        width: 46px;
        height: 46px;
        line-height: 46px;
        border-radius: 14px;
    }

    .mobB_R>ul li span {
        font-size: 12px;
        height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 10px;
    }

    .serA_l>ul li span {
        margin-top: 10px;
    }

    .mobA dl dt p span {
        font-size: 26px;
        margin-top: -30px;
        font-weight: normal;
    }

    .mobA dl dd {
        margin-top: 8px;
    }

    .mobA dl dt p i {
        font-size: 60px;
    }

    .mobA {
        padding: 10px 0px 40px 0px;
    }

    .mobB_R>div {
        margin-top: 24px;
    }

    .mobB_R>ul li {
        width: 23.5%;
        margin-right: 2%;
        float: left;
        text-align: left;
        margin-top: 20px;
    }

    .mobB_R>ul li p {
        text-align: center;
    }

    .mobB_R>ul li:nth-child(4n) {
        margin-right: 0px;
    }

    .mobB_R>ul {
        margin-top: 10px;
    }

    .mobB,
    .mobC .w1460 {
        padding: 40px 0px 60px 0px;
    }

    .operaB {
        padding: 50px 0px;
    }

    .operaD {
        padding: 50px 2%;
        width: 96%;
    }

    .operaC {
        padding: 50px 2% 50px 2%;
        width: 96%;
    }

    .operaC .c_tit {
        width: 90%;
        padding: 0px 5%;
    }

    .operaC .w1660 {
        width: 100%;
        padding: 0px;
    }

    .operaD .w1660 {
        padding: 0px 2%;
        width: 96%
    }

    .mobD>p {
        width: 74%;
    }

    .mobD_con {
        width: 100%;
        padding-top: 60px;
    }

    .mobD {
        width: 90%;
        padding: 60px 5% 200px 5%;
    }

    .mobE ul li {
        width: 48%;
        margin-right: 0px;
        margin-top: 30px;
    }

    .mobE ul li:nth-child(2n) {
        float: right;
    }

    .mobE ul li a span {
        margin-top: 18px;
    }

    .mobF {
        padding: 40px 0px;
    }

    .mobE {
        width: 96%;
        padding: 40px 2%;
    }

    .operaA {
        padding: 0px 0px 20px 0px;
    }

    .operaA .w1660 {
        width: 100%;
        padding: 0px;
    }

    .operaA_L {
        padding: 50px 6%;
        display: none;
    }

    .operaA_R li {
        height: auto;
        width: 92%;
        margin: 0px 4%;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 8px;
    }

    .operaA_R li:last-child {
        border: none;
    }

    .operaA_R li>div {
        width: 100%;
        position: static;
        float: left;
        text-align: left;
    }

    .operaA_R li>div {
        padding: 26px 0px 20px 0px;
    }

    .oper_li_bo {
        padding: 0px !important;
        background: none !important;
        text-align: left;
        display: none;
    }

    .oper_li_bo>span {
        position: static;
        transform: translate(0);
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 10px;
    }

    .oper_li_bo>span img {
        height: 20px;
    }

    .oper_li_top>p {
        padding: 0px;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        margin-top: 8px;
    }

    .oper_li_top>span {
        margin-top: 0px;
        font-size: 26px;
        font-weight: normal;
    }

    .operaA_R {
        margin-top: 20px;
    }

    .operaB .c_tit {
        display: none;
    }

    .operaB_bo {
        width: 96%;
        padding: 0px 2%;
    }

    .operaB .c_tit img {
        width: 52px;
        margin: 0px 4px;
    }

    .operaB .c_tit span {
        font-size: 18px;
    }

    .operaB_bo>dl dt {
        font-size: 26px;
        font-weight: normal;
    }

    .operaB_bo>dl dd {
        font-size: 14px;
        margin-top: 0px;
    }

    .operaB_bo>dl dt {
        padding-top: 12px;
    }

    .operaB_con_l {
        width: 100%;
        margin-top: 20px;
    }

    .operaB_bo>dl {
        padding: 0px;
    }

    .operaC_con {
        margin-top: 35px;
    }

    .operaC_con .swiper-pagination {
        margin-top: 24px;
    }

    .operaD ul li a {
        height: 88px;
    }

    .operaD ul li a span {
        line-height: 88px;
    }

    .operaD ul {
        margin-top: 30px;
    }

    .operaB_con_l dl {
        padding: 12px 0px;
    }

    .operaB_con_l dl dd {
        margin-top: 0px;
    }

    .operaB_con_l dl:nth-child(2n) {
        text-align: left;
    }

    .operaB_con_l dl dt {
        font-size: 16px;
    }

    .operaC_con .swiper-slide a span {
        font-size: 14px;
    }

    .desA,
    .desB,
    .cloudD,
    .desC .w1660,
    .cloudA,
    .cloudC {
        padding: 40px 0px;
    }

    .desA .c_tit p {
        padding: 0px 10%;
    }

    .desA ul {
        margin-top: 8px;
    }

    .desA ul li {
        width: 48%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .desA ul li:nth-child(2n) {
        float: right;
    }

    .desA ul li strong {
        font-size: 15px;
        margin: 14px 0px 10px 0px;
    }

    .desA ul li p {
        height: 96px;
        overflow: hidden;
    }

    .desA ul li span img {
        width: 28px;
    }

    .desA ul li span {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .desB_l>strong {
        margin-bottom: 26px;
    }

    .desB_l>span {
        margin-top: 30px;
        font-size: 16px;
    }

    .desB_l>div {
        margin-top: 0px;
    }

    .desB_l>div p {
        font-size: 12px;
    }

    .inF_con li a .span_img {
        left: 0px;
        right: 0px;
        transform: translateX(0);
        text-align: center;
    }

    .desA_sj .swiper-slide strong {
        margin-top: 6px;
    }

    .inF_con li a .span_img img {
        max-width: 100%;
        height: 200px;
    }

    .cloudD .inF_con {
        margin-top: 8px;
    }

    .cloudD {
        padding: 40px 2%;
        width: 96%;
    }

    .cloudE strong {
        font-size: 26px;
        font-weight: normal;
    }

    .cloudE p {
        font-size: 16px;
        line-height: 28px;
    }

    .cloudE a {
        width: 140px;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }

    .cloudE p {
        margin: 10px 0px 32px 0px;
    }

    .cloudE {
        padding: 40px 0px;
    }

    .cloudA ul li {
        width: 72%;
        margin: 20px 14% 0px 14%;
    }

    .cloudA ul li i {
        height: 40px;
    }

    .cloudA ul li i img {
        height: 100%;
    }

    .cloudA ul li span {
        font-size: 18px;
        margin: 10px 0px;
    }

    .cloudA ul {
        margin-top: 14px;
    }

    .cloudB {
        padding: 40px 0px;
    }

    .cloudB span {
        font-size: 24px;
    }

    .cloudB strong {
        font-size: 24px;
        padding: 0px 5%;
        margin: 0px 0px 20px 0px;
        font-weight: normal;
    }

    .cloudB p {
        font-size: 14px;
        line-height: 20px;
        padding: 0px 5%;
    }

    .cloudB a {
        width: 172px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 32px;
        width: 150px;
    }

    .cloudC_con {
        width: 320px;
        height: 155px;
    }

    .cloudC .c_tit {
        margin-bottom: 40px;
        width: 96%;
        padding: 0px 2%;
    }

    .web_ban_l>strong {
        font-size: 16px;
        margin-top: 10px;
    }

    .web_ban_l>strong i,
    .moban_L>p i,
    .moban_L>ul {
        display: none;
    }

    .web_ban_l>p {
        margin-top: 10px;
        font-size: 14px;
    }

    .web_ban_l>h1,
    .web_ban_l>span {
        font-size: 20px;
    }

    .web_ban_l>span {
        margin-top: 10px;
    }

    .moban_L>span {
        font-size: 18px;
    }

    .moban_L>p img {}

    .moban_L>p {
        margin-top: 12px;
    }

    .moban_L>img {
        width: 160px;
    }

    .opera_ban div>p {
        font-size: 20px;
        line-height: normal;
    }

    .opera_ban div>p strong {
        font-size: 18px;
    }

    .opera_ban div>span {
        font-size: 14px;
        line-height: 24px;
    }

    .opera_ban div>a {
        width: 156px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 22px;
    }

    .des_ban div>ul {
        display: none;
    }

    .des_ban div>span,
    .des_ban div>strong {
        font-size: 20px;
    }

    .cloud_ba div>strong {
        font-size: 24px;
    }

    .cloud_ba div>span {
        font-size: 20px;
    }

    .cloud_ba div>p {
        font-size: 14px;
        line-height: 24px;
    }

    .cloud_ba div>strong {
        margin: 8px 0px;
    }

    .serA_l>ul li {
        width: 23.5%;
        margin-right: 2%;
    }

    .serA_l>ul li:nth-child(4n) {
        margin-right: 0px;
    }

    .serA_l>ul li p {
        width: 58px;
        height: 58px;
        line-height: 58px;
        border-radius: 14px;
    }

    .ser5 .serA_l>ul li span,
    .ser4 .serA_l>ul li span {
        width: 100% !important;
    }

    .serA_l>ul li p img {
        height: 20px;
    }

    .serA_l>ul li p {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }

    .con_map.open {
        top: 60px;
    }

    .tel_ban_l {
        width: 100%;
        text-align: center;
    }

    .tel_ban_l>p,
    .tel_ban_l>a {
        display: none;
    }

    .tel_tit span {
        font-size: 24px;
    }

    .tel_tit p,
    .suxq_tit p {
        font-size: 14px;
        line-height: 24px;
        padding: 0px;
        color: #666;
    }

    .tel_tit {
        padding: 32px 0px 30px 0px;
    }

    .suxq_tit {
        padding: 32px 0px 30px 0px;
    }

    .vixq1_bo_t {
        padding: 40px 0px 30px 0px;
    }

    .vixq1_bo_t p a {
        padding: 0px 10px;
        margin: 4px;
        border: 1px solid #f1f1f1;
    }

    .tel_ban_l>h1 {
        font-size: 24px !important;
    }

    .suxq_tit>div {
        width: 100%;
    }

    .suxq_tit span {
        font-size: 22px;
    }

    .suxq_tit p {
        margin-top: 20px;
    }

    .vixq1_bo_t p {
        padding-left: 46px;
    }

    .vixq1_bo_t p i {
        line-height: 40px;
    }

    .vixq1_bo dl dd a img {
        width: 40px;
    }

    .vixq1_bo dl dd a i {
        font-size: 14px;
        margin-top: 8px;
    }

    .vixq1_bo dl dt {
        font-size: 20px;
    }

    .vixq1_bo dl dd:last-child a {
        font-size: 14px;
        line-height: 32px;
    }

    .vixq1_bo dl {
        padding-bottom: 40px;
    }

    .vi_top>h1 {
        font-size: 18px;
        padding-left: 46px;
    }

    .vi_top>h1:before {
        width: 34px;
    }

    .vi_top>h1:before {
        top: 12px;
    }

    .vixq1_con {
        margin-top: 20px;
    }

    .vi_top {
        margin-top: 30px;
    }

    .such_logo li a {
        padding: 24px 0px;
    }

    .such_logo li {
        margin-top: 18px;
    }

    .such_logo li a p img {
        height: 44px;
    }

    .such_logo li a span {
        font-size: 14px;
        margin-top: 10px;
    }

    .contactA_T_R,
    .contactA_B,
    .contactB {
        display: none;
    }

    .contactA {
        background: none;
        margin-top: 0px;
    }

    .news_banner,
    .such_t_r,
    .such_t_l a:first-child {
        display: none;
    }

    .such_t_l {
        padding: 0px 5%;
        text-align: center;
        width: 90%
    }

    .such_t_l a {
        display: inline-block;
        margin: 0px 15px;
        float: none;
    }

    .news_w1660 .such_tit {
        display: block;
    }

    .pager a {
        padding: 0px 10px;
    }

    .news1_w1660 {
        position: relative;
        z-index: 8;
        background: #f0f0f0;
        margin-top: 166px;
    }

    .mobF ul li a>p {
        display: none;
    }

    .mobF ul li a {
        overflow: hidden;
        height: auto;
        padding: 8px 10% 18px 10%;
    }

    .mobF ul li a>div {
        margin-top: 0px;
    }

    .news_con li a div p {
        margin-top: 14px;
        font-size: 14px;
        color: #666;
        margin-top: 10px;
    }

    .news_con li a div {
        padding: 0px 5%;
    }

    .news_con li a div p:last-child {
        font-size: 13px;
        color: #999;
    }

    .news_con li a:after {
        display: none;
    }

    .inF .title>ul li {
        margin: 25px 0px 0px 0px;
    }

    .inF .title>ul li:last-child a {
        padding: 0px 10px;
        color: #666 !important;
        font-size: 12px;
    }

    .inF .title>ul li:last-child a p {
        margin-top: 6px;
        margin-left: 5px;
    }

    .inF .title>ul li:last-child a p img {
        max-width: 80%;
    }

    .fo_en_l>a {
        font-size: 14px;
        color: #fff;
        opacity: 0.4;
        margin-right: 24px;
    }

    .fo_en {
        padding: 0px;
        width: 100%;
    }

    .fo_en_l {
        padding: 30px 0px 26px 0px;
    }

    .sj_about dl dt {
        padding-bottom: 10px;
    }

    .sj_about dl dd {
        margin-top: 7px;
    }

    .xq_en a {
        text-align: left;
    }

    .xq_en a:nth-child(2) span {
        padding-left: 20px;
    }

    .xq_en a:nth-child(2) span:before {
        margin-left: 0px;
        left: 0px;
    }

    .telxqA:after {
        display: none;
    }

    .such_logo {
        margin-top: -16px;
    }

    .xq_bot {
        margin-bottom: 0px;
    }

    .contactA_T_m>p,
    .contactA_T_m div p {
        line-height: 24px;
    }

    .contactA_T_l>span,
    .contactA_T_m div span {
        font-size: 24px;
    }

    .contactA_T_l>p {
        display: none;
    }

    .serA_l>a:after {
        animation: downico 1.5s ease-out infinite;
    }

    @keyframes downico {
        0% {
            left: 0;
            opacity: 1;
        }

        35% {
            left: 50%;
            opacity: 0;
        }

        65% {
            left: -50%;
            opacity: 0;
        }

        100% {
            left: 0;
            opacity: 1;
        }
    }

    .desB_l>p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 4px;
    }

    .banner_con .swiper-slide>a>img .operaA_L>strong {
        font-size: 26px;
        font-weight: normal;
    }

    .operaA_L>span {
        margin-top: 2px;
        padding-bottom: 24px;
    }

    .operaA_L>p {
        line-height: 24px;
    }


}

@media screen and (max-width:480px) {
    .ser_ba_top p {
        font-size: 20px;
    }

    .ser_ba_top p span,
    .serA_l>p {
        font-size: 14px;
    }

    .serA_l>span,
    .webC_l>span,
    .mobB_R>span,
    .desB_l>strong {
        font-size: 22px;
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.news-cont {
    padding: 40px 0 10px;
    margin: 30px 0;
    background: #fff;
    overflow: hidden;
}

.mul {
    width: 100%;
    height: auto;
    text-align: right;
    text-align: center;
    padding: 1rem 0rem;
    background: #f0f0f0;
}

.mul li:hover {
    background: #dd3e20;
}

.mul li {
    min-width: 130px;
    padding: 10px;
    display: inline-flex;
    background: #949494;
    margin: 1%;
    color: #fff;
    float: left;
}

.mul li a {
    color: #fff;
}


.tabList a:hover,
.tabList .tab-item.active {
    background: #dd3e20;
    color: #fff;
    text-decoration: none;
}

.container {
    width: 95%;
}

@media (max-width: 768px) {
    .container {
        width: 90%;
    }
}

.container {
    width: 80%;
    margin: 0 auto;
}


.news-cont .news-list,
.news-detail,
.pro-list {
    padding: 0 2.75%;
    margin-top: 30px;
    overflow: hidden;
}

.tabList {
    padding: 0 2.75%;
}

.tabList .swiper-slide {
    width: auto !important;
    margin-right: 6px;
    margin-bottom: 6px;
}

.tabList a {
    display: block;
    line-height: 30px;
    padding: 10px;
    overflow: hidden;
    background: #f1f1f1;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.tabList a:hover,
.tabList .tab-item.active {
    background: #dd3e20;
    color: #fff;
    text-decoration: none;
}


.news-cont .news-list li {
    float: left;
    width: 32.25%;
    margin-right: 1.625%;
    margin-bottom: 30px;
}

.news-list li:nth-child(3n+3) {
    margin-right: 0;
}

.news-list li .item-top {
    overflow: hidden;
}

.news-list .news-item .item-img {
    padding-bottom: 72.8%;
    position: relative;
    overflow: hidden;
}

.news-list .news-item .item-img img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.news-list .news-item:hover .item-img img {
    transform: scale(1.05);
    -webkit-ransform: scale(1.05);
    -moz-ransform: scale(1.05);
    -o-ransform: scale(1.05);
}

.full_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-list .news-item .item-con {
    padding: 20px 0px;
    position: relative;
}

.news-list .news-item .date {
    line-height: 1;
    padding-bottom: 5px;
    float: left;
    width: 105px;
    text-align: center;
    border-right: 2px solid #eaeaea;
    margin-left: 3px;
}

.news-list .news-item .date .d {
    color: #000;
    line-height: 1;
    margin-bottom: 0;
    font-size: 40px;
}

.news-list .news-item .date .y {
    color: #000;
    font-size: 14px;
}

.news-list .news-item .tit {
    margin-left: 108px;
    padding-left: 17px;
    font-size: 16px;
}

.news-list .news-item .tit p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}

.news-list .news-item .item-desc {
    margin-top: 36px;
    line-height: 21px;
    height: 42px;
    color: #a5a5a5;
}

.twoLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list li a:hover .date .d,
.news-list li a:hover .date .y,
.news-list li a:hover .tit p {
    color: var(--secondary-color);
}

/*新闻详情*/

.detail-title {
    text-align: center;
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.7
}

.detail-info-bar {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dotted #cfcfcf;
    margin-bottom: 20px;
    text-align: center;
}

.detail-info-bar .detail-info-time {
    display: inline-block;
    margin-right: 20px
}

.detail-info-bar .detail-info-numbers {
    display: inline-block;
}

.detail-con {
    font-size: 14px;
    color: #333;
    line-height: 1.7
}

.detail-con img,
.xypg-detail-con p img {
    width: auto !important;
    max-width: 100%;
    height: auto !important
}

.detail-pn {
    margin: 30px 0;
    overflow: hidden;
}

.detail-pn div span {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 13px;
    color: #666;
}

.detail-pn div {
    margin-bottom: 10px;
    background: #ededed;
    line-height: 35px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.detail-pn div b {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: 400
}

.detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #565656
}

.detail-pn div a:hover {
    color: #333333
}



/*产品列表*/
.pro-list li {
    float: left;
    width: 32.25%;
    margin-right: 1.625%;
    margin-bottom: 30px;
}

.pro-list li:nth-child(3n+3) {
    margin-right: 0;
}

.pro-list .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro-list .img img {
    width: 100%;
}

.tutu.clearfix {
    overflow: hidden;
}

.pro-list .img img.up-pic {
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pro-list .img:hover img.up-pic {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
}

img.up-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.pro-list .up-graybox {
    z-index: 3;
}

.up-graybox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.pro-list .img:hover .up-graybox {
    opacity: 100;
    filter: alpha(opacity=100);
}

.up-graybox .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.up-graybox .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
}

.up-graybox .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.up-graybox .linet {
    top: 0;
}

.up-graybox .lineb {
    bottom: 0;
}

.up-graybox:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.up-graybox:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.pro-list .cont-wrap {
    padding: 20px 6.7% 0;
    border: 1px solid #f2f2f2;
    background: #fff;
}

.pro-list .tit {
    line-height: 32px;
    font-size: 18px;
    margin: 0;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 20px);
}

.pro-list .tit a {
    color: #333;
}

.pro-list .tit a:hover {
    color: var(--secondary-color)
}

.pro-list .tu {
    float: right;
}

.pro-list .tu a {
    display: inline-block;
    margin-left: 2%;
}

.pro-list .tu .a2 {
    display: none;
}

.pro-list .tu p img {
    max-width: 100%;
}

.pro-list .intr {
    display: block;
    line-height: 22px;
    font-size: 12px;
    height: 40px;
}

.pro-list .intr p {
    margin: 0;
}

.pro-list .bot-link {
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    line-height: 40px;
    position: relative;
}

.pro-list .bot-link .stt {
    font-size: 14px;
    color: #7c7c7c;
}

.pro-list .bot-link .point {
    display: inline-block;
    width: 24px;
    height: 8px;
    background: url(../images/inico6.png) no-repeat right center;
    margin-top: 14px;
    float: right;
}


/*产品详情*/
.page-wrap-right {
    overflow: hidden;
    margin: 20px 0;
}

.cased1 {
    display: flex;
    background: #fff;
}

.cased1-left {
    width: 42%;
    padding: 5% 4%;
    border-right: 1px solid #dcdcdc;
}

.cased1-title {
    font-size: 30px;
    color: #555555;
    font-weight: bold;
}

.cased1-title span {
    display: block;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin: 20px 0;
}

.cased1-con {
    font-size: 14px;
    color: #828282;
    line-height: 24px;
}

.cased1-con h3 {
    color: rgb(85, 85, 85);
    margin-bottom: 15px;
    font-size: 20px;
}

.cased1-con a {
    display: inline-block;
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    padding: 0.2em 2em;
    color: #fff;
    background: var(--secondary-color);
}

.cased1-con a:hover {
    border: 1px solid #de472a;
    background: #de472a;
}

.cased1-right {
    width: 49%;
    padding: 5% 5%;
}

.cased2-con {
    font-size: 16px;
    margin-top: 2%;
    line-height: 1.75em;
}

.cased2-con p:last-child {
    margin-top: 21px;
}

.cased2 {
    background: #fff;
    padding: 5% 10%;
    margin-top: 2%;
    border-top: none;
    border-top: 1px solid #dcdcdc;
    position: relative;
    overflow: hidden;
}

.cased2 p img {
    max-width: 100%;
    height: auto !important;
    max-height: auto !important;
}

.cased2-con a {
    display: inline-block;
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    padding: 0.2em 2em;
    color: #fff;
    background: var(--secondary-color);
}

.cased2-con a:hover {
    border: 1px solid #de472a;
    background: #de472a;
}

.sx {
    text-align: center;
    margin: 4% 0;
}

.sx li {
    list-style: none;
    display: inline-block;
    margin: 0 2%;
}

.sx li:nth-of-type(1) dt {
    background: url(../images/shang.png) no-repeat top center;
    width: 34px;
    height: 24px;
}

.sx li:nth-of-type(2) {
    background: url(../images/shou.png) no-repeat top center;
    width: 40px;
    height: 37px;
}

.sx li:nth-of-type(2) a {
    display: block;
    width: 100%;
    height: 100%;
}

.sx li:nth-of-type(3) dt {
    background: url(../images/xia.png) no-repeat top center;
    width: 34px;
    height: 24px;
}

video.edui-upload-video.vjs-default-skin.video-js {
    width: 40%;
    height: 100%;
}

video.edui-upload-video2.vjs-default-skin.video-js {
    width: 80%;
    height: 100%;
}

.part-contact {
    padding: 60px 0;
    text-align: center;
    color: #333;
    background: #f0f0f0;
}

.part-contact .txt {
    font-size: 36px;
    line-height: 1.2;
}

.part-contact .tips {
    margin-top: 30px;
    font-size: 16px;
}

.part-contact .contact-btn {
    width: 240px;
    line-height: 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    display: block;
    margin: 30px auto 0;
    font-size: 30px;
}

.part-contact .contact-btn:hover {
    color: #fff;
    background: #dd7a30;
}

.part-contact .contact-btn span {
    position: relative;
    z-index: 2;
}

.part-contact .down-btn {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: 30px auto 0;
}

.part-contact .down-btn span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/down.png) no-repeat center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}



/*服务优势*/
.service-part1,
service-part2 {
    width: 100%;
    overflow: hidden;
}

.service-part1 {
    padding: 5% 0;
}

.service-part1 .part-title {
    text-align: center
}

.service-part1 .part-title .tit {
    line-height: 1;
    text-transform: uppercase;
    font-size: 32px;
    color: #222222;
    font-weight: bold;
}

.part-title .line {
    height: 2px;
    width: 3%;
    max-width: 43px;
    background: var(--secondary-color);
    margin: 2% auto;
}

.part-title .en {
    display: block;
    font-size: 18px;
    color: #8e8e8e;
    padding-left: 30px;
    position: relative;
    font-style: normal;
}

.service-part1 .swiper-box {
    margin-top: 30px;
}

.service-part1 .gallery-thumbs .swiper-slide {
    width: 25%;
}

.service-part1 .service-tab {
    text-align: center;
    cursor: pointer;
    min-width: 200px;
    line-height: 63px;
    font-size: 0;
    padding: 0 28px;
    background: #fff;
    color: #333333;
}

.service-part1 .service-tab img,
.service-part1 .service-tab span {
    display: inline-block;
    vertical-align: middle;
}

.service-part1 .service-tab span {
    font-size: 16px;
    color: #000
}

.service-part1 .service-tab img {
    margin-right: 16px;
    max-width: 22px;
}

.service-part1 .service-tab .imgon {
    display: none;
}

.service-part1 .gallery-thumbs .swiper-slide-thumb-active .service-tab,
.service-part1 .service-tab:hover {
    background: #e6002d;
    color: #fff;
}

.service-part1 .gallery-thumbs .swiper-slide-thumb-active .service-tab span,
.service-part1 .service-tab:hover span {
    color: #fff;
}

.service-part1 .gallery-thumbs .swiper-slide-thumb-active .service-tab .img,
.service-part1 .service-tab:hover .img {
    display: none;
}

.service-part1 .gallery-thumbs .swiper-slide-thumb-active .service-tab .imgon,
.service-part1 .service-tab:hover .imgon {
    display: inline-block;
}

.service-part1 .detail-box {
    margin-top: 30px;
    position: relative;
}

.swiper-btn {
    position: absolute;
    top: 50%;
    margin-top: -46px;
    width: 37px;
    height: 74px;
    background: url(../images/prev.png) no-repeat center;
    background-size: 100%;
    z-index: 22;
}

.swiper-btn.swiper-btn-prev {
    left: 0;
}

.swiper-btn.swiper-btn-next {
    right: 0;
    background-image: url(../images/next.png);
}

.swiper-btn.swiper-btn-prev:hover {
    background-image: url(../images/prevon.png);
}

.swiper-btn.swiper-btn-next:hover {
    background-image: url(../images/nexton.png);
}

.service-part1 .service-item {
    padding-left: 4.13%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-part1 .service-item .item-left {
    width: 43.58%;
    float: left;
    overflow: hidden;
}

.service-part1 .service-item .item-left .img {
    padding-bottom: 60.6%;
    position: relative;
    overflow: hidden;
}

.service-part1 .service-item .item-left .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-part1 .service-item .item-left:hover .img {
    transform: scale(1.05);
}

.service-part1 .service-item .item-right {
    float: right;
    width: 49.24%;
    color: #a5a5a5;
    padding: 15px 0;
}

.service-part1 .service-item .item-right p {
    line-height: 24px;
    color: #666666;
    padding-left: 22px;
    background: url(../images/dot.png) no-repeat left top;
    margin-bottom: 20px;
}

.service-part1 .service-item .item-right p:last-child {
    margin-bottom: 0;
}




@media (max-width:1240px) {
    .new_banner {
        height: 450px !important;
        margin-bottom: 0px !important;
        margin-top: 88px;
    }

    .news-list .news-item .date .d {
        font-size: 35px;
    }

    .part-contact .txt {
        font-size: 30px;
    }

    .part-contact .contact-btn {
        width: 220px;
        line-height: 55px;
        font-size: 25px;
    }

    .cased1-title {
        font-size: 25px;
    }

    .swiper-btn {
        background-size: 70%;
    }

    .service-part1 .service-item .item-right {
        width: 44.24%;
        margin-right: 9%
    }

    .service-part1 .service-item .item-right p {
        margin-bottom: 10px;
    }

    video.edui-upload-video.vjs-default-skin.video-js {
        width: 50%;
    }

    video.edui-upload-video2.vjs-default-skin.video-js {
        width: 100%;
    }
}

@media (max-width:1024px) {
    .new_banner {
        height: 350px !important;
    }

    .news-cont .news-list li,
    .pro-list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .news-cont .news-list li:nth-child(2n+2),
    .pro-list li:nth-child(3n+3) {
        margin-right: 0;
    }

    .news-list .news-item .date .d,
    .service-part1 .part-title .tit {
        font-size: 30px;
    }

    .tabList a {
        display: block;
        line-height: 45px;
        height: 45px;
    }

    .inbanner .iscroll {
        display: none;
    }

    .news-list .news-item .date {
        width: 75px;
    }

    .news-list .news-item .tit {
        margin-left: 78px;
    }

    .part-contact .txt {
        font-size: 26px;
    }

    .part-contact .contact-btn {
        width: 208px;
        line-height: 52px;
    }

    .service-part1 .service-item .item-left {
        width: 100%;
        float: none;
    }

    .service-part1 .service-item .item-left img {
        width: 100%;
    }

    .service-part1 .service-item .item-right {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .service-part1 .service-tab {
        min-width: 100px;
        padding: 10px 20px;
        line-height: 1.5;
    }

    .part-title .en {
        font-size: 16px;
    }

    .service-part1 .service-tab span {}
}

@media (max-width:768px) {
    .part-contact {
        padding: 30px 0;
    }

    .new_banner {
        height: 250px !important;
    }

    .part-contact .txt {
        font-size: 24px;
    }

    .part-contact .contact-btn {
        width: 160px;
        line-height: 40px;
        font-size: 18px;
    }

    .cased1 {
        display: block;
    }

    .cased1-left {
        width: 92%;
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }

    .cased1-right {
        width: 100%;
    }

    .cased1-title {
        font-size: 20px;
    }

}

@media (max-width:500px) {
    .new_banner {
        height: 200px !important;
    }

    .news-cont .news-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .news-list .news-item .item-desc {
        margin-top: 20px;
    }

    .news-list .news-item .date .d,
    .service-part1 .part-title .tit {
        font-size: 25px;
    }

    .tabList a {
        padding: 0 15px 0 15px;
    }

    .pro-list li {
        width: 100%;
    }

    .pro-list .tu .a1 {
        display: none;
    }

    .pro-list .tu .a2 {
        display: block;
    }

    .part-contact .txt {
        font-size: 20px;
    }

    .part-contact .tips {
        font-size: 14px;
        margin-top: 15px
    }

    .part-title .en,
    .service-part1 .service-tab span {
        font-size: 14px;
    }

    .service-part1 .service-tab {
        min-width: 80px;
        padding: 10px 15px;
    }

    .service-part1 .service-tab img {
        margin-right: 10px;
    }

    video.edui-upload-video.vjs-default-skin.video-js {
        width: 100%;
    }
}

/* 新增样式 */
.m11_headbg>div.wapper1 {
    padding: 0 1%;
}

.header_search {
    padding: 0 8% 0 8%;
    background-color: #000;
    position: relative;
    overflow: hidden;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header_search_title {
    font-size: 16px;
    color: #acacac;
}

.header_search_con {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    transform: translateX(66%);
    z-index: 57;
}

.header_search_con #infosearch2 {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #515151;
}

.header_search_con #search_keywords2 {
    height: 60px;
    box-sizing: border-box;
    padding-right: 80px;
    line-height: 60px;
    font-size: 20px;
    width: 100%;
    color: #555;
    background-position: 30px 20px;
    padding-left: 10px;
    text-align: left;
    background: none;
}

.header_search_con #search2 {
    border: none;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    color: #777;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    text-align: center;
    cursor: pointer;
    max-width: 100%;
}

.nav_centerLine {
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: calc(408px + 18vw);
    margin-left: -.5px;
    opacity: 0.12;
    z-index: 1000;
}

.nav_box_right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16vw;
    width: 408px;
    z-index: 1000;
    max-width: 100%;
}

.nav_box_right .inner {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    width: 80%;
    margin: 0 auto;
    max-width: 1386px;
}

.nav_ifm {
    margin-top: 5.3vw;
    opacity: 1;
    transform: scaleY(1);
    transition: all .3s ease .6s;
    -webkit-transition: all .3s ease .6s;
}

.nav_ifm>ul>li {
    margin-bottom: 48px;
}

.nav_ifm>ul>li>a>img {
    display: inline-block;
    vertical-align: top;
}

.nav_ifm_list {
    display: inline-block;
    width: calc(100% - 36px - 35px);
    padding-left: 34px;
}

.nav_ifm_list>span {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.nav_ifm_list>p {
    font-size: 14px;
    text-transform: uppercase;
    opacity: .6;
    letter-spacing: .4px;
    line-height: 1;
    margin-top: 8px;
    display: block;
    font-weight: 300;
    color: #fff;
}

.nav_ewm img {
    width: 108px;
    margin-top: 14px;
    display: inline-block;
    vertical-align: top;
}

.nav_ewm>img:nth-child(1) {
    margin-right: 18px;
}

.header_tel {
    font-size: 20px;
    position: relative;
    padding-left: 42px;
    color: #333;
    margin-right: 20px;
}

.m11_headbg.active .header_tel,
.m11_headbg.hover .header_tel {
    color: #fff;
}

.header_tel>img {
    width: 48px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(0deg);
}

.banner_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:root {
    --animation-duration: 1s;
}

[class^="animate"] {
    opacity: 0;
    transition: all var(--animation-duration) ease;
}

/* 向上动画 - 完全独立 */
.animate-slide-up-show {
    animation: slideUp var(--animation-duration) ease forwards;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 向下动画 - 完全独立 */
.animate-slide-down-show {
    animation: slideDown var(--animation-duration) ease forwards;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 向左动画 - 完全独立 */
.animate-slide-left-show {
    animation: slideLeft var(--animation-duration) ease forwards;
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 向右动画 - 完全独立 */
.animate-slide-right-show {
    animation: slideRight var(--animation-duration) ease forwards;
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 放大动画 - 完全独立 */
.animate-scale-up-show {
    animation: scaleUp var(--animation-duration) ease forwards;
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* 弹性放大动画（带回弹效果）- 可选 */
.animate-scale-bounce-show {
    animation: scaleBounce var(--animation-duration) ease forwards;
}

@keyframes scaleBounce {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* 缩小动画 - 完全独立 */
.animate-scale-down-show {
    animation: scaleDown var(--animation-duration) ease forwards;
}

@keyframes scaleDown {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* 脉冲缩放动画（循环）- 可选 */
.animate-pulse-show {
    animation: pulse var(--animation-duration) ease-in-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.banner_con {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    z-index: 1;
    color: #fff;
    text-align: left;
    margin: 0 66px;
    padding: 0 0 0 calc(17.5% - 66px);
    width: calc(100% - 132px);
    transform: translateY(-50%);
}

.banner_con a {
    color: #fff;
}

.banner_title {
    font-size: 43px;
    font-weight: bold;
    padding-bottom: 24px;
}

.banner_description {
    margin-top: 24px;
    font-size: 35px;
    letter-spacing: 2px;
    color: #fff;
}

.banner_content {
    letter-spacing: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 24px;
}

.banner_content>p {
    padding-top: 20px;
}

.banner_line {
    position: absolute;
    left: 0;
    top: 24px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid #efeeeb80;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner_line::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -66px;
    width: 100vw;
    height: 1px;
    border-top: 1px solid #efeeeb20;
}

.banner_line>label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner_line>label>span:nth-child(1),
.banner_line>label>span:nth-child(3) {
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}

.banner_line>label>span:nth-child(2) {
    width: 1px;
    height: 1px;
    margin: 6px auto 8px;
    background-color: #fff;
}

.footer {
    background-color: #000;
    position: relative;
}

.footer_top {
    width: 94%;
    border-bottom: 1px solid #2a2a31;
    padding: 52px 0px;
    margin: 0px 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_top_left {
    flex: 1;
}

.footer_top_right {
    width: 500px;
    text-align: center;
    background: #e8e8e8;
    /* padding: 10px 10px 20px 10px; */
    margin-left: 15px;
    max-width: calc(100% - 15px);
}

.footer_top_right>img {
    width: 100%;
    height: auto;
}

.footer_top_right>span {
    display: block;
    font-size: 12px;
    color: #3f4041;
    margin-top: 12px;
}

.footer_top_left_title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.footer_top_left_text {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.footer_bottom {
    padding-bottom: 20px;
}

.f_info {
    margin: 0 3%;
    width: 94%;
    font-size: 14px;
    color: #bababa;
    line-height: 26px;
}

.f_info p {
    line-height: 26px;
}

.f_info a {
    color: #bababa;
}

.f_info2 {
    margin: 0 3%;
    width: 94%;
    font-size: 14px;
    color: #bababa;
    line-height: 26px;
    display: none;
}

.f_info2 p {
    line-height: 26px;
}

.f_info2 a {
    color: #bababa;
}

.content1 .item-about .indAb_info .indAb_info_tit>ul>li>a {
    display: inline-block;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    background: #f1f1f1;
    padding: 0 28px 0 29px;
    font-weight: bold;
    text-align: center;
}

.project-description {
    font-size: 28px;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.project-content {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

.project-content p {
    line-height: 1.8;
}

.content7 .about_banner {
    background: url() center center / cover no-repeat;
    height: 845px;
}

.inbannerbg {
    position: relative;
    overflow: hidden;
}

.inbanner {
    position: relative;
}

.inbanner>img {
    width: 100%;
    height: 845px;
    max-height: 100vh;
}

.inbanner_con {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.inbanner_title {
    font-size: 50px;
    color: #fff;
    line-height: 85px;
    font-weight: bold;
}

.inbanner_remarks {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.content4 .inF .title>h4>div>p>span {
    color: #2c2c2c;
    font-size: 14px;
}

.banner_content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_top_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.footer_top_icon>a {
    color: #fff;
    font-size: 20px;
}

.footer_top_icon>a>img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.footer_bottom_icon {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    overflow: hidden;
    z-index: -1;
    background-color: #fff;
    padding: 10px;
    gap: 10px;
}

.footer_bottom_icon_item {
    width: calc(100% / 5 - 10px * 4 / 5);
}

.footer_bottom_icon_item>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    gap: 5px;
    color: #000;
}

.footer_bottom_icon_item>a>i {
    font-size: 16px;
}

.footer_bottom_icon_item:nth-child(3)>a>i {
    font-size: 20px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.1);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*懒加载样式*/
.lazy-img,
.lazy-video {
    position: relative;
    overflow: hidden;
}

.lazy-img img,
.lazy-video video {
    position: relative;
    transition: opacity 0.5s ease-in-out;
    visibility: hidden;
    font-size: 0 !important;
    opacity: 0;
}

.lazy-bg {
    position: relative;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
}

.lazy-img.load img,
.lazy-bg.load,
.lazy-video.load video {
    opacity: 1;
    visibility: visible;
}

.lazy-img::after,
.lazy-bg::after,
.lazy-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pZCI+PGNpcmNsZSBjeD0iMjAiIGN5PSI1MCIgcj0iNiIgZmlsbD0iIzlCOUI5QiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAuMzsxIiBkdXI9IjEuNHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMHMiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI2IiBmaWxsPSIjOUI5QjlCIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MC4zOzEiIGR1cj0iMS40cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIwLjJzIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iODAiIGN5PSI1MCIgcj0iNiIgZmlsbD0iIzlCOUI5QiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAuMzsxIiBkdXI9IjEuNHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBiZWdpbj0iMC40cyIvPjwvY2lyY2xlPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px;
    visibility: visible;
    z-index: 2;
}

.lazy-img.load::after,
.lazy-bg.load::after,
.lazy-video.load::after {
    display: none;
    z-index: -1;
    visibility: hidden;
}

@media(max-width:1682px) {
    .banner_title {
        font-size: 66px;
    }

    .banner_description {
        font-size: 51px;
    }
}

@media(max-width:1600px) {
    .inbanner_title {
        font-size: 50px;
        line-height: 70px;
    }

    .inbanner_remarks {
        font-size: 20px;
    }

    .wapper2 {
        width: 1200px;
    }
}

@media(max-width:1440px) {
    .f_nav ul li a {
        margin-right: 10px;
    }
}

@media(max-width:1368px) {
    .banner_title {
        font-size: 54px;
    }

    .banner_description {
        font-size: 42px;
    }

    .banner_con {
        padding-left: calc(20% - 66px);
    }
}

@media(max-width:1240px) {
    .inbanner>img {
        height: 450px;
    }
}

@media(max-width:1200px) {
    .m11_headbg>div.wapper1 {
        padding: 0 3%;
    }

    .m11_head .logo {
        width: 100px;
    }

    .m11_head .nav_box {
        top: 60px;
        max-height: calc(100% - 60px);
    }

    .m11_head .nav_list>ul>li {
        margin-bottom: 24px;
    }

    .m11_head .nav_list>ul>li>span a {
        font-size: 24px;
    }

    .m11_head .nav_list>ul>li>ul>li>span a {
        font-size: 20px;
    }

    .m11_head .navbg {
        top: 0;
        transform: unset;
        left: 0;
        width: 100%;
    }

    .header_tel {
        display: none;
    }

    .nav_centerLine {
        display: none;
    }

    .nav_box_right {
        display: none;
    }

    .m11_head .rt {
        margin-left: 20px;
    }

    .banner_con {
        margin: 0 10%;
        width: 80%;
        padding-left: 158px;
    }

    .banner_title {
        font-size: 46px;
        border-bottom: 1px solid #efeeeb20;
    }

    .banner_description {
        font-size: 54px;
    }

    .banner_content {
        font-size: 16px;
    }

    .banner_line {
        display: none;
    }

    .f_info {
        display: none;
    }

    .f_info2 {
        display: block;
    }

    .banner .swiper-slide {
        height: calc(100vh - 68px);
    }

    .project-about .project-description {
        font-size: 24px;
        letter-spacing: 2px;
    }

    #serId3 .project-title {
        text-align: left;
    }

    .content7 .about_banner {
        height: auto;
    }

    .wapper2 {
        width: 96%;
        margin: 0px 2%;
    }

    .inner_menu>ul {
        justify-content: left;
        align-items: flex-start;
        /* flex-wrap: wrap; */
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .inner_menu ul li {
        /* width: calc(100% / 2 - 12px / 2); */
    }

    .inner_menu>ul::-webkit-scrollbar {
        display: none;
    }

    .service-part1 .service-item {
        flex-direction: column;
        padding-left: 0;
    }

    .service-part1 .service-item .item-right p {
        padding-left: 0;
    }

    .banner .swiper-slide {
        height: 70vh;
    }
}

@media(max-width:1024px) {
    .banner_description {
        font-size: 45px;
    }

    .banner_con {
        padding-left: 108px;
    }

    .inbanner>img {
        height: 350px;
    }
}

@media(max-width:768px) {
    .banner_title {
        font-size: 30px;
    }

    .banner_description {
        font-size: 22px;
    }

    .footer_top {
        display: none;
    }

    .f_nav {
        padding: 20px 3%;
    }

    .f_nav>ul {
        flex-wrap: wrap;
        justify-content: left;
    }

    .footer {
        margin-bottom: 68px;
    }

    .item-project .item-project-wrap .project-about {
        width: 100%;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 28px;
    }

    .banner_con {
        padding-left: 0;
    }

    .service-part1 .gallery-thumbs .swiper-slide {
        width: calc(50% - 6px);
        margin-top: 6px;
    }

    .inbanner>img {
        height: 250px;
    }
}

@media(max-width:720px) {
    .project-about .project-description {
        font-size: 22px;
        font-weight: 500;
        margin: 14px 0 10px;
    }
}

@media(max-width:568px) {
    .inbanner_title {
        font-size: 24px;
        line-height: 28px;
    }

    .inbanner_remarks {
        font-size: 16px;
    }
}

@media(max-width:500px) {
    .inbanner>img {
        height: 200px;
    }
}

@media(max-width:480px) {
    .inbanner_title {
        font-size: 20px;
    }

    .inbanner_remarks {
        font-size: 14px;
    }

    .inC_con li {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media(max-width:450px) {
    .project-about .project-description {
        font-size: 18px;
    }
}

@media (max-width:999px) {
    .pro-list li {
        width: 48%;
    }

    .pro-list li:nth-child(2n) {
        margin-right: 0;
    }

    .news-cont .news-list li:nth-child(2n+2),
    .pro-list li:nth-child(3n+3) {
        margin-right: 2%;
    }

    .pro-list .intr p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .footer_top {
        display: block;
    }

    .inC_con li {
        width: 48%;
        margin-top: 0;
        margin-right: 7px !important;
        margin-bottom: 10px;
    }
}


@media(max-width:999px) {
    .banner .swiper-slide {
        height: 20vh;
    }

    .banner_title {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .banner_description {
        font-size: 8px;
        margin-top: 10px;
    }

    .banner_content>p {
        padding-top: 0;
    }

    .footer_top_right {
        margin-left: 0;
        width: 100%;
        text-align: left;
        max-width: 100%;
        margin-top: 10px;
    }

    .footer_bottom_icon {
        display: flex;
        z-index: 54;
    }
}
