* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

/* 头部样式开始 */

.header {
    height: 34px;
    width: 100%;
    background: #efefef;
}

.header_inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    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;
    /* width: 130px; */
    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 {
    /* width: 90px;
    padding-left: 10px; */
    text-align: center;
    padding: 0 20px;
}

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

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

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

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

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

.logo {
    height: 94px;
    width: 244px;
    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;
    /* 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;
    line-height: 24px;
    margin-right: 14px;
}

/* 登录和二维码 */

.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 {
    height: 94px;
    width: 94px;
    background: peachpuff;
    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; */
}

.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 50px;
}

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

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

.suspension {
    cursor: pointer;
    position: relative;
}

.suspension:hover .qr-code-box {
    display: block;
}

.suspension .qr-code-box {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 200px;
    height: 150px;
    left: -20px;
    top: 24px;
}

.suspension .qr-code-box .qr-code {
    width: 150px;
    height: 150px;
}

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

.page {
    position: relative;

}

.block {
    margin-top: 34px;
    width: 100%;
    float: left;
}

.page .custom-pagination,
.page.custom-pagination ul,
.page .custom-pagination ul li,
.page .custom-pagination .page-to input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.page .custom-pagination {
    height: 30px;
    color: #666;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 50%
}

.page .custom-pagination ul {
    float: left;
    height: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    overflow: hidden;
    white-space: no-wrap
}

.page .custom-pagination ul li {
    display: inline-block;
    font-size: 14px;
    min-width: 30px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    margin-left: 10px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    vertical-align: top
}

.page .custom-pagination ul li:first-child {
    margin-left: 0
}

.page .custom-pagination ul li.current-page {
    background-color: var(--color);
    color: #fff;
    border: 0;
    line-height: 30px
}

.page .custom-pagination ul li:hover {
    background-color: var(--color);
    color: #fff;
}

.page .custom-pagination a.prev-page,
.custom-pagination a.next-page {
    display: block;
    float: left;
    width: 80px;
    height: 30px;
    line-height: 28px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    vertical-align: middle;
    color: #666;
    text-decoration: none
}

.page .custom-pagination a.prev-page {
    margin-right: 10px
}

.page .custom-pagination a.next-page {
    margin-left: 10px
}

.page .custom-pagination a.prev-page:hover,
.page .custom-pagination a.next-page:hover {
    background-color: var(--color);
    color: var(--font-color);
}

.page .custom-pagination ul li.ellipsis {
    background-color: transparent;
    border: 0;
    cursor: default;
    line-height: 18px;
    font-size: 20px
}

.page .custom-pagination ul li.ellipsis:hover {
    background-color: transparent;
    border: 0;
    cursor: default;
    line-height: 18px;
    font-size: 20px;
    color: #666
}

.page .custom-pagination .page-to {
    width: 166px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 20px
}

.page .custom-pagination .page-to input {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 28px;
    background-color: #fafafa;
    border: 0;
    border: 1px solid #f0f0f0;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0 5px
}

.page .custom-pagination .page-to input:focus {
    outline: 0
}

.page .custom-pagination .page-to span {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 28px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    margin-left: 10px
}

.page .custom-pagination .page-to span:hover {
    background-color: var(--color);
    color: #fff
}

.sidebar-box {}

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

.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;
}