@font-face {
    font-family: 'Go_Medium';
    src: url('../fonts/Go_Medium.eot');
    src: url('../fonts/Go_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Go_Medium.woff') format('woff'), url('../fonts/Go_Medium.ttf') format('truetype'), url('../fonts/Go_Medium.svg#Go_Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Go_Book';
    src: url('../fonts/Go_Book.eot');
    src: url('../fonts/Go_Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Go_Book.woff') format('woff'), url('../fonts/Go_Book.ttf') format('truetype'), url('../fonts/Go_Book.svg#Go_Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
    font-family: 'Go_Book', Arial, sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
	image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}


/* 电脑端 */

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        height: 68px;
        background-color: #111;
    }
    .pcheader {
        max-width: 1250px;
        height: 68px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
    }
    .pcheaderleft .pclogo {
        height: 45px;
    }
    .foot .footer .footeritem img {
        height: 45px;
        display: block;
        margin-top: -20px;
    }
    .pcheaderleft {
        display: flex;
        align-items: flex-end;
        margin-right: 140px;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav li a {
        display: block;
        height: 68px;
        line-height: 68px;
        color: #fff;
        font-size: 13px;
        padding: 0 30px;
        font-weight: bold;
    }
    .pcheaderright {
        display: flex;
        align-items: center;
    }
    .lang_switch {
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
        user-select: none;
        margin-left: 20px;
    }
    .lang_switch span {
        display: block;
        margin-left: 10px;
        color: #fff;
        font-size: 13px;
    }
    .langtab {
        position: absolute;
        z-index: 5;
        top: 30px;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 7%);
        display: none;
    }
    .langtab a {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 13px;
        transition: all ease 0.4s;
        color: #000;
    }
    .langtab a:hover {
        background-color: #111 !important;
        color: #fff !important;
    }
    .toplink {
        display: flex;
        align-items: center;
        margin-left: 25px;
    }
    .toplink a {
        display: block;
        padding: 0 10px;
        color: #fff;
    }
    .navbtn {
        cursor: pointer;
    }
    .pccover {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }
    .tcnav {
        width: 300px;
        height: 100%;
        background-color: #f3f3f3;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 100;
        transition: all ease 0.6s;
        padding: 0 30px;
        overflow: scroll;
        padding-top: 100px;
    }
    .guan {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .tcnav ul li a {
        color: #262626;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        display: block;
    }
    .tcnav strong {
        display: block;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .tcnav .links {
        display: flex;
    }
    .tcnav .links a {
        display: block;
        color: #111;
        margin-right: 10px;
        font-size: 20px !important;
    }
    .pcnavshow {
        left: 0 !important;
    }
    .nav2 {
        width: 100%;
        height: 77px;
        background-color: #c9c9c9;
        position: relative;
    }
    .nav2con {
        max-width: 1130px;
        padding: 0 15px;
        height: 77px;
        display: flex;
        margin: 0 auto;
        align-items: center;
        /* justify-content: space-between; */
        position: relative;
    }
    .pro_hover {
        position: relative;
    }
    .pro_hover:hover .secpronav {
        opacity: 1 !important;
        transform: perspective(1920px) rotateX(0deg) !important;
        visibility: visible !important;
    }
    .secpronav {
        position: absolute;
        width: 1270px;
        top: 100%;
        left: -135px;
        z-index: 999;
        background-color: #fff;
        min-height: 200px;
        transform: perspective(1920px) rotateX(-80deg);
        opacity: 0;
        transition: all .3s 0s;
        visibility: hidden;
    }
    .secpronavcon {
        display: flex;
        justify-content: space-between;
    }
    .par_a {
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
    }
    .ec_aa a {
        color: #666;
        font-size: 14px;
        margin-bottom: 15px;
        display: block;
        transition: all ease 0.3s;
    }
    .ec_aa a:hover {
        color: #e60012;
        padding-left: 5px;
    }
    .par_a img {
        width: 100%;
    }
    .secpronavleft ul {
        display: flex;
        justify-content: space-between;
    }
    .secpronavleft ul li {
        width: 31%;
    }
    .secpronavleft {
        width: 50%;
        background-color: #f8f8f8;
        padding: 30px 35px;
    }
    .secpronavright {
        width: 50%;
        padding: 10px;
        background-color: #f8f8f8;
    }
    .secpronavright img {
        width: 100%;
    }
    .nav2left {
        margin-left: 60px;
    }
    .nav2left ul {
        display: flex;
        align-items: flex-start;
    }
    .nav2left>ul>li {
        padding: 20px 17px;
        color: #262626;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 3px solid #c9c9c9;
        cursor: pointer;
    }
    .nav2left>ul>li:hover {
        background-color: #b0b0b0;
        border-bottom: 3px solid #111;
    }
    .nav2left ul li span {
        font-size: 12px;
        font-weight: normal !important;
        display: block;
    }
    .nav2right {
        height: 100%;
        display: flex;
        align-items: center;
        border-bottom: 3px solid #c9c9c9;
        padding: 20px 40px;
        cursor: pointer;
    }
    .nav2right span {
        color: #262626;
        font-size: 14px;
        display: block;
        margin-right: 20px;
        font-family: 'Go_Medium', Arial, sans-serif;
        font-weight: normal;
    }
    .nav2right:hover {
        background-color: #b0b0b0;
        border-bottom: 3px solid #111;
    }
    .pcsearch {
        width: 100%;
        height: 85px;
        background-color: #fff;
        position: absolute;
        width: 100%;
        top: 100%;
        display: none;
        left: 0;
        z-index: 999;
    }
    .pcsearchcon {
        max-width: 220px;
        height: 85px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .pcsearchcon i {
        color: #111;
        font-size: 25px !important;
    }
    .pcsearchcon input {
        flex: 1;
        padding-left: 20px;
        outline: none;
        height: 50px;
        border: none;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .mbsearch {
        display: none;
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
        height: calc(100vh - 145px);
        object-fit: cover;
    }
    .banner .part {
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 100%;
        display: block
    }
    .banner .banMore {
        min-width: 220px;
        padding: 10px;
        border: 1px solid #f5a800;
        font-size: 15px;
        color: #f5a800;
        font-weight: bold;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .banner .banMore:hover {
        background: #f5a800;
        color: #fff;
    }
    .banner .swiper-pagination {
        bottom: 40px !important;
    }
    .banner .swiper-pagination-bullet {
        width: 45px !important;
        height: 3px !important;
        border-radius: 3px !important;
        background-color: #fff;
        opacity: 1;
    }
    .banner .swiper-pagination-bullet-active {
        background-color: #f5a800;
    }
    .con1 {
        background-color: #f3f3f3;
        padding: 55px 0;
    }
    .con1con {
        max-width: 1280px;
        margin: 0 auto;
    }
    .title {
        margin-bottom: 55px;
    }
    .title strong {
        display: block;
        font-weight: normal;
        font-size: 30px;
        text-align: center;
        color: #262626;
    }
    .title p {
        text-align: center;
        color: #262626;
        font-size: 14px;
    }
    .con1swiper {
        width: 100%;
    }
    .con1swiper .swiper-slide {
        padding-bottom: 50px;
    }
    .con1slide {
        display: flex;
    }
    .con1slide a {
        display: block;
        width: 28%;
    }
    .con1slide a img {
        width: 100%;
    }
    .con1slide_right {
        flex: 1;
        padding-left: 20px;
    }
    .con1slide_right span {
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
        display: block;
        margin-bottom: 15px;
    }
    .con1slide_right h3 {
        font-size: 32px;
        color: #262626;
        margin-bottom: 20px;
    }
    .con1slide_right p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 25px;
        color: #262626;
    }
    .con1slide_right a {
        display: block;
        width: 140px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #262626;
        font-size: 13px;
        border: 1px solid #262626;
    }
    .con1swiper .swiper-pagination-bullet {
        width: 45px !important;
        height: 3px !important;
        border-radius: 3px !important;
        background-color: #000;
    }
    .con1swiper .swiper-pagination-bullet-active {
        background-color: #f5a800;
    }
    .con2 {
        width: 100%;
        padding: 55px 0;
        background-color: #111;
    }
    .con2 .title strong {
        color: #c9c9c9 !important;
    }
    .con2 .title p {
        color: #c9c9c9 !important;
    }
    .con2con {
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2conleft {
        width: 48%;
    }
    .con2conleft a img {
        width: 100%;
    }
    .con2conleft strong {
        display: block;
        padding: 15px 0;
        color: #c9c9c9;
        font-size: 13px;
    }
    .con2conleft span {
        color: #c9c9c9;
        font-size: 12px;
        margin-bottom: 15px;
        display: block;
    }
    .con2conleft a {
        display: block;
        font-size: 25px;
        color: #c9c9c9;
    }
    .con2conright {
        width: 45%;
    }
    .indexnewitem {
        display: flex;
        flex-wrap: wrap;
        padding: 28px 0;
        border-top: 1px solid #363636;
    }
    .indexnewitemleft {
        width: 35%;
    }
    .indexnewitemleft img {
        width: 100%;
    }
    .indexnewitemright {
        flex: 1;
        padding-left: 20px;
    }
    .indexnewitemright strong {
        display: block;
        color: #c9c9c9;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .indexnewitemright span {
        color: #c9c9c9;
        font-size: 12px;
        margin-bottom: 15px;
        display: block;
    }
    .indexnewitemright a {
        display: block;
        font-size: 15px;
        color: #c9c9c9;
    }
    .con3 {
        max-width: 1280px;
        margin: 0 auto;
        padding: 55px 0;
    }
    .con3 .title strong {
        color: #8c7156 !important;
    }
    .con3 .title p {
        color: #262626 !important;
    }
    .con3_imgbox {
        position: relative;
    }
    .con3_imgbox img {
        width: 100%;
    }
    .con3pos {
        width: 630px;
        /*background-color: #fff;*/
        position: absolute;
        padding: 40px;
        left: 0;
        top: 100px;
    }
    .con3pos strong {
        color: #8c7156;
        font-size: 45px;
        display: block;
        margin-bottom: 20px;
    }
    .con3pos p {
        color: #262626;
        font-size: 32px;
        margin-bottom: 30px;
    }
    .con3pos a {
        width: 200px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        transition: all ease 0.4s;
        color: #f5a800;
        border: 1px solid #f5a800;
        display: block;
    }
    .con3swiper {
        width: 650px;
        padding: 0 50px !important;
    }
    .con3swiper .con3imgvox {
        padding: 20px;
    }
    .con3swiper .con3imgvox img {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .con3swiper .swiper-slide {
        position: relative;
    }
    .con3pos1 {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 20px;
        left: 0;
        top: 0;
        background-color: #8c7156;
        transition: all ease 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        opacity: 0;
        cursor: pointer;
    }
    .con3swiper .swiper-slide:hover .con3pos1 {
        opacity: 1 !important;
    }
    .discov {
        width: 310px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition: all ease 0.4s;
        color: #f5a800;
        border: 1px solid #f5a800;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .con4 {
        padding: 55px 0;
        background-color: #f3f3f3;
        width: 100%;
    }
    .con4 .title p {
        color: #262626;
    }
    .con4 .title strong {
        color: #262626;
    }
    .con4con {
        max-width: 1280px;
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: 23%;
    }
    .con4con ul li img {
        width: 60px;
        display: block;
        margin-bottom: 30px;
    }
    .con4con ul li span {
        color: #262626;
        font-size: 18px;
        display: block;
        margin-bottom: 30px;
    }
    .con4con ul li p {
        color: #262626;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .con4con ul li a {
        display: block;
        color: #262626;
    }
    .con5 {
        width: 100%;
        background-image: url(../images/bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 95px 0;
        margin-bottom: 0px;
    }
    .con5con {
        max-width: 960px;
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
    }
    .con5conleft {
        width: 58%;
    }
    .con5conblank {
        width: 48%;
    }
    .con5conleft p {
        color: #fff;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .con5conleft span {
        color: #fff;
        font-size: 16px;
        display: block;
        margin-bottom: 25px;
    }
    .con5conleft a {
        display: block;
        width: 285px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-weight: bold;
        border: 1px solid #fff;
        transition: all ease 0.4s;
        color: #fff;
    }
    .con5conleft a:hover {
        background-color: #262626 !important;
        color: #fff !important;
    }
    .foot {
        width: 100%;
        background-color: #111;
    }
    .footer {
        max-width: 1280px;
        padding: 80px 0;
        margin: 0 auto;
        justify-content: space-between;
        display: flex;
        border-bottom: 1px solid #262626;
    }
    .footeritem {
        padding: 0 30px;
    }
    .flink p {
        font-size: 13px;
        margin-bottom: 20px;
        color: #c9c9c9;
        font-weight: bold;
    }
    .flink a {
        font-size: 13px;
        margin-bottom: 10px;
        color: #c9c9c9;
        display: block;
    }
    .copy {
        width: 100%;
        padding: 20px 0;
        background-color: #111;
    }
    .copycon {
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .copycon span {
        color: #c9c9c9;
        font-size: 12px;
    }
    .copycon a {
        color: #c9c9c9;
        font-size: 12px;
    }
    .flink i {
        display: none;
    }
    .inbanner {
        width: 100%;
        height: 540px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .inbanner strong {
        text-align: center;
        color: #f5a800;
        font-size: 70px;
        margin-bottom: 20px;
    }
    .inbanner p {
        font-size: 36px;
        color: #fff;
        text-align: center;
    }
    .ab1 {
        width: 100%;
        padding: 55px 0;
        background-color: #ebebeb;
    }
    .ab1con {
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .ab1conleft {
        width: 57%;
    }
    .ab1conleft p {
        color: #262626;
        font-size: 38px;
        margin-bottom: 20px;
    }
    .ab1conleft span {
        color: #262626;
        font-size: 18px;
        line-height: 25px;
    }
    .ab1conright {
        width: 33%;
    }
    .ab1conright img {
        width: 100%;
    }
    .ab2 {
        margin-top: 100px;
    }
    .ab2con {
        max-width: 1250px;
        margin: 0 auto;
    }
    .pro {
        max-width: 1280px;
        margin: 0 auto;
    }
    .protop {
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 4px solid #ececec;
    }
    .protopleft {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
    }
    .protopleft span {
        display: block;
        padding: 0 5px;
    }
    .protopleft a {
        font-size: 14px;
        margin-bottom: 10px;
        color: #333;
        display: block;
        padding-top: 3px;
    }
    .protopleft a:hover {
        color: #e60012;
    }
    .protopright {
        width: 30%;
        padding-left: 35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .protopright a {
        width: 48px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        background-color: #111;
        color: #fff;
    }
    .protopright input {
        flex: 1;
        padding-left: 20px;
        outline: none;
        border: 1px solid #e3e3e3;
        border-right: none;
        height: 42px;
    }
    .act {
        color: #e60012 !important;
    }
    .proul {
        padding: 30px 0;
    }
    .proul ul {
        display: flex;
        flex-wrap: wrap;
    }
    .proul li {
        width: 31%;
        margin-bottom: 30px;
        margin-right: 2%;
    }
    .proul li:hover .name {
        background-color: #e60012 !important;
    }
    .proul li:hover .simg {
        transform: scale(1.1);
    }
    .imgbox {
        width: 100%;
        overflow: hidden;
        display: block;
        height: 290px;
    }
    .simg {
        width: 100%;
        height: 290px !important;
        transition: all ease 0.5s;
    }
    .name {
        width: 100%;
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background-color: #8f8f8f;
    }
    .name1 {
        width: 100%;
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 16px;
        background-color: #f1f1f1;
        color: #999;
    }
    .prodetail {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 50px 0;
    }
    .prodetailleft {
        width: 48%;
    }
    .prodetailright {
        width: 48%;
    }
    .prodetailright strong {
        display: block;
        font-size: 24px;
        color: #333;
        margin-bottom: 20px;
    }
    .acoz {
        display: flex;
    }
    .acoz a {
        display: block;
        width: 170px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        transition: all ease 0.4s;
    }
    .back {
        background-color: #111111;
    }
    .back:hover {
        background-color: #e60012 !important;
    }
    .xiazai {
        background-color: #e60012;
        margin-left: 10px;
    }
    .mbpro {
        display: none;
    }
    .des {
        padding: 30px 0;
    }
    .destop {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px;
    }
    .destop img {
        width: 24px;
    }
    .destop span {
        color: #333;
        font-size: 24px;
        display: block;
        margin-left: 10px;
    }
    .descon0 {
        padding: 20px 0;
    }
    .desitem {
        margin-bottom: 30px;
    }
    .descon1 {
        padding: 20px 0;
    }
    .descon1 ul {
        display: flex;
        justify-content: space-between;
    }
    .descon1 ul li {
        width: 48%;
        justify-content: space-between;
        border: 1px solid #f1f1f1;
        display: flex;
        align-items: center;
    }
    .descon1 ul li .iomg {
        width: 25%;
        padding: 25px;
    }
    .descon1 ul li .liright {
        height: 100%;
        width: 75%;
        padding: 25px;
        border-left: 1px solid #f1f1f1;
    }
    .liright p {
        color: #333;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .liright span {
        color: #999;
        font-size: 14px;
        display: block;
        margin-bottom: 20px;
    }
    .actuion {
        display: flex;
        align-items: center;
    }
    .actuion a {
        display: block;
        font-size: 14px;
        color: #333;
        margin-right: 20px;
    }
    .actuion a i {
        margin-right: 5px;
    }
    .case_search {
        max-width: 1280px;
        margin: 50px auto;
        background-color: #4c3d2e;
        padding: 10px 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .case_search select {
        display: block;
        width: 200px;
        background-color: transparent;
        height: 48px;
        outline: none;
        border: none;
        color: #fff;
    }
    .case_search select option {
        color: #000;
    }
    .case_search_r {
        display: flex;
        align-items: center;
    }
    .case_search_r input {
        width: 200px;
        height: 48px;
        padding-left: 20px;
        outline: none;
        background-color: transparent;
        border: 1px solid #a0a0a1;
        display: block;
        margin-right: 20px;
        color: #fff;
    }
    .case_search_r a {
        display: block;
        width: 110px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        background-color: #8c7156;
    }
    .caseul {
        display: flex;
        max-width: 1280px;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .caseul li {
        width: 48%;
        margin-bottom: 50px;
    }
    .caseul li img {
        width: 100%;
    }
    .casediv {
        padding: 30px;
        background-color: #ffffff;
    }
    .caseul li p {
        font-size: 12px;
        color: #262626;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .caseul li span {
        font-size: 12px;
        color: #262626;
        display: block;
        margin-bottom: 10px;
    }
    .casename {
        display: block;
        margin-bottom: 15px;
        color: #262626;
        font-size: 24px;
    }
    .caseul li h5 {
        font-weight: normal;
        font-size: 16px;
        color: #262626;
        margin-bottom: 20px;
    }
    .go {
        color: #262626;
        font-size: 13px;
        font-weight: bold;
    }
    .inside {
        max-width: 1280px;
        margin: 50px auto;
        padding: 15px;
    }
	.inside img{
        max-width: 100%;
    }
    .inside2 {
        max-width: 1280px;
        margin: 30px auto;
    }
	.inside2 img{
        max-width: 100%;
    }
    .tactul {
        padding: 30px 0;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .tactul li {
        border: 1px solid #f1f1f1;
        width: 23%;
        padding: 40px 20px 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .tactul li .iconbox {
        width: 68px;
        height: 68px;
        line-height: 68px;
        border: 1px solid #f1f1f1;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 10px;
    }
    .tactul li p {
        font-size: 14px;
        color: #999;
        margin-bottom: 10px;
    }
    .tactul li span {
        font-size: 18px;
        color: #333;
        margin-bottom: 10px;
    }
    .tactul li .iconbox i {
        font-size: 25px !important;
    }
    .tactul li:hover i {
        color: red;
    }
    .form {
        width: 100%;
        padding: 30px 0;
        display: flex;
        align-content: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .form input {
        width: 31%;
        padding-left: 20px;
        height: 50px;
        border: 1px solid #f1f1f1;
        padding-left: 20px;
        margin-bottom: 25px;
        display: block;
        outline: none;
    }
    .form textarea {
        width: 100%;
        outline: none;
        padding-top: 20px;
        padding-left: 20px;
        min-height: 150px;
        border: 1px solid #f1f1f1;
        margin-bottom: 25px;
        display: block;
    }
    .reset {
        background-color: #000;
        transition: all ease 0.4s;
    }
    .reset:hover {
        background-color: #e60012;
    }
    .ttz {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 100px;
    }
    .ttz a {
        display: block;
        width: 250px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        color: #fff;
        margin: 0 20px;
    }
    .tijiao {
        background-color: #e60012;
    }
}


/* 手机端 */

@media only screen and (max-width: 996px) {
    .form {
        width: 100%;
        padding: 15px;
        display: flex;
        align-content: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .form input {
        width: 100%;
        padding-left: 20px;
        height: 50px;
        border: 1px solid #f1f1f1;
        padding-left: 20px;
        margin-bottom: 25px;
        display: block;
        outline: none;
    }
    .form textarea {
        width: 100%;
        outline: none;
        padding-top: 20px;
        padding-left: 20px;
        min-height: 150px;
        border: 1px solid #f1f1f1;
        margin-bottom: 25px;
        display: block;
    }
    .reset {
        background-color: #000;
        transition: all ease 0.4s;
    }
    .reset:hover {
        background-color: #e60012;
    }
    .ttz {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 100px;
    }
    .ttz a {
        display: block;
        width: 45%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        margin: 0 20px;
    }
    .tijiao {
        background-color: #e60012;
    }
    .tactul {
        padding: 15px;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tactul li {
        border: 1px solid #f1f1f1;
        width: 100%;
        margin-bottom: 30px;
        padding: 40px 20px 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .tactul li .iconbox i {
        font-size: 25px !important;
    }
    .tactul li .iconbox {
        width: 68px;
        height: 68px;
        line-height: 68px;
        border: 1px solid #f1f1f1;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 10px;
    }
    .tactul li:hover i {
        color: red;
    }
    .tactul li p {
        font-size: 14px;
        color: #999;
        margin-bottom: 10px;
    }
    .tactul li span {
        font-size: 18px;
        color: #333;
        margin-bottom: 10px;
    }
    .inside {
        padding: 15px;
        margin: 50px auto;
        width: 100%;
    }
	.inside img{
        max-width: 100%;
    }
    .inside2 {
        padding: 15px;
        margin: 20px auto;
        width: 100%;
    }
	.inside2 img{
        max-width: 100%;
    }
    .caseul {
        display: flex;
        width: 100%;
        padding: 15px;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .caseul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .caseul li img {
        width: 100%;
    }
    .casediv {
        padding: 15px;
        background-color: #ffffff;
    }
    .caseul li p {
        font-size: 12px;
        color: #262626;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .caseul li span {
        font-size: 12px;
        color: #262626;
        display: block;
        margin-bottom: 10px;
    }
    .casename {
        display: block;
        margin-bottom: 15px;
        color: #262626;
        font-size: 24px;
    }
    .caseul li h5 {
        font-weight: normal;
        font-size: 16px;
        color: #262626;
        margin-bottom: 20px;
    }
    .go {
        color: #262626;
        font-size: 13px;
        font-weight: bold;
    }
    .case_search {
        width: 95%;
        padding: 15px;
        margin: 30px auto;
        background-color: #4c3d2e;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .case_search select {
        display: block;
        width: 100%;
        background-color: transparent;
        height: 48px;
        outline: none;
        border: none;
        color: #fff;
    }
    .case_search select option {
        color: #000;
    }
    .case_search_r {
        display: flex;
        align-items: center;
    }
    .case_search_r input {
        width: 200px;
        height: 48px;
        padding-left: 20px;
        outline: none;
        background-color: transparent;
        border: 1px solid #a0a0a1;
        display: block;
        margin-right: 20px;
        color: #fff;
    }
    .case_search_r a {
        display: block;
        width: 110px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        background-color: #8c7156;
    }
    .des {
        padding: 15px;
    }
    .destop {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px;
    }
    .destop img {
        width: 20px;
    }
    .destop span {
        color: #333;
        font-size: 20px;
        display: block;
        margin-left: 10px;
    }
    .descon0 {
        padding: 20px 0;
    }
    .desitem {
        margin-bottom: 30px;
    }
    .descon1 {
        padding: 20px 0;
    }
    .descon1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .descon1 ul li {
        width: 100%;
        justify-content: space-between;
        border: 1px solid #f1f1f1;
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
        align-items: center;
        padding: 25px;
    }
    .descon1 ul li .iomg {
        width: 90px;
        display: block;
        margin: 0 auto;
    }
    .descon1 ul li .liright {
        height: 100%;
        width: 100%;
        padding: 15px;
    }
    .liright p {
        color: #333;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .liright span {
        color: #999;
        font-size: 14px;
        display: block;
        margin-bottom: 20px;
    }
    .actuion {
        display: flex;
        align-items: center;
    }
    .actuion a {
        display: block;
        font-size: 14px;
        color: #333;
        margin-right: 20px;
    }
    .actuion a i {
        margin-right: 5px;
    }
    .prodetail {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px;
    }
    .prodetailleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .prodetailright {
        width: 100%;
    }
    .prodetailright strong {
        display: block;
        font-size: 24px;
        color: #333;
        margin-bottom: 20px;
    }
    .acoz {
        display: flex;
    }
    .acoz a {
        display: block;
        width: 170px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        transition: all ease 0.4s;
    }
    .back {
        background-color: #111111;
    }
    .back:hover {
        background-color: #e60012 !important;
    }
    .xiazai {
        background-color: #e60012;
        margin-left: 10px;
    }
    .magnifier {
        display: none;
    }
    .proul ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .proul li {
        width: 48%;
        margin-bottom: 30px;
    }
    .proul li:hover .name {
        background-color: #e60012 !important;
    }
    .proul li:hover .simg {
        transform: scale(1.1);
    }
    .imgbox {
        width: 100%;
        overflow: hidden;
        display: block;
        height: 130px;
    }
    .simg {
        width: 100%;
        height: 130px !important;
        transition: all ease 0.5s;
        object-fit: cover;
    }
    .name {
        width: 100%;
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background-color: #8f8f8f;
    }
    .name1 {
        width: 100%;
        height: 60px;
        line-height: 27px;
        text-align: center;
        font-size: 14px;
        background-color: #f1f1f1;
        color: #999;
    }
    .pro {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
    }
    .protop {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        border-bottom: 4px solid #ececec;
    }
    .protopleft {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .protopleft span {
        display: none;
    }
    .protopleft a {
        font-size: 14px;
        /* width: 31%; */
        margin-right: 2%;
        color: #333;
        text-align: center;
        display: block;
        background-color: #f7f7f7;
        border-radius: 4px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 15px;
        padding: 0 14px;
    }
    .protopright {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .protopright a {
        width: 48px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        background-color: #111;
        color: #fff;
    }
    .protopright input {
        flex: 1;
        padding-left: 20px;
        outline: none;
        border: 1px solid #e3e3e3;
        border-right: none;
        height: 42px;
    }
    .act {
        color: #fff !important;
        background-color: #e60012 !important;
    }
    .ab2 {
        margin-top: 50px;
        padding: 15px;
    }
    .ab2con {
        width: 100%;
        margin: 0 auto;
    }
    .ab1 {
        width: 100%;
        padding: 15px;
        background-color: #ebebeb;
    }
    .ab1con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .ab1conleft {
        width: 100%;
    }
    .ab1conleft p {
        color: #262626;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ab1conleft span {
        color: #262626;
        font-size: 15px;
        line-height: 25px;
    }
    .ab1conright {
        width: 100%;
        margin-top: 20px;
    }
    .ab1conright img {
        width: 100%;
    }
    .inbanner {
        width: 100%;
        height: 340px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .inbanner strong {
        text-align: center;
        color: #f5a800;
        font-size: 40px;
        margin-bottom: 20px;
    }
    .inbanner p {
        font-size: 20px;
        color: #fff;
        text-align: center;
    }
    .foot {
        width: 100%;
        background-color: #111;
        padding: 20px;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #262626;
    }
    .flink p i {
        transition: all ease 0.5s;
    }
    .tttr {
        transform: rotate(180deg);
    }
    .footeritem a img {
        display: block;
        margin: 0 auto;
        height: 60px;
    }
    .linkbox_footer {
        display: none;
    }
    .footeritem {
        width: 100%;
        margin-bottom: 30px;
    }
    .flink p {
        font-size: 13px;
        text-align: center;
        margin-bottom: 20px;
        color: #c9c9c9;
        font-weight: bold;
    }
    .flink a {
        font-size: 13px;
        margin-bottom: 10px;
        color: #c9c9c9;
        text-align: center;
        display: block;
    }
    .copy {
        width: 100%;
        background-color: #111;
        padding: 15px;
    }
    .copycon {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .copycon span {
        color: #c9c9c9;
        display: block;
        width: 100%;
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }
    .copycon a {
        color: #c9c9c9;
        font-size: 12px;
        display: block;
        text-align: center;
        width: 100%;
    }
    .con5 {
        width: 100%;
        background-image: url(../images/bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 15px;
        margin-bottom: 50px;
    }
    .con5con {
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }
    .con5conleft {
        width: 100%;
    }
    .con5conblank {
        display: none;
    }
    .con5conleft p {
        color: #fff;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .con5conleft span {
        color: #fff;
        font-size: 16px;
        display: block;
        margin-bottom: 25px;
    }
    .con5conleft a {
        display: block;
        width: 285px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-weight: bold;
        border: 1px solid #fff;
        transition: all ease 0.4s;
        color: #fff;
    }
    .con5conleft a:hover {
        background-color: #262626 !important;
        color: #fff !important;
    }
    .con4 {
        padding: 15px;
        background-color: #f3f3f3;
        width: 100%;
    }
    .con4 .title p {
        color: #262626;
    }
    .con4 .title strong {
        color: #262626;
    }
    .con4con {
        width: 100%;
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .con4con ul li img {
        width: 60px;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .con4con ul li span {
        color: #262626;
        font-size: 18px;
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }
    .con4con ul li p {
        color: #262626;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .con4con ul li a {
        display: block;
        color: #262626;
    }
    .discov {
        width: 310px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition: all ease 0.4s;
        color: #8c7156;
        border: 1px solid #8c7156;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .con3 {
        width: 100%;
        margin: 0 auto;
        padding: 15px;
    }
    .con3 .title strong {
        color: #8c7156 !important;
    }
    .con3 .title p {
        color: #262626 !important;
    }
    .con3_imgbox {
        position: relative;
    }
    .con3_imgbox img {
        width: 100%;
    }
    .con3pos {
        width: 100%;
        background-color: #fff;
        padding: 20px;
    }
    .con3pos strong {
        color: #8c7156;
        font-size: 30px;
        display: block;
        margin-bottom: 20px;
    }
    .con3pos p {
        color: #262626;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .con3pos a {
        width: 200px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        transition: all ease 0.4s;
        color: #8c7156;
        border: 1px solid #8c7156;
        display: block;
    }
    .con3swiper {
        width: 100%;
        padding: 0 30px !important;
    }
    .con3swiper .con3imgvox {
        padding: 20px;
    }
    .con3swiper .con3imgvox img {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .con3swiper .swiper-slide {
        position: relative;
    }
    .con3pos1 {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 20px;
        left: 0;
        top: 0;
        background-color: #8c7156;
        transition: all ease 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        opacity: 0;
        cursor: pointer;
    }
    .con3swiper .swiper-slide:hover .con3pos1 {
        opacity: 1 !important;
    }
    .con2 {
        width: 100%;
        padding: 15px;
        background-color: #111;
    }
    .con2 .title strong {
        color: #c9c9c9 !important;
    }
    .con2 .title p {
        color: #c9c9c9 !important;
    }
    .con2con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2conleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .con2conleft a img {
        width: 100%;
    }
    .con2conleft strong {
        display: block;
        padding: 15px 0;
        color: #c9c9c9;
        font-size: 13px;
    }
    .con2conleft span {
        color: #c9c9c9;
        font-size: 12px;
        margin-bottom: 15px;
        display: block;
    }
    .con2conleft a {
        display: block;
        font-size: 25px;
        color: #c9c9c9;
    }
    .con2conright {
        width: 100%;
    }
    .indexnewitem {
        display: flex;
        flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0;
        border-top: 1px solid #363636;
    }
    .indexnewitemleft {
        width: 100%;
    }
    .indexnewitemleft img {
        width: 100%;
    }
    .indexnewitemright {
        width: 100%;
        margin-top: 20px;
    }
    .indexnewitemright strong {
        display: block;
        color: #c9c9c9;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .indexnewitemright span {
        color: #c9c9c9;
        font-size: 12px;
        margin-bottom: 15px;
        display: block;
    }
    .indexnewitemright a {
        display: block;
        font-size: 15px;
        color: #c9c9c9;
    }
    .con1 {
        background-color: #f3f3f3;
        padding: 15px;
    }
    .con1con {
        width: 100%;
        margin: 0 auto;
    }
    .title {
        margin-bottom: 35px;
    }
    .title strong {
        display: block;
        font-weight: normal;
        font-size: 20px;
        text-align: center;
        color: #262626;
    }
    .title p {
        text-align: center;
        color: #262626;
        font-size: 14px;
    }
    .con1swiper {
        width: 100%;
    }
    .con1swiper .swiper-slide {
        padding-bottom: 50px;
    }
    .con1slide {
        display: flex;
        flex-wrap: wrap;
    }
    .con1slide a {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .con1slide a img {
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }
    .con1slide_right {
        width: 100%;
    }
    .con1slide_right span {
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
    .con1slide_right h3 {
        font-size: 20px;
        color: #262626;
        text-align: center;
        margin-bottom: 20px;
    }
    .con1slide_right p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 25px;
        color: #262626;
        text-align: center;
    }
    .con1slide_right a {
        display: block;
        width: 140px;
        margin: 0 auto;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #262626;
        font-size: 13px;
        border: 1px solid #262626;
    }
    .con1swiper .swiper-pagination-bullet {
        width: 45px !important;
        height: 3px !important;
        border-radius: 3px !important;
        background-color: #000;
    }
    .con1swiper .swiper-pagination-bullet-active {
        background-color: #d89a13;
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .banner .swiper-pagination-bullet {
        width: 45px !important;
        height: 3px !important;
        border-radius: 3px !important;
        background-color: #fff;
    }
    .banner .swiper-pagination-bullet-active {
        background-color: #d89a13;
    }
    .mbsearch0 {
        width: 100%;
        height: 55px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        z-index: 99;
    }
    .banner .banMore {
        min-width: 130px;
        padding: 5px;
        border: 1px solid #f5a800;
        font-size: 15px;
        color: #f5a800;
        font-weight: bold;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .banner .banMore:hover {
        background: #f5a800;
        color: #fff;
    }
    .mbsearch0 i {
        color: #121212;
        font-size: 20px !important;
    }
    .mbsearch0 input {
        flex: 1;
        padding-left: 20px;
        outline: none;
        border: none;
    }
    .mbnav ul li a {
        display: block;
        height: 40px;
        font-size: 17px;
        color: #121212;
        line-height: 40px;
    }
    .mbnav strong {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mblink {
        display: flex;
    }
    .mblink a {
        color: #121212;
        display: block;
        font-size: 20px !important;
        padding: 0 10px;
    }
    .mbnav strong {
        display: block;
        margin-top: 20px;
        font-size: 20px;
    }
    .mbnav {
        width: 90%;
        height: 100%;
        background-color: #f3f3f3;
        padding: 20px;
        position: fixed;
        top: 0;
        left: -90%;
        z-index: 99;
        padding-top: 50px;
        transition: all ease 0.4s;
    }
    .show {
        left: 0 !important;
    }
    .mbguan {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .pchead {
        display: none;
    }
    .pccover {
        display: none;
    }
    .tcnav {
        display: none;
    }
    .nav2 {
        display: none;
    }
    .mbhead {
        width: 100%;
        height: 60px;
        padding: 0 20px;
        background-color: #111;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .mbheadleft {
        display: flex;
        align-items: flex-end;
    }
    .mblogo img {
        height: 40px;
    }
    .hb {
        margin-left: 5px;
    }
    .mbheadright {
        display: flex;
        align-items: center;
    }
    .mblang {
        display: flex;
        align-items: center;
        margin-right: 15px;
        position: relative;
    }
    .mblang span {
        color: #fff;
        display: block;
        display: block;
        margin-left: 10px;
    }
    .mbsearch {
        color: #fff;
        font-size: 20px !important;
    }
    .langdiv {
        position: absolute;
        background-color: #fff;
        top: 120%;
        width: 100%;
        left: 0;
        display: none;
        z-index: 99;
    }
    .langdiv a {
        width: 100%;
        display: block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #111;
    }
}

.nav2left>ul>li {
    font-family: 'Go_Medium', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.nav2left ul li span {
    font-family: 'Go_Book', Arial, sans-serif;
    text-transform: none;
}