/* top */
.top {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.top video {
    width: 100%;
    height: auto;
    object-fit:fill;
}
.top .banner {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.top .shadow {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
}
.top .shadow1 {
    width: 100%;
    left: 0;
    top: 36%;
}
.top .shadow2 {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}
.topwrap {
    width: 1520px;
    margin: 10px auto 0;
    z-index: 10;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1520px) {
    .topwrap {
        /* width: 1200px; */
        zoom: 0.8;
    }
}
.topwrap .logo {
    float: left;
    /* padding-left: 8px; */
}
.navright {
    height: 30px;
    float: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    margin-top: 2px;
}
.navright ul {
    height: 30px;
    display: flex;
    justify-content: space-around;
    margin-right: 14px;
}
.navright ul li {
    width: 166px;
    text-align: center;
    /* padding: 0 26px; */
    font-size: 24px;
}
.navright ul li:nth-child(1) {
    width: 120px;
}
.navright ul li > a {
    color: #fff;
    padding-bottom: 5px;
}
.navright ul li > a:hover {
    border-bottom: 1px solid #fff;
}
.navselected {
    border-bottom: 1px solid #fff;
}
.itemshow {
    display: block;
}
.topwrap .navright .phone {
    display: flex;
    align-items: center;
    font-size: 24px;
    letter-spacing: 1px;
    margin-left: 4px;
}
.navright ul li:hover > div {
    visibility: visible;
}
.navright ul .menu1 {
    width: 800px;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 16px;
    margin-left: -94px;
    visibility: hidden;
    font-size: 20px!important;
}
.navright ul .menu2 {
    width: 800px;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 16px;
    margin-left: -40px;
    visibility: hidden;
    font-size: 20px!important;
}
.navright ul .menu3 {
    width: 360px;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 16px;
    margin-left: -94px;
    visibility: hidden;
    font-size: 20px!important;
}
.navright ul .menu4 {
    width: 360px;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 16px;
    margin-left: -94px;
    visibility: hidden;
    font-size: 20px!important;
}
.navright ul div p {
    padding: 0 20px;
}
.navright ul a {
    color: #fff;
    padding-bottom: 5px;
}
.navright ul div p:hover a {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
/* bottom */
.footer {
    width: 100%;
}
.footer .footer1 {
    background: #393939;
    padding-bottom: 17px;
}
.footer .footer1 .center {
    width: 1200px;
    margin: 0 auto;
    /* display: flex; */
}
.footer1 .center .left {
    max-width: 940px;
    display: flex;
    padding-top: 18px;
    float: left;
}
.footer1 .center .left .item {
    width: 170px;
}
.footer1 .center .left .item p {
    line-height: 44px;
    font-size: 18px;
}
.footer1 .center .left .item p a {
    color: #888888;
}
.footer1 .center .left .item li {
    line-height: 28px;
    font-size: 14px;
}
.footer1 .center .left .item li a {
    color: #888888;
}
.footer1 .center .right {
    width: 197px;
    height: 243px;
    right: 0;
    top: 0;
    background: #b22f34;
    border-radius: 0 0 4px 4px;
    color: #fff;
    text-align: center;
    float: right;
    margin-right: 20px;
}
.footer1 .center .right p:nth-child(1) {
    font-size: 14px;
    padding-top: 24px;
}
.footer1 .center .right p:nth-child(2) {
    font-size: 16px;
    padding-top: 10px;
}
.footer1 .center .right img {
    padding-top: 14px;
}
.footer2 {
    background: #313131;
}
.footer2 p {
    text-align: center;
    line-height: 50px;
    color: #888888;
}