/* css reset */
* {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#superContainer {
	height: 100%;
	position: relative;

	/* Touch detection for Windows 8 */
	-ms-touch-action: none;

	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: scroll;
}

.fp-easing {
	-webkit-transition: all 0.7s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.7s ease-out;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav li,
.fp-slidesNav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesNav li {
	display: inline-block;
}

#fp-nav li a,
.fp-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav li .active span,
.fp-slidesNav .active span {
	background: #333;
}

#fp-nav span,
.fp-slidesNav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

.fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
}

.fp-tooltip.right {
	right: 20px;
}

.fp-tooltip.left {
	left: 20px;
}

@font-face {
  font-family: "iconfont"; /* Project id 2023772 */
  src: url('//at.alicdn.com/t/c/font_2023772_5t0p22vj9ir.woff2?t=1718948208444') format('woff2'),
       url('//at.alicdn.com/t/c/font_2023772_5t0p22vj9ir.woff?t=1718948208444') format('woff'),
       url('//at.alicdn.com/t/c/font_2023772_5t0p22vj9ir.ttf?t=1718948208444') format('truetype');
}
[class*="icon-"] {
	font-family: "iconfont";
	font-size: inherit;
	font-style: normal;
}

.icon-logo::before {
	content: '\e61e';
}

.icon-name::before {
	content: '\e61a';
}

.icon-call::before {
	content: '\e600';
}

.icon-equipment::before {
	content: '\e60e';
}

.icon-line::before {
	content: '\e69e';
}

.icon-factory::before {
	content: '\e612';
}

.icon-chat::before {
	content: '\e614';
}

.icon-site::before {
	content: '\e601';
}

.icon-videoplay::before {
	content: '\e67b';
}

.icon-close::before {
	content: '\e652';
}

.icon-jienneng::before {
	content: '\e7b9';
}

.icon-safety::before {
	content: '\e628';
}

.icon-xiaolv::before {
	content: '\e819';
}

.icon-pinzhi::before {
	content: '\e692';
}

.icon-swiperleft::before{
	content: '\e642';
}

.padding-lr {
	padding-left: 7%;
	padding-right: 7%;
}

.bg-gray {
	background-color: #f6f8f8;
}


/* 侧边tab */
#fp-nav.right {
	right: 0;
}

#fp-nav ul {
	float: left;
	position: relative;
}

#fp-nav ul li {
	margin: 20px;
}

#fp-nav ul li a span {
	border: none !important;
	background: rgba(255, 255, 255, .4) !important;
	transition: .3s;
}

#fp-nav ul li a.active span {
	background: #FFFFFF !important;
	transform: scale(1.4);
	transition: .3s;
}

#fp-nav.red-dot ul li a span {
	background-color: rgba(255, 0, 0, .3) !important;
}

#fp-nav.red-dot ul li a.active span {
	background-color: rgba(255, 0, 0, .8) !important;
}

/* 导航 */
#nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 0 7%;
	height: auto !important;
	line-height: 72px;
	background-color: #FFFFFF;
	overflow: hidden;
	transition: .3s;
}

#nav .wrap {
	width: 100%;
	max-width: 100% !important;
}

.section {
	position: relative;
}

.copy-right {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	line-height: 40px;
	font-size: 12px;
	color: #888888;
	overflow: hidden;
}

.detail-copy-right {
	width: 100%;
	line-height: 40px;
	font-size: 12px;
	color: #888888;
	overflow: hidden;
}

.copy-right p,
.detail-copy-right p {
	display: inline-block;
	float: left;
}
.mobile-right{
	display:none!important;
}
.copy-right a,
.detail-copy-right a {
	display: inline-block;
	float: right;
	text-decoration: none;
	color: #888888;
}

#chat-iframe {
	position: fixed;
	bottom: 60px;
	right: 7%;
	z-index: 100;
	width: 360px;
	height: 80%;
	box-shadow: 0 10px 20px 6px rgba(0, 0, 0, .1);
}

#video-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 1080px;
	height: 646px;
	margin: -323px 0 0 -540px;
	background-color: #F0F0F0;
	box-shadow: 0 10px 20px 10px rgba(0, 0, 0, .1);
}

.modal-head {
	line-height: 40px;
	padding: 0 20px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.modal-head h6 {
	display: inline-block;
	float: left;
}

.modal-head span {
	display: inline-block;
	float: right;
	color: #C7000B;
	cursor: pointer;
}

.modal-body {
	width: 100%;
	height: 100%;
}

.modal-body video {
	width: 100%;
}

/* 介绍 */
.intro {
	width: 100vw;
	position: relative;
	overflow: hidden;
}

.bg-video {
	width: 100%;
	height: calc(100vh - 72px);
	overflow: hidden;
}

.bg-video video {
	width: 100%;
	transform: scale(1.6);
	filter: blur(8px);
}

.bg-video img {
	display: none;
}

.video-blur {
	filter: blur(30px);
	transform: scale(1.4);
}

.intro-content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/video_cover.png) repeat;
	/* background-color:rgba(0,0,0,.4); */
	/* background: linear-gradient(to top,rgba(69, 21, 21, 0.8),rgba(2, 2, 37, 0.8)); */
}

.intro-content .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.content-txt {
	width: 50%;
	padding-right: 50px;
}

.content-txt h4 {
	font-size: 36px;
	font-weight: 400;
	text-align: right;
	color: #e60010;
}

.content-txt p {
	margin-top: 20px;
	font-weight: 300;
	text-align: justify;
	font-size: 18px;
	line-height: 2;
	text-indent: 32px;
	color: #f0f0f0;
}

.content-video {
	position: relative;
	width: 50%;
	padding: 16px 16px 16px 40px;
}

.content-video span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	width: 100px;
	line-height: 100px;
	margin: -50px 0 0 -50px;
	font-size: 90px;
	color: #FFFFFF;
	cursor: pointer;
}

.content-video::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 28px;
	z-index: 3;
	width: 60%;
	height: 50%;
	background-color: rgba(255, 255, 255, .4);

}

.content-video::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 60%;
	height: 50%;
	background-color: rgba(206, 12, 16, .6);

}

.video-poster {
	position: relative;
	z-index: 4;
	width: 100%;
	overflow: hidden;
}

.video-poster img {
	display: block;
	width: 100%;
}

.mobile-tip {
	display: none;
}

.mouse-tip {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 5;
	width: 70px;
	height: 100px;
	margin-left: -35px;
}

.mouse-tip p {
	margin-top: 14px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}

.mouse {
	background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
	position: relative;
	width: 40px;
	height: 70px;
	margin-left: 15px;
	background-size: 100% 100%;
	border-radius: 100px;
	background-size: 225%;
	animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}

.mouse:before,
.mouse:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.mouse:before {
	width: 36px;
	height: 65px;
	background: linear-gradient(to bottom, #666666, #222222);
	border-radius: 100px;
}

.mouse:after {
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	animation: trackBallSlide 5s linear infinite;
}

@keyframes colorSlide {
	0% {
		background-position: 0% 100%;
	}

	20% {
		background-position: 0% 0%;
	}

	21% {
		background-color: #4e5559;
	}

	29.99% {
		background-color: #ffffff;
		background-position: 0% 0%;
	}

	30% {
		background-color: #4e5559;
		background-position: 0% 100%;
	}

	50% {
		background-position: 0% 0%;
	}

	51% {
		background-color: #4e5559;
	}

	59.99% {
		background-color: #ffffff;
		background-position: 0% 0%;
	}

	60% {
		background-color: #4e5559;
		background-position: 0% 100%;
	}

	80% {
		background-position: 0% 0%;
	}

	81% {
		background-color: #4e5559;
	}

	89.99%,
	100% {
		background-color: #ffffff;
	}
}

@keyframes trackBallSlide {
	0% {
		opacity: 1;
		transform: scale(1) translateY(-16px);
	}

	6% {
		opacity: 1;
		transform: scale(0.9) translateY(4px);
	}

	14% {
		opacity: 0;
		transform: scale(0.4) translateY(32px);
	}

	15%,
	19% {
		opacity: 0;
		transform: scale(0.4) translateY(-16px);
	}

	28%,
	29.99% {
		opacity: 1;
		transform: scale(1) translateY(-16px);
	}

	30% {
		opacity: 1;
		transform: scale(1) translateY(-16px);
	}

	36% {
		opacity: 1;
		transform: scale(0.9) translateY(4px);
	}

	44% {
		opacity: 0;
		transform: scale(0.4) translateY(32px);
	}

	45%,
	49% {
		opacity: 0;
		transform: scale(0.4) translateY(-16px);
	}

	58%,
	59.99% {
		opacity: 1;
		transform: scale(1) translateY(-16px);
	}

	60% {
		opacity: 1;
		transform: scale(1) translateY(-16px);
	}

	66% {
		opacity: 1;
		transform: scale(0.9) translateY(4px);
	}

	74% {
		opacity: 0;
		transform: scale(0.4) translateY(32px);
	}

	75%,
	79% {
		opacity: 0;
		transform: scale(0.4) translateY(-16px);
	}

	88%,
	100% {
		opacity: 1;
		transform: scale(1) translateY(-16px);
	}
}

@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	30% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	60% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	80% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes nudgeText {
	0% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(2px);
	}

	30% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(2px);
	}

	60% {
		transform: translateY(0);
	}

	80% {
		transform: translateY(2px);
	}

	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes colorText {
	21% {
		color: #4e5559;
	}

	30% {
		color: #ffffff;
	}

	51% {
		color: #4e5559;
	}

	60% {
		color: #ffffff;
	}

	81% {
		color: #4e5559;
	}

	90% {
		color: #ffffff;
	}
}

.page-title {
	text-align: center;
	font-size: 36px;
	font-weight: 300;
}

/* 产品 */
.product {
	background: url(../images/product-v6-scene2-bg.jpg) top center no-repeat;
	background-size: cover;
}

.product-list {
	position: relative;
	width: 100%;
	height: 70%;
	margin: 50px 0;
	overflow: hidden;
}

.product-list li {
	float: left;
	position: relative;
	width: 33.33333%;
	height: 100%;
}

.product-img {
	width: 100%;
	height: 100%;
}

.product-img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.product-equipment .product-img {
	background-image: url(../images/product-1.jpg);
	filter: grayscale(100%) brightness(80%);
}

.product-line .product-img {
	background-image: url(../images/product-2.jpg);
	filter: grayscale(100%) brightness(50%);
}

.product-factory .product-img {
	background-image: url(../images/product-3.jpg);
	filter: grayscale(100%) brightness(50%);
	transition: .3s;
}

.product-list li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/video_cover.png) repeat;
}

.product-info {
	display: block;
	position: absolute;
	top: 50%;
	left: 15%;
	z-index: 3;
	width: 70%;
	padding: 40px 40px 40px;
	text-align: center;
	transform: translateY(-50%);
	border: 1px solid transparent;
	text-decoration: none;
	transition: background-color border .3s;
}

.product-icon {
	font-size: 72px;
	color: #FFFFFF;
}

.product-info h5 {
	margin: 15px 0;
	font-size: 28px;
	font-weight: 300;
	color: #FFFFFF;
}

.product-info .line {
	display: inline-block;
	width: 80px;
	height: 2px;
	margin: 15px 0;
	background-color: #C7000B;
	transition: .3s;
}

.product-info p {
	margin-top: 15px;
	text-align: justify;
	font-size: 13px;
	line-height: 1.8;
	color: #f6f6f6;
}

.product-info a {
	opacity: 0;
	display: inline-block;
	margin-top: 20px;
	padding: 8px 16px;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C7000B;
}

.product-list li:hover .product-img {
	filter: grayscale(0%) brightness(100%);
	transition: .3s;
}

.product-list li:hover .product-info {
	background-color: rgba(0, 0, 0, .4);
	border: 1px solid rgba(255, 255, 255, .2);
	backdrop-filter: blur(8px);
	transition: background-color border .3s;
}

.product-list li:hover .line {
	transform: rotate(90deg) scale(.5);
}

.product-list li:hover a {
	opacity: 1;
}

/* 方案 */
.case{
	position: relative;
	background: url(../images/product-v6-scene2-bg.jpg) bottom center no-repeat;
}
.case .page-title{
	position: absolute;
	top:140px;
	left:0;
	z-index:3;
	width:100%;
}
.case .fp-tableCell {
	padding: 0 7% !important;
	
}
.fp-controlArrow.fp-prev{
	left:calc(7% - 40px);
	border-right-color:#C7000B;
}
.fp-controlArrow.fp-next{
	right:calc(7% - 40px);
	border-left-color:#C7000B;
}
.case-list {
	display: flex;
	align-items: center;
	width: calc(100% + 60px);
	margin-top: 60px;
	margin-bottom: 60px;
}

.case-list a {
	display: flex;
	flex-direction: column;
	width: calc(50% - 60px);
	margin-right: 60px;
	text-decoration: none;
	box-shadow: 0 20px 20px 6px rgba(0, 0, 0, .06);
	transition: .3s;
}

.case-list a .case-img {
	display: flex;
	align-items: center;
	width: 100%;
	background: linear-gradient(150deg, #888, #000);
	/* background: linear-gradient(150deg,#888,#000); */
}

.case-list a .case-img img {
	display: block;
	width: 100%;
	transition: .3s;
}
.fp-slidesContainer .slide:nth-child(1) .case-list a .case-img img{
	transform:scale(.86);
}
.case-list a h6 {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	color: #000000;
	font-weight: 400;

}

.case-list a:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 20px 6px rgba(0, 0, 0, .1);
}

.case-list a:hover img {
	filter: saturate(140%);
}

/* 优势 */
.advantage {
	background: url(../images/bg-advantage.jpg) top center no-repeat;
	background-size: cover;
}

.advantage-data {
	width: 100%;
	height: 420px;
	margin: 50px 0;
	background: url(../images/bg-advantage-data.jpg) top center no-repeat;
	background-size: cover;
}

.data-list {
	width: 100%;
	height: 100%;
	padding: 60px 80px;
	background-color: rgba(255, 0, 0, .6);
	overflow: hidden;
}

.data-list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: left;
	width: 33.333333%;
	height: 50%;
}

.data-list li:hover {
	background-color: rgba(255, 255, 255, .1);
}

.data-info span {
	font-size: 48px;
	color: #FFFFFF;
}
.data-service span{
    display:flex;
    align-items:center;
}
.data-info span strong {
	display: none;
}

.data-info i {
	font-size: 18px;
	font-style: normal;
	color: #f9f9f9;
}

.data-service span i {
	font-size: 14px;
}

.data-service span em {
	font-style: normal;
}

.data-list li p {
	margin-top: 20px;
	font-size: 16px;
	text-spacing: 6px;
	color: #e6e6e6;
}

/* 联系我们 */
.contact {
	position: relative;
	padding-bottom: 80px;
	background: url(../images/bg-contact.jpg) bottom center no-repeat;
	background-size: cover;
}

.contact-tel {
	display: none;
}

.contact .fp-tableCell {
	padding: 0 7%;
}

.contact::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/video_cover.png) repeat;
}

.contact-us {
	position: relative;
	width: 740px;
	margin-top:-60px;
	padding: 80px 80px 100px;
	background: url(../images/bg-contactus.jpg) center no-repeat;
	background-size: cover;
	opacity: .8;
}

.contact-us a.icon-site {
	display: inline-block;
	position: absolute;
	top: 60%;
	right: 160px;
	color: #C7000B;
	font-size: 18px;
}

.contact-us h4 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 14px;
	font-size: 28px;
}

.contact-us h4::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 4px;
	height: 22px;
	background-color: #C7000B;
}

.contact-us a {
	display: block;
	margin-top: 15px;
	text-decoration: none;
	color: #222222;
	font-size: 16px;
	line-height: 1.4;
}

/* 方案详情 */
.clear::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.wrap {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.nav-box {
	height: 72px;
	line-height: 72px;
	overflow: hidden;
}

.nav-box .nav-logo {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 48px;
}

.nav-logo span {
	display: inline-block;
	float: left;
}

.nav-logo .icon-logo {
	color: #ff0000;
}

.nav-logo .icon-name {
	margin: 0 4px;
	color: #333333;
}

.nav-title {
	margin-left: 10px;
	font-size: 24px;
	color: #333333;
}

.nav-box .nav-consultation {
	display: inline-block;
	float: right;
	overflow: hidden;
}

.nav-consultation a {
	display: inline-block;
	vertical-align: middle;
}

.nav-call {
	padding-right: 30px;
	text-decoration: none;
	color: #C7000B;
	font-size: 24px;
}

.nav-call::before {
	margin-right: -16px;
}

.nav-chat {
	display: inline-block;
	line-height: 30px;
	padding: 0 16px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #C7000B;
	text-decoration: none;
}
.chat-close::before{
	content: '\e652';
}
.detail-footer {
	font-size: 13px;
	line-height: 40px;
	color: #666666;
}

.detail-footer .wrap {
	border-top: .5px solid #E6E6E6;
	overflow: hidden;
}

.nav-chat::before {
	margin-right: 4px;
}

.detail-footer .wrap p {
	float: left;
}

.detail-footer .wrap a {
	display: inline-block;
	float: right;
	color: #666666;
	text-decoration: none;
}

/*汽车方案 */
.case-banner {
	margin-bottom: 60px;
	background: url('http://www.hgcyberdata.com/templets/hgcyber/assets/images/banner2.jpg') 0 78% no-repeat;
	background-size: cover;
}

.bridge-banner {
	margin-bottom: 10px;
	background: url(../images/banner-bridge2.jpg) 0 58% no-repeat;
	background-size: cover;
}

.pcb-banner{
	margin-bottom: 10px;
	background: url(../images/banner-pcb.jpg) 0 68% no-repeat;
	background-size: cover;
}

.case-banner .wrap {
	height: 100%;
	position: relative;
	overflow: visible;
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -50px;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.6;
}
.pcb-banner .banner-text p,.bridge-banner .banner-text p{
	color:#FFFFFF;
}
.banner-text p:first-child {
	color: #E60010;
}

.banner-img {
	height: 350px;
	margin: 80px 0 -80px;
	float: right;
}

.banner-img img {
	display: block;
	height: 100%;
}

.case-value {
	padding: 60px 0;
}

.banner-hide img {
	visibility: hidden;
}

.case-value h4 {
	font-size: 28px;
	text-align: center;
}

.case-value ul {
	width: 1300px;
	margin-top: 60px;
	overflow: hidden;
}

.case-value ul li {
	float: left;
	width: 300px;
	min-height: 374px;
	margin-right: 25px;
	padding: 36px;
	text-align: center;
	border: .5px solid #F0F0F0;
	background-color: #f6f8f8;
}

.case-value ul li span {
	font-size: 60px;
	background: linear-gradient(60deg, #d51014, #ff512f);
	-webkit-background-clip: text;
	color: transparent;
}

.case-value ul li h6 {
	padding: 28px 0;
	font-size: 18px;
}

.case-value ul li p {
	font-size: 14px;
	line-height: 1.6;
	color: #444444;
	text-align: justify;
}

.case-rule {
	padding: 40px 0 80px;
	background-color: #f6f8f8;
}

.case-rule h4 {
	font-size: 28px;
	text-align: center;
	padding-top: 40px;
}

.case-rule p {
	margin: 30px 0;
	font-size: 16px;
	color: #444444;
	line-height: 1.6;
	text-indent: 2em;
}

.case-rule-img {
	overflow: hidden;
	padding: 60px 80px;
	border: .5px solid #F0F0F0;
	background-color: #FFFFFF;
}

.case-rule-img li {
	display: inline-block;
	float: right;
}

.case-rule-img li:first-child {
	float: left;
}

.case-dsc {
	padding: 80px 0;
}

.case-dsc h4 {
	font-size: 28px;
	text-align: center;
}

.case-dsc-img {
	position: relative;
	z-index: 2;
	margin-top: 100px;
	width: 100%;
}

.case-dsc-img img {
	display: block;
	margin: 0 auto;
	width: 90%;
}

.dsc-img-text {
	position: relative;
	z-index: 2;
	margin-bottom: -180px;
}

/* 工程机械解决方案 */
.case-factory h4 {
	padding-top: 60px;
	font-size: 28px;
	text-align: center;
}

.factory-list {
	width: 1300px;
	margin: 60px 0;
	overflow: hidden;

}

.factory-list li {
	position: relative;
	float: left;
	width: 300px;
	min-height: 400px;
	margin-right: 25px;
	padding: 40px;
	text-align: center;
	border: .5px solid #F0F0F0;
	background-color: #f6f8f8;
}

.factory-list li span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 50px;
	font-size: 100px;
	font-style: italic;
	color: #FFFFFF;
}

.factory-list li h6 {
	font-size: 18px;
}

.factory-list li p {
	position: relative;
	z-index: 2;
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #444444;
	text-align: justify;
}

.factory-dsc,
.bridge-dsc {
	padding: 80px 0;
}

.factory-dsc h4,
.bridge-dsc h4 {
	margin-bottom: 30px;
	font-size: 28px;
	text-align: center;
}

.factory-dsc p {
	display: none;
}

.dsc-img {
	overflow: hidden;
}

.dsc-img img {
	display: block;
	width: 100%;
	margin-top: -34px;
}

.bridge-img {
	padding: 20px 0;
}

.bridge-img img {
	display: block;
	width: 100%;
}
