
@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    background: #DC0000;
    min-width: 1328px;
}
/* text */
* {
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #fff;
}

a,
img {
    display: block;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.both {
    width: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
p {
    margin: 0;
}

.noData {
    text-align: center;
    font-size: 28px;
    width: 380px;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 46px;
}

.topImg {
    width: 100%;
    height: 822px;
    overflow: hidden;
    background: #DC0000;
    position: relative;
}
.topImg .inside,
.topImg .inside li {
    width: 100%;
    position: relative;
}

.topImg img {
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -960px;
    vertical-align: middle;
}
.top-btns{
    width: 950px;
    bottom: 20px;
    height: 142px;
    position: absolute;
    left: 50%;
    transform: translateX(-45%);
}
.top-btns span{
    display: inline-block;
    width: 75px;
    /* height: 75px; */
    line-height: 39px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.top-btn{
    width: 150px;
    height: 142px;
    float: left;
    margin: 20px;
    background: url(https://file.40017.cn/img140017cnproduct/cn/s/2020/zt/touch/20122001/top-btn.png);
    background-size: 100% 100%;
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
}

.none {
    display: none;
}
.part1{
    width: 100%;
    position: relative;
}
.part1 .gif{
    width: 240px;
    height: 240px;
    position: absolute;
    right: 20px;
    top: 100px;
    z-index: 100;
}
.tit{
    width: 1000px;
    height: 229px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: -30px;
}
.box{
    /* width: 1115px; */
    width: 1184px;
    margin: auto;
}
.footer{
    width: 100%;
    text-align: center;
    color: black;
    font-size: 16px;
    padding-bottom: 100px;
}