@charset "utf-8";
.header{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header .nav{
	flex-grow: 1;
}
.header .nav ul{
	display: flex;
	height: 100%;
	justify-content: space-around;
}
.header .nav ul li{
	flex-grow: 1;
	height: 100px;
	text-align: center;
	font-size: 20px;
	box-sizing: border-box;
	padding: 30px 0;
}
.header .nav ul li a{
	color: #000;
	display: inline-block;
	height: 35px;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
}
.header .nav ul li a:hover{
	border-bottom: 2px solid #000;
}
.header .nav ul li:first-child a{
	border-bottom: 2px solid #000;
}

.swiper-container .swiper-wrapper .swiper-slide{
	font-size: 0;
}
.title{
	text-align: center;
	font-size: 20px;
	color: #19294b;
	margin: 20px 0 20px 0;
}
.title span{
	display: inline-block;
	width: 300px;
	border-bottom: 3px solid #19294b;
}
/*公司简介部分*/
.aboutus .wrapper{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.aboutus .left{
	width: 500px;
	flex-shrink: 0;
	margin-right: 30px;
	font-size: 0;
}
.aboutus .right p:nth-child(1){
	font-size: 18px;
	color: #000;
	margin: 20px 0 10px 0;
}
.aboutus .right p:nth-child(2){
	font-size: 12px;
	color: #000;
	margin-bottom: 20px;
	line-height: 40px;
	text-indent: 24px;
	font-size: 15px;
}
.aboutus .right p:nth-child(3){
	text-indent: 24px;
	font-size: 16px;
	color: #000;
	line-height: 60px;
}
.aboutus .right span{
	background-color: #19294b;
	padding: 5px 10px;
	float: right;
	margin: 20px 20px 0 0;
}
.aboutus .right span a{
	color: #fff;
}
/*公司服务*/
.server{
	background-color: #cee1e8;
	padding-top: 30px;
	padding-bottom:30px;
}
.server .wrapper{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.server .wrapper>div{
	width: 239px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	padding: 30px 0 0px 0;
	font-size: 20px;
	color: #000;
}
.server .wrapper>div img{
	width: 84px;
	height: 81px;
	margin-bottom: 30px;
}
.server .wrapper .bottom{
	background-color:#19294b;
	margin-top:30px;
	font-size: 14px;
	color: #fff;
	padding: 20px 0;
}
/*产品展示*/
.product .wrapper{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.product .wrapper ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.product .wrapper ul li{
	width: 24%;
}
.product img{
	border: 1px solid #000;
}
.product  p{
	line-height: 60px;
	font-size: 16px;
	color: #000;
}
/*新闻中心*/
.news{
	background-color: #cee1e8;
	padding: 30px 0;
}
.news .wrapper{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.news .wrapper>div{
	background-color: #19294b;
	width: 280px;
	color: #fff;
}
.news .top{
	padding: 20px;
}
.news .new-title{
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	margin-bottom: 10px;
}
.news .new-info{
	padding: 0 10px;
	 overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .link{
	float: right;
	color: #19294b;
	border-radius: 25px;
	padding: 2px 5px;
	background-color: #cee1e8;
	margin:10px 20px 10px 0;
}
/*页脚部分*/
.footer{
	background-color: #19294b;
}
.foot{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.footer .nav{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	height: 60px;
	line-height: 60px;
	justify-content: space-around;
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
}
.footer .nav a{
	color: #fff;
}
.foot .left{
	color: #fff;
}
.foot .left p:nth-child(1){
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.foot .left p:nth-child(2){
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
}
.left-p{
	color: #fff;
	vertical-align: middle;
	margin-bottom: 10px;
}
.left-p img{
	vertical-align: middle;
	margin-right: 10px;
}
.copy{
	margin: 20px 0 0 0;
}
.foot .right{
	text-align: center;
	color: #fff;
}
.foot .right img{
	margin-bottom: 5px;
}




















