* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 24px !important;

}

body {
    width: 100%;
    height: 100%;
    background: #3d5a66;
    background-size: 100% 100%;
    background-position: center center;
    overflow: auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.header {
    background-color: #c25100;
}

a {
    text-decoration: none;
    color: #ffffff;
}
.header{
    background-color:#b5cad5;
    height: 110px;
    padding: 20px 100px;
    width: 100%;
}

.header .logo {
    float: left;
}
.header .logo img{
    height: 80px;
}
.header .nav{
    float: left;
    margin-left: 150px;
    margin-top: 30px;
}

.header .nav ul li{
    float: left;
    padding: 0 40px;
    font-size:20px;
  
}
.header .nav a:hover{
    color: #c25100;
}
.header .nav .active{
    height: 60px;
    display: block;
    border-bottom: 3px solid #c25100;
}
.block_banner{
    background: url(../images/tb_xh.png) no-repeat;
    background-size:contain;
    height: 650px;
}
.block_banner .title{
    text-align: center;
    padding-top: 162px;
    padding-bottom: 60px;
}

.block_banner .title img{
    width: 1000px;
}
.block_banner{
  
}

.block_banner .description{
    color: #ffffff;
    text-align: left;
    margin-left: 50%;
    left: -500px;
    position: absolute;

}

.block_banner .description .left{
    float: left;
    display: block;
    width: 500px;
    padding:0  60px ;
    border-left: 3px solid #ffffff;
    height: 226px;
   
}

.block_banner .description .left .one td{
    padding: 5px 5px;   
}

.block_banner .description .sx{
    border-right: 3px solid #ffffff;
   
}
.block_dhjs{
    background: url("../images/dhjs.png") no-repeat;
    background-size:contain;
    height: 490px;
    position: relative;
    width: 1007px;
    margin-left: 50%;
    left: -500px;
    margin-bottom: 50px;
    
}
.block_dhjs .left {
   
    position: relative;
    float: left;
}

.block_dhjs .left img{
    width: 419px;
    margin-top: 112px;
    margin-left: 33px;
}
.block_dhjs .right_con{
    color: #ffffff;
    float: left;
    width: 490px;
    font-size: 14px;
    margin-top: 80px;
    margin-left: 20px;
}
.block_hyyc
{
    background: url("../images/hyyc.png") no-repeat;
    background-size:contain;
    height: 1450px;
    position: relative;
    width: 1007px;
    margin-left: 50%;
    left: -500px;
    color: #ffffff;
    padding-top: 90px;
    padding-left: 33px;
}
.block_hyyc .hyyc_tb{
   
    position: relative;
    display: block;
    font-size: 14px;
    width: 950px;
    height: 1217px;
    overflow-y: scroll;
    overflow-x: hidden;

}

.block_hyyc .hyyc_tb td{
    
    padding: 6px 0 6px 10px;
    border-top: 4px solid #3d5a66;
}
.block_hyyc .hyyc_tb tr{
    margin: 5px 0;
    width: 100%;
}

.block_wqhg{
    background: url(../images/wqhg.png) no-repeat;
    background-size: contain;
    height: 338px;
    position: relative;
    width: 1005px;
    margin-left: 50%;
    left: -500px;
    color: #ffffff;
    margin-bottom: 30px;
}

.block_wqhg ul li{
    float: left;
}
.block_wqhg ul li img{
    width: 236px;
    padding: 10px;
    margin-top: 105px;
    margin-left: 10px;
}
.block_bmrk{
    background: url(../images/bmrk.png) no-repeat;
    background-size: contain;
    height: 454px;
    position: relative;
    width: 1011px;
    margin-left: 50%;
    left: -500px;
    color: #ffffff;
    margin-bottom: 30px;
}
.block_bmrk .code{
    position: absolute;
    margin-left: 424px;
    margin-top: 101px;

}
.block_bmrk .code img{
    width: 180px;
    
}
.block_bmrk .link{
   
    height: 123px;
    width: 435px;
    position: absolute;
    top: 328px;
    left: 300px;
    display: block;
}
.bottom_bg{
    background: url("../images/db_xh.png") no-repeat right;
    background-size:contain;
    height:511px;
}
.footer{
    background-color: #b5cad5;
    height: 110px;
    padding: 41px 0px;
    width: 100%;
    color: #3d5a66;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 100;
}

.td_color{
    background-color: #ef8200;
}
.td_border1{
   border-left:1px solid #ef8200 ;
}

.td_border6{
    border-left: 4px solid #ef8200;
   
 }
.td_center{
    text-align: center;
}