/*animate补充动画*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 14px;
	border: none;
	color: rgb(51, 51, 51);
	overflow-x: hidden;
	position: relative;
	font: "PingFang SC Regular", "Microsoft Yahei", "微软雅黑", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	margin: 0 auto;
}

.index {
	position: relative;
}

div,
section {
	box-sizing: border-box;
}

body {
	overflow: hidden;
}

img {
	max-width: 100%;
}

div {
	box-sizing: border-box;
}

a {
	color: rgb(51, 51, 51);
}

.cy {
	color: rgb(239, 129, 0) !important;
	font-weight: 600;
}

.pt95 {
	padding-top: 95px !important;
}

@font-face {
	font-family: 'DIN';
	/*字体名称*/
	src: url('../font/DIN-Medium.ttf');
	/*字体源文件*/

	src:
		url('../font/DIN-Medium.eot?#font-spider') format('embedded-opentype'),
		url('../font/DIN-Medium.woff') format('woff'),
		url('../font/DIN-Medium.ttf') format('truetype'),
		url('../font/DIN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(90deg);
	}
}

@-moz-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(90deg);
	}
}

@-ms-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(90deg);
	}
}

@-o-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(90deg);
	}
}



input,
textarea,
button,
select,
option {
	border: none;
}

input:focus,
textarea:focus,
button:focus,
select:focus,
option:focus {
	outline: none;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

p {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}


@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		transform: translate3d(-10px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		transform: translate3d(10px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, -10px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownSmall {
	animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
	from {
		opacity: 1;
		transform: none;
	}

	to {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
}

.fadeOutDownSmall {
	animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}


img.classGo,
.pic.classGo {
	transition: all 1.2s ease-out;
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	-ms-transition: all 1.2s ease-out;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	filter: blur(30px);
	visibility: visible !important;
}

img.classGo.go,
.pic.classGo.go {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	filter: blur(0);
}

.inner {
	max-width: 1400px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/*header*/
.header {
	width: 100%;
	display: flex;
	align-items: center;
}

.index-header {

	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 0 15px;

	height: 96px;

	transition: all 1s ease;



	width: 100%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.index-logo {
	width: 15%;
	display: flex;
}

.index-logo img {
	margin-top: 8px;
}


.index-nav-right {
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-header-right {
	width: 25%;
	display: flex;
	justify-content: center;
	justify-content: flex-end;
}

.index-nav-con {
	width: 77%;
	margin-right: 3%;
	display: flex;
	justify-content: flex-end;
}

.index-nav {
	width: 70%;
	position: relative;
}

.index-nav::after {
	content: '';
	top: 42%;
	right: 0;
	height: 18px;
	width: 2px;
	background: rgb(195, 203, 213);
	bottom: 0;
	position: absolute;
}

.index-nav>li {
	transition: all 1s;
	float: left;
	width: calc(100%/5);
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
}

.index-nav>li a {
	color: #000;
	display: inline-block;
	position: relative;
	transition: all 1s;
	font-weight: normal;
}

.index-nav>li:hover {}

.index-nav>li a span {
	width: 0;
	height: 3px;
	position: absolute;
	background: rgb(239, 129, 0);
	top: 75%;
	right: 50%;
	transition: all 0.8s;
	z-index: -1;
}

.spanon {
	width:50% !important;
	right:25% !important;
}

.index-nav>li a:hover span {
	width: 50%;
	right:25%;

}

.index-nav>li a:hover {
	color: rgb(239, 129, 0);
	font-weight: 600;
}

.index-header-right a {
	display: block;
	float: left;
	margin-left: 10px;
	color: #141418;
}

.index-header-right .sousuo img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.index-header-right .erweima {
	margin-right: 30px;
	background: url(../images/icon2.png) no-repeat left center;
	width: 22px;
	height: 30px;
	position: relative;
}

.index-header-right .showNav {
	background: url(../images/icon3.png) no-repeat left center;
	width: 22px;
	height: 30px;
	position: relative;
}

.erweima-pic {
	position: absolute;
	top: 38px;
	left: -85px;
	z-index: 99;
	display: none;
	width: auto;
}

.erweima-pic img {
	height: 120px;
	width: 120px;
	position: relative;
	left: 43px;
}

.index-header-right .erweima:hover .erweima-pic {
	display: block;
}

.search-btn {
	background: url(../images/icon1.png) no-repeat left center;
	text-indent: 30px;
	width: 20px;
	height: 30px;
	margin-right: 30px;
}

.la-close {
	font-family: sans-serif;
	font-size: 35px;
}

.search_sec {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 32, 49, 0.95);
	z-index: 999999999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.search_sec.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.search_sec.active .search_field {
	margin: 0;
}

.search_field {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin-top: -50px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.search_field .container {
	max-width: 800px;
	margin: 0 auto;
}

.search_field form {
	position: relative;
}

.search_field form input {
	width: 100%;
	height: 66px;
	background-color: #e5e5e5;
	color: #262626;
	font-size: 17px;
	padding: 0 30px;
	border: 0;
	box-sizing: border-box;
	border-radius: 5px;
}

.search_field form button {
	position: absolute;
	top: 24px;
	right: 24px;
	background-color: inherit;
	border: 0;
}

.close-search {
	position: absolute;
	top: 60px;
	right: 70px;
	color: #c6c7ca;
	font-size: 40px;
}

.close-search:hover {
	color: #c6c7ca;
}

.erweima-pic img {
	height: 120px;
	width: 120px;
}

.index-nav>li {
	position: relative;
	line-height: 95px;
}

.index-nav>li a {
	font-size: 17px;
	letter-spacing: 1px;
}

.index-nav>li .show {
	position: absolute;
	display: none;
	top: 95px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.6);

}

.index-nav>li:hover .show {
	display: block;

}

.index-nav>li .show p {
	line-height: 36px;
}

.index-nav>li.show a {
	line-height: 36px;
	position: relative;
	font-size: 14px;
	color: #000;
	transition: all 1s;
}

.index-nav>li .show a:hover {
	font-weight: 600;
}

.ibox-scoll {
	animation: 850ms 350ms;
	-webkit-animation: animation: 850ms 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadedown;
	animation-name: fadedown;
}

.scoll-top {
	background-color: #fff;
	border-bottom: 3px solid #263c8f;
}

@-webkit-keyframes fadedown {

	from {
		-webkit-transform: translateY(-100%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		opacity: 1;
	}

}

@keyframes fadedown {

	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}

}

.logo .img2 {
	display: none;
}

.scoll-top .logo .img1 {
	display: none;
}

.scoll-top .logo .img2 {
	display: block;
}

.scoll-top.top a:link,
.scoll-top.top a:visited {
	color: #333333;
}


.scoll-top .nav a:hover .txt,
.scoll-top .nav a.hov .txt {
	border-color: rgb(54, 54, 54);
}

.scoll-top .nav>li>a:before {
	border-top: 5px solid rgb(54, 54, 54);
}

.scoll-top .search-btn {
	background: url(../images/i1.png) center no-repeat;
}

.scoll-top .index-header-right .erweima {
	background: url(../images/i2.png) center no-repeat;
}

.scoll-top .index-header-right .showNav {
	background: url(../images/i3.png) no-repeat left center;
	width: 22px;
	height: 30px;
	position: relative;
}

.scoll-top .erweima-pic {
	position: absolute;
	top: 40px;
	left: -85px;
	z-index: 99;
	display: none;
	width: auto;
}

.scoll-top .erweima-pic img {
	height: 120px;
	width: 120px;
	position: relative;
	left: 43px;
}

.top {
	z-index: 999999999999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid rgba(220, 220, 220, 0.4);
	z-index: 1000;
}

.menu-handler {
	width: 64px;
	float: right;
	height: 54px;
	display: none;
	cursor: pointer;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 25.5px auto 0;
	width: 28px;
	height: 3px;
	background-color: rgb(54, 54, 54);
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,

.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 3px;
	left: 0;

	background-color: rgb(54, 54, 54);
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -9px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -9px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;

	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: #fff;
}

.menuBox a:active,
.menuBox a:hover {
	color: #fff;
}

.menuBox {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	position: fixed;
	display: none;
	right: 0px;
	top: 54px;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	width: 400px;
	z-index: 980;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	padding: 20px 0px 80px;
}

.menuMoblie .nav-link {
	display: block;
	font-size: 20px;
	padding: 18px 22px 10px 80px;
	position: relative;
}

.menuMoblie .cur {
	opacity: 0.9;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #e8e8e8;
}

.menuMoblie .cur .nav-link {
	color: rgb(54, 54, 54);
}

.menuMoblie .subnav {
	padding-bottom: 12px;
	display: none;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 10px 22px 10px 80px;
	line-height: 1.4;
	color: #333333;
	font-size: 15px;
}

.pusher-black {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 900;
	visibility: hidden;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	-moz-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	-ms-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	-o-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}

.menuOpen .pusher-black {
	visibility: visible;
	filter: alpha(enabled=false);
	opacity: 1;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

/* banner文字 */
.slideTop img {
	float: left;
	max-width: 100%;
}

.bannerWord {
	position: absolute;
	top: 32%;
	left: 15%;
	z-index: 99;
	color: #fff;
	opacity: 0.85;
}

.bannerWord>p:nth-child(1) {
	font-size: 48px;
	margin-bottom: 6vh;
	letter-spacing: 1px;
}

.bannerWord>p:nth-child(2) {
	height: 8vh;
	width: 2px;
	background: #FFF;
	margin-bottom: 6vh;
	margin-left: 10px;
	opacity: 0.8;
}

.bannerWord>p:nth-child(3) {
	font-size: 64px;
	margin-bottom: 6vh;
	letter-spacing: 1px;
	word-spacing: 10px;
}

.bannerWord>p:nth-child(4) {
	font-size: 28px;
	font-family: 'DIN';
}

/* 2 */
.sideWord {
	position: absolute;
	z-index: 99;
	color: #fff;
	opacity: 0.85;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 100%;
}

.sideWord>p:nth-child(1) {
	font-size: 4.8vw;
	margin-bottom: 4vh;
	font-family: 'DIN';
	letter-spacing: 1px;
}


.sideWord>p:nth-child(2) {
	font-size: 2.8vw;
	letter-spacing: 1px;
	word-spacing: 10px;
}

/* Slider */

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #fff url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

@-webkit-keyframes scaleUpDown {

	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes scaleUpDown {

	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}



/*main style end*/

/*index style*/

.align-vertical {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
}

.vertical-inner {
	display: table-cell;
	vertical-align: middle;
}

.transXT50 {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT20 {
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT50 {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transXT100 {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 0.6s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.action.transYT50,
.action.transYT20 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.action.transXT50,
.action.transXT100 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.dly_1 {
	transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
}

.dly_2 {
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
}

.dly_3 {
	transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
}

.dly_4 {
	transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
}

.dly_5 {
	transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
}

.dly_6 {
	transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
}

.dly_7 {
	transition-delay: 700ms;
	-webkit-transition-delay: 700ms;
}

.dly_8 {
	transition-delay: 800ms;
	-webkit-transition-delay: 800ms;
}

.dly_9 {
	transition-delay: 900ms;
	-webkit-transition-delay: 900ms;
}

.dly_10 {
	transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms;
}

.dly_11 {
	transition-delay: 1100ms;
	-webkit-transition-delay: 1100ms;
}

.banner a:link,
.banner a:visited {
	color: #fff;
}

.banner a:active,
.banner a:hover {
	color: #fff;
}

.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-color: #efefef;
}

.banner .img {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}

.banner .pimg {
	width: 100%;
	display: block;
	position: absolute;
	overflow: hidden;
	object-fit: cover;
}

.banner .bimg {
	display: none;
	width: 100%;
	position: relative;
}

.banner .item {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner .yy {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: url(../images/yy.png) repeat-x scroll left bottom;

	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));

	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));

	background: -webkit-gradient(linear, 0% 40%, 0% 100%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.banner .binbox {
	position: absolute;
	width: 1400px;
	overflow: hidden;
	left: 50%;
	margin-left: -700px;
	top: 0;
	height: 100%;
	display: table;
	color: #fff;
}

.banner .binbox .by {
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 3px;
}

.banner .binbox .zh {
	font-size: 30px;
	line-height: 1.5;
	margin-top: 23px;
}

.banner .binbox .en {
	font-size: 16px;
	font-family: "PF Din Light";
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: 30px;
}

/*.banner .binbox .line{ width: 2px; height: 42px; display: block; margin: 20px 0; background-color: #fff;}*/

.banner .binbox a {
	width: 180px;
	height: 50px;
	line-height: 50px;
	margin-top: 100px;
	background: #ffffff;
	text-align: center;
	display: block;
	color: #141418;
}

.banner .slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.banner .slick-active .bimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.banner .slick-dots {
	bottom: 20px;
	z-index: 104;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 6px;
	width: 28px;
	height: 8px;
	padding: 0px;
	cursor: pointer;
}

.banner .slick-dots li a {
	height: 2px;
	width: 100%;
	line-height: 8px;
	text-indent: -10em;
	display: block;
	overflow: hidden;
	padding: 0px;
	cursor: pointer;
	border-radius: 0%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 3px;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active a {
	height: 8px;
	top: 0;
}

@-webkit-keyframes decreaseHeight {

	from {
		width: 0%;
	}

	to {
		width: 100%;
	}

}

@keyframes decreaseHeight {

	from {
		width: 0%;
	}

	to {
		width: 100%;
	}

}

@-ms-keyframes decreaseHeight {

	from {
		width: 0%;
	}

	to {
		width: 100%;
	}

}

@-o-keyframes decreaseHeight {

	from {
		width: 0%;
	}

	to {
		width: 100%;
	}

}



.ibox-inner {
	width: 90%;
	margin: 0px auto;
	max-width: 1600px;
}



.conn_banner {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: fixed;
}

/*main*/
.index .height {
	height: 100vh;
}

@keyframes xia {
	0% {
		top: 30%;
	}

	100% {
		top: 70%;
	}
}


/*.index .section2 .conn2_right .items:hover:after{
	animation: xian1 2s linear infinite;
	animation-delay: 5s;
}*/

@keyframes xian1 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(300%);
	}
}

@keyframes xian2 {
	0% {
		width: 20%;
	}

	100% {
		width: 0%;
	}
}


header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999999;
	background: rgb(232, 242, 254);
	border-bottom: 1px solid rgb(220, 220, 220);
}

/* 顶部二维码 */
.topEwm {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ewmSlide_show {
	width: 5%;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.ewmSlide {
	position: relative;
}

.ewmSlide_hide {
	overflow: hidden;
	display: none;
	position: absolute;
	left: -38px;
	top: 41px;
	width: 100px;
}

.ewmSlide_hide img {
	width: 100px;
	height: 100px;
}

.topSearch1 {
	display: flex;
	align-items: center;
}

.topSearch {
	width: 80%;
	padding: 12px 10px;
	background: #fff;
	border-radius: 4px;
}

.topSearch input {
	width: 90%;
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(170, 170, 170);
}

/* 公司介绍 */
.companyCon {
	position: relative;
	background: url(../images/usbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.companyPic1 {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 90px;
}

.company {
	display: flex;
	position: relative;
}

.companyPic2 {
	position: absolute;
	    /* top: -48px; */
	    z-index: 10;
	    left: 30px;
	    font-size: 7vw;
	    color: rgb(207,227,247);
	    font-family: 'DIN';
	    font-weight: bold;
	    margin-top: 8%;
	    opacity: 0.8;
	    left: 55px;
	}


.company_left {
	margin-top: 13%;
	width: 56%;
	background: #fff;
	padding: 75px 75px 45px 55px;
	position: relative;
	overflow: hidden;
}

.company_right {
	width: 48%;
	margin-left: -3%;
	margin-top: 5%;
	position: relative;
	z-index: 8;
}

.comp_title {
	color: rgb(51, 51, 51);
	font-size: 40px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.comp_line {
	overflow: hidden;
	margin-bottom: 35px;
	height: 2px;
	width: 85px;
	background: rgb(239,129,0);
}

.comp_parh {
	font-size: 16px;
	line-height: 42px;
	color: rgb(51, 51, 51);
	margin-bottom: 35px;
}

.comp_link {
	display: inline-block;
	width: 180px;
	height: 55px;
	background: rgb(239, 129, 0);
	line-height: 55px;
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 45px;
	transition: all 0.8s;
}

.comp_link:hover {
	transform: translateX(15px);
}

.comp_link:hover img {
	transform: translateX(5px);
}

.comp_link img {
	margin-left: 15px;
	transition: all 0.8s;
}

.compMore {
	display: flex;
}

.compMore_common {
	padding: 13px 19px;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	margin-right: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	transition: all 0.8s;
}

.compMore_common:hover {
	box-shadow: 1px 1px 10px 1px rgb(239, 129, 0);
}

.compMore_common:hover img {
	animation: jello 1s;
}

.compMore_common img {
	margin-bottom: 20px;
}

.word_y {
	font-size: 18px;
	letter-spacing: 1px;
	color: rgb(102, 102, 102);
}

/* 业务赛道 */
.busTrack {
	background: url(../images/busbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px 50px 0px;
}

.commonTitle>p:nth-child(1) {
	font-size: 55px;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'DIN';
	margin-bottom: 5px;
}

.commonTitle>p:nth-child(2) {
	font-size: 35px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
}

.viewAll {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.view {
	font-size: 18px;
	color: #000;
	font-family: 'DIN';
	transition: all 0.8s;
}

.view:hover {
	color: rgb(239, 129, 0);
}

.view:hover img {
	transform: translateX(5px);
}

.view img {
	margin-left: 8px;
	transition: all 0.8s;
}

.commonTitle_o {
	padding: 50px 0 40px 0;
}

.commonTitle_o>p:nth-child(1) {
	font-size: 55px;
	color: rgba(208, 217, 228);
	font-family: 'DIN';
	margin-bottom: 5px;
}

.commonTitle_o>p:nth-child(2) {
	font-size: 35px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #000;
}

.slideTxtBox {
	display: flex;
}

.slideTxtBox .hd {
	width: 52%;
}

.slideTxtBox .bd {
	width: 48%;
	position: relative;
	top: -110px;
}

.slideTxtBox .hd ul li {
	position: relative;
	float: left;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 30px;
	cursor: pointer;
}

.slideTxtBox .hd ul li span {
	float: left;
	border-radius: 50%;
	position: absolute;
}

.slideTxtBox .hd ul {
	display: flex;
	align-items: center;
	position: relative;
	top: 180px;
}

.slideTxtBox .hd ul li.on {
	border: 2px solid #fff;
	width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.medon {
	border: 2px solid #fff !important;
	width: 17px !important;
	height: 17px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-content: center !important;
	text-align: center !important;
}

.medspanon {
	width: 9px !important;
	height: 9px !important;
	border-radius: 50% !important;
	background: #fff !important;
	margin-left: 10px !important;
}

.slideTxtBox .hd ul li.on .point {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
}

.trackTitle {
	font-size: 35px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 50px;
}

.trackParh {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

.trackLink {
	background: url(../images/kuang.png);
	background-repeat: repeat;
	background-size: 100% 100%;
	width: 170px;
	height: 46px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 50px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	transition: all 0.8s;
}

.trackLink img {
	margin-left: 10px;
	transition: all 0.8s;
}

.trackLink:hover {
	transform: translateX(15px);
}

.trackLink:hover img {
	transform: translateX(5px);
}

.trackSuitcon {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.trackSuit {
	display: flex;
}

.trackSuit_common {
	width: 33.3%;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.trackSuit_common>p:nth-child(3) {
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	height: 3px;
	width: 0%;
	background: #fff;
	left: 30%;
	opacity: 0;
	transition: all 0.8s;
}

.op1 {
	width: 40% !important;
	opacity: 1 !important;
}

.trackSuit_common>p:nth-child(1) {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 600;
	margin-bottom: 15px;
	padding-top: 50px;
}

.trackSuit_common>p:nth-child(2) {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.4);
	font-family: 'DIN';
}

.ww {
	color: #fff !important;
}

/* 新闻资讯 */
.bg_blue {
	background: rgb(232, 242, 254);
}

.slide_news {
	position: relative;
}

.slide_news .hd {
	position: absolute;
	top: -125px;
	right: 135px;
}

.slide_news .hd ul {
	display: flex;
}

.slide_news .hd ul li {
	margin-right: 5vw;
	cursor: pointer;
	letter-spacing: 1px;
	color: #000;
	font-size: 22px;
	transition: all 0.8s;
	color: rgb(102, 102, 102);
	position: relative;
	padding: 0 5px;
}

.slide_news .hd ul li span {
	width: 0;
	height: 3px;
	position: absolute;
	background: rgba(239, 129, 0);
	bottom: -18px;
	right: 50%;
	transition: all 1s;
}

.bold {
	font-weight: bold !important;
	color: rgb(239, 129, 0) !important;
}

.titleOn {
	width: 50% !important;
	right: 25% !important;
}

.newsBo {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.newsBoTop {
	padding-top: 95px;
}

.newsBo>li:nth-child(3n+3) {
	margin-right: 0;
}

.newsBo_common {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
	transition: all 1.2s;
	background: #fff;
	padding-bottom: 35px;
}

.newsBo_pic {
	overflow: hidden;
	margin-bottom: 25px;
	transition: all 0.8s;
}

.newsBo_pic img {
	transition: all 0.8s;
}

.cal_right,
.calparh1 {
	transition: all 0.8s;
}

.newsBo_common {
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
}

.newsBo_common:hover .newsBo_pic img {
	transform: scale(1.1);
}

.newsBo_common:hover .calparh1 {
	color: rgb(239, 129, 0);
}

.newsBo_common:hover .cal_right {
	color: rgb(239, 129, 0);
}

.calparh1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 86%;
	margin: auto;
	color: rgb(51, 51, 51);
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 20px;

}

.calparh2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 86%;
	margin: auto;
	color: rgb(136, 136, 136);
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 50px;
	line-height: 28px;
	height: 54px;
}

.readMore {
	width: 86%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 15px;
	background: rgb(232, 242, 253);
	border-radius: 5px;
}

.cal_left {
	display: flex;
	align-items: center;
	color: rgb(102, 102, 102);
	font-size: 15px;
	font-family: 'DIN';
}

.cal_left img {
	margin-right: 10px;
}

.cal_right {
	color: rgb(102, 102, 102);
	font-size: 15px;
	letter-spacing: 1px;
}

/* footer */
footer {
	background: rgb(38, 45, 67);
	padding: 60px 0 0 0;
}

.footer {
	display: flex;
}

.footerAbout {
	width: 35%;
}

.footerLogo {
	overflow: hidden;
	margin-bottom: 50px;
}

.footerAbout>p:nth-child(2) {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	opacity: 0.7;
	margin-bottom: 10px;
}

.footerAbout>p:nth-child(3) {
	font-size: 40px;
	color: rgb(239, 129, 0);
	font-family: 'DIN';
}

.footerLink {
	width: 50%;
	display: flex;
	margin-right: 5%;
}

.footerLink_common {
	width: 33.3%;
}

.footerLink_common>p:nth-child(1) {
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 42px;
	font-size: 22px;
}

.footer_a {
	display: flex;
	flex-direction: column;
}

.footer_a a {
	font-size: 15px;
	color: #fff;
	opacity: 0.7;
	margin-bottom: 25px;
	letter-spacing: 1px;
	text-indent: 2px;
	transition: all 0.8s;
}

.footer_a a:hover {
	color: rgb(239, 129, 0);
}

.footerEwm {
	width: 10%;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.footerEwm img {
	margin-bottom: 20px;
	width: 140px;
	height: 140px;
}

.footerEwm p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
}

.footerBottomcon {
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footerBottom {
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	opacity: 0.7;
	font-size: 15px;
}

.footerBottom a {
	color: #fff;
	opacity: 0.7;
	margin-left: 30px;
	font-family: 'DIN';
}

.friendLink {
	margin-top: 20px;
	width: 62%;
	position: relative;
}

.hideLink {
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	display: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	height: 140px;
	overflow-y: scroll;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgb(38, 45, 67);
	letter-spacing: 1px;
}

.hideLink a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding: 14px 15px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}

.showLink {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
}

.showLink i {
	color: #fff;
	font-size: 24px;
}

/* 导航及所在位置 */
.commonNavcon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding-right: 50px;
	padding-left: 0 !important;
	box-shadow: 0 2px 10px -1px rgb(220, 220, 220);
}

.commonPos {
	z-index: 99;
	top: 45px;
	width: 100%;
	margin-top: -85px;
	position: relative;
}

.commonNav {
	width: 100%;
	overflow-x: auto;
	width: 100%;
	white-space: nowrap;
	box-sizing: border-box;
}

.commonNav a {
	display: inline-block;
	padding: 34px 0;
	width: 200px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1px;
	transition: all 0.8s;
}

.commonNav a:hover {
	background: rgb(239, 129, 0);
	color: #fff;
}

.localAt {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.localAt {
	letter-spacing: 1px;
}

.localAt a,
.localAt span {
	color: rgb(102, 102, 102);
	font-size: 14px;
}

.localAt>span:nth-child(2) {
	margin: 0 15px;
	color: rgb(102, 102, 102);
}

.bg_green {
	background: rgb(239, 129, 0) !important;
	color: #fff !important;
}

/* 公司介绍 */
.techComp {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
	margin-bottom: 70px;
}

.techComp_left {
	width: 50%;
	position: relative;
}

.overPic {
	overflow: hidden;
}

.overPic img {
	max-width: 100%;
}

.tech_title {
	font-size: 40px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	margin-bottom: 40px;
	margin-top: 15px;
}

.tech_parh {
	width: 90%;
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 45px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.techComp_right {
	width: 50%;
	overflow: hidden;
}

.techAbout {
	padding: 2.6em 0;
	border-radius: 50px 0 0 0;
	width: 100%;
	z-index: 2;
	background: rgb(233, 243, 255);
}

.compAdv_con {
	display: flex;
}

.compAdv_common {
	width: 33.3%;
	text-align: center;
	position: relative;
	z-index: 9;
	font-family: 'DIN';
}

.compAdv_common>p:nth-child(2) {
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	font-family: 'DIN';
}

.compAdv_common>p:nth-child(1) span {
	font-weight: 600;
	font-size: 54px;
	color: #000;
	margin-right: 10px;
	font-family: 'DIN';
	letter-spacing: 2px;
}

.compAdv_common>p:nth-child(1) {
	font-size: 18px;
	color: #000;
	margin-bottom: 8px;
}

.techAbout_word {
	font-size: 9em;
	    color: rgb(220, 230, 240);
	    font-family: 'DIN';
	    position: absolute;
	    z-index: 1;
	    left: 6%;
	    font-weight: 600;
	    letter-spacing: 5px;
	    bottom: 4%;
	}

.techComp_right {
	position: relative;
	z-index: 9;

}

.techComp_right img {
	float: left;
}

/* 组织框架 */
.frame {
	background: url(../images/cloud.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.sameTitle {
	padding: 80px 0 70px 0;
	text-align: center;
}

.sameTitle>p:nth-child(1) {
	font-size: 40px;
	color: rgb(51, 51, 51);
	letter-spacing: 3px;
	margin-bottom: 20px;
	font-weight: 600;
}

.sameTitle>p:nth-child(2) {
	font-size: 19px;
	font-family: 'DIN';
}

.framePic {
	max-width: 1400px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 80px;
	margin-top: -30px;
}

.framePic img {
	width: 100%;
}

/* 企业文化 */
.culture {
	background: url(../images/ture.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 130px;
}

.cuType {
	margin-top: 20px;
	display: flex;
}

.cuType>a:last-child {
	margin-right: 0;
}

.cuType_common {
	width: 25%;
	margin-right: 2%;
	padding: 35px 35px 50px 25px;
	background: #fff;
	border: 1px solid rgb(240, 240, 240);
	transition: all 1s;
}

.cuType_pic {
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
	background: rgb(244, 244, 244);
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.8s;

}

.cuType_pic img {
	
}

.cuType_common>p:nth-child(2) {
	    letter-spacing: 1px;
	    font-weight: 600;
	    font-size: 20px;
	    color: rgb(51, 51, 51);
	    margin-bottom: 22px;
}

.cuType_common>p:nth-child(3) {
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 32px;
	color: rgb(51, 51, 51);
}

.cuType_common:hover {
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
}

.cuType_common:hover .cuType_pic img {
	animation: jello 1s;
}

.cuType_common:hover .cuType_pic {
	background: rgb(239, 129, 0);
}

/* 联系我们 */
.contact {
	display: flex;
	padding: 110px 0 70px 0;
}

.contact_pic {
	width: 25%;
}

.contact_word {
	width: 72%;
}

.contact_common {
	width: 25%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.contact_pic {
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
	background: rgb(244, 244, 244);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.8s;
	margin-right: 20px;
}

.contact_pic img {
	width: 20px;
	height: 20px;
}

.contact_word>p:nth-child(1) {
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.contact_word>p:nth-child(2) {
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	font-family: 'DIN';
}

.contact_common:hover .contact_pic img {
	animation: jello 1s;
}

.contact_common:hover .contact_pic {
	background: rgb(239, 129, 0);
}

.contactUs_map {
	position: relative;
}

.havePro_form {
	height: 570px;
	width: 43%;
	background: rgb(55, 118, 197);
	padding: 20px 50px 0px 50px;
	z-index: 9;
	position: absolute;
	right: 0;
	bottom: 0;
}

.havePro_form_title {
	padding: 25px 0;
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: flex-end;
}

.havePro_form_title>p:nth-child(2) {
	margin-top: 12px;
	font-size: 25px;
	font-family: 'DIN';
}

.havePro_form_enter {
	margin-top: 15px;
}

.havePro_form_enter input {
	padding: 18px 18px;
	background: #fff;
	letter-spacing: 1px;
	background: rgb(250, 250, 250);
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	color: rgb(102, 102, 102);
}

.havePro_form_enter input::-webkit-input-placeholder {
	color: rgb(102, 102, 102);
}

.havePro_form_enter input::-moz-input-placeholder {
	color: rgb(102, 102, 102);
}

.havePro_form_enter input::-ms-input-placeholder {
	color: rgb(102, 102, 102);
}

.havePro_form_enter textarea {
	width: 100%;
	height: 100px;
	background: rgb(250, 250, 250);
	border-radius: 4px;
	margin-right: 55px;
	box-sizing: border-box;
	text-indent: 15px;
	padding: 15px 0;
	margin-bottom: 15px;
	color: rgb(102, 102, 102);
}

.askNow {
	border-radius: 4px;
	background: rgb(37, 102, 224);
	letter-spacing: 1px;
	font-size: 18px;
	color: #fff;
	padding: 18px 0;
	margin-top: 10px;
	width: 100%;
	transition: all 1s;
	cursor: pointer;
}

.askNow:hover {
	transform: translateY(10px);
}

/* 人才招聘 */
.jobNeed {
	margin-top: 90px;
	padding-bottom: 50px;
}

.jobNeed_title {
	font-size: 30px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 600;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.jobNeed_title span {
	font-family: 'DIN';
	font-size: 20px;
	margin-left: 25px;
	color: rgb(51, 51, 51);
	font-weight: normal;
	letter-spacing: 0;
}

.eachJob {
	margin-bottom: 50px;
}

.jobType {
	border: 1px solid rgb(220, 220, 220);
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.jobType_left {
	width: 80%;
	padding: 40px 40px 30px 40px;
}

.jobMore {
	display: flex;
	align-items: center;
}

.jobName {
	width: 30%;
	font-size: 22px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
}

.jobName img {
	width: 24px;
	height: 24px;
	margin-right: 20px;
	position: relative;
	top: 4px;
}

.jobTime {
	font-size: 15px;
	color: rgb(173, 173, 173);
	letter-spacing: 1px;
}

.jobTime>span:nth-child(1) {
	display: inline-block;
	line-height: 15px;
	padding-right: 50px;
	border-right: 1px solid rgb(200, 200, 200);
}

.jobTime>span:nth-child(2) {
	padding-left: 50px;
}

.jobBasic {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
}

.jobBasic p {
	width: 33.3%;
	margin-bottom: 20px;
	font-size: 15px;
	color: rgb(102, 102, 102);
}

.jobOpen {
	width: 14%;
	font-size: 40px;
	color: rgb(102, 102, 102);
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid rgb(220, 220, 220);
	transition: all 0.8s;
	cursor: pointer;
}

.jobOpen:hover .rodeg {
	animation: spin 1s;
}

.user-arrow {
	//这是箭头的样式 

	width: 12px;

	position: absolute;

	right: 26px;

	margin-top: 8px;

	cursor: pointer;

	display: inline-block;

}


.rotate {

	transform-origin: center center;

	transform: rotate(180deg);

	-webkit-transform: rotate(180deg);

	-moz-transform: rotate(180deg);

	-ms-transform: rotate(180deg);

	-o-transform: rotate(180deg);

	transition: transform 0.2s;

	-moz-transition: -moz-transform 0.2s;

	-moz-transition: -moz-transform 0.2s;

	-o-transition: -o-transform 0.2s;

	-ms-transition: -ms-transform 0.2s;

}

.rotate1 {

	transform-origin: center center;

	transform: rotate(0deg);

	-webkit-transform: rotate(0deg);

	-moz-transform: rotate(deg);

	-ms-transform: rotate(0deg);

	-o-transform: rotate(0deg);

	transition: transform 0.2s;

	-moz-transition: -moz-transform 0.2s;

	-moz-transition: -moz-transform 0.2s;

	-o-transition: -o-transform 0.2s;

	-ms-transition: -ms-transform 0.2s;

}

.jobDetail {
	padding: 50px 40px;
	border-radius: 2px;
	border: 1px solid rgb(220, 220, 220);
	border-top: none;
	display: none;
}

.jobDuty {
	display: flex;
}

.jobDuty_common {
	width: 50%;
}

.jobDuty_name {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.jobDuty_word p {
	color: rgb(102, 102, 102);
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 22px;
}

.jobContact {
	margin-top: 80px;
	display: flex;
	margin-bottom: 10px;
}

.jobContact p {
	margin-right: 30px;
	font-size: 20px;
	color: rgb(239, 129, 0);
}

.jobContact p span {
	font-size: 22px;
	color: rgb(239, 129, 0);
	font-family: 'DIN';
}

.articleTitle {
	padding: 10px 0px 30px;
	border-bottom: 1px solid rgb(220, 220, 220);
	padding-top: 100px;
}

.articleTitle>p:nth-child(1) {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #000;
	letter-spacing: 1px;
}

.articleTitle>p:nth-child(2) {
	display: flex;
}

.articleTitle>p:nth-child(2) span {
	margin-right: 30px;
	color: rgb(102, 102, 102);
	font-size: 14px;
	letter-spacing: 1px;
}

.article_word {
	font-size: 14px;
	margin-top: 30px;
	line-height: 38px;
	color: rgb(102, 102, 102);
}

.article_pic {
	width: 1000px;
	overflow: hidden;
	margin-top: 30px;
}

.article_pic img {
	width: 100%;
	transition: all 1.4s;
}

.article_pic img:hover {
	transform: scale(1.2);
}

.article_link {
	margin-top: 65px;
	margin-bottom: 120px;
	display: flex;
}

.article_link a {
	width: 48%;
	padding: 18px 0;
	background: rgb(223, 223, 223);
	font-size: 16px;
	color: rgb(51, 51, 51);
	text-align: center;
	transition: all 0.8s;
	display: inline-block;
	border-radius: 5px;
}

.article_link a:nth-child(1) {
	margin-right: 4%;
}

.article_link a:hover {
	transform: translateY(15px);
	background: rgb(239, 129, 0);
	color: #fff;
}

/* 加载更多 */
.loadMore {
	background: rgb(245, 245, 245);
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	color: rgb(102, 102, 102);
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px;
	transition: all 0.2s;
	cursor: pointer;
}

.loadMore img {
	margin-right: 18px;
}

.loadMore:hover {
	background: rgb(239, 129, 0);
	color: #fff;
}

/* 可持续发展 */
.cooper {
	padding: 90px 0;
	background: url(../images/coo1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.cooperTitle {
	position: relative;
	text-align: center;
	width: 40%;
	margin: auto;
}

.cooperTitle>img:nth-child(1) {
	width: 21px;
	height: 18px;
	position: absolute;
	left: -20px;
}

.cooperTitle>img:nth-child(4) {
	width: 21px;
	height: 18px;
	position: absolute;
	right: -60px;
}

.cooperTitle>p:nth-child(2) {
	font-size: 38px;
	letter-spacing: 1px;
	color: rgb(239, 129, 0);
	margin-bottom: 20px;
}

.cooperTitle>p:nth-child(3) {
	color: rgb(0, 0, 0);
	font-size: 28px;
	letter-spacing: 1px;
}

.cooperWord {
	margin-top: 90px;
	margin-bottom: 100px;
}

.cooperWord p {
	font-size: 16px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	margin-bottom: 35px;
	text-align: center;
	line-height: 28px;
}

/* 业务合作 */
.withCooper {
	position: relative;
}

.withCooper_pic {
	overflow: hidden;
}

.withCooper_pic img {
	float: left;
}

.withBus {
	width: 550px;
	background: rgb(55, 118, 197);
	padding: 50px 45px;
	position: absolute;
	z-index: 9;
	top: -70px;
}

.withBus_parh1 {
	font-size: 32px;
	letter-spacing: 1px;
	color: #fff;
}

.withBus_parh2 {
	font-family: 'DIN';
	color: rgb(117, 162, 216);
	font-size: 50px;
	position: relative;
	z-index: -1;
	left: -3px;
}

.withBus_common {
	margin-top: 20px;
}

.withBus_common p {
	font-size: 22px;
	color: rgb(255, 255, 255);
	margin-bottom: 30px;
	font-size: 17px;
}

/* 智慧医疗 */
.wisdomCon {
	padding-top: 95px;
}

.wisdom {
	display: flex;
}

.wisdomPic {
	width: 50%;
	overflow: hidden;
}

.wisdomPic img {
	float: left;
}

.wisdomWord {
	width: 50%;
	background: #fff;
	padding: 45px 50px;
}

.wisdomWord>p:nth-child(1) {
	font-size: 36px;
	color: #000;
	letter-spacing: 3px;
	font-weight: 600;
	margin-bottom: 35px;
}

.wisdomWord>p:nth-child(2) {
	width: 40px;
	height: 3px;
	background: rgb(239, 129, 0);
	margin-bottom: 40px;
}

.wisdomWord>p:nth-child(3) {
	font-size: 22px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 22px;
}

.wisdomWord>p:nth-child(4) {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 45px;
}

/* 服务项目 */
.serPro_title {
	font-size: 32px;
	color: #000;
	letter-spacing: 3px;
	padding-top: 40px;
	padding-left: 0;
	margin-bottom: 40px;
}

.serPro {
	position: relative;
}

.serPro_word {
	position: absolute;
	z-index: 99;
	top: 60px;
	left: 60px;
}

.serPro_word>p:nth-child(1) {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.serPro_pic {
	position: relative;
}

.serPro_pic::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	bottom: 5px;
}

.serPro_word>p:nth-child(2) {
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	line-height: 36px;
	width: 90%;
}

.serProcon {
	display: flex;
}

.setProall .swiper-slide {
	width: auto;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.setProall .swiper-slide:nth-child(2n) {
	width: auto;
}

.setProall .swiper-slide:nth-child(3n) {
	width: auto;
}

.serPro_pic img {
	height: 445px;
	width: 100%;
}

.setProall .swiper-slide:nth-child(5n) .serPro_word {
	bottom: 50px !important;
	left: 50px !important;
	top: auto !important;

}

.setProall .swiper-slide:nth-child(3n) .serPro_word {
	bottom: 50px !important;
	left: 50px !important;
	top: auto !important;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 55% !important;
	width: 20px;
	height: 40px;
	margin-top: -15px;
	z-index: 10;
	cursor: pointer;
	background-size: 17px 30px;
	background-position: center;
	background-repeat: no-repeat;
	background: rgba(0, 0, 0, 0.4);
	padding: 38px 22px;
}

.setProall .swiper-button-next i,
.swiper-button-prev i {
	color: #fff;
	font-size: 40px;
}

.bg_or {}

.setProall .swiper-button-next {
	right: 3%;
}

.setProall .swiper-button-prev {
	left: 3%;
}

.services {
	padding-bottom: 50px;
}

/* 案例介绍 */
.case {
	padding: 70px 0;
}

.casecon {
	display: flex;
	position: relative;
}

.casePic {
	width: 50%;
	overflow: hidden;
}

.casePic img {
	float: left;
}

.caseWord {
	position: absolute;
	    bottom: 0;
	    left: 50%;
	    height: 430px;
	    width: 50%;
	    padding: 55px 50px 60px 50px;
	    box-shadow: 1px 1px 10px 1px rgb(220 220 220);
}

.caseWord>p:nth-child(1) {
	color: #000;
	letter-spacing: 1px;
	font-size: 28px;
	margin-bottom:20px;
}

.caseWord>p:nth-child(2) {
	font-size: 15px;
	color: rgb(102, 102, 102);
	line-height: 40px;
	width: 95%;
}

.caseMore {
	font-family: 'DIN';
	    font-size: 15px;
	    color: rgb(102, 102, 102);
	    position: absolute;
	    padding: 15px 5px;
	    word-spacing: 5px;
	    letter-spacing: 1px;
	    transition: all 1s;
	    bottom: 40px;
}

.caseMore:hover {
	color: rgb(239, 129, 0);
}

.caseMore:hover::before {
	background: rgb(239, 129, 0);
}

.caseMore:hover::after {
	background: rgb(239, 129, 0);
}

.caseMore::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	width: 100%;
	background: rgb(150, 150, 150);
	transition: all 1s;
}

.caseMore::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: rgb(150, 150, 150);
	transition: all 1s;
}

/* 业务详情 */
.system {
	padding-top: 80px;
	padding-bottom: 60px;
}

.systemCon {
	padding: 40px 40px;
	background: #fff;
}

.systemTitle {
	font-size: 40px;
	letter-spacing: 1px;
	font-family: 'DIN';
	font-weight: bold;
	margin-bottom: 25px;
}

/* 下一页 */
.changePagecon {
	padding: 40px 0;
	background: #fff;
}

.changePage {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.changea {
	width: 43%;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	background: rgb(223, 223, 223);
	border-radius: 4px;
	transition: all 0.8s;
}

.backList {
	margin: 0 2%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
	transition: all 0.8s;
}

.backList:hover {
	transform: translateY(10px);
}

.changea:hover {
	transform: translateY(10px);
	box-shadow: 0 2px 10px -1px rgba(239, 129, 0, 0.5);
}

.backList img {
	margin-bottom: 2px;
}

.backList_word {
	position: absolute;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
}

/* 荣誉资质 */
.honor {
	margin-top: 90px;
	margin-bottom: 50px;
}

.honorPic {
	display: flex;
	flex-wrap: wrap;
}

.hoBg {
	    width: 24.2%;
	    display: flex;
	    flex-direction: column;
	    padding: 3%;
	    background: url(../images/hobg.png);
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    transition: all 0.8s;
	    margin-right: 1%;
	    margin-bottom:2.2%;
	    box-shadow: 1px 1px 10px 1px rgb(220 220 220);
	    position: relative;
	    padding-bottom: 4.5%;
}
.honorPic>div:nth-child(4n+4){
	margin-right: 0!important;
}
.hoBg:hover{
	box-shadow: 1px 1px 10px 1px rgb(170,170,170);
}
.hoBg p{
	    text-align: center;
	    width: 100%;
	    font-size: 16px;
	    letter-spacing: 1px;
	    position: absolute;
	    bottom: 16px;
	    left: 0;
}
.mouse {
	position: relative;
	width: 100%;
	z-index: 99;
	cursor: pointer;
	z-index: 10000;
	top: -165px;
}

@-webkit-keyframes dong {
	from {
		bottom: -10px
	}

	to {
		bottom: -18px
	}
}

.mouse span {
	-webkit-animation: arrowMove 2s infinite;
	animation: arrowMove 2s infinite;
	display: inline-block;
	width: 8px;
	height: 20px;
	position: absolute;
	margin-left: -4px;
	left: 50%;
	bottom: 0;
}

@-webkit-keyframes arrowMove {
	to {
		-webkit-transform: translateY(1.25rem);
		transform: translateY(1.25rem);
		opacity: 0;
	}
}

@keyframes arrowMove {
	to {
		-webkit-transform: translateY(1.25rem);
		transform: translateY(1.25rem);
		opacity: 0;
	}
}

.slider-main li {
	position: relative;
}

.slider-main li::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.2);
}

.listMore {
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.listMore>a:nth-child(2n+2) {
	margin-right: 0;
}

.listCommon {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	font-size: 16px;
	color: rgb(102, 102, 102);
	padding: 33px 0;
	border-bottom: 1px solid rgb(220, 220, 220);
	transition: all 0.8s;
	width: 48%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.listCommon span {
	color: #000;
	font-family: 'DIN';
	font-size: 18px;
	margin-right: 10px;
	transition: all 0.8s;
}

.listCommon:hover {
	color: rgb(239, 129, 0);
}

.listCommon:hover span {
	color: rgb(239, 129, 0);
}

.maskfadeUp {
	display: block;
	background-color: #0065b9;
	z-index: 1;
	-webkit-transition: -webkit-transform 1.2s 0.5s;
	transition: transform 1.2s 0.5s;
}

.maskfadeUp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.maskfadeUp.animated {
	-webkit-transform: translateY(-102%);
	transform: translateY(-102%);
}

.maskfadeLeft {
	display: block;
	background-color: #0065b9;
	z-index: 1;
	-webkit-transition: -webkit-transform 1.2s 0.5s;
	transition: transform 1.2s 0.5s;
}

.maskfadeLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.maskfadeLeft.animated {
	-webkit-transform: translateX(102%);
	transform: translateX(102%);
}

/* 轮播 */
.wel-case .flex-control-nav li a:hover,
.wel-case .flex-control-nav li a.flex-active {
	background: url(../img/btn01_h.png) no-repeat center;
	background-size: 100% 100%;
	box-shadow: none
}

.wel-case {
	padding: 0px 0 15px 0;
	width: 100%;
	position: relative;
	overflow: hidden
}

.ser-contact-list li a {
	display: block;
	width: 100%
}

.wel-case-title {
	font-size: 24px;
	color: #24272b;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 22px
}



.wel-case .flex-viewport {
	overflow: visible !important
}

.wel-case .slides li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 420px;
	margin-right: 25px
}

.wel-case .slides .con {
	    position: absolute;
	    bottom: -76%;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 2;
	    display: block;
	    padding: 9% 50px 0;
	    transition: bottom .3s;
		background:url(../images/jianbian.png) ;
		background-repeat: no-repeat;
		background-size: 100% 100%;
}
.wel-case .slides .con::before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 30%;
	width: 100%;
	height: 100%;
	background:url(../images/jianbian2.png) ;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.wel-case .slides li:hover .con {
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.wel-case .slides li:hover .con:before {
	background: none;
}

.wel-case .slides .bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0)
}

.wel-case .slides .font-bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	transition-property: opacity;
	transition-duration: .3s;
	transition-delay: .2s
}

.wel-case .slides .tit {
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	position: relative;
	margin-bottom: 5px;
}

.wel-case .slides .en {
	font-size: 16px;
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	line-height: 24px;
	min-height: 24px;
	position: relative;
}

.wel-case .slides .font {
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	margin-top: 18px
}

.wel-case .slides .more {
	margin-top: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .3);
	background: url(../images/wel02.png) no-repeat center
}

.wel-case-list .flex-direction-nav a {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 66px;
	height: 77px;
	margin: 185px 0 0;
	text-shadow: none;
	background-size: 100% !important;
	transition: background .3s;
	z-index: 1
}

.wel-case-list .flex-direction-nav a:before {
	font-size: 0
}

.wel-case .flex-viewport {
	overflow: visible !important
}

.wel-case-list .flex-direction-nav .flex-prev {
	background: url(../images/a32.png) no-repeat center;
	left: 15px
}

.wel-case-list .flex-direction-nav .flex-next {
	background: url(../images/a33.png) no-repeat center;
	right: 15px
}

.wel-case-list .flex-direction-nav .flex-prev:hover {
	background: url(../images/a32_h.png) no-repeat center
}

.wel-case-list .flex-direction-nav .flex-next:hover {
	background: url(../images/a33_h.png) no-repeat center
}

.wel-case .slides li:hover .con {
	bottom: 0
}

.wel-case .slides li:hover .font-bg {
	opacity: .3;
	filter: alpha(opacity=30)
}

.wel-product-title a:hover {
	color: #dd231f
}

.wel-product-title a:hover span {
	background: #dd231f url(../images/wel04.png) no-repeat center
}

.wel-product .container a:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.wel-product a:hover .bg {
	height: 46px
}

.wel-product a:hover .contrast {
	background: url(../images/wel09_h.png) no-repeat center
}

.wel-product .container a:hover h2,
.wel-product .container a:hover p.font {
	opacity: 1;
	filter: alpha(opacity=100)
}

.wel-product .product-4 a:hover .bg {
	height: 86px
}

.w1400 {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
}

.skitter-large-box img {
	max-width: inherit !important;
}
/* nav */
.index-nav{ position:relative; }
.index-nav a{ color:#fff;  }
.index-nav .nLi h3{ float:left;  font-weight: normal!important;width: 100%;}
.index-nav .nLi h3 a{ display:block;}
.index-nav .sub{ width: 100%;
    left: 0;
    top: 95px;
    position: absolute;
    background: #fff;
    color: #000;
}
.index-nav .sub li{ zoom:1;height: 50px;line-height: 50px; }
.index-nav .sub a {
    display: inline-block;
    padding: 0px 0px;
    font-size: 15px;
    color: #000;
	letter-spacing: 1px;
}
.index-nav .sub li:hover{ background:rgb(0,97,174);}
.index-nav .sub li:hover a{  color:#fff;  } 
/* 侧边悬浮框 */
.float-bar{position: fixed;right: 1px;top: 50%;width: 80px;z-index: 105;display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.float-bar li{margin-bottom: 2px;width: 80px;height: 80px;
    background-color: rgba(239,129,0,.8);float: right;border-radius: 5px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.float-bar li .ico{display: block;height: 80px;
    background-position: center;background-repeat: no-repeat;
    cursor: pointer;
}
.float-bar .tel{position: relative;}
.float-bar .tel-con{position: absolute;right: 110px;top: 0;width: 0px;
    height: 80px;text-align: center;line-height:45px;padding-top: 20px;
    background: rgba(239,129,0,.8);overflow: hidden;opacity: 0;
}
.float-bar .tel-con p{    font-size: 22px;
    color: #fff;
    opacity: 0;
    transition: .5s;
    font-family: 'DIN';
}
.float-bar li h4{color: #fff;font-weight: normal;text-align: center;
    font-size: 14px;opacity: 0;position: relative;top: -10px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.float-bar .tel .ico{background-image: url(../images/ico-17.png);}
.float-bar .shang .ico{background-image: url(../images/ico-18.png);}
.float-bar .weix .ico{background-image: url(../images/ico-19.png);}
.float-bar .top1 .ico{background-image: url(../images/ico-20.png);}
.float-bar li:hover{background-color: rgba(239,129,0,0.8);}
.float-bar .tel:hover,.float-bar .shang:hover,.float-bar .weix:hover{width: 100px;height: 100px;}
.float-bar li:hover h4{opacity: 1;}
.float-bar .tel:hover .tel-con,.float-bar .shang:hover .tel-con,.float-bar .weix:hover .tel-con{width: 200px;opacity: 1;
    transition: all 0.5s 0.5s;
}
.float-bar .tel:hover .tel-con p{opacity: 1;}
.float-bar .qr-con{position: absolute ;height: 120px; width: 120px;right: 110px;bottom: 58px;
    background-color: #fff;border: 1px solid #dedede;opacity: 0;visibility: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.float-bar .weix:hover .qr-con{visibility: visible;opacity: 1;}

.fd-link{border-top: 1px solid #ccc;}
.fd-tel{border-bottom: 0;}

.btn-down-at{
    display: block;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    transition: all 0.3s ease 0.6s;
    cursor: pointer;
    position: absolute;left: 50%;bottom: 50px;z-index: 100;margin-left: -21px;
    overflow: hidden;
}
.btn-down-at i{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ico_16.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    animation: downico 1.5s ease-out infinite;
}
@keyframes downico{
    0%{
        top: 0;
        opacity: 1;
    }
    35%{
        top: 50%;
        opacity: 0;
    }
    65%{
        top: -50%;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}


@-webkit-keyframes swipeRight {
	0% {}
	50%,
	60% {
		-webkit-transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0)
	}
}

@keyframes swipeRight {
	0% {}
	50%,
	60% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate(0)
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@-webkit-keyframes fadeIn-left1 {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0); }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0); }
  100% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0); } }

@-moz-keyframes fadeIn-left1 {
  0% {
    -moz-transform: translate(-10px, 0);
         transform: translate(-10px, 0); }
  50% {
    -moz-transform: translate(10px, 0);
         transform: translate(10px, 0); }
  100% {
    -moz-transform: translate(-10px, 0);
         transform: translate(-10px, 0); } }

@keyframes fadeIn-left1 {
  0% {
    -webkit-transform: translate(-10px, 0);
       -moz-transform: translate(-10px, 0);
            transform: translate(-10px, 0); }
  50% {
    -webkit-transform: translate(10px, 0);
       -moz-transform: translate(10px, 0);
            transform: translate(10px, 0); }
  100% {
    -webkit-transform: translate(-10px, 0);
       -moz-transform: translate(-10px, 0);
            transform: translate(-10px, 0); } }

.fadeIn-left1 {
  -webkit-animation-name: fadeIn-left1;
     -moz-animation-name: fadeIn-left1;
          animation-name: fadeIn-left1; }
          
          
          
@-moz-keyframes down{
	from{transform: translateY(-100%); opacity: 0;}
	to{ transform: none; opacity: 1;}
}
@-ms-keyframes down{
	from{transform: translateY(-100%); opacity: 0;}
	to{ transform: none; opacity: 1;}
}
@-webkit-keyframes down{
	from{transform: translateY(-100%); opacity: 0;}
	to{ transform: none; opacity: 1;}
}

@keyframes down{
	from{transform: translateY(-100%); opacity: 0;}
	to{ transform: none; opacity: 1;}
}
.index-nav dl {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.index-nav li dl {position: absolute;text-align: center;width: 145px; z-index: 9999; background: #fff;top:60px;left: 50%;-webkit-box-shadow: 0 13px 10px 0px rgba(151, 150, 150, 0.22);box-shadow: 0 13px 10px 0px rgba(151, 150, 150, 0.22);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px}
.index-nav  li dl dd {height: 50px;line-height: 50px;border-bottom: 1px solid #eee;transition: all .36s ease;-ms-transition: all .36s ease;-o-transition: all .36s ease;-webkit-transition: all .36s ease;-moz-transition: all .36s ease}
.index-nav  li dl dd:last-child {border-bottom: 0}
.index-nav  li dl dd a {font-size: 14px;color: #333 !important;font-weight: normal !important;transition: all .36s ease;-ms-transition: all .36s ease;-o-transition: all .36s ease;-webkit-transition: all .36s ease;-moz-transition: all .36s ease;display: block}
.index-nav  li dl dd:hover {background: rgb(239,129,0)}
.index-nav  li dl dd:hover a {color: #fff !important;}
.index-nav  li dl:before {content: "";position: absolute;border-width: 0 9px 9px;border-style: solid;border-color: transparent transparent #fff;top: -9px;left: 50%;margin-left: -9px}
.index-nav  dl {visibility: hidden;opacity: 0;filter: alpha(opacity=0);transform: translateY(20px);-ms-transform: translateY(20px);-o-transform: translateY(20px);-webkit-transform: translateY(20px);-moz-transform: translateY(20px);transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease}
.index-nav  li:hover dl {visibility: visible;opacity: 1;filter: alpha(opacity=100);transform: none;-ms-transform: none;-o-transform: none;-webkit-transform: none;-moz-transform: none}

.mlw1{
	margin-left: -15vw;
}
.mlw2{
	margin-left: -15.2vw;
}