﻿*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
.news ul li a:hover{
	text-decoration: none;
	color: #5e6199;
}
.container-fluid{
	/*overflow: hidden;*/
}
body{
	overflow-x: hidden;
}
@media only screen and (max-width: 1200px) {
	body{
		width: 1200px;
	}
	.header-nav{
		width: 1200px;
	}
}
body{

}
/*头部开始*/
/*头部开始*/

    /*头部导航*/
   .header-nav{
   	position: relative;
   	top: 0;
   	left: 0;
   	width: 100%;
   	z-index: 1;
   	background: #000;
   }
.header-logo{
	position: absolute;
	top: 10%;
	left: 0;
	width: 12%;
}
.header-logo img{
	width: 100%;
}
.header-content{
	width: 40%;
	margin: 0 auto;
}
.header-content ul{
	overflow: hidden;
}
.header-content ul li{
	float: left;
	padding:30px 4%;
}
.header-content ul li a{
	color: #ebdc9b;
	font-size: 14px;
}
.header-content ul li a:hover{
	color: #fff;
}
/*头部订购热线*/
.header-right{
	position: absolute;
	top: 10%;
	right: 0;
	width: 25%;
	height: 80px;
}
.right-mobile{
	position: absolute;
	top: 25%;
	left: 3%;
	display: inline-block;
	padding: 1% 2%;
	background: #e71232;
	border-radius: 5px;
}
.right-mobile a{
	color: #ebdc9b;
	
}
.right-con{
	position: absolute;
	top: 20%;
	right: 50%;
	width: 15%;
	height: 42px;
	display: inline-block;	
}
.con-phone{
	position: absolute;
	top: 18%;
	right: 0;
	width: 50%;
	color: #ebdc9b;
}
.con-phone h3{
	margin: 0;
}
.con-phone p{
	margin: 0;
}
.ewm{
	position: absolute;
	top: 90%;
	right: 19%;
	display: none;
	width: 5%;
}
.ewm img{
	width: 100%;
}

/*头部结束*/
.mobile-header{
	display: none;
}
/*头部结束*/
/*news*/
.news{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.news .new_content{
	margin: 0 40px;
}
.news ul{
	overflow: hidden;
}
.news ul li{
	float: left;
	width: 31%;
	margin: 0 1%;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-radius: 5px;
	background: #fff;
	height: 380px;
	overflow: hidden;
	border: solid 1px #ececec;
}
.news ul li a.img{
	height: 250px;
}
.news ul li a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	color: #333333;
}
.news ul li img{
	width: 100%;
	border-radius: 5px 5px 0 0;
	min-height: 250px;
	transition: all .3s cubic-bezier(.4,0,.2,1) .1s;
}
.news ul li a img:hover{
	transform: scale(1.1);
}
.news h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	height: 72px;
    padding: 20px 20px 0;
	overflow: hidden;
}
.news .text{
	color: #a9a9a9;
    padding: 0 20px 0;
    line-height: 18px;
    height: 56px;
    font-size: 12px;
    overflow: hidden;
}
.news .time{
	padding: 10px 20px;
    color: #ccc;
	font-size: 14px;
}
/*page*/
.page{
	padding-top: 40px;
	text-align: center;
}
.page a{
	display: inline-block;
    background: #fff;
    padding: 10px 15px;
    min-width: 20px;
    text-align: center;
    margin-right: 5px;
    color: #000;
	font-size: 15px;
}
/*.page a:first-child {
    border-radius: 4px 0 0 4px;
}
.page a:last-child {
    border-radius: 0 4px 4px 0;
    border: 0;
}*/
.page a:hover {
    background: #353a80;
	color: #fff;
}
/*news结束*/
/*footer开始*/
.better{
	width: 100%;
	height: 175px;
	line-height: 175px;
	text-align: center;
	background:  no-repeat;
}
.xiaofei{
	width: 1200px;
	height: 60px;
	margin: 50px auto;
	color: #fff !important;
	text-align: center;
}
.xiaofei .swiper-container{
	width: 100%;
	height: 100%;
}
.footer-fal{
	width: 1200px;
	height: 60px;
}
.footer-fal ul{
	overflow: hidden;
	height: 60px;
	  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,235,222,1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,235,222,1) 100%);
    background: -o-linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,235,222,1) 100%);
    background: -ms-linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,235,222,1) 100%);
     background: -moz-linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,235,222,1) 100%);
	border-radius: 10px;
	box-shadow: 1px 1px 40px rgba(0,0,0,.08);
}
.footer-fal ul li{
	padding: 10px 20px;
	width: 300px;
	float: left;
	text-align: left;

	border-right: 1px solid #000;
	
}
.fal-con{
	overflow: hidden;	
}
.text-img{
	float: left;
	width: 43px;
	height: 43px;
	background:  no-repeat;
	background-size: cover;
	background-position: 0 0;
}
.text-img1{
	background-position: -373px 0;
}
.text-img2{
	background-position: -309px 0;
}
.text-img3{
	background-position: -120px 0;
}
.text-img4{
	background-position: -186px 0;
}
.text-con{
	float: right;
	width: 72%;
}
.text-con p{
	margin: 0;
	color: #000;
}
.text-con .small{
	font-size: 12px;
	color: #999;
}


/*pros*/
.pros{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
.pros ul{
	overflow: hidden;
}
.pros ul li{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-radius: 5px;
	background: #fff;
	height: 370px;
	overflow: hidden;
	border: solid 1px #ececec;
}
.pros ul li a{
	display: inline-block;
	width: 100%;
}
.pros ul li img{
	border-radius: 5px 5px 0 0;
}
.pros h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	padding: 20px 20px 0;
}
.pros .text{
	color: #a9a9a9;
	padding: 0 20px 0;
	line-height: 18px;
	height: 56px;
	font-size: 12px;
	overflow: hidden;
}
.pros .time{
	padding: 10px 20px;
	color: #ccc;
	font-size: 14px;
}