body,
html {
	margin: 0;
	padding: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}

button,
input {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background: transparent;
}

button:focus {
	outline: 0;
}

input:focus {
	outline: 0;
}

table {
	border: 1px solid #ddd !important;
	font-size: 14px !important;
}

tr {
	border: 1px solid #ddd !important;
}

td {
	border: 1px solid #ddd !important;
	padding: 5px 10px !important;
}

a {
	text-decoration: none;
	color: #333;
	box-sizing: border-box;
}

div,
p,
span,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

img {
	height: auto;
	vertical-align: middle;
	box-sizing: border-box;
}

.headr,
.headr .headbd,
.headr .head-nav,
.headr .head-nav .menu-item {
	height: 100%;
}

.headr .head-nav .menu-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.head.fixed{
	position: fixed;
	background-color: rgba(0,0,0,0.3);
}
.w1200 {
	max-width: 1400px;
	margin: auto;
	position: relative;
}
.w1900 {
	max-width: 1920px;
	margin: auto;
	position: relative;
}
.head{
	position: absolute;
	z-index: 999;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
}
.head .head-container{
	display: flex;
	align-items: center;
}
.head .head-container .logoA{
	flex: 0 0 25%;
}

.head .headr{
	flex: 1;
}

.head .head-nav{
	display: flex;
	justify-content: flex-end;
}
.head li{
	position: relative;
}

.head .sub-menu{
	display: none;
	width: 250px;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: rgba(255,255,255,.9);
	padding: 15px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.head li:hover .sub-menu{
	display: block;
}
.head .sub-menu a{
	padding: 0;
	margin: 10px 0;
	color: #000;
}
.head .sub-menu a:hover{
	color: #0073cf;
	font-weight: bold;
}

.head li a{
	display: inline-block;
	font-size: 16px;
	text-align: center;
	padding: 50px 15px;
	color: white;
}
.head .language{
	padding-left: 15px;
	color: white;
}
.head .language a{
	color: white;
}
.footer{
	background: url(./images/footer-bg.jpg) no-repeat;
	background-size: cover;
}
.footer .footer-top .w1200{
	padding: 40px 0;
	display: flex;
}
.footer .footer-top .footer-logo{
	padding-top: 130px;
	flex: 0 0 30%;
	background: url(./images/f-logo.png) left 20px no-repeat;
}
.footer .footer-top .footer-list{
	color: white;
	flex: 1;
}
.footer .footer-top .footer-list:nth-child(3){
	flex: 0 0 30%;
}
.footer .footer-top .footer-list a{
	color: white;
	font-size: 14px;
}
.footer .footer-top .footer-list h2{
	font-size: 20px;
	padding-bottom: 30px;
	font-weight: bold;
}
.footer .footer-top .footer-list ul li{
	font-size: 14px;
	padding-bottom: 20px;
}
.footer .footer-logo ul{
	display: flex;
}
.footer .footer-logo ul li a{
	border-radius: 50%;
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-right: 10px;
}
.footer .footer-logo ul li:nth-child(1) a{
	background: url(./images/f-icon1.png) no-repeat;
}
.footer .footer-logo ul li:nth-child(2) a{
	background: url(./images/f-icon2.png) no-repeat;
}
.footer .footer-logo ul li:nth-child(3) a{
	background: url(./images/f-icon3.png) no-repeat;
}
.footer .footer-logo ul li:nth-child(4) a{
	background: url(./images/f-icon4.png) no-repeat;
}
.footer .footer-logo ul li:nth-child(5) a{
	background: url(./images/f-icon5.png) no-repeat;
}
.footer .footer-code img{
	width: 160px;
}
.footer .footer-code{
	display: flex;
	justify-content: flex-end;
	flex: 1;
}
.footer .footer-code .img{
	text-align: center;
	width: 160px;
}
.footer .footer-code p{
	padding-top: 10px;
	color: white;
}
.footer .copyright{
	padding: 15px 0;
	text-align: center;
	color: white;
}
.footer .footer-bottom{
	border-top: 1px solid #a0c7e5;
}