body {
    font-family:"SourceHanSansSC-Regular,微软雅黑";
    overflow-x: hidden;
    font-size: 14px;
	padding-top: 60px;
	color: #292929;
}
*{
	line-height:1.5;
	box-sizing: border-box;
	margin: 0;padding: 0;
	font-style: normal;text-decoration: none;border: none;outline: none;}
ul,li {
    list-style:none;
}
input{
	background: none;
	outline: none;
	border: none;
	-webkit-appearance:none;
	border-radius:0 ;
}
.cb {
    width:100%;
    clear:both;
    height:0;
}
.cba::after{
	content: "";
	clear: both;
	width: 100%;
	height: 0;
	display: block;
}
.w100{
	width: 100%;
	display: block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.colorF{
	color: #fff;
}
.colorO{
	color: #F5A71A;
}
.color2{
	color: #292929;
}
.color6{
	color: #666;
}
.color7{
	color: #777;
}
.color9{
	color: #989898;
}
.colorB{
	color: #0069AA;
}
.fz102{
	font-size: 102px;
}
.fz56{
	font-size: 56px;
}
.fz45{
	font-size: 45px;
}
.fz40{
	font-size: 40px;
}
.fz38{
	font-size: 38px;
}
.fz30{
	font-size: 30px;
}
.fz28{
	font-size: 28px;
}
.fz24{
	font-size: 24px;
}
.fz20{
	font-size: 20px;
}
.fz18{
	font-size: 18px;
}
.fz16{
	font-size: 16px;
}
.fz14{
	font-size: 14px;
}
.sk{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.a-btn1{
	border: 1px solid #fff;
	color: #fff;
	display: block;
	text-align: center;
}
.a-btn1:hover{
	background: #fff;
	color: #F5A71A;
}
.a-btn2{
	border: 1px solid #F5A71A;
	color: #F5A71A;
	display: block;
	text-align: center;
}
.a-btn2:hover{
	background: #F5A71A;
	color: #fff;
}
.inner{
	max-width: 1414px;
	margin: 0 auto;
	padding: 0 12px;
	position: relative;
}
.banner{
	width: 100%;
	display: block;
}
/*nav*/
.nav{
	position: fixed;
	width: 100%;
	height: 60px;
	background: #0c151b;
	left: 0 ;
	top: 0;
	z-index: 10;
}
.nav{
	padding: 0 250px;
	
}
.nav .logo{
	position: absolute;
	left: 60px;
	top: 9px;
}
.nav .logo img{
	width: 140px;
}
.nav-main{
	width: 100%;
	margin: 0 auto;
	max-width: 1240px;
	height: 100%;
}
.nav-main a{
	float: left;
	width: 14%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
}
.nav-main a.cur,.nav-main a:hover{
	background: #f5a71a;
}
.search{
	position: absolute;
	right: 60px;
	top: 10px;
	width: 190px;
}
.search .search-btn{
	float: right;
	width: 40px;
	height: 40px;
	background: url(../images/search-icon.png) no-repeat center center;
	cursor: pointer;
}
.search .search-input{
	background: none;
	float: right;
	width: 0;
	height: 30px;
	margin-top: 5px;
	line-height: 30px;
	border-bottom: 1px solid #f5a71a;
	color: #F5A71A;
	/* transition: all .3s; */
}
.search.focus .search-input{
	width: 150px;
}
.search.focus .search-btn{
	background-image: url(../images/search-icon2.png);
}
/* footer*/
.footer{
	background: #d7dade;
	padding: 0 10px;
}
.footer .inner{
	padding: 118px 140px 118px 0;
}
.footer .inner .ft-ewm{
	position: absolute;
	width: 120px;
	text-align: center;
	right: 0;
	top: 72px;
}
.footer .inner .ft-ewm img{
	width: 100%;
	margin-bottom: 12px;
	display: block;
}
.footer .p1{
	margin-bottom: 20px;
}
.footer .p1 a{
	display: inline-block;
	margin-right: 20px;
}
.footer .p1 a:hover{
	color: #F5A71A;
}
/*index*/
.index-body{
	background: url(../images/index-bg.jpg) no-repeat top center;
	background-size: 1920px;
}
.index-part1{
	
}
.index-part1 .p1{
	line-height: 102px;
	width: 450px;
	padding: 220px 0 0;
}
.index-part1 .p11{
	padding: 40px 0;
}
.index-part1 .p12{
	max-width: 676px;
	margin-bottom: 40px;
	font-size: 16px;
}
.index-part1  .a-btn1.fz28{
	width: 272px;
	height: 58px;
	line-height: 56px;
	border-radius: 29px;
	margin-bottom: 208px;
}
.i-part1-main{
	background: #F5A71A;
	overflow: hidden;
}
.i-part1-main img{
	width: 56%;
	float: left;
}
.i-part1-main .i-part1-txt{
	width: 44%;
	float: left;
	padding:6% 6% 0 6%;
}
.i-part1-main p{
	color: #fff;
}
.i-part1-main .sk{
	width:240px ;
	height: 5px;
	background: #fff;
	margin: 0 0 30px;
}
.i-part1-main .p2{
	margin-bottom: 4px;
}
.i-part1-main .p3{
	margin-bottom: 7px;
}
.i-part1-main .p4{
	margin-bottom: 40px;
}
.i-part1-main .a-btn1.fz20{
	width: 142px;
	height: 40px;
	line-height: 38px;
}
.index-part3{
	background: url(../images/index-p3-bg.jpg) no-repeat top center;
	background-size: 1920px;
	text-align: center;
	padding-bottom: 110px;
}
.index-part3 .p1{
	padding: 72px 0 9px;
}
.index-part3 .p2{
	padding-bottom: 70px;
}
.index-part3-list{
	overflow: hidden;
}
.index-part3-box{
	width: 33.33%;
	float: left;
	padding: 0 10px 20px;
}
.index-part3-box img{
	display: block;
	width: 100%;
}
.i-p3-b-txt{
	background: #ebebeb;
	height: 217px;
}
.i-p3-b-txt .p3{
	padding: 60px 0 12px;
}
.i-p3-b-txt .p4{
	padding: 0 40px;
}
.index-part4{
	background-image: url(../images/index-p4-bg.jpg);
}
.index-part5{
	background-image: url(../images/index-p5-bg.jpg);
}
/*about*/
.p-title{
	text-align: center;
}
.p-title .p2{
	margin: 5px 0 46px;
}
.p-title .sk{
	width:53px ;
	height: 5px;
	background: rgba(0,0,0,0.5)
}
.about-main{
	padding-top: 130px;
}
.about-main .p3{
	margin: 60px 0;
}
.about-main .p4{
	margin-bottom:12px ;
}
.about-main .p5{
	margin-bottom:40px ;
}
.about-p2-img{
	width: 50%;
	float: left;
}
.about-p2-img::after{
	content: "";
	clear: both;
	width: 100%;
	height: 0;
	display: block;
}
.about-p2-img img{
	width: 31%;
	float: left;
	margin-right: 2.3%;
	box-shadow:0 3px 12px rgba(0,0,0,.1) ;
	cursor: pointer;
}
.about-p2-img img.cur{
	box-shadow:6px 8px 8px 0px rgba(0,0,0,.3) ;
	/* border: 1px solid #F5A71A;
	box-sizing: border-box; */
	transform: scale(1.03);
}
.about-part2{
	padding-bottom: 80px;
}
.about-part2::after{
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.about-p2-txt-box{
	display: none;
	padding: 80px 0 0 80px;
}
.about-p2-txt-box .p1{
	margin-bottom: 12px;
}
.about-p2-txt-box .p2{
	margin-bottom: 24px;
}
.about-p2-txt-box .sk{
	width: 118px;
	height: 1px;
	background: #777;
	margin: 0 0 10px;
}
.about-p2-txt-box .p3{
	line-height: 2;
	color: #777;
}
.about-p2-txt-box.show{
	display: block;
}
.about-p2-txt-list{
	float: left;
	width: 50%;
}
/**/
.intr-list{
	margin-top: 60px;
	padding-bottom: 50px;
}
.intr-box{
	display: block;
	margin-bottom: 30px;
	position: relative;
	top: 0;
	transition: top .3s;
}
.intr-box:hover{
	top: -5px;
}
.intr-box img{
	float: left;
	width: 50%;
	box-shadow:0 3px 12px rgba(0,0,0,.2) ;
}
.intr-box .intr-txt{
	float: left;
	width: 50%;
	padding:60px 0 0 40px ;
}
.intr-box .intr-txt .p1{
	margin-bottom: 12px;
}
.intr-main{
	margin-top: 130px;
}
.intr-main .p-title{
	text-align: left;
}
.intr-main .p-title .sk{
	margin: 0;
}
.intr-desc{
	padding: 60px 0 130px;
}
.intr-desc .p1{
	margin-bottom: 20px;
}
.intr-desc .p2{
	margin:40px 0;
}
.intr-desc .p3 a{
	display: inline-block;
	font-size: 18px;
	color: #777;
	margin-right: 12px;
}
.intr-desc .p3{
	margin-bottom: 130px;
}
.hz-list{
	padding: 60px 0 100px;
}
.hz-list .p0{
	margin-bottom: 60px;
	padding-left: 10px;
}
.hz-box{
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-bottom: 30px;
}
.hz-box img{
	display: block;
	width: 100%;
}
.hz-box img:hover{
	opacity: 0.8;
}
.hz-box .p1{
	margin:24px 0 ;
}
.hz-box .sk{
	width: 118px;
	height: 1px;
	background: #777;
	margin: 0 0 10px;
}
.news-main{
	padding: 60px 0;
}
.news-main .p2{
	margin: 60px 0 12px;
}
.news-main .p3{
	margin-bottom: 20px;
}
.join-main{
	padding: 60px 0 100px;
}
.join-main .p1{
	margin-bottom: 60px;
}
.join-box dl{
	width: 33.33%;
	float: left;
}
.join-box dt{
	font-size: 38px;
	margin-bottom: 30px;
}
.join-box dd{
	font-size: 24px;
	color: #777;
	line-height: 48px;
	margin-bottom: 42px;
	overflow: hidden;
}
.join-box a{
	display: block;
	width: 100%;
	max-width: 258px;
	height: 50px;
	line-height: 48px;
	float: right;
}
.join-desc .p1{
	margin-top: 60px;
	margin-bottom: 10px;
}
.join-desc .p2{
	margin-bottom: 20px;
}
.join-desc .p3{
	margin: 20px 0 100px;
}
.index-part2{
	padding: 130px 0 130px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.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;
  transition: 300ms;
  transform: scale(0.78);
  transform-origin: center 230px;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.index-swiper img{
	width: 100%;
}
.index-swiper{
	margin-top: 60px;
}
.index-swiper .p3{
	font-size: 38px;
	padding: 40px 0 20px;
	color: #292929;
}
.index-swiper .p4{
	font-size: 16px;
	color: #777;
}
.index-swiper .a-btn2{
	width: 140px;
	height: 40px;
	line-height: 38px;
	margin: 30px auto 100px;
}
.index-swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #5f5d5b;
    opacity: 1;
}
.index-swiper .swiper-pagination-bullet-active{
	background: #af1943;
}
.index-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.swiper-index-warp{
	position: relative;
}
.swiper-index-warp .swiper-button-next,.swiper-index-warp  .swiper-button-prev{
	margin-top: 0;
	top: 190px;
}
.swiper-index-warp .swiper-button-next:after,.swiper-index-warp .swiper-button-prev:after{
	content: "";
	
}
.swiper-index-warp .swiper-button-next,.swiper-index-warp  .swiper-button-prev{
	width:47px ;
	height:88px ;
	background: url(../images/right-icon.png);
	background-size: 100% 100%;
}
.swiper-index-warp  .swiper-button-prev{
	background-image: url(../images/left-icon.png);
}
.swiper-index-warp .swiper-button-next{
	right: -60px;
}
.swiper-index-warp  .swiper-button-prev{
	left: -60px;
}
.swiper-index-warp  .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-index-warp   .swiper-pagination-custom,.swiper-index-warp   .swiper-pagination-fraction{
	bottom: 0;
}
.index-part1 .a-btn1.fz28:hover{
		background: #F5A71A;
		border-color: #F5A71A;
		color: #fff;
	}
@media (max-width:1520px ){
	.swiper-index-warp .swiper-button-next{
		right: 0;
	}
	.swiper-index-warp  .swiper-button-prev{
		left: 0;
	}
	
}
/*--------1414------*/
@media (max-width:1414px ){
	.i-part1-main .i-part1-txt{
		padding: 6% 2% 0 2%;
	}
	.swiper-slide{
		transform-origin: center 160px;
	}
	
}
/*----------1160------------*/
@media (max-width:1160px ){
	.nav-main{
		height: auto;
	}
	.nav {
		padding: 0;
	}
	.nav-m{
		position: fixed;
		width: 100%;
		left: 0;
		top: 60px;
		background:#0c151b ;
		padding-top: 0;
		transition: all .3s;
		z-index: 2;
		height: 0;
		overflow: hidden;
	}
	.nav-m.show{
		height: 380px;
		padding-top: 10px;
	}
	.nav .logo{
		left: 60px;
	}
	.nav-m a{
		width: 100%;
		float: none;
		display: block;
		text-align: left;
		padding-left: 30px;
		height: 50px;
		line-height: 50px;
		
	}
	.search {
		width: 100%;
		overflow: hidden;
		position: relative;
		padding: 0 35px 10px 30px;
		left: 0;
		height: 70px;
	}
	.search .search-btn{
		right: 0;
		top: 0;
		position: absolute;
		background-image: url(../images/search-icon2.png);
	}
	.search .search-input{
		width: 100% !important;
	}
	.m-dh{
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0px;
		top: 0;
		background: url(../images/m_dh2.png) no-repeat center center;
		background-size: 30px;
		cursor: pointer;
	}
	.i-part1-main .p3{
		font-size: 32px;
		
	}
	.i-part1-main .p4{
		margin-bottom: 20px;
	}
	.i-part1-main .i-part1-txt{
		padding: 2% 2% 0 2%;
	}
	.i-part1-main .sk{
		margin-bottom: 10px;
	}
	.i-p3-b-txt .p3{
		padding-top: 30px;
	}
	.about-p2-txt-box{
		padding: 40px 0 0 40px;
	}
	.swiper-index-warp .swiper-button-next, .swiper-index-warp .swiper-button-prev{
		top: 130px;
	}
}
@media (max-width:980px ){
	.swiper-index-warp .swiper-button-next, .swiper-index-warp .swiper-button-prev{
		top: 150px;
	}
	.i-part1-main img{
		width: 100%;
	}
	.i-part1-main .i-part1-txt{
		width: 100%;
		padding: 6% 4%;
	}
	.index-part3-box{
		width: 100%;
	}
	.p-title .p2.fz56{
		font-size: 32px;
		margin-bottom: 26px;
	}
	.p-title .p1.fz28{
		font-size: 16px;
	}
	.p-title .sk{
		height: 3px;
	}
	.index-part3 .p1{
		font-size: 28px;
		padding-top: 42px;
	}
	.index-part3 .p2{
		padding-bottom: 42px;
	}
	.footer .inner .ft-ewm{
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
		width: 100%;
	}
	.footer .inner .ft-ewm img{
		width: 120px;
		margin:  20px auto;
	}
	.footer .p1{
		font-size: 16px;
		text-align: center;
	}
	.footer .p1 a{
		font-size: 16px;
	}
	.footer .inner{
		padding: 40px 0;
	}
	.index-part1 .p1{
		font-size: 60px;
		width: 280px;
		line-height: 68px;
		padding: 80px 0 0;
	}
	.index-part1 .p11{
		padding: 30px 0;
		font-size: 28px;
	}
	.index-part1 .a-btn1.fz28{
		font-size: 18px;
		height: 40px;
		width: 180px;
		line-height: 38px;
		margin-bottom:60px;
		border-radius: 20px;
	}
	
	.index-part3{
		padding-bottom: 40px;
	}
	.about-p2-img{
		width: 100%;
		float: none;
	}
	.about-p2-txt-list{
		width: 100%;
		float: none;
		
	}
	.about-p2-txt-box{
		padding: 40px 0 0 10px;
	}
	.about-main{
		padding-top: 40px;
	}
	.about-main .p3{
		font-size: 24px;
		margin: 30px 0;
	}
	.about-main .p4{
		font-size: 28px;
	}
	.about-main .p5{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.about-part2{
		margin-top: 40px;
	}
	.intr-list{
		margin-top: 40px;
	}
	.intr-box img{
		width: 100%;
		float: none;
	}
	.intr-box .intr-txt{
		width: 100%;
		padding: 12px 0 0 0;
	}
	.intr-box .intr-txt .p1{
		font-size: 26px;
	}
	.intr-box .intr-txt .p2{
		font-size: 14px;
	}
	.intr-main{
		margin-top: 40px;
	}
	.intr-desc{
		padding: 40px 0;
	}
	.intr-desc .p3{
		margin-bottom: 40px;
	}
	.intr-desc .fz24{
		font-size: 18px;
	}
	.intr-desc .fz18{
		font-size: 16px;
	}
	.intr-desc .p3 a{
		font-size: 16px;
	}
	.intr-desc .p2{
		margin: 24px 0;
	}
	.hz-list{
		padding: 30px 0 40px;
	}
	.hz-list .p0{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.hz-box{
		width: 100%;
	}
	.hz-box .p1{
		font-size: 20px;
		margin: 16px 0;
	}
	.news-main{
		padding: 30px 0 40px;
	}
	.news-main .p1{
		font-size: 24px;
	}
	.news-main .p2{
		font-size: 28px;
		margin: 20px 0 10px;
	}
	.news-main .p3{
		font-size: 14px;
		margin-bottom: 14px;
	}
	.join-main{
		padding: 30px 0 40px;
	}
	.join-main .p1{
		font-size: 20px;
	}
	.join-box dt{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.join-box dd{
		font-size: 18px;
	}
	.join-box dd{
		margin-bottom: 28px;
	}
	.join-desc .p1{
		margin-top: 40px;
		font-size: 18px;
	}
	.join-desc .p2{
		font-size: 14px;
		margin-bottom: 14px;
	}
	.index-body{
		background-size: 980px;
	}
	.index-part2{
		padding: 40px 0 40px;
	}
	.index-swiper .p3{
		font-size: 24px;
		padding: 10px 0 12px;
	}
	.index-swiper .p4{
		font-size: 14px;
	}
	.index-swiper .a-btn2{
		width: 120px;
		height: 36px;
		line-height: 34px;
		font-size: 14px;
		margin: 12px auto 40px;
	}
	.index-swiper .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.swiper-index-warp .swiper-button-next,.swiper-index-warp  .swiper-button-prev{
		width: 24px;
		height: 44px;
	}
	.about-p2-img img.cur{
		box-shadow:4px 6px 6px 0px rgba(0,0,0,.3) ;
		/* border: 1px solid #F5A71A;
		box-sizing: border-box; */
		transform: scale(1.03);
	}
}
@media (max-width:768px ){
	.index-swiper img{
		width: 80%;
		
	}
}

@media (max-width:520px ){
	.join-box dl:nth-of-type(1){
		width: 30%;
	}
	.join-box dl:nth-of-type(2){
		width: 42%;
	}
	.join-box dl:nth-of-type(3){
		width: 28%;
	}
	.join-box dt{
		font-size: 20px;
	}
	.join-box dd{
		font-size: 14px;
		line-height: 32px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.join-box a{
		height:32px ;
		line-height: 30px;
		max-width: 200px;
	}
}