.fancybox{
	display: none;
}
/*sec1*/
.sec1{
	width: 100%;
	overflow: hidden;
}
.sec1 .swiper-container{
	width: 100%;
	height: 100%;
}
.sec1 .swiper-slide{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/*.sec1 .bg1{*/
	/*background-image: url(../images/index_sec1_bg2_web.jpg);*/
/*}*/
/*.sec1 .bg2{*/
	/*background-image: url(../images/index_sec1_bg3_web.jpg);*/
/*}*/
/*.sec1 .bg3{*/
	/*background-image: url(../images/index_sec1_bg4_web.jpg);*/
/*}*/
/*.sec1 .bg4{*/
	/*background-image: url(../images/index_sec1_bg6_web.jpg);*/
/*}*/
/*.sec1 .bg5{*/
	/*background-image: url(../images/index_sec1_bg7_web.jpg);*/
/*}*/
.sec1 a{
	display: block;
	width: 100%;
	height: 100%;
}
.sec1 .inner1{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	height: 100%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sec1 .text{
	width: 40%;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec1.active .text{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.sec1 h5{
	font-size: 1.625em;
	color: #fff;
	font-weight: normal;
}
.sec1 h3{
	font-size: 4.4375em;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	margin: 2% 0 7.14%;
}
.sec1 .btn{
	display: block;
	font-size: 1.375em;
	color: #2a71b9;
	background-color: #fff;
	width: 8.82em;
	height: 2.91em;
	line-height: 2.91em;
	text-align: center;
	border-radius: 1.455em;
}
.sec1 .btn:hover{
	color: #fff;
	background-color: #2a71b9;
}
.sec1 .btn img{
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	margin-left: 1em;
	width: 0.364em;
}
.sec1 .btn:hover img{
	background-position: center bottom;
}
.sec1 .img{
	width: 60%;
	box-shadow: 0 0 4.2em #000;
	opacity: 0;
}
.sec1.active .img{
	-webkit-transition: all 1s 0.5s;
	-moz-transition: all 1s 0.5s;
	-ms-transition: all 1s 0.5s;
	-o-transition: all 1s 0.5s;
	transition: all 1s 0.5s;
	opacity: 1;
}
.sec1 .swiper-pagination{
	bottom: 4.5%;
}
.sec1 .swiper-pagination .swiper-pagination-bullet{
	margin: 0 10px;
	width: 10px;
	height: 10px;
	border: 1px solid #e7e7e7;
	background-color: #e7e7e7;
	opacity: 0.5;
}
.sec1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: transparent;
}


.sec2{
	text-align: center;
	padding: 2em 0 2em;
}
.sec2 h3{
	font-size: 2.875em;
	color: #000;
	font-weight: bold;
}
.sec2 .lo{
	width: 19%;
	margin: 0 0 30px;
}
@media only screen and (max-width:1024px){
	.sec2{
		padding: 0rem 0.2%;
	}
}

.sec2 .tab-control{
	margin-bottom: 3.9%;
}
.sec2 .tab-control a{
	font-size: 1.875em;
	color: #000;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin: 0 0.666em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid transparent;
	opacity: 0.5;
}
.sec2 .tab-control a.active{
	border-color: #000;
	opacity: 1;
}
.sec2 .content{
	display: none;
}
.sec2 .content.active{
	display: block;
}
.sec2 .content a{
	position: relative;
	display: block;
	float: left;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: -webkit-calc(2500% / 1410);
	margin-bottom: -moz-calc(2500% / 1410);
	margin-bottom: -ms-calc(2500% / 1410);
	margin-bottom: -o-calc(2500% / 1410);
	margin-bottom: calc(2500% / 1410);
	overflow: hidden;
}
.sec2 .content a:hover{
  	box-shadow: 0px 0.75em 1.41em rgba(0, 0, 0, 0.23);
}
.sec2 .content a.big{
	width: -webkit-calc(69000% / 1410);
	width: -moz-calc(69000% / 1410);
	width: -ms-calc(69000% / 1410);
	width: -o-calc(69000% / 1410);
	width: calc(69000% / 1410);
	padding-top: 5.75em;
}
.sec2 .content a.small{
	width: -webkit-calc(33500% / 1410);
	width: -moz-calc(33500% / 1410);
	width: -ms-calc(33500% / 1410);
	width: -o-calc(33500% / 1410);
	width: calc(33500% / 1410);
	margin-left: -webkit-calc(2500% / 1410);
	margin-left: -moz-calc(2500% / 1410);
	margin-left: -ms-calc(2500% / 1410);
	margin-left: -o-calc(2500% / 1410);
	margin-left: calc(2500% / 1410);
	background-color: #f7f7f7;
	padding-top: 3em;
}
.sec2 .content a.small:hover{
	background-color: #fff;
}
.sec2 .content a .bg{
	width: 100%;
}
.sec2 .content a .img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sec2 .content a .img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sec2 .content a:hover .img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.sec2 .content a .text{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 7.5%;
}
.sec2 .content a.big .text{
	bottom: 11.333%;
}
.sec2 .content a.small .text{
	bottom: 7.5%;
}
.sec2 .content a .text h5{
	color: #000;
	font-weight: bold;
}
.sec2 .content a.big .text h5{
	font-size: 2em;
	margin-bottom: 1em;
}
.sec2 .content a.small .text h5{
	font-size: 1.625em;
	margin-bottom: 0.6923em;
}
.sec2 .content a .text p{
	color: #000;
	line-height: 1.714;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sec2 .content a:hover .text p{
	opacity: 0;
}
.sec2 .content a.big .text p{
	font-size: 1.25em;
}
.sec2 .content a.small .text p{
	font-size: 0.875em;
}
.sec2 .content a .btn{
	margin: 0 auto 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 105%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #434343;
	width: 8em;
	border-radius: 1.25em;
	height: 2.5em;
	line-height: -webkit-calc(2.5em - 2px);
	line-height: -moz-calc(2.5em - 2px);
	line-height: -ms-calc(2.5em - 2px);
	line-height: -o-calc(2.5em - 2px);
	line-height: calc(2.5em - 2px);
	opacity: 0;
}
.sec2 .content a:hover .btn{
	opacity: 1;
}
.sec2 .content a.big:hover .btn{
	margin: -18% auto 0;
}
.sec2 .content a.small:hover .btn{
	margin: -25% auto 0;
}
.sec2 .content a .btn:hover{
	background-color: #434343;
}
.sec2 .content a .btn span{
	font-size: 0.875em;
	color: #000;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1;
}
.sec2 .content a .btn:hover span{
	color: #fff;
}
.sec2 .content a .btn img{
	margin-left: 0.625em;
	vertical-align: middle;
	width: 0.375em;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-image: url(../images/index_sec2_btn_icon_bg.png);
}
.sec2 .content a .btn:hover img{
	background-position: center bottom;
}


.sec3{
	position: relative;
	overflow: hidden;
}
.sec3 .line{
	width: 7.5%;
	background-color: #fff;
	height: 0.3125em;
	position: absolute;
	bottom: 0;
	left: -7.5%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	z-index: 51;
}
.sec3:hover .line{
	opacity: 1;
}
.sec3 .swiper-slide{
	width: 20%;
	text-align: center;
}
.sec3 .swiper-slide .bg{
	width: 100%;
}
.sec3 .swiper-slide .text{
	position: absolute;
	left: 0;
	bottom: 7.22%;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sec3 .swiper-slide:hover .text{
	bottom: 20%;
}
.sec3 .swiper-slide .text img{
	margin-bottom: 1.875em;
	height: 2.5em;
}
.sec3 .swiper-slide .text p{
	font-size: 1.625em;
	color: #fff;
}
.sec3 .swiper-slide .cover{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



.sec4{
	text-align: center;
	padding: 4.5% 0 4.74%;
	background-repeat: repeat;
	background-image: url(../images/index_sec4_bg.png);
}
.sec4 .inner1{
	position: relative;
}
.sec4 h3{
	font-size: 2.875em;
	color: #000;
	font-weight: bold;
}
.hezuo-anli{
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	padding:25px 44px 0;
}
.sec4 .swiper-button-next,.sec4 .swiper-button-prev{
	width: 1.5em;
	height: 2.75em;
	margin-top: -1.375em;
	background-size: 100% 100%;
	background-image: url(../images/index_sec4_arrow.png);
}
.sec4 .swiper-button-prev.swiper-button-disabled,.sec4 .swiper-button-next.swiper-button-disabled{
	opacity: 1;
}
.sec4 .swiper-button-prev{
	left: -4em;
}
.sec4 .swiper-button-next{
	right: -4em;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sec4 .swiper-button-next:hover,.sec4 .swiper-button-prev:hover{
	background-image: url(../images/index_sec4_arrow_hover.png);
}
.sec4 .swiper-pagination{
	position: static;
	margin-top: 20px;
}
.sec4 .swiper-pagination .swiper-pagination-bullet{
	margin: 0 10px;
	width: 10px;
	height: 10px;
	border: 1px solid #2a71b9;
	background-color: #2a71b9;
	opacity: 1;
}
.sec4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: transparent;
}
.sec4 .swiper-container{
	width: 100%;
	margin: 5.674% 0 5.25%;
}
.sec4 .swiper-slide{
	width: 32%;
	margin-right: 2%;
}
.sec4 .swiper-slide:last-child{
	margin-right: 0;
}
.sec4 .swiper-slide img{
	width: 100%;
}
.sec4 .swiper-slide .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec4 .swiper-slide .cover.video_pop{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17.25% auto;
}
.sec4 .swiper-slide .cover p{
	font-size: 1.625em;
	color: #fff;
	font-weight: bold;
	line-height: 1.385;
	position: absolute;
	left: 0;
	bottom: 5.77%;
	width: 100%;
	padding: 0 4.85%;
	text-align: left;
	height: 2.77em;
}
/*.sec4 .swiper-slide .cover p img{
	vertical-align: middle;
	width: 1em;
	margin-left: 0.5em;
}*/
.sec4 .more{
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #434343;
	width: 11.75em;
	border-radius: 1.875em;
	height: 3.75em;
	line-height: -webkit-calc(3.75em - 2px);
	line-height: -moz-calc(3.75em - 2px);
	line-height: -ms-calc(3.75em - 2px);
	line-height: -o-calc(3.75em - 2px);
	line-height: calc(3.75em - 2px);
	display: block;
}
.sec4 .more:hover{
	background-color: #434343;
}
.sec4 .more span{
	font-size: 1.125em;
	color: #000;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sec4 .more:hover span{
	color: #fff;
}
.sec4 .more img{
	margin-left: 1.125em;
	vertical-align: middle;
	width: 0.4375em;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-image: url(../images/index_sec2_btn_icon_bg.png);
}
.sec4 .more:hover img{
	background-position: center bottom;
}

.sec5{
	padding: 3.875% 0 5.9375%;
	background-repeat: no-repeat;
	/*background-image: url(../images/index_sec5_bg_web.jpg);*/
	background-position: center center;
	background-size: auto 100%;
}
.sec5 .inner1{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: space-between;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: space-between;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec5 h3{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.sec5 .left h3{
	color: #fff;
	text-align: center;
	padding-top:0.5em;
}
.sec5 .right h3{
	padding-top:0.5em;
	color: #fff;
	text-align: center;
}
.sec5 .left .img-1,.sec5 .right .img-2 {
	width: 4em;
	height: 4em;
	margin:0px auto;
}
.sec5 .left{
	width: 48%;
	background:url('../../../../../Uploads/定制.jpg') no-repeat center center;
	background-size: 100%;
	padding:5em 0em;
	position: relative;
}
.sec5 .left a{
	position: relative;
	z-index: 2;
}
.task{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.sec5 .right{
	width: 48%;
	background:url('../../../../../Uploads/售后.jpg') no-repeat center center;
	background-size: 100%;
	padding:5em 0em;
	position: relative;
}
.sec5 .right a{
	position: relative;
	z-index: 2;
}
@media only screen and (max-width:1366px){
}

@media only screen and (max-width:1152px){
}
@media only screen and (max-width:1024px){
	.sec1 .swiper-slide{
		background-size: auto 100%;
	}
}
@media only screen and (max-width:1023px){
	/*sec1*/
	/*.sec1 .swiper-slide{*/
		/*background-size: 100% auto;*/
	/*}*/
	/*.sec1 .bg1{*/
		/*background-image: url(../images/index_sec1_bg2_mobile.jpg);*/
	/*}*/
	/*.sec1 .bg2{*/
		/*background-image: url(../images/index_sec1_bg3_mobile.jpg);*/
	/*}*/
	/*.sec1 .bg3{*/
		/*background-image: url(../images/index_sec1_bg4_mobile.jpg);*/
	/*}*/
	/*.sec1 .bg4{*/
		/*background-image: url(../images/index_sec1_bg6_mobile.jpg);*/
	/*}*/
	/*.sec1 .bg5{*/
		/*background-image: url(../images/index_sec1_bg7_mobile.jpg);*/
	/*}*/
	.sec1 .inner1{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
		text-align: center;
	}
	.sec1 .text{
		width: 100%;
		margin: 14.4% 0 17.78%;
	}
	.sec1 h5{
		font-size: 0.8125em;
	}
	.sec1 h3{
		font-size: 2em;
		line-height: 1.4;
		margin: 3% 0 5%;
	}
	.sec1 .btn{
		font-size: 0.6875em;
		margin: 0 auto;
	}
	.sec1 .btn img{
		margin-left: 1em;
	}
	.sec1 .img{
		width: 99.26%;
		box-shadow: 0 0 2.125em #000;
	}
	.sec1 .swiper-pagination{
		bottom: 1.6875em;
	}
	.sec1 .swiper-pagination .swiper-pagination-bullet{
		margin: 0 0.3125em;
		width: 0.3125em;
		height: 0.3125em;
	}


	.sec2{
		/*padding: 0.90625em 0 1.5625em;*/
	}
	.sec2 .tab-control{
		margin-bottom: 1.125em;
	}
	.sec2 .tab-control a{
		font-size: 0.9375em;
	}
	.sec2 .content a{
		margin-bottom: 0.8125em;
	}
	.sec2 .content a.big{
		width: 100%;
		padding-top: 0em;
	}
	.sec2 .content a.small{
		width: 48.55%;
		margin-left: 2.9%;
		padding-top: 0;
	}
	.sec2 .content a.small:nth-child(even){
		margin-left: 0;
	}
	.sec2 .content a.big .text{
		bottom: 20%;
	}
	.sec2 .content a.small .text{
		bottom: 20.55%;
	}
	.sec2 .content a.big .text h5{
		font-size: 1.125em;
		margin-bottom: 0.778em;
	}
	.sec2 .content a.small .text h5{
		font-size: 0.8125em;
		margin-bottom: 0.6154em;
	}
	.sec2 .content a .text p{
		line-height: 1.5;
		display: none;
	}
	.sec2 .content a:hover .text p{
		opacity: 1;
	}
	.sec2 .content a.big .text p{
		font-size: 0.6875em;
	}
	.sec2 .content a.small .text p{
		font-size: 0.625em;
	}
	.sec2 .content a .btn{
		top: auto;
		width: 4.375em;
		border-radius: 0.6875em;
		height: 1.375em;
		line-height: -webkit-calc(1.375em - 2px);
		line-height: -moz-calc(1.375em - 2px);
		line-height: -ms-calc(1.375em - 2px);
		line-height: -o-calc(1.375em - 2px);
		line-height: calc(1.375em - 2px);
		opacity: 1;
	}
	.sec2 .content a.big .btn{
		bottom: 2.25em;
	}
	.sec2 .content a.small .btn{
		bottom: 0.875em;
	}
	.sec2 .content a.big:hover .btn{
		margin: 0 auto;
	}
	.sec2 .content a.small:hover .btn{
		margin: 0 auto;
	}
	.sec2 .content a .btn span{
		font-size: 0.5625em;
	}
	.sec2 .content a .btn img{
		margin-left: 0.25em;
		width: 0.25em;
	}





	.sec3 .swiper-slide{
		width: 64%;
		margin-right: 1px;
	}
	.sec3 .swiper-slide .text{
		opacity: 1;
	}
	.sec3 .swiper-slide .text img{
		margin-bottom: 0.9375em;
		height: 1.25em;
	}
	.sec3 .swiper-slide .text p{
		font-size: 0.75em;
	}



	.sec4{
		padding: 2.25em 0 2.5em;
	}
	.sec4 .inner1{
		max-width: 100%;
	}
	.sec4 h3{
		font-size: 1.4375em;
		line-height: 1.5625;
	}
	.sec4 .swiper-button-next,.sec4 .swiper-button-prev{
		display: none;
	}
	.sec4 .swiper-pagination{
		margin-top: 1em;
	}
	.sec4 .swiper-pagination .swiper-pagination-bullet{
		margin: 0 0.3125em;
		width: 0.3125em;
		height: 0.3125em;
	}
	.sec4 .swiper-container{
		margin: 2.125em 0 2.1875em;
	}
	.sec4 .swiper-slide{
		width: 60%;
		margin-right: 4%;
	}
	.sec4 .swiper-slide:first-child{
		margin-left: 4%;
	}
	.sec4 .swiper-slide:last-child{
		margin-right: 4%;
	}
	.sec4 .swiper-slide .cover p{
		font-size: 0.8125em;
	}
	.sec4 .more{
		width: 5.875em;
		border-radius: 0.9375em;
		height: 1.875em;
		line-height: -webkit-calc(1.875em - 2px);
		line-height: -moz-calc(1.875em - 2px);
		line-height: -ms-calc(1.875em - 2px);
		line-height: -o-calc(1.875em - 2px);
		line-height: calc(1.875em - 2px);
	}
	.sec4 .more span{
		font-size: 0.5625em;
	}
	.sec4 .more img{
		margin-left: 0.5625em;
		width: 0.25em;
	}


	.sec5{
		padding: 3.125em 0 3.375em;
		/*background-image: url(../images/index_sec5_bg_mobile.jpg);*/
	}
	.sec5 .inner1{
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
		max-width: 100%;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sec5 .left .img-1, .sec5 .right .img-2 {
		width: 2em;
		height: 2em;
	}
	.sec5 .left, .sec5 .right{
		padding:2em 0em;
	}
	.sec5 h3{
		font-size: 1.125em;
	}
	.sec5 .left h3{

	}
	.sec5 .right h3{
		margin-bottom: 1.25em;
	}
	.sec5 .left{
		width: 48%;
	}
	.sec5 .left ul{
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-display: block;
		-moz-display: block;
		-ms-display: block;
		-o-display: block;
		display: block;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.sec5 .left li{
		display: inline-block;
		vertical-align: top;
		white-space: normal;
		width: 52.93%;
		margin-right: 4%;
	}
	.sec5 .left li:first-child{
		margin-left: 4%;
	}
	.sec5 .left li:last-child{
		margin-right: 4%;
	}
	.sec5 .left li .text{
		height: 8.5625em;
		padding: 0.9375em 0.625em 0;
	}
	.sec5 .left li .text p{
		font-size: 0.75em;
		color: #2a71b9;
	}
	.sec5 .left li .text .time{
		font-size: 0.6875em;
	}
	.sec5 .left li:hover .text .time{
		color: #888;
	}
	.sec5 .left li .text .more{
		right: 0.625em;
		bottom: 1.375em;
	}
	.sec5 .left li .text .more span{
		font-size: 0.5625em;
		color: #2a71b9;
	}
	.sec5 .left li .text .more img{
		margin-left: 0.3125em;
		width: 0.25em;
		background-position: center bottom;
	}
	.sec5 .right{
		width: 48%;
	}
	.sec5 .right a{
		padding-bottom: 0.75em;
		margin-bottom: 1.4375em;
	}
	.sec5 .right a p{
		font-size: 0.8125em;
		color: #2a71b9;
		line-height: 1;
		margin-bottom: 1.54em;
		height: 1em;
	}
	.sec5 .right a .time{
		font-size: 0.6875em;
	}
	.sec5 .right a .more span{
		font-size: 0.5625em;
	}
	.sec5 .right a:hover .more span{
		color: #000;
	}
	.sec5 .right a .more img{
		margin-left: 0.25em;
		width: 0.25em;
		background-position: center bottom;
	}
}
@media only screen and (max-width: 768px){
	.sec1 .text{
		width: 100%;
		margin: 6% 0;
	}
	.sec1 h5{
		font-size: 0.8125em;
	}
	.sec1 h3{
		font-size: 2em;
		line-height: 1.4;
		margin: 3% 0;
	}
	.sec1 .btn{
		font-size: 0.6875em;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 568px){
	.sec1 .text{
		margin: 14.4% 0 17.78%;
	}
	.sec1 h3{
		margin: 3% 0 5%;
	}
	.sec1 .swiper-slide{
		background-size: auto 100%;
	}
}
@media only screen and (max-width:414px){
	.sec1 .swiper-slide{
		background-size: auto 100%;
	}
}
@media only screen and (max-width:375px){
	.sec1 .swiper-slide{
		background-size: 100% auto;
	}
}
@media only screen and (max-width:480px){
	.sec2 .inner1{
		margin: -15px auto 15px;
	}
	.sec2 h3{
		font-size: 1.4375em;
		line-height: 1.5625;
	}
	.sec2 .lo{
		width: 6em;
		margin: 0 0 20px;
	}
	.sec5{
		padding:2.125em 0 3.375em;
	}
	.sec5 .left{
		width: 100%;
		background:url('../../../../../Uploads/定制.jpg') no-repeat center center;
		background-size: 100%;
		padding:2em 0em;
		position: relative;
		min-height: 166px;
	}
	.sec5 .right{
		width: 100%;
		background:url('../../../../../Uploads/售后.jpg') no-repeat center center;
		background-size: 100%;
		padding:2em 0em;
		position: relative;
		margin-top: 7px;
		min-height: 166px;
	}
	.hezuo-anli{
		font-size: 12px;
		line-height: 20px;
		width: 100%;
		padding:10px 44px 0;
	}
	.sec4 .swiper-container{
		margin: 1.725em 0 2.1875em;
	}
}