* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}



ul,
ol,
li {
    list-style: none;
}



body {
    font-family: '微软雅黑', 'Heiti SC';
    font-size:20px;
  
}
html,body{
    
  
    max-width: 1920px;
    margin: 0 auto;
}
p{
    line-height: 1.7;
}
.in-con{
    width: 1100px;
    margin: 0 auto;
}
.topnav{
    width: 100%;
    height:590px;
    background: url(../image/top1.jpg) center top no-repeat;
}
.main-con{
    width: 100%;
    padding-bottom: 50px;
    background: url(../image/bg2.jpg) center top no-repeat;
    background-size: cover;
}
.imgt{
    display: block;
    margin: 0 auto;
}
.color-white{
    color: white;
}
.j-con{
    display: flex;
    justify-content: space-between;
}
.j-item{
    width: 340px;
    height: 270px;
    background: linear-gradient(to bottom,#fdfbf6,#f5db94);
    border-radius: 20px;
}
.imgp{
    display: block;
    margin: 20px auto;
}
.j-con ul {
    padding-left: 80px;
    margin-top: 20px;
}
.j-con ul li {
    margin-bottom: 8px;
}
.j-con ul img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}
.j-con a {
   color: #000;
    text-decoration: none !important;
}
.j-con a:hover{
    font-weight: bold;
}
.imgz{
    width: 170px;
    height: 201px;
}
.r-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.r-item{
    width: 170px;
    height: 201px;
    margin: 20px;
    cursor: pointer;
    position: relative;
}
.imgw{
    position: absolute;
    left: 0;
    top: 201px;
    transition: .3s ease all;
    transform: translateY(-20px);
    opacity: 0;
    z-index: 9;
    pointer-events: none;
}
.imgwr{
    position: absolute;
    right: 0;
    top: 201px;
    transition: .3s ease all;
    transform: translateY(-20px);
    opacity: 0;
    z-index: 9;
    pointer-events: none;
}
.imgw.act,.imgwr.act{
    transform: translateY(0);
    opacity: 1;
}
.imgtab{
    display: block;
    margin:50px auto;
}
.tab-con{
    display: flex;
    justify-content: center;
    border: 1px #fefcc3 solid;
}
.tab-con span{
    display: block;
    width: 1px;
    flex: 1;
    height: 60px;
    font-size: 30px;
    color: #fefcc3;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.tab-con span.act{
    background: linear-gradient(to right,#f6da93,#fdfaf5);
    color: #000;
}
.tab-con span.act::before{
    content: '';
    width: 22px;
    height: 17px;
    position: absolute;
    background: url(../image/4.png) 0 0 no-repeat;
    left: 50%;
    margin-left: -11px;
    bottom: -17px;
}
.footer {
    padding: 15px;
    text-align: center;
    color: white;
    background: #220608;
}