@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;
}
.case-list ul li .content p:first-child,
.ell,
.information .infor-content .infor-left .message > div > div p:first-child,
.information .infor-content .infor-right > div div p:first-child,
.m-case-list .swiper-slide p {
  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;
}
.case-list ul li .content p:nth-child(2),
.ell-2,
.information .infor-content .infor-left .message > div > div p:last-child,
.information .infor-content .infor-right > div div p:last-child {
  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: #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: "";
  display: none;
  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;
}
.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: 70px;
}
.banner .banner-c .index-eng-title {
  margin-top: 1%;
  color: #cecece;
}
.banner .banner-c .index-co {
  margin-top: 5%;
  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;
}
.we-are {
  position: relative;
  padding: 90px 0;
}
.we-are.info .who {
  color: #fff;
}
.we-are .biref {
  position: relative;
  width: 100%;
  height: 85px;
}
.we-are .biref .title,
.we-are .biref .who,
.we-are .biref .xh {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
}
.we-are .biref .xh {
  font-size: 80px;
  opacity: 0.1;
  color: #0e94fb;
}
.we-are .biref .who {
  font-weight: 700;
  top: 24px;
  font-size: 26px;
}
.we-are .biref .title {
  color: #666;
  top: 60px;
  font-size: 16px;
}
.are-list {
  height: auto;
  width: 100%;
}
.are-list ul {
  margin: 0 auto;
  width: 1410px;
  display: flex;
  justify-content: space-around;
}
.are-list ul li {
  width: 25%;
  height: 30rem;
  padding: 3rem 5rem 5rem;
  box-sizing: border-box;
  text-align: center;
}
.are-list ul li div {
  width: 100%;
  height: 100%;
  background: url(../images/home/cur2.png) no-repeat;
  background-size: 100% 100%;
  transition: 0.3s;
  text-align: center;
}
.are-list ul li div span {
  line-height: 25rem;
  font-size: 100px;
}
.are-list ul li div span::after {
  content: "+";
  font-size: 30px;
  font-weight: 800;
}
.are-list ul li p {
  margin-top: 20px;
  transition: 0.3s;
}
.are-list ul li:hover div {
  background: url(../images/home/cur1.png) no-repeat;
  background-size: 100% 100%;
  color: #2872e0;
}
.are-list ul li:hover p {
  color: #2872e0;
}
.more {
  margin: 20px auto;
  width: 221px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #333;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.more.info {
  border: 1px solid #fff;
}
.more.info > p:first-child {
  color: #333;
}
.more.info > p:nth-child(2) {
  color: #fff;
}
.more.info div {
  background: #fff;
}
.more.info:hover p:nth-child(2) {
  color: #333;
}
.more:hover div {
  right: 0;
}
.more:hover p:nth-child(2) {
  color: #fff;
}
.more div {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
  background: #333;
}
.more > p {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
}
.more > p:first-child {
  color: #fff;
}
.more > p :nth-child(2) {
  transition: 0.5s;
}
.serive-image {
  width: 100%;
  height: 610px;
  position: relative;
  display: flex;
}
.serive-image > div {
  position: relative;
  height: 100%;
  width: 25%;
  color: #17adfb;
  text-align: center;
}
.serive-image > div:first-child > div {
  background: url(../images/home/3.png) no-repeat;
  background-size: 100% 100%;
}
.serive-image > div:nth-child(2) > div {
  background: url(../images/home/2.png) no-repeat;
  background-size: 100% 100%;
}
.serive-image > div:nth-child(3) > div {
  background: url(../images/home/1.png) no-repeat;
  background-size: 100% 100%;
}
.serive-image > div:last-child > div {
  background: url(../images/home/4.png) no-repeat;
  background-size: 100% 100%;
}
.serive-image > div:hover {
  z-index: 66;
}
.serive-image > div:hover > div {
  transform: scale(1.2);
}
.serive-image > div:hover span {
  color: #fff;
  transition: 0.3s;
  transform: scale(1.2);
}
.serive-image > div:hover i {
  background: rgba(29, 123, 252, 0.6);
}
.serive-image > div > div {
  height: 100%;
  width: 100%;
  transition: 0.5s;
  position: relative;
}
.serive-image > div > div > i,
.serive-image > div > div > p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.serive-image > div > div > i {
  background: rgba(14, 38, 84, 0.6);
}
.serive-image > div > div > p {
  z-index: 2;
  text-align: center;
}
.serive-image > div > div span {
  margin-top: 40%;
  font-size: 100px;
  display: block;
}
.serive-image > div > div span:last-child {
  margin-top: 5%;
  font-size: 22px;
}
.case-list {
  width: 100%;
}
.case-list ul {
  overflow: hidden;
  margin: 0 auto;
  width: 1410px;
}
.case-list ul li {
  width: 427px;
  height: 242px;
  float: left;
  margin: 20px 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.case-list ul li:hover .content {
  top: 0;
}
.case-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-list ul li .content {
  color: #fff;
  transition: 0.3s;
  position: absolute;
  top: -242px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 30px 20px 10px;
}
.case-list ul li .content p {
  width: 300px;
  line-height: 25px;
}
.case-list ul li .content p:first-child {
  font-size: 30px;
  margin-bottom: 15px;
}
.case-list ul li .content i {
  bottom: 20px;
  position: absolute;
  right: 20px;
  font-size: 30px;
}
.m-case-list {
  display: none;
  height: 30rem;
}
.m-case-list .swiper-button-next,
.m-case-list .swiper-button-prev {
  color: #fff;
  font-weight: 700;
}
.m-case-list .swiper-slide img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.m-case-list .swiper-slide p {
  height: 30%;
  background: #fff;
  line-height: 5rem;
  width: 100%;
  font-size: 2rem;
  text-align: center;
}
.map {
  width: 100%;
  height: 549px;
  margin-bottom: 90px;
  position: relative;
}
.map > #map {
  width: 100%;
  height: 100%;
}
.map .map-server {
  width: 425px;
  height: 641px;
  z-index: 66;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(74, 74, 74, 0.19);
  position: absolute;
  top: -51px;
  left: 200px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.map .map-server span {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
.map .map-server .input-class {
  width: 383px;
  height: 51px;
  border: 1px solid #999;
  line-height: 51px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 1px;
  margin-bottom: 30px;
}
.map .map-server .input-class label {
  color: #999;
  font-size: 24px;
  margin-right: 10px;
}
.map .map-server .input-class input {
  border: none;
  height: 50%;
  width: 300px;
  outline: 0;
  font-size: 18px;
}
.map .map-server textarea {
  font-size: 20px;
  outline: 0;
  padding: 10px 10px;
}
.map .map-server p {
  width: 156px;
  height: 47px;
  background: #2872e0;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  margin-left: 120px;
  margin-top: 50px;
  cursor: pointer;
}
.map .map-contact {
  padding: 40px 20px 0;
  position: absolute;
  height: 234px;
  background: rgba(0, 0, 0, 0.5);
  right: 244px;
  bottom: 90px;
  color: #fff;
  box-sizing: border-box;
}
.map .map-contact span {
  display: block;
  margin-bottom: 30px;
}
.map .map-contact p {
  font-size: 17px;
  margin-bottom: 15px;
}
.map .map-contact p i {
  font-size: 22px;
  margin-right: 10px;
}
.our-customers {
  height: 800px;
  width: 100%;
  position: relative;
}
.our-customers .customer-left {
  position: absolute;
  left: 0;
  width: 300px;
}
.our-customers .customer-right {
  position: absolute;
  width: 300px;
  right: 0;
  bottom: 120px;
}
.our-customers ul {
  position: relative;
  margin: 0 auto;
  width: 1410px;
}
.our-customers ul li {
  height: 300px;
  width: 300px;
  position: absolute;
  transition: 0.5s;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-customers ul li img {
  width: 80px;
  transition: 0.5s;
}
.our-customers ul li:hover {
  width: 366px;
  height: 366px;
  z-index: 1;
}
.our-customers ul li:hover > div {
  box-shadow: 0 0 38px 0 rgba(34, 125, 204, 0.41);
}
.our-customers ul li:hover img {
  transform: scale(1.2);
}
.our-customers ul li div {
  width: 70%;
  height: 70%;
  background: #dff2fd;
  position: absolute;
  left: 15%;
  top: 15%;
  transform: rotate(45deg);
  border-radius: 5%;
  transition: 0.5s;
  z-index: -1;
}
.our-customers ul li:first-child {
  left: 188px;
  top: 0;
}
.our-customers ul li:first-child:hover {
  left: 155px;
  top: -33px;
}
.our-customers ul li:nth-child(2) {
  left: 555px;
  top: 0;
}
.our-customers ul li:nth-child(2):hover {
  left: 522px;
  top: -33px;
}
.our-customers ul li:nth-child(3) {
  right: 180px;
  top: 0;
}
.our-customers ul li:nth-child(3):hover {
  right: 147px;
  top: -33px;
}
.our-customers ul li:nth-child(4) {
  left: 0;
  top: 190px;
}
.our-customers ul li:nth-child(4):hover {
  left: -33px;
  top: 157px;
}
.our-customers ul li:nth-child(5) {
  left: 370px;
  top: 190px;
}
.our-customers ul li:nth-child(5):hover {
  left: 337px;
  top: 157px;
}
.our-customers ul li:nth-child(6) {
  left: 740px;
  top: 190px;
}
.our-customers ul li:nth-child(6):hover {
  left: 707px;
  top: 157px;
}
.our-customers ul li:nth-child(7) {
  right: 0;
  top: 190px;
}
.our-customers ul li:nth-child(7):hover {
  right: -33px;
  top: 157px;
}
.our-customers ul li:nth-child(8) {
  left: 188px;
  top: 380px;
}
.our-customers ul li:nth-child(8):hover {
  left: 155px;
  top: 347px;
}
.our-customers ul li:nth-child(9) {
  left: 555px;
  top: 380px;
}
.our-customers ul li:nth-child(9):hover {
  left: 522px;
  top: 347px;
}
.our-customers ul li:last-child {
  right: 180px;
  top: 380px;
}
.our-customers ul li:last-child:hover {
  right: 147px;
  top: 347px;
}
.m-our-cunstomers {
  display: none;
}
.m-our-cunstomers .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.m-our-cunstomers .swiper-slide > div {
  margin: 0.5rem 1%;
  width: 48%;
  background: #fff;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.m-our-cunstomers .swiper-slide > div img {
  width: 100%;
  height: 100%;
}
.choice {
  height: 500px;
  width: 100%;
}
.choice .content {
  position: relative;
  margin: 0 auto;
  width: 1410px;
}
.choice .content img {
  display: block;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  margin: 0 auto;
}
.choice .content .left-article,
.choice .content .right-article {
  position: absolute;
  top: 0;
  width: 400px;
  height: 100%;
}
.choice .content .left-article div .title,
.choice .content .right-article div .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.choice .content .left-article div .title span,
.choice .content .right-article div .title span {
  font-size: 28px;
  font-style: italic;
  margin-right: 10px;
}
.choice .content .left-article div p:last-child,
.choice .content .right-article div p:last-child {
  color: #666;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 25px;
}
.choice .content .left-article {
  left: 0;
}
.choice .content .right-article {
  right: 0;
}
.information {
  padding: 0 0 50px;
  width: 100%;
  background: url(../images/home/about.png) no-repeat;
  background-position: center center;
}
.information .infor-content {
  margin: 0 auto;
  width: 598px;
  overflow: hidden;
  width: 1410px;
  margin-bottom: 70px;
}
.information .infor-content .infor-left {
  width: 598px;
  height: 100%;
  float: left;
  cursor: pointer;
}
.information .infor-content .infor-left:hover > .message {
  color: #fff;
  background: #2872e0;
}
.information .infor-content .infor-left img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}
.information .infor-content .infor-left .message {
  background: #fff;
  height: calc(100% - 365px);
  position: relative;
  z-index: 1;
  transition: 0.5s;
  padding: 0 30px;
}
.information .infor-content .infor-left .message > div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.information .infor-content .infor-left .message > div > div {
  width: 330px;
  line-height: 20px;
}
.information .infor-content .infor-left .message > div > div p:first-child {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.information .infor-content .infor-left .message > div i {
  font-size: 36px;
}
.information .infor-content .infor-right {
  height: 44rem;
  width: 50%;
  float: right;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  color: #fff;
}
.information .infor-content .infor-right > div {
  width: 100%;
  height: 117px;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.information .infor-content .infor-right > div:hover {
  background: #2872e0;
  transform: scale(1.1);
}
.information .infor-content .infor-right > div img {
  width: 160px;
  height: 100px;
  object-fit: cover;
}
.information .infor-content .infor-right > div div {
  width: 300px;
}
.information .infor-content .infor-right > div div p {
  font-size: 1.6rem;
  line-height: 20px;
}
.information .infor-content .infor-right > div div p:first-child {
  font-weight: 700;
  margin-bottom: 10px;
}
.information .infor-content .infor-right > div i {
  font-size: 36px;
}
.tips {
  position: fixed;
  top: -100px;
  min-width: 300px;
  box-sizing: border-box;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  overflow: hidden;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  z-index: 999;
  color: #666;
  font-size: 18px;
  letter-spacing: 2px;
}
.tips.warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.tips.success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
@media only screen and (max-width: 767px) {
  .banner .banner-content {
    top: 10rem;
  }
  .content .are-list ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .content .are-list ul li {
    width: 50%;
    height: 22rem;
    padding: 3rem 2rem 6rem;
  }
  .content .are-list ul li div span {
    line-height: 15rem;
    font-size: 5rem;
  }
  .content .serive-image {
    flex-wrap: wrap;
  }
  .content .serive-image > div {
    width: 50%;
    height: 50%;
    padding: 2.5rem 1rem;
    box-sizing: border-box;
  }
  .content .serive-image > div div p span {
    font-size: 6rem;
    display: block;
  }
  .content .serive-image > div div p span:last-child {
    margin-top: 5%;
    font-size: 2rem;
  }
  .content .serive-image > div:hover > div {
    transform: scale(1);
  }
  .content .serive-image > div:hover > div span {
    transform: scale(1);
  }
  .content .m-case-list,
  .content .m-our-cunstomers {
    display: block;
  }
  .content .case-list,
  .content .choice,
  .content .choice-we-are,
  .content .our-customers {
    display: none;
  }
  .content .information .infor-content {
    width: 100%;
    margin-bottom: 0;
  }
  .content .information .infor-content .infor-left {
    display: none;
  }
  .content .information .infor-content .infor-right {
    width: 100%;
    height: auto;
  }
  .content .information .infor-content .infor-right > div {
    display: block;
    height: 25rem;
    margin-bottom: 3rem;
    padding: 0 0;
  }
  .content .information .infor-content .infor-right > div img {
    width: 100%;
    height: 100%;
  }
  .content .information .infor-content .infor-right > div > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10rem;
    padding: 1rem 1rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
  }
  .content .information .infor-content .infor-right > div i {
    display: none;
  }
  .content .map .map-server {
    display: none;
  }
  .content .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 .map .map-contact span {
    display: none;
  }
  .content .map .map-contact p {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    text-align: center;
  }
  .content .map .map-contact p i {
    display: block;
    margin-bottom: 1rem;
  }
  .content .we-are {
    padding: 4rem 3rem;
  }
  .content .we-are .biref .xh {
    font-size: 45px;
  }
}
