/* ========== */
/* = RESET = */
/* ========== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  /*cursor: url(../images/home/hand_ico.ico),auto;*/
}

body {
  min-width: 320px;
  font-size: 14px;
  color: #666;
  font-family: -apple-system, "PingFang SC", "Helvetica Neue", "Microsoft Yahei",
    STHeiti, Tahoma, Simsun, sans-serif;
  -webkit-overflow-scrolling: touch;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
dl {
  list-style: none;
}

/*RESET A*/
* {
  text-decoration: none !important;
}
a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: none;
  star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666;
}
/* HTML5 RESET THE OLD BROWERS*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*CLEAR the FLOAT*/
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: "\20";
}

.bgFull {
  background-size: cover;
  background-position: center center;
  background-repeat: nno-repeat;
}

/*RESET the FORM*/
fieldset {
  border: 0 !important;
}
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
  resize: none;
  font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue",
    STHeiti, Tahoma, Simsun, sans-serif;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
input,
textarea {
  -webkit-appearance: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #aaaaaa;
}
input:-moz-placeholder {
  color: #aaaaaa;
}
input::-moz-placeholder {
  color: #aaaaaa;
}
input:-ms-input-placeholder {
  color: #aaaaaa;
}

textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
textarea:-moz-placeholder {
  color: #aaaaaa;
}
textarea::-moz-placeholder {
  color: #aaaaaa;
}
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}

/*RESET IMAGES*/
img {
  display: block;
  max-width: 100%;
  border: 0;
  margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*RESET FONTS*/
.t2 {
  text-indent: 2em;
}
em {
  font-style: normal;
}
.overf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*LAYOUT*/
.inner-wrap {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}

.pc-block {
  display: block;
}
.mb-block {
  display: none;
}
.page-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mb-down-flex {
  display: none;
}

@media (max-width: 1280px) {
  .inner-wrap {
    padding: 0 40px;
  }
}

@media (max-width: 999px) {
  .page-wrap {
    font-size: 12px;
  }
  .pc-block {
    display: none;
  }
  .mb-block {
    display: block;
  }
  .mb-down-flex {
    display: flex;
  }

  .inner-wrap {
    padding: 0 15px;
  }
}

.transition {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@font-face {
  font-family: "dincondensedc";
  src: url(../fonts/dincondensedc.otf);
}
@font-face {
  font-family: "PingFangRegular";
  src: url(../fonts/PingFangRegular.ttf);
}
.b-shadow {
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

/* ========== */
/* = PC-HEADER = */
/* ========== */
.header {
  position: relative;
  z-index: 3;
  height: 80px;
}
.header .logo {
  float: left;
  color: #666666;
  font-size: 0;
  padding-top: 20px;
}
.header .logo img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.header .logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.header .logo em {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.header .nav {
  float: right;
}
.header .nav li {
  float: left;
  position: relative;
}
.header .nav li.drop {
  margin-right: 20px;
}
.header .nav li > a {
  display: block;
  line-height: 80px;
  height: 80px;
  padding: 0 25px;
}
.header .nav li > a i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  width: 9px;
  height: 4px;
  background: url(../images/nav_ico.png);
}
.header .nav li div {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-align: center;
}
.header .nav li div a {
  display: block;
  line-height: 40px;
  height: 40px;
}
.header .nav li div a:hover {
  color: #44c9eb;
}
.header .nav li:hover > a,
.header .nav li.current > a {
  color: #44c9eb;
}
.header .nav li:hover > a i,
.header .nav li.current > a i {
  background: url(../images/nav_ico_h.png);
}
.header .nav li:hover div {
  display: block;
}

@media (max-width: 1080px) {
  .header .nav li > a {
    padding: 0 20px;
  }
  .header .nav li > a i {
    right: 2px;
  }
}

/* ========== */
/* = PC-FOOTER = */
/* ========== */
.foot {
  padding: 30px 0 25px;
  background: #f0f0f0;
}
.foot ul {
  display: flex;
  justify-content: space-between;
}
.foot li h3 {
  color: #333;
  font-size: 22px;
}
/* .foot li{ float: left;} */
/* .foot li:nth-child(1){ width: 33.75%; min-width: 220px;}
.foot li:nth-child(2){ max-width: 400px;}
.foot li:nth-child(3){ width: 410px;}
.foot li:nth-child(4){ width: 410px;} */
.foot li span,
.foot li span a {
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.foot li .erweima {
  margin-top: 10px;
}
.foot li .erweima img {
  float: left;
  margin-right: 10px;
}
.foot li .text {
  margin-top: 5px;
  line-height: 28px;
}
.foot li .text a:hover {
  text-decoration: underline !important;
}

.foot .link em {
  margin: 0 10px;
  display: inline-block;
  font-style: normal;
}
.foot .link a:hover {
  text-decoration: underline !important;
}

.copyright {
  padding: 15px 0;
  line-height: 30px;
  background: #e6e6e6;
}
.copyright .left {
  float: left;
  font-size: 12px;
}
.copyright .left a:hover {
  text-decoration: underline !important;
}
.copyright .right {
  float: right;
  padding-right: 54px;
}
.copyright .right img {
  margin-left: 10px;
  float: left;
}

.fixed-sub {
  position: fixed;
  bottom: 80px;
  right: 3%;
  width: 60px;
  z-index: 999;
}
.fixed-sub span {
  margin-bottom: 8px;
  float: left;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
}
.fixed-sub span em {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: #44c9eb;
  padding-top: 2px;
}
.fixed-sub span:nth-child(2) em {
  background: #ffb607;
}
.fixed-sub span div {
  display: none;
  position: absolute;
  right: 68px;
  top: 0;
  width: 130px;
  padding: 5px;
  border-radius: 5px;
  background: #ffffff;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.fixed-sub span div img {
  width: 100%;
}
.fixed-sub span:hover div {
  display: block;
}

/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0.533333rem;
  z-index: 9;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.mb-header .mb-logo {
  float: left;
  display: block;
}
.mb-header .mb-logo img {
  margin: 0;
  display: block;
  vertical-align: top;
  height: 1.333333rem;
}
.mb-nav-ico {
  position: absolute;
  right: 0.375rem;
  top: 50%;
  margin-top: -0.25rem;
  width: 0.6875rem;
  height: 0.5rem;
  cursor: pointer;
}
.mb-nav-ico .line {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #666666;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mb-nav-ico .line:nth-child(1) {
  top: 0;
}
.mb-nav-ico .line:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.mb-nav-ico .line:nth-child(3) {
  bottom: 0;
}
.mb-nav-ico.active .line:nth-child(2) {
  opacity: 0;
}
.mb-nav-ico.active .line:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.mb-nav-ico.active .line:nth-child(3) {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}

@media (max-width: 999px) {
  .page-wrap {
    padding-top: 1.333333rem;
    padding-bottom: 1.866666rem;
  }
}

/* ========== */
/* = MENU = */
/* ========== */
.shade {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
  background: transparent;
}
.menu {
  position: fixed;
  left: 100%;
  top: 0;
  padding-top: 1.4rem;
  width: 70%;
  height: 100%;
  text-align: left;
  z-index: 11111;
  overflow-y: scroll;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(26, 24, 24, 0.1) inset;
  box-shadow: 0 0 30px rgba(26, 24, 24, 0.1) inset;
}
.menu li {
  position: relative;
}
.menu li > span {
  display: block;
  position: relative;
  padding: 0 0.666666rem 0 1.493333rem;
  height: 1.36rem;
  line-height: 1.36rem;
  color: #767676;
  font-size: 0.35rem;
  border-bottom: 1px solid #e9e9e9;
}
.menu li:nth-child(1) > span {
  border-top: 1px solid #e9e9e9;
}
.menu ul li > span::before {
  content: "";
  position: absolute;
  left: 0.666666rem;
  top: 50%;
  margin-top: -0.133333rem;
  width: 0.266666rem;
  height: 0.266666rem;
  border: 2px solid #35daf0;
  border-radius: 100%;
}
.menu ul li a {
  color: #322e2d;
}
.menu ul li > span.default::after {
  content: "";
  position: absolute;
  right: 0.666666rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  margin-top: -0.16rem;
}
.menu ul li .menu-slide a {
  color: #7c7d7d;
}
.menu-slide {
  display: none;
}
.menu-slide a {
  position: relative;
  display: block;
  padding: 0 0.666666rem 0 1.493333rem;
  height: 1.333333rem;
  line-height: 1.333333rem;
  font-size: 0.32rem;
  color: #7c7d7d;
  border-bottom: 1px solid #e9e9e9;
}
.menu-slide a::before {
  content: "";
  position: absolute;
  left: 0.666666rem;
  top: 50%;
  margin-top: -0.10625rem;
  width: 0.266666rem;
  height: 0.266666rem;
  background: url(../images/mobile/menu_bg3.png) no-repeat;
  background-size: cover;
}
.menu-slide a:hover,
.menu-slide a.active {
  background: #35daf0;
  color: #ffffff;
}
.menu li > span.active a {
  color: #35daf0;
}
.menu li > span.active::before {
  color: #fff;
  background: #35daf0;
  border-color: #35daf0;
}
.menu li > span.active::after {
  content: "";
  position: absolute;
  right: 0.666666rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  margin-top: -0.16rem;
  background: url(../images/mobile/menu_bg2.png) no-repeat center;
}

/* ========== */
/* = MB-FOOTER = */
/* ========== */
.mb-footer {
  padding: 0.533333rem 0.533333rem 0.4rem;
  background: #666666;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.mb-footer .mb-link a {
  margin-right: 0.333333rem;
  display: inline-block;
  vertical-align: middle;
  width: 0.866666rem;
}
.mb-footer .des {
  margin-top: 0.4rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.mb-footer .dimg {
  margin-top: 0.6rem;
}
.mb-footer .dimg img {
  margin-right: 0.133333rem;
  float: left;
  height: 0.4rem;
  width: 1.066666rem;
}
.mb-footer .text {
  margin-top: 0.373333rem;
  font-size: 0.266666rem;
}

.weixin-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 999;
}
.weixin-pop .content {
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  padding-top: 50px;
}
.weixin-pop .content + i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.weixin-pop .content div {
  margin-top: 10px;
  line-height: 20px;
}

.mb-down {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  height: 1.866666rem;
  width: 100%;
  padding: 0 0.533333rem;
  z-index: 999;
  justify-content: space-between;
  align-items: center;
}
.mb-down img {
  height: 1.5rem;
  margin: 0;
}
.mb-down a {
  display: block;
  width: 2.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #fd6a48;
  color: #ffffff;
  border-radius: 0.4rem;
  font-size: 0.373333rem;
}

.main404 {
  text-align: center;
  padding-top: 105px;
}
.main404 .des {
  margin-top: 22px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.main404 .des2 {
  margin: 20px 0 50px;
  color: #999999;
}
.main404 .des2 span {
  color: #44c9eb;
}
.main404 .des2 a {
  color: #44c9eb;
  text-decoration: underline !important;
}

.sitemap {
  padding: 70px 0;
}
.sitemap .tit {
  font-size: 27px;
  color: #333333;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.sitemap li {
  line-height: 30px;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}
.sitemap li a {
  display: inline-block;
  font-size: 16px;
}
.sitemap li a:hover {
  color: #44c9eb;
}
.sitemap li span {
  display: inline-block;
  margin-right: 75px;
}
.sitemap li span a {
  display: inline-block;
  min-width: 4em;
  font-size: 18px;
  color: #333333;
}
.sitemap li span a:hover {
  color: #44c9eb;
}
.sitemap li em {
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 999px) {
  .main404 {
    padding-top: 70px;
  }

  .sitemap {
    padding: 50px 0;
  }
  .sitemap .tit {
    font-size: 20px;
  }
  .sitemap li span {
    display: block;
  }
  .sitemap li span a {
    font-size: 16px;
  }
  .sitemap li em {
    display: none;
  }
  .sitemap li a {
    margin-right: 20px;
    font-size: 13px;
  }
}

/* richtext-image height */

.richtext-image {
  height: auto !important;
}

.hide-ifocusu {
  display: none !important;
}

.justify-text {
  text-align: justify;
}