*{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
}
header{
	width: 100%;
	height: 17vh;
	/* height: 16vh; */
	position: fixed;
	z-index: 999;
	background-color: #fff;
}
header .head{
	max-width: 1200px;
	/* padding: 20px 0; */
	/* padding: 2vh 0; */
	height: 12vh;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
header .logo{
	width:32%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}
header .shuxian{
	width: 1px;
	height: 56px;
	border: 0;
	border-left: 1px solid black;
}
.logo img{
	/* width: 10vh; */
}
.search{
	position: relative;
}
.search input{
	border: 0;
	border-bottom: 1px solid gray;
	padding: 5px 0;
	padding-right: 25px;
	font-size: 12px;
}
.search input:focus {
  outline: none;
}
.search img{
	position: absolute;
	right: 5%;
	top:25%;
}
header .menu{
	background-color: black;
	
}
.menu_body{
	max-width: 1200px;
	/* height: 53px; */
	height: 5vh;
	/* height: 5.6vh; */
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.menu_list{
	width: 80%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-evenly;
}
.menu_list a{
	color:#fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
}
.menu_list a:hover{
	color: #FE0000;
}
.langu{
	width: 15%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}
.langu a{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
}
.qiehuan{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	width: 30%;
}
.langu a:hover{
	color: #FE0000;
}


.diqiu{
	transition:transform 0.5s ease-in-out ;
}


.langu:hover .diqiu{
	transform: rotate(-45deg);
}

.languActive{
	color: #FE0000!important;
}
.active{
	color: #FE0000!important;
}
footer{
	width: 100%;
	background-color: #000;
	padding: 60px 0;
}
.footer{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #000;
}
.foot1{
	width: 100%;
	color: #fff;
	display: flex;
	flex-direction: row;
	padding-bottom: 80px;
	position: relative;
}
.foot1_1{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: start;
	font-size: 12px;
}
.foot1_1 h5{
	padding: 20px 0;
	font-size: 16px;
}
.foot1_c span{
	padding: 5px 0;
}
.foot1_c{
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}
.foot1_c_c{
	width: 60%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* align-items: center; */
	justify-content: space-between;
}
.foot1_c_c img{
	width: 52px;
	height: 52px;
	padding-top: 10px;
}
.foot2{
	width: 100%;
	background-color: #FE0000;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.foot2 .logo {
    width: 32%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
	padding-left: 20px;
}
.foot2 .shuxian {
    width: 2px;
    height: 50px;
    border: 0;
    border-left: 1px solid black;
}
.foot_address{
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-evenly;
	font-size: 12px;
	padding-right: 40px;
}
.foot3{
	font-size: 12px;
	color: #fff;
	padding: 40px 0;
}
.foot4{
	font-size: 12px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
}
.foot4 span{
	padding-bottom: 5px;
}

.foot3 a{
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}
.foot3 a:hover{
	color: #FE0000;
}

.phone{
	color: #FE0000;
	font-size: 14px;
	margin-left: -44px;
}
.logo_t1{
	font-weight: bold;
	font-size:15px;
}
.logo_t2{
	font-size:12px;
	font-weight: bold;
	letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
	.min-1400{
		min-width: 1200px;
	}
}
.contentHtml .ql-align-center {
  text-align: center;
}
.contentHtml .ql-align-justify {
  text-align: justify;
}
.contentHtml .ql-align-right {
  text-align: right;
}