
body{
    background-image: url("/public/assets/img/zhangzheban/wza.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    margin: 0px;
}
.logo{margin-top: 8rem;position: relative;}
.logo img{
   
width: 380px;
}
.logo h1{
 
font-size: 100px;
 
font-weight: 800;
 
color: #FFFFFF;
 
line-height: 150px;
 
letter-spacing: 8px;
 
text-shadow: 0px 3px 8px rgba(24,108,158,0.41);
 
margin: 50px 0px 90px 0px;
}
.logo a.setfont{
    
width: 260px;
    
height: 85px;
    
background: #FFFFFF;
    
border-radius: 45px;
    
display: block;
    
font-size: 40px;
    
font-weight: bold;
    
color: #4AB1F3;
    
text-decoration: none;
    
text-align: center;
    
line-height: 2.1;
    
position: absolute;
    
left: 450px;
    
top: -15px;
    
letter-spacing: 5px;
}
.row{
    overflow: hidden;
}
.half{
    width: 50%;
    float: left;
}
.contblock h2{

}
.contblock h2 small{
    font-size: 18px;
    display: block;
    color: #FA6400;
    margin-top: 8px;
}
.contblock ul.appblock{
    padding-left: 0px;
    margin: 0px -30px;
    box-sizing: border-box;
}
.contblock ul.appblock::before,
.contblock ul.appblock::after{
    content: '';
    display: table;
    clear: both;
}
.contblock ul.appblock li{
    list-style-type: none;
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 20px 50px;
}
.contblock ul.appblock li a{
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-out;
    box-shadow: 0px 2px 6px -1px rgba(201,226,241,0.51);
}
.contblock ul.appblock li a.appicon{
    background: #fff;
    border-radius: 30px;
    padding: 20px 10px;
}
.contblock ul.appblock li a.appicon img{width: 100px;margin: 20px auto;display: block;}
.contblock ul.appblock li p{
    text-align: center;
    font-size: 32px;
    color: #296D95;
    margin: 10px auto;
    font-weight: bold;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contblock ul.appblock li a:hover .appicon{
    background-color: #f09819;
    box-shadow: 0 0 8px #FA6400;
}
.contblock ul.appblock li:hover p{
    color: #FA6400;
}
.contblock a.more{
    border: solid 2px #0091FF;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    color: #0091FF;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-out;
    display: inline-block;
}
.contblock a.more:hover{
    background-color: #FA6400;
    color: #ffffff;
    box-shadow: 0 0 12px #FA6400;
    border-color: #FA6400;
}

.bg-white{
    
background-color: rgba(255, 255, 255 , 40%);
    
border-radius: 20px;
    
padding-top: 15px;
}
.bsfw{
    background: url(/public/assets/img/zhangzheban/bottom-bg.png) no-repeat;
    background-size: 332px 325px;
    background-position-y: bottom;
    background-position-x: 30px;
    padding-bottom: 239px;
}
.bsfw::before,
.bsfw::after{
content: '';
display: table;
clear: both;
}
.bsfw .bsfw-title{

text-align: center;

width: 400px;

margin: 65px auto;

background: #40B5FF;

border-radius: 45px;

color: #fff;

padding: 27px 0px;

font-size: 50px;

line-height: 1;

position: relative;
}
.bsfw .bsfw-title::before{
    content: '';
    position: absolute;
    border-top: 20px #40B5FF solid;
    border-left: 20px transparent   solid;
    border-right: 20px transparent   solid;
    bottom: -20px;
    left: calc(50% - 20px);
}
.bsfw  .col-sm-9{

width: 69%;

float: left;

padding: 15px;
}
.bsfw  .col-sm-3{
    
width: 300px;
    
float: right;
    
background: #F2FBFF;
    
border-radius: 30px;
    
margin-top: 30px;
    
margin-right: 30px;
}

.bsfw  .col-sm-3 img{
    
width: 210px;
    
display: block;
    
margin: 30px auto;
}
.bsfw  .col-sm-3 p{
    
font-size: 34px;
    
font-weight: bold;
    
color: #2D2F33;
    
letter-spacing: 1px;
    
margin: 10px  0px 35px 0px;
    
text-align: center;
}
.footer{
    text-align: center;
    color: #012861;
    padding-bottom: 2px;
    background-color: #DFE0E8;
    padding-top: 10px;
}
.footer h3{
    font-size: 22px;
}
.footer a{
    text-decoration: none;
    color: #012861;
}
.footer p{
    font-size: 16px;
    font-weight: 100;
}
.footer a span,
.footer p span{
    margin: 0 10px;
}


.contblock .news-title{
    font-size: 50px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 75px;
    letter-spacing: 5px;
    background: #40B5FF;
    border-radius: 45px;
    padding: 25px 30px;
    width: 70%;
    text-align: center;
    margin: 50px auto;
}
.contblock .full{

padding: 30px;
}
.contblock .full li{
    
list-style: none;
    
position: relative;
    
padding-right: 120px;
}
.contblock .full li a{
    
font-size: 40px;
    
font-weight: 500;
    
color: #082332;
    
line-height: 60px;
    
letter-spacing: 2px;
    
text-decoration: none;
}
.contblock .full li a  img{

position: absolute;

width: 102px;

right: 0px;

top: 0px;
}
.contblock .full li p{
    
font-size: 36px;
    
font-weight: 500;
    
color: #AEBAC1;
    
line-height: 4px;
    
letter-spacing: 1px;
    
margin-bottom: 100px;
}
.bsfw-div::before,
.bsfw-div::after{
    content: '';
    display: table;
    clear: both;
}
.bsfw-div{
    border-radius: 20px;
    border: 1px solid #E7EEF3;
    padding: 15px;
}
@media (min-width: 1196px){
    .container {
        width: 1200px;
        margin: 0px auto;
    }
}
.contblock a.more:hover,
.contblock ul.appblock li a:hover{
    transform: scale(1.08);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.affairs-service-list{
    margin: 0 -20px;
    overflow: hidden;
    padding: 0;
}
.affairs-service-list li {
    float: left;
    list-style: none;
    width: 43%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.affairs-service-list li  a{
    background: #F8F8F8;
    padding: 17px 25px;
    text-decoration: none;
  height: 152px;
    position: relative;
   border-radius: 35px;
   display: block;
}
.affairs-service-list li  a span{
    color: #286D94;
    font-size: 30px;
    font-weight: bold;
}
.affairs-service-list li  a i{
    position: absolute;
    right: 36px;
    bottom: 10px;
}
.affairs-service-list li:nth-child(2)  a i{
    right: 5px;
}
@media (max-width: 1193px){
.bsfw .col-sm-3{
    margin-right: 25px;
}
.bsfw-div{
    display: flex;
    padding-bottom: 50px;
}
.affairs-service-list li:nth-child(3),.affairs-service-list li:nth-child(4){
    margin-bottom: 0;
}
.bsfw .col-sm-9{
    padding-bottom: 0;
}
.contblock ul.appblock{
    margin: 0;
}
}