@charset "utf-8";
@import "animate.min.css";
.header {
	min-width: 1200px;
	padding: 0 20px 0 50px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	height: 160px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.header-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	opacity: 0;
	z-index: 99;
}

.header .logo {
	float: left;
	height: 100%;
	position: relative;
	z-index: 100;
}

.header .logo img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header .menu {
	float: right;
	height: 90px;
	position: relative;
	z-index: 100;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header .menu li {
	float: left;
	line-height: 90px;
}

.header .menu li a {
	margin: 0 20px;
	padding: 0 10px;
	color: #FFFFFF;
	display: block;
	position: relative;
}

.header .menu li a:after {
	content: "";
	width: 0%;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 20px;
	right: 0;
	transition: width 0.3s;
}

.header .menu li a.on:after {
	width: 100%;
}

.header .menu li a:hover:after {
	width: 100%;
}

.header.active {
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
}

.header.active .menu li a {
	color: #000000;
}

.header.active .menu li a:after {
	background-color: #000;
}

.header.active .logo .white {
	display: none;
}

.header.active .logo .black {
	display: block;
}

html,
body {
	position: relative;
	height: 100%;
}

.swiper-banner,
.banner {
	width: 100%;
	height: 100%;
}

.banner {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.swiper-banner .swiper-slide {
	position: relative;
}

.swiper-banner .swiper-slide .comWid {
	min-width: 1200px;
}

.widthWrap {
	position: relative;
	height: 100%;
}

.ani_01 {
	width: 84.5%;
	float: right;
	visibility: hidden;
}
.ani_04{
	width: 42%;
	position: absolute;
	bottom: 16px;
	right: 7%;
}
.ani_02,.ani_05 {
	position: absolute;
	bottom: 18%;
	left: 8%;
	visibility: hidden;
}

.ani_03,.ani_06 {
	position: absolute;
	bottom: 14%;
	left: 8%;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 40px;
	visibility: hidden;
}

.ani_03:before,.ani_06:before {
	content: "";
	width: 30px;
	height: 1px;
	border-top: 1px solid #FFFFFF;
	position: absolute;
	left: 0;
	top: 50%;
}


.banner-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100px;
	width: 86%;
}

.banner-bottom {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 86%;
	background-color: #FFFFFF;
	height: 100px;
	visibility: hidden;
}

.swiper-banner .swiper-button-prev {
	background: url(../images/arrow-left.png) center center no-repeat;
	left: 100px;
}

.swiper-banner .swiper-button-next {
	background: url(../images/arrow-right.png) center center no-repeat;
	left: 190px;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
	position: absolute;
}

.swiper-banner .swiper-button-next:after,
.swiper-banner .swiper-button-prev:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0px;
	height: 2px;
	background-color: #000000;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	transition: width 0.3s;
}

.swiper-banner .swiper-button-prev:after {
	left: 12px;
}

.swiper-banner .swiper-button-next:after {
	left: -12px;
}

.swiper-banner .swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
	width: 30px;
}

.banner-tel {
	height: 100%;
	float: right;
	width: 180px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

.banner-tel .telIcon {
	margin-top: 43px;
}

.banner-tel .tem-num {
	position: absolute;
	margin-left: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	white-space: nowrap;
	/*opacity: 1;*/
}

.moveIcon {
	width: 25px;
	height: 38px;
	border: 1px solid #cccccc;
	border-radius: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.moveIcon img {
	animation: moveIcon 1s linear infinite alternate;
}

@keyframes moveIcon {
	0% {
		margin-top: 10px;
	}
	100% {
		margin-top: 20px;
	}
}

.wrapperBox {
	margin-top: 100%;
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
}

.intro {
	text-align: center;
	padding: 120px;
}

.intro .tit h2 {
	font-size: 42px;
}

.intro .tit p {
	font-size: 14px;
	margin-top: 15px;
}

.intro-numBox {
	display: inline-block;
	padding-top: 40px;
}

.intro-numBox li {
	display: inline-block;
	width: 160px;
}

.numDiv span {
	font-size: 40px;
}

.count-title {
	font-size: 40px;
	display: inline-block;
}

.count-text {
	font-size: 12px;
	margin-top: 10px;
}

.swiper-range {
	width: 100%;
	height: 1080px;
}

.swiper-range .swiper-slide {
	text-align: center;
	font-size: 18px;
	color: #000000;
}

.swiper-p1 {
	position: absolute;
	top: 0!important;
	left: 8%!important;
	right: auto!important;
	text-align: left;
	color: #FFF;
	transform: none!important;
}

.chanpin-bullet {
	display: block;
	width: 163px;
	height: 168px;
	padding-left: 30px;
	position: relative;
	padding-top: 75px;
	opacity: 0.4;
	cursor: pointer;
}

.chanpin-bullet:before {
	content: "";
	width: 1px;
	height: 70px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 50px;
}

.chanpin-bullet-active {
	opacity: 1;
}

.bulletTit {
	font-size: 34px;
	font-style: normal;
}

.bulletTxt {
	display: block;
	font-style: normal;
	font-size: 12px;
	margin-top: 10px;
}

.swiper-range .swiper-slide .comWid {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 86%;
	min-width: 1200px;
}

.range01,
.range04,
.range05,
.range08 {
	color: #FFFFFF;
	float: left;
	padding-left: 22%;
	text-align: left;
	margin-top: 20%;
	position: relative;
	z-index: 11;
}

.range04,
.range08 {
	/*float: right;*/
	padding-left: 0;
}

.range01 h2,
.range01 h2,
.range04 h2,
.range05 h2,
.range08 h2 {
	font-size: 40px;
	padding-left: 70px;
	position: relative;
	font-weight: normal;
}

.range01 h2:before,
.range04 h2:before,
.range05 h2:before,
.range08 h2:before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 50%;
}

.range01 h3,
.range04 h3,
.range05 h3,
.range08 h3 {
	font-size: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: normal;
}

.range01 p,
.range04 p,
.range05 p,
.range08 p {
	font-size: 14px;
	margin-top: 20px;
	margin-left: 70px;
}

.range01 .more,
.range04 .more,
.range05 .more,
.range08 .more {
	display: block;
	height: 30px;
	width: 100px;
	line-height: 28px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 70px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

.range01 .more:before,
.range04 .more:before,
.range05 .more:before,
.range08 .more:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 150ms cubic-bezier(0.1, 0.7, 0.6, 0.9);
	transition: -webkit-transform 150ms cubic-bezier(0.1, 0.7, 0.6, 0.9);
	transition: transform 150ms cubic-bezier(0.1, 0.7, 0.6, 0.9);
	transition: transform 150ms cubic-bezier(0.1, 0.7, 0.6, 0.9), -webkit-transform 150ms cubic-bezier(0.1, 0.7, 0.6, 0.9);
}

.range01 .more:hover::before,
.range04 .more:hover::before,
.range05 .more:hover::before,
.range08 .more:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.range01 .more:hover,
.range04 .more:hover,
.range05 .more:hover,
.range08 .more:hover {
	color: #333;
}

.range01 .more span,
.range04 .more span,
.range05 .more span,
.range08 .more span {
	position: relative;
}

.range02,
.range03,
.range06,
.range07 {
	float: right;
	margin-top: 10%;
	margin-right: 6%;
	width: 23%;
}

.range03,
.range07 {
	float: left;
}

.range03 {
	width: 41.7%;
	margin-left: 10%;
	margin-top: 15%;
}

.range06 {
	width: 20%;
	margin-right: 4%;
}

.range07 {
	width: 19.4%;
	margin-left: 19%;
	margin-right: 8%;
	margin-top: 14%;
}

.product {
	background: url(../images/product-bg.jpg) top center no-repeat, #FFFFFF;
	background-size: 100% auto;
}

.section-tit {
	padding: 90px 0;
	width: 86%;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.section-tit img {
	float: right;
}

.product-swiper {
	max-width: 1400px;
	min-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
}

.productSwiper {
	max-width: 1400px;
	min-width: 1200px;
	height: 800px;
}

.productSwiper .swiper-slide img {
	width: 100%;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
}

.productSwiper .swiper-slide .detail {
	position: absolute;
	right: 68px;
	bottom: 240px;
	z-index: 1;
	width: 312px;
	height: 240px;
	background-color: #201f1f;
	color: #FFFFFF;
	padding: 30px 20px;
}

.productSwiper .swiper-slide .detail h3 {
	font-size: 16px;
	text-align: right;
}

.productSwiper .swiper-slide .detail .txt {
	font-size: 14px;
	color: #cccccc;
	line-height: 1.6;
	margin-top: 14px;
	height: 145px;
	overflow: auto;
}

.product-swiper .product-pagination {
	bottom: 106px;
	left: 50%;
	transform: translateX(-50%);
}

.product-swiper .swiper-pagination-bullet {
	display: inline-block;
	width: 15px;
	height: 2px;
	background: #fff;
	border-radius: 0;
	opacity: 0.8;
	float: left;
}

.product-swiper .swiper-pagination-bullet-active {
	width: 15px;
	height: 6px;
	background-color: #bd000b;
	margin-top: -2px;
}

.product-swiper-next,
.product-swiper-prev {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 94px;
}

.product-swiper-prev {
	left: 20px;
	background: url(../images/icon-left.png) center center no-repeat;
}

.product-swiper-next {
	right: 20px;
	background: url(../images/icon-right.png) center center no-repeat;
}

.product-introBox {
	max-width: 1400px;
	min-width: 1200px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	zoom: 1;
}

.product-intro {
	width: 312px;
	height: 240px;
	position: absolute;
	right: 68px;
	bottom: 30px;
	background-color: #262626;
	z-index: 1;
}


/*.leftUp img {
	-webkit-animation-name: leftUp;
	animation-name: leftUp;
}

@-webkit-keyframes leftUp {
	0% {
		transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
	}
	100% {
		transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
	}
}

@keyframes leftUp {
	0% {
		transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
	}
	100% {
		transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
	}
}

.moveRight img {
	-webkit-animation-name: moveRight;
	animation-name: moveRight;
}

@-webkit-keyframes moveRight {
	0% {
		transform: scale(1.1, 1.1) translate(-4.545%, 0);
	}
	100% {
		transform: scale(1.1, 1.1) translate(4.545%, 0);
	}
}

@keyframes moveRight {
	0% {
		transform: scale(1.1, 1.1) translate(-4.545%, 0);
	}
	100% {
		transform: scale(1.1, 1.1) translate(4.545%, 0);
	}
}

.moveDown img {
	-webkit-animation-name: moveDown;
	animation-name: moveDown;
}

@-webkit-keyframes moveDown {
	0% {
		transform: scale(1.1, 1.1) translate(0, -4.545%);
	}
	100% {
		transform: scale(1.1, 1.1) translate(0, 4.545%);
	}
}

@keyframes moveDown {
	0% {
		transform: scale(1.1, 1.1) translate(0, -4.545%);
	}
	100% {
		transform: scale(1.1, 1.1) translate(0, 4.545%);
	}
}

.centerBig img {
	-webkit-animation-name: centerBig;
	animation-name: centerBig;
}

@-webkit-keyframes centerBig {
	100% {
		transform: scale(1.1, 1.1);
	}
}

@keyframes centerBig {
	100% {
		transform: scale(1.1, 1.1);
	}
}

.rightDownBig img {
	-webkit-animation-name: rightDownBig;
	animation-name: rightDownBig;
}

@-webkit-keyframes rightDownBig {
	100% {
		transform: scale(1.1, 1.1) translate(4%, 4%);
	}
}

@keyframes rightDownBig {
	100% {
		transform: scale(1.1, 1.1) translate(4%, 4%);
	}
}*/


/*用户体验*/

.experience {
	background: url(../images/experience-bg.jpg) top center no-repeat;
	height: 770px;
	overflow: hidden;
}

.experience-box {
	width: 86%;
	margin: 0 auto;
	min-width:1200px;
}

.experience-left {
	width: 50%;
	float: left;
	margin-top: 20px;
}

.circleChart_text {
	line-height: 72px!important;
	color: #d03d2c;
	margin-top: 150px!important;
}

.circle_text {
	line-height: 30px!important;
	font-size: 22px!important;
	color: #ffffff!important;
}

.experience-right {
	padding-left: 120px;
	padding-top: 70px;
	float: left;
	width: 50%;
}

.experience-right .list {
	margin-bottom: 34px;
}

.experience-right .list h3 {
	font-size: 16px;
	color: #FFFFFF;
}

.experience-right .list h3 span {
	font-size: 50px;
	color: #e50e24;
}

.experience-right .list h3 span em {
	font-style: normal;
}

.experience-right .list p {
	font-size: 16px;
	color: #6d6d6d;
	margin-top: 10px;
}

.partner {
	width: 100%;
	min-width: 1200px;
	background-color: #FFFFFF;
	overflow: hidden;
	zoom: 1;
	padding: 15px 0;
}

.partner-item {
	width: 16.66%;
	height: 200px;
	float: left;
	text-align: center;
	position: relative;
}

.partner-item img {
	max-width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.partner-item:hover img {
	animation: bounceIn 0.5s ease-in;
	-webkit-animation: bounceIn 0.5s ease-in;
	/* Safari 和 Chrome */
}

.process {
	height: 828px;
	background: url(../images/process-bg.jpg) top center no-repeat;
	position: relative;
}

.process .section-tit {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.process-list {
	width: 16.66%;
	height: 100%;
	float: left;
	padding-top: 390px;
	text-align: center;
	color: #CCCCCC;
	position: relative;
	background: url(../images/process-list-bg.png) -500px bottom no-repeat;
	background-size: 96% auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.process-list img {
	opacity: 0.5;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.process-list h3 {
	font-size: 28px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.process-list p {
	font-size: 14px;
	margin-top: 15px;
	position: relative;
	z-index: 1;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.process-list .bg-color {
	display: block;
	width: 100%;
	height: 0;
	background: #bd000b;
	opacity: 0.5;
	position: absolute;
	top: 0;
	z-index: 0;
	transition: all 0.3s;
}

.process-list:hover {
	background-position: left bottom;
	padding-top: 360px;
}

.process-list:hover .bg-color {
	height: 100%;
}

.process-list:hover p,
.process-list:hover h3,
.process-list:hover img {
	opacity: 1;
}


/*contact*/

.contact {
	background-color: #ffffff;
	padding: 100px 10%;
}

.contact-box {
	background-color: #bd000b;
	height: 400px;
	position: relative;
	padding: 30px;
	overflow: hidden;
}

.contact-box .bt-tit {
	position: absolute;
	width: 192px;
	height: 168px;
	background-color: #2c2c2c;
	left: 0;
	top: 50%;
	margin-top: -84px;
	text-align: center;
	padding-top: 25px;
}

.contact-box .contact-txt {
	width: 100%;
	height: 0%;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-left: 340px;
	padding-top: 80px;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
}

.contact-txt h3 {
	font-size: 48px;
	font-weight: bold;
}

.contact-txt h4 {
	font-size: 40px;
	line-height: 1.5;
}

.contact-txt span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
}

.contact-txt p {
	font-size: 28px;
	margin-top: 10px;
}

.contact-txt .qq-contact {
	background: url(../images/qq.png) left center no-repeat;
	padding-left: 30px;
	line-height: 37px;
	margin-left: 100px;
}

.contact-txt .qq-contact span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	width: 70px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #bd000b;
	text-align: center;
	background-color: #000000;
	border-radius: 13px;
}


/*footer*/

.pl50 {
	padding-left: 50px;
}

.pl90 {
	padding-left: 90px;
}

.footer {
	background-color: #FFFFFF;
	padding: 10px 10% 50px 10%;
}

.footer-box {
	overflow: hidden;
	zoom: 1;
}

.footer-item {
	width: 25%;
	float: left;
}

.footer-item h3 {
	font-size: 16px;
	margin-bottom: 50px;
}

.footer-item p {
	font-size: 14px;
	color: #454545;
	margin-bottom: 10px;
}

.footer-item button {
	height: 36px;
	width: 118px;
	border: 1px solid #e0e0e0;
	background-color: transparent;
	margin-bottom: 16px;
	font-size: 12px;
	cursor: pointer;
	display: block;
}

.footer-item button img {
	vertical-align: middle;
	margin-right: 6px;
}

.footer-item button span {
	vertical-align: middle;
}

.footer-item .wechat-code {
	width: 90px;
	height: 90px;
}

.copyright {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	background-color: #f2f2f2;
}

.sideBar {
	width: 75px;
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 2;
	height: 320px;
}

.sideBar .side-item {
	height: 80px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255, 255, 255, 0.4);
}

.sideBar .side-item .icon {
	width: 100%;
	height: 100%;
	position: relative;
}

.side-item .icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.telText {
	height: 80px;
	line-height: 80px;
	width: 200px;
	background-color: #000000;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: -200px;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.telText img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.sideTel:hover .telText {
	right: 0;
}

.wx-code {
	text-align: left;
	line-height: 1;
	padding: 11px 0 0 11px;
	width: 151px;
	height: 162px;
	background: url(../images/sidecode_bg.png) left top no-repeat;
	position: absolute;
	left: -160px;
	top: -25px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 100% 30%;
	-ms-transform-origin: 100% 30%;
	transform-origin: 100% 30%;
}

.wx-code img {
	width: 120px;
	height: 120px;
}

.wx-code>p {
	width: 140px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.sideWx:hover .wx-code {
	opacity: 1;
	z-index: 2;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.icon-hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -80px;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.icon-hover img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.side-item:hover {
	background-color: #000;
}

.side-item:hover .icon-hover {
	right: 0;
}

.sideBar .backTop {
	display: none;
}

@media screen and (min-width:1200px) and ( max-width: 1366px) {
	/*当屏幕尺寸小于1366px时，应用下面的CSS样式*/
	.ani_01 {
		width: 89%;
	}
	.ani_02 {
		width: 360px;
	}
	.banner-bottom,
	.banner-btn {
		height: 80px;
	}
	.swiper-button-prev {
		left: 80px;
	}
	.swiper-button-next {
		left: 170px;
	}
	.banner-tel .telIcon {
		margin-top: 33px;
	}
	.intro {
		padding: 100px;
	}
	.range02 {
		width: 320px;
		margin-right: 0;
	}
	.range01 h2 {
		font-size: 30px;
	}
	.range01 h3 {
		font-size: 40px;
	}
	.section-tit {
		padding: 60px 0;
	}
	.section-tit .product-tit {
		width: 340px;
	}
	.productSwiper,
	.product-introBox {
		width: 1200px;
	}
	.partner-item {
		height: 160px;
	}
	.process {
		height: 700px;
	}
	.process-list {
		padding-top: 300px;
	}
	.process-list:hover {
		padding-top: 240px;
	}
	.contact {
		padding: 100px 6%;
	}
	.contact-box .contact-txt {
		padding-left: 280px;
	}
	.footer {
		padding: 10px 6% 50px 6%;
	}
}

@media screen and (min-width:1367px) and ( max-width: 1600px) {
	.range01 h2,
	.range04 h2,
	.range05 h2,
	.range08 h2 {
		font-size: 36px;
	}
	.range01 h3,
	.range04 h3,
	.range05 h3,
	.range08 h3 {
		font-size: 46px;
	}
}

.pc-slide {
	width: 86%;
	min-width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.view .swiper-container {
	width: 100%;
	height: 370px;
}

.view .swiper-slide {
	visibility: hidden;
}

.view .arrow-left {
	background: url(images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height: 170px;
}

.preview .swiper-slide {
	width: 20%;
	height: 170px;
	overflow: hidden;
	text-align: center;
	float: left;
}

.preview .swiper-slide img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.preview .swiper-slide h3 {
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
}

.preview .swiper-slide p {
	font-size: 14px;
	color: #999;
	margin-top: 6px;
}

.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	border: 2px solid #e5e5e5;
}

.preview .active-nav img {
	padding: 0;
	border: 2px solid #bd000b;
	box-sizing: border-box;
}

.team-item {
	display: block;
	padding-top: 60px;
	position: relative;
}

.item-img {
	position: relative;
	top: -60px;
	margin: 0 5% 30px 5%;
	width: 300px;
	height: 340px;
	float: left;
}

.item-img img {
	width: 100%;
	height: 300px;
	border-radius: 50%;
}

.item-content {}

.item-content .title {
	font-size: 30px;
	color: #000;
	margin: 0;
}

.item-content .subtitle {
	font-size: 16px;
	color: #999999;
	margin-left: 5px;
}

.item-content .description {
	height: 250px;
	width: 100%;
	background-color: #f5f5f5;
	margin-top: 20px;
	padding: 40px 50px 40px 0;
}

.item-content .cScrollbar {
	line-height: 1.8;
	font-size: 14px;
	color: #666666;
	height: 170px;
	overflow: auto;
}

.animated {
	visibility: visible!important;
}