@charset "UTF-8";

/* CSS Document */


/*commmon*/

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

*:focus {
	outline: none;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

i {
	font-style: normal
}

ul li {
	list-style: none;
}

input {
	outline: none;
}

img {
	border: 0 none;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	width: 100%;
	min-width: 1024px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.fz24 {
	font-size: 24px;
}

.fz20 {
	font-size: 20px;
}

.fz18 {
	font-size: 18px;
}

.fz16 {
	font-size: 16px;
}

.fz14 {
	font-size: 14px;
}

.fz12 {
	font-size: 12px;
}

.clearfloat:after {
	display: block;
	content: '';
	clear: both;
}


/*footer*/

.footer {
	width: 100%;
	min-width: 1170px;
	background: #312f38;
	padding: 80px 0 40px;
	/* margin-top:80px;*/
}

.footer-mid {
	width: 1170px;
	margin: 0 auto;
	font-size: 14px;
}

.aboutOur,
.safe,
.help {
	width: 160px;
	margin-right: 50px;
}

.red-bar {
	width: 160px;
	height: 4px;
	background: -moz-linear-gradient(90deg, #f46360, #ff4b47);
	background: -webkit-gradient(linear, left, right, from(#f46360), to(#ff4b47));
	background: -webkit-linear-gradient(90deg, #f46360, #ff4b47);
	background: -o-linear-gradient(90deg, #f46360, #ff4b47);
	background: -ms-linear-gradient(90deg, #f46360, #ff4b47);
	background: linear-gradient(90deg, #f46360, #ff4b47);
}

.yellow-bar {
	width: 160px;
	height: 4px;
	background: -moz-linear-gradient(90deg, #fbd249, #f5a623);
	background: -webkit-gradient(linear, left, right, from(#fbd249), to(#f5a623));
	background: -webkit-linear-gradient(90deg, #fbd249, #f5a623);
	background: -o-linear-gradient(90deg, #fbd249, #f5a623);
	background: -ms-linear-gradient(90deg, #fbd249, #f5a623);
	background: linear-gradient(90deg, #fbd249, #f5a623);
}

.green-bar {
	width: 160px;
	height: 4px;
	background: -moz-linear-gradient(90deg, #b5eb45, #7ed321);
	background: -webkit-gradient(linear, left, right, from(#b5eb45), to(#7ed321));
	background: -webkit-linear-gradient(90deg, #b5eb45, #7ed321);
	background: -o-linear-gradient(90deg, #b5eb45, #7ed321);
	background: -ms-linear-gradient(90deg, #b5eb45, #7ed321);
	background: linear-gradient(90deg, #b5eb45, #7ed321);
}

.p-title {
	color: #fff;
	margin-bottom: 24px;
	margin-top: 30px;
}

a.footer-txt {
	display: block;
	color: #96959a;
	line-height: 28px;
	cursor: pointer;
}

.two-code {
	width: 136px;
	height: 136px;
	text-align: center;
	color: #96959a;
}

.link-friend {
	width: 100%;
	min-width: 1170px;
	margin-top: 40px;
	border-top: 1px solid #5b5a61;
	border-bottom: 1px solid #5b5a61;
	color: #96959a;
}


/* 友链 */

.link-friend-mid {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.link-friend-mid a {
	color: #96959a;
	padding-right: 5px;
}

a.plice-link {
	display: inline-block;
	height: 20px;
	padding-left: 22px;
	color: #96959a;
	background: url(../images/batb.png) no-repeat left top;
	padding-top: 2px;
}

.footer-text {
	color: #96959a;
	text-align: center;
	padding-top: 50px;
}

.link-friend-mid {}

.friends {
	float: left;
	display: inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	margin: 0 10px;
	margin-top: 20px;
}

.yy {
	background: url(../images/friends1.png) no-repeat center;
	background-size: cover;
}

.yy:hover {
	background: url(../images/friends1_hover.png) no-repeat center;
	background-size: cover;
}

.cjzf {
	background: url(../images/friends2.png) no-repeat center;
	background-size: cover;
}

.cjzf:hover {
	background: url(../images/friends2_hover.png) no-repeat center;
	background-size: cover;
}

.gsb {
	background: url(../images/friends3.png) no-repeat center;
	background-size: cover;
}

.gsb:hover {
	background: url(../images/friends3_hover.png) no-repeat center;
	background-size: cover;
}

.sdbx {
	background: url(../images/friends4.png) no-repeat center;
	background-size: cover;
}

.sdbx:hover {
	background: url(../images/friends4_hover.png) no-repeat center;
	background-size: cover;
}

.yht {
	background: url(../images/friends5.png) no-repeat center;
	background-size: cover;
}

.yht:hover {
	background: url(../images/friends5_hover.png) no-repeat center;
	background-size: cover;
}

.zsyfw {
	background: url(../images/friends6.png) no-repeat center;
	background-size: cover;
}

.zsyfw:hover {
	background: url(../images/friends6_hover.png) no-repeat center;
	background-size: cover;
}

.kyy {
	background: url(../images/friends7.png) no-repeat center;
	background-size: cover;
}

.kyy:hover {
	background: url(../images/friends7_hover.png) no-repeat center;
	background-size: cover;
}

.htyw {
	background: url(../images/friends8.png) no-repeat center;
	background-size: cover;
}

.htyw:hover {
	background: url(../images/friends8_hover.png) no-repeat center;
	background-size: cover;
}

.hsty {
	background: url(../images/friends9.png) no-repeat center;
	background-size: cover;
}

.hsty:hover {
	background: url(../images/friends9_hover.png) no-repeat center;
	background-size: cover;
}

.ctt {
	background: url(../images/friends10.png) no-repeat center;
	background-size: cover;
}

.ctt:hover {
	background: url(../images/friends10_hover.png) no-repeat center;
	background-size: cover;
}

.dzjy {
	background: url(../images/friends11.png) no-repeat center;
	background-size: cover;
}

.dzjy:hover {
	background: url(../images/friends11_hover.png) no-repeat center;
	background-size: cover;
}

.nltk {
	background: url(../images/friends12.png) no-repeat center;
	background-size: cover;
}

.nltk:hover {
	background: url(../images/friends12_hover.png) no-repeat center;
	background-size: cover;
}

.lpw {
	background: url(../images/friends13.png) no-repeat center;
	background-size: cover;
}

.lpw:hover {
	background: url(../images/friends13_hover.png) no-repeat center;
	background-size: cover;
}


/*top-bar*/

.top-bar {
	width: 100%;
	min-width: 1200px;
	height: 30px;
	background: #3a3a3a;
	font-size: 14px;
}

.top-bar ul,
.top-nav ul {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.top-bar ul li {
	float: right;
	line-height: 30px;
}

.top-bar ul li a {
	color: #fff;
}

.hot-phone-text {
	padding-left: 30px;
	background: url(../images/hot-phone.png) no-repeat left center;
	background-size: 20px auto;
}

.zhuce-list {
	width: 70px;
	background: #ff4644;
	height: 30px;
	margin-right: 20px;
	text-align: center;
}


/*top-nav*/

.top-nav {
	width: 100%;
	min-width: 1200px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	font-size: 16px;
}

.top-nav ul li {
	float: left;
}

.logo-account {
	padding-left: 125px;
	background: url(../images/logo.png) no-repeat left center;
	background-size: 110px auto;
	color: #999;
	margin-right: 610px;
}

.nav-list {
	margin: 0 36px;
}

.nav-list a {
	display: block;
	color: #333;
}

.nav-list a:hover {
	color: #0aa4cb;
}

.hot-nav {
	display: block;
	width: 30px;
	height: 15px;
	position: absolute;
	top: 20px;
	left: 66px;
	background: url(../images/hot-nav.png) no-repeat center;
	background-size: 30px auto;
}

#bgstyle_1517790391832 {
	background: url(../images/banner01.jpg) no-repeat center;
	background-size: cover;
}

#bgstyle_1522637439938 {
	background: url(../images/banner02.jpg) no-repeat center;
	background-size: cover;
}

#bgstyle_1505987813475 {
	background: url(../images/banner03.jpg) no-repeat center;
	background-size: cover;
}

#bgstyle_1524726933661 {
	background: url(../images/banner04.jpg) no-repeat center;
	background-size: cover;
}

#bgstylea {
	background: url(../images/b1.jpg) no-repeat center;
	background-size: cover;
}

#bgstyleb {
	background: url(../images/b2.png) no-repeat center;
	background-size: cover;
}

#bgstylec {
	background: url(../images/b3.jpg) no-repeat center;
	background-size: cover;
}