/*content*/

.content {
	width: 1004px;
	margin: 0 auto;
}


/*main*/

.main {
	padding: 0 20px 80px;
	margin-bottom: 15px;
	overflow: hidden;
}

.main .article {
	float: right;
	width: 737px;
	border-top: 1px solid #b41d1a;
	margin-top: 18px;
}

.main .article .title-big {
	height: 137px;
}

.main .article .title-big img {
	float: right;
	width: auto;
	height: 133px;
	border-top: 4px solid #b41d1a;
}

.main .article .title-big p {
	float: left;
	width: calc(100% - 360px);
	padding: 0 10px;
}

.main .article .title-big p:nth-of-type(1) span {
	position: relative;
	z-index: 2;
	display: block;
	margin-top: 22px;
	background-image: linear-gradient(#595656 0%, #c4c2c3 55%, #1d1819 55%, #1d1819 100%);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 40px;
	color: transparent;
	line-height: 1;
}

.main .article .title-big p:nth-of-type(1) span+span {
	z-index: 1;
	margin-top: -5px;
	transform: scaleY(-1);
	background-image: linear-gradient(#fff 0%, #fff 45%, #b8b8b8 100%);
}

.main .article .title-big p:nth-of-type(2) span {
	display: block;
	font-size: 16px;
	color: #b41d1a;
	line-height: 1;
}

.main .article .title-big p:nth-of-type(2) span+span {
	margin-top: 5px;
	font-size: 14px;
	color: #666;
}

.main .article .title-small {
	position: relative;
	height: 60px;
}

.main .article .title-small:before {
	content: '';
	position: absolute;
	left: 0;
	top: 23px;
	width: 62px;
	height: 14px;
	background: url(/img/cn/header_line.gif) repeat;
}

.main .article .title-small:after {
	content: '';
	position: absolute;
	left: 62px;
	right: 0;
	top: 35px;
	height: 1px;
	background-color: #ddd;
}

.main .article .title-small b {
	position: relative;
	z-index: 4;
	float: left;
	height: 60px;
	padding: 0 22px;
	margin-left: 62px;
	background-color: #fff;
	font-size: 18px;
	color: #b41d1a;
	line-height: 60px;
}

.main .article .title-small a {
	position: relative;
	z-index: 5;
	float: right;
	height: 60px;
	padding: 0 10px 0 30px;
	background-color: #fff;
	font-size: 14px;
	color: #595959;
	line-height: 64px;
}

.main .article .title-small a:hover {
	color: #A71816;
}

.main .article .about-show {
	overflow: hidden;
}

.main .article .about-show .pic {
	float: left;
}

.main .article .about-show .pic img.size {
	width: 140px;
	border: 10px solid #f6f6f6;
}

.main .article .about-show .box {
	float: right;
	width: calc(100% - 220px);
}

.main .article .about-show .box p {
	line-height: 28px;
}

.main .article .about-show .box p+p {
	margin-top: 15px;
}

.main .article .about-show .box a {
	color: #595959;
}

.main .article .about-show .box a:hover {
	color: #B41D1A;
}

.main .article .about-show .box img {
	max-width: 100%;
	margin-bottom: 5px;
}

.main .article .about-show .box video {
	width: 100%;
}

.main .article .about-show .box table {
	width: 100%;
	margin: 10px 0;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	border-collapse: separate !important;
	border-spacing: 3px !important;
}

.main .article .about-show .box table th {
	padding: 5px;
	background-color: #f0f0f0;
	font-weight: normal;
	color: #B41D1A;
}

.main .article .about-show .box table td {
	padding: 5px;
	background-color: #fafafa;
}

.main .article .about-show .box table td i {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin-bottom: 2px;
	margin-right: 8px;
	background: url(/img/cn/download_icon.gif) no-repeat;
}


/*news*/

.main .article .about-show .box ul.news-list {
	margin-bottom: 12px;
}

.main .article .about-show .box ul.news-list li {
	padding-left: 20px;
	background: url(/img/cn/index_main_icon.gif) no-repeat 0 center;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* products */

.main .article .about-show .box ul.products-search {
	margin-bottom: 20px;
	overflow: hidden;
}

.main .article .about-show .box ul.products-search li {
	float: left;
	width: calc(50% - 20px);
	margin-top: 14px;
	overflow: hidden;
}

.main .article .about-show .box ul.products-search li:nth-child(2n) {
	margin-left: 40px;
}

.main .article .about-show .box ul.products-search li b {
	float: left;
	width: 120px;
	color: #A71816;
	line-height: 24px;
}

.main .article .about-show .box ul.products-search li select {
	float: left;
	width: calc(100% - 120px);
	height: 24px;
	border-color: #282828;
	border-radius: 0;
}

.main .article .about-show .box ul.products-result {
	margin-bottom: 20px;
	overflow: hidden;
}

.main .article .about-show .box ul.products-result li {
	float: left;
	width: 170px;
	height: 286px;
	margin-right: 19px;
	margin-top: 10px;
}

.main .article .about-show .box ul.products-result li:nth-child(4n) {
	margin-right: 0;
}

.main .article .about-show .box ul.products-result li a {
	display: block;
}

.main .article .about-show .box ul.products-result li a img {
	width: calc(100% - 16px);
	height: 206px;
	border: 8px solid #f6f6f6;
	margin-bottom: 4px;
}

.main .article .about-show .box ul.products-result li a span {
	display: block;
	font-size: 13px;
	color: #595959;
	line-height: 20px;
	text-align: center;
	text-decoration: underline;
}

.main .article .about-show .box ul.products-result li a span:hover {
	color: #b41d1a;
	text-decoration: none;
}

.main .article .about-show .box dl.products-info {
	margin-top: 15px;
	border: 1px solid #b8b8b8;
	line-height: 30px;
}

.main .article .about-show .box dl.products-info dt {
	padding-left: 10px;
	background-color: #f6f6f6;
	color: #c30001;
}

.main .article .about-show .box dl.products-info dd {
	overflow: hidden;
}

.main .article .about-show .box dl.products-info dd span {
	float: left;
	width: 180px;
	padding-left: 10px;
}

.main .article .about-show .box dl.products-info dd span+span {
	width: calc(100% - 200px);
}


/*download*/

.main .article .about-show .box form.download {
	padding: 25px 50px 30px;
	border: 1px solid #b8b8b8;
	margin: 10px 0 20px;
}

.main .article .about-show .box form.download li {
	overflow: hidden;
}

.main .article .about-show .box form.download li+li {
	margin-top: 12px;
}

.main .article .about-show .box form.download li label {
	float: left;
	width: 120px;
	line-height: 24px;
}

.main .article .about-show .box form.download li label.required::after {
	content: '*';
	margin-left: 4px;
	color: #B41D1A;
}

.main .article .about-show .box form.download li em {
	float: left;
	font-style: normal;
	line-height: 24px;
}

.main .article .about-show .box form.download li em::before {
	content: '*';
	margin-right: 4px;
	color: #B41D1A;
}

.main .article .about-show .box form.download li input[type="text"],
.main .article .about-show .box form.download li input[type="password"] {
	float: left;
	width: 210px;
	height: 22px;
	padding: 0 4px;
	border: 1px solid #999;
	border-radius: 0;
	background-color: #fff;
	line-height: 22px;
}

.main .article .about-show .box form.download li textarea {
	float: left;
	width: 300px;
	height: 110px;
	padding: 0 4px;
	border: 1px solid #999;
	border-radius: 0;
	background-color: #fff;
	line-height: 22px;
	resize: none;
}

.main .article .about-show .box form.download li input[type="submit"] {
	float: left;
	width: 220px;
	height: 26px;
	padding: 0;
	border: 1px solid #999;
	margin-top: 5px;
	background-color: #ededed;
	cursor: pointer;
}