@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

body {
	margin: 0 auto;
	font-family: PingFang-SC-Regular, PingFang-SC;
	background-color: #F6F6F6;
	color: #666;
	max-width: 640px;
}

a {
	color: #666;
	text-decoration: none;
}

img,
dl,
dt,
dd,
ul,
li,
ol,
i,
u,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
tt,
body,
form,
pre,
em,
input,
textarea {
	font-style: normal;
	list-style: none outside none;
	text-decoration: none;
	text-indent: 0;
	border: none;
	vertical-align: middle;
}

div:after,
ul:after,
ol:after,
dl:after,
header:after,
footer:after,
nav:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

button {
	border: none;
	cursor: pointer;
	display: block;
	text-align: center;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.clear {
	clear: both;
}

.header {
	width: 100%;
}

.top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 12px 0;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 9999
}

.top2 {
	background-color: rgba(0, 0, 0, 0.6);
}

.top .back_home {
	width: 20%;
	text-align: center;
	overflow: hidden;
	float: left;
}

.top .back_home img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	o
}

.top .top_logo {
	width: 60%;
	float: left;
	text-align: center;
}

.top .top_logo img {
	width: 110px;
	height: 24px;
}

.top .top_nav {
	width: 20%;
	float: right;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

 

.slogan {
	width: 100%;
	text-align: center;
}

.slogan h1.slogan_title {
	font-size: 18px;
	font-weight: bold;
	color: black;
	line-height: 25px;
}

.font_while {
	color: #fff !important;
}

.slogan p {
	font-size: 15px;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: white;
	line-height: 20px;
	margin-top: 6px;
}

.focus {
	width: 100%;
}

.focus dl {
	width: 25%;
	overflow: hidden;
	margin-top: 25px;
	float: left;
}

.focus dt {
	width: 100%;
	overflow: hidden;
	margin-right: 10px;
	text-align: center;
	padding-left: 32px;
}

.focus dt img {
	width: 28px;
	height: 28px;
}

.focus dd {
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 17px;
	font-size: 14px;
}

.data_form {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.data_form_bg_while {
	background-color: #FFFFFF;
}

.data_form p {
	text-align: center;
}

.data_form form {
	width: 100%;
}

.data_form form input {
	width: 80%;
	height: 36px;
	margin: 0 auto;
	display: block;
}

.data_form .text_input {
	margin-top: 20px;
	border-radius: 18px;
	font-weight: 400;
	text-align: center;
}

.data_form form button {}

.data_form form .form_btn {
	text-align: center;
	width: 60%;
	margin: 30px auto;
	background: linear-gradient(180deg, rgba(0, 191, 255, 1) 0%, rgba(0, 128, 255, 1) 100%);
	box-shadow: 0px 3px 10px 0px rgba(181, 76, 0, 0.15);
	border-radius: 36px;
	border: 2px solid rgba(255, 255, 255, 1);
	font-weight: 600;
	font-size: 14px
	color: #FFFFFF;
	height: 40px;
}

.zixun_btn {
	width: 60%;
	height: 30px;
	margin: 30px auto;
}

.zixun_btn button {
	width: 100%;
	height: 40px;
	text-align: center;
	display: block;
	background: linear-gradient(180deg, rgba(0, 191, 255, 1) 0%, rgba(0, 128, 255, 1) 100%);
	box-shadow: 0px 5px 15px 0px rgba(0, 128, 255, 0.2);
	border-radius: 20px;
	font-weight: 600;
	color: #fff;
}

.zixun_btn button a {
	color: #FFFFFF;
	font-size: 15px
	line-height: 40px;
}

.press {
	background-color: #FFFFFF;
}

.press .press_con {
	width: 100%;
	padding: 15px;
}

.press .press_con dl {
	padding-top: 20px;
}

.press .press_con dl:first-child {
	padding-top: 10px;
}

.press .press_con dt {
	width: 75px;
	height: 75px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

.press .press_con dt img {
	width: 75px;
	height: 75px;
	background: rgba(249, 249, 249, 1);
	border-radius: 5px;
}

.press .press_con dd {}

.press .press_con dd span {
	display: block;
	font-weight: 600;
	color: rgba(0, 128, 255, 1);
	line-height: 20px;
}

.press .press_con dd p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 18px;
}

.youshi {
	width: 100%;
}

.youshi dl {
	width: 25%;
	overflow: hidden;
	margin-top: 25px;
	float: left;
}

.youshi dt {
	width: 100%;
	overflow: hidden;
	margin-right: 10px;
	text-align: center;
}

.youshi dt img {
	width: 40px;
	height: 40px;
}

.youshi dd {
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 17px;
	font-size: 14px
}

.while_bg {
	background-color: #FFFFFF;
}

footer {
	padding: 20px 20px 70px;
	background-color: #F5F5F5;
	border-top: 1px solid #DEDBDC;
}

.foot {
	width: 100%;
	display: none;
}

.foot .foot_tel {
	width: 50%;
	float: left;
	color: #FFFFFF;
}

.foot .foot_tel p {
	font-size: 14px
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 19px;
}

.foot .foot_tel span {
	font-size: 14px
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 21px;
	padding-top: 0.3125rem;
}

.foot .foot_logo {
	float: right;
	margin-top: 5px;
}

.foot .foot_logo img {
	width: 150px;
	height: 24px;
}

.copyright {
	width: 100%;
	color: #999999;
	/* margin-top: 25px; */
}

.copyright p {
	font-size: 14px
	font-weight: 400;
	line-height: 17px;
	text-align: center;
}
