/*@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;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#761623;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}
.header.fixed
{
	background:rgba(0,0,0,0.6);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/

.banner-container{ position:relative;}

.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:6px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#761623;}



.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #761623; color: #fff; border:#761623 1px solid;  }
.pages a:hover {  background: #761623; color: #fff; border:#761623 1px solid;  text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -20px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	width:100%;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:10px;}


.i_title1 .title1{ font-size:40px; color:#666666; font-weight:bold; text-align:center; text-transform:uppercase; line-height:80px; opacity:0.12;}
.i_title1 .title2{ font-size:24px; color:#761623; font-weight:bold; text-align:center; text-transform:uppercase; line-height:60px; margin-top:-60px; padding-bottom:0px; 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:40px;}
.i_d1_list li{ float:left; margin-top:20px; width:48%; margin-left:4%; 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){ margin-top:0;}
.i_d1_list li:nth-child(2n+1){ margin-left:0;}

.i_d1_list li .img {
  position: relative;
  padding: 53.3% 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:14px; color:#666666; line-height:40px; 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;}
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; background-size:auto 50%;}

.i_title2 .title1{ font-size:40px; color:#fff; font-weight:bold; text-align:center; text-transform:uppercase; line-height:80px; opacity:0.12;}
.i_title2 .title2{ font-size:24px; color:#fff; font-weight:bold; text-align:center; text-transform:uppercase; line-height:60px; margin-top:-60px; padding-bottom:0px; 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:50px; top:32px; width:40px; height:40px; border:#761623 1px solid; border-radius:50%; background:url(../images/i_d2_left.png) #fff center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer;}
.i_d2_c_nav .i_d2_c_prev:hover{ background:url(../images/i_d2_left_on.png) #761623 center no-repeat; background-size:auto 20px;}
.i_d2_c_nav .i_d2_c_next{ position:absolute; right:0; top:32px; width:40px; height:40px; border:#761623 1px solid; border-radius:50%; background:url(../images/i_d2_right.png) #fff center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer;}
.i_d2_c_nav .i_d2_c_next:hover{ background:url(../images/i_d2_right_on.png) #761623 center no-repeat; background-size:auto 20px;}

.i_d3_l{ padding-top:20px;}
.i_d3_l_txt{ font-size:16px; color:#000000; line-height:30px;}


.i_d3_sp{ 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 .title2{ font-size:24px; 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{ width:100%; background:#fff; padding:25px; padding-right:115px; height:118px; position:relative; box-sizing:border-box; border-radius:10px; margin-top:20px;}
.i_d4_list li:nth-child(1){ margin-top:10px;}
.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 .ico img{ vertical-align:middle;}
.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{ position:relative; margin-top:20px;}
.i_d5_list li:nth-child(1){ margin-top:10px;}
.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; font-size:14px;}
.i_d5_list li .i_d5_sel{ display:block; width:48%; height:50px; line-height:50px; box-sizing:border-box; border:0; padding:0 10px; background:#fff; border-radius:3px; overflow:hidden; outline:none; font-size:14px;}
.i_d5_list li .xin{ position:absolute; right:-10px; top:10px; line-height:40px; width:10px; text-align:center; font-size:20px; color:#ff0000;}
.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:"微软雅黑"; font-size:14px;}
.jm_bt{ display:block; width:100%; height:52px; line-height:52px; text-align:center; background:#761623; border-radius:3px; font-size:18px; color:#ffffff; cursor:pointer; outline:none; border:0;}


.i_d6_list li{ margin-top:20px;}
.i_d6_list li:nth-child(1){ margin-top: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:16px; color:#333333; font-weight:bold; line-height:30px; padding-top:20px; padding-bottom:10px; transition:all 0.3s;}
.i_d6_list li .txt2{ font-size:14px; 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;}


.footer{ background:#761623;}
.footer_l{ padding-top:40px; text-align:center;}
.footer_ewm{ text-align:center; padding-top:20px; text-align:center;}
.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:10px;}
.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;}

.totop{ position:fixed; right:3%; bottom:20px; width:30px; height:30px; background:url(../images/totop.png) center no-repeat; background-size:30px auto; z-index:10;}


/*关于我们*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.ab_d1_txt{ font-size:14px; color:#000000; line-height:30px;}
.ab_d1_txt *{ line-height:30px;}

.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; width:60px; height:60px; cursor:pointer;}

.ab_d2{ background:url(../images/ab_d2_bg.jpg) #f3f1f1 bottom center repeat-x; background-size:auto 50%;}

.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:20px;	
}
.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:16px; color:#010101; line-height:40px; text-align:center; margin-top:20px;}
.ab_d2_pagination{ text-align:center;}
.ab_d2_pagination .swiper-pagination-bullet{ width:10px; height:10px; background-color:transparent; border:#fff 1px solid; border-radius:50%; opacity:1; margin:0 6px !important;}
.ab_d2_pagination .swiper-pagination-bullet-active{ background-color:#fff;}

.fzlc_d2_list{ background:url(../images/fzlc_d2_hr.png) 10px top repeat-y;}
.fzlc_d2_list li{ padding:10px 0 10px 40px;}
.fzlc_d2_list li .txt .txt1{ line-height:40px; font-size:22px; color:#761623; font-weight:bold;}
.fzlc_d2_list li .txt .txt1 span{ font-size:14px; margin-left:5px; font-weight:normal;}
.fzlc_d2_list li .txt .txt2{ font-size:14px; color:#666666; line-height:30px;}
.fzlc_d2_list li .fzlc_d2_img{ width:100%; margin-top:10px;}
.fzlc_d2_list li .txt{ position:relative;}
.fzlc_d2_list li .txt:after { content: ""; position: absolute; left: -36px; top:13px; width: 34px; height:14px; background:url(../images/fzlc_d2_ico2.png) left center no-repeat;}

/*产品中心*/

.n_nav_c{ background:#f7f7f7; padding:10px 0;}
.n_nav_list{}
.n_nav_list li{ float:left; width:50%; height:40px;}
.n_nav_list li a{ display:block; width:100%; height:40px; line-height:40px; font-size:16px; color:#666666;}
.n_nav_list li.on a{ color:#761623; font-weight:bold;}


/*产品中心详情页*/
.p_d1{ background:#f3f1f1;}
.p_d1_l{ padding:10px; border-radius:10px; overflow:hidden; background:#fff;}


.p_i_d1_l_list li img{ display:block; width:100%; height:7rem; 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{ margin-top:20px;}
.p_d1_r_title{ font-size:24px; color:#761623; font-weight:bold; line-height:40px; text-align:center;}
.p_d1_r_txt{ font-size:16px; color:#999999; line-height:30px; margin-top:10px;}
.p_d1_r_txt *{ line-height:30px;}

.p_d2_title{ font-size:24px; color:#761623; line-height:50px; height:50px; text-align:center;}


.news_i_more{ border-top:#efefef 1px solid; margin-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:72px; 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,
.news_i_more .li a.on{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:60px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; background-size:18px auto; 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; background-size:18px auto;}*/
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:60px; height:31px; border:#761623 1px solid; background:url(../images/news_i_more_ico2_on.png) #761623 center no-repeat; background-size:18px auto; 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; background-size:18px auto;}*/
a.news_i_more_back{ display:block; height:33px; line-height:33px; font-size:14px; color:#222222; margin-top:20px;}



/*案例列表页*/
.n_nav_list2{}
.n_nav_list2 li{ float:left; width:33.33%; height:40px;}
.n_nav_list2 li a{ display:block; width:100%; height:40px; line-height:40px; font-size:16px; color:#666666; text-align:center;}
.n_nav_list2 li.on a{ color:#761623; font-weight:bold;}


.case_list{ padding-top:20px;}
.case_list li{ margin-top:20px; width:100%; background:#f3f1f1; overflow:hidden;}
.case_list li:nth-child(1){ 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:16px; color:#333333; line-height:50px; text-align:center; transition:all 0.3s;}
.case_list li:hover .txt{ color:#761623;}


/*新闻详情页*/
.news_i_title1{ font-size:18px; 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-bottom:10px; border-bottom:#efefef 1px solid; margin-bottom:20px;}



/*新闻列表页*/
.news_list li{ margin-top:20px; border-bottom:#f2f2f2 2px solid; position:relative;}
.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:5px; height:40px; line-height:40px; 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:5px;}
.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{}
.lx_l_title{ font-size:24px; color:#761623; font-weight:bold; line-height:40px;}
.lx_l_txt{ font-size:16px; color:#666666; line-height:30px; margin-top:20px;}
.lx_l_txt *{ line-height:30px;}


/*招商加盟*/
.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:20px 0; line-height:40px; text-align:center; font-size:20px; color:#761623; font-weight:bold;}
.join_d4_list li{width:100%; margin-top:20px;}
.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:46%; margin-left:8%; margin-top:20px;}
.join_d5_list li:nth-child(2n+1){ margin-left:0;}
.join_d5_list li .ico{ text-align:center;}
.join_d5_list li .ico img{ max-width:100%;}
.join_d5_list li .txt{ padding-top:5px; text-align:center; font-size:16px; color:#222222; line-height:30px;}

.join_d6{ background:url(../images/join_d6_bg.jpg) center no-repeat; background-size:cover;}
.join_d6_c_list li{ float:left; width:46%; margin-left:8%; margin-top:20px;}
.join_d6_c_list li:nth-child(2n+1){ margin-left:0;}
.join_d6_c_list li .ico{ line-height:80px; text-align:center;}
.join_d6_c_list li .ico img{ max-width:100%; vertical-align:middle; height:80px;}
.join_d6_c_list li .txt1{ font-size:16px; color:#ffffff; line-height:30px; margin-top:5px; text-align:center; height:60px; overflow:hidden;}
.join_d6_c_list li .txt1 *{  line-height:30px;}
.join_d6_c_list li .txt2{ height:40px; line-height:40px; text-align:center; background:#fff; font-size:16px; color:#761623; margin-top:5px; 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:50%; margin-top:20px;}
.fuwu_d1_list li:nth-child(1),
.fuwu_d1_list li:nth-child(2){ margin-top:0;}
.fuwu_d1_list li .ico{ line-height:50px; text-align:center;}
.fuwu_d1_list li .ico img{ vertical-align:middle; height:40px;}
.fuwu_d1_list li .txt1{ font-size:18px; color:#222222; line-height:30px; text-align:center; margin-top:5px;}
.fuwu_d1_list li .txt2{ font-size:14px; color:#999999; line-height:30px; text-align:center;}

.fuwu_d2_list li{ font-size:16px; color:#000000; line-height:30px;; position:relative; padding-left:20px; margin-top:10px;}
.fuwu_d2_list li *{ line-height:30px;}
.fuwu_d2_list li:after{content: "";width:10px; height: 10px; position: absolute; left:0; top:10px; background:#761623; border-radius:50%;}

.fuwu_d2_l{}
.fuwu_d2_r{ overflow:hidden; border-radius:10px;}
.fuwu_d2_r img{ display:block; width:100%;}

