@charset "utf-8";
/* CSS Document */
.head {
    padding: 20px 5%;
    width: 100%;
    transition: all .3s;
	position: relative;
}
.head .fd{
	position: fixed;
    z-index: 999;
	left: 0;
    top: 0;
}
.head .logobox {
    float:left;
	max-width: 500px;
}
.head .navList {
    width: 68.8958%;
    margin: 0 auto;
    float:right;
}
.head .navList a {
    display: block;
    color: #333;
    font-size: 16px;
    width: 12.5%;
    text-align: center;
    line-height: 58px;
    float: left;
    transition: all .3s;
}
.head .navbox .js-open-nav{
    position: absolute;
    right: 0;
    top:25px;
    width: 60px;
}
.head .navbox .js-open-nav .menu {
    padding: 13px;
    cursor: pointer;
}
.head .navbox .js-open-nav .menu span{
    display: block;
    width: 30px;
    height: 2px;
    background: #054479;
    margin-bottom: 6px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.scaleX{
	animation: scaleX 1.5s linear infinite alternate;
	-webkit-animation: scaleX 1.5s linear infinite alternate;
}
.scaleB{
	animation: scaleB 1.5s linear infinite alternate;
	-webkit-animation: scaleB 1.5s linear infinite alternate;
}
@-webkit-keyframes scaleX{
	0%{
		transform: scaleX(1);
	}
	100%{
		transform: scaleX(0.5);
	}
}

@-webkit-keyframes scaleB{
	0%{
		transform: scaleX(0.5);
	}
	100%{
		transform: scaleX(1);
	}
}
@keyframes scaleX{
	0%{
		transform: scaleX(1);
	}
	100%{
		transform: scaleX(0.5);
	}
}
@keyframes scaleB{
	0%{
		transform: scaleX(0.5);
	}
	100%{
		transform: scaleX(1);
	}
}

/*********************页脚********************/
footer {
    padding: 99px 0;
    background: #333;
}
footer .container{
	    width: 1400px;
}
footer .logobox {
    float: left;
	max-width: 200px;
}
footer .textbox {
    float: left;
    margin-left: 100px;
    height: 100%;
}
footer  ul {
    padding: 8px 0;
    font-size: 14px;
    line-height: 14px;
    color: #888;
}
footer ul li {
    border-right: 1px solid #888;
    float: left;
    margin-right: 10px;
}
footer ul li a {
    padding-right: 10px;
	color:rgba(255,255,255,.6)
}
footer .beian {
    font-size: 14px;
    line-height: 30px;
    color: #888888;
}
footer .ewm {
    padding: 10px 0;
    float: right;
    position: relative;
	color:#fff;
	text-align: center;
}
.beian a{
	color:#999;
	padding-left: 20px;
}





/***************下拉*************/
#nav-box {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    display: none;
}

#nav-box .scroll-box {
    position: relative;
    overflow-x: hidden;
    max-height: 100%;
}
#nav-box .container {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    padding-top: 160px;
    padding-bottom: 150px;
	position: relative;
	z-index: 2;
    max-width: 1420px;
    padding: 0 70px;
    margin: 0 auto;
}
#nav-box .container:before {
    content: '';
	display: block;
    position: absolute;
    top: 0;
    right: -235px;
    width: 232px;
    height: 124px;
    background: url(../images/bg-ball.png) no-repeat 0 100%/232px 232px;
    transition: opacity .5s ease;
}
.js-close-nav {
    position: absolute;
    top: 64px;
    right: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: auto;
    cursor: pointer;
    transition: opacity .5s ease;
}
#nav-box .sub-links {
    position: absolute;
    top: 65px;
    left: 70px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    max-width: none;
    transition: transform .5s ease .35s, opacity .5s ease .35s;
}
#nav-box .sub-links li {
    font-size: 21px;
    line-height: 1.4em;
    padding: 0;
    margin: 0 68px 12px 0;
    background: none;
}
#nav a, #nav-box .sub-links a, .lang-box a {
    color: #fff;
}
#nav {
	display: block;
    position: relative;
    align-self: center;
    width: 100%;
}
#nav:before {
    content: '';
    position: absolute;
    left: -155px;
    top: -56px;
    width: 72px;
    height: 72px;
    background: url(../images/bg-ball-small.png) no-repeat 0 0 /100% 100%;
    transition: opacity .5s ease .3s;
	z-index: 99;
}
#nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#nav ul {
    margin: 0;
    max-width: none;
}
#nav > ul > li {
    font-size: 36px;
    line-height: 1em;
    padding: 0 32px 0 0;
    margin: 0;
    background: none;
    transition: transform .5s ease .65s, opacity .5s ease .65s;
}
#nav ul ul {
    margin: 28px 0 0;
    transition: transform .5s ease .75s, opacity .5s ease .75s;
}
#nav ul ul li {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 8px;
}
.lang-box {
    position: absolute;
    top: 65px;
    right: 17%;
    font-size: 21px;
    line-height: 1.4em;
    transition: transform .5s ease .35s, opacity .5s ease .35s;
}
.lang-box:after {
    content: '';
    position: absolute;
    left: -43px;
    top: 16px;
    width: 24px;
    height: 2px;
    background: #65ab38;
}
#nav-box-wave {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 1900px;
    transform: translateX(-50%);
    pointer-events: none;
	background: #00386a;
}
#nav-box-wave svg {
    position: absolute;
    left: 0;
    top: 0;
}
.nav-dots-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}
.nav-animate .nav-dots-bg canvas {
    opacity: 1;
    visibility: visible;
    transition-delay: .75s;
}

























