/*
*这里的值严格按照UI设计图标注值来进行设置
*/
/*
*颜色
*/
/*
*页面的边距
*/
/*
*字体
*/
/*
*头像
*/
/*
 * 按钮
 */
/*
*对常见的多行样式进行了方法封装，方便调用，加快开发效率
*/
html,
body {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  font-weight: initial !important;
  font-size: 14px !important;
  color: #333 !important;
}
html *,
body * {
  outline: none;
  text-decoration: none !important;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
}
ul,
p {
  margin: 0;
  padding: 0;
}
.e {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.f {
  display: flex;
}
.f-c {
  display: flex;
  flex-direction: column;
}
.a-c {
  display: flex;
  align-items: center;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: initial;
  font-size: 12px;
  color: #999;
  resize: none;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/*定义滚动条轨道 内阴影+圆角*/
*::-webkit-scrollbar-track {
  border-radius: 10px;
  /*滚动条的背景区域的圆角*/
  background-color: transparent;
  /*滚动条的背景颜色*/
}
/*定义滑块 内阴影+圆角*/
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*滚动条的圆角*/
  background-color: #ddd;
  /*滚动条的背景颜色*/
}
.h {
  cursor: pointer;
}
.h:hover {
  color: #DD1111;
  border-color: #DD1111;
}
input {
  -webkit-user-select: auto;
}
.base-banner {
  position: relative;
}
.base-banner img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: flex;
}
.base-banner div {
  position: absolute;
  top: 56px;
  width: 100%;
  left: 0;
  right: 0;
  width: 1200px;
  margin: 0 auto;
}
.base-banner div h1 {
  font-weight: 800;
  font-weight: initial;
  font-size: 34px;
  color: #fff;
  line-height: 28px;
}
.base-banner div em {
  margin: 21px 0 24px 0;
  display: block;
  width: 61px;
  height: 3px;
  background: #fff;
}
.base-banner div span {
  height: 14px;
  font-size: 14px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 14px;
}
.base-nav {
  width: 1200px;
  margin: 0 auto;
  padding: 22px 0;
  font-weight: initial;
  font-size: 14px;
  color: #999;
}
.base-nav a {
  color: #999;
  cursor: pointer;
}
.base-nav a:hover {
  color: #DD1111;
  border-color: #DD1111;
}
.base-nav .active {
  color: #DD1111;
}
.base-nav em {
  margin: 0 10px;
}
.base-content {
  width: 1200px;
  margin: 0 auto;
}
.base-content .menu {
  vertical-align: top;
  display: inline-block !important;
  width: 280px;
  min-width: 280px;
  border: 1px solid #e6e6e6;
}
.base-content .menu h2 {
  width: 100%;
  background: #DD1111;
  padding: 12px 16px;
  font-weight: bold;
  font-weight: initial;
  font-size: 16px;
  color: #fff;
}
.base-content .menu a {
  display: block !important;
  cursor: pointer;
  font-weight: initial;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin: 0 26px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.base-content .menu a:last-child {
  border-bottom: none;
}
.base-content .menu a:hover {
  color: #DD1111;
}
.base-content .menu a:hover i {
  color: #DD1111;
  width: auto;
}
.base-content .menu a i {
  width: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.base-content .menu .active {
  color: #DD1111;
}
.base-content .menu .active i {
  vertical-align: text-top;
  color: #DD1111;
  width: initial;
}
.about-page {
  width: 100%;
  display: block !important;
  margin-bottom: 0px;
  padding: 40px 480px 0;
}
.about-page a {
  font-weight: initial;
  font-size: 14px;
  color: #999;
  margin: 0;
  padding: 10px;
  line-height: 1;
  border: 1px solid #ccc;
  cursor: pointer;
}
.about-page a:hover {
  background: #DD1111;
  color: #fff;
  border-color: #DD1111;
}
.about-page a:first-child {
  border-radius: 6px 0 0 6px;
}
.about-page a:last-child {
  border-right: 1px solid #ccc;
  border-radius: 0 6px 6px 0;
}
.base-page {
  width: 100%;
  display: block !important;
  margin-bottom: 40px;
  padding: 0 320px;
}
.base-page a {
  font-weight: initial;
  font-size: 14px;
  color: #999;
  margin: 0;
  padding: 10px;
  line-height: 1;
  border: 1px solid #ccc;
  cursor: pointer;
}
.base-page a:hover {
  background: #DD1111;
  color: #fff;
  border-color: #DD1111;
}
.base-page a:first-child {
  border-radius: 6px 0 0 6px;
}
.base-page a:last-child {
  border-right: 1px solid #ccc;
  border-radius: 0 6px 6px 0;
}
.fr {
  float: right !important;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #fff;
  opacity: 1;
  border-radius: 0px;
  cursor: pointer;
  margin: 0 5px;
}
.swiper-active-switch {
  background: #DD1111;
}
.d-h {
  cursor: pointer;
  transition: all 0.3s linear;
}
.d-h:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #ffecec !important;
  color: #DD1111 !important;
}
@media screen and (max-width: 1024px) {
  .base-banner img {
    height: 190px !important;
  }
  .base-banner div {
    width: 100% !important;
    top: 20px;
    left: 20px;
  }
  .base-banner div em {
    margin: 20px 0;
  }
  .base-nav {
    padding: 20px;
    width: 100% !important;
  }
  .base-content {
    width: 100% !important;
    flex-direction: column;
  }
  .base-content .menu {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .base-content .menu a {
    height: 60px;
    line-height: 20px;
    display: inline-block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 25%;
    margin: 0;
    padding: 20px 5px;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee !important;
    border-top: none;
    border-left: none;
    float: left;
    text-align: center;
  }
  .base-page {
    padding: 0 !important;
    text-align: center;
    display: inline-block;
  }
  .about-page {
    padding: 0 !important;
    text-align: center;
    display: inline-block;
  }
}
.ie8-ico {
  display: none !important;
}
#footer {
  border-top: 1px solid #eee;
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
  height: 264px;
}
#footer .logo {
  float: left;
  display: inline-block;
}
#footer .footer-nav {
  display: none;
}
#footer .link {
  display: inline-block;
  margin: 0 auto 0 30px;
  float: left;
}
#footer .link ul {
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
  height: 165px;
  width: 120px;
  overflow: hidden;
}
#footer .link ul h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#footer .link ul li {
  font-weight: initial;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  margin-bottom: 15px;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#footer .link ul li:hover {
  color: #DD1111;
  border-color: #DD1111;
}
#footer .link ul li:last-child {
  margin: none;
}
#footer .code {
  display: inline-block;
  float: right;
  text-align: center;
}
#footer .code img {
  width: 120px;
  height: 120px;
  display: block;
}
#footer .code span {
  font-weight: initial;
  font-size: 14px;
  color: #999;
}
#footer .s-top {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  border-radius: 50%;
  bottom: 100px;
  right: 20px;
  z-index: 19;
  color: #aaa;
  background: #fff;
  text-align: center;
  border: none;
  box-shadow: 0px 0px 6px 2px #ccc;
  opacity: 0.8;
}
#footer .s-top:hover {
  opacity: 1;
}
#footer .record {
  padding: 0 20px;
  text-align: left;
  line-height: 36px;
  float: left;
  margin-top: -9px;
color:#999;
  width: 291px;
}

#footer .record div{
color:#333;
margin-bottom:20px;
margin-left:-27px;
line-height:37px;
}

@media screen and (min-width: 1024px) {
#footer .record {
padding-left:27px;
line-height:20px;
}

}
@media screen and (max-width: 1024px) {
  #footer {
    width: 100% !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: initial;
    padding: 40px 0 80px 0;
  }
  #footer .logo {
    display: none;
  }
  #footer .link {
    margin: 0 0 10px 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    text-align: center;
  }
  #footer .link > ul {
    margin: 0;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  #footer .code img {
    width: 180px;
    height: 180px;
    border: 1px solid #ccc;
    margin: 20px 0;
  }
  #footer .code span {
    text-align: center;
  }
  #footer .record {
    padding: 20px;
    text-align: center;
    line-height: 24px;
    color: #333;
    width: 100%;
    margin-top: 0;
  }
  #footer .record div {
    display: none;
  }
  #footer .footer-nav {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 8px 1px #ddd;
    left: 0;
    width: 100%;
  }
  #footer .footer-nav .active * {
    color: #DD1111;
  }
  #footer .footer-nav a {
    cursor: pointer;
    transition: all 0.2s;
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
  }
  #footer .footer-nav a:hover {
    color: #DD1111;
    border-color: #DD1111;
  }
  #footer .footer-nav a:active {
    opacity: 0.8;
  }
  #footer .footer-nav a:active span {
    color: #DD1111;
  }
  #footer .footer-nav a i {
    color: #666;
  }
  #footer .footer-nav a i,
  #footer .footer-nav a img {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: middle;
    margin-bottom: 8px;
  }
  #footer .footer-nav a span {
    line-height: 1.2;
    display: block;
    color: #666;
    transition: all 0.2s;
    font-size: 14px;
  }
}
