html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "ziti";
    src: url('ziti.ttf');
    font-weight: normal;
    font-style: normal;
}

.shangbiao {
    position: fixed;
    z-index: 8888;
    left: 15%;
    top:42px;
    width: 10%;
}
.shangbiao img{
    width: 100%;
}
.header1 {
    overflow: unset;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 0 0 0;
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
    height: 130px;
}

.header1 .nav {
    overflow: unset;
    margin: 0 10%;
}

.header1 .nav .logo {
    overflow: hidden;
    width: 20%;
    float: left;
}

.header1 .nav .logo img {
    overflow: hidden;
    width: 90%;
}

.header1 .nav .menu {
    overflow: unset;
    width: 80%;
    float: left;
}

.header1 .nav .menu dl {
    overflow: unset;
    position: relative;
    width: 16.6%;
    padding: 20px 0 0 0;
    float: left;
    text-align: right;
    color: #fff;
    text-shadow: #323232 0 1px 0;
}

.header1 .nav .menu .no,
.header1 .nav .menu dl:hover {
    color: #E5322C;
    text-shadow: none;
}

.header1 .nav .menu .no dd,
.header1 .nav .menu dl:hover dd {
    color: #E5322C;
}

.header1 .nav .menu dl dt {
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.header1 .nav .menu dl dd {
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    color: #DDDDDD;
    text-transform: uppercase;
}

.header1 .nav .menu dl .second {
    display: none;
}

.header1 .nav .menu dl:hover .second {
    display: block;
}

.header1 .nav .menu dl .second {
    position: absolute;
    width: 100%;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    border: rgba(0, 0, 0, 0.2) 1px solid;
    top: 90px;
    border-top: none;
}

.header1 .nav .menu dl .second ul {
    overflow: hidden;
}

.header1 .nav .menu dl .second ul li {
    color: #fff !important;
    text-shadow: #323232 0 1px 0;
    line-height: 40px;
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
    padding-right: 5px;
}

.header1 .nav .menu dl .second ul li:last-child {
    border-bottom: none;
}

.header1 .nav .menu dl .second ul li:hover {
    color: #E5322C !important;
    text-shadow: none;
}

.main1 {
    overflow: hidden;
}

.main1 .top {
    overflow: hidden;
    font-weight: 300;
    font-size: 12px;
    background: #000;
    line-height: 40px;
}

.main1 .top .content {
    overflow: hidden;
    margin: 0 10%;
}

.main1 .top .content dl {
    overflow: hidden;
    float: left;
    width: 20%;
}

.main1 .top .content dl:hover dt .iconfont,
.main1 .top .content dl:hover dd {
    color: #fff;
}

.main1 .top .content dl dt {
    overflow: hidden;
    float: left;
    width: 15%;
}

.main1 .top .content dl dt .iconfont {
    color: #A6A6A6;
    line-height: 20px;
}

.main1 .top .content dl dd {
    overflow: hidden;
    float: left;
    width: 85%;
    color: #A6A6A6;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.main1 .top .content ul {
    overflow: hidden;
    float: left;
    width: 20%;
}

.main1 .top .content ul li {
    overflow: hidden;
    float: left;
    width: 20%;
    text-align: right;
}

.main1 .top .content ul li .iconfont {
    font-size: 18px;
    color: #fff;
}

.main1 .top .content ul li:hover .iconfont {
    color: #D20317;
}

.fueng1 {
    position: absolute;
    top: 40px;
    left: 10%;
    z-index: 101;
    background-color: #000;
    display: none;
    cursor: pointer
}

.fueng1 ul {
    overflow: hidden;
    padding: 5px 10px;
}

.fueng1 ul li {
    overflow: hidden;
    font-size: 14px;
    text-align: right;
    margin: 5px 0;
    padding: 0 0 0 40px;
    color: #A6A6A6;
}

.fueng1 ul li:hover {
    color: #fff;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
    border: none;
}

.allSwiper {
    /* height: calc(100% - 130px); */
}

.firSwiper {
    width: 100%;
    height: 100%;
}

.firSwiper-w {
    width: 100%;
    height: 100%;
}

.firSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    color: #000;
}

.firSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.firSwiper .swiper-button-next {
    color: white;
    right: 10%;
}

.firSwiper .swiper-button-prev {
    color: white;
    left: 10%;
}

.videocontent {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.videocontent .video {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.videocontent .videoimg {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.videocontent .videoimg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videocontent .videotxtr {
    position: absolute;
    z-index: 15;
    top: 20%;
    left: 60%;
    right: 10%;
    bottom: 0;
}

.videocontent .videotxtr dl {
    overflow: hidden;
    text-align: right;
}

.videocontent .videotxtr dl dt {
    overflow: hidden;
    font-size: 50px;
    font-family: "ziti";
}

.videocontent .videotxtr dl dd {
    overflow: hidden;
    margin: 20px 0 0 0;
}

.videocontent .videotxtr dl dd ul {
    overflow: hidden;
    width: 50%;
    margin: 25px 0 0 50%;
}

.videocontent .videotxtr dl dd ul li {
    overflow: hidden;
    float: right;
    background: #fff;
    padding: 5px 10px;
    width: calc(50% - 40px);
    font-size: 16px;
    color: #000;
    margin: 0 0 0 20px;
    text-align: center;
    font-weight: bold;
}

.videocontent .videotxtr dl dd ul .no {
    background: #D20317;
    color: #fff;
}
.homeimg .absolute{
    position: absolute;
    z-index: 16;
    right: 2%;
    bottom: 0;
    width: 300px;
}
.videocontent .absolute{
    position: absolute;
    z-index: 16;
    right: 2%;
    bottom: 0;
}
.homeimg .absolute img{
    width: 100%;
}
.videocontent .absolute img{
    width: 100%;
}
.videocontent .videotxt {
    position: absolute;
    z-index: 15;
    top: 25%;
    left: 10%;
    right: 60%;
    bottom: 0;
}
.videocontent .abseolut{
    position: absolute;
    z-index: 16;
    right: 2%;
    bottom: 100px;
}
.videocontent .abseolut img{
    width: 100%;
}
.videocontent .videotxt dl {
    overflow: hidden;
}

.videocontent .videotxt dl dt {
    overflow: hidden;
    font-size: 50px;
    font-family: "ziti";
}

.videocontent .videotxt dl dd {
    overflow: hidden;
    margin: 20px 0 0 0;
}

.videocontent .videotxt dl dd ul {
    overflow: hidden;
    width: 50%;
    margin: 25px 0 0 0;
}

.videocontent .videotxt dl dd ul li {
    overflow: hidden;
    float: left;
    background: #fff;
    padding: 5px 10px;
    width: calc(50% - 40px);
    font-size: 16px;
    color: #000;
    margin: 0 20px 0 0;
    text-align: center;
    font-weight: bold;
    float: left;
}

.videocontent .videotxt dl dd ul .no {
    background: #D20317;
    color: #fff;
}

.videocontent .copyright {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    font-size: 12px;
    padding: 0 20px;
    background: #000;
}

.videocontent .copyright .txt {
    overflow: hidden;
    width: 70%;
    float: left;
}

.videocontent .copyright .txt a {
    color: #BFBFBF;
}

.videocontent .copyright .txt dl {
    overflow: hidden;
    padding: 30px 0;
    line-height: 20px;
}

.videocontent .copyright .txt dl dt {
    overflow: hidden;
}

.videocontent .copyright .txt dl dt ul {
    overflow: hidden;
}

.videocontent .copyright .txt dl dt ul li {
    overflow: hidden;
    float: left;
    margin: 0 10px 5px 0;
    padding: 0 10px 0 0;
    border-right: #1F1F1F 1px solid;
}

.videocontent .copyright .txt dl dt ul a:last-child li {
    border-right: none;
}

.videocontent .copyright .txt dl dd {
    color: #BFBFBF;
}

.videocontent .copyright .img {
    text-align: right;
    overflow: hidden;
    width: 30%;
    padding: 10px 0;
    float: right;
}

.videocontent .copyright .img img {
    overflow: hidden;
    width: 80px;
}

.homeimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.homeimg .video {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.homeimg .img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.homeimg .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeimg .videotxtr {
    position: absolute;
    z-index: 15;
    top: 20%;
    left: 60%;
    right: 10%;
    bottom: 0;
}

.homeimg .videotxtr dl {
    overflow: hidden;
    text-align: right;
}

.homeimg .videotxtr dl dt {
    overflow: hidden;
    font-size: 50px;
    font-family: "ziti";
}

.homeimg .videotxtr dl dd {
    overflow: hidden;
    margin: 20px 0 0 0;
}

.homeimg .videotxtr dl dd ul {
    overflow: hidden;
    width: 50%;
    margin: 25px 0 0 50%;
}

.homeimg .videotxtr dl dd ul li {
    overflow: hidden;
    float: right;
    background: #fff;
    padding: 5px 10px;
    width: calc(50% - 40px);
    font-size: 16px;
    color: #000;
    margin: 0 0 0 20px;
    font-weight: bold;
    text-align: center;
}

.homeimg .videotxtr dl dd ul .no {
    background: #D20317;
    color: #fff;
}

.twoSwiper {
    width: 100%;
    height: 100%;
}

.twoSwiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.twoSwiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tow {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(2-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #000;
}

.changeList {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 100px;
    z-index: 9;
    padding-left: 20px;
}

.changeList .shu {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
}

.changeList .shu .shuOn {
    background-color: white;
    width: 2px;
    position: absolute;
    height: 40px;
}

.changeList p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.changeList .cOn {
    /* font-size: 24px; */
    font-weight: 600;
    color: white;
    animation: bianda .5s both;
}

@keyframes bianda {
    0% {
        font-size: 16px;
    }
    100% {
        font-size: 23px;
    }
}