*{margin:0;padding:0;box-sizing:border-box;}
body {
	font-family: 'Microsoft Yahei';
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

input, textarea, button {
	padding: 0;
	font-family: Verdana, Arial;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

input[type=submit], input[type=text], button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}

input:focus, textarea:focus, button:focus, input:active {
	outline-color: transparent;
	border: 0;
}

select, input, select, textarea {
	vertical-align: middle;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

ul, ol, li {
	list-style-type: none;
}

a {
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	text-decoration: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.wrap {
	border: 0;
	padding: 0;
	margin: 0 auto;
	*zoom: 1;
	position: relative;
}

.wrap:after {
	clear: both;
	content: "";
	display: table;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.wrap:after,
.wrap:before,
.container:after,
.container:before {
	content: "";
	display: table;
}

.wrap:after,
.container:after {
	clear: both;
}

.container {
	width: 80%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.absolute {
	position: absolute;
}

.pors {
	position: relative;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.hide {
	opacity: 0;
}

.en {
	font-family: 'gotham-medium';
}

nav li, .index-banner li, .item-list li, .inner-tab li {
	list-style-type: none;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6f6f6f;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #6f6f6f;
}


body {
	letter-spacing:0.5px;
}
/*header*/
header {
	position: absolute;
	z-index: 9991;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
	-webkit-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
	-moz-transition: all .55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
}

.header-inner {
	width: 100%;
	position: relative;
}

header .logo {
	position: absolute;
	left: 40px;
	top: 20px;
	z-index:200;
}

header .right-side {
	position: relative;
	width: 100%;
	text-align: center;
}

header .right-side li {
	margin: 0 23px;
	display: inline-block;
}

header .right-side li a {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	position: relative;
	padding: 28px 0 6px;
	display: block;
}

header .right-side li a:after {
	content: '';
	bottom: 0;
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all .4s;
}

header .right-side li.on a:after,
header .right-side li a:hover:after {
	width: 100%;
}

.header-phone-number {
	position: absolute;
	right: 40px;
	top: 28px;
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	background: url(../images/icon1.png) left center no-repeat;
	padding-left: 30px;
	font-family: Arial;
}

.js-container {
	position: relative;
	/*overflow-x: hidden;*/
	/*overflow-y: auto;*/
	overflow:hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
	-webkit-transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
	-moz-transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
}
footer {
	position: relative;
	overflow: hidden;
}

.top-foot {
	width: 100%;
	min-height: 260px;
	height: 260px;
	padding: 60px 160px 0;
	background: #222;
	display: table;
}

.top-foot li {
	width: 20%;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	float: left;
}

.top-foot li .ewm {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.top-foot li .titles {
	font-weight: bold;
	padding-top: 22px;
}

.top-foot li .txt {
}

.top-foot li .txt a {
	color: #fff;
}

.friend-link {
	width: 100%;
	background: #fff;
	padding: 41px 160px 21px;
}

.friend-link a {
	display: inline-block;
	color: #666;
	line-height: 30px;
	margin-right: 24px;
	transition: all ease .3s;

}

.friend-link span {
	display: inline-block;
	color: #666;
	line-height: 30px;
	margin-right: 24px;
	transition: all ease .3s;

}

.friend-link a:hover {
	color: #000;
}

/*fixed-contact*/
.fixed-contact-wrap {
	z-index: 999;
	position: fixed;
	right: 30px;
	top: 75%;
	width: 60px;
	margin-top: -90px;
	overflow: hidden;
	border-radius: 30px;
	opacity: 0;
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);
}

.fixed-contact-wrap.show {
	transform: none;
	opacity: 1;
}

.fixed-contact-wrap.active {
	width: 215px;
}

.fixed-contact-wrap li {
	position: relative;
	height: 60px;
	background: #222;
	overflow: hidden;
}

.fixed-contact-wrap.active li {
	overflow: inherit;
}

.fixed-contact-wrap li a {
	position: relative;
	z-index: 1000;
	display: block;
}

.fixed-contact-wrap li i {
	z-index: 1000;
	position: absolute;
	right: 0;
	display: block;
	width: 60px;
	height: 60px;
	transition: all .4s;
}

.fixed-contact-wrap.active li:after {
	z-index: 1001;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 80%;
	height: 1px;
	margin-left: -40%;
	background: rgba(255,255,255,.1);
}

.fixed-contact-wrap.active li:last-child:after {
	display: none;
}

/*.fixed-contact-wrap li:hover i, .fixed-contact-wrap li:hover strong {
	opacity: .5;
}*/

.fixed-contact-wrap .phone i {
	background: #222 url(../images/icon5.png) no-repeat center center;
	border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
}

.fixed-contact-wrap .qq i {
	background: #222 url(../images/icon6.png) no-repeat center center;
}

.fixed-contact-wrap .back-top i {
	background: #222 url(../images/icon7.png) no-repeat center center;
}

.fixed-contact-wrap.active .back-top i {
	border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

.fixed-contact-wrap li strong {
	position: absolute;
	top: 0;
	right: -145px;
	display: block;
	width: 125px;
	padding: 0 15px 0 30px;
	font: normal 16px/60px 'gotham-medium';
	color: #fff;
	background: #222;
	white-space: nowrap;
	transition: all .4s;
}

.fixed-contact-wrap.active li strong {
	right: 60px;
}

.fixed-contact-wrap.black li {
	background: #111;
}

.fixed-contact-wrap.black li strong {
	background: #111;
}

/*.fixed-contact-wrap.black .phone i {
	background: #111 url(../images/fix-icon1.png) no-repeat center center;
}

.fixed-contact-wrap.black .qq i {
	background: #111 url(../images/fix-icon2.png) no-repeat center center;
}

.fixed-contact-wrap.black .back-top i {
	background: #111 url(../images/fix-icon3.png) no-repeat center center;
}*/

@media(max-width:1400px) {
	.fixed-contact-wrap {
		right: 15px;
		width: 50px;
		border-radius: 25px;
	}

	.fixed-contact-wrap.active {
		width: 200px;
	}

	.fixed-contact-wrap li {
		height: 50px;
	}

	.fixed-contact-wrap li i {
		width: 50px;
		height: 50px;
	}

	.fixed-contact-wrap li strong {
		right: -120px;
		width: 100px;
		padding: 0 15px 0 20px;
		font: normal 14px/50px 'gotham-medium';
	}

	.fixed-contact-wrap.active li strong {
		right: 70px;
	}
}

@media(max-width:1200px) {
	.top-footer .logo {
		width: 15%;
	}

	.top-footer .logo img {
		width: 80px;
	}

	.top-footer .bottom-item-wrap {
		width: 100%;
	}

	.top-footer .each-item dl {
		width: 95%;
		padding-right: 5%;
	}
}

.mb15 {
	margin-bottom: 1%;
}

footer .wrap .gotop {
	display: none;
}

.index-banner {
	position: static;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}


.page-header-fullscreen-trame {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



.index-banner .cansual-sub-title span {
	display: block;
	font-size: 20px;
	line-height: 32px;
}

.page-header-bar {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 70px;
	line-height: 70px;
	z-index: 55;
	transform-origin: bottom;
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	transform: rotateX(0deg) translate3d(0,0,0);
	-webkit-transform: rotateX(0deg) translate3d(0,0,0);
	-moz-transform: rotateX(0deg) translate3d(0,0,0);
	transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
	-webkit-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
	-moz-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
}

/*.page-header-bar.active {
	transform: rotateX(90deg) translate3d(0,0,0);
	-webkit-transform: rotateX(90deg) translate3d(0,0,0);
	-moz-transform: rotateX(90deg) translate3d(0,0,0);
}*/

.page-header-bar-inner {
	transition: -webkit-transform .4s;
	transition: transform .4s;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.page-header-bar-hidden .page-header-bar-inner, .static.home .page-header-bar-inner {
	transition: visibility .4s steps(1, end), -webkit-transform .4s;
	transition: visibility .4s steps(1, end), transform .4s;
	visibility: hidden;
	-webkit-transform: rotateX(94deg) rotateZ(0);
	transform: rotateX(94deg) rotateZ(0);
}

.no-transition .page-header-bar-inner {
	transition: none;
}

.page-header-collapsed .page-header-bar-inner {
	visibility: hidden;
	transition: none;
}

.carousel-bar-inner {
	width: 100%;
	height: 100%;
}

.carousel-bar-title-word {
	padding-left: 75px;
	font-size: 12px;
	color: #666;
}

.carousel-scroll-btn {
	z-index: 56;
	position: absolute;
	bottom: 50px;
	left: 160px;
	width: 52px;
	height: 52px;
	border: 1px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
}

.carousel-scroll-btn .carousel-scroll-btn-icon {
	position: absolute;
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background: url(../images/icon2.png) no-repeat center center;
	cursor: pointer;
	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;
	}
}

.carousel-controls {
	position: absolute;
	right: 0;
	top: 0;
	width: 465px;
	height: 70px;
	background: rgba(255,255,255,.6);
}

.carousel-controls .count {
	position: absolute;
	left: 0;
	width: 180px;
	padding-left: 66px;
	font: bold 18px/80px 'gotham-medium';
	color: #999;
}

.carousel-controls .count span {
	display: inline-block;
}

.carousel-controls .count .current {
	color: #222;
}

.carousel-controls .controls {
	position: absolute;
	left: 180px;
}

.carousel-controls .carousel-line {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 18px;
	display: block;
	width: 1px;
	height: 35px;
	background: #e5e5e5;
	opacity:.3;
}

.carousel-controls .carousel-control {
	float: left;
	width: 70px;
	height: 70px;
	cursor: pointer;
}

.carousel-controls .swiper-button-next,
.carousel-controls .swiper-button-prev {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: none;
	top: 0;
	margin-top: 0;
}

.carousel-controls .swiper-button-line {
	z-index: 1;
	position: absolute;
	top: 0;
	display: block;
	width: 25px;
	height: 100%;
	overflow: hidden;
	transition: all .45s ease-out 0s;
	-webkit-transition: all .45s ease-out 0s;
	-moz-transition: all .45s ease-out 0s;
}
.carousel-controls .swiper-button-prev{
	left: initial;
}
.carousel-controls .swiper-button-next{
	right: initial;
}
.carousel-controls .swiper-button-prev .swiper-button-line {
	background: url(../images/icon4.png) no-repeat left center;
	left: 15px;
}

.carousel-controls .swiper-button-next .swiper-button-line {
	background: url(../images/icon3.png) no-repeat right center;
	right: 15px;
}

.carousel-controls .swiper-button-prev:hover .swiper-button-line {
	width: 35px;
}

.carousel-controls .swiper-button-next:hover .swiper-button-line {
	width: 35px;
}
/*.carousel-controls .swiper-button:after{
    content:'';
    position:absolute;
    top:39px;
    display:block;
    width: 14px;
    height: 2px;
    background-color: #333;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.25,.46,.45,.94) 0s;
    transition: transform .45s cubic-bezier(.25,.46,.45,.94) 0s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.carousel-controls .swiper-button-prev:after {left:28px;}
.carousel-controls .swiper-button-next:after {right:28px;}
@media(min-width:1200px){
    .carousel-controls .swiper-button:hover:after{
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
    }
}*/

.index-page-block {
	/*z-index:99;*/
	/*position:relative;*/
	background: #fff;
}

.index-service {
	position: relative;
	padding: 90px 0 100px;
	overflow: hidden;
}


.index-customer .index-title .big-title .big {
	background: #fff;
}

.swiper-slide-text-scroll {
	position: relative;
}

.radiu-button {
	z-index: 2;
	position: relative;
	display: block;
	width: 215px;
	height: 60px;
	font: normal 16px/60px 'gotham-medium';
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	transition: all .4s ease-in-out;
	overflow: hidden;
}

.radiu-button:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}

.radiu-button:hover:after {
	transform-origin: center bottom;
	transform: scaleY(1);
}

.ourwork-mobile-images-scroll .work-buttons .iconfont {
	background: transparent;
}

.ourwork-mobile-images-scroll .work-buttons .iconfont:after {
	background: #fff;
}

.index-data {
	position: relative;
	overflow: hidden;
}
.index-data .video{
	display: block;
}
.index-data .wrap {
	z-index: 1;
	position: relative;
	background: -moz-linear-gradient(left, rgba(23,9,49,.6) 0%, rgba(30,95,116,.6) 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(23,9,49,.6)), to(rgba(30,95,116,.6))));
	background: -webkit-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
	background: -o-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
	background: -ms-linear-gradient(left, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
	background: linear-gradient(to right, rgba(23,9,49,.6) 0%,rgba(30,95,116,.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(23,9,49,.6)', endColorstr='rgba(30,95,116,.6)',GradientType=1 );
}

.index-data .index-data-list {
	width: 1140px;
	margin: 0 auto;
	padding: 180px 0;
}

.data-background {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

.index-data .item {
	float: left;
	width: 33.33%;
	height: 240px;
}

.index-data .item-inner {
	position: relative;
	height: 240px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.2);
}

.index-data .item:nth-child(3n) .item-inner {
	border-right: 0;
}

.index-data .item:first-child .item-inner,
.index-data .item:nth-child(2) .item-inner,
.index-data .item:nth-child(3) .item-inner {
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.index-data .text-wrap {
	position: absolute;
	top: 50%;
	width: 100%;
	font-size: 16px;
	color: #fff;
	transform: translateY(-50%);
}

.index-data .text-wrap .number-wrap {
	display: block;
	font: normal 108px/1 'AkzidenzGrotesk-BoldCondAlt';
	color: #fff;
	letter-spacing:2px;
}

.index-data .text-wrap .number-wrap .icon {
	display: inline-block;
	font-size: 72px;
	vertical-align: 13px;
}

.index-tips {
	width: 770px;
	margin: 0 auto 60px;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	text-align: center;
}

.index-customer .wrap {
	padding: 90px 10%;
}

.index-customer-list {
	transform: translateY(50px);
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	overflow: hidden;
}

.index-customer.active .index-customer-list {
	transform: none;
}

.index-customer-list li {
	position: relative;
	float: left;
	width: 20%;
	height: 200px;
	padding: 27px 0;
	text-align: center;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	transition-delay: .5s;
}
/*.index-customer-list .item600 {top:600px;}*/
/*.index-customer-list .item450 {top:450px;}*/
/*.index-customer-list .item550 {top:550px;}*/
/*.index-customer-list .item400 {top:400px;}*/
/*.index-customer-list .item300 {top:300px;}*/
/*.index-customer-list .item700 {top:700px;}*/
.index-customer.active .index-customer-list li.item {
	top: 0;
}

.index-customer-list .item-inner {
	display: block;
	width: 100%;
	height: 145px;
	border-left: 1px solid #e6e6e6;
}

.index-customer-list li:nth-child(5n +1) .item-inner {
	border-left: 0;
}

.index-customer-list li:nth-child(5n +1) .lt-dot,
.index-customer-list li:nth-child(5n +1) .lb-dot,
.index-customer-list li:nth-child(5n) .rt-dot,
.index-customer-list li:nth-child(5n) .rb-dot {
	display: none;
}

.index-customer-list li:nth-child(5n) .item-inner {
}

.index-customer-list li a {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 80%;
	height: 200px;
	margin-left: -40%;
}

.index-customer-list li.double-item a {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.index-customer-list li img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-left: -75px;
	transition: all .5s linear 10ms;
}

.index-customer-list li img:first-child {
}

.index-customer-list li img:last-child {
	opacity: .6;
}

.index-customer-list li:hover img:last-child,
.index-customer-list li img:first-child {
	opacity: 0;
	transform: translateY(-50%) rotateY(180deg);
}

.index-customer-list li img,
.index-customer-list li:hover img:first-child {
	opacity: 1;
	transform: translateY(-50%) rotateY(0deg);
}

.index-customer-list .dot {
	position: absolute;
	display: block;
	width: 2px;
	height: 2px;
	background: #e6e6e6;
}

.index-customer-list .lt-dot {
	left: 0;
	top: 0;
}

.index-customer-list .lb-dot {
	left: 0;
	bottom: 0;
}

.index-customer-list .rt-dot {
	right: 0;
	top: 0;
}

.index-customer-list .rb-dot {
	right: 0;
	bottom: 0;
}

.index-title, .index-service-scroll-wrap {
	opacity: 0;
	margin-top: 30px;
	transition: all .5s ease-in-out;
}

.normal-more-wrap1 {
	padding-top: 50px;
	text-align: center;
}

.normal-more-wrap1 .more {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	padding-top: 23px;
	background: #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.normal-more-wrap1 .more .icon {
	z-index: 1;
	position: relative;
	display: inline-block;
	width: 22px;
	height: 10px;
	background: url(../images/more-icon.png) no-repeat center center;
	transition: all .5s ease-in-out;
}

.normal-more-wrap1 .more:hover .icon {
	background: url(../images/more-icon1.png) no-repeat center center;
}

.normal-more-wrap1 .more:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #339ec1;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transform: scale(0);
	transition: all .5s ease-in-out;
}

.normal-more-wrap1 .more:hover:after {
	transform: scale(1);
}

.swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.inner-main-container {
	background: #f2f2f2;
}

.inner-main-container img {
	max-width: 100%;
	vertical-align: middle;
}

.inner-main-container.contact-us {
	background: #f6f6f6;
}

.ourwork-mobile-article .code-wrap img {
	max-width: 120px;
}

.inner-main-container .each-item .image-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	transition: all .4s;
}

.ourwork-list .each-item .image-wrap,
.solution-list .each-item .image-wrap {
	position: relative;
	overflow: hidden;
}

.ourwork-list .each-item:hover .image-wrap img,
.solution-list .each-item:hover .image-wrap img {
	transform: scale(1.025);
}

.inner-main-container .fullwindow-banner .each-item img {
	height: 70px;
}

.normal-inner-banner,
.fullwindow-banner {
	position: relative;
	width: 100%;
	height: 100%;
}

.fullwindow-banner {
	height: 100vh;
}

.fullwindow-banner img {
	width: 100%;
	height: 100%;
}

.normal-inner-banner .normal-banner-inner-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: -moz-linear-gradient(left, rgba(30,95,116,.7) 0%, rgba(23,9,49,.7) 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.7)), to(rgba(23,9,49,.7))));
	background: -webkit-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
	background: -o-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
	background: -ms-linear-gradient(left, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
	background: linear-gradient(to right, rgba(30,95,116,.7) 0%,rgba(23,9,49,.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(30,95,116,.7)', endColorstr='rgba(23,9,49,.7)',GradientType=1 );
}

.normal-inner-banner.left-text-banner .normal-banner-inner {
	padding-top: 90px;
	color: #fff;
	text-align: left;
}

.news-page .normal-inner-banner .container {
	max-width: 1350px;
}

.normal-inner-banner .normal-banner-inner {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.normal-inner-banner img {
	display: block;
	height: 100%;
	min-height: 450px;
}

.solution-info-banner.normal-inner-banner img {
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}

.left-text-banner .inner-banner-title1 {
	font: 42px/1 'Gotham-Bold';
	text-transform: uppercase;
}

.left-text-banner .inner-banner-title2 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.left-text-banner .inner-line {
	margin: 25px 0 20px;
	background: #fff;
}

.inner-banner-title {
	padding-top: 40px;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	text-align: center;
}

.inner-banner-title .mark img {
	display: inline-block;
	max-width: 100%;
	height: 26px;
	min-height: 26px;
}

.normal-inner-banner .descrition {
	margin-top: 16px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}

.fullwindow-banner-inner-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6)));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6)));
	background: -webkit-linear-gradient(left,rgba(30,95,116,.6),rgba(23,9,49,.6));
	background: -moz-linear-gradient(left, rgba(30,95,116,.6) 0%, rgba(23,9,49,.6) 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(30,95,116,.6)), to(rgba(23,9,49,.6))));
	background: -webkit-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
	background: -o-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
	background: -ms-linear-gradient(left, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
	background: linear-gradient(to right, rgba(30,95,116,.6) 0%,rgba(23,9,49,.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(30,95,116,.6)', endColorstr='rgba(23,9,49,.6)',GradientType=1 );
}

.fullwindow-banner-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60.5%;
	margin-left: -30%;
	transform: translateY(-50%);
}

.fullwindow-banner-inner li {
	position: relative;
	float: left;
	width: 34.33%;
	height: 25vh;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.15);
	border-left: 1px solid rgba(255,255,255,.15);
}

.fullwindow-banner-inner li:nth-child(2),
.fullwindow-banner-inner li:nth-child(5) {
	width: 31.33%;
}

.fullwindow-banner-inner li:first-child,
.fullwindow-banner-inner li:nth-child(2),
.fullwindow-banner-inner li:nth-child(3) {
	border-top: 0;
}

.fullwindow-banner-inner li:first-child,
.fullwindow-banner-inner li:nth-child(3n+1) {
	border-left: 0;
}

.fullwindow-banner-inner .each-item img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.fullwindow-banner-inner .item-inner {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.fullwindow-banner-inner .item-inner .icon-wrap {
	display: block;
	height: 70px;
}

.fullwindow-banner-inner .item-inner .text-inner {
	display: block;
	padding-top: 15px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}

.inner-title {
	font-weight: bold;
	font-size: 42px;
	color: #333;
}

.inner-line {
	display: inline-block;
	width: 55px;
	height: 4px;
	margin: 15px 0 30px;
	background: #333;
}

.inner-descrition {
	font-size: 16px;
	color: #333;
	line-height: 1.75;
}

.about-page {
	padding-bottom: 85px;
}

.about-page .each-item .image-wrap img {
	width: 100%;
}

.about-wrap-first {
	z-index: 1;
	position: relative;
	height: 43vh;
	text-align: center;
	background: #fff;
}

.about-wrap-first .inner-descrition {
	width: 720px;
	margin: 0 auto;
}

.about-wrap-first .inner-text-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	margin-left: -30%;
	transform: translateY(-50%);
}

.about-wrap-second .item-list {
	margin-left: -1%;
}

.about-wrap-second .each-item {
	float: left;
	width: 49%;
	margin: 0 0 1% 1%;
}

.about-page .image-wrap {
	position: relative;
	overflow: hidden;
}

.about-page .image-wrap:after,
.join-list .each-item .image-wrap:after,
.ourwork-list .each-item .image-wrap:after,
.solution-list .each-item .image-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	opacity: 0;
	transition: all .6s ease-in-out;
}




/*index-case*/
.index-case {
	width:100%;
	padding:30px 0 80px;
}
.index-case-title {
	font-size:36px;
	line-height:36px;
	color:#222;
	font-weight:bold;
}
.index-case .mores {
	font-family: 'sheepsansbold';
	font-size:16px;
	line-height:36px;
	color:#000;
	background:url(../images/icon21.png) right center no-repeat;
	padding-right:35px;
	display:block;
	position:absolute;
	right:0;
	top:50px;
}
.index-case-menu {
	width:100%;
	display:table;
	margin-top:30px;
}
.index-case-menu li {
	height:28px;
	line-height:26px;
	float:left;
	border:1px solid #666;
	border-radius:14px;
	margin-right:10px;
}
.index-case-menu li:hover {
	border-radius:14px;
	border-color:#222;
}
.index-case-menu li a {
	padding:0 20px;
	display:inline-block;
	font-size:16px;
	border-radius:14px;
	color:#666;
	transition:all ease .3s;
}
.index-case-menu li:hover a {
	background:#222;
	color:#fff;
}
.index-case-menu .on{
	border:none;
}
.index-case-menu li.on a {
	background:#ff9f3c;
	color:#fff;
	padding: 2px 12px;
}
.index-case-list {
	width:100%;
	display:table;
	margin-top:40px;
}
.index-case-list li {
	width:32.5%;
	float:left;
	margin-right:1.25%;
	margin-bottom:20px;
}
.index-case-list li:nth-child(3n) {
	margin-right:0;
}
.index-case-list li:hover {
	box-shadow:0 0 15px 1px rgba(0,0,0,.1);
}
.index-case-list li .img {
	width:100%;
	overflow:hidden;
}
.index-case-list li .img  img {
	width:100%;
	-moz-transition: all 0.5s linear;
	-o-transition:  all 0.5s linear;
	transition: all 0.5s linear;
}
.index-case-list li:hover .img img {
	-webkit-transform:  scale(1.05) ;
	-moz-transform: scale(1.05) ;
	-ms-transform: scale(1.05);
	-o-transform:  scale(1.05) ;
	transform:  scale(1.05);
}
.index-case-list li .tbox {
	width:100%;
	box-sizing:border-box;
	border:1px solid #ebebeb;
	border-top:none;
	padding:20px 20px 0;
}
.index-case-list li .tbox .title {
	width:100%;
	position:relative;
	line-height:36px;
}
.index-case-list li .tbox .title .t1 {
	font-size:16px;
	font-weight:bold;
	color:#222;
}
.index-case-list li .tbox .title .t2 {
	font-size:14px;
	color:#666;
}
.index-case-list li .tbox .title .icon {
	position:absolute;
	right:0;
	top:20px;
}
.index-case-list li .tbox .title .icon span {
	display:inline-block;
	width: 24px;
	height:16px;
	opacity:0.6;
	margin-left:10px;
}
.index-case-list li .tbox .title .icon a {
	display:inline-block;
	width:18px;
	height:16px;
	margin-left:10px;
}
.index-case-list li .tbox .title .icon .icon1 {
	background:url(../images/icon17.png) center center no-repeat;
}
.index-case-list li .tbox .title .icon .icon2 {
	background: url(../images/icon21.png) right center no-repeat;
}
.index-case-list li .tbox .title .icon .icon3 {
	background:url(../images/icon19.png) center center no-repeat;
}
.index-case-list li .tbox .more {
	width:100%;
	border-top:1px solid #e3e3e3;
	margin-top:7px;
	font-size:14px;
	color:#666;
	line-height:36px;
	padding:7px;
	background:url(../images/icon20.png) right center no-repeat;
	transition:all ease .3s;
}
.index-case-list li:hover .tbox .more {
	background:url(../images/icon21.png) right center no-repeat;
}

.index-solution {
	width:100%;
	padding:80px 0;
}
.index-solution-box {
	width:100%;
	background:#373737;
	display:table;
}
.index-solution-box .img {
	width:60%;
	float:left;
}
.index-solution-box .tbox {
	width:40%;
	float:left;
	padding:8.5% 0 0 80px;
	display:inline-block;
}
.index-solution-box .tbox .title {
	font-size:36px;
	font-weight:bold;
	color:#fff;
	line-height:1;
	margin-bottom:20px;
}
.index-solution-box .tbox .txt {
	max-width:475px;
	font-size:14px;
	line-height:28px;
	color:#fff;
}
.index-solution-box .tbox .list {
	width:100%;
	margin-top:53px;
}
.index-solution-box .tbox .list li {
	float:left;
	margin:0 20px 20px 0;
}
.index-solution-box .tbox .list li a {
	line-height:36px;
	border:1px solid #bbb;
	border-radius:19px;
	display:block;
	padding:0 21px;
	font-size:14px;
	color:#bbb;
	transition:all ease .3s;
}
.index-solution-box .tbox .list li:hover a {
	color:#222;
	background:#fff;
	border:1px solid #fff;
}


.index-news {
	width:100%;
	background:#fff;
	overflow:hidden;
}
.index-news-title {
	font-size:36px;
	line-height:1;
	color:#000;
	font-weight:bold;
}
.index-news-more {
	font-family: 'sheepsansbold';
	font-size: 16px;
	line-height: 36px;
	color: #000;
	background: url(../images/icon21.png) right center no-repeat;
	padding-right: 35px;
	display: block;
	position: absolute;
	right: 5px;
	top: 30px;
}
.index-news-menu {
	width:100%;
	margin-top:30px;
	display:table;
}
.index-news-menu li {
	float:left;
	margin-right:10px;
}
.index-news-menu li a {
	display:block;
	line-height:26px;
	padding:0 20px;
	border:1px solid #666;
	font-size:14px;
	color:#666;
	border-radius:14px;
	transition:all ease .3s;
}

.index-news-menu li.on a {
	color:#fff;
	background: #ff9f3c;
	border-color: #ff9f3c;
}
.index-news .index-box {
	/* max-width:1610px; */
	width: 100%;
	overflow:hidden;
	/* padding:0 5px; */
}
.index-news-list {
	width:calc(700% + 70px);
	margin-top:40px;
	display:inline-block;
	left:0;
	position:relative;
	transition:all ease 1s;
}
.index-news-list .lbox {
	width:calc(100% / 7);
	display:inline-block;
	float:left;
	padding-right:10px;
}
.index-news-list .lbox .box1 {
	width:30%;
	margin-right:0.625%;
	float:left;
	transition:all ease .3s;
}
.index-news-list .lbox .box1 a {
	display:inline-block;
	width:100%;
}
.index-news-list .lbox .box1 .img {
	width:100%;
	height:280px;
}
.index-news-list .lbox .box1 .tbox {
	width:100%;
	height:270px;
	box-sizing:border-box;
	background:#f7f7f7;
	padding:0 30px;
}
.index-news-list .lbox .box1:hover {
	box-shadow:0 0 10px 0 rgba(0,0,0,.3);
}
.index-news-list .lbox .box1 .tbox .time {
	color:#999;
	font-family: 'sheepsansbold';
	font-weight:bold;
	font-size:48px;
	line-height:50px;
	border-bottom:1px solid #dbdbdb;
	padding:22px 0 16px;
	background:url(../images/icon20.png) right 54px no-repeat;
	transition:all ease .3s;
}
.index-news-list .lbox .box1 .tbox:hover .time {
	color:#222;
}
.index-news-list .lbox .box1 .tbox .time span {
	font-size:16px;
	line-height:20px;
	font-weight:initial;
	display:block;
}
.index-news-list .lbox .box1 .tbox .titles {
	font-size:16px;
	line-height:36px;
	color:#000;
	margin-top:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-news-list .lbox .box1 .tbox .txts {
	font-size:14px;
	line-height:24px;
	color:#666;
	margin-top:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-news-list .lbox .box2 {
	width:30%;
	margin-right:0.625%;
	float:left;
}
.index-news-list .lbox .box2 .tbox {
	width:100%;
	height:270px;
	background:#f4f4f4;
	box-sizing:border-box;
	padding:0 30px;
	margin-bottom:10px;
	transition:all ease .3s;
}
.index-news-list .lbox .box2 .tbox:hover {
	box-shadow:0 0 10px 0 rgba(0,0,0,.3);
}
.index-news-list .lbox .box2 .tbox a {
	display:inline-block;
	width:100%;
}
.index-news-list .lbox .box2 .tbox .time {
	font-size:48px;
	font-weight:bold;
	line-height:50px;
	font-family: 'sheepsansbold';
	color:#999;
	padding:22px 0 15px;
	background:url(../images/icon20.png) right 54px no-repeat;
	border-bottom:1px solid #dbdbdb;
	transition:all ease .3s;
}
.index-news-list .lbox .box2 .tbox .time span {
	font-size:16px;
	line-height:20px;
	display:block;
}
.index-news-list .lbox .box2 .tbox:hover .time {
	color:#222;
}
.index-news-list .lbox .box2 .tbox .titles {
	font-size:16px;
	line-height:36px;
	color:#000;
	margin-top:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-news-list .lbox .box2 .tbox .txts {
	font-size:14px;
	line-height:24px;
	color:#666;
	margin-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-news-list .lbox .box3 {
	width:38.75%;
	float:left;
}
.index-news-list .lbox .box3 .tbox {
	width:100%;
	height:130px;
	margin-bottom:10px;
	box-sizing:border-box;
	padding:30px;
	background:#f4f4f4 url(../images/icon20.png) 95% 60px no-repeat;
	transition:all ease .3s;
}
.index-news-list .lbox .box3 .tbox:hover {
	box-shadow:0 0 10px 0 rgba(0,0,0,.3);
}
.index-news-list .lbox .box3 .tbox a {
	display:inline-block;
}
.index-news-list .lbox .box3 .tbox .time {
	font-size:48px;
	font-weight:bold;
	line-height:50px;
	font-family: 'sheepsansbold';
	color:#999;
	float:left;
	margin-right:30px;
	transition:all ease .3s;
}
.index-news-list .lbox .box3 .tbox:hover .time {
	color:#222;
}
.index-news-list .lbox .box3 .tbox .time span {
	font-size:16px;
	display:block;
	line-height:20px;
}
.index-news-list .lbox .box3 .tbox .titles {
	width:410px;
	float:left;
	font-size:16px;
	line-height:26px;
	color:#000;
	padding-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.index-client {
	width:100%;

}
.index-client-box {
	width:100%;
	display:table;
}
.index-client-img {
	width:65%;
	height:635px;
	position:relative;
	float:left;
}
.index-client-img .img {
	position:absolute;
	border-radius:50%;
	overflow:hidden;
	box-shadow:0 0 10px 0 rgba(0,0,0,.1);
	transition:all ease 1.5s;
	left:459px;
	top:328px;
	width:1px;
	height:1px;
	cursor:pointer;
	transform-origin: 50% 50%;
	-ms-transform-origin:50% 50%;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;

	-moz-transition: all .8s linear;
	-o-transition:  all .8s linear;
	transition: all .8s linear;
}
.index-client-img .img img {
	width:100%;
}
.index-client-img .img10 {
	z-index:2;
}
.index-client-img .img:hover {
	-webkit-transform:  scale(1.5) ;
	-moz-transform: scale(1.5) ;
	-ms-transform: scale(1.5);
	-o-transform:  scale(1.5) ;
	transform:  scale(1.5);
}
.index-client-img .img6:hover,.index-client-img .img7:hover,.index-client-img .img9:hover,.index-client-img .img11:hover    {
	-webkit-transform:  scale(1.3) ;
	-moz-transform: scale(1.3) ;
	-ms-transform: scale(1.3);
	-o-transform:  scale(1.3) ;
	transform:  scale(1.3);
}
.index-client-img .img10:hover {
	-webkit-transform:  scale(1.2) ;
	-moz-transform: scale(1.2) ;
	-ms-transform: scale(1.2);
	-o-transform:  scale(1.2) ;
	transform:  scale(1.2);
}

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

/*--------footer--------*/
footer {
	width:100%;
}

.foot-top {
	width:100%;
	min-height:365px;
	padding:60px 7.8% 18px;
	display:table;
	background:url(../images/f-bg1.jpg) center center no-repeat;
	background-size:auto 100%;
}
.foot-top li {
	width:22%;
	float:left;
	margin-right:2.6%;
}
.foot-top li:last-child {
	margin-right:0;
}
.foot-top li .title {
	font-size:14px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid rgba(255,255,255,.08);
	padding-bottom:12px;
}
.foot-top li .tbox {
	font-size:14px;
	line-height:28px;
	padding-top:22px;
}
.foot-top li .tbox .txt {
	color:#999;
}
.foot-top li .tbox .more {
	width:96px;
	height:32px;
	border:1px solid #504f4f;
	border-radius:16px;
	display:block;
	color:#666;
	font-size:12px;
	margin-top:32px;
	padding-left:20px;
	background:url(../images/f-icon4.png) 62px center no-repeat;
	transition:all ease .5s;
}
.foot-top li .tbox .more:hover {
	border:1px solid #fff;
	color:#fff;
	background:url(../images/f-icon5.png) 62px center no-repeat;
}
.foot-top li .tbox .link {
	width:50%;
	display:block;
	color:#999;
	float:left;
	transition:all ease .5s;
}
.foot-top li .tbox .link:hover {
	color:#fff;
}
.foot-top li .tbox li {
	width:100%;
	display:table;
	padding:12px 0;
	border-bottom:1px dashed #494848;
}
.foot-top li .tbox li:last-child {
	border:none;
}
.foot-top li .tbox li .img {
	width:90px;
	float:left;
}
.foot-top li .tbox li .tboxs {
	width:calc(100% - 110px);
	float:right;
	font-size:14px;
	line-height:28px;
	color:#999;
}
.foot-top li .tbox li .tboxs .t1 {
	color:#fff;
	font-weight:bold;
}
.foot-top li .tbox li .tboxs .t2 {
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.foot-center {
	width:100%;
	padding:60px 7.8% 18px;
	display:table;
	min-height:220px;
	background:#222;
	color:#999;
}
.foot-center li {
	width:22%;
	float:left;
	margin-right:2.6%;
}
.foot-center li:last-child {
	margin-right:0;
}
.foot-center li .f-ewm {
	width:100px;
	margin-right:10px;
	float:left;
}
.foot-center li .tbox {
	display:inline-block;
	line-height:28px;
}
.foot-center li .tbox.ewm {
	padding-top:22px;
}
.foot-center li .tbox.tel {
	padding:6px 0 0 45px;
	background:url(../images/f-icon1.png) left 8px no-repeat;
}
.foot-center li .tbox.sz {
	padding:8px 0 0 45px;
	background:url(../images/f-icon2.png) left 4px no-repeat;
}
.foot-center li .tbox.gz {
	padding:8px 0 0 45px;
	background:url(../images/f-icon3.png) left top no-repeat;
}

.foot-center li .tbox .t1 {
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.foot-center li .tbox .t2 {

}


.foot-button {
	width:100%;
	padding:30px 7.8% 18px;
	display:table;
}
.foot-button .link-box {
	width:88%;
	float:left;
}
.foot-button .link-box .a-box {
	width:100%;
}
.foot-button .link-box .a-box a {
	font-size:12px;
	line-height:30px;
	color:#666;
	margin-right:20px;
	transition:all ease .5s;
}
.foot-button .link-box .a-box span {
	font-size:12px;
	line-height:30px;
	color:#666;
	margin-right:20px;
	transition:all ease .5s;
}
.foot-button .link-box .a-box a:hover {
	color:#222;
}
.foot-button .link-box .copyright {
	line-height:28px;
	color:#999;
	margin-top:10px;
}
.foot-button .link-box .copyright a {
	color:#999;
}
.foot-button .makelink {
	width:106px;
	height:30px;
	border:1px solid #e4e4e4;
	text-align:center;
	line-height:28px;
	display:block;
	color:#999;
	float:right;
	transition:all ease .5s;
}
.foot-button .makelink:hover {
	color:#222;
}
.right-side .menu_ico{
	display:none
}
@media(max-width:1370px) {
	.foot-top li .tbox .txt,.foot-top li .tbox .link,.foot-top li .tbox li .tboxs .t2 {
		font-size:12px;
	}
}

@media (max-width: 1200px){
	header .logo{
		width: 100px;
		left: 20px;
	}
	header .right-side li a{
		padding: 15px 0 6px;
		font-size: 14px;
	}
	.header-phone-number{
		right: 20px;
		top: 16px;
		font-size: 16px;
		padding-left: 22px;
	}

	.ny-banner .nb-menu ul {
		width: 100%;
		overflow-x: auto;
		display: flex;
		white-space: nowrap;
	}
	.ny-banner .nb-menu ul::-webkit-scrollbar{
		display: none;
	}


	.ny-banner .boxs.n2 .box{
		bottom: 20px;
	}

	.index-banner .carousel-item2 .img-box .img1{
		left: 735px;
		top: 370px;
	}
	.index-banner .carousel-item2 .img-box .img2{
		right: 295px;
		top: 355px;
	}


	.index-case .mores, .index-news-more{
		top: 10px;
	}
	.index-case-menu li:last-child{
		margin-right: 0;
	}
	.index-case-menu li a, .index-news-menu li a{
		padding: 0 10px;
		font-size: 14px;
	}
	.index-case-list li .tbox .title .icon{
		top: 5px;
	}

	.index-data .index-data-list{
		width: 100%;
		padding: 110px 30px;
	}
	.index-solution .index-box{
		padding: 0;
	}
	.index-solution-box .tbox .title{
		font-size: 28px;
	}
	.index-solution-box .tbox .list{
		margin-top: 35px;
	}
	.index-solution-box .tbox .list li a{
		padding: 0px 10px;
	}
	.index-solution-box .tbox .list li{
		margin: 0 20px 15px 0;
	}
	.index-news-list .lbox .box1 .img{
		height: 270px;
	}
	.index-news-list .lbox .box1 .tbox{
		height: 280px;
	}
	.index-client.active .index-client-img .img10{
		left: 39.4%;
		top: 41.1%;
	}
	.index-client.active .index-client-img .img13{
		left: 57%;
		top: 28%;
	}
	.index-client.active .index-client-img .img16{
		left: 68.6%;
		top: 43%;
	}


}

@media (max-width: 960px){

	header .logo {
		width:120px;
		left:20px;
		top: 10px;
	}
	.header-phone-number {
		right:20px;
		top:14px;
		font-size:16px;
		line-height: 36px;
	}
	header .right-side li{
		margin:0 5px;
	}

}


@media (max-width: 900px){

	.foot-top{
		display:none;
	}
	.foot-center {
		padding:20px 7.8% 18px;
	}
	.foot-center li{
		width: 100%;
		margin-right: 0;
	}
	.foot-center li:first-child{
		display: none;
	}

	.foot-button{
		padding: 15px 3%;
	}
	.foot-button .link-box .copyright{
		text-align: center;
		margin-top: 0;
		display: block;
	}


	header .right-side{
		width:100%;
		float:right;
		margin-top:0;
		margin-right:0;
		padding-right: 20px;
		padding-top: 15px;
		padding: 15px 20px 15px 0;
	}
	header .right-side .menu_ico{
		float:right;
	}
	header .right-side .menu_ico img{
		width:34px;
	}
	.right-side .menu_ico{
		display:block;
	}
	header .right-side ul{
		display:none;
		background-color: rgba(0,0,0,.9);
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		z-index: -1;
		padding-top: 75px;
	}
	header .right-side ul li{
		display:block;
	}
	header .right-side ul li.on{
		display:block;
	}
	header .right-side ul li a{
		color:#fff;
		width:100%;
		padding:0;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	header .right-side ul li.on a{
		color:#f00;
	}
	header .right-side li a:after{
		display: none;
	}
	.header-phone-number{
		display:none;
	}


	.index-banner .carousel-item1 .swiper-inner-text .cansual-des{
		font-size: 18px;
		line-height: 24px;
	}
	.index-banner .carousel-item1 .swiper-inner-text .cansual-des span{
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.index-banner .carousel-item2 .cansual-des{
		font-size: 18px;
		line-height: 24px;
	}
	.index-banner .carousel-item2 .cansual-des .s2{
		font-size: 26px;
		line-height: 30px;
	}
	.index-banner .carousel-item2 .img-box{
		width: 100%;
	}
	.index-banner .carousel-item2 .img-box .img1{
		left: 335px;
		top: 235px;
		height: 205px;
	}
	.index-banner .carousel-item2 .img-box .img2{
		height: 210px;
		right: 0;
		top: 218px;
	}
	.index-banner .carousel-item2 .img-box .img3{
		width: 50%;
		top: 15%;
		right: 6%;
		height: 330px;
		padding: 20px 1px;
	}


	.index-banner .carousel-item3 .cansual-des{
		font-size: 18px;
		line-height: 24px;
	}
	.index-banner .carousel-item3 .cansual-des .s2{
		font-size: 26px;
		line-height: 30px;
	}
	.index-banner .carousel-item .link {
		width: 135px;
		height: 40px;
		line-height: 40px;
		margin-top: 30px;
	}
	.carousel-scroll-btn{
		left: 70px;
	}

	.page-header-bar{
		height: 50px;
		line-height: 50px;
	}
	.carousel-controls{
		width: 400px;
		height: 50px;
	}
	.carousel-controls .count{
		width: 150px;
		padding-left: 40px;
		font: bold 18px/50px 'gotham-medium';
	}
	.carousel-controls .controls{
		left: 150px;
	}
	.carousel-controls .carousel-control{
		height: 50px;
	}

	.advantage-title{
		/* margin-top: 30px; */
		padding-bottom: 30px;
	}
	.advantage-title .bdl{
		line-height: 20px;
	}
	.advantage-title .title{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.advantage-title .bdr{
		line-height: 52px;
	}

	.index-box{
		/* padding: 0 30px; */
	}
	.advantage-list{
		/* padding-bottom: 30px; */
	}
	.advantage-list ul{display:flex;justify-content: space-around;flex-wrap:wrap;}
	.advantage-list li{
		padding: 30px 10px 30px 10px;
	}
	.advantage-list li .icon{
		height: 60px;
	}
	.advantage-list li .icon1 {
		background:url(../images/icon8.png) left top no-repeat;
		background-size: 40px;
	}
	.advantage-list li .icon2 {
		background:url(../images/icon9.png) left top no-repeat;
		background-size: 40px;
	}
	.advantage-list li .icon3 {
		background:url(../images/icon10.png) left top no-repeat;
		background-size: 40px;
	}
	.advantage-list li .icon4 {
		background:url(../images/icon11.png) left top no-repeat;
		background-size: 40px;
	}
	.advantage-list li:hover .icon1 {
		background:url(../images/icon12.png) left top no-repeat;
		background-size: 40px;
	}
	.advantage-list li:hover .icon2 {
		background:url(../images/icon13.png) left top no-repeat;
		background-size: 40px;
	}
	.advantage-list li:hover .icon3 {
		background:url(../images/icon14.png) left top no-repeat;
		background-size: 40px;
	}
	.advantage-list li:hover .icon4 {
		background:url(../images/icon15.png) left top no-repeat;
		background-size: 40px;
	}
	.advantage-list li .title{
		font-size: 18px;
		line-height: 30px;
		text-align: left;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.advantage-list li .link{
		margin-top: 25px;
	}

	.index-case{
		padding: 10px 10px;
	}
	.index-case-title{
		font-size: 22px;
	}
	.index-case-menu{
		margin-top: 20px;
	}
	.index-case-menu li{
		margin-bottom: 10px;
	}
	.index-case-list{
		margin-top: 20px;
	}
	.index-case-list li .tbox .title .t2{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.index-case .mores, .index-news-more{
		top: 0;
		line-height: 26px;
	}
	.index-data .text-wrap .number-wrap{
		font: normal 80px/1 'AkzidenzGrotesk-BoldCondAlt';
	}
	.index-data .text-wrap .number-wrap .icon{
		vertical-align: 4px;
	}

	.index-solution{
		padding: 50px 3% 50px;
	}
	.index-solution-box .img{
		width: 100%;
	}
	.index-solution-box .tbox{
		width: 100%;
		padding: 4.5% 20px 20px 40px;
	}
	.index-solution-box .tbox .title{
		font-size: 26px;
	}
	.index-news{
		padding: 0 30px;
	}
	.index-news-title{
		font-size: 26px;
	}
	.index-news-menu{
		margin-top: 20px;
	}
	.index-news-list{
		margin-top: 30px;
	}
	.index-news-list .lbox .box3 .tbox .time{
		margin-right: 10px;
	}
	.index-client-img{
		width: 100%;
	}


	.index-case-menu{
		display: flex;
		overflow-x: scroll;
		white-space: normal;
	}
	.index-case-menu ul{
		display: flex;
		white-space: nowrap;
	}
	.index-news-menu{
		display: flex;
		overflow-x: scroll;
		white-space: normal;
	}
	.index-news-menu ul{
		display: flex;
		white-space: nowrap;
	}

	.index-news-list .lbox .box1 .tbox{
		height: auto;
	}

}

.phonebanner{
	display: none;
}
.phone-banner{
	display: none;
}
/*------- phone-begin --------*/
@media (max-width: 767px){

	header .logo{
		width: 94px;
	}

	header .right-side .menu_ico img{
		width: 25px;
	}
	.ny-banner {
		height: 360px;
	}
	.foot-button .makelink{
		display: none;
	}
	.about-address{
		display: none;
	}

	.index-banner{
		height: 500px;
	}
	.index-banner .carousel-item1 img{
		width: 220%;
		left: -25%;
		max-width: initial;
	}
	.index-banner .carousel-item1.active img {
		top: -140px;
	}

	.page-header-bar{
		display: none;
	}

	.phonebanner{
		display: block;
		position: absolute;
		left: 0;
		bottom: 16px;
		text-align: center;
		width: 100%;
		z-index: 9;
	}
	.phonebanner span{
		width: 7px;
		height: 7px;
		background: #fff;
		border-radius: 50%;
		margin: 0 5px;
		display: inline-block;
		transition: all ease .5s;
	}
	.phonebanner span.active{
		width: 15px;
	}

	.index-banner{
		display: none;
	}
	.phone-banner{
		width: 100%;
		position: relative;
		display: block;
	}
	.pbanner-box{
		width: 100%;
		position: relative;
	}
	.pbanner-box .img{
		width: 100%;
	}
	.pbanner-box .img img{
		width: 100%;
	}
	.pbanner-box .tbox1{
		position: absolute;
		left: 30%;
		top: 25%;
		transform: translateY(-50%);
	}
	.pbanner-box .tbox1 .t1{
		font-size: 26px;
		text-align: left;
		line-height: 30px;
		color: #fff;
	}
	.pbanner-box .tbox1 .t2{
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		text-align: left;
		margin-top: 9px;
	}
	.pbanner-box .tbox2{
		width: 100%;
		position: absolute;
		left: 0;
		top: 110px;
		text-align: center;
	}
	.pbanner-box .tbox2 .t1{
		font-size: 26px;
		line-height: 1;
		color: #fff;
	}
	.pbanner-box .tbox2 .t2{
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		margin-top: 11px;
	}
	.pbanner-box .tbox3{
		width: 100%;
		position: absolute;
		left: 0;
		top: 110px;
		text-align: center;
	}
	.pbanner-box .tbox3 .t1{
		font-size: 26px;
		line-height: 1;
		color: #fff;
	}
	.pbanner-box .tbox3 .t2{
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		margin-top: 11px;
	}




	.phone-banner .swiper-pagination{
		bottom: 16px;
	}
	.phone-banner .swiper-pagination .swiper-pagination-bullet{
		width: 7px;
		height: 7px;
		border-radius: 3px;
		background: #fff;
		opacity: 1;
	}
	.phone-banner .swiper-pagination .swiper-pagination-bullet-active{
		width: 15px;
	}




	.index-case-menu li a{
		font-size: 14px;
	}
	.index-solution{
		padding: 40px 3%;
	}
	.index-solution-box{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.index-solution-box .tbox{
		padding: 40px 25px 35px;
	}
	.index-solution-box .tbox .list {
		width:100%;
	}
	.index-solution-box .tbox .list li {
		float:left;
		margin: 0 10px 10px 0;
	}
	.index-solution-box .tbox .list li:nth-child(2n){
		margin-right: 0;
	}
	.index-solution-box .tbox .list li a {
		line-height: 30px;
		border-radius: 15px;
		padding: 0 10px;
		font-size:14px;
	}
	.index-solution-box .tbox .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.index-solution-box .tbox .txt{
		line-height: 20px;
	}
	.index-client.active .index-client-img .img9 {
		left: 36.6%;
		top: 17.6%;
	}

	.carousel-scroll-btn {
		display: none;
	}


	.carousel-controls{
		width: 210px;
	}
	.carousel-controls .count {
		width: 90px;
		padding-left: 15px;
	}
	.carousel-controls .controls{
		left: 90px;
	}
	.carousel-controls .carousel-control{
		width: 60px;
		height: 50px;
	}
	.index-banner .carousel-item2 .bg-img{
		width: 200%;
		left: -50%;
		max-width: initial;
		height: 100%;
	}
	.index-banner .carousel-item2 .img-box .img3{
		width: 70%;
		top: 28%;
		right: 15%;
		height: 330px;
		padding: 10px 5px;
	}
	.index-banner .carousel-item2 .img-box .img2{
		right: 65px;
		top: 312px;
		width: 95px;
		height: 115px;
		padding: 8px 10px 0 10px;
	}
	.index-banner .carousel-item2 .img-box .img1{
		left: 115px;
		top: 335px;
		height: 82px;
		width: 40px;
		padding: 3px;
	}
	.index-banner .carousel-item3 .bg-img{
		height: 100%;
	}
	.index-banner .carousel-item3 .img-box .img2{
		top: 20%;
		height: auto;
	}
	.index-banner .carousel-item3 .img-box li.img2 img{
		height: auto;
	}

	.index-banner .swiper-inner-text{
		left: 3%;
	}
	.index-banner .carousel-item1 .swiper-inner-text .cansual-des,
	.index-banner .carousel-item2 .cansual-des,
	.index-banner .carousel-item3 .cansual-des{
		font-size: 18px;
		line-height: 24px;
	}
	.index-banner .carousel-item1 .swiper-inner-text .cansual-des span,
	.index-banner .carousel-item2 .cansual-des .s2,
	.index-banner .carousel-item3 .cansual-des .s2{
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 10px;
		display: block;
	}
	.index-banner .carousel-item .link{
		background: #222 url(../images/icon22.png) 68px center no-repeat;
		width: 100px;
		font-size: 12px;
		padding-left: 10px;
		margin-top: 10px;
	}


	.index-box{
		/* padding: 0 20px; */
	}
	/*index-advantage*/
	.index-advantage {
		width:100%;
		background:#fff;
		padding: 0 10px;
	}
	.index-box {
		max-width:1600px;
		margin:auto;
		position:relative;
	}
	.advantage-title {
		width:100%;
		position:relative;
		padding-bottom:54px;
	}
	.advantage-title .bdl {
		font-size:70px;
		line-height:70px;
		font-family:Helvetica;
		color:#000;
	}
	.advantage-title .tbox {

	}
	.advantage-title .title {
		font-size:36px;
		line-height:1;
		font-weight:bold;
		color:#222;
		margin-bottom:23px;
	}
	.advantage-title .txt {
		width:685px;
		font-size:14px;
		line-height:24px;
		color:#666;
	}
	.advantage-title .bdr {
		font-size:70px;
		line-height:70px;
		font-family:Helvetica;
		color:#000;
		display:table;
		position:absolute;
		right:0;
		top:110px;
	}
	.advantage-title .bdr span {
		width:300px;
		height:2px;
		background:#222;
		display:inline-block;
		position:absolute;
		top:9px;
		right:65px;
	}
	.advantage-title .bdl{
		font-size: 40px;
		text-align: left;
	}
	.advantage-title .bdr{
		font-size: 40px;
		line-height: 70px;
	}
	.advantage-title .title{
		font-size: 18px;
		text-align: left;
	}
	.advantage-title .txt{
		width: 100%;
		text-align: left;
	}
	.advantage-title .bdr span {
		width: 170px;
		top: 23px;
		right: 50px;
	}
	.advantage-list li {
		width: 47%;
		margin: 0 1.5%;
	}
	.advantage-list li .txt{
		min-height: 66px;
		text-align: left;
	}

	.index-case-list li{
		width: 50%;
		margin-right: 0;
	}
	.index-data .text-wrap .number-wrap{
		font: normal 30px/1 'AkzidenzGrotesk-BoldCondAlt';
	}
	.index-data .text-wrap .number-wrap .icon{
		font-size: 20px;
	}

	.index-case .mores, .index-news-more{
		right: 20px;
	}
	.index-news{
		padding: 0 10px;
	}
	.index-news .index-box{
		/* padding: 0 10px; */
		margin-top: 20px;
	}
	.index-jzld{
		/* padding:20px 0; */
	}
	.index-jzld .index-news-title{
		margin: 10px auto 20px;
		text-align:center;
	}
	.index-hzjg{margin-bottom:20px}
	.index-hzjg .index-news-title{
		margin: 40px auto 10px;
		text-align:center;
	}
	.index-jslc .index-news-title{
		margin: 40px auto 0px;
		text-align:center;
	}
	.index-news-title{
		font-size: 18px;
		text-align: left;
	}
	.index-news-more{
		font-size: 14px;
	}
	.index-news-list .lbox .box1{
		margin-bottom: 10px;
	}
	.index-news-list .lbox .box1,
	.index-news-list .lbox .box2,
	.index-news-list .lbox .box3{
		width: 100%;
		margin-right: 0;
	}

	.index-client-tbox .title{
		font-size: 18px;
		line-height: 24px;
	}
	.index-client-tbox .txt{
		line-height: 20px;
	}
	.foot-button .link-box .a-box a{
		line-height: 20px;
	}
	.foot-button .makelink{
		margin-top: 10px;
	}

	.index-data .index-data-list{
		padding: 30px 20px;
	}
	.index-data .item{
		width: 50%;
		height: 175px;
	}
	.index-data .item:nth-child(3n) .item-inner{
		border-right: 1px solid rgba(255,255,255,.2);
	}
	.index-data .item:nth-child(2n) .item-inner{
		border-right: 0;
	}
	.index-data .item:nth-child(4) .item-inner {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.index-data .item-inner{
		height: 175px;
	}

	.index-data .video{
		display: none;
	}

	.index-client.active .index-client-img .img2,
	.index-client.active .index-client-img .img12,
	.index-client.active .index-client-img .img17,
	.index-client.active .index-client-img .img18,
	.index-client.active .index-client-img .img19{
		display: none;
	}


	.index-client.active .index-client-img .img5 {
		left: 0%;
		top: 1.8%;
	}
	.index-client.active .index-client-img .img6 {
		left: 6.5%;
		top: 17.5%;
	}
	.index-client.active .index-client-img .img9 {
		left: 26.6%;
		top: 2.6%;
	}
	.index-client.active .index-client-img .img15 {
		left: 79.2%;
		top: 4.7%;
	}
	.index-client.active .index-client-img .img13 {
		left: 56%;
		top: 14%;
	}
	.index-client.active .index-client-img .img7 {
		left: 5%;
		top: 34%;
	}
	.index-client.active .index-client-img .img16 {
		left: 77.6%;
		top: 28%;
	}
	.index-client.active .index-client-img .img10 {
		left: 34.4%;
		top: 31.1%;
	}
	.index-client.active .index-client-img .img14 {
		left: 68.25%;
		top: 51.4%;
	}
	.index-client.active .index-client-img .img11 {
		left: 31.25%;
		top: 57.8%;
	}
	.index-client.active .index-client-img .img4 {
		left: 1.6%;
		top: 66.7%;
	}
	.index-client.active .index-client-img .img20 {
		left: 65%;
		top: 73%;
	}

	.carousel-controls .carousel-line{
		top: 8px;
	}

	.index-case-title{
		font-size: 18px;
		text-align: left;
	}
	.index-case-list li .tbox{
		padding: 13px;
	}
	.index-case-list li .tbox .title{
		line-height: 18px;
	}
	.index-case-list li .tbox .title .t1{
		font-size: 14px;
		text-align: left;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.index-case-list li .tbox .title .t2{
		font-size: 12px;
		margin-top: 6px;
		text-align: left;
	}
	.index-case-list li .tbox .more{
		display: none;
	}
	.index-data .wrap{
		background: url(../images/bimg1.jpg) center top no-repeat;
		background-size: 100% 100%;
	}
	.relevant-case {
		padding: 40px 3%;
	}
	.case-list{
		margin-top: 30px;
	}

	.index-client-box{
		padding-top: 20px;
		display: flex;
		flex-direction: column-reverse;
	}

	.foot-button{
		background: #fff;
	}
	.foot-button .link-box .a-box{
		display: none;
	}

	.index-news-list .lbox .box1 .tbox{
		display: flex;
		flex-wrap: wrap;
		padding: 17px 15px;
	}
	.index-news-list .lbox .box1 .tbox .time{
		order: 2;
		font-size: 12px;
		font-weight: initial;
		font-family: Arial;
		display: flex;
		background: none;
		line-height: 25px;
		padding: 0;
		border-bottom: none;
	}
	.index-news-list .lbox .box1 .tbox .time span{
		font-size: 12px;
		display: inline-block;
		order: -1;
		line-height: 25px;
	}
	.index-news-list .lbox .box1 .tbox .titles{
		order: 1;
		margin-top: 0;
		text-align: left;
		line-height: 22px;
	}
	.index-news-list .lbox .box1 .tbox .txts{
		order: 3;
		font-size: 12px;
		text-align: left;
		line-height: 18px;
		margin-top: 4px;
	}

	.index-news-list .lbox .box2 .tbox{
		padding: 17px 15px;
		height: auto;
	}
	.index-news-list .lbox .box2 .tbox a{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.index-news-list .lbox .box2 .tbox .time{
		order: 2;
		font-size: 12px;
		font-weight: initial;
		font-family: Arial;
		display: flex;
		background: none;
		line-height: 25px;
		padding: 0;
		border-bottom: none;
	}
	.index-news-list .lbox .box2 .tbox .time span{
		font-size: 12px;
		display: inline-block;
		order: -1;
		line-height: 25px;
	}
	.index-news-list .lbox .box2 .tbox .titles{
		order: 1;
		text-align: left;
		margin-top: 0;
		line-height: 22px;
	}
	.index-news-list .lbox .box2 .tbox .txts{
		order: 3;
		font-size: 12px;
		line-height: 18px;
		text-align: left;
		margin-top: 4px;
	}
	.index-news-list .lbox .box3{
		display: none;
	}

}
/*------- phone-end --------*/


@media (max-width: 414px){

	.advantage-title .bdr{
		top: initial;
		bottom: -5px;
	}

	.advantage-title .bdr span{
		width: 100px;
	}
	.index-banner .swiper-inner-text{
		top: 60%;
	}
	.advantage-list li{
		padding: 10px 5px;
	}


}
.fuwuTixi{
	/* height: 520px; */
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-around;
}
.fuwuTixi li{
	width: 46%;
	height: 250px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 15px;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.08);
	text-align: center;
	padding: 36px 20px 20px;
	transition: all 400ms;
}
.fuwuTixi li:nth-child(4n){
	margin-right: 0;
}
.fuwuTixi li:hover{
	transform: translateY(-20px);
}
.fuwuTixi li>Span{
	display: block;
	text-align: center;
	height: 60px;
	margin-bottom: 15px;
}
.maximg img{height:100%;}
.fuwuTixi li h3{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
}
.fuwuTixi li p{
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	height: 44px;
	margin-bottom: 30px;
}
.fuwuTixi li>em{
	display: block;
	text-align: center;
	margin-top: 15px;
}
.ad_title {
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	margin: 100px auto 60px;
}

.ad_title p {
	font-size: 16px;
	color: #646464;
	margin-top: 16px;
}
/* about */
.aboutTop{
	display: block;
	width: 100%;
	height: 700px;
	background: #f8f8f8;
}
.aboutTopImg{
	width: 100%;
	/* height: 100%; */
}
.aboutTopDiv{
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-right: 10px;
}
.aboutTopDiv h2{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-bottom: 15px;
}
.aboutTopText{
	display: block;
	width: 96%;
	margin-left: 15px;
	padding-right: 4%;
	height: 240px;
	text-align: justify;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	overflow: auto;
}
.aboutTopText p{
	text-indent: 24px;
}
.aboutTopText::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.aboutTopText::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px #8a8a8a;
	background: #8a8a8a;
}
.aboutTopText::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #e9e9e9;
	border-radius: 0;
	background: #e9e9e9;
}
.aboutTopUl{
	align-items: center;
	display:flex;
	justify-content:space-around;
	margin-bottom: 30px;
}
.aboutTopUl li{
	/* float: left; */
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	color: #4a4a4a;
	padding: 0 20px;
	position: relative;
}
.aboutTopUl li::after{
	content: "";
	display: block;
	width: 1px;
	height: 64px;
	background: #e1e1e1;
	position: absolute;
	right: 0;
	top: 16px;
}
.aboutTopUl li:last-child::after{
	display: none;
}
.aboutTopUl li:first-child{padding-left: 0;}
.aboutTopUl li:last-child{padding-right: 0;}
.aboutTopUl li h3{
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	color: #ea5404;
}
.aboutTopUl li h3 span{
	font-size: 24px;
	margin-right: 8px;
}
.logoArr0125{display:flex;flex-wrap:wrap;justify-content:space-around}
.logoArr0125 li{width:48%}
.regongg {padding: 10%; margin-top: 35px;}
.regongg .con {padding: 30px;background: rgba(255, 147, 31, 0.85);color: #fff;}
.regongg .con h5 {line-height: 28px;margin-bottom: 20px;padding-top: 20px;font-size: 23px;font-weight: bold;text-align: left;position: relative;}
.regongg .con p {margin-bottom: 25px;line-height: 24px;font-size: 14px;color: #fff;text-align: left;}
.process-list {padding: 40px 0;display: flex;flex-wrap: wrap;}
.process-list .item {width: 48%;padding: 15px;/* margin-bottom: 20px; */}
.process-list .item .item-wrap { position: relative; }
.process-list .item .item-wrap::before {/* content: ''; */display: block;height: 100%;width: 0;position: absolute;left: -40px;border-left: 1px solid #f0f0f0;}
.process-list .item .item-wrap .item-num {font-size: 24px;margin: 0 auto;width: 50px;height: 50px;border-radius: 50%;color: #FFFFFF;text-align: center;line-height: 54px;background-image: -moz-linear-gradient(-170deg, #1e3c72 0%, #2a5298 100%);background-image: -webkit-linear-gradient(-170deg, #1e3c72 0%, #2a5298 100%);background-image: -ms-linear-gradient(-170deg, #1e3c72 0%, #2a5298 100%);}
.process-list .item .item-wrap .item-info {flex: 0 0 calc( 100% - 50px);/* padding-left: 18px; */}
.process-list .item .item-wrap .item-info .item-name {font-size: 18px;color: #282828;margin-top: 8px;margin-bottom: 10px;}
.process-list .item .item-wrap .item-info .item-desc { font-size: 14px; color: #999999; line-height: 18px; }
.process-list .item:nth-child(odd) .item-num {background-image: -moz-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%);background-image: -webkit-linear-gradient(-170deg, #d7d7d7 0%, #f7975a 0%, #e78115 100%);background-image: -ms-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%);}
.con-1 .process-list .item:nth-child(4n+1) .item-wrap::before { display: none; }
.con-1 .process-list .item:nth-child(n+5) { margin-bottom: 0; }
.con-2 .process-list .item:nth-child(3n+1) .item-wrap::before { display: none; }
.con-2 .process-list .item:nth-child(n+4) { margin-bottom: 0; }

.mbox8Wx {
	position: absolute;
	bottom: 35px;
	left: 50%;
	display: none;
	margin-left: -50px;
	width: 100px
}

.mbox8RigBot li a:hover {
	color: #da0502
}

.mbox8RigBot li:hover .mbox8Wx {
	display: block
}

.active .mbox8Left, .cut .mbox8Left {
	transform: rotateY(0)
}
.fp-tableCell{
	padding: 30px 0;
	background: url(../images/box8Bg.jpg) center center no-repeat;
	background-size: cover;
}

.mbox8 {
	/* padding-top: 50px */
}

.mbox8Wrap {
	margin: 0 auto;
	transform-style: preserve-3d;
	perspective: 1000px;
}

.mbox8Left {
	padding: 20px 30px;
	width: 340px;
	/* height: 100%; */
	margin: 0 auto;
	background: rgba(231, 128, 18, 0.84);
	color: #FFF;
}

.mbox8LefEn {
	padding: 5px 0;
	color: #FFF;
	text-align: left;
	font-size: 30px;
}

.mbox8LefCn {
	padding: 5px 0;
	text-align: left;
	font-size: 17px
}

.mbox8Mes {
}

.mbox8Mes li {
	margin-bottom: 5px
}

.mbox8Mes li input {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	background: 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 50px;
}

.mbox8Mes li textarea {
	margin-top: 10px;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	background: 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	resize: none
}

.mbox8MesBtn {
	display: block;
	margin-top: 20px;
	width: 110px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, .5);
	color: #FFF;
	font-size: 13px;
	line-height: 34px
}

.mbox8MesBtn:focus, .mbox8MesBtn:hover {
	color: #FFF
}

.mbox8Right {
	/* float: right; */
	padding: 15px 0;
	width: 340px;
	background: #FFF;
	margin: 0 auto;
	background: rgba(255, 255, 255, .95);
	color: #777;
	font-size: 12px;
	line-height: 26px;
}

.mbox8RigEn {
	padding: 5px 0;
	color: #e78012;
	font-weight: 700;
	font-size: 20px;
	font-family: Arial;
	line-height: 26px;
}

.mbox8RigCn {
	margin: 0 auto;
	/* max-width: 330px; */
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

.mbox8RigTip {
	padding: 10px 0;
	color: #777;
	font-size: 12px;
	line-height: 16px;
}

.mbox8RigCon {
	margin: 0 auto;
	/* max-width: 520px; */
	font-size: 0;
	display: flex;
	width: 96%;
}

.mbox8RigCon li {
	padding: 5px;
	width: 33.33%;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
}

.mbox8RigIco img {
	width: 18px;
	margin: 10px auto;
}

.mbox8RigBot {
	position: relative;
	margin: 30px auto 0;
	max-width: 520px
}

.mbox8RigBot:after, .mbox8RigBot:before {
	position: absolute;
	top: 50%;
	display: block;
	width: 200px;
	height: 1px;
	background: #bcbcbc;
	content: "";
	font-size: 0
}

.mbox8RigBot:before {
	left: 0
}

.mbox8RigBot:after {
	right: 0
}

.mbox8RigBot li {
	position: relative;
	padding: 0 10px;
	width: 38px;
	vertical-align: top;
	text-align: center
}

.mbox8RigBot li a {
	color: #aaa;
	font-size: 18px;
	transition: all .5s ease 0s
}

.mbox8Wx {
	position: absolute;
	bottom: 35px;
	left: 50%;
	display: none;
	margin-left: -50px;
	width: 100px
}

.mbox8RigBot li a:hover {
	color: #da0502
}

.mbox8RigBot li:hover .mbox8Wx {
	display: block
}
input::-webkit-input-placeholder {

	color: #fffbfb;

}
textarea::-webkit-input-placeholder {

	color: #fffbfb;

} 