@charset "UTF-8";
/*
 * description: 通用样式
 * autor: lyaohui
 * date: 2022-05-20
 */
@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url("./fonts/YouSheBiaoTiHei.woff") format("woff"), url("./fonts/YouSheBiaoTiHei.ttf") format("truetype"), url("./fonts/YouSheBiaoTiHei.eot") format("embedded-opentype");
}

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif, 'PingFang Sc';
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #b0b0b0;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #b0b0b0;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #b0b0b0;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #b0b0b0;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
html,
body {
  min-width: 1200px;
}

.mt30 {
  margin-top: 50px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* header */
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 1200px;
  height: 140px;
  color: #4a87ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
}

.header-cont {
  height: 89px;
}

.header-cont-outer {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.header-logo {
  margin-top: 25px;
}

.header-area {
  margin: 32.5px 0 0 30px;
  padding-left: 20px;
  font-size: 18px;
  background: url("../images/header_area_ico.png") left center no-repeat;
}

.header-search-box {
  position: relative;
  margin-top: 24.5px;
  padding: 0 60px 0 105px;
  border: 1px solid #4a87ff;
  border-radius: 20px;
  width: 262px;
}

.header-sel-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.header-sel-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #4a87ff;
}

.header-sel {
  width: 100%;
  height: 38px;
  border: 0;
  color: #fff;
  background-color: transparent;
}

.header-sel option {
  color: #333;
}

.header-sel-wrap .chosen-container-single .chosen-single {
  height: 38px;
  line-height: 38px;
  border: 0;
  font-size: 15px;
  color: #181818;
  background-color: transparent;
  text-align: center;
}

.header-sel-wrap .chosen-container-single .chosen-single span {
  margin-right: 30px;
}

.header-sel-wrap .chosen-container-single .chosen-single div {
  width: 30px;
}

.header-sel-wrap .chosen-container-single .chosen-single div b {
  background: url("../images/header_sel_down.png") center center no-repeat;
}

.header-sel-wrap .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/header_sel_up.png") center center no-repeat;
}

.header-sel-wrap .chosen-container-single .chosen-drop {
  border-color: #4a87ff;
  background: #fff;
  border-radius: 5px;
}

.header-sel-wrap .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}

.header-sel-wrap .chosen-container .chosen-results li {
  line-height: 20px;
  color: #4a87ff;
}

.header-sel-wrap .chosen-container .chosen-results li.highlighted {
  background: transparent;
  font-weight: bold;
}

.header-search-input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background-color: transparent;
  caret-color: #fff;
}

.header-search-input::-webkit-input-placeholder {
  color: rgba(24, 24, 24, 0.6);
}

.header-search-input::-moz-placeholder {
  color: rgba(24, 24, 24, 0.6);
}

.header-search-input:-moz-placeholder {
  color: rgba(24, 24, 24, 0.6);
}

.header-search-input:-ms-input-placeholder {
  color: rgba(24, 24, 24, 0.6);
}

.header-search-btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 100%;
  background: #4a87ff url("../images/search_ico.png") center center no-repeat;
  border-radius: 20px;
}

.header-hot-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 5px 10px;
  max-height: 200px;
  border: 1px solid #4a87ff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  background: #fff;
}

.header-hot-item {
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header-hot-item:hover {
  font-weight: bold;
}

.header-hot-item a {
  color: #4a87ff;
}

.header-nav-item {
  float: left;
  font-size: 20px;
  margin-right: 293.33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-nav-item:last-child {
  margin-right: 0;
}

.header-nav-node {
  display: block;
  height: 58px;
  line-height: 58px;
  color: #181818;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.header-nav-item.current .header-nav-node, .header-nav-item:hover .header-nav-node {
  position: relative;
  font-weight: 600;
  color: #4a87ff;
}

.header-nav-item.current .header-nav-node:before, .header-nav-item:hover .header-nav-node:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #4a87ff;
}

/* footer */
.footer {
  min-height: 178px;
  padding: 50px 0;
  color: #fff;
  background-color: #102234;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer a {
  color: #fff;
}

.footer-left {
  max-width: 75%;
  margin-top: 24px;
}

.footer-ab {
  line-height: 30px;
  font-size: 16px;
}

.footer-ab + .footer-ab {
  margin-top: 10px;
}

.footer-ab-item {
  margin-right: 40px;
}

.footer-ab-item:last-child {
  margin-right: 0;
}

.footer-right {
  max-width: 25%;
}

.footer-right-item {
  position: relative;
  line-height: 26px;
  padding: 0 25px;
  text-align: center;
}

.footer-right-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  bottom: 5px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.footer-right-item:first-child {
  padding-left: 0;
}

.footer-right-item:first-child:before {
  display: none;
}

.footer-right-item:last-child {
  padding-right: 0;
}

.footer-right-item img {
  display: block;
  margin: 0 auto 3px;
}

/* 侧边栏 */
.sider {
  position: fixed;
  top: 50%;
  left: calc(50% + 600px);
  margin-left: 60px;
  z-index: 9;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sider-item {
  position: relative;
  width: 85px;
  height: 85px;
  margin-bottom: 6px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center calc(100% - 42px);
  color: #333;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.sider-item.icon-online {
  background-image: url("../images/sider_icon1.png");
}

.sider-item.icon-hotline {
  background-image: url("../images/sider_icon2.png");
}

.sider-item.icon-night {
  background-image: url("../images/sider_icon3.png");
}

.sider-item.icon-wechat {
  background-image: url("../images/sider_icon4.png");
}

.sider-item.icon-download {
  background-image: url("../images/sider_icon5.png");
}

.sider-item.icon-top {
  background-image: url("../images/sider_icon6.png");
}

.sider-card {
  display: block;
  height: 100%;
  padding-top: 48px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sider-name {
  line-height: 26px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sider-sub {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 10px;
  padding: 12px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sider-qrcode {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.sider-qrcode-txt {
  margin-top: 10px;
  text-align: center;
}

.sider-telphone {
  color: #1f96f8;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
}

.sider-item:hover {
  border-color: #1f96f8;
}

.sider-item:hover .sider-sub {
  display: block;
}

@media (max-width: 1460px) {
  .sider {
    left: auto;
    margin-left: 0;
    right: 0;
  }
}
