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;
	height: 100%;
}

.w1200 {
	max-width: 1800px;
	padding: 0 5%;
	margin: auto;
	position: relative;
}

.w1900 {
	max-width: 1920px;
	margin: auto;
	position: relative;
}
.head{
	display: none;
}
.head {
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
}

.head .head-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head .head-container .logoA {
	flex: 0 0 12%;
}
.head .head-container .logoA img{
	height: 60px;
}
.head .headr {
	flex: 1;
}

.head .head-nav {
	display: flex;
	justify-content: center;
}

.head ul {
	display: flex;
}

.head li {
	text-align: center;
	position: relative;
}

.head li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	background-color: #10338b;
	display: none;
}

.head .sub-menu {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,0);
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.head li:hover .sub-menu {
	display: block;
}

.head li.current-menu-item a {
	font-weight: bold;
	color: #10338b;
}

.head li.current-menu-item:before {
	display: block;
}

.head .sub-menu a {
	padding: 0;
	margin: 10px 0;
	color: #000;
}

.head .sub-menu a:hover {
	color: #10338b;
	font-weight: bold;
}

.head li a {
	display: inline-block;
	font-size: 14px;
	padding: 50px 20px;
	color: #000;
	transition: .3s;
}

.head.fixed li a {
	padding: 35px 20px;
}
.head .right{
	flex: 0 0 9%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head .search{
	position: relative;
}
.head .search span.icon{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(./images/search-b.png) center no-repeat;
	background-size: 25px;
	cursor: pointer;
}
.head form{
	position: absolute;
	width: 250px;
	top: 50%;
	transform: translate(0,-50%);
	right: 0;
	display: flex;
	align-items: center;
	display: none;
}
.head .search form span{
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 0;
	color: white;
	transform: translate(0,-100%);
	color: #10338b;
	cursor: pointer;
}
.head form input{
	border: none;
	background-color: #fff;
	flex: 1;
	height: 40px;
	padding: 10px 20px;
}
.head form button{
	flex: 0 0 40px;
	height: 40px;
	border: none;
	background: #10338b url(./images/search-w.png) center no-repeat;
	background-size: 22px;
	cursor: pointer;
}

.head .search form.active{
	display: flex;
}

.language a{
	display: flex !important;
	align-items: center;
	padding: 0 !important;
}
.language .sub-menu li:last-child a{
	padding-left: 22px !important;
	margin: 0 !important;
	background: url(./images/cn-icon.jpg) left center no-repeat;
	background-size: 16px;
	font-size: 12px;
}






.footer{
	padding: 80px 0 40px;
	background: url(./images/footer-bg.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.footer .footer-box{
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}
.footer .footer-box:before{
	content: "";
	position: absolute;
	width: 1920px;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.footer .footer-box .left{
	flex: 0 0 43%;
	position: relative;
}
.footer .footer-box .left .f-title{
	height: 115px;
	position: relative;
	margin-bottom: 60px;
	background: url(./images/f-logo.png) no-repeat;
}
.footer .footer-box .left .f-title:before{
	content: "";
	position: absolute;
	width: 2500px;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
	bottom: 0;
	transform: translate(-20%,30px);
}
.footer .footer-box .left ul li{
	margin-bottom: 20px;
	color: white;
	padding: 20px 0 20px 40px;
}
.footer .footer-box .left ul li:nth-child(1){
	background: url(./images/f-icon1.png) left center no-repeat;
}
.footer .footer-box .left ul li:nth-child(2){
	background: url(./images/f-icon2.png) left center no-repeat;
}
.footer .footer-box .left ul li:nth-child(3){
	background: url(./images/f-icon3.png) left center no-repeat;
}
.footer .footer-box .left ul li:nth-child(4){
	background: url(./images/f-icon4.png) left center no-repeat;
	margin: 0;
}

.footer .footer-box .left ul li:last-child img{
	width: 140px;
	padding: 5px;
	border: 1px solid white;
	position: absolute;
	right: 0;
	bottom: 0;
}
.footer .footer-box .right{
	flex: 0 0 50%;
}
.footer .footer-box .right h2{
	color: white;
	font-weight: 500;
	font-size: 45px;
}
.footer .footer-box .right .r-f-title{
	height: 115px;
	display: flex;
	margin-bottom: 60px;
	align-items: flex-end;
}
.footer .footer-box .right form{
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .footer-box .right input{
	margin-bottom: 15px;
	flex: 0 0 45%;
	padding: 15px 0;
	border: none;
	border-bottom: 1px solid white;
}
.footer .footer-box .right input::placeholder{
	color: white;
}
.footer .footer-box .right textarea{
	margin-top: 20px;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid white;
}
.footer .footer-box .right textarea::placeholder{
	color: white;
}
.footer .footer-box .right a{
	display: block;
	padding: 15px;
	text-align: center;
	width: 100%;
	color: #10338b;
	margin-top: 30px;
	background-color: rgba(255,255,255,0.5);
}
.footer .copyright p{
	text-align: center;
	color: white;
}
.footer{
	display: none;
}
.footeren .position-fixed ul li{
	padding-bottom: 5px;
}