*{
	margin: 0;
	padding: 0;
}
a{
	color: #333;
	text-decoration: none;
}
li{
	list-style: none;
}
input{
	outline: none;
}
.header{
	width: 100%;
	height:80px;
	box-shadow: 0px 2px 6px rgba(107, 107, 107, 0.1);
	z-index: 99;
	position: fixed;
	top: 0px;
	background: white;
}
.flex{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.logo{
	display: flex;
	align-items: center;
	float: left;
}
.logo h3{
	font-weight: bold;
	font-size:28px;
	font-family: Microsoft YaHei;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.nav{
	width:56%;
	height:80px;
	padding-top:2px;
	box-sizing: border-box;
}
.nav ul{
	height:80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}
.nav ul li{
	line-height:80px;
}
.nav ul li a{
	font-family: Microsoft YaHei;
	text-decoration: none;
	font-size: 16px;
}
.nav ul .active a{
	display: block;
	line-height:70px;
	color: #1890FF;
	border-bottom: 2px solid #1890FF;
}
.nav ul li a:hover{
	display: block;
	line-height:70px;
	color: #1890FF;
	border-bottom: 2px solid #1890FF;
}
.tell{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tell span{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #EE6767;
}
.tell img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.classify{
	display: none;
}
/* 手机端导航 */
.mob-header{
	position: fixed;
	top: 80px;
	width: 100%;
	z-index: 100;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
	box-shadow: 0px 2px 6px rgb(107 107 107 / 10%);
	background-color: #fff;
	display: none;
}
.mob-tell{
	height:60px;
	line-height:60px;
}
.mob-tell span{
	font-size: 16px;
}
.mob-nav{
	padding: 10px 0 10px 0;
	box-sizing: border-box;
}
.mob-nav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mob-nav ul .active{
	color: #1890FF;
}

/* 轮播图 */
.banner{
	width: 100%;
	margin-top:80px;

}
.banner .swiper-slide{
	width: 100%;
	overflow: hidden;
	height:720px;
/* 	background: url(../img/banner.png) no-repeat center; */
	background-size: 100% 100%;
/* 	padding-top:80px; */
	box-sizing: border-box;
}
.banner .title{
	font-size:48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 80px;
	text-align: center;
}
.banner .swiper-slide .row .col-md-6{
	padding: 0;
}
.ban-title{
	margin-top:124px;
}
.ban-title p:nth-child(1){
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: white;
}
.ban-title p:nth-child(2){
	font-size:24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FBFBFB;
}
.ios{
	margin-top:40px;
}
.ios li{
	margin-top: 3px;
	font-size:18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.form{
	width:406px;
	margin-left:112px;
}
.bd-top{
	width: 100%;
	height:92px;
	margin-top: 88px;
	background-color: #1890FF;
	border-radius: 4px 4px 0px 0px;
	position: relative;
}
.bd-top img{
	position:absolute;
	left: 0;
	top: 0;
	width:60px;
	height:60px;
}
.bd-top span{
	display: block;
	text-align: center;
	line-height: 92px;
	color: #fff;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.bd-btm{
	width: 100%;
	height:271px;
	background-color: #283F8B;
	padding: 36px;
	box-sizing: border-box;
}
.bd-btm .bd-btm-input{
	display: flex;
	align-items: center;
}
.bd-btm .bd-btm-input span{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #EE6767;
}
.bd-btm .bd-btm-input input{
	width:96%;
	height: 40px;
	margin-left: 5px;
	padding-left: 5px;
	box-sizing: border-box;
}
.bd-btm-btm{
	margin-top: 20px;
}
.baohu{
	padding-left: 8px;
	box-sizing: border-box;
	margin-bottom:10px;
}
.baohu img{
	width: 16px;
	height: 16px;
}
.baohu span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #20D178;
}
.bd-btm-fun{
	display: flex;
	align-items: center;
	margin-top: 28px;
}
.bd-btm-fun div{
	width: 160px;
	height: 44px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 44px;
	color: #FFFFFF;
	border-radius: 44px;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}
.bd-btm-fun div:nth-child(1){
	background-color: #1890FF;
}
.bd-btm-fun div:nth-child(2){
	background-color: #01C773;
}
@media (max-width:1199px){
	.tell span{font-size: 15px;}
}
@media (max-width:1024px){
	.tell span{font-size: 15px;}
}
@media (max-width:992px) {
	.header .container{
		width: 100%;
	}
	.nav{
		width: 50%;
	}
	.logo h3{font-size: 20px;}
	.banner .swiper-slide{padding-top: 0px;}
}
@media (max-width:780px) {
	.nav{
		display: none;
	}
	.tell{
		display: none;
	}
	.flex{
		display: block;
	}
	.classify{
		height: 80px;
		line-height: 80px;
		display: block;
		float: right;
	}
}
@media  {
	
}