.navigation {
	width: 100%; height: .9rem;	font-size: 0; position: fixed; top: 0; left: 0; z-index: 2; transition: all 0.5s ease-in-out;
}
.navigation.active {
    background: var(--colorTitle);
}
.navigation > .main {	
    display: flex;	justify-content: space-between;	align-items: center; height: 100%;
}
.navigation .r a,
.c-menu {
    font-size: .12rem; text-transform: uppercase; font-family: 'Alibaba-PuHuiTi-Regular',var(--font_c); width: .48rem; height: .48rem; border: 1px solid #fff; color: #fff; text-align: center; line-height: .48rem; border-radius: 100%; cursor: pointer; transition: all 0.5s ease-in-out .1s; position: relative; z-index: 1;  display: inline-block; margin-left: .1rem; vertical-align: top;
}
.navigation .r a:hover,
.c-menu:hover {
    background: #fff; color: #333;
}
.navigation .r a.ico-search {
    font-family: "common"; font-size: .16rem;
}
/* .navigation .main > .iconfont {
	display: none;
} */
.navigation .menu {
	font-size: 0; position: fixed; top: 0; left: 0; background: var(--colorTitle); width: 100%; height: 100%; z-index: -1; display: none;
}
.navigation .menu ul {
	max-width: 10rem; top: 50%; left: 50%; transform: translate(-50%,-50%); position: absolute; width: 100%; margin: 0 auto;
}
.navigation .menu ul li {
    display: inline-block; width: 50%;
}
.navigation .menu ul li a {
	font-size: .54rem;	color: #fff; line-height: 2; font-family: 'AmerigoBT-MediumA',Alibaba-PuHuiTi-Regular,var(--font_c); letter-spacing: 4px; text-transform: uppercase; transition: all 0.5s ease-in-out; position: relative;
}
.navigation .menu ul li a::before {
    content: "01"; font-size: .16rem; color: #fff; display: inline-block; vertical-align: middle; margin-right: .3rem; letter-spacing: 1px; font-family: Alibaba-PuHuiTi-Regular,var(--font_c); font-style: italic;  transition: all 0.5s ease-in-out;
}
.navigation .menu ul li:nth-of-type(2) a::before{
    content: "02";
}
.navigation .menu ul li:nth-of-type(3) a::before{
    content: "03";
}
.navigation .menu ul li:nth-of-type(4) a::before{
    content: "04";
}
.navigation .menu ul li:nth-of-type(5) a::before{
    content: "05";
}
.navigation .menu ul li:nth-of-type(6) a::before{
    content: "06";
}



.navigation .menu ul li a:hover,
.navigation .menu ul li a:hover::before {
    color: #333;
	/* color: var(--colorTitle); */
}
/* .navigation .menu ul li .cur {
	color: #2f6678;
} */

.navigation .menu .list {
    border-top: 1px solid #fff; width: 100%; display: block; margin-top: .3rem; padding-top: .3rem;
}
.navigation .menu .list span {
    font-size: .36rem; display: inline-block; margin-bottom: .2rem; font-family: 'AmerigoBT-MediumA',Alibaba-PuHuiTi-Regular,var(--font_c); color: #fff; 
}
.navigation .menu .list a {
    font-size: .24rem; color: #fff; margin-left: .7rem; font-family: 'AmerigoBT-MediumA',Alibaba-PuHuiTi-Regular,var(--font_c); 
}


.form-zt {
    position: fixed; top: 0; left: 0; background: var(--colorTitle); width: 100%; height: 0; z-index: -1; transition: all .5s ease-in-out .5s;
}
.form-zt form {
    max-width: 10rem; width: 90%; margin: 0 auto; position: absolute; bottom: 10vh; left: 50%; transform: translateX(-50%);
}
.form-zt form .keyword {
    width: 0; border: none; border-bottom: 2px solid #eee; background: none; line-height: 2; font-size: .36rem; font-family: Alibaba-PuHuiTi-Regular,var(--font_c); color: #fff; box-sizing: border-box; transition: all .5s ease-in-out; padding: 0; opacity: 0;
}
.form-zt form .keyword::placeholder {
    color: #fff;
}
.form-zt form button {
    position: absolute; bottom: 0; right: 0; background: none; color: #fff; line-height: 2; font-size: .36rem; font-family: "common"; text-align: center; width: .8rem; opacity: 0; transition: all .5s ease-in-out;
}
.form-zt.open {
    height: 40vh; transition: all .5s ease-in-out;
}
.form-zt.open form .keyword {
    width: 100%; padding:  0 .1rem; transition: all .5s ease-in-out .5s; opacity: 1;
}
.form-zt.open form button {
    opacity: 1; transition: all .5s ease-in-out .6s;
}

.banner {
	font-size: 0;
	color: #fff;
	position: relative;
}
.banner .banner01 {
	position: relative;
}
.banner .banner-text {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%); width: 100%; max-width: 12rem;
	line-height: .4rem;
	z-index: 1;
	text-align: center;
}
.banner .banner-text .line1 {
	margin: 0 auto .15rem;
    font-family: 'AvantGardeITCbyBT-Medium',Alibaba-PuHuiTi-Regular,var(--font_c);
	font-size: .9rem;
	line-height: 1.33;
	max-width: 7.18rem;
	letter-spacing: .2px;
	text-transform: uppercase;
}
.banner .banner-text .line2 {
	margin: 0 auto .5rem;
	font-family: Alibaba-PuHuiTi-Regular,var(--font_c);
	font-size: .24rem;
	line-height: 1.5;
	max-width: 6.17rem;
}
.banner .banner-text .line3 {
	margin: 0 auto;
	width: 1.94rem; height: .4rem;
	border-radius: .1rem;
	font-size: .18rem;
	font-family: AvantGardeITCbyBT-Medium,var(--font_c);
	text-transform: uppercase;
	box-shadow: 0px 6px 4px rgba(0, 0, 0, .4); overflow: hidden;
}
.banner .banner-text .line3 a {
	color: #fff;
	width: 100%;
	line-height: .4rem;
	display: block;
    background-color: var(--colorTitle); transition: all .5s ease-in-out;
}
.banner .banner-text .line3 a:hover {
    background: #fff; color: #333;
}
.banner .icon-back {
	position: absolute;
	top: 48%; left: 4%;
	z-index: 1;
	width: .5rem; height: .94rem;
	line-height: .94rem;
	text-align: center;
	color: #fff;
	font-size: .3rem;
	opacity: .9;
	outline: none;
	cursor: pointer;
	transition: color .4s ease-in-out;
}
.banner .icon-next {
	position: absolute;
	top: 48%; right: 4%;
	z-index: 1;
	width: .5rem; height: .94rem;
	line-height: .94rem;
	text-align: center;
	color: #fff;
	font-size: .3rem;
	opacity: .9;
	outline: none;
	cursor: pointer;
	transition: color .4s ease-in-out;
}
.banner .iconfont:hover {
	color: var(--colorTitle);
}
@media screen and (max-width: 834px) {
.navigation {
	height: .6rem;
}
.navigation .logo {
	z-index: 3;
	position: relative;
}
.navigation .logo img {
	width: 2rem;
}
.navigation .main > .iconfont {
	z-index: 3;
	position: relative;
	font-size: .3rem;
	color: var(--colorTitle);
	display: block;
}
.navigation .r {
	position: relative;
	z-index: 3;
}
.navigation .r a, .c-menu {
	float: right;
	width: .4rem; height: .4rem;
	line-height: .4rem;
}
.c-menu .en {
	display: none;
}
.navigation .menu {
	width: 100vw; height: 100vh;
	position: fixed;
	top: 0; right: 10vw;
	z-index: 2;
	opacity: 0;
	transition: all .5s ease-in-out;
	pointer-events: none;
}
.navigation .menu ul {
	padding: 0 6%;
	box-sizing: border-box;
	position: relative;
	top: 16vh; left: 0;
	flex-wrap: wrap;
	transform: translate(0, 0);
}
.navigation .menu ul li {
	width: 100%;
	text-align: center;
}
.navigation .menu ul li:last-child {
	display: none;
}
.navigation .menu ul li a {
	padding: 0;
	font-size: .2rem;
	line-height: 8vh;
	display: block;
	border-bottom: 2px solid #f0f0f0;
	text-align: left;
}
.navigation .menu.open {
    right: 0;
    opacity: 1;
    pointer-events: auto;
}
.navigation .menu .list a {
	margin: 0 0 .2rem 0;
	display: block;
}
.banner {
	position: relative;
}
.banner .banner-text .line1 {
	line-height: 1.4;
	font-size: .26rem;
}
.banner .banner-text .line2 {
	font-size: .18rem;
	line-height: 1.5;
	max-width: 100%;
}
.banner .banner-text .line3 img {
	max-width: 100%;
}
.banner .banner01 img {
	width: 100%; height: 4rem;
	object-fit: cover;
}
.banner .icon-next {
	width: .82rem; height: .38rem;
	line-height: .38rem;
	right: .2rem; bottom: .15rem; top: unset; left: unset;
	transform: translate(0, 0);
	font-size: .18rem;
}
.banner .icon-back {
	width: .82rem; height: .38rem;
	line-height: .38rem;
	right: 1.02rem; bottom: .15rem; top: unset; left: unset;
	transform: translate(0, 0);	
	font-size: .18rem;
	border-right: 1px solid #ccc;
}





}
