@charset "utf-8";
/*@media(min-width:769px) 第3行
@media (max-width:769px) 1178行*/


@media(min-width:769px) {
	body {
		background: #fff
	}

	.banner {
		height: 670px;
		width: 100%;
		overflow: hidden;
		position: relative;
		background: #222
	}

	.containt-div {
		width: 1024px;
		position: relative;
		height: 670px;
		margin: 0 auto
	}

	.banner ul {
		position: relative
	}

	.banner ul li {
		list-style: none;
		width: 100%;
		height: 670px;
		position: absolute;
		left: 0;
		top: 0
	}

	.banner .nav {
		width: 100px;
		height: 14px;
		position: absolute;
		bottom: 50px;
		right: 20px;
		z-index: 2;
		left: 50%;
		margin-left: -50px
	}

	.banner .nav dl dd {
		list-style-type: none;
		width: 15px;
		height: 15px;
		float: left;
		margin-right: 5px;
		cursor: pointer;
		background-color: #222;
		border-radius: 100px
	}

	.banner .nav dl .bg {
		background-color: transparent;
		border: 3px solid #c70c1f;
		width: 9px;
		height: 9px
	}

	.banner ul li.fst-li {
		background: url("../image/banner3.png") center no-repeat;
		background-size: cover
	}

	.banner ul li.sec-li {
		background: url("../image/banner2.png") center no-repeat;
		background-size: cover
	}

	.banner ul li.third-li {
		background: url("../image/banner1.png") center no-repeat;
		background-size: cover
	}

	.banner ul li .img1 {
		position: absolute
	}

	.banner-01-a {
		width: 1220px;
		height: 70px;
		position: absolute;
		top: 200px;
		left: 50%;
		margin-left: -610px;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0
	}

	.banner-01-b {
		width: 752px;
		height: 65px;
		top: 400px;
		left: 50%;
		position: absolute;
		margin-left: -376px;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0
	}

	.banner-02-a {
		width:980px;
		height:80px;
		top: 480px;
		left: 50%;
		position: absolute;
		margin-left: -490px;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0
	}


	.banner-03-a {
		position: absolute;
		top: 380px;
		width: 170px;
		height: 60px;
		left: 150px;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0
	}

	.banner-03-b {
		position: absolute;
		top: 450px;
		left: 30px;
		width: 210px;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0
	}

	.banner-03-c {
		position: absolute;
		top: 530px;
		width: 500px;
		left: -80px;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0
	}

	.banner-03-d {
		position: absolute;
		bottom: 100px;
		left: 50%;
		width: 479px;
		margin-left: -239px;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0
	}

	.service {
		height: 680px;
		background: #fff;
		overflow: hidden
	}

	.service .pic,.service .txt {
		width: 50%;
		padding-top: 70px
	}

	.service .title .cn {
		font-size: 35px;
		color: #222;
		padding-bottom: 10px
	}

	.service .title .en {
		font-size: 14px;
		line-height: 40px;
		color: #bababa;
		font-family: Arial
	}

	.service .title .line {
		border-bottom: 1px solid #bababa
	}

	.service .title .line span {
		border-bottom: 3px solid #c70c1f;
		width: 20px;
		display: block;
		position: relative;
		top: 2px
	}

	.service .content {
		line-height: 45px;
		padding-top: 15px;
		padding-bottom: 30px;
		font-size: 18px
	}

	.service .lst li {
		float: left;
		text-align: center;
		margin-right: 50px;
		width: 150px;
		cursor: pointer;
		margin-bottom: 20px
	}

	.service .lst li img {
		display: block;
		margin: 0 auto;
		width: 100px
	}

	.service .lst li:hover img {
		-webkit-animation-name: service_icon_box;
		-ms-animation-name: service_icon_box;
		animation-name: service_icon_box;
		-webkit-animation-duration: .3s;
		-ms-animation-duration: .3s;
		animation-duration: .3s;
		-webkit-animation-timing-function: ease-in-out;
		-ms-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-delay: 0s;
		-ms-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		animation-iteration-count: infinite
	}
@	keyframes service_icon_box {
		0%{transform: translate(-5px,0) rotate(0)
	}

	20% {
		transform: translate(5px,0) rotate(0)
	}

	40% {
		transform: translate(-5px,0) rotate(0)
	}
}

@-ms-keyframes service_icon_box {
	0% {
		-ms-transform: translate(-5px,0) rotate(0)
	}

	20% {
		-ms-transform: translate(5px,0) rotate(0)
	}

	40% {
		-ms-transform: translate(-5px,0) rotate(0)
	}
}

.service .lst .tit {
	font-size: 16px;
	color: #222;
	padding-top: 10px;
	padding-bottom: 10px
}

.service .lst .line {
	width: 40px;
	height: 1px;
	background: #c70c1f;
	margin: 0 auto
}

.service .lst .word {
	padding-top: 10px;
	color: #bababa;
	font-family: Arial;
	font-size: 14px
}

.service .lst li:hover .tit {
	color: #c70c1f;
	webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}

.service .pic img {
	width: 650px;
	position: absolute;
	right: 0
}

.service_shake {
	-webkit-animation-name: shake_box;
	-ms-animation-name: shake_box;
	animation-name: shake_box;
	-webkit-animation-duration: 3.5s;
	-ms-animation-duration: 3.5s;
	animation-duration: 3.5s;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@keyframes shake_box {
	0% {
		transform: translate(0,0) rotate(0)
	}

	20% {
		transform: translate(9.5px,0) rotate(1.5deg)
	}

	40% {
		transform: translate(2.5px,0) rotate(.5deg)
	}
}

@-ms-keyframes shake_box {
	0% {
		-ms-transform: translate(0,0) rotate(0)
	}

	20% {
		-ms-transform: translate(9.5px,0) rotate(1.5deg)
	}

	40% {
		transform: translate(2.5px,0) rotate(.5deg)
	}
}

.company {
	height: 550px;
	overflow: hidden;
	background: url("../image/bg-home.png") top center no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.company .waves {
	position: relative;
	height: 550px;
	top: -550px
}

.company .box {
	position: relative;
	height: 550px;
	text-align: center;
	overflow: hidden
}

.company .title {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px
}

.company .cn {
	font-size: 35px;
	color: #fff;
	padding-bottom: 10px
}

.company .line {
	border-bottom: 1px solid #fff;
	width: 310px;
	margin: 0 auto
}

.company .line span {
	border-bottom: 3px solid #c70c1f;
	width: 20px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 2px
}

.company .en {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	font-family: Arial
}

.company .box .count div {
	float: left;
	width: 25%;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff
}

.company .box .count div span {
	height: 190px;
	line-height: 190px;
	width: 230px;
	font-size: 90px;
	font-weight: 700;
	margin: 0 auto;
	background: #c70c1f;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	font-family: Impact,Arial,Sans-serif
}

.company .box .count div p {
	height: 5px;
	width: 230px;
	margin: 0 auto;
	background: #c70c1f;
	position: relative;
	top: -92px;
	margin-bottom: 30px
}

.case {
	height: 1200px;
	overflow: hidden;
	background-color: #222;
	background: url("../image/bg-case.png") top center no-repeat;
	background-attachment: scroll;
	background-size: auto;
	background-size: cover
}

.case .title {
	text-align: center;
	padding-top: 70px
}

.case .cn {
	font-size: 35px;
	color: #fff;
	padding-bottom: 10px
}

.case .line {
	border-bottom: 1px solid #fff;
	width: 210px;
	margin: 0 auto
}

.case .line span {
	border-bottom: 3px solid #c70c1f;
	width: 20px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 2px
}

.case .en {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	font-family: Arial
}

.case .lst {
	padding-top: 30px
}

.case #container li {
	position: relative;
	width: 400px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	float: left;
}

.case #container li p {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	color: #fff;
	z-index: 2;
	display: table
}

.case #container li .img {
	width: 400px;
	height: 300px;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in
}

.case #container li:hover .img {
	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1)
}

.case #container li p i {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #c70c1f;
	opacity: .9;
	-moz-opacity: .9
}

.case #container li p span {
	display: block;
	line-height: 24px;
	font-size: 14px;
	padding: 20px;
	color: #999;
	box-sizing: border-box;
	text-align: center;
	display: table-cell;
	vertical-align: middle
}

.case #container li p span img {
	height: 70px
}

.case #container li p span b {
	display: block;
	font-size: 20px;
	font-style: normal;
	padding: 15px 0;
	color: #fff
}

.case #container li p span label {
	line-height: 30px;
	display: block;
	color: #fff
}

.news {
	height: 540px;
	overflow: hidden;
	background: #e4e4e4
}

.news .title {
	padding-top: 70px
}

.news .cn {
	font-size: 35px;
	color: #222;
	padding-bottom: 10px
}

.news .line {
	border-bottom: 1px solid #bababa
}

.news .line span {
	border-bottom: 3px solid #c70c1f;
	width: 20px;
	display: block;
	position: relative;
	top: 2px
}

.news .en {
	font-size: 14px;
	color: #bababa;
	line-height: 40px;
	font-family: Arial
}

.news .tab-icon {
	padding-top: 100px
}

.news .tab-icon li {
	width: 15px;
	height: 15px;
	font-size: 0;
	background-color: #222;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	display: inline;
	border-radius: 100px
}

.news .tab-icon li.cur {
	background-color: transparent;
	border: 3px solid #c70c1f;
	width: 9px;
	height: 9px
}

.showProNews {
	overflow: hidden;
	height: 260px
}

.showProNews .warp-pic-list {
	position: relative;
	padding-top: 6px;
	line-height: 30px;
	font-size: 14px
}

.showProNews .warp-pic-list li {
	float: left;
	display: inline;
	width: 400px;
	height: 260px
}

.showProNews .warp-pic-list li a {
	display: block;
	padding: 36px;
	border-right: 1px dotted #bababa
}

.showProNews .warp-pic-list li:hover {
	background: #c70c1f;
	webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}

.showProNews .warp-pic-list li:hover a {
	border-right: 0
}

.showProNews .warp-pic-list li:hover * {
	color: #fff
}

.showProNews .warp-pic-list li:hover img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: scale(1.3,1.3);
	-moz-transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3)
}

.news #clearBorder {
	border: 0
}

.showProNews .warp-pic-list .date {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 10px;
	font-family: Arial
}

.showProNews .warp-pic-list .tit {
	font-size: 18px;
	height: 70px;
	line-height: 35px;
	color: #222;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.showProNews .warp-pic-list .desc {
	height: 70px;
	overflow: hidden;
	padding-top: 10px
}

.showProNews .warp-pic-list .pic {
	margin-top: 5px;
	width: 100px;
	height: 70px;
	overflow: hidden
}

.showProNews .warp-pic-list .pic img {
	width: 100px;
	height: 70px
}

.showProNews .warp-pic-list .txt {
	width: 220px;
	font-size: 14px;
	height: 70px;
	line-height: 25px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.showProNews .btn {
	display: block;
	height: 55px;
	position: absolute;
	top: 110px;
	width: 35px;
	z-index: 200;
	cursor: pointer;
	background: #000;
	color: #fff;
	font-size: 35px;
	opacity: .5
}

.showProNews .btn:hover {
	background: #c70c1f;
	opacity: .9
}

.showProNews .btn i {
	padding-top: 10px
}

.showProNews .prev i {
	padding-left: 10px
}

.showProNews .next i {
	padding-left: 14px
}

.showProNews .prev {
	left: 0
}

.showProNews .next {
	right: 0
}

.customer {
	height: 650px;
	overflow: hidden;
	background: url("../image/bg-home.png") top center no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.customer .title {
	text-align: center;
	padding-top: 70px
}

.customer .cn {
	font-size: 35px;
	color: #fff;
	padding-bottom: 10px
}

.customer .line {
	border-bottom: 1px solid #fff;
	width: 140px;
	margin: 0 auto
}

.customer .line span {
	border-bottom: 3px solid #c70c1f;
	width: 20px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 2px
}

.customer .en {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	font-family: Arial
}

.customer .tab-icon li {
	width: 15px;
	height: 15px;
	font-size: 0;
	background-color: #fff;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	display: inline;
	border-radius: 100px
}

.customer .tab-icon li.cur {
	background-color: transparent;
	border: 3px solid #c70c1f;
	width: 9px;
	height: 9px
}

.showProPartner {
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px
}

.showProPartner .warp-pic-list {
	position: relative;
	width: 1200px;
	overflow: hidden;
	padding-top: 6px;
	line-height: 30px;
	font-size: 14px
}

.showProPartner .warp-pic-list li {
	float: left;
	display: inline;
	width: 240px
}

.showProPartner .warp-pic-list li a {
	cursor: pointer;
	display: block;
	height: 360px
}

.showProPartner .warp-pic-list li a:hover .pic img {
	top: 10px;
	width: 220px;
	height: 220px;
	webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}

.showProPartner .warp-pic-list li a:hover .name,.showProPartner .warp-pic-list li a:hover .tit {
	height: 0;
	webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}

.showProPartner .warp-pic-list li a:hover .desc {
	height: 90px;
	webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}

.showProPartner .warp-pic-list li a:hover .dot {
	top: 65px;
	left: 0;
	webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}

.showProPartner .warp-pic-list li .pic {
	height: 240px;
	overflow: hidden
}

.showProPartner .warp-pic-list li .pic .photo {
	height: 240px
}

.showProPartner .warp-pic-list li .pic .round {
	position: relative;
	top: -230px;
	left: 5px
}

.showProPartner .warp-pic-list li .pic img {
	width: 120px;
	height: 120px;
	display: block;
	border: 5px solid #fff;
	background: #fff;
	opacity: .9;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
	top: 60px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray
}

.showProPartner .warp-pic-list li a:hover .pic img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0)
}

.showProPartner .warp-pic-list li .name {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #fff
}

.showProPartner .warp-pic-list li .tit {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #aaa
}

.showProPartner .warp-pic-list li .desc {
	height: 0;
	line-height: 22px;
	overflow: hidden;
	font-size: 14px;
	color: #aaa;
	padding: 0 15px;
	margin-top: 20px
}

.showProPartner .btn {
	display: none;
	height: 55px;
	position: absolute;
	top: 110px;
	width: 35px;
	z-index: 200;
	cursor: pointer;
	background: #000;
	color: #fff;
	font-size: 35px;
	opacity: .5
}

.showProPartner .btn:hover {
	background: #c70c1f;
	opacity: .9
}

.showProPartner .btn i {
	padding-top: 10px
}

.showProPartner .prev i {
	padding-left: 10px
}

.showProPartner .next i {
	padding-left: 14px
}

.showProPartner .prev {
	left: 0
}

.showProPartner .next {
	right: 0
}

.round {
	height: 220px;
	width: 220px;
	border: 5px solid transparent;
	border-radius: 50%;
	top: 0;
	left: 0;
	animation: round 4s linear infinite;
	-webkit-animation: rond1 4s linear infinite
}

.dot {
	height: 10px;
	width: 10px;
	position: absolute;
	background-color: rgba(92,126,162,.6);
	border-radius: 50%;
	top: 155px;
	left: 68px
}

.round:hover .dot {
	background: #fff
}

.round {
	-webkit-animation: run 1.8s linear 0s infinite;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all 1.8s ease;
	-moz-transition: all 1.8s ease;
	-o-transition: all 1.8s ease;
	-ms-transition: all 1.8s ease;
	transition: all 1.8s ease
}

@-webkit-keyframes run {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

.friend {
	height: 680px;
	overflow: hidden
}

.friend .title {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 30px
}

.friend .cn {
	font-size: 35px;
	color: #222;
	padding-bottom: 10px
}

.friend .line {
	border-bottom: 1px solid #bababa;
	width: 175px;
	margin: 0 auto
}

.friend .line span {
	border-bottom: 3px solid #c70c1f;
	width: 20px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 2px
}

.friend .en {
	font-size: 14px;
	color: #bababa;
	line-height: 40px;
	font-family: Arial
}

.friend ul {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	width: 1195px;
	margin: 0 auto
}

.friend ul li {
	float: left;
	width: 20%;
	text-align: center
}

.friend ul li a {
	display: block;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 15px 0
}

.friend li span {
	width: 100%;
	height: 100px;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: .6s;
	transform-style: preserve-3d;
	cursor: pointer
}

.friend li img {
	width: 150px;
	height: 100px
}

.friend li:hover span {
	transform: rotateY(180deg)
}

.friend li:hover .front {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0)
}

.back,.front {
	position: absolute;
	left: 0;
	top: 0;
	backface-visibility: hidden;
	width: 100%;
	height: 100%
}

.front {
	transform: rotateY(0);
	z-index: 2;
	background: #fff;
	-webkit-animation-play-state: paused;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray
}

.back img {
	transform: rotateY(-180deg)
}
}

@media (max-width:769px) {
	.banner {
		display: none
	}

	.title {
		text-align: center;
		margin-bottom: 20px;
		padding: 10px 0;
	}

	.title .cn {
		font-size: 20px;
		line-height: 30px;
		color: #fff
	}

	.title .line {
		border-bottom: 1px solid #fff;
		margin: 0 auto
	}

	.title .line span {
		border-bottom: 3px solid #fff;
		width: 20px;
		display: block;
		margin: 0 auto;
		position: relative;
		top: 2px
	}

	.title .en {
		font-size: 14px;
		color: #fff;
		line-height: 30px;
		font-family: Arial
	}

	.service .title .line {
		width: 100px
	}

	.service .content {
		text-align: center;
		color: #c70c1f;
		font-size: 14px
	}

	.service .pic {
		display: none
	}

	.service .lst {
		padding: 15px
	}

	.service .lst li {
		float: left;
		width: 50%;
		text-align: center;
		padding-top: 15px
	}

	.service .lst li img {
		width: 100px;
		height: 100px
	}

	.service .lst .tit {
		font-size: 16px;
		color: #222;
		line-height: 30px
	}

	.service .lst .class="word" {
		font-size: 12px;
		color: #aaa
	}

	.company .title .line {
		width: 175px
	}

	.company .box .count {
		padding: 0
	}

	.company .box .count div {
		float: left;
		width: 50%;
		display: block;
		text-align: center
	}

	.company .box .count div span {
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 30px;
		font-weight: 700;
		margin: 0 auto;
		background: #222;
		color: #fff;
		text-align: center;
		display: block;
		border-radius: 8px;
		overflow: hidden;
		font-family: Impact,Arial,Sans-serif;
		margin-bottom: 10px
	}

	.company .box .count div label {
		width: 90%;
		margin: 0 auto;
		display: block;
		text-align: center;
		font-size: 14px;
		color: #aaa;
		margin-bottom: 15px;
		white-space: nowrap
	}

	.company .waves {
		display: none
	}

	.case .title .line {
		width: 125px
	}

	.case .lst {
		padding: 0 15px
	}

	.case #container li {
		background: #e6e6e6
	}

	.case #container li img {
		max-width: 100%;
		margin: 0 auto;
		display: block
	}

	.case #container p img {
		display: none
	}

	.case #container p {
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		background: rgba(34,34,34,0.8);
		color: #fff;
		text-align: center;
		margin-bottom: 10px
	}

	.case #container p b {
		font-size: 14px;
		font-weight: 400
	}

	.case #container label {
		display: none
	}

	.customer .title .line {
		width: 80px
	}

	.customer .tab-icon {
		display: none
	}

	.showProPartner {
		overflow: hidden;
		padding: 10px 15px
	}

	#countBoxPartner,#wrapBoxPartner {
		width: 100%!important;
		overflow: hidden;
		height: auto!important
	}

	.showProPartner .warp-pic-list {
		position: relative;
		overflow: hidden;
		line-height: 30px;
		font-size: 14px
	}

	.showProPartner .warp-pic-list li {
		display: block;
		padding-top: 10px
	}

	.showProPartner .warp-pic-list li .pic img {
		width: 120px;
		height: 120px;
		display: block;
		border: 5px solid #fff;
		background: #fff;
		opacity: .9;
		border-radius: 100%;
		margin: 0 auto
	}

	.showProPartner .warp-pic-list li .name {
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		text-align: center;
		font-size: 20px;
		color: #222
	}

	.showProPartner .warp-pic-list li .tit {
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		text-align: center;
		font-size: 16px;
		color: #aaa
	}

	.showProPartner .warp-pic-list li .desc {
		line-height: 22px;
		overflow: hidden;
		font-size: 14px;
		color: #3385ff;
		padding: 10px 0;
		border-bottom: 1px solid #eee
	}

	.showProPartner .btn {
		display: none
	}

	.news {
		display: none
	}

	.friend .title .line {
		width: 80px
	}

	.friend .title {
		margin-bottom: 0!important
	}

	.friend ul {
		padding: 0 15px 10px 15px
	}

	.friend ul li {
		float: left;
		width: 33%;
		text-align: center
	}

	.friend li img {
		max-width: 90%;
		min-width: 100px
	}

	.front {
		background: #fff
	}

	.back {
		display: none
	}
}


/*新闻列表页样式*/
	.new-banner{ margin-bottom:50px;height:450px; overflow:hidden;background: url(../image/bg-home.png) top center no-repeat;background-attachment: scroll; background-size: auto;background-size: cover;background-attachment: fixed; background-color:#222;}

	.new-banner .banner_video{ height:450px; overflow:hidden; }
	.new-banner .banner_video video{ width:100%; display:none;}

	.new-banner .banner_bottom{ height:450px; overflow:hidden; position:relative; top:-450px;}
	
	
	.new-banner .banner_box{ height:390px; overflow:hidden;}
	
	.new-banner .banner_box .title{  font-size: 24px; color:#fff;}
	.new-banner .banner_box .title_sub{ margin-top:150px;font-size: 58px; color:#fff; font-weight:bold; font-family: Cambria; padding-bottom:10px;}
	
	.new-banner .category .category_bg{ height:60px; background:#c70c1f;height:60px; -moz-opacity: 0.8;opacity: .80;filter: alpha(opacity=80);}
	.new-banner .category_nav{ position:relative; height:60px; top:-60px;}
	.new-banner .category ul li { float:left;  width:150px;}
	.new-banner .category ul li a{ display:block; height:60px; line-height:60px; font-size:16px; color:#fff; text-align:center;}
	.new-banner .category ul li a:hover,
	.new-banner .category #chk{color:#fff; background:#222;
	-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease;
	}
	

	.news_lst a{ width:393px; height:260px; background:#fff; display:block; float:left; margin-right:10px; margin-bottom:10px;border-radius:5px;  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
	.news_lst a:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
	.news_lst #clearBorder{ margin:0px;}
	
	.news_lst .box{ padding:35px;}
	.news_lst .date{ line-height:25px; font-size:30px;font-weight:bold; padding-bottom:10px;font-family: Arial; color:#222;}
	.news_lst .hit{line-height:25px; color:#aaa;}
	.news_lst .tit{ font-size:18px;  height:70px; line-height:35px;  color:#222; overflow: hidden;
			display: block;
			display: -webkit-box;
			white-space: normal !important;
			text-overflow: ellipsis;
			word-wrap: break-word;
			word-break: break-all;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}
	.news_lst .desc{ height:70px; overflow:hidden; padding-top:10px; }
	.news_lst .pic{ margin-top:5px;width:100px; height:70px; overflow:hidden;}
	.news_lst .pic img{ width:100px; height:70px;}
	.news_lst .txt{
			width:210px; font-size:14px;height:70px;line-height:25px; overflow:hidden; color:#666;
			display: block;
			display: -webkit-box;
			white-space: normal !important;
			text-overflow: ellipsis;
			word-wrap: break-word;
			word-break: break-all;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
		 }
	.news_lst a:hover .tit{color:#c70c1f;}
	.news_lst a:hover img{
			-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease;
			-webkit-transform: scale(1.3, 1.3);-moz-transform: scale(1.3, 1.3);-o-transform: scale(1.3, 1.3);transform: scale(1.3, 1.3);
		}





	.news_detail{ background:#fff;box-shadow: 0 0 10px 0 rgba(0,0,0,.1); padding:50px 100px;margin-top: 100px;}
	.news_detail .title{font-size: 30px; color:#222;font-weight: normal;line-height: 45px;}
	
	.news_detail .info{color:#aaa; font-size:14px; padding:30px 0px;font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;}
	.news_detail .content{ font-size:18px; line-height:32px; color:#333;}
	.news_detail .content img{ max-width:100%;}
	
	
	.news_detail .tag{ padding:40px 0px;}
	.news_detail .tag span{ float:left; display:block; background:#bc0000;color:#fff; height:30px; line-height:30px; padding:0px 10px; margin-right:10px; }
	.news_detail .tag a{background: #ebebeb  url("/images/news/tag.png") no-repeat right top; display:block; float:left; height:30px; line-height:30px; padding:0px 10px; margin-right:10px; color:#222;}
	.news_detail .tag a:hover{background: #bc0000 url("/images/news/tag_hover.png") no-repeat right top; color:#fff;}
	
	
	
	.news_other .news_tit{ height:35px; line-height:35px; background:url("/images/news/tit.png"); background-repeat:no-repeat; background-position:left; padding-left:45px; font-size:30px; color:#222; font-weight:bold; }
	
	.news_other ul{ padding:30px 0px;}
	.news_other ul li{ border-bottom:1px solid #eee; padding:20px 0px;}
	.news_other	.pic{ width:200px; height:140px; overflow:hidden;border-radius:5px;}
	.news_other	.pic img{width:200px; height:140px; }
	.news_other li:hover img{
			-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease;
			-webkit-transform: scale(1.3, 1.3);-moz-transform: scale(1.3, 1.3);-o-transform: scale(1.3, 1.3);transform: scale(1.3, 1.3);
		}
	
	
	.news_other	.desc{ width:785px;}
	
	.news_other	.tit{ font-size:18px; padding-bottom:10px; overflow:hidden; white-space:nowrap;}
	.news_other	.txt{ font-size:14px; color:#aaa; height:75px; line-height:25px; overflow:hidden; margin-bottom:10px;}
	.news_other .date,
	.news_other .hit{color:#aaa;}
	

/*关于我们*/
	.page .about .title,.goods .title{ text-align: center;  padding-bottom:30px;}
	.page .about .title .en{font-size: 48px; color:#222; font-weight:bold; font-family: Cambria; padding-bottom:10px;}
	.page .about .title .cn{font-size: 24px; color:#555;}
	

	.page .about{ text-align:center; background:#fff;  padding:80px; line-height:40px; font-size:18px;}
	.about .tag ul{ margin:0 auto; width:786px; padding-top:40px}
	.about .tag li{ text-align:center; width:130px; float:left;border-left: solid 1px #dfdfdf;}
	.about .tag li h2 {width: 100%;float: left;font-size: 48px;color: #444;line-height: 1;font-weight: normal;margin: 0;}
	.about .tag li h6{width: 100%;float: left;font-size: 14px;color: #888;line-height: 1;margin-top: 13px;font-family: 'OPENSANS-LIGHT';text-transform: uppercase;font-weight: normal;margin: 0; padding-top:20px;}
	.about .tag li:first-child{border:0px !important;}
	

	
	.page .goods{padding:80px 0px;background-color: #222;}
	
	.goods .title .en{font-size: 48px; color:#fff; font-weight:bold; font-family: Cambria; padding-bottom:10px;}
	.goods .title .cn{font-size: 24px; color:#fff}
	
	.goods_box{overflow:hidden; position:relative;visibility: visible; animation-name: slideInUp; cursor:pointer;}
	.goods_lst{overflow:hidden;height:440px; position:relative;}
	.goods_lst li{width:25%;height:100%; position:relative;float:left;overflow:hidden;background:#fff;transition:all 0.4s; cursor:pointer;}
	.goods_pic{ position:absolute;top:0;right:0;width:100%;height:100%; transition:all 0.4s;}
	.goods_pic img{width:100%;height:100%;}
	
	.goods_txt{font-size:20px;color:#fff;font-weight:normal; position:relative;z-index:1;overflow:hidden; transition:all 0.4s;}
	.goods_txt i{display:block;width:6px;height:62px; background:#c70c1f;float:left;margin-right:15px; transition:all 0.4s;}
	.goods_txt h3{display:block;width:30px;text-align:left;float:left; transition:all 0.4s;font-weight:normal;}
	.goods_txt em{display:block;font-size:14px;color:#c70c1f;margin-top:10px;float:left;width:90%; opacity:0; transition:all 0.4s; font-style:normal;}
	.goods_content{overflow:hidden;font-size:14px;color:#666;line-height:28px;padding:0px 40px;margin-top:30px; transition:all 0.4s; opacity:0;}
	
	.goods_lst li.active1{width:18%;}
	.goods_lst li.active{width:46%;}
	.goods_lst li.active .goods_pic{right:-100%;}
	.goods_lst li.active .goods_txt i{width:10px;height:220px;margin-right:30px;}
	.goods_lst li.active .goods_txt h3{color:#222;width:90%;margin-top:22%;}
	.goods_lst li.active .goods_txt em{ opacity:1;}
	.goods_lst li.active .goods_content{ opacity:1;}
	
	
	.goods_box dl{ position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}
	.goods_box dl dd{width:25%;height:100%;float:left; overflow:hidden;}
	.goods_box dl dd.goods_hover_out{width:18%;}
	.goods_box dl dd.goods_hover_in{width:46%;}
	
/*联系我们*/
	.contactus{margin-bottom:80px;}
	.contactus .title{ text-align: center;  padding-bottom:30px;}
	.contactus .title .en{font-size: 48px; color:#222; font-weight:bold; font-family: Cambria; padding-bottom:10px;}
	.contactus .title .cn{font-size: 24px; color:#555;}
	
	.contactus  .center .side{width:300px;text-align:center;}
	.contactus  .center .main{width:900px;}
	
	.contactus  .center .main .box{ width:400px; float:left; padding-left:50px;}
	.contactus  .center .main .tit{font-size:18px;height:45px;line-height:45px; color:#222;}
	.contactus  .center .main .line{border-bottom:1px solid #bababa;}
	.contactus  .center .main .line span { border-bottom: 3px solid #c70c1f; width: 20px;display: block;position: relative;top: 2px;}
	.contactus  .center .main .txt{height:80px;padding-top:10px;line-height:30px;color:#666;font-size:14px; font-family: Arial;}
	
/*内容页*/
	.ny_new{background-color:#ebebeb;padding:5px 0px}
	
/*服务*/
	.solution{ padding:80px 0px; background:#fff;}
	.solution .content{ text-align:center; font-size:18px; padding:20px;}
	.solution .lst{ padding-top:30px;}
	.solution .lst li{ width:20%; height:300px; float:left; display:block;overflow:hidden;}
	.solution .lst .pic{ height:300px; overflow:hidden;}
	.solution .lst .pic img{ width:100%;}
	.solution .lst li:hover img{
			-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease;
			-webkit-transform: scale(1.3, 1.3);-moz-transform: scale(1.3, 1.3);-o-transform: scale(1.3, 1.3);transform: scale(1.3, 1.3);}
	
	.solution .lst .box{ height:300px; position:relative; top:-60px;}
	.solution .lst li:hover .box{ top:-180px;
		-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease;
	}
	
	.solution .box .bg{ background:#c70c1f; height:300px; -moz-opacity: 0.8;opacity: .80;filter: alpha(opacity=80);} 
	.solution .box .info{ height:300px; position:relative; top:-300px; color:#fff;}
	.solution .info .tit{ text-align:center; font-size:20px; height:60px; line-height:60px; overflow:hidden;}
	.solution .info .txt{ font-size:14px; padding:10px 30px; line-height:22px;}
	
	
	.step{ padding:80px 0px;}
	.step .lst{ padding-top:30px;}
	.step .lst li{ width:20%; display:block; float:left; }
	.step .lst li a{ width:90%; margin:0 auto; height:300px; overflow:hidden; border-radius:5px; display:block;  background:#fff;float:left;box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
	
	.step .lst li a:hover * { color:#fff;
		webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease;	
	}
	.step .lst li a:hover em{ border:3px solid #fff;}
	.step .lst li a:hover .up{ height:300px;}
	
	
	.step .lst .bg{ height:300px;  }
	.step .lst .up{ background:#c70c1f; height:0px;}
	
	.step .lst .box{ position:relative; top:-300px; height:300px;}
	.step .lst .icon{ padding:50px 0px 30px 0px;}
	.step .lst .icon em{ color:#c70c1f; border:3px solid #c70c1f;border-radius:100%; width:80px; height:80px; line-height:80px; text-align:center; display:block; margin:0 auto; font-size:50px; }
	.step .lst .tit{ text-align:center; font-size:20px; color:#222;}
	.step .lst .tit span{ font-family:Arial;}
	.step .lst .txt{ padding:20px; font-size:14px; line-height:25px; color:#999;}
	
	
	
	
	
	.price{background:#ccc}
	.price .lst{ padding-top:10px;}
	.price li{ float:left; width:50%; display:block;}
	.price li a{ width:95%; height:630px; margin:15px auto; background:#fff; display:block; overflow:hidden; border-radius:5px;  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
	
	.price li .tit{ height:80px; line-height:80px; font-size:35px; background:#222; color:#fff; text-align:center;}
	.price li .total{ height:100px; line-height:100px; font-size:40px; font-family:Arial; color:#c70c1f; text-align:center;}
	.price li .total span{ font-size:20px; color:#c70c1f;}
	.price li .total label{ font-size:15px; color:#666;}
	
	.price li .option{ padding:0px 15px 20px 15px; color:#666;}
	.price li .option b{ display:block; height:35px; line-height:35px; color:#222; background:#ccc; padding-left:10px;  font-size:14px;}
	.price li .option div{ line-height:23px; padding:13px 0px; font-size:12px; font-family:"Helvetica Neue", "Microsoft YaHei";}
	
	.price li .option span{ display:block; }
	
	.price li .opt2 span{ float:left; width:50%;}
	.price li .opt3 span{ float:left; width:33.3%;}
	
	
	.price li .option input{ display:none;}
	
	.price li .option em{ font-size:15px; font-style:normal; font-weight:normal; margin-right:5px;}
	.price li .option label,
	.price li .option label em{ color:#666;cursor:pointer;}
	
	.price li .option .chk,
	.price li .option .chk em{ color:#c70c1f !important; }
	
	
/*标题*/
	.ax-ny-bai .title * { color:#fff !important;}
	.ax-ny .title{ text-align: center;  padding-bottom:30px;}
	.ax-ny .title .en{font-size: 48px; color:#222; font-weight:bold; font-family: Cambria; padding-bottom:10px;}
	.ax-ny .title .cn{font-size: 24px; color:#555;}

/*优化*/
	.page .about-sem{padding:80px 0px; background-color:#fff;}
	
	.about-sem .txt{ width:50%;}
	.about-sem .tit{ font-size:35px; padding-bottom:20px;color:#222; }
	.about-sem .content{ line-height:30px; font-size:16px; padding-bottom:40px;}
	.about-sem .btn a{ width:200px; height:40px; line-height:40px; border: 2px solid #c70c1f; color:#c70c1f; display:block; text-align:center; font-size:18px; border-radius:5px;}
	.about-sem .btn a:hover{ background:#c70c1f; color:#fff;
	webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease;}
	.about-sem .pic{ width:45% ; -moz-opacity: 0.9;opacity: .90;filter: alpha(opacity=90); cursor:pointer;}
	
	
	
	.about-sem .box_out{ width:400px; height:400px; display:block; margin:0 auto;}
	.about-sem .round_out{  width:400px; height:400px; margin:5px; display:block}
	
	
	.about-sem .round_out_box{ height:400px; width:400px; display:block; position:relative; top:-400px; overflow:hidden;}
	.about-sem .round_out div{ width:390px; height:390px; border:1px solid #0180FF; display:block; margin:0 auto; border-radius:100%; margin:5px;
	-webkit-animation:runOut 5s linear 0s infinite;
	-moz-opacity: 0.9;opacity: .90;filter: alpha(opacity=90);
	}
	.about-sem .round_out .dot{ width:30px; height:30px; background:#0180FF; display:block;border-radius:100%; position:relative;top:42px;left:42px;}
	@-webkit-keyframes runOut{  
		from{  
			-webkit-transform:rotate(360deg);  
		}  
		to{  
			-webkit-transform:rotate(0deg);  
		}  
	} 
		
	
	.about-sem .box_int{ width:200px; height:200px; display:block; margin:100px auto;}
	.about-sem .round_int{  width:200px; height:200px;margin:0px;}
	.about-sem .round_int div{ width:190px; height:190px; border:1px solid #0180FF; display:block; margin:0 auto; border-radius:100%; margin:5px;
	-webkit-animation:runIn 3s linear 0s infinite;
	-moz-opacity: 0.9;opacity: .90;filter: alpha(opacity=90);
	}
	.about-sem .round_int .dot{ width:15px; height:15px; background:#0180FF; display:block;border-radius:100%; position:relative;top:20px;left:20px; }
	
	@-webkit-keyframes runIn{  
		from{  
			-webkit-transform:rotate(0deg);  
		}  
		to{  
			-webkit-transform:rotate(360deg);  
		}  
	} 
	
	
	.about-sem .icon{ height:200px; position:relative; top:-150px;}
	.about-sem .icon div{ width:100px; height:100px; display:block; margin:0 auto; }
	.about-sem .icon em{ font-size:60px;width:100px; height:100px; line-height:100px; display:block; color:#0180FF;text-align:center;
	-moz-opacity: 0.9;opacity: .90;filter: alpha(opacity=90);}
	
	
	
	.goods-sem{ padding:80px 0px;}
	.goods-sem .content{ text-align:center; font-size:18px; padding:20px; color:#fff}
	
	.goods-sem .lst { padding-top:30px;}
	.goods-sem .lst li{ float:left; width:50%; display:block;}
	.goods-sem .lst li a{ width:90%; display:block;  margin:10px auto;  padding:20px; background:#fff;box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius:5px}
	.goods-sem .lst li a:hover{ background:#c70c1f; }
	.goods-sem .lst li a:hover *{ color:#fff !important;
		webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease;
	} 
	
	.goods-sem .lst .lst_left .icon{ float:right}
	.goods-sem .lst .lst_left .info{ float:left; text-align:right;}
	
	.goods-sem .lst .lst_right .icon{ float:left}
	.goods-sem .lst .lst_right .info{ float:right; text-align:left;}
	
	
	.goods-sem .lst li a .icon{ width:20%;}
	.goods-sem .lst li a .icon em{ font-size:60px;  height:100px; line-height:100px; text-align:center; display:block; margin:0 auto;}
	.goods-sem .lst li a .info{ width:80%;}
	
	.goods-sem .lst li a .info .tit{ font-size:25px; font-weight:bold; color:#222; padding-bottom:15px;}
	.goods-sem .lst li a .info .txt{ line-height:25px; height:50px; font-size:16px; color:#666;}
	
	
	.action-sem{ padding:80px 0px;}
	
	.action-sem .info .txt { text-align:center; font-size:35px; line-height:60px; padding:30px}
	.action-sem .info .txt span{ font-weight:bold; color:#c70c1f;}
	.action-sem .info img{ width:200px; height:200px; display:block; margin:20px auto; border:10px solid #ccc; border-radius:5px;}
	
	.action-sem .info .lst{ width:900px; margin: 0 auto; padding-top:30px; border-top:2px dashed #ccc;}
	.action-sem .info .lst li{ float:left; width:33%; text-align:center; font-size:16px; line-height:30px;}
	.action-sem .info .lst li b{ display:block; color:#222; font-size:18px;}
	.action-sem .info .lst li b span{ color:#c70c1f}

/*微信小程序*/
	.goods-weixin{ padding:80px 0px;}
	.goods-weixin .lst li{ width:400px; float:left; text-align:center;}
	.goods-weixin .lst li .box{ width:80%; margin:30px auto;}
	.goods-weixin .lst li .box .icon{ height:100px;}
	.goods-weixin .lst li .box .icon span{ height:100px; line-height:100px; width:100px; font-size:50px; background:#c70c1f; color:#fff; border-radius:100%; display:block; margin:0 auto;}
	.goods-weixin .lst li .box .tit{ height:50px; line-height:50px; font-size:20px; color:#222;}
	.goods-weixin .lst li .box .txt{ line-height:30px; font-size:16px; color:#999;}
	
	
	.bulid-weixin{ padding:80px 0px;}
	.bulid-weixin .title .tit{ color:#fff;}
	.bulid-weixin .title .txt{ color:#ddd; font-size:18px; line-height:35px;}
	.bulid-weixin .lst { padding:15px 0px;}
	.bulid-weixin .lst li{ width:600px; float:left;}
	.bulid-weixin .lst li .box{ width:95%; background:#fff; height:350px; overflow:hidden;border-radius:5px; cursor:pointer; margin-top:30px;}
	.bulid-weixin .lst li .box .show{ height:350px;}
	.bulid-weixin .lst li .box .show .content{ padding:30px;}
	.bulid-weixin .lst li .box .show .tit{ height:60px; line-height:60px; text-align:center; font-size:25px; margin-bottom:15px; font-weight:bold; background:#222; color:#fff; border-radius:5px;}
	.bulid-weixin .lst li .box .show .tag{ height:120px;  padding:20px 0px;}
	.bulid-weixin .lst li .box .show .tag span{ display:block; float:left; width:25%; line-height:35px; font-size:14px;}
	
	.bulid-weixin .lst li .box .show .price{ background:#eee; height:60px; line-height:60px; border-radius:5px;}
	.bulid-weixin .lst li .box .show .price span{ display:block; float:left; width:33.3%;  text-align:center;}
	.bulid-weixin .lst li .box .show .price em{ font-size:12px; font-style:normal;}
	.bulid-weixin .lst li .box .show .price b{ font-size:20px; color:#c70c1f;}
	.bulid-weixin .lst li .box .show .price label{ font-size:16px;}
	
	.bulid-weixin .lst li .box .desc{ position:relative; top:0px; background:#c70c1f; color:#fff; height:350px;}
	.bulid-weixin .lst li .box .desc div{ padding:50px; font-size:14px;line-height:36px; padding-top:100px;}
	.bulid-weixin .lst li .box:hover .desc{ top:-350px;
	webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease;	
	}
	
	
	
	.service-weixin{ padding:80px 0px;}
	.service-weixin .lst { padding:15px 0px;}
	.service-weixin .lst li{ width:300px; float:left; text-align:center; font-size:16px; line-height:30px; margin-bottom:30px;}
	.service-weixin .lst li .box{width:85%;}