﻿@charset "UTF-8";

/*--------------
===页面通用样式设置===
---------------*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.old_type .old_type .clearfix:before,
.old_type .clearfix:after {
    content: " ";
    display: table;
}

.old_type .old_type .clearfix:after {
    clear: both;
}

.old_type .fl {
    float: left;
}

/* 适老化样式 */
.old_type .oldheader {
    display: block !important;
}

/* 头 */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    font-family: '微软雅黑';
}

ins {
    font-family: inherit !important;
}

.old_type .clearfix:after {
    content: '.';
    /*加一段内容*/
    display: block;
    /*让生成的元素以块级元素显示，占满剩余空间*/
    height: 0;
    /*避免生成的内容破坏原有布局高度*/
    clear: both;
    /*清除浮动*/
    visibility: hidden;
    /*让生成的内容不可见*/
}

.old_type .clearfix {
    zoom: 1;
    /*为IE6，7的兼容性设置*/
}

a {
    text-decoration: none;
}

.old_type .fl {
    float: left;
}

.old_type .mt30 {
    margin-top: 30px;
}

.old_type .hidden {
    display: none;
}

select::-ms-expand {
    display: none;
}

.old_type .dn {
    display: none;
}

.old_type .db {
    display: block;
}

.old_type .hide {
    display: none;
}

/* .old_type .nav li.on>a {
    font-weight: bold;
    border-bottom: 2px solid #fff;
    line-height: 54px;
    height: 56px;
} */

.old_type .subnav {
    display: none;
    width: 100%;
    /* min-width: 1200px; */
    height: 44px;
    background-color: #daecfb;
    border-bottom: 1px solid #93ceff;
    z-index: 99;

    position: absolute;
    top: 58px;
}

.old_type .subnav .box {
    text-align: center;
}

.old_type .subnav .box a {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    line-height: 44px;
    color: #333;
}

.old_type .subnav .box a:hover {
    color: #115db2;
}

.old_type .subnav.on {
    display: block;
}

.old_type .box1 {
    padding: 32px 0;
}

.old_type .navWap {
    display: none;
}

.old_type .no {
    display: none;
}

.old_type .block {
    display: block;
}

.old_type .top_left {
    float: left;
    line-height: 24px;
    margin-left: 10px;
}

.old_type .dl-top,
.zc-top {
    float: left;
    position: relative;
}

.old_type .top_left a {
    font-size: 12px;
    color: #ffffff;
    float: left;
    cursor: pointer;
}

.old_type .dl-top .dl_sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    padding-top: 5px;
    display: none;
}

.old_type .zc-top .zc_sub {
    position: absolute;
    top: 100%;
    right: 0;
    width: 80px;
    padding-top: 5px;
    text-align: right;
    display: none;
}

.old_type .dl_sub a,
.zc_sub a {
    float: none;
    display: block;
    line-height: 24px;
}

.old_type .zc-top span {
    display: none !important;
}

/* 头部 */
.wap-ty-top {
    width: 100%;
    height: 60px;
    position: relative;
    background: #305CAC;
    font-size: initial;
    display: none;
}

.old_type .wap-ty-top-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 44px;
    height: 44px;
}

.old_type .wap-ty-top-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 44px;
    width: 44px;
    height: 44px;
}

.old_type .wap-ty-top-1 img,
.wap-ty-top-1 img,
.wap-ty-top-1 img {
    width: 100%;
    height: 100%;
}

.old_type .wap-ty-top-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 44px;
    height: 44px;
}

.old_type .wap-ty-top ul {
    width: 100%;
    background: #2B5CAC;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
;
}

.old_type .wap-ty-top ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.old_type .wap-ty-top ul li a {
    color: #ffffff;
    font-size: 18px;
    display: block;
    width: 60%;
    margin: auto;
}

.old_type .wap-ty-top-3 img,
.wap-ty-top-2 img {
    width: 100%;
    height: 100%;
}

.old_type .wap-ty-top-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px !important;
    height: 40px;
}

.old_type .wap-ty-top-4 {
    text-align: center;
    height: 33px;
    font-size: initial;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.old_type .wap-ty-top-4 img {
    height: 33px;
}

.old_type .wap-ty-top-5 {
    height: auto;
}

.old_type .wap-ty-top-5 img {
    width: 100%;
    height: auto;
    background: #FFFFFF;
}
.old_type .old_header{
    display: block;
}
.old_type .old_nav{
    display: block;
}
.old_type .bz-img{
    display: none;
}
.old_type .old-img{
    display: block;
}
.old_type .old_yqfk{
    display: block !important;
}
.old_type .pc_yqfk{
    display: none;
}

.old_type .nav-ul li{
    height: 120px;
    line-height: 120px;
    width: 16%;
    margin-left: 0;
}
.old_type .nav-ul li a{
    font-size: 34px;
}
.old_type .newstitle p{
    font-size: 34px;
}
.old_type .newstitle{
    height: 64px;
    line-height: 64px;
    border-bottom: 3px solid #dcdcdc;
}
.old_type .newstitle a{
    font-size: 32px;
}
.old_type .list-ul li{
    height: 34px;
}
.old_type .list-ul li::marker{
font-size:28px;
}
.old_type .list-ul li a{
    font-size: 34px;
    letter-spacing:3px;
}
.old_type .list-ul li span{
    font-size: 34px;
}
.old_type .news-l{
    width: 100%;
}
.old_type .newstitle{
    width: 100%;
}
.old_type .news-r{
    width: 100%;
    margin-top:40px;
}
.old_type .news-r>div{
    float: left;
    width: 50%;
    text-align: center;
    height: 170px;
    margin-bottom: 14px;
}
.old_type .news-r>div a img{
    width: 96%;
    height: 100%;
}
.old_type .news-r>div:nth-child(1){
    margin-top:10px;
}
.old_type .edition ul li{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 34px;
    margin-bottom: 20px;
}
.old_type .Prevention{
    margin-top: 30px;
}
.old_type .Mediawin{
    margin-left: 0;
    margin-top: 50px;
}
.old_type .convenbuttop li{
    width: 48%;
    margin-left: 0;
    margin-bottom: 4%;
    height: 280px;
}
.old_type .convenbuttop li:nth-child(2n){
    margin-left: 4%;
}
.old_type .convenbuttop li a img{
    width: 100px;
    height: 100px;
}
.old_type .convenbuttop li a p{
    font-size: 32px;
    line-height:40px;
    margin-top: 40px;
}
.old_type .contitle p{
    font-size: 34px;
}
.old_type .contitle{
    height: 60px;
    border-bottom: 3px solid #dcdcdc;
    line-height: 60px;
}
.old_type .contant{
    margin-top: 0;
}
.old_type .search input[type="text"]{
    margin-top: 0;
}
.old_type .Convenience{
    margin-bottom: 50px;
}