.control_banner{
    font-size: 0;
    position: relative;
}
.control_banner img{
    width: 100%;
}



.control_banner  .layer{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
   z-index: 9;
 
 }
 
 
 
 
 .control_banner   .box{
    width: 100%;
    height: 150px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    text-align: center;
   z-index: 10;
    
 }
 
 
 .control_banner  .box h3{
    font-size: 50px;
 }
 
 .control_banner .box h5{
    font-size: 30px;
    text-transform: uppercase;
    font-weight:100;

 }
 
 





























.control{
    width: 100%;
    height: 720px;
    display: block;
    margin: 0 auto;
    background-color: #EFEFEF;
}

.control .control_t{
    width: 100%;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-color: #0536AA;
}

.control .control_t ul{
    width: 1200px;
  
    display: block;
    margin: 0 auto;
    text-align: center;
}

.control .control_t ul li{
    float: left;
    height: 100px;
    line-height: 100px;
  

}

.control .control_t ul li a{

    color: rgb(255, 255, 255,0.5);
    font-size: 28px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.control .control_t ul .currents a{
   
    color: #fff;
    border-bottom: 3px solid #fff;
}


.control .control_b{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.control .control_b .appointment{
    display: none;
}

.control .control_b .appointment .control_b_a{
     width: 1200px;
     display: block;
     margin: 0 auto;
     height: 573px;
     
}


.control .control_b .appointment .control_b_a .control_b_a_tit{
    width: 1200px;
    height: 200px;
    line-height: 200px;
    display: block;
    margin: 0 auto;
}

.control_b_a_tit h3{
    width: 100%;
    font-size: 36px;
    color: #0536be;
}

.control_b_a_tit span{
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
} 

.control_b_a .control_b_a_box .control_box_l{
     float: left;
     width: 723px;
     height: 374px;

     overflow: hidden;
}
.control_b_a .control_b_a_box .control_box_l img{
    transition: transform 0.3s ease;
}
.control_b_a .control_b_a_box .control_box_l img:hover{
    transform: scale(1.2);
}




.control_b_a .control_b_a_box .control_box_r{
    float: right;
    width: 477px;
    height: 374px;
    background-color: rgb(56, 56, 56,0.05);
    padding-left: 35px;
    box-sizing: border-box;
    position: relative;
}

.control_b_a .control_b_a_box .control_box_r h4{
    font-size: 22px;
    color: #222;
    margin: 72px 0 22px 0;
}

.control_b_a .control_b_a_box .control_box_r span{
    font-size: 18px;
    color: #666;
}



.control_b_a .control_b_a_box .control_box_r button{
    width: 105px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #999;
    background-color: #fff;
    color: #666;
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 55px;
    cursor: pointer;

}














.news{
 width: 100%;
 height: 700px;
 display: block;
  margin: 0 auto;
  background-color: #EFEFEF;
  padding-top: 50px;
  box-sizing: border-box;
}





.news .news_tit{
    width: 1200px;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 55px;
}

.news .news_tit h3{
    width: 100%;
    font-size: 36px;
    color: #0536be;
}

.news .news_tit span{
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
} 

.news .news_tit  button{
    width: 105px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #999;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}


.news  ul{
    width: 1200px;
    height: 374px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.news  ul li{
    float: left;
    width: 379px;
    height: 420px;
    position: relative;
    margin-right: 15px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px rgba(67, 72, 84, 0.5);
}



.news_li{
    width: 379px;
    height: 150px;
    padding: 0 10px;
    box-sizing: border-box;
}


.new_img{
    width: 379px;
    height: 230px;
    overflow: hidden;
   
}


.new_img img{
    transition: transform 0.3s ease;
    width: 379px;
    height: 230px;
}
.new_img img:hover{
    transform: scale(1.2);
}







.news  ul li h5{
    font-size: 14px;
    color: #222;
    margin: 34px 0 15px 0;
    text-align: center;

}



.news  ul li span{
    font-size: 12px;
    color: #666;
 
}

.news  ul li p{
    font-size: 12px;
    color: #666;
    margin-top: 10px;
  
}

.news  ul li button{
    width: 86px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #0536B9;
    color: #fff;
    border: 0;
    border-radius: 5px;
    position: absolute;
    left: 150px ;
    top: 215px;
    cursor: pointer;
}



.news  ul li button a{
    color: #fff;
}