*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
i{
	all: unset;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
button,input{
	border: none;
	background: none;
	
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
img{
	display: block;
	vertical-align: baseline;
}
input:focus {
	border: none;
	box-shadow: none;
}
.header{
	height: 80px;
	
	background-color: #FFFFFF;
	position: sticky;
	top: 0;
	z-index: 9999;
}
.centent{
	width: 1200px;
	height: 80px;
	margin: auto;
	/* background-color: red; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border-bottom: 1px solid red; */
}
.logo{
	display: flex;
	align-items: center;
}
.logo div h1{
	font-size: 22px;
	font-family: BDZongYi-A001;
	font-weight: normal;
	color: #212121;
	margin-left: 26px;
}
.logo div p{
	width: 130px;
	height: 24px;
	border: 1px solid #2C61AD;
	border-radius: 12px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #212121;
	margin-left: 17px;
}
.column ul{
	display: flex;
}
.column li{
	width: 80px;
	height: 20px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #555555;
	margin-left: 80px;
}

.form{
	width: 100%;
	height: 433px;
	background: #2C61AD;
}
.form_body{
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form_body .form_left{
	margin-right: 185px;
}
.form_body .form_left p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 56px;
	width: 282px;
	margin-left: 24px;
}
.form_body strong {
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 23px;
	width: 282px;
	margin-left: 21px;
}
.form_right input{
	margin-bottom: 32px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: rgba(51, 51, 51, 0.8);
	text-indent: 16px;
}
.form_right .name{
	margin-top: 41px;
}
.form_right .name input{
	width: 291px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 6px;
}
.form_right .name input:nth-child(1){
	margin-right: 26px;
}
.form_right .scene input{
	width: 611px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 6px;
}
.form_right p {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
}
.form_right p img{
	margin-left: 10px;
}
.form_right button{
	width: 223px;
	height: 59px;
	background: #FFFFFF;
	border-radius: 6px;
	margin-top: 16px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.8);
}


.footer{
	height: 504px;
	background: #1E1E1E;
}
.footer_top{
	height: 432px;
}
.footer_top_info{
	width: 1330px;
	height: 380px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_top_info_left{
	
}
.left_logo{
	display: flex;
	align-items: center;
}
.left_logo img{
	margin-right: 25px;
}
.left_logo strong{
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #EEEEEE;
	line-height: 12px;
}
.left_logo p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #EEEEEE;
	margin-top: 16px;
}

.left_info{
	color: #EEEEEE;
	font-family: Source Han Sans CN;
	margin-top: 43px;
}
.left_info strong{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 33px;
}
.left_info p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

.left_logo_centre{
	display: flex;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
}
.left_logo_centre p{
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
}
.left_logo_centre p::after{
	content: " ";
	width: 30px;
	height: 3px;
	background: #2C61AD;
	display: block;
	margin-top: 13px;
	margin-bottom: 31px;
}
.left_logo_centre ul li{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #EEEEEE;
	margin-bottom: 21px;
}
.left_logo_centre .service{
	margin-right: 85px;
}
.left_logo_centre .cooperate{
	margin-right: 85px;
}

.left_logo_right{
	display: flex;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #EEEEEE;
	text-align: center;
}
.left_logo_right div:nth-child(1){
	margin-right: 39px;
}
.left_logo_right img{
	border-radius: 17px;
	margin-bottom: 16px;
}
.footer_top_friendly{
	color: #EEEEEE;
	text-align: center;
}
.footer_top_friendly strong{
	font-size: 16px;
}

.footer_top_friendly a{
	margin-right: 15px;
}

.Copyright{
	height: 72px;
	text-align: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #999999;
	line-height: 72px;
}


.layui{
	width: 134px;
	height: 258px;
	background: #2C61AD;
	border-radius: 6px;
	position: fixed;
	right: 50px;
	top: 60%;
	color: #FFFFFF;
	z-index: 99999;
}
.layui p{
	display: flex;
	justify-content: center;
	margin-top: 9px;
	margin-bottom: 8px;
}
.layui p img{
	margin-right: 10px;
}
.layui ul{
	width: 114px;
	border-radius: 6px 6px 6px 6px;
	text-align: center;
	background-color: #fff;
	margin: auto;
}
.layui ul li{
	font-size: 13px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #575656;
	line-height: 28px;
	border-bottom: 1px solid #2C61AD;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.layui ul li img{
	margin-right: 3px;
}

.active{
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #2C61AD;
}