@charset "UTF-8";
/*=======Version-1.o======*/
/*======Author-SdL=======*/
/*=====Tim09102o18======*/
/*====SiChaunService===*/

* {
    font-family: Microsoft YaHei, sans-serif;
}

.clearFix:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

.center {
    width: 1100px;
    margin: 0 auto;
}

header > img, footer > img {
    width: 100%;
}

body {
    background: #f9f9f9;
}


/*banner文字开始*/
.center {
    width: 1100px;
    margin: 0 auto;
}

/*banner文字结束*/

/*查询框开始*/
.center .centerL {
    padding: 15px 30px 30px;
    border: solid 1px #e9e9e9;
    width: 700px;
    float: left;
    background-color: #ffffff;
}

.applicationNav {
    border-bottom: 1px solid #dcdcdc;
    height: 48px;

}

.applicationNav > span {
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
}

.formBox {
    width: 455px;
    margin: 0 auto;
    padding: 30px 0 30px;
}

#form input {
    border: none;
    outline: none;
}

.formName {
    margin: 20px 0;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}
.formCode input{
    height: 100%;
    width: 396px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
.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;
}
.formButton li{
    height: 50px;
    width: 210px;
    line-height: 50px;
    text-align: center;
    background-color: #dfdfdf;
    font-size: 19px;
    border-radius: 4px;
    cursor: pointer;
}
.formButton li.subMit{
    float: left;
}
.formButton li.subRes{
    float: right;
}
.formButton li:hover{
    background-color: #c40311;
    color: #fff !important;
    transition: 0.2s;
}
.formCode {
    position: relative;
    margin: 20px 0;
    width: 453px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formCodeImg{
    position: absolute;
    right: -160px;
    top: -1px;
    width: 140px;
    height: 45px;
}

.formCode select{
	background: #fafafa;
	width: 392px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	height: 42px;
	color: #999999;
}
.formCheckBox_title_left{
	float: left;
}
.formCheckBox_title_right{
	float: right;
	color: #999999;
}
.formCheckBox_content{
	margin-top: 20px;
}
.formCheckBox_content_left{
	float: left;
} 
.formCheckBox_content_left label input{
	margin-right: 10px;
	margin-bottom: 10px;
}
.formCheckBox_content_right{
	float: left;
	margin-left: 200px;
}
.formCheckBox_content_right label input{
	margin-right: 10px;
	margin-bottom: 10px;
}
/*查询框结束*/

/* 查询结果表格展示 */
.sd_table{
	width: 638px;
	border: 1px solid #dcdcdc;
	margin-top: 25px;
}
.sd_table_tr{
	position: relative;
}
.sd_table_td_left{
	width: 153px;
	line-height: 49px;
	background: #f7f7f7;
	font-size: 16px;
	font-family: "微软雅黑";
	padding-right: 21px;
	text-align: right;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	position: absolute;
	top: 0%;
	left: 0;
	bottom: 0;
}

.sd_table_td_right{
	width: 483px;
	font-size: 16px;
	font-family: "微软雅黑";
	border-bottom: 1px solid #dcdcdc;
	line-height: 49px;
	box-sizing: border-box;
	padding-left: 21px;
	margin-left: 153px;
	min-height: 49px;
}
.sd_table_tr:nth-last-child(1) .sd_table_td_left{
	border-bottom: none;
}
.sd_table_tr:nth-last-child(1) .sd_table_td_right{
	border-bottom: none;
}
.sd_table_tr_other:nth-last-child(1) .sd_table_td_right{
	border-bottom: none;
	background: #f5f5f5;
}
.sd_table_td_right tr{
	border-bottom: 1px solid #e0e0e0;
}
.sd_table_td_right tr:nth-last-child(1){
	border-bottom: none;
}
/* 查询结果表格展示结束 */
.cenBg {
    overflow: hidden;
    background: #fff url(bg.png) no-repeat center bottom;
}

/*//右边显示*/
.center .centerR {
    width: 380px;
    height: 537px;
    margin-left: 20px;
    float: left;
    background-color: #fff;
    border: solid 1px #e9e9e9;
    padding: 15px 30px 30px;
}
.other_item{
	width: 320px;
	height: 84px;
	border-bottom: 1px solid #e5e5e5;
}
.other_item_img{
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	background: #f0f0f0;
	border-radius: 25%;
	line-height: 41px;
	margin: 14px auto;
}
.other_item_list{
	float: left;
	margin-left: 20px;
}
.other_item_list_title{
	font-size: 17px;
	font-family: "microsoft yahei";
	color: #333;
	margin-top: 15px;
}
.other_item_list_desc{
	font-size: 13px;
	font-family: "microsoft yahei";
	color: #999;
	margin-top: 5px;
}
/*右边结束*/


/*//底部落款*/
.copyText {
    padding: 20px 0;
    clear: both;
}

.copyText > p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.ty_tit{
	border-bottom: 1px solid #dcdcdc;
    height: 40px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.ty_tit>span{
	border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
}



