@charset "utf-8";
body,span,p,a,div,img{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
img{
	border: none;
}
ul{
	list-style: none;
}
body{
	min-width: 1350px;
	width: 100%;
	height: 100%;
}

.home_content{
	width: 100%;
	position: relative;
	top: 0px;
	overflow: hidden;
}
/*关于我们*/
.about_us{
	width: 100%;
	height: 813px;
	background: url(../img/home_content/back_1.jpg) no-repeat;
	position: relative;
	padding-top: 100px;
}

.about{
	width: 655px;
	height: 200px;
	position: absolute;
	right: 7%;
}
/*题目*/
.home_title{
	width: 100%;
	font-size: 34px;
	font-family: "微软雅黑";
}
.split{
	display: block;
	width: 66px;
	height: 4px;
	background: #C40001;
	margin-top: 10px;
	margin-bottom: 30px;
}
/*中文*/
.chinese{
	width: 100%;
	line-height: 1.8;
	font-size: 16px;
	color:  gray;
	font-family: "微软雅黑";
}
/*英文*/
.english{
	width: 100%;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}
.about a{
	cursor: pointer;
}
#car{
	position: absolute;
	top: 35%;
}

/*产品展示*/
.product_show{
	width:100% ;
	height: 888px;
	background: url(../img/home_content/back_2.jpg) no-repeat;
	position: relative;
	padding-top: 100px;
}

/*按钮*/
.btn{
	width: 27%;
	height: 10%;
	margin: 3% auto;
}
.btn_content{
	width: 125px;
	height: 41px;
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	border-radius: 26px;
	border: 1px solid gray;
	line-height: 41px;
    text-align: center;
}
.btn_content a{
	color: black;
	font-family: "微软雅黑";
}
.btn_content a:hover{
	cursor: pointer;
}
.btn_content:hover{
	background: #C40001;
}
.btn_content:hover a{
	color: white;
}
.photo{
	width: 100%;
	padding-left: 10%;
}
.photo img{
	width: 335px;
	height: 232px;
	float: left;
	margin-right: 3%;
	transition: .4s linear;
}

.photo img:hover{
	cursor: pointer;
	transform: scale(1.1,1.1);
	
}
#p_1{
	display: block;
}
#p_2{
	display: none;
}
/*企业文化*/
.cultural{
	height: 855px;
	background: url(../img/home_content/back_3.jpg) no-repeat;
	margin-left: -94px;
	padding-top: 162px;
}

.photo_1{
	width:85%;
	height: 430px;
	margin-left: 168px;
	margin-top: 50px;
}
.pic{
	width:30% ;
	height: 100%;
	background: #4C4C4C;
	margin-right: 30px;
	float: left;
	transition:.8s linear; 
}
.pic:hover{
	cursor: pointer;
	background: #3F5296;
}
.icon{
	width: 123px;
	height: 123px;
	margin: 20% auto;
	border-radius: 50%;
	border: 2px solid white;
}
#img_1{
	width: 50px;
	height: 50px;
	margin-top: 45px;
    margin-left: 36px;
}
#img_2{
	width: 50px;
	height: 50px;
	margin-top: 34px;
    margin-left: 33px;
    border-radius: 50%;
	border: 2px solid white;
}
#img_3{
	width: 50px;
	height: 50px;
	margin-top: 45px;
    margin-left: 36px;
}

.pic_chinese{
	font-family: "宋体";
	font-size:25px;
	text-align: center;
	color: white;
	margin-bottom: 3%;
}
.pic_english{
	font-family: "微软雅黑";
	font-size: 15px;
	text-align: center;
	color: white;
	margin-bottom: 8%;
}

/*新闻中心*/
.news{
	height: 1208px;
	background: url(../img/home_content/back_4.jpg) no-repeat;
	margin-left: -305px;
	padding-top: 170px;
}

.news_content{
	width: 100%;
	margin-bottom: 8%;
}
.dating{
	width: 80px;
	height: 58px;
	float: left;
}
.date_month{
	font-size: 29px;
	font-family: "微软雅黑";
	color:black;
}
.date_year{
	font-size: 16px;
	font-family: "微软雅黑";
	color:gray;
}
.detail{
	width: 45%;
	height: 100px;
	margin-left: 7%;
	padding-top: 0.2%;
}
.home_T a{
	width: 100%;
	color: black;
	font-size: 20px;
	font-family: "微软雅黑";
}

.home_T a:hover{
	color: red;
}

.message{
	width: 100%;
	margin-top: 9px;
}
.message p{
	font-size: 14px;
	color: gray;
	line-height:25px;
	font-family: "微软雅黑";
}

