@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}

@font-face {
    font-family: '庞门正道标题体';
    src: url('../font/庞门正道标题体.ttf');
}


/* css初始化 */

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif, "SimHei", "PingFang SC", "Source Han Sans CN";
    color: #222;
    padding: 0!important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-weight: 100;
}

@media only screen and (max-width:1024px) {
    body {
        font-size: 16px;
    }
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "Alibaba-PuHuiTi-Regular", Arial, Tahoma, sans-serif, "SimHei", "PingFang SC", "Source Han Sans CN";
}

button {
    overflow: visible;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    border: none;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

li {
    list-style: none;
}

a {
    color: #49433c;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    text-decoration: none !important;
    color: var(--main-color);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}


/* 整体 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 285px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 992px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width: 992px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 999999999999999999999;
        display: none;
    }
}

:focus {
    outline: none;
}

:root {
    --main-color: #164495;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 9999999999999;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.header.on {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    box-shadow: 0 2px 8px #ddd;
}

.header_h {
    height: 120px;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo>a {
    display: flex;
    align-items: center;
}

.header .logo>a .logo_wz {
    margin-left: 12px;
    text-align: center;
}

.header .logo>a h3 {
    font-size: 24px;
    font-weight: bold;
}

.header .logo>a h4 {
    font-size: 14px;
    font-weight: bold;
}

.header .en a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.header .en a:hover {
    color: var(--main-color);
}

.header .nav ul {
    width: 100%;
    display: flex;
}

.header .nav ul li {
    position: relative;
    height: 100px;
    background-size: 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 48px;
    text-align: center;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .nav ul li:hover {
    background-size: 100% 100%;
}

.header .nav ul li.on {
    background-size: 100% 100%;
}

.header .nav ul li:after {
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    bottom: 24px;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav ul li:hover:after {
    width: 100%;
}

.header .nav ul li.on:after {
    width: 100%;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav .y_j a {
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.header .nav .y_j a>span {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}

.header .nav ul li:hover .y_j a {
    color: var(--main-color);
}

.header .nav ul li.on .y_j a {
    color: var(--main-color);
}

.header .nav .e_j {
    width: 150px;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    z-index: 999;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.header .nav .e_j a:first-child {
    padding-top: 10px;
}

.header .nav .e_j a:last-child {
    padding-bottom: 10px;
}

.header .nav .e_j a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.header_sea {
    margin-left: 65px;
}


/* header  an */

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 65px;
    height: 27px;
    width: 40px;
    display: none;
}

.header .an span {
    width: 40px;
    height: 3px;
    background-color: #fafafa;
    display: block;
    position: absolute;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 12px;
    left: 0;
}

.header .an span.a3 {
    top: 24px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


/* .header .container {
    position: relative;
} */

.header .head_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.header .header_ls {
    display: flex;
    align-items: center;
    margin-left: 60px;
}


/* 模态框 */

.search {
    position: fixed;
    top: 64px;
    width: 100%;
    background-color: var(--main-color);
    height: 80px;
    display: none;
    z-index: 9999;
}

.search>.container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.search label {
    position: relative;
    margin: 0 0 0 50px;
    flex: 1;
}

.search label .hr {
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -8px;
    background-color: #131313;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search button {
    margin: 0px 60px 0 30px;
}

.search i {
    margin-right: 40px;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.search i:hover {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.search label input {
    font-size: 17px;
    color: #fff;
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search label input::placeholder {
    color: #fff;
}

.search label input:focus {
    padding-left: 10px;
}

.search label input:focus~.hr {
    width: 100%;
    background-color: #fff;
}

.header .header_l {
    display: flex;
    align-items: center;
}

.header_l .logo {
    height: 34px;
}

.header .header_l .header_dh {
    margin-left: 50px;
    color: var(--main-color);
    font-size: 16px;
}

.header .header_l .header_dh img {
    margin-right: 5px;
}

.header .header_r {
    display: flex;
    align-items: center;
}


/* 模态框 end*/

.container {
    padding: 0 30px;
    max-width: 100%;
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1430px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1400px) {
    .container {
        max-width: 1230px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1360px) {
    .header .nav ul li {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .header .logo {
        margin: 15px 0;
    }
}

.header_h {
    display: none;
}

@media only screen and (max-width: 992px) {
    .header .en {
        margin-right: 40px;
    }
    .header_h {
        display: block;
    }
    .header .logo>a {
        position: static;
    }
    .header .logo img {
        height: 30px;
    }
    .header_sea {
        margin-left: 0;
        margin-right: 30px;
    }
    .header .nav {
        width: 60%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .header .nav ul {
        width: 100%;
        display: block;
    }
    .header .nav ul li:nth-child(2) {
        margin-left: 0;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        text-align: left;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        margin: 0;
        padding: 0;
        display: block;
    }
    .header .nav ul li:after {
        display: none;
    }
    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        text-align: right;
        color: #ddd;
        line-height: 73px;
        z-index: 99;
    }
    .header .nav ul li:hover .y_j i {
        color: #ddd;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav ul li.on .y_j i {
        color: #ddd;
    }
    .header .nav .y_j a {
        /* padding: 15px 0; */
        font-size: 22px;
        line-height: 70px;
        color: #fff;
        display: block;
        font-weight: 400;
    }
    .header .nav .y_j a>span {
        display: none;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header_h {
        height: 65px;
        background: slategray;
    }
    .header .head_icon {
        top: 0;
        margin-top: 0;
        right: 20%;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 18px;
        line-height: 29px;
        text-align: left;
        color: #fff;
    }
    .header .an {
        display: block;
    }
    /* 640 */
    .header .header_ls {
        margin-left: 0;
        margin-right: 70px;
    }
    .header .an {
        right: 5% !important;
    }
    .header .header_r {
        margin-right: 9%;
    }
}

.pc_ban {
    width: 100%;
    overflow: hidden;
}

.pc_ban img {
    width: 100%;
}

.pc_ban .swiper-slide img {
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}

.pc_ban .swiper-slide-active 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);
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    color: #fff;
    transform: scale(0);
    font-size: 30px;
    /* font-weight: bold; */
    margin-top: -25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev {
    left: 0%;
    margin-left: 3%
}

.pc_ban .swiper-button-next {
    right: 0%;
    margin-right: 3%;
}

.pc_ban:hover .swiper-button-prev {
    left: 2%;
    transform: scale(1);
}

.pc_ban:hover .swiper-button-next {
    transform: scale(1);
    right: 2%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 66px;
    height: 6px;
    border-radius: 0;
    background-color: #fff; 
    margin: 0 3px;
    opacity: 1;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--main-color);
}

.sy_product .sy_product_title {
    min-height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #eee;
    font-family: "庞门正道标题体";
}

.sy_product .sy_product_title h2 {
    letter-spacing: 2px;
    font-size: 60px;
    color: #d2d2d2;
}

.sy_product .sy_product_title h3 {
    font-size: 48px;
    color: #434343;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
}

.sy_product .sy_product_top {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.sy_product .sy_product_top h4 {
    font-size: 36px;
    margin-bottom: 7px;
}

.sy_product .sy_product_top h5 {
    font-size: 24px;
}

.sy_product .sy_product_top .more {
    width:250px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border: 1px solid;
    text-align: center;
}

.sy_product .sy_product_top .more:hover {
    color: #fff;
    border-color: var(--main-color);
    -webkit-animation: halftone 1s forwards;
    animation: halftone 1s forwards;
    background: -webkit-radial-gradient(circle, var(--main-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 0 0/1.25em 1.25em, -webkit-radial-gradient(circle, var(--main-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 6.25em 6.25em/1.25em 1.25em;
    background: radial-gradient(circle, var(--main-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 0 0/1.25em 1.25em, radial-gradient(circle, var(--main-color) 0.2em, rgba(0, 0, 0, 0) 0.25em) 6.25em 6.25em/1.25em 1.25em;
}

@-webkit-keyframes halftone {
    100% {
        background-size: 2.375em 2.375em, 0.1em 0.1em;
    }
}

@keyframes halftone {
    100% {
        background-size: 2.375em 2.375em, 0.1em 0.1em;
    }
}

.sy_product_li .sy_product_bottom {
    height: 755px;
    padding: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.sy_product_li .sy_product_bottom .sy_product_bj{
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}
.sy_product_li .sy_product_bottom:hover .sy_product_bj{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.sy_product_li .sy_product_bottom .sy_product_box {
    max-width: 299px;
    min-height: 411px;
    background-color: rgba(137, 111, 86, .8);
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    padding: 15px;
}

.sy_product_bottom .sy_product_box .sy_product_word {
    border: 1px solid #fff;
    padding: 10px;
/*    text-align: left;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    overflow-y: auto;
}
.sy_product_bottom .sy_product_box .sy_product_word::-webkit-scrollbar{width:6px;}

.sy_product_bottom .sy_product_box .sy_product_word::-webkit-scrollbar-track{background-color:#aaa;}

.sy_product_bottom .sy_product_box .sy_product_word::-webkit-scrollbar-thumb{background-color:#000;}

.sy_product_bottom .sy_product_box .sy_product_word::-webkit-scrollbar-thumb:hover{background-color:#5b5b5b;}

.sy_product_bottom .sy_product_box .sy_product_word::-webkit-scrollbar-thumb:active{background-color:#0a0d59;}
.sy_afflatus {
    padding: 55px 0;
    position: relative;
}

.sy_afflatus .sy_afflatus_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 757px;
    height: 342px;
    background-color: rgba(255, 255, 255, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_afflatus .sy_afflatus_box .sy_afflatus_mask {
    background-color: rgba(255, 255, 255, .4);
    width: 708px;
    height: 303px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: "庞门正道标题体";
    padding-bottom: 25px;
    padding-top: 50px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_afflatus .sy_afflatus_box .sy_afflatus_mask h3 {
    margin-bottom: 5px;
}

.sy_afflatus .sy_afflatus_box .sy_afflatus_mask h3,
.sy_afflatus .sy_afflatus_box .sy_afflatus_mask h2 {
    font-size: 48px;
    color: #434343;
}

.sy_afflatus .sy_afflatus_box .sy_afflatus_mask i {
    margin-top: 70px;
    width: 40px;
    height: 34px;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_afflatus .sy_afflatus_box .sy_afflatus_mask:hover i {
    background-position: 40px 0 !important;
}

.sy.afflatus .afflautus_col {
    font-size: 48px;
}

.sy.afflatus .afflautus_col .afflautus_mask2 {
    width: 100%;
    height: 100%;
    border: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 50px;
}

.sy.afflatus .afflautus_col .afflautus_mask2 h5 {
    font-size: 36px;
    margin-top: 15px;
}

.sy_bottm .sy_bottom_content {
    padding: 0 150px 220px;
    text-align: center;
}

.sy_bottom_content .sy_bottom_bt {
    font-size: 20px;
    color: #626262;
    border-bottom: 1px solid #959595;
    display: flex;
    align-items: flex-end;
    padding: 10px 0;
    margin-bottom: 65px;
}

.sy_bottom_content .sy_bottom_bt h2 {
    font-size: 36px;
    color: var(--main-color);
}

.sy_bottom_content .sy_bottom_text {
    font-size: 20px;
    color: #626262;
    line-height: 2;
    position: relative;
}

.sy_bottom_content .sy_bottom_text .absolute {
    width: auto;
    top: -21px;
    left: 0;
    z-index: -1;
}

.sy_bottom_content .sy_bottom_logo {
    margin-top: 80px;
    position: relative;
    display: inline-block;
}

.sy_bottom_content .sy_bottom_logo i {
    width: 150px;
    height: 10px;
    background-color: var(--main-color);
    position: absolute;
    bottom: -29px;
    right: -75px;
}

.sy_com {
    padding-bottom: 110px;
}

.sy_com .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width:1024px) {
    .sy_bottm .sy_bottom_content {
        padding: 0 0 200px;
    }
    .sy_bottom_content .sy_bottom_text .absolute {
        position: absolute;
    }
    .sy_afflatus .sy_afflatus_box .sy_afflatus_mask {
        width: 452px;
        height: 235px;
        padding: 25px 0;
    }
    .sy_afflatus .sy_afflatus_box {
        width: 493px;
        height: 279px;
    }
    .sy_afflatus .sy_afflatus_box .sy_afflatus_mask i {
        margin-top: 20px;
    }
}

.footer {
    padding: 145px 0 95px;
    background-color: #f6f6f6;
    border-top: #c9c9c9 22px solid;
}

.footer .ft_nav ul {
    display: flex;
}

.footer .ft_nav ul li {
    position: relative;
}

.footer .ft_nav ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 15px;
    background-color: #a3a3a3;
}

.footer .ft_nav ul li:first-child:before {
    display: none;
}

.footer .ft_nav ul li a.h5 {
    font-size: 15px;
}

.footer .ft_nav ul li a {
    display: block;
    color: #7d7d7d;
    margin: 0 25px 15px;
}

.footer .ft_nav ul li a:hover {
    color: var(--main-color);
}

.footer .ft_r {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer .ft_r .ft_logo {
    margin-bottom: 50px;
}

.footer .ft_r .ft_lxwm {
    line-height: 2.5;
    margin-bottom: 20px;
    padding: 0 100px;
}

.ny_ban img {
    width: 100%;
}

.ny_crumbs .container {
    height: 50px;
    display: flex;
    color: #969595;
    font-size: 12px;
    align-items: center;
}

.ny_crumbs .container a {
    margin: 0 2px;
}

.ny_crumbs .container a:last-child {
    color: var(--main-color);
}

@media only screen and (max-width:1024px) {
    .ny_crumbs .container,
    .ny_crumbs .container a {
        font-size: 15px;
        color: #777;
    }
}


/* about */

.about {
    padding: 40px 0 135px;
}

.about .about_text {
    color: #626262;
    line-height: 2.3;
}

.about .about_nav {
    margin: 0 -11px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 65px;
}

.about .about_nav li {
    flex: 0 0 50%;
    max-width: 50%;
    height: 585px;
    padding: 0 11px;
    margin-top: 22px;
}

.about .about_nav li a {
    display: block;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.about .about_nav li a span {
    font-size: 24px;
    position: relative;
    z-index: 2;
}

.about .about_nav li a::before,
.about .about_nav li a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .4);
}

.about .about_nav li a::before {
    width: 60.5%;
    height: 146px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.about .about_nav li a::after {
    width: calc(60.5% - 30px);
    height: 116px;
    transition: all .5s .3s;
    -o-transition: all .5s .3s;
    -ms-transition: all .5s .3s;
    -moz-transition: all .5s .3s;
    -webkit-transition: all .5s .3s;
}

.about .about_nav li a:hover::before {
    width: 100%;
    height: 100%;
    opacity: .1;
}

.about .about_nav li a:hover::after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

@media only screen and (max-width:1024px) {
    .about {
        padding-bottom: 60px;
    }
    .about .about_nav li {
        height: 280px;
    }
    .about .about_nav li a::after {
        width: calc(70.5% - 30px);
        height: 85px;
    }
    .about .about_nav li a::before {
        width: 71.5%;
        height: 123px;
    }
    .footer .ft_nav ul {
        display: none;
    }
    .footer {
        padding: 70px 0 50px;
    }
    .about .about_nav li a span {
        font-size: 22px;
    }
    /* .footer .ft_bq {
        text-align: center;
    } */
}


/* about end */


/* about_news */

.about_news{
    padding-bottom: 60px;
}
.about_news_nav {
    display: flex;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 110px;
}

.about_news_nav a {
    flex: 1;
    font-size: 32px;
    min-height: 214px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 8px solid #eeeeee;
    position: relative;
    color: #888;
}

.about_news_nav a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 8px;
    background-color: var(--main-color);
    bottom: -8px;
    z-index: 2;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.about_news_nav a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -26px;
    left: calc(50% - 28px);
    overflow: hidden;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-bottom: 26px solid var(--main-color);
    z-index: -1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.about_news_nav a:hover {
    color: #000;
    border-bottom-color: transparent;
}

.about_news_nav a:hover::before {
    bottom: 0;
}

.about_news_nav a:hover::after {
    width: 100%;
}

.about_news_nav a.on {
    color: #000;
    border-bottom-color: transparent;
}

.about_news_nav a.on::before {
    bottom: 0;
}

.about_news_nav a.on::after {
    width: 100%;
}

.about_news_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}

.about_news_row .about_news_img {
    flex: 0 0 26.4%;
    max-width: 26.4%;
    overflow: hidden;
    position: relative;
}

.about_news_row .about_news_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);
}

.about_news_row .about_news_img img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.about_news_row .about_news_img::before,
.about_news_row .about_news_img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    z-index: 1;
}

.about_news_row .about_news_img::before {
    left: 0;
    top: 0;
    border-top: 2px solid var(--main-color);
    border-left: 2px solid var(--main-color);
}

.about_news_row .about_news_img:after {
    right: 0;
    bottom: 0;
    border-right: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.about_news_row .about_news_img:hover::before,
.about_news_row .about_news_img:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.about_news_row .about_news_content {
    flex: 0 0 70%;
    max-width: 70%;
    font-size: 18px;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
}

.about_news_row .about_news_content .h4 {
    font-size: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.about_news_row .about_news_des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

@media only screen and (max-width:1024px) {
    .about_news_nav a {
        font-size: 24px;
        min-height: 100px;
        border-bottom: 6px solid #eeeeee;
    }
    .about_news_nav a::before {
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        border-bottom: 13px solid var(--main-color);
        left: calc(50% - 13px);
    }
    .about_news_nav a::after {
        height: 6px;
        bottom: -6px;
    }
    .about_news_row .about_news_img,
    .about_news_row .about_news_content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about_news_nav {
        margin-bottom: 85px;
    }
    .about_news_row .about_news_content {
        padding-top: 25px;
    }
    .about_news_row .about_news_content .h4 {
        font-size: 22px;
    }
    .about_news_row .about_news_content .about_news_time {
        padding: 15px 0;
    }
    .about_news_row {
        margin-bottom: 50px;
    }
}


/* about_news end */


/* .about_video */

.about_video {
    padding: 35px 0 100px;
}

.about_video .about_video_hot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_video .about_video_hot img {
    width: 100%;
}

.about_video .about_video_hot .gallery-top {
    flex: 0 0 74.5%;
    max-width: 74.5%;
}

.about_video .about_video_hot .gallery-top .swiper-slide {
    height: 590px;
    position: relative;
}

.about_video .about_video_hot .gallery-top .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
}

.about_video .about_video_hot .gallery-top .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    border: 0px solid rgba(255, 255, 255, .9);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.about_video .about_video_hot .gallery-top .swiper-slide:hover:after {
    border-width: 20px;
}

.about_video .sjx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    cursor: pointer;
    z-index: 1;
}

.about_video .sjx+.video {
    display: none;
}

.about_video .about_video_hot .back {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.about_video .about_video_hot .gallery-thumbs .swiper-slide {
    height: 190px !important;
}

.about_video .about_video_hot .gallery-thumbs {
    flex: 0 0 23%;
    max-width: 23%;
}

.about_video .about_video_hot .gallery-thumbs .swiper-slide {
    padding: 5px;
    border: 1px solid transparent;
    cursor: pointer;
}

.about_video .about_video_hot .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid var(--main-color);
}

.about_video_nav {
    padding: 85px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.about_video_nav li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 112px;
    min-height: 118px;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    padding: 5px;
    padding-top: 30px;
    color: var(--main-color);
    text-align: center;
}

.about_video_nav li a img {
    margin-bottom: 10px;
}

.about_video_nav li a:hover {
    border-radius: 0;
    box-shadow: 8px 8px 16px #ddd;
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.about_video_nav li.on a {
    border-radius: 0;
    box-shadow: 8px 8px 16px #ddd;
    transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.lazy_content .row {
    margin: 0 -7px;
}

.lazy_content .col-lg-3 {
    margin-bottom: 53px;
    padding: 0 7px;
}

.lazy_content .content .content_text {
    font-size: 16px;
    color: #444;
    text-align: center;
    padding: 16px 5px 0;
}

.lazy_content .content_img {
    position: relative;
    overflow: hidden;
}

.lazy_content .content_img>img {
    width: 100%;
}

.lazy_content .content_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);
}

.lazy_more {
    text-align: center;
    color: #7d7d7d;
    font-size: 18px;
    cursor: pointer;
}

@media only screen and (max-width:1024px) {
    .about_video .about_video_hot .gallery-top,
    .about_video .about_video_hot .gallery-thumbs {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about_video .about_video_hot .gallery-top .swiper-slide {
        height: 325px;
    }
    .about_video .about_video_hot .gallery-thumbs .swiper-wrapper {
        margin-top: 25px;
    }
    .about_video .about_video_hot .gallery-thumbs .swiper-slide {
        height: 115px !important;
    }
    .about_video_nav li {
        flex: 0 0 33.3%;
        max-width: 33.3%;
        padding: 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}


/* .about_video end */


/* about_serve */

.about_serve {
    padding: 40px 0 100px;
    line-height: 2;
}


/* about_serve end */


/* about_contact  */

.about_contact {
    padding: 60px 0 145px;
}

.about_contact .about_contact_map {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
}

.about_contact .about_contact_map .about_contact_site {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 85px 30px 85px 55px;
    box-shadow: -10px 0 15px #ddd;
    font-size: 23px;
    color: #000;
    line-height: 2;
}

.about_contact .about_contact_map .about_contact_site li {
    display: flex;
    flex-wrap: wrap;
}

.about_contact .about_contact_map .about_contact_site li .site_title {
    width: 176px;
}

.about_contact .about_contact_map .about_contact_site li .site_content {
    flex: 1;
    padding-top: 25px;
}

.about_contact_baidu {
    flex: 0 0 50%;
    max-width: 50%;
}

.message_bt {
    font-size: 28px;
    color: #000;
}

.message_text {
    font-size: 21px;
    line-height: 2.2;
}

.message_bt>span {
    width: 58px;
    height: 3px;
    background-color: var(--main-color);
    display: block;
    margin: 20px 0 120px;
}

.message_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.message_form input {
    height: 63px;
    width: 48%;
    border: 1px solid #d6d6d7;
    padding-left: 10px;
    font-size: 16px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.message_form input::placeholder {
    font-weight: bold;
}

.message_form input:focus {
    padding-left: 20px;
    box-shadow: 3px 3px 8px var(--main-color);
}

.message_form textarea::placeholder {
    font-weight: bold;
}

.message_form textarea {
    padding: 15px 10px;
    border: 1px solid #d6d6d7;
    font-size: 16px;
    width: 100%;
    margin: 30px 0;
    height: 195px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.message_form textarea:focus {
    padding-left: 20px;
    box-shadow: 3px 3px 8px var(--main-color);
}

.message_form button {
    width: 170px;
    height: 70px;
    background-color: var(--main-color);
    font-size: 21px;
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    border: 2px solid var(--main-color);
}

.message_form button:hover {
    background-color: transparent;
    color: var(--main-color);
    box-shadow: 3px 3px 5px #999;
}

@media only screen and (max-width:1024px) {
    .about_contact .about_contact_map .about_contact_site,
    .about_contact_baidu {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about_contact .about_contact_map .about_contact_site {
        order: 1;
        padding: 25px;
        font-size: 20px;
    }
    .about_contact {
        padding: 50px 0 120px;
    }
    .about_contact .about_contact_map .about_contact_site li .site_content {
        padding-bottom: 28px;
    }
    .about_contact .about_contact_map {
        margin-bottom: 0;
    }
    .message_bt {
        margin-top: 40px;
    }
    .message_bt>span {
        margin: 20px 0 50px;
    }
    .message_form input {
        width: 100%;
    }
    .message_form input:first-child {
        margin-bottom: 30px;
    }
    .message_form button {
        width: 160px;
        height: 60px;
    }
}


/* about_contact end */


/* about_idea */

.about_idea {
    padding: 65px 0 125px;
}

.about_idea .idea_bt {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 46px;
}

.idea_row {
    display: flex;
    flex-wrap: wrap;
}

.idea_row:nth-child(even) {
    flex-direction: row-reverse;
}

.idea_row .idea_col {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
}

.idea_row .idea_col: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);
}

.idea_row .idea_col img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
}

.idea_row .idea_col .idea_col_bt {
    min-height: 165px;
    background-color: #2c497d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    color: #fff;
}

.idea_row .idea_col .idea_col_bt h5 {
    font-size: 36px;
    margin-top: 40px;
}

.idea_row .idea_col .idea_col_bt h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.idea_row .idea_col .idea_col_text {
    height: calc(100% - 165px);
    background-color: #eee;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 2.2;
}

@media only screen and (max-width:1024px) {
    .idea_row .idea_col {
        flex: 0 0 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .idea_row .idea_col .idea_col_text {
        padding: 50px;
    }
}


/* about_idea end */


/* about_honor */

.about_honor .swiper-container {
    padding: 180px 0 370px;
}

.about_honor .swiper-slide {
    padding: 5px;
    border: 2px solid #052866;
    height: 100%;
}

.about_honor .swiper-slide-active {
    transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.about_honor .swiper-slide-prev {
    transform: scale(1.2) translateX(-20px);
    -o-transform: scale(1.2) translateX(-20px);
    -ms-transform: scale(1.2) translateX(-20px);
    -moz-transform: scale(1.2) translateX(-20px);
    -webkit-transform: scale(1.2) translateX(-20px);
}

.about_honor .swiper-slide-next {
    transform: scale(1.2) translateX(20px);
    -o-transform: scale(1.2) translateX(20px);
    -ms-transform: scale(1.2) translateX(20px);
    -moz-transform: scale(1.2) translateX(20px);
    -webkit-transform: scale(1.2) translateX(20px);
}

.about_honor .swiper-pagination {
    bottom: 170px;
    display: flex;
    align-items: center;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.about_honor .swiper-pagination::before {
    content: '';
    position: absolute;
    width: 20000px;
    height: 2px;
    background-color: var(--main-color);
    z-index: -1;
    left: 100%;
    top: calc(50% - 1px);
}

.about_honor .swiper-pagination::after {
    content: '';
    position: absolute;
    width: 20000px;
    height: 2px;
    background-color: var(--main-color);
    z-index: -1;
    right: 100%;
    top: calc(50% - 1px);
}

.about_honor .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    color: transparent;
    width: 14px;
    height: 14px;
    z-index: 2;
    margin: 0 30px;
    opacity: 1;
}

.about_honor .swiper-pagination .swiper-pagination-bullet-active {
    color: var(--main-color);
    line-height: 1;
}

.about_honor .swiper-pagination .swiper-pagination-bullet-active::after {
    background: url(../images/db.png) no-repeat center / cover;
    content: "";
    width: 42px;
    height: 40px;
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 21px);
}

.about_honor .swiper-pagination .swiper-pagination-bullet-active::before {
    display: none;
}

.about_honor .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: var(--main-color);
    border-radius: 50%;
    top: 0;
    left: 0;
}

@media only screen and (max-width:1024px) {
    .about_honor .swiper-slide-prev {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .about_honor .swiper-slide-next {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .about_honor .swiper-slide-active {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .about_honor .swiper-container {
        padding: 100px 0 290px;
    }
    .about_honor .swiper-pagination .swiper-pagination-bullet-active::after {
        top: calc(50% - 23px);
        left: calc(50% - 19px);
    }
}


/* about_honor end */

.product_class {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 2px dashed #e6e6e6;
}

.product_class h4 {
    font-size: 24px;
    color: #323232;
    display: flex;
}

.product_class h4::before {
    content: "";
    width: 5px;
    height: 25px;
    margin-right: 10px;
    background-color: var(--main-color);
}

.product_class ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product_class ul li {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 4px 0 20px;
}

.product_class ul li a {
    font-size: 16px;
}

.product_class ul li.on a {
    color: var(--main-color);
}

.product_search {
    width: 604px;
    height: 64px;
    background-color: #eee;
    margin: 0 auto;
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.product_search input {
    width: calc(100% - 25px);
    font-size: 16px;
    caret-color: var(--main-color);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.product_search input::placeholder {
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.product_search input:focus::placeholder {
    opacity: 0;
}

.product_search input:focus {
    padding-left: 10px;
}

.product {
    padding: 70px 0 110px;
}

.product_row {
    margin: 0 -10px;
}

.product_row .col-lg-3 {
    padding: 0 10px;
    margin-bottom: 25px;
}

.product_row img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.product_row .product_content .product_img {
    overflow: hidden;
    position: relative;
}

.product_row .product_content: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);
}

.product_row .product_content .product_img::before,
.product_row .product_content .product_img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    z-index: 1;
}

.product_row .product_content .product_img::before {
    left: 0;
    top: 0;
    border-top: 2px solid var(--main-color);
    border-left: 2px solid var(--main-color);
}

.product_row .product_content .product_img:after {
    right: 0;
    bottom: 0;
    border-right: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.product_row .product_content:hover .product_img::before,
.product_row .product_content:hover .product_img::after {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.product_row .product_content .product_text {
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 15px;
}

.product_row .product_content:hover .product_text {
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.14);
}

@media only screen and (max-width:1024px) {
    .product_search {
        width: 438px;
        height: 53px;
    }
    .product_row .product_content .product_text {
        font-size: 18px;
    }
}


/* product_washer  */


/* product_washer end*/


/* pages */

.pages {
    display: flex;
    justify-content: center;
}

.pages span,
.pages a {
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #969696;
    border-radius: 5px;
    margin: 0 5px;
}

.pages span:hover,
.pages a:hover {
    color: #fff;
    background-color: var(--main-color);
}

.pages a.current-page {
    color: #fff;
    background-color: var(--main-color);
}


/* pages end */


/* 产品详情页 */

.cp_xq {
    width: 100%;
    padding: 80px 0 140px;
    overflow: hidden;
}

.cp_xq .cp_zs {
    margin-bottom: 35px;
}

.cp_xq .cp_zs .row {
    margin: 0 -20px;
}

.cp_xq .cp_zs .col-12 {
    padding: 0 20px;
}

.cp_xq .cp_dt {
    height: 390px;
}

.cp_xq .cp_dt img {
    width: 100%;
    height: 100%;
    object-fit: over;
    object-position: center;
    display: block;
}

.cp_js h1 {
    font-size: 36px;
    color: var(--main-color);
    margin: 25px 0 0;
}

.cp_js .js_ul li {
    padding: 10px 0 10px 35px;
    border-bottom: 2px solid #eee;
}

.cp_js .js_ul li .js_bt {
    font-size: 20px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    margin-bottom: 5px;position: relative;
}

.cp_js .js_ul li:first-child .js_bt::before{
    width: 29px;
    height:30px ;
    background: url(../images/jp.png) no-repeat center ;
    left: -40px;
}
.cp_js .js_ul li .js_bt::before{
    content: "";
    width: 11px;
    height: 11px;
    background-color: var(--main-color);
    border-radius: 50%;
position: absolute;
left: -30px;
}

.cp_js .js_ul li .js_bt i {
    width: 14px;
    height: 2px;
    background-color: #333;
    position: relative;
}

.cp_js .js_ul li .js_text {
    color: #626262;
    font-size: 16px;
    line-height: 1.5;
    display: none;
}

.cp_js .js_ul li:first-child .js_text {
    display: block;
}

.cp_js .js_ul li .js_bt i::before {
    content: "";
    height: 14px;
    width: 2px;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.cp_js .js_ul li.on i::before {
    transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-cpzs {
    margin-top: 20px;
}

.gallery-cpzs .swiper-slide {
    border: 1px solid #e7e7e7;
    cursor: pointer;
    position: relative;
    height: 85px;
}

.gallery-cpzs .swiper-slide::before {
    content: "";
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.gallery-cpzs .swiper-slide.active {
    border: 1px solid #6b1131;
}

.gallery-cpzs .swiper-slide.active::before {
    opacity: 0;
}

.gallery-cpzs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
}

.product_show {
    padding-bottom: 355px;
}

.product_show .show_content_img {
    height: 416px;
}

.product_show .show_content_img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.product_show_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_show_row:first-child {
    padding-top: 100px;
}

.product_show_row:nth-child(2n) {
    flex-direction: row-reverse;
}

.product_show_row .product_show_content {
    flex: 0 0 43%;
    max-width: 43%;
    position: relative;
}

.product_show_row .product_show_content .show_content_text {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 17px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.show_content_text span {
    width: 80px;
    height: 4px;
    background-color: var(--main-color);
    display: block;
}

.show_content_text h3 {
    font-weight: bold;
    font-size: 36px;
    margin-top: 23px;
    color: var(--main-color);
    margin-bottom: 10px;
}

.show_content_text h2 {
    position: relative;
    font-size: 85px;
    line-height: 1.2;
    color: #e5e5e5;
    font-family: '方正粗黑宋简体';
}

.absolute {
    position: absolute;
    width: 100%;
}

.show_content_text h2::before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #e5e5e5;
    position: absolute;
    right: -19px;
    bottom: 41px;
    transform: rotate( 142deg);
}

.show_content_des {
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width:1024px) {
    .cp_xq {
        padding: 40px 0 60px;
    }
    .cp_xq .cp_zs {
        padding: 25px;
        margin-bottom: 30px;
    }
    .cp_xq .cp_tj {
        display: none;
    }
    .cp_xq .cp_tj {
        padding: 20px;
    }
    .product_show_row div[style="height: 416px;width: 50%;"] {
        display: none;
    }
    .product_show_row .product_show_content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .absolute {
        position: static;
    }
    .product_show .show_content_img {
        height: 402px;
    }
    .product_show_row {
        padding-bottom: 60px;
    }
    .product_show {
        padding-bottom: 120px !important;
    }
}


/* 产品详情页 end */


/* technicalServices */

.technicalServices {
    padding-bottom: 100px;
}

.technicalServices .technicalServices_nav {
    padding: 20px 0;
}

.technicalServices .technicalServices_nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.technicalServices .technicalServices_nav ul a {
    width: 115px;
    height: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #535353;
    margin: 0 80px;
}

.technicalServices .technicalServices_nav ul a i {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.technicalServices .technicalServices_nav ul a:hover {
    border: 2px solid var(--main-color);
}

.technicalServices .technicalServices_nav ul a:hover i {
    background-position: center top !important;
}

.technicalServices .technicalServices_nav ul a.on {
    border: 2px solid var(--main-color);
    color: var(--main-color);
}

.technicalServices .technicalServices_nav ul a.on i {
    background-position: center top !important;
}

.technicalServices_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.technicalServices_row:nth-child(even) {
    flex-direction: row-reverse;
}

.technicalServices_row .technicalServices_img,
.technicalServices_row .technicalServices_content {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
}

.technicalServices_row .technicalServices_img img {
    width: 100%;
    transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
}

.technicalServices_row .technicalServices_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);
}

.technicalServices_row .technicalServices_content {
    padding: 40px 65px;
    font-size: 17px;
    letter-spacing: .5px;
    line-height: 1.5;
}

.technicalServices_row .technicalServices_content h2 {
    font-size: 31px;
    color: var(--main-color);
    margin: 33px 0;
    letter-spacing: 2px;
    font-weight: 400;
}

.technicalServices_row .technicalServices_content i {
    width: 100px;
    height: 3px;
    background-color: var(--main-color);
    margin-bottom: 50px;
    display: block;
}

@media only screen and (max-width:1024px) {
    .technicalServices .technicalServices_nav ul li {
        flex: 0 0 33.3%;
        max-width: 33.3%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .technicalServices .technicalServices_nav ul a {
        margin: 0;
        font-size: 15px;
    }
    .technicalServices_row .technicalServices_img,
    .technicalServices_row .technicalServices_content {
        flex: 0 0 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .technicalServices_row .technicalServices_content {
        padding: 30px;
    }
    .technicalServices_row .technicalServices_content h2 {
        margin: 30px 0;
    }
    .technicalServices_row {
        margin-top: 65px;
    }
    .technicalServices_row .technicalServices_content i {
        margin-bottom: 37px;
    }
    .technicalServices .technicalServices_nav ul a i {
        width: 43px;
        height: 43px;
    }
}


/* technicalServices end */


/* afflatus  */

.afflatus {
    padding: 80px 0 88px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.afflatus .afflautus_col {
    position: relative;
    color: #fff;
    font-size: 36px;
    height: 786px;
    height: 382px;
    flex: 0 0 32.6%;
    max-width: 32.6%;
    overflow: hidden;
}

.afflautus_col .afflautus_mask1 {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 50px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.afflatus .afflautus_col:hover .afflautus_mask1 {
    transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -webkit-transform: rotate(360deg) scale(0);
    opacity: 0;
}

.afflatus .afflautus_col .afflautus_mask2 {
    margin: 70px;
    border: 5px solid #fff;
    width: calc(100% - 140px);
    height: calc(100% - 140px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.afflatus .afflautus_col:hover .afflautus_mask2 {
    opacity: 1;
    text-shadow: 5px 5px 9px #000;
}

@media only screen and (max-width:1024px) {
    .afflatus .afflautus_col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.header_en{
    font-size: 18px;
    color: var(--main-color);
    font-weight: bold;
    margin-left: 30px;
}
/* afflatus  end*/