﻿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: 1600px;
	padding: 0 5%;
	margin: auto;
	position: relative;
}

.w1900 {
	max-width: 1920px;
	margin: auto;
	position: relative;
}

.head {
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color: rgba(255,255,255,0.4);
}
.head.fixed{
	padding: 5px 0;
	background-color: #fff !important;
}
.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 .sub-menu {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,0);
	background-color: #fff;
	width: 250px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}


.head li:hover .sub-menu {
	display: block;
}
.head .sub-menu .menu-item:hover .sub-menu{
	display: block !important;
}
.head .sub-menu .sub-menu{
	display: none !important;
	top: 0 !important;
	left: 100% !important;
	transform: translate(0,0) !important;
}
.head li.current-menu-item a {
	font-weight: bold;
	color: #10338b;
}
.head li .sub-menu a{
	color: #000;
	font-weight: 500;
}
.head li.current-menu-item:before {
	display: block;
}

.head .sub-menu a {
	padding: 18px 10px !important;
	color: #000;
	display: block !important;
	text-align: center;
	width: 100%;
}

.head .sub-menu li:hover {
	background-color: #eee;
}
.head li a {
	display: inline-block;
	font-size: 14px;
	padding: 50px 35px;
	color: #000;
}

.head.fixed li a {
	padding: 35px 35px;
}
.head.fixed{
	background-color: rgba(255,255,255,0.7);
}
.search{
	position: relative;
}

.search .search-btn{
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../image/search-icon.png) center no-repeat;
	cursor: pointer;
}

.search-box{
	right: 0;
	top: 0;
	position: absolute;
	display: flex;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #012b7f;
}

.search-box form{
	display: flex;
}

.search-box .close{
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%,-50%);
	width: 30px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border: 1px solid #012b7f;
	border-radius: 50%;
}
.search-box button{
	width: 45px;
	background: #012b7f url(../image/search-icon2.png) center no-repeat;
	cursor: pointer;
	border: none;
}

.search-box input{
	border: none;
	padding: 15px;
	background-color: #eee;
}

.search-box{
	display: none;
}
.language{
	margin-left: 40px;
}
.language a{
	display: inline-block;
}
.language img{
	width: 100%;
}

.footer{
	background-color: #052e80;
}
.footer .w1900{
	display: flex;
	justify-content: flex-start;
}
.footer .footer-box{
	width: 1650px;
	display: flex;
}
.footer .right{
	display: flex;
	align-items: center;
	background-color: #052e80;
}
.footer .left{
	flex: 0 0 35%;
}
.footer .left img{
	width: 100%;
}
.footer .right .text{
	padding: 0 50px 0 80px;
	flex: 0 0 65%;
	color: white;
}
.footer .right .text h2{
	font-size: 34px;
	font-weight: 500;
	padding-bottom: 30px;
}
.footer .right .text p{
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	margin-bottom: 45px;
}
.footer .right .text .tel{
	padding-bottom: 40px;
}
.footer .right .text .tel li{
	padding: 10px 0;
	font-size: 16px;
	padding: 10px 50px 10px 35px;
}
.footer .right .text .tel li:nth-child(1){
	background: url(../image/f-icon01.png) left no-repeat;
	display: flex;
}
.footer .right .text .tel li:nth-child(2){
	background: url(../image/f-icon02.png) left no-repeat;
}
.footer .right .text .tel li:nth-child(3){
	background: url(../image/f-icon03.png) left no-repeat;
}
.footer .right .text .tel li:nth-child(4){
	background: url(../image/f-icon04.png) left no-repeat;
}
.footer .right .text .icon a{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.footer .right .text .icon ul{
	display: flex;
}
.footer .right .text .icon ul li{
	
}
.footer .right .text .icon ul li:nth-child(1) a{
	background: url(../image/f-icon1.png) center no-repeat;
	background-size: cover;
}
.footer .right .text .icon ul li:nth-child(2) a{
	background: url(../image/f-icon2.png) center no-repeat;
	background-size: cover;
}
.footer .right .text .icon ul li:nth-child(3) a{
	background: url(../image/f-icon3.png) center no-repeat;
	background-size: cover;
}
.footer .right .text .icon ul li:nth-child(4) a{
	background: url(../image/f-icon4.png) center no-repeat;
	background-size: cover;
}
.footer .right .form {
	flex: 1;
	padding: 35px;
	background-color: #0d5db8;
	border-radius: 10px;
}
.footer .right .form form{
	display: flex;
	flex-direction: column;
}
.footer .right .form input{
	background-color: #053a90;
	border: none;
	padding: 18px 25px;
	margin-bottom: 20px;
	color: white;
	border-radius: 25px;
}
.footer .right .form textarea{
	background-color: #053a90;
	border: none;
	border-radius: 25px;
	resize: none;
	color: white;
	padding: 18px 25px;
}
.footer .right .form input::-webkit-input-placeholder{
	color: white;
}
.footer .right .form textarea::-webkit-input-placeholder{
	color: white;
}
.footer .right .form a{
	display: inline-block;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	background-color: #012b7f;
	margin-top: 20px;
	border-radius: 25px;
	color: white;
}
.footer .copyright{
	padding: 15px 0;
	background-color: #121313;
	text-align: center;
	width: 100%;
	color: white;
}
.footer .w1900{
	padding-right: 5%;
}


.position-fixed {
	position: fixed;
	z-index: 1;
	right: 2px;
	bottom: 50%;
	transform: translate(0, 50%);
}

.position-fixed ul li {
	width: 60px;
	height: 60px;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 10px;
	background-color: #10338b;
	color: white;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 12px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #fff;
	text-align: center;
}

.position-fixed ul li span {
	position: absolute;
	right: 100%;
	top: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 0 15px;
	color: #000;
	height: 58px;
	font-size: 16px;
	opacity: 0;
	transition: .5s;
	z-index: -1;
	transform: translate(100%, 0);
	border: 1px solid #10338b;
	border-right: none;
}

.position-fixed ul li:hover span {
	transform: translate(0, 0);
	opacity: 1;
}

.position-fixed ul li a {
	text-align: center;
	line-height: 17px;
	padding: 0 5px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	color: white;
}

.position-fixed ul li:nth-child(1) {
	background: #10338b url(../image/f-icon01.png) center no-repeat;
	background-size: 25px;
}
.position-fixed ul li:nth-child(1) span{
    width: 180px;
}

.position-fixed ul li:nth-child(2) {
	background: #10338b url(../image/f-icon03.png) center no-repeat;
	background-size: 25px;
}

.position-fixed ul li:last-child {
	background: #10338b url(../image/f-icon6.png) center no-repeat;
	background-size: 30px;
}