*{
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
}
body{
	color: #2F2F2F;
	font-size: 0;
}
/*导航栏开始*/
#head{
	width: 100%;
	height: 70px;
	margin: auto;
	position: fixed;
	z-index: 2;
	background-color: #ffffff;
	box-shadow:0px 1px 5px #B5B5B5;
}
.head-box{
	overflow: hidden;
	display: -webkit-flex;
}
.content{
	flex:4;
}
.logo-box img{
	height: 50px;
	margin-top: 10px;
}
.language{
	line-height: 70px;
	font-size: 22px;
	flex: 1;
}
.language a{
	color: #5b5b5b;
}
.pc{
	flex: 1;
	
}
.nav{
	flex: 1;
}

/*导航栏结束*/

/*banner开始*/
#banner img{
	padding-top: 70px;
	width: 100%;
	display: block;
}
/*banner结束*/

/*产品导航部分开始*/
.container {
overflow: hidden;
background-color: #024490;
width: 100%;
height: 50px;
padding-left: 3%;
}
.container a {
float: left;
font-size: 1rem;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
cursor: pointer;
font-size: 1rem;
line-height: 50px;
border: none;
outline: none;
color: white;
background-color: inherit;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
width: 94%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.show {
display: block;
}
/*产品导航部分结束*/

/*内容部分开始*/
.news{
	width: 94%;
	margin: auto;
	margin-bottom: 100px;
}
.nav-little{
	margin-top: 16px;
}
.nav-little a{
	color: #909090;
	font-size: 1rem;
}
.news h4{
	text-align: center;
	line-height:50px;
	margin-top: 10px;
}

.news-box{
	width: 100%;
	margin: auto;
	display: -webkit-flex;
	padding-top: 12px;
}
.news-img{
	flex: 2;
}
.news-img img{
	width: 100%;
}
.news-text{
	flex: 3;
	padding-left: 4%;
	height: 100px;
}
.news-text p{
	color: #2F2F2F;
	font-size: 1rem;
}
.news-text span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;   /*1行文字溢出后显示省略号*/
	-webkit-box-orient: vertical;
	font-size: 0.875rem;
	color: #7c7c7c;
}
#news hr{
	width: 100%;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 3%;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-left: 0;
	border-right: 0;
}


/*内容部分结束*/

/*页脚部分开始*/
#footer{
	background-color: #2F2F2F;
	padding-top: 4%;
	padding-bottom: 6%;
}
.footer-box{
	width: 94%;
	margin: auto;
}
.footer-box h5{
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2rem;
	line-height: 50px;
}
.footer-box p{
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
}

/*页脚部分开始*/