@charset "utf-8";
/* CSS Document */

body, td, th, div, li, dt, dd {
	font-size:12px; color:#666;
	word-wrap:break-word; word-break:normal;
}
body {
	margin:0; padding:0;
	min-width:1260px;
	background:#fff;
}
a:link {color:#333; text-decoration:none;}
a:visited {color:#333; text-decoration:none;}
a:hover {color:#c00; text-decoration:none;}
a:active {color:#c00; text-decoration:none;}


input, select, textarea, button {
	margin:0; padding:0;
	line-height:normal;
	outline:none;
	font-size:13px; color:#000;
}

iframe[name='IFR'] {
	width:100%; min-height:300px;
}

.hr {
	height:1px;
	border:none; border-top:1px dotted #ddd;
}

.web-main {
	display:block; margin:0 auto;
	width:1300px; height:auto;
}


.jmr-dialog {
	width:310px;
}
.jmr-dialog > * {
	min-width:280px;
	max-width:80%;
}
.jmr-dialog button.ui-dialog-close {
	/* 这个是控制右上角【叉】关闭的样式 */
}
.jmr-dialog .ui-dialog-grid {
	margin:0 auto;
}
.jmr-dialog .ui-dialog-title {
	/* 这个是控制主标题的样式 */
}
.jmr-dialog .ui-dialog-content {
	/* 这个是控制主内容的样式 */
	font-size:14px;
	line-height:1.6;
}
.jmr-dialog .ui-dialog-button * {
	font-size:14px;
}
.jmr-dialog button.ui-dialog-autofocus {
	/* 这个是控制主按钮【okValue】的样式 */
	margin-left:14px; padding:8px 20px;
}
.jmr-dialog button[i-id='cancel'] {
	/* 这个是控制取消按钮【cancelValue】的样式 */
	margin-left:14px; padding:7px 20px;
}
.jmr-dialog .ui-dialog-footer {
	/* 设置对话框按钮左中右的位置 */
	text-align:-moz-center!important; text-align:center;
	padding-left:10px; padding-right:10px;
}

.jmr-dialog .ui-dialog-body {
	/* 设置控件旁边的泡泡提示 */
	font-size:12px;
	padding:8px;
	line-height:1.6;
}


/* jmr-page */
.jmr-page {
	display:block; margin:0 auto;
	width:100%; height:auto; overflow:hidden;
	padding:20px 0;
	font-size:0;
	text-align:center;
}
.jmr-page > ul {
	display:inline-block;
	width:auto; height:auto;
	vertical-align:middle;
}
.jmr-page > ul > li {
	float:left; display:inline-block; margin-right:2px;
	width:auto; height:auto;
	font-size:14px;
	text-align:-moz-center!important; text-align:center;
}
.jmr-page > ul > li span {
	display:block;
	color:#999;
	padding:8px 12px;
	border:1px solid #555;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
}
.jmr-page > ul > li a {
	display:block;
	padding:8px 12px;
	border:1px solid #555;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
	
	transition-property:background-color, border-color, color;
	-moz-transition-property:background-color, border-color, color;
	-webkit-transition-property:background-color, border-color, color;
	-o-transition-property:background-color, border-color, color;
	
	transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	
	transition-timing-function:linear;
	-moz-transition-timing-function:linear;
	-webkit-transition-timing-function:linear;
	-o-transition-timing-function:linear;
}
.jmr-page > ul > li a:hover {
	border-color:#c8daee;
	background-color:#f4f9ff;
}
.jmr-page > ul > li a.active {
	background-color:#ccc;
}




/* header */
header {
	position:fixed; z-index:900; left:0; top:0;
	display:block;
	width:100%; height:102px;
	margin:0 auto;
	border-bottom:1px solid #454648;
	background-color:#1a1b1f;
}
header > .web-main {
	width:calc(100% - 140px); min-width:1300px;
}
header logo {
	float:left; display:inline-block;
	width:200px; height:56px; overflow:hidden;
	margin:22px 0 0 0;
	background:url(/image/logo.png) center center no-repeat; background-size:cover;
}
header logo > a {
	display:block;
	width:100%; height:100%;
	font-size:0;
	text-indent:-999px;
}


header nav {
	float:right; display:inline-block;
	width:auto; height:auto;
	margin:14px 0 0 0;
	font-size:0;
	white-space:nowrap;
}
header nav > .box {
	display:inline-block;
	box-sizing:border-box;
	width:auto; height:100px;
	padding-right:20px;
	font-size:0;
	vertical-align:top;
}
header nav > .box > .amu {
	display:block;
	box-sizing:border-box;
	width:auto; height:24px; line-height:24px;
	padding-right:6px;
	text-align:right;
}
header nav > .box > .amu > li {
	display:inline-block;
	vertical-align:middle;
}
header nav > .box > .amu > li > a {
	margin:0 12px;
	font-size:12px; color:#a0a0a0;
}

header nav > .box > .nav {
	display:block;
	width:auto; height:64px; line-height:50px;
	font-size:0;
}
header nav > .box > .nav > li {
	position:relative;
	display:inline-block;
	width:auto; height:64px;
	vertical-align:middle;
}
header nav > .box > .nav > li > a {
	display:block;
	height:100%;
	padding:0 20px;
	font-size:15px; color:#fff;
}
header nav > .box > .nav > li > ul {
	position:absolute; z-index:910; left:0; top:64px;
	display:none;
	width:200px; height:auto; overflow:hidden;
	background-color:#fff;
}
header nav > .box > .nav > li > ul > li {
	display:block;
	width:100%; height:47px; line-height:47px;
	text-align:center;
}
header nav > .box > .nav > li > ul > li > a {
	display:block;
	font-size:14px;
}
header nav > .box > .nav > li > ul > li:hover {
	background-color:#bb001d;
}
header nav > .box > .nav > li > ul > li:hover > a {
	color:#fff;
}
header nav > .box > .ico-close {
	display:none;
}


header .ico-down {
	display:inline-block;
	width:16px; height:16px; overflow:hidden;
	margin-left:16px;
	background:url(/image/p02.png) center center no-repeat;
	vertical-align:middle;
}


header nav > .menu {
	display:inline-block; box-sizing:border-box;
	width:auto; height:74px;
	padding-left:20px;
	font-size:0;
	border-left:1px solid #333;
	vertical-align:top;
	white-space:nowrap;
}
header nav > .menu > li {
	position:relative;
	display:inline-block;
	width:auto; height:74px;
	vertical-align:middle;
}
header nav > .menu > li > u {
	display:block;
	width:auto; height:74px; line-height:74px;
	margin:0; padding:0 12px;
	font-size:12px; color:#fff;
	text-decoration:none;
	cursor:pointer;
}
header nav > .menu > li > u > .ico-srch {
	display:inline-block;
	width:20px; height:20px; overflow:hidden;
	vertical-align:middle;
	background:url(/image/p01-01.png) center center no-repeat; background-size:cover;
}
header nav > .menu > li > u > .ico-msg {
	display:inline-block;
	width:20px; height:20px; overflow:hidden;
	margin-right:4px;
	vertical-align:middle;
	background:url(/image/p01-02.png) center center no-repeat; background-size:cover;
}
header nav > .menu > li > u > .ico-lan {
	display:inline-block;
	width:20px; height:20px; overflow:hidden;
	margin-right:4px;
	vertical-align:middle;
	background:url(/image/p01-03.png) center center no-repeat; background-size:cover;
}

header nav > .menu > li > ul {
	position:absolute; z-index:910; right:0; top:74px;
	display:none;
	width:170px; height:auto; overflow:hidden;
	background-color:#fff;
}
header nav > .menu > li > ul > li {
	display:block;
	width:100%; height:40px; line-height:40px;
	text-align:center;
	cursor:pointer;
}
header nav > .menu > li > ul > li > a {
	display:block;
	font-size:14px; color:#333;
}
header nav > .menu > li > ul > li:hover {
	background-color:#bb001d;
	color:#fff;
}
header nav > .menu > li > ul > li:hover > a {
	color:#fff;
}
header nav > .menu > li.i-menu {
	display:none;
}



/* .part-banner */
.part-banner {
	display:block; box-sizing:border-box;
	width:100%; height:866px; overflow:hidden;
	margin:103px auto 0 auto; padding-top:60px;
	background:url(/image/pic01-zh.jpg) center center no-repeat; background-size:cover;
}
.part-banner-en {
	background-image:url(/image/pic01-en.jpg);
}
.part-banner-ru {
	background-image:url(/image/pic01-ru.jpg);
}

.swiper-container-banner {
	width:900px; height:500px;
}
.swiper-container-banner .swiper-slide {
	background:none;
}
.swiper-container-banner .swiper-slide img {
	display:block;
	max-width:100%; max-height:100%;
}
.swiper-container-banner .swiper-pagination-bullet {
	background-color:#999;
}
.swiper-container-banner .swiper-pagination-bullet-active {
	background-color:#bd0016;
}



/* .part-product */
.part-product {
	display:block;
	width:100%; height:900px; overflow:hidden;
	margin:0 auto;
	background:url(/image/pic02.jpg) center center no-repeat; background-size:cover;
}
.part-product > .web-main {
	width:1668px;
}
.part-product .title {
	display:block;
	width:calc(100% - 270px); height:auto;
	margin:80px auto 0 auto;
	text-align:left;
}
.part-product .title > big {
	display:block;
	line-height:1.8;
	font-size:34px; color:#fff;
}
.part-product .title > small {
	display:block;
	line-height:1.6;
	font-size:18px; color:#979795;
}
.part-product-ru .title > small {
	font-size:14px;
}


.part-product .content {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto; padding:60px 0;
	font-size:0;
}
.part-product .content > .left-button {
	display:inline-block;
	width:74px; height:74px; overflow:hidden;
	vertical-align:middle;
	cursor:pointer;
	background:url(/image/p03-left.png) center center no-repeat;
}
.part-product .content > .right-button {
	display:inline-block;
	width:74px; height:74px; overflow:hidden;
	vertical-align:middle;
	cursor:pointer;
	background:url(/image/p03-right.png) center center no-repeat;
}

.part-product .content > .cont {
	position:relative;
	display:inline-block;
	width:calc(100% - 270px); height:505px; overflow:hidden;
	margin:0 0 0 61px; padding:0;
	vertical-align:middle;
}
.part-product .content > .cont > .body {
	position:absolute; left:0; top:0;
	display:block;
	width:100%; height:100%;
}
.part-product .content > .cont > .body > .info {
	display:inline-block;
	width:461px; height:auto;
	vertical-align:middle;
}
.part-product .content > .cont > .body > .info > .intro {
	position:relative;
	display:block;
	width:461px; height:381px; line-height:normal; overflow:hidden;
	background:url(/image/p04.png) center top no-repeat; background-size:cover;
}
.part-product .content > .cont > .body > .info > .intro > .line {
	position:absolute; left:18px; top:0;
	display:block;
	width:173px; height:3px; line-height:normal; overflow:hidden;
	font-size:0;
	background-color:#c72b15;
	background:-webkit-linear-gradient(left, #bd021d, #eaa701);
	background:-o-linear-gradient(left, #bd021d, #eaa701);
	background:-moz-linear-gradient(left, #bd021d, #eaa701);
	background:linear-gradient(left, #bd021d, #eaa701);
}
.part-product .content > .cont > .body > .info > .intro > strong {
	display:block;
	width:381px; height:auto; line-height:1.6;
	margin:24px auto 0 auto;
	font-size:30px; color:#fff;
}
.part-product .content > .cont > .body > .info > .intro > em {
	display:block;
	width:381px; height:auto; line-height:1.6;
	margin:0 auto;
	font-size:18px; color:#fff; font-style:normal;
}
.part-product .content > .cont > .body > .info > .intro > p {
	display:block;
	width:381px; height:auto; line-height:1.8;
	margin:0 auto; padding:10px 0;
	font-size:16px; color:#a8a39d; font-style:normal;
}
.part-product .content > .cont > .body > .info > .intro > p:nth-of-type(1) {
	margin-top:20px;
	border-top:1px solid #333;
}
.part-product .content > .cont > .body > .info > .intro > p > b {
	color:#fff;
}
.part-product .content > .cont > .body > .info > a {
	display:block; box-sizing:border-box;
	width:250px; height:50px; line-height:50px;
	margin:70px 0 0 0;
	font-size:15px; color:#ddd4cf;
	text-indent:24px;
	border:1px solid #323232;
	background-color:#111216;
}
.part-product .content > .cont > .body > .info > a > .ico-go {
	display:inline-block;
	width:16px; height:16px; overflow:hidden;
	margin-left:90px;
	background:url(/image/p05.png) center center no-repeat;
	vertical-align:middle;
}
.part-product .content > .cont > .body > .info > a:hover {
	background-color:#fff;
	color:#333;
}

.part-product .content > .cont > .body > .cover {
	position:relative;
	display:inline-block;
	width:calc(100% - 600px); height:500px; line-height:500px; overflow:hidden;
	margin-left:80px;
	vertical-align:middle;
}
.part-product .content > .cont > .body > .cover > img {
	display:block;
	max-width:100%; max-height:100%;
	vertical-align:middle;
}



/* .part-merit */
.part-merit {
	position:relative;
	display:block;
	width:100%; height:666px; overflow:hidden;
	margin:0 auto;
	background:url(/image/pic03.jpg) center top no-repeat; background-size:cover;
}
.part-merit .body {
	position:absolute; right:0; top:84px;
	display:block;
	width:69%; height:calc(100% - 84px); overflow:hidden;
	background-color:#272528;
}
.part-merit .body > .line {
	display:block;
	width:100%; height:5px; line-height:normal; overflow:hidden;
	margin:0 auto;
	background:url(/image/p01.jpg) center center no-repeat; background-size:cover;
}
.part-merit .title {
	display:block;
	width:calc(90% - 200px); height:auto;
	margin:70px 0 0 10%; padding:0;
}
.part-merit .title > big {
	display:block;
	line-height:1.6;
	font-size:28px; color:#fff;
}
.part-merit-ru .title > big {
	font-size:24px;
}
.part-merit .title > small {
	display:block;
	margin-top:14px;
	line-height:2;
	font-size:16px; color:#c1c1c1;
}
.part-merit-ru .title > small {
	font-size:14px;
}

.part-merit .content {
	display:block;
	width:calc(90% - 200px); height:auto;
	margin:60px 0 0 10%; padding:0;
	font-size:0;
}
.part-merit .content > li {
	display:inline-block; box-sizing:border-box;
	width:30%; height:110px; overflow:hidden;
	padding:6px 20px 0 20px;
	text-align:center;
	border-left:1px solid #444;
}
.part-merit .content > li:last-child {
	border-right:1px solid #444;
}
.part-merit .content > li > u {
	display:block;
	line-height:2;
	font-size:20px; color:#fff;
	text-decoration:none;
}
.part-merit .content > li > u > number {
	font-size:30px;
	padding-right:6px;
}
.part-merit .content > li > em {
	display:block;
	line-height:1.8;
	font-size:15px; color:#fff; font-style:normal;
}
.part-merit-ru .content > li > u > number {
	font-size:24px;
}
.part-merit-ru .content > li > em {
	font-size:12px;
}

.part-merit-en .content > li {
	max-width:300px;
	height:130px;
}
.part-merit-en .content > li > em {
	line-height:1.4;
	font-size:12px;
}
.part-merit-en .title > big {
	height:96px; overflow:hidden;
}



/* .part-cert */
.part-cert {
	position:relative;
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:-80px auto 0 auto;
	
	background-color:#272528;
	background:-moz-linear-gradient(top, #272528 0%, #0a0b0c 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#272528), color-stop(100%,#0a0b0c));
	background:-webkit-linear-gradient(top, #272528 0%,#0a0b0c 100%);
	background:-o-linear-gradient(top, #272528 0%,#0a0b0c 100%);
	background:-ms-linear-gradient(top, #272528 0%,#0a0b0c 100%);
	background:linear-gradient(to bottom, #272528 0%,#0a0b0c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#272528', endColorstr='#0a0b0c',GradientType=0);
}
.part-cert > .web-main {
	width:80%; min-width:1300px; overflow:hidden;
}
.part-cert .content {
	display:block;
	width:auto; height:auto; overflow:hidden;
	margin:0 auto;
	font-size:0;
	white-space:nowrap;
}
#scro_cert1, #scro_cert2 {
	display:inline-block;
}
.part-cert .content a, .part-cert .content span {
	display:inline-block;
	width:146px; height:200px; overflow:hidden;
	margin:0 40px 0 0;
}
.part-cert .content a > img {
	display:block;
	max-width:100%; max-height:100%;
}

.part-cert .more {
	display:block; box-sizing:border-box;
	width:250px; height:50px; line-height:50px;
	margin:70px auto 0 auto;
	font-size:15px; color:#ddd4cf;
	text-indent:24px;
	border:1px solid #323232;
	background-color:#111216;
}
.part-cert .more > .ico-go {
	display:inline-block;
	width:16px; height:16px; overflow:hidden;
	margin-left:80px;
	background:url(/image/p05.png) center center no-repeat;
	vertical-align:middle;
}
.part-cert .more:hover {
	background-color:#fff;
	color:#333;
}



/* .part-tech */
.part-tech {
	position:relative;
	display:block; box-sizing:border-box;
	width:100%; height:auto; min-height:820px;
	margin:0 auto; padding-top:130px;
	background:url(/image/pic04.jpg) center top no-repeat; background-size:cover;
}
.part-tech > .web-main {
	width:100%;
}
.part-tech > .ribbon {
	position:absolute; z-index:9; left:0; bottom:-200px;
	display:block;
	width:100%; height:430px; overflow:hidden;
	background:url(/image/p07.png) center center no-repeat; background-size:cover;
}

.part-tech .title {
	display:block;
	width:auto; height:auto;
	margin:0 auto;
	text-align:center;
}
.part-tech .title > big {
	display:block;
	line-height:2;
	font-size:28px; color:#fff;
}
.part-tech .title > small {
	display:block;
	line-height:1.8;
	font-size:18px; color:#c1c1c1;
}

.part-tech .content {
	position:relative;
	display:block;
	width:1589px; height:581px; overflow:hidden;
	margin:70px auto 0 auto;
}
.part-tech .content > .cover {
	position:relative; z-index:11;
	display:block;
	width:100%; height:100%; overflow:hidden;
	background:url(/image/p03-01.jpg) center center no-repeat; background-size:cover;
}
.part-tech .content > .cover {
	display:block;
	transition:all 8s linear, background 0.5s linear;
}
/*
.part-tech .content:hover > .cover {
	transform:scale(1.2);
}
*/

.part-tech .content > ul {
	position:absolute; z-index:12; left:0; top:0;
	display:block;
	width:100%; height:100%; overflow:hidden;
	font-size:0;
}
.part-tech .content > ul > li {
	display:inline-block;
	width:529px; height:290px; line-height:290px; overflow:hidden;
	text-align:center;
	border-left:1px solid #414140;
	border-top:1px solid #414140;
	background-color:rgba(0,0,0,0.7);
}
.part-tech .content > ul > li:nth-child(3n+1) {
	border-left:none;
}
.part-tech .content > ul > li:nth-child(1), .part-tech .content > ul > li:nth-child(2), .part-tech .content > ul > li:nth-child(3) {
	border-top:none;
}
.part-tech .content > ul > li > a {
	display:block;
	font-size:0;
}
.part-tech .content > ul > li .text {
	display:inline-block;
	width:300px; height:auto;
	text-align:left;
	vertical-align:middle;
}
.part-tech .content > ul > li .text > strong {
	display:block;
	line-height:1.8;
	font-size:22px; color:#fff;
}
.part-tech .content > ul > li .text > u {
	display:block;
	line-height:1.8;
	font-size:14px; color:#c5c5c5;
	text-decoration:none;
}
.part-tech .content > ul > li .ico-right {
	display:inline-block;
	width:24px; height:24px; overflow:hidden;
	vertical-align:middle;
	background:url(/image/p03-right.png) center center no-repeat; background-size:cover;
}

.part-tech-en .content > ul > li .text > u {
	display:none;
}



/* .part-case */
.part-case {
	display:block;
	width:100%; height:auto;
	margin:100px auto 0 auto;
}
.part-case > .web-main {
	width:calc(100% - 200px);
}
.part-case .title {
	display:block;
	width:100%; height:auto;
	margin:70px auto 0 auto; padding:0;
	text-align:center;
}
.part-case .title > big {
	display:block;
	line-height:2;
	font-size:30px; color:#333; font-weight:bold;
}
.part-case .title > small {
	display:block;
	line-height:2;
	font-size:16px; color:#666;
}


.part-case .content {
	display:block;
	width:100%; height:720px; overflow:hidden;
	margin:0 auto; padding:40px 0;
	font-size:0;
}
.part-case .content > .left-button {
	display:inline-block;
	width:30px; height:30px; overflow:hidden;
	margin:0 30px 0 0;
	cursor:pointer;
	vertical-align:middle;
	background:url(/image/p08-left.png) center center no-repeat; background-size:cover;
}
.part-case .content > .right-button {
	display:inline-block;
	width:30px; height:30px; overflow:hidden;
	margin:0 0 0 30px;
	cursor:pointer;
	vertical-align:middle;
	background:url(/image/p08-right.png) center center no-repeat; background-size:cover;
}

.part-case .content > .cont {
	position:relative;
	display:inline-block;
	width:calc(100% - 120px); height:720px; overflow:hidden;
	vertical-align:middle;
}
.part-case .content > .cont > ul {
	position:relative;
	display:block;
	width:auto; height:100%;
	font-size:0;
	white-space:nowrap;
}
.part-case .content > .cont li {
	display:inline-block; box-sizing:border-box;
	width:calc(50% - 60px); height:100%;
	margin:0 30px;
	vertical-align:middle;
	border:1px solid #eee;
}
.part-case .content > .cont li > a {
	display:block;
	width:100%; height:520px; overflow:hidden;
}
.part-case .content > .cont li > a > .cover {
	display:block;
	width:100%; height:422px; overflow:hidden;
}
.part-case .content > .cont li > a > .cover > .img {
	display:block;
	width:100%; height:100%;
	background-position:center center; background-repeat:no-repeat; background-size:cover;
}
.part-case .content > .cont li > a > .cover > .img {
	transition:all 0.3s;
}
.part-case .content > .cont li:hover > a > .cover > .img {
	transform:scale(1.1);
}
.part-case .content > .cont li > a > u {
	display:block;
	width:calc(100% - 60px); height:auto; line-height:2;
	margin:0 auto; padding:30px 0;
	font-size:18px;
	text-decoration:none;
}
.part-case .content > .cont li > .text {
	display:block;
	width:calc(100% - 60px); height:auto;
	margin:0 auto; padding:30px 0 0 0;
	font-size:0;
	border-top:1px solid #eee;
}
.part-case .content > .cont li > .text > dl {
	display:inline-block;
	width:calc(50% - 15px); height:auto;
	vertical-align:top;
}
.part-case .content > .cont li > .text > dl:first-child {
	margin-right:30px;
}
.part-case .content > .cont li > .text > dl > dt {
	display:block;
	line-height:1.8;
	margin:0 0 8px 0;
	font-size:15px; font-weight:bold; color:#333;
}
.part-case .content > .cont li > .text > dl > dd {
	display:block;
	width:100%; overflow:hidden;
	line-height:1.8;
	font-size:15px; color:#666;
	text-overflow:ellipsis; white-space:nowrap;
}

.part-case .link-button {
	display:block;
	width:100%; height:auto; line-height:normal;
	margin:0 auto;
	font-size:0;
	text-align:center;
}
.part-case .link-button > a {
	display:inline-block; box-sizing:border-box;
	width:250px; height:46px; line-height:46px; overflow:hidden;
	margin:0 30px;
	font-size:14px;
}
.part-case .link-button > a:nth-of-type(1) {
	border:1px solid #666;
}
.part-case .link-button > a:nth-of-type(1):hover {
	background-color:#191b1e;
	color:#fff;
}
.part-case .link-button > a:nth-of-type(2) {
	color:#fff;
	background:-webkit-linear-gradient(left, #bc031b, #d2570f);
	background:-o-linear-gradient(left, #bc031b, #d2570f);
	background:-moz-linear-gradient(left, #bc031b, #d2570f);
	background:linear-gradient(left, #bc031b, #d2570f);
}
.part-case .link-button > a:nth-of-type(2):hover {
	background:-webkit-linear-gradient(left, #d2540f, #e8a503);
	background:-o-linear-gradient(left, #d2540f, #e8a503);
	background:-moz-linear-gradient(left, #d2540f, #e8a503);
	background:linear-gradient(left, #d2540f, #e8a503);
}



/* .part-about */
.part-about {
	display:block;
	width:100%; height:auto; min-height:500px; overflow:hidden;
	margin:90px auto 0 auto;
	font-size:0;
}
.part-about .left-box {
	display:inline-block;
	width:24%; min-width:320px; height:auto;
	vertical-align:top;
	background:url(/image/p04.jpg) center center no-repeat; background-size:cover;
}
.part-about .left-box > .title {
	display:block;
	width:calc(100% - 100px); height:110px; overflow:hidden;
	margin:30% auto 0 auto;
}
.part-about .left-box > .title > big {
	float:left; display:inline-block;
	width:auto; height:auto; line-height:1.5;
	font-size:30px; color:#fff;
}
.part-about .left-box > .title > logo {
	float:right; display:inline-block;
	width:150px; height:50px; overflow:hidden;
	margin:36px 0 0 0;
	background:url(/image/logo-white-sm.png) center center no-repeat; background-size:cover;
}
.part-about-ru .left-box > .title > big {
	font-size:25px;
}

.part-about .left-box > .content {
	display:block;
	width:calc(100% - 100px); height:auto; overflow:hidden;
	margin:18% auto 0 auto;
}
.part-about .left-box > .content > li {
	display:block;
	width:100%; height:80px; line-height:80px;
	font-size:22px; color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.4);
}
.part-about .left-box > .content > li:first-child {
	border-top:1px solid rgba(255,255,255,0.4);
}




.part-about .right-box {
	display:inline-block;
	width:auto; height:auto;
	vertical-align:top;
	background:url(/image/p05.jpg) center center no-repeat; background-size:cover;
}
.part-about .right-box > big {
	display:block;
	width:auto; height:auto; line-height:1.6;
	margin:140px 0 0 12%; padding:0;
	font-size:30px; color:#333;
}
.part-about .right-box > p {
	display:block;
	width:auto; height:auto; line-height:2;
	margin:30px 0 0 12%; padding:0;
	font-size:15px; color:#666;
}
.part-about .right-box > .more {
	display:block; box-sizing:border-box;
	width:250px; height:46px; line-height:46px;
	margin:30px 0 0 12%; padding:0;
	font-size:14px; color:#333;
	text-align:center;
	border:1px solid #666;
}
.part-about .right-box > .more:hover {
	background-color:#191b1e;
	color:#fff;
}



/* footer */
footer {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto; padding:70px 0 20px 0;
	background-color:#131313;
}
footer > .web-main {
	overflow:hidden;
	width:1400px;
}

footer .left-box {
	float:left; display:inline-block;
	width:435px; height:auto; overflow:hidden;
}
footer .left-box > .comp {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto;
	font-size:18px; color:#fff;
}
footer .left-box > .comp > .logo {
	display:block;
	width:180px; height:auto;
	margin:0 0 20px 0;
}
footer .left-box > .info {
	display:block;
	width:100%; height:auto; line-height:1.8;
	margin:20px 0 0 0;
	font-size:14px;
}
footer .left-box > .info > .map {
	display:inline-block;
	width:auto; height:22px; line-height:22px;
	margin-left:10px; padding:0 10px;
	font-size:12px; color:#666;
	border:1px solid #999;
	vertical-align:middle;
}
footer .left-box > .info > .map:hover {
	color:#fff;
	border-color:#fff;
}


footer .right-box {
	float:right; display:inline-block;
	width:calc(100% - 435px); height:auto; overflow:hidden;
}
footer .right-box > .footmenu {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:60px auto 0 auto;
	font-size:0;
	text-align:right;
	border-top:1px solid rgba(255,255,255,0.1);
}
footer .right-box > .footmenu > dl {
	display:inline-block;
	width:auto; height:auto; overflow:hidden;
	max-width:calc(20% - 100px);
	margin:0 0 0 100px; padding:20px 0;
	vertical-align:top;
}
footer .right-box > .footmenu > dl > dt {
	display:block;
	width:100%; height:auto; line-height:2; overflow:hidden;
	font-size:15px; font-weight:bold;
	text-align:right;
	text-overflow:ellipsis; white-space:nowrap;
}
footer .right-box > .footmenu > dl > dt > a {color:#fff;}
footer .right-box > .footmenu > dl > dd {
	display:block;
	width:100%; height:auto; line-height:1.4;
	margin:8px auto;
	font-size:14px;
	text-align:right;
}
footer .right-box > .footmenu > dl > dd > a:link {color:#999;}
footer .right-box > .footmenu > dl > dd > a:visited {color:#999;}
footer .right-box > .footmenu > dl > dd > a:hover {color:#fff;}
footer .right-box > .footmenu > dl > dd > a:active {color:#fff;}

footer .copy {
	margin-top:14px;
	font-size:12px; color:#666;
	text-align:center;
}



/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/



/* .body-about */
.body-about {
	background:#16171b url(/image/bg2.jpg) center top no-repeat; background-size:100% auto;
}




/* .part-banner-about */
.part-banner-about {
	display:block;
	width:100%; height:418px;
	margin:102px auto 0 auto;
	background:url(/image/banner-about.png) center center no-repeat;
}

/* .part-banner-news */
.part-banner-news {
	display:block;
	width:100%; height:0; line-height:normal;
	margin:102px auto 0 auto;
}

/* .part-banner-product */
.part-banner-product {
	display:block;
	width:100%; height:418px; line-height:normal;
	margin:102px auto 0 auto;
	background:url(/image/banner-product.png) center center no-repeat;
}

/* .part-banner-msg */
.part-banner-msg {
	display:block;
	width:100%; height:418px; line-height:normal;
	margin:102px auto 0 auto;
	background:url(/image/banner-msg.png) center center no-repeat;
}



/* .part-path */
.part-path {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto;
}
.part-path > .web-main {
	width:1398px; height:90px; line-height:90px; overflow:hidden;
	border-bottom:1px solid #444;
}
.part-path strong {
	float:left; display:inline-block;
	width:auto; max-width:1100px; overflow:hidden;
	font-size:30px; color:#fff;
	text-overflow:ellipsis; white-space:nowrap;
}
.part-path u {
	float:right; display:inline;
	font-size:14px; color:#ccc;
	text-decoration:none;
}
.part-path u > a {
	font-size:14px; color:#fff;
}



/* .part-body */
.part-body {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto;
}
.part-body > .web-main {
	padding:30px 0;
	width:1360px; overflow:hidden;
	font-size:0;
}
.part-body .left-box {
	float:left; display:inline-block;
	width:280px; height:auto;
}
.part-body .left-box > .column {
	display:block; box-sizing:border-box;
	width:100%; height:auto;
	margin:0 auto; padding:20px 0 60px 0;
	border:1px solid rgba(255,255,255,0.2);
}
.part-body .left-box > .column > a {
	display:block; box-sizing:border-box;
	width:calc(100% - 30px); height:54px; line-height:54px; overflow:hidden;
	margin:0 auto; padding:0 14px;
	font-size:15px; color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.part-body .left-box > .column > a.active {
	background:-webkit-linear-gradient(left, #bc031b, #d2570f);
	background:-o-linear-gradient(left, #bc031b, #d2570f);
	background:-moz-linear-gradient(left, #bc031b, #d2570f);
	background:linear-gradient(left, #bc031b, #d2570f);
}

.part-body .detail {
	float:right; display:inline-block; box-sizing:border-box;
	width:calc(100% - 340px); height:auto; min-height:500px; line-height:2.2;
	font-size:18px; color:#e6e6e6;
}
.part-body .detail * {
	max-width:100%;
}

.part-body .news-detail {
	float:none;
	display:block;
	width:100%;
}



/* .part-body .listing */
.part-body .listing {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto; padding:20px 0 40px 0;
}
.part-body .listing > li {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto 40px auto;
}
.part-body .listing > li > a {
	display:block; overflow:hidden;
}
.part-body .listing > li > a > img {
	float:left; display:inline-block;
	width:320px; height:auto;
}
.part-body .listing > li > a > strong {
	float:left; display:inline-block;
	width:calc(100% - 530px); height:auto; line-height:1.8;
	margin-left:30px;
	font-size:16px; color:#fff;
}
.part-body .listing > li > a > date {
	float:right; display:inline-block;
	width:150px; height:auto;
	text-align:center;
}
.part-body .listing > li > a > date > i {
	display:block;
	font-size:12px; color:#999; font-style:normal;
}
.part-body .listing > li > a > date > u {
	display:block;
	margin-top:14px;
	font-size:30px; color:#fff;
	text-decoration:none;
}


.part-body .product-listing {
	float:right; display:inline-block; box-sizing:border-box;
	width:calc(100% - 340px); height:auto; min-height:500px;
	font-size:0;
}
.part-body .product-listing > li {
	display:inline-block;
	width:calc(33% - 40px); height:auto; overflow:hidden;
	margin:0 0 60px 60px;
}
.part-body .product-listing > li:nth-child(3n+1) {
	margin-left:0;
}
.part-body .product-listing > li > a {
	display:block;
}
.part-body .product-listing > li > a > .cover {
	display:block;
	width:100%; height:220px; line-height:220px;
}
.part-body .product-listing > li > a > .cover > img {
	display:inline-block;
	width:auto; height:auto; max-width:100%; max-height:100%;
	vertical-align:middle;
}
.part-body .product-listing > li > a > u {
	display:block;
	line-height:1.8;
	font-size:16px; color:#fff;
	text-decoration:none;
}




.part-body .tech-listing > li {
	display:inline-block;
	width:calc(33% - 40px); height:290px; overflow:visible;
	margin:0 0 60px 60px;
}
.part-body .tech-listing > li:nth-child(3n+1) {
	margin-left:0;
}
.part-body .tech-listing > li > a {
	position:relative;
	display:block;
	width:100%; height:100%; overflow:visible;
}
.part-body .tech-listing > li > a > .cover {
	display:block;
	width:100%; height:290px; line-height:290px;
	background-position:center center; background-repeat:no-repeat; background-size:cover;
}
.part-body .tech-listing > li:hover > a > .cover {
	filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;
}
.part-body .tech-listing > li > a > u {
	position:absolute; right:-10px; bottom:-40px;
	display:block;
	width:340px; height:60px; line-height:60px; overflow:hidden;
	font-size:18px; color:#333;
	text-align:center;
	text-overflow:ellipsis; white-space:nowrap;
	text-decoration:none;
	background-color:#fff;
}



.part-body .faq-listing {
	padding:0 0 40px 0;
}
.part-body .faq-listing > dl {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto; padding:0;
	border-bottom:1px solid rgba(255,255,255,0.6);
}
.part-body .faq-listing > dl > dt {
	display:block;
	height:80px; line-height:80px;
	font-size:18px; color:#fff;
	cursor:pointer;
	border-bottom:1px dashed rgba(255,255,255,0.2);
}
.part-body .faq-listing > dl > dt > i, .part-body .faq-listing > dl > dd > i {
	display:inline-block;
	margin-right:10px;
	font-size:30px; color:#fff; font-style:normal; font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
.part-body .faq-listing > dl > dd > i {
	font-size:24px;
}
.part-body .faq-listing > dl > dd {
	display:none;
	width:calc(100% - 40px); height:auto; line-height:1.8; overflow:hidden;
	padding:30px 20px;
	font-size:16px; color:#ccc;
	
	transition-property:none;
	-moz-transition-property:none;
	-webkit-transition-property:none;
	-o-transition-property:none;
}



.part-body .download-listing {
	padding:0 0 40px 0;
}
.part-body .download-listing > .title {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto; padding:0;
	font-size:0;
}
.part-body .download-listing > .title > li {
	display:inline-block;
	height:60px; line-height:60px;
	font-size:16px; color:#fff; font-weight:bold;
	text-align:center;
	vertical-align:top;
	border-bottom:1px solid rgba(255,255,255,0.7);
}
.part-body .download-listing > .title > li:nth-of-type(1) {
	width:calc(15% - 10px);
	margin-right:10px;
}
.part-body .download-listing > .title > li:nth-of-type(2) {
	width:calc(55% - 10px);
	margin-right:10px;
}
.part-body .download-listing > .title > li:nth-of-type(3) {
	width:calc(15% - 10px);
	margin-right:10px;
}
.part-body .download-listing > .title > li:nth-of-type(4) {
	width:15%;
}
.part-body .download-listing > .content {
	display:block;
	width:100%; height:auto;
}
.part-body .download-listing > .content > li {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto; padding:0;
	font-size:0;
}
.part-body .download-listing > .content > li > u {
	display:inline-block;
	width:auto; height:80px; line-height:80px;
	font-size:18px; color:#fff;
	text-align:left; text-decoration:none;
	vertical-align:top;
	border-bottom:1px solid rgba(255,255,255,0.4);
}
.part-body .download-listing > .content > li > u:nth-of-type(1) {
	width:calc(15% - 10px);
	margin-right:10px;
	text-align:center;
}
.part-body .download-listing > .content > li > u:nth-of-type(2) {
	width:calc(55% - 10px);
	margin-right:10px;
}
.part-body .download-listing > .content > li > u:nth-of-type(3) {
	width:calc(15% - 10px);
	margin-right:10px;
	text-align:center;
}
.part-body .download-listing > .content > li > u:nth-of-type(4) {
	width:15%;
	text-align:center;
}
.part-body .download-listing > .content > li .ico-download {
	display:inline-block;
	width:24px; height:24px; overflow:hidden;
	margin:0; padding:0;
	vertical-align:middle;
	cursor:pointer;
	background:url(/image/p10.png) center center no-repeat; background-size:cover;
}



.product-detail > .info {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto;
}
.product-detail > .info > .focus {
	float:left; display:inline-block;
	width:640px; height:auto;
}
.product-detail > .info > .focus > .cover {
	display:block;
	width:100%; height:400px; line-height:400px; overflow:hidden;
	font-size:0;
	text-align:center;
}
.product-detail > .info > .focus > .cover > img {
	display:inline-block;
	width:auto; height:auto;
	max-width:100%; max-height:100%;
	vertical-align:middle;
}
.product-detail > .info > .focus > .thum {
	display:block;
	width:100%; height:auto; overflow:hidden;
	font-size:0;
}
.product-detail > .info > .focus > .thum > li {
	display:inline-block; box-sizing:border-box;
	width:100px; height:75px; line-height:75px; overflow:hidden;
	margin:0 10px 0 0;
	vertical-align:top; cursor:pointer;
	text-align:center;
}
.product-detail > .info > .focus > .thum > li > img {
	display:inline-block;
	width:auto; height:auto;
	max-width:100%; max-height:100%;
	vertical-align:middle;
}
.product-detail > .info > .focus > .thum > li.active {
	border:4px solid rgba(255,255,255,0.2);
}


.product-detail > .info > .text {
	float:right; display:inline-block;
	width:calc(100% - 680px); height:auto;
}
.product-detail > .info > .text > h1 {
	display:block;
	width:100%; height:auto; line-height:1.8;
	margin:0 auto; padding:0 0 10px 0;
	font-size:24px; color:#fff;
}
.product-detail > .info > .text > small {
	display:block;
	width:100%; height:30px; line-height:30px;
	font-size:14px; color:#ccc;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.product-detail > .info > .text > .intro {
	display:block;
	width:100%; height:auto; line-height:1.8;
	margin:0 auto; padding:10px 0;
	font-size:16px; color:#fff;
}

.product-detail > .detail-content {
	display:block;
	width:100%; height:auto; line-height:2.2; overflow:hidden;
	margin:0 auto; padding:20px 0;
	font-size:18px; color:#e6e6e6;
}
.product-detail > .detail-content * {
	max-width:100%;
}



.product-detail .ke-zeroborder {
	margin:0 auto;
	border:none;
}
.product-detail .ke-zeroborder td {
	border:1px solid #333;
	padding:1px 2px;
	font-size:14px; color:#fff; font-family:"Times New Roman", Times, serif;
	text-align:center;
}



/* .message */
.message {
	display:block;
	width:100%; height:auto; overflow:hidden;
	margin:0 auto;
}
.message > p {
	display:block;
	width:calc(100% - 100px); height:auto;
	margin:0 auto; padding:15px 0;
	font-size:16px; color:#fff;
}

.message > .row {
	display:block;
	width:calc(100% - 100px); height:auto; overflow:hidden;
	margin:0 auto; padding:10px 0;
	font-size:0;
}
.message > .row > .capi {
	display:inline-block;
	width:120px; height:38px; line-height:38px;
	font-size:16px; color:#ccc;
	vertical-align:top;
}
.message > .row > .cont {
	display:inline-block;
	width:calc(100% - 140px); height:auto;
	margin-left:20px;
	vertical-align:top;
}
.message > .row > .cont > em {
	display:inline-block;
	width:auto; height:38px; line-height:38px;
	margin-left:10px;
	font-size:12px; color:#999; font-style:normal;
	vertical-align:top;
}
.message .input-text {
	display:inline-block;
	width:100%; height:38px; line-height:normal;
	font-size:16px; color:#222;
	text-indent:8px;
	vertical-align:top;
	border:none;
	background-color:#f9f9f9;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
}
.message .input-text-sm {
	width:180px;
}
.message .input-textarea {
	display:inline-block; box-sizing:border-box;
	width:100%; height:auto; line-height:1.8;
	padding:6px 8px;
	font-size:16px; color:#222;
	vertical-align:top;
	border:none;
	background-color:#f9f9f9;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
}
#img_verify {
	display:inline-block;
	width:auto; height:38px;
	vertical-align:top;
	cursor:pointer;
}
.message .btn-submit {
	display:inline-block;
	width:250px; height:50px; line-height:50px;
	margin:0;
	font-size:15px; color:#ddd4cf;
	cursor:pointer;
	border:1px solid #323232;
	background-color:#111216;
}
.message .btn-submit:hover {
	border-color:#f9f9f9;
	background-color:#f9f9f9;
	color:#222;
}
































