@charset "UTF-8";
body {
	background: #F5F5F5;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1;
}
a {
	color: #666;
	text-decoration: none;
}
::-webkit-scrollbar {
  width: 8px;
  display: block
}

::-webkit-scrollbar-track {
  position: relative;
  border-radius: 6px
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0,0,0,.3)
}

::-webkit-scrollbar-thumb:window-inactive {
  position: relative;
  background: hsla(0,0%,100%,.4)
}
@font-face {
    font-family: 'SourceHanSansCN';
    src: url("./font/SourceHanSansCN.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url("./font/SourceHanSansCN-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}
input {
  outline: none;
  border: none;
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
ul {
	list-style: none;
}
.d-flex {
	display: flex;
	align-items: center;
}
.main {
	width: 1350px;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: 218px;
	background-color: #ffffff;
}
.header-top {
	width: 100%;
	height: 42px;
	background: #EFEFEF;
	box-shadow: 0px 1px 0px 0px #E5E5E5;
}
.header-top .top-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.header-top .top-main .left .address {
	display: flex;
	align-items: center;
	margin-right: 17px;
}
.header-top .top-main .left .address span {
	margin: 0 5px 0 7px;
}
.header-top .top-main .left .login {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
}
.header-top .top-main .right .function-item{
	display: flex;
	align-items: center;
	margin-left: 35px;
}
.header-top .top-main .right .function-item span {
	font-size: 14px;
	font-family: SourceHanSansCN-Medium;
	color: #666666;
	margin-right: 8px;
}
.header-top .top-main .right .contact {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #2F6EE0;
	margin-left: 33px;
}

.header-bottom {
	width: 100%;
	height: 176px;
}
.header-bottom .bottom-main .nav-function .nav-left{
	margin: 12px 67px 0 0;
}
.header-bottom .bottom-main .nav-function .nav-right {
	display: flex;
	margin-top: 29px;
}
.header-bottom .bottom-main .nav-function .nav-right .search .search-condition {
	display: flex;
	align-items: center;
	width: 610px;
	height: 56px;
	background: #FFFFFF;
	border: 2px solid #2F6EE0;
	border-radius: 4px;
	padding-left: 18px;
}
.header-bottom .bottom-main .nav-function .nav-right .search .search-condition input {
	flex: 1;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	padding: 0 9px;
}
.header-bottom .bottom-main .nav-function .nav-right .search .search-condition a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 56px;
	background: #2F6EE0;
	border-radius: 0px 4px 4px 0px;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium;
	color: #FFFFFF;
}
.header-bottom .bottom-main .nav-function .nav-right .search .search-hot {
	font-size: 12px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #2F6EE0;
	margin-top: 12px;
}
.header-bottom .bottom-main .nav-function .nav-right .search .search-hot a {
	counter-reset: #666666;
	padding-right: 8px;
	border-right: 1px solid #666666;
	margin-right: 8px;
}
.header-bottom .bottom-main .nav-function .nav-right .search .search-hot a:last-child {
	border-right: none;
}
.header-bottom .bottom-main .nav-function .nav-right .car {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #2F6EE0;
	border-radius: 4px;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium;
	color: #2F6EE0;
	margin: 0 62px 0 26px;
}
.header-bottom .bottom-main .nav-function .nav-right .car img {
	margin-right: 11px;
}
.nav-wx {
	/*display: flex;*/
	/*align-items: center;*/
	height: 40px;
	margin-top: 7px;
}
.wx_code{
	position: relative;
	top:15px;
	right:90px;
	z-index: 999;
	display: none;
	border: 1px solid #F0F0F0;
}
.nav-wx div {
	/*display: flex;*/
	position: relative;
	bottom:45px;
	left:45px;
	flex-direction: column;
	margin-left: 11px;
}
.nav-wx div span {
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	color: #555555;

}
.nav-wx div p {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	margin-top: 7px;
}
.nav-wrap {
	margin-top: 27px;
}
.nav-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 258px;
	height: 40px;
	background: #2F6EE0;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 39px;
}
.nav-btn img {
	margin-right: 11px;
}
.nav-menu a {
	margin-right: 54px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	padding-bottom: 8px;
	position: relative;
}
.menu-selected {
	font-size: 18px !important;
	font-family: SourceHanSansCN-Medium !important;
	color: #2F6EE0 !important;
}
.menu-selected:after{
	position: absolute;
	left: calc( 50% - 9px );
	bottom: 0;
	content: '';
	width: 18px;
	height: 2px;
	background: #2F6EE0;
	border-radius: 1px;
}
/*.nav-menu a:hover {*/
/*	font-size: 18px !important;*/
/*	font-family: SourceHanSansCN-Medium !important;*/
/*	color: #2F6EE0 !important;*/
/*}*/
.nav-menu a:hover:after{
	position: absolute;
	left: calc( 50% - 9px );
	bottom: 0;
	content: '';
	width: 18px;
	height: 2px;
	background: #2F6EE0;
	border-radius: 1px;
}
.content {
	min-height: calc( 100vh - 438px );
}
.content-top {
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	margin-bottom: 32px;
}
.menu-wrap {
	padding: 36px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 258px;
	height: 480px;
	background: #FFFFFF;
}
.menu-wrap a {
	display: flex;
	align-items: center;
	margin-left: 29px;
}
.menu-wrap a img {
	margin-right: 19px;
}
.banner-wrap {
	width: 776px;
	height: 480px;
}
.info-wrap {
	width: 295px;
	height: 500px;
	background: url('../img/home_bg.png') no-repeat 0 0 #FFFFFF;
	background-size: 295px 66px;
	padding: 0 10px;
}
.user-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 275px;
	height: 160px;
	border: 1px solid #DDDDDD;
	background: linear-gradient(90deg, #F6F6F6 0%, #FFFFFF 100%);
	border-radius: 4px;
	margin-top: 33px;
	margin-bottom: 12px;
}
.user-wrap .avtar {
	width: 74px;
	height: 74px;
	background: #F9F9F9;
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	margin-top: -26px;
	overflow: hidden;
}
.user-wrap .avtar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.user-name {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #222222;
	margin: 18px 0 20px;
}
.login-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 36px;
	background: #2F6EE0;
	border-radius: 4px;
	font-size: 14px;
	font-family: SourceHanSansCN-Medium;
	color: #FFFFFF;
}
.login-btn img {
	margin-right: 8px;
}

.trade-info {
	width: 275px;
	height: 286px;
	border: 1px solid #DDDDDD;
	background: linear-gradient(90deg, #F6F6F6 0%, #FFFFFF 100%);
	border-radius: 4px;
	padding: 14px 10px 15px 12px;
}
.trade-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 22px;
}
.trade-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 23px;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	color: #FFFFFF;
	background: url('../img/title_bg.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 43px;
}
.trade-top .more {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}
.list-wrap {
	height: 212px;
	overflow: hidden;
}
.trade-list {
	display: flex;
	flex-direction: column;
}
.trade-list li {
	margin-bottom: 32px;
}
.trade-list li .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}
.trade-list li .info span {
	flex: 1;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.trade-list li .info p {
	font-size: 12px;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #999999;
}
.trade-list li .introduce {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.module-title {
	display: flex;
	align-items: flex-end;
	margin-top: 30px;
}
.module-title span {
	font-size: 26px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #222222;
	margin-right: 15px;
}
.module-title p {
	font-size: 15px;
	font-family: SourceHanSansCN-Medium;
	color: #666666;
}
.content-wrap {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 0 25px;
}
.partner-wrap {
	margin-top: 25px;
}
.partner-item {
	display: flex;
	align-items: center;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	padding: 0 20px;
	overflow: hidden;
}
.partner-item-wrap {
	width: 1300px;
}
.partner-item-wrap li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 52px;
	width: 135px;
	height: 65px;
	overflow: hidden;
	float: left;
}
.partner-item-wrap li img {
	max-width: 100%;
	max-height: 100%;
}
.hot-type {
	display: flex;
	margin: 30px 0 20px;
}
.hot-type a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 43px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	color: #666666;
	margin-right: 40px;
}
.hot-type a:last-child {
	margin-right: 0;
}
.hot-type a:hover {
	background: #3C77E2;
	color: #fff;
	border-color: #3C77E2;
}
.hot-type-selected {
	background: #3C77E2 !important;
	color: #fff !important;
	border-color: #3C77E2 !important;
}
.hot-goods {
	display: flex;
	flex-wrap: wrap;
}
.hot-good-item {
	display: flex;
	flex-direction: column;
	width: 250px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin-bottom: 15px;
	margin-right: 11px;
}
.hot-good-item:nth-child(5n) {
	margin-right: 0;
}
.hot-good-item .cover {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 248px;
	height: 240px;
	background: #ffffff;
}
.hot-good-item .cover img {
	max-width: 100%;
	max-height: 100%;
}
.hot-good-item .name {
	margin: 14px 0 15px;
	padding: 0 20px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-good-item .price {
	padding: 0 20px;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium;
	color: #F51A1A;
	margin-bottom: 14px;
}
.hot-good-item .company {
	display: flex;
	align-items: center;
	padding: 0 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	margin-bottom: 19px;
}
.hot-good-item .company img {
	margin-right: 8px;
}
.hot-good-item .company span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-good-item .btns {
	display: flex;
	margin-bottom: 18px;
	padding-left: 17px;
}
.hot-good-item .buy-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	height: 34px;
	background: #F57F03;
	border-radius: 6px;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}
.hot-good-item .car-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	height: 34px;
	background: #2F6EE0;
	border-radius: 6px;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 12px;
}

.hot-good-more {
	display: flex;
	justify-content: center;
	margin: 35px 0 37px;
}
.hot-good-more a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 50px;
	background: #FFFFFF;
	border: 2px solid #2F6EE0;
	border-radius: 6px;
	font-size: 20px;
	font-family: SourceHanSansCN-Medium;
	color: #2F6EE0;
}
.module-banner {
	width: 1350px;
	height: 96px;
	margin-bottom: 30px;
}
.module-banner img {
	width: 100%;
	height: 100%;
}
.type-wrap {
	display: flex;
	margin: 28px 0 20px;
}
.type-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 43px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	color: #666666;
	margin-right: 20px;
}
.type-selected {
	background: #3C77E2 !important;
	color: #FFFFFF !important;
}
.supplier-wrap {
	padding: 20px 20px 28px;
	width: 1300px;
	background: #F4F4F4;
	border-radius: 6px;
	margin-bottom: 22px;
}
.supplier-wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.supplier-wrap ul li {
	width: 300px;
	background: #FFFFFF;
	border-radius: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.supplier-wrap ul li:nth-child(4n) {
	margin-right: 0;
}
.supplier-wrap .hot-good-more {
	margin: 20px 0 0;
}
.sup-cover {
	width: 300px;
	height: 235px;
	overflow: hidden;
}
.sup-cover img {
	width: 100%;
	height: 100%;
}
.sup-name {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #282828;
	margin: 18px 0 15px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sup-city {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #888888;
	margin-bottom: 15px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sup-type {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #888888;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
.sup-tag {
	display: flex;
	flex-wrap: wrap;
	padding: 0 18px;
}
.sup-tag span {
	display: flex;
	align-items: center;
	height: 26px;
	background: #EDF8FF;
	border-radius: 13px;
	margin-bottom: 21px;
	padding: 0 10px;
	font-size: 12px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #3691FB;
	margin-right: 8px;
}

.recruit-wrap {
	margin-bottom: 30px;
}
.recruit-wrap .hot-good-more {
	margin: 20px 0;
}
.recruit-classify {
	display: flex;
	align-items: flex-end;
	height: 57px;
	background: #FFFFFF;
	padding: 0 44px 0 67px;
	margin-bottom: 20px;
}
.recruit-classify a {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	margin-right: 80px;
	position: relative;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	padding-bottom: 19px;
}
.classify-selected {
	font-size: 18px !important;
	font-family: SourceHanSansCN-Medium !important;
	color: #222222 !important;
}
.recruit-classify a:hover::after, .classify-selected::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: calc( 50% - 30px );
	width: 60px;
	height: 4px;
	background: #2E89F9;
	border-radius: 2px;
}
.recruit-classify a:last-child {
	margin-right: 0;
}
.recruit-list {
	display: flex;
	flex-wrap: wrap;
}
.recruit-list li {
	width: 435px;
	height: 155px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-right: 22px;
	margin-bottom: 20px;
}
.recruit-list li:nth-child(3n) {
	margin-right: 0;
}
.recruit-list li .name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	margin-top: 21px;
}
.recruit-list li .name div {
	font-size: 18px;
	font-family: SourceHanSansCN-Medium;
	color: #222222;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recruit-list li .name span {
	font-size: 18px;
	font-family: SourceHanSansCN-Medium;
	color: #F51A1A;
}
.recruit-list li .tags {
	display: flex;
	margin-top: 20px;
	padding: 0 20px;
}
.recruit-list li .tags span {
	display: flex;
	align-items: center;
	padding: 0 10px;
	height: 26px;
	background: #F8F8F8;
	border-radius: 4px;
	margin-right: 8px;
	font-size: 15px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
}
.recruit-list li .company-info {
	margin-top: 20px;
	height: 52px;
	background: #F9FBFF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}
.recruit-list li .company-info div {
	display: flex;
	align-items: center;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recruit-list li .company-info div img {
	margin-right: 8px;
}
.recruit-list li .company-info span {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.other-service {

	padding: 31px 0 19px;
}
.other-service ul {
	display: flex;
	flex-wrap: wrap;
}
.other-service ul li {
	width: 420px;
	height: 160px;
	margin-right: 20px;
	background-size: 100% 100%;
	margin-bottom: 20px;
	padding: 24px 30px 21px;
}
.other-service ul li:nth-child(1) {
	background: url('../img/home_bg1.png') no-repeat;
}
.other-service ul li:nth-child(2) {
	background: url('../img/home_bg2.png') no-repeat;
}
.other-service ul li:nth-child(3) {
	background: url('../img/home_bg3.png') no-repeat;
}
.other-service ul li:nth-child(4) {
	background: url('../img/home_bg4.png') no-repeat;
}
.other-service ul li:nth-child(5) {
	background: url('../img/home_bg5.png') no-repeat;
}
.other-service ul li:nth-child(6) {
	background: url('../img/home_bg6.png') no-repeat;
}
.other-service ul li:nth-child(3n) {
	margin-right: 0;
}
.other-service ul li .title {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}
.other-service ul li .title-en {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 13px;
}
.other-service ul li a {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 145px;
	height: 46px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium;
	color: #FFFFFF;
}
.other-service ul li a span {
	margin-right: 10px;
}


.footer {
	border-top: 1px solid #E3E3E3;
}
.footer-top ul{
	display: flex;
	padding-left: 70px;
	margin: 36px auto;
}
.footer-top ul li {
	display: flex;
	align-items: center;
	margin-right: 130px;
}
.footer-top ul li div {
	display: flex;
	flex-direction: column;
	margin-left: 19px;
}
.footer-top ul li div span {
	font-size: 20px;
	font-family: SourceHanSansCN-Medium;
	color: #222222;
}
.footer-top ul li div p {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #222222;
	margin-top: 6px;
}

.footer-bottom {
	height: 220px;
	background: url('../img/foot_bg.png') no-repeat;
	background-size: 100% 100%;
}
.footer-bottom .main {
	background: url('../img/foot_bg.png') no-repeat;
	display: flex;
	align-items: center;
	height: 100%;
}
.footer-bottom .contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 88px 0 58px;
}
.footer-bottom .contact span {
	margin: 18px 0 20px;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}
.footer-bottom .contact p {
	font-size: 30px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}
.footer-bottom .right .right-function{
	width: 956px;
	display: flex;
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	margin-bottom: 27px;
}
.footer-bottom .right .right-function .function-wrap {
	padding-right: 79px;
	border-right: 1px solid rgba(255,255,255,.5);
	margin-right: 70px;
}
.footer-bottom .right .right-function .function-wrap a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.footer-bottom .right .right-function .function-wrap:last-child {
	border-right: none;
}
.footer-bottom .right .right-about {
	display: flex;
	align-items: center;
	margin-bottom: 59px;
}
.footer-bottom .right .about-item {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(255,255,255,.5);
	line-height: 24px;

}
.footer-bottom .right .about-item img {
	margin-right: 8px;
}
.footer-bottom .right .about-item:last-child {
	margin-right: 0;
}
.about-item span{
	width: 180px;
}
.footer-bottom .right .right-info {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,.5);
}
/*搜索*/
.search_list{
	position: absolute;
	width: 513px;
	background-color: #FCFCFC;
	z-index: 999;
}
.search_list ul{
	margin-left: 20px;
}
.search_list ul li{
	padding: 10px 0px 10px 0px;
}

/*旧菜单导航CSS*/
#nav {
	line-height: 24px;
	list-style-type: none;
	background:#666;
}

/*#nav a {*/
/*	display: block;*/
/*	text-align:center;*/
/*}*/


#nav ul li a:hover  {
	text-decoration:none;
	background: #007AFF;
	color: #FFFFFF;
	width: 180px;
}

#nav li {
	float: left;
}

#nav li ul {
	line-height: 27px;  list-style-type: none;text-align:center;
	left: -999em;
	width: 180px;
	position: absolute;
	background: #ffff;
	z-index: 9999;
	padding-top: 10px;
	margin-left: -20px;


}
#nav li ul li{
	float: left;
	width: 180px;
	text-align: center;
}


#nav li ul a{
	padding: 10px 0;
	display: block;
	width: 180px;
	text-align:left;
	padding-left:24px;
	z-index: 9999;
}


#nav li ul a:hover  {
	text-decoration:none;
	/*background:#C00;*/
}

#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#content {
	clear: left;
}


