@charset "UTF-8";
.swipe {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #ffffff;
}
.customer .swipe {
	margin-top: 23px;
}
#slider4 {
    line-height: 0;
    text-align: center;
}
.swipe ul {
    overflow: hidden;
}
.index #pagenavi{
	position: absolute;
	z-index: 000;
	bottom: 15px;
	left: 50%;
	margin-left: -70px;
	background: transparent;
}
.index #pagenavi a.active{
	background-position:0 0;
	background-color: #fff;
	border:1px solid #fff;
}

.index #pagenavi  a {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
    opacity: 0.8;
    border: 1px solid #fff;
}
.customer{
	padding:0 25px;
	margin-bottom: 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.news {
	background-color: #ffffff;
}
.news h1,.product h1,.customer h1{
    font-size: 40px;
    font-weight: 600;
    height: 90px;
    line-height: 90px;
}
.news h1 span,.product h1 span,.customer h1 span{
	color: #fe7800;
	font-family: "Arial";
}
.product .news_more,.customer .news_more{
	height: 100%;
	display: inline-block;
	float: right;
	width: 11px;
	background: url(../images/news_more.jpg) no-repeat right center;
}
.customer .news_more{
	width: 110px;
	font-size: 22px;
	font-weight: normal;
}
.news ul {
	height: 380px;
}
.news h1,.news ul{
	padding: 0 25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.news ul li{
    height: 70px;
    line-height: 70px;
    font-size: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news ul li span{
	color: #666666;
	font-family: "Arial";
}
.news .news_more{
	height: 80px;
	background-color: #fafafa;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 80px;
	font-size: 26px;
	color: #17479d;
	margin-bottom: 45px;
}
.news .news_more img{
	display: inline-block;
	margin-left: 15px;
}
.product{
	height: 815px;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 45px;
	padding-top: 30px;
	padding-bottom:20px;
}
.product ul li{
	width: 100%;
	text-align: left;
	border: 1px solid #f0f0f0;
}
.product ul .product6 {
	border:none;
}
.product ul h1 {
    color: #010101;
    font-size: 34px;
    font-weight: normal;
    display: inline-block;
    height: 120px;
    line-height: 120px;
    margin-left: 20px;
    background-color: transparent;
    vertical-align: middle;
}
.product ul  span{
	display: inline-block;
	width: 69px;
	height: 69px;
	border-radius: 50%;
	background-color: #2f85d8;
	border: none;
	vertical-align: middle;
}
.product ul li a{
	display: block;
	height: 120px;
	padding: 0 25px;
}
.product span{
	background-repeat: no-repeat;
	background-position: center;
}
.product1 span{
	background-image: url(../images/product1.png);
}
.product2 span{
	background-image: url(../images/product2.png);
}
.product3 span{
	background-image: url(../images/product4.png);
}
.product4 span{
	background-image: url(../images/product3.png);
}
.product5 span{
	background-image: url(../images/product6.png);
}
.product6 span{
	background-image: url(../images/product5.png);
}
.customer {
	padding-top: 30px;
	height: 320px;
	background-color: #ffffff;
	width: 100%;
}
.customer ul li{
	float: left;
	height: 160px;
	vertical-align: middle;
	width: 25%;
}
.customer ul li span{
	display: block;
	text-align: center;
	font-size: 26px;
}
.customer ul li  P{
	height: 68px;
	line-height: 136px;
	text-align: center;
	padding-bottom: 20px;
}
.bottom{
	background-color: transparent;
}
.inf{
	width: 400px;
	font-size: 26px;
	margin:40px auto 15px;
    background: transparent;
}
.inf a{
	display: inline-block;
	padding: 0 15px;
	border-right: 2px solid #666666;
}
.copyright{
	color: #898989;
	font-size:20px;
	text-align: center;
	width:100%;
	padding: 0 20px 20px;
	box-sizing: border-box;
}