.wrapper {
    width: 1260px;
    margin: auto;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #040c7a;
    text-decoration: none;
}

/* 顶部导航样式 */

.top {
    width: 100%;
    height: 100px;
    background-color: transparent;
    top: 0px;
    left: 0px;
    z-index: 999999;
    position: fixed;
    transition: all 0.8s;
}

/*顶部导航栏改变背景颜色*/
.top-scroll {
    background-color: #040c7add;
}

.top_left {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 318px;
    margin-left: -630px;
}

.top_right {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100%;
    height: 98px;
    margin-left: -220px;
    background: url(../image/public/line1.png) left 96px repeat-x;
    animation: fadeInRight;
    animation-duration: 1s;
}

.tel {
    float: left;
    width: 184px;
    height: 96px;
    overflow: hidden;
}

.telp {
    height: 50px;
    line-height: 82px;
    overflow: hidden;
    text-align: right;
    font-size: 18px;
    color: #FFFFFF;
}

.tel span {
    display: block;
    width: 184px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    background: url(../image/public/icon1.png) left center no-repeat;
    text-align: right;
    font-size: 22px;
    color: #FFFFFF;
}

.menu {
    float: left;
    width: 666px;
    height: 48px;
    padding-top: 50px;
}

.menu li {
    float: left;
    height: 48px;
    line-height: 45px;
    position: relative;
    z-index: 9999;
    margin-right: 38px;
}

.menu li a {
    display: block;
    height: 45px;
    padding: 0px 12px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.4s;
}

.menu li a:hover {
    color: #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}

.menu li.hover a {
    color: #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}

.menu li.iehover a {
    color: #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}

.menu li ul {
    display: none;
}

.menu li:hover a {
    color: #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}

.menu li:hover ul {
    display: block;
    position: absolute;
    top: 45px;
    left: -35px;
    width: 170px;
    border-top: 3px solid #FFFFFF;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.9);
    animation: fadeInUp;
    animation-duration: 0.3s;

}

.menu li:hover ul li {
    float: none;
    height: 38px;
    line-height: 38px;
    margin: 0px;
}

.menu li:hover ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    border: 0px;
}

.menu li:hover ul li a:hover {
    color: #FFFFFF;
    border: 0px;
    background: #040c7a;
}

/* 标题 */
.common-title {
    padding-bottom: 3rem;
}

.common-title-shadow {
    font-size: 7rem;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    top: 3rem;
}

.common-title-text {
    font-size: 4rem;
    font-weight: 600;
    color: #EFEFEF;
    line-height: 1;
    text-align: center;
    z-index: 1;
    position: relative;
}

/* footer {
    position: relative;
    z-index: 1;
    transform: translateY(204%);
} */


/* ********侧边栏******* */
.sidebarRight {
    position: fixed;
    top: 0;
    right: -300px;
    width: 3vw;
    height: 20vh;
    top: calc(50vh - 10vh);
    background-color: #040c7add;
    transition: right .5s ease-out;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.sidebarRight-box {
    width: 3vw;
    height: 3vw;
    margin: auto;
    border: #ccc 1px solid;
    text-align: center;
    line-height: 3vw;
    color: #fff;
    font-size: larger;
    cursor: pointer;
    font-weight: 500;
}

.sidebarRight.show {
    right: 0;
    animation: fade-in-aside .5s ease-out;
}

@keyframes fade-in-aside {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* 模块标题(弃用) */
.module-title {
    margin: 40px 0;
    text-align: center;
}

.china-title {
    font-size: 60px;
}

/* 英文标题 */
.english-title {
    color: rgba(0, 0, 0, 0.1);
    letter-spacing: 40px;
    font-size: 100px;
    line-height: 80px;
}

.footer {
    padding: 15px 0;
    width: 100%;
    color: #fff;
    background-color: #040c7a;
}

.footer a,
.footer span {
    color: rgba(255, 255, 255, 0.9);
}

.footer a:hover {
    color: #7a81f6;
}

.footer-content {
    margin: -10px auto;
    display: flex;
    clear: both;
}

.footer-list {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.footer-item {
    display: flex;
    flex-direction: column;
}

.item-title {
    margin-bottom: 10px;
    font-size: 18x;
    font-weight: bold;
}

.footer-item a,
.footer-item span {
    margin: 5px 0;
    font-size: 14px;
}

.footer-call {
    padding: 50px 20px 0 20px;
    display: flex;
    width: 450px;
}

.footer-call img {
    margin-right: 15px;
    width: 100px;
    height: 100px;
}

.footer-call div p {
    line-height: 30px;
}

.copyright {
    margin: 10px auto 0;
}

.copyright span {
    color: #aaa;
}

.copyright a:hover {
    color: #7a81f6;
}

.copyright img {
    vertical-align: middle;
}