

/*新闻媒体*/
.news{
	min-width: 1200px;
	margin-top: 138px;
	padding: 46px 0 38px;
	background-color: #48434e;
}
.news .biaoti{
	color: white;
}
.news .main{
	width: 1200px;
	margin: 84px auto 0;
	height: 305px;
}
.news .main{
	width: ;
}
.news .left{
	width: 635px;
	height: 305px;
	float: left;
	position: relative;
	overflow: hidden;
}
.news .left img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.news .left div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/bg_touming2.png);
	color: white;
	display: none;
}
.news .left:hover img{
	transform: scale(1.1);
}
.news .left:hover div{
	display: block;
}
.news .left .p1{
	font-size: 26px;
	line-height: 26px;
	width: 445px;
	height: 26px;
	position: absolute;
	left: 88px;
	top: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .left .p2{
	font-size: 28px;
	line-height: 28px;
	width: 445px;
	height: 28px;
	position: absolute;
	left: 88px;
	top: 126px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .left .p3{
	font-size: 20px;
	line-height: 20px;
	width: 445px;
	height: 20px;
	position: absolute;
	left: 88px;
	top: 164px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .right{
	width: 526px;
	height: 305px;
	float: right;
	overflow: hidden;
}
.news .right .box{
	width: 100%;
	height: 64px;
	margin: 4px 0 30px;
	padding-bottom: 10px;
	color: white;
	overflow: hidden;
}
.news .right .box .div2:hover .p1{
	transform: translateY(-5px);
}
.news .right .div1{
	width: 64px;
	height: 64px;
	text-align: center;
	background: white;
	float: left;
	color: #48434e;
}
.news .right .div1 .p1{
	font-size: 18px;
	line-height: 18px;
	padding-top: 12px;
}
.news .right .div1 .p2{
	font-size: 20px;
	line-height: 20px;
	padding-top: 8px;
}
.news .right .div2{
	width: 436px;
	float: right;
}
.news .right .div2 .p1{
	font-size: 24px;
	line-height: 28px;
	padding-top: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 1s;
}
.news .right .div2 .p2{
	font-size: 18px;
	line-height: 20px;
	padding-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .arrow{
	display: block;
	width: 55px;
	height: 40px;
	margin: 85px auto 0;
}

/*关于我们*/
.aboutUs{
	width: 1200px;
	margin: 0 auto;
	padding: 85px 0 40px;
	text-align: center;
}
.aboutUs .text{
	font-size: 20px;
	color: #48434e;
	line-height: 36px;
	text-indent: 2em;
	padding-top: 30px;
	text-align: left;
}
.aboutUs .main{
	padding-top: 25px;
}
.aboutUs .main .box{
	width: 100%;
	overflow: hidden;
}
.aboutUs .box .div1{
	width: 385px;
	float: left;
	margin-left: 22px;
	position: relative;
}
.aboutUs .box .div1_1{margin: 0;}
.aboutUs .box .imgBox{
	width: 385px;
	height: 290px;
	overflow: hidden;
}
.aboutUs .box img{
	width: 385px;
	height: 290px;
	transition: all 1s;
}
.aboutUs .box p{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 60px 0 96px;
	font-size: 26px;
	color: white;
	font-family: "黑体";
	background: #48434e;
	margin-top: 5px;
	position: relative;
}
.aboutUs .box p a{
	display: block;
	width: 43px;
	height: 43px;
	background: url(../img/guanyu_icon.png) no-repeat;
	position: absolute;
	left: 168px;
	bottom: 30px;
}
.aboutUs .box .div1 span{
	display: block;
	position: absolute;
	background: #E0690C;
	transition:all 0.75s;
}
.aboutUs .box .div1 .span_t{
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
}
.aboutUs .box .div1 .span_r{
	right: 0;
	top: 0;
	width: 2px;
	height: 0;
}
.aboutUs .box .div1 .span_b{
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
}
.aboutUs .box .div1 .span_l{
	left: 0;
	bottom: 0;
	width: 2px;
	height: 0px;
}
.aboutUs .box .div1:hover{
	cursor: pointer;
}
.aboutUs .box .div1:hover img{
	transform: scale(1.1);
}
.aboutUs .box .div1:hover .span_t{width: 100%;}
.aboutUs .box .div1:hover .span_b{width: 100%;}
.aboutUs .box .div1:hover .span_r{height: 100%;}
.aboutUs .box .div1:hover .span_l{height: 100%;}


/*联系我们*/
.lianxi{
	min-width: 1200px;
	padding-top: 208px;
	position: relative;
	overflow: hidden;
}
.lianxiBg{
	width: 100%;
}
.lianxi .biaoti{
	position: absolute;
	top: 85px;
	left: 0;
}
.lianxi .main{
	width: 100%;
	height: 100%;
	/*margin-top: 85px;
	background: url(../img/lianxiBg.jpg) no-repeat center top;
	background-size: 1920px 602px;*/
	position: absolute;
	left: 0;
	top: 208px;
}
.lianxi .main .box{
	width: 1200px;
	height: 602px;
	margin: -405px auto 0;
	position: relative;
	top: 50%;
}
.lianxi .main .div1{
	width: 470px;
	position: absolute;
	right: 0;
	top: 209px;
}
.lianxi .main .div1 div{
	width: 100%;
	overflow: hidden;
	font-size: 24px;
	line-height: 36px;
	color: white;
	margin-bottom: 20px;
}
.lianxi .main .div1 div img{
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 24px;
}
.lianxi .main .div1 div p{
	width: 398px;
	float: left;
	padding-top: 6px;
}

/*标语*/
.biaoyu{
	text-align: center;
	width: 100%;
	height: 210px;
	font-size: 42px;
	line-height: 210px;
	background: url(../img/bg_ad.jpg) no-repeat center top;
	background-size: 1920px 210px;
}
