.bs-slider:hover {
	cursor:-moz-grab;
	cursor:-webkit-grab;
}
.bs-slider:active {
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.00);
}
.fade {
	opacity:1;
}
.fade .item {
	top:0px;
	z-index:1;
	opacity:0;
	width:100%;
	position:absolute;
	left:0 !important;
	display:block !important;
	-webkit-transition:opacity ease-in-out 1s;
	-moz-transition:opacity ease-in-out 1s;
	-ms-transition:opacity ease-in-out 1s;
	-o-transition:opacity ease-in-out 1s;
	transition:opacity ease-in-out 1s;
}
.fade .item:first-child {
	position:relative;
}
.fade .item.active {
	opacity:1;
	z-index:2;
	-webkit-transition:opacity ease-in-out 1s;
	-moz-transition:opacity ease-in-out 1s;
	-ms-transition:opacity ease-in-out 1s;
	-o-transition:opacity ease-in-out 1s;
	transition:opacity ease-in-out 1s;
}

.control-round .carousel-control {
	top:50%;
	opacity:0;
	width:40px;
	height:40px;
	z-index:100;
	color:#fff;
	display:block;
	font-size:28px;
	cursor:pointer;
	overflow:hidden;
	line-height:40px;
	text-shadow:none;
	position:absolute;
	font-weight:normal;
	background:transparent;
	-webkit-border-radius:100px;
	border-radius:100px;
}
.control-round:hover .carousel-control {
	opacity:0.5;
}
.control-round .carousel-control.left {
	left:1%;
}
.control-round .carousel-control.right {
	right:1%;
}
.control-round .carousel-control.left:hover,.control-round .carousel-control.right:hover {
	color:#fdfdfd;
	background:rgba(255,255,255,0.5);
	border:0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
	left:45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
	right:45%;
}

.indicators-line > .carousel-indicators {
	right:45%;
	bottom:3%;
	left:auto;
	width:90%;
	height:20px;
	font-size:0;
	overflow-x:auto;
	text-align:right;
	overflow-y:hidden;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	white-space:nowrap;
}
.indicators-line > .carousel-indicators li {
	padding:0;
	margin:0 4px;
	width:30px;
	height:4px;
	text-indent:0;
	overflow:hidden;
	text-align:left;
	background:rgba(255,255,255,0.6);
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right:0;
}
.indicators-line > .carousel-indicators .active {
	background:#c22b3c;
}
.indicators-line > .carousel-indicators .active:before {
	transform:scale(0.5);
	background-color:#fff;
	content:"";
	position:absolute;
	left:-1px;
	top:-1px;
	width:15px;
	height:15px;
	border-radius:50%;
	-webkit-transition:background-color 0.3s ease;
	-moz-transition:background-color 0.3s ease;
	-o-transition:background-color 0.3s ease;
	transition:background-color 0.3s ease;
}

.slide_style_left {
	text-align:left !important;
}
.slide_style_right {
	text-align:right !important;
}
.slide_style_center {
	text-align:center !important;
}
.slide-text {
	left:2%;
	top:23%;
	right:2%;
	margin:auto;
	padding:10px;
	position:absolute;
	text-align:left;
	padding:10px 40px;
	width:100%;
	max-width:1170px;
}
@media  (max-width:768px) {
	.slide-text {
	left:2%;
	top:26%;
	right:2%;
	margin:auto;
	padding:10px;
	position:absolute;
	text-align:left;
	padding:10px 85px;
}
}.slide-text > h1 {
	padding:0;
	color:#ffffff;
	font-size:34px;
	font-style:normal;
	line-height:64px;
	margin-bottom:30px;
	letter-spacing:1px;
	display:inline-block;
	-webkit-animation-delay:0.7s;
	animation-delay:0.7s;
}
.slide-text > p {
	padding:0;
	color:#ffffff;
	font-size:20px;
	line-height:24px;
	font-weight:300;
	margin-bottom:40px;
	letter-spacing:1px;
	-webkit-animation-delay:1.1s;
	animation-delay:1.1s;
}
.slide-text > a.btn-default {
	color:#fff;
	font-weight:400;
	font-size:13px;
	line-height:13px;
	margin-right:10px;
	text-align:center;
	padding:13px 23px;
	white-space:nowrap;
	letter-spacing:1px;
	background:none;
	display:inline-block;
	text-transform:uppercase;
	-webkit-animation-delay:2s;
	animation-delay:2s;
	-webkit-transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
	transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
}
.btn-default1 {
    width: 92px;
    height: 32px;
    line-height: 30px;
    padding: 0;
	color:#fff;
	font-weight:400;
	font-size:13px;
	line-height:13px;
	margin-right:10px;
	text-align:center;
	padding:8px 15px;
	white-space:nowrap;
	letter-spacing:1px;
	background:none;
	display:inline-block;
	text-transform:uppercase;
	-webkit-animation-delay:2s;
	animation-delay:2s;
	-webkit-transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
	transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color:#ffffff;
	cursor:pointer;
	font-weight:400;
	font-size:13px;
	line-height:15px;
	margin-left:10px;
	text-align:center;
	padding:17px 30px;
	white-space:nowrap;
	letter-spacing:1px;
	background:#ff1100;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
	-webkit-animation-delay:2s;
	animation-delay:2s;
	-webkit-transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
	transition:background 0.3s ease-in-out,color 0.3s ease-in-out;
}
.slide-text > a:hover,.slide-text > a:active {
	color:#fff;
	background:none;
	-webkit-transition:background 0.5s ease-in-out,color 0.5s ease-in-out;
	transition:background 0.5s ease-in-out,color 0.5s ease-in-out;
}

@media (max-width:991px) {
	.slide-text h1 {
	font-size:40px;
	line-height:50px;
	margin-bottom:20px;
}
.slide-text > p {
	font-size:18px;
}
}
@media  (max-width:768px) {
	.slide-text {
	padding:10px 50px;
}
.slide-text h1 {
	font-size:30px;
	line-height:40px;
	margin-bottom:10px;
}
.slide-text > p {
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
}
.control-round .carousel-control {
	display:none;
}
}@media  (max-width:480px) {
	.slide-text {
	padding:75px 30px 10px 30px;
}
.slide-text h1 {
	font-size:17px;
	line-height:25px;
	margin-bottom:5px;
}
.slide-text > p {
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}
.slide-text > a.btn-default,.slide-text > a.btn-primary {
	font-size:10px;
	line-height:10px;
	margin-right:10px;
	text-align:center;
	padding:8px 15px;
}
.indicators-line > .carousel-indicators {
	display:none;
}
}.b-bg1 {
	background:url(../fonts/ebc3a4a6d7a44603b7270d45b4b38adc.woff) no-repeat center center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
}

.codrops-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.codrops-links::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: #ddd;
	-webkit-transform: rotate3d(0,0,1,22.5deg);
	transform: rotate3d(0,0,1,22.5deg);
}

.codrops-icon {
	display: inline-block;
	width: 1.5em;
	margin: 0.5em;
	padding: 0em 0;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}

.codrops-icon:before {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	margin: 0 5px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.codrops-icon--drop:before {
	content: '\e001';
}

.codrops-icon--prev:before {
	content: '\e004';
}

/* Image stack */
.deco-stack {
	width: 100%;
	margin: 1em 0;
	text-align: center;
	white-space: nowrap;
}

.deco-stack__img {
	min-width: 200px;
	max-width: 50%;
	min-height: 200px;
	max-height: 100%;
	margin: 0 -60px;
	border: 10px solid #fff;
	outline: 1px solid transparent; /* For FF */
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background: #aaa;
}

.deco-stack__img--rotation-1 {
	-webkit-transform: rotate3d(0,0,1,-8deg);
	transform: rotate3d(0,0,1,-8deg);
}

.deco-stack__img--rotation-2 {
	-webkit-transform: rotate3d(0,0,1,-1deg);
	transform: rotate3d(0,0,1,-1deg);
}

.deco-stack__img--rotation-3 {
	-webkit-transform: rotate3d(0,0,1,9deg);
	transform: rotate3d(0,0,1,9deg);
}

.video-wrap {
	position: fixed;
    z-index:999;
	top: 110px;
	bottom:10px;
	margin:0 auto;
	left: 20%;
	width: 60%;
	height: 55%;
	pointer-events: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

@media  (max-width:768px) {
.video-wrap {
    left: 0%;
    width: 100%;
    height: 50%;
}
}

.video-wrap--show {
	pointer-events: auto;
}

.video-inner {
	position: relative;
	overflow: hidden;
	width: 60%;
	height: 40%;
	margin: 0 auto;
	top:110px;
	opacity: 0;
	background: black;
	z-index:999;
}

.video-wrap--show .video-inner {
	opacity: 1;
}

.video-player {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.btn-content {
	position: relative;
	margin:15px 0 5px 0;
}

/* Loader */
.loader {
	font-size: 2.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.video-loaded .loader {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Button */
.action {
	font-weight: bold;
	position: relative;
	overflow: hidden;
	margin: 0;
	color: #fff;
	border-radius: 40px;
	background: none;
	-webkit-flex: none;
	flex: none;
}

.action:focus {
	outline: none;
}

.action__label {
	display: inline-block;
	margin: 0 0 0 0.75em;
	color:#fff;
}
.c-f {
    color:#fff;
	font-size:40px;
}
.c-f-b {
    color:#fff;
	font-size:40px;
}
.action__label--hidden {
	position: absolute;
	top: 200%;
}

.action--play {
	display: block;
	margin: 1em auto;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s 0.1s;
	transition: opacity 0.3s 0.1s;
}

.video-loaded .action--play {
	opacity: 1;
	pointer-events: auto;
}

.action--close {
	line-height: 1;
	position: absolute;
	z-index: 1000;
	top: 10%;
	right: 5%;
	width: 60px;
	height: 60px;
	padding: 0;
	opacity: 0;
	z-index:9999;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: scale3d(0.7,0.7,1);
	transform: scale3d(0.7,0.7,1);
}

.video-wrap--show .action--close {
	opacity: 1;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

@media screen and (min-width: 25em) {
	.deco-stack__img {
		width: 20vw;
		height: 16vw;
	}
	.video-inner {
		width: 20vw;
		height: 16vw;
		border: 10px solid #fff;
		-webkit-transform: scale3d(0.1,0.1,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.1,0.1,1) rotate3d(0,0,1,-5deg);
	}
	.video-wrap--show .video-inner {
		opacity: 0;
		-webkit-animation: showVideo-1 1.25s forwards;
		animation: showVideo-1 1.25s forwards;
	}
	.video-wrap--hide .video-inner {
		-webkit-animation: hideVideo 1.25s forwards;
		animation: hideVideo 1.25s forwards;
	}
	.video-player {
		left: 50%;
		width: auto;
		height: 100vh;
		-webkit-transition: -webkit-transform 1s;
		transition: transform 1s;
		-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.7,0.7,1) rotate3d(0,0,1,5deg);
		transform: translate3d(-50%,-50%,0) scale3d(0.7,0.7,1) rotate3d(0,0,1,5deg);
	}
	.video-wrap--show .video-player,
	.video-wrap--hide .video-player {
		-webkit-transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
		transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
	}
}

@media screen and (min-width: 25em) and (min-aspect-ratio: 1280/720) {
	.deco-stack__img {
		width: 20vh;
		height: 16vh;
	}
	.video-inner {
		width: 20vh;
		height: 16vh;
	}
	.video-wrap--show .video-inner {
		-webkit-animation: showVideo-2 1.25s forwards;
		animation: showVideo-2 1.25s forwards;
	}
	.video-player {
		width: 70vw;
		height: auto;
		top:45%
	}	
}

/* Animation for showing the video wrapper */
@-webkit-keyframes showVideo-1 {
	50% {
		width: 50vw;
		height: 40vw;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

@keyframes showVideo-1 {
	50% {
		width: 50vw;
		height: 40vw;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

/* Alternate animation for showing the video wrapper */
@-webkit-keyframes showVideo-2 {
	50% {
		width: 50vh;
		height: 40vh;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

@keyframes showVideo-2 {
	50% {
		width: 50vh;
		height: 40vh;
		opacity: 1;
		-webkit-transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
		transform: scale3d(0.5,0.5,1) rotate3d(0,0,1,-5deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

/* Animation for hiding the video wrapper */
@-webkit-keyframes hideVideo {
	0% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 0;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}

@keyframes hideVideo {
	0% {
		width: 100vw;
		height: 80vh;
		opacity: 1;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
	100% {
		width: 100vw;
		height: 80vh;
		opacity: 0;
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
		transform: scale3d(1,1,1) rotate3d(0,0,1,0deg);
	}
}
/* video Style end */



.jt1 div{
width:50px;
height:15px;
background:url(../images/bg1.jpg) left center no-repeat;
position:relative;
    -moz-animation: s4 8s ease-out infinite; /* Firefox */
    -webkit-animation: s4 8s ease-out infinite; /* Safari and Chrome */
    -o-animation: s4 8s ease-out infinite; /* Opera */
}
@keyframes s4 {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    width: 0;
  }
  20% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-moz-keyframes s4 /* Firefox */ {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    width: 0;
  }
  20% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-webkit-keyframes s4 /* Safari and Chrome */ {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    width: 0;
  }
  20% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-o-keyframes s4 /* Opera */ {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    width: 0;
  }
  20% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}

.jt2 div{
width:50px;
height:15px;
background:url(../images/bg1.jpg) left center no-repeat;
position:relative;
    -moz-animation: s5 8s ease-out infinite; /* Firefox */
    -webkit-animation: s5 8s ease-out infinite; /* Safari and Chrome */
    -o-animation: s5 8s ease-out infinite; /* Opera */
}
@keyframes s5 {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
    width: 0;
  }
  35% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-moz-keyframes s5 /* Firefox */ {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
    width: 0;
  }
  35% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-webkit-keyframes s5 /* Safari and Chrome */ {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
    width: 0;
  }
  35% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-o-keyframes s5 /* Opera */ {
  0% {
    opacity: 0;
    width: 0;
  }
  25% {
    opacity: 1;
    width: 0;
  }
  35% {
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}

.jt3{
width:35px;
height:32px;
margin-top:100px;
background:url(../images/xh.gif) right center no-repeat;
position:relative;
    -moz-animation: s6 8s ease-out infinite; /* Firefox */
    -webkit-animation: s6 8s ease-out infinite; /* Safari and Chrome */
    -o-animation: s6 8s ease-out infinite; /* Opera */
}
@keyframes s6 {
  0% {
    opacity: 0;
    width: 100%;
  }
  25% {
    opacity: 0;
    width: 100%;
  }
  75% {
    opacity: 1;
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-moz-keyframes s6 /* Firefox */ {
  0% {
    opacity: 0;
    width: 100%;
  }
  25% {
    opacity: 0;
    width: 100%;
  }
  75% {
    opacity: 1;
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-webkit-keyframes s6 /* Safari and Chrome */ {
  0% {
    opacity: 0;
    width: 100%;
  }
  25% {
    opacity: 0;
    width: 100%;
  }
  75% {
    opacity: 1;
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-o-keyframes s6 /* Opera */ {
  0% {
    opacity: 0;
    width: 100%;
  }
  25% {
    opacity: 0;
    width: 100%;
  }
  75% {
    opacity: 1;
    width: 100%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}

/* �������*/

.serve-content-middle {
    width:100%;
}

.serve-content-info {
    float: left;
    margin: 0;
    position: relative;
}

.serve-content-btn a:hover {
    background: #41b8fc;
}

.serve-content-middle {
    overflow: hidden;
}

.serve-content-list ul li {
    display: block;
    padding: 22px 0;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
    cursor: pointer;
}
@media  (max-width:768px) {
    .serve-content-list ul li {
    width: 300px;
    padding: 10px 0;
    border: 1px solid #f5f5f5;
}
}
.serve-content-list ul .on {
    background: #FFF;
}

.serve-content-list ul li span {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin:10px 0 0 52px;
    overflow: hidden;
}
.serve-content-list ul li h4 {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin:10px 0 0 52px;
    overflow: hidden;
}

.serve-content-list ul li span img {
    display: block;
    float: left;
}

.serve-content-list ul li p {
    display: block;
    overflow: hidden;
    line-height: 45px;
    color: #333;
    font-size: 16px;
	margin:0 auto;
}
.serve-content-list ul li span i {
    color: #666;
}
.serve-content-list ul .on p {
    color: #c22b3c;
}
.serve-content-list ul .on span i {
    color: #c22b3c;
}
.serve-content-list ul .on span img {
    margin-top: -28px;
}

.serve-content-info ul {
    position: absolute;
    left: 0;
    top: 0;
}

.serve-image-box {
    width: 100%;
    height: 160px;
    padding: 10px 120px;
    position: absolute;
    top: 141px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.serve-image-comm1 {
    width: 48px;
    height: 29px;
    position: absolute;
    left: 55px;
    top: 1px;
}

.serve-image-comm2 {
    width: 48px;
    height: 29px;
    position: absolute;
    right: 55px;
    bottom: 30px;
}

.serve-image-info {
    width: auto;
    height: 99px;
}

.serve-image-info-title {
    overflow: hidden;
}

.serve-image-info-title span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 6px 10px 0 0;
	color:#fff;
}
.serve-image-info-title span i {
	color:#fff;
}

.serve-image-info-title span img {
    display: block;
    float: left;
}

.serve-image-info-title p {
    line-height: 30px;
    display: block;
    font-size: 20px;
    color: #fff;
}

.serve-image-info span {
    display: block;
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    padding-top: 2px;
	text-align:left;
}

/* ��������*/


.mt-tabpage-title {
	height: auto;
	font-size: 0;
	width: 100%;
	margin: auto;
	background: #fff;
	border-bottom:1px solid #ddd;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 147px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #666;
	font-size: 14px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	margin:0 20px;
}

.mt-tabpage-title a i {
	line-height: 60px;
	text-align: center;
	color: #666;
	margin:0 10px;
}
.mt-tabpage-title a:active  {
	text-decoration:none;
}
.mt-tabpage-title a:visited {
	text-decoration:none;
}
.mt-tabpage-title .mt-tabpage-item:hover {
	color: #c22b3c;
	text-decoration:none;
}

.mt-tabpage-title .mt-tabpage-item-cur {
	color: #c22b3c;
	font-size: 14px;
	border-top: 1px solid #c22b3c;
	border-left: 1px solid #c22b3c;
	border-right: 1px solid #c22b3c;
	border-bottom: 1px solid #fff;
}
.mt-tabpage-title .mt-tabpage-item-cur i {
	color: #c22b3c;
}
.mt-tabpage-count {
	position: relative;
	width: 100%;
	height: 318px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	max-width: 655px;
	height: 318px;
	line-height: 318px;
	text-align: center;
}
.zxy-intd h4 {
    font-size:18px;
	text-align:left;
	line-height:36px;
	padding:5px 10px;
}
.zxy-intd p {
    font-size:14px;
	text-align:left;
	padding:5px 10px;
	line-height:28px;
	text-indent:2em;
}
.home-tit span {
    padding:0 2px;
    border-left:4px solid #c22b3c;
	font-size:24px;
	line-height:26px;
	display:inline-block;
}

.home-tit h3 {
	font-size:26px;
	display:inline-block;
	color:#333;
	padding:10px 0;
	margin:0;
	font-weight:400;
}
@media  (max-width:768px) {
.home-tit h3 {
	font-size:24px;
}
}
.home-img2 img {
    margin-top:176px;
}
.home-img4 img {
    margin-top:-40px;
}
.home-img1 div {
    margin-top:210px;
}
.home-img3 div {
    margin-top:210px;
}
.home-tit-cp{
	margin:15px 0 -10px 0;
}
.home-tit-fa{
	margin:20px 0 -25px 0;
}
.home-tit-ab{
	margin:5px 0 -20px 0;
}
@media  (max-width:768px) {
.home-tit-cp {
	margin:0 0 -30px 0;
}
.home-tit-fa {
    margin: -20px 0 -5px 0;
}
.home-tit-al {
	margin:0;
}
}
.tit-i{
	font-size:18px;
	color:#c22b3c;
}
.tit-en{
	font-size:18px;
	color:#666;
}
.more-btn i:hover{
	color:#c22b3c;
}

/*��Ʒ����*/

.swiper-container {
	height:65px
}
.solution-cardlist {
	max-width:1170px;
	margin:0 auto;
}
.solution-cardlist img:hover {
	transform:scale(1.1);
}
.swiper-slide-case {
	padding:10px 4px;
}
.swiper-slide {
	padding:0;
}
.full-img  {
	margin:0 8px;
	overflow: hidden;
}
.solution-cardlist .col-sm-cp {
	margin:0;
	transition:all .15s linear;
	box-sizing:border-box
}
.solution-cardlist .col-sm-cp .solution-card {
	height:65px;
	text-align:center;
	overflow:hidden;
	transition:all .15s linear
}
.solution-cardlist .col-sm-cp .solution-card img {
	width:auto;
	height:200px;
	transition:1s;
	margin:5px 0;
}
.solution-cardlist .col-sm-cp .solution-card h3 {
    margin: 15px auto;
    font-size: 16px;
    color: #c22b3c;
    padding: 0;
    text-align: center;
    line-height: 35px;
}
.solution-cardlist .col-sm-cp .solution-card p {
	margin:0 30px;
	padding-bottom:30px;
	font-size:14px;
	color:#666a75;
	letter-spacing:.51px
}
.solution-cardlist .col-sm-cp .solution-card dl {
	margin:0 30px;
	overflow:visible
}
.cf:after,.cf:before {
	content:" ";
	display:table;
	line-height:0
}
.cf:after {
	clear:both
}
.solution-cardlist .col-sm-cp .solution-card dl dt {
	margin-bottom:10px;
	font-size:14px;
	color:#252b3a;
	letter-spacing:.51px;
	line-height:19px;
	position:relative
}
.solution-cardlist .col-sm-cp .solution-card dl dt:before {
	position:absolute;
	display:inline-block;
	left:-8px;
	top:7px;
	content:'';
	vertical-align:middle;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#252b3a
}
.solution-cardlist .col-sm-cp .solution-card dl dd {
	float:left;
	width:50%;
	margin-bottom:6px;
	font-size:12px;
	color:#a0a2a8;
	letter-spacing:.44px;
	line-height:20px
}
.solution-cardlist .col-sm-cp .solution-card>span {
	margin:20px 30px 0;
	font-size:14px;
	display:inline-block;
	color:#666a75;
	letter-spacing:.51px;
	line-height:22px;
	opacity:0;
	transition:opacity .15s linear
}
.solution-cardlist .col-sm-cp:hover .solution-card>span {
	opacity:1;
	transition:opacity .2s linear 50ms
}
.swiper-button-prev {
	left:0;
	width:14.5px;
	height:30px;
	margin-top:0;
	transition:background-image .15s
}
.swiper-button-next {
	right:0;
	width:14.5px;
	height:30px;
	margin-top:0;
	transition:background-image .15s
}
.jtys-btn {
	color:#c22b3c;
}
.swiper-button-prev i:hover,.swiper-button-next i:hover {
	color:#f47684;
}
.col-sm-cp {
	width:33.33%;
}
@media  (max-width:480px) {
	.col-sm-cp {
	width:100%;
}
.solution-cardlist {
	max-width:380px;
}
}
.solution-card:hover {
    background: rgba(255, 255, 255, 0.4);
}

/*����*/

.top-search {
    position: relative;
    margin: 34px 0;
}
.top-search span {
  margin-left: 17px;
}
.top-search form {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 25%;
  line-height: 180px;
  background-color: #fff;
  border-top: 1px solid #eee;
  text-align: center;
  z-index: 2;

}
.top-search form input {
  display: inline-block;
}
.top-search form .key {
  width: 30%;
  height: 40px;
  padding-left: 20px;
  padding-right: 100px;
  border: 1px solid #ccc;
}
.top-search form .sub {
  position: relative;
  left:-84px;
  top:-1px;
  width: 80px;
  height: 40px;
  font:icon;
  color:#555;
}

/*����*/

.com-nav {
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-top:5px;
}
.com-nav li {
  display: inline-block;
  margin: 0 48px;
  text-align: center;
}
.com-nav li .img {
  height: 45px;
}
.com-nav li.active .img,
.com-nav li:hover .img {
  filter: none;
}
.com-nav li h3 {
  height: 35px;
  position: relative;
  bottom: -1px;
  color: #2d343f;
  font-size: 17px;
  margin:15px 0;
  line-height: 1.1;
  padding:0;
  font-weight: 300;
}
.com-nav li.active h3,
.com-nav li:hover h3 {
  color: #c22b3c;
  border-bottom: 2px solid #c22b3c;
}
.com-nav a {
  display: block;
  width: 100%;
}
.com-list-main {
  position: relative;
  margin-top:25px;
}
.com-list-main .item {
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
}
.com-list-main .active {
  height: auto;
  bottom: 0;
  opacity: 1;
  margin:0;
}
.com-list-main li .box {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.com-list-main li:hover .box {
  border-color: #006fc9;
}

.com-list-main li .txt {
  padding: 30px;
  position: relative;
  z-index: 1;
  background: #fafafa;
  border-top: 1px solid #ddd;
  text-align: left;
  transition: all .3s;
}
.com-list-main li:hover .txt {
  border-color: #006fc9;
  background: #006fc9;
}
.com-list-main li h4 {
  height: 22px;
  padding-right: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2d343f;
  font-size: 20px;
  margin-bottom: 15px;
  transition: all .3s;
  background: url(../images/icon_right01.png) right center no-repeat;
}
.com-list-main li:hover h4 {
  color: #fff;
  background-image: url(../images/icon_right01_active.png);
}
.com-list-main li p {
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #59616c;
}
.com-list-main li:hover p {
  color: #fff;
  opacity: .5;
}
.com-list-main div.swiper-button-next,
.com-list-main div.swiper-button-prev {
  left: -80px;
  background: url(../images/icon_left02.png) center no-repeat;
}
.com-list-main div.swiper-button-next {
  left: auto;
  right: -80px;
  transform: rotate(180deg);
}
.com-list-main div.swiper-button-next:after,
.com-list-main div.swiper-button-prev:after {
  display: none;
}

.al-txt {
  text-align:center;
  margin:0 8px;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}
.al-txt h4 {
    font-size: 15px;
    line-height: 32px;
    color: #333;
    margin: 0;
    padding: 14px 0;
    font-weight: 300;
}
.full-img img {
  margin:0;
  padding:0;
  transition:0.6s;
  width:100%;
  height:198px;
}
@media  (max-width:768px) {
.full-img img {
  margin:0;
  padding:0;
  transition:0.6s;
  width:100%;
  height:125px;
}
}
.swiper-slide a:hover .full-img img {
  transform:scale(1.1);
}

.swiper-slide a:hover .al-txt h4 {
  color: #c22b3c;
}
.swiper-slide-case a:hover .full-img img {
  transform:scale(1.1);
}

.swiper-slide-case a:hover .al-txt h4 {
  color: #c22b3c;
}
/* ���ֹ��� */
.product-num-box{
    width: 100%;
    height: auto;
    background-image: url(../images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.product-num-title{
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.product-num-text{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.product-num-head{
    margin:30px 0;
    font-size: 0;
}
.product-num-item{
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #fff;
    line-height: 52px;
}
.product-num-jus{
    display: inline-block;
    margin: 80px 0;
    width: 162px;
    height: 56px;
    font-size: 22px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 2px;
    border: 4px solid #fff;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
}
.product-num-nub{
    display: inline-block;
    font-size: 50px;
    color: #fff;
    line-height: 52px;
}
.product-num-add{
    font-size: 40px;
    color: #fff;
}
.product-num-inf{
    margin: 5px 0;
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.product-num-jus:hover{
    background-color: #fff;
    color: #3e88f1;
}
.product-num-wan{
    font-size: 28px;
    color: #fff;
}
.svg-bg {
    margin:-15px 0;
}

/* �������� */

.newContentBox {
	float:left;
	text-align:left;
	vertical-align:top;
	position:relative;
}
.newContentBox a {
	cursor:pointer;
}
.newContentBox .newTitle {
	float:left;
	line-height:44px;
	height:50px;
	font-size:16px;
	color:#333;
	width:80%;
	white-space:nowrap;
	word-break:normal;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newContentBox a:hover .newTitleIcon {
	background-color:#c22b3c;
}
.newContentBox .newTitleIcon {
	width:19px;
	height:19px;
	background:url(../images/plus.png) center no-repeat;
	background-color:#a6a6a6;
	position:absolute;
	right:15px;
	top:14px;
}
.newContentBox .border {
	position:absolute;
	left:100px;
	top:50px;
	width:32px;
	border-top:1px solid #c22b3c;
}
.newContentBox .newContent {
	float:left;
	height:50px;
	width:80%;
	font-size:14px;
	line-height:28px;
	color:#666;
	margin:0;
	overflow:hidden;
	word-wrap:break-word;
	text-overflow:ellipsis;
	display:-webkit-box;
}
.newContentBox .time {
	width:54px;
	height:54px;
	border:1px solid #c22b3c;
	background:#fff;
	text-align:center;
	margin-right:30px;
	margin-top:14px;
	float:left;
}
.newContentBox .time .day {
	font-size:20px;
	color:#c22b3c;
	padding:6px 0 0 0;
}
.newContentBox .time .ym {
	font-size:12px;
	color:#666;
	line-height:40px;
}
.newContentBox a:hover .time {
	background:#c22b3c;
}
.newContentBox a:hover .day {
	color:#fff;
}
.newContentBox a:hover .ym {
	color:#c22b3c;
}

.zxy-cop {
	height:270px;
	overflow: hidden;
}
.zxy-cop-img {
	margin:0;
	padding:0;
	height:258px;
	width:100%;
	border-radius: 10px;
	overflow: hidden;
}
.zxy-cop-img img {
    width:100%;
	height:auto;
	margin:0 auto;
	transition:1s;
}
.zxy-cop:hover .zxy-cop-img img {
	transform:scale(1.1);
}
.cop-hot {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
	text-align:center;
}
.cop-hot img  {
    width:100px;
	height:50px;
}
.cop-hot h4 {
    color:#fff;
	font-size:16px;
	padding:5px 0;
}
.cop-hot p {
    color:#fff;
	font-size:14px;
	padding:5px 60px;
	text-align:left;
}
.cop-oth {
    margin:0 auto;
	text-align:center;
}
 .cop-oth img {
    margin:10px 0;
	width:80%;
	height:auto;
}

 .cop-oth:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

/* ��������2 */
.zxy-news2 {

}
.news-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
}

.news-cont {
    width: 40%;
}
.news-img {
    width: 60%;
	height:192px;
	margin:0 auto;
	overflow: hidden;
}
@media  (max-width:768px) {
.news-cont {
    width: 60%;
}
.news-img {
    width: 40%;
}
}
.news-img img  {
    padding:0;
	margin:0;
	transition:0.6s;
}
.zxy-news-box a:hover .news-img img {
	transform:scale(1.1);
}
.news-cont h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #c22b3c;
	font-size:18px;
    line-height: 30px;
    padding:0px 20px;
	margin:0 0 10px 0;
}

.news-cont p {
    color: #333;
	font-size:15px;
    line-height: 30px;
	padding:0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-cont span {
    color: #666;
	font-size:15px;
    line-height: 20px;
	padding:0 25px;
}
@media  (max-width:768px) {
.news-cont {
    margin:0;
}
.news-cont h4 {
	font-size:16px;
	margin:5px 0 0 0;
}
.news-cont p {
	font-size:14px;
	margin:0 0 5px 0;
}
.news-img {
	height:160px;
}
.news-cont span {
	font-size:14px;
	padding:0 20px 5px 20px;
}
.news-img img  {
    height:160px;
}
}

.tj-cp {
    background-image: linear-gradient(#003366, #3399CC);
    height: 400px;
    width: 100%;
    padding: 20px 30px;
}
.tj-cp img {
    margin: 15px 0 5px 5px;
}
.tj-cp-cont {
    padding:5px 0 0 5px;
	margin:5px 0 20px 0;
}
.tj-cp-cont i {
    display: inline-block;
    color: #FFF;
    width: 40px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border: 1px solid #FFF;
    border-radius: 4px;
    font-size: 12px;
	margin-left:25px;
}
.tj-cp-cont span {
    color: #FFF;
    text-align: center;
    line-height: 50px;
	font-size:20px;
}
.tj-cp-cont p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
	text-align:left;
}
.tj-cp-cont a {
    margin:8px 0;
}
.tj-cp-img img {
    margin: 0;
	width:215px;
	height:auto;
    position: absolute;
    right: 15px;
    bottom: -8px;
    transition: all .6s;
    -webkit-transition: all .6s;
}
.tj-cp:hover .tj-cp-img img{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

.cpzx-cen-box p {
    line-height: 28px;
	font-size:17px;
    color: #666;
    letter-spacing: 1px;
	text-align:left;
	margin:0;
}
@media  (max-width:768px) {
.cpzx-cen-box p {
	font-size:16px;
}
}
.cpzx-cen-box img {
    width: 220px;
    height: auto;
    transition: all .6s;
    -webkit-transition: all .6s;
    float: right;
    margin: -30px -17px 0 0;
}
@media  (max-width:768px) {
   .cpzx-cen-box img {
    margin: 13px -22px 0 0;
}
}

.cpzx-cen-box1 p {
    line-height: 28px;
	font-size:17px;
    color: #666;
    letter-spacing: 1px;
	text-align:left;
	margin:0;
}
.cpzx-cen-box1 img {
  width: 108px;
  height: auto;
  transition: all .6s;
  -webkit-transition: all .6s;
  float: right;
  margin: 16px -11px 0 0;
}
@media  (max-width:768px) {
   .cpzx-cen-box1 img {
    margin: 39px -6px 0 0;
}
}
.cpzx-cen-box2 p {
    line-height: 28px;
	font-size:17px;
    color: #666;
    letter-spacing: 1px;
	text-align:left;
	margin:0;
}
@media  (max-width:768px) {
.cpzx-cen-box2 p {
	font-size:16px;
}
}
.cpzx-cen-box2 img {
    width: 50px;
    height: auto;
    transition: all .6s;
    -webkit-transition: all .6s;
    float: right;
    margin: 48px 35px 0 0;
}
@media  (max-width:768px) {
   .cpzx-cen-box2 img {
    margin: 80px -1px 0 0;
}
}
.cpzx-cant-3 img:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}
.cpzx-cen-box1,.cpzx-cen-box2 {
    background-color: #fff;
    height: 159px;
    width: 100%;
    padding: 20px 20px;
}
.cpzx-cant-1:hover .cp-bg-1 img,.cpzx-cant-2:hover .cp-bg-2 img,.cpzx-cant-3 a:hover .cp-bg-3 img,.cpzx-cant-4 a:hover .cp-bg-4 img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.cpzx-cen-box {
    background-color: #fff;
    height: 159px;
    width: 100%;
    padding: 20px 30px;
}
@media  (max-width:768px) {
.cpzx-cen-box1,.cpzx-cen-box2 {
    height: 200px;
}
.cpzx-cen-box {
    background-color: #fff;
    height: 200px;
}
}

.cpzx-a span  {
    color: #FFF;
    line-height: 13px;
    font-size: 13px;
	margin:0 auto;
}
.cpzx-cant-1,.cpzx-cant-2,.cpzx-cant-3 {
  border: 1px solid #E2E2E2;
  margin: 15px 15px 5px 10px;
  padding: 0px 5px;
}

.cpzx-cen-box3 {
    background-color: #fff;
    height: 185px;
    width: 100%;
    padding: 20px 30px;
}
.cpzx-cen-box3 p {
    line-height: 28px;
	font-size:18px;
    color: #666;
    letter-spacing: 1px;
	text-align:left;
	margin:0;
}
.cpzx-cen-box3 img {
    width: 220px;
    height: auto;
    transition: all .6s;
    -webkit-transition: all .6s;
    float: right;
    margin: 10px -17px 0 0;
}
@media  (max-width:768px) {
   .cpzx-cen-box3 img {
    margin: 13px -22px 0 0;
}
}


.sl-quan-icon {
	background:url(../images/yun1.png) center no-repeat;
}
.on h4 {
	background:url(../images/yun2.png) center no-repeat;
}
.yuce-box{
  border-bottom: 1px solid #E2E2E2;
}
.yuce-box p {
  margin-top:-10px;
}


.yuce-box h5 {
  color:#da4e37;
  font-size:24px;
}

.yuce-p {
  color:#666;
  font-size:14px;
}
/* jiameng */
.zxy-jm-b {
    width:100%;
	height:85px;
}
.zxy-zs-tit {
	text-align:center;
}

.zxy-ypt-gn p span  {
    width: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #d6623d;
    display: inline-block;
    font-style: normal;
    font-size: 14px;
	margin:0;
}
.zxy-zs-tit h4 {
    color:#333;
	font-size: 22px;
	padding:15px 0 0 0;
}

.zxy-zs-tit img{
    width:100%;
	max-width:425px;
	margin:10px 0 0 0;
}
.zs-bg-1 {
    margin:10px 0; 
}
@media (max-width: 768px) {
.zs-bg-1 {
    margin:5px 0 -10px 0; 
}
}
.zs-ms-1 {
    margin:0;
}
.zs-ms-1 h4 {
    color:#333;
	font-size: 20px;
	padding:5px 0;
}
.zs-ms-1 span {
    color:#555;
	font-size: 18px;
	padding:5px 0;
}



.right_data table tr:nth-of-type(1) {
    background: #eee;
}
.right_data table td ,.right_data table th{
    padding:20px;
    border: 1px solid #ddd;
    display: table-cell !important;
}
.right_data table th{
    text-align:center;
}
.right_data table th:nth-of-type(1){
    width: 20%;
}
.right_data table th:nth-of-type(2){
    width: 40%;
}
.right_data table th:nth-of-type(3){
    width: 30%;
}
.right_data table th:nth-of-type(4){
    width: 50%;
}
.right_data table td:nth-of-type(1){
    width: 20%;
}
.right_data table td:nth-of-type(2){
    width: 40%;
}
.right_data table td:nth-of-type(3){
    width: 30%;
}
.right_data table td:nth-of-type(4){
    width: 50%;
}
.right_data table tr:hover {
    background: #eee;
}

.right_data table tr a {
    color: #333;
}
.right_data table tr a:hover {
    color: #c22b3c;
	text-decoration: none;
}
.ryzz img {
    width:100%;
	max-width:585px;
}
.zxy-video {
    width:100%;
	height:300px;
    background: url(../images/rongyu01.png) no-repeat right bottom;
}
.zxy-video p {
    text-align:left;
    color: #f68c1f;
    font-size: 18px;
}
.zxy-fuchi p {
    text-align:center;
    font-size: 18px;
}
.jjfa-left {
	margin:0 auto;
}
.jjfa-left img {
    width:100%;
	max-width:450px;
}
.yx-top {
    height:100px;
	text-align:center;
	background:#da4e37;
    border-radius: 5px;
}
.yx-bottom {
    margin-top:-16px;
    height:100px;
	text-align:center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
}
 .yx-top p {
    line-height: 36px;
    padding: 17px 15px;
    font-size: 21px;
    color: #fff;
    font-weight: normal;
}
 .yx-top span {
    line-height: 36px;
    padding: 7px 35px;
    font-size: 20px;
    color: #da4e37;
    font-weight: normal;
    border: 1px solid #da4e37;
    border-radius: 5px;
	background:#fff;
}
 .yx-bottom p {
    line-height: 36px;
    padding: 36px 15px;
    font-size: 20px;
    color: #666;
    font-weight: normal;
}
.fc-right img {
    width:auto;
	height:338px;
}
.zxy-jtjs img {
    width:100%;
	max-width:535px;
}
.zxy-about-b {
    background: url(../images/123.jpg) no-repeat center;
}
.zxy-cp-b {
    background: url(../images/yqsdw.jpg) no-repeat center;
}
.zxy-fa-xy-b {
    background: url(../images/xy.jpg) no-repeat center;
}
.zxy-fa-ww-b {
    background: url(../images/ww.jpg) no-repeat center;
}
.zxy-fa-jr-b {
    background: url(../images/jr.jpg) no-repeat center;
}
.zxy-fa-yl-b {
    background: url(../images/yl.jpg) no-repeat center;
}
.zxy-fa-yljg-b {
    background: url(../images/yljg.jpg) no-repeat center;
}
.zxy-fa-jxcs-b {
    background: url(../images/jxcs.jpg) no-repeat center;
}
.zxy-fa-jzgd-b {
    background: url(../images/jzgd.jpg) no-repeat center;
}
.zxy-fa-yqsdw-b {
    background: url(../images/yqsdw.jpg) no-repeat center;
}
.zxy-fa-cdz-b {
    background: url(../images/cdz.jpg) no-repeat center;
}
.zxy-fa-cn-b {
    background: url(../images/cn.jpg) no-repeat center;
}
.zxy-fa-mc-b {
    background: url(../images/mc.jpg) no-repeat center;
}
.zxy-fa-ypt-b {
    background: url(../images/ypt-b.jpg) no-repeat center;
}
.zxy-fa-aqyj-b {
    background: url(../images/aqyj-b.jpg) no-repeat center;
}
.zxy-fa-nesw-b {
    background: url(../images/news-b.jpg) no-repeat center;
}
.zxy-fa-anli-b {
    background: url(../images/anli-b.jpg) no-repeat center;
}
.zxy-fa-yqsdw-b {
    background: url(../images/yqsdw-b.jpg) no-repeat center;
}
.zxy-about-b,.zxy-cp-b,.zxy-fa-xy-b,.zxy-fa-ww-b,.zxy-fa-jr-b,.zxy-fa-yl-b,.zxy-fa-yljg-b,.zxy-fa-jxcs-b,.zxy-fa-jzgd-b,.zxy-fa-yqsdw-b,.zxy-fa-cdz-b,.zxy-fa-cn-b,.zxy-fa-mc-b,.zxy-fa-ypt-b,.zxy-fa-aqyj-b,.zxy-fa-jm-b,.zxy-fa-nesw-b,.zxy-fa-anli-b,.zxy-fa-yqsdw-b {
    background-size: auto;
    background-size: cover;
	height:460px;
	margin-top:70px;
	width:100%;
}
@media  (max-width:768px) {
.zxy-about-b,.zxy-cp-b,.zxy-fa-xy-b,.zxy-fa-ww-b,.zxy-fa-jr-b,.zxy-fa-yl-b,.zxy-fa-yljg-b,.zxy-fa-jxcs-b,.zxy-fa-jzgd-b,.zxy-fa-yqsdw-b,.zxy-fa-cdz-b,.zxy-fa-cn-b,.zxy-fa-mc-b,.zxy-fa-ypt-b,.zxy-fa-aqyj-b,.zxy-fa-jm-b,.zxy-fa-nesw-b,.zxy-fa-anli-b,.zxy-fa-yqsdw-b {
	height:340px;
}
}
.zxy-zs-b {
	height:auto;
	width:100%;
	margin-top:70px
}

.fa-cj-bj {
    margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
    text-align: center;
}
.fa-cj-bj img {
    margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
}

.js-01 h3 {
    text-align:left;
	color:#666;
	padding:5px 10px;
	margin:0 5px;
	font-size: 22px;
    line-height:40px;
}
.kcbg {
    padding:20px 0 0 0;
}
.kcbg p {
    font-size: 16px;
    color: #333;
    line-height:34px;
}
@media  (max-width:768px) {
.js-01 h3 {
	font-size: 18px;
	padding:0 8px;
}
.kcbg p {
    font-size: 14px;
    padding:0 20px;
}
.kcbg {
    padding:0;
}
}
.zxy-qywh span {
    line-height: 32px;
    padding: 5px;
    font-size:16px;
    color:#c22b3c;
    font-weight: normal;
	text-align:left;
}
.zxy-qywh p {
    line-height:32px;
    padding: 5px 10px;
    font-size: 16px;
    color: #666;
	text-align:left;
    border: 1px solid #c22b3c;
}
.zxy-qywh-img img {
    width: 291px;
    margin: -1px 0 auto 0;
}
.zjtd-right p {
    font-size: 15px;
    text-align: left;
    line-height: 21px;
    margin: -4px 0 15px 20px;
	color:#666;
}
.zjtd-left {
    margin:0 auto;
}
.zjtd-left img {
    padding:0;
}
.zxy-zjtd h4 {
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    margin: 5px 0;
    text-align: left;
	color:#333;
}
.zxy-zjtd-cont {
   margin:0 auto;
   position:relative;
}
.clear{ clear:both;margin:0;} 
.zxy-zjtd span {
    font-size: 15px;
    text-align: left;
    line-height: 28px;
    margin:0;
	padding:0;
	color:#666;
}
.c666 {
    color:#666;
}
.zxy-rczp h4 {
    background: #f1f1f1;
    -moz-border-radius: 20px;
    font-size: 18px;
    color: #c22b3c;
    padding: 10px 20px;
	text-align:left;
}
.rczp-cont p {
    font-size: 16px;
    color: #666;
	text-align:left;
}
.rczp-cont p strong {
    color: #666;
}
.recruit_btn {
    margin-top: 20px;
    padding-left: 33px;
}
.recruit_btn a  {
    padding: 6px 26px;
    font-size: 13px;
    color: #666;
    border: 1px solid #666;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.recruit_btn a:hover {
    color: #c22b3c;
    border: 1px solid #c22b3c;
}
.zxy-lxwm p {
	text-align:left;
	color:#666;
	font-size:16px;
}
.f777 {
    color:#777;
}
.f888 {
    color:#888;
}
.999 {
    color:#999;
}
.f666 {
    color:#666;
}
.zxy-lxwm span {
	text-align:left;
	color:#666;
	font-size:18px;
	padding:15px 0;
}
.zxy-cpzx-img {
    padding: 5%;
    text-align: center;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.zxy-cpzx-img img  {
    width:280px;
}
.zxy-cpzx-cont h4 {
    font-size: 22px;
    color: #d9231e;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 25px 0;
	margin-top: 0px;
    margin-left: 25px;
    text-align: left;
}
.technical {
    margin-left: 25px;
}
.performance {
    margin: 0 0 0 25px;
}
.technical h5, .performance h5 {
    font-size: 18px;
    color: #333;
    text-align: left;
}
.technical p {
    font-size: 13px;
    color: #666;
    text-align: left;
}
.performance span {
    width: 175px;
    height: 34px;
    display: inline-block;
    border: 1px solid #999;
    color: #333;
    font-size: 12px;
    line-height: 33px;
    text-align: center;
    margin:0 20px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxy-cpzx-list {
    border-bottom: 1px solid #f0f0f0;
}
.zxy-fa-cont h4 {
    color:#d47327;
	font-size:22px;
}
.zxy-fa-cont h3 {
    color:#d47327;
	padding:0;
	margin:0;
}
.zxy-fa-cont h5 {
    line-height: 25px;
    padding: 0 0 15px 0;
    font-size: 20px;
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    text-align: left;
    margin-left: 15px;
}
.zxy-fa-cont h6  {
    font-size: 18px;
    color: #d47327;
}
.zxy-fa-cont-yqsdw {
    border-bottom: 1px solid #eee;
}
.zxy-fa-cont-yqsdw h5 {
    line-height: 25px;
    padding: 0 0 15px 0;
    font-size: 22px;
    color: #c22b3c;
    font-weight: normal;
    text-align: left;
}
.zxy-fa-cont-yqsdw h6  {
    font-size: 18px;
    color: #666;
    text-align: left;
}
.zxy-fa-cont-yqsdw p  {
    font-size: 14px;
    color: #666;
	text-indent: 2em;
    text-align: left;
}
.zxy-fa-cont-yqsdw img  {
    width:auto;
    text-align: center;
	padding:0 5%;
}

.cd47327 {
    color: #d47327;
}
.zxy-fa-cont1 p  {
    font-size: 14px;
    color: #666;
    text-align: left;
	padding:15px;
	line-height:34px;
	text-indent:2em;
}
.zxy-fa-cont1 h4 {
  color: #d47327;
  font-size: 22px;
  margin: 40px 0;
}
.cdz-tit {
  line-height: 25px;
  padding: 0 0 25px 0;
  font-size: 20px;
  color: #c22b3c;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
}
.zxy-fa-cont span  {
    text-align: center;
}
.zxy-ypt-cont p  {
    font-size: 14px;
    color: #666;
}
.zxy-fa-img img {
    width:100%;
	padding:0 8%;
}

.zxy-ypt-cont h5 {
    line-height: 25px;
    padding: 0 0 15px 0;
    font-size: 20px;
    color: #c22b3c;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-left: 15px;
}
.zxy-ypt-gn-img {
    text-align: center;
}
.zxy-ypt-gn-img img  {
    width:auto;
	padding:0 auto;
	margin:0 auto;
}
.video-back {
	display: block;
	padding: 200px 0px;
	text-align: center;
	width:100%;
	height:580px;
	overflow:hidden;
}

.video-back h1 {
	display: block;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	font-size: 50px;
}

.video-back p {
	display: block;
	color: #fff;
	text-shadow: 2px 2px 1px #000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.video-back img {
	width: 150px;
}

.vidbacking {
	position: absolute;
	width: 100%;
	height:auto;
	overflow:hidden;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.fa-cj-l,.fa-cj-r {
	width: 50%;
	padding:10px 20px 0 0;
}
.zs-img img {
    width:240px;
	height:auto;
	margin:0 auto;
	padding:0 auto;
}
.zs-img {
    text-align:center;
}
.zs-gm {
    margin:0 10px;
    border: 1px solid #c22b3c;
    border-radius: 5px;
}
.zs-gm h2 {
    color:#c22b3c;
	font-size:32px;
	padding:0;
}
.zs-gm p {
    color:#333;
	font-size:16px;
}
.zs-tit  {
     border-bottom: 1px dashed #c22b3c;
}
.zs-tit p {
    color:#c22b3c;
	font-size:24px;
    text-align:left;
}
.zs-tit p i {
    color:#c22b3c;
	font-size:20px;
}
.zs-tit-bk span  {
    line-height: 32px;
    padding: 5px 15px;
    font-size: 18px;
    color:#333;
    margin: 0;
}
.zs-tit-bk{
    margin: 0;
}
.tz-cont  {
    width:50%;
	margin:0;
}
.tz-cont img {
    width:240px;
	height:150px;
}
.tz-cont p {
    font-size: 15px;
    color:#333;
}
.jjfa-ph {
    margin-top:30px;
}
.cj-fa-box {
    width:50%;
	margin:0 auto;
	text-align:center;
}
.cj-fa-box img {
    width:100%;
	padding:0 10px;
}
.cj-fa-box1 {
    width:100%;
	margin:0 auto;
	text-align:center;
}
.cj-fa-box1 img {
    width:100%;
	padding:0 10px;
}
.cj-fa-box1 h3 {
	padding:0;
	margin:5px 0;
}
.cj-fa-box1 h6 {
    font-size:16px;
	color:#d47327;
	padding:5px 0;
}
.cj-fa-box1 p {
    font-size:14px;
	color:#666;
	text-align:left;
	padding:0 10px;
	text-indent:0;
}
@media (max-width:768px) {
.cj-fa-box img {
    width:80%;
}
}
.cj-fa-box h6 {
    font-size:16px;
	color:#d47327;
}
.cj-fa-box p {
    font-size:14px;
	color:#666;
	text-align:left;
	padding:0 10px;
}
.zs-box1 {
    margin:0 auto;
	padding:0;
	width:50%;
	text-align:center;
}
.zs-box1 img {
    margin:0 auto;
	padding:5px 20px;
	width:100%;
}
.zs-box7 {
    margin:0 auto;
	padding:0;
	width:50%;
	text-align:center;
	height:235px;
}
@media (max-width: 768px) {
.zs-box7 {
	height:195px;
}
}
.zs-box18 {
    margin:0 auto;
	padding:0;
	width:50%;
	text-align:center;
	height:235px;
}
@media (max-width: 768px) {
.zs-box18 {
	height:165px;
}
}
.zs-box7 img,.zs-box18 img  {
    margin:0 auto;
	padding:5px 10px;
	width:100%;
}
.zs-box2 img {
    margin:0 auto;
	padding:5px 5px;
	width:100%;
}
.zs-box2 {
    margin:0 auto;
	padding:0 5px;
	width:33.3333333%;
	text-align:center;
}
.zs-box2 img  {
    margin:0 auto;
}
.zs-box1 p,.zs-box2 p,.zs-box3 p,.zs-box7 p,.zs-box18 p {
    line-height: 32px;
    padding: 5px 15px;
    font-size: 16px;
    color:#333;
    margin: 0;
}
.zs-box3 {
    margin:0 auto;
	padding:0;
	text-align:center;
}
.zs-box3 img {
    margin:0 auto;
	padding:5px;
	width:80%;
}
.zs-box4 ul li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	margin:0;
	width:49%;
}
.zs-box4 p {
    font-size:15px;
	color:#333;
	text-align:center;
	padding:10px 0;
	margin:0;
}
.zs-icon p {
    line-height: 32px;
    padding: 5px 15px;
    font-size: 18px;
    color:#333;
    margin: 0;
}

.zxy-zs-tit :before {
  content: "";
  position: absolute;
  width: 104%;
  height: 16px;
  background-color:#ffe5bc;
  z-index: 0;
  bottom: 3px;
  left: -2%;
  z-index: -1;
}

.zxy-zs-tit span {
  line-height: 30px;
  padding: 5px;
  font-size: 30px;
  color: #cf2827;
  font-weight: normal;
  margin: 0px;
  position: relative;
  z-index: 2;
  font-weight:300;
}
@media  (max-width:768px) {
.zxy-zs-tit span {
  line-height: 28px;
  padding: 5px;
  font-size: 28px;
  color: #cf2827;
  font-weight: normal;
  margin: 0px;
  position: relative;
  z-index: 2;
  font-weight:300;
}
}
.zs-box5 ul li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	margin:0;
	width:49%;
}
.zs-box6 ul li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	margin:0;
	width:32%;
}
.zs-box8 ul li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	margin:0;
	width:19.7%;
}
.zs-box8 h4 {
  line-height: 32px;
  padding: 5px 15px;
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 300;
}
@media  (max-width:768px) {
.zs-box8 ul li {
	width:24.1%;
}
.zs-box8 h4 {
  padding: 5px 5px;
}
}
.zs-box8 p {
  font-size: 15px;
  color: #333;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.zs-box5 h4,.zs-box6 h4 {
  line-height: 32px;
  padding: 5px 15px;
  font-size: 18px;
  color: #333;
  margin: 0;
}

.zs-box5 p,.zs-box6 p {
    font-size:15px;
	color:#333;
	text-align:center;
	padding:10px 10px;
	margin:0;
}
.zs-box4 img {
    width:95px;
}
.zs-box5 img {
    width:73px;
}
.zs-box6 img {
    width:73px;
}
.zs-box8 img {
    width:73px;
}
.mc-img1 {
    margin:0 auto;
	text-align:center;
}
.cn-img1 {
    margin:0 auto;
	text-align:center;
}
.mc-img1 img {
    width:90%;
}
.mc-img2 img {
    padding:10px 15px;
}
.ypt-img1 {
    margin:0 auto;
	text-align:center;
}
.ypt-img1 img {
    width:80%;
}
.aqyj-box1 {
    margin:40px 0;
}
.ypt-box1 ul li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	margin:0;
	width:32%;
}
.ypt-box1 h4 {
  line-height: 32px;
  padding: 5px 15px;
  font-size: 18px;
  color: #333;
  margin: 0;
}
.ypt-box1 p {
  font-size: 15px;
  color: #333;
  text-align: center;
  padding: 10px 5px;
  margin: 0;
}
.aqyj-box1 ul li {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  height: 240px;
  margin: 10px 10px;
  box-shadow: 0 0 2px 1px #f0f0f0;
  position: relative;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  text-align: center;
  transition: all 1s;
  cursor: pointer;
}
@media  (max-width:768px) {
.aqyj-box1 ul li {
  width: 45%;
  height: 240px;
  margin: 15px 5px;
}
}

.aqyj-box1 ul li:hover {
  box-shadow: 0 0 20px 10px #f0f0f0;
  transition: all 1s;
}
.yj-img-box {
  top: -68px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  left: calc(50% - 40px);
  transition: all 1s;
  position: absolute;
  background:#fff;
}
.aqyj-box1 h4 {
  line-height: 32px;
  padding: 45px 10px 5px 10px;
  font-size: 18px;
  color: #333;
  margin: 0;
}
.aqyj-box1 p {
  font-size: 15px;
  color: #333;
  text-align: center;
  padding: 10px 5px;
  margin: 0;
}
.w100 {
  width:100%;
  float:left;
  margin:0;
}
.w50 {
  width:50%;
  float:left;
  margin:0;
}
.w33 {
  width:33.33%;
  float:left;
  margin:0;
}
.w25 {
  width:25%;
  float:left;
  margin:0;
}
.w20 {
  width:20%;
  float:left;
  margin:0;
}
.wh {
  width:25%;
  float:left;
}

@media  (max-width:768px) {
.wh {
  width:50%;
}
}
.tha-anli-more {
   margin:10px auto;
   text-align:center;
   padding:0;
}
.p-lr-15 {
   padding:0 15px;
}
.p-tb-15 {
   padding:15px 0;
}
.anli-icon-box img {
   width:40px;
}
.side-cp {
    float:left;
	margin:0 15px 15px 0px;
}





/* �������� */
.i-process .list {
    background: #fff url("../images/line.png") no-repeat center ;
    opacity: 0.8;
    margin: 0 auto;
    width: 100%;
    height: 380px;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.flow, .cooperation {
    background-color: #fff;
}

.flow {
    height: 685px;
    text-align: center;
}

.fp-tableCell {
}

.title {
    padding: 60px 0 80px 0;
}

.title-text {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #666666;
    font-weight: normal;
}

.title-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110px;
    height: 6px;
    margin-left: -52px;
    background-color: #43cdab;
}

.title-description {
    margin-top: 40px;
    color: #b0b0b0;
}

.title-description {
    margin-top: 30px;
}

.inner-item {
    margin: 15px auto -25px auto;
    position: relative;
}

.i-process {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.i-process .hold {
    width: 1106px;
    height: 352px;
    margin: 0 auto;
}

.i-process .btn-jm {
    width: 68px;
    height: 150px;
    line-height: 2;
    color: #8f8f95;
    text-align: center;
    transform: translateX(50px);
    opacity: 0;
	margin:0 auto;
}
.btn-jm p {
    padding:0;
	color:#444;
	font-size:16px;
}
.zs-bg-5 {
  margin: 10px 0;
}
.i-process .btn-jm.cur {
    color: #43cdab;
}

.i-process .btn-jm:nth-child(1) {
  left: 2px;
  top: 155px;
}

.i-process .btn-jm:nth-child(2) {
  left: 139px;
  top: 80px;
}

.i-process .btn-jm:nth-child(3) {
  left: 296px;
  top: 137px;
}

.i-process .btn-jm:nth-child(4) {
  left: 453px;
  top: 52px;
}

.i-process .btn-jm:nth-child(5) {
  left: 607px;
  top: 48px;
}

.i-process .btn-jm:nth-child(6) {
  left: 763px;
  top: 73px;
}

.i-process .btn-jm:nth-child(7) {
  left: 927px;
  top: 167px;
}

.i-process .btn-jm:nth-child(8) {
  left: 1066px;
  top: 76px;
}

.i-process .btn-jm .light {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 12px 29px;
}

.i-process .btn-jm .light:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fb7422;
    opacity: 0.3;
}

.i-process .btn-jm.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn-jm.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn-jm .circle {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    background: #edeff1;
    margin: 12px 0;
}

.i-process .btn-jm.cur .circle {
    background: #fb7422;
}

.i-process .btn-jm .circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background: url(../images/bg_sign06.png) no-repeat;
}

.i-process .btn-jm.cur .circle:after {
    background-position: 0 -68px;
}

.i-process .btn-jm:nth-child(2) .circle:after {
    background-image: url(../images/bg_sign07.png);
}

.i-process .btn-jm:nth-child(3) .circle:after {
    background-image: url(../images/bg_sign08.png);
}

.i-process .btn-jm:nth-child(4) .circle:after {
    background-image: url(../images/bg_sign09.png);
}

.i-process .btn-jm:nth-child(5) .circle:after {
    background-image: url(../images/bg_sign10.png);
}

.i-process .btn-jm:nth-child(6) .circle:after {
    background-image: url(../images/bg_sign11.png);
}

.i-process .btn-jm:nth-child(7) .circle:after {
    background-image: url(../images/bg_sign12.png);
}

.i-process .btn-jm:nth-child(8) .circle:after {
    background-image: url(../images/bg_sign13.png);
}

.i-process {
    /* height: 350px; */
}

.w-f {
    width: 100%;
}

.h-f {
    height: 100%;
}

.fwn {
    font-weight: normal;
}

.tac {
    text-align: center;
}

.t-f {
    transition: all 0.5s;
}

.t-c {
    transition: color 0.5s;
}

.t-bg {
    transition: background 0.5s;
}

@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}