* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei", PingFangSC-Regular, PingFang SC, "PingFang SC", sans-serif
}

html,
body {
    font-size: 14px;
    color: #313131;
}

a {
    text-decoration: none;
    color: #313131
}

i {
    font-style: normal;
}

.hide {
    display: none !important;
}

.fr {
    float: right;
}

.fl {
    float: left;
}


/* == clearfix == */

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

.clearfix2 {
    clear: both;
    content: '';
    *zoom: 1;
    display: block;
}

input:focus,
textarea:focus {
    outline: none;
}

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

input[type=button] {
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=file] {
    cursor: pointer;
    -webkit-appearance: none;
}

button {
    cursor: pointer;
    -webkit-appearance: none;
}

button {
    border: none;
    outline: none;
    background: none;
    cursor: pointer
}

input {
    border: none;
    outline: none;
    background: none;
}

.text-c {
    text-align: center;
}

.text-r {
    text-align: right;
}

em {
    font-style: normal;
    font-weight: normal;
}

html,
body {
    font-size: 14px;
}

body {
    overflow-x: hidden;
    width: 100%;
}

.color-f {
    color: #fff
}

.color-7f {
    color: #7f7f7f;
}

.color-8a {
    color: #8a8a8a;
}

.m-l-a {
    margin-left: auto;
}

.m-r-a {
    margin-right: auto;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-70 {
    margin-left: 70px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.w-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.w-1250 {
    width: 1250px;
    margin: 0 auto;
}

.rate-55 {
    width: 55%;
}

.rate-40 {
    width: 40%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-between {
    justify-content: space-between;
}

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

.flex-end {
    align-items: flex-end;
}

.index-banner {
    position: relative;
    overflow: hidden;
}

.index-banner .banner-img img {
    display: block;
    width: 100%;
}

.index-banner .swiper-pagination {
    bottom: 30px;
}

.index-banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: none;
    opacity: 1;
    position: relative;
}

.index-banner .swiper-pagination-bullet:before {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
}

.index-banner .swiper-pagination-bullet-active {
    background: #fff;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.main-header{background:url("../images/bg12.png") no-repeat center;background-size:100% 100%;position:relative;left:0;top:0;width:100%;z-index:999;}
.main-header.fixed{position:fixed;}
.main-header .header {
    height: 100px;
  display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 50px;
}

.main-header .header-nav .nav {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}

.main-header .header-nav .nav li a {
    display: block;
    color: #636669;
    font-size: 24px;
    font-family: LiSu;
}

.main-header .header-nav .nav li:hover a {
    color: #961b1d;
}

.main-header .header-nav .nav li.active a {
    color: #961b1d;
}



.main-header .header-nav .nav li {
    flex: 1;
    text-align: center;
    margin-left:50px;
}

.main-header .header-logo {
}

.main-header .header-logo img {
    display: block;
    margin: 0 auto;
}

.main-header .w-1200{width:auto;max-width:100%;}

.index-sec1 {
   margin: 65px 0px;
}

.index-sec1 .sec1-t {
    text-align: center;
    font-size: 46px;
    color: #9e2024;
    line-height: 1.1;
    font-family: LiSu;
}

.index-sec1 .sec1-t * {
    font-family: LiSu;
}

.index-sec1 .sec1-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px;
}

.index-sec1 .sec1-ul li {
    width: 25%;
    text-align: center;
}

.index-sec1 .sec1-ul .li-con {

    margin: 15px;
    padding: 55px 30px;
    border:1px solid #b7916f;
}

.index-sec1 .sec1-ul img {
    display: block;
    margin: 0 auto;
}

.index-sec1 .sec1-ul .t {
    font-size: 24px;
    color: #9e2024;
    margin: 25px 0px 10px 0px;
}

.index-sec2 {

    margin: 60px 0px;
}

.index-title .en {
    color: #9e2024;
}

.index-title .ch {
    font-size: 46px;
    font-family: LiSu;
    color:#9e2024;
}

.index-sec2 .sec2-hd {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #b7916f;
    padding-bottom: 25px;
}

.index-sec2 .sec2-tab {
    display: flex
}

.index-sec2 .sec2-tab a {
    margin-left: 10px;
    width: 100px;
    height: 40px;
    border: 1px solid #9e2024;
    line-height: 40px;
    text-align: center;
    color: #9e2024;
}

.index-sec2 .sec2-tab a.on {
    color: #fff;
    border-color: #9e2024;
    background:#9e2024;
}

.index-sec2 .sec2-bd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.index-sec2 .sec2-img {
    width: 564px;
    border: 3px solid #9e2024;
}

.index-sec2 .sec2-img img {
    display: block;
    width: 100%;
}

.index-sec2 .sec2-txt {
    width: 565px;
}

.index-sec2 .sec2-txt .c {
    color: #636669;
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 30px;
}

.index-more {
    display: block;
    width: 150px;
    height: 50px;
    background: url("../images/icon1.png") no-repeat 100px center;
    border: 1px solid #9e2024;
    color: #9e2024;
    line-height: 50px;
    text-indent: 30px;
    transition: all 360ms;
}

.index-more:hover {
    background: #9e2024 url("../images/icon2.png") no-repeat 100px center;
    color: #fff;
}

.index-sec3 {
   margin: 60px 0px;
}

.index-sec3 .sec3-box {
    position: relative;
    margin-top: 40px;
}

.mySwiper-ws {
    overflow: hidden;
}

.index-sec3 .sec3-li a {
    display: block;
    border: 1px solid #b7916f;
    transition: all 360ms;
}

.index-sec3 .sec3-li .img img {
    display: block;
    width: 100%;
}

.index-sec3 .sec3-li .txt {
    padding: 20px 15px;
    text-align: center;
}

.index-sec3 .sec3-li .t {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-sec3 .sec3-li .c {
    margin: 10px 0px;
    color: #636669;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    - webkit-box-orient: vertical;
}

.index-sec3 .sec3-li .more {
    transition: all 360ms;
    background: url("../images/icon3.png") no-repeat right center;
    height: 30px;
    line-height: 30px;
    width: 10px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

.index-sec3 .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url("../images/nn2.png") no-repeat center;
    right: -80px;
}

.index-sec3 .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url("../images/pp2.png") no-repeat center;
    left: -80px;
}

.index-sec3 .swiper-button-next:after,
.index-sec3 .swiper-button-prev:after {
    display: none;
}

.index-sec3 .sec3-li:hover .t {
    color: #9e2024;
}

.index-sec3 .sec3-li:hover .more {
    width: 100px;
    text-indent: 0;
    background: url("../images/icon4.png") no-repeat right center;
    color: #9e2024
}

.index-sec4 {
    background: url("../images/index7.jpg") no-repeat center;
    background-size: cover;
    padding: 150px 0px;
}

.index-sec4 .sec4-box {
    display: flex;
    justify-content: space-between;
    color: #fff;
    position: relative;
}

.index-sec4 .sec4-fl {
    width: 440px;
}

.index-sec4 .sec4-fr {
    width: 765px;
}

.index-sec4 .sec4-tab {
    font-size: 18px;
    margin: 40px 0px;
}

.index-sec4 .sec4-tab .li {
    opacity: 0.6;
    transition: all 360ms;
    position: relative;
    cursor: pointer;
    margin: 15px 0px;
    line-height: 2;
}

.index-sec4 .sec4-tab .li.active {
    opacity: 1;
    padding-left: 35px;
}

.index-sec4 .sec4-tab .li:before {
    width: 30px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    display: none;
}

.index-sec4 .sec4-tab .li.active:before {
    display: block;
}

.index-sec4 .sec4-con {
    display: none;
}

.index-sec4 .sec4-con.active {
    display: block;
}

.index-sec4 .mySwiper-sec4 {
    overflow: hidden;
}

.index-sec4 .swiper-slide {}

.index-sec4 .swiper-slide .sec4-img {
    transform: scale(0.9)
}

.index-sec4 .swiper-slide .sec4-img img {
    display: block;
    width: 100%;
}

.index-sec4 .swiper-slide.swiper-slide-active .sec4-img {
    transform: scale(1);
    position: relative;
    z-index: 11;
    border: 2px solid #e6e7eb;
    border-radius: 3px;
    overflow: hidden;
}

.index-sec4 .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url("../images/nn1.png") no-repeat center;
    bottom: 0;
    top: auto;
    margin: 0;
    left: 100px;
}

.index-sec4 .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url("../images/pp1.png") no-repeat center;
    bottom: 0;
    top: auto;
    margin: 0;
    left: 0px;
}

.index-sec4 .swiper-button-next:after {
    display: none;
}

.index-sec4 .swiper-button-prev:after {
    display: none;
}

.index-sec5 {
    margin: 60px 0px;
}

.index-sec5 .sec5-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -15px;
}

.index-sec5 .sec5-ul li {
    width: 33.3333%;
}

.index-sec5 .sec5-ul li a {
    display: block;
    margin: 15px;
    overflow: hidden;
    position: relative;
}

.index-sec5 .sec5-ul li img {
    display: block;
    width: 100%;
    transition: all 360ms;
}

.index-sec5 .sec5-ul li .t {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 0px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.index-sec5 .sec5-ul li:hover img {
    transform: scale(1.1);
}

.index-sec6 {
    padding: 85px 0px;
    background: url("../images/index10.jpg") no-repeat center;
    background-size: cover;
    margin-top:20px;
}

.index-sec6 .sec6-t {
    width: 295px;
    border: 2px solid #b7916f;
    margin: 0 auto;
    padding: 18px 0;
}

.index-sec6 .sec6-t .t {
    margin: 0 auto;
    width: 260px;
    height: 100px;
    background: rgba(183, 145,111, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color:#9e2024;
}

.index-sec6 .sec6-t .en {
    color: #9e2024;
}

.index-sec6 .sec6-t .ch {
    font-size: 46px;
    font-family: LiSu;
}

.index-sec6 .sec6-box {
    margin-top: 50px;
    position: relative;
}

.index-sec6 .mySwiper-sec6 {
    overflow: hidden;
}

.index-sec6 .sec6-li a {
    display: block;
    overflow: hidden;
}

.index-sec6 .sec6-li a img {
    display: block;
    width: 100%;
    transition: all 360ms;
}

.index-sec6 .swiper-button-next:after,
.index-sec6 .swiper-button-prev:after {
    color: #fff;
}

.index-sec6 .swiper-button-next {
    right: -60px;
}

.index-sec6 .swiper-button-prev {
    left: -60px;
}

.index-sec6 .sec6-li:hover a img {
    transform: scale(1.1);
}

.index-sec7 {
    margin: 60px 0px;
}

.index-sec7 .sec7-hd {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 25px;
}

.index-sec7 .sec7-tab {
    display: flex
}

.index-sec7 .sec7-tab a {
    margin-left: 10px;
    width: 100px;
    height: 40px;
    border: 1px solid #e6e7eb;
    line-height: 40px;
    text-align: center;
    color: #939699;
    transition: all 360ms;
    color: #9e2024;
    border-color: #9e2024;
}

.index-sec7 .sec7-tab a:hover {
    background: #9e2024;
    color: #9e2024;
}

.index-sec7 .sec7-tab a.on {
    background: #9e2024;
    color: #fff;
}

.index-sec7 .sec7-box .sec7-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.index-sec7 .sec7-box .sec7-ul li {
    width: 33.3333%;
}

.index-sec7 .sec7-box .sec7-ul li a {
    display: block;
    border: 1px solid #b7916f;
    margin: 15px;
}

.index-sec7 .sec7-box .sec7-ul li img {
    display: block;
    width: 100%;
}

.index-sec7 .sec7-box .li-txt {
    padding: 20px 15px;
}

.index-sec7 .sec7-box .date {
    background: url("../images/date.png") no-repeat 0px center;
    padding-left: 20px;
    color: #b7916f;
}

.index-sec7 .sec7-box .t {
    margin: 15px 0px 10px 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-sec7 .sec7-box .c {
    margin: 10px 0px;
    color: #636669;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.index-sec7 .sec7-box .more {
    line-height: 30px;
    transition: all 360ms;
    display: inline-block;
    background: url("../images/icon3.png") no-repeat right center;
    padding-right: 24px;
    color: #939699;
}

.index-sec7 .sec7-box .sec7-ul li:hover .t {
    color: #9e2024;
}

.index-sec7 .sec7-box .sec7-ul li:hover .more {
    color: #9e2024;
    background: url("../images/icon4.png") no-repeat right center;
}
.index-sec8{
    margin:60px auto;
}
.sec8-box{border:1px solid #b7916f;padding:50px;margin-top:30px;}
.sec8-box img{display:block;margin:0 auto;max-width:100%;}
.index-sec9{margin:60px auto;}
.index-sec9 .sec9-box{position:relative;}
.mySwiper-xx{overflow:hidden;}

.index-sec9 .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url("../images/nn2.png") no-repeat center;
    right: -80px;
}

.index-sec9 .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url("../images/pp2.png") no-repeat center;
    left: -80px;
}

.index-sec9 .swiper-button-next:after,
.index-sec9 .swiper-button-prev:after {
    display: none;
}
.index-sec9 .sec9-li a{display:block;background:#9e2024;color:#fff;text-align:center;padding:5px;}
.index-sec9 .sec9-li .img img{display:block;width:100%;}
.index-sec9 .sec9-li .t{height:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:70px;}

.main-footer {
    background: #961b1d;
}

.main-footer .footer-logo {
    padding: 40px 0px;
}

.main-footer .footer-logo img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.main-footer .footer {
    padding: 50px 0px;
    border-top: 1px solid #b66061;
    display: flex;
    justify-content: space-between;
}

.main-footer .foot-t {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.main-footer .foot-contact {}

.main-footer .foot-contact .contact-li {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 20px 0px;
}

.main-footer .foot-contact .icon {
    display: block;
    margin-right: 5px;
}

.main-footer .foot-nav .nav-c a {
    display: block;
    color: #fff;
    margin: 20px 0px;
}

.main-footer .foot-shop .shop-c {
    display: flex;
}

.main-footer .foot-shop .shop-c a {
    margin-right: 10px;
}

.main-footer .foot-shop .shop-c img {
    display: block;
    width: 140px;
    height: 110px;
}

.main-footer .foot-form {
    width: 300px;
}

.main-footer .foot-form .tip {
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
}

.main-footer .foot-form .foot-input {
    height: 44px;
    background: #fff;
    border-radius: 5px;
    padding: 0 15px;
    position: relative;
}

.main-footer .foot-form .foot-input .input {
    width: 100%;
    height: 44px;
}

.main-footer .foot-form .foot-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url("../images/icon5.png") no-repeat center;
}

.footer-copy {
    padding: 20px 0px;
    text-align: center;
    color: #939699;
    background: #fff;
    font-size: 14px;
}

.mNavBtn {
    width: 24px;
    height: 20px;
    right: 15px;
    top: 24px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
    display: none;
}

.mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 3px;
    background: #9e2024;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    animation: navBtn 2s infinite ease;
}

.mNavBtn span.line1 {
    top: 0;
}

.mNavBtn span.line2 {
    top: 8px;
    animation-delay: 0.5s;
}

.mNavBtn span.line3 {
    bottom: 0;
    animation-delay: 1.0s;
}

.mNavBtn.active .line1 {
    transform: rotate(45deg);
    top: 7px;
}

.mNavBtn.active .line2 {
    display: none;
}

.mNavBtn.active .line3 {
    transform: rotate(-45deg);
    bottom: 10px;
}

.mNavBtn.active span {
    width: 25px;
    color: #fff;
    animation: inherit
}

.body-hide {
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.black_bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.black_bg.fix {
    display: block;
    z-index: 999
}

.main-header {
    position: relative;
    z-index: 99999
}

@keyframes navBtn {
    50% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

.nei-banner {
    position: relative;
}

.nei-banner img {
    display: block;
    width: 100%;
}

.nei-banner .banner-txt {
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
}

.nei-banner .t {
    font-size: 36px;
}

.nei-banner .en {
    font-size: 24px;
    text-transform: uppercase;
}

.contact-tit {
    font-size: 36px;
    text-align: center;
}

.contact-sec2 {
    margin: 60px 0px;
}

.contact-sec2 .sec2-box {
    display: flex;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
}

.contact-sec2 .address-t {
    font-size: 18px;
}

.contact-sec2 .address {
    width: 420px;
}

.contact-sec2 .address-c {
    margin-top: 25px;
}

.contact-sec2 .address-c .c {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.contact-sec2 .address-c .c .icon {
    display: block;
    margin-right: 10px;
}

.contact-sec2 .address-ul {
    display: flex;
}

.contact-sec2 .address-ul li {
    width: 180px;
    border: 1px solid #e6e7eb;
    padding: 20px 0px 5px 0;
    margin-left: 20px;
    height: auto;
}

.contact-sec2 .address-ul li img {
    display: block;
    margin: 0 auto;
    height: 100px;
}

.contact-sec2 .address-ul li .t {
    color: #61636f;
    text-align: center;
    margin-top: 15px;
}

.contact-sec1 {
    margin: 80px 0px;
}

.contact-sec1-ul {}

.contact-sec1-ul li {
    margin: 30px -20px;
    display: flex;
    flex-wrap: wrap;
}

.contact-sec1-ul li .input {
    flex: 1;
    margin: 0 20px;
    border: 1px solid #e6e8eb;
    padding: 0 10px;
    background:#fff;
}

.contact-sec1-ul li .input input {
    width: 100%;
    height: 50px;

}

.contact-sec1-ul li textarea {
    width: 100%;
    padding: 10px 0px;
}

.contact-btn {
    height: 50px;
    background: #961b1d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    width: 100%;
}

.contact-btn .icon {
    margin-left: 10px;
}

.contact-map {}

#map {
    height: 500px;
}

.about-nav {
    border-bottom:1px solid #b7916f;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-nav a {
    color: #61636f;
    margin: 0 24px;
}

.about-nav a.on {
    color: #9e2024;
}

.about-nav a:hover {
    color: #9e2024;
}

.about-sec1 {
    margin: 75px 0px;
}

.about-tit {
    font-size: 36px;
}

.about-sec1 .sec1-box {
    display: flex;
    justify-content: space-between;
}

.about-sec1 .sec1-fl {
    width: 605px;
}

.about-sec1 .sec1-fr {
    width: 530px;
}

.about-sec1 .sec1-fr img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.about-sec1 .sec1-tab {
    display: flex;
    margin: 25px 0px;
}

.about-sec1 .sec1-tab .tab-li {
    width: 100px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #61636f;
    color: #61636f;
    text-align: center;
    line-height: 36px;
    margin-right: 20px;
    cursor: pointer;
    border-color: #9e2024;
    color: #9e2024;
}

.about-sec1 .sec1-tab .tab-li.active {
    background: #9e2024;
    color: #fff;
}

.about-sec1 .sec1-con {
    font-size: 14px;
    line-height: 2.4;
    display: none;
}

.about-sec1 .sec1-con.active {
    display: block;
}

.about-sec2 {
    margin: 75px 0px;
}

.about-sec2 .about-tit {
    text-align: center;
}

.about-sec2 .sec2-tab {
    display: flex;
    margin: 25px 0px;
    justify-content: center;
}

.about-sec2 .sec2-tab .tab-li {
    width: 100px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #61636f;
    color: #61636f;
    text-align: center;
    line-height: 36px;
    margin: 0 10px;
    cursor: pointer;
    border-color: #9e2024;
    color: #9e2024;
}

.about-sec2 .sec2-tab .tab-li.active {
    background: #9e2024;
    color: #fff;
}

.about-sec2 .sec2-con {
    display: none;
}

.about-sec2 .sec2-con.active {
    display: block;
}

.about-sec2 .sec2-ul {
    display: flex;
    flex-wrap: wrap;
}

.about-sec2 .sec2-ul li {
    width: 33.3333%;
}

.about-sec2 .sec2-ul li a {
    display: block;
    margin: 15px;
}

.about-sec2 .sec2-ul li .img img {
    display: block;
    width: 100%;
}

.about-sec2 .sec2-ul li .t {
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0px;
}

.about-sec3 {
    padding: 70px 0px;
}

.about-sec3 .about-tit {
    text-align: center;
}

.about-sec3 .sec3-box {
    margin-top: 50px;
    position: relative;
}

.about-sec3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.about-sec3 .swiper-slide-active,
.about-sec3 .swiper-slide-duplicate-active {
    transform: scale(1);
    position: relative;
    z-index: 11;
}

.about-sec3 .sec3-img {
    border: 1px solid #e6e7eb;
}

.about-sec3 .sec3-img img {
    display: block;
    max-width: 700px;
}

.about-sec3 .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url("../images/nn2.png") no-repeat center;
    right: -80px;
}

.about-sec3 .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url("../images/pp2.png") no-repeat center;
    left: -80px;
}

.about-sec3 .swiper-button-next:after,
.about-sec3 .swiper-button-prev:after {
    display: none;
}

.about-sec4 {
    position: relative;
}

.about-media {
    position: relative;
    display: none;
}

.about-media video {
    width: 100%;
    object-fit: cover;
    display: block;
}

.about-media .media-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/paly.png") no-repeat center;
}

.about-media .media-btn.active {
    display: none;
}

.about-sec4 .sec4-hd {
    position: absolute;
    top: 5%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #e6e7eb;
    z-index: 22;
}

.about-sec4 .sec4-tab {
    display: flex;
    margin: 25px 0px;
    justify-content: center;
}

.about-sec4 .sec4-tab .tab-li {
    width: 150px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin: 0 10px;
    cursor: pointer;
}

.about-sec4 .sec4-tab .tab-li.active {
    border-color: #fff;
    color: #333;
    background: #fff;
}

.about-media.active {
    display: block;
}

.product-container {

    background-size: 100% auto;
}

.product-sec1 {
    padding: 75px 0px;
}

.product-sec1 .sec1-ul li {
    margin: 60px 0;
}

.product-sec1 .sec1-ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-sec1 .sec1-ul li img {
    display: block;
    width: 100%;
    transition: all 360ms;
}

.product-sec1 .sec1-ul li .t {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 25px 0px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-sec1 .sec1-ul li:hover img {
    transform: scale(1.1);
}

.product-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background:#fff;
}

.product-nav a {
    color: #939699;
    margin: 0 24px;
}

.product-nav a.on {
    color: #9e2024;
}

.product-nav a:hover {
    color: #9e2024;
}

.product-sec2 {
    padding: 40px 0px;
}

.product-sec2 .sec2-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-sec2 .sec2-ul li {
    width: 33.3333%;
}

.product-sec2 .sec2-ul li a {
    display: block;
    margin: 15px;
}

.product-sec2 .sec2-ul li .img {
    position: relative;
    overflow: hidden;
    border: 1px solid #deb581;
    background: #f5f1e6;
}

.product-sec2 .sec2-ul li .img img {
    display: block;
    width: 100%;
}

.product-sec2 .sec2-ul li .mask {
    position: absolute;
    background: rgba(0, 0, 0, 0.5) url("../images/pp4.png") no-repeat center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 360ms;
}

.product-sec2 .sec2-ul li .t {
    font-size: 18px;
    color: #961b1d;
    text-align: center;
    margin: 15px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-sec2 .sec2-ul li:hover .mask {
    transform: scale(1);
}

.main-pages {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}

.main-pages .a {
    color: #939699;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin: 5px;
    line-height: 32px;
    text-align: center;
}

.main-pages .a.on {
    background: #9e2024;
    color: #fff;
}

.main-pages .p {
    color: #939699;
    border-radius: 16px;
    line-height: 32px;
    margin: 5px 10px;
    border: 1px solid #cecece;
    padding: 0 20px;
}

.product-sec3 {
    padding: 55px 0px;
}

.product-sec3 .sec3-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-sec3 .sec3-img {
    width: 560px;
    position: relative;
    overflow: hidden;
    border: 1px solid #deb581;
}

.product-sec3 .sec3-img img {
    display: block;
    width: 100%;
}

.product-sec3 .sec3-txt {
    width: 565px;
}

.product-sec3 .swiper-pagination {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0px;
    padding: 10px 0px;
}

.product-sec3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffff;
}

.product-sec3 .sec3-t {
    display: inline-flex;
    line-height: 26px;
}

.product-sec3 .sec3-t .t {
    font-size: 24px;
}

.product-sec3 .sec3-t .tip {
    background: #961b1d;
    border-radius: 2px;
    color: #fff;
    line-height: 26px;
    padding: 0 10px;
    font-size: 12px;
    margin-right: 10px;
    height: 26px;
}

.product-sec3 .sec3-table {
    width: 100%;
    border: 1px solid #e6e7eb;
    border-collapse: collapse;
    margin: 24px 0px;
    background: #fff;
}

.product-sec3 .sec3-table td {
    padding: 10px;
    border: 1px solid #e6e7eb;
    min-width: 100px;
}

.product-sec3 .sec3-table tr:nth-child(2n) td {
    background: #f5f5f5;
}

.product-tit {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}

.product-tit .t {
    color: #939699;
    font-size: 18px;
    margin-right: 15px;
}

.product-tit .line {
    flex: 1;
    height: 1px;
    background: #e3e6e9;
}

.product-article {
    color: #61636f;
    line-height: 30px;
    padding-bottom: 20px;
}

.product-sec4 {}

.product-sec4 .sec4-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.product-sec4 .sec4-ul li {
    width: 50%;
}

.product-sec4 .sec4-ul li .li-con {
    margin: 20px
}

.product-sec4 .sec4-ul li img {
    display: block;
    width: 100%;
}

.product-sec5 {
    padding: 65px 0px;
}

.product-sec5 .product-sec2 {
    padding: 0;
}

.news-sec1 .sec7-tab {
    justify-content: center;
    margin-bottom: 25px;
}

.news-sec1 .sec7-tab a {
    margin: 0 5px;
}

.news-sec2 {
    padding: 50px 0px;
}

.news-tit {
    font-size: 24px;
    text-align: center;
}

.news-sec2 .date {
    color: #939699;
    margin: 15px 0px;
    text-align: center;
}

.news-sec2 .line {
    height: 1px;
    background: #b7916f;
    margin: 25px 0px;
}

.news-article {
    max-width: 800px;
    margin: 0 auto;
    line-height: 2;
}

.news-article img {
    max-width: 100%;
}

.news-other {
    display: flex;
    margin: 30px auto;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #939699;
}

.news-other a {
    color: #9e2024
}

.shop-tit {
    font-size: 36px;
    text-align: center;
}

.shop-sec1 {
    margin: 75px 0px;
}

.shop-sec1 .sec1-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -14px;
}

.shop-sec1 .sec1-ul li {
    width: 33.3333%;
}

.shop-sec1 .sec1-ul li .li-con {
    box-shadow: 0px 0px 20px rgba(14, 13, 55, 0.1);
    border: 1px solid #e6e7eb;
    padding: 30px 20px;
    margin: 14px;
    background:#fff;
}

.shop-sec1 .img {
    height: 160px;
    display: flex;
    align-items: center;
}

.shop-sec1 .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.shop-sec1 .t {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-top: 20px;
}

.shop-sec1 .t .icon {
    display: block;
    margin-left: 10px;
}

.shop-sec2 {
    padding: 110px 0 260px 0;
    background: url("../images/ss6.jpg") no-repeat center;
    background-size: cover;
}

.shop-sec2 .sec2-tit {
    width: 600px;
    background: rgba(255, 255, 255, 0.8);
    padding: 65px 0px;
    margin: 0 auto;
    text-align: center;
}

.shop-sec2 .sec2-tit .c {
    font-size: 18px;
    margin: 15px;
}

.shop-sec3 {
    margin-top: -170px;
    padding-bottom: 75px;
}

.shop-sec3 .sec3-box {
    background: #fff;
    border: 1px solid #e6e7eb;
    padding: 55px;
    box-shadow: 10px 0 50px rgba(19, 22, 25, 0.1);
}

.shop-sec3 .sec3-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.shop-sec3 .sec3-ul li {
    width: 50%;
}

.shop-sec3 .sec3-ul li a {
    display: block;
    margin: 20px;
}

.shop-sec3 .sec3-ul li img {
    display: block;
    width: 100%;
}

.shop-sec3 .sec3-ul li .t {
    font-size: 18px;
    margin: 20px 0 10px 0px;
}

.shop-sec3 .sec3-ul li .c {
    color: #636669;
    line-height: 24px;
}

.index-sec2 .sec2-tab a:hover {
    color: #9e2024;
    border-color: #9e2024;
}
.index-sec9 .sec9-box{margin-top:30px;}

@media (max-width:1200px) {
    .nei-banner .t {
        font-size: 24px;
    }
    .nei-banner .banner-txt {
        bottom: 20px;
        top: auto;
        height: auto;
    }
    .nei-banner .en {
        display: none;
    }
    .main-header {
        margin: 0;
    }

    .mNavBtn {
        display: block;
    }
    .main-header .header {
        height: 60px;
        padding: 0 10px;
    }
    .header-nav {
        display: none;
    }
    .main-header .header-logo img {
        height: 55px;
    }
    .main-header .header-logo {
        top: 0;
    }
    .main-header .header {
        background: none;
    }
    .main-header .header-logo {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        margin: 0;
    }
    .mNavBtn {
        top: 15px;
    }
    .index-sec1 {
       margin: 35px 15px;
    }
    .index-sec1 .sec1-t {
        font-size: 24px;
    }
    .index-sec1 .sec1-ul li {
        width: 50%;
    }
    .index-sec1 .sec1-ul .li-con {
        margin: 5px;
        padding: 25px 15px;
    }
    .index-sec1 .sec1-ul {
        margin: 20px -5px;
    }
    .index-sec1 .sec1-ul .t {
        font-size: 20px;
    }
    .index-sec1 .sec1-ul img {
        max-width: 40%;
    }
    .index-sec2 {
        margin: 35px 15px;
    }
    .index-sec2 .sec2-hd {
        display: block;
    }
    .index-title {
        text-align: center;
    }
    .index-title .ch {
        font-size: 30px;
    }
    .index-sec2 .sec2-tab {
        justify-content: center;
        margin: 15px 0px;
    }
    .index-sec2 .sec2-hd {
        padding-bottom: 10px;
    }
    .index-sec2 .sec2-img {
        width: 100%;
    }
    .index-sec2 .sec2-txt {
        width: 100%;
        margin-top: 15px;
    }
    .index-sec2 .sec2-txt .c {
        font-size: 15px;
    }
    .index-more {
        margin: 0 auto;
    }
    .index-sec3 {
        margin: 35px 15px;
    }
    .index-sec3 .sec3-box {
        margin-top: 20px;
    }
    .index-sec3 .sec3-li .t {
        font-size: 16px;
    }
    .index-sec3 .swiper-button-next {
        right: 0px;
        background-size: 40px;
    }
    .index-sec3 .swiper-button-prev {
        left: 0px;
        background-size: 40px;
    }
    .index-sec1 .sec1-ul .c {
        height: 40px;
    }
    .index-sec4 {
        padding: 50px 15px;
    }
    .index-sec4 .sec4-box {
        display: block;
    }
    .index-sec4 .sec4-fl {
        width: 100%;
    }
    .index-sec4 .sec4-fr {
        width: 100%;
    }
    .index-sec4 .sec4-tab {
        display: flex;
        justify-content: center;
    }
    .index-sec4 .sec4-tab .li {
        margin: 0 10px;
    }
    .index-sec4 .swiper-button-next {
        left: auto;
        right: 0px;
        background-size: 40px;
    }
    .index-sec4 .swiper-button-prev {
        right: 50px;
        left: auto;
        background-size: 40px;
    }
    .index-sec5 {
        margin: 35px 15px;
    }
    .index-sec5 .sec5-ul li {
        width: 100%;
    }
    .index-sec9{
        margin: 35px 15px;
    }
    .index-sec5 .sec5-ul {
        margin: 20px 0;
    }
    .index-sec5 .sec5-ul li a {
        margin: 10px 0px;
    }
    .index-sec6 .sec6-t .ch {
        font-size: 30px;
    }
    .index-sec6 .sec6-t .t {
        width: 200px;
        height: 70px;
    }
    .index-sec6 .sec6-t {
        width: 230px;
        padding: 10px 0px;
    }
    .index-sec6 {
        padding: 35px 15px;
    }
    .index-sec6 .swiper-button-prev {
        left: -10px;
    }
    .index-sec6 .swiper-button-next {
        right: -10px;
    }
    .index-sec5 .sec5-ul li {
        width: 50%;
    }
    .index-sec5 .sec5-ul li a {
        margin: 5px;
    }
    .index-sec5 .sec5-ul {
        justify-content: center;
    }
    .index-sec7 {
        margin: 35px 15px;
    }
    .index-sec7 .sec7-hd {
        display: block;
        padding-bottom: 0;
    }
    .index-sec7 .sec7-tab {
        justify-content: center;
        margin: 15px 0px;
    }
    .index-sec7 .sec7-box .sec7-ul li {
        width: 100%;
    }
    .main-footer {
        padding: 0px 15px;
    }
    .main-footer .footer {
        display: block;
    }
    .main-footer .foot-form {
        width: 100%;
    }
    .foot-nav {
        display: none;
    }
    .foot-shop {
        margin: 15px 0px;
    }
    .header-nav {
        position: fixed;
        left: 0;
        width: 65%;
        top: 0;
        height: 100%;
        background: #fff;
        z-index: 99999;
    }
    .main-header .header-nav .nav {
        display: block;
        line-height: 60px;
    }
    .index-sec9 .swiper-button-next{right:-10px;}
    .index-sec9 .swiper-button-prev{left:-10px;}
    .about-nav a {
        margin: 0 10px;
    }
    .about-sec1 .sec1-box {
        flex-wrap: wrap;
    }
    .about-sec1 .sec1-fl {
        width: 100%;
    }
    .about-sec1 .sec1-fr {
        width: 100%;
    }
    .about-sec1 {
        padding: 35px 15px;
    }
    .about-tit {
        font-size: 24px;
        text-align: center;
    }
    .about-sec1 .sec1-tab {
        justify-content: center;
    }
    .about-sec2 {
        padding: 35px 15px;
    }
    .about-sec2 .sec2-ul li {
        width: 50%;
    }
    .about-sec2 .sec2-ul li a {
        margin: 5px;
    }
    .about-sec2 .sec2-ul li .t {
        font-size: 15px;
    }
    .about-sec3 {
        padding: 25px 15px;
    }
    .about-sec3 .sec3-img img {
        width: 100%;
    }
    .about-sec3 .swiper-slide {
        transform: scale(1);
        width: 100% !important
    }
    .about-sec3 .sec3-box {
        margin-top: 20px;
    }
    .about-sec3 .swiper-button-next {
        right: 0;
    }
    .about-sec3 .swiper-button-prev {
        left: 0;
    }
    .about-sec4 .sec4-hd {
        position: relative;
    }
    .about-sec4 .about-tit {
        color: #333;
    }
    .about-sec4 .sec4-tab .tab-li {
        border: 1px solid #e6e7eb;
        color: #61636f
    }
    .about-sec4 .sec4-tab .tab-li.active {
        color: #9e2024;
        border-color: #9e2024;
    }
    .product-sec1 {
        padding: 35px 15px;
    }
    .product-sec1 .sec1-ul li {
        margin: 15px 0px;
    }
    .product-sec1 .sec1-ul li .t {
        font-size: 18px;
        padding: 15px 0px;
    }
    .product-nav a {
        margin: 0 10px;
    }
    .product-sec2 {
        padding: 30px 15px;
    }
    .product-sec2 .sec2-ul li {
        width: 50%;
    }
    .product-sec2 .sec2-ul li a {
        margin: 5px;
    }
    .product-sec2 .sec2-ul {
        margin: 0px;
    }
    .product-sec2 .sec2-ul li .t {
        font-size: 15px;
    }
    .product-sec3 {
        padding: 30px 15px;
    }
    .product-sec3 .sec3-img {
        width: 100%;
    }
    .product-sec3 .sec3-txt {
        width: 100%;
        margin-top: 15px;
    }
    .product-sec4 {
        padding: 0 15px;
    }
    .product-sec4 .sec4-ul li .li-con {
        margin: 5px;
    }
    .product-sec4 .sec4-ul {
        margin: 0;
    }
    .product-sec5 {
        padding: 35px 15px;
    }
    .shop-sec1 {
        padding: 35px 15px;
    }
    .shop-tit {
        font-size: 24px;
    }
    .shop-sec1 .sec1-ul li {
        width: 100%;
    }
    .shop-sec2 {
        padding: 50px 15px;
    }
    .shop-sec3 {
        padding: 35px 15px;
        margin: 0;
    ;
    }
    .shop-sec2 .sec2-tit {
        width: auto;
        padding: 30px 0px;
    }
    .shop-sec3 .sec3-box {
        padding: 15px;
    }
    .shop-sec3 .sec3-ul li a {
        margin: 5px;
    }
    .shop-sec3 .sec3-ul {
        margin: 0px;
    }
    .shop-sec3 .sec3-ul li .t {
        font-size: 16px;
    }
    .news-sec2 {
        padding: 35px 15px;
    }
    .contact-sec2 {
        margin: 30px 15px;
    }
    .contact-sec2 .address {
        width: 100%;
    }
    .contact-sec2 .address-ul {
        flex-wrap: wrap;
        display: none;
    }
    .contact-sec2 .sec2-box {
        padding: 25px 15px;
    }
    .contact-sec1 {
        padding: 0px 15px 35px 15px;
    }
    .contact-tit {
        font-size: 24px;
    }
    .contact-sec1-ul li .input {
        flex: inherit;
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-sec1-ul li .code {
        flex: inherit;
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-sec1-ul li {
        margin: 10px -20px;
    }
    .index-sec8{margin:35px 15px;}
}


/*
分页格式
*/

.pagelist {
    margin-top: 50px;
    margin-bottom: 35px;
}

.pagelist ul {
    text-align: center;
    font-size: 0;
}

.pagelist ul li {
    display: inline-block;
    margin: 0 3px;
}

.pagelist ul li a {
    padding: 9px 15px;
    font-size: 14px;
    display: block;
    background: rgb(178, 175, 175);
    color: #fff;
}

.pagelist ul li span {
    padding: 9px 15px;
    font-size: 14px;
    display: block;
    color: rgb(140, 137, 137);
}

.pagelist ul li.active a {
    background: none;
    color: rgb(140, 137, 137);
    border: 1px solid #e5e5e5;
}

.pagelist ul li.active span {
    background: none;
    color: rgb(140, 137, 137);
    border: 1px solid #e5e5e5;
}

.pagelist ul li.disabled span {
    background: none;
    color: rgb(140, 137, 137);
    border: 1px solid #e5e5e5;
}

.pagelist ul li.pageprev a,
.pagelist ul li.pagenext a {
    background: none;
    color: rgb(140, 137, 137);
    border: 1px solid #e5e5e5;
}

.pagelist ul li:hover {
    transform: scale(0.95);
}

.product-sec4 img{max-width:100%;}


body{background:url("../images/bg111.png") repeat;}

.dy{color:#fff;text-align:center;width:140px;height:110px;display:flex;align-items:center;justify-content:center;background:#b21300}
.main-footer .foot-shop .shop-c .dy img{display:block;width:90px;min-width:90px;height:auto;}

.phone-list{display:none;margin-top:30px;}
.phone-list li{margin:15px 0px;}
.phone-list li a{display:block;position:relative;}
.phone-list li a img{display:block;width:100%;}
.phone-list li .t{ position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding:15px 0px;
    font-size:16px;
    color: #fff;
    text-align: center;}
@media (max-width:1200px) {
    .main-footer .foot-shop .shop-c img{width:100px;height:85px;}
    .dy{width:100px;height:85px;}
    .main-footer .foot-shop .shop-c .dy img{width:80px;min-width:80px;}
    .phone-list{display:block;}
    .index-sec5 .sec5-ul{display:none}
}