/* 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) no-repeat center top;
}


/*头部样式*/

/* .title .websize {
    height: 73px;
    padding-top: 24px;
} */

/* .title .websize img {
    height: 73px;
    width: 70px;
    vertical-align: top;
} */

/* .title .websize span {
    display: inline-block;
    margin-left: 24px;
    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;
}

.title .websize {
  height: 73px;
  padding-top: 24px;
}

.title .websize img {
  height: 73px;
  width: 70px;
  vertical-align: top;
}

.title .websize span {
  display: inline-block;
  margin-left: 24px;
  height: 73px;
  font: bold 35px/73px 'Microsoft YaHei';
  color: #fff;
}

.oldinfo {
  float: right;
  display: flex;
  margin-top: 15px;
}

.oldinfo .right_wza {
  float: right;
}

.oldinfo .right_wza a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
  background: #fff;
  color: #F76B00;
  border: 1px solid #FC740D;
  border-radius: 2px 0px 0px 2px;
}

.oldinfo .right_slh a {
  background: #F79600;
  color: #fff;
  border: 1px solid #F79600;
  border-radius: 0px 2px 2px 0px;
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
}

/* 当前位置 */

.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;
}

.oldinfo {
  display: flex;
  margin-left: 38%;
}

.oldinfo .right_wza {
  float: right;
}

.oldinfo .right_wza a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
  background: #fff;
  color: #F76B00;
  border: 1px solid #FC740D;
  border-radius: 2px 0px 0px 2px;
}

.oldinfo .right_slh a {
  background: #F79600;
  color: #fff;
  border: 1px solid #F79600;
  border-radius: 0px 2px 2px 0px;
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 18px;
  letter-spacing: 0.32px;
}
