.content{
	padding-top: 80px;
	background: #fff;
}
.content .txt li{
    list-style-type: unset !important;
}
.banner img{
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: -webkit-max-content;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet{
	width: 20px;
	height: 6px;
	opacity: 0.5;
	background: #000000;
	border-radius: 0px;
	background: #d8d8d8;
}
.swiper-pagination-bullet-active{
	background: #000000;
}
.swiper-button-next{
	background-image: url(../img/but_next.png);
	width: 80px;
	height: 80px;
	background-size: 100%;
}
.swiper-button-prev{
	background-image: url(../img/but_prev.png);
	width: 80px;
	height: 80px;
	background-size: 100%;
}
.swiper-button-next, .swiper-button-prev{
	margin-top: unset;
}
.wrong{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	background: #fff;
}
.wrong img{
	width: 32px;
	height: 36px;
}
.wrong span{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-left: 29px;
}
.perspective{
	position: relative;
	background: #f5f6f7;
}
.perspective .bgtxt{
	position: absolute;
	opacity: 0.1;
	font-size: 60px;
	font-weight: 700
	color: #333333;
	text-align: center;
	width: 100%;
	top: 73px;
}
.perspective .title{
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	letter-spacing: 4px;
	padding-top: 108px;
	text-align: center;
}
.perspective .perlist{
	max-width: 1328px;
	margin: 0 auto;
	margin-top: 83px;
	padding: 0px 20px 104px 20px;
}
.perspective .perlist .img{
	 width: 25%;
}
.perspective .perlist img{
	 width: 200px;
	 height: 200px;
	 margin: 0 auto;
	 display: block;
}
.perspective .perlist p{
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	margin-top: 32px;
}
.hotpoint{
	position: relative;
	background: #fff;
}
.hotpoint .bgtxt{
	position: absolute;
	top: 96px;
	opacity: 0.1;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	width: 100%;
}
.hotpoint .title{
	font-size: 32px;
	color: #333333;
	letter-spacing: 8px;
	text-align: center;
	padding-top: 131px;
	margin-bottom: 74px;
}
.hotpoint .hotlist{
	max-width: 1200px;
	padding: 0px 20px;
	height: 540px;
	margin: 0 auto;
	margin-bottom: 120px;
	overflow: hidden;
}
.swiper-hotlist{
	
}
.hotlist .h_list{
	width: 285px;
	height: 528px;
	/* margin-right: 15px; */
	overflow: hidden;
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 2px 4px 10px 0px rgba(90,50,31,0.28); 
	cursor: pointer;
}
.hotlist .h_list:last-child{
	margin-right: 0px;
}
.h_list .img{
	position: relative;
	width: 100%;
	height: 247px;
	overflow: hidden;
}
.h_list .img img{
	max-width: 100%;
	max-height: 100%;
}
.h_list .img img:hover{
	transform: scale(1.2);
	transition: all 0.4s ease-in-out 0s;
}
.h_list .buts{
	width: 100%;
	height: 281px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 2px 4px 10px 0px rgba(90,50,31,0.28);
}
.h_list .buts span{
	background: unset !important;
}
.h_list:hover .buts{
	background: #FF6700;
}
.h_list:hover .name{
	color: #fff;
}
.h_list:hover .txt{
	color: #fff;
}
.h_list .name{
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: #333;
	line-height: 30px;
	padding-top: 18px;
	margin: 0px 20px 10px 20px;
	/* height: 60px;
	overflow: hidden; */
}
.h_list .txt{
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	/*color: #666 !important;*/
	line-height: 30px;
	padding: 0px 20px;
	-webkit-line-clamp: 6;

}
/* .swiper-slide:first-child .h_list:first-child .buts{
	background: #FF6700;
} */
/* .swiper-slide:first-child .h_list:first-child .name{
	color: #fff;
}
.swiper-slide:first-child .h_list:first-child .txt{
	color: #fff;
} */
.hotlist .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -46px !important;
}
.hotlist .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #d2e0ed;
	border-radius: 50%;
	opacity: 1;
}
.hotlist .swiper-pagination-bullet-active{
	background: #FF6700;
}
.customer{
	position: relative;
	background: #f7f7f7;
}
.customer .bgtxt{
	position: absolute;
	top: 41px;
	opacity: 0.1;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	width: 100%;
}
.customer .title{
	font-size: 32px;
	color: #333333;
	letter-spacing: 8px;
	text-align: center;
	padding-top: 76px;
	margin-bottom: 60px;
}
.customer .icons{
	margin: 0 auto;
	width: 24px;
	margin-top: 16px;
	margin-bottom: 8px;
    display:block;
}
.cus_con {
	max-width: 1200px;
	padding: 0px 20px;
	margin: 0 auto;
	overflow: hidden;
}
.cus_con .list{
	width: 386px;
	height: 280px;
	background: #ffffff;
}
.cus_con .austor{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	margin: 40px 20px;
	flex-shrink: 0;
}
.cus_con .right{
	margin: 40px 42px 32px 0px;
}
.cus_con .name{
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #333333;
	line-height: 28px;
}
.cus_con .txt{
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
	-webkit-line-clamp: 6;
}
.customer .butbar{
	padding: 20px 0px 47px 0px;
}
.customer .butbar img{
	width: 20px;
	/* height: 12px; */
	cursor: pointer;
}
.customer .butbar span{
	margin-left: 30px;
	color: #999999;
	font-size: 18px;
	cursor: pointer;
}
.customer .butbar .active{
	color: #333333;
}
.customer .butbar .right{
	margin-left: 30px;
}
.customer .swiper-pagination{
	position: relative;
}
.customer .swiper-pagination-bullet-active{
	background: unset;
	color: #333333 !important;
}
.customer .swiper-pagination-bullet{
	background: unset;
}
.customer .swiper-button-next{
	background-image: url(../img/icon/right_have.png);
	width: 20px;
	height: 20px;
	background-size: 100%;
}
.customer .swiper-button-prev{
	background-image: url(../img/icon/left.png);
	width: 20px;
	height: 20px;
	background-size: 100%;
}
.customer .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	position: relative;
	flex-shrink: 0;
}
.customer .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	position: relative;
	flex-shrink: 0;
}
.customer .swiper-button-next, .swiper-button-prev{
	margin-top: unset;
}
.customer .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:unset !important;
}
.customer .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: unset;
	margin-left: 30px;
}
.customer .swiper-pagination-bullet{
	opacity: 1;
}
.newslist{
	position: relative;
	padding-bottom: 70px;
}
.newslist .title{
	font-size: 32px;
	color: #333333;
	letter-spacing: 4px;
	text-align: center;
	padding-top: 91px;
	margin-bottom: 55px;
}
.newslist .newscon{
	max-width: 1200px;
	padding: 0px 20px;
	margin: 0 auto;
}
.newslist .newscon .list{
	background: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1); 
	width: 31.8%;
	height: 420px;
	cursor: pointer;
}
.newslist .img{
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.newslist .img img:hover{
	transform: scale(1.2);
	transition: all 0.4s ease-in-out 0s;
}
.newslist .but{
	position: relative;
	width: 100%;
	height: 140px;
	/* padding: 20px; */
}
.newslist .but .name{
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: #333333;
	line-height: 22px;
	padding: 20px 20px 0px 20px;
}
.newslist .but .txt{
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	color: #333333;
	line-height: 28px;
	margin: 10px 20px 20px 20px;
	-webkit-line-clamp: 3;
}
.newslist .lookmore{
	width: 188px;
	height: 55px;
	background: #ff6700;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	margin: 50px auto 0px auto;
}
.lookmore a{
	color: #fff;
}

/* 公共二级导航栏 */
.pub_route {
	background: #fff;
	height: 91px;
	width: 100%;
}
.pub_route .list{
	max-width: 1200px;
	padding: 0px 20px;
	margin: 0 auto;
	height: 91px;
}
.pub_route img{
	width: 16px;
}
.pub_route li{
	float: left;
	display: flex;
	align-items: center;
	margin-right: 8px;
}
.pub_route span{
	opacity: 0.8;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-left: 8px;
}
/* 专栏-二级 */
.hotbanner{
	width: 100%;
}
.hot_splist{
	max-width: 1200px;
	padding: 0px 20px 70px 20px;
	margin: 0 auto;
}
.hot_splist .title{
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	text-align: center;
	margin: 52px 0px 36px 0px;
}
.hot_splist .hot_con{
	display: flex;
    flex-wrap: wrap;
}
.hot_splist .list{
	width: 33.3%;
	height: 368px;
	overflow: hidden;
	margin-bottom: 26px;
	cursor: pointer;
}
.hot_splist .list .con{
	padding: 0px 10px;
}
.hot_splist .img{
	width: 100%;
	height: 286px;
	overflow: hidden;
	background: #fff;
}
.hot_splist .img img{
	
}
.hot_splist .img img:hover{
	transform: scale(1.2);
	transition: all 0.4s ease-in-out 0s;
}
.hot_splist .but{
	border-top: 6px solid #ff6700;
	box-sizing: border-box;
	height: 82px;
	font-size: 20px;
	color: #333333;
	line-height: 32px;
}
.hot_splist .but span{
	padding-top: 18px;
}
/* 关于我们 */
.abus_list{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
}
.abus_list .dian{
	top: 270px !important;
}
.abus_list .cgtitle{
	margin-top: 50px;
}
.abus_list .cgtitle .li{
	width: 220px;
	height: 52px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666666;
	margin-right: 24px;
	margin-bottom: 50px;
	cursor: pointer;
}
.abus_list .cgtitle .li:nth-child(1) {
  width: 100%;
  margin-right: 0;
}
.abus_list .cgtitle .li:last-child{
  margin-right: 0;
}
.abus_list .cgtitle .active{
	background: #ff6700;
	color: #ffffff;
	font-weight: 700;
}
.abus_list .abus_con{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-bottom: 70px;
	background: #fff;
	box-shadow: 4px 10px 16px 0px rgba(0,0,0,0.09); 
	border-bottom: 6px solid #ff6700;
	padding: 0px 100px;
	text-align: center;
	word-break:break-all;
}
.abus_con .title{
	font-size: 40px;
	color: #333333;
	line-height: 66px;
	letter-spacing: 4px;
	text-align: center;
	padding: 68px 0px 50px 0px;
}
.abus_con .txt strong{
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	line-height: 52px;
}
.abus_con .txt span{
	
}
.abus_con img{
	max-width: 100%;
	margin: 0 auto;
}
.abus_con i{
	width: 180px;
	height: 2px;
	background: #ebebeb;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 108px;
}
.hides{
	display: none;
}
.expect_list{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-top: 48px;
}
.expect_list .expect_con{
	position: relative;
	margin-bottom: 70px;
	background: #fff;
	box-shadow: 4px 10px 16px 0px rgba(0,0,0,0.09); 
	padding-bottom: 66px;
	word-break:break-all;
}
.expect_con .text{
	padding: 0px 100px;
}
.expect_list .title{
	font-size: 40px;
	color: #333333;
	line-height: 66px;
	letter-spacing: 4px;
	text-align: center;
	padding: 68px 0px 50px 0px;
}
.expect_list img{
	max-width: 100%;
	margin: 0 auto;
}
.exbut_con{
	padding: 60px;
}
.exbut_list{
	position: relative;
	width: 33.3%;
	/* height: 500px; */
	margin-top: 50px;
}
.exbut_list .con{
	padding: 0px 40px;
}
.exbut_list .austor{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	border: 1px solid #ededed;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.exbut_list img{
	position: absolute;
	left: 4%;
	top: 4%;
	border-radius: 50%;
	width: 92%;
	height: 92%;
}
.exbut_list strong{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	letter-spacing: 1px;
	margin: 34px 0px 18px 0px;
	display: block;
}
.exbut_list .txt{
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 24px;
	-webkit-line-clamp: 6;
	margin: 0 auto;
	cursor: pointer;
}
.exbut_list .txt:hover{
	overflow: unset !important; 
	display: block;
}

.customer_list .butbar{
	padding: 88px 0px 67px 0px;
}
.customer_list .butbar img{
	width: 20px;
	/* height: 12px; */
	cursor: pointer;
}
.customer_list .butbar span{
	margin-left: 30px;
	color: #999999;
	font-size: 18px;
	cursor: pointer;
}
.customer_list .butbar .active{
	color: #333333;
}
.customer_list .butbar .right{
	margin-left: 30px;
}
.customer_list .swiper-pagination{
	position: relative;
}
.customer_list .swiper-pagination-bullet-active{
	background: unset;
	color: #333333 !important;
}
.customer_list .swiper-pagination-bullet{
	background: unset;
}
.customer_list .swiper-button-next{
	background-image: url(../img/icon/right_have.png);
	width: 20px;
	height: 20px;
	background-size: 100%;
}
.customer_list .swiper-button-prev{
	background-image: url(../img/icon/left.png);
	width: 20px;
	height: 20px;
	background-size: 100%;
}
.customer_list .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	position: relative;
	flex-shrink: 0;
}
.customer_list .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	position: relative;
	flex-shrink: 0;
}
.customer_list .swiper-button-next, .swiper-button-prev{
	margin-top: unset;
}
.customer_list .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:unset !important;
}
.customer_list .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: unset;
	margin-left: 30px;
}
.customer_list .swiper-pagination-bullet{
	opacity: 1;
}
.customer_list .swiper-slide{
	background: #f7f7f7;
}
.customer_con{
	max-width: 1220px;
	padding: 0px 20px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 55px;
}
.customer_con .cons{
	width: 25%;
	margin-bottom: 20px;
}
.customer_con .img{
	/* position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: #fff;
	width: 280px;
	height: 280px;
	position: relative;
}
.customer_con .img img{
	max-width: 90%;
	max-height: 90%;
	/* cursor:pointer */
}
.customer_con p{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	margin-top: 18px;
}

/* 加入我们 */
.joinus_list{
	max-width: 1200px;
	padding: 0px 10px 70px 10px;
	margin: 0 auto;
}
.joinus_list .title{
	font-size: 32px;
	font-weight: 600;
	color: #333333;
	margin: 50px 0px 15px 0px;
}
.joinus_list .litit{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}
.joinus_list .join_list{
	margin-top: 30px;
	padding: 0px 20px;
	background: #ffffff;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16); 
}
.join_list .bti{
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	height: 90px;
	border-bottom: 1px solid #e2e2e2;
	margin: 0px 20px;
	cursor: pointer;
}
.join_list .bti .jopen{
	width: 16px;
	height: 11px;
	display: none;
}
.join_list .bti .jclose{
	width: 12px;
	height: 17px;
}
.join_list .bcon{
	display: none;
}
.join_list .bcon .li{
	width: 50%;
}
.join_list .bcon .cons{
	padding: 0px 20px;
}
.join_list .cons .contitle{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin: 20px 0px;
}
.join_list .span{
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
}
.photouslist{
	max-width: 1200px;
	padding: 0px 10px 74px 10px;
	margin: 0 auto;
}
.photouslist .ptitle{
	font-size: 32px;
	font-weight: 600;
	color: #333333;
	margin: 74px 0px;
}
.photouslist .map{
	max-width: 70%;
	margin: 0 auto;
	display: block;
}
.photouslist .butlist{
	/*border-top: 1px solid #c9c9c9;*/
	margin-top: 40px;
}

.photouslist .li{
  width: 18.4%;
  margin-right: 2%;
  box-sizing: border-box;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  text-align:center;
}
.photouslist .li:nth-last-child(1) {
  margin-right: 0 !important;
}

.photouslist .li .tit{
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin: 65px 0px 35px 0px;
	font-style: italic
}
.photouslist .li li{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.column_list{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-top: 61px;
}
.content .dian{
	position: absolute;
	right: -88px;
	top: 53px;
	width: 136px;
	height: 136px;
}
.column_list .column_con{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-bottom: 70px;
	background: #fff;
	box-shadow: 4px 10px 16px 0px rgba(0,0,0,0.09); 
	border-bottom: 6px solid #ff6700;
	padding: 0px 100px;
	word-break:break-all;
}
.column_con .title{
	text-align: center;
	padding: 68px 0px 65px 0px;
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	line-height: 66px;
}
.column_con .txt strong{
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	line-height: 52px;
}
.column_con .txt span{
	
}
.column_con img{
	max-width: 100%;
	
}
.column_con i{
	width: 180px;
	height: 2px;
	background: #ebebeb;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 108px;
}
.serve_list{
	
}
.serve_list .title{
	font-size: 40px;
	color: #333333;
	letter-spacing: 4px;
	text-align: center;
	margin: 52px 0px 59px 0px;
	padding: 0px !important;
}
.serve_list{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
}
.serve_list .slist-box {
  display: flex;
  flex-wrap: wrap;
}
.serve_list .slist{
	position: relative;
	background: #fff;
  margin-bottom: 39px;
  flex: 1;
  display: flex;
}
.serve_list .img{
	height: 240px;
	width: 300px;
	margin: 0px 36px 0px 24px;
	flex-shrink: 0;
	background: #000;
	overflow: hidden;
}
.serve_list .img img:hover{
	transform: scale(1.2);
	transition: all 0.4s ease-in-out 0s;
}
.serve_list .right{
	min-height: 240px;
	margin: 35px 0px;
}
.serve_list .name{
	font-size: 22px;
	color: #333333;
}
.trade_list .list{
  display: flex;
  flex-direction: column;
}
.serve_list .list li{
	width: 212px;
	/* width: 240px; */
  /* margin-top: 34px; */
  margin-top: 20px;
  margin-right: 27px;
  /* margin-right: 40px; */
  font-size: 17px;
  /* font-size: 17px; */
  color: #333333;
  /* height: 32px; */
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.serve_list .list li::before{
	content: ' ';
	background: url(../img/icon/ticon.png);
	background-size: 100% 100%;
	width: 13px;
	height: 12px;
	display: inline-block;
	margin-right: 10px;
}
.serve_list .list li a{
	position: relative;
	/* display: inline-block; */
	cursor: pointer;
}
.serve_list .list li a:hover::after{
	position: absolute;
	bottom: -3px;
	left: 0px;
	content: ' ';
	width: 100%;
	height: 2px;
	background: #ff6700;
	display: block;
}
.serve_list li .active{
	color: #FF6700;
}
.servedetail_list{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-top: 61px;
}
.servedetail_list .servedetail_con{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-bottom: 70px;
	background: #fff;
	box-shadow: 4px 10px 16px 0px rgba(0,0,0,0.09); 
	border-bottom: 6px solid #ff6700;
	padding: 0px 100px;
	word-break:break-all;
}
.servedetail_con .title{
	text-align: center;
	padding: 68px 0px 65px 0px;
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	line-height: 66px;
}
.servedetail_con img{
	max-width: 100%;
	margin: 0 auto;
}
.servedetail_con i{
	width: 180px;
	height: 2px;
	background: #ebebeb;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 108px;
}



.newsdetail_list{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-top: 61px;
}
.newsdetail_list .newsdetail_con{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-bottom: 70px;
	background: #fff;
	box-shadow: 4px 10px 16px 0px rgba(0,0,0,0.09); 
	border-bottom: 6px solid #ff6700;
	padding: 0px 100px;
	word-break:break-all;
}
.newsdetail_con .title{
	text-align: center;
	padding: 68px 0px 65px 0px;
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	line-height: 66px;
}
.newsdetail_con img{
	max-width: 100%;
	margin: 0 auto;
}
.newsdetail_con i{
	width: 180px;
	height: 2px;
	background: #ebebeb;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 108px;
}

.news_lists{
	max-width: 1230px;
	margin: 0 auto;
	padding: 0px 10px;
}
.news_lists .cgtitle{
	margin-top: 63px;
}
.news_lists .cgtitle .li{
	width: 190px;
	height: 52px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666666;
	margin-right: 24px;
	margin-bottom: 50px;
	cursor: pointer;
}
.news_lists .cgtitle .li:first-child{
	margin-left: 15px;
}
.news_lists .cgtitle .active{
	background: #ff6700;
	color: #ffffff;
	font-weight: 700;
}
.news_lists .news_con{
	overflow: hidden;
}
.news_lists .list{
	width: 33.33%;
	margin-bottom: 30px;
}
.news_lists .list .listcon{
	margin: 0px 15px;
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1); 
}
.news_lists .butbar{
	padding: 20px 0px 47px 0px;
}
.news_lists .butbar img{
	width: 20px;
	/* height: 12px; */
	cursor: pointer;
}
.news_lists .butbar span{
	margin-left: 30px;
	color: #999999;
	font-size: 18px;
	cursor: pointer;
}
.news_lists .butbar .active{
	color: #333333;
}
.news_lists .butbar .right{
	margin-left: 30px;
}
.news_lists .swiper-pagination{
	position: relative;
}
.news_lists .swiper-pagination-bullet-active{
	background: unset;
	color: #333333 !important;
}
.news_lists .swiper-pagination-bullet{
	background: unset;
}
.news_lists .swiper-button-next{
	background-image: url(../img/icon/right_have.png);
	width: 20px;
	height: 20px;
	background-size: 100%;
}
.news_lists .swiper-button-prev{
	background-image: url(../img/icon/left.png);
	width: 20px;
	height: 20px;
	background-size: 100%;
}
.news_lists .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	position: relative;
	flex-shrink: 0;
}
.news_lists .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	position: relative;
	flex-shrink: 0;
}
.news_lists .swiper-button-next, .swiper-button-prev{
	margin-top: unset;
}
.news_lists .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:unset !important;
}
.news_lists .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: unset;
	margin-left: 30px;
}
.news_lists .swiper-pagination-bullet{
	opacity: 1;
}




.news_lists{
	padding-bottom: 70px;
}
.news_lists .newscon{
	max-width: 1200px;
	padding: 0px 20px;
	margin: 0 auto;
}
.news_lists .newscon .list{
	background: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1); 
	width: 31.8%;
	height: 420px;
	cursor: pointer;
}
.news_lists .img{
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.news_lists .img img:hover{
	transform: scale(1.2);
	transition: all 0.4s ease-in-out 0s;
}
.news_lists .but{
	position: relative;
	width: 100%;
	height: 140px;
	/* padding: 20px; */
}
.news_lists .but .name{
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	color: #333333;
	line-height: 22px;
	padding: 20px 20px 0px 20px;
}
.news_lists .but .txt{
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	color: #333333;
	line-height: 28px;
	margin: 10px 20px 20px 20px;
	-webkit-line-clamp: 3;
}



.trade_list{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-top: 61px;
}
.trade_list .left{
	width: 23.33%;
	background: #ffffff;
	box-shadow: 4px 10px 16px 0px rgba(0,0,0,0.09); 
	display: inline-table;
	padding-bottom: 30px;
	margin-right: 1.67%;
}
.trade_list .left li{
	padding: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	cursor: pointer;
}
.trade_list .left .active{
	background: #ffece0;
	font-size: 16px;
	font-weight: 600;
	color: #ff6700;
	/* padding: 11px 30px; */
}
.trade_list .right{
	width: 75%;
}
.trade_list .trade_con{
	position: relative;
	padding: 0px 10px;
	margin: 0 auto;
	margin-bottom: 70px;
	background: #fff;
	box-shadow: 4px 10px 16px 0px rgba(0,0,0,0.09); 
	border-bottom: 6px solid #ff6700;
	padding: 0px 100px;
	word-break:break-all;
}
.trade_list .title{
	text-align: center;
	padding: 68px 0px 65px 0px;
	font-size: 40px;
	/*font-weight: 700;*/
	color: #333333;
	line-height: 66px;
}
.trade_list img{
	max-width: 100%;
	margin: 0 auto;
}
.trade_list i{
	width: 180px;
	height: 2px;
	background: #ebebeb;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 108px;
}
.viplogin{
	position: relative;
	margin: 85px auto 44px auto;
	max-width: 1200px;
	padding: 0px 10px;
}
.viplogin .title{
	font-size: 40px;
	color: #333333;
	letter-spacing: 4px;
	text-align: center;
}
.viplogin .vipcon{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	background: #ffffff;
	margin: 44px auto 139px auto;
}
.viplogin .left{
	padding-left: 76px;
}
.viplogin .left .tit{
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin: 60px 0px 17px 0px;
}
.viplogin .left .txt{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 30px;
}
.viplogin .left input{
	width: 342px;
	height: 52px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	margin-bottom: 16px;
	padding: 0px 26px;
}
.viplogin input::-webkit-input-placeholder {
	color: #d9d9d9;
}
.viplogin .tologin{
	position: relative;
	width: 188px;
	height: 55px;
	background: #ff6700;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin: 12px 0px 91px 0px;
	cursor: pointer;
}
.viplogin .tologin a{
	color: #fff;
	width: 100%;
	height: 100%;
}
.viplogin .right{
	padding-right: 60px;
	display: flex;
	align-items: center;
}
.viplogin .right img{
	width: 450px;
}
.myvip{
	max-width: 1200px;
	padding: 0px 10px;
	margin: 43px auto 70px auto;
}
.myvip .left{
	width: 20.83%;
	background: #fff;
	display: inline-table;
	margin-right: 1.67%;
	padding-bottom: 42px;
	border-top: 4px solid #ff6700;
}
.myvip .left li{
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 28px;
}
.myvip .left .active{
	background: #ffece0;
	font-size: 18px;
	color: #ff6700;
}
.myvip .right{
	width: 77.5%;
	background: #fff;
	border-top: 4px solid #ff6700;
	min-height: 700px;
}
.myvip .title{
	font-size: 26px;
	color: #333333;
	margin: 47px 0px 0px 55px;
	padding-bottom: 18px;
}
.myinformate .li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 33px;
}
.myinformate .txt{
	min-width: 108px;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.myinformate input{
	margin-left: 20px;
	width: 366px;
	height: 52px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 0px 36px;
	font-size: 14px;
	color: #333333;
}
.myinformate .changepw{
	text-align: center;
	font-size: 14px;
	text-decoration: underline;
	margin-top: 20px;
}
.myinformate .changepw a{
	color: #3c7cfb;
}
.myinformate .toup{
	width: 196px;
	height: 58px;
	background: #ff6700;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin: 67px auto 82px auto;
	cursor: pointer;
}
.progress .con{
	padding: 0px 35px;
	margin: 0 auto;
}
.progress .con ul{
	display: flex;
	border-bottom: 1px dashed #c5cccf;
	min-height: 65px;
	cursor: pointer;
	position: relative;
	align-items: center;
}
.progress .con ul:first-child{
	height: 56px;
	background: #f5f8f9;
	border-bottom: unset;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	cursor: unset;
	padding-right: 80px;
}
.progress .con ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16.6%;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.progress .con ul li:last-child{
	/* width: 50.2%; */
	width: calc(50.2% - 40px);
	justify-content: unset;
	padding-left: 40px;
}
.progress .con ul a:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 80px);
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.progress .detail{
	position: absolute;
	right: 0px;
	color: #666666;
	width: 80px;
	height: 100%;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	top: 0px;
}
.progressdel .con{
  width: 82%;
  
}
.progressdel input{
	width: 366px;
}
.progressdel .conInfo{
	width: 438px;
	margin-left: 20px;
}
.progressdel .speed{
	border-top: 10px solid #f7f7f7;
	margin-top: 40px;
}
.progressdel .speed .li{
	align-items: unset;
}
.progressdel .speed ul{
	margin-top: 10px;
}
.progressdel .speed li{
	position: relative;
	padding-bottom: 47px;
	border-left: 2px solid #ff6700;
  min-height: 60px;
}
.progressdel .speed li:nth-last-child(1) {
  border-left: none;
}
.progressdel .speed li:last-child{
	padding-bottom: 0px;
}
.progressdel .speed li:first-child .uyuan{
	display: block;
	top: -5px;
}
.progressdel .speed li:first-child .hyuan{
	display: none;
	top: -5px;
}
.progressdel .speed li:first-child .cons{
	position: absolute;
	top: -10px;
}
.progressdel .speed li:nth-last-child(1) .uyuan {
  display: block;
  left: -9px;
}
.progressdel .speed li:nth-last-child(1) .hyuan{
	display: none;
}
.progressdel .speed img{
	position: absolute;
}
.progressdel .speed .uyuan{
	width: 20px;
	left: -11px;
	top: 4px;
  display: none;
}
.progressdel .speed .hyuan{
	width: 12px;
	left: -7px;
	top: 8px;
	/* display: none; */
}
.progressdel .status{
  padding-left: 32px;
  position: relative;
	/* border-left: 2px solid #ff6700; */
}
.progressdel .status::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: -2px;
  background: #ff6700;
}
.progressdel .speed li:nth-child(1) .status::before {
  /* position: absolute;
  bottom: 0;
  left: -2px;
  height: 50%; */
  background-color: rgba(0,0,0,0);
}
.progressdel .speed li:nth-last-child(1) .status::before {
  left: 0;
  height: 50%;
}
.progressdel .status p{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
}
.progressdel .status span{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-left: 24px;
}
.progressdel .txts{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	margin-top: 8px;
	padding-left: 32px;
}
.progressdel .remork{
	/* width: 360px; */
	min-height: 139px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	margin-bottom: 68px;
	padding: 22px 42px 22px 36px;
	line-height: 38px;
}
.progress .butpage{
	padding: 52px 0px 58px 0px;
}
.progress .butpage img{
	width: 20px;
	cursor: pointer;
}
.progress .butpage .last{
	margin-right: 30px;
}
.progress .butpage ul li{
	margin-right: 30px;
	color: #999;
	cursor: pointer;
}
.progress .butpage ul .active{
	color: #333333;
}
.sharefile .con ul li:first-child{
	width: 40% !important;
}
.sharefile .con ul li:nth-child(2){
	width: 15% !important;
}
.sharefile .con ul li:nth-child(3){
	width: calc(45% - 150px) !important;
	padding-left: 150px !important;
	display: flex;
	justify-content:space-around !important;
}
.sharefile .con ul li .list{
	display: flex;
	align-items: center;
}
.sharefile .con .list img{
	width: 18px;
	margin-right: 11px;
}
.sharefile .money{
	color: #ff6700 !important;
}
.selfile{
	position: relative;
	margin: 85px auto 44px auto;

	max-width: 1200px;
	padding: 0px 10px;
}
.selfile .title{
	font-size: 40px;
	color: #333333;
	letter-spacing: 4px;
	text-align: center;
}
.selfile .selfilecon{
	position: relative;
	max-width: 1200px;
	padding: 0px 10px;
	background: #ffffff;
	margin: 44px auto 139px auto;
	padding: 104px 60px 96px 60px;
}
.selfilecon .left{
	/* padding-left: 20px; */
	padding-right: 20px;
}
.selfilecon .left img{
	width: 400px;
	/* height: 250px; */
}
.selfilecon .con{
	/* width: calc(100% - 400px); */
}
.selfilecon1 .con{ width: 32%; padding: 3% 14% 0;}
.selfilecon .list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 33px;
}
.selfilecon1 .list{ display:block}
.selfilecon .list:last-child{
	align-items: unset;
}
.selfilecon .list .tit{
	min-width: 140px;
	text-align: right;
	font-size: 18px;
}
.selfilecon1 .list .tit{ min-width:100%;text-align: center;}
.selfilecon .list:last-child .tit{
	margin-top: 15px;
}
.selfilecon .list input{
	width: 302px;
	min-height: 52px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	/* color: #d9d9d9; */
	padding: 0px 26px;
	margin-left: 20px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
.selfilecon1 .list input{ width:100%;box-sizing: border-box;margin-top: 7%; margin-left:0}
.selfilecon .list .input{
	width: 508px;
	min-height: 52px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	/* color: #d9d9d9; */
	padding: 0px 26px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
.selfilecon .list .textarea{
	min-height: 174px;
	align-items: unset;
	line-height: 45px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
.selfilecon .toup{
	position: relative;
	width: 188px;
	height: 55px;
	background: #ff6700;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	/*margin: 58px auto 0px auto;*/
	cursor: pointer;
    margin: 58px 0px 0px 160px;
}
.selfilecon1 .toup{ margin: 11% auto 0;}
.selfilecon .toup a{
	color: #fff;
	width: 100%;
	height: 100%;
}
.mypoints .tyue{
	
}
.mypoints .tyue .lefts{
	margin-left: 20px;
}
.mypoints .tyue img{
	width: 16px;
	height: 16px;
}
.mypoints .tyue .tit{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-left: 16px;
}
.mypoints .tyue strong{
	font-size: 42px;
	color: #333333;
	margin-left: 11px;
	flex-shrink: 0;
}
.mypoints .tyue .remork{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	margin: 4px 0px 0px 22px;
}
.mypoints .tyue .exchange{
	width: 120px;
	height: 50px;
	background: #ff6700;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}
.mypoints .butlist{
	margin-top: 35px;
	border-top: 20px solid #F7F7F7;
	padding-top: 33px;
}
.mypoints .con ul li{
  width: 25%;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  padding: 0 10px;
  text-align: center;
}
.mypoints .con ul li:nth-child(2){
	color: #fe0000;
}
.mypoints .con ul:first-child li:nth-child(2){
	color: #666666;
}
.mypoints .con ul li:last-child{
	width: 25%;
	padding-left: 0px;
	justify-content: center;
}
.mypoints .con .add{
	color: #ff6700 !important;
}
.mypoints .con ul{
	cursor: unset;
}
.showmodel{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.showmodel .modelcon{
	background: #fff;
	min-width: 540px;
	max-height: 80vh;
	background: #ffffff;
	z-index: 10;
	overflow-y: auto;
}
.showmodel .title{
	font-size: 22px;
	color: #333333;
	text-align: center;
	padding: 39px 0px 47px;
}



.pointslist{
	position: relative;
}
.pointslist .pointscon{
	position: relative;
	padding: 0px 10px;
	background: #ffffff;
}
.pointscon .list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 33px;
}
.pointscon .list:last-child{
	align-items: unset;
}
.pointscon .list .tit{
	min-width: 90px;
	text-align: right;
	font-size: 18px;
}
.pointscon .list:last-child .tit{
	margin-top: 15px;
}
.pointscon .list input{
	width: 238px;
	min-height: 44px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	font-size: 14px;
	padding: 0px 36px;
	margin-left: 20px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
.pointscon .list textarea{
	align-items: unset;
	line-height: 45px;
	word-wrap: break-word;
	word-break: break-all;
	width: 238px;
	height: 129px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	margin-left: 20px;
	padding: 0px 36px;
	font-size: 14px;
}
.pointscon .toup{
	width: 188px;
	height: 55px;
	background: #ff6700;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin: 58px auto 0px auto;
	cursor: pointer;
}
.pointscon .toup a{
	color: #fff;
}
.pointslist .toup{
	width: 235px;
	height: 58px;
	background: #ff6700;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
	cursor: pointer;
	margin-bottom: 40px;
}
.showmodel .bgmodel{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/* z-index: 99; */
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sharemodel{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sharemodel .bgmodel{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/* z-index: 99; */
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sharemodel .sharecon{
	background: #fff;
	padding: 0px 20px;
	z-index: 99;
	max-width: 500px;
}
.sharemodel .sharecon .title{
	font-size: 28px;
	text-align: center;
	padding: 30px 0px;
}
.sharemodel .sharecon .con{
	font-size: 20px;
	padding:10px 0px 40px 0px;
}
.sharemodel .con span{
	color: #ff6700;
}
.sharemodel .but{
	border-top: 1px solid lightgray;
}
.sharemodel .but li{
	width: 50%;
	height: 50px;
	font-size: 20px;
	color: #ff6700;
	cursor: pointer;
}
.sharemodel .but li:last-child{
	border-left: 1px solid lightgray;
	color: #333;
}
.unhaveing li{
	width: 100% !important;
}
.unhaveing li:last-child{
	border-left: unset !important;
}
.unhaveing{
	display: none;
}
.jftoast{
	display: none;
}
.newslist .bgtxt{
	position: absolute;
	top: 55px;
	opacity: 0.1;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	width: 100%;
}
.progress .detail{
	position: absolute;
	right: 0px;
	color: #666666;
	width: 80px;
	height: 100%;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	top: 0px;
}	
.progress .point ul:first-child{
	padding-right: 0px !important;
}
@media screen and (max-width: 800px) {
	.headcon li{
		padding: 0px 35px;
	}
	.sharefile .con ul li:nth-child(2){
		width: 30% !important;
	}
	.sharefile .con ul li:nth-child(3){
		padding-left: 0px !important;
		width: 30% !important;
		display: block;
	}
	.sharefile .con .list{
		margin-top: 10px;
		width: 60px;
		margin: 10px auto;
	}
	.sharefile .con ul:nth-child(1) li:nth-child(3){
		display: flex;
	}
}
@media screen and (max-width: 1000px) {
	.selfile .selfilecon{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1220px) {
	.customer_con .cons{
		width: 33.33%;
	}
}
@media screen and (max-width: 900px) {
	.customer_con .cons{
		width: 50%;
	}
	.selfilecon .list{
		display: block;
	}
	.selfilecon .list .tit {
	    text-align: left;
		margin-bottom: 20px;
	}
	.selfilecon .list input{
		margin-left: 0px;
	}
}
@media screen and (max-width: 650px) {
	.customer_con .cons{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.selfile .selfilecon{
		display: block;
	}
	.selfilecon .left{
		padding: 0px 10px;
		margin-bottom: 20px;
	}
	.selfilecon .left img{
		width: 100%;
	}
    .exbut_list .con {
        padding: 0px 10px;
    }
	.content{
		padding-top: 60px;
	}
	.swiper-button-next{
		width: 30px;
		height: 30px;
	}
	.swiper-button-prev{
		width: 30px;
		height: 30px;
	}
	.perspective .bgtxt{
		font-size: 30px;
	}
	.perspective .title{
		font-size: 30px;
	}
	.perlist{
		width: 100% !important;
		display: block;
		padding: 0px 0px 104px 0px !important;
	}
	.perspective .perlist .img{
		margin-bottom: 80px;
		width: 100%;
	}
	.perspective .perlist img{
		margin: 0 auto;
	}
	.hotpoint .bgtxt{
		font-size: 30px;
	}
	.hotpoint .title{
		font-size: 30px;
	}
	.newslist .newscon{
		display: block !important;
	}
	.newslist .newscon .list{
		margin: 0 auto;
		margin-bottom: 40px;
		width: 100%;
	}
	.newslist .img{
		width: 100%;
	}
	.newslist .but{
		width: 100%;
	}
	.customer .bgtxt{
		font-size: 30px;
	}
	.customer .title{
		font-size: 30px;
	}
	.hot_splist .list{
		width: 100%;
	}
	.abus_con .txt{
		padding: 0px;
	}
	.abus_list .cgtitle .li{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 0px;
		cursor: pointer;
  }
	.abus_list .cgtitle{
		margin-bottom: 50px;
	}
	.expect_con .text{
		padding: 0px 10px;
	}
	.exbut_list{
		width: 80%;
		margin: 50px auto 0px auto;
	}
	.exbut_con{
		padding: 0px;
	}
	.joinus_list .title{
		font-size: 26px;
	}
	.join_list .bcon .li{
		width: 100%;
	}
	.photouslist .ptitle{
		font-size: 30px;
	}
	.photouslist .map{
		max-width: 90%;
	}
	.photouslist .li{
		width: 100%;
		text-align: center;
	}
	.column_list .column_con{
		padding: 0px 10px;
	}
	.abus_list .abus_con{
		padding: 0px 10px;
	}
	.serve_list .title{
		font-size: 28px;
	}
	.serve_list .slist{
		display: block;
	}
	.serve_list .img{
		width: 100%;
		margin: 0px;
		/* padding: 30px 0px; */
	}
	.serve_list .right{
		padding: 0px 10px;
	}
	.serve_list .list{
		padding-bottom: 20px;
	}
	.serve_list .list li{
		min-width: 100%;
	}
	.servedetail_list .servedetail_con{
		padding: 0px 10px;
	}
	.newsdetail_list .newsdetail_con{
		padding: 0px 10px;
	}
	
	.news_lists .cgtitle .li{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 0px;
		cursor: pointer;
	}
	.news_lists .cgtitle{
		margin-bottom: 50px;
	}
	.content .dian{
		display: none;
	}
	.trade_list .trade_con{
		padding: 0px 10px;
	}
	.trade_list{
		display: block;
	}
	.trade_list .left{
		width: 100%;
		margin-right: 0px;
	}
	.trade_list .right{
		width: 100%;
		margin-top: 50px;
	}
	.viplogin .title{
		font-size: 28px;
	}
	.viplogin .vipcon{
		position: relative;
		width: 100%;
		padding: 0px;
	}
	.viplogin .left{
		padding: 0px 20px;
		width: 100%;
		text-align: center;
	}
	.viplogin .left input{
		width: 100%;
		padding: 0px;
		text-align: center;
	}
	.viplogin .left .tologin{
		width: 100%;
		margin-bottom: 60px;
	}
	.viplogin .right{
		padding: 0px 20px 30px 20px;
	}
	.viplogin .right img{
		width: 100%;
	}
	.myvip .title{
		text-align: center;
		margin: 47px auto 0px auto;
	}
	.myvip{
		display: block;
	}
	.myvip .left{
		width: 100%;
	}
	.myvip .right{
		width: 100%;
		margin-top: 40px;
	}
	.myinformate{
		padding: 0px 10px 5px 10px;
	}
	.myinformate .li{
		display: block;
	}
	.myinformate .txt{
		width: 100%;
		text-align: left;
	}
	.myinformate input{
		width: 100%;
		padding: 0px;
		margin: 10px 0px;
		text-align: center;
	}
	.progress .con{
		padding: 0px 10px;
	}
	.progressdel .con{
		width: 100%;
	}
	.progressdel .conInfo{
		margin-top: 30px;
		width: 100%;
		margin-left: 0px;
	}
	.progressdel .remork{
		width: unset;
		padding: 10px;
	}
	.progressdel .speed li{
		margin-left: 20px;
	}
	.selfilecon .list{
		display: block;
	}
	.selfilecon .list .tit{
		text-align: left;
		padding: 0px 10px;
	}
	.selfilecon .list input{
		margin: 0px;
		padding: 0px;
		text-align: center;
		width: calc(100% - 20px);
		margin: 20px 10px 0px 10px;
	}
	.selfilecon .list .input{
		margin: 0px;
		padding: 0px;
		text-align: center;
		width: calc(100% - 20px);
		margin: 20px 10px 0px 10px;
	}
	.mypoints .tyue{
		display: block;
	}
	.mypoints .tyue .lefts{
		margin-left: 0px;
	}
	.mypoints .tyue .lefts .tp{
		justify-content: center;
	}
	.mypoints .tyue .exchange{
		margin: 0 auto;
		margin-top: 20px;
		width: 80%;
	}
	.mypoints .tyue .remork{
		margin: 0 auto;
		margin-top: 10px;
		text-align: center;
	}
	.pointscon .list{
		display: block;
	}
	.pointscon .list .tit{
		text-align: left;
	}
	.pointscon .list input{
		width: 100%;
		margin-left: 0px;
		padding: 0px;
		margin-top: 10px;
	}
	.pointscon .list textarea{
		width: 100%;
		margin-left: 0px;
		padding: 0px;
		margin-top: 10px;
	}
	.pointslist .toup{
		margin-bottom: 40px;
	}
	.showmodel .modelcon{
		min-width: 80%;
		min-height:unset;
		max-height: 80vh;
		overflow-y: auto;
	}
	.news_lists .list{
		width: 100%;
	}
	.news_lists .list .listcon{
		margin: 0px;
	}
	.sharemodel .sharecon{
		max-width: calc(90% - 40px);
	}
	
	
	.progress .con ul li{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 25%;
		font-size: 14px;
		font-weight: 400;
		color: #666666;
	}
	.progress .con ul li:last-child{
		/* width: 50.2%; */
		width: 25%;
		justify-content: unset;
		padding-left: unset;
	}
	.newslist .bgtxt{
		font-size: 30px;
	}
	.progress .detail{
		/* display: none; */
		width: 40px;
	}
	.progress .con ul a:first-child{
		width: calc(100% - 40px);
	}
	.progress .con ul:first-child{
		padding-right: 40px;
	}	
	.progress .point ul:first-child{
		padding-right: 0px !important;
	}
}





/*从这开始样式*/

.photouslist .head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
   
}

    .photouslist .head h5 {
        font-size:25px;
        color:#72737d
    }

    .photouslist .head img {
        width: 135px;
        padding-right: 200px;
    }

.photouslist .title {
    font-size:20px;
    color:#505153;
    margin-top:25px
}

.photouslist .butlist{
	border-top: 0px solid #c9c9c9;
	margin-top: 0;
}

.photouslist .li .tit {
    margin-top:40px
}

.contentUsShare {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    margin-bottom: 90px;
    max-width: 1200px;
    padding-right: 175px;
}
    .contentUsShare .text {
        max-width:360px;
        line-height:56px
    }

        .contentUsShare .text .t1 {
            font-size:32px;
            font-weight:bold;
            color:#595453
        }

        .contentUsShare .text .t2 {
            font-size:30px;
            color:#595453
        }

         .contentUsShare .text .t3 {
            font-size:32px;
            color:#595453
        }

           .contentUsShare .text a {
            font-size:24px;
            color:#9c9c9c
        }

    .contentUsShare .ewmList {
        display:flex;

    }
        .contentUsShare .ewmList .ewm {
            max-width:150px;
            margin-left:40px
        }
        .contentUsShare .ewmList span {
            display:block;
            text-align:center;
            font-size:24px;
            color:#33333b;
            font-weight:bold;
            margin-top:20px;
        }

@media screen and (max-width: 768px) {
    .photouslist .head {
        margin-top:20px
    }
    .photouslist .head h5{
           font-size:20px;
    }
    .photouslist .head img {
        display:none
    }
    .photouslist .ptitle {
        display:none;
    }
    .photouslist .title {
        margin-top:10px;
        font-size:18px
    }
    .photouslist .li .tit {
        margin:10px 0
    }
    .photouslist {
        padding-bottom:20px;
    }
    .contentUsShare {
        padding:20px 40px 20px 10px;
        flex-wrap:wrap
    }
    .contentUsShare .text {
        line-height:1.6;
        width:100%
    }
    .contentUsShare .text .t1 {
        font-size:16px;
    }
     .contentUsShare .text .t2 {
        font-size:16px;
    }
      .contentUsShare .text a {
        font-size:14px;
    }
        .contentUsShare .ewmList {
            width:100%;
            margin-top:20px;
            justify-content:space-around
        }
            .contentUsShare .ewmList .ewm {
                margin-left:0
            }
			.selfilecon1 .con{width: 90%;
  padding: 2% 5% 0;}
  .selfilecon1 .list .tit{ text-align:center}
}


.fy a{    margin-right: 30px;
    color: #999;
    cursor: pointer;}

.fy .curr{ color: #333333}