@charset "utf-8";

* {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img,
cite {
	margin: 0;
	padding: 0;
	border: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
li,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	font-family: "MicroSoft YaHei", "Hiragino Sans GB", Arial, sans-serif;
}

article,
iframe {
	display: block;
	border: 0;
}

b,
i,
em {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

html,
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	max-width: 100%;
	display: block;
	border: none;

}

img {
	max-width: 100%;
	display: block;
	border: none;

}


img.img2 {
	width: 100%;
}


body {
	background: #F2F3F7;
	min-width: 1200px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	-webkit-text-size-adjust: none;
}

ul,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}

input::focus-inner {
	outline: 0;
	padding: 0;
	border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
}

:focus {
	outline: none;
}

.por {
	position: relative;
}

.poa {
	position: absolute;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

a,
area {
	blr: expression(this.onFocus=this.blur())
}


#bglogo>a {
    background: #ffffff;
    border-radius: 0 24px 24px 0;

    width: 220px
	
	}
a {
	color: #333;
	text-decoration: none;
}

.Width a:hover {
	color: #AF2C23;
}





.Width {
	width: 1400px;
	margin: 0 auto;
}

.ordWidth {
	width: 1400px;
	margin: 0 auto
}

.clear {
	clear: both;
	height: 0px;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	overflow: hidden;
}

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

.clearfix {
	*zoom: 1;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

::selection {
	background: #007aff;
	color: white;
	text-shadow: none;
}

::-webkit-scrollbar-track-piece {
	width: 10px;
	background-color: #f2f2f2
}

::-webkit-scrollbar {
	width: 10px;
	height: 6px
}

::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:hover {
	background: #707070;
}

@media screen and (max-width:1520px) {
	body {
		min-width: 1200px;
	}

	.Width {
		width: 1200px;
	}

}

@media only all and (max-width:1080px) {

	body {
		min-width: 100%;
	}

	.Width {
		width: 94%;
	}

}


.snake_right {
	position: fixed;
	right: 20px;
	top: 265px;
	width: 160px;
	z-index: 10;
}

.snake_box {
	background: url(https://u3.huatu.com/uploads/allimg/250115/snake_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 4% 8%;
	padding-top: 12%;
}

.snake_bot {
	display: flex;
	justify-content: space-around;
	margin-top: 4%;
	align-items: center;
	color: #fff;
	font-size: 10px;
}

.snake_bot a {
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.snake_box p {
	font-size: 15px;
	font-family: "FZLanTingHeiS-EB-GB";
	color: #fff799;
	text-align: center;
}

.snake_img {
	margin-bottom: -21%;
	width: 180px;
	transform: scaleX(-1);
}

.snake_code {
	width: 80%;
	margin: 1px 15px;
}

.snake_close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

@media screen and (max-width: 1420px) {
	.snake_right {
		width: 180px;
	}
}