.width1200{ min-width:1200px;}
.indexcontent1600{ min-width:1200px; padding:0 50px; max-width:1700px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent1400{ min-width:1200px; padding:0 50px; max-width:1500px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent{ margin:0 auto; width:1200px;}
.indexcontent2{ margin:0 auto; max-width:1400px; min-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:18px; color:#333; line-height:40px;}
.content *{ line-height:40px;}
.content img{ max-width:100%;}

.content table.table1{ margin-bottom:20px;}
.content table.table1 tr{display:block; margin-top:10px;}
.content table.table1 td{ padding-left:20px; padding-top:10px; padding-bottom:10px; width:700px; box-sizing:border-box;}
.content table.table1 tr:nth-child(odd) { background:#fff;}
.content table.table1 tr:nth-child(even) { background:#f2f2f2;}
.content table.table1 td:nth-child(odd) {}
.content table.table1 td:nth-child(even) { border-left:#dbdbdb 1px solid;}

.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: #761623; border:#761623 1px solid; color: #fff }
.pages a:hover {  background: #761623; border:#761623 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 86px; line-height: 40px; line-height: 40px;}



/*悬浮*/
.fixed-box{
  position: fixed;
  right: 10px;
  top: 50%; margin-top:-177px;
  z-index: 9;
}
.fixed-box a{
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 1px;
  background:#019d3c;
}
.fixed-box .ico{ padding-top:5px; height:35px; text-align:center; line-height:35px;}
.fixed-box .ico img{ vertical-align:middle;}
.fixed-box .ico_txt{ font-size:12px; color:#fefefe; line-height:24px; text-align:center;}
.fixed-box a.goTop{
  background:#019d3c url(../images/xf_goto.png) no-repeat center;
}
.fixed-box .phone-box{
  
  position: relative;
}
.fixed-box .phone-box .phone{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  height: 70px;
  background-color: #666;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 70px;
  top: 0px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  opacity: 0;
}
.fixed-box .phone-box .phone span{
  font-weight: 800;
}

.fixed-box .phone-box:hover .phone{
  opacity: 1;
}
.fixed-box .ecode{
  position: relative;
}
.fixed-box .ecode .img{
  position: absolute;
  left: -155px;
  top: -45px;
  width: 150px;
  display: none;
}
.fixed-box .ecode .img img{
  width: 100%;
  object-fit: cover;
}
.fixed-box .ecode:hover .img{
  display: block;
}
/*首页*/
body{ background:#fff;}

.top1{ position:fixed; left:0; width:100%; height:100px; background:#761623; min-width:1200px; z-index:999; transition:all 0.63s;}
/*.top1:hover,
.top1.on{ background:#131313;}*/
.top1_c{ padding-left:280px; padding-right:100px;}
.top1 .top_logo{ position:absolute; left:50px; top:24px;}
/*.fixed.top1{ background:#131313;}*/

.top1 .top1_r{ position:absolute; right:50px; top:0; width:50px; height:100px;}

.top1 .top1_lang{ position:absolute; right:0px; top:30px; width:30px; line-height:30px; font-size:16px; color:#fff; text-align:center;}
.top1 .top1_lang a{ color:#fff;}

.top_search_bt{ position:absolute; right:0px; top:35px; width:30px; line-height:30px; 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;}*/
.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: #761623;
  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: #761623 url(../images/search-btn.png) no-repeat center;
  border:0;
  box-sizing:border-box;
}
.nh {
  height: 100px;
}
@media only screen and (max-width:1300px) and (min-width:0) {
	.top1 .top1_r{ right:0px;}
}

/*首页*/
.h120{ height:120px;}
.h100{ height:100px;}
.h80{ height:80px;}
.h70{ height:70px;}
.h60{ height:60px;}
.h50{ height:50px;}
.h20{ height:20px;}

.banner-container img{ display:block; width:100%;/* height:800px; object-fit: cover;*/}
.banner-pagination{ position:absolute; left:0; bottom:20px !important; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:14px; height:14px; border:#761623 1px solid; background-color:transparent; opacity:1; border-radius:50%; margin:0 10px !important; transition:all 0.3s;}
.banner-pagination .swiper-pagination-bullet-active{ background:#761623;}

.i_title1 .title1{ font-size:100px; color:#666666; font-weight:bold; text-align:center; text-transform:uppercase; line-height:100px; opacity:0.12;}
.i_title1 .title2{ font-size:40px; color:#761623; font-weight:bold; text-align:center; text-transform:uppercase; line-height:60px; margin-top:-60px; padding-bottom:20px; position:relative; border-bottom:#cecece 1px solid;}
.i_title1 .title2:after{content: ""; width:34px; height: 5px;background: #761623; position: absolute; left: 50%; bottom:-3px; margin-left:-17px;}

.i_d1{ background:url(../images/i_d1_bg.jpg) center no-repeat; background-size:cover;}
.i_d1_list{ padding-top:80px;}
.i_d1_list li{ float:left; margin-top:80px; width:30%; margin-left:5%; background:#efefef; box-shadow: 0px 0px 20px 0px rgba(10, 2, 5, 0.2); border-radius:5px; overflow:hidden;}
.i_d1_list li:nth-child(1),
.i_d1_list li:nth-child(2),
.i_d1_list li:nth-child(3){ margin-top:0;}
.i_d1_list li:nth-child(3n+1){ margin-left:0;}

.i_d1_list li .img {
  position: relative;
  /*padding: 53.3% 0;*/
  padding: 35% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d1_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}
.i_d1_list li .txt{ font-size:20px; color:#666666; line-height:60px; text-align:center; transition:all 0.3s;}
.i_d1_list li:hover img{transform: scale(1.05)}
.i_d1_list li:hover .txt{ color:#761623;}

.i_d1_c{ width:100%; overflow:hidden;}
.i_d1_c_list{}
.i_d1_c_list li{ position:relative; overflow:hidden; height:590px; box-sizing:border-box; border-right:#b6b6b6 1px solid;}
.i_d1_c_list li .box1{ position:absolute; left:0; top:0; width:100%; height:590px; box-sizing:border-box; padding:70px 20px 0 20px; background:#fff; transition:all 0.3s;}
.i_d1_c_list li .img{}
.i_d1_c_list li .img img{ width:100%; height:390px; object-fit: contain; text-align:center;}
.i_d1_c_list li .txt{ font-size:22px; color:#333333; line-height:40px; text-align:center; margin-top:40px;}
.i_d1_c_list li .box2{ position:absolute; left:0; top:100%; width:100%; height:590px; box-sizing:border-box; padding:70px 20px 0 20px; background:#761623; transition:all 0.3s;}
.i_d1_c_list li .box2 .txt{ color:#fff;}
.i_d1_c_list li:hover .box1{ top:-100%;}
.i_d1_c_list li:hover .box2{ top:0;}

a.i_more1{ display:block; width:108px; height:30px; margin:0 auto; border:#761623 1px solid; font-size:16px; color:#761623; line-height:30px; text-align:center; transition:all 0.3s;}
a.i_more1:hover{ background:#761623; color:#fff;}

.i_d2{ background:url(../images/i_d2_bg.jpg) #fff top center no-repeat;}

.i_title2 .title1{ font-size:100px; color:#fff; font-weight:bold; text-align:center; text-transform:uppercase; line-height:100px; opacity:0.12;}
.i_title2 .title2{ font-size:40px; color:#fff; font-weight:bold; text-align:center; text-transform:uppercase; line-height:60px; margin-top:-60px; padding-bottom:20px; position:relative; border-bottom:#cecece 1px solid;}
.i_title2 .title2:after{content: ""; width:34px; height: 5px;background: #fff; position: absolute; left: 50%; bottom:-3px; margin-left:-17px;}

.i_d4{ background:url(../images/i_d4_bg.jpg) center no-repeat; background-size:cover; }



.i_d2_c{ position:relative;}
.i_d2_c_box1{ position:relative;}
.i_d2_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  transform: scale(0.7);
	  z-index:3;
	  background:#fff;
}
.i_d2_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.i_d2_c_list .swiper-slide img{ /*opacity:0.5;*/}
.i_d2_c_list .swiper-slide-active img{ opacity:1;}
/*.i_d2_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.i_d2_c_list li .img {
  position: relative;
  padding: 31% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d2_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}

.i_d2_c_nav{ position:relative;}
.i_d2_c_nav .i_d2_c_prev{ position:absolute; right:80px; top:63px; width:65px; height:65px; border:#761623 1px solid; border-radius:50%; background:url(../images/i_d2_left.png) #fff center no-repeat; z-index:99; cursor:pointer; outline:none; text-decoration: none;}
.i_d2_c_nav .i_d2_c_prev:hover{ background:url(../images/i_d2_left_on.png) #761623 center no-repeat;}
.i_d2_c_nav .i_d2_c_next{ position:absolute; right:0; top:63px; width:65px; height:65px; border:#761623 1px solid; border-radius:50%; background:url(../images/i_d2_right.png) #fff center no-repeat; z-index:99; cursor:pointer; outline:none; text-decoration: none;}
.i_d2_c_nav .i_d2_c_next:hover{ background:url(../images/i_d2_right_on.png) #761623 center no-repeat;}

.i_d3_l{ float:left; width:40%; padding-top:20px;}
.i_d3_l_txt{ font-size:18px; color:#000000; line-height:46px;}


.i_d3_sp{ float:right; width:55%; position:relative;}
.i_d3_sp .video{ display:block; width:100%; background:#fff;}
.i_d3_sp .i_d3_video_bt{ position:absolute; left:50%; top:50%; margin-left:-30px; margin-top:-30px; cursor:pointer;}

.i_d4_title1 .title1{ font-size:76px; color:#fff; line-height:100px; font-weight:bold; text-align:center;}
.i_d4_title1 .title2{ font-size:20px; color:#fff; text-align:center; text-transform:uppercase; line-height:30px; padding-bottom:20px; position:relative; border-bottom:#cecece 1px solid;}
.i_d4_title1 .title2:after{content: ""; width:34px; height: 5px;background: #fff; position: absolute; left: 50%; bottom:-3px; margin-left:-17px;}

.i_d4_list li{ float:left; width:23.5%; margin-left:2%; background:#fff; padding:25px; padding-right:115px; height:118px; position:relative; box-sizing:border-box; border-radius:10px;}
.i_d4_list li:nth-child(4n+1){ margin-left:0;}
.i_d4_list li .ico{ position:absolute; right:25px; top:25px; width:66px; height:66px; border:#761623 1px solid; border-radius:5px; text-align:center; line-height:66px;}
.i_d4_list li .txt1{ font-size:16px; color:#333333; font-weight:bold; line-height:30px; padding-top:4px;}
.i_d4_list li .txt2{ font-size:12px; color:#333333; line-height:30px;}

.i_d5{ background:#f3f1f1;}
.i_d5_list li{ float:left; width:22%; margin-left:4%; position:relative;}
.i_d5_list li.noml{ margin-left:0;}
.i_d5_list li .i_d5_inp{ display:block; width:100%; height:50px; line-height:50px; box-sizing:border-box; border:0; padding:0 10px; background:#fff; border-radius:3px; overflow:hidden; outline:none;}
.i_d5_list li .i_d5_sel{ display:block; width:100%; height:50px; line-height:50px; box-sizing:border-box; border:0; padding:0 10px; background:#fff; border-radius:3px; overflow:hidden; outline:none;}
.i_d5_list li .xin{ position:absolute; right:-20px; top:10px; line-height:40px; width:20px; text-align:center; font-size:20px; color:#ff0000;}
.i_d5_list li.i_d5_box{ width:100%; margin-top:30px;}
.i_d5_list li .i_d5_textarea{ display:block; width:100%; height:140px; line-height:30px; box-sizing:border-box; border:0; padding:10px; background:#fff; border-radius:3px; overflow:hidden; outline:none; font-family:"微软雅黑";}
.jm_bt{ display:block; margin:0 auto; width:270px; height:52px; line-height:52px; text-align:center; background:#761623; border-radius:3px; font-size:18px; color:#ffffff; cursor:pointer; outline:none;}

.i_d6_list li{ float:left; width:30%; margin-left:5%;}
.i_d6_list li:nth-child(3n+1){ margin-left:0;}
.i_d6_list li .img {
  position: relative;
  padding: 34% 0;
  overflow:hidden;
  box-sizing:border-box;
  border-radius:10px;
}
.i_d6_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d6_list li .txt1{ font-size:18px; color:#333333; font-weight:bold; line-height:30px; padding-top:25px; padding-bottom:15px; transition:all 0.3s;}
.i_d6_list li .txt2{ font-size:15px; color:#000000; line-height:30px; height:60px; overflow:hidden;}
.i_d6_list li:hover .img img{transform: scale(1.05)}
.i_d6_list li:hover .txt1{ color:#761623;}


.i_d7_txt{ font-size:18px; color:#000000; line-height:50px;}


.footer{ background:#761623;}
.footer_l{ float:left; padding-top:12px;}
.footer_ewm{ width:240px; text-align:center; padding-top:20px;}
.footer_ewm .txt{ font-size:14px; color:#ffffff; line-height:30px; padding-top:10px;}
.footer_r{ float:right; width:800px;}
.footer_nav{ font-size:14px; color:#ffffff; line-height:40px; text-align:center; padding-bottom:30px; border-bottom:#9f5c65 1px solid;}
.footer_nav a{ font-size:14px; color:#ffffff; margin:0 13px;}
.footer_r_txt{ margin-top:50px;}
.footer_r_txt .txt1{ font-size:30px; color:#fff; font-weight:bold; line-height:60px;}
.footer_r_txt .txt2{ font-size:14px; color:#ffffff; line-height:30px;}
.footer2_txt{ padding:15px 0; border-top:#9f5c65 1px solid; font-size:14px; color:#ffffff; line-height:30px; text-align:center;}
.footer2_txt a{ color:#ffffff;}


/*关于我们*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; height:500px; object-fit: cover;}

.ab_d1_txt{ font-size:18px; color:#000000; line-height:50px;}
.ab_d1_txt *{ line-height:50px;}

.ab_d1_sp{ width:100%; position:relative;}
.ab_d1_sp .video{ display:block; width:100%; background:#fff;}
.ab_d1_sp .ab_d1_video_bt{ position:absolute; left:50%; top:50%; margin-left:-30px; margin-top:-30px; cursor:pointer;}

.ab_d2{ background:url(../images/ab_d2_bg.jpg) #f3f1f1 bottom center repeat-x; height:1360px;}


.ab_d2_c{ position:relative;}
.ab_d2_c_box1{ position:relative;}
.ab_d2_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  transform: scale(0.7);
	  z-index:3;
	  background:#fff;
	  box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
}
.ab_d2_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.ab_d2_c_list .swiper-slide img{ /*opacity:0.5;*/}
.ab_d2_c_list .swiper-slide-active img{ opacity:1;}
/*.ab_d2_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.ab_d2_c_list li {
	box-sizing:border-box; padding:40px;	
}
.ab_d2_c_list li .img {
  position: relative;
  padding: 50% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.ab_d2_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}
.ab_d2_c_list li .txt{ font-size:30px; color:#010101; line-height:60px; text-align:center; margin-top:20px;}
.ab_d2_pagination{ text-align:center;}
.ab_d2_pagination .swiper-pagination-bullet{ width:24px; height:24px; background-color:transparent; border:#fff 1px solid; border-radius:50%; opacity:1; margin:0 12px !important;}
.ab_d2_pagination .swiper-pagination-bullet-active{ background-color:#fff;}

.ab_d3{ background:url(../images/ab_d3_bg.jpg) center repeat-x; background-size:cover;}
.ab_d3_l{ float:left; width:61.28%; height:680px; line-height:680px;}
.ab_d3_l img{ width:100%;}
.ab_d3_list{ float:right; width:31.43%; height:680px; overflow:auto;}
.ab_d3_list li{ border-bottom:#ccc 1px dashed; padding-bottom:20px; margin-bottom:20px;}
.ab_d3_list li .txt1{ font-size:50px; color:#761623; font-weight:bold; line-height:80px; font-weight:bold; padding-top:15px;}
.ab_d3_list li .txt2{ font-size:22px; color:#333333; line-height:35px;}
.ab_d3_list li .txt2 *{ line-height:35px;}
.gdt::-webkit-scrollbar {width:4px;height:4px;}
.gdt::-webkit-scrollbar-track {background:#999;}
.gdt::-webkit-scrollbar-thumb {background:#761623; border-radius:2px;}


/*产品中心*/
.n_nav_c{ background:#f7f7f7;}
.n_nav_list{ line-height:40px; padding:20px 0; text-align:center;}
.n_nav_list a{ display:inline-block; width:23%; text-align:center; font-size:20px; color:#666666; transition:all 0.3s;}
.n_nav_list a.on,
.n_nav_list a:hover{ color:#761623; font-weight:bold;}


/*产品中心详情页*/
.p_d1{ background:#f3f1f1; padding:0 60px;}
.p_d1_l{ float:left; width:42%; padding:20px; border-radius:10px; overflow:hidden; background:#fff;}


.p_i_d1_l_list li img{ display:block; width:100%; height:500px; object-fit: contain;}
.p_i_d1_l_container{ padding-bottom:50px;}
.p_i_d1_l_pagination .swiper-pagination-bullet{ width:10px; height:10px; background:#cccccc; border-radius:5px; opacity:1;}
.p_i_d1_l_pagination .swiper-pagination-bullet-active{ background:#761623; width:30px;}

.p_d1_r{ float:right; width:50%;}
.p_d1_r_title{ font-size:45px; color:#761623; font-weight:bold; line-height:60px;}
.p_d1_r_txt{ font-size:18px; color:#999999; line-height:35px; margin-top:40px;}
.p_d1_r_txt *{ line-height:35px;}

.p_d2_title{ font-size:30px; color:#761623; line-height:100px; height:100px; text-align:center;}


.news_i_more{ border-top:#efefef 1px solid; margin-top:50px; padding-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:98px; height:33px; line-height:33px; font-size:14px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:14px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:75px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; transition:all 0.3s;}
.news_i_more .li a:hover .ico1{ border:#761623 1px solid; background:url(../images/news_i_more_ico1_on.png) #761623 center no-repeat;}
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:75px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico2.png) center no-repeat; transition:all 0.3s;}
.news_i_more .li a:hover .ico2{ border:#761623 1px solid; background:url(../images/news_i_more_ico2_on.png) #761623 center no-repeat;}
a.news_i_more_back{ position:absolute; right:0; top:40px; display:block; height:33px; line-height:33px; font-size:14px; color:#222222;}

/*案例列表页*/
.case_list{ padding-top:80px;}
.case_list li{ float:left; margin-top:80px; width:32%; margin-left:2%; background:#f3f1f1; overflow:hidden;}
.case_list li:nth-child(1),
.case_list li:nth-child(2),
.case_list li:nth-child(3){ margin-top:0;}
.case_list li:nth-child(3n+1){ margin-left:0;}

.case_list li .img {
  position: relative;
  padding: 36% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.case_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.case_list li .txt{ font-size:20px; color:#333333; line-height:60px; text-align:center; transition:all 0.3s;}
.case_list li:hover img{transform: scale(1.05)}
.case_list li:hover .txt{ color:#761623;}


/*新闻详情页*/
.news_i_title1{ font-size:30px; color:#181818; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-top:20px; padding-bottom:30px; border-bottom:#efefef 1px solid; margin-bottom:30px;}



/*新闻列表页*/
.news_list li{ float:left; width:30%; margin-left:5%; margin-top:70px; border-bottom:#f2f2f2 2px solid; position:relative;}
.news_list li:nth-child(3n+1){ margin-left:0;}
.news_list li:nth-child(1),
.news_list li:nth-child(2),
.news_list li:nth-child(3){ margin-top:0;}
.news_list li .img {
  position: relative;
  padding: 30.4% 0;
  overflow:hidden;
  box-sizing:border-box;
   box-shadow: 0px 0px 20px 0px rgba(10, 2, 5, 0.3);
}
.news_list li .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  background:#fff;
}
.news_list li .txt1{ margin-top:10px; height:50px; line-height:50px; font-size:16px; color:#333333; font-weight:bold; transition:all 0.3s;}
.news_list li .txt3{ height:30px; line-height:30px; font-size:14px; color:#999999; padding-bottom:15px;}
.news_list li:after{content: ""; width:0; height: 2px; background:#761623; position: absolute; left: 0; bottom:-2px; transition:all 0.3s;}
.news_list li:hover:after{content: ""; width:100%; height: 2px; background:#761623; position: absolute; left: 0; bottom:-2px; transition:all 0.3s;}
.news_list li:hover .txt1{ color:#761623;}


/*联系我们*/
.lx_l{ float:left; width:44%;}
.lx_l_title{ font-size:40px; color:#761623; font-weight:bold; line-height:60px; padding-top:20px;}
.lx_l_txt{ font-size:20px; color:#666666; line-height:40px; margin-top:50px;}
.lx_l_txt *{ line-height:40px;}

/*招商加盟*/
.join_d1_img{ display:block; width:100%; border-radius:10px;}
.join_d2{ background:url(../images/join_d2_bg.jpg) #f3f1f1 bottom center repeat-x;}
.join_d3{ background:#f3f1f1;}
.join_d3_title{ padding:70px 0; line-height:60px; text-align:center; font-size:40px; color:#761623; font-weight:bold;}
.join_d4_list li{ float:left; width:48%; margin-left:4%;}
.join_d4_list li:nth-child(2n+1){ margin-left:0;}
.join_d4_list li img{ display:block; width:100%; border-radius:10px; box-shadow: 0px 0px 20px 0px rgba(118, 22, 35, 0.2);}

.join_d5_list li{ float:left; width:16.66%;}
.join_d5_list li .ico{ text-align:center;}
.join_d5_list li .ico img{ max-width:100%;}
.join_d5_list li .txt{ padding:20px 0; text-align:center; font-size:20px; color:#222222; line-height:35px;}

.join_d6{ background:url(../images/join_d6_bg.jpg) center no-repeat; height:828px;}
.join_d6_c_list li .ico{ line-height:186px; text-align:center;}
.join_d6_c_list li .ico img{ max-width:100%;}
.join_d6_c_list li .txt1{ font-size:22px; color:#ffffff; line-height:35px; margin-top:20px; text-align:center; height:70px; overflow:hidden;}
.join_d6_c_list li .txt1 *{  line-height:35px;}
.join_d6_c_list li .txt2{ width:186px; margin:0 auto; height:50px; line-height:50px; text-align:center; background:#fff; font-size:24px; color:#761623; margin-top:20px; text-align:center;}

.join_d6_c_swiper{}
.join_d6_c{ position:relative; padding-bottom:130px;}
.join_d6_c_prev{ position:absolute; bottom:0; left:50%; margin-left:-75px; width:58px; height:58px; border:#fff 1px solid; line-height:58px; text-align:center; font-size:30px; color:#fff; border-radius:50%; font-family:"宋体"; cursor:pointer; outline:none;}
.join_d6_c_prev:hover{ border:#fff 1px solid; background:#fff; color:#761623;}
.join_d6_c_next{ position:absolute; bottom:0; left:50%; margin-right:-75px; width:58px; height:58px; border:#fff 1px solid; line-height:58px; text-align:center; font-size:30px; color:#fff; border-radius:50%; font-family:"宋体"; cursor:pointer; outline:none;}
.join_d6_c_next:hover{ border:#fff 1px solid; background:#fff; color:#761623;}


/*服务*/
.fuwu_d1_list li{ float:left; width:25%;}
.fuwu_d1_list li .ico{ line-height:90px; text-align:center;}
.fuwu_d1_list li .txt1{ font-size:24px; color:#222222; line-height:50px; text-align:center;}
.fuwu_d1_list li .txt2{ font-size:16px; color:#999999; line-height:30px; text-align:center;}

.fuwu_d2_list li{ font-size:24px; color:#000000; line-height:60px; padding-left:35px; position:relative;}
.fuwu_d2_list li *{ line-height:60px;}
.fuwu_d2_list li:after{content: "";width:10px; height: 10px; position: absolute; left:0; top:25px; background:#761623; border-radius:50%;}

.fuwu_d2_l{ float:left; width:45%;}
.fuwu_d2_r{ float:right; width:53%; overflow:hidden; border-radius:10px;}
.fuwu_d2_r img{ display:block; width:100%;}

