﻿@charset "utf-8";
/* CSS reset */
html, body, iframe,
h1, h2, h3, h4, h5, h6, p, 
ol, ul, dl, dd, 
input, button, textarea, form {
	margin: 0;
	padding: 0;
}
body {
	color: #2c2d2c;
	font: 12px/1.5 Helvetica,Arial,sans-serif,微软雅黑;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
input {
	outline: none;
}
textarea {
	resize: none;
	outline: none;
}
a, a:active, a:focus {
	outline: none;
}
img {
	border: none;
}
table {
/*	border-collapse: collapse;
	border-spacing: 0;*/
}
/** global class **/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.layout {
	width: 960px;
	margin: 0 auto;
}
.db {
	display: block;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb5 {
	margin-bottom: 5px;
}
.clad {
	color: #1284B6;
}
.ffst {
	font-style: normal;
	font-family: "Simsun";
}


/** header **/
.header {
	position: relative;
	z-index: 89;
	height: 131px;
	background: url("https://www.alibabeth.com/img/hd_bg.png") repeat-x;
}
.header .hd {
	position: relative;
	width: 1000px;
	height: 85px;
	margin: 0 auto;
}
.logo {
	float: left;
	width: 219px;
	height: 50px;
	margin-top: 15px;
}
.hd-search {
	position: absolute;
	top: 16px;
	right: 0;
}
.hd-search .txt {
	float: left;
	width: 115px;
	height: 16px;
	margin-right: 8px;
	border: 1px solid #d5d5d5;
}
.hd-search .btn {
	float: left;
	width: 50px;
	height: 20px;
	border: none;
	background: url("https://www.alibabeth.com/img/global.png") no-repeat 0 -50px;
	cursor: pointer;
}
.hd-guide {
	position: absolute;
	top: 14px;
	right: 0;
}
.hd-guide a {
	color: #2c2d2c;
}
.hd-guide a:hover {
	color: #c7160e;
}
.hd-guide .sina, .hd-guide .qq {
	padding-left: 18px;
	background: url("https://www.alibabeth.com/img/global.png") no-repeat;
}
.hd-guide .sina {
	background-position: 0 2px;
}
.hd-guide .qq {
	background-position: 0 -18px;
}
.hd-guide .wx {
	position: relative;
	z-index: 99;
	padding-left: 18px;
	background: url("https://www.alibabeth.com/img/wx.jpg") no-repeat 0 2px;
}
.hd-guide .wx span {
	display: none;
	position: absolute;
	top: 20px;
	left: -28px;
	width: 121px;
	height: 131px;
	padding-top: 12px;
	background: url("https://www.alibabeth.com/img/wx.png") no-repeat;
	text-align: center;
}

/** nav **/
.nav {
	width: 1000px;
	height: 42px;
	margin: 0 auto;
	padding-top: 1px;
	font-family: "Microsoft Yahei";
	font-size: 13px;
	text-align: center;
	line-height: 37px;
}
.nav li {
	float: left;
	margin-right: -1px;
	background: url("https://www.alibabeth.com/img/nav_line.png") no-repeat right 2px;
}
.nav a {
	display: block;
	width: 141px;
	height: 37px;
	padding: 1px;
	color: #2c2d2c;
}
.nav .cur a, .nav a:hover {
	padding: 0;
	border: 1px solid #0F60B0;
	background: url("https://www.alibabeth.com/img/nav_hover.png") no-repeat;
	color: #fff;
}
.sub-nav {
	display: none;
	position: absolute;
	left: 50%;
	top: 127px;
	z-index: 88;
	width: 960px;
	height: 0;
	overflow: hidden;
	margin-left: -480px;
	background: #fff;
}
.sub-nav ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 5760px;
}
.sub-nav li {
	float: left;
	width: 880px;
	height: 232px;
	padding-left: 80px;
}
.sub-nav .list {
	float: left;
	width: 200px;
	padding-top: 28px;
	text-align: center;
	line-height: 26px;
}
.sub-nav .list a {
	display: block;
	width: 116px;
	height: 26px;
	margin-bottom: 5px;
	background: url("https://www.alibabeth.com/img/sub_nav_tl.png") no-repeat;
	color: #2c2d2c;
}
.sub-nav .list a:hover {
	background: url("https://www.alibabeth.com/img/sub_nav_tl_hover.png") no-repeat;
	color: #fff;
}
.sub-nav .cont {
	float: left;
	width: 286px;
	margin-right: 50px;
	padding-top: 30px;
	color: #2c2d2c;
	line-height: 24px;
}
.sub-nav .cont h5 {
	height: 54px;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
.sub-nav .cont h5 .en {
	font-family: Arial;
}
.sub-nav .img {
	float: left;
	width: 218px;
	height: 151px;
	padding-top: 38px;
}
/** footer **/
.wrap-footer {
	height: 40px;
	background: #8c8c8c;
	color: #d6d6d6;
}
.wrap-footer a {
	color: #d6d6d6;
}
.wrap-footer a:hover {
	text-decoration: underline;
}
.footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 12px;
}
.footerLinks{ 
	width: 88px; 
	height: 22px; 
	margin-left: 10px;
	position: relative; 
	z-index: 45; 
	background: url("https://www.alibabeth.com/img/footerlink.jpg") no-repeat; 
	cursor: pointer
}
.linksList{ 
	width: 80px; 
	padding: 0 3px; 
	border: 1px solid #e2e2e2; 
	margin-bottom: none; 
	position: absolute; 
	bottom: 22px; 
	background: #fff; 
	display: none;
}
.linksList a{ 
	display: inline-block; 
	width: 100%; 
	line-height: 16px; 
	padding: 3px 0; 
	color: #6c6c6c;
}
.linksList a:hover{ 
	color: #be130c;
}
/** global Template **/
.inside-banner {
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center 0;
}
.main {
	background: #f7f7f7 url("https://www.alibabeth.com/img/inside_bg.png") repeat-x;
}
.main-cont {
	width: 960px;
	margin: 0 auto;
}

/** sidebar **/
.sidebar {
	position: relative;
	float: left;
	width: 238px;
	margin-top:10px;
}
.inside-menu {
	margin-bottom: 10px;
}
.inside-menu dt {
	padding-left: 1px;
	width: 200px;
	height: 73px;
}
.inside-menu dt a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url("https://www.alibabeth.com/img/inside_tl.jpg") no-repeat;
	text-indent: -9999px;
}
.menu-aboutus dt a {
	background-position: 0 0;
}
.menu-news dt a {
	background-position: 0 -73px;
}
.menu-contact dt a {
	background-position: 0 -146px;
}
.menu-services dt a {
	background-position: 0 -219px;
}
.menu-joinus dt a {
	background-position: 0 -292px;
}
.menu-product dt a {
	background-position: 0 -365px;
}
.menu-sitemap dt a {
	background-position: 0 -438px;
}
.inside-menu dd {
	width: 207px;
	padding-left: 1px;
	background: url("https://www.alibabeth.com/img/inside_menu_bg.jpg") repeat-y;
}
.inside-menu .tl {
	display: block;
	width: 200px;
	height: 40px;
	border-bottom: 1px solid #e7e7e7;
	background: #fff;
	color: #333;
	text-indent: 44px;
	line-height: 40px;
}
.inside-menu .tl:hover {
	color: #fff;
	background: #5d5d5d;
}
.inside-menu .cur .tl {
	color: #fff;
	background: #5d5d5d;
}
.inside-menu .last {
	height: 8px;
	background: url("https://www.alibabeth.com/img/inside_menu_bg_b.jpg") no-repeat;
}
.inside-menu .list {
	display: none;
	width: 200px;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	background: #fff;
	line-height: 25px;
}
.inside-menu .list a {
	display: block;
	width: 135px;
	margin-left: 45px;
	color: #666;
}
.inside-menu .list a:hover {
	color: #a90e05;
}
.inside-menu .list .cur {
	background: url("https://www.alibabeth.com/img/product_menu.png") no-repeat right center;
	color: #a90e05;
}
/** inside content **/
.inside-cont {
	float: left;
	width: 723px;
	margin-right: -2px;
	overflow: hidden;
}
.inside-cont-tl {
	position: relative;
	height: 40px;
	padding-top: 10px;
	border-bottom: 1px solid #e8e8e8;
}
.inside-cont-tl h4 {
	padding-left: 3px;
	border-bottom: 1px solid #fff;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	line-height: 39px;
}
.bread-crumbs {
	position: absolute;
	right: 0;
	top: 20px;
	padding-left: 20px;
	background: url("https://www.alibabeth.com/img/global.png") no-repeat 0 -110px;
}
.bread-crumbs a {
	color: #2c2d2c;
}
.bread-crumbs a:hover {
	color: #ad170f;
	text-decoration: underline;
}
.single-page {
	padding: 13px 0 60px;
	line-height: 22px;
}
.single-page p {
	margin-bottom: 20px;
	text-indent: 2em;
}
/** 返回顶部 **/
#backTop {
	display: none;
	position: fixed;
	bottom: 100px;
	left: 50%;
	width: 80px;
	height: 68px;
	margin-left: 508px;
	background: url("https://www.alibabeth.com/img/backTop.png") no-repeat;
	cursor: pointer;
}
.page {
	padding: 30px 0 50px;
}
