@charset "utf-8";
.inBanner{
	width: 100%;
	overflow: hidden;
}
.inBanner.scroll{
	margin-top: 90px;
}
.inBanner a{
	display: block;
}
.inBanner img{
	display: block;
	width: 100%;
}
.inBanner .swiper-container .swiper-pagination{
	height: 33px;
	padding: 0 15px;
	border-radius: 33px;
	line-height: 33px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.inBanner .swiper-pagination-bullet {
	display: inline-block;
 	font-size: 24px;
  	color: #fff;
  	width: 10px;
  	height: 10px;
  	border-radius: 10px;
  	margin: 0 5px;
  	background: rgba(255,255,255,.8);
  	position: relative;
  	font-style: italic;
 	opacity: 1;
}
.inBanner .swiper-pagination-bullet-active {
  	background: #a21d13;
}
.indexOne{
	padding-top: 6%;
	padding-bottom: 10%;
	background: url(../img/b2.jpg) no-repeat center center;
}
.indexOne .inner{
	position: relative;
	padding-right: 660px;
}
.indexOne .left{
	width: 100%;
	padding-right: 5%;
}
.indexOne .right{
	position: absolute;
	top: 0;
	right: 0;
	width: 660px;
}
.indexOne .pubtitle{
	text-align: left;
}
.indexOne .pubtitle h2:before{
	left: 0;
	margin: 0;
}
.indexOne .text{
	margin-bottom: 7%;
	min-height: 6.6em;
}
.indexOne .moreBtn{
	margin: 0;
	background: #a21d13;
	color: #fff;
}
.indexOne li{
	float: left;
	width: 152px;
	margin-right: 60px;
	text-align: center;
	margin-bottom: 10px;
}
.indexOne li p{
	font-size: 18px;
	color: #333333;
	line-height: 2.2em;
	text-align: center;
}
.indexOne li i{
	display: block;
	margin: 0 auto;
	width: 152px;
	height: 152px;
	background: url(../img/i8.png) no-repeat center;
	position: relative;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.indexOne li i:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	position: absolute;
	width: 90px;
	height: 90px;
	background-image: url(../img/icon2.png);
	background-repeat: no-repeat;
}
.indexOne li i.i1:before{background-position:0 0;}
.indexOne li i.i2:before{background-position:0 -90px;}
.indexOne li i.i3:before{background-position:0 -180px;}
.indexOne li i.i4:before{background-position:0 -270px;}
.indexOne li i.i5:before{background-position:0 -360px;}
.indexOne li i.i6:before{background-position:0 -450px;}
.indexOne li:hover i{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	background: url(../img/i9.png) no-repeat center;
}

/*动效*/
.indexOne .left{
	transform: translateX(-30%);
	opacity: 0;
	transition: all 1s ease .2s;
}
.indexOne .right{
	transform: translateX(30%);
	opacity: 0;
	transition: all 1s ease .2s;
}
.indexOne.cur .left,.indexOne.cur .right{
	transform: none;
	opacity: 1;
}
.indexTwo{
	padding-top: 2%;
	padding-bottom: 2%;
	background: url(../img/b6.jpg) no-repeat center;
	background-size:cover;
	-webkit-background-size:cover;
}
.indexTwo .pubtitle h2,.indexTwo .pubtitle p{color: #fff;}
.indexTwo .pubtitle h2:before{background: #fff;}
.indexTwo ul{
	max-width: 1410px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 3%;
}
.indexTwo li{
	float: left;
	width: 32.33%;
	margin: 0 .5% 1%;
	text-align: center;
	background: rgba(255,255,255,.5);
	border-radius: 8px;
	padding: 40px 40px 30px;
}
.indexTwo li img{
	display:block;
	margin: 0 auto;
	height: 70px;
	width: auto;
	transition: all .5s ease;
}
.indexTwo li h2{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 2.4em;
	margin-bottom: .5em;
	position: relative;
}
.indexTwo li h2:before{
	width: 1em;
	height: 1px;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -.5em;
	bottom: 0;
	background: #fff;
}
.indexTwo li p{
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	height: 3.6em;
	overflow: hidden;
}
.indexTwo .moreBtn{
	background: rgba(255,255,255,.5);
	color: #fff;
}
.indexTwo li:hover img{
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
}
.indexTwo .inner{
	transform: scale(.6);
	-webkit-transform: scale(.6);
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}
.indexTwo .inner.cur{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.indexThree{
	padding-top: 3%;
	overflow: hidden;
	padding-bottom: 3%;
}
.indexThree .inner{
	margin-top: 3%;
	margin-bottom: 3%;
}
.indexThree li{
	float: left;
	width: 20%;
	position: relative;
	text-align: center;
	font-size: 20px;
	border-right: 1px solid #eee;
}
.indexThree li:last-child{
	border: 0;
}
.indexThree .top{
	height: 210px;
	padding: 0 20px;
	position: relative;
	z-index: 2;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.indexThree .top h2{
	font-weight: normal;
	font-size: 2.3rem;
	line-height: 2.2em;
	margin-bottom: .5em;
	position: relative;
	color: #666;
}
.indexThree .top h2:before{
	width: .8em;
	height: 2px;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -.4em;
	bottom: 0;
	background: #930713;
}
.indexThree .top p{
	font-size: 1.2em;
	color: #333;
	line-height: 2em;
}
.indexThree .top span{
	text-transform: uppercase;
	font-size: 16px;
}
.indexThree .bottom{
	height: 300px;
	background: url(../img/b7.jpg) no-repeat center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	padding: 40px 20px;
}
.indexThree .bottom h2{
	font-weight: normal;
	font-size: 18px;
	color: #333;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.indexThree .bottom p{
	font-weight: normal;
	font-size: 14px;
	color: #666;
	height: 6em;
	line-height: 2em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
	margin: 1em 0 2em;
}
.indexThree .bottom em{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #ddd;
	background: url(../img/a2.png) no-repeat center;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.indexThree .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
	opacity: 0;
	z-index: 0;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.indexThree li.on .img{
	opacity: 1;
	z-index: 1;
}
.indexThree li.on .bottom em{
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -25px;
	z-index: 3;
	background: url(../img/a3.png) no-repeat center;
	border: 1px solid #fff;
}
.indexThree li.on .top h2,
.indexThree li.on .top p,
.indexThree li.on .top span{
	color: #fff;
}
.indexThree li.on .top{
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
}

/*动效*/
.indexThree .inner,.indexFour .inner{
	opacity: 0;
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	transition: all 1s;
	-webkit-transition: all 1s;
}
.indexThree .inner.cur,.indexFour .inner.cur{
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}

.indexFour{
	padding: 1% 2% 3%;
}
.indexFour .inner{
	margin-top: 3%;
	margin-bottom: 3%;
}
.indexFour li{
	float: left;
	width: 25%;
	padding: 0 1.5%;
}
.indexFour .img{
	position: relative;
	width: 100%;
	padding-top: 65.17%;
	overflow: hidden;
}
.indexFour .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.indexFour .word h2{
	font-weight: normal;
	color: #333;
	line-height: 2em;
	height: 2em;
	font-size: 20px;
	margin: .6em 0;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.indexFour .word p{
	font-size: 16px;
	color: #333333;
	line-height: 1.6em;
	height: 3.2em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.indexFour .word span{
	color: #999;
	font-size: 16px;
	line-height: 2em;
	margin-top: 1em;
	display: block;
}
.indexFour li:hover img{
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.indexFour li:hover h2{
	color: #A21D13;
}
.indexFive{
	padding-top: 8%;
	padding-bottom: 8%;
	background-size:cover;
	-webkit-background-size:cover;
	background-repeat:no-repeat ;
	background-position:center center;
}
.indexFive .inner{
	padding-right: 350px;
	position: relative;
}
.indexFive .logoBox{
	position: relative;
	width: 100%;
}
.indexFive li{
	float: left;
	width: 20%;
	padding-top: 11.5%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.indexFive .box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	-webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
	padding: 10px 20px;
}
.indexFive .box em{
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.indexFive .box img{
	vertical-align: middle;
	max-width: 80%;
	max-height: 70%;
	height: auto;
	width: auto;
}
/* .indexFive li .box1 img{
	 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
} */
   
.indexFive .box.box2{
	top: -100%;
}
.indexFive li.active .box2{
	top: 0;
}
.indexFive li.active .box1{
	top: 100%;
}
.indexFive .parboxbg{
	position: absolute;
   	width: 20%;
	padding-top: 11.5%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.5);
    -webkit-transition: all 0.6s ease 0s !important;
    -moz-transition: all 0.6s ease 0s !important;
    transition: all 0.6s ease 0s !important;
    border-radius: 4px;
}
.indexFive .pubtitle{
	position: absolute;
	right: 2%;
	top:50%;
	margin-top: -4em;
	text-align: right;
}
.indexFive .moreBtn{
	position: absolute;
	right: 3%;
	bottom: -40px;
	background: rgba(255,255,255,.5);
    color: #fff;
}
.indexFive .pubtitle h2,.indexFive .pubtitle p{
	color: #fff;
}
.indexFive .pubtitle h2:before{
	margin: 0;
	right: 0;
}
.indexFive .logoBox{
	transform: translateX(-30%);
	-webkit-transform: translateX(-30%);
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
}
.indexFive .pubtitle{
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
}
.indexFive.cur .logoBox,
.indexFive.cur .pubtitle{
	transform: none;
	-webkit-transform: none;
}
@media only screen and (max-width:1700px ) {
	.indexFive .inner{
		padding-right: 300px;
	}
}

/*banner*/
@-webkit-keyframes opacity_bg{
	0% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		opacity: 0;
		filter:alpha(opacity=100);
	}
	100%{
		transform: none;
		-webkit-transform: none;
		opacity: 1;
	}
}
@keyframes opacity_bg{
	0% {
		opacity: 0;
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		filter:alpha(opacity=100);
	}
	100%{
		transform: none;
		-webkit-transform: none;
		opacity: 1;
	}
}
.inBanner .swiper-slide a>img{
	opacity: 0;
}
.inBanner .swiper-slide.swiper-slide-active a>img{
	filter:alpha(opacity=100);
	-webkit-animation: opacity_bg linear 1.5s forwards .2s;
		animation: opacity_bg linear 1.5s forwards .2s;
}
.inBanner .swiper-slide .bg{
	position: relative;
}
.inBanner .phone{
	position: absolute;
	width: 72.13%;
	height:69.6%;
	background: url(../img/banner/phone.png) no-repeat center;
	background-size:100%;
	-webkit-background-size:100%;
	bottom: 0;
	left: 0;
	transform: translateX(-30%);
	-webkit-transform: translateX(-30%);
	opacity: 0;
}
.inBanner .lou{
	position: absolute;
	width: 8.6%;
	top: 8.5%;
	left: 41%;
	opacity: 0;
	transform: translateY(20%);
	-webkit-transform: translateY(20%);
}
.inBanner .swiper-slide.swiper-slide-active .bg img.bgimg{
		filter:alpha(opacity=100);
		-webkit-animation: opacity_bg linear 1s forwards;
		animation: opacity_bg linear 1s forwards;
}
.inBanner .swiper-slide.swiper-slide-active .phone{
	-webkit-animation: phone linear .8s forwards .5s;
	animation: phone linear .8s forwards .5s;
}
.inBanner .swiper-slide.swiper-slide-active .lou{
	-webkit-animation: lou linear 1.1s forwards 1.5s;
	animation: lou linear 1.1s forwards 1.5s;
}
.inBanner .bg .word{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.inBanner .bg .word .wordbg{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/bg.png) no-repeat center;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	opacity: 0;
	transition: all .5s ease 2s;
	-webkit-transition: all .5s ease 2s;
}
.inBanner .bg .word img{
	width: 48.5%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
	transition: all .8s ease 2.5s;
	-webkit-transition: all .8s ease 2.5s;
}
.inBanner .swiper-slide.swiper-slide-active .bg .word .wordbg{
	opacity: .6;
}
.inBanner .swiper-slide.swiper-slide-active .bg .word img{
	opacity: 1;
}
@keyframes phone{
	0% {
		transform: translateX(-10%);
		-webkit-transform: translateX(-10%);
		opacity: 0;
		filter:alpha(opacity=100);
	}
	100%{
		opacity: 1;
		transform:none;
		-webkit-transform:none;
	}
}
@keyframes lou{
	0% {
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		opacity: 0;
		filter:alpha(opacity=100);
	}
	100%{
		opacity: 1;
		transform:none;
		-webkit-transform:none;
	}
}