@charset "utf-8";
/*CSS Document*/

/* ============================================================================================================================
													全局默认样式
===============================================================================================================================*/
body{font-family: "微软雅黑","microsoft yahei", Arial, Helvetica, sans-serif;font-size:14px;line-height:1.7;margin: 0px;padding: 0px;color: #333;background-color:#fff;} 
h1, h2, h3, h4, h5, h6{margin: 0px;}
h4, h5, h6{font-weight: normal;}
ul, li, dd, dl, dt,ol{list-style: none;padding: 0px;margin: 0px;}
em,i{font-style: normal;}
hr{color: #eee;background: #eee;}
a{color: #2e2e2e;text-decoration: none;}
a:hover ,a:focus, .hov a ,.navusb li a:hover{color: #f98800;text-decoration: none !important;}
p{padding: 0px;margin: 0px;}
img{max-width: 100%;}
input{ outline:none; border:0; }
input:focus{ outline:none; }
button, input, optgroup, option, select, textarea{font-family: inherit;font-size: inherit;line-height: inherit;outline: 0;}
@media (max-width:992px) {
	.container{
		padding:0 15px;
	}
}


.nodata{
	overflow: hidden;
	padding: 0.5rem 0;
	text-align: center;
}

/* ============================================================================================================================
													bootstrap
===============================================================================================================================*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{padding: 0;}

/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.ellipsis-1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: inherit!important;color: #666;}
.ellipsis-2{-webkit-line-clamp: 2;}
.ellipsis-3{-webkit-line-clamp: 3;}
.ellipsis-4{-webkit-line-clamp: 4;}
/* ============================================================================================================================
													全局宽度
===============================================================================================================================*/
.container{width: 100%;max-width:1420px; margin-left: auto;margin-right: auto;padding: 0 15px;}
.container-fluid , .banner-container{margin: 0 auto;overflow: hidden;padding: 0;}
@media (max-width:780px){.container-pad{padding:50px 0;}}
.content_box{width: 100%;max-width:1420px; margin-left: auto;margin-right: auto;padding: 0 15px;}
@media (max-width:992px) {
	.container,.content_box{padding: 0 15px!important;}
	
}

/* ============================================================================================================================
													page-翻页
===============================================================================================================================*/
.pagination{display: flex;align-items: center;justify-content: center;}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color:#f98800;
	border-color: #f98800;
}
.pagination>li>a,
.pagination>li>span {
	color: #333;
}



.next-map p{/* width:40%;float: left; */position: relative;margin-top: 4px;}
.next-map p:last-child{/* width: 40%;float: right; */position: relative;}
.next-map p span{display: inline-block;float: left;}
.next-map p .ellipsis-1{display: inline-block;/* 	 */}


/* ============================================================================================================================
													公共标题字体大小
===============================================================================================================================*/
h1{font-size: 42px;}
h2{font-size: 36px;}
h3{font-size: 30px;}
@media (max-width: 1440px){
  h1{font-size: 36px;}
  h2{font-size: 30px;}
  h3{font-size: 24px;}
}
@media (max-width: 1024px) {
  h1{font-size: 30px;}
  h2{font-size: 24px;}
  h3{font-size: 18px;}
}
@media (max-width: 640px) {
  h1{font-size: 24px;}
  h2{font-size: 18px;}
  h3{font-size: 14px;}
}

/* ============================================================================================================================
													more-更多按钮
===============================================================================================================================*/
.more {
    display: block;
    width: 1.75rem;
    height: 0.40rem;
    line-height: 0.40rem;
    text-align: center;
    border: 1px solid #f98800;
    color: #f98800;
    transition: 0.5s ease-in-out;
}
.more:hover {
    transition: 0.5s ease-in-out;
    border: 1px solid #f98800;
    background-color: #f98800;
    color: #fff!important;
}
@media (max-width:1520px) {
	.more{
		width: 1.56rem;
		height: 0.52rem;
		line-height: 0.52rem;
	}
}
@media (max-width:1280px) {
	.more{
		width: 1.76rem;
		height: 0.62rem;
		line-height: 0.62rem;
	}
}
@media (max-width:992px) {
	.more {
		width: 2rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}
}
@media (max-width:767px) {
	.more{
		width: 1.4rem;
		height: 0.42rem;
		line-height: 0.42rem;
		margin: .2rem auto 0;
	}
}
@media (max-width:620px) {
	.more{
		height: 0.7rem;
		width: 1.76rem;
		line-height: 0.7rem;
		margin: .2rem auto 0;
	}
}
/* ============================================================================================================================
													浮动
===============================================================================================================================*/
.fr{float: right;}
.fl{float: left;}

/* ============================================================================================================================
													header-头部
===============================================================================================================================*/












/* ============================================================================================================================
													crumb-面包
===============================================================================================================================*/
.crumb{padding: 10px 0;background: #f5f5f5;position: relative;}
.crumb .container{max-width: 1520px;}
.crumb .crumb_box ol{margin: 0;padding: 0; float: left;display: inline;} 
.crumb .crumb_box ol li{font-size: 14px;display: inline;}
.crumb .crumb_box ol li:last-child{display: none;}
.crumb .crumb_box ol li a{color: #666;}
.crumb .crumb_box .crumb_ul {overflow: hidden;/* align-items: center; */float: right;display: flex;}
.crumb .crumb_box .crumb_ul li{margin-left:.1rem;font-size: 14px;color: #000;display: inline;padding-right: 0 !important;padding-left: 0 !important;}
.crumb .crumb_box .crumb_ul li.active a {color: #e43124;font-size: 14px!important;/* line-height: 24px!important; */}
.crumb .crumb_box .crumb_ul li a ,.crumb .crumb_box ol li a ,.crumb .crumb_box ol li a .iconfont{
	line-height: 24px;font-size: 14px!important;
}
.crumb .crumb_box .crumb_ul li .iconfont ,.crumb .crumb_box ol li a .iconfont{font-size: 14px;color: #999;}
.crumb .crumb_box ol li a .iconfont{color: #333;}
.crumb .crumb_box .crumb_ul li:last-child{display: none;}
.crumb .crumb_box .crumb_ul li.J_btn a i.iconfont icon-jiantou2{line-height: 24px;}
.J_show{float: left; width: 100%; overflow: hidden;position:relative;background-color: #ffffff;display: none; margin-top: 0.1rem;}
.J_show li a{padding: 10px 10px;color: #999999;display: block;text-align: center;font-size: 14px; border-bottom:1px solid #f5f5f5;}
.J_show li:last-child a{
	border:none;
}
	@media (max-width:992px) {
		.crumb .crumb_box .crumb_ul li:nth-of-type(n+2){display: none;}
		.crumb .crumb_box .crumb_ul li:last-child{display: block!important;}
		.crumb .crumb_box .crumb_ul li.active a{color: #e43124;font-size: 14px!important;padding: 0!important;}
		.crumb .crumb_box .crumb_ul li a, .crumb .crumb_box ol li a, .crumb .crumb_box ol li a .iconfont{
			font-size: 14px!important;
		}
		
	}


/* ============================================================================================================================
													index-首页
===============================================================================================================================*/

/*===标题公共样式===*/
.guide_title {
  text-align: center;
}
.guide_title h1 {
  font-weight: bold;
  letter-spacing: 5px;
  display: block;
  color: #222222;
  margin: 0 auto 10px;
}
.guide_title h1 b {
  color: #e95b26;
}
.guide_title p {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 25px;
  color: #a5a0a0;
}
@media (max-width: 768px) {
  .guide_title p {
    font-size: 14px;
  }
}

/* -------- server --------- */

.guide_server{
  padding: 0.64rem 0;
  overflow: hidden;
}
.guide_server .container{
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.guide_server .guide_server_mian{
  margin: 30px auto 0;
  position: relative;
}
.guide_server .guide_server_mian ul li{
    width: 32%;
    float: left;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-right: 2%;
}
.guide_server .guide_server_mian ul li:nth-child(3n){
    margin-right: 0;
}
.guide_server .guide_server_mian ul li a .server_img{
    width: 100%;
    position: relative;
    padding-top: 59%;
    overflow:hidden;
    border-radius: 8px;
}
.guide_server .guide_server_mian ul li a .server_img img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.guide_server .guide_server_mian ul li a .server_img:hover{
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 30%);
    transform: translateY(-10px);
    transition: .4s;
}
.guide_server .guide_server_mian ul li .server_wrapper{
    padding-left: 20px;
    padding-bottom: 12px;
}
.guide_server .guide_server_mian ul li .server_wrapper .server_title{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
}
.guide_server .guide_server_mian ul li .server_wrapper .server_subtitle{
    line-height: 26px;
    color: #999;
    font-size: 12px;
}
@media (max-width:992px) {
	.guide_server{
		padding: 0.72rem 0;
	}
	.guide_server .guide_server_mian ul li{
	    width:100%;
	}
}


/* -------- products --------- */
.guide_pro {
  padding: 0.64rem 0;
  background-color: #f5f5f5;
}
.guide_pro .container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.guide_pro .guide_pro_main {
  width: 95%;
  overflow: hidden;
  margin: 30px 2.5% 0;
}
.guide_pro ul li {
  overflow: hidden;
  padding: 0 10px;
}
.guide_pro ul li a {
  display: block;
  padding: 0.35rem 0.25rem 0.25rem;
  color: #888;
  font-size: 12px;
  transition: 0.5s ease-in-out;
  background-color: #fff;
  border-radius: 8px;
}
.guide_pro ul li ._pic {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.guide_pro ul li ._pic img {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.guide_pro ul li ._txt {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.guide_pro ul li ._txt h3 {
  font-size: 18px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.guide_pro ul li ._txt p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0 20px;
  height: 44px;
}
.guide_pro ul li ._txt ._btn {
  overflow: hidden;
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  background: #e95b26;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #e95b26;
}
.guide_pro ul li:hover a {
  background-color: #e95b26;
}
.guide_pro ul li:hover h3,
.guide_pro ul li:hover p {
  color: #fff;
}
.guide_pro ul li:hover ._txt ._btn {
  border: 1px solid #fff;
  background: none;
}
.guide_pro .guide_pro_main .guide_pro_prev,
.guide_pro .guide_pro_main .guide_pro_next {
  position: absolute;
  width: 25px;
  height: 28px;
  top: 30px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  cursor: pointer;
}
.guide_pro .guide_pro_main .guide_pro_next {
  right: 4px;
  background: url(../images/pro-right1.png) no-repeat center;
  background-size: cover;
}
.guide_pro .guide_pro_main .guide_pro_prev {
  left: 4px;
  background: url(../images/pro-left1.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .guide_pro {
    padding: 0.72rem 0;
  }
  .guide_pro .guide_pro_main {
    margin-top: 0.44rem;
  }
}

/*======================================= about ========================================*/
.guide_about {
  padding: 0.64rem 0;
  background-size: cover;
}
.guide_about .container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.guide_about_main {
  margin-top: 30px;
  overflow: hidden;
}
.guide_about .guide_about_left,
.guide_about .guide_about_right {
  overflow: hidden;
}
.guide_about .guide_about_left {
  padding-right: 0.8rem;
  padding-top: 0.32rem;
}
.guide_about .guide_about_left p {
  font-size: 16px;
  line-height: 2;
  max-height: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  color: rgb(137, 137, 137);
  margin-bottom: 25px;
}
.guide_about .guide_about_left ul {
  overflow: hidden;
  margin: 20px auto;
}
.guide_about .guide_about_left ul li {
  float: left;
  max-width: 33.33%;
  margin: 0 5% 0 0;
  text-align: center;
}
.guide_about .guide_about_left ul li p,
.guide_about .guide_about_left ul li h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_about .guide_about_left ul li p {
  font-size: 14px;
  color: #222222;
}
.guide_about .guide_about_left ul li h2 {
  font-size: 32px;
  font-weight: bold;
  color: #e95b26;
  line-height: 2;
}
.guide_about .guide_about_right img {
  width: 100%;
  border-radius:8px;
}
@media screen and (max-width: 992px) {
  .guide_about {
    padding: 0.72rem 0;
  }
  .guide_about_main {
    margin-top: 0.24rem;
  }
  .guide_about .guide_about_left {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .guide_about .guide_about_left ul li {
    width: 50%;
    margin: 0 8%;
    padding: 0;
  }
  .guide_about .guide_about_left p {
    display: block;
    margin-bottom:0;
  }
  .guide_about .guide_about_left ul {
    margin: 0.24rem 0;
  }
  .guide_about .guide_about_left ul li h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .guide_about .guide_about_left ul li p,
  .guide_about .guide_about_left p {
    font-size: 12px;
  }
}

/*======================================= news ========================================*/
.guide_news {
  padding: 0.64rem 0;
  background-color: #f5f5f5;
}
.guide_news .container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
.guide_news .guide_title h1{
  margin-bottom: 15px;
}
.guide_news .guide_title ul{
  width: 100%;
  text-align: center;
}
.guide_news .guide_title ul li{
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 0 20px;
  border-right: 1px solid #999;
}
.guide_news .guide_title ul li:last-child {
  border: none;
}
.guide_news .guide_title ul li a{
  color:#888888;
}
.guide_news .guide_title ul li.on a {
  color: #e95b26;
}
.guide_news_main {
  overflow: hidden;
  margin-top: 30px;
}
.guide_news_left ._pic{
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
  background-color: #fff;
}
.guide_news_left ._pic img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:8px 8px 0 0;
}
.guide_news_left a {
  display: block;
  overflow: hidden;
  background:white;
  padding-bottom:30px;
  border-radius: 0 0 8px 8px;
}
.guide_news_left ._pic h3{
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  line-height: 54px;
  height: 54px;
  width: 100%;
  background: rgba(0,0,0,.5);
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  z-index: 99;
  font-weight: 400;
}
.guide_news_left a p{
  display: block;
  margin:20px 0 0;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.guide_news_main .bd ul ,.guide_news_left {
  overflow: hidden;
}
.guide_news_main .bd ul li {
  padding: 0 10px;
}
.guide_news_main .bd ul li a {
  display: block;
  padding:0.16rem 0.25rem;
  color: #888888;
  font-size: 12px;
  transition: 0.5s ease-in-out;
  border-top: 1px solid #dddddd;
}
.guide_news_main .bd ul li:first-child a,
.guide_news_main .bd ul li:nth-child(2) a {
  border: none;
}
.guide_news ul li .time {
  font-size: 14px;
}
.guide_news_main .bd ul li a h3 {
  line-height:32px;
  height:32px;
  font-size:18px;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top:6px;
  transition: 0.5s ease-in-out;
  margin-bottom: 4px;
}
.guide_news_main .bd ul li .cate {
  font-size: 14px;
}
.guide_news_main .bd ul li p {
  line-height: 26px;
  height:26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  margin:0px;
}
.guide_news_main .bd ul li .more0 {
  width: 75px;
  height: 13px;
  background: url(../images/more-a.png) no-repeat center;
  background-size: 100%;
  transition: 0.5s ease-in-out;
}
.guide_news_left .swiper-pagination-bullet-active{
  background: #e95b26;
}

@media screen and (min-width: 992px) {
  .guide_news_main .bd {
    padding-left: 20px;
  }
  .guide_news a:hover,
  .guide_news a:hover h3 ,.guide_news a:hover p ,.guide_news a:hover .time, .guide_news_main .bd ul li a:hover h3{
    transition: 0.5s ease-in-out;
    color: #fff;
  }
  .guide_news_main a:hover {
    background-color: #e95b26;
  }
  .guide_news_main a:hover .more0 {
    background: url(../images/more-s.png) no-repeat center;
    background-size: 100%;
    transition: 0.5s ease-in-out;
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 992px) {
  .guide_news {
    padding: 0.64rem 0 ;
  }
  .guide_news .guide_title ul li{
    font-size: 14px;
    padding: 0 10px;
  }
  .guide_news_left{
    margin-top:15px;
  }
  .guide_title h1{
    margin: 0 auto 5px;
  }
  .guide_news_main {
    margin-top: 0;
  }
  .guide_news_main .bd ul li:nth-child(2) a {
    border-top: 1px solid #dddddd;
  }
  .guide_news_main .bd ul li {
    padding: 0;
  }
  .guide_news_main .bd ul li a {
    padding: 0.36rem 0;
  }
  .guide_news_main .bd ul li h3 {
    height: auto;
    max-height: 1.2rem;
    line-height: 0.6rem;
    font-size: 16px;
    margin: 5px 0;
  }
  .guide_news_main .bd ul li .time,
  .guide_news_main .bd ul li .cate,
  .guide_news_main .bd ul li p {
    font-size: 12px;
  }
  .guide_news_main .bd ul li p {
    max-height: 0.96rem;
    line-height: 0.48rem;
  }
}

/*======================================= experience ========================================*/
.guide_exper{
    overflow: hidden;
    position: relative;
}
.guide_exper .container .title_con{
    overflow: hidden;
    position: relative;
    text-align: center;
}

.guide_exper .container .title_con h2{
    font-size: .48rem;
    line-height: 1.28rem;
    color: #232323;
    padding: 1rem 1.1rem 0;
}

.guide_exper .container .title_con span{
    margin-top: 20px;
    display: block;
    position: relative;
}

#exp_btn{
    width: 196px;
    height: 54px;
    border: 2px solid #fff;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 60px;
    transition: all .3s ease-out 0s;
    margin-top: 50px;
    background: #e95b26;
    margin-bottom:1rem;
}
#exp_btn:hover{
    color: #fff;
    background: #3399ff;
}

/* ============================================================================================================================
													list
===============================================================================================================================*/


/*---------- list-multi -----------*/

.mutlist{padding: 0.5rem 0 0;background:#f5f5f5;}
.mutlist ul{display: flex;align-items: center;flex-wrap: wrap;}
.mutlist ul li{margin-bottom: 50px;padding:0 15px}
.mutlist ul li a{display: block;background: #fff;}
.mutlist ul li ._pic{width: 100%;height: 100%;position: relative;overflow: hidden;padding-top: 63%;}
.mutlist ul li ._pic img{width: 100%;top: 0;right: 0;bottom: 0;left: 0;display: block;position: absolute;height: 100%;margin: auto;object-fit: cover;}

.mutlist ul li ._txt{overflow: hidden;padding:0 15px 0;position:absolute;bottom:0;left:15px;background:white;width:56%;height: .57rem;border-radius:0 50px 0 0 ;opacity: .85;}
.mutlist ul li ._txt h3{font-size: .2rem;color: #2e2e2e;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;font-weight: bold;line-height: .57rem;}
.mutlist ul li ._txt p{font-size:.16rem;color:#2e2e2e;font-weight:500;}

.mutlist ul li ._txt:hover{height:.85rem;transition:.3s;}
.mutlist ul li ._txt:hover h3{color: #f08619;line-height: .5rem;}
/* .mutlist ul li ._txt:hover h3{color: #f08619;} */


@media (max-width:992px) {
	.mutlist ul li ._txt ._time{flex-wrap: wrap;}
	.mutlist ul li{padding: 0 5px;}
  .mutlist ul li ._txt p{height: 20px;}
  .mutlist ul li ._txt{left:0;}
}      



/*---------- list-article -----------*/

	.artlist{overflow: hidden;padding: 0.3rem 0;background: #f2f2f2;}
	.artlist .article_con{width:80%;float:left;clear:both;padding: 30px 20px;border-radius: 8px;background: #fff;box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);}
	.artlist ul li {overflow: hidden;padding:0 0 20px 0;background: #fff;margin-bottom:0.3rem;width: 100%;float: left;border-bottom: 1px solid #eee;}
	.artlist ul li:last-child{margin-bottom: 0;}
    .artlist ul li a {display: flex;align-items: flex-start;position: relative;}
	.artlist ul li ._pic {width: 20%;position: relative;overflow: hidden;padding-top: 10%;}
	.artlist ul li ._pic img {width: auto;height: 100%;position: absolute;bottom: 0;top: 0;left: 0;right: 0;margin: auto;}
	.artlist ul li ._time {color: #999;font-size: 12px;margin-bottom: 10px;}
	.artlist ul li ._txt {overflow: hidden;width: 100%;}
	.artlist ul li ._txt h3 {overflow: hidden;font-size: 18px;color: #000;margin-bottom: 10px;white-space: nowrap;text-overflow: ellipsis;}
	.artlist ul li ._txt p {font-size: 14px;margin: 0;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;color: #999;}
	
	.artlist .article_list{width:18%;float:right;border-radius:8px;}	
	.artlist .article_list .article_search{padding:20px 30px;position:relative;background:#fff;border-radius:8px;box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);}
	.artlist .article_list .article_search #article_search{border-radius:20px;width:100%;height:35px;background:#f5f5f5;}
	.artlist .article_list .article_search i{position: absolute;top: 25%;right: 15%;color: #e95b26;font-size: 23px;}
	
	.artlist .article_list .article_hotquest{position:relative;box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);border-radius:8px}
	.artlist .article_list .article_hotquest .hot_title{line-height: 50px;text-align: center;background: #f9f9f9;border-radius:8px 8px 0 0;}
	.artlist .article_list .article_hotquest .hot_content{position:relative;overflow:hidden;border-radius:0 0 8px 8px;}
	.artlist .article_list .article_hotquest .hot_content ul li{margin-bottom:0;padding:0;line-height:50px;}
	.artlist .article_list .article_hotquest .hot_content ul li a span{width: 15%;float: left;text-align: center;}
	.artlist .article_list .article_hotquest .hot_content ul li a .hot_txt{width: 82%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	
	@media (max-width:992px) {
		.artlist ul li {width: 100%;margin-right: 0;padding: 10px;}
		.artlist ul li ._time {width: 100%;}
		.artlist ul li ._time b {line-height: 45px;font-size: 18px;}
		.artlist ul li ._txt {width: 100%;}
		.artlist ul li ._txt h3 {font-size: 16px;font-weight: normal;}
		.artlist .article_list{display:none;}
		.artlist .article_con{width:100%;}
	}


/* ============================================================================================================================
													detail-详情页
===============================================================================================================================*/

/*---------- detail-article -----------*/

.detail_article{overflow: hidden;padding: 0.5rem 0;background:#f5f5f5;}
.detail_article .article_main{background: #fff;overflow: hidden;width: 75%;float: left;padding:30px 20px;border-radius:8px;box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);}
.detail_article .article_main ._title{border-bottom: 1px solid #ddd;padding-bottom: 30px;}
.detail_article .article_main ._title li{display: flex;align-items: center;justify-content: space-between;font-size: 14px;}
.detail_article .article_main ._title h2{font-size: 24px;text-align: center;padding-top: 30px;color: #222;}
.detail_article .article_main ._content{overflow: hidden;padding: 30px 0;}
.detail_article ._return{width: 100%;overflow: hidden;display: flex;justify-content: space-around;border-top: 1px solid #ddd;padding-top: 30px;}
.detail_article ._return a {display: block;width: 90px;height: 40px;background: #e1e1e1;border-radius: 5px;font-size: 16px;color: #222;line-height: 40px;text-align: center;}
.detail_article ._recommend{overflow: hidden;width: 20%;float: right;background:#fff;padding:30px 20px;border-radius:8px;box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);}
.detail_article ._recommend h3{font-size: 24px;color: #000;border-bottom: 1px solid #ddd;padding-bottom: 20px;text-align:center;}
.detail_article ._recommend ul li a{display: block;color: #222;font-size: 14px;padding: 10px 0;}
@media (max-width:992px){
	.detail_article .article_main{width: 100%;}
	.detail_article .article_main ._title li{flex-wrap: wrap;}
	.detail_article .article_main ._title h2{font-size: 18px;}
	.detail_article ._recommend{width: 100%;padding-top: 20px;margin-top: 30px;background-color: #fff;border-radius:8px;box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);}	
	.detail_article ._recommend ul li{/* list-style: inside; */padding: 0 20px;}
	.detail_article ._recommend h3{text-align: center;font-size: 18px;margin: 0 20px 0;}
}

/*---------- detail-multi -----------*/

.detail_multi{overflow: hidden;padding: 0.5rem 0;background:#f5f5f5;}
.detail_multi .multi_main{background: #fff;overflow: hidden;    padding: 30px 20px;border-radius:8px;box-shadow: 0 2px 5px rgb(0 0 0 / 10%);}
.detail_multi .multi_main ._title{border-bottom: 1px solid #ddd;padding-bottom: 30px;}
.detail_multi .multi_main ._title li{display: flex;align-items: center;justify-content: space-between;font-size: 14px;}
.detail_multi .multi_main ._title h2{font-size: 24px;text-align: center;padding-top: 30px;color: #222;}
.detail_multi .multi_main ._content{overflow: hidden;padding: 30px 0;}
.detail_multi ._return{width: 100%;overflow: hidden;display: flex;justify-content: space-around;border-top: 1px solid #ddd;padding-top: 20px;}
.detail_multi ._return a {display: block;width: 90px;height: 40px;background: #e1e1e1;border-radius: 5px;font-size: 16px;color: #222;line-height: 40px;text-align: center;}
@media (max-width:992px) {
	.detail_multi{padding: 0.3rem 0;}
	.detail_multi .multi_main{padding: 3% 15px;}
	.detail_multi .multi_main ._title li{flex-wrap: wrap;}
  .detail_multi .multi_main ._title h2{font-weight: 500;}
  .detail_multi ._return a{font-size:14px;}
}

/*---------- detail-product -----------*/

.product_detail{overflow: hidden;padding: 50px 0;background:#f5f5f5;}
.product_detail ._thumb{overflow: hidden;display: flex;align-items: flex-start;justify-content: space-between;}
.product_detail ._thumb ._pic{overflow: hidden;width: 50%;position: relative;}
.product_detail ._thumb ._pic ._top{overflow: hidden;width: 80%;margin: 0 auto 10px;}
.product_detail ._thumb ._pic ._top ul li{overflow: hidden;text-align: center;}
.product_detail ._thumb ._pic ._top ul li img{width: 80%;margin: 0 auto;}
.product_detail ._thumb ._pic ._bottom{overflow: hidden;width: 85%;margin: 0 auto;margin-top:25px;position:relative;}
/*.product_detail ._thumb ._pic ._bottom ul{width:80%}*/


.product_detail ._thumb ._pic ._bottom ul li{overflow: hidden;width: 25%!important;padding: 5px;}
.product_detail ._thumb ._pic ._bottom ul li span{display: block;margin: 0 1%;border: 2px solid #ddd;position: relative;padding-top:80%;overflow: hidden;}
.product_detail ._thumb ._pic ._bottom ul li img{width: 60%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.product_detail ._thumb ._pic ._bottom .swiper-slide-thumb-active span{border: 2px solid #4e6ef2;}
.product_detail ._thumb ._pic .swiper-button-next{top: 50%;right: 0;transform: translate(0%, -50%);margin-top:0;}
.product_detail ._thumb ._pic .swiper-button-prev{top: 50%;left: 10px;transform: translate(0%, -50%);margin-top:0;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 32px!important;}
.product_detail ._thumb ._txt{overflow: hidden;width: 46%;position: relative;color: #222;padding: 2.5%;line-height: 2;}
.product_detail ._thumb ._txt h2{font-size: 36px;font-weight: bold;color: #222;margin-bottom: 10px;}
.product_detail ._thumb ._txt p{font-size: 14px;color: #999;margin-bottom: 10px;}
.product_detail ._thumb ._txt ul{color: #999;line-height: 2;overflow: hidden;display: flex;align-items: center;justify-content:space-between;flex-wrap: wrap;}
.product_detail ._thumb ._txt ul li{width: 50%;}
.product_detail ._thumb ._txt ul li em{color: #222;font-weight: bold;font-size: 14px;}
.product_detail ._thumb ._txt span{margin-top: 20px;font-size: 16px;line-height: 1.5;display: block;}
.product_detail ._thumb ._txt span a{display: block;font-weight: bold;color: #e95b26;font-size: 24px;}
.product_detail ._thumb ._txt ._btn{display: block;background: #e95b26;color: #fff;font-size: 14px;margin-top: 10px;width: 120px;padding: 10px 0;text-align: center;border-radius: 4px;}
.product_detail ._title{border-radius:8px;overflow: hidden;width: 100%;overflow: hidden;background: #e95b26;font-size: 28px;text-align: center;line-height: 2;color: #fff;margin: 50px 0;}
.product_detail ._content{overflow: hidden;padding-bottom: 50px;}
.product_detail ._return{width: 100%;overflow: hidden;display: flex;justify-content: space-around;border-top: 1px solid #ddd;padding-top: 50px;}
.product_detail ._return a{display: block;width: 90px;height: 40px;background: #e1e1e1;border-radius: 5px;font-size: 16px;color: #222;line-height: 40px;text-align: center;}
.product_detail ._recommend{padding: 50px 0 0;}
.product_detail ._recommend h1{font-size: 36px;text-align: center;color: #222;margin-bottom: 50px;}
.product_detail ._recommend ul{display: flex;align-items: center;}
.product_detail ._recommend ul li{width: 25%;margin-right: 1%;border-radius:8px;}
.product_detail ._recommend ul li a{display: block;box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);border-radius:8px;}
.product_detail ._recommend ul li ._pic{overflow: hidden;position: relative;width: 100%;height: 100%;padding-top: 66%;border-radius:8px 8px 0 0;}
.product_detail ._recommend ul li ._pic img{width: 100%;position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin:auto;}
.product_detail ._recommend ul li ._txt{border-radius:0 0 8px 8px;width: 100%;padding-left: 20px;padding-bottom: 12px;padding-top: 15px;background: #f5f5f5;border-radius: 0 0 8px 8px;}
.product_detail ._recommend ul li ._txt h2{font-size: 18px;font-weight: bold;color: #222222;}
.product_detail ._recommend ul li ._txt p{font-size: 14px;color: #999;height: 22px;}
.product_detail ._recommend ul li:last-child{margin-right: 0;}
@media (max-width:992px) {
	.product_detail{overflow: hidden;padding: 30px 0;}		
	.product_detail ._thumb ._txt h2{font-size: 24px;}		
	.product_detail ._thumb ._txt ul li{width: 100%;}
	.product_detail ._thumb{flex-wrap: wrap;}
	.product_detail ._thumb ._pic{width: 100%;margin-bottom: 2%;}
	.product_detail ._thumb ._pic .swiper-button-prev{left: 0;}
	.product_detail ._thumb ._pic .swiper-button-next{right: 0;}
	.product_detail ._thumb ._txt{width: 100%;}
	.product_detail ._title{margin: 30px 0;font-size: 18px;line-height: 3;}
	.product_detail ._recommend ul li{width: 49%;padding: 10px;}
	.product_detail ._content{padding-bottom: 30%;}
	.product_detail ._return{padding-top: 30px;}
	.product_detail ._recommend{padding: 30px 0 0;}
	.product_detail ._recommend h1{margin-bottom: 30px;font-size: 24px;}
}
@media (max-width:420px) {
	/*.product_detail ._thumb ._pic ._bottom ul li span{height: 6rem;}*/
	.product_detail ._thumb ._txt{padding: 5%;}
	.product_detail ._thumb ._pic .swiper-button-next, .product_detail ._thumb ._pic .swiper-button-prev{bottom:3%;}
}


