* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.fullPage {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.full-box {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.full-box .full {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.full-nav {
    position: absolute;
    right: 30px;
    top: 50%;
    display: none;
    z-index: 9999;
}

/* ----------------------nav 和 嵌套nav-------------------------- */
.full-nav>li,
.nest-full-nav>li {
    width: 15px;
    height: 15px;
    background: #9d9d9d;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.full-nav>li {
    margin-top: 15px;
    position: relative;
}

.nest-full-nav>li {
    float: left;
    margin-left: 15px;
    position: relative;
}

.full-nav>li:first-child,
.nest-full-nav>li:first-child {
    margin: 0;
}

.full-nav>li.active,
.nest-full-nav>li.active {
    background: #2151a1;
}

.full-nav>li:hover,
.nest-full-nav>li:hover {
    opacity: 0.6;
}

/*============================嵌套full=========================*/
.nest-full-box {
    position: absolute;
    left: 0;
    top: 0;
}

.nest-full-box .nest-full {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.nest-full-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: none;
}

/*-----------------------左右按钮-------------------- */
.full-btn {
    width: 80px;
    height: 80px;
    color: white;
    font-size: 26px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    top: 46%;
    cursor: pointer;
    opacity: .6;
    display: none;
}

.btn-left {
    left: 80px;
}

.btn-right {
    right: 80px;
}

/*---------------------------nav tips-----------------------*/
.tip-box {
    position: absolute;
    right: 18px;
    top: -5px;
    width: 140px;
    height: 30px;
    font-size: 12px;
    display: none;
}

.tip-content {
    float: right;
    width: auto;
    height: 25px;
    line-height: 25px;
    border: 1px #000 solid;
    padding: 0 10px;
    background: #000;
    color: #ffffff;
    opacity: .8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.san {
    float: right;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #000;
    border-bottom: 8px solid transparent;
    margin-top: 4px;
    opacity: .8;
}

/*---------------------------header-----------------------*/

.header-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1991620;
    border-bottom: 1px solid #d6e1eb;
}


.header {
    max-width: 1812px;
    min-width: 1120px;
/*    overflow: hidden;*/
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    width: 360px;
    height: 64px;
    background: url("../images/logo.png") no-repeat center;
}

.header .navbox {
    width: 1050px;
    padding-right: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .navbox>li {
    width: 12.2%;
}

.header .navbox>li>a {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.change-blacken>li>a {
    color: #000 !important;
}

.change-logo {
    background: url("../images/logo1.png") no-repeat center !important;
}

.header>ul .active>a {
    color: #2151a1;
    position: relative;
    font-weight: 900;
}


.header>ul .active>a::before {
    content: " ";
    display: block;
    position: absolute;
    width: 62px;
    height: 3px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #eb1934;
}

/* 二级导航 */
.navbox .navigation {
    position: absolute;
    width:160px;
    top: 100px;
	margin-left: -26px;
    display: none;
}

.header .navbox>li:hover>a{
	color: #2151a1
}

.navbox .navigation>li {
    /* border-bottom: 1px solid #eee; */
}

.navbox .navigation>li>a {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    /* background: #fff; */
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.navbox .navigation>li>a:hover {
    color: #eb1934;
}

.header .navbox>li:hover .navigation {
    display: block;
}

/*---------------------------language-----------------------*/

.language {
    width: 262px;
    height: 100px;
    background-image: linear-gradient(#2151a1, #2151a1);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-content: center;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0 20px;
    z-index: 1991622;
}

.language>div, .language-a {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.language>div i {
    margin-top: 26px;
    font-size: 22px;
}

.language>div span {
    margin-top: 7px;
    font-size: 16px;
}

.language>span {
    width: 1px;
    height: 32px;
    background: #fff;
    margin-top: 34px;
}

/*---------------------------footer-----------------------*/
.footer {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(#2151a1, #2151a1);
    color: #fff;
    text-align: center;
}