﻿.app{
	width: 100%;
	position: relative;
}
.header-box{
	width: 100%;
	height: 75px;
	background: #fff;
	position: relative;
	z-index: 99999999;
}
.index-header{
	width: 85%;
	height: 75px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-header-left{}
.index-header-left img{
	width: 147px;
	height: 42px;
	display: block;
}
.index-header-right{
	
}
.index-header-right .main{
	display: flex;
	justify-content: flex-end;
	font-size: 18px;
	color: #333333;
	height: 75px;
	font-family: PingFangSC, PingFang SC;
}
.index-header-right ul li{
	
	cursor: pointer;
	transition: all 0.3s linear 0s;
}
.index-header-right ul  .mainli{
	line-height: 50px;
	
}
.index-header-right ul .mainli:hover{
	color: #1B46A4;
	
	font-weight: bold;
	transform: scale(1.15);
}
.index-header-right .activeli{
	color: #1B46A4 !important;
	font-weight: bold;
	transform: scale(1.15);
}
.foot-box{
	width: 100%;
	height: 300px;
	background: #4B4B4B;
}
.foot-box-text{
	width: 85%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 70px;
	position: relative;
}
.code{
	position: absolute;
	right: 0;
	top: 74px;
	width: 100px;
}
.code p{
	margin: 10px 0;
}
.code img{
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	
	
}
#startIndex{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s linear 0s;
}
#startIndex .moveLogo{
	width: 400px;
	height:400px;
	
	position: relative;
}
#startIndex .moveLogo .imglogo1{
	position: absolute;
	top: 110px;
	left: 149px;
}
#startIndex .moveLogo .imglogo2{
	position: absolute;
	top: 100px;
	right: 150px;
}
#startIndex .moveLogo .imglogo3{
	position: absolute;
	bottom: 120px;
	left: 114px;
}
.modelBannerCC{
	width: 100%;
	height: 400px;
	background: url(../image/banner@2x.png) no-repeat center center;
	background-size: cover;
}
.modelBanner{
	width: 100%;
	height: 400px;
	background: url(../image/banner@2x.png) no-repeat center center;
	background-size: cover;
}
.modelBannerZB{
	width: 100%;
	height: 400px;
	background: url(../image/banner-zb@2x.png) no-repeat center center;
	background-size: cover;
}




.main {
  display: flex;
  justify-content: center;
}
.main > li {
  margin: 0 2%;
}
.main > li a{
  
}
.main > li a {
	width: 85px;
  text-decoration: none;
  
  text-transform: capitalize;
  font-family: monospace;
  display: block;
  padding: 10px 5px;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.5s ease-in-out;

  font-family: "Raleway", sans-serif;
}

a:hover {
  
}

.drop li {
  width: 80px;
  opacity: 0;
  transform-origin: top center;
}

.drop li a {
  
  padding: 0;
  width: 90px;
  background: #fff;
  font-size: 13px;
  color: #7c7171;
  height: 35px;
  line-height: 35px;
  transition: all 0.3s linear 0s;
}
.drop li a:hover{
	color: #1B46A4;
	font-weight: bold;
	transform: scale(1.15);
}
.main li:hover .menu6 li:first-of-type {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}

.main li:hover .menu6 li:nth-of-type(2) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}

.main li:hover .menu6 li:nth-of-type(3) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}

.main li:hover .menu6 li:nth-of-type(4) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.5s;
}

.main li:hover .menu6 li:nth-of-type(5) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.6s;
}

.main li:hover .menu6 li:nth-of-type(6) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.7s;
}

.main li:hover .menu6 li:nth-of-type(7) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.8s;
}

.main li:hover .menu6 li:nth-of-type(8) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 0.9s;
}

.main li:hover .menu6 li:nth-of-type(9) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 1s;
}
.main li:hover .menu6 li:nth-of-type(10) {
  animation: menu6 0.3s ease-in-out forwards;
  animation-delay: 1.1s;
}


@keyframes menu6 {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}