@charset "utf-8";

#dhb .dhb-banner{ background: url(cht2023banner.jpg) no-repeat center top; height: 400px; overflow: hidden; }
#dhb .dhb-banner .dhb-s-box{ width: 600px; height: 130px; margin: 274px auto 0; border-radius: 10px; }
#dhb .dhb-banner .dhb-s-box h2{ padding-top: 15px; letter-spacing: 2px; font-weight: bold; font-size: 36px; color: #ffffff; text-align: center; }
#dhb .dhb-search { width: 480px; height: 30px; border-radius: 4px; overflow: hidden; margin: 20px auto 0; background: #fff; margin-top:120px;}
#dhb .dhb-search .sear{ vertical-align: middle; width: 415px; padding-left: 10px; height: 30px; line-height:33px; font-size: 14px; border: none; outline: none; background:none; color: #999999; }
#dhb .dhb-search .but{ display: inline-block; vertical-align: middle; width: 50px; height: 30px; border: none; outline: none; background: url(search_btn_2020.png) no-repeat center; cursor: pointer; }
#dhb .dhb-search .but:hover{  -webkit-transform: scale( 1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); transform: scale(1.1,1.1); transition: .3s transform;  }
#dhb .dhb-table{ overflow: hidden; margin-top: 30px; }
#dhb .dhb-table .col-50{ float: left; }
#dhb .dhb-table .br1{ border-right: 1px solid #fff; }
#dhb .dhb-table table{ width: 100%; }
#dhb .dhb-table th{background: #478fff;height: 50px;color: #fff;font-size: 18px;}
#dhb .dhb-table td{ text-align: center; padding: 0 20px;height: 50px;color: #000;}
#dhb .dhb-table tr{ background: #f1f1f1; }
#dhb .dhb-table tr:nth-child(2n){ background: #ffffff; }
.floor{ width: 1200px; margin: 0 auto; }
.col-50 {width: 100%;}
.tit{width: 25%;
    text-align: left!important;
    padding-left: 50px!important;}

@media only screen and (max-width: 800px) {
.dhb-banner{display: none!important;}
#dhb{margin: 0 auto!important;}
.floor{width: 100%;}
.col-50{width: 100%!important;}
#dhb .dhb-table th{font-size: 16px;}
#dhb .dhb-table td{padding: 0 5px;width: 35%;font-size: 14px;}
#dhb .dhb-table .tit{width:30%;    padding-left: 0px!important;text-align:center!important;}
}