.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

/*头部*/
.header {
  background: url("../img/banner.png") center top -4px no-repeat;
  background-size: 1920px 394px;
  width: 100%;
  height: 240px;
}

.search-box {
  width: 417px;
  height: 56px;
  opacity: 0.98;
  position: relative;
}
.header a, .search-box{
  margin-top: 50px;
}
.search {
  width: 417px;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid rgba(17,79,135,0.33);
  border-radius: 3px 0 0 3px;
  margin-top: 0;
}
.search input {
  width: 360px;
  height: 56px;
  border: none;
  text-indent: 10px;
}
.tool {
  color: #114F87;
  cursor: default;
  margin-bottom: 10px;
}
.tool a{
  width: 32px;
  height: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #114F87;
  line-height: 40px;
}
button.search_btn {
  border: none;
}
#search {
  position: absolute;
  right: 20px;
  top: 72px;
  cursor: pointer;
}

/*导航*/
.nav {
  background: #155085;
  position: relative;
  top: -4px;
}
.nav ul {
  width: 1200px;
  margin: 0 auto;
}
.nav ul li {
  float: left;
  width: 170px;
  height: 98px;
  position: relative;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul li a {
  width: 170px;
  font-size: 18px;
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
.nav ul li:first-child a {
  border-left: none;
}
.nav ul li a img {
  display: block;
  margin: 0 auto 10px;
}
.nav ul li:hover {
  background: #053d6f;
}
.nav ul li:hover a {
  font-weight: bold;
}
/*面包屑*/
.crumb p {
  color: #121212;
}
.location p a:nth-child(1),.crumb p a:nth-child(1){
  color: #818181;
}
.location p a:nth-child(2),.crumb p a:nth-child(2){
  color: #114F87;
}
/*页尾*/
.footer {
  width: 100%;
  height: 238px;
  background: #1B5284;
  position: relative;
  /*margin-top: 40px;*/
}
.copyright-box {
  height: 100%;
  position: relative;
}
.copyright {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.copyright p {
  color: #FFFFFF;
}
.copyright, .copyright a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.office-logo {
  position: absolute;
  top: 50%;
  right: 0;
}
.office-logo a {
  float: left;
  margin-right: 20px;
}
.office-logo a img {
  transform: translate(0, -50%);
}

.links {
  background: #F1F0F0;
}
.select-box {
  width: 1162px;
  margin: 0 auto;
  padding: 20px 0;
}
.select-box select {
  width: 216px;
  height: 36px;
  border: none;
  margin-right: 15px;
  outline: none;
  -webkit-appearance: none;
  text-indent: 10px;
  background-color: #dcd9d9;
  background-image: url("../img/links_arrow.png");
  background-position: right 6px center;
  background-repeat: no-repeat;
  font-size: 14px;
}
.select-box select:last-child {
  margin-right: 0;
}
.select-box select option {
  background: #FFFFFF;
}

/*适老化入口*/
.wza-box {
  width: 250px;
  height: 38px;
  float: right;
}
.wza-box a.oldman {
  background: #F79600;
  color: #fff;
  border: 1px solid #F79600;
  border-radius: 0 2px 2px 0;
}
.wza-box a.wza {
  background: #fff;
  color: #F76B00;
  border: 1px solid #FC740D;
  border-radius: 2px 0 0 2px;
}
.wza-box a {
  width: auto;
  float: right;
  margin-top: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 18px;
  letter-spacing: 0.32px;
}

/* 适老化 */

.oldModel .nav ul li a{
  font-size: 32px;
}
.oldModel .nav ul li a img {
  width: 30px;
}
.oldModel .headline h1 {
  height: auto;
  font-size: 56px;
}
.oldModel .headline p a span{
  font-size: 28px;
}
.oldModel .copyright p, .oldModel .copyright p a {
  font-size: 28px;
  line-height: 1.6;
}
.oldModel .select-box select {
  font-size: 28px;
}
.oldModel .select-box select option {
  font-size: 28px;
}

.oldModel .location p {
  font-size: 28px;
}
.oldModel .search input {
  font-size: 28px;
}

.oldModel .yMain .yTit {
font-size: 54px;
line-height: 1.5;
}
.oldModel .lyBox .sj{
  font-size: 28px;
}
.oldModel .conBox * {
  font-size: 30px !important;
  line-height: 1.8 !important;
}
.oldModel .crumb p {
  font-size: 28px;
}
.oldModel .search-box {
  width: 490px;
}
.oldModel .tool a {
  font-size: 28px;
}
.oldModel .copyright {
  width: 800px;
}
.oldModel.copyright, .oldModel .copyright a {
  font-size: 28px;
}
.oldModel .wza-box a {
  font-size: 18px;
}
.oldModel .footer{
height: 400px;
}
.oldModel .search{
  width: auto;
}
.oldModel .select-box select{    
  width: 380px;
  margin-bottom: 10px;}
.oldModel .select-box{width: 1200px;}
