.header{
    width:100%;
    height:861px;
    background-image: url(./banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    z-index: 89
}
.inner{
    width:1200px;
    margin:auto;
    /* background-color: #fff; */

}
.box{
    position: relative;
    top:-80px;
    min-height:1000px;
    box-shadow:0px 1px 40px 0px rgba(154, 154, 154, 0.27);
    background-color: #fff;
    /* background-color: black; */
    padding:61px;
    box-sizing:border-box;
    z-index:99;


}
.title{
    font-family: SourceHanSansCN-Bold;
font-size: 36px;
color: #333333;
letter-spacing: 0;
text-align: center;
line-height:80px;
}
.date{
    font-family: SourceHanSansCN-Regular;
font-size: 20px;
color: #666666;
letter-spacing: 0;
text-align: center;
margin-bottom:10px;
}
.box p{
    font-family: SourceHanSansCN-Regular;
font-size: 20px;
color: #666666;
letter-spacing: 0;
line-height: 32px;
}
.fr{
    /*background-image: url(./fr.png);*/
    background-repeat: no-repeat;
    width: 100%;
    height:678px;
    background-size: cover;
    position: absolute;
    bottom:200px;
    background-position:center;

}
.body{
    position: relative;
    z-index:9;
}


.acrbox p{ line-height: 1.8em; color: #333; margin-top: 10px; }



.arcbox{  
    padding: 20px; }

.tap_content{
  display: block !important;
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px 30px;
  position: relative;
}

.tap_title_active{
  background-color: #4e6bad;
  color: #fff !important;
}
.tap_content a{
  display: flex;
  color: #000;
  font-size: 18px;
  justify-content: space-between;
  line-height: 45px;
  padding-left: 25px;
  background: url(./icolist.gif) no-repeat left center;
}
.tap_content a:hover{
  color: #4e6bad;
  background: url(./icolisthover.gif) no-repeat left center;
}
.listtit{ font-size: 30px; font-weight: 800; color: #000; line-height: 50px; padding-left: 30px; padding-top: 20px; }

