/*header*/
header {
	width: 100%;
	background: #393e41;
	float: left;
}
header section {
	width: 1000px;
	margin: 0 auto;
	background: #393e41;
	clear: both;
}
header section:after {
	content: '';
	display: block;
	clear: both;
}
header section .logo {
	height: 100px;
	width: 170px;
	background: #393e41;
	float: left;
}
header section .logo img {
	margin-top: 10px;
	width: 100%;
}
header section .menu {
	height: 20px;
	max-width: 80%;
	text-align: right;
	color: #fff;
	float: right;
	clear: right;
	font-size: 14px;
	margin-top: 10px;
	background: #393e41;
}
header section .menu a {
	color:#fff;
}
header section ul {
	list-style: none;
	margin: 0;
	float: right;
	clear: right;
}
header section ul li {
	display: inline-block;
	margin-left:10px;
	margin-top: 20px;
    padding: 0 20px;
}
header section ul li a {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	text-decoration: none;
}
header section ul li:hover {
	border-bottom: 1px solid #fad200;
}
header section ul li:hover a {
	color: #fad200;
	text-decoration: none;
}
header section ul li.current {
	color: #fad200;
	border-bottom: 2px solid #fad200;
}
header section ul li.current a {
	color: #fad200;
}
/*content*/
.content {
	width: 100%;
	min-width:1000px;
	float: left;
}
.content section {
	margin: 0 auto;
	width:1000px;
}
/*main*/
.main-banner-color {
	background: #fad000;
}
.main-banner-color section a {
	color:#393e41;
}
.main-banner-color section a:hover {
	text-decoration:underline;
}
.main-block-body {
	width:165px;
	height:270px;
	text-align:center;
	float:left;
}
.main-block-body .title {
	width:100%;
	margin-top:180px;
	text-align:center;
	font-size:20px;
	float:left;
}
.main-banner-color .main-block-body:nth-child(1) {
	background:url(../images/images_en/icon1.png) no-repeat #fad000 center 30px;
}
.main-banner-color .main-block-body:nth-child(2) {
	background:url(../images/images_en/icon2.png) no-repeat #fad000 center 30px;
}
.main-banner-color .main-block-body:nth-child(3) {
	background:url(../images/images_en/icon3.png) no-repeat #fad000 center 30px;
}
.main-banner-color .main-block-body:nth-child(5) {
	background:url(../images/images_en/icon4.png) no-repeat #fad000 center 30px;
}
.main-banner-color .main-block-body:nth-child(6) {
	background:url(../images/images_en/icon5.png) no-repeat #fad000 center 30px;
}
.main-banner-color .main-block-body:nth-child(4) {
	background:url(../images/images_en/icon6.png) no-repeat #fad000 center 30px;
}
/*chinamarketing*/
.chinamarketing-banner-color {
	background-color: #fff;
}
.chinamarketing-create-color {
	background-color: #fad000;
}
.p-title-black {
	width: 100%;
	min-width: 1000px;
	background: #fff;
	float: left;
	font-size:0;
	border-top: 3px solid #fff;
}
.p-title-black .line-1 {
	margin-top:45px;
	width: 100%;
	height:2px;
	background-color:#393e41;
	clear:both;
}
.p-title-black .line-2 {
	margin-top:5px;
	width: 100%;
	height:5px;
	background-color:#393e41;
	clear:both;
}
.p-title-black .title {
	margin:-35px auto 0 auto;
	width:260px;
	height:60px;
	background-color:#fff;
	text-align:center;
	font-size:36px;
}
.register-content {
	width: 1000px;
	height:30px;
	margin: 50px auto;
	clear: both;
	text-align:center;
}
a.pill {
	margin-top:30px;
	background-color: #393e41;
	border-radius: 18px;
	color: #fff;
	padding: 7px 18px;
	font-size:18px;
	text-align: center;
	text-transform: none;
}
/*footer*/
footer {
	width: 100%;
	min-width:1000px;
	background: #393e41;
	float: left;
}
footer section {
	width: 1000px;
	margin: 0 auto;
	background: #393e41;
	clear: both;
}
footer section div.left {
	width:50%;
	font-size:16px;
	color:#fff;
	margin-top:55px;
	margin-left:0px;
	margin-bottom:60px;
	float:left;
}
footer section div.right {
	color:#fff;
	width:35%;
	float:right;
}
footer section a {
	color: #fff;
	text-decoration: underline;
}
footer section a:hover {
	color: #fff;
	text-decoration: underline;
}