@charset "UTF-8";
body,
html {
  width: 100%;
}
a {
  text-decoration: none;
}
.rl {
  border: 1px solid red;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  zoom: 1;
}
.ell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ell-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ell-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ell-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ell-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ell-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ell-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.ell-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.ell-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.ell-9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.anchorBL {
  display: none;
}
.box-content {
  box-sizing: border-box;
  position: relative;
  width: 1150px;
  font-size: 0;
  margin: 0 auto;
}
.header {
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0); */
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.6s ease;
  overflow: hidden;
  height: 7rem;
}
.header.is-fixed {
  background-color: #fff;
  border-bottom: rgba(255, 255, 255, 0);
}
.header.is-fixed i {
  color: #333;
}
.header.is-fixed .nav li a {
  color: #333;
}
.header::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.header .header-logo {
  float: left;
}
.header .header-logo img {
  margin-top: 1rem;
  height: 5rem;
}
.header .nav {
  float: right;
}
.header .nav li {
  display: inline-block;
  position: relative;
  padding: 2.5rem 2.5rem 1.3rem;
}
.header .nav li.active {
  border-bottom: 2px solid #0e94fb;
}
.header .nav li.active > a {
  color: #0e94fb;
}
.header .nav li:hover ~ li::before {
  left: 0;
}
.header .nav li:hover > a {
  transition: 0.3s;
  color: #0e94fb;
}
.header .nav li:hover::before {
  width: 100%;
  color: #0e94fb;
  left: 0;
}
.header .nav li::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 100%;
  width: 0%;
  border-bottom: 2px solid #0e94fb;
  transition: 0.2s all linear;
}
.header .nav li a {
  height: 30px;
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.header .m-icon {
  display: none;
  float: right;
  color: #fff;
  font-size: 3rem;
  line-height: 6rem;
}
.banner {
  width: 100%;
  margin-top: 70px;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .banner-content {
  position: absolute;
  width: 60%;
  top: 40%;
  left: 20%;
}
.banner .banner-content .index-eng-title {
  margin-top: 14%;
  width: 90%;
  margin-left: 5%;
}
.banner .banner-content .index-co {
  margin-top: 5%;
  width: 60%;
  margin-left: 20%;
}
.banner .banner-c {
  position: absolute;
  width: 100%;
  top: 23%;
  color: #fff;
  text-align: center;
}
.banner .banner-c .index-title {
  font-weight: 400;
  font-size: 44px;
}
.banner .banner-c .index-eng-title {
  margin-top: 1%;
  color: #cecece;
}
.banner .banner-c .index-co {
  margin-top: 30px;
  font-size: 30px;
  color: #0e94fb;
}
.footer {
  padding: 50px 250px;
  box-sizing: border-box;
  background: #333;
  overflow: hidden;
}
.footer > div {
  float: left;
  color: #fff;
  width: 33%;
  height: 200px;
}
.footer > div + div {
  border-left: 1px solid #666;
}
.footer .left img {
  max-width: 90%;
  margin-bottom: 2rem;
}
.footer .left p {
  margin-top: 1rem;
  line-height: 2.2rem;
  width: 80%;
}
.footer .left a {
  display: block;
  margin-top: 1rem;
  line-height: 2.2rem;
  width: 80%;
  color: #fff;
}
.footer .right {
  text-align: center;
}
.footer .right img {
  height: 200px;
  width: 200px;
}
.footer .middle {
  padding-left: 5rem;
  box-sizing: border-box;
}
.footer .middle .title {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 20px;
}
.footer .middle p {
  line-height: 30px;
}
.footer .middle p span {
  margin-right: 15px;
}
.pagination > div {
  font-size: 18px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.pagination > div p {
  display: inline;
}
.pagination > div p span {
  font-weight: 700;
  margin: 0 5px;
}
.pagination > div > span {
  margin: 0 8px;
  background: #17adfb;
  color: #fff;
}
.pagination > div > span:nth-child(2),
.pagination > div > span:nth-last-child(2) {
  font-weight: 700;
}
.pagination > div span {
  cursor: pointer;
  padding: 3px 8px;
}
.pagination > div span.active {
  background: #17adfb;
  color: #fff;
}
.m-footer,
.m-footer-consulting,
.wx-options {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 6rem;
    overflow: inherit;
  }
  .header.is-fixed .box-content .nav {
    background: #fff;
  }
  .header .box-content {
    width: 100%;
  }
  .header .box-content .header-logo img {
    margin: 1rem 0 0 1rem;
    height: 4rem;
  }
  .header .box-content .nav {
    position: absolute;
    width: 100%;
    z-index: 66;
    top: 6rem;
    background: #333;
  }
  .header .box-content .nav li {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .header .box-content .nav li:hover > a {
    transition: 0.3s;
    color: #fff;
  }
  .header .box-content .nav li:hover::before {
    border-bottom: none;
  }
  .header .box-content .nav li.active {
    border-bottom: none;
  }
  .header .box-content .m-icon {
    display: inline;
    margin-right: 1rem;
  }
  .footer {
    display: none;
  }
  .content {
    background: #f1f0f0;
    width: 100%;
  }
  .list-banner {
    height: 25rem;
  }
  .list-banner img {
    height: 100%;
    object-fit: cover;
  }
  .list-banner .banner-c {
    top: 10rem;
  }
  .list-banner .banner-c .index-title {
    font-size: 3rem;
  }
  .list-banner .banner-c .index-eng-title {
    font-size: 1.4rem;
  }
  .list-banner .banner-c .index-co {
    font-size: 1.6rem;
  }
  .m-footer {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 6rem;
    background-color: #fff;
    z-index: 999;
  }
  .m-footer > a,
  .m-footer > p {
    display: block;
    height: 5rem;
    color: #333;
    width: 30%;
    float: left;
    text-align: center;
    padding: 1rem 0;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  .m-footer > a i,
  .m-footer > p i {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 0.5rem;
  }
  .m-footer > div {
    float: right;
    width: 40%;
    height: 100%;
    color: #fff;
    background-color: #2872e0;
    line-height: 6rem;
    font-size: 2rem;
    text-align: center;
  }
  .wx-options {
    transition: 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
  }
  .wx-options > div {
    border-radius: 5px;
    width: 25rem;
    height: 30rem;
    background-color: #fff;
    margin: 15rem auto;
    text-align: center;
    position: relative;
  }
  .wx-options > div i {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    height: 30rem;
    font-size: 2rem;
  }
  .wx-options > div img {
    width: 22rem;
    height: 22rem;
    margin-top: 3rem;
  }
  .wx-options > div p {
    margin-top: 1rem;
  }
  .m-footer-consulting {
    transition: 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
  }
  .m-footer-consulting > div {
    border-radius: 5px;
    width: 90%;
    height: 42rem;
    margin: 10rem auto;
    background: #fff;
    position: relative;
    padding: 5rem 1rem;
    box-sizing: border-box;
  }
  .m-footer-consulting > div i {
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
    height: 30rem;
    font-size: 2rem;
  }
  .m-footer-consulting > div > div {
    border: 1px solid #666;
    height: 4rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    box-sizing: border-box;
    border-radius: 2px;
  }
  .m-footer-consulting > div > div label {
    font-size: 1.8rem;
    margin-right: 1rem;
    color: #666;
  }
  .m-footer-consulting > div > div input {
    height: 90%;
    width: 25rem;
    border: none;
    outline: 0;
    font-size: 1.6rem;
  }
  .m-footer-consulting > div textarea {
    margin: 0 auto;
    border-radius: 2px;
    width: 29rem;
    padding: 1rem;
  }
  .m-footer-consulting > div .footer-tips {
    margin: 0.5rem 0;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
  }
  .m-footer-consulting > div .footer-tips.warning {
    color: #e6a23c;
    opacity: 1;
  }
  .m-footer-consulting > div .footer-tips.success {
    color: #67c23a;
    opacity: 1;
  }
  .m-footer-consulting > div p {
    color: #fff;
    margin: 1rem auto;
    width: 11rem;
    height: 4rem;
    background: #2872e0;
    border-radius: 5px;
    text-align: center;
    line-height: 4rem;
    font-size: 1.5rem;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
html {
  font-family: PingFangSC-Light, "PingFang SC", STHeitiSC-Light, Helvetica-Light,
    Arial, sans-serif;
}
.content {
  min-height: 30rem;
  width: 100%;
}
.content .title {
  padding-top: 8rem;
  width: 30rem;
  margin: 0 auto;
  text-align: center;
}
.content .brief {
  height: 78rem;
  width: 100%;
  background: url(../images/about/briefBg.png) no-repeat;
  background-position: center;
  text-align: center;
}
.content .brief .brief-content {
  font-size: 1.8rem;
  width: 120rem;
  margin: 2rem auto;
  text-align: center;
  margin-top: 5rem;
  line-height: 4rem;
}
.content .brief .brief-content .name {
  color: #0e94fb;
  font-size: 2.6rem;
  font-weight: 700;
}
.content .brief .brief-content .brief-c {
  color: #0e94fb;
}
.content .brief > img {
  width: 72.4rem;
  height: 39.4rem;
  object-fit: cover;
}
.content .culture {
  width: 1410px;
  margin: 0 auto;
  padding: 0 0 5rem;
}
.content .culture .culture-list {
  width: 43rem;
  float: left;
  margin-left: 2rem;
}
.content .culture .culture-list > div {
  padding: 1rem 0;
}
.content .culture .culture-list > div p {
  color: #666;
  font-size: 1.4rem;
  line-height: 2.5rem;
  position: relative;
}
.content .culture .culture-list > div p:first-child {
  color: #333;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.content .culture .culture-list > div p:first-child::before {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background: #17adfb;
  position: absolute;
  left: -1rem;
  top: 0.4rem;
}
.content .culture .culture-img {
  width: 85.6rem;
  height: 58.7rem;
  float: right;
  object-fit: cover;
}
.content .qualifications {
  width: 1410px;
  margin: 0 auto;
  padding: 0 0 5rem;
}
.content .qualifications .swiper-container {
  margin-top: 5rem;
}
.content .qualifications .swiper-container .swiper-slide {
  height: 30rem;
  /* border: 1px solid red; */
}
.content .qualifications .swiper-container .swiper-button-next,
.content .qualifications .swiper-container .swiper-button-prev {
  color: #aaa;
  font-weight: 700;
}
.content .contact {
  margin-top: 5rem;
  width: 100%;
  height: 60rem;
  background: url(../images/about/contact.png) no-repeat;
  background-position: center;
}
.content .contact .contact-content {
  width: 1410px;
  margin: 5rem auto;
  height: 31rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 5rem 6rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.content .contact .contact-content p {
  text-align: center;
  height: 20rem;
  width: 100%;
  padding-top: 2rem;
  box-sizing: border-box;
}
.content .contact .contact-content p + p {
  border-left: 1px solid #17adfb;
}
.content .contact .contact-content p i {
  color: #17adfb;
  font-size: 5rem;
  display: block;
  margin-bottom: 3rem;
}
.content .contact .contact-content p span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.menu {
  /* border-top: 1px solid #999; */
  width: 100%;
  /* position: fixed;
  top: 7rem;
  left: 0;
  z-index: 999; */
  transition: all 0.6s ease;
  overflow: hidden;
  background: #fff;
  padding: 15px 0;
  box-sizing: border-box;
}
.menu ul {
  width: 1410px;
  margin: 0 auto;
}
.menu ul li {
  text-align: center;
  line-height: 40px;
  float: left;
  width: 200px;
  cursor: pointer;
  transition: 0.2s;
  font-size: 1.6rem;
}
.menu ul li.active {
  background: #0e94fb;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .menu {
    position: inherit;
  }
  .menu ul {
    display: flex;
    width: 100%;
    padding: 0.6rem 0;
    overflow-x: auto;
  }
  .menu ul li {
    min-width: 25%;
    width: auto;
  }
  .menu ul li.active {
    border-bottom: 1px solid #0e94fb;
    background: 0 0;
    color: #0e94fb;
  }
  .content {
    background: #fff;
  }
  .content .title {
    padding-top: 4rem;
  }
  .content .brief {
    height: auto;
  }
  .content .brief .brief-content {
    margin: 1rem auto;
    line-height: 3.3rem;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .content .brief .brief-content .name {
    color: #333;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .content .brief .brief-content .brief-c {
    color: #333;
  }
  .content .brief > img {
    height: 30rem;
    width: 100%;
  }
  .content .culture {
    width: 100%;
    position: relative;
    height: 34rem;
    z-index: 1;
  }
  .content .culture .culture-list {
    width: 80%;
    margin-left: 0;
    margin-top: 2rem;
    padding: 1rem 2rem;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(74, 74, 74, 0.31);
  }
  .content .culture .culture-list > div {
    padding: 0.5rem 0;
  }
  .content .culture .culture-list > div p:first-child {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.6rem;
  }
  .content .culture .culture-list > div p:nth-child(2),
  .content .culture .culture-list > div p:nth-child(3) {
    display: none;
  }
  .content .culture .culture-img {
    position: absolute;
    width: 80%;
    height: 25rem;
    right: 0;
    top: 10rem;
    z-index: -1;
  }
  .content .qualifications {
    width: 100%;
  }
  .content .qualifications .swiper-container {
    width: 25rem;
    height: 30rem;
    padding: 0 1rem;
    justify-content: center;
  }
  .content .contact {
    background: 0 0;
  }
  .content .contact .title {
    display: none;
  }
  .content .contact .contact-content {
    display: none;
  }
  .content .contact .map {
    width: 100%;
    height: 54rem;
    margin-bottom: 9rem;
    position: relative;
  }
  .content .contact .map > #map {
    width: 100%;
    height: 100%;
  }
  .content .contact .map .map-contact {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #2872e0;
    display: flex;
    height: 12rem;
    padding-top: 2rem;
  }
  .content .contact .map .map-contact span {
    display: none;
  }
  .content .contact .map .map-contact p {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    text-align: center;
  }
  .content .contact .map .map-contact p i {
    display: block;
    margin-bottom: 1rem;
  }
}
.swiper-item-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
