* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

html,
body {
    position: relative;
    color: #333;
    font-family: "微软雅黑";
    scroll-behavior: smooth;
    
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0;
    display: flex;
}

input,
textarea {
    outline: none;
}

i,
em {
    font-style: normal;
}

.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}


.container {
    width: 1700px;
    margin: 0 auto;
}

.pageContainer {
    width: 100%;
    padding: 0 10.05%;
    box-sizing: border-box;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    transition: all .5s;
}

.headerfix {
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
}

.header .container {
    justify-content: space-between;
    height: 130px;
}

.header .logo {
    max-height: 110px;
}

.header .logo img {
    height: 100%;
    object-fit: contain;
}

.header .right {
    margin-top: 20px;
}

.header .right .nav ul li {
    margin: 0 15px;
    position: relative;
}

.header .right .nav ul li a {
    font-family: "2_45_Light";
    font-size: 16px;
    color: #813f0f;
    transition: all 0.4s;
    width: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23px;
}

.header .right .nav ul li:hover a,
.header .right .nav ul li.active a {
    font-size: 18px;
    font-family: "2_75_SemiBold";
    color: #d0121b;
}

.header .right .nav ul li
.header .right .nav ul li:hover::after,
.header .right .nav ul li.active::after {
    width: 40px;
}
.header .right .nav .line{
    width: 100%;
    position: relative;
    height: 2px;
}
.header .right .nav .line span{
    display: block;
    width: 40px;
    height: 2px;
    background-color: #d0121b;
    display: flex;
    transition: all .5s;
    position: absolute;
    left: calc(109px / 2);
    margin-top: 7px;
    transform: translateX(-50%);
}

.header .right .lang {
    margin-left: 55px;
    position: relative;
}

.header .right .lang .flex {
    cursor: pointer;
}

.header .right .lang .lang_icon {
    margin-right: 12px;
}

.header .right .lang span {
    font-size: 14px;
    color: #813f0f;
    font-family: "2_45_Light";
}

.header .right .lang .arrow_icon {
    margin-left: 12px;
}

.header .right .lang .select {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header .right .lang .select::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.header .right .lang .select ul {
    padding: 15px 5px;
    background-color: #fff;
    border-radius: 10px;
    width: 100px;
}

.header .right .lang .select ul li {
    border-bottom: 1px solid #c7c7c7;
    padding: 5px 0;
}

.header .right .lang .select ul li a {
    font-size: 14px;
    color: #813f0f;
    font-family: "2_45_Light";
    text-align: center;
    display: block;
}
.header .right .lang .select ul li a:hover{
color: #e81b2b;}

.header .menu {
    display: none;
}

.banner {
    overflow: hidden;
    width: 100%;
}

.banner .mySwiper_banner {
    width: 100%;
    position: relative;
}

.banner .pic img {
    width: 100%;
    display: flex;
}

.banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .text h1 {
    font-size: 36px;
    color: #e81b2b;
    font-family: "black";
    font-weight: normal;
    text-align: center;
}

.banner .text h1 em {
    font-style: normal;
    color: #ffc421;
}

.banner .text h2 {
    font-size: 30px;
    color: #e81b2b;
    text-align: center;
}

.banner .swiper-pagination {
    left: 13.54%;
    text-align: unset;
    width: auto;
    bottom: 110px;
}

.swiper-pagination span {
    background: #E81223;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin: 0 10px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #F7AF01;
}

.about {
    padding: 80px 0 90px;
    box-sizing: border-box;
}

.about .container {
    padding: 0 10.78%;
    box-sizing: border-box;
}

.index_title .en_title {
    padding-bottom: 20px;
}

.index_title .en_title span {
    font-size: 45px;
    font-family: "2_105_Heavy";
    text-transform: uppercase;
    line-height: 0.8em;
}

.index_title .en_title .brown {
    color: #9a6835;
    margin-right: 15px;
}

.index_title .en_title .yellow {
    color: #FFC73E;
}

.white {
    color: #fff !important;
}

.index_title .cn_title h5 {
    font-weight: normal;
    font-family: "2_45_Light";
    font-size: 30px;
    color: #272727;
    margin: 0 30px;
    line-height: 1em;
}

.index_title .cn_title::before,
.index_title .cn_title::after {
    content: "";
    display: block;
    width: 37px;
    height: 1px;
    background-color: #F3AB2D;
}

.about .data {
    margin-top: 75px;
}

.about .data ul {
    justify-content: space-between;
}

.about .data .circle {
    border-radius: 50%;
    width: 138px;
    height: 138px;
    background-color: #FFC73E;

    margin: 0 auto 20px auto;
}

.about .data .circle .txt {
    align-items: flex-end;
}

.about .data .circle .txt h1 {
    font-weight: normal;
    color: #fff;
    font-family: Impact;
    font-size: 85px;
    line-height: 0.8em;
}

.about .data .circle .txt em {
    font-family: "2_65_Medium";
    font-size: 14px;
    color: #ffffff;
    line-height: 0.8em;
}

.about .data .des p {
    font-size: 16px;
    color: #9a6835;
    line-height: 1.375em;
    text-align: center;
}

.about .about_text {
    margin-top: 30px;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: auto;
}

.about .about_text a {
    width: 100%;
    height: 100%;
    padding: 0 490px 0 55px;
    box-sizing: border-box;
    flex-direction: column;
    transition: all 0.5s;
    background: url(../images/index_about_bg.png) no-repeat center / cover;
}

.about .about_text a div {
    overflow: auto;
    height: 320px;
}
.about .about_text a div::-webkit-scrollbar { width: 3px; height: 3px; }
.about .about_text a div::-webkit-scrollbar-thumb { background: #888; border-radius: 8px; box-shadow: inset 0 0 5px rgba(0,0,0,0.2); }

.about .about_text p {
    font-size: 18px;
    color: #6c3614;
    line-height: 2.222em;
    font-family: "2_45_Light";
}

/* 首页 - 产品中心 */
.product {
    background: url(../images/index_pro_bg.jpg) no-repeat center / cover;
    padding: 70px 0 110px 0;
    box-sizing: border-box;
}

.product .main ul {
    margin: 20px 0 50px 0;
}

.product .main ul li {
    font-family: "2_35_thin";
    line-height: 1em;
}

.product .main ul li::after {
    content: "|";
    font-family: "2_35_thin";
    font-size: 18px;
    color: #272727;
    display: inline-block;
    height: 18px;
    margin: 0 25px;
}

.product .main ul li:last-child:after {
    content: "";
    display: none;
}

.product .main ul li a {
    font-family: "2_35_thin";
    font-size: 18px;
    color: #272727;
    line-height: 1em;
}

.product .main ul li.active a {
    color: #E81223;
}

.product .main .content {
    border-radius: 25px;
    background-color: rgba(255, 245, 226, .8);
    width: 1212px;

    margin: 0 auto;
    display: flex;

    /*background: url(../images/index_product_bg.png) no-repeat center / cover;*/
}

.product .main .content .left,
.product .main .content .right {
    width: 50%;
}

.product .main .content>div a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product .main .content>div a .img{
    width: 50%;
    overflow: hidden;
}
.product .main .content>div.left{
    background: rgba(254, 212, 109, 0.75);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow: hidden;
}
.product .main .content>div.right{
    background: rgba(255, 199, 62, 0.75);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
}
.product .main .content>div.left a .img img{
    width: 100%;
    display: block;
    position: relative;
 
}
.product .main .content>div.right a .img img{
    width: 100%;
    display: block;
    position: relative;
 

}
.product .main .content>div a .text{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}
.product .main .content .icon {

    height: 111px;
}

.product .main .content .icon img {
    object-fit: contain;
}

.product .main .content h1,
.product .main .content h5 {
    font-family: "2_95_ExtraBold";
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}

.product .main .content h1 {
    font-size: 48px;
}

.product .main .content h5 {
    font-size: 28px;
    line-height: 1em;
}

.product .main .content .arrow {
    margin: 40px auto 0;
}

#change {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;

}


/* 首页 - 案例 */
.case {
    padding: 80px 0 160px 0;
    box-sizing: border-box;
}

.case .main .container {
    padding: 0 10.78%;
    box-sizing: border-box;
}

.case .main {
    margin-top: 40px;
}

.case .main ul {
    margin: 0 -8px -15px;
    display: flex;
    flex-wrap: wrap;
}

.case .main ul li {
    padding: 0 8px;
    width: 50%;
    height: 354px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.case .main ul li a {
    border-radius: 20px;
    background-color: #F18866;
    padding: 50px 20px 30px 50px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.case .main ul li:nth-child(1) a {
    background: url(../images/case_bg1.png) no-repeat center / cover;
}

.case .main ul li:nth-child(2) a {
    background: url(../images/case_bg2.png) no-repeat center / cover;
}

.case .main ul li:nth-child(3) a {
    background: url(../images/case_bg3.png) no-repeat center / cover;
}

.case .main ul li:nth-child(4) a {
    background: url(../images/case_bg4.png) no-repeat center / cover;
}

.case .main ul li h3 {
    font-weight: normal;
    font-family: "2_75_SemiBold";
    font-size: 26px;
    color: #fff;
    margin-left: -2%;
    padding-bottom: 40px;
}
.case .main ul li .des{
    width: 50%;
}
.case .main ul li .des p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.667em;
    font-family: "2_65_Medium";
}

.case .main ul li .btn {
    width: 27px;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 30px;
}

/* 首页 - 证书 */
.honor {
    width: 100%;
    height: 860px;
    overflow: hidden;
    position: relative;
    padding-top: 70px;
    box-sizing: border-box;
    background: url(../images/index_honor_bg.jpg) no-repeat center / cover;
}

.honor .container {
    padding: 0 8.8%;
    box-sizing: border-box;
}

.honor .title {
    display: flex;
    align-items: flex-start;
}

.honor .title .box {
    width: 32%;
}

.honor .title::before {
    content: "";
    display: block;
    margin-right: 14px;
    width: 2px;
    height: 60px;
    background-color: #F3AB2D;
}

.honor .title h1 {
    font-size: 30px;
    color: #9a6835;
    line-height: 1em;
    font-family: "2_75_SemiBold";
    padding-bottom: 10px;
    box-sizing: border-box;
}

.honor .title p {
    font-size: 14px;
    color: rgba(51, 51, 51, .7);
    font-family: "2_45_Light";
    line-height: 1.571em;
}

.honor .main ul li {
    position: absolute;
}

.honor .main ul li:nth-child(1) {
    top: 44%;
    left: 19%;
    z-index: 2;
}

.honor .main ul li:nth-child(2) {
    top: 30%;
    left: 25.5%;
}

.honor .main ul li:nth-child(3) {
    top: 48%;
    left: 40.5%;
    z-index: 2;
}

.honor .main ul li:nth-child(4) {
    top: 16%;
    left: 44%;
}

.honor .main ul li:nth-child(5) {
    top: 36%;
    left: 70%;
    z-index: 2;
}

.honor .main ul li:nth-child(6) {
    top: 23%;
    left: 62%;
}

/* 首页 - 新闻 */
.news {
    padding: 70px 0 90px 0;
    box-sizing: border-box;
}

.news .main {
    margin-top: 40px;

}

.news .main .container {
    padding: 0 8.8%;
    box-sizing: border-box;
    position: relative;
}

.news .main .mySwiper_index_news {
    height: 594px;
}

.news .main .swiper-wrapper {
    align-items: flex-end;
}

.news .main .swiper-wrapper .swiper-slide,
.page4 .list .pageContainer .main ul li {
    display: flex;
    align-items: flex-end;
}

.news .main a,
.page4 .list .pageContainer .main ul li a {
    background-color: #F3F3F3;
    border-radius: 20px;
    width: 100%;
    display: block;
    padding: 40px 25px 50px;
    box-sizing: border-box;
    transition: all 0.5s;
    height: 546px;
}

.news .main a:hover {
    background-color: #FEF2DB;
    padding: 70px 25px 88px;
    height: 594px;
}

.news .main a .top,
.page4 .list .pageContainer .main ul li .top {
    transition: all 0.5s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .main a:hover .top {
    transition: all .5s;
}

.news .main a .top .time,
.page4 .list .pageContainer .main ul li .top .time {
    align-items: flex-end;
    justify-content: unset;
}

.news .main a .top .time em,
.page4 .list .pageContainer .main ul li .top .time em {
    font-family: "roboto_thin";
    color: #282828;
    font-size: 26px;
    line-height: 1em;
    margin-bottom: -5.5%;
    font-weight: bold;
    transition: all .5s;
}

.news .main a:hover .top .time em,
.page4 .list .pageContainer .main ul li a:hover .top .time em {
    color: #9a6835;
}

.news .main a .top .time i,
.page4 .list .pageContainer .main ul li .top .time i {
    font-size: 20px;
    color: #999999;
    font-family: "Gadugi";
    line-height: 1em;
    margin: 0 4px 0 9px;
    display: block;
    transition: all .5s;
}

.news .main a:hover .top .time i,
.page4 .list .pageContainer .main ul li a:hover .top .time i {
    color: #9a6835;
}

.news .main a .top .time span,
.page4 .list .pageContainer .main ul li .top .time span {
    font-family: "Gadugi";
    font-size: 17px;
    color: #999999;
    line-height: 1em;
    transition: all .5s;
}

.news .main a:hover .top .time span,
.page4 .list .pageContainer .main ul li a:hover .top .time span {
    color: #9a6835;
}

.news .main a .top .arrow,
.page4 .list .pageContainer .main ul li .top .arrow {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s;
}

.news .main a:hover .top .arrow,
.page4 .list .pageContainer .main ul li a:hover .top .arrow {
    transform: translateX(0);
    opacity: 1;
}

.news .main a h4,
.page4 .list .pageContainer .main ul li h4 {
    font-family: "2_45_Light";
    font-size: 20px;
    color: #272727;
    font-weight: normal;
    margin: 50px 0 25px 0;
    transition: all 0.5s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .main a:hover h4,
.page4 .list .pageContainer .main ul li a:hover h4 {
    font-family: "2_75_SemiBold";
    color: #9a6835;
    margin: 20px 0 25px 0;
}

.news .main a .des p,
.page4 .list .pageContainer .main ul li .des p {
    font-size: 14px;
    font-family: "2_45_Light";
    color: rgba(39, 39, 39, 0.502);
    line-height: 1.561em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.5s;
}

.news .main a:hover .des p,
.page4 .list .pageContainer .main ul li a:hover .des p {
    color: #9a6835;
}
.news .main a .img{
    padding-bottom: 25px;
    overflow: hidden;
}
.news .main a .img,
.page4 .list .pageContainer .main ul li .img {
    margin-top: 25px;
    overflow: hidden;
    width: 100%;
}

.news .main a .img img,
.page4 .list .pageContainer .main ul li .img img {
    width: 100%;
}

.news .main .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    margin: 0;
    padding-top: 35px;
}

/* 首页 - 下载 */
.download {
    background: url(../images/index_download_bg.png) no-repeat center / cover;
    background-attachment: fixed;
    padding: 100px 0 95px 0;
    box-sizing: border-box;
}

.download .index_title>.white {
    margin-right: 15px;
}

.download .btn {
    font-family: "2_45_Light";
    font-size: 20px;
    color: #76502c;
    text-align: center;
    width: 340.5px;
    height: 64px;
    border-radius: 30px;
    margin: 30px auto 0;
    overflow: hidden;
    background: url(../images/down_btnBg.png) no-repeat center / cover;
}

.download .btn:hover {
    background: rgb(255, 199, 62);
}

/* footer */
.footer {
    background-color: #FEF2DB;
    padding: 100px 0 40px 0;
    box-sizing: border-box;
}

.footer .container {
    padding: 0 8.8%;
    box-sizing: border-box;
}

.footer .top {
    justify-content: space-between;
    align-items: flex-start;
}

.footer .top .left {
    width: 41.14%;
}

.footer .top .left .company {
    margin-bottom: 60px;
}

.footer .top .left .company .cn {
    color: #9a6835;
    font-family: "2_75_SemiBold";
    font-size: 24px;
}

.footer .top .left .company .en {
    color: #9a6835;
    font-family: "2_45_Light";
    font-size: 12px;
    letter-spacing: 2.3px;
}

.footer .top .left form p {
    font-size: 16px;
    font-family: "2_45_Light";
    color: #9a6835;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.footer .top .left form textarea {
    background: transparent;
    outline: none;
    border: 1px solid #B29285;
    width: 80%;
    height: 115px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    font-family: "2_45_Light";
    font-size: 16px;
    display: block;
}

.footer .top .left form input {
    display: block;
    border-radius: 10px;
    background-color: rgb(154, 104, 53);
    width: 110px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: "2_45_Light";
    color: #fef2db;
    cursor: pointer;
    margin-top: 17px;
}
.footer .top .right{
    width: 60%;
}
.footer .top .right .foot_nav ul {
    margin: 0 -30px;
    display: flex;
    justify-content: space-between;
}

.footer .top .right .foot_nav ul li {
    margin: 0 30px;
}

.footer .top .right .foot_nav ul li a {
    font-size: 16px;
    color: #9a6835;
    font-family: "2_45_Light";
    transition: all .5s;
}

.footer .top .right .foot_nav ul li:hover a {
    font-family: "2_75_SemiBold";
}

.footer .top .right .msgBox {
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 90px;
 
  
}
.footer .top .right .msgBox .msg{
    width: 50%;
}
.footer .top .right .msgBox .msg span {
    font-size: 16px;
    color: #9a6835;
    font-family: "2_45_Light";
}

.footer .top .right .msgBox .msg .tel {
    margin: 30px 0 25px 0;
}

.footer .top .right .msgBox .msg .tel a {
    justify-content: unset;
}

.footer .top .right .msgBox .msg .tel p {
    font-size: 30px;
    font-family: "2_45_Light";
    color: #9a6835;
    padding-left: 20px;
    box-sizing: border-box;
}

.footer .top .right .msgBox .msg .content p {
    color: #9a6835;
    font-size: 14px;
    font-family: "2_45_Light";
    line-height: 1.429em;
}

.footer .top .right .msgBox .codeBox ul li {
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    width: 142px;
    height: 184px;
    margin-left: 17px;
}

.footer .top .right .msgBox .codeBox ul li .code {
    background-color: #FFC73E;
    width: 100%;
    height: 134px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 20px;
}

.footer .top .right .msgBox .codeBox ul li .code img {
    max-width: 100%;
}

.footer .top .right .msgBox .codeBox ul li .des {
    flex-direction: column;
    height: calc(100% - 134px);
}

.footer .top .right .msgBox .codeBox ul li .des p {
    color: #272727;
    font-size: 12px;
    font-family: "2_45_Light";
    text-align: center;
}

.footer .bottom {
    margin-top: 125px;
}

.footer .bottom p {
    font-family: "2_45_Light";
    font-size: 12px;
    color: #9a6835;
}

/* 弹窗 */
.caseShow,
.honorShow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.caseShow .box,
.honorShow .box {
    /* background: #fff; */
    position: relative;
    padding: 80px 50px;
    box-sizing: border-box;
}

.caseShow .box {
    border-radius: 20px;
    width: 1256px;
    margin: 0 auto;
    padding: 80px 64px 64px 55px;
}
.click_honor{
    width: 100%;
    height: calc(100%  - 160px);
    display: none;
}
.caseShow .box .cels,
.honorShow .box .cels {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.caseShow .box .con,
.honorShow .box .con {
    display: flex;
    justify-content: space-between;

}
.honorShow .box .con {
    align-items: center;
}
.caseShow .box .con {
    width: 100%;
    background: #ffc73e;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
}

.honorShow .box .con .left,
.honorShow .box .con .right {
    width: 30px;
    height: 80px;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
}

.honorShow .box .con .cels{
    position: absolute;
    right: 30px;
    top: 30px;
}
.honorShow .box .con .left:hover,
.honorShow .box .con .right:hover {
    background: #813f0f;
    color: #fff;
}

.honorShow .box .con .left:after,
.honorShow .box .con .right:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.honorShow .box .con .left:after {
    content: 'prev';
}

.honorShow .box .con .right:after {
    content: 'next';
}

.honorShow .box .con .center {
    margin: 0 15px;
}
.caseShow .box .con .left{
   
}
.caseShow .box .con .left,
.caseShow .box .con .right {
    width: 50%;
}

.caseShow .box .con .left .title h3 {
    font-weight: normal;
    font-family: "2_75_SemiBold";
    font-size: 30px;
    color: #fff;
}
.caseShow .box .con .left .top {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 50px;
    padding-top: 50px;
}
.caseShow .box .con .left .title h3::after {
    content: "";
    display: block;
    width: 43px;
    height: 3px;
    background-color: #fff;
    margin: 10px 0;
}
.caseShow .box .con .right img{
    width: 100%;
    height: 100%;
}


.caseShow .box .con .left .title h5 {
    font-family: "2_95_ExtraBold";
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.caseShow .box .con .left .des p {
    font-size: 16px;
    font-family: "2_45_Light";
    color: #fff;
    line-height: 1.6em;
}

.caseShow .box .con .left .des {
    max-height: 385px;
    overflow: auto;
    padding: 0 50px;
    margin-top: 30px;
}
.caseShow .box .con .left .des::-webkit-scrollbar { width: 3px; height: 3px; }
.caseShow .box .con .left .des::-webkit-scrollbar-thumb { background: #888; border-radius: 8px; box-shadow: inset 0 0 5px rgba(0,0,0,0.2); }


/* 关于我们 page1 */
.innerCol .pageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background-color: #F9F5F3;
}

.innerCol .left ul li {
    margin-right: 35px;
}

.innerCol .left ul li a {
    font-size: 18px;
    color: #813f0f;
}

.innerCol .location p {
    font-size: 14px;
    color: rgba(129, 63, 15, 0.702);
}
.innerCol .location p a{
    font-size: 14px;
    color: rgba(129, 63, 15, 0.702);
}
.page1 .box1 {
    background: url(../images/about_bg1.jpg) no-repeat center / cover;
    padding: 70px 0 150px 0;
    box-sizing: border-box;
}

.boxTitle .pageContainer {
    align-items: flex-start;
    justify-content: space-between;
}

.boxTitle .pageContainer .left::before {
    content: "";
    width: 2px;
    height: 60px;
    background-color: #F3AB2D;
    display: block;
    margin-right: 15px;
}

.boxTitle h2 {
    font-weight: normal;
    font-family: "2_75_SemiBold";
    font-size: 30px;
    color: #9a6835;
    line-height: 1em;
    padding-bottom: 13px;
    box-sizing: border-box;
}

.boxTitle p {
    text-transform: capitalize;
    font-size: 14px;
    color: rgba(168, 123, 79, 0.702);
}

.page1 .box1 .main {
    padding-top: 150px;
    box-sizing: border-box;
}

.page1 .box1 .main .pageContainer {
    justify-content: space-between;
    align-items: center;
    padding: 0 13.2%;
    box-sizing: border-box;
}

.page1 .box1 .main .left {
    width: 44.63%;
    padding-bottom: 40px;
}

.page1 .box1 .main .left p {
    font-size: 16px;
    color: rgb(39, 39, 39);
    line-height: 2em;
    font-family: "2_55_Regular";
}

.page1 .box1 .main .right {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.page1 .box1 .main .right video {
    width: 100%;
}

.page1 .box2 {
    background: url(../images/about_bg2.jpg) no-repeat center / cover;
    padding: 70px 0 120px 0;
    box-sizing: border-box;
}

.page1 .box2 .main {
    margin-top: 73px;
}

.page1 .box2 .main .pageContainer {
    position: relative;
    justify-content: space-between;
}

.page1 .box2 .main .pageContainer .swiper-button-next,
.page1 .box2 .main .pageContainer .swiper-button-prev {
    position: static;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 37px;
    height: 89px;
}

.page1 .box2 .main .pageContainer .swiper-button-prev {
    margin-right: 23px;
}

.page1 .box2 .main .pageContainer .swiper-button-next {
    margin-left: 23px;
}

.page1 .box2 .main .pageContainer .swiper-button-next.swiper-button-disabled,
.page1 .box2 .main .pageContainer .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.page1 .box2 .main .pageContainer .swiper-button-next:after,
.page1 .box2 .main .pageContainer .swiper-button-prev:after {
    font-size: 36px;
    color: #F8E2C8;
}

.page1 .box2 .main .mySwiper_honor {
    width: 92.08%;
    margin: 0 auto;
    overflow: hidden;
}

.page1 .box2 .main .mySwiper_honor .pic {
    width: 100%;
    overflow: hidden;
}

.page1 .box2 .main .mySwiper_honor .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page1 .box3 {
    background-color: #fff;
    padding: 70px 0 170px 0;
    box-sizing: border-box;
    position: relative;
}

.page1 .box3 .main .flex {
    justify-content: space-between;
}

.page1 .box3 .main .flex .left {
    padding: 90px 60px 0 60px;
    box-sizing: border-box;
    width: 27%;
}

.page1 .box3 .main .flex .left .des p {
    font-family: "2_55_Regular";
    font-size: 16px;
    color: #000000;
    line-height: 1.875em;
}

.page1 .box3 .main .flex .right {
    
    bottom: 0;
    right: 0;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    width: 68.53%;
}

.page1 .box3 .main .flex .right img {
    width: 100%;
}

/* 产品 */
.page2 {
    padding-bottom: 178px;
    box-sizing: border-box;
}

.page2 .itemCol {
    padding-top: 85px;
    box-sizing: border-box;
}

.page2 .itemCol .boxTitle .flex {
    align-items: flex-end;
}

.page2 .itemCol .boxTitle p {
    text-transform: uppercase;
}

.page2 .itemCol .boxTitle .more {
    font-size: 14px;
    color: #813f0f;
    font-family: "2_55_Regular";
}

.page2 .itemCol .list {
    padding-top: 30px;
}

.page2 .itemCol .list .swiper-wrapper {
    align-items: flex-end;
    height: 600px;
}

.page2 .itemCol .list .swiper-wrapper .swiper-slide {
    align-items: flex-end;
    display: flex;
    width: calc(25% - 13.5px);
}
.page2 .itemCol .list .swiper{
    overflow: hidden;
} 
.page2 .itemCol .list .swiper-slide {
    transform: translateY(0px);
    transition: all 0.5s ease;
}

.page2 .itemCol .list .swiper-slide:hover {
    transform: translateY(-40px);
}

.page2 .itemCol .list a {
    background-color: #F3F3F3;
    height: 559px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.page2 .itemCol .list a .topImg {
    height: 353px;
    width: 100%;
    overflow: hidden;
    background-color: #FFD45D;
}

.page2 .itemCol .list a .topImg img {
    max-width: 100%;
    transition: all 0.5s ease;
}

.page2 .itemCol .list .swiper-slide:hover .topImg img {
    margin-bottom: -45px;
}

.page2 .itemCol .list a .bottomDes {
    height: calc(100% - 353px);
    flex-direction: column;
}

.page2 .itemCol .list a .bottomDes span {
    font-size: 12px;
    color: #813f0f;
    font-family: "2_35_thin";
    text-transform: capitalize;
}

.page2 .itemCol .list a .bottomDes h5 {
    font-weight: normal;
    font-size: 20px;
    color: #000000;
    font-family: "2_35_thin";
    margin: 15px 0 40px 0;
    line-height: 1em;
}

.page2 .itemCol .list a .bottomDes button {
    background-color: rgb(217, 6, 1);
    width: 88px;
    height: 22px;
    font-size: 11px;
    color: #fff;
    font-family: "2_35_thin";
    border-radius: 11px;
    cursor: pointer;
}

/* 产品详情 */
.page3 .pageContainer {
    width: 83.15%;
    margin: 70px auto 77px;
}
.mySwiper_honor .swiper-slide{
    width: calc(25% - 15px);
}
.page3 .main {
    background-color: rgba(238, 238, 238, .5);
    border-radius: 20px;
    overflow: hidden;
    padding: 70px 0 123px 0;
    box-sizing: border-box;
}

.page3 .main .titleBox {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 0 105px 20px;
}

.page3 .main .titleBox .left {
    display: flex;
    align-items: center;
}

.page3 .main .titleBox .left::before {
    content: "";
    display: block;
    width: 9px;
    height: 44px;
    background-color: #FFD45D;
}

.page3 .main .titleBox .left h3 {
    font-weight: normal;
    font-size: 24px;
    color: #c11920;
    margin-left: 15px;
}

.page3 .main .titleBox .right a {
    font-size: 14px;
    color: #5c4631;
    transition: all .5s;
}

.page3 .main .titleBox .right a:hover {
    color: #c11920;
}

.page3 .main .swiperBox {
    padding: 66px 0 72px 0;
    box-sizing: border-box;
    width: 60.51%;
    margin: 0 auto;
}

.page3 .main .swiperBox .mySwiper_big {
    border-radius: 20px;


    overflow: hidden;
}

.page3 .main .swiperBox .mySwiper_big .swiper-slide,
.page3 .main .swiperBox .mySwiper_mini .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3 .main .swiperBox .mySwiper_big .swiper-slide img,
.page3 .main .swiperBox .mySwiper_mini .swiper-slide img ,
.page3 .main .swiperBox .mySwiper_mini .swiper-slide video 
{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.page3 .main .swiperBox .mySwiper_mini {
    height: 102px;
    width: 100%;
    margin-top: 15px;
}

.page3 .main .swiperBox .mySwiper_mini .swiper-slide {
    cursor: pointer;
    background-color: #EEEEEE;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 150px;
    height: 100%;
}

.page3 .main .swiperBox .mySwiper_mini .swiper-slide-thumb-active {
    background-color: #FFD45D;
}

.page3 .main .box2 .titleBox {
    border-bottom: none;
}

.page3 .main .content {
    width: 60.51%;
    margin: 60px auto 0;
}

.page3 .main .content img {
    max-width: 100%;
    margin: auto;
    text-align: center;
}

/* 新闻 */
.page4 {
    padding: 75px 0 95px 0;
    box-sizing: border-box;
}

.page4 .list,
.page6 .list {
    margin-top: 100px;
}

.page4 .list .main {
    width: 92.1%;
    margin: 0 auto;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.page4 .list .main ul {
    margin: 0 -26px;
    flex-wrap: wrap;
    justify-content: unset;
    align-items: unset;
}

.page4 .list .main ul li {
    width: 33.333%;
    padding: 0 26px;
    box-sizing: border-box;
    margin-bottom: 80px;
    height: 546px;
}

.page4 .list .pageContainer .main ul li:hover a {
    padding: 55px 25px 45px;
    background-color: #FEF2DB;
}
.product_list{
    padding: 80px 0;
}

.product_list .list {
    padding-top: 30px;
}

.product_list .list ul {
   
    height: 600px;
    display: flex;
    flex-wrap: wrap;
}

.product_list .list ul li {
    align-items: flex-end;
    display: flex;
    width: calc(25% - 13.5px);
    margin-right: 13.5px;
}
.product_list .list ul{
    overflow: hidden;
} 
.product_list .list ul li {
    transform: translateY(0px);
    transition: all 0.5s ease;
}

.product_list .list ul li:hover {
    transform: translateY(-40px);
}

.product_list .list a {
    background-color: #F3F3F3;
    height: 559px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.product_list .list a .topImg {
    height: 353px;
    width: 100%;
    overflow: hidden;
    background-color: #FFD45D;
}

.product_list .list a .topImg img {
    max-width: 100%;
    transition: all 0.5s ease;
}

.product_list .list ul li:hover .topImg img {
    margin-bottom: -45px;
}

.product_list .list a .bottomDes {
    height: calc(100% - 353px);
    flex-direction: column;
}

.product_list .list a .bottomDes span {
    font-size: 12px;
    color: #813f0f;
    font-family: "2_35_thin";
    text-transform: capitalize;
}

.product_list .list a .bottomDes h5 {
    font-weight: normal;
    font-size: 20px;
    color: #000000;
    font-family: "2_35_thin";
    margin: 15px 0 40px 0;
    line-height: 1em;
}

.product_list .list a .bottomDes button {
    background-color: rgb(217, 6, 1);
    width: 88px;
    height: 22px;
    font-size: 11px;
    color: #fff;
    font-family: "2_35_thin";
    border-radius: 11px;
    cursor: pointer;
}
.pageNums ul{
    display: flex;
    justify-content: center;
}
.pageNums ul li {
    margin: 0 15px;
}

.pageNums ul li a,
.pageNums ul li span {
    font-size: 22px;
    color: #282828;
}

.pageNums ul li:hover a,
.pageNums ul li.active a,
.pageNums ul li:hover span,
.pageNums ul li.active span {
    color: #d0121b;
}


/* 新闻详情 */
.page5 .main {
    margin: 75px 0 55px;
}

.page5 .main {
    justify-content: space-between;
    align-items: flex-start;
}

.page5 .main .left {
    padding: 100px 55px 60px;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(119, 119, 119, .2);
    width: 69.91% ;
}

.page5 .main .left .title h5 {
    font-weight: normal;
    font-size: 24px;
    color: #000000;
    text-align: center;
    padding-bottom: 14px;
    line-height: 1em;
}

.page5 .main .left .title .msg {
    font-size: 12px;
    color: #2b2b2b;
}

.page5 .main .left .content {
    padding-top: 50px;
}

.page5 .main .left .content img {
    max-width: 100%;
    margin: auto;
}

.page5 .main .left .content p {
    font-size: 16px;
    color: #282828;
    font-family: "2_35_thin";
    line-height: 1.875em;
}

.page5 .main .left .lastNext {
    justify-content: unset;
    margin-top: 50px;
}

.page5 .main .left .lastNext p,
.page5 .main .left .lastNext p span,
.page5 .main .left .lastNext p a {
    font-size: 14px;
    color: #9a6835;
    font-family: "2_35_thin";
    transition: all .5s;
}

.page5 .main .left .lastNext p a:hover {
    color: #d0121b;
    font-weight: bold;
}

.page5 .main .left .lastNext p:first-child {
    margin-right: 20px;
}

.page5 .main .right {
    width: 29.07% !important;
    background-color: #F9F5F3;
    border-radius: 20px;
    padding: 74px 68.5px;
    box-sizing: border-box;
}

.page5 .main .right .title {
    justify-content: space-between;
}

.page5 .main .right .title h5 {
    font-size: 18px;
    color: #c17231;
    font-weight: normal;
    font-family: "2_75_SemiBold";
}

.page5 .main .right .title span {
    display: block;
    width: 69.84%;
    height: 1px;
    background-color: #c17231;
}

.page5 .main .right .list ul li {
    margin: 50px 0;
}

.page5 .main .right .list ul li .pic {
    width: 100%;
    height: 192px;
    overflow: hidden;
    border-radius: 5px;
}

.page5 .main .right .list ul li .pic img {
    max-width: 100%;
    object-fit: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page5 .main .right .list ul li:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page5 .main .right .list ul li h5 {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    line-height: 1em;
    padding: 17px 0 14px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease;
}

.page5 .main .right .list ul li:hover h5 {
    color: #d0121b;
}

.page5 .main .right .list ul li .des p {
    font-size: 12px;
    color: #777777;
    line-height: 1.667em;
    font-family: "2_35_thin";
    transition: all 0.5s ease;
}

.page5 .main .right .list ul li:hover .des p {
    color: rgba(208, 18, 27, .8);
}

/* 下载 */
.page6 {
    padding: 75px 0 65px 0;
    box-sizing: border-box;
}

.page6 .list .main {
    width: 92.1%;
    margin: 0 auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.page6 .list .main ul {
    margin: 0 -5px;
    flex-wrap: wrap;
    justify-content: unset;
    align-items: unset;
}

.page6 .list .main ul li {
    width: 33.333%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.page6 .list .main ul li a {
    background-color: #F3F3F3;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    padding: 44px 40px;
    box-sizing: border-box;
    transition: all .5s ease;
}

.page6 .list .main ul li a:hover {
    transform: translateY(-25px);
    background-color: #FEF2DB;
}

.page6 .list .main ul li .box .top {
    justify-content: space-between;
    padding-bottom: 20px;
}

.page6 .list .main ul li .box .top h5 {
    font-size: 20px;
    font-family: "2_75_SemiBold";
    color: #717171;
    line-height: 1em;
    transition: all .5s ease;
    font-weight: normal;
}

.page6 .list .main ul li a:hover .box .top h5 {
    color: #9a6835;
}

.page6 .list .main ul li .box .top .icon {
    overflow: hidden;
}

.page6 .list .main ul li .box .top .icon img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #4E4E4E);
}

.page6 .list .main ul li .box .des p {
    font-size: 14px;
    color: #717171;
    font-family: "2_45_Light";
    line-height: 1.561em;
    transition: all .5s ease;
}

.page6 .list .main ul li a:hover .box .des p {
    color: #9a6835;
}

.page6 .list .main ul li a:hover .box .top .icon img {
    filter: drop-shadow(100px 0 0 #813F0F);
}

/* 联系我们 */
.page7 {
    padding: 75px 0 124px 0;
    box-sizing: border-box;
}

.page7 .top {
    justify-content: space-between;
    align-items: flex-start;
}

.page7 .top .topLeft {
    width: 50%;
}

.page7 .top .boxTitle .pageContainer {
    padding: 0;
}

.page7 .top .boxTitle {
    margin-bottom: 100px;
}

.page7 .top .topLeft .boxMsg h5 {
    font-weight: normal;
    font-size: 24px;
    color: #9A6835;
    font-family: "2_95_ExtraBold";
    line-height: 1em;
}

.page7 .top .topLeft .boxMsg .tel {
    padding: 30px 0 25px 0;
    box-sizing: border-box;
}

.page7 .top .topLeft .boxMsg .tel a {
    font-size: 30px;
    font-family: "2_45_Light";
    color: #9A6835;
    line-height: 1em;
}

.page7 .top .topLeft .boxMsg .msg p {
    line-height: 2em;
    font-family: "2_45_Light";
    color: #9A6835;
}

.page7 .top .topRight {
    width: 50%;
}

.page7 .top .topRight form {
    margin-top: -25px;
}

.page7 .top .topRight form .inputBox {
    justify-content: space-between;
    align-items: flex-start;
}

.page7 .top .topRight form .inputBox input {
    font-size: 14px;
    color: #9A6835;
    font-family: "2_35_thin";
    outline: none;
    border-bottom: 1px solid #9A6835;
    width: 215px;
    padding: 25px 0;
    box-sizing: border-box;
}

.page7 .top .topRight form textarea {
    width: 100%;
    font-size: 14px;
    color: #9A6835;
    font-family: "2_35_thin";
    outline: none;
    border-bottom: 1px solid #9A6835;
    padding: 25px 0;
    display: block;
    margin-top: 35px;
    height: 90px;
}

.page7 .top .topRight form .submit {
    border-radius: 5px;
    background-color: rgb(154, 104, 53);
    width: 152px;
    height: 39px;
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
    margin-top: 40px;
    cursor: pointer;
}

.page7 .top .topRight form .inputBox input::-webkit-input-placeholder,
.page7 .top .topRight form textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #9A6835;
    font-family: "2_35_thin";
}

.page7 .top .topRight form .inputBox input::-moz-placeholder,
.page7 .top .topRight form textarea::-moz-placeholder {
    font-size: 14px;
    color: #9A6835;
    font-family: "2_35_thin";
}

.page7 .top .topRight form .inputBox input:-moz-placeholder,
.page7 .top .topRight form textarea:-moz-placeholder {
    font-size: 14px;
    color: #9A6835;
    font-family: "2_35_thin";
}

.page7 .top .topRight form .inputBox input::-ms-input-placeholder,
.page7 .top .topRight form textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #9A6835;
    font-family: "2_35_thin";
}

.page7 .top .topRight form .inputBox input:-ms-input-placeholder,
.page7 .top .topRight form textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #9A6835;
    font-family: "2_35_thin";
}

.page7 .mapBox {
    margin-top: 100px;
}

.page7 .mapBox #map {
    border-radius: 20px;
    overflow: hidden;
    height: 480px;
}