body{
	background-color: #FFFFFF;
	/* overflow: hidden; */
	margin: 0px;
	padding: 0;
	/* font-size: 16px; */
	/* font:normal 100% Helvetica,Arial,sans-serif; */
	font-family:"Microsoft Yahei";
}
a{
	text-decoration: none;
	color: #FFFFFF;
}

	.imghover:hover{
			transform: scale(3);
		}
		
.content{
	width: 64%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	
}

/* @media (max-width:500px) {
	.content{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		background-color: gray;
	}
} */

 　　

/* 导航栏 */
.navbar{
	padding: 0 20px;
}
.navbar-right .bg {
	background-color: #42ADD8;
	color: white;
}
.content1{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.navbar-cents{
	width: 100%;
	 background-color: white;  
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0px;
	 
	top: 0;
	left: 0;
	z-index: 2222;
	box-shadow:0px 0px 10px #06C;position: fixed; width:100%;
}
.navbar-left{
	display: flex;
	align-items: center;
	margin-left:12%;
}
.navbar-left img{
	width: 55px;
	height: 55px;
	margin-right: 15px;
}
.navbar-left .img-right .title{
	font-size: 22px;
	color: #111;
	font-weight:600;
	 letter-spacing:2px;
}
.navbar-left .img-right .text{
	font-size: 13px;
	color: #888;
	 letter-spacing:1px;
}
.navbar-right{
	display: flex;
	margin-right:15%;
	
}
.navbar-right a{
	text-decoration: none;
/* 	color: white; */
	color: black;
}
.navbar-right div{
	/* background-color: white; */
	font-size: 15px;
	width: 120px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	
}
.navbar-right div:hover{
	
	color: #47AAD2;
}
/* .navbar-right a:hover{
	color: white;
} */
.direction{
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 大型的轮播图 */
/* .banner .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: 876px;
	
} */
.banner{
	width: 100%;
	position: relative;
	/* background-image: url(../img/index/banner1.png);
	overflow-block: unset; */
	
}
.swiper-container {
    width: 100%;
    max-height: 876px;
}
/* .swiper-container{
	width: 100%;
	height: 876px;
} */
.lineimg{
	position: relative;
	/* left: 0;
	right: 0; */
}
.lineimg img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.linewrite{
	position: absolute;
	top: 20%;
	left: 12%;
	z-index: 22;
}
.linewrite .title p{
	font-size: 40px;
	color: white;
	line-height: 20px;
}
.linewrite .smalltitle{
	margin-top: 0px;
	font-size: 1.3rem;
	color: white;
	line-height: 10px;
}
.linewrite .linewrite-btn{
	width: 200px;
	height: 54px;
	background-color: rgba(66,127,249,1);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-top: 70px;
	border-radius: 2px;
}
/* .linewrite-btn:hover{
	transform: scale(1.2);
} */
/* @keyframes myfirst
  {
      0%{width: 0;height: 0;}
      50%  {width: 250px;height: 250px;}
      100% {width: 500px;height: 500px;}
  } */

/* 小型轮播图 */
.banner .swiper-wrapper .swiper-slide .lineimgs img{
	width: 100%;
	height: 380px;
	
} 
.swiper-containers{
	width: 100%;
	height: 380px;
	/* overflow: hidden; */
}
.lineimgs{
	position: relative;
}
.linewrites{
	position: absolute;
	top: 20%;
	left: 34%;
	z-index: 22;
}
.lef{
	margin-left: 55px;
}
.linewrites .title p{
	font-size: 40px;
	color: white;
	line-height: 10px;
	text-align: center;
}
.linewrites .title1 p{
	font-size: 40px;
	color: white;
	line-height: 10px;
	text-align: center;
}
.linewrites .smalltitle{
	margin-top: -5px;
	font-size: 19px;
	color: white;
	line-height: 10px;
	text-align: center;
}
.linewrites .linewrite-btn{
	width: 292px;
	height: 84px;
	background-color: #68BDE0;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	margin: 25px auto;
	border-radius: 42px;
	font-family: PingFangSC-Regular;
	animation: btn 2s both linear;
}
@keyframes btn{
	{
		0%{
			width: 0;
			height: 0;
		}
		50%{
			width: 145px;
			height: 42px;
		}
		100%{
			width: 292px;
			height: 84px;
		}
	}
	
}
a{
	text-decoration: none;
}

/* 重复标题 */

.repeatTitle{
	color: #010101;
	font-size: 38px;
	margin-top: 40px;
	text-align: center;
}
.repeatSmallTitle{
	font-size: 22px;
	color: #969696;
	text-align: center;
	margin-top: 10px;
}

/* 底部盒子样式 */

.imgconts{
	margin: 80px 0px;
	display: flex;
	justify-content: space-between;
}

.boxtex{
	/* width: 25%; */
	height: 350px;
	border:1px solid #E2E2E2;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.boxtex :hover{
	background-color:#42ADD8 ;
	color: white;
}
.boxtex img{
	width: 100%;
	max-width: 100%;
	/* height: 249px; */
}
.boxtex-tes{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	flex-direction: column;
	align-items: center;
}
/* .boxtex-tes:hover{
	background-color:#42ADD8;
	color: white;
} */
.boxtex-t{
	font-size: 13px;
	margin-top: 20px;
}
.boxtex-text{
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 5px;
	text-align: center;
	color: black;
}

/* 底部联系方式 */
.hr1{
	margin: 70px auto 0px auto;
	width: 80%;
	height: 1px;
	border-bottom: 2px dashed #eee;
}
.hr2{
	margin: 5px auto 50px auto;
	width: 100%;
	height: 1px;
	border-bottom: 2px dashed #eee;
}

.wxfangs{
	display: flex;
	justify-content: space-around;
	
}
.wxfangs .left{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.wxfangs .left div{
	margin-top: 15px;
	font-size: 19px;
}
.wxfangs .left img{
	width: 200px;
	height: 200px;
}
.ceners{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.cunload-img{
	width: 200px;
	height: 200px;
}
.cload{
	font-size: 17px;
	color: #333333;
}
.bos{
	margin-bottom: 60px;
}

/* 底部导航 */
.footer{
	width: 100%;
	height: 200px;
	background-color: #333333;
	color: #FFFFFF;
}
.footer-conts{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.footer-conts-lef{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
.footer-conts-cent{
	width: 35%;
	line-height: 40px;
	font-size: 16px;
	text-align: start;
	margin-left: 2%;
	/* margin-left: -320px; */
}
.footer-conts-right{ 
	display: flex; 
	align-items: center;
}
.code-unload{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin-right: 60px;
	margin-top: 18px;
}
.load{
	font-size: 15px;
	margin-top: 7px;
}
.unload-img{
	width: 83px;
	height: 70px;
}
.codes{
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.codes1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.copyright{	
	text-align: center;
	color: #FFFFFF;
	margin-top: 16px;
}
.contents{
	width: 100%;
	height: 100%;
	padding-top: 5px;
}
