﻿@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: 49px;

}

.applicationNav > span {
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 36px;
    line-height: 42px;
    display: inline-block;
}



#form input {
    border: none;
    outline: none;
}
.formCode input{
    height: 100%;
    width: 213px;
    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: 3px;
    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: 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%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
/*查询框结束*/

.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;
}
/*右边结束*/


/*//底部落款*/
.copyText {
    padding: 20px 0;
    clear: both;
}

.copyText > p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}



/*新增的样式*/
.formInput {
    position: relative;
    margin: 20px 0;
    width: 455px;
    height: 45px;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}
.formInput input{
    height: 100%;
    width: 407px;
    float: right;
    padding: 10px;
    box-sizing: border-box;
    line-height: 25px;
    background: transparent;
}
.formInput .code_icon{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}

.formResult{
    width: 100%;
    padding: 20px;
}
.formResult #yesResult{
    padding: 0px;
}

.formResult  table{
    margin-bottom: 20px;
    width: 100%;
    color: #666666;
    font-size: 16px;
    border: solid 1px #dcdcdc;
}
.formResult  table thead tr td{font-size:17px;color: #fff;background: #c40311}
.formResult table td{

    padding:0 10px;
    text-align: center;
    border: solid 1px #dcdcdc;
    height: 50px;
    line-height: 30px;
    background: #fff;
}
.formResult table td.bg{text-align: center;}
.pad0{padding:25px 0;padding-bottom: 0px}
.jg{overflow: hidden;}
.jg li{float: left;;font-size:17px;color: #333;margin-right: 40px;cursor: pointer;height: 27px;margin-bottom: 10px}
.jg li.cur{border-bottom: 2px solid #c40311;color:#c40311;}
.co li{display: none}
.co li:first-child{display: block;}
.sm{margin-top:36px;}
.sm p{padding-left:51px;font-size: 17px;color: #333;line-height: 26px;white-space:nowrap;}
.sm p:first-child{padding-left:0px; }

/*港澳台居民居住证办理点查询*/
.gatResult{
    width: 100%;
    padding: 20px 0;
}
.gatResult #yesResult{
    padding: 0px;
}

.gatResult  table{
    margin-bottom: 20px;
    width: 100%;
    color: #666666;
    font-size: 16px;
    border: solid 1px #dcdcdc;
}
.gatResult  table thead tr td{font-size:17px;color: #fff;background: #c40311}
.gatResult table td{
    padding:0 10px;
    text-align: center;
    border: solid 1px #dcdcdc;
    height: 50px;
    line-height: 30px;
    background: #fff;
}
.gatResult table td.bg{text-align: center;}

.loadAlert .okAlert {
    width: 100px;
    height: 32px;
    margin: 0 auto;
    background: #c40311;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fefefe;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
    position: absolute;
    left: 33%;
    bottom: 12%;
}
