@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
button {
	padding: 0;
	margin: 0;
}

fieldset,
img,
button {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th,
li,
dt,
dd,
p {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	text-align: left;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}


/*a:hover{text-decoration:none;opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}*/


/*a,a:hover{transition:all 0.3s ease 0s}*/

button {
	cursor: pointer;
}

input {
	outline: none;
	font-size: 14px;
	color: #333
}

em {
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
}

body {
	font-size: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: PingFangSC-Regular, PingFangSC, 'Open Sans', Roboto, Arial, sans-serif;
	line-height: 1.5;
	min-width: 320px;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.center {
	margin: 0 auto;
	display: block;
}

.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}


/* Hides from IE-mac \*/

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}


/* End hide from IE-mac */

img {
	max-width: 100%;
	border: 0;
	display: inline-block;
}

.dis_ibk {
	display: inline-block;
}

.dis_none {
	display: none;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.pos_relative {
	position: relative;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
}

.dis_flex_center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.public_reg_btn_click {
	cursor: pointer;
}

.padding_100 {
	padding: 100px 0;
}

.btn_sty {
	border-radius: 4px;
	background-color: #64b51a;
	color: #ffffff!important;
	text-align: center;
}

.pc_hide {
	display: none!important;
}

.btn_sty:hover {
	opacity: 0.85;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 333;
	transition: all .2s ease;
}

.scrollbg header {
	background: #FFFFFF;
	box-shadow: 0 1px 10px 0 rgba(48, 51, 85, .1);
}

.header_div {
	height: 98px;
}

a:hover {
	opacity: 0.75;
}

.header_div .a1 {
	line-height: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 45px;
}

.scrollbg .header_div .a1 {
	color: #31353b;
}

.img_pc_scro,
.scrollbg .img_pc {
	display: none!important;
}

.scrollbg .img_pc_scro {
	display: block!important;
}

.header_div .btn_sign {
	width: 96px;
	height: 38px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 38px;
	margin-left: 25px;
}

.header_div .dr {
	display: flex;
	align-items: center;
}

.lang_tab {
	position: relative;
	padding: 7px 15px 7px 0;
	overflow: hidden;
	background: url(../img/lang_jt.svg) no-repeat right center;
	background-size: 12px;
}

.lang_tab.active {
	background: url(../img/lang_jt_close.svg) no-repeat right center;
	background-size: 12px;
}

.scrollbg .lang_tab {
	background: url(../img/lang_jt_m.svg) no-repeat right center;
	background-size: 12px;
}

.scrollbg .lang_tab.active {
	background: url(../img/lang_jt_close_m.svg) no-repeat right center;
	background-size: 12px;
}

.lang_tab ul {
	/*	display: none;*/
	height: 0;
	position: absolute;
	border-radius: 6px;
	box-shadow: 0 4px 36px 0 rgba(26, 47, 71, 0.09);
	background-color: #ffffff;
	left: 25px;
	top: 40px;
	overflow: hidden;
}

.lang_tab li {
	padding: 0 20px 0 20px;
	min-width: 80px;
}

.lang_tab a {
	font-size: 16px;
	color: #31353b;
	line-height: 42px;
	display: block;
	word-break: keep-all;
}

.lang_tab a:hover {
	color: #64b51a;
	opacity: 1;
}

.lang_tab .active {
	background-color: #64b51a;
}

.lang_tab .active a {
	color: #FFFFFF;
}

.lang_tab .active a:hover {
	color: #FFFFFF;
}

.lang_name {
	cursor: pointer;
}

.img_m {
	display: none;
}

footer {
	background-color: #031f3a;
	padding: 80px 0;
}

.foot_con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 16px;
	color: #707e8c;
	line-height: 22px;
}

.foot_con .bor {
	width: 1px;
	height: 180px;
	border-left: solid 1px #414e5a;
}

.foot_con .dl a {
	color: #ffffff;
}

.foot_con .dl>div {
	margin-top: 20px;
}

.foot_con .dr .d_a {
	margin-top: 20px;
	font-size: 16px;
	color: #707e8c;
	line-height: 22px;
	display: block;
}

.foot_con .d_tit {
	color: #ffffff;
}

.foot_con .dr {
	display: flex;
	justify-content: space-between;
	width: calc(60%);
}

.footer_lang {
	text-align: right;
	color: #FFFFFF;
	position: relative;
	top: -25px;
}

.footer_lang a {
	color: #707e8c;
}

.copy_right {
	background-color: #000;
	color: #cbcddb;
	font-size: 14px;
	padding: 16px 0;
	font-size: 12px;
	color: #a6b5c4;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

body .layui-layer-hui {
	background-color: #fef0f0;
	color: #f56c6c;
}

.col_green {
	color: #64b51a!important;
}

.btn_sty {
	border-radius: 4px;
	background-color: #64b51a;
	color: #ffffff!important;
	text-align: center;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.pc_hide {
	display: none;
}

.m_hide {
	display: block;
}

@media only screen and (max-width: 450px) {
	.wrap {
		padding: 0 15px;
	}
	.padding_100 {
		padding: 50px 0;
	}
	.m_hide,
	.scrollbg .img_pc_scro {
		display: none!important;
	}
	.pc_hide {
		display: block!important;
	}
	.img_m {
		display: block!important;
		max-width: 120px;
	}
	.header_div {
		height: 60px;
	}
	header {
		background: #FFFFFF;
	}
	body {
		padding-top: 60px;
	}
	footer {
		padding: 50px 0;
	}
	footer .foot_con {
		display: block;
	}
	footer .bor {
		display: none;
	}
	footer .foot_con .dl {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
	}
	.foot_con .dl>div,
	.foot_con .dr .d_a {
		margin-top: 9px;
	}
	footer .foot_con .dr {
		margin-top: 30px;
		width: 100%;
		font-size: 12px;
		line-height: 15px;
	}
	footer .foot_con .dr .d_a {
		font-size: 12px;
		line-height: 15px;
	}
	.copy_right {
		display: flex;
	}
	.footer_lang {
		font-size: 14px;
	}
	.header_div .a1 {
		font-size: 14px;
		color: #31353b;
	}
	.lang_tab {
		background: url(../img/lang_jt_m.svg) no-repeat right center;
		background-size: 8px!important;
	}
	.lang_tab.active {
		background: url(../img/lang_jt_close_m.svg) no-repeat right center;
		background-size: 8px!important;
	}
	.lang_tab,
	.lang_tab.active {
		padding-right: 11px;
	}
	.lang_tab a {
		font-size: 12px;
		line-height: 35px;
	}
	.lang_tab ul {
		right: 0;
		left: inherit;
	}
	.lang_tab li {
		padding: 0 15px 0 15px;
		min-width: 60px;
	}
}