@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', '黑体';
  list-style: none;
  font-style: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  overflow-x: hidden;
  /*background: #f5f5f5;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
input,
button {
  outline: none;
  border: none;
}
img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  border: none;
  transition: all 0.3s ease-in;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.nowrap {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.mob_show {
  display: none;
}

.container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

/* header */
header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
header .logo {
  height: 56px;
}
nav {
  margin-right: 10%;
}
nav li {
  position: relative;
  float: left;
  margin-right: 50px;
  margin-top: 15px;
}
nav li:nth-of-type(2) a::after {
  z-index: 11;
  position: absolute;
  content: '';
  top: -27px;
  left: -20px;
  width: 100px;
  height: 90px;
  /*background: url(../images/tc.png) no-repeat;*/
  background-size: 100%;
}

nav li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
}
nav li > a::before {
  position: absolute;
  content: '';
  top: -27px;
  left: 0;
  width: 0;
  border-top: 4px solid #1c98f0;
  transition: all 0.3s ease;
}
nav li.active > a,
nav li:hover > a {
  color: #1c98f0;
}
nav li.active > a::before,
nav li:hover > a::before {
  width: 100%;
}
nav li:nth-of-type(2) a::before {
  z-index: 12;
  content: '';
  position: absolute;
  top: 20px;
  left: 60px;
  width: 36px;
  height: 30px;
  border: 0;
  background: url(../images/hand.png) no-repeat;
  background-size: 100%;
  animation: hand 1s ease-in-out infinite;
}
@keyframes hand {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.h-right {
  position: relative;
}
.h-right > a {
  position: relative;
  float: left;
  margin-top: 12px;
  padding: 6px 18px;
  margin-left: 20px;
  border-radius: 8px;
  font-size: 14px;
  color: #1c98f0;
  border: 1px solid #1c98f0;
}
.h-right a.login::after {
  content: '';
  position: absolute;
  bottom: -42px;
  left: 50%;
  margin-left: -84px;
  width: 170px;
  height: 64px;
  background: url(../images/login_p.png);
  background-size: 100%;
}
.h-right a.register {
  background: #1c98f0;
  color: #fff;
}
.h-right li {
  z-index: 1111;
  float: left;
  margin-left: 30px;
}
.h-right li > i {
  font-size: 20px;
  line-height: 52px;
  cursor: pointer;
}
.h-right li img {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  border-radius: 50%;
  overflow: hidden;
}
.h-right li .rbox {
  position: absolute;
  top: 52px;
  right: 0;
  width: 150px;
  padding: 15px 20px;
  background: #fff;
  transform: scale(0);
  transform-origin: 100% 0%;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgb(0, 0, 0, 0.2);
}
.h-right li .p-message {
  width: 360px;
  padding: 0;
}
.h-right li .rbox-nav {
  width: 100%;
  padding: 0 20px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.h-right li .rbox-nav span {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}
.h-right li .rbox-nav span.on {
  color: #1c98f0;
}
.h-right li .rbox-con {
  max-height: 250px;
  padding: 0 20px;
  overflow-y: scroll;
  margin-top: 20px;
}
.h-right li .rbox-con a {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #333;
  overflow: hidden;
  line-height: 28px;
  border-bottom: 1px solid #eee;
}
.h-right li .rbox-con a em {
  float: right;
  color: #999;
}
.h-right li .rbox > a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
.h-right li .rbox > a:hover {
  color: #1c98f0;
}
.h-right li .rbox > a i {
  margin-right: 10px;
}
.h-right li:hover .rbox {
  display: block;
  transform: scale(1);
}

/* footer */
footer {
  padding-top: 40px;
  background: url(../images/ft_bg.jpg) no-repeat;
  background-size: cover;
}
.foot-con {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.lxfs {
  display: inline-block;
  vertical-align: top;
  margin: 0 6%;
  color: #fff;
  text-align: left;
}
.lxfs strong {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.lxfs span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.lxfs img {
  width: 130px;

  margin-top: 15px;
}
.lxfs em {
  display: block;
  width: 130px;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}
.ulist {
  display: inline-block;
  vertical-align: top;
  margin: 0 6%;
}
.ulist span {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
}
.ulist a {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #ccc;
}
.ulist a:hover {
  color: #1c98f0;
}
footer p {
  padding: 8px 15px;
  margin-top: 20px;
  font-size: 12px;
  color: #eee;
  line-height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}

/* 侧边栏 */
.r-siderbar {
  z-index: 99;
  position: fixed;
  top: 50%;
  right: 0;
  width: 40px;
  margin-top: -110px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.r-siderbar > div {
  position: relative;
}
.r-siderbar i {
  font-size: 22px;
  color: #333;
}
.r-siderbar .fla,
.back {
  position: relative;
  padding: 15px 10px;
  cursor: pointer;
}
.r-siderbar .fla::after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 10px;
  width: 20px;
  border-top: 2px solid #eee;
}
.kefu-box,
.ewm-box {
  position: absolute;
  top: 0;
  right: 40px;
  visibility: hidden;
  width: 220px;
  padding: 8px 18px;
  background: #1c98f0ba;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  text-align: left;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ewm-box {
  width: 140px;
  padding: 15px;
}
.ewm-box em {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.kefu-box li {
  position: relative;
  padding: 10px 0;
  padding-left: 25px;
  border-bottom: 1px dashed #74c6ff;
}
.kefu-box li:last-child {
  border-bottom: 0;
}
.kefu-box i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 18px;
  color: #fff;
}
.kefu-box strong {
  display: block;
  font-weight: normal;
}
.kefu-box em {
  display: block;
  margin: 5px 0;
}
.kefu-box a {
  display: block;
  width: 70px;
  text-align: center;
  font-size: 12px;
  color: #1c98f0;
  line-height: 22px;
  background: #fff;
  border-radius: 5px;
}
.r-siderbar .back::after {
  width: 0;
}
.r-siderbar .kefu {
  color: #1c98f0;
}
.r-siderbar .kefu .icon-kefu {
  color: #1c98f0;
}
.r-siderbar .fla:hover,
.back:hover {
  background: #1c98f0;
  color: #fff;
}
.r-siderbar .fla:hover i,
.back:hover i {
  color: #fff;
}
.kefu:hover .kefu-box,
.ewm:hover .ewm-box {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.r-siderbar .kefu span {
  display: block;
  font-size: 13px;
}
/*  */
@media screen and (max-width: 1024px) {
  .siderbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 8px 15px;
  }
  .mob_show {
    display: block;
  }
  .mob_none {
    display: none;
  }
  .s-header {
    height: auto;
    padding: 8px 15px;
  }
  .menu {
    float: left;
    margin-left: 15%;
    margin-top: 5px;
    color: #1c98f0;
  }
  nav {
    z-index: 999;
    position: fixed;
    left: -60%;
    top: 0;
    height: 100%;
    width: 60%;
    margin-top: 0;
    padding-top: 80px;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
  }
  nav li {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  nav li:nth-of-type(2)::after {
    width: 0;
  }
  nav li a {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
  }
  nav li > a::before {
    display: none;
  }
  nav li:nth-of-type(2) a::after {
    display: none;
  }
  nav li:nth-of-type(2) a::before {
    background: none;
  }
  nav i {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    background-size: 100%;
  }
  header .logo {
    height: 32px;
  }
  .h-right a {
    padding: 2px 6px;
    margin-top: 6px;
    margin-left: 8px;
    font-size: 12px;
  }
  .h-right a.login::after {
    width: 100px;
    height: 34px;
    bottom: -23px;
    margin-left: -54px;
  }
  .h-right li > i {
    font-size: 16px;
    line-height: 35px;
  }
  .h-right li img {
    width: 30px;
    height: 30px;
    margin-top: 3px;
  }

  .h-right li .rbox {
    padding: 10px;
  }

  /* footer */
  .lxfs {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .ulist {
    display: none;
  }

  /*  */
  .r-siderbar {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  header {
    padding: 8px 10px;
  }
  header .logo {
    height: 30px;
  }
  .menu {
    margin-left: 4%;
    font-size: 14px;
  }
}
