*{
	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;
}
/*产品导航部分结束*/

/*内容部分开始*/
.aboutfanhua{
	width: 94%;
	margin: auto;
}
.nav-little{
	margin-top: 16px;
}
.nav-little a{
	color: #909090;
	font-size: 1rem;
}
.aboutfanhua h4{
	text-align: center;
	line-height:50px;
	margin-top: 10px;
}
.icon-box{
	width: 100%;
	margin: auto;
	height: 60px;
	display: -webkit-flex;
}
.icon1 {
	flex: 1;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon2{
	flex: 1;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blank{
	width: 2%;
}
.icon1 a{
	text-align: center;
	line-height: 20px;
	color: #2f2f2f;
	font-size: 1rem;
}
.icon2 a{
	text-align: center;
	line-height: 20px;
	color: #2f2f2f;
	font-size: 1rem;
}

/*列表样式开始*/
table>th{
	height: 56px;
	text-align:justify;
	border-bottom:1px dashed #cecece;
	font-size: 1rem;
}
table>td{
	height: 56px;
	text-align: right;
	border-bottom:1px dashed #cecece;
	font-size: 1rem;
	color: #909090;
}
th>a{
	text-decoration: none;
	color: #2f2f2f;
	font-weight: normal;
}
#aboutfanhua 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;
}
/*列表样式结束*/

.back{
	width: 40px;
	height: 40px;
	background-color: #024490;
	margin-bottom: 50px;
}
.back img{
	width:40px;
	display: block;
	margin: auto;
	border: none;
}
.text{
	margin-bottom: 100px;
}
.text h4{
	text-align: left;
	font-size:1rem;
}
.text p{
	text-indent: 1.875rem;
	text-align: justify;
	color: #2F2F2F;
	line-height: 32px;
	font-size: 1rem;
}

.table{
	color: #2F2F2F;
	font-size: 1rem;
}
.table th,td{
	padding: 2px 20px 2px 20px;
}
.table th{
	background-color: #505050;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
}
.table td{
	background-color: #D6E4EA;
	line-height: 22px;
	text-align: left;
}
/*内容部分结束*/

/*页脚部分开始*/
#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;
}

/*页脚部分开始*/