/*@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:#fff;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/
	float:left;

}
.header .logo_txt{
	display: block;
	height:40px;
	float:left;
	margin-left:10px;
	font-size:20px; color:#fff;
	line-height:40px;

}
.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-slide img{ display:block;}*/
.banner-slide{ width:100%; height:100%; overflow:hidden; position:relative;}
.banner-slide video{ display:block; width:100%; position:relative; z-index:1;}
.banner-slide .box{ position:absolute; left:0; top:150px; width:100%; padding-bottom:20px; z-index:2;}
.banner-slide .box .txt1{ font-size:24px; color:#ffffff; line-height:30px; text-align:center; font-weight:bold; /*text-shadow:2px 2px 4px rgba(0,0,0,0.5);*/}
.banner-slide .box .txt1 span{ color:#7d0c0e;}
.banner-slide .box .txt2{ font-size:20px; color:#ffffff; line-height:30px; text-align:center; /*text-shadow:2px 2px 4px rgba(0,0,0,0.5);*/ margin-top:10px;}
.banner-slide .box:after{content: ""; width:30px; height: 2px; background:#fff; position: absolute; left: 50%; bottom:0; margin-left:-15px; z-index:2;}
.banner-slide .jjts{ position:absolute; left:0; bottom:140px; width:100%; z-index:2; text-align:center;}
.banner-slide .jjts a.jjts_a{ display:inline-block; padding:2px 40px; border:#fff 1px solid; font-size:18px; color:#fff; line-height:30px; text-align:center; border-radius:10px; text-shadow:2px 2px 4px rgba(0,0,0,0.5);}
.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:#a82526;}



.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: #a82526; border:#a82526 1px solid; color: #fff }
.pages a:hover {  background: #a82526; border:#a82526 1px solid; color: #fff; 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: -17px;
	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: #a82526;
    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_d1_title{ font-size:20px; color:#333; font-weight:bold; line-height:30px; text-align:center;}


.i_d1_list{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); padding:5px 15px;}
.i_d1_list li{ min-height:50px; box-sizing:border-box; border-top:#d5d5d5 1px solid; height:50px; overflow:hidden; transition:all 0.3s;}
.i_d1_list li:nth-child(1){ border-top:0;}

.i_d1_list li .ico{ float:left; width:40px; height:50px; line-height:50px; text-align:center;}
/*.i_d1_list li .ico img{ height:20px; vertical-align:middle; position:relative; top:-2px;}*/
.i_d1_list li .ico.ico1{ background:url(../images/i_d1_ico1.png) center no-repeat; background-size:auto 20px;}
.i_d1_list li .ico.ico2{ background:url(../images/i_d1_ico2.png) center no-repeat; background-size:auto 20px;}
.i_d1_list li .ico.ico3{ background:url(../images/i_d1_ico3.png) center no-repeat; background-size:auto 20px;}
.i_d1_list li .ico.ico4{ background:url(../images/i_d1_ico4.png) center no-repeat; background-size:auto 20px;}

.i_d1_list li .txt1{ float:left; font-size:16px; color:#050505; line-height:50px; text-align:left;}
.i_d1_list li .txt2{ float:right; font-size:14px; color:#a2a2a2; line-height:50px; text-align:right;}
.i_d1_list li .box{ width:100%; height:50px; transition:all 0.3s; padding:0 15px; box-sizing:border-box;}
.i_d1_list li .nr_txt{ display:none; padding:10px 15px; line-height:25px; box-sizing:border-box; background:url(../images/box_ico.png) 20px 0 no-repeat; background-size:auto 10px;}
.i_d1_list li .nr_txt a{ margin-right:10px; font-size:14px;}
a.i_d1_more{ display:block; width:140px; height:36px; background:#a82526; line-height:36px; text-align:center; font-size:16px; color:#ffffff; border-radius:18px; border:#a82526 1px solid; margin:0 auto;}
.i_d1_list li.on{ height:auto;}
.i_d1_list li.on .box{ background:#a82526;}
.i_d1_list li.on .txt1{ color:#fff;}
.i_d1_list li.on .txt2{ color:#fff;}
.i_d1_list li.on .nr_txt{ display:block;}
.i_d1_list li.on .ico.ico1{ background:url(../images/i_d1_ico1_on.png) center no-repeat; background-size:auto 20px;}
.i_d1_list li.on .ico.ico2{ background:url(../images/i_d1_ico2_on.png) center no-repeat; background-size:auto 20px;}
.i_d1_list li.on .ico.ico3{ background:url(../images/i_d1_ico3_on.png) center no-repeat; background-size:auto 20px;}
.i_d1_list li.on .ico.ico4{ background:url(../images/i_d1_ico4_on.png) center no-repeat; background-size:auto 20px;}


.i_d2-container{ position:relative;}
.i_d2-container .li{ position:relative;}
.i_d2_c{ background:url(../images/i_d2_l_img.jpg) center no-repeat; background-size:cover;}
.i_d2_title1{ font-size:20px; color:#a82526; line-height:30px; font-weight:bold; text-align:center;}
.i_d2_title2{ font-size:14px; color:#8f8e8c; line-height:30px; text-align:center;}

.i_d2_xl{ text-align:center;}
.i_d2_xl .i_d2_xl_title{ display:inline-block; line-height:40px; font-size:18px; color:#2b2b2b; margin-right:10px;}
.i_d2_xl .i_d2_xl_txt{ display:inline-block; line-height:40px; border:#a82526 1px solid; padding:0 25px 0 10px; font-size:16px; color:#2b2b2b; position:relative;}
.i_d2_xl .i_d2_xl_txt:after{content: "";width:9px; height: 8px; position: absolute; right: 12px; top:16px; background:url(../images/i_d2_xl_ico.png) center no-repeat;}

.i_d2_vr{ position:absolute; left:15px; bottom:15px; height:60px; width:220px;}
.i_d2_vr .ewm{ height:60px; border-radius:5px;}
.i_d2_vr .txt{ position:absolute; left:70px; bottom:0px; font-size:12px; color:#fff; line-height:20px; text-shadow: 1px 1px 1px #000000;}

.i_d2_bh{ font-size:18px; color:#000000; line-height:30px; font-weight:bold; text-align:center;}
.i_d2_txt1{ display:none; font-size:14px; color:#2b2b2b; line-height:30px; margin-top:5px; max-height:60px;}
.i_d2_txt1 *{ line-height:30px;}

.i_d2_c2{ background:url(../images/i_d2_r_img.jpg) center no-repeat; height:4.5rem; background-size:cover; position:relative;}
.i_d2_c_img{ display:block; width:80%; height:5.6rem; object-fit: contain; z-index:3; margin-bottom:-60px; position:relative;}
a.i_d2_more{ display:block; width:140px; height:36px; line-height:36px; text-align:center; font-size:16px; color:#a82526; border-radius:18px; border:#a82526 1px solid; margin:0 auto;}

.i_d2_prev{ position:absolute; left:15px; bottom:5.8rem; margin-top:-20px; width:40px; height:40px; background:url(../images/i_d2_l_ico.png) rgba(255,255,255,0.5) center no-repeat; background-size:auto 20px; border-radius:50%; z-index:5; cursor:pointer;}
.i_d2_next{ position:absolute; right:15px; bottom:5.8rem; margin-top:-20px; width:40px; height:40px; background:url(../images/i_d2_r_ico.png) rgba(255,255,255,0.5) center no-repeat; background-size:auto 20px; border-radius:50%; z-index:5; cursor:pointer;}

.i_d3_c1_title1{ font-size:20px; color:#a82526; line-height:30px; font-weight:bold; text-align:center;}
.i_d3_c1_txt1{ font-size:14px; color:#2b2b2b; line-height:30px; text-align:center;}



.i_d3-container{ position:relative;}
.i_d3-container .li{ position:relative;}
.i_d3_img{ display:block; width:100%; height:7.5rem; object-fit: cover;}
.i_d3_c2{ position:absolute; left:0; bottom:20px; width:100%; background:url(../images/i_d3_mb.png) center repeat-y; padding-top:10px; padding-bottom:10px;}
.i_d3_c2_box{}
.i_d3_c2_box .i_d3_c2_title1{ font-size:16px; color:#ffffff; line-height:30px; font-weight:bold;}
.i_d3_c2_box .i_d3_c2_txt1{ font-size:14px; color:#ffffff; line-height:25px;}

.i_d3_prev{ position:absolute; left:15px; top:50%; margin-top:-30px; width:60px; height:60px; background:url(../images/i_d3_l_ico.png) center no-repeat; background-size:auto 60px; cursor:pointer; z-index:5;}
.i_d3_next{ position:absolute; right:15px; top:50%; margin-top:-30px; width:60px; height:60px; background:url(../images/i_d3_r_ico.png) center no-repeat; background-size:auto 60px; cursor:pointer; z-index:5;}


.i_d4{ background:url(../images/i_d4_bg.jpg) center no-repeat; background-size:cover; min-height:100vh;}
.i_d4_title1{ font-size:20px; color:#a82526; line-height:30px; font-weight:bold; text-align:center;}
.i_d4_txt1{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}

.i_d4_list li{ float:left; width:50%; position:relative;}
.i_d4_list li .img{
  position: relative;
  padding: 35% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#000;
}
.i_d4_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}
.i_d4_list li .mb{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(43,27,2,0.6); transition:all 0.3s;}
.i_d4_list li .mb .mb_c{ position:absolute; left:0; bottom:50%; width:100%; transform:translateY(50%);}
.i_d4_list li .mb .mb_c .ico{ line-height:40px; text-align:center;}
.i_d4_list li .mb .mb_c .ico img{ height:30px; vertical-align:middle;}
.i_d4_list li .mb .mb_c .txt{ font-size:14px; color:#ffffff; text-align:center; line-height:30px;}
.i_d4_list li:nth-child(2) .mb,
.i_d4_list li:nth-child(3) .mb,
.i_d4_list li:nth-child(6) .mb,
.i_d4_list li:nth-child(7) .mb{ background:rgba(186,170,143,0.6);}
/*.i_d4_list li:hover .mb{ background:rgba(43,27,2,0.8);}*/
.i_d4_txt2{ font-size:14px; color:#ffffff; line-height:25px; text-align:center; margin-top:20px;}
.i_d4_ms_list{ text-align:center;}
.i_d4_ms_list li{ height:40px; padding-left:60px; position:relative; margin-top:20px;}
.i_d4_ms_list li .title{ position:absolute; left:0; top:0; width:60px; height:40px; text-align:right; font-size:14px; color:#fff; line-height:40px;}
.i_d4_ms_list li .i_d4_ms_inp{ width:100%; height:40px; background:#fff; box-sizing:border-box; padding:0 10px; outline:none; border:0;}
.i_d4_ms_bt{ display:block; width:140px; height:36px; background:#a82526; line-height:36px; text-align:center; font-size:16px; color:#ffffff; border-radius:20px !important; border:#a82526 1px solid; margin:0 auto;}


.i_d5{ background:url(../images/i_d5_bg.jpg) center no-repeat; background-size:cover;}
.i_d5_title1{ font-size:20px; color:#fff; line-height:30px; font-weight:bold; text-align:center;}
.i_d5_l{}
.i_d5_l .i_d5_l_txt{ font-size:14px; color:#ffffff; line-height:25px;}
.i_d5_l .i_d5_l_txt *{ line-height:25px;}


.i_d5_r_c_list li{ position:relative;}
.i_d5_r_c_list li .img{ width:100%; height:4.1rem; object-fit: cover;}
.i_d5_r_c_list li .mb{ position:absolute; left:0; top:0; width:100%; height:4.1rem; text-align:center; line-height:4.1rem; background:rgba(0,0,0,0.6); transition:all 0.3s;}
.i_d5_r_c_list li .mb img{ height:40px; vertical-align:middle;}
.i_d5_r_c{ position:relative;}
.i_d5_r_c-pagination{ position:absolute; left:0; bottom:10px; width:100%; text-align:center; z-index:2;}
.i_d5_r_c-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#fff; opacity:1; border-radius:50%; margin:0 6px !important; transition:all 0.3s;}
.i_d5_r_c-pagination .swiper-pagination-bullet-active{ background:#a82526;}
a.i_d5_more{ display:block; width:140px; height:36px; background:#fff; line-height:36px; text-align:center; font-size:16px; color:#333; border-radius:18px; border:#fff 1px solid; margin:0 auto;}


/*.i_d5_2_list{ background:#fff; position:relative; top:-30px; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.i_d5_2_list li{ float:left; width:33.33%; padding:15px 0 15px 0; position:relative;}
.i_d5_2_list li .txt1{ font-size:16px; color:#333; line-height:30px; text-align:center;}
.i_d5_2_list li .txt1 span{ font-size:20px; color:#a82526; margin-right:5px; font-weight:bold;}
.i_d5_2_list li .txt2{ font-size:16px; color:#333; line-height:30px; text-align:center;}
.i_d5_2_list li .txt2 *{ line-height:30px;}
.i_d5_2_list li:nth-child(4),
.i_d5_2_list li:nth-child(5){ width:50%;}
.i_d5_2_list li:nth-child(1){ background:#c0b193;}
.i_d5_2_list li:nth-child(1) .txt1{ color:#fff;}
.i_d5_2_list li:nth-child(1) .txt1 span{ color:#fff;}
.i_d5_2_list li:nth-child(1) .txt2{ color:#fff;}
.i_d5_2_list li:after{content: "";width:1px; height: 40px; position: absolute; left: 0; bottom:50%; background:#9e9e9e; transform:translateY(50%);}
.i_d5_2_list li:nth-child(1):after,
.i_d5_2_list li:nth-child(2):after,
.i_d5_2_list li:nth-child(4):after{ display:none;}*/

.i_d5_2_list2{ position:relative; top:-30px; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.i_d5_2_list2 li{ float:left; width:33.33%; padding:5px 0 5px 0; position:relative;}
.i_d5_2_list2 li .txt1{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.i_d5_2_list2 li .txt1 span{ font-size:20px; color:#fff; margin-right:5px; font-weight:bold;}
.i_d5_2_list2 li .txt2{ font-size:14px; color:#fff; line-height:25px; text-align:center;}
.i_d5_2_list2 li .txt2 *{ line-height:25px;}
/*.i_d5_2_list2 li:nth-child(4),
.i_d5_2_list2 li:nth-child(5){ width:50%;}*/


.i_d6_t{ position:relative;}
.i_d6_t .i_d6_t_title{ font-size:20px; color:#a82526; font-weight:bold; line-height:30px; text-align:center;}
.i_d6_t a.i_d6_t_more{ display:inline-block; position:absolute; right:0; bottom:0px; line-height:30px; font-size:16px; color:#333; padding-left:17px;}
.i_d6_t a.i_d6_t_more:after{content: "";width:15px; height: 1px; position: absolute; left: 0; top:50%; background:#333;}
.i_d6_t .i_d6_t_c{ padding-top:10px; line-height:30px;}
.i_d6_t .i_d6_t_c a{ font-size:16px; color:#333; margin-right:10px;}

.i_d6_t_list{ background:#f1f1f1; margin-top:20px;}
.i_d6_t_list li{ float:left; width:33.3%; font-size:14px; color:#2b2b2b; text-align:center; line-height:36px;}
.i_d6_t_list li.on{ background:#a82526; color:#fff;}

.i_d6_list li{ margin-top:40px;}
.i_d6_list li:nth-child(1){ margin-top:0;}
.i_d6_list li .i_d6_img{}
.i_d6_list li .i_d6_img img{ width:100%; height:3.7rem; object-fit: cover;}
.i_d6_list li .i_d6_list_c_title{ line-height:30px; font-size:16px; color:#433f3e; font-weight:bold;}
.i_d6_list li .i_d6_list_c_title a{ color:#433f3e;}
.i_d6_list li .i_d6_list_c_txt{ font-size:14px; color:#4e4e4e; line-height:25px; margin-top:5px;}
.i_d6_list li .rq{ float:left; font-size:14px; color:#433f3e; line-height:30px;}
.i_d6_list li a.i_d6_list_more{ float:right; width:100px; height:30px; font-size:14px; color:#a82526; line-height:30px; border:#a82526 1px solid; border-radius:15px; box-sizing:border-box; padding-left:20px; background:url(../images/i_d6_list_more_ico.png) center right 10px no-repeat; background-size:14px auto;}


.i_d6_list_c{ padding-left:500px; padding-right:300px; position:relative;}
.i_d6_list_c .rq{ position:absolute; left:0; top:0px; width:120px;}
.i_d6_list_c .rq .txt1{ font-size:30px; color:#433f3e; line-height:40px;}
.i_d6_list_c .rq .txt2{ font-size:16px; color:#676767; line-height:30px;}
.i_d6_list_c .rq:after{content: "";width:25px; height: 6px; position: absolute; right: 0; top:10px; background:#a82526;}


.footer1_r{ text-align:center;}
.footer1_r .txt{ font-size:16px; color:#333333; line-height:30px; text-align:center;}

.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;}


.footer1{ background:#46484c;}
.footer_logo{ text-align:center;}
.footer_logo img{ height:40px;}
.footer1_dh{ font-size:18px; color:#fff; font-weight:bold; line-height:30px; text-align:center; margin-top:10px; margin-bottom:10px;}
.footer1_l_dz{ font-size:14px; color:#fff; line-height:30px; text-align:center;}


.footer2_link{ text-align:center;}
.footer2_link li{ display:inline-block; width:40px; height:40px; margin-left:10px; position:relative; cursor:pointer;}
.footer2_link li .ico img{ width:40px; height:40px;}
.footer2_link li .ewm{ display:none; position:absolute; left:-44px; top:-150px; transition:all 0.3s;}
.footer2_link li:hover .ewm{ display:block;}


.footer2{ background:#a82526; padding:10px 0;}
.footer2 .txt1{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer2 .txt1 *{ color:#fff;}
.footer2 .txt2{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer2 .txt2 *{ color:#fff;}


.bottom_nav{ position:fixed; left:0; bottom:0; width:100%; height:50px; background:#a72525; padding:3px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:25%; box-sizing:border-box; border-left:#b44545 1px solid;}
.bottom_nav li:nth-child(1){ border-left:0;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#fff; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px;}
.bottom_nav li.on a{ color:#fff;}



/*企业简介*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.n_nav_c{ border-bottom:#d9d9d9 1px solid;}
.n_nav{ text-align:center; padding:10px 0;}
.n_nav li{ display:inline-block; padding:0 2px; margin:0 2%;}
.n_nav li a{ display:block; height:40px; text-align:center; line-height:40px; font-size:16px; color:#333333; transition:all 0.3s;}
.n_nav li.on a,
.n_nav li:hover a{ color:#a82526;}


.ab_d1{}
.ab_d1_txt{ font-size:16px; color:#666666; line-height:30px;}
.ab_d1_txt *{ line-height:30px;}

.ab_d1_img1{ float:left; width:48%; height:4.5rem; object-fit: cover;}
.ab_d1_img2{ float:right; width:48%; height:4.5rem; object-fit: cover;}

.ab_d2_list{ top:0;}

.ab_d1_title{ font-size:20px; color:#333; font-weight:bold; line-height:30px; text-align:center;}
.ab_d3_content img{ display:block; width:100%; height:6rem !important; object-fit: cover;}


/*发展历程*/
.falc-container{ position:relative;}
.falc-container .li .falc_img{ display:block; width:100%;}
.dsj_txt{ padding-top:20px; padding-left:50px; padding-right:50px;}
.dsj_txt .txt1{ font-size:24px; color:#a82526; line-height:40px; font-weight:bold; text-align:center;}
.dsj_txt .txt2{ font-size:14px; color:#333333; line-height:25px; text-align:center;}
.dsj_txt .txt2 *{ line-height:25px;}

.falc_prev{ background:url(../images/dsj_l_ico2.png) center no-repeat; background-size:40px 40px; width:40px; height:40px; position:absolute; left:0; bottom:20px; z-index:2; cursor:pointer;}
.falc_prev.swiper-button-disabled{ background:url(../images/dsj_l_ico1.png) center no-repeat; background-size:40px 40px;}
.falc_next{ background:url(../images/dsj_r_ico2.png) center no-repeat; background-size:40px 40px; width:40px; height:40px; position:absolute; right:0; bottom:20px; z-index:2; cursor:pointer;}
.falc_next.swiper-button-disabled{ background:url(../images/dsj_r_ico1.png) center no-repeat; background-size:40px 40px;}



/*智造实力*/
.lzsl_list li{ background:#f5f5f5; margin-top:20px;}
.lzsl_list li:nth-child(1){ margin-top:0;}
.lzsl_txt{ padding:20px 10px; box-sizing:border-box;}
.lzsl_txt .title{ line-height:40px; font-size:18px; color:#333333; font-weight:bold; border-bottom:#c5cbd7 1px solid; text-align:center;}
.lzsl_txt .title span{ font-size:24px; color:#a82526; font-weight:bold; margin-right:5px; font-style:italic;}
.lzsl_txt .txt{ font-size:14px; color:#666666; line-height:25px; margin-top:10px;}
.lzsl_txt .txt *{  line-height:25px;}
.lzsl_img{ display:block; width:100%;}



/*资质荣誉*/
.ry_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; background:#f7f7f7; position:relative; top:0; transition:all 0.3s;}
.ry_list li:nth-child(1),
.ry_list li:nth-child(2){ margin-top:0;}
.ry_list li:nth-child(2n+1){ margin-left:0;}
.ry_list li .img{
  position: relative;
  padding: 69% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#000;
}
.ry_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.8s;
  background:#efeeee;
  opacity:1;
}
.ry_list li .txt{ line-height:40px; font-size:16px; color:#666666; text-align:center; padding:0 10px;}


/*产品中心*/

.p_search{ width:100%; height:42px; padding-left:60px; padding-right:85px; box-sizing:border-box; background:#f3f3f3; border-radius:21px; position:relative;}
.p_search .p_search_ico{ position:absolute; left:20px; top:12px; height:20px;}
.p_search .txt{ display:block; border:0; width:100%; height:42px; outline:none; background:#f3f3f3; font-size:14px;}
.p_search .pbtn{ position:absolute; right:20px; top:0px; width:60px; height:42px; background:#f3f3f3; font-size:14px; color:#000000; font-weight:bold; border:0; cursor:pointer;}


.p_nav{}
.p_nav li{ position: relative; line-height: 30px; padding: 10px 0 10px 0; font-size: 16px; color: #333333; padding-left:70px; padding-right:20px; border-top:#f1f1f1 1px solid;}
.p_nav li:nth-child(1){ border-top:0;}
.p_nav li .title{ position: absolute; left: 0; top: 10px; width:50px; height:30px; text-align:center; font-size: 12px; color: #fff; line-height:30px; background:#a82526;}
.p_nav li .title:after{content: "";width:6px; height: 10px; position: absolute; right: -6px; top:50%; margin-top:-7px;  background:url(../images/p_nav_title_ico.png) center no-repeat; background-size:6px auto;}
.p_nav li .p_nav_nr{ height:30px; overflow:hidden;}
.p_nav li .p_nav_nr a{ display:inline-block; font-size:12px; color: #333333; margin-right: 10px; position:relative;}
.p_nav li .p_nav_nr a.on,
.p_nav li .p_nav_nr a:hover{ color: #a82526;}
.p_nav li .p_nav_nr a:after{content: ""; position:absolute; bottom:1px; left:50%; margin-left:0; width:0; height:1px; background:#a82526; transition:all 0.3s;}
.p_nav li .p_nav_nr a.on:after,
.p_nav li .p_nav_nr a:hover:after{ margin-left:-50%; width:100%;}
.p_nav li .p_nav_more{ position:absolute; right:0; top:10px; width:30px; height:30px; line-height:30px; text-align:center;}
.p_nav li .p_nav_more:after{content: "+"; position:absolute; left:0; top:0; width:30px; line-height:30px; text-align:center; font-size:18px; color:#a82526;}
.p_nav li.show .p_nav_nr{ height:auto;}
.p_nav li.show .p_nav_more:after{content: "-"; position:absolute; left:0; top:0; width:30px; line-height:30px; text-align:center; font-size:24px; color:#a82526;}



.p_nav_c1{ border-bottom:#d9d9d9 1px solid;}
.p_nav_c1 .p_nav_list1{}
.p_nav_c1 .p_nav_list1 li{ float:left; width:50%; height:40px; line-height:40px; text-align:center; font-size:16px; color:#333333; cursor:pointer;}
.p_nav_c1 .p_nav_list1 li.on{ background:#a82526; color:#fff;}
.p_nav_c1 .p_nav_list1 li .ico{ display:inline-block; height:40px; padding-left:40px; transition:all 0.3s;}
.p_nav_c1 .p_nav_list1 li .ico1{ background:url(../images/p_nav_ico1.png) left center no-repeat; background-size:auto 20px;}
.p_nav_c1 .p_nav_list1 li .ico2{ background:url(../images/p_nav_ico2.png) left center no-repeat; background-size:auto 20px;}
.p_nav_c1 .p_nav_list1 li .ico3{ background:url(../images/p_nav_ico3.png) left center no-repeat; background-size:auto 20px;}
.p_nav_c1 .p_nav_list1 li .ico4{ background:url(../images/p_nav_ico4.png) left center no-repeat; background-size:auto 20px;}
.p_nav_c1 .p_nav_list1 li.on .ico1{ background:url(../images/p_nav_ico1_on.png) left center no-repeat; background-size:auto 20px;}
.p_nav_c1 .p_nav_list1 li.on .ico2{ background:url(../images/p_nav_ico2_on.png) left center no-repeat; background-size:auto 20px;}
.p_nav_c1 .p_nav_list1 li.on .ico3{ background:url(../images/p_nav_ico3_on.png) left center no-repeat; background-size:auto 20px;}
.p_nav_c1 .p_nav_list1 li.on .ico4{ background:url(../images/p_nav_ico4_on.png) left center no-repeat; background-size:auto 20px;}
.p_nav_c1 .p_nav_list1 li .txt{ display:inline-block; width:40px; height:40px; position:relative; top:0px; transition:all 0.3s;}

.p_nav_c2{ background:#f8f8f8; border-bottom:#d9d9d9 1px solid; padding-top:15px; padding-bottom:15px;}
.p_nav_c2 .p_nav_list2 a{ display:inline-block; line-height:35px; font-size:14px; color:#666666; margin-right:30px;}
.p_nav_c2 .p_nav_list2 a.on,
.p_nav_c2 .p_nav_list2 a:hover{ color:#a82526;}

.p_list li{ float:left; width:48%; margin-left:4%; margin-top:40px;}
.p_list li:nth-child(1),
.p_list li:nth-child(2){ margin-top:0;}
.p_list li:nth-child(2n+1){ margin-left:0;}
.p_list li .box{ height:3.3rem; position:relative;}
.p_list li .box .img1{ text-align:center; line-height:3.3rem; opacity:1; }
.p_list li .box .img1 .img{ vertical-align:middle; max-width:100%; max-height:3.3rem; position:relative; top:-1px; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.p_list li .box .img1 .vr_ico{ position:absolute; left:50%; top:50%; margin-left:-14px; margin-top:-10px; height:20px;}
.p_list li .box .img2{ position:absolute; left:0; top:0; width:100%; height:3.3rem; text-align:center; opacity:0; }
.p_list li .box .img2 .img{width:100%; height:3.3rem; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); object-fit: cover;}
.p_list li .txt{ line-height:40px; font-size:14px; color:#666666; text-align:center; padding:0 10px; transition:all 0.3s;}





/*产品详情页*/
.p_i_d1{}
.p_i_d1_l{ padding:0 30px;}

    .p_i_d1_l .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .p_i_d1_l .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .p_i_d1_l .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      /*opacity: 0.4;*/
    }

    .mySwiper .swiper-slide-thumb-active {
      /*opacity: 1;*/
    }
	.mySwiper .swiper-slide-thumb-active:after{content: ""; width:100%; height: 100%; position: absolute; left: 0; top:0px; box-sizing:border-box; border:#e00f25 2px solid;}



.p_i_d1_l .img {
  position: relative;
  width:100%;
  padding: 50% 0;
  overflow:hidden;
  box-sizing:border-box;
  /*box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);*/
}
.p_i_d1_l .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}
.mySwiper_c{ position:relative;}
.mySwiper_c .p_prev{ left:-30px; color:#aaa9a9; outline:none;}
.mySwiper_c .p_next{ right:-30px; color:#aaa9a9; outline:none;}
.mySwiper_c .p_prev:after,
.mySwiper_c .p_next:after{ font-size:20px;}

/*.p_i_d1_r{}
.p_i_title1{ font-size:18px; color:#e00f25; font-weight:bold; line-height:30px;}
.p_i_txt1{ font-size:14px; color:#666666; line-height:30px; margin-top:30px; color:#666666;}
.p_i_txt1 *{ color:#666666;}
.p_i_d2_title{ font-size:20px; color:#e00f25; font-weight:bold; line-height:40px; text-align:center;}*/
.p_i_d1_r{ padding:0 3%;}

.p_i_title1{ font-size:18px; color:#333333; line-height:30px; font-weight:bold; position:relative;}
.p_i_title1 .p_i_zhan{ position:absolute; right:0; top:0; height:40px; line-height:40px; font-size:14px; color:#6b6363; font-weight:normal; cursor:pointer;}
.p_i_title1 .p_i_zhan .ico{ display:inline-block; position:relative; top:2px; width:21px; height:18px; margin-right:5px; background:url(../images/zhan_ico.png) center no-repeat;}
.p_i_title1 .p_i_zhan.on{ color:#d01010; cursor:pointer;}
.p_i_title1 .p_i_zhan.on .ico{ background:url(../images/zhan_ico_on.png) center no-repeat;}
.p_i_txt1{ font-size:16px; color:#333333; line-height:30px; margin-top:5px;}
.p_i_d2_title{ font-size:30px; color:#a82526; line-height:40px; text-align:center;}

.p_i_xx_list{ padding:20px 0; border-bottom:#dadada 1px solid; border-top:#dadada 1px solid; margin-top:10px;}
.p_i_xx_list li{ padding-left:80px; line-height:30px; font-size:14px; color:#333333; margin-top:10px; position:relative; min-height:30px; box-sizing:border-box;}
.p_i_xx_list li:nth-child(1){ margin-top:0;}
.p_i_xx_list li .title{ position:absolute; left:0; top:0; line-height:30px; color:#999999;}

.p_i_vr{ height:100px; position:relative; margin-top:20px;}
.p_i_vr .ewm{ height:100px; border-radius:10px;}
.p_i_vr .txt{ position:absolute; left:110px; bottom:5px; font-size:14px; color:#2b2b2b; line-height:25px;}
.p_i_vr a.p_i_back{ position:absolute; right:0; top:0; display:block; width:100px; height:40px; line-height:40px; text-align:center; border:#a82526 1px solid; background:#a82526; font-size:14px; color:#ffffff; margin-top:25px;}

.p_i_d2_title{ font-size:20px; color:#000000; line-height:30px; text-align:center; font-weight:bold;}


.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:#ea5404 1px solid; background:url(../images/news_i_more_ico1_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:60px; height:31px; border:#a82526 1px solid; background:url(../images/news_i_more_ico2_on.png) #a82526 center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico2{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico2_on.png) #ea5404 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;}


/*附近门店*/
.fjmd_list li{ background:#f5f5f5; padding:15px 0 15px 0; position:relative; margin-top:20px;}
.fjmd_list li .indexcontent{ position:relative;}
.fjmd_list li:nth-child(1){ margin-top:0;}
.fjmd_list li .title{ font-size:18px; color:#030303; line-height:30px; font-weight:bold; position:relative; padding-right:80px;}
.fjmd_list li .txt{ font-size:14px; color:#433f3e; line-height:25px; padding-right:100px;}
.fjmd_list li .txt *{ line-height:25px;}
a.ckdt{ position:absolute; right:3%; top:50%; margin-top:-30px; display:block; width:60px; height:60px; background:#a82526; font-size:14px; color:#ffffff; line-height:20px; text-align:center; padding-top:10px; box-sizing:border-box;}



/*管家服务*/
.gjfw_d1{ background:url(../images/gjfw_d1_bg.jpg) center no-repeat; background-size:cover; padding-top:40px; padding-bottom:40px;}
.gjfw_d1_list li{ background:rgba(255,255,255,0.95); padding:20px 15px; box-sizing:border-box; margin-top:20px;}
.gjfw_d1_list li:nth-child(1){ margin-top:0;}
.gjfw_d1_list li .title{ font-size:16px; color:#000000; line-height:40px; font-weight:bold; position:relative; padding-left:40px;}
.gjfw_d1_list li .title .ico{ position:absolute; left:0; top:0; width:40px; line-height:40px;}
.gjfw_d1_list li .title .ico img{ height:30px; vertical-align:middle; position:relative; top:-2px;}
.gjfw_d1_list li .txt{ font-size:14px; color:#666666; line-height:25px;}
.gjfw_d1_list li .txt{ line-height:25px;}

.gjfw_d2{ background:#f7f7f7;}
.gjfw_d2_img{ display:block; width:100%; margin-top:20px;}
.gjfw_d2_r{ box-sizing:border-box; padding:20px 15px 0 15px;}
.gjfw_d2_r .txt1{ font-size:16px; color:#000000; line-height:30px;}
.gjfw_d2_r .txt2{ font-size:24px; color:#a82526; line-height:40px; font-weight:bold;}
.gjfw_d2_r .txt3{ font-size:14px; color:#666666; line-height:30px;}
.hr{ background:#d2d2d2; height:1px; margin-top:20px; margin-bottom:20px;}

.gjfw_d2_ewm_list{ text-align:center;}
.gjfw_d2_ewm_list li{ display:inline-block; width:100px; margin-left:80px;}
.gjfw_d2_ewm_list li:nth-child(1){ margin-left:0;}
.gjfw_d2_ewm_list li .img{ display:block; width:100px; height:100px;}
.gjfw_d2_ewm_list li .txt{ font-size:14px; color:#666666; line-height:30px; text-align:center; margin-top:5px;}



/*工程案例*/
.case_list li{ margin-top:20px; background:#f7f7f7; position:relative; top:0; transition:all 0.3s;}
.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: 32% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#000;
}
.case_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#efeeee;
  opacity:1;
}
.case_list li .txt{ line-height:40px; font-size:16px; color:#666666; text-align:center; padding:0 5px;}
.case_list li:hover .txt{ color:#a82526;}



/*登录*/
.login_bg{ background:url(../images/login_bg.jpg) center no-repeat; background-size:cover;}

.login_c{ display:block; width:80%; background:#fff; border-radius:10px; margin:0 auto; padding:0 15px; box-sizing:border-box;}

.login_c .login_box .title{ font-size:20px; color:#333333; line-height:30px; font-weight:bold; padding:20px 0; text-align:center;}
.login_c .login_box .login_txt{ width:100%; height:40px; border:#cccccc 1px solid; border-radius:5px; overflow: hidden; position:relative; box-sizing:border-box;}
.login_c .login_box .login_txt .ico{ float:left; width:30px;  height:40px;}
.login_c .login_box .login_txt .ico1{ background:url(../images/login_ico1.png) right center no-repeat;}
.login_c .login_box .login_txt .ico2{ background:url(../images/login_ico2.png) right center no-repeat;}
.login_c .login_box .login_txt .ico3{ background:url(../images/login_ico3.png) right center no-repeat;}
.login_c .login_box .login_txt .login_inp{ float:right; width:calc(100% - 30px);  height:40px; font-size:14px; padding:0 10px; border:0; box-sizing:border-box; outline:none;}
.login_c .login_box .login_jzmm{ position:relative; line-height:30px; height:30px; font-size:14px; color:#999999;}
.login_c .login_box .login_jzmm label input{ position:relative; top:-2px; width: 14px; height: 14px; line-height: 14px; vertical-align: middle; margin-right:5px;}
.login_c .login_box a.login_wjmm{ position:absolute; right:0; top:0; color:#d7bb8c;}
.login_c .login_box .login_submit{ border:0; width:100%; height:52px; background:#a82526; font-size:18px; color:#ffffff; font-weight:bold; border-radius:10px;}
.login_c .login_box .login_zc{ text-align:center; line-height:25px; font-size:14px; color:#333333; margin-top:10px;}
.login_c .login_box .login_zc a{ color:#cca768; margin:0 5px;}
.login_c .login_box .login_txt .login_ssmm{ position:absolute; right:0; top:0; width:40px; height:40px; background:url(../images/login_mm1.png) center no-repeat; cursor:pointer;}


.login_txt_c{ position:relative;}
.login_c .login_box .login_yzmtxt{ width:325px;}
.login_c .login_box .login_txt .login_yzminp{ width:275px;}
.login_c .login_box .login_txt_c  .code-btn{ position:absolute; right:0; top:0; display:block; width:100px;  height:50px; font-size:16px; color:#fff; border:0; box-sizing:border-box; outline:none; border:0; border-radius:5px !important; background:#d7bb8c;}



/*经销商专区*/
.jsszq_list li{ background:#f5f5f5; height:40px; padding:10px 50px 10px 80px; position:relative; margin-top:20px;}
.jsszq_list li:nth-child(1){ margin-top:0;}
.jsszq_list li .jsszq_list_txt{ position:relative; line-height:40px; font-size:16px; color:#433f3e;}
.jsszq_list li .img{ position:absolute; left:10px; top:10px; width:60px; height:40px; cursor:pointer;}
.jsszq_list li .img .img1{ width:60px; height:40px;}
.jsszq_list li .img .img2{ display:none; position:relative; left:10px; top:0; width:200px; background:#fff; padding:10px; z-index:5;}
.jsszq_list li .img:hover .img2{ display:block;}
.jsszq_list li a.xz_bt{ position:absolute; right:10px; top:10px; display:block; width:40px; height:40px; background:url(../images/download_ico.png) center no-repeat; background-size:auto 18px;}




/*新闻详情页*/
.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;}


/*招商加盟*/
.join_d1_img{ display:block; width:100%; position:relative; z-index:2;}

.join_title1_box{ padding-top:20px; padding-bottom:20px; border-bottom:#d39292 1px solid;}
.join_title1_box img{ display:block;  max-width:100%; margin:0 auto;}

.join2_title1{ border-bottom:#d39292 1px solid; padding:10px 0;}
.join2_title1 .title1{ font-size:20px; color:#a82526; font-weight:bold; text-align:center;}
.join2_title1 .title2{ font-size:14px; color:#a82526; text-align:center;}

.join_d2_txt{ font-size:14px; color:#666666; line-height:25px; text-align:left;}
.join_d2_txt *{ line-height:25px; text-align:left !important;}

.join_d3_bg{ background:url(../images/join_d3_bg.jpg) bottom center no-repeat; background-size:100% auto; padding-bottom:200px;}
.join_d3_list li{ position:relative;}
.join_d3_list li:nth-child(1){ width:60%; z-index:3;}
.join_d3_list li:nth-child(2){ margin-left:40%; margin-top:-20px; width:60%; z-index:2;}
.join_d3_list li:nth-child(3){ margin-left:20%; margin-top:-20px; width:60%; z-index:1;}
.join_d3_list li .img{
  position: relative;
  padding: 32% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#000;
}
.join_d3_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#efeeee;
  opacity:1;
}


.join_d4_list li{ margin-top:40px;}
.join_d4_list li:nth-child(1){ margin-top:0px;}
.join_d4_list li .title{ text-align:center; line-height:30px; margin-bottom:20px;}
.join_d4_list li .title span{ display:inline-block; padding:0 20px; background:#a82526; font-size:16px; font-weight:bold; color:#fff; border-radius:10px;}
.join_d4_list li .img{}
.join_d4_list li .img img {
	display:block; width:100%;
}
.join_d4_list li .txt{ font-size:14px; color:#222222; line-height:25px; margin-top:10px;}
.join_d4_list li .txt *{ line-height:25px;}

.join_title1_box .join_title1_l .join_title1_l_txt5{width:340px;}
.join_title1_box .join_title1_l .join_title1_l_txt5 .txt2{ width:200px;}
.join_title1_box .join_title1_l .join_title1_l_txt5:after{ right: 140px;}

.join_d5_list li{ float:left; margin-left:2%; width:49%; margin-top:10px;}
.join_d5_list li .img img{ display:block; width:100%; height:2.15rem; object-fit: cover;}
.join_d5_list li:nth-child(1){ margin-left:0; width:100%; margin-top:0;}
.join_d5_list li:nth-child(1) .img img{ height:4.3rem;}
.join_d5_list li:nth-child(2n){ margin-left:0;}

.join_d6_list li{ float:left; width:49%; margin-left:2%; margin-top:10px;}
.join_d6_list li:nth-child(1),
.join_d6_list li:nth-child(2){ margin-top:0;}
.join_d6_list li:nth-child(2n+1){ margin-left:0;}
.join_d6_list li .img{
  position: relative;
  padding: 37% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#000;
}
.join_d6_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#efeeee;
  opacity:1;
}

.join_d7{ background:#7c0c0d;}
.join_d7_title1{ text-align:center;}
.join_d7_title1 img{ width:60%;}
.join_d7_list1 li{ float:left; width:32%; margin-left:2%; background:#fff; border-radius:5px; box-sizing:border-box; padding-top:10px; padding-bottom:10px; margin-top:10px;}
.join_d7_list1 li:nth-child(1),
.join_d7_list1 li:nth-child(2),
.join_d7_list1 li:nth-child(3){ margin-top:0;}
.join_d7_list1 li:nth-child(3n+1){ margin-left:0;}
.join_d7_list1 li .title{ font-size:16px; color:#cb0005; line-height:30px; text-align:center; font-weight:bold;}
.join_d7_list1 li .txt{ font-size:14px; color:#cb0005; line-height:22px; height:66px; text-align:center;}
.join_d7_list1 li .txt *{ line-height:22px;}

.join_d7_list2 li{ height:120px; background:url(../images/join_d7_list2_bg.png) center no-repeat; background-size:cover; border-radius:10px; position:relative; margin-top:20px;}
.join_d7_list2 li:nth-child(1){ margin-top:0;}
.join_d7_list2 li:nth-child(3n+1){ margin-left:0;}
.join_d7_list2 li .title{ position:absolute; left:0; bottom:50%; width:47%; height:85px; line-height:85px; box-sizing:border-box; font-size:20px; color:#cb0005; font-weight:bold; text-align:center; border-right:#cb0005 1px solid; transform:translateY(50%);}
.join_d7_list2 li .title .ico{ margin-right:5px; position:relative; top:-2px; vertical-align:middle; height:30px;}
.join_d7_list2 li .txt{ position:absolute; right:0; bottom:50%; width:48%; box-sizing:border-box; transform:translateY(50%);}
.join_d7_list2 li .txt .txt1{ font-size:18px; color:#cb0005; line-height:25px; font-weight:bold;}
.join_d7_list2 li .txt .txt2{ font-size:16px; color:#cb0005; line-height:25px;}

.join_d8_box_title{ line-height:40px; font-size:24px; color:#ffffff; font-weight:bold; text-align:center;text-shadow: 2px 2px #000;}
.join_d8{ background:url(../images/join_d8_bg.jpg) center no-repeat; background-size:cover;}
.join_d8_list li{ float:left; width:48%; margin-left:4%; height:40px; position:relative; margin-top:10px;}
.join_d8_list li:nth-child(1),
.join_d8_list li:nth-child(2){ margin-top:0;}
.join_d8_list li:nth-child(2n+1){ margin-left:0;}
.join_d8_list li .xin{ position:absolute; right:-10px; top:10px; width:10px; height:30px; line-height:30px; font-size:20px; color:#ff0000; text-align:center;}
.jm_inp{ display:block; width:100%; height:40px; box-sizing:border-box; padding:0 15px; border:0; outline:none; font-size:14px;}
.jm_sel{ display:block; width:100%; height:40px; box-sizing:border-box; padding:0 15px; border:0; outline:none; font-size:14px;}
.jm_textarea{ display:block; width:100%; height:142px; padding:13px 15px; line-height:30px; font-size:14px; font-family:"微软雅黑"; outline:none; border:0; box-sizing:border-box;}
.jm_bt{ display:block; width:60%; height:40px; background:#a82526; margin:0 auto; border:0; font-size:16px; color:#ffffff; line-height:40px; text-align:center; cursor:pointer;}
