@charset "UTF-8";
.swiper {
  width: 100%;
  position: relative
}

.layui-this>img {
  width: 100%;
  height: 100%;
}

.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.swiper .swiper-wrapper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.swiper .swiper-pagination-bullet-active {
  background: #ffffff
}

.layui-carousel img {
  width: 100%;
}

.about-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F4F6FA;
}

.about-wrapper .about-main {
  width: 1200px;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
}

.about-wrapper .about-main ul.main-nav {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #EEEEEE;
}

.about-wrapper .about-main ul.main-nav li.nav-item {
  flex: 1;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  position: relative;
}

.about-wrapper .about-main ul.main-nav li.nav-item:nth-of-type(2).active {
  background-color: #F42434;
  color: #ffffff;
  border-radius: 0;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 81px;
  background-color: #F42434;
  z-index: 10;
  font-family: 'MicrosoftYaHei';
  display: none;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearRight {
  padding: 100px 10px 0 0;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearRight span.line {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearRight span.line span.short-line {
  width: 10px;
  background-color: #000000;
  position: relative;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearRight span.line span.short-line p {
  position: absolute;
  right: -50px;
  font-size: 14px;
  color: #DFDFDF;
  line-height: 6px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearRight span.line span.long-line {
  width: 30px;
  background-color: #ffffff;
  position: relative;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearRight span.line span.long-line p {
  position: absolute;
  right: -50px;
  font-size: 14px;
  color: #333333;
  line-height: 6px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearRight p.enText {
  padding-left: 60px;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: right;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearRight p.event {
  font-size: 14px;
  color: #FFFFFF;
  text-align: right;
  line-height: 25px;
  margin-bottom: 30px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearRight .year {
  font-size: 100px;
  text-align: left;
  margin-left: -10px;
  line-height: 100px;
  font-weight: bold;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 {
  position: relative;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 .zbj {
  position: absolute;
  top: 30%;
  width: 400px;
  transform: rotateY(-50%);
  right: -550px;
  text-align: left;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 .zbj p.title {
  color: #333333;
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 .zbj p.text {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 .zbj .name {
  margin-top: 40px;
  float: right;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 .year-award {
  width: 180px;
  position: absolute;
  left: -210px;
  bottom: 5%;
  text-align: right;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 .year-award p.title {
  font-size: 20px;
  color: #ED1731;
  line-height: 30px;
  font-weight: bold;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 .year-award p.text {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  line-height: 14px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 .images {
  position: absolute;
  left: 100px;
  bottom: -35%;
  display: flex;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 .images img {
  display: inline-block;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2018 .images img.cup {
  position: relative;
  left: 60px;
  bottom: 30px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearLeft {
  padding: 40px 0 0 10px;
  position: relative;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearLeft span.line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearLeft span.line span.short-line {
  width: 10px;
  background-color: #000000;
  position: relative;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearLeft span.line span.short-line p {
  position: absolute;
  left: -50px;
  font-size: 14px;
  color: #DFDFDF;
  line-height: 6px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearLeft span.line span.long-line {
  width: 30px;
  background-color: #ffffff;
  position: relative;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearLeft span.line span.long-line p {
  position: absolute;
  left: -50px;
  font-size: 14px;
  color: #333333;
  line-height: 6px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearLeft p.enText {
  padding-right: 60px;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearLeft p.event {
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
  line-height: 25px;
  margin-bottom: 30px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .yearLeft .year {
  font-size: 100px;
  text-align: right;
  margin-right: -10px;
  line-height: 100px;
  font-weight: bold;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2017 {
  position: relative;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2017 img.cup2 {
  position: absolute;
  bottom: -15%;
  left: -40px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2017 .year-award {
  position: absolute;
  right: -300px;
  bottom: 5%;
  text-align: left;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2017 .year-award p.title {
  font-size: 20px;
  color: #ED1731;
  line-height: 30px;
  font-weight: bold;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2017 .year-award p.text {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  line-height: 14px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2017 .year-award .GDZJimage {
  position: absolute;
  left: 50px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2017 .year-award .GDZJimage img {
  display: block;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2017 .year-award .GDZJimage p.newsTitle {
  padding: 0 20px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 36px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2017 .year-award .GDZJimage p.newsText {
  padding: 0 20px;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2017 .year-award .GDZJimage img.name {
  float: right;
  margin-top: 20px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2016 {
  position: relative;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2016 .year-award {
  position: absolute;
  left: -230px;
  bottom: 5%;
  text-align: right;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2016 .year-award p.title {
  font-size: 20px;
  color: #ED1731;
  line-height: 30px;
  font-weight: bold;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2016 .year-award p.text {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  line-height: 14px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2015 {
  position: relative;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2015 img.cup3 {
  position: absolute;
  top: -220px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2015 .year-award {
  position: absolute;
  right: -240px;
  bottom: 5%;
  text-align: left;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2015 .year-award p.title {
  font-size: 20px;
  color: #ED1731;
  line-height: 30px;
  font-weight: bold;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2015 .year-award p.text {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  line-height: 14px;
}

.about-wrapper .about-main ul.main-nav li.nav-item .red-block .year2015 img.cup4 {
  position: absolute;
  bottom: -10%;
  left: -38%;
}

.about-wrapper .about-main ul.main-nav li.nav-item.active {
  background-color: #F42434;
  color: #ffffff;
}

.about-wrapper .about-main ul.main-nav li.nav-item.active a {
  text-decoration: none;
  color: #ffffff;
}

.about-wrapper .about-main ul.main-nav li.nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
}

.about-wrapper .about-main .nav-content-wrapper .company-profile {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 70px;
  display: flex;
}

.about-wrapper .about-main .nav-content-wrapper .company-profile .content {
  width: 50%;
  overflow: hidden;
}

.about-wrapper .about-main .nav-content-wrapper .company-profile .content .box {
  padding: 50px 120px 50px 120px;
}

.about-wrapper .about-main .nav-content-wrapper .company-profile .content .box p.title {
  color: #ED1731;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 28px;
}

.about-wrapper .about-main .nav-content-wrapper .company-profile .content .box p.text {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
}

.about-wrapper .about-main .nav-content-wrapper .company-profile .image {
  width: 50%;
  overflow: hidden;
  background: url("../images/company@2x.png") no-repeat center;
  background-size: cover;
}

.about-wrapper .about-main .nav-content-wrapper .introduction {
  padding: 50px 105px 0;
  background-color: #e0152d;
  position: relative;
  margin-bottom: 210px;
}

.about-wrapper .about-main .nav-content-wrapper .introduction::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 80px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(224, 21, 45, 0.95);
  z-index: 5;
}

.about-wrapper .about-main .nav-content-wrapper .introduction::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(224, 21, 45, 0.95);
  z-index: 5;
}

.about-wrapper .about-main .nav-content-wrapper .introduction .introduction-text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 1px;
}

.about-wrapper .about-main .nav-content-wrapper .introduction .whyus {
  position: relative;
  top: 120px;
  padding: 30px 140px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
  font-size: 200px;
  color: #F4F6FA;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Impact';
  text-align: center;
  text-transform: uppercase;
}

.about-wrapper .about-main .nav-content-wrapper .introduction .whyus img {
  width: 100%;
  display: block;
}

.about-wrapper .about-main .nav-content-wrapper .superiority {
  width: 100%;
  display: flex;
  margin-bottom: 210px;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left {
  width: 50%;
  overflow: hidden;
  padding-left: 105px;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  margin-right: 45px;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item i.icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0 2px 5px 2px rgba(224, 21, 45, 0.15);
  margin-right: 30px;
  background-size: 40px 40px;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item i.icon.icon1 {
  background: url("../images/pp@2x.png") no-repeat center;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item i.icon.icon2 {
  background: url("../images/hj@2x.png") no-repeat center;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item i.icon.icon3 {
  background: url("../images/cp1@2x.png") no-repeat center;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item i.icon.icon4 {
  background: url("../images/td@2x.png") no-repeat center;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item i.icon.icon5 {
  background: url("../images/lc1@2x.png") no-repeat center;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item i.icon.icon6 {
  background: url("../images/fw@2x.png") no-repeat center;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item .content {
  flex: 1;
  overflow: hidden;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item .content p.title {
  color: #333333;
  font-size: 20px;
  line-height: 25px;
}

.about-wrapper .about-main .nav-content-wrapper .superiority ul.left li.superiority-item .content p.text {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
}

.about-wrapper .about-main .nav-content-wrapper .superiority .right {
  flex: 1;
  background: url("../images/zz1@2x.png") no-repeat center;
  background-size: cover;
}

.about-wrapper .about-main .nav-content-wrapper .exploitation {
  padding: 0 75px;
  margin-bottom: 280px;
}

.about-wrapper .about-main .nav-content-wrapper .exploitation .exploitation-title {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
}

.about-wrapper .about-main .nav-content-wrapper .exploitation .exploitation-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  width: 42px;
  height: 11px;
  background: url("../images/btz@2x.png") no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
}

.about-wrapper .about-main .nav-content-wrapper .exploitation .exploitation-title span {
  color: #EF3148;
}

.about-wrapper .about-main .nav-content-wrapper .exploitation ul.types {
  display: flex;
  justify-content: space-between;
}

.about-wrapper .about-main .nav-content-wrapper .exploitation ul.types li.type-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 100px;
}

.about-wrapper .about-main .nav-content-wrapper .exploitation ul.types li.type-item:last-of-type {
  margin-right: 0;
}

.about-wrapper .about-main .nav-content-wrapper .exploitation ul.types li.type-item i.icon {
  display: block;
  width: 75px;
  height: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-wrapper .about-main .nav-content-wrapper .exploitation ul.types li.type-item i.icon.icon1 {
  background-image: url("../images/appkf@2x.png");
}

.about-wrapper .about-main .nav-content-wrapper .exploitation ul.types li.type-item i.icon.icon2 {
  background-image: url("../images/wxkf@2x.png");
}

.about-wrapper .about-main .nav-content-wrapper .exploitation ul.types li.type-item i.icon.icon3 {
  background-image: url("../images/wzjs@2x.png");
}

.about-wrapper .about-main .nav-content-wrapper .exploitation ul.types li.type-item i.icon.icon4 {
  background-image: url("../images/xtkf@2x.png");
}

.about-wrapper .about-main .nav-content-wrapper .exploitation ul.types li.type-item p.title {
  font-size: 20px;
  color: #333333;
  width: 100%;
  text-align: center;
  line-height: 40px;
}

.about-wrapper .about-main .nav-content-wrapper .exploitation ul.types li.type-item p.text {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  text-align: center;
}

.award-main {
  display: none;
  width: 100%;
}

.nav-content {
  display: none;
}

.nav-content-0 {
  display: block;
}

.nav-content-2 .whoweare {
  padding: 60px 0 35px;
  font-size: 215px;
  color: #F4F6FA;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Impact';
  text-align: center;
  text-transform: uppercase;
}

.nav-content-2 ul.teams {
  display: flex;
  margin-bottom: 120px;
}

.nav-content-2 ul.teams li.team-item {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-content-2 ul.teams li.team-item i.icon {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}

.nav-content-2 ul.teams li.team-item i.icon.icon1 {
  background-image: url("../images/sc@2x.png");
}

.nav-content-2 ul.teams li.team-item i.icon.icon2 {
  background-image: url("../images/cp2@2x.png");
}

.nav-content-2 ul.teams li.team-item i.icon.icon3 {
  background-image: url("../images/UI@2x.png");
}

.nav-content-2 ul.teams li.team-item i.icon.icon4 {
  background-image: url("../images/kf@2x (1).png");
}

.nav-content-2 ul.teams li.team-item i.icon.icon5 {
  background-image: url("../images/xm@2x.png");
}

.nav-content-2 ul.teams li.team-item p.title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333333;
}

.nav-content-2 ul.teams li.team-item p.text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.nav-content-2 .xiaopaoTeam {
  width: 100%;
  margin-bottom: 180px;
  position: relative;
}

.nav-content-2 .xiaopaoTeam img {
  display: block;
}

.nav-content-2 .xiaopaoTeam .main-title {
  position: absolute;
  left: 200px;
  right: 200px;
  bottom: -80px;
  border-radius: 10px;
  box-shadow: 0 5px 20px 10px rgba(169, 169, 169, 0.1);
  padding: 50px 80px 52px 120px;
  background-color: #ffffff;
}

.nav-content-2 .xiaopaoTeam .main-title::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #EE2840;
  border-radius: 4px 0 4px 0;
}

.nav-content-2 .xiaopaoTeam .main-title i.quotation {
  position: absolute;
  width: 49px;
  height: 40px;
  top: 25px;
  left: 40px;
  display: inline-block;
  font-size: 156px;
  color: #E8E8E8;
  background: url("../images/icon@3x.png") no-repeat center;
  background-size: 100% 100%;
}

.nav-content-2 .xiaopaoTeam .main-title p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 24px;
}

.nav-content-2 .company-teams {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 150px;
  display: flex;
}

.nav-content-2 .company-teams .content {
  width: 50%;
  overflow: hidden;
}

.nav-content-2 .company-teams .content .box {
  padding: 50px 120px 50px 120px;
}

.nav-content-2 .company-teams .content .box p.title {
  color: #ED1731;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 28px;
}

.nav-content-2 .company-teams .content .box p.text {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
}

.nav-content-2 .company-teams .content .box button {
  margin-top: 75px;
  width: 115px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  font-size: 14;
  background-color: #F42434;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.nav-content-2 .company-teams .content .box button:hover {
  background-color: #EE2840;
  color: #EEEEEE;
}

.nav-content-2 .company-teams .image {
  width: 50%;
  overflow: hidden;
  background: url("../images/xiaopaoteam@2x.png") no-repeat center;
  background-size: cover;
}

.nav-content-2 .photo-wall {
  width: 100%;
  margin-bottom: 250px;
}

.nav-content-2 .photo-wall img {
  margin: 2px;
}

.nav-content-2 .photo-wall .top {
  width: 100%;
  display: flex;
}

.nav-content-2 .photo-wall .top .box {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.nav-content-2 .photo-wall .bottom {
  width: 100%;
  display: flex;
}

.nav-content-3 .Process-title {
  padding: 60px 0 35px;
  font-size: 215px;
  color: #F4F6FA;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Impact';
  text-align: center;
  text-transform: uppercase;
}

.nav-content-3 .about-main-title {
  padding: 15px 90px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #F42434;
  background-image: repeating-linear-gradient(-45deg, rgba(244, 36, 52, 0.3), rgba(139, 0, 0, 0.3) 2px, transparent 0, transparent 8px);
}

.nav-content-3 ul.process {
  width: 100%;
  background-color: #ffffff;
}

.nav-content-3 ul.process li.process-item {
  padding: 70px 0 60px 65px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-content-3 ul.process li.process-item:nth-of-type(2n+1)::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 85px;
  width: 0;
  height: 0;
  border-width: 25px 25px 0;
  border-style: solid;
  border-color: #ffffff transparent transparent;
  z-index: 10;
}

.nav-content-3 ul.process li.process-item:nth-of-type(2n) {
  background-color: #F4F6FA;
}

.nav-content-3 ul.process li.process-item:nth-of-type(2n)::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 85px;
  width: 0;
  height: 0;
  border-width: 25px 25px 0;
  border-style: solid;
  border-color: #F4F6FA transparent transparent;
}

.nav-content-3 ul.process li.process-item:last-of-type::after {
  display: none;
}

.nav-content-3 ul.process li.process-item span.title {
  display: flex;
  background: #F42434;
  padding: 12px 24px;
  width: 150px;
  height: 70px;
  line-height: 75px;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 0, transparent 8px);
}

.nav-content-3 ul.process li.process-item span.title span.num {
  font-size: 64px;
  color: #FEFEFE;
  font-family: 'Impact';
}

.nav-content-3 ul.process li.process-item span.title .title-main {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 18px;
}

.nav-content-3 ul.process li.process-item span.title .title-main i.icon {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nav-content-3 ul.process li.process-item span.title .title-main i.icon.icon1 {
  background-image: url("../images/sw@2x.png");
}

.nav-content-3 ul.process li.process-item span.title .title-main i.icon.icon2 {
  background-image: url("../images/yuanxing.png");
}

.nav-content-3 ul.process li.process-item span.title .title-main i.icon.icon3 {
  background-image: url("../images/uiicon.png");
}

.nav-content-3 ul.process li.process-item span.title .title-main i.icon.icon4 {
  background-image: url("../images/code.png");
}

.nav-content-3 ul.process li.process-item span.title .title-main i.icon.icon5 {
  background-image: url("../images/test.png");
}

.nav-content-3 ul.process li.process-item span.title .title-main i.icon.icon6 {
  background-image: url("../images/project.png");
}

.nav-content-3 ul.process li.process-item span.title .title-main i.icon.icon7 {
  background-image: url("../images/setting.png");
}

.nav-content-3 ul.process li.process-item span.title .title-main p.title-text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  white-space: nowrap;
}

.nav-content-3 ul.process li.process-item span.main-line {
  display: inline-block;
  width: 85px;
  height: 4px;
  border-radius: 2px;
  background-color: #F42434;
  margin: auto 0;
  position: relative;
}

.nav-content-3 ul.process li.process-item span.main-line.main-line1::before {
  content: '项目经理';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.nav-content-3 ul.process li.process-item span.main-line.main-line2::before {
  content: '产品经理';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.nav-content-3 ul.process li.process-item span.main-line.main-line3::before {
  content: 'UI设计师';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.nav-content-3 ul.process li.process-item span.main-line.main-line4::before {
  content: '开发工程组';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.nav-content-3 ul.process li.process-item span.main-line.main-line5::before {
  content: '测试工程师';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.nav-content-3 ul.process li.process-item span.main-line.main-line6::before {
  content: '项目经理';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.nav-content-3 ul.process li.process-item span.main-line.main-line7::before {
  content: '售后专员';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.nav-content-3 ul.process li.process-item span.main-line::after {
  content: '';
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid #F42434;
  background-color: #ffffff;
}

.nav-content-3 ul.process li.process-item span.text-item {
  font-size: 14px;
  color: #666666;
  padding: 12px 30px;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-content-3 ul.process li.process-item span.line {
  display: inline-block;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: #D3D3D3;
}

.nav-content-3 ul.services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 0;
}

.nav-content-3 ul.services li.service-item {
  width: 33.3%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.nav-content-3 ul.services li.service-item .service-body {
  width: 208px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-content-3 ul.services li.service-item .service-body i.service-icon {
  display: block;
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  border: 15px solid #f2f4f8;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  margin-bottom: 25px;
}

.nav-content-3 ul.services li.service-item .service-body i.service-icon.icon1 {
  background-image: url("../images/hlw@2x.png");
}

.nav-content-3 ul.services li.service-item .service-body i.service-icon.icon2 {
  background-image: url("../images/zl@2x.png");
}

.nav-content-3 ul.services li.service-item .service-body i.service-icon.icon3 {
  background-image: url("../images/jz@2x.png");
}

.nav-content-3 ul.services li.service-item .service-body i.service-icon.icon4 {
  background-image: url("../images/dt@2x.png");
}

.nav-content-3 ul.services li.service-item .service-body i.service-icon.icon5 {
  background-image: url("../images/yy@2x.png");
}

.nav-content-3 ul.services li.service-item .service-body i.service-icon.icon6 {
  background-image: url("../images/pp2@2x.png");
}

.nav-content-3 ul.services li.service-item .service-body p.service-title {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin-bottom: 20px;
}

.nav-content-3 ul.services li.service-item .service-body p.service-text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}

.nav-content-3 button.advisory {
  display: block;
  width: 115px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #ed1731;
  margin: 80px auto 120px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.nav-content-3 button.advisory:hover {
  background-color: #F42434;
}

.nav-content-4 .WHERE-WE-ARE {
  padding: 60px 0 35px;
  font-size: 200px;
  color: #F4F6FA;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Impact';
  text-align: center;
  text-transform: uppercase;
}

.nav-content-4 .map {
  width: 100%;
  margin-top: 60px;
  position: relative;
  margin-bottom: 400px;
}

.nav-content-4 .map .connect-body {
  position: absolute;
  left: 20px;
  top: -40px;
  width: 540px;
  padding: 80px 70px 30px 50px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  border-right: 15px solid #ED1731;
  box-sizing: border-box;
  text-align: left;
}

.nav-content-4 .map .connect-body::after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.nav-content-4 .map .connect-body .header {
  display: block;
  width: 100%;
  color: #ED1731;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #E5E5E5;
  text-align: left !important;
}

.nav-content-4 .map .connect-body .main-title {
  margin-top: 30px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 45px;
}

.nav-content-4 .map .connect-body .main-title:last-of-type {
  border: none;
}

.nav-content-4 .map .connect-body .main-title .title {
  color: #333333;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.nav-content-4 .map .connect-body .main-title .title i.icon {
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nav-content-4 .map .connect-body .main-title .title i.icon.address-icon {
  background-image: url("../images/address.png");
}

.nav-content-4 .map .connect-body .main-title .title i.icon.phone-icon {
  background-image: url("../images/phone.png");
}

.nav-content-4 .map .connect-body .main-title .title i.icon.mail-icon {
  background-image: url("../images/yx@2x.png");
}

.nav-content-4 .map .connect-body .main-title p.text {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}

.nav-content-4 .map .connect-body .main-title .between {
  display: flex;
  justify-content: space-between;
}

.nav-content-4 .map map area {
  outline: none;
}

.nav-content-4 .map .dialog {
  position: absolute;
  padding: 20px 40px;
  display: block;
  z-index: 10;
  border-radius: 5px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.nav-content-4 .map .dialog.GZ {
  display: block;
  top: 180px;
  left: 590px;
}

.nav-content-4 .map .dialog.GZ::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 30px 30px 0 0;
  border-color: #ffffff transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -25px;
  left: 0;
}

.nav-content-4 .map .dialog.HZ {
  display: none;
  top: 170px;
  left: 760px;
}

.nav-content-4 .map .dialog.HZ::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 30px 30px 0 0;
  border-color: #ffffff transparent transparent;
  border-style: solid;
  position: absolute;
  left: 0;
  bottom: -25px;
}

.nav-content-4 .map .dialog.HN {
  display: none;
  top: 500px;
  left: 610px;
}

.nav-content-4 .map .dialog.HN::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 0 30px 30px 0;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
  position: absolute;
  left: -25px;
  top: 0;
}

.nav-content-4 .map .dialog.DXC {
  display: none;
  top: 378px;
  left: 660px;
}

.nav-content-4 .map .dialog.DXC::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 0 30px 30px 0;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
  position: absolute;
  left: -25px;
  top: 0;
}

.nav-content-4 .map .dialog p.title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
}

.nav-content-4 .map .dialog p.text {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
