
@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;
    
}
.box{
    width: 1024px;
    height: 341px;
    margin: auto;
    background: url(https://file.40017.cn/img140017cnproduct/cn/s/2020/zt/touch/20124002/travels-box.png);
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 30px 38px;
    margin-bottom: 20px;
}
.box img{
    width: 390px;
    height: 280px;
    float: left;
}
.box .con-right{
    width: 520px;
    height: 280px;
    float: right;
    box-sizing: border-box;
    padding: 15px 0;
    position: relative;
}
.con-right .con-tit{
    color: #cc4124;
    font-size: 30px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
}
.con-right .con-desc{
    font-size: 16px;
    color: black;
    letter-spacing: 1px;
    padding-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 100px;
    line-height: 25px;
}
.con-btn{
    width: 202px;
    height: 57px;
    background: url(https://file.40017.cn/img140017cnproduct/cn/s/2020/zt/touch/20124002/travels-btn.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 20px;
}


.footer{
    width: 100%;
    text-align: center;
    color: #ecc2a3;
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 100px;
}