
.container {
	width: 85%;
	padding: 0 4.17%;
	max-width: 100%;
}
/* ==============================================
				header头部
============================================== */
.header{
    position: fixed;
	z-index: 990;
    left: 0;
    top: 0;
	width: 100%;
	padding: 0 4.17%;
	background: #fff;
	height: 0.72rem;
	border-bottom: #eee solid 1px;

}
.header.cur {
	position: relative;
}

.header .header-logo{
    float: left;
	height: 0.6rem;
	margin: 0.06rem 0px;
	position: relative;
}
.header .header-logo a{
	display:table-cell;
	overflow: hidden;
	vertical-align: middle;
}
.header .header-logo img{
	width: 100%;
	height: 0.6rem;
}
.header .nav{
    display: block;
    color: #333;
    font-size: 0.168rem;
	margin: 0 auto;
	width: 100%;
	max-width: 8rem;
}
.header .nav li{
    position: relative;
    float: left;
    line-height: 0.72rem;
    padding: 0px 0.18rem;
}
.header.nav li a{
    font-size: 0.15rem;
}
.header .nav li::after{
	right: 0;
	left: 0;
	position: absolute;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	bottom: 25px;
	transition: all 0.5s;
}
.header .nav li .navsub {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 80px;
    width: 1.7rem;
    line-height: 0.5rem;
    text-align: center;
    background: #f6f6f6;
}
.header .nav li .navsub li{
    width: 100%;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid white;
}
.header .nav li .navsub li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
    padding: 0 10px;
    line-height: 45px;
}
.header .nav .navli:hover .navlia{
	color: #e60012;
}
.header .nav .navli:hover::after{
    border-bottom: 6px solid #e60012;
    bottom: 0;
}
/* 搜索 */
.header_search, .header_search span {
    line-height: 0.72rem;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 18px;
}
.header_search .search {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    height: 0.72rem;
    width: 100%;
}
.header_search i {
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.72rem;
    cursor: pointer;
    font-size: 28px;
    color: #1e1e1e;
    z-index: 5;
    margin-right: 10%;
    margin-top: 0;
}
.header_search .search ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    height: 0.72rem;
    width: 90%;
    max-width: 5rem;
    z-index: 2;
}
.header_search .search ul form {
    position: relative;
    height: 0.6rem;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #1e1e1e;
}
.header_search .search ul input[type="text"] {
    border: none;
    width: 100%;
    display: block;
    border: none;
    height: 0.6rem;
    text-align: left;
    color: #666;
    font-size: 14px;
    background: none;
    line-height: 0.6rem;
    padding: 0 85px 0 0.2rem;
    background: #fff;
}
.header_search .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 2;
    width: 85px;
    height: 0.6rem;
    line-height: 0.6rem;
    cursor: pointer;
    border: none;
    outline: none;
    color: #1e1e1e;
    background: #ffffff;
    font-size: 24px;
}
.header_search .search ol {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 1;
}
@media (max-width:1200px) {
	.header.cur {
		width: 100%;
		transform:none;
		left: 0px;
		height: 0.8rem;
	}
	.header .nav{
		max-width: 12rem;
		font-size: 14px;
	}
}
@media (max-width:992px) {
	.header{
		position: fixed;
		height: 0.72rem;
	}
	.header_search, .header_search span{
		line-height: 50px;
	}
	.header_search .search {
	    height: 100%;
	}
	.header_search i {
	    margin-right: 20px;
	    width: 26px;
	    height: 55px;
	    font-size: 24px;
	    line-height: 55px;
	}
	.header_search .search ul {
	    margin: 0.5rem auto 0;
	    position: relative;
	    overflow: hidden;
	    width: 100%;
	    max-width: initial;
	}
	.header_search .search ul, .header_search .search ul form, .header_search .search ul input[type="text"], .header_search .search_btn {
	    height: 48px;
	    line-height: 48px;
	}
	.header_search .search ul form {
	    margin: 0 auto;
	    width: 90%;
	}
	.header_search .search ul input[type="text"] {
	    padding-right: 55px;
	}
	.header_search .search_btn {
	    width: 50px;
	    font-size: 20px;
	}
	.header_search .search .visible-sm {
	    overflow: hidden;
	    position: relative;
	    z-index: 2;
	    padding: 30px 0;
	    width: 90%;
	    margin: 0 auto;
	}
	.header_search .search .visible-sm h2 {
	    font-size: 16px;
	}
	.header_search .search .visible-sm .key_box {
	    position: relative;
	    overflow: hidden;
	    height: auto;
	    margin: 0 0 0 -5px;
	}
	.header_search .search .visible-sm .key_box li {
	    display: inline;
	}
	.header_search .search .visible-sm .key_box li a {
	    background-color: #f5f5f5;
	    color: #666666;
	    font-size: 12px;
	    padding: 6px;
	    margin: 5px;
	}
	.header_search .search ol {
	    padding: 0;
	}
}

/* 语言 */
.header .lang_box {
    line-height: 0.72rem;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0.25rem;
    position: relative;
}
.header .lang_box i {
    line-height: 0.72rem;
    display: block;
    color: #1e1e1e;
    cursor: pointer;
    font-size: 24px;
}
.header .lang_box .lang {
    position: absolute;
    z-index: 999;
    top: 0.72rem;
    left: 0;
    display: none;
    height: 90px;
    width: 1.2rem;
    text-align: center;
    background-color: #f6f6f6;
    overflow: hidden;
}
.header .lang_box a, .header .lang_box .lang i {
    float: left;
    padding: 0px 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.header .lang_box a {
    color: #222;
    border-bottom: 1px solid #ffffff;
}
@media (max-width:992px) {
	.header .lang_box{line-height: 50px;}
	.header .lang_box i{line-height: 50px;}
	.header .lang_box .lang{
		top: 50px;
		width: 80px;
	}
}

/* 手机导航 */
.header .mnav {
    display: block;
    position: fixed;
    z-index: 9990;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0;
	transform: translateX(-100%);
}
.header .mnav ul {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 120px;
}
.header .mnav .mnavli {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.header .mnav .mnavli .mnavlia{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 3;
    font-weight: normal;
}
.header .mnav .mnavli i {
    position: absolute;
    right: 0.35rem;
    padding-left: 0.05rem;
    width: 0.34rem;
    height: 42px;
    top: 0;
    text-align: center;
    color: #888888;
    font-size: 12px;
    line-height: 42px;
}
.header .mnav .mnavli .m_navsub {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 10px;
    display: none;
    background: #f5f5f5;
}
.header .mnav .mnavli .m_navsub li {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 3;
    border-bottom: 1px solid #eeeeee;
}
.header .mnav.navon{
	transform: translateX(0);
	transition: 0.6s ease-in-out;
}
.header .mnav .on .mnavlia {
    color: white;
    background-color: #e60012;
}
.header .mnav .on .son {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: white;
}


/* @media (min-width: 992px) and (max-width: 1200px) {
  .header-box,
  .header {
    height: 60px;
  }
  .header .header-logo {
    height: 45px;
    margin-top: 5px;
  }
  .header .nav li {
    line-height: 40px;
    padding: 10px 0.25rem;
  }
  .header .nav {
    line-height: 60px;
  } 
}*/
@media (max-width: 992px) {
  .header {
    border-bottom: 1px solid #dcdcdc;
	height:1rem;
  }
  .header.cur{height:1rem;}

  .mnav-btn {
    color: white;
    cursor: pointer;
    width: 50px;
  }
  .mnav-btn a {
    display: block;
    overflow: hidden;
  }
  .mnav-btn span {
    float: left;
    width: 25px;
    height: 2px;
    background-color: #555555;
    margin-top: 6px;
    -ms-transform-origin: 7% 50%;
    -moz-transform-origin: 7% 50%;
    -webkit-transform-origin: 7% 50%;
    -o-transform-origin: 7% 50%;
    transition: all 0.3s;
    margin-left: 25px;
  }
  .mnav-btn .line1 {
    margin-top: 16px;
  }
  .header .mnav-btn .on .line1 {
    transform: rotate(45deg);
  }
  .header .mnav-btn .on .line2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotate(0);
  }
  .header .mnav-btn .on .line3 {
    transform: rotate(-45deg);
  }
}

/* ==============================================
				首页--公共标题
============================================== */
.guider_title {
	position: relative;
	overflow: hidden;
}
.guider_title h2 {
	font-size: 0.28rem;
	font-weight: bolder;
	margin-bottom: 0.1rem;
}
.guider_title p{
	font-size: 16px;
	color: #999;
}
@media (max-width:992px) {
	.guider_title h2 {
		font-size: 0.24rem;
	}
	.guider_title p{
		display: none;
	}
}


/* ==============================================
				banner海报
============================================== */
.banner,.banner ul li,
.banner ul li a,
.banner ul li a img{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet-active{
	background: #e60012;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	color: #e60012;
	font-size: 0.48rem;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	left: 5%;
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	right: 5%;
}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}

/* ==============================================
				联系我们
============================================== */
.guider_contact{
	overflow: hidden;
	position: relative;
}
.guider_contact ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}
.guider_contact ul li{
	width: 25%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #efefef;
	padding: 0.25rem 0;
}
.guider_contact ul li dd{
	width: 0.48rem;
	height: 0.48rem;
	overflow: hidden;
}
.guider_contact ul li dd img{
	width: 100%;
	display: block;
}
.guider_contact ul li dt{
	overflow: hidden;
	margin-left: 0.15rem;
	color: #333;
}
.guider_contact ul li dt h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.05rem;
}
.guider_contact ul li dt p{
	font-size: 16px;
	font-weight: normal;
}
.guider_contact ul li:first-child{
	background: #e60012;
	color: #fff;
	border-left:none;
}
.guider_contact ul li:first-child dt{
	color: #fff;
}
.guider_contact::after{
    position: absolute;
    content: '';
    width:20%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #e60012;
	z-index: -1;
}
@media (max-width:992px) {
	.guider_contact{
		display: none;
	}
}


/*=======================================
  guide_pro
========================================*/
.guide_pro {
	overflow: hidden;
	width: 100%;
	padding: 1rem 0;
	background-color: #f2f2f2;
  }
  .guide_pro .guide_title {
	width: 100%;
  }
  .guide_pro .guide_title h1,
  .guide_pro .guide_title .hd {
	display: inline-block;
	vertical-align: middle;
  }
  .guide_pro .guide_title h1 {
	font-weight: bolder;
	font-size: 35px;
	margin-right: 1%;
	line-height: 1;
  }
  .guide_pro .guide_title .hd {
	font-size: 20px;
  }
  .guide_pro .guide_title .hd li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.05rem;
	padding: 0.03rem 0.2rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	-ms-border-radius: 0.25rem;
	-o-border-radius: 0.25rem;
	border-radius: 0.25rem;
	overflow: hidden;
	cursor: pointer;
  }
  .guide_pro .guide_title .hd li::after {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background-color: #e60012;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
  }
  .guide_pro .guide_title .hd li span {
	position: relative;
	z-index: 2;
  }
  .guide_pro .guide_title .hd .on,
  .guide_pro .guide_title .hd li:hover {
	color: #ffffff;
  }
  .guide_pro .guide_title .hd .on::after,
  .guide_pro .guide_title .hd li:hover::after {
	width: 100%;
  }
  .guide_pro .main,
  .pro_container {
	width: 100%;
  }
  .pro_container > div {
	float: left;
	width: 101%;
	margin-left: -0.5%;
  }
  .pro_container > .pro_hot {
	position: relative;
	width: 100%;
	margin: auto;
  }
  .pro_hot li {
	position: relative;
	float: left;
	width:50%;
	margin: 0.25rem 0 0;
	background-color: #ffffff;
	padding: 0.3rem;
	z-index: 1;
	overflow: hidden;
  }
  .pro_hot li dd,
  .pro_hot li dl {
	float: left;
	width: 50%;
  }
  
  .pro_hot li dd .txt{
	  padding: 0.4rem;
  }
  
  .pro_hot li dl a{
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
  }
  .pro_hot li dl a img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
  }
  .pro_hot li h3 {
	font-size: 30px;
	color: #e60012;
	margin: 0.3rem 0;
	font-weight: bolder;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  .pro_hot li h4 {
	font-size: 20px;
	font-weight: bolder;
	margin: 0 0 0.25rem;
	color: #2e2e2e;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  .pro_hot li p {
	color: #2e2e2e;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  }
  .pro_hot li::after {
	position: absolute;
	top: -6rem;
	left: -6rem;
	width: 4rem;
	height: 4rem;
	content: "";
	background: #e5eef5;
	z-index: -1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  }
  .pro_hot li dl img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  }
  .pro_hot li:hover::after {
	top: -2rem;
	left: -2rem;
  }
  .pro_hot li:hover {
	box-shadow: 0 0px 0.08rem rgba(0, 0, 0, 0.15);
  }
  .pro_hot li:hover dl img {
	transform: scale(1.05);
  }
  @media (max-width: 1440px) {
	.pro_hot li h3 {
	  font-size: 24px;
	}
	.pro_hot li h4 {
	  font-size: 16px;
	}
	.pro_hot li p {
	  font-size: 14px;
	}
  }
  @media (max-width: 992px) {
	.guide_pro .guide_title h1 {
	  font-size: 24px;
	}
	.guide_pro .guide_title .hd {
	  width: 100%;
	  overflow: hidden;
	}
	.guide_pro .guide_title .hd ul {
	  margin-top: 0.2rem;
	  display: -webkit-box;
	  overflow-x: scroll;
	  overflow-y: hidden;
	  -webkit-overflow-scrolling: touch;
	  display: -o-flexbox;
	  display: -ms-flexbox;
	}
	.guide_pro .guide_title .hd li {
	  margin: 0.1rem 0.2rem 0.1rem 0;
	  font-size: 14px;
	  display: block;
	}
	.pro_container {
	  overflow: hidden;
	}
	.pro_container .pro_hot {
	  width: 100%;
	  margin: 0 auto;
	  padding-bottom: 15px;
	}
	.pro_hot .swiper-pagination {
	  bottom: -5px;
	}
	.pro_container .pro_hot .swiper-pagination-bullet {
	  width: 10px;
	  height: 10px;
	  position: relative;
	  background: #dddddd;
	  margin: 1px 5px !important;
	  opacity: 1;
	  -webkit-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	}
	.pro_container .pro_hot .swiper-pagination-bullet-active {
	  background: #e60012;
	  transition: width 0.5s;
	  -webkit-transition: width 0.5s;
	}
	.pro_hot li,
	.pro_hot li dd,
	.pro_hot li dl {
	  width: 100%;
	}
	.pro_hot li {
	  margin: 5px auto 0;
	}
	.pro_hot li h3 {
	  font-size: 20px;
	  text-align: center;
	}
	.pro_hot li h4 {
	  font-size: 14px;
	  text-align: center;
	}
	.pro_hot li p {
	  font-size: 14px;
	}
	.pro_hot li .smore {
	  margin: 10px auto;
	}
  }
  .guide_pro .pro_main {
	overflow: hidden;
	margin: 0.15rem 0;
  }
  .guide_pro .pro_main li {
	position: relative;
	float: left;
	width: 24%;
	margin-right: 1%;
	background-color: #ffffff;
  }
  .guide_pro .pro_main li .pic a{
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background: #fff;
	position: relative;
  }
  .guide_pro .pro_main li .pic a img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
  }
  .guide_pro .pro_main li .box {
	position: absolute;
	padding: 0 15px;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(230, 0, 18, 0.5);
	height: 45px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  }
  .guide_pro .pro_main li .box a .none {
	display: none;
  }
  .guide_pro .pro_main li .box a {
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	text-align: center;
	color: #ffffff;
  }
  .guide_pro .pro_main li .box h3 {
	font-size: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  .guide_pro .pro_main li .box p {
	margin: 0.15rem 0;
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 24px;
	height: 24px;
  }
  .guide_pro .pro_main li .box .smore {
	color: #ffffff;
	border: 1px solid #ffffff;
	margin: 0 auto;
  }
  .guide_pro .pro_main li .box .smore:hover {
	border: 1px solid #e60012;
  }
  .guide_pro .pro_main li:hover .box {
	height: 100%;
  }
  .guide_pro .pro_main li:hover .box .none {
	display: block;
  }
  @media (max-width: 992px) {
	.guide_pro .pro_main {
	  margin-left: -1%;
	}
	.guide_pro .pro_main li {
	  width: 48%;
	  margin: 1%;
	}
	.guide_pro .pro_main li .box h3 {
	  font-size: 16px;
	}
  }
  
  .smore {
	display: block;
	position: relative;
	margin: 0.3rem 0 0;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e60012;
	color: #e60012;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	z-index: 1;
	overflow: hidden;
  }
  .smore:hover {
	border: 1px solid #e60012;
	color: #ffffff;
  }
  .smore::after {
	content: "";
	position: absolute;
	top: 0;
	left:-2px;
	width: 0;
	background: #e60012;
	height: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	z-index: -1;
  }
  .smore:hover::after {
	width: 100%;
	left: 0;
  }
  @media (max-width: 1440px) {
	.smore {
	  width: 150px;
	  height: 40px;
	  line-height: 40px;
	  font-size: 16px;
	}
  }
  @media (max-width:992px) {
	.smore {
	  width:120px;
	  height:35px;
	  line-height:35px;
	  font-size:14px;
	}
  }
  .ssmore{
	width:120px;
	height:38px;
	line-height:38px;
	font-size:16px;
  }
  @media (max-width: 1440px) {
	.ssmore {
	  width:115px;
	  height:36px;
	  line-height:36px;
	  font-size:14px;
	}
  }
  @media (max-width:992px) {
	.ssmore {
	  width:90px;
	  height:32px;
	  line-height:32px;
	  font-size:12px;
	}
  }
  
/* ==============================================
		about
============================================== */
.guide_about{
    overflow: hidden;
}
.guide_about_title{
    padding: 1rem 0 0.6rem;
}
.guide_about ._main{
    position: relative;
    background:url(../images/about_bg.png) left top no-repeat;
    background-size: 50% 100%;
    background-color: #f3f3f3;
    padding: 0.8rem 0;
}
.guide_about ._main ._left{
    position: relative;
    z-index: 2;
    width: 50%;
    padding:0 0.5rem 2.2rem 0;
}
.guide_about ._main h2{
    font-size: 44px;
    color: #333333;
    font-weight: bold;
}
.guide_about ._main ._txt{
    overflow: hidden;
    margin: 0.4rem 0 .7rem;
    font-size:16px;
    font-weight: 300;
    color: #333333;
    line-height:32px;
}
.guide_about ._main ._more{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.guide_about ._main ._more a{
    margin: 0 10px 0 0;
	/* width: 156px; */
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    line-height: inherit;
    font-size: 16px;
	border: 1px solid #e60012;
    color: #e60012;
	padding:0 20px;
}
.guide_about .number-box{
    position: absolute;
    bottom: 0.8rem;
    background-color: #ffffff;
    width:50%;
    z-index: 3;
}
.guide_about .number-box .hd{
    display: flex;
    align-items:stretch;
    justify-content: space-between;
}
.guide_about .number-box ._number {
    position: relative;
    display: flex;
    align-items:center;
    flex-direction: column;
    width: 33.33%;
    padding: 20px 10px;
    cursor: pointer;
    transition: all 0.3s;
	justify-content: center;
}
.guide_about .number-box ._number::after{
    position: absolute;
    right: 0;
    top:30%;
    height: 40%;
    width: 1px;
    background-color: #999999;
    content: '';
}
.guide_about .number-box ._number:nth-child(4)::after,
.guide_about .number-box ._number.on::after{
    width: 0;
}
.guide_about .number-box h3 {
    display: flex;
    color: #e60012;
    letter-spacing:0.1em;
    margin-bottom: 5px;
    line-height: 1;
}
.guide_about .number-box h3>div {
    font-size: 16px;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}

.guide_about .number-box ._number strong {
    font-size: 0.5rem;
    font-family: Impact;
    font-weight:600;
}
.guide_about .number-box ._number span{
    height: 50%;
}
.guide_about .number-box ._number p {
    font-size:16px;
    font-weight: 300;
}

.guide_about .number-box ._number.on{
    background-color: #e60012;
}
.guide_about ._number.on h3 ,.guide_about ._number.on p{
    color: #ffffff;
}
.guide_about ._main ._right{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
}
.guide_about ._main ._right img{
    display: block;
    object-fit:cover;
    width: 100%;
    height: 100%;
}
@media (max-width:1440px) {
    .guide_about .number-box h3>div,
    .guide_about .number-box ._number p {
        font-size: 12px;
    }
    .guide_about ._main h2{
        font-size:32px;
    }
    .guide_about ._main ._txt{
        font-size:16px;
        line-height:24px;
    }
}
@media (max-width:992px) {
    .guide_about .container{
        width: 100%;
    }
    .guide_about ._main{
        padding-bottom: 0;
    }
    .guide_about ._main h2{
        font-size:0.54rem;
    }
    .guide_about ._main ._txt{
        font-size:0.3rem;
        line-height:0.4rem;
        margin-top: 0.5rem;
    }
    .guide_about ._main ._left ,.guide_about ._main ._right{
        position: relative;
        width: 100%;
        padding: 0;
    }
    .guide_about ._main ._left{
        text-align: center;
        width:94%;
        margin: 0 auto;
    }
    .guide_about ._main ._left ._more{
        margin-bottom: 0.8rem;
        justify-content: center;
    }
    .guide_about .number-box{
        width:94%;
        right:3%;
        bottom: 3%;
    }
    .guide_about .number-box ._number {
        padding: 0.2rem 0.1rem;
		flex-direction: row;
    }
    .guide_about .number-box ._number strong {
        font-size: 0.5rem;
    }
    .guide_about .number-box h3>div,
    .guide_about .number-box ._number p {
        font-size:0.24rem;
    }
}


/* ==============================================
				guider_news
============================================== */
.guider_news{
    position: relative;
    padding: 0.8rem 0 0.47rem;
    overflow: hidden;
    background-color: #fff;
    font-family: "mon-l", "arial", sans-serif !important;
    background-size: cover;
}
.guider_news .container{
    position: relative;
}
.guider_news .container ._main{
    padding-top: 0.5rem;
    overflow: hidden;
}
.guider_news .container ._mid{
    float: left;
    width:220px;
    margin:0 0.2rem 35px 0;
    background-color:#ccc;
    box-shadow: 0 4px 15px 10px rgb(0 0 0 / 3%);
    min-height:578px;
    padding:40px 12px 0;
    color: #666;
}
.guider_news .container ._mid h3{
    color: #333;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    margin-bottom:15px;
}
.guider_news .container ._mid .box a{
    background-color: #e60012;
    width: 0.5rem;
    height: 0.5rem;
	line-height: 0.5rem;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:30px auto 0;
    font-weight:100;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
.guider_news .container ._mid ._tel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.guider_news .container ._mid i{
    font-size:24px;
    margin-right: 5px;
}
.guider_news .container ._mid ._tel span{
    font-size:16px;
}
.guider_news .container ._mid li{
    text-align: center;
    font-size:18px;
    margin:5px 0;
    color: #666;
    border-radius:30px;
    padding:5px 0 ;
}
.guider_news .container ._mid li.on{
    color: #fff;
    background-color: #e60012;
}

.guider_news .container ._right{
    overflow: hidden;
    padding: 10px 10px 0;
    margin: -10px -10px 0 0;
    position: relative;
}
.guider_news .container ._right ul{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.guider_news .container ._right li {
    width: 99%;
    margin-bottom:0.18rem;
    box-shadow: 0 4px 10px 5px rgb(0 0 0 / 3%);
}
.guider_news .container ._right li a{
    display: flex;
    align-items: center;
    height:130px;
    overflow: hidden;
    background: #fff;
}
.guider_news .container ._right li ._time{
    text-align: center;
    width:120px;
    border-right: 1px solid #ddd;
}
.guider_news .container ._right li ._con{
    flex: 1;
    overflow: hidden;
    padding: 0 30px;
}

.guider_news .container .newData{
    font-size: 16px;
    color: #999;
    margin-bottom: -5px;
}
.guider_news .container .newYearMon{
    font-size: 24px;
    color: #e60012;
}

.guider_news .container ._right li h3{
    font-size:18px;
    color: #333;
    margin-bottom:5px;
}
.guider_news .container ._right li p{
    font-size:14px;
    color: #999;
    line-height:20px;
    height:40px;
}
.guider_news .container ._right li:hover{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.guider_news .container ._right li:hover h3{
    color:#e60012;
}

@media only screen and (max-width:992px){
    .guider_news .container ._main>div{
        width:100%;
        padding: 10px 0;
    }

    .guider_news .container ._mid li.on{
        background-color: #e60012;
        color: #ffffff;
    }
    .guider_news .container ._right li{
        width: 100%;
		margin-bottom: 0.35rem;
    }
    .guider_news .container ._right li ._time{
        width:90px;
    }
    .guider_news .container .newData  , .guider_news .container ._right li p{
        font-size:14px;
    }
    .guider_news .container .newYearMon , .guider_news .container ._right li h3{
        font-size:18px;
    }
    .guider_news .container ._right li ._con{
        padding: 0 15px;
    }
    
    .guider_news .container ._right li p{
        line-height:20px;
        height:40px;
    }
}

/* ==============================================
		    footer 公共底部
============================================== */
.footer {
	background-color: #ebebeb;
	overflow: hidden;
}
.footer-bg-box{
	width:80%;
	margin: auto;
	padding: 0.6rem 4.17% 0;
}
.footer-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 0.15rem;
}
.footer .footer-contact {
	overflow: hidden;
	width: 25%;
}
.footer .footer-contact h2 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .footer-contact h2 a {
	color: #333;
}
.footer .footer-contact h3 {
	margin: 0;
	font-size: 14px;
	color: #333;
}
.footer .footer-contact p {
	margin: 0;
	font-size: 24px;
	color: #888888;
	margin-bottom: 5px;
}
.footer .footer-contact p a {
	color: #e60012;
	font-weight: bold;
	font-size: 0.36rem;
}
.footer .footer-contact ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer .footer-contact ul li {
	list-style: none;
	font-size: 14px;
	color: #888888;
	margin-bottom: 5px;
}

.footer .footer-contact ul li a {
	color: #888888;
}
.footer .footer-contact>div span {
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	margin-right: 0.3rem;
}
.footer .footer-contact>div span img {
	width: 100%;
	display: block;
}
.footer .footer-nav {
	overflow: hidden;
	display: flex;
	align-content: space-between;
	align-items: flex-start;
	height:280px;
}
.footer .footer-nav ul {
	margin-left: 1rem;
	overflow: visible;
	max-width: 2rem;
}
.footer .footer-nav ul h2 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 0.1rem;
}
.footer .footer-nav ul h2 a {
	color: #333;
}
.footer .footer-nav ul ol {
	padding: 0;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 180px;
}
.footer .footer-nav ul ol li {
	list-style: none;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
}
.footer .footer-nav ul ol li a {
	font-size: 14px;
	color: #888;
	line-height: 0.4rem;
}
.footer .footer-nav ul:first-child {
	margin-left: 0;
}
.footer .footer-info {
	width: 16%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .footer-code {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.footer .footer-code>div {
	width: 100%;
	margin: 0 10px;
}
.footer .footer-code>div span {
	width: 100%;
	display: block;
	overflow: hidden;
	border: 2px solid #ffffff;
}
.footer .footer-code>div span img {
	width: 100%;
	display: block;
}
.footer .footer-code>div p {
	margin: 0.1rem 0 0;
	font-size: 14px;
	text-align: center;
	color: #888888;
}
/*--友情链接--*/
.footer .footer-link {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #888888;
	padding: 0.3rem 0 0.2rem 0;
}
.footer .footer-link a {
	font-size: 14px;
	color: #888888;
	padding: 0 0.1rem;
}
.footer .footer-copyright {
	overflow: hidden;
	border-top: 1px solid #ccc;
}
.footer .footer-copyright .footer-copyright-box{
	width: 80%;
    padding: 0.1rem 4.17%;
    margin: auto;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.footer .footer-copyright .footer-copyright-box .footer-copyright-fl {
	display: flex;
	align-items: center;
	align-content: center;
	float: left;
}
.footer .footer-copyright .footer-copyright-box .footer-copyright-fl p,
.footer .footer-copyright .footer-copyright-box .footer-copyright-fl a {
	font-size: 14px;
	color: #888;
	margin: 0;
}
.footer .footer-copyright  .footer-copyright-fr {
	float: right;
}
.footer .footer-copyright .footer-copyright-fr a {
	color: #888;
	font-size: 14px;
}
@media (max-width:992px) {
	.footer-box {
		flex-wrap: wrap;
	}
	.footer {
		padding:0;
	}
	.footer .footer-code {
		max-width: 6rem;
		margin: 20px auto;
	}
	.footer .footer-nav {
		display: none;
	}
	.footer .footer-info {
		width: 100%;
		flex-direction: row-reverse;
	}
	.footer .footer-code>div{
		width: 40%;
	}
	.footer .footer-contact h2 {
		font-size: 18px;
	}
	.footer .footer-contact h3 {
		font-size: 14px;
	}
	.footer .footer-contact p a {
		font-size: 28px;
	}
	.footer .footer-contact ul li {
		font-size: 14px;
	}

	.footer .footer-contact ul li a {
		font-size: 14px;
	}
	.footer .footer-contact {
		padding-left: 0;
		padding-right: 0.2rem;
		width: 100%;
		text-align: center;
	}
	.footer .footer-copyright .footer-copyright-box{
		flex-direction: column;
    	justify-content: center;
		padding: 13px 0%;
	}
	.footer .footer-copyright .footer-copyright-fl {
		flex-wrap: wrap;
		justify-content: center;
		float: initial;
	}
	.footer .footer-copyright .footer-copyright-fr {
		float: inherit;
		text-align: center;
	}
	.footer .footer-copyright .footer-copyright-fl p, .footer .footer-copyright .footer-copyright-fl a{
		text-align: center;
	}
}
@media (max-width:768px) {
	.footer{
		padding-top:0px;
	}
	.footer .footer-copyright {
		margin-top: 0.2rem;
	}
	.footer-link{
		display: none!important;
	}
	.footer .footer-code{
		margin:5px auto;
	}
}

/* ==============================================
		手机底部悬浮导航
============================================== */
@media (max-width: 992px) {
	.footer-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 8888;
		background-color: #e60012;
		height: 50px;
		display: block;
	}
	.footer-nav ul {
		position: relative;
		display: block;
	}
	.footer-nav ul li {
		float: left;
		width: 20%;
		height: 45px;
		text-align: center;
		overflow: hidden;
	}

	.footer-nav ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.footer-nav ul li span {
		position: relative;
		display: block;
		text-align: center;
		width: 20px;
		height: 20px;
		margin: 5px auto;
		overflow: hidden;
	}
	.footer-nav ul li:nth-child(3) span {
		position: absolute;
		top: -1.68em;
		width: 6.2em;
		height: 6.2rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}

	.footer-nav ul li:nth-child(3) p {
		display: none;
	}
	.footer-nav ul li span img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		height: 100%;
	}
	.footer-nav ul li p {
		color: #fff;
		text-align: center;
		font-size: 12px;
		line-height: 11px;
	}
	.footer-nav ul li:nth-child(3) span img {
		position: relative;
		width: 85%;
		height: auto;
	}
	.footer_top_txt a{
		font-size: 14px;
		text-align: center;
		font-weight: 400!important;
		display: block;  
	}
	.footer_bottom i{
		display: none;
	}
	.footer_bottom span{
		display: none;
	}
	.c_nav{display: none;}
}
@media (min-width:992px) {
	.footer_top_txt p:nth-child(3){
		display: none;  
	}
	.footer_top_txt p:nth-child(4){
		display: none;  
	}
}

