@charset "utf-8";

/*
 *	Created by 71nc.com on 23/03/28
*/
html {

	font-size: 16px;
	overflow-x: hidden;

}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style: outside none none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	scroll-padding-top: 80px;
	/* 全局滚动偏移，和scroll-margin-top二选一即可 */
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	scroll-behavior: smooth;
}

html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #16243d;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}

body {
	margin: 0 auto;
	color: #333;
	background-color: #ffffff;
	font-family: 'syhtN';
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #5175fc;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #5175fc;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #555;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}



@font-face {
	font-family: 'Source Han Sans CN';
	src: url(../font/SourceHanSansCN-Normal.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Han Sans CN';
	src: url(../font/SourceHanSansCN-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'SourceHanSans' !important;
	font-weight: 400;
	/* 默认用常规字重 */
	color: #333;
	overflow-x: hidden;

}

ul,
ol,
li {
	list-style: outside none none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #184899;
}

img {
	border: none;
	max-width: 100%;
}

.clear {
	clear: both;
	display: block;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	content: "";
	clear: both;
	display: block;
}

.warp {
	width: 90%;
	margin: 0 auto;
}

.in-warp {
	width: 75%;
	margin: 0 auto;
}

/* 弹窗 */

#dialogBg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}


.animated {
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

#dialog {
	width: 43.75rem;
	padding: 3.125rem;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
}



.dialogTop {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
}

.claseDialogBtn {
	color: #111;
	width: 1.8rem;
	height: 1.8rem;
	top: 1.25rem;
	right: 1.25rem;
	position: absolute;
	cursor: pointer;
}

.claseDialogBtn img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.claseDialogBtn i {
	font-size: 2.5rem;
	display: block;
}



.tc-ss {
	width: 100%;
	margin: 0 auto;
}

.tc-ss ul .sk03 {
	width: 100%;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 25px
}

.tc-ss ul .sk03 input {
	width: 100%;
	background: none;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border: none;
	outline: none;
}

.sk04 {
	height: 45px;
	text-align: right;
}

.sk04 input {
	border-radius: 0;
	background: #004097;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 30%;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}


/* 弹窗 */
/* 中屏（1200-1920px）：微调根字体，适配比例 */
@media (min-width: 1200px) and (max-width: 1919px) {
	html {
		font-size: calc(100vw / 120);
		/* 120=1920÷16，保证1920设计稿比例 */
	}
}

/* 小屏（<1200px）：降低根字体，优化移动端体验 */
@media (max-width: 1199px) {
	html {
		font-size: calc(100vw / 75);
		/* 75=1200÷16，适配小屏比例 */
	}
}

#translate {
	position: fixed;
	top: 2.2rem;
	right: 1.25rem;
	z-index: 9999;
}

#translate select {
	background: none;
	color: #fff;
	border: none;
	font-size: 1.25rem;
}

#translate option {
	color: #333 !important;
	background: #fff !important;
}

#translate select.fixed1 {
	background: #fff;
	color: #333;
}

/* top */
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	/* 	background: rgba(0, 0, 0, .3); */
	transition-duration: .5s;

}

.fixed {
	background: #fff;

	box-shadow: 0 0 8px #d3d3d3;
}

.fixed .main-menu .navigation>li>a {
	color: #333;
}

.topBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	height: 6.25rem;
}


.logo {
	width: 23.125rem;

}

.on .logo {
	width: 15.75rem;
}

.logo img {
	display: block;
	width: 100%;
}

.search ul {
	display: flex;
	cursor: pointer;

}

.search {
	padding-right: 2.8125rem;
}

.search li {
	margin-left: 0.625rem;
	color: #fff;
	border-radius: 3.125rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
}

.search li:nth-child(2) {
	display: none;
}

.search li .iconfont {
	text-align: center;
	font-size: 2rem;
	margin-right: 0;
}



.fixed .search li .iconfont {
	color: #333;
}

.search li a {
	color: #fff;
	display: flex;
	font-size: 1.4rem;
}

.fixed .search li a {
	color: #333;
}

footer {
	width: 100%;
	margin: 0 auto;
	background: #eef6fc;
	position: relative;
}

.f-top {
	width: 100%;
	padding: 4.8125rem 0 5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.f-logo {
	width: 20rem;
}

.f-logo img {
	width: 100%;
	display: block;
}

.ewmList {
	padding: 0 1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2.1875rem;
}

.ewmList dl {
	width: 40%;
	text-align: center;
}

.ewmList dl dd {
	font-size: 1.25rem;
	margin-top: .625rem;
	text-align: center;
}

.f-nav {
	width: calc(95% - 20rem);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.f-nav dl dt {

	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.875rem;
}

/* .f-nav dl:last-child dt {
	margin-bottom: 0.625rem;
} */

.f-nav dl dd a {
	display: block;
	font-size: 1.25rem;

	margin-bottom: .9375rem;
}


.f-copyright {
	width: 100%;
	font-size: 1.125rem;
	background: #e1f0fa;
}

.backTop {
	width: 3.6875rem;
	height: 3.625rem;
	position: absolute;
	right: 3rem;
	top: 5.3125rem;
	cursor: pointer;
}

.f-copyright .warp {
	height: 6.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.f-copyright .warp p {
	font-size: 1.125rem;
}

.link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.link h1 {
	font-weight: normal;
	font-size: 1.125rem;
}

.fLInk {
	position: relative;
	display: flex;
	justify-content: right;
	align-items: center;
}

.subnav {
	position: relative;
	display: flex;
	align-items: center;
	width: 15.9375rem;
	height: 3.125rem;
	overflow: hidden;
	padding-left: .625rem;
	border: 1px solid #dadada;
}



.subnav p {
	font-size: 1.25rem;
	padding-left: .625rem;

}

.subnav h1 {
	width: 3.125rem;
	height: 3.125rem;
	border-left: 1px solid #dadada;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.subnav h1 img {
	width: 1rem;
	display: block;
}

.subnav:hover h1 i,
.subnav.on h1 i {
	transform: rotate(-90deg);
}

.tttt {
	width: 15.9375rem;
	position: absolute;
	right: 0;
	bottom: 3.125rem;
	display: none;
	background: #f9f9fa;
	text-align: left;
	transition-duration: .5s;
	z-index: 9999;
	border-radius: 0.1rem;
	overflow: hidden;

}

.tttt li {
	padding-bottom: 0;
	width: 100%;
	transition-duration: .5s;
	border-bottom: 1px solid #e5e5e5;
	line-height: 3.125rem;
	position: relative;
}



.tttt li a {
	color: #333;
	font-size: 1.125rem;
	padding: 0;
	display: block;
	padding-left: .625rem;
}

.tttt li a:hover {
	color: #fff;
	background: #184899;
}


.more-btn {
	width: 13.5625rem;
	display: flex;
	justify-content: center;
	text-decoration: none;
	line-height: 3.25rem;
	font-size: 1.25rem;
	position: relative;
	transform: skewX(-25deg);
	/* 整体向左倾斜15度 */
	color: #184899;
	border: 1px solid #184899;
	transition: all 0.3s ease;
}

/* 修正内部文字倾斜（反向倾斜） */
.more-btn span {
	display: inline-block;
	transform: skewX(25deg);
	/* 反向倾斜抵消容器倾斜 */
}


.more-btn::after {
	width: 1.875rem;
	height: 3.25rem;
	content: "";
	display: inline-block;
	margin-left: 8px;
	transform: skewX(15deg);
	/* 箭头也需要反向倾斜 */
	transition: transform 0.3s ease;
	background: url(../images/btn-icon.png)no-repeat center center;
	background-size: .8125rem 1.25rem;
}

.more-btn:hover {
	background: #184899;
	color: #fff;
}

.more-btn:hover::after {
	transform: skewX(15deg) translateX(3px);
	/* 箭头微动 */
	background: url(../images/btn-icon1.png)no-repeat center center;
}



.more-btn.white {
	color: #fff;
	border-color: #fff;
}

.more-btn.white:hover {
	background: #fff;
	color: #333;
}

.more-btn.white::after {

	background: url(../images/btn-icon1.png)no-repeat center center;
	background-size: .8125rem 1.25rem;
}

.more-btn.white:hover::after {
	transform: skewX(15deg) translateX(3px);
	/* 箭头微动 */
	background: url(../images/btn-icon.png)no-repeat center center;
	background-size: .8125rem 1.25rem;
}



@-webkit-keyframes tab {
	from {
		opacity: 0;
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes tab {
	from {
		opacity: 0;
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}


.addList dl {
	display: flex;
	margin: 10px 0;
}

.addList dl dt {
	width: 30px;
	height: 1.875rem;
	margin-right: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.addList dl dt .iconfont {
	color: #fff;
	opacity: 0.8;
	font-size: 26px;
}

.addList dl dd {
	line-height: 1.275rem;
	padding: 0.2rem 0;
	color: #fff;
	font-size: 1.125rem;
}

.addList dl:nth-child(2) dt .iconfont {
	font-size: 20px;
}

.addList dl:nth-child(3) dd img {
	width: 120px;
}

/* 底部 */


/*  */

.nav-outer .mobile-nav-toggler {
	position: relative;
	display: none;
	float: right;
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 100;
	cursor: pointer;
	padding: 20px 0;
}

.nav-outer .mobile-nav-toggler span b {
	font-weight: normal;
	width: 30px;
	height: 3px;
	border-radius: 10px;
	background: #fff;
	display: block;
	margin-bottom: 5px;
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width: 100%;
	height: 100%;
	padding-right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(19, 44, 81, 0.80);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 15px;
	text-align: left;
	padding-top: 50px;
}

.mobile-menu .nav-logo a {
	position: relative;
	display: inline-block;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #406cae;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	top: 2px;
	right: 6px;
	width: 39px;
	height: 39px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	background: url(../images/j2.png) no-repeat;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


/*==============================================
    Main Header Css        
===============================================*/

.main-header {
	z-index: 999;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin-left: 5%;

}




.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {

	display: block;
	width: 100%;
}

.main-menu .navigation>li {


	float: left;
	text-align: center;
}



.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 1.375rem;
	color: #fff;
	opacity: 1;
	margin: 0 1.2rem;
	line-height: 6.25rem;
}

.on .main-menu .navigation>li>a {
	font-size: 1.125rem;
	margin: 0 2.3rem;
}

.on .main-menu .navigation>li:nth-child(4),
.on .main-menu .navigation>li:nth-child(5),
.on .main-menu .navigation>li:nth-child(7) {
	display: none;
}

.main-menu .navigation>li>a:after {
	content: '';
	width: 0px;
	height: .1875rem;
	background: #004097;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: .5s;
}

.main-menu .navigation>li a:hover:after,
.main-menu .navigation>li.current>a:after {
	width: 100%;
}



.main-menu .navigation>li>ul {
	position: absolute;
	top: 100%;
	left: 0%;
	width: 100%;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 100ms ease;
	z-index: 100;

}

.main-menu .navigation>li>ul dl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-menu .navigation>li>ul dl li a {
	font-size: 1.25rem;
	margin: 0 1.25rem;
	display: block;
}

.fixed .main-menu .navigation>li a.active {
	color: #004097;
}

.fixed .main-menu .navigation>li a.active:after {
	width: 100%;
}



.main-menu .navigation>li>ul:before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #ffffff;
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	z-index: -1;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	border-bottom: 1px solid #fafafa;
	font-size: 1rem;
	line-height: 2.5rem;
	text-align: center;
	text-transform: capitalize;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
	border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
	color: #e64747;
}


/*.main-menu .navigation> li> ul> li> a:before{ content:"";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-size: 14px;
    margin: 12px 0;
	opacity: 0; width:6px; height:26px; background:url(../images/sj.png) no-repeat left center;
    transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li:hover>a:before{
	opacity: 1;
}*/

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 100%;
	padding: 10px 0;
	display: none;
	background: #ffffff;
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 100ms ease;
	z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	display: block;
	padding: 0 20px;
	width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	padding-left: 15px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 0px;
	top: 0;
	width: 50px;
	height: 42px;
	border-left: 1px solid #242a30;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	z-index: 5;
}

@media only screen and (max-width: 1450px) {

	/* 	.main-menu .navigation>li>a,
	.in-warp {
		width: 84%;
		margin: 0 auto;
	} */


}

@media only screen and (max-width: 1366px) {
	.main-menu .navigation>li>a {
		font-size: 15px;
	}
}


@media only screen and (min-width: 768px) {

	.main-menu .navigation>li>ul,
	.main-menu .navigation>li>ul>li>ul {
		display: block !important;
		visibility: hidden;
		opacity: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.in-warp {
		width: 84%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1198px) {
	.f-top {
		padding: 15px 5%;
	}

	.f-logo {
		width: 30%;
	}

	.f-select select {
		margin-right: 6px;
		width: 11rem;
		font-size: 16px;
		padding: 0 1.25rem;
	}

	.f-copy {
		width: 100%;
		border-top: 1px solid #c4c4c4;
		padding: 20px 3%;
		text-align: center;
		font-size: 16px;
	}

	.f-nav a {
		line-height: 36px;
	}

	.f-ewm {
		width: 6.875rem;
		position: relative;
		right: inherit;
		top: inherit;
		margin: 0 auto;
	}
}



@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {
	header {
		padding: 0 5%;
	}



	.foot-warp {
		width: 90%;
	}

	.f_logo {
		width: 16rem;
		margin-bottom: 20px;
	}

	.f_link .icon:nth-child(1) .iconfont {
		font-size: 2.2rem;
	}

	.f_link .icon {
		width: 3.8rem;
		height: 3.8rem;
		margin-right: 1rem;
	}

	.f_address .list p {
		font-size: 17px;
		line-height: 1.7rem;
	}

	.f-select .box {
		height: 3rem;
		line-height: 3rem;
		font-size: 18px;
		margin-top: 1rem;
	}

	.f-select .btn {
		width: 3.5rem;
		height: 3rem;
	}
}

@media only screen and (max-width: 960px) {
	.main-header .nav-outer .main-menu {
		display: none !important;
	}

	.nav-outer .mobile-nav-toggler {
		display: block;
	}
}

@media only screen and (max-width: 760px) {
	.nav-warp {
		width: auto;
	}

	.ban-list li:nth-child(3) {
		display: none;
	}

	.main-header {
		background: none;
		position: absolute;
		top: 11px;
		right: 10px;
	}

	.main-header {
		z-index: 9998;
		margin-left: 0;
		padding-top: 5px;
	}

	.mobile-menu-visible .logo,
	.nav-outer .mobile-nav-toggler {
		padding: 0;
		right: 0;
	}

	.header-warp {
		width: 96%;
		margin: 0 auto;
	}

	.mobile-menu .nav-logo {
		padding-top: 20px;
	}

	.in-warp {
		width: 96%;
		margin: 0 auto;
	}

	.logo {
		width: 45%;
	}

	.search {
		padding-right: 10%;
	}

	.search li a {
		font-size: 2.8rem;
	}

	.search li .iconfont {
		font-size: 3.4rem;
	}

	.f-logo {
		width: 100%;
		margin: 0 auto;
	}



	.warp {
		width: 94%;
	}



	.nav-outer .mobile-nav-toggler span b {
		background: #ffc800;
	}


	.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
		width: auto !important;
		bottom: 3%;
		right: 5%;
	}

	header {
		padding: 10px 2%;
	}

	.more-btn {
		font-size: 2.2rem;
		width: 18rem !important;
		line-height: 5rem;
	}

	.more-btn::after {
		height: 5rem;
	}

	.f-logo {
		width: 60%;
	}

	.ewmList dl dd {
		font-size: 2rem;
	}

	.f-nav,
	.link {
		display: none;
	}

	.f-copyright .warp {
		height: auto;
		padding: 10px 0;
	}

	.f-copyright .warp p {
		text-align: center;
		font-size: 2rem;
	}

}

@keyframes run {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.04);
	}

	50% {
		transform: scale(1.08);
	}

	75% {
		transform: scale(1.04);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-moz-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-o-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}



@-moz-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}



@-webkit-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}



@-o-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}