/*link*/
/* .link {
    width: 100%;
    background: #e7e7e7;
    margin-top: 50px;
} */
.h35 {
    height: 35px;
}
/* .link-box {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 20px;
    color: #757575;
}
.link-box a {
    margin: 0 6px;
    font-size: 15px;
} */
.slt {
    width: 1050px;
    margin: 25px auto 0;
}
.slt select {
    width: 155px;
    height: 26px;
    border: 1px solid #dedede;
    font-size: 14px;
    margin-right: 5px;
    background: #fff;
    text-indent: 15px;
}
.slt select:nth-child(5){width: 225px;}
/* navLink */
.navLink{margin: 0 auto;padding: 10px 0 30px;position: relative;display: flex;}
.navUl{width: max-content;margin: 0 auto;overflow: hidden;}
.navUl li{height: 28px;line-height: 28px;margin: 0 5px;padding: 0 80px;float: left;background: #fff;}
.navUl li h3{font-size: 14px;}
.navUl li i{display: inline-block;margin-left: 10px;width: 12px;height: 12px;background: url(../image/linkbgjt1.png) center center no-repeat;}
.navUl li.on i{background: url(../image/linkbgjt2.png) center center no-repeat;}
.navList{display: none;position: absolute;left: 438px;width: 1200px;height: auto;background: #dadada;z-index: 2;overflow: auto;}
/* .navUl li:nth-child(2) .navList{top: -81px;}
.navUl li:nth-child(3) .navList{top: -81px;}
.navUl li:nth-child(4) .navList{top: -81px;} */
.show{display: block!important;}
.navList ol{overflow: hidden;padding: 25px 0 25px 50px;}
.navList dl{width: 25%;float: left;height: 40px;line-height: 40px;font-size: 15px;}
/* .navUl li:nth-child(2) .navList dl{width: 10%;} */
.navUl li:nth-child(3) .navList dl{width: 20%;}
.navUl li:nth-child(5) .navList dl{width: 100%;}
.navUl li:nth-child(5) .navList dl span{margin-right: 15px;}
.navUl li:nth-child(5) .navList dl span a{color: #000;}
.navUl li:nth-child(5) .navList dl span:first-child{display: inline-block;width: 72px;margin-right: 0;}
/*footer*/
.footer {
    width: 100%;
    padding-bottom: 30px;
    background: #e7e7e7;
    color: #757575;
}
.h30{
    height: 30px;
}
.h25 {
    height: 20px;
}

.footer .footer-m {
    width: 870px;
    margin: 0 auto;
}

.footer .footer-m p {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left;
}

.footer .footer-m p:first-child {
    margin-left: -6px;
}

.footer .footer-m p a {
    margin: 0 6px;
    color: #757575;
}

.footer .footer-m .fr img {
    margin-left: 15px;
    /* margin-top: 15px; */
}

/* 老年模式 */
.oldModel .navLink{width: 1300px;}
.oldModel .link-box{ width: 1270px;font-size: 28px; }
.oldModel .link-box a{ font-size: 28px; }
.oldModel .slt{ width: 1210px; }
.oldModel .slt select{ width: 193px;font-size: 28px;height: 40px; }
.oldModel .footer .footer-m{ width: 1435px !important; }
.oldModel .footer .footer-m p{ font-size: 18px; }
.oldModel .navUl li h3{font-size: 28px;}
.oldModel .navList{left:4px}
.oldModel .navList dl{font-size: 24px;}

.oldModel .link-box .item:nth-child(2) {
  background-position: 268px 6px;
}

.oldModel .link-box .item:nth-child(3) {
  background-position: 295px 6px;
}

.oldModel .link-box .item:nth-child(4) {
  background-position: 240px 6px;
}


.link {
  height: auto;
  background: none;
  line-height: 43px;
  margin-top: 50px;
}

.link a:hover {
  color: #0068b7;
}

.link-box {
  width: 1000px;
  margin: 0 auto;
  font-size: 15px;
}

.link-box a {
  color: #4D4D4D;
  padding: 0 60px;
  border-right: 1px solid #D6D6D6;
  cursor: pointer;
}

.link-box ul {
  border: 1px #e3e3e3 solid;
  border-top: none;
  padding: 10px;
  width: 1158px;
  margin: 0 auto;
}

.item-box {
  background-color: #F3F3F3;
}

.item-box {
  display: flex;
  justify-content: space-between;
}

.link-box>.item {
  cursor: pointer;
  background: url(../image/down_icon.png) center right no-repeat;
  background-position: 170px 0;
}

.link-box .item:nth-child(2) {
  background-position: 175px 0px;
}

.link-box .item:nth-child(3) {
  background-position: 190px 0;
}

.link-box .item:nth-child(4) {
  background-position: 160px 0;
}

.link ul {
  border: 1px #e3e3e3 solid;
  border-top: none;
  padding: 10px;
  width: 1200px;
  margin: 0 auto;
  /* height: 100px; */
}