@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	/* Safari */
}

a {
	text-decoration: none;
	color: #000000;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

ul,
ul li {
	list-style: none;
}
html,body {
	width: 100%;
	font-size: 16px;
	color: #000000;
	min-width: 1200px;
	position: relative;
	overflow-x: hidden;
font-family:Source Han Sans !important;
}

p {
	margin: 0;
}
a:hover {
	color:  #82ccd2;
}
.p-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.p-0 {
	padding: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.p-t {
	padding-top: 30px !important;
}

.m-t {
	margin-top:180px !important;
}

.m-b {
	margin-bottom:30px;
}

.p-b {
	padding-bottom: 15px !important;
}

.padding {
	padding: 30px 0 !important;
}

a {
	text-decoration: none !important;
}
.container::before {
	content: none !important;
}

.container::after {
	content: none !important;
}

.container {
	max-width: 1200px !important;
	width: 1200px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin: 120px auto !important;
}
input,
button {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none !important;
	background: transparent;
}

input::-webkit-input-placeholder {
	color: white;
	font-size: 14px;
}

input::-moz-placeholder {
	color: white;
	font-size: 14px;
}

/* firefox 19+ */
input:-ms-input-placeholder {
	color: white;
	font-size: 15px;
}

/* Internet Explorer 10+ */
input:-moz-placeholder {
	color: white;
	font-size:14px;
}
/*悬浮*/

@media screen and (max-width: 1201px) {
    html,body {
       overflow-x: auto;
    }
}
