﻿*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    background-color: rgba(254, 216, 195, 1);
}
.w100{
    max-width: 1920px;
    margin: 0 auto;
}
.w80{
    width: 1200px;
    margin: 0 auto;
}
.top-box{
    height: 1025px;
    background-image: url('../image/topbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    overflow: hidden;
    position: relative;
}
.top-wrapper{
    width: 1200px;
    height: 492px;
    background-image: url('../image/top-center.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    margin: 127px auto 0;
    padding-top: 122px;
    position: relative;
}
.yezhi{
    position: absolute;
    top: 30px;
    left: -167px;
}
.top-wrapper > .tt{
    margin: 0 auto 348px;
    display: block;
}
.topleftimg{
    position: absolute;
    top: 308px;
    left: -160px;
}
.toprightimg{
    position: absolute;
    top: 32px;
    right: -330px;
}
.yezhi{
    position: absolute;
}
.daoyu{
    height: 187px;
    background-image: url('../image/daoyu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 41px;
    padding: 42px 100px 45px 156px;
    text-indent: 35px;
    text-align: justify;
    margin-top: 88px;
}
.title{
    display: block;
    margin: 0 auto;
}
.newsList{
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
}
.newsList li {
    width: 588px;
    height: 84px;
    background-image: url('../image/list-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 29px 0 56px;
}
.newsList li a{
    font-size: 16px;
    color: #000000;
    width: 80%;
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsList li span{
    font-size: 16px;
    color: #B9998A;
    white-space: nowrap;
}
.newsList li:nth-child(2n-1){
    margin-right: 19px;
}

.newsList li:hover{
    background-image: url('../image/list-bg-ac.png');
    cursor: pointer;
}
.newsList li:hover a{
    color: #FFFFFF;
}
.newsList li:hover span{
    color: #FFFFFF;
}
.i2{
    display: none;
}
.newsList li:hover .i2{
    display: inline-block;
}
.newsList li:hover .i1{
    display: none;
}
.about{
    display: flex;
    justify-content: end;
}
.about a{ 
    font-size: 16px;
    color: #C63636;
}

.spks{
    background-image: url('../image/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}
.spks{
    font-size: 16px;
    color: #000000;
    line-height: 42px;
    padding: 96px 37px 30px;
    margin-top: 66px;
    text-indent: 32px;
}
.img-box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.box-12{
    background-image: url('../image/12-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    display: flex;
    justify-content: space-between;
    height: 460px;
    margin-top: 100px;
}
.box-12 .left{
    display: flex;
    align-items: center;
    margin: -185px 0 0;
}
.box-12 .left > img{
    flex-shrink: 1;
    margin: 0 20px;
}
.card{
    width: 514px;
    height: 344px;
    background: #FFFFFF;
    border-radius: 11px 0px 0px 11px;
    padding: 32px 25px;
    position: relative;
    font-size: 18px;
}
.card ul li{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.card ul li img{
    margin-right: 24px;

}
.card ul li:last-child{
    margin: 0;
}
.card .bg{
    position: absolute;
    right: 12px;
    bottom: 14px;
}
.box-12 .right{
    display: flex;
    align-items: center;
}
.box-12 .right >div{
    display: flex;
    flex-direction: column;
}
.box-12 .right > img{
    flex-shrink: 1;
    margin: 0 20px;
}
.box-12 .right .card{
    border-radius: 0px 11px 11px 0px;
}
.box-12 .right .title{
    width: 342px;
    height: 68px;
    background: linear-gradient(89deg, #EF6843, #FBC95D);
    border-radius: 0px 28px 0px 23px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    line-height: 68px;
    text-align: center;
    margin: -48px auto 20px;
    position: relative;
    right: -80px;
}
.box-12 .right .title img{
    margin-left: 37px;
}
.ptgk{
    background-image: url('../image/ptgk-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    height: 1091px;
    overflow: hidden;
}
.ptgk ul{
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
.ptgk ul li{
    width: 380px;
    height: 465px;
    background-image: url('../image/ptgk-card.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 40px 23px;
}
.ptgk ul li img{
    height: 118px;
    flex-shrink: 0;
}
.ptgk ul li P{
    font-size: 27px;
    font-weight: bold;
    color: #D02C2C;
    margin: 34px auto 44px;
}
.ptgk ul li span{
    font-size: 18px;
    color: #736D68;
    line-height: 38px;
    padding-right: 20px;
    text-align: justify;
}
.item-wrapper{
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    margin-top: 69px;
}
.item-wrapper .item{
    display: flex;
}
.item-wrapper .item div{
    flex: 1;
    padding: 25px;
    color: #000000;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: justify;
}
.item-wrapper .item:first-child{
    background-color: rgba(208, 57, 57, 1);
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}
.item-wrapper .item:first-child div{
    color: #FFFFFF;
}
.item-wrapper .item>div:first-child{
    font-size: 16px;
    font-weight: bold;
    color: #D03939;
    background-color: rgba(250, 165, 165, .1);
}
.item-wrapper .item:nth-child(3),
.item-wrapper .item:nth-child(5),
.item-wrapper .item:nth-child(7),
.item-wrapper .item:nth-child(9){
    background: #FFECEC;
}


.footer {
    height: 342px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../image/footer.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
  
  .footer .tag-area {
    width: 400px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  
  .footer .tag-area .item-tag {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 120px;
    height: 120px;
  
  }
  
  .footer .tag-area .item-tag img {
    width: 72px;
    height: 72px;
    margin-bottom: 12px;
  }
  
  .mini-app-img {
    border-radius: 50%;
  }
  
  .weibo-tag:hover .weibo-qrcode {
    opacity: 1;
    cursor: pointer;
  }
  
  .weibo-tag:hover .weibo-img {
    display: none;
  }
  
  .weixin-tag:hover .weixin-qrcode {
    opacity: 1;
    cursor: pointer;
  }
  
  .weixin-tag:hover .weixin-img {
    display: none;
  }
  
  .mini-app-tag:hover .mini-app-qrcode {
    opacity: 1;
    cursor: pointer;
  }
  
  .mini-app-tag:hover .mini-app-img {
    display: none;
  }
  
  
  .weibo-qrcode {
    position: absolute;
    opacity: 0;
    width: 120px !important;
    height: 120px !important;
  }
  
  .weixin-qrcode {
    position: absolute;
    opacity: 0;
    width: 120px !important;
    height: 120px !important;
  }
  
  
  .mini-app-qrcode {
    position: absolute;
    opacity: 0;
    width: 120px !important;
    height: 120px !important;
  }
  
  
  .footer p {
    margin-bottom: 20px;
  }
  
  .custom-style {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #D42800 !important;
  }