<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{ font-family: Microsoft YaHei;}
body { font-family: Microsoft YaHei; min-width: 1100px; background: #f9f9f9;}

.banner { width:100%; height:90px; background:url(../images/banner.png) no-repeat center center;}
.banner_conter { width:1100px; height:90px; margin:0 auto; position:relative;}
.slogan { width:272px; height:35px; position:absolute; right:0px; top:29px;}
.position { width:1100px; margin:0 auto; color:#666666; padding:25px 0; font-size:15px;}
.position a { color:#666666; padding:0 2px;}
.breadline { width: 1100px; margin: 25px auto;}
.breadline a, .breadline span { font-size: 15px; color: #666; float: left;}
.breadline span { margin: 0 5px;}
.content { width: 1100px; margin: 0 auto; }
.content .centerL {
    padding: 15px 30px 30px;
    border: solid 1px #e9e9e9;
    width: 700px;
    float: left;
    background-color: #ffffff;
}
.cenBg {
    overflow: hidden;
    background: #fff !important;
    /* background: #fff url(../images/bg.png) no-repeat center bottom; */
}
.applicationNav {
    border-bottom: 1px solid #dcdcdc;
    height: 48px;

}

.applicationNav &gt; span {
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 48px;
    line-height: 48px;
    display: inline-block;  float: left;
}
.content .centerR {
    width: 380px;
    height: 537px;
    margin-left: 20px;
    float: left;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    padding: 15px 30px 30px;
}
.content h2 { width: 100%; height: 37px; overflow: visible;}
.content h2 span { width: auto; display: inline-block; padding-bottom: 8px; color: #333; font-size: 21px; border-bottom: 3px solid #c40311;}
.centerform { width: 455px; height: auto; margin: 0 auto; padding: 112px 0; clear: both;}
.centerform .inp_block { width: 455px; height: 45px; margin-bottom: 25px; box-sizing: border-box; position: relative; padding-left: 40px; border: 1px solid #dcdcdc; background-color: #fafafa; font-size: 15px;}
.centerform .remind { width: 100%; font-size: 13px; color: #ff0000; display: block; margin-top: -15px; margin-bottom: 15px;}
.centerform .inp_block input[type=text] { width: 410px; height: 21px; font-size: 15px; border: none; background: none; outline: 0; padding-left: 14px; border-left: 1px solid #e0ddd9; margin-top: 10px; box-sizing: border-box;}
.centerform .div_select { width: 385px; height: 21px; color: #999; font-size: 15px; background: none; outline: 0; padding-left: 14px; border-left: 1px solid #e0ddd9; margin-top: 10px; box-sizing: border-box; cursor: pointer;}
.centerform .div_select.on { color: #333;}
.centerform .sel_opt { width: 100%; height: auto; position: absolute; top: 48px; left: 0; z-index: 10; display: none; background: #fff; border: 1px solid #e0ddd9; box-sizing: border-box;}
.centerform .sel_opt li { width: 100%; font-size: 13px; height: 30px; line-height: 30px; cursor: pointer; box-sizing: border-box; padding: 0 40px;}
.centerform .sel_opt li:hover { background: #f9f9f9;}
.centerform .inp_block i { width: 9px; height: 16px; position: absolute; right: 10px; top: 14px; display: inline-block; background: url(../images/select_icon.png) no-repeat;}
.turn90
{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
.centerform .inp_block .ji { font-size: 15px; color: #333; position: absolute; left: 50px; top: 0; line-height: 43px; font-weight: bold;}
.input_icon_01 { background: url("../images/input_icon_01.png") 8px 13px no-repeat;}
.input_icon_02 { background: url("../images/input_icon_02.png") 10px 11px no-repeat;}
.input_icon_03 { background: url("../images/input_icon_03.png") 10px 11px no-repeat;}
.input_icon_04 { background: url("../images/input_icon_04.png") 10px 11px no-repeat;}
.input_icon_05 { background: url("../images/input_icon_05.png") 8px 10px no-repeat;}
.input_icon_06 { background: url("../images/input_icon_06.png") 7px 13px no-repeat;}
.input_icon_07 { background: url("../images/input_icon_07.png") 8px 13px no-repeat  !important; }
.input_icon_08 { background: url("../images/input_icon_08.png") 8px 13px no-repeat;}
.input_icon_09 { background: url("../images/icon-begin-time.png") 8px 10px no-repeat;}
.input_icon_10 { background: url("../images/icon-end-time.png") 8px 10px no-repeat;}
.centerform input[type=text]::placeholder { color: #999;}
.centerform .operate_btns { width: 100%; height: auto;}
.centerform .sear_btn { width: 210px; height: 50px; cursor: pointer; display: block; background: #dfdfdf; float: left; color: #333; font-size: 19px; text-align: center; line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.centerform .reset_btn { width: 210px; height: 50px; cursor: pointer; display: block; background: #dfdfdf; float: right; color: #333; font-size: 19px; text-align: center; line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.centerform .sear_btn:hover{
background: #c40311;  color: #fff;
}
.centerform .reset_btn:hover{
  background: #c40311;  color: #fff;
}
.formCode input{
    height: 100%;
    width: 200px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
    border: none;
}
.formCode .code_icon {
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}
.formCode {
    position: relative;
    margin: 20px 0;
    width: 260px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}
.formCodeImg{
    position: absolute;
    right: -160px;
    top: -1px;
    width: 140px;
    height: 45px;
}
.formCode input {
    height: 100%!important;
    width: 200px!important;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
.result { display: none; margin-bottom: 30px; }
.result_list { width: 100%; height: auto;overflow-x: auto;}
.single_result { width:100%; height: auto; margin-top: 25px; box-sizing: border-box; border-left: 1px solid #e3e1d1; border-top: 1px solid #e3e1d1;}
.single_result td { height: 48px; text-align: left; border-right: 1px solid #e3e1d1; border-bottom: 1px solid #e3e1d1;  font-size: 17px; color: #333; padding-left: 15px;}
.sin_tit { background: #f7f7f7; width: 144px;}
.len_limit { width: 150px; display: block; white-space: nowrap; text-overflow: ellipsis;}
.multi_results { width: 100%; height: auto; margin-top: 25px; box-sizing: border-box; border: 1px solid #e3e1d1; border-bottom: none;}
.multi_results th { font-weight: normal; background: #f7f7f7; border-bottom: 1px solid #e3e1d1; height: 48px;  font-size: 17px; color: #333; border-right: 1px solid #e3e1d1;}
.multi_results th:last-child { border-right: none;}
.multi_results td { border-bottom: 1px solid #e3e1d1; text-align: center; height: 48px;  font-size: 17px; color: #333; }
.num_limit { display: block; max-width: 105px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.no_result {  width: 100%; height: auto; margin-top: 30px; text-align: center; font-size: 15px; color: #ff0000;}
.result_txt { width: 100%; text-align: justify; font-size: 15px; color: #333333; line-height: 32px; margin-top: 20px;}
.sevice_from { width: 1100px; margin: 25px auto; text-align: center; font-size: 17px; color: #333;}
.copyText {
    padding: 20px 0;
    clear: both;
}

.copyText &gt; p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}


/* common */
.pad_le33 { padding-left: 33px!important;}
.over_vis { overflow: visible;}
.table_solid{border: 1px solid #dcdcdc !important;width: 100%; margin-top: 5px;}
.table_solid td{border: 1px solid #dcdcdc !important; font-weight: normal;}
.table_solid td{border: 1px solid #dcdcdc !important; font-weight: normal;}
table thead{background:none !important;}
table tr:nth-of-type(even){background:none !important;}
</pre></body></html>