/* reset */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: '微软雅黑';
}

@media screen and (max-width: 1024px) {
    body {
        min-width: 1200px;
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border: none;
    -webkit-appearance: none;
}

input,
button,
textarea {
    outline: none;
    border-radius: 0;
    border-width: 0;
}

ul,
ol {
    list-style: none;
}

input {
    background: #fff;
}

button,
input[type='submit'],
input[type='button'] {
    cursor: pointer;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

img {
    vertical-align: middle;
    border: none;
    -webkit-appearance: none;
}

em,
i {
    font-style: normal;
}


/*360下字体*/

html.cye-enabled.cye-lm body {
    font-family: "微软雅黑";
}


/* common */

.fl {
    float: left;
}

.fr {
    float: right;
}

.w {
    width: 1100px;
    margin: 0 auto;
}


/*背景*/

body {
    background: url(../images/xxgk_bg.png) top center no-repeat!important;
}


/*头部样式*/

.title .websize {
    height: 73px;
    padding-top: 24px;
}

.title .websize img {
    height: 73px;
    width: 70px;
    vertical-align: top;
}

.title .websize span {
    display: inline-block;
    height: 73px;
    font: bold 35px/73px 'Microsoft YaHei';
    color: #fff;
}

.title .bt {
    display: block;
    width: 600px;
    height: 100px;
    margin: 38px auto;
    margin-bottom: 79px;
    font: bold 100px/100px 'Microsoft YaHei';
    color: #fff;
}

.title .search-wrapper {
    position: relative;
    height: 50px;
    margin-bottom: 43px;
}

.title .search-wrapper .search {
    display: inline-block;
    width: 510px;
}

.title .search-wrapper>img {
    margin-top: 20px;
}

.title .search-wrapper .search input {
    box-sizing: border-box;
    width: 510px;
    height: 50px;
    line-height: 50px;
    margin: 0 13px;
    border: 2px solid #457DBD;
    border-radius: 9px;
    text-indent: 17px;
}

.title .search-wrapper .search .searchBtn {
    position: absolute;
    cursor: pointer;
    right: 313px;
    top: 12px;
}


/* 当前位置 */

.weizhi {
    font-size: 14px;
    color: #666;
    width: 100%;
    background: #FFF;
    padding-bottom: 10px;
    /*border-bottom:1px solid #E2E1E4;*/
}

.weizhi img {
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -6px;
}

.weizhi a {
    color: #666;
}

/* 尾部样式 */

.footer {
    width: 100%;
    height: 200px;
    background-color: #4175BE;
}

#_ideConac {
    position: absolute;
    /*top:59px;*/
    left: -50px;
}

.footer .footerContent {
    width: 815px;
    height: 80px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
}

.footer .footerContent .msg {
    width: 510px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin: 0 49px;
}

.footer .footerContent .msg .address,
.footer .footerContent .msg .host {
    display: inline-block;
}

.footer .footerContent .dang {
    width: 56px;
    height: 69px;
}

.footer .footerContent .zheng {
    width: 110px;
    height: 55px;
}


/* 适老化 */

.oldModel .footer .footerContent {
    width: 1400px;
}

.oldModel .footer .footerContent .msg {
    width: 1000px;
}

.oldModel .footer .footerContent .msg {
    font-size: 26px;
    line-height: 36px;
}

.oldModel .footer .footerContent .zheng {
    width: 200px;
    height: 100px;
}

/*底部待更新*/




/* 适老化 */


.oldModel .title .search-wrapper .search input,
.oldModel .opinion .submit{font-size: 28px;}
.oldModel .content div a,
.oldModel .content .body p font,
.oldModel .content .fj a,
.oldModel .opinion .header span{font-size: 32px!important;line-height: 45px!important;}

.oldModel .opinion .tips,
.oldModel .opinion .suggestions,
.oldModel .opinionContent{font-size: 28px;}

.oldModel .opinion .suggestions .showInput,
.oldModel .opinion .suggestions .codeInput
.oldModel .opinion .opinionContent .msgContent,
.oldModel .opinion .opinionContent .msgContent::-webkit-input-placeholder{font-size: 26px;}

.oldModel .opinion .suggestions .codeInput{width: 350px;font-size: 26px;}
