@charset "utf-8";
@import url("animate.css");
/* 
    author:sdw;
    date:2021-09-06;
    Copyright:©sdw;
*/


:root {
--vi-color:#0043b0;/*--主色--*/
--vi-subcolor:#132842;/*--副色--*/
}
html {
	font-size: 20px;
}
 @media(max-width:1920px) {
html {
	font-size: 16px;
}
}
 @media(max-width:1440px) {
html {
	font-size: 14px;
}
}
 @media(max-width:1200px) {
html {
	font-size: 10px;
}
}
/*--font-face--*/
@font-face {
	font-family: "DIN Medium";
	src: url('../font/DIN Medium.eot');
	src: url('../font/DIN Medium.eot?#iefix') format('embedded-opentype'),  url('../font/DIN Medium.ttf') format('truetype'),  url("../font/DIN Medium.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
/*--end font-face--*/

/*--public--*/
.wrapper {
	margin: 0 auto;
	width: 83.33vw;
	max-width: 1600px;
}
@media(max-width:1200px) {
#app {
	padding: 6.25rem 0;
	overflow: hidden;
}
.wrapper {
	width: 100%;
}
}
/*--end public--*/

/*--mheader--*/
.mask {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.mheader {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	padding: 0 1.25rem;
	width: 100%;
	height: 6.25rem;
	background: #fff;
	border-bottom: #e5e5e5 solid 1px;
}
.mheader .home-inner {
	position: relative;
	height: 6.25rem;
	line-height: 6.25rem;
	overflow: hidden;
}
.mheader .home-inner .logo {
	float: left;
	width: 10rem;
	height: 6.25rem;
	display: flex;
	align-items: center;
}
.mheader .home-inner .nav-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 6.25rem;
	height: 100%;
	color: #999;
	text-align: center;
	cursor: pointer;
}
.mheader .home-inner .nav-btn i {
	font-size: 1.875rem;
	color: #999;
}
.mheader .home-inner .nav-btn i.icon-menu {
	display: block;
}
.mheader .home-inner .nav-btn i.icon-close {
	display: none;
}
.mheader .home-inner .nav-btn.active i.icon-menu {
	display: none;
}
.mheader .home-inner .nav-btn.active i.icon-close {
	display: block;
}
.mheader .inpage-inner {
	position: relative;
	height: 6.25rem;
	line-height: 6.25rem;
	overflow: hidden;
}
.mheader .inpage-inner .back {
	position: absolute;
	left: 0;
	top: 0;
	width: 6.25rem;
	height: 100%;
	color: #999;
	text-align: center;
	cursor: pointer;
}
.mheader .inpage-inner .back i {
	font-size: 1.875rem;
	color: #999;
}
.mheader .inpage-inner .tit {
	text-align: center;
	font-size: 1.875rem;
	color: #333;
}
.mheader .inpage-inner .nav-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 6.25rem;
	height: 100%;
	color: #999;
	text-align: center;
	cursor: pointer;
}
.mheader .inpage-inner .nav-btn i {
	font-size: 1.875rem;
	color: #999;
}
.mheader .inpage-inner .nav-btn i.icon-menu {
	display: block;
}
.mheader .inpage-inner .nav-btn i.icon-close {
	display: none;
}
.mheader .inpage-inner .nav-btn.active i.icon-menu {
	display: none;
}
.mheader .inpage-inner .nav-btn.active i.icon-close {
	display: block;
}
.mheader .siderNav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: calc(100vh - 6.25rem);
	overflow-y: auto;
	background: #fff;
}
.mheader .siderNav li {
	overflow: hidden;
	border-top: #e8e8e8 solid 1px;
}
.mheader .siderNav li>a {
	display: block;
	padding: 1.625rem 2.5rem;
	font-size: 1.75rem;
	color: #333;
}
.mheader .siderNav li>a:before {
	display: block;
	float: right;
	font-family: "iconfont";
	content:url(../iconfont/jiantou.png);
	transition: all .5s;
}
.mheader .siderNav li .drop {
	display: none;
	padding: 1.25rem 2.5rem;
	overflow: hidden;
	background: #f5f5f5;
	border-top: #e8e8e8 solid 1px;
}
.mheader .siderNav li .drop a {
	display: block;
	padding: 1.25rem 0;
	font-size: 1.75rem;
	color: #666;
}
.mheader .siderNav li.active>a:before {
	color: var(--vi-color);
	transform: rotate(90deg);
}
@media(max-width:992px) {
.mheader {
	display: block;
}
}
/*--end mheader--*/

/*--footer-m--*/
.footer-m {
	display: none;
	padding: 3.75rem 1.25rem;
	text-align: center;
	overflow: hidden;
	background: #f2f5f7;
}
.footer-m .infos {
	position: relative;
	padding-bottom: 1.5rem;
	overflow: hidden;
}
.footer-m .infos:before, .footer-m .infos:after {
	display: block;
	position: absolute;
	bottom: 0;
	height: 1px;
	content: "";
	background: #ccc;
}
.footer-m .infos:before {
	z-index: 1;
	left: 0;
	width: 100%;
	opacity: 0.1;
}
.footer-m .infos:after {
	z-index: 2;
	left: 50%;
	width: 1.875rem;
	transform: translateX(-50%);
}
.footer-m .infos span {
	display: block;
	font-size: 1.25rem;
	color: #999;
}
.footer-m .infos em {
	display: block;
	font-family: "DIN Medium";
	font-size: 1.75rem;
	color: var(--vi-color);
}
.footer-m .infos h3 {
	margin-top: 0.5rem;
	font-size: 1.75rem;
	color: #fff;
}
.footer-m .copyright {
	padding-top: 2rem;
	overflow: hidden;
}
.footer-m .copyright p {
	font-size: 1.5rem;
	line-height: 1.75;
	color: #666;
}
.footer-m .copyright p span {
	display: inline-block;
	margin: 0 0.5rem;
}
.footer-m .copyright p a {
	color: #666;
}
@media(max-width:992px) {
.footer-m {
	display: block;
}
}
/*--end footer-m--*/

/*--serverBar--*/
.serverBar {
	display: none;
	position: fixed;
	z-index: 999;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.serverBar li {
	position: relative;
	margin-bottom: 10px;
}
.serverBar li a {
	display: block;
	padding: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #666 !important;
	background: #fff;
	border: #f0f0f0 solid 1px;
}
.serverBar li a>i {
	display: block;
	font-size: 18px;
}
.serverBar li a>span {
	display: block;
	font-size: 14px;
}
.serverBar li:hover a {
	color: #fff !important;
	background: var(--vi-color);
	border-color: rgba(255,255,255,0.1);
}
.serverBar li .infos {
	display: none;
	position: absolute;
	right: 60px;
	padding: 10px;
	background: #fff;
	border: #f0f0f0 solid 1px;
	box-shadow: 0 0 10px rgba(255,255,255,0.1);
}
.serverBar li .tel {
	top: 0;
}
.serverBar li .tel dt {
	padding-bottom: 6px;
	font-size: 14px;
	color: #666;
	border-bottom: #f0f0f0 solid 1px;
}
.serverBar li .tel dd {
	padding-top: 6px;
	font-size: 20px;
	font-family: "DIN Medium";
	color: var(--vi-color);
	white-space: nowrap;
}
.serverBar li .QRcode {
	bottom: 0;
	overflow: hidden;
}
.serverBar li .QRcode .item {
	overflow: hidden;
}
.serverBar li .QRcode .item i {
	display: block;
	width: 100px;
}
.serverBar li .QRcode .item img {
	display: block;
	width: 100%;
}
.serverBar li .QRcode .item p {
	font-size: 14px;
	color: #666;
	text-align: center;
}
.serverBar li:hover .infos {
	display: block;
}
@media(max-width:1200px) {
.serverBar {
	display: none !important;
}
}
/*--end serverBar--*/

/*--affixMenu--*/
.affixMenu {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}
.affixMenu ul {
	display: flex;
}
.affixMenu li {
	position: relative;
	flex: none;
	text-align: center;
}
.affixMenu li:nth-child(1), .affixMenu li:nth-child(2), .affixMenu li:nth-child(3) {
	width: 19%;
}
.affixMenu li:nth-child(4) {
	width: 27%;
	background: var(--vi-color);
}
.affixMenu li:nth-child(5) {
	width: 16%;
	background: #212121;
}
.affixMenu li a {
	display: block;
	padding: 1rem 0;
	height: 6.25rem;
	border-right: rgba(0,0,0,0.1) solid 1px;
}
.affixMenu li:last-child a {
	border-right: none;
}
.affixMenu li i {
	font-size: 1.75rem;
	color: #999;
}
.affixMenu li span {
	display: block;
	margin-top: 0.3125rem;
	font-size: 1.5rem;
	color: #666;
	line-height: 1;
}
.affixMenu li:nth-child(4) i, .affixMenu li:nth-child(5) i {
	color: #fff;
}
.affixMenu li:nth-child(4) span, .affixMenu li:nth-child(5) span {
	color: #fff;
}
.affixMenu li:nth-child(4) a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.affixMenu li:nth-child(4) span {
	margin-top: 0;
	margin-left: 0.3125rem;
}
@media(max-width:1200px) {
.affixMenu {
	display: block;
}
}
/*--end affixMenu--*/

/* 
    author:sdw;
    date:2022-07-01;
    Copyright:©sdw;
*/

/*--header--*/
.header {
	display: flex;
	justify-content: space-between;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 0 50px;
	width: 100%;
	height: 110px;
	background: transparent;
}
.header:after {
	display: block;
	position: absolute;
	left: 50px;
	right: 50px;
	bottom: 0;
	height: 1px;
	content: "";
	background: rgba(255,255,255,.1);
}
.header .logoBox {
	display: flex;
	align-items: center;
	width: 330px;
	height: 110px;
}
.header .logoBox .logo {
	padding: 0 25px;
	width: 160px;
}
.header .logoBox .logo img {
	display: block;
	filter: contrast(0) brightness(2);
}
.header .logoBox .slogan {
	overflow: hidden;
}
.header .logoBox .slogan p {
	font-size: 18px;
	line-height: 1.25;
	color: #fff;
}
.header .navBox {
	display: flex;
	align-items: center;
	height: 110px;
}
.header .navBox .nav {
	margin-right: 40px;
}
.header .navBox .nav ul {
	display: flex;
}
.header .navBox .nav li {
	position: relative;
	line-height: 110px;
	font-size: 20px;
}
.header .navBox .nav li:after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -18px;
	width: 36px;
	height: 3px;
	content: "";
	background: #fff;
	transform: scaleX(0);
	transition: all .5s;
}
.header .navBox .nav li>a {
	display: block;
	padding: 0 15px;
	color: #fff;
}
.header .navBox .nav li:hover:after, .header .navBox .nav li.cur:after {
	transform: scaleX(1);
}
.header .navBox .btns {
	overflow: hidden;
}
.header .navBox .btns a {
	display: inline-block;
	line-height: 25px;
	margin-right: 40px;
	font-size: 16px;
	color: #fff;
}
.header .navBox .btns a.lang {
	display: none;
	padding-left: 24px;
	background: url(../images/Common/icon_lang2.png) no-repeat 0 center;
}
.header[data-trans="false"] {
	position: relative;
	background: #fff;
}
.header[data-trans="false"] .logoBox .logo img {
	filter: none;
}
.header[data-trans="false"] .logoBox .slogan p {
	color: var(--vi-subcolor);
}
.header[data-trans="false"] .navBox .nav li:after {
	background: var(--vi-color);
}
.header[data-trans="false"] .navBox .nav li>a {
	color: var(--vi-subcolor);
}
.header[data-trans="false"] .navBox .btns a {
	color: #333;
}
.header[data-trans="false"] .navBox .btns a.lang {
	background-image: url(../images/Common/icon_lang.png);
}
.header[data-trans="false"] .navBox .btns a:hover {
	color: var(--vi-color);
}
@media(max-width:1600px) {
.header .logoBox .slogan p {
	font-size: 16px;
}
.header .navBox .nav li {
	font-size: 18px;
}
.header .navBox .btns a {
	margin-right: 30px;
	font-size: 14px;
}
}
@media(max-width:1200px) {
.header {
	display: none;
}
}
/*--end header--*/

/*--dropDown--*/
.dropDown {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 100%;
	min-width: 150px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.dropDown a {
	display: block;
	padding: 5px 15px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
}
.dropDown a:before {
	display: inline-block;
	margin-right: 10px;
	content: "-";
}
.dropDown a:hover {
	color: #fff;
	background: var(--vi-color);
}
/*--end dropDown--*/

/*--footer--*/
.footer {
	background: #f2f5f7;
	overflow: hidden;
}
.footer .backTop {
	position: relative;
	z-index: 1;
	height: 80px;
}
.footer .backTop:before {
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	content: "";
	background: #fff;
}
.footer .backTop a {
	display: block;
	margin: 0 auto;
	width: 80px;
	line-height: 80px;
	text-align: center;
	background: var(--vi-color);
	border-radius: 50%;
}
.footer .backTop a i {
	display: block;
	color: #fff;
	font-size: 24px;
}
.footer .backTop a:hover {
	background: var(--vi-subcolor);
}
.ft-inner {
	padding: 70px 0;
	overflow: hidden;
}
.ft-menu {
	float: left;
	width: calc(100% - 275px);
}
.ft-menu dl {
	float: left;
	width: 20%;
}
.ft-menu dt {
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
}
.ft-menu dt a {
	color: var(--vi-subcolor);
}
.ft-menu dt a:hover {
	color: var(--vi-color);
}
.ft-menu dd {
	padding-top: 12px;
	overflow: hidden;
}
.ft-menu dd a {
	display: block;
	padding-right: 20px;
	line-height: 35px;
	font-size: 16px;
	color: var(--vi-subcolor);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ft-menu dd a:hover {
	color: var(--vi-color);
}
.ft-infos {
	float: left;
	width: 275px;
}
.ft-infos .tel {
	overflow: hidden;
}
.ft-infos .tel dl {
	overflow: hidden;
}
.ft-infos .tel dt {
	float: left;
	padding-right: 20px;
	width: 108px;
}
.ft-infos .tel dd {
	padding-left: 15px;
	overflow: hidden;
	border-left: rgba(0,0,0,0.1) solid 1px;
}
.ft-infos .tel dd span {
	display: block;
	font-size: 14px;
	color: var(--vi-subcolor);
}
.ft-infos .tel dd em {
	display: block;
	font: 24px / 1.25 "DIN Medium";
	color: var(--vi-color);
}
.ft-infos .QRcode {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: #e4e8ec solid 1px;
}
.ft-infos .QRcode .item {
	width: 114px;
	text-align: center;
}
.ft-infos .QRcode .item i {
	display: block;
	background: #fff;
}
.ft-infos .QRcode .item span {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #64728d;
}
.ft-infos .file {
	padding-top: 24px;
	text-align: center;
	overflow: hidden;
}
.ft-infos .file li {
	line-height: 35px;
	font-size: 16px;
}
.ft-infos .file li a {
	display: inline-block;
	padding-right: 30px;
	color: var(--vi-subcolor);
	background: url(../images/Common/icon_download.png) no-repeat right center;
}
.ft-infos .file li a:hover {
	color: var(--vi-color);
}
.ft-links {
	padding: 24px 0 24px 35px;
	line-height: 25px;
	overflow: hidden;
	background: url(../images/Common/icon_links.png) no-repeat 0 center;
}
.ft-links a {
	display: inline-block;
	font-size: 14px;
	color: #64728d;
	margin-right: 25px;
}
.ft-links a.addlink {
	display: block;
	float: right;
	margin-right: 0;
}
.ft-links a:hover {
	color: var(--vi-color);
}
.ft-bottom {
	padding: 20px 0;
	border-top: #e4e8ec solid 1px;
}
.ft-bottom .gotop {
	float: right;
	padding: 5px 0;
}
.ft-bottom .gotop a {
	display: block;
	width: 45px;
	line-height: 43px;
	color: var(--vi-subcolor);
	text-align: center;
	cursor: pointer;
	border: var(--vi-subcolor) solid 1px;
	border-radius: 50%;
}
.ft-bottom .gotop a:hover {
	color: #fff;
	background: var(--vi-subcolor);
	transition: all .5s;
}
.ft-bottom .text {
}
.ft-bottom .text ul {
	display: flex;
}
.ft-bottom .text li {
	position: relative;
	margin-right: 20px;
	line-height: 30px;
	font-size: 14px;
	color: var(--vi-subcolor);
}
.ft-bottom .text li>a {
	display: block;
	color: var(--vi-subcolor);
}
.ft-bottom .text li>a:hover {
	color: var(--vi-color);
}
.ft-bottom .text li .drop {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	padding: 20px;
	min-width: 150px;
	overflow: hidden;
	background: #fff;
	transform: translateX(-50%);
	border-radius: 5px;
}
.ft-bottom .text li .drop a {
	display: block;
	color: #666;
	white-space: nowrap;
}
.ft-bottom .text li .drop a:before {
	display: inline-block;
	margin-right: 10px;
	content: "-";
}
.ft-bottom .text li .drop a:hover {
	color: var(--vi-color);
}
.ft-bottom .text li:hover .drop {
	display: block;
}
@media(max-width:1200px) {
.footer {
	display: none;
}
}
/*--end footer--*/
