/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

.width1200{ min-width:1200px;}
.indexcontent{ margin:0 auto; width:1200px;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
a.bs:hover{ text-decoration:underline;}
.block{ display:block;}
.fl {
  float: left;
}

.fr {
  float: right;
}
.enlarge8{
  -moz-transition:all 0.8s; /* Firefox 4 */
  -webkit-transition:all 0.8s; /* Safari and Chrome */
  -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s;
  cursor: pointer;
}

.enlarge4{
  -moz-transition:all 0.4s; /* Firefox 4 */
  -webkit-transition:all 0.4s; /* Safari and Chrome */
  -o-transition:all 0.4s; /* Opera */
  transition:all 0.4s;
  cursor: pointer;
}
.ellipsis{
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clearfix::after {
  content: "";
  clear: both;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 1px;
  width: 1px;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

.content{ font-size:14px; color:#666666; line-height:30px;}
.content *{ line-height:30px;}
.content img{ max-width:100%; height: auto!important;}
.content video,
.content iframe{ width:100%; height: auto!important;}

.content2{ font-size:14px; color:#919191; line-height:30px;}
.content2 *{ line-height:30px;}
.content2 img{ max-width:100%; height: auto!important;}
.content2 video,
.content2 iframe{ width:100%; height: auto!important;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; border:#cccccc 1px solid; display: inline-block; width: 40px; line-height: 40px; line-height: 40px; margin-right: 8px; font-size: 16px; color: #999999;}
.pages a.active { background: #6f311b; border:#6f311b 1px solid; color: #fff }
.pages a:hover {  background: #6f311b; border:#6f311b 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 86px; line-height: 40px; line-height: 40px;}


/*首页*/
/*.top1{ background:#1b1b1b; height:30px;}
.top1 .top1_a{ float:right; font-size:14px; color:#999999; line-height:30px; margin-left:40px;}
.top1 a{ color:#999999;}
.top1 img.ico{ position:relative; top:-2px; margin-right:5px;}*/

.top2{ position:fixed; left:0; width:100%; background: #f5f2ee; min-width:1200px; z-index:99999; transition:all 0.3s; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.top2 .top2_indexcontent{ height:120px; position:relative;}
.top2 .top_logo{ position:absolute; left:0; top:40px;}

/*.top_txt{ position:absolute; right:0; top:35px; line-height:40px; font-size:12px; color:#666666; text-align:center;}
.top_txt a{ color:#666666;}
.top_txt .top_txt_ico{ margin:0 10px;}*/
.top_lang{ position:absolute; right:0; top:45px; line-height:30px; font-size:16px; color:#666666; text-align:center;}


/*.top_search_bt{ position:absolute; right:40px; top:30px; width:40px; line-height:40px; padding-top:10px; z-index:9999; margin:0 10px; text-align:center;}
.top_search_bt .top_search_bg{ display:none; position:absolute; right:-2px; top:45px; background:url(../images/top_search_bg.png) no-repeat; width:300px; height:79px;}
.top_search_bt:hover .top_search_bg{ display:block;}
.top_search_bt .top_search_bg .top_search_txt{ position:absolute; left:25px; top:29px; width:205px; height:30px; border:0; background:#f8f8f8; outline:none;}
.top_search_bt .top_search_bg .top_search_bt{ position:absolute; right:17px; top:23px; width:40px; height:39px; border:0; background-color:transparent; cursor:pointer;}*/
.top_search_bt{ position:absolute; right:40px; top:30px; width:40px; line-height:40px; padding-top:10px; z-index:9999; margin:0 10px; text-align:center;}
.nsearch {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.nsearch .nceng {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.nsearch form {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}
.nsearch form h2 {
  font-size: 45px;
  font-weight: bold;
  color: #6f311b;
  text-align: center;
  margin: 70px 0;
}
.nsearch form .ctn {
  display: flex;
  width: 480px;
}
.nsearch form .ctn input {
  height: 50px;
}
.nsearch form .ctn .txt {
  width: 85%;
  padding: 0 15px;
  background-color: #f6f6f6;
  font-size: 14px;
  cursor: auto;
  border:0;
  box-sizing:border-box;
}
.nsearch form .ctn .btn {
  width: 15%;
  background: #6f311b url(../images/search-btn.png) no-repeat center;
  border:0;
  box-sizing:border-box;
}
.nh {
  height: 100px;
}



.banner-container{ width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.banner-slide{ text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}

.banner-gj{ position:absolute; left:50% !important; top:50%; bottom:auto !important; margin-left:560px; width:40px !important; height:auto !important; transform:translateY(-50%); z-index:2}
.banner-pagination{ bottom:auto;}
.banner-pagination .swiper-pagination-bullet { width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 14px; color: #999; opacity: 1; background-color:transparent; margin:0 !important;}
.banner-pagination .swiper-pagination-bullet-active { color: #fff; opacity: 1;}

.banner-prev{ position:absolute; top:-40px; left:0; width:40px; height:40px; background:url(../images/banner_l.png) center no-repeat; cursor:pointer; transition:all 0.3s;}
.banner-prev:hover{ background:url(../images/banner_l_on.png) center no-repeat;}
.banner-next{ position:absolute; bottom:-40px; left:0; width:40px; height:40px; background:url(../images/banner_r.png) center no-repeat; cursor:pointer; transition:all 0.3s;}
.banner-next:hover{ background:url(../images/banner_r_on.png) center no-repeat;}

.i_d1{ background:#f3edeb;}
.i_d1_title{ height:46px; position:relative;}
.i_d1_nav{ line-height:46px;}
.i_d1_nav li{ display:inline-block; height:46px; font-size:26px; color:#999999; line-height:46px; padding:0 30px; cursor:pointer;}
.i_d1_nav li.on{ background:#9d8e7d; color:#ffffff;}
.i_d1_title a.i_d1_title_more{ position:absolute; right:0; top:0; font-size:14px; color:#666666;}

.i_d1-list li{ height:700px; position:relative;}
.i_d1-list li .i_d1_box{ position:absolute;}
.i_d1-list li .i_d1_box .img{ display:block; width:100%; object-fit: cover;}
.i_d1-list li .i_d1_box .txt{ padding-top:8px;}
.i_d1-list li .i_d1_box .txt .txt1{ font-size:16px; color:#222222; line-height:25px; transition:all 0.3s;}
.i_d1-list li .i_d1_box .txt .txt2{ font-family:Arial; font-size:12px; color:#999999; line-height:20px;}
.i_d1-list li .i_d1_box:hover .txt .txt1{ color:#6f311b;}

.i_d1-list li .i_d1_box:nth-child(1){ left:0; top:0; width:222px;}
.i_d1-list li .i_d1_box:nth-child(1) .img{ height:538px; object-position: left center;}
.i_d1-list li .i_d1_box:nth-child(2){ left:255px; top:0; width:390px;}
.i_d1-list li .i_d1_box:nth-child(2) .img{ height:239px;}
.i_d1-list li .i_d1_box:nth-child(3){ right:0; top:0; width:520px;}
.i_d1-list li .i_d1_box:nth-child(3) .img{ height:284px;}
.i_d1-list li .i_d1_box:nth-child(4){ left:255px; top:360px; width:496px;}
.i_d1-list li .i_d1_box:nth-child(4) .img{ height:271px;}
.i_d1-list li .i_d1_box:nth-child(5){ right:0; top:360px; width:390px;}
.i_d1-list li .i_d1_box:nth-child(5) .img{ height:239px;}

.i_d1-container{ padding-bottom:50px;}
.i_d1-gj{ position:absolute; left:50% !important; bottom:0 !important; width:auto !important; height:40px !important; transform:translateX(-50%); z-index:2}
.i_d1-pagination{ bottom:auto;}
.i_d1-pagination .swiper-pagination-bullet { width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 14px; color: #999; opacity: 1; background-color:transparent; margin:0 !important;}
.i_d1-pagination .swiper-pagination-bullet-active { color: #222; opacity: 1;}

.i_d1-prev{ position:absolute; top:0; left:-40px; width:40px; height:40px; background:url(../images/i_d1_l.png) center no-repeat; cursor:pointer; transition:all 0.3s;}
.i_d1-prev:hover{ background:url(../images/i_d1_l_on.png) center no-repeat;}
.i_d1-next{ position:absolute; bottom:0; right:-40px; width:40px; height:40px; background:url(../images/i_d1_r.png) center no-repeat; cursor:pointer; transition:all 0.3s;}
.i_d1-next:hover{ background:url(../images/i_d1_r_on.png) center no-repeat;}

.i_d2_title{ position:relative; line-height:80px; font-size:30px; color:#222222;}
.i_d2_title:after{content: ""; position:absolute; left:0; bottom:0; width:54px; height:4px; background:#6f311b;}
.i_d2_title a.i_d2_title_more{ position:absolute; right:0; bottom:0; font-size:14px; color:#666666; line-height:30px;}

.i_d2_sp{ float:left; width:612px; height:345px; position:relative;}
.i_d2_sp .video{ width:612px; height:345px;}
.i_d2_sp .video_bt{ position:absolute; left:50%; top:50%; margin-left:-26px; margin-top:-26px; cursor:pointer;}

.i_d2_r{ float:right; width:514px;}
.i_d2_r_txt{ padding-top:45px; font-size:14px; color:#999999; line-height:30px;}
a.i_d2_r_more{ display:block; width:85px; height:30px; border:#cad2d6 1px solid; line-height:30px; text-align:center; font-size:12px; color:#6f311b; margin-top:60px; transition:all 0.3s;}
a.i_d2_r_more:hover{ border:#6f311b 1px solid; background:#6f311b; color:#fff;}

.i_d3{ background:url(../images/i_d3_bg.jpg) center no-repeat; height:299px;}
.i_d3_txt1{ padding-top:65px; font-size:30px; color:#ffffff; line-height:50px; text-align:center;}
.i_d3_txt2{ padding-top:10px; font-size:24px; color:#ffffff; font-weight:bold; line-height:50px; text-align:center;}
a.i_d3_more{ display:block; width:82px; height:30px; border:#fff 1px solid; line-height:30px; text-align:center; font-size:12px; color:#ffffff; margin:25px auto 0 auto; transition:all 0.3s;}
a.i_d3_more:hover{ border:#fff 1px solid; background:#fff; color:#222;}

.i_d4{ background:#f3edeb;}

.i_d4_list li .img{ width:100%; height:240px; position:relative;}
.i_d4_list li .img img{ display:block; width:100%; height:240px; object-fit: cover;}
.i_d4_list li .img:after{content: ""; position:absolute; left:0; bottom:0; width:100%; height:100%; background:rgba(111,49,27,0); transition:all 0.3s;}
.i_d4_list li:hover .img:after{ background:rgba(111,49,27,0.3);}
.i_d4_list li .txt{ padding:15px 0;}
.i_d4_list li .txt .txt1{ font-size:16px; color:#222222; line-height:30px; text-align:center;}
.i_d4_list li .txt .txt2{ font-family:Arial; font-size:12px; color:#999999; line-height:20px; text-align:center;}
.i_d4_list li .txt .txt3{ font-size:12px; color:#6f311b; line-height:30px; text-align:center; margin-top:10px;}

.i_d4_content{ padding-bottom:50px; position:relative;}
.i_d4_next{ position:absolute; left:auto; top:auto; right:0; bottom:0; width:35px; height:50px; line-height:50px; text-align:center; font-family:"宋体"; font-size:20px; color:#999999; cursor:pointer;}
.i_d4_next:hover{ color:#222222;}
.i_d4_prev{ position:absolute; left:auto; top:auto; right:35px; bottom:0; width:35px; height:50px; line-height:50px; text-align:center; font-family:"宋体"; font-size:20px; color:#999999; cursor:pointer;}
.i_d4_prev:hover{ color:#222222;}
.i_d4_pagination{ position:absolute; left:auto; top:auto; right:100px; bottom:0; width:100px; height:50px; line-height:50px; text-align:right;  font-size:14px; color:#222;}
.i_d4_pagination .swiper-pagination-total{ color:#999999;}

.i_d5_list li{ float:left; width:386px; margin-left:21px; border-bottom:#f1f1f1 2px solid; position:relative;}
.i_d5_list li:nth-child(3n+1){ margin-left:0;}
.i_d5_list li .img{ position:relative; width:100%; height:236px;}
.i_d5_list li .img img{ display:block; width:100%; height:236px; object-fit: cover;}
.i_d5_list li .img:after{content: ""; position:absolute; left:0; bottom:0; width:100%; height:100%; background:rgba(111,49,27,0); transition:all 0.3s;}
.i_d5_list li .txt{ padding:20px 0;}
.i_d5_list li .txt .txt1{ font-size:16px; color:#181818; line-height:30px; transition:all 0.3s;}
.i_d5_list li .txt .txt2{ font-size:12px; color:#999999; line-height:25px; height:50px; overflow:hidden; margin-top:5px;}
.i_d5_list li .txt .txt3{ font-size:14px; color:#999999; line-height:30px; margin-top:5px;}
.i_d5_list li:after{content: ""; position:absolute; left:0; bottom:-2px; width:0; height:2px; background:#6f311b; transition:all 0.3s;}
.i_d5_list li:hover .img:after{ background:rgba(111,49,27,0.3);}
.i_d5_list li:hover .txt .txt1{ color:#6f311b;}
.i_d5_list li:hover:after{  width:100%;}

.footer{ background:#6f311b;}
.footer1_l{ float:left; width:315px;}
.footer1_ewm{ text-align:center; margin-top:30px;}
.footer1_ewm .txt{ font-size:12px; color:#fff; text-align:center; margin-top:10px;}
.footer1_r{ float:right; width:380px;}
.footer_nav{ font-size:14px; color:#fff; text-align:center; border-bottom:#9a6f60 1px solid; padding-bottom:30px;}
.footer_nav a{ color:#fff; margin-right:16px;}
.footer1_dh{ font-size:30px; color:#ffffff; line-height:70px; font-weight:bold; margin-top:50px;}
.footer1_xx{ font-size:14px; color:#ffffff; line-height:30px;}
.footer2{ border-top:#9a6f60 1px solid;}
.footer2_txt1{ float:left; width:1000px; padding:15px 0; font-size:14px; color:#fff; line-height:30px;}
.footer2_txt1 a{ color:#fff;}
.footer2_txt2{ float:right; width:200px; padding:15px 0; font-size:14px; color:#fff; line-height:30px; text-align:right;}
.footer2_txt2 a{ color:#fff;}


/*关于我们*/
.n_banner{ display:block; width:100%; height:800px; object-fit: cover;}
.n_rn{ position:absolute; left:0; bottom:0; width:100%; height:120px;}
.ab_d1_title{ font-size:30px; color:#222222; line-height:70px; text-align:center; position:relative;}
.ab_d1_title:after{content: ""; position:absolute; left:50%; bottom:0; margin-left:-25px; width:50px; height:4px; background:#6f311b;}
.ab_d1_l{ float:left; width:790px;}

.ab_d1_list li img{ display:block; width:100%; height:636px; object-fit: cover;}
.ab_d1_pagination{ width:auto !important; left:15px !important;}
.ab_d1_pagination .swiper-pagination-bullet{ width:13px; height:13px; background-color:transparent; border:#fff 1px solid; border-radius:50%; opacity:1;}
.ab_d1_pagination .swiper-pagination-bullet-active{ background-color:#fff;}

.ab_d1_l_txt{ padding-left:230px; margin-top:65px; font-size:14px; color:#666666; line-height:35px;}
.ab_d1_l_txt *{ line-height:35px;}

.ab_d1_r{ float:right; width:338px; padding-top:80px;}
.ab_d1_r_title{ font-size:20px; color:#222222; line-height:40px; font-weight:bold;}
.ab_d1_r_txt{ margin-top:35px; font-size:14px; color:#666666; line-height:35px; height:300px;}
.ab_d1_r_txt *{ line-height:35px;}
.ab_d1_r_img{ display:block; width:100%;}

.ab_d2{ background:#e5e5e5;}
.ab_d2_sp{ width:100%; height:676px; position:relative;}
.ab_d2_sp .video{ width:100%; height:676px;}
.ab_d2_sp .video_bt{ position:absolute; left:50%; top:50%; margin-left:-26px; margin-top:-26px; cursor:pointer;}

.ab_d3_list li{ float:left; width:184px; margin-left:154px;}
.ab_d3_list li:nth-child(4n+1){ margin-left:0;}
.ab_d3_list li .ico{ width:184px; height:184px; line-height:184px; text-align:center;}
.ab_d3_list li .ico img{ width:184px; height:184px; }
.ab_d3_list li .txt1{ font-size:20px; color:#222222; line-height:30px; text-align:center; margin-top:15px;}
.ab_d3_list li .txt2{ font-family:Arial; font-size:14px; color:#999999; line-height:20px; text-align:center;}
.ab_d3_list li:hover .xz img{transform: rotateY(360deg)}

.ab_d4{ background:url(../images/ab_d4_bg.jpg) center no-repeat; height:636px;}
.ab_d4 .indexcontent{ position:relative; height:636px;}
.ab_d4_txt{ position:absolute; left:0; top:50%; width:100%; transform:translateY(-50%);}
.ab_d4_txt .txt1{ font-size:36px; color:#ffffff; line-height:60px; font-weight:bold; text-align:center;}
.ab_d4_txt .txt2{ font-size:16px; color:#ffffff; line-height:30px; text-align:center; margin-top:20px;}

/*招商加盟*/
.join_d1_title{ position:relative;}
.join_d1_title .title1{ font-size:30px; color:#222222; line-height:50px; text-align:center;}
.join_d1_title .title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:15px;}
.join_d1_title:after{content: ""; position:absolute; left:50%; bottom:0; margin-left:-25px; width:50px; height:4px; background:#6f311b;}

.join_d1_list li{ float:left; width:384px; height:321px; margin-left:24px; position:relative;}
.join_d1_list li:nth-child(3n+1){ margin-left:0;}
.join_d1_list li img{ display:block; width:384px; height:321px; object-fit: cover;}
.join_d1_list li .mb{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.3); transition:all 0.3s;}
.join_d1_list li .mb .txt{ position:absolute; left:0; top:50%; width:100%; font-size:24px; color:#fff; line-height:50px; text-align:center; transform:translateY(-50%);}
.join_d1_list li .mb .txt:after{content: ""; position:absolute; left:50%; bottom:0; margin-left:-9px; width:18px; height:1px; background:#fff;}
.join_d1_list li:hover .mb{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.1);}

.join_d2{ background:url(../images/join_d2_bg.jpg) center no-repeat; height:571px;}
.join_d2_list li{ float:left; width:33.33%;}
.join_d2_list li .ico{ height:80px; text-align:center;}
.join_d2_list li .title{ font-size:20px; color:#fff; line-height:40px; text-align:center; margin-top:10px;}
.join_d2_list li .txt{ font-size:16px; color:#fff; line-height:30px; text-align:center; margin-top:10px;}

.join_d3{ background:#f6f6f6;}
.join_d3_list li{ height:600px; position:relative;}
.join_d3_list li .join_d3_box{}
.join_d3_list li .join_d3_box img{ display:block; object-fit: cover;}
.join_d3_list li .join_d3_box .mb{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.3); transition:all 0.3s;}
.join_d3_list li .join_d3_box .mb .mb_title{ position:absolute; left:20px; top:10px; font-size:24px; color:#ffffff; line-height:40px;}
.join_d3_list li .join_d3_box .mb .mb_more{ position:absolute; left:50%; top:50%; width:102px; height:30px; margin-left:-52px; margin-top:-16px; border:#fff 1px solid; font-size:16px; color:#ffffff; text-align:center;}
.join_d3_list li .join_d3_box:hover .mb{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.2);}
.join_d3_list li .join_d3_box:nth-child(1){ position:absolute; left:0; top:0; width:588px; height:600px;}
.join_d3_list li .join_d3_box:nth-child(1) img{ width:588px; height:600px;}
.join_d3_list li .join_d3_box:nth-child(2){ position:absolute; right:0; top:0; width:588px; height:288px;}
.join_d3_list li .join_d3_box:nth-child(2) img{ width:588px; height:288px;}
.join_d3_list li .join_d3_box:nth-child(3){ position:absolute; right:0; bottom:0; width:588px; height:288px;}
.join_d3_list li .join_d3_box:nth-child(3) img{ width:588px; height:288px;}

.join_d3_content{ padding-bottom:60px; position:relative;}
.join_d3_next{ position:absolute; left:auto; top:auto; right:0; bottom:0; width:35px; height:50px; line-height:50px; text-align:center; font-family:"宋体"; font-size:20px; color:#999999; cursor:pointer;}
.join_d3_next:hover{ color:#222222;}
.join_d3_prev{ position:absolute; left:auto; top:auto; right:35px; bottom:0; width:35px; height:50px; line-height:50px; text-align:center; font-family:"宋体"; font-size:20px; color:#999999; cursor:pointer;}
.join_d3_prev:hover{ color:#222222;}
.join_d3_pagination{ position:absolute; left:auto; top:auto; right:100px; bottom:0; width:100px; height:50px; line-height:50px; text-align:right;  font-size:14px; color:#222;}
.join_d3_pagination .swiper-pagination-total{ color:#999999;}

.ms_c .ms_inp{ float:left; margin-left:18px; display:block; width:388px; height:45px; line-height:43px; border:#cfcfcf 1px solid; padding:0 12px; box-sizing:border-box; outline:none;}
.noml{ margin-left:0 !important;}
.ms_c .ms_sel{ float:left; margin-left:15px; display:block; width:388px; height:45px; line-height:43px; border:#cfcfcf 1px solid; padding:0 12px; box-sizing:border-box; outline:none;}
.ms_c .ms_textarea{ display:block; width:100%; height:126px; line-height:38px; border:#cfcfcf 1px solid; padding:0 12px; box-sizing:border-box; outline:none; font-family:"å®‹ä½“";}
.ms_c .ms_bt{ display:block; width:130px; height:44px; line-height:44px; border:0; padding:0 12px; box-sizing:border-box; outline:none; background:#6f311b; font-size:16px; color:#fff; cursor:pointer;}


/*联系我们*/
.lx_d1_list li{ float:left; width:50%;}
.lx_d1_list li .ico{ line-height:90px; text-align:center;}
.lx_d1_list li .txt{ font-size:16px; color:#666666; line-height:30px; text-align:center; height:60px;}


/*新闻列表页*/
.news_list li{ float:left; width:386px; margin-left:21px; border-bottom:#f1f1f1 2px solid; position:relative; margin-top:40px;}
.news_list li:nth-child(3n+1){ margin-left:0;}
.news_list li .img{ position:relative; width:100%; height:236px;}
.news_list li .img img{ display:block; width:100%; height:236px; object-fit: cover;}
.news_list li .img:after{content: ""; position:absolute; left:0; bottom:0; width:100%; height:100%; background:rgba(111,49,27,0); transition:all 0.3s;}
.news_list li .txt{ padding:20px 0;}
.news_list li .txt .txt1{ font-size:16px; color:#181818; line-height:30px; transition:all 0.3s;}
.news_list li .txt .txt2{ font-size:12px; color:#999999; line-height:25px; height:50px; overflow:hidden; margin-top:5px;}
.news_list li .txt .txt3{ font-size:14px; color:#999999; line-height:30px; margin-top:5px;}
.news_list li:after{content: ""; position:absolute; left:0; bottom:-2px; width:0; height:2px; background:#6f311b; transition:all 0.3s;}
.news_list li:hover .img:after{ background:rgba(111,49,27,0.3);}
.news_list li:hover .txt .txt1{ color:#6f311b;}
.news_list li:hover:after{  width:100%;}

/*新闻详情页*/
.n_weizhi{ font-size:14px; color:#999999; line-height:30px;}
.n_weizhi a{ color:#999999;}
.n_weizhi span{ color:#6f311b;}

.news_i_title1{ padding:10px 0; font-size:24px; color:#333333; line-height:40px; text-align:center;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:15px; border-bottom:#f3f3f4 1px solid; margin-bottom:30px;}

.news_i_more{ border-top:#f3f3f3 1px solid; padding-top:25px;}
.news_i_more li{ float:left; width:50%; font-size:14px;}
.news_i_more li:nth-child(1){ text-align:left;}
.news_i_more li:nth-child(2){ text-align:right;}

/*产品列表页*/
.p_bg{ background:#f3edeb;}
.p_nav{ line-height:46px;}
.p_nav li{ display:inline-block; height:46px;}
.p_nav li a{ display:block; height:46px; font-size:26px; color:#999999; line-height:46px; padding:0 30px; cursor:pointer;}
.p_nav li.on a,
.p_nav li:hover a{ background:#9d8e7d; color:#ffffff;}

.p_nav2{ /*border:#666 1px solid;*/ border-bottom:0; background:#fff;}
.p_nav2 li{ position: relative; line-height: 30px; /*padding: 25px 35px 25px 85px;*/ padding: 25px 35px 25px 170px; font-size: 16px; color: #666666; border-bottom:#f5f5f5 1px solid;}
.p_nav2 li .title{ position: absolute; left: 35px; top: 25px; font-size: 16px; color: #222222; line-height:30px;}
.p_nav2 li a.p_nav_all{ position:absolute; left:95px; top: 25px;}
.p_nav2 li a{ display:inline-block; color: #999; margin-left: 40px;}
.p_nav2 li a.on,
.p_nav2 li a:hover{ color: #6f311b;}

.p_list li{ float:left; margin-left:36px; margin-top:30px; width:376px;}
.p_list li:nth-child(3n+1){ margin-left:0;}
.p_list li .img{ width:100%; height:250px; position:relative; background:#6f311b;}
.p_list li .img img{ display:block; width:100%; height:250px; object-fit: cover; background:#fff; opacity:1; transition:all 0.3s;}
.p_list li .txt{ padding:30px 0 20px;}
.p_list li .txt .txt1{ font-size:16px; color:#222222; line-height:30px; text-align:center;}
.p_list li .txt .txt2{ font-size:12px; color:#999999; line-height:20px; text-align:center;}
.p_list li:hover .img img{ opacity:0.7;}


/*产品详情页*/
.p_i_d1_l{ float:left; width:548px;}
.p_i_d1_l_title{ font-size:24px; color:#222222; line-height:40px;}
.p_i_d1_l_txt{ font-size:14px; color:#999999; line-height:30px; margin-top:20px;  min-height:140px;}

.p_i_d1_l_list li img{ display:block; width:100%; height:366px; object-fit: contain; border:#eee 1px solid; box-sizing:border-box;}
.p_i_d1_l_container{ padding-bottom:50px;}
.p_i_d1_l_pagination .swiper-pagination-bullet{ width:10px; height:10px; background:#d2d2d2; border-radius:50%; opacity:1;}
.p_i_d1_l_pagination .swiper-pagination-bullet-active{ background:#6f311b;}

.p_i_d1_r{ float:right; width:606px; padding-top:75px;}
.p_i_d1_r_list li img{ display:block; width:100%; height:536px; object-fit: cover;}
.p_i_d1_r_content{ position:relative;}
.p_i_d1_r_pagination{ position:absolute; right:0; bottom:10px; left:auto; text-align:right; z-index:2; padding-right:10px; box-sizing:border-box;}

.p_i_d2 .p_i_d2_img{ display:block; width:100%;}

.p_i_d3_list li{ height:350px; border:#f1f1f1 1px solid; box-sizing:border-box;}
.p_i_d3_list li .img{ border-bottom:#f1f1f1 1px solid;}
.p_i_d3_list li .img img{ display:block; width:100%; height:235px; object-fit: cover;}
.p_i_d3_list li .txt{ margin-top:10px;}
.p_i_d3_list li .txt .txt1{ font-size:16px; color:#222222; line-height:25px; text-align:center;}
.p_i_d3_list li .txt .txt2{ font-size:12px; color:#999999; line-height:20px; text-align:center;}
.p_i_d3_list li .txt .txt3{ font-size:12px; color:#af8283; line-height:30px; text-align:center; margin-top:10px;}

.p_i_d3_content{ position:relative;}
.p_i_d3_prev{ position:absolute; left:-75px; top:50%; width:48px; height:48px; border:#eee 1px solid; background:url(../images/p_i_d3_l.png) center no-repeat; border-radius:50%; cursor:pointer; transition:all 0.3s;}
.p_i_d3_prev:hover{ border:#6f311b 1px solid; background:url(../images/p_i_d3_l_on.png) center no-repeat;}
.p_i_d3_next{ position:absolute; right:-75px; top:50%; width:48px; height:48px; border:#eee 1px solid; background:url(../images/p_i_d3_r.png) center no-repeat; border-radius:50%; cursor:pointer; transition:all 0.3s;}
.p_i_d3_next:hover{ border:#6f311b 1px solid; background:url(../images/p_i_d3_r_on.png) center no-repeat;}

