@charset "utf-8";
@font-face {
	font-family: "PingFang";
	src: url(../fonts/PingFang.ttf);
}

@font-face {
	font-family: "DIN";
	src: url(../fonts/DIN-Bold.otf);
}

@font-face {
	font-family: "BAUHS93";
	src: url(../fonts/BAUHS93.TTF);
}

@font-face {
	font-family: "dutcheb";
	src: url(../fonts/dutcheb.ttf);
}

* {
	margin: 0;
	padding: 0;
	font-family: arial, 'PingFang';
	box-sizing: border-box;
	border: 0;
	outline: 0;
	list-style: none;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #0071bc;
	text-decoration: none;
}

.vw-1920 {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

.p-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.p-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.p-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.p-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-120 {
	padding-bottom: 120px;
}

@media (max-width:1600px) {
	.vw-1920 {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (max-width:1280px) {
	.p-80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.p-120 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.pt-100 {
		padding-top: 80px;
	}
	.pt-120 {
		padding-top: 100px;
	}
	.pb-80 {
		padding-bottom: 70px;
	}
}

@media (max-width:980px) {
	.p-80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.p-120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.pt-100 {
		padding-top: 60px;
	}
	.pt-120 {
		padding-top: 80px;
	}
	.pt-60 {
		padding-top: 50px;
	}
	.pb-80 {
		padding-bottom: 60px;
	}
	.pb-60 {
		padding-bottom: 50px;
	}
	.pb-40 {
		padding-bottom: 30px;
	}
	.p-40 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width:768px) {
	.p-80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.vw-1920 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.pt-100 {
		padding-top: 50px;
	}
	.p-120 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.pt-120 {
		padding-top: 50px;
	}
	.pt-60 {
		padding-top: 40px;
	}
	.pb-80 {
		padding-bottom: 50px;
	}
	.pb-60 {
		padding-bottom: 40px;
	}
	.pb-40 {
		padding-bottom: 20px;
	}
	.p-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width:500px) {
	.vw-1920 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pt-100 {
		padding-top: 40px;
	}
	.p-120 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pt-120 {
		padding-top: 30px;
	}
	.pt-60 {
		padding-top: 30px;
	}
	.pb-80 {
		padding-bottom: 30px;
	}
	.pb-60 {
		padding-bottom: 30px;
	}
	.pb-40 {
		padding-bottom: 10px;
	}
	.p-40 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


	.header-top{
		background-color: #0071BC;
		width: 100%;
		height: 30px;
		display: flex;
		flex-flow: wrap;
		align-items: center;
		justify-content: space-between;
		align-content: center;
		position: fixed;
		top: 0px;
		left: 0;
		z-index: 999;
	}
	.header-top img{
		height: 13px;
		padding-right: 5px;
	}
	.header-top span{
		color: #ffffff;
		font-size: 13px;
		line-height: 1;
	}
	.header-top>.header-tel{
		column-gap: 20px;
		display: flex;
		flex-flow: wrap;
	}
	.header-top>.header-tel>a{
		display: flex;
		flex-flow: wrap;
		align-items: center;
	    align-content: center;
	    font-weight: 500;
	}
	.header-top>.header-contact>a{
		display: flex;
		flex-flow: wrap;
		align-items: center;
	    align-content: center;
	    font-weight: 500;
	}

header {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	align-content: center;
	position: fixed;
	top: 30px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 95px;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
	z-index: 999;
	background-color: #ffffff;
}

header .header-logo img {
	height: 50px;
}

header .nav>ul {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	align-content: center;
}

header .nav>ul>li {
	position: static;
}

header .nav>ul>li>a {
	padding: 0 25px;
	line-height: 95px;
	display: inline-block;
	transition: all 0.5s ease 0s;
}

header .nav>ul>li.current-menu-item>a,
header .nav>ul>li:hover>a {
	background-color: #0071bc;
	transition: all 0.5s ease 0s;
}

header .nav>ul>li.current-menu-item>a,
header .nav>ul>li:hover>a {
	color: #ffffff;
	position: relative;
}

header .nav>ul>li.current-menu-item>a{
	position: relative;
}

header .nav>ul>li.current-menu-item>a:after,
header .nav>ul>li:hover>a:after{
	content: '';
	width: 100%;
	height: 6px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}

header .nav ul li ul {
	position: absolute;
	background-color: #007fc6;
	padding: 10px 0 15px;
	border-radius: 0 0 12px 12px;
	transition: all 0.5s ease 0s;
	opacity: 0;
	transform: translateY(30px);
	visibility: hidden;
	pointer-events: none;
}

header .nav ul li:hover ul {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

header .nav ul li ul li {
	padding: 10px 25px;
	padding-right: 50px;
	transition: all 0.5s ease 0s;
}

header .nav ul li ul li:hover {
	background-color: #0071bc;
}

header .nav ul li ul li a {
	color: #ffffff;
	transition: all 0.5s ease 0s;
	display: inline-block;
}

header .nav ul li ul li:hover a {
	transform: translateX(10px);
}

header .lang ul li a {
	display: inline-block;
	padding: 12px 30px;
	border-radius: 10px;
	background-color: #0071bc;
	color: #ffffff;
	transition: all 0.5s ease 0s;
}

header .lang ul li a:hover {
	background-color: #000000;
	color: #ffffff;
}

.header-h {
	width: 100%;
	height: 125px;
}

.header-mob {
	width: 100%;
	height: 70px;
	background-color: #0071bc;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	padding: 15px 20px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	display: none;
}

.header-mob .header-logo img {
	height: 40px;
	display: block;
}

.header-mob .header-menu img {
	height: 40px;
	display: block;
}

.header-mob .header-close img {
	height: 40px;
	display: block;
}

.header-mob-ul {
	width: 100%;
	min-height: 100vh;
	padding-bottom: 120px;
	background-color: #f9f9f9;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
	transform: scale(0);
	opacity: 0;
	transition: all 0.2s ease 0s;
	overflow-x: hidden;
	overflow-y: auto;
	/* 纵向高度溢出滚动 */
	-webkit-overflow-scrolling: touch;
	/* 手机顺滑滚动 */
	border-bottom: 1px solid #eee;
}

.header-mob-ul::-webkit-scrollbar {
	width: 0;
	display: none;
}

.header-mob-ul.on {
	transform: scale(1);
	opacity: 1;
}

.header-mob-ul .header-mob {
	position: static;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #000000;
}

.header-mob-ul ul.ul-menu {
	padding: 30px 20px 20px;
	text-align: center;
}

.header-mob-ul ul.ul-menu>li {
	padding: 15px 20px;
	background-color: #dddddd;
	border-radius: 12px;
}

.header-mob-ul ul.ul-menu>li+li {
	margin-top: 10px;
}

.header-mob-ul ul.ul-menu>li>a {
	color: #000000;
	font-size: 18px;
}

.header-mob-ul ul.ul-menu>li>ul li {
	padding: 12px 20px;
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 10px;
}

.header-mob-ul ul.ul-menu>li>ul li a {
	font-size: 16px;
}

.header-mob-ul ul.ul-menu>li.menu-item-has-children ul {
	display: none;
}

.header-mob-ul ul.ul-lang {
	width: 100%;
	padding: 0px 20px;
}

.header-mob-ul ul.ul-lang li {
	border-top: 3px solid #dddddd;
	padding: 20px;
	text-align: center;
}

.header-mob-ul ul.ul-lang li a {
	background-color: #0071BC;
	display: inline-block;
	border-radius: 10px;
	font-size: 18px;
	padding: 12px 30px;
	color: #ffffff;
}

@media (max-width:1400px) {
	header .nav>ul>li>a {
		padding: 0 15px;
	}
}

@media (max-width:1280px) {
	header {
		display: none;
	}
	.header-h {
		height: 70px;
	}
	.header-mob {
		display: flex;
	}
}

@media (max-width:768px) {
	.header-mob {
		height: 60px;
	}
	.header-mob .header-logo img {
		height: 30px;
	}
	.header-mob .header-menu img {
		height: 30px;
	}
	.header-h {
		height: 60px;
	}
}

@media (max-width:500px) {
	.header-mob {
		height: 50px;
	}
	.header-mob .header-logo img {
		height: 25px;
	}
	.header-mob .header-menu img {
		height: 25px;
	}
	.header-h {
		height: 50px;
	}
}

footer {
	background-color: #0071BC;
	padding-bottom: 50px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	column-gap: 30px;
}

footer .footer-logo img {
	width: 200px;
}

footer .footer-left {
	width: 310px;
}

footer .footer-left ul {
	display: flex;
	flex-flow: wrap;
	column-gap: 50px;
	padding-top: 70px;
}

footer .footer-left ul li {
	width: 130px;
}

footer .footer-left ul li img {
	width: 100%;
}

footer .footer-left ul li p {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	padding-top: 5px;
}

footer .footer-right {
	display: flex;
	flex-flow: wrap;
	width: 700px;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}
footer .footer-right ul.list-a{
	width: 200px;
}
footer .footer-right ul.list-add{
	width: auto;
	max-width: 400px;
}
footer .footer-right ul.list-a li a {
	color: #ffffff;
	font-size: 16px;
}

footer .footer-right ul.list-a li+li {
	padding-top: 30px;
}

footer .footer-right ul.list-add li {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.68;
}

footer .footer-right ul.list-add li+li {
	padding-top: 15px;
}

footer .footer-right .footer-bottom {
	width: 100%;
	border-top: 1px solid #DDDDDD;
	margin-top: 100px;
	padding-top: 10px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	align-content: center;
}

footer .footer-right .footer-bottom a {
	color: #f9f9f9;
	font-size: 14px;
}

footer .footer-right .footer-bottom .footer-bottom-R a {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}

footer .footer-right .footer-bottom .footer-bottom-R a img {
	height: 15px;
}

footer .footer-right .footer-bottom .footer-bottom-R a span {
	padding-left: 5px;
}

footer .footer-right .footer-bottom .footer-bottom-W {
	padding-top: 10px;
}

@media (max-width:1280px) {
	footer .footer-left {}
	footer .footer-right {
		width: calc(100% - 400px);
	}
}

@media (max-width:980px) {
	footer .footer-left {
		width: 100%;
	}
	footer {
		padding-bottom: 30px;
	}
	footer .footer-right {
		width: 100%;
		padding-top: 40px;
	}
	footer .footer-left ul {
		padding-top: 30px;
		column-gap: 30px;
	}
	footer .footer-right ul.list-a li+li {
		padding-top: 15px;
	}
	footer .footer-right .footer-bottom {
		margin-top: 50px;
	}
}

@media (max-width:768px) {
	footer .footer-logo img {
		width: 150px;
	}
	footer .footer-left ul {
		padding-top: 20px;
		column-gap: 20px;
	}
	footer .footer-left ul li {
		width: 120px;
	}
	footer .footer-right .list-a {
		display: flex;
		flex-flow: wrap;
		column-gap: 20px;
		padding-bottom: 20px;
	}
	footer .footer-right ul.list-a li+li {
		padding-top: 0;
	}
}

@media (max-width:500px) {
	footer {
		padding-bottom: 15px;
	}
	footer .footer-left ul li {
		width: 100px;
	}
	footer .footer-right {
		padding-top: 20px;
	}
	footer .footer-right ul.list-a li a {
		font-size: 15px;
	}
	footer .footer-right ul.list-add li {
		font-size: 15px;
	}
	footer .footer-right ul.list-add li+li {
		padding-top: 10px;
	}
	footer .footer-right .footer-bottom {
		margin-top: 20px;
	}
	footer .footer-right .footer-bottom a {
		line-height: 1.68;
	}
	footer .footer-left ul li p{
		font-size: 12px;
	}
	footer .footer-right .footer-bottom a{
		font-size: 12px;
	}
}