@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  background: #ffffff;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Source Han Sans, Noto Sans CJK Sc, Microsoft YaHei, Microsoft Jhenghei, sans-serif; }

button,
textarea,
input {
  outline: none; }

body > a {
  display: none; }

a {
  text-decoration: none; }

li {
  list-style: none; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.pointer {
  cursor: pointer !important; }

.not-allowed {
  cursor: not-allowed !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

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

.w1280 {
  width: 1280px;
  margin: 0 auto; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.header-space {
  height: 60px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  color: #666666;
  min-width: 1200px;
  z-index: 10; }

.header-container {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.header-logo {
  width: 339px;
  height: 60px; }

.header-logo img {
  width: 339px;
  height: 44px;
  margin-top: 8px; }

.header-nav {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  line-height: 60px; }

.header-nav .header-nav-item {
  margin: 0 20px;
  padding: 0 7px;
  transition: 0.3s ease-in-out;
  position: relative; }

.header-nav .header-nav-item .header-nav-item-border {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 4px solid #02C687;
  transition: 0.3s all linear; }

.header-nav .header-nav-item:hover .header-nav-item-border,
.header-nav .header-nav-item.active .header-nav-item-border {
  width: 100%;
  left: 0; }

.header-nav .header-nav-item:hover,
.header-nav .header-nav-item.active {
  color: #02C687; }

.register-container {
  line-height: 16px; }

.register-container .btn {
  padding: 6px 15px;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #02C687;
  color: #02C687;
  display: inline-block;
  margin: 16px 7px;
  transition: 0.5s ease-in-out; }

.register-container .btn-login:hover {
  color: #FFFFFF;
  background-color: #02C687; }

.register-container .btn-register {
  background-color: #02C687;
  color: #ffffff; }
  .register-container .btn-register:hover {
    background-color: #00B279; }

/* 网站底部 */
.footer_main {
  width: 100%;
  background: #fff; }

.footer_main .footerconhr {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#a3d6ff), to(#75b6ff));
  background: -webkit-linear-gradient(left, #a3d6ff 0, #75b6ff 100%);
  background: linear-gradient(90deg, #a3d6ff 0, #75b6ff 100%); }

.footer_main .footercon {
  padding: 45px 0; }

.footer_main .footercon .tit {
  font-size: 16px;
  margin-bottom: 22px;
  color: #3D4042; }

.footer_main .bnav {
  width: 206px;
  float: left; }

.footer_main .bnav .item {
  width: 150px;
  float: left;
  line-height: 42px; }

.footer_main .bnav .item a {
  display: block;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  font-size: 14px;
  color: #676c70;
  line-height: 36px; }

.footer_main .bnav .item a:hover {
  color: #0f93ff; }

.footer_main .bintroduce {
  width: 206px;
  float: left; }

.footer_main .bcontact {
  width: 360px;
  float: left; }

.footer_main .bintroduce .item {
  float: left;
  line-height: 42px; }

.footer_main .bintroduce .item a {
  display: block;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  font-size: 14px;
  color: #676c70;
  line-height: 36px;
  cursor: pointer; }

.footer_main .bintroduce .item a:hover {
  color: #0F93FF; }

.footer_main .bcontact ul {
  line-height: 42px; }

.footer_main .bcontact ul .t {
  margin-top: 15px; }

.footer_main .bcontact .item {
  float: left;
  line-height: 42px; }

.footer_main .bcontact .item a {
  display: block;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  font-size: 14px;
  color: #676c70;
  line-height: 36px; }

.footer_main .ewmlist {
  float: right;
  width: 238px; }

.footer_main .ewmlist .tit {
  font-size: 16px;
  color: #3d4042;
  line-height: 16px; }

.footer_main .ewmlist li {
  width: 94px;
  margin-left: 50px;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #676c70;
  line-height: 14px;
  margin-top: 10px; }

.footer_main .ewmlist li img {
  width: 94px;
  height: 94px;
  /* padding: 12px; */
  background: #fff;
  display: block;
  margin-top: 5px; }

.footer_main .ewmlist li:nth-of-type(3n+1) {
  margin-left: 0; }

.footer_main .links {
  width: 100%;
  line-height: 22px;
  padding: 30px 0;
  background: url(/templates/xgjnew/img/bbg.jpg) repeat-x 0 top;
  color: #999; }

.footer_main .links a {
  color: #999;
  margin-right: 15px;
  display: inline-block; }

.footer_main .links a:hover {
  color: #fff; }

.qr-code {
  display: flex;
  justify-content: space-between;
  width: 440px; }

.qr-code-item {
  height: 150px;
  display: inline-block; }

.qr-code .qr-code-item img {
  width: 120px;
  height: 120px; }

.qr-code .qr-code-item .words {
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  opacity: 0.6; }

.copyright {
  padding-bottom: 40px;
  font-size: 12px;
  color: #676c70;
  line-height: 24px; }

.copyright a {
  color: inherit; }

.copyright .icp {
  float: right; }

.customer-service-box {
  width: 146px;
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 997;
  cursor: pointer;
  margin-top: -190px;
  border: 1px solid #ECECEC;
  background-color: #FFFFFF; }

.customer-service-box .customer-service-item {
  padding: 10px;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #ECECEC; }

.customer-service-box .customer-service-item:last-child {
  border-bottom: none; }

.customer-service-box .customer-service-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle; }

.customer-service-box .customer-service-item .qrCode {
  width: 120px;
  height: 120px;
  margin: 12px 0 8px 0; }

.customer-service-box .customer-service-item .desc {
  font-size: 12px;
  text-align: center; }

/*小程序二维码弹窗*/
#xcxPop {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  align-items: center;
  justify-content: center;
  display: none; }
  #xcxPop .xcx-popup-box {
    position: relative; }
    #xcxPop .xcx-popup-box .icon {
      cursor: pointer;
      position: absolute;
      width: 14px;
      height: 14px;
      top: 20px;
      right: 20px;
      color: #ccc; }
