@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
  font-size: inherit;
}

img {
  border: none;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*ie9以下提示*/
.ie_low_version {
  display: block;
  height: 70px;
  background: #0855a3;
  color: white;
  line-height: 70px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  font-size: 16px;
  text-align: center;
}

.ie_low_version > div {
  padding: 0 40px;
}

.ie_low_version span {
  float: right;
  display: block;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  color: black;
  text-align: center;
  font-size: 14px;
  margin-top: 23px;
  cursor: pointer;
}

.ie_low_version a {
  color: white;
  margin: 0 2px;
}

.ie_low_version + div {
  margin-top: 70px;
}

/*公共方法*/
.clear::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body,
html {
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.transitionLable {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
}

.transitionLable.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.back-top {
  width: 0.6rem;
  height: 0.6rem;
  background: url("/_upload/tpl/0b/b7/2999/template2999/images/top.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
  position: fixed;
  bottom: 75px;
  z-index: 999;
  right: 28px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.back-top.active {
  opacity: 0.8;
}

.back-top.active:hover {
  opacity: 1;
}

#back-top {
  width: 0.6rem;
  height: 0.6rem;
  background: url("/_upload/tpl/0b/b7/2999/template2999/images/top.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
  position: fixed;
  bottom: 75px;
  z-index: 999;
  right: 28px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#back-top.active {
  opacity: 0.8;
}

#back-top.active:hover {
  opacity: 1;
}

.home {
  background: #f0f4f7;
}

.header .top {
  font-size: 0;
  position: relative;
}

.header .top .logo {
  display: inline-block;
  vertical-align: middle;
  width: 49.6667%;
  height: 80px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/logo2x.png) no-repeat center;
  background-size: 100% auto;

}

.header .top .middle {
  display: inline-block;
  vertical-align: middle;
  width: 35.75%;
  height: 128px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/header-top2x.png) no-repeat center;
  background-size: cover;
  margin-left: 42px;
 -webkit-transform: translateX(-88px);
          transform: translateX(-88px);
}

.header .top .label {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .top .label a {
  font-size: 14px;
  font-weight: 500;
  color: #363636;
  line-height: 20px;
  margin-left: 32px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .top .label a:hover {
  color: #0855a3;
}

.header .top .label a:first-child {
  margin-left: 0;
}

.header .top .label a.search-icon {
  width: 15px;
  height: 15px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/search2x.png) no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .top .label a.search-icon:hover {
  opacity: 0.6;
}

.header .nav {
  width: 100%;
  background: #0855a3;
}

.header .nav ul li {
  text-align: center;
  position: relative;
}

.header .nav ul li a {
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 20px;
  padding: 10px 0;
  display: block;
}

.header .nav ul li a:hover {
    background: #0c4a89;
}

.header .nav > ul {
  font-size: 0;
}

.header .nav > ul > li {
  width: 10%;
  display: inline-block;
}

.header .nav > ul > li > ul {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: auto;
  display: none;
  z-index: 99;
}

.header .nav > ul > li > ul > li {
  background: #0855a3;
}

.header .nav > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: auto;
  display: none;
  z-index: 99;
}

.header .nav > ul > li > ul > li > ul > li {
  background: #0855a3;
}

.header .nav > ul > li:last-child > ul > li > ul {
  left: -100%;
}

.header .nav > ul > li:nth-child(4) > ul > li:last-child {
  display: none;
}

.header .menu {
  width: 24px;
  height: 24px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/menu2x.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .menu.active {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/close2x.png) no-repeat center;
  background-size: cover;
}

.footer {
  background: #0855a3;
}

.footer .top {
  height: 161px;
  font-size: 0;
  padding-top: 34px;
}

.footer .top .left {
  display: inline-block;
  vertical-align: top;
  width: 37.6%;
  position: relative;
}

.footer .top .left .footer-logo {
  width: 67px;
  height: 68px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/footer-logo2x.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

.footer .top .left .outer-chain {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
}

.footer .top .left .outer-chain ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .top .left .outer-chain ul li a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 22px;
}

.footer .top .left .outer-chain ul li:hover {
  opacity: 0.85;
}

.footer .top .left .outer-chain ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .top .left::after {
  content: "";
  width: 1px;
  height: 69px;
  background: #d8d8d8;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 10%;
}

.footer .top .middle {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}

.footer .top .middle p {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 22px;
  margin-bottom: 4px;
}

.footer .top .right {
  position: absolute;
  top: 34px;
  right: 0;
}

.footer .top .right .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.footer .top .right .item .icon {
  width: 43px;
  height: 43px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/wechat-college2x.png) no-repeat center;
  background-size: cover;
  margin: 0 auto;
}

.footer .top .right .item .word {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: white;
  line-height: 22px;
}

.footer .top .right .item .QR_code-wrap {
  display: none;
  width: 100px;
  height: 100px;
  padding: 6px;
  position: absolute;
  top: -112px;
  left: -22px;
  border: 1px solid gainsboro;
  background: #ffffff;
  z-index: 9;
}

.footer .top .right .item .QR_code-wrap .QR_code {
  width: 88px;
  height: 88px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/code2x.jpg) no-repeat center;
  background-size: 100%;
}

.footer .top .right .item .QR_code-wrap .angle {
  display: block;
  width: 14px;
  height: 8px;
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/angle.png) no-repeat center center;
  position: relative;
  bottom: -4px;
  left: 50%;
  margin-left: -7px;
}

.footer .top .right .item:nth-child(2) {
  margin-left: 13px;
}

.footer .top .right .item:nth-child(2) .icon {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/wechat-school2x.png) no-repeat center;
  background-size: cover;
}

.footer .top .right .item:nth-child(2) .QR_code-wrap .QR_code {
  background: url(/_upload/tpl/0b/b7/2999/template2999/images/huanan.jpg) no-repeat center;
  background-size: 100%;
}

.footer .top .right .item:hover .QR_code-wrap {
  display: block;
}

.footer .bottom {
  text-align: center;
  background: #064d9e;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  color: white;
  line-height: 40px;
}

.footer .bottom a {
  color: #fff;
}

@media (max-width: 1260px) {
  .footer .top .left .outer-chain ul li a,
  .footer .top .middle p {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .header .top .logo {
    height: 40px;
width:32%;
  }
}
@media screen and(max-width:768px) {
  .header .top .logo {
    height: 37px;
  }
}


@media (max-width: 992px) {
  body.active {
    overflow: hidden;
  }
  .header {
    background: #ffffff;
  }
  .header .container {
    width: 100%;
  }
  .header .top .logo {
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .menu {
    right: 16px;
  }
  .header .top .label {
    top: 100px;
    z-index: 3;
    right: 24px;
    -webkit-transform: inherit;
            transform: inherit;
    display: none;
  }
  .header .top .label.active {
    display: block;
  }
  .header .top .label a {
    color: #fff;
  }
.header .top .label a:hover {
    color: #fff;
  }
  .header .top .label a:nth-child(1),
  .header .top .label a:nth-child(2) {
    opacity: 0.6;
  }
  .header .top .label a.search-icon {
    background: url(/_upload/tpl/0b/b7/2999/template2999/images/search-phone.png) no-repeat center;
    background-size: contain;
  }
  .header .top .middle {
    width: 30%;
    height: 76px;
    margin-left: 65%;
  }
  .header .menu {
    display: block;
  }
  .banner .container {
    width: 100%;
  }
  .footer .top {
    height: auto;
  }
  .footer .top .left,
  .footer .top .middle {
    display: block;
    width: 100%;
  }
  .footer .top .middle {
    margin-bottom: 16px;
  }
  .footer .top .right {
    top: inherit;
    bottom: 30px;
  }
  .footer .top .left::after {
    display: none;
  }
  .footer .top .left .footer-logo {
    display: block;
    margin: 14px auto 24px auto;
  }
  .footer .top .left .outer-chain {
    display: block;
    margin-left: 0;
  }
  .footer .top .left .outer-chain ul li {
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
  }
  .footer .top .left .outer-chain ul li a {
    padding: 8px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: white;
    line-height: 22px;
  }
  .footer .top .left .outer-chain ul li {
    margin-bottom: 16px;
  }
  .footer .top .left .outer-chain ul li::before {
    display: none;
  }
  .header .nav {
    display: none;
    width: 100%;
    height: calc(100vh - 76px);
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 76px;
    padding: 50px 24px 24px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0855a3;
    z-index: 2;
  }
  .header .nav > ul li {
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0;
  }
  .header .nav > ul > li i {
    position: absolute;
    top: 16px;
    right: 0;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 26px;
    line-height: 20px;
    z-index: 99;
    cursor: pointer;
  }
  .header .nav ul li a {
    width: 100%;
    text-align: left;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 0 16px;
  }
  .header .nav > ul > li ul,
  .header .nav > ul > li > ul > li > ul {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding-left: 24px;
    display: none;
  }
}

@media (max-width: 767px) {
  .header {
    height: 76px;
  }
  .header .container {
    padding: 0;
    height: 100%;
  }
  .header .top .logo {
    width: 260px;
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 22;
  }
  .header .top {
    height: 100%;
  }
  .header .menu {
    right: 16px;
  }
  .header .top .middle {
    background: url(/_upload/tpl/0b/b7/2999/template2999/images/header-img-phone2x.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 0;
    width: 302px;
 -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .footer .top .middle p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    /* margin: 32px auto 64px auto; */
    margin: 32px auto 32px auto;
  }
  /* .footer .top .middle p:nth-child(1) {
    width: 287px;
  }
  .footer .top .middle p:nth-child(2) {
    width: 200px;
  } */
  .footer .top .middle p span {
    display: block;
  }
  .footer .top .right {
    position: inherit;
    text-align: center;
  }
  .footer .top .right .item:nth-child(2) {
    margin-left: 66px;
  }
  .footer .top {
    padding-bottom: 48px;
  }
  .footer .bottom {
    padding: 16px 0;
    height: auto;
    line-height: 16px;
  }
  .footer .bottom a {
    display: block;
  }
}

/*二倍图使用*/
.limit1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=common.css.map */