/*===========================================================================
//* 2021-1-21
//* 整理者：qzh
//* 新增/替换需要备注的请标注谢谢（新增请放在指定范围）
//*===========================================================================*/

/*=======================================头部公共样式========================================*/
.header_fixed {
  position: fixed;
  z-index: 8887;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .header_fixed {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    animation: topin 0.5s ease-out 0.2s 1 normal;
    animation-fill-mode: forwards;
  }
}
.header_main{
  background: #ffffff;
}
.header {
  height: auto;
  box-sizing: border-box;
  padding: 0.2rem 0;
  text-align: center;
}
.header .container {
  max-width: 1420px;
  position: relative;
  height: 60px;
}
/*--pc头部左右两边样式--*/
.header .header_left {
  left: 15px;
}
.header .header_right,
.header .header_tel {
  right: 15px;
}
.header .header_ab {
  position: absolute;
  z-index: 1;
  top: 0;
  width: auto;
}
.header .header_ab {
  color: #2E2E2E;
  font-size: 18px;
  line-height: 30px;
}
.header .header_ab em a {
  color: #29316c;
}

.header .header_ab img {
  height: 100%;
  max-height: 44px;
  width: auto;
  margin-right: 5px;
display: inline-block;
vertical-align: middle;
}
.header .header_ab p {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #2E2E2E;
}
.header .header_ab_lsp {
  letter-spacing: 1.5px;
}
.header .header_ab_bd {
  font-weight: bold;
  font-size: 28px;
}
.header .header_ab_bd p{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.header .header_ab_bd strong {
  font-size: 18px;
  display: block;
}
.header .header_ab_bd strong b{
	font-size: 30px;
	color: #f08619;
}
.header .header_ab_bd p em{
	font-size: 16px;
	display: block;
	margin-top: -5px;
	font-weight: bold;
}
.header .header_ab_hd {
  font-size: 14px;
  padding-left: 20px !important;
}
.header .header_ab_hd img {
  margin: 0 5px;
}
.header .header_ab span {
  color: #f08619;
  font-weight: bold;
}
.header .header_right p {
  text-align: left;
}

@media (max-width: 1200px) {
  .header .header_ab p,.header .header_ab_bd strong{
	  font-size: 16px;
  }
  .header .header_ab_bd strong b{
	  font-size: 26px;
  }
	.header .header_ab_bd p em{
		font-size: 14px;
	}
}


/*--logo--*/
.header .logo {
  width: auto;
  max-width: 162px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 999;
  position: relative;
  top: -10px;
  height: 113px;
  left: 0;
  right: 0;
}
.header .logo img {
  width: 100%;
}
.header .logo span {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #00a64f;
  font-size: 16px;
}
.header .logo span::before,
.header .logo span::after {
  content: "——";
  position: absolute;
  margin: auto 0;
}
.header .logo span::before {
  left: -45px;
}
.header .logo span::after {
  right: -45px;
}
@media (max-width:1200px) {
	.header .logo{
		max-width: 145px;
		top: -5px;
		height: 101px;
	}	
}
@media (max-width: 992px) {
  .header {
    padding:  0;
  }
  .header .container {
    height: auto;
  }
  .header .logo {
    max-width: 155px;
    height: auto;
    padding:10px 5px;
	top: 0;
    position: relative;
  }
  .header .logo span {
    font-size: 12px;
  }
  .header .logo span::before,
  .header .logo span::after {
    content: "—";
  }
  .header .logo span::before {
    left: -20px;
  }
  .header .logo span::after {
    right: -20px;
  }
}
/*--移动端头部左右两边样式--*/
.header .hidden-lg {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .mnav_btn a {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  background: #f08619;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.header .header_tel img {
  height: 2.8em;
  max-height: inherit;
}
.nav_box {
  position: relative;
  z-index: 888;
}
.nav_box .container {
  max-width: 1420px;
}
/*--pc导航--*/
.nav_box .nav {
  width: 100%;
  height: 48px;
  margin-top: -17px;
}
.nav_box .nav .navli {
  position:inherit!important;
  float: left;
  width:10%;
  line-height: 48px;
  text-align: center;
}
@media (min-width: 992px) {
  .nav_box .nav {
    width: 105%;
    margin-left: -1.7%;
  }
  .nav_box .nav .navli {
    width: 9.59%;
    position: initial !important;
    float: none;
    display: inline-block;
  }
  .nav_box .nav .navli:nth-child(5){
    margin-left:20%;
  }
  .nav_box .nav .navli:last-child{
    padding: 0;
  }
}
@media (max-width:1200px) {
  .nav_box .nav {
    width: 103%;
  }
}
.nav_box .nav li a {
  line-height: 48px;
  height: 48px;
  position: relative;
  padding: 0;
}
.nav>li>a:hover{
  background-color: inherit;
}
.nav_box .nav li a span {
  font-weight: bold;
  font-size: 16px;
  color: #2e2e2e;
}
.nav_box .nav li a i {
  width: 0.28rem;
  height: 0.28rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 2px;
}
.nav_box .nav li a i,
.nav_box .nav li a span {
  display: inline-block;
  vertical-align: middle;
}
.nav_box .nav li a span {
	position: relative;
}
.nav_box .nav li a span::after{
	content: "";
    display: block;
    width: 0%;
    height: 2px;
	line-height: 2px;
    background-color: #e69527;
    position: absolute;
    left: 50%;
    bottom: 1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_box .nav li:hover a span::after{
	width: 100%;
	left: 0;
}
.nav_box .nav li:hover a span {
	color: #f08619;
}
.nav_box .nav li:hover a i{
	background-position: 0 -0.28rem!important;
}
.nav_box .nav .navsub {
  display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 31px;
    text-align: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    z-index: 2;
}
.nav_box .nav .navsub .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0.3rem;
}
.nav_box .nav .navsub .container .hd {
  border-left: 1px solid rgb(214, 214, 214);
}
.nav_box .nav .navsub ol,
.nav_box .nav .navsub ul,
.nav_box .nav .navsub .container > div {
  float: left;
  width: 50%;
  text-align: left;
}
.nav_box .nav .navsubs .container ol {
  width: 100%;
}
.nav_box .nav .navsub ol li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 10px;
}
.nav_box .nav .navsub ol {
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 40%;
  padding: 0 60px 0 30px;
}
.nav_box .nav .navsub ul {
  width: 60%;
}
.nav_box .nav .navsub ol li a {
  position: relative;
  display: block;
  font-size: 0.16rem;
  height: auto;
  padding: 0;
  line-height: 40px;
  color: #343232;
  border-bottom: 1px solid #d2d2d2;
}
.nav_box .nav .navsub ol li:hover a {
  color: #f08619;
}
.nav_box .nav .navsub .container > div a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nav_box .nav .navsub .container .hd li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav_box .nav .navsub .container .hd a img {
  width: 100%;
}
.nav_box .nav .navsub .container .bd {
  padding-right: 30px;
}
.nav_box .nav .navsub .container > div h3 {
  display: inline-block;
  color: #2E2E2E;
  font-size: 0.24rem;
  line-height: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #2E2E2E;
}
.nav_box .nav .navsub .container > div p {
  width: 100%;
  display: block;
  font-size: 0.16rem;
  color: #343232;
  line-height: 32px;
  min-height: 96px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.nav_box .nav .navsub .container .bd span {
  display: block;
  position: relative;
  width: 140px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #f08619;
  color: #f08619;
  font-size: 0.18rem;
  text-align: center;
  font-weight: normal;
  margin: 0.2rem 0 0;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0;
}
.nav_box .nav .navsub .container .bd span:hover {
  color: #ffffff;
}
.nav_box .nav .navsub .container .bd span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #f08619;
  height: 102%;
  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;
}
.nav_box .nav .navsub .container .bd span:hover::after {
  width: 100%;
}
.nav_box .nav .navsubs,
.nav_box .nav .navsubs ol {
  width: 100%;
  padding: 0;
}
.nav_box .nav .navsubs ol li {
  max-width: auto;
  width: 10%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 0 0;
}

@media (max-width: 992px) {
  .header_box{
    height: 55px;
    background-color: #ffffff;
  }
  .header_main{
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 55px;
    z-index: 999;
  }
  .nav_box .m_nav {
    display: block;
    position: fixed;
    z-index: 90;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0 0;
    transform: translateX(-100%);
    transition: 0.6s ease-in-out;
  }
  .nav_box .m_nav.navon{
	  transform: translateX(0);
  }
  .nav_box .m_nav .mnavli {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
  }
  .nav_box .m_nav .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 1em;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 3;
  }
  .nav_box .m_nav .mnavli .mnavlia i {
    width: 1em;
    height: 1em;
    overflow: hidden;
    background: url("../images/add.png") center center no-repeat;
    background-size: contain;
    display: none;
  }
  .nav_box .m_nav .on .mnavlia {
    color: white;
    background-color: #29316c;
  }
  .nav_box .m_nav .on .mnavlia i {
    background: url("../images/reduce.png") center center no-repeat;
    background-size: contain;
	display: inline;
  }
  .nav_box .m_nav .mnavli .m_navsub {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.5em 1em;
    display: none;
  }
  .nav_box .m_nav .mnavli .m_navsub li {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #7e7e7e;
    line-height: 2.6;
  }
  .nav_box .m_nav .mnavli .m_navsub li a {
    color: inherit;
  }
  .nav_box {
    border-bottom: none;
  }
  .nav_box .on {
    transform: translateX(0);
    transition: 0.6s ease-in-out;
  }
  .nav_box .m_nav .on .mnavlia {
      color: white;
      background-color: #F98800;
  }
}
.nav_box .nav .nav_tel{
    display: none;
    color: #f08300;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
}
/* 悬浮导航*/
.header_fixed .header{display: none;}
.header_fixed .nav_box{padding-top: 17px;}
.header_fixed .nav_box .nav{width: 100%;margin-left: 0;}
.header_fixed .nav_box .nav .navli{border-left: 1px solid #d8d8d8;width: 10%;}
.header_fixed .nav_box .nav .navli:nth-child(5){margin-left: 0;}
.header_fixed .nav_box .nav .nav_tel{   
	display: block;
    float: right;
    border-left: 1px solid #d8d8d8;
    padding-left: 2%;
	width: 17%;
}
.header_fixed .nav_box .nav .navsub{top: 48px;}
@media (max-width:1200px) {
	.header_fixed .nav_box .nav .nav_tel{
		font-size: 20px;
		width: 16%;
		padding-left: 1%;
	}
}
@media (max-width:992px) {
	.header_fixed .header{display: block;}
}

/*=======================================底部样式========================================*/

.footer {
	background-color: #30333a;
	overflow: hidden;
	padding-top: 0.4rem;
}
.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: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .footer_contact h2 a {
	color: #ffffff;
}
.footer .footer_contact h3 {
	margin: 0;
	font-size: 16px;
	color: #fff;
}
.footer .footer_contact p {
	margin: 0;
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
}
.footer .footer_contact p a {
	color: #fff;
	font-weight: bold;
	font-size: 0.25rem;
}
.footer .footer_contact ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer .footer_contact ul li {
	list-style: none;
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}

.footer .footer_contact ul li a {
	color: #fff;
}
.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;
}
.footer .footer_nav ul {
	margin-left: 0.7rem;
	overflow: hidden;
	max-width: 1rem;
}
.footer .footer_nav ul h2 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 0.1rem;
}
.footer .footer_nav ul h2 a {
	color: #fff;
}
.footer .footer_nav ul ol {
	padding: 0;
}
.footer .footer_nav ul ol li {
	list-style: none;
	line-height: 35px;
	height: 35px;
}
.footer .footer_nav ul ol li a {
	font-size: 14px;
	color: #d7d7d7;
	line-height: 0.4rem;
}
.footer .footer_nav ul:first-child {
	margin-left: 0;
}
.footer .footer_info {
	width: 25%;
	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: 48%;
	margin: 0 0.2rem;
}
.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: #fff;
}
/*--友情链接--*/
.footer .footer_link {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	padding: 0.3rem 0 0.2rem 0;
}
.footer .footer_link a {
	font-size: 14px;
	color: #fff;
	padding: 0 0.1rem;
}
.footer .footer_copyright {
	overflow: hidden;
	padding: 0.2rem 0;
	border-top: 1px solid #3f4148;
}
.footer .footer_copyright .footer_copyright_fl {
	display: flex;
	align-items: center;
	align-content: center;
	float: left;
}
.footer .footer_copyright .footer_copyright_fl p,
.footer .footer_copyright .footer_copyright_fl a {
	font-size: 14px;
	color: #d7d7d7;
	margin: 0;
}
.footer .footer_copyright .footer_copyright_fr {
	float: right;
}
.footer .footer_copyright .footer_copyright_fr a {
	color: #d7d7d7;
	font-size: 14px;
}
@media (max-width:992px) {
	.footer_box {
		flex-wrap: wrap;
	}
	.footer {
		padding: 50px 0 50px;
	}
	.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_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:30px;
	}
	.footer .footer_copyright {
		margin-top: 0.2rem;
	}
	.footer_link{
		display: none!important;
	}
	.footer .footer_code{
		margin:5px auto;
	}
}

/*=======================================手机底部导航样式========================================*/

.footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8888;
  background-color: #fff;
  height: 45px;
  display: block;
  box-shadow: 0 0 5px rgba(0,0,0,0.06);
}
.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.5em;
  width: 5.8em;
  height: 5.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.footer-nav ul li:nth-child(3)::after{
	content: '';
	height: 4em;
	width: 4rem;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(255,255,255,0.3);
}
.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%;
  width: 100%;
}
.footer-nav ul li p {
  color: #2e2e2e;
  text-align: center;
  font-size: 12px;
  line-height: 11px;
}
.footer-nav ul li:nth-child(3) span img {
  position: relative;
  width: 100%;
  height: auto;
}

/*=======================================banner样式========================================*/
.banner-box{
	position: relative;
}
.banner-box, .banner-box .banner-container,.banner-box ul li,.banner-box ul li a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.banner-box ul li a img{
	width: 100%;
	display: block;
}
.banner-box .swiper-button-next,.banner-box .swiper-button-prev{
	color: #fff;
}
.banner-box .swiper-button-prev,.banner-box  .swiper-container-rtl .swiper-button-next{
	left: 13%;
}
.banner-box .swiper-button-next,.banner-box .swiper-container-rtl .swiper-button-prev{
	right: 13%;
}
.banner-box .swiper-pagination-bullet{
	width: 24px;
	height: 24px;
	background: url(../images/banner-1.png);
}
.banner-box .swiper-pagination-bullet-active{
	background: url(../images/banner-2.png);
}

/*=======================================标题公共样式========================================*/

.guide-title {
  text-align: center;
}
.guide-title a{
  font-weight: normal;
  color: #2e2e2e;
  font-size: 35px;
  position: relative;
  display: inline;
}
.guide-title a::after{
	content: "";
	position: absolute;
	right:-0.2rem;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(../images/title-bg.png) no-repeat center;
    background-size: 100%;
    width: 0.75rem;
    height: 0.75rem;
}
@media (max-width: 992px) {
	.guide-title a{
		font-size: 0.35rem;
	}
}

/*=======================================产品========================================*/
.guide-products {
  padding: 0.4rem 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
.guide-products-nav{
	overflow: hidden;
	text-align: center;
}
.guide-products-nav ul li{
	display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 1.9rem;
    line-height: 0.58rem;
    height: 0.58rem;
    margin: 0.2rem;
    cursor: pointer;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    overflow: hidden;
	border: 1px solid #2E2E2E;
}
.guide-products-nav ul li span{
    font-size: 0.2rem;
    color: #2e2e2e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guide-products-nav ul li span i{
	width: 0.37rem;
	height: 0.31rem;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 5px;
}
.guide-products-nav ul li.on{
	border: 1px solid #f98800;
}
.guide-products-nav ul li.on{
	background-color: #f98800;
	
}
.guide-products-nav ul li.on span{
	color: #fff;
}
.guide-products-nav ul li.on span i{
	background-position: 0 -0.31rem!important;
}
.guide-products-nav ul li:nth-of-type(n+7){
	display: none;
}

.guide-products-list{
	overflow: hidden;
	margin-top: 0.1rem;
}
.guide-products-list ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	padding: 0.25rem;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
	position: relative;
}
.guide-products-list ul li:nth-child(3n){
	margin-right: 0;
}
.guide-products-list ul li dt{
	width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 60%;
}
.guide-products-list ul li dt img{
	height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.guide-products-list ul li h2{
	font-size: 0.2rem;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0.1rem;
	transition: all .5s ease-out 0s;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
}
.guide-products-list ul li dd{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(240,134,25,0.9) url(../images/pro-bg.png) no-repeat right bottom;
	margin: 0.25rem;
	text-align: center;
	padding:0.5rem 0.25rem;
	transform: rotateZ(45deg) translate3d(-20px, -215px, 0);
    -webkit-transform: rotateZ(45deg) translate3d(-20px, -215px, 0);
    -moz-transform: rotateZ(45deg) translate3d(-20px, -215px, 0);
    -o-transform: rotateZ(45deg) translate3d(-20px, -215px, 0);
    opacity: 0;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
}
.guide-products-list ul li dd h3{
	font-weight: bold;
	font-size: 0.2rem;
	color: #fff;
}
.guide-products-list ul li dd em{
	width: 22px;
	height: 1px;
	background: #fff;
	display: block;
	margin: 0.15rem auto;
}
.guide-products-list ul li dd p{
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.guide-products-list ul li dd span{
	display: block;
	width: 0.37rem;
	height: 0.37rem;
	overflow: hidden;
	margin-top: 0.4rem;
	float: right;
}
.guide-products-list ul li dd span img{
	width: 100%;
	display: block;
}
.guide-products-list ul li:hover dd{
	transform: rotateZ(0deg) translate3d(0px, 0px, 0);
	-webkit-transform: rotateZ(0deg) translate3d(0px, 0px, 0);
	-moz-transform: rotateZ(0deg) translate3d(0px, 0px, 0);
	-o-transform: rotateZ(0deg) translate3d(0px, 0px, 0);
	opacity: 1;
}
.guide-products-list ul li:hover h2{
	opacity: 0;
}
.guide-products-main .more{
	width: 2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	border: 1px solid #f98800;
	color: #f98800;
	border-radius: 0;
	margin: 0.15rem auto 0;
}

@media (max-width:992px) {
	.guide-products-nav{
		text-align: left;
	}
	.guide-products-nav ul li{
		width: 30%;
		margin: 0.2rem 0;
		float: left;
		margin-right: 5%;
		height: 0.6rem;
		line-height: 0.6rem;	
		
	}
	.guide-products-nav ul li span{
		font-size: 0.28rem;
	}
	.guide-products-list ul li h2{
		font-size: 0.28rem;
	}
	.guide-products-nav ul li:nth-child(3n){
		margin-right: 0;
	}
	.guide-products-list ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.guide-products-list ul li:nth-child(3n){
		margin-right: 4%;
	}
	.guide-products-list ul li:nth-child(2n){
		margin-right: 0;
	}
	.guide-products-list ul li:hover h2{
		opacity: 1;
	}
	.guide-products-list ul li dd{
		display: none;
	}
	.guide-products-main .more{
		height: 0.5rem;
		width: 2.1rem;
		line-height: 0.5rem;
		margin: .2rem auto 0;
	}
}




/*=======================================对比========================================*/
.guide-gap {
  padding: 0.4rem 0;
  overflow: hidden;
}
.guide-gap-main{
	margin-top: 0.25rem ;
	overflow: hidden;
}
.guide-gap .guide-gap-top{
	overflow: hidden;
}
.guide-gap .guide-gap-top .fl{
	width: 45%;
	overflow: hidden;
	text-align: center;
}
.guide-gap .guide-gap-top .fl img,.guide-gap .guide-gap-top .fr img{
	display: block;
	width: 100%;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;

}
.guide-gap .guide-gap-top .fl span,.guide-gap .guide-gap-top .fr span{
	overflow: hidden;
	border-radius: 10px;
	width: 3.60rem;
	height: 1.81rem;
	margin: 0 auto;
	display: block;
}
.guide-gap .guide-gap-top .fl:hover img,.guide-gap .guide-gap-top .fr:hover img{
	transform: scale(1.05);
}
.guide-gap .guide-gap-top .fl p,.guide-gap .guide-gap-top .fr p{
	font-size: 0.25rem;
	color: #2e2e2e;
}
.guide-gap .guide-gap-top .center{
	overflow: hidden;
	width: 10%;
	text-align: center;
	float: left;
}
.guide-gap .guide-gap-top .center img{
	width: 1.28rem;
	height: 1.73rem;
	display: block;
	margin: 0 auto;
}
.guide-gap .guide-gap-top .fr{
	width: 45%;
	text-align: center;
	overflow: hidden;
}
.guide-gap .guide-gap-bottom{
	overflow: hidden;
	padding: 0.3rem 0 0.1rem;
}
.guide-gap .guide-gap-bottom .fl{
	width: 45%;
	overflow: hidden;
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
	-o-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
}
.guide-gap .guide-gap-bottom .center{
	width: 10%;
	overflow: hidden;
	float: left;
}
.guide-gap .guide-gap-bottom .fr{
	overflow: hidden;
	width: 45%;
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
	-o-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
}
.guide-gap .guide-gap-bottom .fl li,.guide-gap .guide-gap-bottom .fr li{
    width: 100%;
    background: #f5f5f5;
    height: 0.98rem;
    border-radius: 10px;
    margin-bottom: 0.25rem;
    font-size: 0.2rem;
    color: #2E2E2E;
    padding: 0 0.15rem;
    display: flex;
    align-items: center;
}
.guide-gap .guide-gap-bottom .fl li:last-child,.guide-gap .guide-gap-bottom .fr li:last-child{
	margin-bottom: 0;
}
.guide-gap .guide-gap-bottom .fr li{
	color: #fff;
	background: #f98800;
}
.guide-gap .guide-gap-bottom .center li{
	overflow: hidden;
	width: 0.99rem;
	height: 0.99rem;
	border-radius: 50%;
	border: 2px solid #2e2e2e;
	margin: 0 auto;
	line-height: 0.99rem;
	margin-bottom: 0.25rem;
	text-align: center;
	font-size: 0.25rem;
	color: #2E2E2E;
}
.guide-gap .guide-gap-bottom .center li:last-child{
	margin-bottom: 0;
}
.guide-gap .guide-gap-bottom .fl:hover{
	transform: translateY(0.1rem);
}
.guide-gap .guide-gap-bottom .fr:hover{
	transform: translateY(-0.1rem);
}
@media (max-width:992px) {
	.guide-gap .guide-gap-top .fl,.guide-gap .guide-gap-top .fr{
		width: 42%;
	}
	.guide-gap .guide-gap-top .fl span,.guide-gap .guide-gap-top .fr span{
		width: 100%;
		height: auto;
	}
	.guide-gap .guide-gap-top .fl img,.guide-gap .guide-gap-top .fr img{
		width: 100%;
		height: auto;
	}
	.guide-gap .guide-gap-top .center{
		width: 16%;
	}
	.guide-gap .guide-gap-top .center img{
		width: 100%;
		height: auto;
		padding: 0.2rem;
	}
	.guide-gap .guide-gap-bottom .fl,.guide-gap .guide-gap-bottom .center,.guide-gap .guide-gap-bottom .fr{
		width: 100%;
	}
	.guide-gap .guide-gap-bottom .center li{
		float: left;
		margin: 0.25rem 0;
		margin-right: 0.98rem;
	}
	.guide-gap .guide-gap-bottom .center li:last-child{
		margin-right: 0;
	}
	.guide-gap .guide-gap-bottom .fl li,.guide-gap .guide-gap-bottom .fr li{
		font-size: 0.24rem;
	}
	
}







/*=======================================优势========================================*/
.guide-surroundings {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 0.4rem 0;
}
.guide-surroundings::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #e87f00;
	background-image: url(../images/adv-bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 2;
	background-size: auto 45%;
}
.guide-surroundings::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.7rem;
	background-color: #ffffff;
	z-index: 3;
}
.guide-surroundings .container {
    position: relative;
    z-index: 4;
    color: #ffffff;
}
.guide-surroundings .guide-surroundings-top{
	overflow: hidden;
	font-size: 0;
}
.guide-surroundings .guide-surroundings-top .left,.guide-surroundings .guide-surroundings-top .right {
    vertical-align: middle;
    display: inline-block;
    float: none;
}
.guide-surroundings .guide-surroundings-top .left h2{
	font-size: 0.65rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}
.guide-surroundings .guide-surroundings-top .left h2 p{
	font-size: 0.25rem;
	font-weight: bold;
	color: #fff;
}
.guide-surroundings .guide-surroundings-top .right{
	text-align: right;
}
.guide-surroundings .guide-surroundings-top .right li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.3rem;
    text-align: center;
    font-size: 14px;
    line-height: 2.5;
}
.guide-surroundings .guide-surroundings-top .right li > div h3,
.guide-surroundings .guide-surroundings-top .right li > div span{
    display: inline;
    vertical-align: middle;
}
.guide-surroundings .guide-surroundings-top .right li > div h3 {
    font-size: 0.45rem;
    font-weight: bold;
}
.guide-surroundings .guide-surroundings-top .right li p{
	font-size: 0.2rem;
}
.guide-surroundings .guide-surroundings-bottom{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guide-surroundings .guide-surroundings-bottom .left {
    width: 46%;
    float: left;
}
.guide-surroundings .guide-surroundings-bottom .left li {
    width: 50%;
    float: left;
    height: 2.97rem;
    background-color: #ffffff;
}
.guide-surroundings .guide-surroundings-bottom .left li dt{
    position: relative;
    width: 100%;
    height: 2.37rem;
    overflow: hidden;
    margin: 0;
}
.guide-surroundings .guide-surroundings-bottom .left li dt img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}
.guide-surroundings .guide-surroundings-bottom .left li p {
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    padding: 0 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #2E2E2E;
    font-weight: bold;
    background-color: #e7e7e7;
    font-size: 0.20rem;
}
.guide-surroundings .guide-surroundings-bottom .left li:hover img{
	transform: scale(1.05);
}
.guide-surroundings .guide-surroundings-bottom .left li:hover p{
	color: #f98800;
}
.guide-surroundings .guide-surroundings-bottom .right{
	width: 54%;
	float: left;
	background:#f6f6f6 url(../images/hj.png) center no-repeat;
	background-size: cover;
	min-height: 8.91rem;
	padding: 0.4rem 0 0.42rem 0.5rem;
}
.guide-surroundings .guide-surroundings-bottom .right h2{
	font-size: 0.35rem;
	color: #2e2e2e;
	margin-bottom: 0.2rem;
}
.guide-surroundings .guide-surroundings-bottom .right li{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px dashed #747474;
	padding: 0.15rem 0.2rem 0.15rem 0;
}
.guide-surroundings .guide-surroundings-bottom .right li h3{
	overflow: hidden;
	margin-bottom: 0.05rem;
	font-size: 0.25rem;
	color: #2E2E2E;
}
.guide-surroundings .guide-surroundings-bottom .right li h3 i{
	width: 0.37rem;
	height: 0.31rem;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 0.1rem;
	transform: rotateY(0deg);
	transition: transform 0.5s ease;
}
.guide-surroundings .guide-surroundings-bottom .right li h3 i img{
	display: block;
	width: 100%;
}
.guide-surroundings .guide-surroundings-bottom .right li p{
	font-size: 0.16rem;
	color: #2E2E2E;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.guide-surroundings .guide-surroundings-bottom .right li p em{
	color: #f98800;
	font-weight: bold;
}
.guide-surroundings .guide-surroundings-bottom .right li:first-child{
	padding-top: 0;
}
.guide-surroundings .guide-surroundings-bottom .right li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.guide-surroundings .guide-surroundings-bottom .right li:hover h3{
	color: #f98800;
}
.guide-surroundings .guide-surroundings-bottom .right li:hover h3 i{
	transform: rotateY(180deg);
}
.guide-surroundings .guide-surroundings-bottom .right .more{
	margin-top: 0.2rem;
}

@media (max-width:992px) {
	.guide-surroundings::before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #e87f00;
		background-image: url(../images/adv-bg.png);
		background-position: right top;
		background-repeat: no-repeat;
		z-index: 2;
		background-size: auto 35%;
	}
	.guide-surroundings .guide-surroundings-top .left, .guide-surroundings .guide-surroundings-top .right{
		text-align: center;
	}
	.guide-surroundings .guide-surroundings-top .left h2{
		margin-bottom: 0.2rem;
	}
	.guide-surroundings .guide-surroundings-top .right li p{
		text-align: left;
		font-size: 0.28rem;
	}
	.guide-surroundings .guide-surroundings-bottom .left{
		width: 100%;
	}
	.guide-surroundings .guide-surroundings-top .left h2 p{
		font-size: 0.28rem;
	}
	.guide-surroundings .guide-surroundings-bottom .right{
		width: 100%;
		padding: 0.3rem 0;
	}
	.guide-surroundings .guide-surroundings-bottom .right h2{
		padding: 0 0.2rem;
	}
	.guide-surroundings .guide-surroundings-bottom .right li h3{
		font-size: 0.30rem;
	}
	.guide-surroundings .guide-surroundings-bottom .right li h3 i{
		width: 0.47rem;
		height: 0.41rem;
	}
	.guide-surroundings .guide-surroundings-bottom .right li{
		padding: 0.2rem;
	}
	.guide-surroundings .guide-surroundings-bottom .right li p{
		font-size: 0.28rem;
	}
	.guide-surroundings .guide-surroundings-bottom .left li p{
		font-size: 0.28rem;
	}
	.guide-surroundings .guide-surroundings-bottom .right .more{
		height: 0.5rem;
		width: 2.1rem;
		line-height: 0.5rem;
		margin: .2rem auto 0;
	}
}

/*=======================================关于我们========================================*/

.guide-about{
	width: 100%;
	overflow: hidden;
	padding-bottom: 0.4rem;
}
.guide-about .left{
	overflow: hidden;
	padding: 0.1rem 0.15rem 0 0;
}
.guide-about .left em{
	font-size: 35px;
	color: #2E2E2E;
	position: relative;
	display: inline;
}
.guide-about .left em::after{
	content: "";
	position: absolute;
	right: -0.2rem;
	bottom: 0;
	top: 0;
	margin: auto;
	background: url(../images/title-bg.png) no-repeat center;
	background-size: 100%;
	width: 0.75rem;
	height: 0.75rem;
}
.guide-about .left p{
	font-size: 0.16rem;
	color: #797979;
	margin: 0.1rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.guide-about .left p i{
	display: block;
	margin-bottom: 0.1rem;
}
.guide-about .left div,
.guide-about .left ul{
	overflow: hidden;
	width: 100%;
}
.guide-about .left ul li{
	float: left;
	width: 50%;
	padding: 0 0.1rem;
	margin: 0.1rem 0 0.1rem;
}
.guide-about .left ul li > div h3{
    font-size: 0.45rem;
    font-weight: bold;
}
.guide-about .left ul li > div h3,
.guide-about .left ul li > div span{
	color: #f98800;
	display: inline;
	vertical-align: middle;
}
.guide-about .left ul li > div span{
	font-size: 0.25rem;
}
.guide-about .left ul li h4{
    color: #2e2e2e;
    font-size: 0.25rem;
	margin-top: 0.1rem;
}
.guide-about .left .more{
	margin-top: 0.1rem;
}
.guide-about .right{
	overflow: hidden;
}
.guide-about .right img{
	width: 100%;
	display: block;
}

@media (max-width:992px) {
	.guide-about .left em{font-size: 0.48rem;}
	.guide-about .left p{font-size: 0.28rem;}
	.guide-about .left div, .guide-about .left ul{text-align: center;}
	.guide-about .right{margin-top: 0.3rem;}
	.guide-about .left .more{
		    height: 0.5rem;
		    width: 2.1rem;
		    line-height: 0.5rem;
		    margin: .2rem auto 0;
	}
}




/*=======================================适用行业========================================*/

.guide-application{
	overflow: hidden;
}
.guide-application .guide-title{
	padding-top: 0.1rem ;
}
.guide-application .guide-application-list{
	overflow: hidden;
	margin-top: 0.2rem;
}
.guide-application .guide-application-list ul li{
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative;
}
.guide-application .guide-application-list ul li dl{
	width: 100%;
	overflow: hidden;
	max-height: 6.8rem;
}
.guide-application .guide-application-list ul li dl img{
	width: 100%;
	display: block;
}
.guide-application .guide-application-list ul li dt{
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	overflow: hidden;
	width: 100%;
	color: #fff;
	padding: 0 0.26rem;
}
.guide-application .guide-application-list ul li dt h3{
	font-weight: normal;
	font-size: 0.2rem;
}
.guide-application .guide-application-list ul li dt h2{
	font-weight: bold;
	font-size: 0.2rem;
	margin: 0.2rem 0 0.4rem;
}
.guide-application .guide-application-list ul li dt a{
	font-size: 0.18rem;
	color: #fff;
	font-weight: normal;
}
.guide-application .guide-application-list ul li dd{
    position: absolute;
    background: rgba(255,255,255,0.9);
    width: 89%;
    bottom: -6.8rem;
    z-index: 999;
    height: 96%;
    left: 50%;
    transform: translate(-50%,0);
	padding: 0.9rem 0.35rem;
	transition: all  .25s  ease-in;
	-moz-transition: all  .25s  ease-in;
	-webkit-transition: all  .25s  ease-in;
}
.guide-application .guide-application-list ul li dd h3{
	color: #2e2e2e;
	font-weight: normal;
	font-size: 0.2rem;
}
.guide-application .guide-application-list ul li dd h2{
	color: #f98800;
	font-weight: bold;
	font-size: 0.2rem;
	margin: 0.2rem 0 0.3rem;
}
.guide-application .guide-application-list ul li dd p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 4; 
	font-size: 0.16rem;
	color: #797979;
	line-height: 1.8;
}
.guide-application .guide-application-list ul li dd a{
	margin-top: 0.6rem;
}
.guide-application .guide-application-list ul li:hover dd{
	 transform:translate(-50%,-6.8rem);
}
.guide-application .guide-application-list ul li:hover dt{
	display: none;
}
.guide-application .swiper-button-next:after,.guide-application .swiper-button-prev:after{
	display: none;
}
@media (max-width:992px) {
	.guide-application .guide-application-list ul li{width: 60%;}
	.guide-application .guide-application-list ul li:hover dd{
		 transform:translate(-50%,0rem);
	}
	.guide-application .guide-application-list ul li:hover dt{
		display: block;
	}
	.guide-application .swiper-button-next:after,.guide-application .swiper-button-prev:after{
		color: #fff;
		display: block;
	}
	.guide-application .swiper-button-next:after{
		color: #f98800;
	}
	.swiper-button-next:focus, .swiper-button-prev:focus{
		outline: none;
	}
}


/*=======================================案例与环境========================================*/

.guide-case{
	overflow: hidden;
	padding: 0.4rem 0;
	background: url(../images/case-bg.jpg) no-repeat;
	background-size: cover;
}
.guide-case .case-list{
	padding: 0.6rem 0;
	overflow: hidden;
}
.guide-case .case-list ul li{
	width: 20%;
	float: left;
}
.guide-case .case-list ul li:nth-child(6){
	margin-left: 10%;
}
.guide-case .case-list ul li a{
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg); 
	-o-transform:rotate(45deg); 
	width: 160px;
	height: 160px;
	overflow: hidden;
	background: #fff;
	border-radius: 45px;
	margin: 0 auto;
	display: block;
	transition: transform 1s ease;
	position: relative;
}
.guide-case .case-list ul li dt{
	width: 100%;
	display: block;
	overflow: hidden;
}
.guide-case .case-list ul li dt img{
	width: 100%;
	display: block;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
.guide-case .case-list ul li dd{
	display: none;
    overflow: hidden;
    width: 185%;
    height: 200%;
    position: absolute;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: -30px;
    left: -25px;
}
.guide-case .case-list ul li dd img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.guide-case .case-list ul li dd p{
    position: absolute;
    height: 60px;
    line-height: 35px;
    text-align: center;
    background: #F98800;
    color: #fff;
    width: 105%;
    bottom: 35%;
    font-size: 0.2rem;
}
.guide-case .case-list ul li:hover a{
	transform: scale(1.15) rotate(45deg);
}
.guide-case .case-list ul li:hover dd{
	display: block;
}
@media (max-width:1200px) {
	.guide-case .case-list ul li a{
		width: 145px;
		height: 145px;
	}
}
@media (max-width:992px) {
	.guide-case .case-list ul li{
		width: 33.3333%;
	}
	.guide-case .case-list ul li a{
		width: 1.8rem;
		height: 1.8rem;
		border-radius: 30px;
	}
	.guide-case .case-list ul li:nth-child(4){
		margin-left: 16%;
	}
	.guide-case .case-list ul li:nth-child(6){
		margin-left: 0;
	}
	.guide-case .case-list ul li:last-child{
		display: none;
	}
	.guide-case .case-list ul li:hover dd{
		display: none;
	}
	.guide-case .case-list ul li:hover a{
		transform: rotate(45deg);
	}
	.guide-case .case-list ul li:hover dt{
		display: block;
	}
}

.environment-list{
	overflow: hidden;
	background: #fff;
	padding: 0.25rem;
	margin-top: 0.6rem;
	display: flex;
	align-items: center;
}
.environment-list .environment-title{
overflow: hidden;
    float: left;
    width: 10%;
    position: relative;
    text-align: right;
    padding: 0.2rem 0.5rem 0.2rem 0;
}
.environment-list .environment-title a{
    font-weight: normal;
    color: #2e2e2e;
    font-size: 0.25rem;
    position: relative;
    display: inline;
	line-height: 1.2;
}
.environment-list .environment-title a:last-child{display: none;}
.environment-list .environment-title a::before{
	content: "";
	position: absolute;
	right: -0.12rem;
	bottom: 0;
	top: 0;
	margin: auto;
	background: url(../images/title-bg.png) no-repeat center;
	background-size: 100%;
	width: 0.75rem;
	height: 0.75rem;
}
.environment-list .environment-title a::after{
	content: '';
    width: 0.51rem;
    height: 1px;
	background: #bfbfbf;
	position: absolute;
	bottom: -0.2rem;
	left: 0;
}
.environment-list ul{
	overflow: hidden;
	float: right;
	width: 90%;
}
.environment-list ul li{
	width: 18%;
	float: left;
	overflow: hidden;
	margin-right: 2.5%;
}
.environment-list ul li:nth-child(5){margin-right: 0;}
.environment-list ul li:last-child{
	margin-right: 0;
	display: none;
}
.environment-list ul li dt{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.environment-list ul li dt img{
	width: 100%;
	display: block;
}
.environment-list ul li dt em{
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: normal;
	font-size: 0.18rem;
}
.environment-list ul li h3{
	font-size: 0.2rem;
	color: #2E2E2E;
	overflow: hidden;
	margin-top: 0.1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.environment-list ul li:hover dt em{
	display: flex;
}

@media (max-width:992px) {
	.environment-list{
		flex-wrap: wrap;
	}
	.environment-list .environment-title{
		width: 100%;
		text-align: center;
		padding: 0.15rem 0;
	}
	.environment-list .environment-title a{
		font-size: 0.35rem;
		line-height: 1.5;
	}
	.environment-list .environment-title a:first-child{display: none;}
	.environment-list .environment-title a:last-child{display: initial;}
	.environment-list ul{
		width: 100%;
		float: left;
		margin-top: 0.2rem;
	}
	.environment-list ul li{
		width: 32%;
		margin-bottom: 2%;
		margin-right: 2%;
	}
	.environment-list ul li:nth-child(3n){
		margin-right: 0;
	}
	.environment-list ul li h3{
		font-size: 0.28rem;
	}
	.environment-list ul li:nth-child(5){margin-right: 2%;}
	.environment-list ul li:last-child{
		margin-right: 0;
		display: block;
	}	
}




/*=======================================新闻资讯========================================*/
.guide-news{
	overflow: hidden;
	padding: 0.4rem 0;
}
.guide-news .guide-news-main{
	overflow: hidden;
	margin-top: 0.2rem;
}
.guide-news .guide-news-tab{
	border-bottom: 1px solid #d3d3d3;
	height: 0.45rem;
	line-height: 0.45rem;
	margin-bottom: 0.5rem;
}
.guide-news .guide-news-tab li{
	display: inline-block;
	position: relative;
	padding: 0 0.1rem;
	color: #2E2E2E;
	font-size: 0.2rem;
	margin-right: 0.05rem;
	cursor: pointer;
}
.guide-news .guide-news-tab li.on{
	color: #F98800;
}
.guide-news .guide-news-tab li.on::after{
	position: absolute;
    height: 5px;
    width: 100%;
    background: #F98800;
    display: block;
    content: '';
    bottom: -1px;
	left: 0;
}
.guide-news .guide-news-tab li.on::before{
	content: '';
	position: absolute;
	width:0;
	height:0;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-top:8px solid #F98800;
	bottom: -8px;
	left: 50%;
	transform: translate(-50%,0);
}
.guide-news .guide-news-list{
	overflow: hidden;
}
.guide-news .guide-news-list .guide-news-top{
	overflow: hidden;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 0.5rem;
}
.guide-news .guide-news-list .guide-news-top .left{
	overflow: hidden;
	width: 45%;
	float: left;
	border-radius: 15px;
}
.guide-news .guide-news-list .guide-news-top .left img{
	width: 100%;
	display: block;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}
.guide-news .guide-news-list .guide-news-top .left:hover img{
	transform: scale(1.05);
}
.guide-news .guide-news-list .guide-news-top .right{
	width: 53%;
	overflow: hidden;
	float: right;
	padding: 0.2rem 0;
}
.guide-news .guide-news-list .guide-news-top .right em{
	font-size: 0.16rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.15rem;
	display: block;
}
.guide-news .guide-news-list .guide-news-top .right h2{
	font-size: 0.25rem;
	color: #2e2e2e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}
.guide-news .guide-news-list .guide-news-top .right i{
	display: block;
	margin: 0.15rem 0 0.25rem;
}
.guide-news .guide-news-list .guide-news-top .right p{
	font-size: 16px;
	color: #616161;	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
}.guide-news .guide-news-list .guide-news-top .right .more{
	margin-top: 0.65rem;
}
.guide-news .guide-news-list .guide-news-bottom{
	overflow: hidden;
	margin-top: 0.4rem;
}
.guide-news .guide-news-list .guide-news-bottom li{
	width: 18%;
	margin-right: 2.5%;
	overflow: hidden;
	float: left;
}
.guide-news .guide-news-list .guide-news-bottom li:last-child{
	margin-right: 0;
}
.guide-news .guide-news-list .guide-news-bottom li h2{
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	font-weight: bold;
	font-size: 0.25rem;
	color: #2e2e2e;
	margin-bottom: 0.25rem;
	line-height: 1.5;
}
.guide-news .guide-news-list .guide-news-bottom li p{
	color: #000000;
	font-size: 0.16rem;
	font-weight: bold;
}
.guide-news .guide-news-main .more-btn{
	margin: 0.4rem auto 0;
}
.guide-news .guide-news-list .guide-news-bottom li:hover h2{
	color: #f98800;
}
@media (max-width:992px) {
	.guide-news .guide-news-tab{
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.guide-news .guide-news-tab li{
		font-size: 0.28rem;
	}
	.guide-news .guide-news-list .guide-news-top{
		padding-bottom: 0.2rem;
	}
	.guide-news .guide-news-list .guide-news-top .left{
		width: 100%;
	}
	.guide-news .guide-news-list .guide-news-top .right em{
		font-size: 0.24rem;
	}
	.guide-news .guide-news-list .guide-news-top .right h2{
		font-size: 0.30rem;
	}
	.guide-news .guide-news-list .guide-news-top .right i{
		margin: 0.1rem 0;
	}
	.guide-news .guide-news-list .guide-news-top .right p{
		font-size: 0.24rem;
	}
	.guide-news .guide-news-list .guide-news-top .right .more{
		margin: 0.2rem 0 0;
		    height: 0.5rem;
		    width: 2.1rem;
		    line-height: 0.5rem;
	}
	.guide-news .guide-news-list .guide-news-top .right{
		width: 100%;
	}
	.guide-news .guide-news-list .guide-news-bottom li{
		width: 100%;
		margin-bottom: 0.25rem;
		margin-right: 0;
	}
	.guide-news .guide-news-list .guide-news-bottom li h2{
		font-size: 0.30rem;
		-webkit-line-clamp:1;
		margin-bottom: 0;
	}
	.guide-news .guide-news-list .guide-news-bottom li p{
		font-size: 0.24rem;
	}
	.guide-news .guide-news-main .more-btn{
		margin: 0.2rem 0 0;
		height: 0.5rem;
		width: 2.1rem;
		line-height: 0.5rem;
	}	
	.guide-news .guide-news-list .guide-news-bottom li:nth-of-type(n+3){
	    display: none;
	}
}


