.banner{
	height: 20rem;
	background: url(../images/common/bannerbg.jpg) repeat-x;
	background-size: auto 100%;
	overflow: hidden;
}
.banner h2{
	color: #fff;
	font-size: 3.8rem;
	line-height: 5rem;
	margin: 7.5rem 0;
	text-align: center;
}
.banner.en h2{
	max-width: 600px;
	font-size: 3rem;
	line-height: 4rem;
	margin: 6rem auto;
	word-break: keep-all;
}
@media screen and (max-width: 720px){
	.banner{
		height: auto;
	}
	.banner h2{
		font-size: 4.5em;
		letter-spacing: 0;
		line-height: 1.2em;
		margin: 13.7% auto;
	}
	.banner.en h2{
		width: 95%;
		font-size: 3.5em;
		line-height: 1.2em;
		margin: 12% auto;
	}
}

.content{
	width: 95%;
	max-width: 1200px;
	height: 100%;
	margin: 3.8% auto;
	overflow: hidden;
	position: relative;
	padding-top: 1px;
}
.content .news_list,.content .notive_right{
	background: #f8f8f8;
}
.content h3{
	background: #fff;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 5rem;
}
@media screen and (max-width: 720px){
	.content h3{
		font-size: 1.8rem;
		line-height: 3rem;
	}
}

/*最新动态-列表*/
.news_list{
	width: 72%;
	max-width: 872px;
}
.news_list ul{
	width: 95%;
	max-width: 792px;
	min-height: 70%;
	margin: 0 auto;
}
.news_list li{
	margin-top: 5rem;
	overflow: hidden;
}
.news_list li a{
	display: block;
	overflow: hidden;
}
.news_list li:first-child{
	margin-top: 0;
}
.news_list li:hover b{
	color: #4561de;
}
.news_list .news_list_img{
	width: 30%;
	padding-top: 17.5%;
	overflow: hidden;
	position: relative;
}
.news_list .news_list_img img{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.news_list .news_list_title{
	max-width: 538px;
	height: 17.5%;
	border-top: 1px dashed #b6b6b6;
	border-bottom: 1px dashed #b6b6b6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-left: 33%;
	overflow: hidden;
	padding: 0 1rem;
}
.news_list .news_list_title b{
	width: 100%;
	color: #333333;
	display: block;
	font-size: 2rem;
	font-weight: normal;
	line-height: 2em;
	margin-top: 3.8%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.news_list .news_list_title p{
	color: #999999;
	font-size: 1.4rem;
	line-height: 2em;
	margin-bottom: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list .news_list_title span{
	color: #666666;
	font-size: 1.4rem;
	line-height: 2em;
}
.news_list .news_list_page{
	max-width: 200px;
	color: #e94709;
	font-size: 1.5rem;
	line-height: 3rem;
	margin: 0 auto;
	padding: 5% 0;
	overflow: hidden;
	text-align: center;
}
.news_list .news_list_page a,.news_list .news_list_page span{
	color: #333333;
	display: block;
	float: left;
	margin: 0 2%;
}
.news_list .news_list_page a{
	cursor: pointer;
	display: block;
	text-align: center;
}
.news_list .news_list_page a.unclick{
	color: #bababa;
}
.news_list .news_list_page select{
	min-width: 3rem;
	height: 2rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin-top: .5rem;
	margin-left: 1rem;
}
@media screen and (max-width: 720px){
	.news_list{
		width: 98%;
	}
	.news_list .news_list_title b{
		font-size: 1.6rem;
	}
	.news_list .news_list_title p,.news_list .news_list_title span{
		font-size: 1.2rem;
	}
}

/*最新动态-内容*/
.news_content{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 5%;
	overflow: hidden;
	padding-top: 6rem;
}
.news_content h2{
	border-bottom: 1px solid #d6d7dc;
	color: #3c2900;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.5em;
	padding: 3.45% 0 1.64%;
}
.news_content h2 span{
	color: #999999;
	display: block;
	font-size: 1.3rem;
	line-height: 1.5rem;
	margin-top: .5rem;
	padding: .5rem 0;
}
.news_content .contentext{
	margin-top: 2.5%;
	overflow: hidden;
}
.news_content .contentext img{
	max-width: 70%;
	height: auto;
	display: block;
	margin: 0.82% auto 2.27%; 
}
.news_content .contentext h3{
	font-size: 1.83rem;
	line-height: 2.5rem;
	margin: 2.55% 0 2.75%;
}
.news_content .contentext h4{
	color: #e94708;
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin-top: 2.45%;
}
.news_content .contentext p{
	color: #333333;
	font-size: 1.25rem;
	line-height: 2.5rem;
	margin-bottom: 1.45%;
	text-indent: 2em;
}
@media screen and (min-width: 721px) and (max-width: 999px){
	.news_content h2{
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 320px) and (max-width: 720px){
	.news_content{
		padding-top: 5rem;
	}
	.news_content h2{
		font-size: 1.6rem;
	}
	.news_content h2 span{
		font-size: 1.2rem;
	}
	.news_content .contentext h3{
		font-size: 1.4rem;
		line-height: 1.5em;
		padding: .5rem 0;
	}
	.news_content .contentext img{
		width: 70%;
		height: auto;
		margin: .5rem auto;
	}
}

/*最新动态-公司动态*/
.notive_phone_bg{
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}
.notive_phone_btn{
	width: 3rem;
	height: 3rem;
	background: #fff url(../images/news/btn.png) no-repeat center;
	background-size: 100% auto;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 4;
}
@media screen and (max-width: 720px){
	.notive_phone_btn{
		display: block;
	}
}

.notive_right{
	width: 25.5%;
	min-width: 175px;
}
.notive_right .notive_list{
	overflow: hidden;
}
.notive_right ul{
	margin: 1rem -18px 1rem 1.5rem;
	overflow-y: scroll;
	padding-right: 18px;
}
.notive_right li{
	width: 100%;
	margin-bottom: 0.5rem;
	overflow: hidden;
	position: relative;
}
.notive_right b{
	width: 100%;
	height: 3.5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #333333;
	cursor: pointer;
	display: block;
	font-weight: normal;
	font-size: 1.7rem;
	line-height: 3.5rem;
	text-align: left;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	/*溢出隐藏*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*溢出隐藏 end*/
}
.notive_right li b:before{
	content: "";
	height: 2.5rem;
	display: block;
	float: left;
	margin-top: .5rem;
	transition: margin-right .5s;
	-moz-transition: margin-right .5s;
	-webkit-transition: margin-right .5s;
	-o-transition: margin-right .5s;
}
.notive_right li:hover b,.notive_right li.nowtip b{
	color: #4561de;
}
.notive_right li:hover b:before,.notive_right li.nowtip b:before{
	border-left: .3rem solid #4561de;
	margin-right: .8rem;
}
.notive_right p{
	display: none;
	font-size: 1.4rem;
	line-height: 2em;
}
@media screen and (max-width: 720px){
	.notive_right{
		width: 195px;
		opacity: 0;
		position: absolute;
		top: 1px;
		right: -195px;
		z-index: 4;
	}
	.notive_right h3{
		padding: 0 5%;
	}
	.notive_right b{
		font-size: 1.6rem;
	}
	.notive_right p{
		font-size: 1.2rem;
		line-height: 1.5em;
	}
	.notive_right li:hover b{
		color: #333333;
	}
	.notive_right li:hover b:before{
		border-left: none;
		margin-right: 0;
	}
	.notive_right li.nowtip b{
		color: #4561de;
	}
	.notive_right li.nowtip b:before{
		border-left: .3rem solid #4561de;
		margin-right: .8rem;
	}
}