

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
body {
	line-height: 1.5;
	margin: 0;
	color: #4F4F4F;
	font-family: "Helvetica Neue", Helvetica, Arial, '微软雅黑', 'Microsoft YaHei', sans-serif;
	font-size: 12px;
}
input, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, '微软雅黑', 'Microsoft YaHei', sans-serif;
	font-size: 12px;
	outline: none;
}
a img {
	border: none;
}
img {
    vertical-align: middle;
}
input, a, button {
	outline: none;
}
a:link, a:visited {
	color: #009;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #C00;
	text-decoration: underline;
}
hr {
	border: 0px none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #EEE;
}

/**********************************************************************************/
.page-container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.page-title {
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
}
.page-title a, .page-title span {
	margin-right: 15px;
}

/**********************************************************************************/
.global-header {
	width: 100%;
	padding-top: 15px;
	background-color: #FFF;
	box-shadow: 0px 1px 5px 3px rgba(100, 100, 100, 0.3);
}
.logo {
	display: inline-block;
	width: 200px;
	height: 70px;
	margin-bottom: 15px;
	vertical-align: top;	
}
.global-header-plus {
	position: absolute;
	right: 0;
	top: 0;
	/*float: right;*/
	display: inline-block;
	text-align: right;
	/*clear: both;*/
}
.global-header-plus p {
	margin-top: 0;
}
.global-header-plus a {
	margin-right: 10px;
}
.global-header-tel {
	padding-left: 24px;
	background: url(../image/tel-icon.png) left center no-repeat;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
	font-size: 16px;
}
.global-header-search {
	float: right;
	display: inline-block;
	margin-top: 36px;
	/*clear: both;*/
}
.header-searchkey {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 21px;
	margin: 5px 0;
	padding-left: 35px;
	background: #FFF url(../image/search-key.png) no-repeat scroll 5px center;
	border: 1px solid #CCC;
	border-radius: 11px;
	vertical-align: top;
}
.header-searchkey input {
	overflow: hidden;
	width: 100px;
	height: 17px;
	margin-top: 2px;
	padding: 0;
	background-color: #FFF;
	border: 0px none;
}
.header-searchkey a {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 50px;
	line-height: 21px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 11px;
    color: #0059B3;
    text-align: center;
    text-decoration: none;
}
.language {
	overflow: hidden;
    display: inline-block;
	line-height: 21px;
    margin: 6px 0 6px 10px;
	vertical-align: top;
}
.language a {
	display: inline-block;	
	width: 21px;
	line-height: 21px;
	background-color: #999;
	border-radius: 12px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
.language a.sel {
	background-color: #0059B3;
}
.global-nav {
    background-color: #EFF0F0;
    border-bottom: 5px solid #0059B3;
    height: 40px;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.global-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.global-nav > section {
	width: 960px;
	margin: 0 auto;
}
.global-nav > section > ul > li {
	position: relative;
	display: inline-block;
	float: left;
	width: 120px;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 2px;
	z-index: 999;
}
.global-nav > section > ul > li a {
	color: #0059B3;
	text-decoration: none;
}
.global-nav > section > ul > li > a, .global-nav > section > ul > li > label {
	position: relative;
	display: block;
	z-index: 65536;
	padding-left: 20px;
	padding-right: 30px;
	line-height: 40px;
	background-position: right 0px;
	background-repeat: no-repeat;
}
.global-nav > section > ul > li > a, .global-nav > section > ul > li > label, .global-nav > section > ul > li > div {
	position: relative;
}
.global-nav > section > ul > li > div {
	position: absolute;
	display: none;
	z-index: 65535;
	min-width: 120px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #60A2C2;
}
.global-nav > section > ul > li > div a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	white-space: nowrap;
}
.global-nav > section > ul > li:hover > a, .global-nav > section > ul > li:hover > label {
	background-color: #60A2C2;
	background-position: right -40px;
	box-shadow: 0px -1px 3px 1px rgba(200, 200, 200, 0.3);
	color: #FFF;
}
.global-nav > section > ul > li:hover > div {
	display: block;
	box-shadow: 0px 0px 3px 1px rgba(200, 200, 200, 0.3);
}
.global-nav > section > ul > li > div a:hover {
	background-color: #FFF;
	color: #444;
}
.global-nav > section > ul > li.sel {
	background-color: #0059B3;
}
.global-nav > section > ul > li.sel > a, .global-nav > section > ul > li.sel > label {
	border-bottom-color: #0059B3;
	background-position: right -40px;
	color: #EEE;
}

.global-nav .nav-home {
	background-image: url(../image/nav-home.png);
}
.global-nav .nav-about {
	background-image: url(../image/nav-about.png);
}
.global-nav .nav-news {
	background-image: url(../image/nav-news.png);
}
.global-nav .nav-prod {
	background-image: url(../image/nav-prod.png);
}
.global-nav .nav-benefit {
	background-image: url(../image/nav-benefit.png);
}
.global-nav .nav-edu {
	background-image: url(../image/nav-edu.png);
}
.global-nav .nav-qa {
	background-image: url(../image/nav-qa.png);
}
.global-nav .nav-contact {
	background-image: url(../image/nav-contact.png);
}

/**********************************************************************************/
.register-header {
	width: 100%;
	padding-top: 15px;
	background-color: #FFF;
}

/**********************************************************************************/
.global-footer {
	width: 100%;
	padding: 20px 0;
	background-color: #414042;
	box-shadow: 0px -1px 5px 3px rgba(100, 100, 100, 0.3);
	color: #EEE;
}
.footer-partner {
	border-bottom: 1px #666 dotted;
}
.footer-partner p {
	margin-left: 12px;
}
.footer-partner ul {
	overflow: hidden;
	display: block;
	padding: 0;
	list-style: none;
}
.footer-partner li {
	float: left;
	width: 96px;
	height: 64px;
	margin: 12px;
	background-color: #CCC;
}
.footer-nav {
	overflow: hidden;
	margin: 30px 12px;
}
.footer-nav ul, .footer-nav div {
	overflow: hidden;
	display: inline-block;
	margin-top: 12px;
	vertical-align: top;
}
.footer-nav div.qr-code {
	float: right;
	text-align: right;
}
.footer-nav div.qr-code img {
	margin-bottom: 5px;
}
.footer-nav div.qr-code p {
	margin-top: 0;
	margin-bottom: 3px;
}
.footer-nav ul {
	padding: 0;
	list-style: none;
}
.footer-nav li {
	float: left;
	width: 96px;
	margin-right: 24px;
	vertical-align: top;
}
.footer-nav li a, .footer-nav li label {
	display: block;
	line-height: 23px;
	margin-bottom: 10px;
}
.footer-nav li a {
	color: #EEE;
	font-size: 14px;
}
.footer-copyright {
	margin-left: 12px;
	margin-bottom: 20px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/**********************************************************************************/
.register-footer {
	width: 100%;
	padding: 20px 0;
}
.register-nav {
	overflow: hidden;
}
.register-nav ul {
	overflow: hidden;
	display: block;
	margin-top: 12px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.register-nav li {
	display: inline-block;
	width: 96px;
	margin-left: 10px;
	margin-right: 10px;
}
.register-nav li a {
	line-height: 23px;
	color: #999;
	font-size: 14px;
}
.register-copyright {
	margin-bottom: 20px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/**********************************************************************************/
.login-area {
	overflow: hidden;
	padding: 50px 0 80px 0;
	/*background-color: #03499F;*/
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.login-form {
	float: right;
	margin-right: 20px;
	padding: 25px 30px;
	background-color: #FFF;
	border: 1px solid #03499F;
}
.login-form a.act-btn {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	background-color: #F36;
	border: 1px solid #F36;
	border-radius: 5px;
	color: #FFF;
	letter-spacing: 2px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
.login-form p input {
	vertical-align: middle;
}
.login-form p.input-line {
	font-size: 17px;
}
.login-form p.input-line input {
	width: 150px;
	height: 21px;
}
.login-form a.lost-pwd {
	margin-right: 10px;
}
.register-area {
	overflow: hidden;
	padding: 50px 0 80px 0;
	background-color: #EEE;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.register-form {
	padding: 20px 30px;
	background-color: #FFF;
}
.register-form .notice {
	color: #F00;
}
.register-form input.long {
	width: 250px;
}

/**********************************************************************************/
.banner {
	position: relative;
	overflow: auto;
	margin-bottom: 30px;
}
.banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.banner ul li {
	float: left;
}
.banner ol.dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border: 2px solid #FFF;
	border-radius: 6px;
	cursor: pointer;
	opacity: 0.4;
	text-indent: -999em;
	transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
	
}
.banner .dots li.active {
	background-color: #FFF;
	opacity: 1;
}

/**********************************************************************************/
.last-news {
	display: inline-block;
	overflow: hidden;
	width: 620px;
}
.last-news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.last-news ul li {
	float: left;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.last-news ul li img {
	width: 240px;
	padding: 19px;
	border: 1px solid #EEE;
}
.last-news ul li h3, .last-news ul li p {
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	text-overflow: ellipsis;
}
.last-news ul li p {
	margin-bottom: 0;
}

/**********************************************************************************/
.video-and-link {
	float: right;
	overflow: hidden;
	width: 330px;
}
.video-and-link a {
	overflow: hidden;
	display: block;
	width: 330px;
	min-height: 168px;
	margin-bottom: 30px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
.video-and-link a:hover {
	opacity: 0.5;
}

/**********************************************************************************/
.prod-recomm {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.prod-recomm-title {
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	margin-top: 0;
	margin-bottom: 25px;
    border-bottom: 5px solid #0059B3;
    font-size: 16px;
    font-weight: normal;
	letter-spacing: 1px;
}
.prod-recomm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.prod-recomm ul li {
	overflow: hidden;
	float: left;
	width: 450px;
	margin-bottom: 25px;
    margin-right: 15px;
	margin-left: 15px;
    background-color: #DBF6FF;
	box-shadow: 1px 1px 5px 3px rgba(100, 100, 100, 0.3);    
}
.prod-recomm ul li a {
	overflow: hidden;
	display: block;
	text-decoration: none;
}
.prod-recomm ul li a:hover {
	opacity: 0.5;
}
.prod-recomm ul li a div {
	float: left;
	width: 270px;
	padding: 15px;  
}
.prod-recomm ul li a div h4 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.prod-recomm ul li a div p {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 26px;
	height: 78px;
	color: #4F4F4F;
}
.prod-recomm ul li a figure {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0;
	background-color: #FFF;
}
.prod-recomm ul li a figure img {
	width: 150px;
	height: 150px;
}

/**********************************************************************************/
.filter-box {
	margin-bottom: 20px;
	background-color: #F6F6F6;
	border: 1px solid #EEE;
}
.filter-box dl {
	display: block;
	margin: 0;
	padding: 20px;
	border-bottom: 1px dotted #E3E3E3;
}
.filter-box dt, .filter-box dd {
	display: inline-block;
}
.filter-box dt {
	width: 80px;
	color: #333;
	vertical-align: top;
}
.filter-box dd {
	width: 775px;
	margin-left: 25px;
}
.filter-box dd a {
	display: inline-block;
	margin-right: 15px;
	padding-left: 2px;
	padding-right: 2px;
	color: #666;
	white-space: nowrap;
}
.filter-box dd a.sel {
	background-color: #666;
	color: #FFF;
}
.filter-box ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 10px;
	background-color: #0059B3;
	color: #FFF;
	text-align: right;
}
.filter-box ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.filter-box ul li.page {
	float: right;
}
.filter-box ul li a {
	color: #FFF;
	text-decoration: none;
}

/**********************************************************************************/
.prod-box {
	overflow: hidden;
	margin-bottom: 20px;
}
.prod-item {
	position: relative;
	float: left;
	width: 290px;
	margin: 15px;
	box-shadow: 0px 0px 3px 1px rgba(100, 100, 100, 0.3);
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.prod-item a {
	display: block;
	color: #333;
	text-decoration: none;
}
.prod-item a:hover {
	opacity: 0.5;
}
.prod-item h3 {
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	text-overflow: ellipsis;
}
.prod-item div {
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
}
.prod-item figure {
	margin: 0;
}
.prod-item figure img {
	width: 290px;
	height: 290px;
}
.prod-item-price {
	color: #27A8DF;
	font-size: 14px;
}
.prod-item p {
	overflow: hidden;
	position: relative;
	height: 40px;
	line-height: 20px;
	padding-right: 20px;
	color: #888;
}
.prod-item p::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content:"...";
}
.brand-logo {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 215px;
	width: 96px;
	height: 64px;
	border: 1px solid #EEE;
	display: none;
}

/**********************************************************************************/
.page-nav {
	margin-bottom: 50px;
	text-align: center;
}
/**********************************************************************************/
.page-nav a {
	margin-left: 20px;
	margin-right: 20px;
}

/**********************************************************************************/
.prod-sign {
	overflow: hidden;
	margin-bottom: 50px;
}
.prod-sign h2 {
	overflow: hidden;
	margin-top: 0;
	white-space: nowrap;
	font-weight: normal;
	text-overflow: ellipsis;
}
.prod-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.prod-viewer {
	overflow: hidden;
	position: relative;
	float: left;
	width: 500px;
	border: 1px solid #EEE;
}
.prod-viewer figure {
	margin: 0 0 0 0;
}
.prod-viewer figure img {
	width: 500px;
	height: 500px;
}
.prod-gallery {
	overflow: hidden;
	width: 498px;
	padding: 1px;
	background-color: #EEE;
}
.prod-gallery a img {
	width: 164px;
	height: 164px;
}
.prod-gallery a {
	float: left;
	display: block;
	width: 164px;
	height: 164px;
	margin: 1px;
	background-color: #FFF;
}
.prod-viewer .brand-logo {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
	width: 96px;
	height: 64px;
	border: 1px solid #EEE;
}
.prod-base {
	float: right;
	width: 400px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #F6F6F6;
	border: 1px solid #EEE;
}
.prod-base .prod-base-label {
	color: #09F;
}
.prod-base .price {
	color: #C00;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.prod-base .through-price {
	text-decoration: line-through;
}
.prod-base .act-area {
	margin-top: 25px;
	margin-bottom: 30px;
}
.prod-base a.cart-go-build {
	display: inline-block;
	margin-left: 10px;
	padding: 10px;
	background-color: #6CF;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.prod-base a.fav-go-build {
	display: inline-block;
	margin-left: 10px;
	padding: 10px;
	background-color: #C00;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.prod-content {
	overflow: hidden;
	clear: both;
	padding-top: 20px;
}
.prod-content h3.title {
	padding: 10px;
	background-color: #DDD;
}

/**********************************************************************************/
.news-box {
	margin-bottom: 40px;
}
.news-item {
	position: relative;
	overflow: hidden;
	background-color: #F9F9F9;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.news-item:nth-child(2n+0) {
	background-color: #F3F3F3;
}
.news-item a {
	overflow: hidden;
	display: block;
	padding: 25px;
	color: #333;
	text-decoration: none;
}
.news-item a:hover {
	opacity: 0.5;
}
.news-item h3 {
	overflow: hidden;
	margin-bottom: 5px;
	color: #0059B3;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	text-overflow: ellipsis;
}
.news-item h3, .news-item p {
	margin-top: 0;
}
.news-item p {
	position: relative;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
	margin-bottom: 0;
	padding-right: 20px;
}
.news-item p::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content:"...";
}
.news-item div {
	float: left;
	overflow: hidden;
	width: 750px;
	margin-left: 25px;
}
.news-item figure {
	float: left;
	margin: 0;
}
.news-item figure img {
	width: 135px;
}
.pulish-time {
	display: block;
	margin-bottom: 5px;
	color: #999;
}

/**********************************************************************************/
.news-sign {
	overflow: hidden;
	margin-bottom: 50px;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.news-content {
	margin-bottom: 30px;
	font-size: 16px;
}
.news-content img {
	max-width: 960px;
}
.news-content iframe {
	width: 960px;
	height: 540px;
}

/**********************************************************************************/
.news-gallery {
	overflow: hidden;
	width: 948px;
	margin-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	border: 1px solid #CCC;
}
.news-gallery a {
	float: left;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.news-gallery img {
	width: 306px;
	height: 204px;
}

/**********************************************************************************/
.magazine-box {
	margin-bottom: 40px;
}
.magazine-item {
	position: relative;
	overflow: hidden;
	background-color: #F9F9F9;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.magazine-item:nth-child(2n+0) {
	background-color: #F3F3F3;
}
.magazine-item a {
	display: block;
	height: 90px;
	padding: 25px;
	color: #333;
	text-decoration: none;
}
.magazine-item a:hover {
	opacity: 0.5;
}
.magazine-item h3 {
	overflow: hidden;
	margin-bottom: 5px;
	color: #0059B3;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	text-overflow: ellipsis;
}
.magazine-item h3, .magazine-item p {
	margin-top: 0;
}
.magazine-item p {
	position: relative;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
	margin-bottom: 0;
	padding-right: 20px;
}
.magazine-item p::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content:"...";
}
.magazine-item div {
	float: left;
	overflow: hidden;
	width: 750px;
	margin-left: 25px;
}
.magazine-item figure {
	float: left;
	width: 135px;
	margin: 0;
	background-color: #FFF;
	text-align: center;
}
.magazine-item figure img {
	width: 65px;
	height: 90px;
}

/**********************************************************************************/
.magazine-sign {
	overflow: hidden;
	margin-bottom: 50px;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.magazine-content {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 3px solid #0059B3;
	font-size: 16px;
}
.magazine-content ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.magazine-content ul li {
	float: left;
	width: 240px;
	margin-bottom: 23px;
	text-align: center;
}
.magazine-content ul li img {
	width: 195px;
	height: 270px;
}

/**********************************************************************************/
.edu-box {
	overflow: hidden;
	margin-bottom: 40px;
}
.edu-item {
	position: relative;
	float: left;
	overflow: hidden;
	/*width: 320px;*/
	width: 480px;
	background-color: #F9F9F9;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
/*.edu-item:nth-child(2n) {
	background-color: #F3F3F3;
}*/
.edu-item:nth-child(1), .edu-item:nth-child(4), .edu-item:nth-child(5) {
	background-color: #F3F3F3;
}

.edu-item a {
	display: block;
	padding: 30px;
	color: #333;
	text-decoration: none;
}
.edu-item a:hover {
	opacity: 0.5;
}
.edu-item h3 {
	overflow: hidden;
	margin-bottom: 5px;
	color: #0059B3;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	text-overflow: ellipsis;
}
.edu-item h3, .edu-item p {
	margin-top: 0;
}
.edu-item p {
	position: relative;
	overflow: hidden;
	height: 140px;
	line-height: 20px;
	margin-bottom: 0;
	padding-right: 20px;
}
.edu-item p::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content:"...";
}
.edu-item .item-plus {
	overflow: hidden;
}
.edu-item .item-link {
	overflow: hidden;
	display: inline-block;
	width: 72px;
	height: 28px;
	line-height: 28px;
	margin-top: 15px;
	background-color: #27A8DF;
	color: #FFF;
	text-align: center;
}
.edu-item .item-logo {
	overflow: hidden;
	display: inline-block;
	width: 96px;
	height: 64px;
    margin-top: 15px;
	background-color: #CCC;
}

/**********************************************************************************/
.search-box {
	margin-bottom: 40px;
}
.search-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.search-item figure {
	float: left;
	margin: 0 25px 0 0;
}
.search-item figure img {
    max-width: 80px;
	max-height: 80px;
	border: 1px solid #EEE;
}
.search-item div {
	float: left;width:850px;
}
.search-item h3 {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
}
.search-item p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #999;
}
.search-item .search-item-price {
	display: block;
	margin-bottom: 5px;
	color: #27A8DF;
}

/**********************************************************************************/
.cart-title {
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #F3F3F3;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.cart-goods, .cart-price, .cart-qty, .cart-sum, .cart-opt {
	overflow: hidden;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
}
.cart-goods {
	width: 400px;
	padding-left: 20px;
}
.cart-price {
	width: 100px;
	text-align: center;
}
.cart-qty {
	width: 120px;
	text-align: center;
}
.cart-sum {
	width: 120px;
	text-align: center;
}

.cart-box {
	margin-bottom: 40px;
}
.cart-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 2px;
	background-color: #F5F8FA;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.cart-item figure {
	float: left;
	margin: 0 20px 0 0;
}
.cart-item figure img {
    width: 60px;
	background-color: #FFF;
}
.cart-item h3 {
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
.cart-item p {
	margin: 0;
}
.cart-summary {
	overflow: hidden;
	margin-bottom: 60px;
	padding: 0 0 0 20px;
	background-color: #F3F3F3;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
	text-align: right;
}
.cart-summary a.cart-go-build {
	display: inline-block;
	margin-left: 10px;
	padding: 10px;
	background-color: #36F;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.cart-summary .num-label {
	margin-left: 3px;
	margin-right: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
}

/**********************************************************************************/
.parnter-box {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 15px;
	background-color: #F9F9F9;
}
.parnter-item {
	float: left;
	position: relative;
	width: 155px;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
}
.parnter-item a {
	overflow: hidden;
	display: block;
	width: 123px;
	margin: 15px;
	padding-top: 14px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.parnter-item a:hover {
	opacity: 0.5;
}
.parnter-item h3 {
	overflow: hidden;
	height: 42px;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0059B3;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
}
.parnter-item figure {
	margin: 0;
}
.parnter-item figure img {
	width: 96px;
	height: 64px;
}



/**********************************************************************************/
a.buy-btn {
	display: inline-block;
	padding: 10px 15px;
	background-color: #60A2C2;
	border: 1px solid #60A2C2;
	border-radius: 5px;
	color: #FFF;
	letter-spacing: 2px;
	font-family: Georgia,"Times New Roman",Times,"Helvetica Neue",Helvetica,Arial,"微软雅黑","Microsoft YaHei",sans-serif;
	font-size: 16px;
	text-decoration: none;
}
a.buy-btn:hover {
	background-color: #FFF;
	color: #60A2C2;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}








