@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,
.recommend ul li div:last-child .title {
  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;
}
.content .list li .text-content p:nth-child(2),
.ell-2,
.recommend ul li div:last-child .brief {
  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 {
  padding: 100px 0;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
}
.content .swiper-container {
  width: 1410px;
  height: 619px;
}
.content .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  transform: scale(0.8);
  width: 1099px;
  height: 619px;
  position: relative;
}
.content .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  box-shadow: 0 4px 40px 0 rgba(6, 26, 48, 0.63);
}
.content .swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .swiper-container .swiper-wrapper .swiper-slide p {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 80px;
  color: #fff;
  background: rgba(6, 34, 48, 0.5);
  font-size: 20px;
  letter-spacing: 2px;
}
.content .swiper-container .swiper-button-next,
.content .swiper-container .swiper-button-prev {
  font-size: 36px;
  color: #fff;
  list-style: none;
}
.content .list {
  width: 1410px;
  margin: 100px auto;
}
.content .list li {
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 30px;
  height: 170px;
  position: relative;
  transition: 0.3s;
}
.content .list li:hover {
  color: #eee;
}
.content .list li:hover img {
  transform: scale(1.2);
}
.content .list li:hover i {
  width: calc(1410px - 253px);
}
.content .list li:hover .text-content p:last-child {
  color: #999;
}
.content .list li .image {
  width: 253px;
  height: 100%;
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.content .list li .image img {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content .list li i {
  position: absolute;
  z-index: -1;
  left: 253px;
  width: 0;
  bottom: 0;
  top: 0;
  transition: 0.3s;
  background: #2872e0;
}
.content .list li .text-content {
  padding: 20px 20px;
  box-sizing: border-box;
  height: 100%;
}
.content .list li .text-content p:first-child {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.content .list li .text-content p:nth-child(2) {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.content .list li .text-content p:last-child {
  color: #666;
  transition: 0.3s;
}
.content .detail {
  width: 1410px;
  margin: 0 auto;
}
.content .detail .title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.content .detail .time {
  margin: 20px 0 50px;
  font-size: 18px;
  color: #666;
  text-align: center;
  width: 100%;
}
.content .detail .detail-content {
  font-size: 18px;
  line-height: 26px;
}
.recommend {
  width: 1410px;
  margin: 30px auto;
  margin-bottom: 50px;
}
.recommend > p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}
.recommend ul {
  display: flex;
  justify-content: space-between;
}
.recommend ul li {
  width: 390px;
  height: 420px;
  cursor: pointer;
}
.recommend ul li:hover img {
  transform: scale(1.2);
}
.recommend ul li:hover div:last-child {
  background: #eee;
}
.recommend ul li div:first-child {
  width: 100%;
  height: 262px;
  overflow: hidden;
}
.recommend ul li div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.recommend ul li div:last-child {
  transition: 0.5s;
  padding: 20px 0;
}
.recommend ul li div:last-child .title {
  font-size: 18px;
  font-weight: 700;
}
.recommend ul li div:last-child .time {
  margin: 8px 0 20px;
  color: #666;
  font-size: 14px;
}
.recommend ul li div:last-child .brief {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 0;
  }
  .content .swiper-container {
    display: none;
  }
  .content .pagination {
    display: none;
  }
  .content .list {
    margin: 5rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
    width: 100%;
  }
  .content .list li {
    background: #fff;
    height: auto;
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
  }
  .content .list li .image {
    width: 100%;
    height: 20rem;
    float: unset;
  }
  .content .list li .text-content {
    padding: 1rem;
  }
  .content .list li .text-content p:nth-child(2) {
    display: none;
  }
  .content .detail {
    background: #fff;
    padding: 5rem 0;
    width: 100%;
  }
  .content .detail .title {
    line-height: 3rem;
    font-size: 2rem;
  }
  .content .detail .time {
    margin: 2rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .content .detail .detail-content {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .recommend {
    display: none;
  }
}
