@charset "utf-8";/* CSS Document */
html {font-size: 62.5%;  height: 100%; scroll-behavior: smooth;}

body {margin: 0 auto;font-family:"DM Sans";font-size: 16px; font-size: 1.6rem; height: 100%;background:#fff;width:100%;max-width:1920px; overflow-x:hidden;}


img {border: none;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span,em {margin: 0;padding: 0;list-style: none;color: #333333;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #333333;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
h1,h2 {margin: 0;padding: 0;font-weight: normal;color: #333333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family:"DM Sans";font-size: 12px;font-size: 1.2rem;color:#999999;border: none;outline: none;}
.fl {float:left;}
.fr {float:right;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

input[type= "button"],input[ type="submit" ],input[type="reset"] {-webkit-appearance: none;}
button{border-radius : 0px; -webkit-border-radius:0px;}

::selection { color: #fff; background: #613935;}

* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box;}
::-webkit-scrollbar {
width:4px; height: 4px;
}
::-webkit-scrollbar-track {
background: #e5e5e5
}
::-webkit-scrollbar-thumb {
background:#613935;
}


.fons0{ font-size:0px; font-size:0rem;}

::-webkit-input-placeholder {/* WebKit browsers */
 color:#999;}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999;}
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999;}
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999;}
 
    .zong {width: 95%; max-width: 1400px; margin: auto;}
    .zong1 {width: 95%; max-width: 1400px; margin: auto;}


a:hover img{transform: scale(1.1,1.1)}
img{max-width: 100%;}
a:hover{ color: #613935;}

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 28px; color: #333;}
.mp p,.mp a{color: #333; display: block;}
.mp a:hover{color: #613935;}

.mp1{ font-size: 18px; font-size: 1.8rem; line-height: 32px; color: #666;}
.mp1 p,.mp1 a{color: #666; display: block;}
.mp1 a:hover{color: #613935;}

.mp2{ font-size: 20px; font-size: 2rem; line-height: 32px; color: #666;}
.mp2 p,.mp2 a{color: #666; display: block;}
.mp2 a:hover{color: #613935;}

@media screen and (max-width:1559px) {
.mp1{ font-size: 16px; font-size: 1.6rem; line-height: 28px !important;}
.mp2{ font-size: 16px; font-size: 1.6rem; line-height: 28px !important;}
}
@media screen and (max-width:1359px) {
.mp,.mp1,.mp2{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
body{ font-size: 14px; font-size: 1.4rem; }
}
@media screen and (max-width:767px) {
.mp,.mp1,.mp2{ font-size: 12px; font-size: 1.2rem; line-height: 22px !important;}
body{ font-size: 12px; font-size: 1.2rem; }
}

.img1{ display: block; position: relative; overflow: hidden;}
.img1 img{ width: 100%; position: relative; z-index: 1}
.img1:before{content: ''; position: absolute; width: 0px; height: 100%; background: #000; opacity: 0.5;  left: 50%; transform: translateX(-50%); top: 0px; transition: 1s; z-index: 2}
.img1:after{content: ''; position: absolute; width: 100%; height: 0px; background: #000; opacity: 0.5;  top: 50%; transform: translateY(-50%); left: 0px; transition: 1s; z-index: 2}
.img1:hover:before{width: 100%; opacity: 0}
.img1:hover:after{height: 100%; opacity: 0}

@keyframes m1tu
{
0% { opacity:0; left:0px;}
50% { opacity:1; left:50%;}
100% { opacity:0; left:100%}
}

.img2{display: block; width: 300px; margin: auto; position:relative; overflow:hidden; z-index:1}
.img2 img{width: 100%;}
.img2:after{ content:""; height:100%; position:absolute; top:0px; transition:0.5s; background:#fff;  width:40px; filter: blur(30px); opacity:0; z-index:3}
.img2:hover:after{ -webkit-animation-name:m1tu; animation-name:m1tu; -webkit-animation-duration:0.3s; animation-duration:0.3s; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:1; animation-iteration-count:1}

.niu1 { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }
.niu1 span { position: relative; z-index: 2;}
.niu1:before { position: absolute; content: ''; top: 0px; bottom: 0px; left: 0px; right: -50px; border-bottom: 50px solid #613935; border-right: 30px solid transparent; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.niu1:after { position: absolute; content: ''; top: 0px; right: 0px; bottom: 0px; left: -50px; border-left: 30px solid transparent; border-bottom: 50px solid #613935; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.niu1:hover:before { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); -o-transform: translateX(-40%); transform: translateX(-40%); }
.niu1:hover:after { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); -o-transform: translateX(40%); transform: translateX(40%); }

.niu2 { overflow: hidden; position: relative; }
.niu2 span { position: relative; display: block; z-index: 2; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.niu2 span:before { position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; content: ""; background-color: #613935; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);}
.niu2:hover span:before { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -o-transform-origin: bottom left; transform-origin: bottom left; }

.niu3 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }
.niu3:after { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; z-index: -1; content: ''; background: #613935; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.niu3:hover { color: #fff; }
.niu3:hover:after { height: 500%; opacity: 1; }


.at-resp-share-element .at4-share-count-container {text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


/*  head  */
.head{ background:#fff; position:fixed; width:100%; left:0px; top:0px; transition: .5s; box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1); z-index:99999}
.head .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-content: flex-start;}

.het{ border-bottom: 1px solid #D9D9D9;}
.het:after{content: ""; display: block; clear: both;}

.yvn{ float:right; position:relative; z-index:99999; position: relative;}
.yvzhonga{ display:block; padding-right: 20px; text-align:center; color:#333; cursor:pointer; position: relative; z-index:999999}
.yvzhonga svg{ width:100%; max-width:27px; max-height:27px; display:inline-block; vertical-align: middle; margin-right: 2px;}
.yvzhonga span{ display: inline-block; vertical-align: middle; color: #333; font-size: 16px; font-size: 1.6rem; line-height: 44px;}
.yvzhonga:hover span{color:#613935;}

.yvzhonga i{ display:inline-block; vertical-align:middle; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); font-size:8px;}
.yvul{ width:100%; min-width:110px; position:absolute; top:40px; left:-15px; background:#613935 ; border: 1px solid #613935 ; border-radius: 5px; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:24px; color:#fff; border-radius: 5px;}
.yvul a:hover{ background:#fff; color:#613935; text-decoration: none !important;}

.hexin{ float: left}
.hexin:after{content: ""; clear: both; display: block;}
.hexin li{ float: left; margin-right: 60px; line-height: 44px;}
.hexin li:last-child{ margin-right: 0px;}
.hexin li i{ display: inline-block; vertical-align: middle; color: #613935; font-size: 20px; margin-right: 5px;}

.nav1{ float: right;}
.nav1:after{content: ""; clear: both; display: block;}
.nav1>li{ position: relative; float: left; margin-right: 30px; z-index: 999}
.nav1>li>a{display: block; line-height: 44px;}

.logo{display:block;float:left;width:281px; margin-top: 12px; display: flex; flex-flow: wrap; justify-content: space-between; align-content: flex-start;}
.logo span{ display:block;}
.logo img{display:block; transition: .5s;}
.logo1{ width: 26.3345%}
.logo2{ width: 69.039%}

.het .zong1{ z-index:999}

.daohang{ float:left;}
.daohang>li{ float:left; margin-right:60px; position: relative; transition: 0.5s;}
.daohang>li:last-child{ margin-right: 45px;}
.daohang>li>a{display:block;font-size:18px;font-size:1.8rem;line-height:58px; color:#333; position:relative;}
.daohang>li>a:before{content: ""; position: absolute; width: 0px; height: 4px; background: #613935; left: 50%; bottom: 0px; transform: translateX(-50%); transition: 0.5s;}

.daohang>li:hover>a{ color: #613935;}
.daohang>li:hover>a:before{ width: 100%;}
.dangqiandao>a{ color: #613935 !important;}
.dangqiandao>a:before{ width: 100% !important;}

.yijiw{ background:rgba(255,255,255,0);position:absolute;width:175px;top:-9999px;left:0px;}
.yiji{background:rgba(255,255,255,1); padding:13px 0px; box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);}
.yiji li{position:relative;transition:0.5s;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px;padding:6px 15px;}
.yiji li:hover>a{color: #613935 ;}
.erji{position:absolute;width:156px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25); padding:13px 0px;}
.sanji{position:absolute;width:156px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25); padding:13px 0px;}

.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:28px;}
.nav1>li:hover .yijiw{top:100%;}
.nav1>li:hover .yiji>li>a{line-height:28px;}
.yiji>li:hover .erji{top:-13px;}
.yiji>li:hover .erji>li>a{line-height:28px;}
.erji>li:hover .sanji{top:-13px;}
.erji>li:hover .sanji>li>a{line-height:28px;}
.matn{margin-top:auto !important;}

/*  sousuo  */
.sou::-webkit-input-placeholder {/* WebKit browsers */
 color:#fff;opacity:1}
.sou:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#fff;opacity:1 }
.sou::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#fff;opacity:1 }
.sou:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#fff;opacity:1 }

.sousuo{ float:right; height:52px; margin-top:7px; margin-right: 22px; z-index:9999; border-radius:50%; position:relative; transition: 0.5s;}
.sousuo form{ width: 340px; background: #613935 ; border-radius: 4px; height:0px; overflow:hidden; position:absolute; right:-10px; top:57px; transition:0.5s; z-index:99999}
.sou{ width: 100%;height:52px;line-height:52px; border-radius:4px; border: solid 1px rgba(255,255,255,0.5); padding-left:13px; padding-right:40px; font-size:14px; font-size:1.4rem; color:#fff; background: none;}
.suo{width:52px;height:52px; position:absolute; right:6px; top:6px; z-index:9999999; color:#c70a27; border-radius:0px; background: none; cursor:pointer;}

.sou1{ width:52px; height:52px; text-align:center; line-height:52px; position:absolute; right:6px; top:6px; font-size:18px !important; color:#fff; cursor:pointer; z-index:99990}
.sou2{ display: block; color:#333; line-height: 44px;  z-index:1; cursor: pointer; transition: 0.5s;}
.sou2 i{ display: inline-block; vertical-align: middle; font-size:16px !important; margin-right: 6px;}
.sou2:hover{ color: #613935 ;}
.sousuof form{ height:64px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:6px;}

.hea{ display: block; float: right; margin-top: 18px;}

.xnav{display:none}
.daohang2,sousuo2{display:none}


@media screen and (max-width:1559px) {
.logo{ width: 200px;}
    .her{ width: calc(100% - 300px)}
    
    .hexin li,.nav1>li>a,.yvzhonga span{ line-height: 30px;}
    
.daohang{ margin-right: 10px; margin-top: 10px;}
.daohang>li{ margin-right:30px;}
.daohang>li>a{ font-size:16px; font-size:1.6rem; line-height: 30px; padding-bottom: 6px;}

.sousuo{ margin-top: 0px; height: 36px;}
.sou{ font-size:12px; font-size:1.2rem;}
.sou2 i{ margin-right: 4px;}

.yijiw{ width: 240px;}
.yiji li a{font-size:14px;font-size:1.4rem;line-height:0px;padding:5px 10px;}
}
@media screen and (max-width:1359px) {
    .her{ width: calc(100% - 260px)}

    .daohang{ margin-right: 0px;}
    .daohang>li{ margin-right: 30px;}
    .daohang>li>a{ font-size:14px;font-size:1.4rem;}
    .daohang>li>a{ line-height: 30px; padding-bottom: 6px;} 
    .daohang>li>a i{ font-size: 10px;}
    
    .yvzhonga span{ font-size: 12px; font-size: 1.2rem;}
    .yvzhonga svg{ max-width: 20px; max-height: 20px;}
    .hea{ margin-top: 4px;}
    
    .yijiw{ width: 200px;}
    .yiji li a{font-size:12px;font-size:1.2rem;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
    .head{ padding: 10px 0;}
.her{display: none;}

    .logo{ width: 130px; margin-top: 0px;}
    
    .yvn{ margin-right: 45px; margin-top: 15px; padding: 0px; border: none;}
    .yvn:before{ display: none;}
 .yvul{ min-width:100px; top:35px;}
.yvul a{ padding:5px; font-size:12px; font-size:1.2rem;}

.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #613935 ;right: 2.5%;top: 15px;cursor: pointer; border-radius:5px;z-index: 9999999999}
.xnav2 .nav{background: #ffc700;}
.nav span {display: block;width: 20px;height: 2px;background: #ffffff;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.5s;z-index: 9999999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
.nav:hover .nav1 {width: 25px;}
.navh .nav1 {transform: rotate(45deg)}
.navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
.navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
.smdaohang {position: fixed;width: 280px;height: 100%;overflow: auto;top: 0px;right: -100%;background:#000; background:#613935 ; z-index: 9999999;transition: 0.5s;text-align: center;}
.smdaohangh {right: 0px;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

ul.topnav li {text-align: left; position:relative;}
ul.topnav li a {padding:15px 5px;padding-left: 0px;color: #fff;display: block; font-size: 16px;font-size: 1.6rem;line-height: 24px; padding-right:50px; border-bottom: 1px dashed #fff; font-family: Lato-Regular, Arial, Helvetica, sans-serif;}
ul.topnav ul {display: none;}
ul.topnav ul li {clear: both;}
ul.topnav ul li a {padding: 10px 5px; padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0; border: none;}
ul.topnav ul li a:hover {}
ul.topnav ul ul li a {padding-left: 40px; font-size: 12px; font-size: 1.2rem;}
ul.topnav ul ul{ border-top: 1px dashed rgba(255,255,255,0.5); border-bottom: 1px dashed rgba(255,255,255,0.5);}
ul.topnav ul ul ul li a {padding-left: 60px;}
ul.topnav span { display:block; position:absolute; right:0px; top:15px; width:20px; height:20px; background:#fff; background:rgba(255,255,255,0.6); cursor:pointer; border-radius:50%; transition:0.5s;}
ul.topnav span:before{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:0px; transform:rotate(45deg); transform-origin:right center}
ul.topnav span:after{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:-1px; transform:rotate(-45deg); transform-origin:right center; transition:0.5s;}
ul.topnav span.yizi{ transform:rotate(90deg)}

.smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff; border-radius:13px;}
.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 24px;line-height: 24px;display: block;float: left; border-radius:10px;}
.smdaohang form .ipsc {width: 20%;height: 24px;line-height: 24px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 2px;}

.clear3{clear:both;}
  }

/*  banner  */
.slideshow {position: relative;}
.slideshow .wp {position: absolute;	left: 50%;margin-left: -600px;	top: 50%;margin-top: -166.5px;}
.slideshow .wp img {max-width: 100%;max-height: 80%;}
.slideshow .item a img {width: 100%;-webkit-transition: all 6s ease-out;-o-transition: all 6s ease-out;-moz-transition: all 6s ease-out;transition: all 6s ease-out;-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.slideshow .item.slick-active img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.slick-dots {position: absolute;width: 100%;bottom: 30px;text-align: center; display: none !important}
.slick-dots li {display: inline-block;}
.slick-dots li button {cursor: pointer;font-size: 0px;margin-left: 4.5px;margin-right: 4.5px;border: none;outline: none;width: 16px;height: 16px;}
.slick-dots li.slick-active button {}
.slick-prev, .slick-next {width: 58px;height: 58px;border: 0px;font-size: 0px;cursor: pointer; position: absolute;top: 50%; transform: translateY(-50%); z-index: 999; background-size: cover !important;}
.slick-prev {left: 68px; background: url("../images/baleft.png") no-repeat center;}
.slick-next { right: 68px; background: url("../images/baright.png") no-repeat center;}

.slideshow .item.slick-active.item_one img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.slideshow .item.slick-active.item_one.on img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.slick-list, .slick-slider, .slick-track {position: relative;display: block}
.slick-loading .slick-slide, .slick-loading .slick-track {visibility: hidden}
.slick-slider {box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.slick-list {overflow: hidden;margin: 0;padding: 0}
.slick-list:focus {outline: 0}
.slick-list.dragging {cursor: pointer;cursor: hand}
.slick-slider .slick-list, .slick-slider .slick-track {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
.slick-track {top: 0;left: 0}
.slick-track:after, .slick-track:before {display: table;content: ''}
.slick-track:after {clear: both}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px}
[dir=rtl] .slick-slide {float: right}
.slick-slide img {display: block}
.slick-slide.slick-loading img {display: none}
.slick-slide.dragging img {pointer-events: none}
.slick-initialized .slick-slide {display: block}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent}
.slick-arrow.slick-hidden {display: none}
.slick-slide iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.slick-slide video {position: absolute;display: block;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);min-width: 101%;min-height: 100%;max-width: none;-o-object-fit: cover;object-fit: cover;-o-object-position: 50% 50%;object-position: 50% 50%;display: none \9;display: block \9\0;}
.slick-dots .slide-count {
	display: none;
}

@media screen and (max-width: 999px) {
.slick-slide video {object-position: inherit;object-fit: inherit;width: 100%;height: 100%;transform: translate(0, 0);left: 0;top: 0;}
.slick-prev, .slick-next {width: 32px;height: 32px; border-radius: 50%;}
.slick-prev {left: 18px;}
.slick-next { right: 18px;}
}

/*  main1  */
.main1{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: -85px; position: relative; z-index: 99}
.m1l{ width: calc(100% - 480px); background: #fff; border-radius: 16px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10); display: flex; flex-flow: wrap; justify-content: space-between;}
.m1r{ width: 444px; background: #613935 url("../images/m1bei.png") no-repeat right bottom; border-radius: 16px; padding: 30px 30px; font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana;}

.m1lie{ width: 33.333%; border-left: 1px solid #D9D9D9; padding: 28px; padding-bottom: 15px;}
.m1lie:first-child{ border: none;}
.m1a{ font-size: 44px; font-size: 4.4rem; line-height: 60px; color: #613935; text-align: center;}
.m1a span{ color: #613935; font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana;}
.m1a sup{ color: #613935; font-weight: bold; font-size: 28px;}
.m1p{ text-align: center; margin-top: 23px; color: #333;}

.m1r p{color: #fff}

@media screen and (max-width: 1559px) {
    .m1a{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.m1a sup{ font-size: 18px;}
    .m1p{ margin-top: 10px;}
}
@media screen and (max-width: 1359px) {
.m1l{ width: calc(100% - 320px);}
.m1r{ width: 300px; padding: 20px 15px;}
    .m1lie{ padding: 15px;}
}
@media screen and (max-width: 999px) {
    .main1{ margin-top: -40px;}
    .m1a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.m1a sup{ font-size: 14px;}

.m1l{ width: calc(100% - 270px);}
.m1r{ width: 260px; padding: 20px 10px;}
}
@media screen and (max-width: 767px) {
    .main1{ margin-top: 30px;}
.m1l{ width: 100%;}
.m1r{ width: 100%; padding: 10px; background-size: 80px; margin-top: 15px;}
    .m1lie{ padding: 10px;}

    .m1a{ font-size: 18px; font-size: 1.8rem; line-height: 22px;}
.m1a sup{ font-size: auto;}
}

/*  main2  */
.main2{ padding: 90px 18px;}
.biaot{ display:block; text-align: center; font-size: 44px; font-size: 4.4rem; line-height: 60px; padding-bottom: 43px; font-family: Cormorant,Arial, "Arial Black", "sans-serif", Verdana; text-align: center; background: url("../images/m2biao.png") no-repeat bottom center; text-transform: uppercase;}

#outer { margin-top:37px; font-size:0px; position: relative;}
#tab {zoom: 1; font-size:0px; text-align: center; position: relative;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; padding: 0 40px; z-index: 1}
.m2tu{ width: 78px; height: 78px; border-radius: 50%; background: #fff; position: relative; margin: auto;}
.m2tu img{ max-width: 60%; max-height: 60%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) !important; transition: 0.5s;}
.m2tu1{ opacity: 1}
.m2tu2{ opacity: 0}
#tab li span{ display: block; text-align: center; color: #333; font-size: 24px; font-size: 2.4rem; line-height: 26px; text-transform: capitalize; transition: 0.5s;}

#tab li.current p{ background: #613935;}
#tab li.current .m2tu1{ opacity: 0}
#tab li.current .m2tu2{ opacity: 1}
#tab li.current span{ color: #613935;}

#content { display: block;}
#content .tabul {display: none; font-size:0px; vertical-align:middle;}

.img-scroll {position: relative;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 58px; height: 58px; line-height: 58px; text-align: center; border-radius: 50%;	background: #F5F5F5; top: 50%; transform: translateY(-50%); margin-top: -20px; transition: 0.5s; z-index: 999}
.img-scroll .prev { left: 0px; cursor: pointer;}
.img-scroll .next { right: 0px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #fff; background: #613935;}
.img-list {position: relative;overflow: hidden; margin: 0 85px; margin-top: 66px;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.245%; margin-right: 0.00666%; padding: 9px; padding-bottom: 25px; transition: 0.5s; position:relative;}

.m2btu{ display: block; overflow: hidden;}
.m2ba{ text-align: center; color: #333; display: block; margin-top: 22px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.img-list li:hover{ background: #613935;}
.img-list li:hover .m2btu img{ transform: scale(1.1)}
.img-list li:hover a{ color: #fff}

@media screen and (max-width: 1559px) {
#tab li{ padding: 0 20px;}
.m2tu{ width: 50px; height: 50px;}
    #tab li span{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 1359px) {
.main2{ padding: 60px 18px;}
    .biaot{ font-size: 34px; font-size: 3.4rem; line-height: 45px; background-size: 30px; padding-bottom: 25px;}
    .img-scroll .prev, .img-scroll .next { width: 40px; height: 40px; line-height: 40px; font-size: 12px;}
.img-list { margin: 0 45px; margin-top: 40px;}
.img-list li { padding: 5px; padding-bottom: 10px;}
    .m2ba{ margin-top: 5px;}
}
@media screen and (max-width: 999px) {
#tab li{ padding: 0 10px;}
.m2tu{ width: 50px; height: 50px;}
    #tab li span{ font-size: 14px; font-size: 1.4rem;}
    .biaot{ font-size: 28px; font-size: 2.8rem; line-height: 40px; background-size: 20px; padding-bottom: 15px;}
}
@media screen and (max-width: 767px) {
.main2{ padding: 30px 0.25%;}
    .biaot{ font-size: 24px; font-size: 2.4rem; line-height: 30px; background-size: 20px; padding-bottom: 15px;}
    #outer { margin-top:20px;}
#tab li{ padding: 0 5px;}
.m2tu{ width: 40px; height: 40px;}
    #tab li span{ display: none;}
.img-list { margin: 0 20px; margin-top: 20px;}
    .img-list li { padding: 0px; width: 0.32333%; margin-right: 0.015%;}
    .m2ba{ padding: 5px; padding-top: 0px;}
}
@media screen and (max-width: 459px) {
    .img-list li { width: 0.49%; margin-right: 0.02%;}
}

/*  main3  */
.main3{ padding-top: 15px;}

.m3b{ position: relative;}

#outer2 { margin-top:18px; position: relative;}
#tab2 {zoom: 1; width: 416px; position: absolute; left: 50%; margin-left: 700px; top: 50%; transform: translate(-100%,-50%); display: flex; flex-flow: wrap; justify-content: space-between; z-index: 2}
#tab2 li{ transition:0.5s; cursor:pointer; position:relative; text-align: center; width: 50%; height: 208px; margin-top: -1px; text-align: center; border: 1px solid #fff; z-index: 1}
#tab2 li:nth-child(2n){border-left: none;}

.m3li{ position: absolute; width: 95%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#tab2 li p{ width: 58px; height: 58px; position:relative; margin: auto;}
#tab2 li p img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#tab2 li span{ display: block; text-align: center; color: #fff; margin-top: 10px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden; transition: 0.5s;}

#tab2 li.current2{ background: #613935; border-color: #613935;}
#tab2 li:nth-child(2n-1).current2{ border-right-color: #fff}
#tab2 li:last-child.current2{ border-right-color: #613935}

#content2 { display: block; height: 730px; position: relative; z-index: 1}
#content2 .tabul2 {display: none; height: 100%; position: relative; }
#content2 .tabul2::after{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  z-index: 1;
}

.m3tu{ position: absolute; width: 100%; height: 100%; overflow: hidden; z-index: 1}
.m3tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.m3zi{ position: absolute; width: 580px; left: 50%; margin-left: -700px; top: 50%; transform: translateY(-50%); z-index: 2}

.m3a{ display: block; font-size: 36px; font-size: 3.6rem; line-height: 46px; text-transform: uppercase; color: #fff; font-family: Cormorant,Arial, "Arial Black", "sans-serif", Verdana;}
.m3p{ color: #fff; margin-top: 30px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4; overflow: hidden;}
.mor{ display: inline-block; padding: 0 30px; height: 48px; line-height: 48px; background: #613935; border-radius: 16px 0 16px 0; color: #fff; font-family: Cormorant,Arial, "Arial Black", "sans-serif", Verdana; text-transform: uppercase;}
.mor:hover{ background: #fff; color: #613935;}
.m3mor1{ background: #fff; color: #613935;}
.m3mor1:hover{ background: #613935; color: #fff;}
.m3zi .mor{ margin-top: 45px;}

@media screen and (max-width: 1469px) {
    #tab2 { left: auto; margin: auto; right: 2.5%; transform: translateY(-50%); width: 36%;}
.m3zi{ width: 50%; left: 2.5%; margin-left: auto;}
    .m3a{ font-size: 26px; font-size: 2.6rem;}
}
@media screen and (max-width: 999px) {
    #tab2 li{ height: 140px;}
#tab2 li p{ width: 38px; height: 38px;}
    #tab2 li span{ margin-top: 5px; -webkit-line-clamp: 3;}
    
    #content2 { height: 480px;}
    .m3p{ margin-top: 10px;}
    .mor{ height: 40px; line-height: 40px; padding: 0 20px;}
.m3zi .mor{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.main3{ padding-top: 0px;}
    #tab2 { width: 50px;}
    #tab2 li{ width: 50px; height: 50px;}
#tab2 li p{ width: 30px; height: 30px;}
    #tab2 li span{ display: none;}
  #tab2 li:nth-child(2n){border-left: 1px solid #fff;}
#tab2 li.current2{ background: #613935; border-color: #fff !important;}
.m3zi{ width: calc(95% - 70px); left: 2.5%; margin-left: auto;}
    .m3a{ font-size: 20px; font-size: 2rem;}
    .mor{ height: 36px; line-height: 36px;}
    #content2 { height: 340px;}
}

/*  main4  */
.main4{ background: rgba(97, 57, 53, 0.1); padding-top: 135px;}
.main4 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; background: rgba(255,255,255,0.3); box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03); border-radius: 48px 0 48px 0; overflow: hidden;}
.m4tu{ width: 50%;}
.m4tu a{ display: block; overflow: hidden;}
.m4zi{ width: 50%; padding: 10px 75px; padding-right: 50px;}
.m4biao{ background: none; padding: 0px; text-align: left;}
.m4p{ margin-top: 23px;}
.m4p p{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden; color: #444;}
.m4zi .mor{ margin-top: 50px;}

@media screen and (max-width: 1359px) {
.main4{ padding-top: 60px;}
.m4zi{ padding: 10px 30px;}
}
@media screen and (max-width: 999px) {
.m4p{ margin-top: 10px;}
.m4zi .mor{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.main4{ padding-top: 30px;}
.m4zi{ padding: 10px 15px;}
    .main4 .zong{ border-radius: 30px 0 30px 0;}
}
@media screen and (max-width: 639px) {
    .m4tu{ width: 100%;}
    .m4zi{ width: 100%; padding: 15px 10px;}
}

/*  main5  */
.main5{ position: relative; background: rgba(97, 57, 53, 0.1); padding-top: 110px;}
.main5:before{content: ""; position: absolute; width: 100%; height: 253px; background: #fff; left: 0px; bottom: 0px; z-index: 1;}

.main5 .zong{ position: relative; z-index: 2}
.m5t{ display: flex; flex-flow: wrap; justify-content: space-between; position: relative; z-index: 2}
.m5l{ width: 545px;}
.m5r{ width: calc(100% - 668px);}

.m5biao{ display: block; font-size: 36px; font-size: 3.6rem; line-height: 46px; font-family: Cormorant,Arial, "Arial Black", "sans-serif", Verdana; color: #000;}
.m5t .mor{ margin-top: 40px;}

.m5tu{ display: block; margin-top: -62px; position: relative; z-index: 1}
.m5tu img{ transform: scale(1) !important}

@media screen and (max-width: 1359px) {
    .main5{ padding-top: 60px;}
.m5l{ width: 400px;}
.m5r{ width: calc(100% - 468px);}

.m5biao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width: 999px) {
.m5l{ width: 300px;}
.m5r{ width: calc(100% - 350px);}

.m5biao{ font-size: 24px; font-size: 2.4rem; line-height: 32px;}
.m5t .mor{ margin-top: 20px;}
    .m5tu{ margin-top: -30px;}
}
@media screen and (max-width: 767px) {
    .main5{ padding-top: 30px;}
    .main5:before{ height: 100px;}
.m5l{ width: 100%;}
.m5r{ width: 100%; margin-top: 10px;}
.m5biao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .m5t .mor{ margin-top: 10px;}
    .m5tu{ margin-top: 0px;}
}

/*  main6  */
.main6{ padding-top: 140px; padding-bottom: 47px; background: url("../images/m6bei.png") no-repeat bottom center;}
.m6biao{ text-align: left; background-position: left bottom;}

.m6t{ min-height: 140px;}

.img-scroll2 {position: relative; margin-top:65px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 60px; height: 60px; line-height: 60px; top: -80px; text-align: center; border-radius: 50%; background: #D9D9D9; color: #666; font-size: 12px; transition: 0.5s; z-index: 999}
.img-scroll2 .prev { left: 0px; cursor: pointer;}
.img-scroll2 .next { left: 69px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #fff; background: #613935;}
.img-list2 {position: relative; overflow: hidden; margin: 0 -123px; padding-bottom:calc(31.73% + 100px);}
.img-list2 ul {width: 10000%;}
.img-list2 li { position: absolute; bottom: 0px; padding-bottom: 100px; width: 14.4%; left: 110%; transition: 0.5s; z-index: 1}
.m6a{ display: block; text-align: center; position: absolute; left: 0px;  bottom: 0px; width: 100%; color: #333; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; opacity: 0; transition: 0.5s;}
.m6tu img{ transform: scale(1) !important}

.img-list2 li:nth-child(1){ left: -14.4%; opacity: 1}
.img-list2 li:nth-child(2){ width: 14.4%; left: 0%; z-index: 2}
.img-list2 li:nth-child(3){ width: 16.16%; left: 19.5%; z-index: 3}
.img-list2 li:nth-child(4){ width: 19%; left: 40.5%; z-index: 4}
.img-list2 li:nth-child(4) .m6a{ opacity: 1}
.img-list2 li:nth-child(5){ width: 16.16%; left: 64.5%; z-index: 3}
.img-list2 li:nth-child(6){ width: 14.4%; left: 85.6%; z-index: 2}
.img-list2 li:nth-child(7){ width: 14.4%; left: 100%;}

.img-list2.active li:nth-child(2){ left: -100%;}
.img-list2.active li:nth-child(3){ width: 14.4%; left: 0%;}
.img-list2.active li:nth-child(4){ width: 16.16%; left: 19.5%;}
.img-list2.active li:nth-child(5){ width: 19%; left: 40.5%;}
.img-list2.active li:nth-child(4) .m6a{ opacity: 0}
.img-list2.active li:nth-child(6){ width: 16.16%; left: 64.5%;}
.img-list2.active li:nth-child(7){ width: 14.4%; left: 85.6%;}
.img-list2.active li:nth-child(8){ width: 14.4%; left: 110%;}

@media screen and (max-width: 1699px) {
    .main6{ padding-top: 60px; padding-bottom: 47px;}
.img-list2 { margin: 0; padding-bottom:calc(28% + 100px);}
}
@media screen and (max-width: 1359px) {
    .m6t{ min-height: 130px;}
.img-scroll2 { margin-top:30px;}
.img-scroll2 .prev, .img-scroll2 .next { width: 40px; height: 40px; line-height: 40px; top: -50px;}
.img-scroll2 .prev { left: 0px; cursor: pointer;}
.img-scroll2 .next { left: 45px; cursor: pointer;}
}
@media screen and (max-width: 999px) {
    .main6{ background: none;}
.img-list2 { padding: 0px; font-size: 0px;}
    .img-list2 li { position: relative; display: inline-block; vertical-align: middle; width:0.24% !important; margin-right: 0.0133%; margin-left: 0px; left: auto !important; bottom: auto; padding-bottom: 0px;}
.m6a{ position: relative; opacity: 1; margin-top: 5px;}
.img-list2.active li:nth-child(4) .m6a{ opacity: 1}
}
@media screen and (max-width: 767px) {
    .main6{ padding: 30px 0;}
.img-list2 { padding-bottom: 55px;}
.img-scroll2 .prev, .img-scroll2 .next { top: auto; bottom: 0px;}
.img-scroll2 .prev { left: 50%; margin-left: -50px;}
.img-scroll2 .next { left: auto; right: 50%; margin-right: -50px;}
.img-list2 li { width:0.3233% !important; margin-right: 0.015%;}
}
@media screen and (max-width: 499px) {
.img-scroll2 { margin-top:20px;}
.img-list2 li { width:0.49% !important; margin-right: 0.02%;}
}

/*  main7  */
.main7{ padding-top: 50px; padding-bottom: 67px;}
.m7n{ display: flex; flex-flow: wrap; padding-top: 34px;}
.m7lie{ width: 32%; margin-left: 2%; margin-bottom: 58px; background: rgba(245, 245, 245, 0.6); position: relative;}
.m7lie:nth-child(3n-2){ margin-left: 0px;}
.m7tu{ display: block; overflow: hidden;}
.m7riqi{ display: block; position: absolute; padding: 0 19px; height: 40px; line-height: 40px; background: rgba(0, 0, 0, 0.6); left: 0px; top: 0px; color: #fff; border-radius: 0 0 10px 0;}

.m7zi{ padding: 30px;}
.m7a{ display: block; color: #333; height: 64px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m7p{ margin-top: 17px;}
.m7p p{ color: #444; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m7mor{ margin-top: 32px; border: 1px solid #613935; background: none; color: #613935;}
.m7mor:hover{ background: #613935; color: #fff;}

@media screen and (max-width: 1359px) {
.main7{ padding: 50px 0; padding-bottom: 20px;}
    .m7lie{ margin-bottom: 30px;}
.m7zi{ padding:15px 10px;}
.m7a{ font-weight: bold; height: 52px;}
.m7p,.m7mor{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
    .m7lie{ margin-bottom: 20px;}
}
@media screen and (max-width: 767px) {
.main7{ padding: 30px 0; padding-bottom: 10px;}
    .m7n{ padding-top: 20px;}
    .m7a{ height: 44px;}
.m7riqi{ padding: 0 5px; height: 30px; line-height: 30px;}
}
@media screen and (max-width: 639px) {
    .m7lie{ width: 49%; margin-left: 2%;}
    .m7lie:nth-child(3n-2){ margin-left: 2%;}
    .m7lie:nth-child(2n-1){ margin-left: 0%;}
    .main7 .m7lie:nth-child(3){display: none;}
.m7zi{ padding:10px 5px;}
}

/*  main8  */
.m8xin input::-webkit-input-placeholder {/* WebKit browsers */
 color:#fff; opacity: 0.7;}
.m8xin input:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#fff; opacity: 0.7;}
.m8xin input::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#fff; opacity: 0.7;}
.m8xin input:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#fff; opacity: 0.7;}

.m8xin textarea::-webkit-input-placeholder {/* WebKit browsers */
 color:#fff; opacity: 0.7;}
.m8xin textarea:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#fff; opacity: 0.7;}
.m8xin textarea::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#fff; opacity: 0.7;}
.m8xin textarea:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#fff; opacity: 0.7;}


.main8{ background: #211413; position: relative;}
.main8:before{content: ""; position: absolute; width: 100%; height: 197px; background: #EFEBEA; left: 0px; top: 0px; z-index: 1}
.main8 .zong{ position: relative; z-index: 2; padding:29px 45px; background: #613935 url("../images/m8bei.png") no-repeat bottom center; border-radius: 30px 0 30px 0; display: flex; flex-flow: wrap; justify-content: space-between;}
.m8l{ width: 570px; padding-top: 33px;}
.m8r{ width: calc(100% - 770px);}

.m8a{ display: block; font-size: 36px; font-size: 3.6rem; line-height: 46px; max-width: 400px; font-family: Cormorant,Arial, "Arial Black", "sans-serif", Verdana; text-transform: uppercase; color: #fff;}
.m8p{ margin-top: -24px;}
.m8p p{color: #fff;}
.zz1 p{color: #fff;}

.m8xin{}
.m8xin .int1{ width: 100%; margin-top: 20px;}
.m8xin .int2{ width: 100%; margin-top: 20px; display: flex; flex-flow: wrap; justify-content: space-between;}
.m8xin .int1:first-child{ margin-top: 0px;}

.m8xin input{ width: 100%; height: 50px; line-height: 48px; border: 1px solid #D9D9D9; padding: 0 20px; border-radius: 10px; font-size: 16px; font-size: 1.6rem; color: #fff; background: none;}
.m8xin textarea{ width: 100%; height: 95px; line-height: 28px; border: 1px solid #D9D9D9; padding: 10px 20px; border-radius: 10px; font-size: 16px; font-size: 1.6rem; color: #fff; background: none;}
.m8xin .int3{ width: calc(100% - 211px); position: relative;}
.m8xin .int4{ width: 196px; border: none; background: #211413; padding: 0px; font-size: 18px; font-size: 1.8rem; cursor: pointer; transition: 0.5s;text-transform: uppercase;}
.m8xin .yanzheng{ width: 71px; height: 37px; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); cursor: pointer;}
.m8xin .int3 input{ padding-right: 80px;}
.m8xin .int4:hover{ background: #fff; color: #211413;}

@media screen and (max-width: 1359px) {
.m8l{ width: 400px; padding-top: 33px;}
.m8r{ width: calc(100% - 470px);}
    .m8xin input,.m8xin textarea{ font-size: 14px; font-size: 1.4rem; padding: 0 10px;}
    .m8xin textarea{ padding: 10px;}
    .m8a{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width: 999px) {
    .main8 .zong{ padding: 20px;}
    .m8l,.m8r{ width: 100%; padding: 0px;}
    .m8r{ margin-top: 20px;}
    .m8a{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
    .m8p{ margin-top: 0px;}
    .m8xin input,.m8xin textarea{ font-size: 12px !important; font-size: 1.2rem !important;}
    .m8xin .int1,.m8xin .int2{ margin-top: 10px;}
    
    .m8xin .int3{ width: calc(100% - 110px);}
    .m8xin .int4{ width: 100px;}
}
@media screen and (max-width: 767px) {
    .main8 .zong{ border-radius: 10px 0 10px 0; padding: 20px 10px;}
    .m8a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}

/*  foot  */
.foot{ background: #211413; padding-top: 75px;}
.fot{ display: flex; flex-flow: wrap;}
.folie{}

.fo1{ width: 22%;}
.fo2{ width: 25%; margin-left: 2%}
.fo3{ width: 24%; margin-left: 2%}
.fo4{ width: 23.5%; margin-left: 1.5%}

.fobiao{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana; color: #fff; text-transform: capitalize;}
.fonav,.foul{ margin-top: 16px;}
.fonav a,.foul li{ display: block; color: #D9D9D9; line-height: 40px;}
.foul li a{ display: inline; color: #D9D9D9;}

.fob{ border-top: 1px solid rgba(255,255,255,0.2); margin-top: 88px; padding: 23px 0; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.fop{ width: calc(100% - 290px); color: #fff;}
.fop a{ display: inline-block; color: #fff;}

.shejiao{ width: 272px; display: flex; flex-flow: wrap; justify-content: space-between;}
.shejiao a{ display: inline-block; width: 34px; height: 34px; line-height: 32px; border-radius: 5px; border: 1px solid #fff; text-align: center; color: #fff; opacity: 0.6; transition: 0.5s;}
.shejiao a i{ font-size: 16px;}
.shejiao a:hover{ opacity: 1;}

@media screen and (max-width: 1359px) {
    .foot{ padding-top: 30px;}
    .fob{ margin-top: 30px;}
.fo1{ width: 22%;}
.fo2{ width: 22%; margin-left: 2%}
.fo3{ width: 22%; margin-left: 2%}
.fo4{ width: 28.5%; margin-left: 1.5%}
}
@media screen and (max-width: 767px) {
    .folie{ width: 100%; margin-bottom: 10px; margin-left: 0px;}
    .fonav,.foul{ display: none;}
    .fonav a,.foul li{ line-height: 22px; padding: 5px 0;}
    .fobiao{ border-bottom: 1px solid rgba(255,255,255,0.4); padding: 10px 0; padding-right: 20px; position: relative; font-size: 16px; font-size: 1.6rem;}
    .fobiao:before{content: ""; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #fff; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
    
    .fob{ text-align: center;}
    .fop{ width: 100%;}
    .shejiao{ margin: auto; margin-top: 10px;}
}

/****************************  product  ***************************/
.fenbanner{ position: relative; padding-top: 147px; padding-bottom: 140px;}
.fenbanner .zong{ text-align: center;}
.fenbiao{ font-size: 44px; font-size: 4.4rem; line-height: 60px; font-family: Cormorant,Arial, "Arial Black", "sans-serif", Verdana; text-transform: uppercase; color: #ffffff;}

.mianbao{ color: #fff; line-height: 30px; text-align: center;}
.mianbao a{ display: inline; color: #fff;}
.mianbao strong,.comian{ font-weight: normal; display: inline; text-decoration: underline;}
.mianbao em{ color: #fff; display: inline-block; vertical-align: middle; margin-right: 5px;}
.mianbao a:hover{ text-decoration: underline; color: #fff;}

@media screen and (max-width:1359px) {
    .fenbiao{ font-size: 40px; font-size: 4rem; line-height: 50px;}
}
@media screen and (max-width:999px) {
.fenbanner{ padding: 100px 0;}
    .fenbiao{ font-size: 32px; font-size: 3.2rem;}
}
@media screen and (max-width:767px) {
.fenbanner{ padding: 60px 0;}
    .fenbiao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.mianbao{ display: none;}
}

.prmain{ padding-top:85px; padding-bottom:180px; position: relative; display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse;}

.prl{ width:343px;}
.prr{ width:calc(100% - 420px);}

.prsou::-webkit-input-placeholder {/* WebKit browsers */
 color:#666;}
.prsou:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#666;}
.prsou::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#666;}
.prsou:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#666;}

.prsousuo{ background: #F2F2F2; border-radius: 8px; position: relative; overflow: hidden;}
.prsou{ width: 100%; height: 56px; line-height: 56px; padding-left: 20px; padding-right: 50px; font-size: 20px; font-size: 2rem; background: none; font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana; color: #666;}
.prsuo{ width: 40px; height: 56px; position: absolute; right: 0px; top: 0px; cursor: pointer; background: none; z-index: 2}
.prsousuo i{ width: 22px; height: 22px; line-height: 22px; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 20px; color: #666; z-index: 1}

.j-nextshow { position: relative;}
.proslide_menubtn { display: none; width: 19px; height: 21px; position: absolute; top: 14px; right: 10px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }
.proslide_menubtn span { display: block; width: 100%; height: 3px; border-radius:2px; margin-bottom: 4px; background-color: #613935;}

.prbiao{ display:block; padding: 6px 0px; font-size: 24px; font-size: 2.4rem; line-height: 40px; border-bottom: 1px solid #E4E4E4; position:relative; color: #333; font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana;}
a.prbiao:hover{ color:#fff; background: #613935;}

.prlt{ margin-top: 13px;}
.pryiji{}
.pryiji>li{ position: relative;}
.pryiji>li>a{ display:block; line-height:30px; padding:15px 0px; padding-right: 28px; font-size: 18px; font-size: 1.8rem; margin-top: 3px; color: #333333; position:relative; border-bottom: 1px solid #E4E4E4;}
.pryiji>li>a i{ position: absolute; right: 7px; top: 50%; transform: translateY(-50%); font-size: 12px; font-size: 1.2rem; color: #333; transition: 0.5s;}

.prerji{}
.prerji li a{ display:block; line-height:25px; padding: 15px 30px; position: relative; color: #333;}

.prsanji{ font-size: 14px; font-size: 1.4rem; line-height: 20px; padding-left: 20px; background: #eee;}
.prsanji li a{}

.pryiji li:hover>a{color: #613935;}

.prerji>li:hover>a{ color:#613935;}
.prerji>li:hover>a i{ left: 0px; opacity: 1}

.dangpryi>a{ font-weight: 700;}

.dangprer>a{ color:#613935 !important;}
.prerji>.dangprer>a{ color:#613935 !important;}
.dangprer>a>i{ left: 0px !important; opacity: 1 !important;}

@media screen and (max-width:1359px) {
    .prmain{ padding-top: 50px; padding-bottom: 50px;}
    .prsou{ font-size: 14px; font-size: 1.4rem; padding-left: 10px;}
    .prsousuo i{ font-size: 14px; right: 10px;}
    
.prbiao{ font-size: 22px; font-size: 2.2rem;}
.prl{ width: 260px;}
.prr{ width: calc(100% - 280px);}

.pryiji>li>a{ font-size: 16px; font-size: 1.6rem; position:relative;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:999px) {
.prmain{ padding-top:30px; padding-bottom:30px;}
.prl{ width:240px;}
.prr{ width:calc(100% - 260px);}

    .prbiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.pryiji>li>a{ line-height: 24px; padding: 10px 0; padding-right: 40px; font-size: 14px; font-size: 1.4rem;}
    .prerji li a{ padding: 5px 15px;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
    .prsanji{ padding-left: 10px;}
    .prsanji li a{ font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width:767px) {
.prmain{ padding-bottom:10px;}
.prl{ width:100%; margin-top:40px; max-height: none; top: auto; position: relative;}
.prr{ width:100%;}
/*
.proslide_menubtn{ display:block;}
.pryiji{display: none}
*/
    .prbiao{ padding-bottom: 10px;}
}

.prlc{ margin-top: 38px;}
.prlcn{ padding-top: 15px;}
.prlclie{ padding: 10px 0; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.prlctu{ width: 130px; overflow: hidden; display: block; border: 1px solid #F0F0F0;}
.prlczi{ width: calc(100% - 145px); color: #333;}
.prlczi a{color: #333;}

@media screen and (max-width:1359px) {
.prlc{ margin-top: 20px;}
    .prlclie{ padding: 5px 0;}
.prlctu{ width: 100px;}
.prlczi{ width: calc(100% - 115px);}
}

.prlb{ margin-top: 25px; border-radius: 32px 0; background: #613935; padding: 30px 28px; padding-bottom: 38px;}
.prlb .prbiao{ padding: 0px; color: #fff; border: none;}
.prxin{ padding-top: 8px;}
.prxin li{color: #fff; position: relative; padding-left: 38px; margin-top: 10px;}
.prxin li i{position: absolute; left: 0px; top: 0px;}
.prxin li a{ color: #fff;}
.prxin li a:hover{ color: #fff; text-decoration: underline;}
.prshejiao{ width: 100%; max-width: 272px; margin-top: 60px;}

@media screen and (max-width:999px) {
    .prlb{ padding: 20px 10px; border-radius: 15px 0;}
    .prshejiao{ margin-top: 25px;}
}
@media screen and (max-width:1359px) {
    .prlb{ padding: 30px 18px;}
}


.prrt{ padding-top: 10px;}
.prrbiao{ font-size:26px; font-size: 2.6rem; line-height: 30px; font-family: Cormorant,Arial, "Arial Black", "sans-serif", Verdana; position: relative; text-transform: uppercase;}

.prrp{ margin-top: 18px; overflow: hidden;}
.prrp p{color: #333;}

.prrmor{ margin-top: 24px; cursor: pointer; width: 160px; height: 40px; line-height: 38px !important; text-align: center; background: #613935; border: 1px solid #613935; border-radius: 5px;}
.prrmor span{ color: #fff; font-family: Poppins-Medium,Arial, "Arial Black", "sans-serif", Verdana;}

.prrph{ height: auto !important;}
.prrph p{ display: block;}
.prrmorh i:after{ transform: translate(-50%,-50%) rotate(0deg);}

@media screen and (max-width:1359px) {
.prrt{ padding-top: 0px;}
    .prrbiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
    .prrp{ margin-top: 10px;}
    .prrmor{ margin-top: 10px; width: 120px;}
}
@media screen and (max-width:767px) {
    .prrbiao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}

.prn{display: flex; flex-flow: wrap; padding-top: 17px;}
.prlie{ width: 32%; margin-left: 2%; margin-top: 20px; padding: 7px; background: #fff; transition: 0.5s; position: relative; display: inline-block; vertical-align: top;}
.prlie:nth-child(3n-2){margin-left: 0px;}
.prtu{ display: block; overflow: hidden;}
.przi{ padding:17px 0px; padding-bottom: 24px;}
.pra{ color: #333; text-align: center; display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.prp{ margin-top: 8px;}
.prp a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prin{ margin-top: 15px; text-align: center;}
.prin input{ display: inline-block; vertical-align: middle; cursor: pointer;}
.prmor{ display: inline-block; vertical-align: middle; padding: 0 19px; height: 37px; line-height: 37px !important; background: #613935; margin-left: 9px; border-radius: 16px 0; color: #fff;}

.prlie:hover{ background: #613935;}
.prlie:hover a{ color: #fff;}
.prlie:hover .prtu img{ transform: scale(1.1)}
.prlie:hover .prmor{ background: #fff; color: #613935;}

.fenye{ padding-top:60px; text-align:center;}
.fenyen{  display:inline-block; *float:left; font-size: 0px;}
.fenyen a{ display:inline-block; *float:left; width: 44px; height:44px; line-height:44px; text-align:center; margin: 2px 8px; color: #666; font-size: 16px; font-size: 1.6rem; background: #F8F8F8; border-radius: 5px;}
.fenyen a:hover{ color:#fff; background:#613935;}
.fenyen .big{ width: auto; padding: 0 16px;}
.fenyen a.big:hover{}
.dangqianfen{ color:#fff !important; background:#613935 !important; border-color: #613935 !important;}

.fuxuan{ margin-left: 6px; display:inline-block; *float:right; background: url("../images/fuxuan.png") no-repeat right center; padding-right: 40px;}
.fuxuan input{ height:30px; line-height: 28px; color: #613935; cursor:pointer; transition:0.5s; font-size:16px; font-size:1.6rem; background: none;}
.fuxuan input:hover{ color: #333;}

.biaot2{ background: none; padding-bottom: 10px;}

@media screen and (max-width:1359px) {
.fenye{ padding-top:40px;}
    .przi{ padding: 10px 5px;}
    .mrin{ margin-top: 5px;}
    .prmor{ padding: 0 10px; margin-right: 5px;}
}
@media screen and (max-width:999px) {
    .fenye{ padding-top:30px;}
    .fenyen a{ font-size: 14px; font-size: 1.4rem; width: 30px; height: 30px; line-height: 30px; margin: 2px;}
.zhankai{ font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
.prlie{ width: 49%; margin-left: 2%; margin-top: 15px; padding: 5px;}
.prlie:nth-child(3n-2){margin-left: 2%;}
.prlie:nth-child(2n-1){margin-left: 0px;}
    .prmor{ margin-left: 5px; height: 30px; line-height: 30px !important;}
    .fuxuan input{font-size: 14px; font-size: 1.4rem;}
    .pra{ font-weight: bold;}
}
@media screen and (max-width:767px) {
.prn{ padding-top: 15px;}
    .prlie{ padding: 2px;}
    .przi{ padding-top: 10px;}
    .pra{ line-height: 20px;}
    .prp{ margin-top: 5px;}
    .prin{ margin-top: 10px;}

.fenye{ padding-top:25px;}
.fenyen a,.fuxuan input{ font-size:12px; font-size:1.2rem; padding: 0 10px; height: 26px; line-height: 26px;}
}


/****************************  product2  ***************************/
.mianbao2{ background: #F5F5F5; color: #333; padding: 10px 0; text-align: left;}
.mianbao2 a{ color: #333;}
.mianbao2 strong,.mianbao2 .comian{ color: #613935 !important}

.pr2main1{ padding-top: 40px; padding-bottom: 90px;}
.pr2main1 .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}

.zoomPad{position:relative; float:left; z-index:99; cursor:crosshair; }
.zoomPreload{-moz-opacity:0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align:center; background-image: url(../images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index:110; width:90px; height:43px; position:absolute; top:0px; left:0px; * width:100px; * height:49px; }
.zoomPup{overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index:120; position:absolute; border:1px solid #CCC; z-index:101; cursor:crosshair; }
.zoomOverlay{position:absolute; left:0px; top:0px; background:#FFF;	z-index:5000; width:100%; height:100%; display:none; z-index:101; }
.zoomWindow{position:absolute; left:110%; top:40px; background:#FFF; z-index:6000; height:auto; z-index:10000; z-index:110; }
.zoomWrapper{position:relative; border:1px solid #999; z-index:110; }
.zoomWrapperTitle{display:block; background:#999; color:#FFF; height:18px; line-height:18px; width:100%; overflow:hidden; text-align:center; font-size:10px; position:absolute; top:0px; left:0px; z-index:120; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage{display:block; position:relative; overflow:hidden; z-index:110; }
.zoomWrapperImage img{border:0px; display:block; position:absolute; z-index:101; }
.zoomIframe{z-index: -1; filter:alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position:absolute; display:block; }

.m-propic { width:47%;}
.m-propic .pic-big { position: relative; float: right; width: 84%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.m-propic .big-img { display: block; line-height: 0; font-size: 0; background: #fff; border-radius: 16px;}
.m-propic .big-img img{ transform: scale(1,1) !important; border: solid 1px #D9D9D9; transition: 0s;}
.m-propic .big-img .zoomPad { float: none; z-index: 8; }
.m-propic .zoomWrapperImage img { max-width: 1200px;}
.m-propic .pic-small { position: relative; float: left; width: 13%; overflow: hidden; }
.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width:100%; height:40px; line-height:40px; border-radius:4px; text-align:center; font-size:12px; font-size:2.2rem; cursor: pointer; color:#B2B2B2; z-index:1}
.m-propic .pic-btn.prev { top: -3px;}
.m-propic .pic-btn.next { bottom: -3px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { color:#613935;}
.m-propic .pic-list { position: relative; height: 0px; padding-bottom:540%; margin-top: 39px; margin-bottom: 39px;  overflow: hidden;}
.m-propic .pic-list ul { height: 2000px; position: absolute; top: 0px; left: 0px;}
.m-propic .list-item { margin-bottom:10%;}
.m-propic .item-pic,.m-propic .pic-list .item-video { display: block; overflow:hidden; border: solid 1px #D9D9D9; background: #fff;border-radius: 8px;}
.m-propic .item-pic img,.m-propic .pic-list .item-video img { width: 100%;display: block; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; }
.m-propic .item-pic:hover { border-color: #613935; opacity: 1}
.m-propic .item-pic:hover img {-webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.m-propic .item-pic.zoomThumbActive { border-color: #613935; opacity: 1}
.m-propic:hover .pic-btn{opacity: 1}

.m-propic2 { display: none; }
.m-propic .provideo-box { width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }
.m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }
.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.m-propic .provideo-box .provideo iframe body { margin: 0px !important; }

.m-propic .item-pic:hover, .m-propic .item-pic.active,
.m-propic .item-video:hover, .m-propic .item-video.active{ border-color: #613935 !important;  opacity: 1}

.item-pic{ position:relative;}
.item-pic video,.item-pic iframe{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.jianjie{ width:47.5%; padding-top: 10px; position: relative;}
.jianjie h1{ font-size:24px; font-size:2.4rem; line-height:32px; padding-bottom: 17px; border-bottom: 1px solid #D9D9D9; position: relative; font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana;}

.jianp{color: #444; margin-top: 18px;}
.jianp p{color: #444;}

.inno{ display: flex; flex-flow: wrap; border-top: 1px solid #D9D9D9; padding-top: 40px; margin-top: 20px;}
.inno a{ margin-right: 10px; margin-top: 7px; border:1px solid #613935;}

.share{ margin-top: 47px;}
.share1{ color: #333; font-size: 16px; font-size: 1.6rem; line-height: 30px; display: inline-block; vertical-align: middle;}
.share2{display: inline-block; vertical-align: middle;}

@media screen and (max-width: 1559px) { 
.jianp{ margin-top: 15px;}
    .jianpz{ margin-top: 2px;}
}
@media screen and (max-width: 1359px) { 
.pr2main1{ padding: 40px 0;}

.jianjie h1{ font-size:20px; font-size:2rem; padding-bottom: 10px;}
    .share{ margin-top: 20px;}
    .share1{ font-size: 14px; font-size: 1.4rem;}
    .inno{ padding-top: 20px;}
    
.m-propic .list-item { margin-bottom:5%;}
.m-propic .pic-btn { height:22px; line-height:22px; font-size:14px; font-size:1.4rem; background: rgba(0, 0, 0,0.4); border-radius: 8px; color: #fff;}
.m-propic .pic-list { padding-bottom:650%; margin-top: 0px; margin-bottom: 0px;  overflow: hidden;}
.m-propic .pic-btn.prev { top: 0px;}
.m-propic .pic-btn.next { bottom: 0px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { color:#fff;}
}
@media screen and (max-width:999px){
.m-propic { width: 100%; max-width: 500px; float: left;}
.zoomPad { cursor: default !important; }
.zoomPup { display: none !important; }
.zoomWindow { display: none !important; }
.zoomPreload { display: none !important; }
.m-propic { float: none; margin: auto;}	
    
.jianjie{ width:100%; float:none; margin-top:20px;}
.jianjie h1{ font-size:16px; font-size:1.6rem;}
}
@media only screen and (max-width:767px ) {
    .pr2main1{ padding: 30px 0;}
    .inno a{ margin-right: 5px;}
    .share1{ font-size: 12px; font-size: 1.2rem;}

.m-propic .pic-big { width: 76%;}
.m-propic .pic-small { width: 22%;}
.m-propic .pic-list { padding-bottom:343%; margin-top: 0px; margin-bottom: 0px;  overflow: hidden;}
}
 @media only screen and (max-width:500px ) {
.m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:4.8%; } 
}
@media only screen and (max-width:350px ) {
.m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:9.8%; } 
}

.head{ transition: 0.5s;}
.headh2{ top: -107px;}

.pr2main2{ position: relative; padding-top: 28px;}
.prmao{ background: #F2F2F2; position: sticky; width: 100%; left: 0px; top: 0px; z-index: 99999;}
.prmao .zong{ display: flex; flex-flow: wrap; border-bottom: 1px solid #edd;}
.prmao a{ display: block; line-height: 52px; margin-right: 10px; padding: 0 30px; position: relative; transition: 0.5s; text-align: center;}
.prmao a:before{ content: ""; position: absolute; left: 0px; top: 0px; width: 0px; height: 2px; background: #613935; transition: 0.5s;}
.prmao span{ font-size: 20px; font-size: 2rem; line-height: 30px; text-align: center; display: inline-block; vertical-align: middle;}
.prmao a:hover:before{ width: 100% !important;}
.prmao a:hover span{ color: #613935;}
.prmaoah:before{ width: 100% !important;}
.prmaoah span{ color: #613935 !important;}

@media screen and (max-width:1359px) {
.prmao a{ line-height: 54px;}
.prmao span{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width:999px) {
.prmao{ line-height: 26px;}
    .prmao .zong{ justify-content: flex-start;}
    .prmao a{ margin-right: 15px;}
.prmao span{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}
@media screen and (max-width:767px) {
    .pr2main2{ padding-top: 5px;}
    .prmao .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
.prmao a{ line-height: 40px; margin: 0 4px; padding: 0;}
.prmao span{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}


.mao1{ padding-top: 110px; margin-top: -60px;}
.mao2{ padding-top: 110px; margin-top: -60px;}
.mao3{ padding-top: 110px; margin-top: -34px;}
.mao4{ padding-top: 110px; margin-top: -25px;}

.chanxbiao{ text-transform: uppercase; color: #333;}

.chanxiang{ margin-top: 19px;}
.chanxiang p,.chanxiang em,.chanxiang strong{ color: #444;}
.chanxiang img,.chanxiang a{ display: inline-block;}
.chanxiang a{color: #613935 !important;}

.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse;}
.table table tr{}
.table table tr td{ padding:5px 12px; color: #444; border:1px solid #d9d9d9; background: #fff;}

@media screen and (max-width: 999px) {
.mao1,.mao2,.mao3,.mao4{ padding-top: 85px; margin-top: -60px;}
.table table tr td{ padding:10px 5px;}
.chanxiang strong,.zsst{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
.chanxiang strong,.zsst{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
    .chanxiang em:before{ top: 9px;}
}

.comain{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-end; padding-bottom: 135px;}
.col{ width: 437px;}
.cor{ width: calc(100% - 513px); box-shadow: 5px 5px 30px 0 rgba(97, 57, 53, 0.25); padding: 65px 60px; padding-top: 58px;}

.col .chanxbiao{ line-height: 60px;}
.coln{ padding-top: 15px;}
.colie{ position: relative; padding: 9px 0; padding-left: 91px; min-height: 62px;}
.colie em{ display: block; background: rgba(97, 57, 53, 0.05); width: 62px; height: 62px; line-height: 62px; font-size: 26px; position: absolute; left: 0px; top: 15px; border-radius: 50%; text-align: center; color: #613935;}
.colie p,.colie p a{ color: #333;}

.coxin{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 6px;}
.coxin .int1{ width: 48%; margin-top: 20px;}
.coxin .int2{ width: 100%; margin-top: 20px;}
.coxin .int3{ width: calc(100% - 243px); margin-top: 20px; position: relative;}
.coxin .int4{ width: 217px; margin-top: 20px;}

.coxin input{ width: 100%; height: 50px; line-height: 30px; padding: 10px; font-size: 16px; font-size: 1.6rem; color: #333; border: 1px solid #999;}
.coxin textarea{ width: 100%; height: 120px; line-height: 30px; padding: 10px; font-size: 16px; font-size: 1.6rem; color: #333; border: 1px solid #999;}
.coxin .int3 .yanzheng{ width: 90px; height: calc(100% - 2px); position: absolute; right: 1px; top: 1px; cursor: pointer;}
.coxin .int3 input{ padding-right: 100px;}
.coxin .int4 input{ background: #613935; border-radius: 16px 0; border: 1px solid #613935; color: #FFF; cursor: pointer; transition: 0.5s;text-transform: uppercase;}
.coxin .int4 input:hover{ background: #fff; color: #613935;}

.coxin input:focus,.coxin textarea:focus { border-color: #613935}

@media screen and (max-width: 1559px) {
    .colie em{ top: 5px;} 
}
@media screen and (max-width: 1359px) {
.comain{ padding-bottom: 60px;}
.col{ width: 360px;}
.cor{ width: calc(100% - 410px); padding: 40px 20px; padding-top: 20px;}
.col .chanxbiao{ line-height: 40px;}
}
@media screen and (max-width: 999px) {
.col{ width: 100%;}
.cor{ width: 100%; margin-top: 20px; padding: 40px 20px; padding-top: 20px;}
    .coxin .int1,.coxin .int2,.coxin .int3,.coxin .int4{ margin-top: 10px;}
    .coxin input,.coxin textarea{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
.comain{ padding-bottom: 30px;}
.colie{ padding-left: 55px; min-height: 40px;}
.colie em{ width: 40px; height: 40px; line-height: 40px; font-size: 18px; top: 10px;}

    .coxin input,.coxin textarea{ font-size: 12px; font-size: 1.2rem;}
    .coxin .int4{ width: 60px;}
    .coxin .int3{ width: calc(100% - 70px);}
    .cor{ padding: 20px 10px; padding-top: 10px;}
}

.homain{background: rgba(97, 57, 53, 0.1); padding-top: 95px; padding-bottom: 90px; margin-bottom: 45px;}
.homain .m5biao{ padding-right: 100px;}

.img-scroll3 {position: relative; margin-top:52px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 50%; background: #D9D9D9; color: #666; font-size: 12px; top: -97px; transition: 0.5s; z-index: 999}
.img-scroll3 .prev { right: 70px; cursor: pointer;}
.img-scroll3 .next { right: 0px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #fff; background: #613935;}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:0.237%; margin-right: 0.01733%; position:relative;}

.img-list3 li .prlie{ width: 100%; margin:0px; background: rgba(255,255,255,0)}
.img-list3 li .prlie:hover{ background: #613935;}

@media screen and (max-width: 1359px) {
.homain{ padding: 60px 0;}

.img-scroll3 { margin-top:30px;}
.img-scroll3 .prev, .img-scroll3 .next { width: 40px; height: 40px; line-height: 40px; top: -70px;}
.img-scroll3 .prev { right: 50px;}
}
@media screen and (max-width: 767px) {
.homain{ padding: 30px 0; margin-bottom: 0px;}
.img-list3 li { width:0.3233%; margin-right: 0.015%;}
}
@media screen and (max-width: 499px) {
.img-list3 li { width:0.49%; margin-right: 0.02%;}
}

.pamain1{box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06); border-radius: 48px 0; background: rgba(255,255,255,0.3); margin-top: 88px; margin-bottom: 124px; display: flex; flex-flow: wrap; justify-content: space-between;}
.patu{ width: 50.3%;}
.pazi{ width: 49.7%; padding: 25px 10px 52px 75px;}

.pabiao{ color: #333;}
.pap{}
.pap p{ background: url("../images/duigou.png") no-repeat left 2px; padding-left: 36px; color: #333; margin-top: 20px;}
.pamor{ margin-top: 32px;}

@media screen and (max-width: 1559px) {
    .pap p{ background-size: 25px;}
}
@media screen and (max-width: 1359px) {
    .pamain1{ margin: 60px 0;}
.pazi{ padding: 10px; padding-left: 20px;}
    .pap p{ background-size: 15px; padding-left: 25px; background-position: left 6px;}
}
@media screen and (max-width: 999px) {
    .pap p{ margin-top: 10px;}
    .pamor{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .pamain1{ margin: 30px 0;}
.patu{ width: 100%;}
.pazi{ width: 100%; padding: 15px 10px;}
}

/****************************  about  ***************************/
.abmain1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 87px; padding-bottom: 62px;}
.ab1zi{ width: 43%;}
.ab1tu{ width: 52%; border-radius: 32px 0; overflow: hidden;}

.ab1biao{ text-align: left; background: none; padding: 0px;}
.ab1p{ margin-top: 27px;}


.abmain2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-bottom: 55px;}
.ab2lie{ width: 313px; position: relative; padding-left: 87px;}
.ab2tu{ position: absolute; width: 66px; height: 66px; left: 0px; top: 25px;}
.ab2tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.ab2lie .m1a{ text-align: left; color: #333;}
.ab2lie .m1a span,.ab2lie .m1a sup{ color: #333;}
.ab2p{ color: #333; margin-top: 5px;}

@media screen and (max-width: 1559px) {
.ab2lie{ padding-left: 60px;}
.ab2tu{ width: 40px; height: 40px; left: 0px; top: 20px;}
}
@media screen and (max-width: 1359px) {
    .abmain1{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
.ab1p{ margin-top: 10px;}
.ab2lie{ width: 32%}
    .ab2tu{ top: 15px;}
}
@media screen and (max-width: 767px) {
    .abmain1{ padding: 30px 0;}
    .abmain2{ padding-bottom: 20px;}
.ab1zi{ width: 100%;}
.ab1tu{ width: 100%; margin-top: 20px;}

.ab2lie{ padding-left: 30px;}
.ab2tu{ width: 20px; height: 20px; left: 0px; top: 6px;}
}
@media screen and (max-width: 499px) {
.ab2lie{ width: 49%; margin: 10px 0;}
    .ab2lie:nth-child(3){width: 100%;}
}

.abmain3{ background: url("../images/ab3bei.png") no-repeat center; background-size: cover; padding-top: 103px; padding-bottom: 82px;}
.abmain3 .zong{ text-align: left;}
.ab3n{ display: inline-block; width: 60%; max-width: 684px; background: #fff; padding: 42px 45px; padding-bottom: 28px; text-align: left;}

@media screen and (max-width: 767px) {
    .abmain3{ padding: 50px 0;}
.ab3n{ width: 100%; max-width: none; padding: 20px; background: rgba(255,255,255,0.8)}
}

.abmain4{ background: rgba(97, 57, 53, 0.1); padding: 135px 0;}
.abmain4 .zong{ border-radius: 48px 0; background:#fff; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.20); display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; overflow: hidden;}
.ab4zi{ width: 50%; padding: 40px 55px;}
.ab4tu{ width: 50%;}

.ab4zi p{ color: #444;}

@media screen and (max-width: 1359px) {
    .abmain4{ padding: 60px 0;}
    .ab4zi{ padding: 15px 10px;}
}
@media screen and (max-width: 999px) {
    .abmain4 .zong{ border-radius: 30px 0;}
.ab4zi{ width: 100%;}
.ab4tu{ width: 100%; max-width: 600px; margin: auto;}
}
@media screen and (max-width: 767px) {
    .abmain4{ padding: 30px 0;}
}

.abmain5{ padding-top: 85px;}
.ab5biao{ text-align: center;}

.img-scroll4 {position: relative; margin-top:35px;}
.img-scroll4 .prev, .img-scroll4 .next {position: absolute; text-align:center; display: block; width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 50%; background: #D9D9D9; top: 50%; transform: translateY(-50%); transition: 0.5s; font-size: 12px; z-index: 999}
.img-scroll4 .prev { left: -90px; cursor: pointer;}
.img-scroll4 .next { right:-90px; cursor: pointer;}
.img-scroll4 .prev:hover,.img-scroll4 .next:hover { color: #fff; background: #613935;}
.img-list4 {position: relative;overflow: hidden;}
.img-list4 ul {width: 10000%;}
.img-list4 li {float: left; width:0.6586%; margin-left: -0.51%; margin-right: 0.532%; position:relative;}

.abmain6{ margin-bottom: 50px;}
.abmain6 .img-scroll2 { margin-top: 86px;}
.abmain6 .img-scroll2 .prev, .abmain6 .img-scroll2 .next { top: -146px;}
.abmain6 .img-scroll2 .prev { left: auto; right: 70px; cursor: pointer;}
.abmain6 .img-scroll2 .next { left: auto; right: 0px; cursor: pointer;}

.homain2{ margin-bottom: 0px;}
.main82:before{ background: #f0eceb;}

@media screen and (max-width: 1599px) {
.img-scroll4 { padding-bottom: 80px;}
.img-scroll4 .prev, .img-scroll4 .next { bottom: 0px; top: auto; transform: translate(0)}
.img-scroll4 .prev { left: 50%; margin-left: -65px; cursor: pointer;}
.img-scroll4 .next { right: 50%; margin-right: -65px; cursor: pointer;}
}
@media screen and (max-width: 1359px) {
.abmain5{ padding-top: 60px;}
.img-scroll4 { padding-bottom: 60px;}
.img-scroll4 .prev, .img-scroll4 .next { width: 40px; height: 40px; line-height: 40px; }
.img-scroll4 .prev { left: 50%; margin-left: -45px; cursor: pointer;}
.img-scroll4 .next { right: 50%; margin-right: -45px; cursor: pointer;}

.abmain6{ margin-bottom: 0px;}
.abmain6 .img-scroll2 { margin-top: 30px;}
.abmain6 .img-scroll2 .prev, .abmain6 .img-scroll2 .next { top: -70px;}
.abmain6 .img-scroll2 .prev { right: 50px;}
}
@media screen and (max-width: 767px) {
.abmain5{ padding-top:30px;}
.img-scroll4 { margin-top: 20px;}

.abmain6 .img-scroll2 .prev, .abmain6 .img-scroll2 .next { top: auto; bottom: 0px;}
.abmain6 .img-scroll2 .prev { right: auto; left: 50%; margin-left: -45px;}
.abmain6 .img-scroll2 .next { right: 50%; margin-right: -45px;}
}

/****************************  4-2  ***************************/
.qcmain1{ padding-top: 76px; padding-bottom: 116px;}
.qcbiao{ background: none; padding: 0px;}

.qc1n{ margin-top: 47px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.qczi{ position: relative;}
.qc1zi{ width: 40%;}
.qc1tu{ width: 52.14%; border-radius: 32px 0px; overflow: hidden;}

.qcshu{ font-size: 100px; font-size: 10rem; line-height: 100px;  font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana; position: absolute; left: 0px; top: 0px; color: #613935; z-index: 1}
.qcshu:before{content: ""; position: absolute; width: 100%; height: 100%; background: linear-gradient(0deg, #fff 0%, #fff 35%, rgba(115, 115, 115, 0.00) 100%); left: 0px; bottom: 0px;}
.qca{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 45px; color: #444; font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana; position: relative; z-index: 2}
.qcp{ position: relative; z-index: 2; margin-top: 20px;}
.qcp p{ color: #444;}

@media screen and (max-width: 1359px) {
.qcmain1{ padding-top: 50px; padding-bottom: 60px;}
    .qc1n{ margin-top: 30px;}
.qcshu{ font-size: 70px; font-size: 7rem; line-height: 70px;}
.qca{ font-size: 20px; font-size: 2rem; margin-top: 28px;}
}
@media screen and (max-width: 999px) {
.qcshu{ font-size: 50px; font-size: 5rem; line-height: 50px;}
.qca{ font-size: 18px; font-size: 1.8rem; margin-top: 18px;}
    .qcp{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.qcmain1{ padding: 30px 0;}
.qc1zi{ width: 100%;}
.qc1tu{ width: 100%; margin-top: 20px;}
}

.qcmain2{background: rgba(97, 57, 53, 0.1); padding: 98px 0;}
.qcmain2 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.qc2zi{ width: 40%; position: relative;}
.qc2tu{ width: 54.3%; border-radius: 32px 0px; overflow: hidden;}
.qc2zi .qcshu:before{ background: linear-gradient(0deg, #f0eceb 0%, #f0eceb 35%, rgba(115, 115, 115, 0.00) 100%);}

@media screen and (max-width: 1359px) {
    .qcmain2{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {

}
@media screen and (max-width: 767px) {
    .qcmain2{ padding: 30px 0;}
    .qc2zi{ width: 100%;}
    .qc2tu{ width: 100%; margin-top: 15px;}
}

.qcmain3{ padding-top: 70px; padding-bottom: 88px;}
.qc3zi{ margin: auto; text-align: center; position: relative; padding-top: 1px; width: 100%;}
.qc3zi .qcshu{ left: 50%; transform: translateX(-50%);}

.qc3tu{ display: flex; flex-flow: wrap; padding-top: 37px;}
.qc3tu p{ width: 32.3%; margin-left: 1.5%; margin-top: 10px;}
.qc3tu p:nth-child(3n-2){margin-left: 0px;}

@media screen and (max-width: 1359px) {
    .qcmain3{ padding: 60px 0;}
    .qc3tu{ padding-top: 10px;}
}
@media screen and (max-width: 767px) {
    .qcmain3{ padding: 30px 0;}
}

.qcmain5{ padding-top: 88px; padding-bottom: 129px;}
.qcbiao2{ text-align: center; text-transform: uppercase; color: #333;}
.qc5n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 45px;}
.qc5lie{ width: calc(100% / 3); position: relative; overflow: hidden;}
.qc5tu{ display: block;}
.qc5zi{ position: absolute; width: 100%; left: 0px; bottom: 0px; padding: 15px; padding-bottom: 35px; text-align: center;}
.qc5a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #fff; font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana;}
.qc5p{ margin-top: 15px; max-height: 0px; transition: 0.5s; overflow: hidden;}
.qc5p p{color: #fff;}
.qc5lie:hover .qc5p{ max-height: 300px;}

@media screen and (max-width: 1359px) {
.qcmain5{ padding: 60px 0;}
    .qc5a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .qc5p{ margin-top: 5px;}
}
@media screen and (max-width: 999px) {
    .qc5n{ padding-top: 20px;}
    .qc5zi{ position: relative; padding: 0px 10px; padding-top: 10px;}
    .qc5a{ color: #333;}
    .qc5p{ max-height: none !important;}
    .qc5p p{ color: #333}
}
@media screen and (max-width: 767px) {
.qcmain5{ padding: 30px 0;}
    .qc5lie{ width: 50%;}
    .qc5a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}

/****************************  application  ***************************/
.appmain{ padding-top: 85px; padding-bottom: 105px;}
.applie{ padding: 42px 38px; margin-bottom: 58px;}
.applie:nth-child(2n-1){ text-align: right;}
.applie:nth-child(2n){ text-align: left;}

.appzi{ width: 50%; max-width: 424px; padding: 45px 30px; padding-top: 65px; background: rgba(255,255,255,0.9); display: inline-block; text-align: left;}
.appa{ display: block; font-size: 26px; font-size: 2.6rem; line-height: 30px; font-family: Cormorant,Arial, "Arial Black", "sans-serif", Verdana; text-transform: uppercase; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.appp{ margin-top: 34px; height: 192px; text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;}
.appp p,.appp a{ color: #444; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 6;  overflow: hidden;}
.appmor{ background: #fff;}

@media screen and (max-width: 1359px) {
.appmain{ padding: 60px 0;}
    .applie{ margin-bottom: 30px;}
}
@media screen and (max-width: 999px) {
    .appzi{ padding: 20px;}
    .appa{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .appp{ margin-top: 15px; height: 156px}
    .appmor{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
.appmain{ padding: 30px 0;}
    .applie{ margin-bottom: 20px; padding: 10px;}
    .appzi{ padding: 10px;}
    .appa{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
    .appp{ margin-top: 15px; height: 88px;-webkit-line-clamp: 4;}
    .appp p,.appp a{ -webkit-line-clamp: 4;}
    .appmor{ margin-top: 20px;}
}

/****************************  application2  ***************************/
.appmain2{ padding-top: 90px; padding-bottom: 132px;}
.appmain2 h1{ font-size: 26px; font-size: 2.6rem; line-height: 30px; font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana; text-align: center;}
.net{ border-bottom: 1px solid #CCC; padding-bottom: 30px; padding-top: 35px;}
.appt{ text-align: center;}
.net .share{ display: inline-block; vertical-align: middle; margin-top: 0px;}
.net .share1{ color: #444;}

.nexiang{ padding-top: 20px;}
.nexiang p{ color: #444;}
.nexiang em{ color: #444; display: block; font-style: normal; padding-left: 43px;}
.nexiang strong{ display: block; padding-left: 43px; background: url("../images/duigou.png") no-repeat left 5px; font-size: 20px; font-size: 2rem; line-height: 40px;}
.nexiang a,.nexiang img{ display: inline-block;}
.nexiang a{color: #613935;}

.fanpian{ border-top: 1px solid #CCC; padding-top: 32px; margin-top: 55px; display: flex; flex-flow: wrap; justify-content: space-between;}
.fanpian a{ position: relative; padding: 5px 0; padding-left: 77px; max-width: 45%;}
.fanpian a i{ display: block; width: 60px; height: 60px; line-height: 60px; text-align: center; background: #D9D9D9; font-size: 12px; color: #666; border-radius: 50%; position: absolute; left: 0px; top: 0px; transition: 0.5s;}
.fanpian a p{}
.fanpian a .fan2{ color: #666;}
.fanpian a p a{ color: #666;}

.fanpian a:nth-child(2){ text-align: right; padding-left: 0px; padding-right: 77px;}
.fanpian a:nth-child(2) i{ left: auto; right: 0px;}
.fanpian a:hover i{ background: #613935; color: #fff;}

@media screen and (max-width: 1359px) {
.appmain2{ padding: 60px 0;}
    .appmain2 h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .net{ padding:10px 0;}
    .nexiang strong{ background-size: 20px; font-size: 18px; font-size: 1.8rem; line-height: 32px; padding-left: 30px;}
    .nexiang em{ padding-left: 30px;}
}
@media screen and (max-width: 767px) {
.appmain2{ padding: 30px 0;}
    .appmain2 h1{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .nexiang strong{ background-size: 16px; font-size: 16px; font-size: 1.6rem; line-height: 26px; padding-left: 30px;}
    .fanpian{ margin-top: 20px; padding-top: 10px;}
    .fanpian a{ text-align: left !important; width: 100%; max-width: none; padding-right: 0px !important; padding-left: 40px !important;}
    .fanpian a i{ width: 30px; height: 30px; line-height: 30px; top: 10px; right: auto; left: 0px !important;}
}

/****************************  6-1  ***************************/
.se1main1{ padding-bottom: 120px;}
.se11p{ padding-left: 183px; padding-right: 115px; margin-top: 56px; background: url("../images/yinhao.png") no-repeat 88px top;}

@media screen and (max-width: 1359px) {
.se1main1{ padding-bottom: 60px;}
.se11p{ padding-left: 83px; padding-right: 50px; padding-bottom: 0px; margin-top: 30px; background: url("../images/yinhao.png") no-repeat 10px top;}
}
@media screen and (max-width: 767px) {
.se1main1{ padding-bottom: 30px;}
.se11p{ padding: 0px; margin-top: 10px; background: none;}
}

.se1main2{ position: relative; background: rgba(97, 57, 53, 0.1); padding-top: 87px;}
.se1main2:before{content: ""; position: absolute; width: 100%; height: 270px; left: 0px; bottom: 0px; background: #fff; z-index: 1}
.se12p{ max-width: 880px; margin: auto; text-align: center; margin-top: 17px; position: relative; z-index: 2}
.se12p p{color: #333;}
.se12tu{ position: relative; margin-top: 55px; position: relative; cursor: pointer; z-index: 2}
.bofang{ width: 9.43%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

@media screen and (max-width: 1359px) {
    .se1main2{ padding-top: 60px;}
    .se12tu{ margin-top: 30px;}
    .se1main2:before{ height: 170px;}
}
@media screen and (max-width: 767px) {
    .se1main2{ padding-top: 30px;}
    .se12tu{ margin-top: 20px;}
    .se1main2:before{ height: 70px;}
}

.se1main3{}
.se13n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 45px;}
.se13lie{ background: #F5F5F5; padding: 22px 0; padding-left: 63px; padding-right: 50px; margin-top: 10px; width: 47.6%; position: relative;}
.se13tu{ width: 29px; position: absolute; left: 19px; top: 50%; transform: translateY(-50%);}
.se13mor{ color: #613935; position: absolute; right: 17px; top: 50%; transform: translateY(-50%);}
.se13a{ display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

@media screen and (max-width: 1359px) {
.se13lie{ padding: 10px 0; padding-left: 52px; padding-right: 50px;}
    .se13tu{ left: 10px;}
    .se13mor{ right: 10px;}
}
@media screen and (max-width: 767px) {
    .se13n{ padding-top: 20px;}
    .se13lie{ width: 100%;}
}

.se1main4{ padding-top: 200px; padding-bottom: 95px;}
.se14n{ padding-top: 10px;}
.se14lie{ margin-bottom: 26px; position: relative; border: 1px solid #d9d9d9; padding:0 30px;}
.se14a{ padding: 20px 0; padding-right: 40px; position: relative; cursor: pointer;}
.se14a p{color: #333 !important; }
.se14a:before{content: ""; position: absolute; width: 26px; height: 2px; background: #3D3D3D; right: 0px; top: 50%; margin-top: -1PX;}
.se14a:after{content: ""; position: absolute; width: 26px; height: 2px; background: #3D3D3D; right: 0px; top: 50%; margin-top: -1PX; transform: rotate(90deg); transition: 0.5s;}
.se14p{ padding-bottom: 20px; display: none;}
.se14p p{ color: #666;}

.se14lieh .se14a{font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana; color: #333;}
.se14lieh .se14a:after{ transform: rotate(0)}
.se14lieh .se14p{ display: block;}

@media screen and (max-width: 1359px) {
.se1main4{ padding: 60px 0;}
.se14lie{ margin-bottom: 10px; padding:0 10px;}
    .se14a:before,.se14a:after{ width: 14px;}
}
@media screen and (max-width: 767px) {
.se1main4{ padding: 30px 0;}
    .se14a{ padding: 10px 0; padding-right: 25px;}
}

/****************************  6-2  ***************************/
.mtmain1{ background: rgba(97, 57, 53, 0.1); padding-top: 89px;}
.mtmain1 .zong{ background: #fff; padding: 0 150px; padding-bottom: 58px;}
.mt1tu{ max-width: 742px; margin: auto; margin-bottom: 34px;}
.mt1p{ margin-top: 22px;}
.mt1p p{ color: #444;}

@media screen and (max-width: 1359px) {
.mtmain1{ padding-top: 60px;}
.mtmain1 .zong{ padding: 0 2.5%; padding-bottom: 30px;}
.mt1tu{ margin-bottom: 10px;}
}
@media screen and (max-width: 999px) {
.mt1p{ margin-top: 15px;}
}
@media screen and (max-width: 767px) {
.mtmain1{ padding-top: 30px;}
}

.mtmain2{background: rgba(97, 57, 53, 0.1); padding-top: 89px; padding-bottom: 133px;}
.mtmain2 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.mt2zi{ width: 42.86%;}
.mt2tu{ width: 52.143%; border-radius: 32px 0; overflow: hidden;}

.mt2p{ margin-top: 26px;}
.mt2p p{ color: #444;}

@media screen and (max-width: 1359px) {
    .mtmain2{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
.mt2zi{ width: 100%;}
.mt2tu{ width: 100%; max-width: 700px; margin: auto; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .mtmain2{ padding: 30px 0;}
.mt2p{ margin-top: 16px;}
}

.mtmain3{ padding-top: 100px; padding-bottom: 34px; display: flex; flex-flow: wrap; justify-content: space-between;}
.mt3lie{ width: 48%; background: rgba(245, 245, 245, 0.6); margin-top: 11px;}
.mt3tu{}
.mt3zi{ padding: 38px;}
.mt3p{ margin-top: 20px;}
.mt3p p{ color: #444;}

@media screen and (max-width: 1359px) {
.mtmain3{ padding-top: 60px; padding-bottom: 20px;}
    .mt3lie{ width: 49%;}
.mt3zi{ padding: 20px;}
.mt3p{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.mtmain3{ padding-top: 30px; padding-bottom: 20px;}
.mt3zi{ padding: 20px 10px;}
}
@media screen and (max-width: 499px) {
    .mt3lie{ width: 100%;}
}

.mtmain4{ padding-bottom: 124px;}
.mt4t,.mt4b{ display: flex; flex-flow: wrap; justify-content: space-between;}
.mt4lie{ background: rgba(97, 57, 53, 0.05); padding: 45px 38px; padding-bottom: 15px; margin-top: 28px; border: 1px solid rgba(255,255,255,0); transition: 0.5s;}
.mt4a{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.mt4tu{ width: 68px; height: 68px; background: #fff; position: relative; transition: 0.5s;}
.mt4tu img{ max-width: 60%; max-height: 60%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.mt4a1{ width: calc(100% - 93px); font-size: 24px; font-size: 2.4rem; line-height: 34px; text-transform: uppercase; font-family: Cormorant,Arial, "Arial Black", "sans-serif", Verdana;}
.mt4p{ margin-top: 15px;}
.mt4p strong{ color: #613935;}

.mt4t .mt4lie{ width: 32%}
.mt4b .mt4lie{ width: 49%}

.mt4lie:hover{ border: 1px solid #d9d9d9; background: #fff;}
.mt4lie:hover .mt4tu{ background: rgba(97, 57, 53, 0.05);}

@media screen and (max-width: 1359px) {
.mtmain4{ padding-bottom: 60px;}
.mt4tu{ width: 40px; height: 40px;}
.mt4a1{ width: calc(100% - 50px); font-size: 20px; font-size: 2rem; line-height: 30px;}
    .mt4lie{ padding: 15px;}
}
@media screen and (max-width: 999px) {
.mt4a1{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .mt4lie{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.mtmain4{ padding-bottom: 30px;}
    .mt4lie{ width: 100% !important;}
.mt4a1{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}

/****************************  download  ***************************/
.domain{ padding-top: 67px; padding-bottom: 110px;}
.don{ padding-bottom: 40px;}
.dolie{ margin-top: 25px; width: 100%;}

@media screen and (max-width: 1359px) {
.domain{ padding: 60px 0;}
.don{ padding-bottom: 0px;}
.dolie{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.domain{ padding: 30px 0;}
}

.dotan{ position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; display: none; z-index: 999999999999;}
.guanbi1{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(33, 33, 33, 0.8); z-index: 1}
.dotann{ width: 95%; max-width: 888px; padding: 76px 58px; padding-top: 64px; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-height: 90%; overflow: auto; z-index: 2}
.dotana{ font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-bottom: 10px; font-family: "DM Sansd",Arial, "Arial Black", "sans-serif", Verdana;}
.guanbi2{ width: 40px; position: absolute; right: 66px; top: 61px; cursor: pointer;}

.famain{ padding-top: 72px; padding-bottom: 110px;}

@media screen and (max-width: 1359px) {
.famain{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
    .dotann{ padding: 20px 2.5%;}
    .guanbi2{ right: 2.5%; top: 15px; width: 30px;}
}
@media screen and (max-width: 767px) {
.famain{ padding: 30px 0;}
}

/****************************  news  ***************************/
.nemain{ padding-top: 60px; padding-bottom: 110px;}
.ne2main2{ padding-bottom: 32px;}

@media screen and (max-width: 1359px) {
.nemain{ padding: 60px 0}
}
@media screen and (max-width: 767px) {
.nemain{ padding: 30px 0; padding-top: 20px;}
}

.ne2main1{ padding-top: 84px; padding-bottom: 95px;}
.ne2main1 h1{ font-size: 26px; font-size: 2.6rem; line-height: 32px; color: #1B435E; text-transform: uppercase; font-family: Cormorant,Arial, "Arial Black", "sans-serif", Verdana}
.net2{ padding-top: 20px; padding-bottom: 18px;}
.neriqi{ margin-right: 30px;}

.nexiang2{ padding-top: 34px;}
.nexiang2 p{ color: #444;}
.nexiang2 em{ display: block; font-style: normal; color: #666;}
.nexiang2 a,.nexiang2 img{ display: inline-block}
.nexiang2 a{ color: #613935;}

@media screen and (max-width: 1359px) {
.ne2main1{ padding: 60px 0}
.ne2main1 h1{ font-size: 20px; font-size: 2rem; line-height: 32px;}
.nexiang2{ padding-top: 20px;}
}
@media screen and (max-width: 767px) {
.ne2main1{ padding: 30px 0}
.net2{ padding-top: 10px; padding-bottom: 8px;}
.neriqi{ margin-right: 10px;}
}

/****************************  contact  ***************************/
.comain{ padding-top: 80px; padding-bottom: 100px;}
.ditu{margin-bottom: 119px;}

@media screen and (max-width: 1359px) {
.comain{ padding: 60px 0;}
.ditu{margin-bottom: 60px;}
}
@media screen and (max-width: 767px) {
.comain{ padding: 30px 0;}
.ditu{margin-bottom: 30px;}
}



@media screen and (max-width: 1559px) {

}
@media screen and (max-width: 1359px) {

}
@media screen and (max-width: 999px) {

}
@media screen and (max-width: 767px) {

}





























@media screen and (max-width: 1559px) {

}
@media screen and (max-width: 1359px) {

}
@media screen and (max-width: 999px) {

}
@media screen and (max-width: 767px) {

}























#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;z-index:99999999999999999999999999999999999999;}
 #baguetteBox-overlay.visible{opacity:1}
 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);}
 
 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:Verdana, Geneva, sans-serif;}
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;
 border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}
 .baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}

 .spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
 .double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
 .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
 @-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}
 @keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:15%; top:9%; right:15%; bottom:9%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
.tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}


@font-face {
    font-family: "DM Sansd";
    src: url('../fonts/DMSansBold.eot');
    src: url('../fonts/DMSansBold.eot') format('embedded-opentype'),
         url('../fonts/DMSansBold.woff2') format('woff2'),
         url('../fonts/DMSansBold.woff') format('woff'),
         url('../fonts/DMSansBold.ttf') format('truetype'),
         url('../fonts/DMSansBold.svg#DMSansBold') format('svg');
}
@font-face {
    font-family: "DM Sans";
    src: url('../fonts/DMSansRegular.eot');
    src: url('../fonts/DMSansRegular.eot') format('embedded-opentype'),
         url('../fonts/DMSansRegular.woff2') format('woff2'),
         url('../fonts/DMSansRegular.woff') format('woff'),
         url('../fonts/DMSansRegular.ttf') format('truetype'),
         url('../fonts/DMSansRegular.svg#DMSansRegular') format('svg');
}
@font-face {
    font-family: Cormorant;
    src: url('../fonts/CormorantBold.eot');
    src: url('../fonts/CormorantBold.eot') format('embedded-opentype'),
         url('../fonts/CormorantBold.woff2') format('woff2'),
         url('../fonts/CormorantBold.woff') format('woff'),
         url('../fonts/CormorantBold.ttf') format('truetype'),
         url('../fonts/CormorantBold.svg#CormorantBold') format('svg');
}

@font-face {
  font-family: "iconfont"; /* Project id 4929671 */
    font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1752820596934') format('woff2'),
       url('../fonts/iconfont.woff?t=1752820596934') format('woff'),
       url('../fonts/iconfont.ttf?t=1752820596934') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-a-30Byoushuangjiantou:before {
  content: "\e68f";
}

.icon-right2:before {
  content: "\e638";
}

.icon-left2:before {
  content: "\e603";
}

.icon-yunxiazai_o:before {
  content: "\ebb4";
}

.icon-xinlangweibo:before {
  content: "\e601";
}

.icon-kongjian:before {
  content: "\e618";
}

.icon-mobanxiazai:before {
  content: "\e693";
}

.icon-dianhua:before {
  content: "\e635";
}

.icon-dianhuazixun1:before {
  content: "\e67c";
}

.icon-kefufill:before {
  content: "\e740";
}

.icon-huidaodingbu:before {
  content: "\e609";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-tiktok:before {
  content: "\e8db";
}

.icon-delete:before {
  content: "\e69d";
}

.icon-chahao:before {
  content: "\e617";
}

.icon-earth:before {
  content: "\e6d5";
}

.icon-earth1:before {
  content: "\e781";
}

.icon-chahao1:before {
  content: "\e60e";
}

.icon-xiazai:before {
  content: "\e65c";
}

.icon-youtube1:before {
  content: "\f274";
}

.icon-dh:before {
  content: "\e612";
}



.aboutBc .main8:before{
  background: #EFEBEA;
}

.sideNav {
  position: fixed;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  width: 48px;
}

.sideNav .sideItem {
  width: 100%;
  background-color: #613935;
  transition: 0.2s;
  position: relative;
  padding: 9.5px 0px;
}

.sideNav .sideItem svg{
  width: 26px;
  height: 26px;
}

.sideNav .wxImg {
  max-width: unset;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
  display: none;
}

.sideNav .sideBox {
  width: 100%;
  text-align: center;
  display: block;
}

.sideNav .sideItem:hover {
  background-color: #333333;
}

.sideNav .sideItem:hover span {
  color: #ffffff;
}

.sideNav .phoneTxt {
  width: max-content;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #333333;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.sideNav .phoneTxt a {
  color: #ffffff;
  text-underline-offset: 3px;
}

.sideNav .phoneTxt a:hover {
  text-decoration: underline;
}

.sideNav .goTop {
  cursor: pointer;
  margin-top: 10px;
  background-color: #333333;
}
.zdqx2{
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .fob{
    padding-bottom: 45px;
  }
  .sideNav {
    bottom: -1px;
    right: unset;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: unset !important;
    transform: translateY(0);
  }
  .sideNav .sideBox span {
    line-height: 40px;
    font-size: 18px !important;
    color: #ffffff !important;
  }
  .sideNav .sideItem {
    flex: 1;
    width: unset;
    margin: 0;
    height: auto;
    border-radius: 0;
    background-color: #211413;
  }
  .sideNav .sideItem:hover {
    background-color: #333333;
  }
  .sideNav .sideItem:hover span {
    color: #ffffff !important;
  }
  .sideNav .sideItem:last-child .sideBox span {
    line-height: 40px;
    font-size: 20px;
  }
  .sideNav .footBox {
    padding-bottom: 53px;
  }
  .sideNav .wxImg, .sideNav .phoneTxt {
    left: 10px;
    top: unset;
    bottom: calc(100% + 10px);
    transform: translateY(0);
  }
}


.img-list13 {position: relative;overflow: hidden;}
.img-list13 ul {width: 10000%;}
.img-list13 li {float: left; width:1%; margin-right: 0%; position:relative;}

.img-list13 li .image img{display: block; width: 100%; height: 100%; object-fit: cover; max-width: none;}


.img-scroll13{position: relative;}

.img-scroll13 .prev,.img-scroll13 .next{position: absolute;z-index: 9;top: 50%;transform: translateY(-50%);width: 60px;height: 60px;border-radius: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;background-color: #D9D9D9;font-size: 12px;transition: .4s ease all;
}

.img-scroll13 .prev:hover,.img-scroll13 .next:hover{background-color: #613935;color: #ffffff;
}

.img-scroll13 .prev{left: 20px;
}

.img-scroll13 .next{right: 20px;
}

@media screen and (max-width:1359px){.img-scroll13 .prev,.img-scroll13 .next{width: 40px;height: 40px;}}






