
.product{
	width: 100%;
	background-color: #f9f9f9;
	padding-bottom: 10px;
}
.product ul,.news ul{
	width: 1200px;
	margin: 0 auto;
}
.product h5,.news h5,.cooperation h5,.case h5,.about h5{
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #444;
	line-height: 120px;
}
.service h4{
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #444;
	line-height: 120px;
}
.product ul li{
	width: 280px;
	background-color: #fff;
	margin-right: 20px;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.product ul li p{
	text-align: center;
	padding:10px 0px;
	font-size: 12px;
}
.product ul li img{
	width: 100%;
}
.product ul li a:hover,.news ul li a:hover{
	color: #0950a2;
}
.product ul li:hover{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	transform: translateY(-10px);
}
.news,.cooperation{
	width: 100%;
	display: inline-block;
}
.news{
	padding-bottom: 70px;
	padding-top: 40px;
}
.news ul{
	display: flex;
    justify-content: space-between;
    text-align: justify;
}
.news .news-box{
	width: 600px;
	height: 400px;
	background-color: #f8f8f8;
}
.news-class{
	width: 360px;
	height: 40px;
	display: flex;
	font-size: 24px;
	font-weight: 200;
	margin-left: 40px;
	padding-top: 30px;
}
.news-class li{
	margin: 0px 0px;
	cursor: pointer;
	border-bottom: 2px solid #;
}
.news-list{
	width: 520px;
	height: 270px;
	margin-left: 40px;
	margin-top: 8px;
}
.news-list li{
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	padding-top: 12px;
}
.news-list li span{
	color: #777;
}
.news-first img{
	float: left;
	padding-right: 15px;
}
.news-title{
	display: flex;
    justify-content: space-between;
    text-align: justify;

}
.news-title a{
	width: 280px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-title a:hover{
	color: #09f;
}
.news-detail{
	margin-top: 10px;
	font-size: 14px;
	color: #09f;
	line-height: 22px;
}
.news-thiscolor{
	color: #09f;
	border-bottom: 2px solid #09f;
}
.news-more a{
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #09f;
	display: block;
	margin-top: 16px;
	text-align: center;
	font-size: 14px;
}


.cooperation{
	background-color: #f9f9f9;
	padding-bottom: 40px;
}
.cooperation ul{
	width: 1440px;
	margin:0 auto;
}
.cooperation ul li{
	width: 360px;
	height: 225px;
	background-color: #fff;
	float: left;
	position: relative;
	overflow: hidden;
    background-size: cover;
}
.cooperation ul li p{
	width: 360px;
	height: 225px;
	position: absolute;
	top: 225px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 14px;
	line-height: 225px;
	text-align: center;
}
.cooperation ul li:hover{
	filter: grayscale(70%);
}
.cooperation ul li:hover p{
	filter: grayscale(100%);
	top: 0;
}

.service{
	width: 100%;
	background-color: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
	transition: all .5s;
}
.service ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	transition: all .5s;
}
.slist{
	width: 171.4px;
	height: 200px;
	overflow: hidden;
	position: relative;
	transition: all .5s;
}
.slist a{
	color: #fff;
}
.imgbg img{
	width: 171.4px;
	height: 200px;
}
.imgbg{
	position: absolute;
	z-index: 1;
}
.sermask{
	width: 171.4px;
	height: 200px;
	position: absolute;
	z-index: 1;
	background-color: rgba(0,0,0,.5);
}
.sertext:hover{
	background-color: rgba(11,150,245,.8);
}
.sertext:hover .sertitle{
	top: 70px;
}
.sertext{
	width: 171.4px;
	height: 200px;
	position: absolute;
	z-index: 2;
	color: #fff;
	overflow: hidden;
	transition: all .5s;
}
.sertext h5{
	text-align: center;
	font-size: 24px;
	margin-top: 87px;
	transition: all .5s;
}
.sertext:hover h5{
	margin-top: 70px;
}
.sertitle{
	width: 171.4px;
	margin-left: 0px;
	font-size: 14px;
	margin-top: 20px;
	line-height: 24px;
	position: absolute;
	top: 200px;
	text-align: center;
	transition: all .5s;
}
.sertitle a{
	width: 120px;
	line-height: 32px;
	border:1px solid #fff;
	display: block;
	text-align: center;
	margin:0 auto;
	margin-top: 20px;
}
.sertitle a:hover{
	background-color: #fff;
	color: #0b96f5;
}

.case{
	width: 100%;
	background-color: #fff;
	padding-bottom: 30px;
}
.case ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	border-top: 1px solid #efefef;
}
.case-one,.case-list{
	width: 200px;
	height: 110px;
	display: flex;
	transition: all .5s;
}
.case-one a,.case-list a{
	display: block;
	width: 199px;
	height: 107px;
	color: #333;
	border-top: 3px solid #fff;
	text-align: center;
}
.case-one a:hover,.case-list a:hover{
	border-top: 3px solid #e62129;
	color: #e62129;
	background-color: #efefef;
}
.case-one a:hover .case-img{
	background-image: url(../images/c1.png);
}
.case-img{
	width: 93px;
	height: 50px;
	display: block;
	background-image: url(../images/c01.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 15px;
	padding-bottom: 10px;
	transition: all .5s;
}
.case-one p,.case-list p{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	transition: all .5s;
}
.case-right-line{
	width: 1px;
	height: 30px;
	display: block;
	background-color: #efefef;
	margin-top: 35px;
}
.case-imgs{
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	padding-bottom: 10px;
	transition: all .5s;
}
.imgjg{
	width: 53px;
	height: 50px;
	background-image: url(../images/c05.png);
	background-repeat: no-repeat;
}
.case-list a:hover .imgjg{
	background-image: url(../images/c5.png);
}
.imgds{
	width: 53px;
	height: 50px;
	background-image: url(../images/c03.png);
	background-repeat: no-repeat;
}
.case-list a:hover .imgds{
	background-image: url(../images/c3.png);
}
.imggy{
	width: 53px;
	height: 50px;
	background-image: url(../images/c06.png);
	background-repeat: no-repeat;
}
.case-list a:hover .imggy{
	background-image: url(../images/c6.png);
}
.imgsy{
	width: 53px;
	height: 50px;
	background-image: url(../images/c02.png);
	background-repeat: no-repeat;
}
.case-list a:hover .imgsy{
	background-image: url(../images/c2.png);
}

.about{
	width: 100%;
	background-color: #fff;
	padding-bottom: 30px;
}
.about ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.about-img{
	display: inline-block;
	width: 700px;
	height: 400px;
	background-image: url(../images/about.jpg);
}
.about-content{
	display: inline-block;
	width: 500px;
	height: 400px;
	background-image: url(../images/bg.jpg);
	position: relative;
}
.about-content h6{
	font-size: 24px;
	text-indent: 40px;
	margin-top: 40px;
	font-weight: 400;
}
.about-content p{
	width: 420px;
	height: 320px;
	margin-top: 20px;
	margin-left: 40px;
	font-size: 16px;
	line-height: 26px;
}
.about-content a{
	display: block;
	position: absolute;
	width: 140px;
	line-height: 50px;
	text-align: center;
	background-color:#0b96f5;
	font-size: 16px;
	color: #fff;
	left: 40px;
	top: 300px;
}