/* reset */
body {
	font-family: "微软雅黑";
	font-size: 14px;
	background: #f6f5fa;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0;
}

ul li {
	list-style: none;
}

li {
	list-style: none;
}

img,
a img {
	border: none;
	vertical-align: middle;
}

input {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

i,
em {
	font-style: normal;
	font-weight: normal;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
	content: " ";
}

samp {
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.general {
	width: 1140px;
	margin: 0 auto;
}

a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.sp {
	opacity: 0.4;
	font-size: 10px;
	padding: 0 0.5em;
	font-family: Tahoma;
}

.fc-gray {
	color: #999;
}

.hidden,
.none {
	display: none;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

td {
	border: 1px solid #666;
}

/* top */
.top-nav {
	height: 34px;
	background: #f9f9f9;
	border-bottom: 1px solid #e3e3e3;
	line-height: 34px;
	cursor: default;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.top-nav a {
	color: #999;
}

.top-nav a:hover {
	color: #0cc6c6;
}

.top-nav-box {
	width: 1200px;
	margin: 0 auto;
}

.top-nav-item li {
	float: left;
}

.top-nav-item li.secLi {
	margin-right: 5px;
}

.icon-app {
	width: 34px;
	height: 34px;
}

.icon-app img {
	width: 20px;
	float: right;
	margin: 7px 5px;
	border-radius: 5px;
}

.icon-wx,
.icon-wb,
.icon-nav,
.icon-vr {
	width: 34px;
	height: 34px;
	overflow: hidden;
	display: block;
	text-indent: -9999em;
	background-image: url(../image/basic.png);
	background-repeat: no-repeat;
}

.icon-wx {
	background-position: -34px -34px;
	transition: background 0.2s;
}

.icon-wb {
	background-position: 0 -34px;
	transition: background 0.2s;
}

.icon-app {
	background-position: -68px 0;
}

.icon-vr {
	background-position: -136px 0;
}

.icon-nav {
	background-position: -102px -34px;
	display: inline-block;
	vertical-align: top;
	transition: background 0.2s;
}

.top-nav-item li:hover .icon-nav {
	background-position: -102px 0;
}

.top-nav-item li:hover .icon-wx {
	background-position: -34px 0;
}

.top-nav-item li:hover .icon-wb {
	background-position: 0 0;
}

.top-nav-item .pop-up {
	position: relative;
	padding: 0 18px 0 5px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	z-index: 999;
}

.top-nav-item .pop-up:hover {
	background-color: #fff;
	border-color: #ddd;
}

.top-nav-item .pop-up:hover .pop-up-box {
	display: block;
}

.top-nav-item .pop-up-box {
	position: absolute;
	left: -142px;
	top: 34px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px;
	display: none;
}

.top-nav-item .drop {
	position: absolute;
	right: 5px;
	top: 15px;
	width: 7px;
	height: 5px;
	overflow: hidden;
	text-align: center;
	background: url(../image/basic.png) -68px -39px;
	transition: transform, 0.2s;
}

.top-nav-item li:hover .drop {
	transform: rotate(180deg);
}

.top-logo {
	display: block;
	height: 100%;
	width: 90px;
	background: url(https://static.zuiben.com/static/v4/pc/images/logo-new-zone.png) 0 center no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.head .topbox {
	float: right;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.head .topbox img {
	width: 50px;
	height: 50px;
}

.head .topbox p {
	font-size: 12px;
	color: #646464;
	margin-top: 5px;
}

.head .top-right-box {
	display: block;
	height: 70px;
	position: relative;
	float: right;
	margin-top: 10px;
}

.head .top-right-box img {
	height: 100%;
	width: auto;
}

.head .top-right-box .qrcode {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
}

.head .top-right-box .top-right {
	width: auto;
	height: 49px;
	display: block;
	position: absolute;
	top: -13px;
	right: -40px;
}

.top-nav-link {
	height: 20px;
	width: 50px;
	text-align: center;
	padding: 1px 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	line-height: 20px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 12px;
}

.top-nav-link li {
	margin-bottom: 5px;
}

.top-nav-link li:last-child {
	margin-bottom: 0;
}

.top-nav-link:hover {
	height: auto;
}

.icon-app,
.icon-vr {
	display: inline-block;
	vertical-align: top;
}

.top-nav-wx {
	background-color: #f9f9f9;
	font-size: 12px;
	text-align: center;
}

.top-nav-app li {
	float: none;
	border-bottom: 1px dashed #e3e3e3;
	width: 100px;
	padding: 5px 0 5px 42px;
	line-height: 16px;
	position: relative;
}

.top-nav-app li:last-child {
	border-bottom: none;
}

.top-nav-app li img {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 5px;
}

.top-nav-app li span {
	display: block;
	color: #bbb;
	font-size: 12px;
}

.top-nav-mes {
	width: 73px;
	font-size: 12px;
	line-height: 30px;
}

.top-nav-mes li a {
	display: block;
}

.top-nav-map {
	overflow: hidden;
	width: 391px;
}

.top-nav-map dl {
	float: left;
	line-height: 30px;
	border-right: 1px solid #ddd;
	padding: 0 20px;
	font-size: 12px;
}

.top-nav-map dl:last-child {
	border-right: none;
}

.top-nav-map dl:last-child dt a {
	color: #f33;
}

.top-nav-map dl dt {
	font-weight: bold;
}

.top-nav-map dl.hlink {
	width: 80px;
}

.top-nav-map dl.hlink dd {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* header */
.head {
	position: relative;
	padding-top: 36px;
	width: 100%;
	min-width: 1200px;
	z-index: 88;
	background-color: #fff;
}

.head-user {
	margin-top: 36px;
	width: 100%;
}

.head-box {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

/*auto*/
.logo {
	float: left;
	height: 70px;
	width: 456px;
	margin-top: 5px;
}

.logo a {
	display: block;

	width: 100%;
	height: 100%;
	overflow: hidden;
}

.logo-s {
	width: 200px;
	height: 60px;
	float: left;
}

.logo-s a {
	display: block;
	background: url(https://static.zuiben.com/static/v4/images/logo-new-s.png) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	overflow: hidden;
}

.head-gd {
	float: left;
	overflow: hidden;
	padding: 0 0 0 10px;
}

.head-gd a {
	display: block;
	height: 70px;
	max-width: 260px;
	overflow: hidden;
}

.head-gd a img {
	max-width: 260px;
	max-height: 100%;
}

.head-center {
	margin: 0 auto;
	width: 400px;
	overflow: hidden;
}

.head-area {
	font-size: 20px;
	width: 120px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	float: left;
	margin: 10px 0 0 20px;
	overflow: hidden;
	background: #0cc6c6;
	color: #fff;
}

.search {
	float: right;
	width: 450px;
	position: relative;
	z-index: 99;
	margin-top: 16px;
}

.search form {
	border: 3px solid #22b0fa;
	font-size: 14px;
	height: 34px;
	width: 444px;
	background-color: #fff;
	overflow: hidden;
}

.search form .icon-search {
	background: url(https://static.zuiben.com/static/v4/pc/images/kasearch.png) 2px 2px no-repeat;
	width: 34px;
	height: 34px;
	display: block;
	float: left;
}

.search.active form .icon-search {
	background-position: -28px 2px;
}

.input-search {
	display: block;
	border: 0;
	margin: 5px;
	background: none;
	height: 24px;
	width: 300px;
	line-height: 24px;
	float: left;
	font-size: 14px;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder {
	color: #999;
}

.btn-search {
	display: block;
	border: 0;
	width: 100px;
	height: 34px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	float: right;
	background: #22b0fa;
	color: #fff;
	font-size: 18px;
}

.btn-search:hover {
	background-color: #149df4;
}

.del {
	float: left;
	width: 34px;
	height: 34px;
	background: url(https://static.zuiben.com/static/v4/pc/images/kasearch.png) 2px -48px no-repeat;
	cursor: pointer;
	display: none;
}

.del:hover {
	background-position: -28px -48px;
}

.search-tip {
	position: absolute;
	left: 3px;
	top: 40px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	width: 312px;
	overflow: hidden;
	display: none;
}

.search-tip p {
	background-color: #f9f9f9;
	color: #bbb;
	font-size: 12px;
	padding: 1px 10px;
}

.search-tip ul {}

.search-tip ul li {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	padding: 0 10px;
}

.search-tip ul li:hover {
	color: #0cc6c6;
}

.search-class {
	width: 100%;
	overflow: hidden;
}

.search-class a {
	display: block;
	float: left;
	width: 50px;
	text-align: center;
	font-size: 12px;
	margin: 1px;
	background-color: #a3b0be;
	color: #fff;
	line-height: 30px;
}

.search-class a:hover {
	background-color: #0cc6c6;
}

.hot-search {
	line-height: 30px;
	color: #bbb;
	padding-left: 3px;
}

.hot-search a {
	color: #bbb;
}

.hot-search a:hover {
	color: #0cc6c6;
}

.a-more {
	display: inline-block;
	border: 1px solid #ddd;
	line-height: 20px;
	padding: 0 5px;
	background: #fff;
	cursor: pointer;
	border-radius: 2px;
}

.hot-search a.a-more {
	float: right;
	margin-top: 4px;
}

.a-more:hover,
.hot-search a.a-more:hover {
	background-color: #f60;
	color: #fff !important;
	border-color: #f60;
}

.head-nav {
	width: 100%;
	background-color: #07c160;
	/* border-bottom: 3px solid #149df4; */
}

.nav {
	/* width: 1236px; */
	width: 1200px;
	height: 92px;
	margin: 0 auto;
	/* border-left: 1px solid #00abab; */
	display: flex;
	align-items: center;
}

/*auto*/
.nav li {
	float: left;
	line-height: 30px;
	position: relative;
	z-index: 10;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	flex: 1;
	height: 100%;
}

.nav li .nav-a,
.nav li .nav-span {
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.nav li .nav-a .nav-text,
.nav li .nav-span .nav-text {
	margin-top: 5px;
}

.nav li .nav-a .nav-text:hover,
.nav li .nav-span .nav-text:hover {
	font-size: 18px;
	color: #fff;
}

.nav .nav-a:visited,
.nav-son-nav:visited {
	color: #fff;
}

.nav li.act {
	background-color: rgba(0, 0, 0, 0.1);
}

.nav li:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.nav-son {
	float: left;
	padding: 15px 15px 0 0;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
}

.nav-son p {
	height: 24px;
	overflow: hidden;
}

.nav-son-nav {
	padding: 0 10px;
	display: block;
	line-height: 20px;
	color: #fff;
	float: left;
	border-radius: 2px;
}

.nav-son-nav:hover {
	background-color: #fff;
	color: #00abab;
}

.nav-ico {
	/* position: absolute; */
	display: block;
	width: 30px;
	height: 30px;
	/* top: 10px;
  left: 50%;
  margin-left: -15px; */
	background-image: url(../image/NavIco.png);
	background-repeat: no-repeat;
}

.nav-span .nav-ico {
	margin-left: -5px;
}

.nav-ico-1 {
	background-position: 0 0;
}

.nav-ico-2 {
	background-position: 0 -60px;
}

.nav-ico-3 {
	background-position: 0 -90px;

}

.nav-ico-4 {
	background-position: 0 -120px;
}

.nav-ico-5 {
	background-image: url(../image/rank-icon.png);
	background-size: 100%;
}

.nav-ico-6 {
	background-position: 0 -150px;
}

.nav-ico-7 {
	background-position: 0 -180px;
}

.nav-ico-8 {
	background-position: 0 -210px;
}

.nav-ico-9 {
	background-position: 0 -240px;
}

.nav-ico-10 {
	background-position: 0 -270px;
}

.nav-ico-55 {}

.head.active {
	background-color: #0cc6c6;
	height: 44px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-bottom: 3px solid #00abab;
	position: fixed;
}

.head.active .head-box {
	padding: 0;
	position: relative;
}

.head.active .logo {
	height: 44px;
	width: 100px;
	margin: 0 0 0 5px;
	position: relative;
	z-index: 90;
}

.head.active .logo a {
	background: url(https://static.zuiben.com/static/v4/images/wMainBg.png) 0 0 no-repeat;
}

.head.active .head-gd,
.head.active .head-area,
.head.active .head-show,
.head.active .head-gd-all {
	display: none;
}

.head.active .search {
	margin-top: 4px;
	width: 286px;
	position: relative;
	z-index: 90;
}

.head.active .search form {
	width: 280px;
	height: 30px;
}

.head.active .search form .icon-search {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background-position: 0 0;
}

.head.active .search.active form .icon-search {
	background-position: -30px 0;
}

.head.active .input-search {
	width: 156px;
	height: 20px;
	line-height: 20px;
}

.head.active .search .del {
	background-position: 0 -50px;
}

.head.active .search .del:hover {
	background-position: -30px -50px;
}

.head.active .search-tip {
	top: 33px;
	width: 228px;
	border-top: 1px dashed #ddd;
}

.head.active .search-class a {
	width: 36px;
}

.head.active .hot-search {
	display: none;
}

.head.active .btn-search {
	width: 50px;
	height: 30px;
	background-color: #00abab;
	font-size: 14px;
}

.head.active .head-nav {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 36px;
	width: 1200px;
	border-bottom: none;
}

.head.active .nav {
	width: auto;
	font-size: 14px;
	margin-left: 120px;
}

.head.active .nav li {
	position: relative;
}

.head.active .nav li .nav-a,
.head.active .nav li .nav-span {
	padding: 10px 20px;
	font-weight: normal;
	line-height: 24px;
	height: 24px;
	float: none;
	overflow: hidden;
	font-size: 14px;
}

.head.active .nav li .nav-span {
	cursor: pointer;
}

.head.active .nav li .nav-ico {
	left: 50%;
	margin-left: -15px;
	top: -30px;
}

.head.active .nav-son {
	position: absolute;
	left: -1px;
	top: 44px;
	width: 100%;
	padding: 0;
	background-color: #fff;
	float: none;
	height: auto;
	display: none;
	border: 1px solid #00abab;
	font-size: 13px;
}

.head.active .nav-son p {
	height: auto;
}

.head.active .nav-son-nav {
	line-height: 30px;
	padding: 0;
	color: #373737;
	text-align: center;
	border-bottom: 1px dashed #ddd;
	border-radius: 0;
	float: none;
}

.head.active p:last-child .nav-son-nav:last-child {
	border-bottom: none;
}

.head.active .nav-son-nav:hover {
	color: #0cc6c6;
}

.head.active .nav li:hover .nav-son {
	display: block;
}

.head.active .nav li:hover .nav-a,
.head.active .nav li:hover .nav-span {
	line-height: 100px;
	transition: line-height, 0.2s;
}

.head.active .nav li:hover .nav-ico {
	top: 8px;
	transition: top, 0.2s;
}

/*backtotop*/
.backtotop {
	display: none;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 1) url(https://static.zuiben.com/static/v4/pc/images/btt.png) 0 0 no-repeat;
	border: 1px solid #ddd;
	position: fixed;
	left: 50%;
	bottom: 30px;
	margin-left: 620px;
	cursor: pointer;
	z-index: 999;
	text-indent: -9999rem;
	border-radius: 4px;
	transition: all 0.2s;
	background-size: 100% auto;
}

.backtotop:hover {
	border-color: #22b0fa;
	background-color: #22b0fa;
	background-position: 0 -50px;
	color: #fff;
}

.backtotop.lb {
	bottom: 260px;
}

/* box-down-btn */
#zzc {
	background-color: rgb(0, 0, 0);
	border-top: 1px solid rgb(230, 245, 255);
	position: fixed;
	height: 100%;
	z-index: 9998;
	width: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	display: none;
}

.zzc-download {
	display: none;
	visibility: visible;
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 50%;
	margin-top: -146px;
	margin-left: -290px;
}

.zzc-download .dia-con {
	width: auto;
	background: none;
}

.dia-download {
	padding: 30px 76px 23px 48px;
	background: #fff;
}

.code {
	padding: 10px;
}

.zzc-download .code {
	float: left;
	margin-right: 36px;
}

.dia-download .code img {
	width: 197px;
	margin-left: 13px;
}

.dia-download .code p {
	color: #111;
	font-size: 14px;
	margin-top: 10px;
}

.zzc-download .btnlist {
	float: left;
}

.zzc-download .btnlist a {
	width: 212px;
	height: 46px;
	display: block;
	margin-bottom: 9px;
	background: url(../image/down.png);
}

.zzc-download .btnlist .zzc-ios {
	background-position: 0 -56px;
	margin-top: 50px;
}

.zzc-download .btnlist .zzc-android {
	background-position: 0 0;
	margin-top: 30px;
}

.dia-download .btnlist p {
	font-size: 15px;
	color: red;
	cursor: pointer;
}

.zzc-download .dia-close {
	width: 212px;
	height: 46px;
	display: block;
	margin-bottom: 9px;
	background: url(../image/close.png);
}

.zzc-download .dia-close {
	position: absolute;
	top: 10px;
	right: 18px;
	width: 36px;
	height: 36px;
	background-position: -264px -17px;
}

/* footer */
.footer {
	width: 100%;
	height: auto;
	margin-top: 50px;
	overflow: hidden;
	padding: 0 0 20px 0;
	float: left;
	background: #444;
}

.footer div {
	width: 1160px;
	margin: 0 auto;
}

.footer p {
	text-align: center;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 10px;
}

.footer p a {
	display: inline-block;
	padding: 0 10px;
	color: #b9b9b9;
}

.footer p a.icps {
	padding: 0 10px 0 0;
}

.footer p a.icps img {
	position: relative;
	top: 0px;
}

/*翻页*/
ul.pagination {
	width: 100%;
	height: 26px;
	padding: 20px 0;
	display: block;
	margin: 20px auto 20px auto;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	text-align: center;
}

ul.pagination li {
	display: inline-block;
	height: 22px;
	padding: 5px 10px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #e3e3e3;
	background: #fff;
}

ul.pagination li.disabled,
ul.pagination li.active,
ul.pagination li:hover {
	background: #555555;
	color: #fff;
}

ul.pagination li:hover a {
	color: #fff;
	text-decoration: none;
}

.add-wrap {
	background-color: #feffe9;
	position: relative;
	border-radius: 10px;
	width: 80%;
	min-width: 500px;
	padding: 30px 0 15px 0;
	text-align: center;
	margin: 20px auto;
	box-shadow: 0 0 20px 2px #bbb;
}

.add-wrap .add-wrap-tit {
	background-color: #998aa0;
	color: #fff;
	font: normal bolder 18px microsoft yahei;
	text-indent: 0;
	text-align: center;
	line-height: 34px;
	position: absolute;
	border-radius: 5px;
	width: 300px;
	height: 35px;
	left: 50%;
	margin-left: -150px;
	margin-top: -42px;
	overflow: hidden;
}

.add-wrap .add-wrap-main {
	display: inline-block;
	margin: 10px auto 0;
	position: relative;
	padding-left: 200px;
}

.add-wrap .add-wrap-main>a {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -70px;
	display: inline-block;
	color: rgb(26, 113, 222);
}

.add-wrap .add-wrap-main>a>span {
	display: inline-block;
	width: 180px;
	height: 140px;
	vertical-align: middle;
	border: none;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}

.add-wrap .add-wrap-main>a>span img {
	width: 140px !important;
	height: 140px !important;
}

.add-wrap .add-wrap-main div {
	display: inline-block;
	width: 260px;
	font-family: microsoft yahei;
	text-align: center;
}

.add-wrap .add-wrap-main div p {
	color: #998aa0;
	text-indent: 0;
	margin: 5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	font-size: 20px;
	padding: 0;
}

.add-wrap .add-wrap-main div a {
	display: block;
}

.add-wrap .add-wrap-main div a span {
	margin: 10px 0px;
	display: block;
	font-weight: 600;
	color: rgb(255, 255, 255);
	font-size: 16px;
	border-radius: 10px;
	text-indent: 0px;
	background-color: rgb(255, 186, 0);
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 5px 10px;
	overflow: hidden;
}

.add-wrap .add-wrap-main div a span:hover {
	background: #ffa200;
}


.about_us {
	height: auto;
	min-height: 500px;
	margin: 10px auto 0px auto;
	overflow: hidden;
}

.about_us .about_left {
	width: 225px;
	float: left;
	background: #fff;
}

.about_us .about_left ul.caltage li a {
	font-size: 16px;
	color: #333;
	display: block;
	width: 225px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: #e9ebe5 solid 1px;
	background: #fff
}

.about_us .about_left ul.caltage li a.current {
	width: 225px;
	height: 50px;
	color: #fff;
	background: #07c160 url(../image/arrow_rr.png) no-repeat 60px center;
}

.about_us .about_left ul.caltage li a:hover {
	width: 225px;
	height: 50px;
	color: #fff;
	background: #07c160 url(../image/arrow_rr.png) no-repeat 60px center;
}

.about_us .about_right {
	width: 915px;
	float: right;
	padding: 15px 25px;
	background: #fff;
	margin-bottom: 50px;
}

.about_us .about_right .about_title {
	font-size: 12px;
	color: #666;
	padding-bottom: 15px;
	border-bottom: #e9ebe5 solid 1px;
	margin-bottom: 20px;
}

.about_us .about_right .about_title img {
	width: 14px;
	height: 13px;
	padding-right: 5px;
}

.about_us .about_right .about_title a {
	padding: 0 5px;
	font-size: 12px;
	color: #666;
}

.about_us .about_right .about_title a:hover {
	color: #07c160;
}

.about_us .about_right .about_area {
	height: auto;
}

.about_us .about_right .about_area .about_cont {
	display: block;
	font-size: 12px;
}

.about_us .about_right .about_area .about_cont h2 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}

.about_us .about_right .about_area .about_cont p.links {
	display: flex;
	flex-wrap: wrap;
}

.about_us .about_right .about_area .about_cont p.links a {
	display: block;
	font-size: 14px;
	margin: 10px;
	line-height: 30px;
	text-indent: 0;
}

.about_us .about_right .about_area .about_cont p.links a:hover {
	color: #2f9ef5;
}

.about_us .about_right .about_area .about_cont .about_a {
	border-bottom: #f1f1f1 solid 1px;
	padding: 10px 75px 10px 0px;
}

.about_us .about_right .about_area .about_cont .about_a h3 {
	font-size: 14px;
	color: #2a2a2c;
	padding-bottom: 5px;
	font-weight: normal;
}

.about_us .about_right .about_area .about_cont .about_a a {
	font-size: 12px;
	color: #666;
	padding-right: 10px;
}

.about_us .about_right .about_area .about_cont .about_a a:hover {
	text-decoration: underline;
}

.about_us .about_right .about_area .about_cont.supervision {
	color: #555;
}

.about_us .about_right .ab_div p {
	color: #555;
}

.about_cont>p {
	font-size: 15px;
	color: #666;
	padding: 10px 0px;
	line-height: 1.5;
	text-indent: 2em;
	letter-spacing: 1px;
	font-family: "Microsoft YaHei", "SimSun", "Arial";
}

.require {
	padding: 0 0 0 41px;
	background: url(../image/newh3.gif) no-repeat 0 8px;
	color: #31c547;
	font-weight: bold;
}

.about_right p {
	font-size: 16px;
}

.ab_head {
	width: 100%;
	background: #fff;
}

.hd_main {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	height: 110px;
}

.vl_md_sp {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

.hd_logo {
	width: 284px;
	height: 80px;
	vertical-align: middle;
	margin-right: 704px;
}