*{
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
body{
	background: #ffffff;
}

ul li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
img{
	display: block;
}

.clearfix:after{
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.wrap1200{
	width: 1200px;
}

.container{
	padding: 80px;
	border-radius: 10px;
	width: 500px;
	background: #fff;
	margin: 50px auto;
}


/* head */
.headwrap{
	height: 150px;
	margin: 0 auto;
}
.headwrap .headTop{
	height: 50px;
	margin: 0 auto;
	border-bottom: 1px solid #EAEDEF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	color: #83898C;
}
.headwrap .headTop .headTop-tel{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.headwrap .headTop .headTop-tel img{
	width: 14px;
	height: 14px;
	margin-right: 8px;
}
.headBox{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top: 20px;
	position: fixed;z-index: 99999;background: #fff;width: 1920px;padding: 28px 350px;
}
@media (max-width: 1280px){
	      .headBox{
	          padding:28px 0;
	          width:100%;
	      }
	  }
.actttt{
    top:0;
}
.headBox .logo,
.headBox .logo img{
	width: 341px;
	height: 61px;
}
.headBox-right .slogan img{
	width: 182px;
	height: 20px;
}
.headBox-right .slogan{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 21px;
}
.headBox-right .head-nav{
	line-height: 20px;
}
.headBox-right .head-nav a{
	font-size: 16px;
	color: #555555;
}
.headBox-right .head-nav a.active{
	color: #333333;
	font-weight: bold;
}
.headBox-right .head-nav span{
	font-size: 16px;
	color: #83898C;
	margin: 0 26px;
}


/* banner */
.banner{
	width: 100%;
	height: 560px;
}
.banner .swiper-container,
.banner .swiper-container .swiper-slide,
.banner .swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
}
.banner .swiper-button-prev, 
.banner .swiper-button-next{
	width: 48px;
	height: 48px;
}
.banner .swiper-button-prev{
	background: url(../img/index/banner/arrow1.png) no-repeat;
	background-size: 48px 48px;
	left: 0;
}
.banner .swiper-button-next{
	background: url(../img/index/banner/arrow2.png) no-repeat;
	background-size: 48px 48px;
	right: 0;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #ffffff;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}
.swiper-pagination-bullet-active{
	background: #009EF1;
}


/* bread */
.breadWrap{
	height: 50px;
	margin: 0 auto 7px;
	box-sizing: border-box;
	border-bottom: 1px solid #83898C;
	display: flex;
	justify-content: space-between;
}
.breadWrap .breadTitle,
.breadWrap .breadTitle img{
	height: 42px;
}
.breadWrap .breadBox{
	height: 20px;
	padding-top: 6px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #666666;
	display: flex;
	justify-content: flex-end;
}
.breadWrap .breadBox a{
	color: #666666;
}
.breadWrap .breadBox .arrow{
	margin: 0 10px;
}
.breadWrap .breadBox .active{
	color: #009EF1;
}



/* foot */
.footer-bg{
	background: #444748;
	width: 100%;
	height: 293px;
	box-sizing: border-box;
	padding: 60px 0 0 0;
}
.footerBox{
	margin: 0 auto;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
}
.footer-left p{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	opacity: 0.8;
	margin-bottom: 10px;
}
.footer-left h2{
	font-size: 32px;
	line-height: 41px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.footer-right{
	text-align: right;
}
.footer-right h2{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 2px;
}
.footer-right h3{
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.02em;
	margin-bottom: 40px;
}
.foot-nav a{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
.foot-nav span{
	margin: 0 26px;
}