﻿@charset "utf-8";
/* 顶部 */
.cont-tl,
.cont-tc,
.cont-tr{
    float: left;
}
.cont-tl{
    width: 32%;
    margin-left: 15px;
}
.cont-tc{
    width: 33%;
}
.cont-tr{
    width: 32%;
    margin-left: 15px;
}
/* 顶部左侧 */
.tab-head h2 {
    width: 192px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    float: left;
    text-align: center;
    border-bottom: 1px solid #999;
    font-weight: normal;
    box-sizing: border-box;
}

.tab-content{
    width: 100%;
    height: 240px;
}

.tab-content div,
.tab-content1 div{
    display: none;
}
.tab-content div ul li,
.tab-content1 div ul li{
    height: 30px;
    line-height: 30px;
    background: url(../images/d.gif) 2px center no-repeat;
}
.tab-content div ul li a,
.tab-content1 div ul li a{
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    font-size: 15px;
    float: left;
}
.tab-content div ul li a:hover,
.tab-content1 div ul li a:hover{
    color: #3D75AE;
}
.tab-content div ul li i,
.tab-content1 div ul li i{
    font-style: normal;
    float: right;
    color: #999;
}
.tab-head .selected{
    border-bottom: 3px solid #3D75AE;
    color: #3D75AE;
    cursor: pointer;
    box-sizing: border-box;
}
.tab-head .selected a{
    color: #3D75AE;
}
.tab-content .show,
.tab-content1 .show1{
    display: block;
}
/* 轮播图 */
#content{
    width: 100%;
    height: 270px;
}
/* 顶部右侧 */
.tab-head1 h2{
    width: 192px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    border-bottom: 1px solid #999;
    font-weight: normal;
    box-sizing: border-box;
}
.tab-content1{
    width: 100%;
    height: 240px;
}
.tab-head1 .selected1{
    border-bottom: 3px solid #3D75AE;
    cursor: pointer;
    box-sizing: border-box;
}
.tab-head1 .selected1 a{
    color: #3D75AE;
}
/* cont-zt */
.cont-zt{
    width: 1080px;
    margin: 5px auto;
    padding: 5px 0 5px 0;
}
.cont-zt a img{
    width: 1080px;
    height: 75px;
}
/* cont-img */
.cont-img{
    width: 1200px;
    height: 120px;
    margin: 5px auto;
    border: 1px solid lightgray;
    padding: 5px 0 5px 0;
}
.cont-img img{
    width: 1080px;
    height: 85px;
    margin-top: 5px;
}
/* cont-bot */
.cont-bot {
    width: 1200px;
    margin: 0px auto 10px auto;
    margin-top: 20px;
}
.con-b1{
width: 586px;
    height: 163px;
    border: 1px solid #C1C1C1;
    border-top: 3px solid #3D75AE;
    float: left;
}
.con-b2,
.con-b3,
.con-b4{
    margin-left: 24px;
}
.con-b1 h3{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    background-color: #f4f9fd;
}
.con-b1 h3 a:hover{
    color: #3D75AE;
}
.con-b1 .con-c{
    width: 100%;
}
.con-b1 .con-c .a{
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #C1C1C1;
    padding-left: 10px;
}
.con-b1 .con-c .a span:hover{
    color: #3D75AE;
}
.con-b1 .con-c .a i:hover{
    color: #3D75AE;
}
.con-b1 .con-c .a i{
    font-style: normal;
    float: right;
    padding-right: 15px;
    color: #666;
}
.con-b1 .con-c ul li{
    float: left;
    margin: 15px 0 0 15px;
}
.con-b1 .con-c ul li a{
    width: 129px;
    height: 40px;
    display: block;
    border: 1px solid #C1C1C1;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
}

.con-b4 .con-c ul li a{
       width: 175px;
}

.con-b1 .con-c ul li .a1{
    border-left: 3px solid #1f8ce0 ;
}
.con-b1 .con-c ul li .a2{
    border-left: 3px solid #319e0e ;
}
.con-b1 .con-c ul li .a3{
    border-left: 3px solid #ff7725 ;
}
.con-b1 .con-c ul li .a4{
    border-left: 3px solid #ff3a0c ;
}
.con-b1 .con-c ul li a:hover{
    background: #f4f9fd;
    color: #3D75AE;
}
/* cont-foot */
.cont-foot{
    width: 1200px;
    margin: 0 auto;
}
.cont-fl,
.cont-fr{
    float: left;
}
.cont-fl{
    width: 100%;
    height: 260px;
    border-right: 1px solid #C1C1C1;
}
.cont-fl h3{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f4f9fd;
    border-bottom: 1px solid #C1C1C1;
}
.cont-fl p {
    margin-left: 10px;
    font-style: 14px;
    margin-top: 9px;
    margin-right: 10px;
    line-height: 20px;
}
.cont-fr{
    margin-left: 15px;
    width: 632px;
}
.cont-fr h3{
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #C1C1C1;
    background: #f4f9fd;
    text-align: center;
}
.cont-fr ul li{
    float: left;
    width: 128px;
    height: 80px;
    text-align: center;
    margin: 15px;
}
/* 友情链接 */
#foottb{
    width: 1080px;
    margin: 10px auto 0;
}
#foottb table{
    width:1080px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    background: #3D75AE;
}
select{
    width: 150px;
    height: 25px;
    text-align: center;
}
#td{
    color: white;
    width: 130px;
    text-align: center;
}

#floatdivids{
    width: 340px;
    height: 270px;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    border: 1px solid #f2f2f2;
    background-color: #f8f6f6;
}

/* 二维码 */
.left-pics {
    width: 200px;
    position: fixed;
    bottom: 220px;
    right: 9px;
    z-index: 999;
    _POSITION: absolute;
}

.left-pics .close-pics {
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: right;
    z-index: 10;
}

.left-pics .close-pics a {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 1.125em;
    color: #333;
    line-height: 18px;
    text-align: center;
    background-color: #fff;
    border: solid #333 1px;
}

.left-pics .close-pics a:hover {
    color: #fff;
    background-color: #3188d8;
    border: solid #3188d8 1px;
}

.left-pics img {
    border: none;
}

.tzgg {
    border: 1px #ccc solid;
    padding: 10px;
    background: #fff;
}

.tzgg_tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tzgg_con {
    line-height: 25px;
}
   
   

/* 适老化 */
.oldModel .content{
    width: 85%;
}
.oldModel .cont-tc,
.oldModel #content{
    width: 100%;
    height: 600px;
}

.oldModel .banner .des .textDetail *{
    font-size: 28px;
}
.oldModel .cont-tr,
.oldModel .cont-tl{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

.oldModel .tab-head1 .selected1 a,
.oldModel .tab-head1 h2 a,
.oldModel .tab-head .selected a,
.oldModel .tab-head h2 a{
    font-size: 32px;
}
.oldModel .tab-head1 h2,
.oldModel .tab-head h2{
    width: 50%;
    height: 40px;
    line-height: 40px;
}
.oldModel .tab-content1,
.oldModel .tab-content{
    width: 100%;
}
.oldModel .tab-content div ul li,.oldModel .tab-content1 div ul li{
    height: 50px;
    line-height: 50px;
}
.oldModel .tab-content div ul li a,.oldModel .tab-content1 div ul li a{
    width: 80%;
    font-size: 28px;
}
.oldModel .tab-content div ul li i,.oldModel .tab-content1 div ul li i{
    font-size: 28px;
}
.oldModel .dt_xcpic{
    width: 100%;
}
.oldModel .cont-bot{
    width: 100%;
}
.oldModel .con-b1{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 28px;
}
.oldModel .con-b1 .con-c{
    width: 100%;
}
.oldModel .con-b1 .con-c .a{
    width: 97%;
}
.oldModel .con-b1 .con-c ul li{
    margin: 0;
    width: 23%;
    margin-left: 0.5rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}
.oldModel .con-b1 .con-c ul li a{
    width: 100%;
    display: block;
    font-size: 28px;
}
.oldModel .con-b2,.oldModel .con-b4{
    margin-left: 0;
}
.oldModel .con-b3{
    margin-left: 0;
}
.oldModel .con-b1 h3 a{
    font-size: 32px;
}
.oldModel .cont-img,
.oldModel .cont-foot{
    width: 100%;
    margin-top: 20px;
}

.oldModel .cont-fl{
    width: 100%;
    height: auto;
    text-align: center;
    border-right: none;
}
.oldModel .cont-fl h3,
.oldModel .cont-fr h3{
    font-size: 32px;
    margin-bottom: 10px;
}
.oldModel .cont-fl p{
    line-height: 35px;
    font-size: 28px;
    margin-bottom: 10px;
}
.oldModel .cont-fr{
    width: 100%;
}

.oldModel .cont-fr ul li{
    width: 16%;
}
.oldModel .cont-fr ul li a p{
    font-size: 28px;
}
.oldModel .con-b1 h3{height:60px;line-height:60px;}
.oldModel .con-b1 .con-c .a i{font-size:28px;}
.oldModel .con-b1 .con-c .a span{font-size:28px;}
.oldModel .con-b1 .con-c ul li a{height:60px;line-height:60px}
.oldModel .loginbox{font-size:28px;}