* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0px;
}

/* 头部样式开始 */

.header {
    height: 34px;
    /* width: 100%; */
    background: #e3e4e5;
}

.header_inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 34px;
}

.header_inner_left {
    float: left;
    color: #999999;
}

.header_inner_right {
    float: right;
}

.header_inner_right>a {
    border-right: 1px solid #999999;
    height: 14px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    color: #999999;
    position: relative;
}

.header_inner_right>a:last-of-type {
    border-right: unset;
}

.header_inner_right>.right_inner {
    text-align: center;
    padding: 0 20px;
}

.right_inner>img {
    height: 14px;
    width: 16px;
    position: absolute;
    left: 12px;
}

/* 头部展示内容结束 */

/* 头部搜索和登录内容开始 */

.hader_input {
    width: 100%;
    height: 150px;
    /* width: 100%; */
}

.hader_input_inner {
    width: 1200px;
    /* background: red; */
    margin: 0 auto;
    height: 100%;
}

.logo {
    height: 94px;
    width: 244px;
    /* background: url('../img/LOGO.png') no-repeat left top; */
    background-size: 100% 100%;
    margin-top: 26px;
    float: left;
}

/* 输入框的样式 */

.seach_input {
    /* width: 464px; */
    height: 64px;
    /* background: pink; */
    float: left;
    margin-top: 52px;
    margin-left: 120px;
}

.seach_input_inner {
    height: 40px;
    width: 100%;
    /* background: lemonchiffon; */
    /* border: 2px solid var(--color) */
}

.seach_input_inner_warp {
    border: 1px solid var(--color);
    float: left;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.option {
    width: 66px;
    height: 100%;
    background: #EFEFEF;
    text-align: center;
    float: left;
    line-height: 36px;
    font-size: 12px;
    /* cursor: pointer; */
    color: #999999;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.option img {
    height: 8px;
}

.seach_input_inner input {
    width: 342px;
    height: 36px;
    border: 0;
    padding-left: 10px;
    outline: none;
    box-sizing: border-box;
    float: left;
}

.seach_input_inner button {
    height: 38px;
    width: 54px;
    background: var(--color);
    border: 0;
    outline: none;
    float: right;
    color: var(--font-color);
    cursor: pointer;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.seach_input_inner button:hover {
    background-color: var(--selected-color);
}

.title_list :first-child {
    padding-left: 2px;
}

.title_list li {
    float: left;
    font-size: 12px;
    line-height: 24px;
    margin-right: 14px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

/* 登录和二维码 */

.meare_right {
    width: 100px;
    /* height: 94px; */
    /* background: peru; */
    float: left;
    margin-top: 26px;
    margin-left: 80px;
}

.meare_right {}

.button_left {
    height: 100%;
    width: 90px;
    float: left;
    cursor: pointer;
}

.button_left .first {
    background-color: var(--color);
  color: var(--font-color);
}

.button_left .first:hover {
    background-color: var(--selected-color);
}

.button_left .second {
    margin-top: 20px;
    background-color: #FFFFFF;
  color: var(--color);
    border: 1px solid var(--color);
}

.button_left .second:hover {
    border: 1px solid var(--selected-color);
}

.button_left .second a {
    color: var(--color);
}

.button_left div {
    width: 100px;
    line-height: 28px;
    text-align: center;
    border-radius: 10px;
}

.button_left div a {
    color: var(--font-color);
    font-size: 12px;
}

.button_left :first-child {}

.button_left :last-child {}

.meare_inner_right {
    float: right;
}

.meare_inner_right img {
    height: 130px;
    width: 130px;
}

/* 导航开始 */

.nav_top {
    /* width: 1920px; */
    height: 40px;
    background: var(--color);
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.04);
    opacity: 1;
}

.nav_inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background: lemonchiffon; */
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.nav_inner :first-child {
    /* margin-left: 52px; */
}

.nav_inner a {
    line-height: 40px;
    float: left;
    font-size: 16px;
    /* color: #C8C4B6; */
    color: var(--font-color);
    /* margin-right: 162px; */
    cursor: pointer;
    padding: 0 25px;
}

.nav_top a:hover {
    background-color: var(--selected-color);
}

.nav_top a.active {
    background-color: var(--selected-color);
}

  .sidebar-box {}

  .sidebar {
      height: 232px;
      width: 58px;
      position: absolute;
      right: 0;
      bottom: 10px;
  }

  .sidebar-box .sidebar img {
      height: 58px;
      width: 58px;
  }

  .sidebar-box .sidebar button {
      width: 127px;
      height: 37px;
      background: #FFFFFF;
      box-shadow: 0px 0px 6px var(--color);
      opacity: 1;
      border-radius: 107px;
      outline: none;
      border: 0;
      cursor: pointer;
      position: absolute;
      bottom: 40px;
      right: 40px;
  }

.flooter {
    /* width: 1920px; */
    height: 312px;
    background: #143544;
    overflow: hidden;
}

.flooter_inner {
    width: 1200px;
    /* height: 190px; */
    /* background: pink;     */
    margin: 30px auto 0;
    display: flex;
}

.flooter-center {
    flex: 1;
    padding-right: 40px;
}

.center-box {
    width: 200px;
    height: 180px;
    float: left;
    position: relative;
    margin-bottom: 10px;
    padding: 0px 15px;
    border-left: 1px solid #32505E;
}

.center-box:last-of-type {
  border-right: 1px solid #32505E;
}

.flooter-center span {
    color: #FFFFFF;
}

.center-box p {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 30px;    
}

.contact {

}

.contact .item {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.center-box .title {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.small-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.small-title a {
    color: #FFFFFF;
    margin-right: 41px;
    text-align: center;
    white-space: nowrap;
    line-height: 60pox;
    display: inline-block;
    height: 30px;
    cursor: pointer;
}

.flooter_inner_left {
    width: 194px;
    /* background: yellowgreen; */
    float: left;
    margin-right: 80px;
    position: relative;
}

.flooter_inner_left img {
    width: 220px;
    /* height: 100px; */
    /* float: left; */
    /* background: rgba(0, 0, 0, 0); */
    /* opacity: 1; */
}

.flooter_inner_left .telhot {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #858585;
    margin-left: 24px;
    margin-top: 10px;
}

.flooter_inner_left .tel {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-left: 24px;
    color: #FFFFFF;
    margin-top: 10px;
}

.flooter_copyright {
    color: #fff;
    text-align: center;
}

.flooter_copyright a {
    color: #fff;
}

.time {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #858585;
    margin-left: 24px;
    margin-top: 10px;
}

.border_all {
    width: 178px;
    height: 100%;
    /* background: red; */
    float: left;
    border-left: 1px solid #32505E;
    padding-left: 22px;
    font-size: 12px;
    color: #FFFFFF;
}

.border_all p {
    margin-bottom: 20px;
    cursor: pointer;
}

.border_all p a {
    font-size: 12px !important;
    color: #FFFFFF;
}

.border_all :first-child {
    font-size: 16px;
}

.meare_footer {
    width: 176px;
    height: 100%;
    /* background: plum; */
    float: right;
    text-align: center;
    white-space: nowrap;
    position: relative;
}

.meare_footer img {
    width: 145px;
    height: 145px;
}

.meare_footer>p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 14px;
}

.adv_images {
    position: relative;
    float: left;
    overflow: hidden;
}

.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
