@charset "utf-8";
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 25px;
}
.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	background-color: #f1f1f1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #006dc0;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 90px;
}

/*首页*/
.title h2{
	text-align: center;
	font-size: 30px;
	color: #333;
}
.title i{
	display: block;
	width: 62px;
	height: 2px;
	background-color: #002e60;
	margin: 10px auto;
}
.title p{
	text-align: center;
	font-size: 12px;
	color: #999;
}
.cont1-t ul{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.cont1-t ul li{
	background-color: #006dc0;
	width: 320px;
	border-radius: 8px;
	margin: 0 12px;
	padding: 15px 0 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cont1-t ul li:hover{
	margin-top: -15px;
}
.cont1-t ul li h5{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.cont1-t ul li p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin: 5px 0;
	opacity: 0.7;
}
.cont1-t ul li em{
	text-align: center;
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 5px;
}
.cont1-t ul li img{
	margin: 0 auto;
}
.cont1-t{
	position: relative;
	top: -60px;
	z-index: 3;
}
.cont1-list ul{
	width: 995px;
	margin: 0 auto;
}
.cont1-list li{
	float: left;
	width: 285px;
	height: 242px;
	border: 5px #fff solid;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0 15px;
	cursor: pointer;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cont1-list li:hover{
	border-color: #006dc0;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
.cont1-list li:nth-child(3n){
	margin-right: 0;
}
.cont1-list li i{
	display: block;
	height: 110px;
	background: url(../img/c1.png) no-repeat center bottom;
	background-size: auto 70px; 
}
.cont1-list li:nth-child(2) i{
	background-image: url(../img/c2.png);
}
.cont1-list li:nth-child(3) i{
	background-image: url(../img/c3.png);
}
.cont1-list li:nth-child(4) i{
	background-image: url(../img/c4.png);
}
.cont1-list li:nth-child(5) i{
	background-image: url(../img/c5.png);
}
.cont1-list li:nth-child(6) i{
	background-image: url(../img/c6.png);
}
.cont1-list li h4{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 12px;
	line-height: 40px;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cont1-list li:hover h4{
	margin-top: -2px;
}
.cont1-list li em{
	display: block;
	width: 80px;
	height: 0;
	margin: 0 auto;
	background-color: #ccc;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cont1-list li:hover em{
	height: 2px;
} 
.cont1-list li p{
	font-size: 12px;
	color: #999;
	line-height: 24px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/* 首页公司简介 */
.cont2{
	background-color: #006DC0;
	padding-top: 30px;
	padding-bottom: 40px;
}
.cont2 .title h2{
	color: #fff;
}
.cont2 .title i{
	background-color: #fff;
}
.cont2 .title p{
	color: #fff;
}
.cont2-list{
	margin-top: 50px;
}
.cont2-list i{
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.cont2-list i img{
	width: 100%;
	height: 100%;
}
.cont2-list a{
	display: block;
	width: 252px;
	padding-bottom: 20px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
}
.cont2-list a h4{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}
.cont2-list a em{
	display: block;
	width: 50px;
	height: 2px;
	margin: 10px auto;
	background-color: #006DC0;
}
.cont2-list a p{
	text-align: center;
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
/* 案例展示 */
.cont3{
	padding: 40px 0;
	background-color: #f8f8f8;
}
.cont3-list a{
	display: block;
	width: 390px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont3-list a i{
	display: block;
	overflow: hidden;
}
.cont3-list a i img{
	width: 390px;
	height: 340px;
}
.cont3-list a h4{
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	font-size: 17px;
	color: #666;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont3-list a:hover h4{
	color: #006DC0;
}
.cont3-list .swiper-container{
	padding-bottom: 20px;
}
.cont3-list a:hover{
	box-shadow: 0 2px 15px rgba(0,0,0,0.3);
}
/* 新闻中心 */
.cont4{
	padding-top: 40px;
	padding-bottom: 40px;
}
.cont4-list{
	margin-top: 50px;
}
.cont4-list a{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-bottom:20px;
}
.cont4-list a i{
	display: block;
	overflow: hidden;
}
.cont4-list a i img{
	width: 380px;
	height: 180px;
}
.cont4-list a:nth-child(3n){
	margin-right: 0;
}
.cont4-list a div{
	margin-top: 20px;
}
.cont4-list a h4{
	font-size: 16px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont4-list a div p{
	font-size: 12px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cont4-list a div span{
	display: block;
	line-height: 50px;
	border-top: 1px solid #ddd;
	margin-top: 15px;
	font-size: 20px;
	color: #999;
	font-weight: bold;
}
.cont4-list a:hover div span{
	border-color: #006DC0;
	color: #006DC0;
	background: url(../img/more2.png) no-repeat right center;
}

/* 公司简介 */
.cont5{
	height: 700px;
	background: url(../img/cont5_bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.title2 img{
	margin: 40px auto 0;
}
.cont5-txt{
	margin-top: 50px;
}
.cont5-txt p{
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}
.cont5-data{
	display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.cont5-data{
	margin: 60px auto 0;
}
.cont5-data li:nth-child(2n){
	width: 110px;
	height: 1px;
	background-color: #fff;
	margin: 78px 45px 0;
}
.cont5-data li:nth-child(2n+1) em{
	display: block;
	font-size: 66px;
	color: #006DC0;
	text-align: center;
}
.cont5-data li em i{
	font-size: 30px;
	color: #fff;
}
.cont5-data li:nth-child(2n+1) span{
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.cont5-data li:nth-child(2n+1) p{
	font-size: 12px;
	color: #fff;
}

/* 服务流程 */
.cont6{
	padding: 50px 0;
}
.cont6-box{
	margin-top: 50px;
}
.cont6-box img{
	width: 100%;
	height: auto;
}

/* 运车小知识 */
.cont7{
	padding: 50px 0 60px;
	background-color: #f8f8f8;
}
.cont7-list li{
	float:left;
	width: 230px;
	margin-right: 12.5px;
}
.cont7-list li:last-child{
	margin-right: 0;
}
.cont7-list li div{
	width: 230px;
	height: 230px;
	overflow: hidden;
	background-color: #006DC0;
	border-radius: 50%;
}
.cont7-list li div h4{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-top: 50px;
}
.cont7-list li div p{
	font-size: 12px;
	text-align: justify;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	padding: 0 25px;
	margin-top: 10px;
}
.cont7-list li a{
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #006dc0;
	width: 130px;
	margin: 10px auto 0;
	border-radius: 50px;
}
.cont7-list li a:hover{
	background-color: #006DC0;
	color: #fff;
}

/* 公司简介 */
.cont_box{
	position: relative;
	z-index: 3;
	top: -80px;
}
.menu{
	float: left;
	min-height: 300px;
	background-color: #fff;
	width: 240px;
	font-size: 14px;
	color: #666;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(77,49,124,0.15), 0px -2px 0px 0px #006DC0;
	box-shadow: 0px 5px 20px 0px rgba(77,49,124,0.15), 0px -2px 0px 0px #006DC0;
	padding-bottom: 30px;
}
.menu h4{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	margin-left: 20px;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer;
	margin-right: 20px;
	color: #333;
	background: url(../img/menus.png) no-repeat right center;
}
.menu ul{
	padding-top: 10px;
}
.menu li a{
	position: relative;
	display: block;
	text-align: left;
	height: 40px;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	padding-left: 30px;
}
.menu li.active a,.menu li:hover a{
	background-color: #f7f8fa;
	color: #333;
}
.menu li.active a:after,.menu li:hover a:after{
	content: "";
	width: 3px;
	height: 14px;
	position: absolute;
	display: block;
	left: 20px;
	top: 12px;
	background: #006DC0;
}
.content{
	margin-left: 260px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #fff;
	z-index: 2;
	min-height: 500px;
	padding-bottom: 30px;
	position: relative;
	-webkit-box-shadow: 0 5px 20px 0 rgba(77,49,125,.15);
	box-shadow: 0 5px 20px 0 rgba(77,49,125,.15);
}
.content h2{
	height: 80px;
	line-height: 80px;
	font-size: 36px;
	line-height: 80px;
	color: #1a1a1a;
	border-bottom: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid #ddd;
}
.content-box{
	margin-top: 20px;
}
.about p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.about img{
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 10px;
}
/* 联系我们 */
.contact1-c{
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dotted #ccc;
	position: relative;
}
.contact1-c li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 80px;
}
.contact1-c li h4{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact1-c li p{
	font-size: 14px;
	color: #333;
	line-height: 48px;
}
.contact1-c li p em{
	font-size: 24px;
	color: #da251c;
}
.contact1-c i{
	display: block;
	width: 1px;
	height: 141px;
	background: url(../img/bor.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}
.contact1-c i:nth-child(1){
	left: 0;
}
.contact1-c i:nth-child(2){
	left: 54%;
}
.contact1-c i:nth-child(3){
	right: 0;
}
.contact1-c li img{
	width: 140px;
	height: 140px;
	margin: 70px auto 0;
}
.contact1-c li span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 40px;
}
/* 新闻中心 */
.news-list a{
	display: block;
	padding: 30px 20px;
	overflow: hidden;
	position: relative;
	top: 0;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news-list a:hover{
	background-color: #f1f1f1;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transform: translate3d(0,-6px,0);
	-webkit-transform: translate3d(0,-6px,0);
	-moz-transform: translate3d(0,-6px,0);
	-ms-transform: translate3d(0,-6px,0);
}
.news-list a .time{
	float: left;
	margin-top: 25px;
}
.news-list a .time em{
	font-size: 30px;
	font-weight: bold;
	color: #666;
	line-height: 28px;
	display: block;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.news-list a .time i{
	display: block;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 40px;
	font-weight: lighter;
}
.news-list a .time span{
	display: block;
	width: 108px;
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	line-height: 40px;
}
.news-list a .news-txt{
	float: left;
	width: 50%;
	margin-left: 3%;
	margin-top: 15px;
}
.news-list a .news-txt h4{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list a .news-txt p{
	margin-top: 15px;
	font-size: 12px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list a>i{
	float: right;
	width: 260px;
	height: 140px;
}
.news-list a>i img{
	width: 100%;
	height: 100%;
}

/*新闻详情*/
.news-xq-tit h4{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 10px;
}
.news-xq ul li a{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news-xq-c img{
	max-width: 100%;
	margin: 0 auto;
}
.product-xq .news-xq-c{
	border: none;
}
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}

/* 案例展示 */
.produdct-case a{
	float: left;
	width: 270px;
	margin-right: 25px;
	margin-bottom: 30px;
}
.produdct-case a:nth-child(3n){
	margin-right: 0;
}
.produdct-case a i{
	display: block;
	overflow: hidden;
}
.produdct-case a i img{
	width: 100%;
	height: auto;
}
.produdct-case a h4{
	text-align: center;
	font-size: 14px;
	line-height: 46px;
	background-color: #f8f8f8;
	color: #333;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.produdct-case a:hover h4{
	background-color: #006DC0;
	color: #fff;
}
/* 产品中心 */
.product-list a{
	 float: left;
	 margin-right: 25px;
	 width: 270px;
	 background-color: #ffffff;
	 box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.1);
	 position: relative;
	 margin-bottom: 30px;
}
.product-list a:nth-child(3n){
	margin-right: 0;
}
.product-list a i{
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.product-list a i img{
	width: 100%;
	height: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product-list a:hover i img{
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
}
.product-list a h4{
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: #333333;
	background-color: #fff;
	border-top: 1px solid #f1f1f1;
	font-size: 16px;
}
.product-list a:hover span{
	background-color: #002E60;
	color: #fff;
}