

/*public start*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	min-width: 320px;
	margin: 0 auto;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}


select,
input {
	vertical-align: middle;
}

textarea {
	resize: none;
	font-family: arial;
}

ul,
ol {
	list-style: none;
}

img {
	vertical-align: middle;
	font-size: 0;
	border: 0;
	outline: none;
	max-width: 100%;
	object-fit: cover;
}

i,
em {
	font-style: normal;
	text-decoration: none;
}

a {
	color: #333333;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover {
	color: #72C7CD;
	text-decoration: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}

.li-img {
	display: table;
	text-align: center;
	*position: relative;
	*overflow: hidden;
}

.li-img a {
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*left: 50%;
	*top: 50%;
}

.li-img a img {
	*position: relative;
	*left: -50%;
	*top: -50%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

em,
i,
u {
	font-style: normal;
}

body {
	font-family: "microsoft yahei" Georgia, "Times New Roman", Times, serif, arial;
}
select,
input,
textarea {
	font-size: 12px;
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "microsoft yahei" Georgia, "Times New Roman", Times, serif, arial;
}

.font-arial{
	font-family: arial;
}
.big-en{
	text-transform: uppercase;
}
.syht{
	font-family: "思源黑体";
}
.font-yahei{
	font-family: "microsoft yahei" Georgia, "Times New Roman", Times, serif, arial;
}
.ohidden {
	overflow: hidden;
}
button{
	cursor: pointer;
}
.pt0 {
	padding-top: 0 !important;
}
.bg-ff {
	background-color: #FFFFFF;
}
.bg-f7 {
	background-color: #f7f7f7;
}
.bg-f1 {
	background-color: #f1f1f1;
}
.bg-f2 {
	background-color: #f2f2f2;
}
.bg-72C7CD{
	background-color: #72C7CD;
}

.line1{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.line2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.line3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.core {
	padding-left: 5.625%;
	padding-right: 5.625%;
}

.core2 {
	width: 1440px;
	margin: 0 auto;
}


.margin-auto{
	margin: 0 auto;
}
.hei100{
	height: 100%;
}
.w100{
	display: block;
	width: 100%;
}
.vis_hid{
	visibility: hidden;
}
img.zwimg{
	display: block;
	width: 100%;
	visibility: hidden;
}
img.isimg{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.box_table {
	display: table;
	width: 100%;
	height: 100%;
}

.box_cell {
	display: table-cell;
	vertical-align: middle;
}

.pos_rel{
	position: relative;
}

.flex-column{
	display: flex;
	flex-direction: column;
}
.flex-row{
	display: flex;
	flex-direction: row;
}

.flex-wrap{
	flex-wrap: wrap;
}

.flex-shrink0{
	flex-shrink: 0;
}
.flex1{
	flex: 1;
}
.jcsb{
	justify-content: space-between;
}
.jccen{
	justify-content: center;
}
.jcend{
	justify-content: flex-end;
}
.align-items-center{
	align-items: center;
}
.align-items-flex-end{
	align-items: flex-end;
}



.font52{
	font-size: 52px;
}
.font46{
	font-size: 46px;
}
.font43{
	font-size: 43px;
}
.font40{
	font-size: 40px;
}
.font32{
	font-size: 32px;
}
.font30{
	font-size: 30px;
}
.font28{
	font-size: 28px;
}
.font25{
	font-size: 25px;
}
.font24{
	font-size: 24px;
}
.font23{
	font-size: 23px;
}
.font22{
	font-size: 22px;
}
.font20{
	font-size: 20px;
}
.font18{
	font-size: 18px;
}
.font16 {
	font-size: 16px;
}
.font14 {
	font-size: 14px;
}
.font12{
	font-size: 12px;
}



.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.font-bold{
	font-weight: bold;
}
.color-fff{
	color: #FFFFFF;
}
.color-eee{
	color: #eeeeee;
}
.color-ccc{
	color: #cccccc;
}
.color-000{
	color: #000000;
}
.color-999{
	color: #999999;
}
.color-888{
	color: #888888;
}
.color-666{
	color: #666666;
}
.color-555{
	color: #555555;
}
.color-444{
	color: #444444;
}
.color-333{
	color: #333333;
}
.color-85{
	color: #858585;
}
.color-eb{
	color: #ebebeb;
}
.color-10{
	color: #101010;
}
.color-40{
	color: #404040;
}
.color-ba2d3f{
	color: #ba2d3f;
}
.color-fb4045{
	color: #fb4045;
}
.color-F15934{
	color: #F15934;
}
.color-087EF8{
	color: #087EF8;
}
.color-136B6B{
	color: #136B6B;
}
.color-38{
	color: #383838;
}
.color-4A{
	color: #4a4a4a;
}
.color-7A{
	color: #7a7a7a;
}
.color-AE{
	color: #AEAEAE;
}
.color-2D{
	color: #2D2D2D;
}
.color-FE{
	color: #FEFEFE;
}
.color-e6{
	color: #e6e6e6;
}
.color-4CA29A{
	color: #4CA29A;
}
.color-41464B{
	color: #41464B;
}
.color-1C7A7A{
	color: #1C7A7A;
}
.color-1A1919{
	color: #1A1919;
}
.color-68{
	color: #686868;
}

.color-094746{
	color: #094746;
}
.color-B3{
	color: #B3B3B3;
}

.bgColor-333{
	background-color: #333333;
}
.bgColor-4CA29A{
	background-color: #4CA29A;
}
.bgColor-5773cb{
	background-color: #5773cb;
}
.bgColor-c69f6b{
	background-color: #c69f6b;
}
.bgColor-ba2d3f{
	background-color: #ba2d3f;
}
.bgColor-4ea6fa{
	background-color: #4ea6fa;
}
.bgColor-f15425{
	background-color: #f15425;
}
.bgColor-eef4fb{
	background-color: #eef4fb;
}
.bgColor-F0F0F0{
	background-color: #F0F0F0;
}
.bgColor-E8E8E8{
	background-color: #E8E8E8;
}
.bgColor-F15934{
	background-color: #F15934;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #7E7E7E;
}
input:-moz-placeholder,textarea:-moz-placeholder {
	color: #7E7E7E;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color: #7E7E7E;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #7E7E7E;
}



