.blue{
	color: #049cd3;
}
.note{
	word-break: break-all;
	word-wrap: break-word;
	white-space: break-spaces;
	color: #505050;
}
.grey{
	color: #808080;
}
.kuandu{
	width: 100%;
	display: block;
}
/*pc*/
.home_first{
	background: url(../img/bg.png?v=1) no-repeat center top;
	background-size:cover;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.home_logo{
	margin-top: 30px;
}
.home_logo img{
	width: 195px;
}
.home_first h2{
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	margin-top: 200px;
}
.home_first p{
	color: #CFCFCF;
	font-size: 20px;
	margin-top: 27px;
}
.home_first_bottom{
	margin-top: 87px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.home_first_button{
	height: 60px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	color: #027C90;
	padding: 15px 25px;
	margin: 0 20px;
	overflow: hidden;
	font-weight: 500;
}
.home_first_button:hover{
	color: #027C90;
}
.home_first_button img{
	width:28px;
	vertical-align: middle;
	margin-right: 10px;
}
.home_second{
	background: #F1F1F1;
	border-radius: 20px;
	padding: 50px;
	text-align: center;
	overflow: hidden;
}
.home_second img{
	width: 90px;
	margin-bottom: 30px;
}
.home_three{
	display: block;
}
.home_three_top{
	padding-top: 80px;
	overflow: hidden;
}
.home_three_bottom{
	background: url(../img/img15.png?v=1) no-repeat center bottom;
	background-size: cover;
	width: 100vw;
	height: 75vh;
	padding-top: 100px;
	margin-top: 50px;
}
.home_three_title{
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 40px;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
.home_three_list{
	background: rgba(0, 0, 0, 0.7);
	border-radius: 20px;
	padding: 50px 0;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.home_three_list img{
	width: 72px;
	margin-bottom: 50px;
}
.home_three_list h4{
	color: #fff;
}
.home_three_list h3{
	color: #fff;
	margin-top: 20px;
}
.home_five{
	background: #F1F1F1;
	border-radius: 20px;
	padding: 50px 30px;
	text-align: center;
	overflow: hidden;
	margin:0 10px;
}
.home_five img{
	width:110px;
	margin-bottom:20px;
}
.home_six{
	overflow: hidden;
	width: 100vw;
	height:100vh;
	position: relative;
}
.home_six_title{
	background: #fff;
	padding:35px 0;
	text-align: center;
}
.footer_bg{
	background: #014586;
	padding:30px 0;
	overflow: hidden;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size:14px;
}
.footer_bg span{
	padding: 0 10px;
}
.footer_bg p{
	margin-top: 0;
}
/*pc样式*/
@media(min-width:992px)
{
	.mobile_show{
		display: none;
	}
	.web_show{
		display: block;
	}
}
/*手机端样式*/
@media(max-width:991px)
{
 .web_show{
	 display: none;
 }
 .mobile_show{
	 display: block;
 }
}
.col-sm-4, .col-4{
	padding-left: 5px;
	padding-right: 5px;
}
.mobile_note{
	word-break: break-all;
	word-wrap: break-word;
	white-space: break-spaces;
	color: #505050;
	font-size: 14px;
}
.mobile_top{
	position: relative;
}
.mobile_main{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.mobile_scroll{
	height: 280px;
	background: url(../img/mobile1.png?v=1) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.moblie_logo{
	overflow: hidden;
}
.mobile_logo img{
	width: 85px;
	margin:25px 0 0 25px;
}
.mobile_head{
	margin-top:50px;
	text-align:center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.mobile_head p{
	font-size: 13px;
	color: #CFCFCF;
	font-weight: normal;
}
.mobile_head_bottom{
	margin-top: 22px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.mobile_head_button{
	margin: 0 10px;
	padding: 6px 20px;
	background: #fff;
	border-radius: 10px;
	color: #027C90;
	font-size: 14px;
	font-weight: 500;
}
.mobile_head_bottom img{
	width:18px;
	margin-right: 5px;
	vertical-align:middle;
}
.mobile_first{
	background:#F1F1F1;
	border-radius: 10px;
	padding: 15px 10px;
	overflow: hidden;
	min-height: 200px;
}
.mobile_first img{
	width: 40px;
	margin-bottom: 6px;
}
.mobile_first h5{
	font-size: 18px;
}
.mobile_second{
	overflow: hidden;
	position: relative;
}
.mobile_second_top{
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	overflow: hidden;
	justify-content: center;
}
.mobile_second_bottom{
	background: url(../img/mobile2.png?v=1) no-repeat center bottom;
	background-size: cover;
	padding:45px 0;
	overflow: hidden;
	margin-top: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.mobile_second_title{
	width:70%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.mobile_second_list{
	background:rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	padding: 15px 0;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.mobile_second_list img{
	width: 20px;
	margin-bottom: 10px;
}
.mobile_second_list h5{
	color: #fff;
}
.mobile_three{
	background: #F7F7F7;
	padding: 45px 20px;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
}
.mobile_three img{
	width: 40px;
	height: 40px;
	margin-bottom: 12px;
}
.mobile_four{
	overflow: hidden;
	padding:35px 0;
	text-align: center;
	width: 100vw;
}
.mobile_four_top{
	position: absolute;
	top:90px;
	left: 0;
	right: 0;
	overflow: hidden;
}
.mobile_footer{
	background: #014586;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	overflow: hidden;
	font-size: 13px;
	color: #fff;
}
.mobile_footer span{
	padding: 0 10px;
}
.mobile_footer p{
	margin-top: 5px;
}