/***ax2.0版导航下拉原样样式***/
/*grade menu*/
.ax-grade {
	position: relative;
}
.ax-grade .ax-outer {
	box-sizing: border-box;
	transform: translate(-50%, 0);
	background-color: #fff;
	display: none;
	position: absolute;
	top: calc(100%);
	left: 50%;
	z-index: 3;
}
.ax-grade:hover .ax-outer {
	display: block;
}
.ax-grade.ax-right .ax-outer {
	top: 0;
	left: auto;
	right: -14.8rem;
	transform: none;
}
.ax-grade.ax-right .ax-outer:before {
	content: '';
	width: 1rem;
	height: 3.8rem;
	position: absolute;
	left: -1rem;
	top: 0;
}
.ax-grade .ax-outer, .ax-grade ul.ax-outer ul {
	width: 14rem;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	border-radius: 0.3rem;
}
.ax-grade ul.ax-outer li {
	text-align: left;
	line-height: 3.8rem;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #ebebeb;
}
.ax-grade ul.ax-outer li:last-child, .ax-grade ul.ax-outer ul li:last-child {
	border-width: 0;
}
.ax-grade ul.ax-outer li *[class*="-right"] {
	color: #ccc;
	position: absolute;
	right: 0.8rem;
	top: 0;
}
.ax-grade ul.ax-outer li ul {
	box-sizing: border-box;
	background-color: #fff;
	-webkit-transform: translate(100%, 0%);
	transform: translate(100%, 0%);
	position: absolute;
	width: 100%;
	top: -0.1rem;
	right: 0;
	display: none;
}
.ax-grade ul.ax-outer li:hover {
	color: #198cff;
	background-color: #f0f7ff;
}
.ax-grade ul.ax-outer li:hover svg {
	fill: #198cff;
}
.ax-grade ul.ax-outer li.ax-selected, .ax-grade ul.ax-outer li.ax-selected:hover {
	color: #fff;
	background-color: #198cff;
}
.ax-grade ul.ax-outer li.ax-selected *[class*="-right"] {
	color: rgba(255, 255, 255, 0.5);
}
.ax-grade ul.ax-outer li.ax-selected svg {
	fill: rgba(255, 255, 255, 0.5);
}
.ax-grade ul.ax-outer a {
	box-sizing: border-box;
	padding: 0 0.8rem 0 0.8rem;
	transition: all 100ms linear;
	display: block;
}
.ax-grade ul.ax-outer li.ax-selected > a, .ax-grade ul.ax-outer li.ax-selected:hover > a {
	color: #fff;
	background-color: #198cff;
}
.ax-grade ul.ax-outer li:hover > a + ul, .ax-grade ul.ax-outer li:hover > *[class*="-right"] + ul {
	display: block;
}
.ax-grade ul.ax-outer li a *[class*="font"] {
	margin-right: 0.4rem;
}
.ax-grade ul.ax-outer li a svg {
	margin-right: 0.4rem;
}
 @charset "utf-8";
.header-h1 {
	height: calc(4.0rem + 7.5vw)
}
.aui-header-top.moveUp {
}/*状态1*/
.aui-header-nav.solid {
}/*状态2*/
.aui-header-top.moveUp .header-link {
	margin-top: 0px;
	transition: all 0.2s ease-out 0s;
}
.aui-header-nav.solid .header-link {
	margin-top: calc(-3.0rem - 0.2vw);
	transition: all 0.2s ease-out 0s;
}
.header-link {
	background: var(--c1);
	color: #FFF;
	transition: all 0.2s ease-out 0s;
	overflow: hidden;
	line-height: calc(3.0rem + 0.4vw);
	height: calc(3.0rem + 0.4vw);
}
.header-link dl {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.header-link .nav_l {
	flex: 1
}
.header-link .nav_l a {
	display: inline-block;
	line-height: 2.5;
	color: #FFF;
	display: block;
	margin-right: calc(1.8rem + 0.2vw);
	font-size: var(--fz15);
	float: left;
}
.header-link .nav_l a:hover {
	color: var(--c3)
}
.header-link .nav_l a:after {
	content: "";
	display: block;
	border-bottom: 2px solid var(--c3);
	margin-top: -5px;
	transition: all 0.1s ease-out 0s;
	;
	transform: scaleX(0);
}
.header-link .nav_l a:hover:after {
	transform: scaleX(30%);
}
.header-link .nav_r {
	isplay: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.header-link .nav_r i {
	font-size: var(--fz15);
	display: block;
}
.header-link .nav_r a {
	color: #FFF;
	margin-left: calc(0.4rem + 0.6vw)
}
.header-link .nav_r a i {
	color: #FFF;
}
.header-link .nav_r a:hover i {
	color: var(--c3);
}
.header-link .nav_r a:hover {
	color: var(--c3);
}
/***ax-nav导航***/
/***引起ax-header部分***/
.my-header .ax-nav .ax-item .ax-line {
 height: .2rem;
	background-color: #198cff;
	width: 2.8rem;
	-webkit-transform: translate(-50%, 0) scaleX(0);
	transform: translate(-50%, 0) scaleX(0);
	transition: all .2s linear;
	position: absolute;
	left: 50%;
 top: calc(4.4rem + 1rem - .2rem);
}
.my-header .ax-nav .ax-item {
	margin: 0 1.6rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.my-header .ax-nav .ax-item a {
	transition: all 20ms linear;
}
.my-header .ax-nav .ax-item a:hover {
	color: #ffcc00
}
.my-header .ax-nav .ax-item a.ax-text > i {
	font-size: 1rem;
	line-height: 1.4rem;
	vertical-align: middle;
	margin-left: 0.4rem;
}
.my-header .ax-nav .ax-item a.ax-text {
	line-height: calc(4.4rem + 1rem);
	width: 120%;
	text-align: center;
	font-weight: normal;
	text-shadow: 0 2px 3px rgb(0 0 0 / 60%)
}
.my-header .ax-nav .ax-item .ax-line {
	height: 0.2rem;
	background-color: #198cff;
	width: 2.8rem;
	-webkit-transform: translate(-50%, 0) scaleX(0);
	transform: translate(-50%, 0) scaleX(0);
	transition: all 200ms linear;
	position: absolute;
	left: 50%;
	top: calc(4.4rem + 1rem - 0.2rem);
}
.my-header .ax-nav .ax-item.ax-selected > a {
	color: #198cff;
}
.my-header .ax-nav .ax-item.ax-selected .ax-line {
	-webkit-transform: translate(-50%, 0) scaleX(1);
	transform: translate(-50%, 0) scaleX(1);
}
.my-header .ax-nav .ax-item:hover .ax-line {
	-webkit-transform: translate(-50%, 0) scaleX(1);
	transform: translate(-50%, 0) scaleX(1);
}
.ax-nav {
	display: flex
}
.ax-nav .ax-item {
	flex: 1;
	text-align: center;
}
.ax-nav .ax-item {
	margin: 0 0 !important;
}
.ax-nav .ax-text {
	color: #FFF;
	font-size: var(--fz16)
}
.ax-nav .ax-text:hover {
	color: var(--c3)
}
.ax-nav .ax-item .ax-line {
	background-color: var(--c3) !important;
	height: 0.3rem !important;
}/***触碰后线***/
.ax-nav div:hover > .ax-text {
	color: var(--c3);
}/***触碰后样式保留***/
/***2级***/

.ax-grade .ax-outer, .ax-grade ul.ax-outer ul {
	border: 0px solid rgba(0,0,0,0.8);
	border-radius: 0px;
	width: 100%;
	text-align: center;
}
.ax-grade .ax-outer {
	background-color: transparent !important;
	padding: 0px;
	width: calc(12.0rem + 2.0vw);
}
/***2级偏移---
	.ax-nav div:nth-child(3) .ax-outer{left:-4.0vw;}
	.ax-nav div:nth-child(4) .ax-outer{left:-8.0vw;}
	.ax-nav div:nth-child(5) .ax-outer{left:-15.0vw;}
	.ax-nav div:nth-child(6) .ax-outer{left:-18.0vw;}
	.ax-nav div:nth-child(7) .ax-outer{left:-25.0vw;}
	.ax-nav div:nth-child(8) .ax-outer{left:-24.0vw;}
	.ax-nav div:nth-child(9) .ax-outer{left:-24.0vw;}
	.ax-nav div:nth-child(10) .ax-outer{left:-24.0vw;}
	---***/

.ax-grade .ax-outer dl {
	background-color: var(--c1);
	background-image: url(/_upload/tpl/00/7f/127/template127/picture/topleft.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
	width: 100%;
	color: #FFF;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: calc(0.5rem + 0.5vw) 0px
}
.ax-grade .ax-outer dl p {
	width: calc(16.0rem + 6.0vw);
	height: calc(9.0rem + 3.0vw);
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ax-grade .ax-outer dl dd {
	font-size: var(--fz15);
}
.ax-grade .ax-outer dl dd span {
	width: 100%;
	display: block
}
.ax-grade ul.ax-outer li {
	line-height: 100%;
	transition: all 1000ms linear 1000ms;
	font-size: var(--fz16);
	border: 0px;
	background-color: rgba(0,0,0,0.8)
}
.ax-grade .ax-outer a {
	color: #FFF;
	display: block;
	padding: calc(0.4rem + 0.1vw) calc(0.9rem + 0.3vw) !important;
	border-bottom: 0px rgba(255,255,255,0.05) solid;
	float: left;
	width: 100%
}
.ax-grade .ax-outer a:hover {
	color: var(--c3)
}
.ax-nav2 .ax-text {
	color: #000;
	font-size: var(--fz16);
}
.my-header .ax-nav2 .ax-item a.ax-text {
	text-shadow: 0 0px 0px rgb(0 0 0 / 10%)
}
.ax-nav2 .ax-text:hover {
	color: var(--c3) !important
}
.ax-nav2 .ax-item .ax-line {
	background-color: var(--c3) !important;
	height: 0.3rem !important;
}
.ax-nav2 div:hover > .ax-text {
	color: var(--c3) !important;
}
.aui-header-nav.solid .ax-nav .ax-item a.ax-text {
	color: var(--c1);
	font-weight: normal
}
#navigation {
	width: 100%
}
.aui-header-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all .45s ease-in-out;
}
.aui-header-nav .aui-logo {
	transition: all .45s ease-in-out;
	margin-right: calc(0.0rem + 1.0vw);
	width: 35%
}
/**wap重定**/

.header-main {
	isplay: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.nav_main {
	flex: 1;
	width: 100%;
	background: #FFF
}
.waptools {
	flex: 1;
}
.aui-header-nav .aui-logo img {
	width: 100%;
	transition: all .45s ease-in-out;
}
.aui-header-nav .head-tips {
	width: 100%;
	transition: all .45s ease-in-out;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(90deg, #0068d7, #004ea2);
}
.aui-header-nav .aui-logo #logo2 {
	display: none
}
.aui-header-nav.solid .aui-logo {
	width: 30%;
	transition: all .45s ease-in-out;
	margin-right: calc(0.0rem + 2.0vw)
}/****状态2时logo****/
.aui-header-nav.solid .aui-logo img {
	width: 100%;
	transition: all .45s ease-in-out;
}
.aui-header-nav.solid .aui-logo #logo1 {
	display: none
}
.aui-header-nav.solid #logo2 {
	display: block;
}
.aui-header-nav.solid .head-tips {
	transition: all .45s ease-in-out;
	margin-top: -40px
}
.aui-header-nav .ax-iconfont {
	font-size: var(--fz16)
}
/*第一状态*/
.aui-header-nav.moveDown {
	transition: all .45s ease-in-out;
	background-color: var(--c1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.aui-header-nav.moveDown .header-main {
	padding: calc(1.0rem + 0.8vw) 0px
}
.aui-header-nav.moveDown .nav_main {
	background: #FFF
}
.aui-header-nav.moveDown .h-search a {
	color: #FFF;
	background: #104494;
	border-radius: var(--border-4);
	padding: calc(0.2rem + 0.1vw) calc(0.2rem + 0.4vw)
}
.aui-header-nav.moveDown .h-search a:hover {
	background: var(--c3);
}
.aui-header-nav.moveDown .ax-item {
	border-right: 1px rgba(0,0,0,0.05) solid
}
.aui-header-nav.moveDown .ax-item:nth-child(1) {
	border-left: 1px rgba(0,0,0,0.05) solid
}
/*第二状态-缩小*/
.aui-header-nav.solid {
	border-bottom: 1px #f1f5fe solid;
	transition: all .5s ease-in-out;
	background-color: var(--c1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all .45s ease-in-out;
}
.aui-header-nav.solid .header-main {
	padding: calc(0.6rem + 0.6vw) 0px
}
.aui-header-nav.solid .h-search a {
	color: #FFF;
	background: var(--c1);
	border-radius: var(--border-4);
	padding: calc(0.1rem + 0.0vw) calc(0.1rem + 0.3vw)
}
.aui-header-nav.solid .h-search a:hover {
	background: var(--c3);
	color: #FFF
}
.aui-header-nav.solid .ax-item {
	border-right: 1px rgba(0,0,0,0.07) solid
}
.aui-header-nav.solid .ax-item:nth-child(1) {
	border-left: 1px rgba(0,0,0,0.07) solid
}
.waptools ul {
	display: flex;
	justify-content: flex-end;
}
.waptools span {
	margin-left: calc(1.0rem + 1.0vw);
}
.aui-header-nav.moveDown .waptools a {
	color: #FFF;
}
.aui-header-nav.moveDown .waptools i {
	font-size: var(--fsize-16)
}
.aui-header-nav.solid .waptools a {
	color: #fff;
}
.aui-header-nav.solid .waptools i {
	font-size: var(--fsize-16)
}
.aui-header-nav.moveDown .search-2 {
	display: none;
	transition: all .45s ease-in-out;
}
.aui-header-nav.solid .search-2 {
	display: block;
	transition: all .45s ease-in-out;
	;
}
.aui-header-nav.solid .search-2 a i {
	font-size: var(--fz16);
	color: #FFF;
	line-height: 55px
}
.aui-header-nav.solid .search-2 a:hover i {
	font-size: var(--fz16);
	color: var(--c3)
}
/*--底部--*/
.footer {
	background-color: var(--c1);
	color: #fff;
	position: relative;
	padding-bottom: calc(0.5rem + 0.5vw);
	background-image: url(/_upload/tpl/00/7f/127/template127/images/footbg3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	clear: both;
	height: auto;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: var(--c3);
}
.footer .part1 {
	padding: calc(1.0rem + 0.2vw) 0px;
	font-size: var(--fz15);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
	background: #FFF;
	color: #000;
}
.part1 .nav_foot {
	overflow: hidden;
}
.part1 .link-mu {
	font-size: var(--fz16);
	font-weight: bold
}
.part1 .link-inner a {
	display: block;
	float: left;
	margin-right: calc(1.5rem + 0.5vw);
	position: relative;
	padding-left: calc(1.0rem + 0.2vw);
	height: calc(2.2rem + 1.2vw);
	line-height: calc(2.2rem + 1.2vw);
	color: #000;
}
.part1 .link-inner a:hover {
	color: #e60000
}
.part1 .link-inner a::before {
	content: '\220E';
	color: var(--c1);
	font-family: 'ax-iconfont';
	font-size: 70%;
	left: 0px;
	top: 0px;
	position: absolute;
}
.nav_foot .inner a {
	padding: 60px 0 0 0;
	text-align: center;
	width: calc(8.0rem + 1.5vw);
	border-left: 1px solid rgba(255,255,255,0.2);
	display: inline-block;
	white-space: nowrap;
}
.part1 .icon-box {
	overflow: hidden;
	text-align: center
}
.icon-box i {
	display: block;
	text-align: center;
	clear: both;
	margin: 0 auto;
	;
	width: calc(4.0rem + 0.1vw);
	height: calc(4.0rem + 0.1vw);
	line-height: calc(4.0rem + 0.1vw);
	background: #FFF;
	border-radius: 50%;
	text-align: center;
	color: var(--c2);
	font-size: calc(2.5rem + 0.1vw)
}
.icon-box span {
	display: block;
	text-align: center;
	clear: both
}
.footer .part2 {
	padding-top: calc(1.0rem + 1.0vw);
	width: 100%;
	font-size: var(--fz13);
}
.part2 .footer-pic {
	margin-bottom: calc(1.0rem + 1.0vw);
}
.part2 .footer-pic1 span {
	display: block
}/***wap-重定***/
.part2 .footer-pic1 img {
	width: 100%;
	max-width: calc(14.0rem + 14.0vw);
	margin-top: calc(1.0rem + 1.0vw)
}
.part2 .footer-pic2 span {
	text-align: center;
	display: block
}
.part2 .footer-pic2 img {
	max-width: calc(8.0rem + 1.5vw)
}
.part2 .footer-pic2 em {
	display: block;
	line-height: 2.2;
	padding-top: 2px;
}
.part2 .footer-info {
	color: rgba(255,255,255,0.1);
}
.part2 .footer-info {
	text-align: left;
}
.part2 .footer-info span {
	color: #fff;
	font-size: var(--fz15);
}
.part2 .footer-info span {
	display: block
}
.part2 .footer-info ol span {
	color: #fff;
	font-size: var(--fz13);
	padding-top: calc(0.4rem + 0.2vw)
}
.footer-info a {
	color: #FFF
}
.footer-info a:hover {
	color: #ffda75
}
.part2 .footer-link {
	overflow: hidden;
	text-align: center
}
.part2 .footer-link select {
	background: #FFF;
	border: 0px;
	margin-bottom: calc(0.5rem + 0.2vw);
	opacity: 0.8
}
