 /*分类通用样式 */
.classify-wrap>.container .title{
	padding: 30px 0;
	height: 70px;
	font-size: 24px;
	color: #494949;
	line-height: 68px;
	position: relative;
}
.classify-wrap .container .title span{
	font-size: 14px;
	color: #939393;
}
.classify-wrap>.container>.title:after{
	content: "";
	width: 49px;
	height: 2px;
	background: #3479c3;
	position: absolute;
	left: 0;
	bottom: 30px;
}
 /*轮播图样式 */
 #banner{
	width: 100%;
	min-width: 1200px;
	height: 600px;
	position: relative; 
 }
 #banner .item{
	 display: block;
 }
 #banner .item img{
	 display: block;
 }
 /*产品中心样式 */
.product-wrap .container .swiper{
	width: 1200px;
	height: 480px;
	position: relative;
	overflow: hidden;
}
.product-wrap .container .swiper div{
	float: left;
}
.product-wrap .container .swiper>.nav-wrap{
	box-sizing: border-box;
	width: 262px;
	height: 480px;
	background: #004da0;
	
	padding-top: 63px;
}
.product-wrap .container .swiper>.nav-wrap ul li{
	text-align: left;
	text-indent: 84px;
}
.product-wrap .container .swiper>.nav-wrap ul li a{
	font-size: 18px;
	color: #b4d6fb;
	line-height: 30px;
	text-align: center;
}
.product-wrap .container .swiper>.nav-wrap ul li a.act{
	color: #fefefe;
}
.product-wrap .container .swiper .btn-wrap{
	width: 72px;
	height: 53px;
	position: absolute; 
	top: 301px;
}
.btn-wrap>.next,.btn-wrap>.prev{
	width: 36px;
	height: 53px;
	background: #1b63b2;
}
.btn-wrap>.next>img,.btn-wrap>.prev>img{
	display: block;
	margin: 0 auto;
	margin-top:16px;
}
.swiper-top>.btn-wrap{
	left: 602px;
}
.swiper-bottom>.btn-wrap{
	left: 226px;
}
.btn-wrap>.next:hover,.btn-wrap>.prev:hover{
	background: #2d74c1;
}
.banner-right ,.banner-left ,.banner-swiper1,.banner-swiper2{
	overflow: hidden;
	position: relative;
}
.banner-left{
	width: 638px;
	height: 480px;
}
.banner-right{
	width: 300px;
	height: 480px;
}
.banner-swiper1{
	width: 375px;
	height: 480px;
}
.banner-swiper2{
	width: 562px;
	height: 480px;
}
.banner-left>ul,.banner-right>ul{
	width: 200%;
	height: 480px;
	position: absolute;
	left: 0;
}
.banner-left>ul>li{
	width: 638px;
	height: 480px;
	float: left;
}
.banner-right>ul>li{
	width: 300px;
	height: 480px;
	float: left;
}
.banner-swiper1>ul,.banner-swiper2>ul{
	width: 200%;
	height: 480px;
	position: absolute;
	left: 0;
}
.banner-swiper1>ul>li{
	width: 375px;
	height: 480px;
	float: left;
}
.banner-swiper2>ul>li{
	width: 562px;
	height: 480px;
	float: left;
}
 /*解决方案样式 */
 .solution-wrap .content{
	 box-sizing: border-box;
	 width: 100%;
	 min-width: 1200px;
	 height: 600px;
	 padding: 75px 0 80px 0;
	 background: url(../img/solution-bg.png) no-repeat;
	 background-position: center center;
	 overflow: hidden;
 }
 .solution-wrap .content .container .solution-item{
	 width: 300px;
	 height: 445px;
	 float: left;
	 position: relative;
 }
 .solution-wrap .content .container .solution-item>img{
	 position: absolute;
	 left: 0;
	 top: 0;
	 z-index: 10;
 }
 .solution-wrap .content .container .solution-item .item-content{
	 width: 300px;
	 height: 445px;
	 position: absolute;
	 left: 0;
	 top: 0;
	 z-index: 20;
 }
 .solution-wrap .content .container .solution-item .item-content>img{
	 display: block;
	 margin: 0 auto;
	 margin-top: 132px;
 }
 .solution-wrap .content .container .solution-item .item-content .item-name{
	 font-size: 24px;
	 text-align: center;
	 line-height: 68px;
	 color: #ffffff;
 }
 .solution-wrap .content .container .solution-item .item-abs{
	 box-sizing: border-box;
	 width: 300px;
	 height: 445px;
	 padding: 35px 43px;
	 background: rgba(0,77,160,0.77);
	 position: absolute;
	 z-index: 30;
	 left: 0;
	bottom: -445px;
	 transition: all .8s;
 }
 .solution-wrap .content .container .solution-item .item-abs .title{
	 height: 76px;
	 font-size: 24px;
	 color: #ffffff;
	 text-align: center;
	 line-height: 76px;
 }
.solution-wrap .content .container .solution-item .item-abs .abs{
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
}
.solution-wrap .content .container .solution-item .item-abs .details{
	display: block;
	box-sizing: border-box;
	width: 90px;
	height: 36px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	color: #ffffff;
	margin-top: 62px;
}
 .solution-wrap .content .container .solution-item:hover .item-abs{
	 bottom: 0;
 }
 .solution-wrap .content .container .solution-item:hover .item-content{
	 z-index: 5;
 }
 /* 新闻中心*/
 .lately-news{
	 width: 505px;
	 height: 488px;
	 float: left;
	 background: #f3f3f3;
 }
 .lately-news .lately-news-top{
	 display: block;
	 overflow: hidden;
 }
 .lately-news img{
	 width: 505px;
	 height: 264px;
	 object-fit: contain;
 }
 .lately-news .news-title{
	 height: 50px;
	 font-size: 18px;
	 font-weight: bold;
	 text-indent: 21px;
	 line-height: 50px;
	 margin-top: 22px;
 }
 .lately-news .news-abs{
	 box-sizing: border-box;
	 width: 100%;
	 padding: 0 21px;
	 font-size: 14px;
	 color: #212121;
	 line-height: 18px;
 }
 .lately-news .time{
	 display: block;
	 font-size: 14px;
	 text-indent: 21px;
	 line-height: 18px;
	 margin-top: 22px;
 }
 .more{
	 display: block;
	 float: right;
	 text-align: right;
	 margin-right: 21px;
	 font-size: 14px;
	 color: #004da0;
 }
 .news-list{
	width: 635px;
	height: 488px;
	float: right;
 }
 .news-list .news-item{
	 display: block;
	 width: 635px;
	 height: 114px;
	 margin: 28px 0;
 }
 .news-list .news-item .news-time{
	 box-sizing: border-box;
	 width: 90px;
	 height: 114px;
	 padding: 12px 0;
	 float: left;
	 margin-right: 34px;
 }
 .news-list .news-item .news-time p:first-child{
	 font-size: 48px;
	 color: #000000;
	 text-align: center;
	 line-height: 60px;
 }
.news-list .news-item .news-time p:last-child{
	font-size: 22px;
	color: #878787;
	text-align: center;
	line-height: 30px;
}
.news-list .news-item .news-title{
	width: 511px;
	height: 50px;
	font-size: 18px;
	color: #000000;
	line-height: 50px;
	
	float: left;
}
.news-list .news-item .news-abs{
	width: 511px;
	font-size: 14px;
	color: #878787;
	line-height: 18px;
	float: left;
}
 /*关于我们 */
.about-us-wrap{
	margin-top: 70px;
	margin-bottom: 88px;
	height: 645px;
	position: relative;
}
.about-us-wrap .title-wrap{
	width: 100%;
	height: 150px;
	background: #004da0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.about-us-wrap .title-wrap .title{
	width: 1200px;
	padding: 30px 0;
	height: 68px;
	font-size: 24px;
	color: #ffffff;
	line-height: 66px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}
.about-us-wrap .title-wrap .title span{
	font-size: 14px;
	color: #ffffff;
}
.about-us-wrap .title-wrap .title:after{
	content: "";
	width: 49px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 30px;
}
.about-us-wrap .content-wrap{
	width: 1200px;
	height: 496px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -600px;
}
.about-us-wrap .content-wrap .company-abs-wrap{
	width: 724px;
	height: 416px;
	position: absolute;
	top: 0;
}
.about-us-wrap .content-wrap .company-abs-wrap .company-title{
	height: 100px;
	font-size: 24px;
	line-height: 100px;
	margin-top: 20px;
}
.about-us-wrap .content-wrap .company-abs-wrap .company-abs p{
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0;
	color: #000000;
}
.about-us-wrap .content-wrap .location-img{
	width: 416px;
	height: 494px;
	position: absolute;
	right: 0;
	top: -36px;
	z-index: 100;
	/* background: #333; */
}
