* {
  box-sizing: border-box;
  line-height: 1;
}
.main-service h1,
.main-service h2,
.main-service h3,
.main-service h4,
.main-service h5,
.main-service h6,
.main-service p,
.main-service span,
.main-service img.ul,
.main-service li {
  line-height: 1;
}
a {
    line-height: inherit;
}
img.img {
  width: 100%;
  display: block;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #343d48;
}
header .header-content {
  width: 1200px;
  padding-top: 18px;
  padding-bottom: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
header .header-content .logo {
  width: 203px;
}
header .header-content ul.nav-list {
  display: flex;
  align-items: center;
}
header .header-content ul.nav-list li {
  margin-left: 41px;
}
header .header-content ul.nav-list li a {
  font-size: 26px;
  color: #fff;
}
header .header-content .tel {
  margin-left: 14px;
}
header .header-content .tel span {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
header .header-content .search {
  position: absolute;
  right: 98px;
  transform: translateX(100%);
  margin-left: 16px;
}
header .header-content .search input {
  width: 197px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
}
.banner {
  padding-top: 88px;
}
.news {
  background-image: url(../images/news_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news .news-swiper .swiper-wrapper {
  padding: 36px 0 56px 68px;
}
.news .news-swiper .grid .news-title {
  margin-bottom: 36px;
}
.news .news-swiper .grid .news-title h3 {
  padding-top: 16px;
  padding-bottom: 3px;
  padding-left: 74px;
  background-image: url(../images/news_icon.png);
  background-size: 53px;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 34px;
  color: #fff;
}
.news .news-swiper .grid .news-info {
  display: flex;
}
.news .news-swiper .grid .news-info .cricle {
  margin-top: 16px;
  margin-right: 9px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.news .news-swiper .grid .news-info .cricle::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #343d48;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.news .news-swiper .grid .news-info p {
  font-size: 24px;
  line-height: 48px;
  color: #fff;
}
.news .news-swiper .news-pagination {
  width: auto;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 10;
}
.news .news-swiper .news-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  background-color: #5d63fe;
  opacity: 1;
}
.news .news-swiper .news-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.title h3 {
  font-size: 34px;
  color: #333;
  text-align: center;
  transition: all 0.3s;
}
.title h3::after {
  margin: 0 auto;
  margin-top: 13px;
  display: block;
  content: '';
  width: 44px;
  height: 6px;
  border-radius: 4px;
  background-color: #537cf0;
  transition: all 0.3s;
}
.server-pro {
  padding-top: 118px;
  padding-bottom: 108px;
}
.server-pro .title-list {
  margin-bottom: 52px;
}
.server-pro .title-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.server-pro .title-list ul li {
  width: 212px;
  height: 78px;
  padding-top: 15px;
  border: 1px solid #e8e7e7;
  background-color: #fff;
  border-right-width: 0px;
  cursor: pointer;
  transition: all 0.3s;
}
.server-pro .title-list ul li:last-child {
  border-right-width: 1px;
}
.server-pro .title-list ul li:hover {
  background-color: #537cf0;
}
.server-pro .title-list ul li:hover .title h3 {
  color: #fff;
}
.server-pro .title-list ul li:hover .title h3::after {
  background-color: #fff;
}
.server-pro .title-list ul li.active {
  background-color: #537cf0;
}
.server-pro .title-list ul li.active .title h3 {
  color: #fff;
}
.server-pro .title-list ul li.active .title h3::after {
  background-color: #fff;
}
.server-pro .pro-content .content {
  display: none;
}
.server-pro .pro-content .content li {
  flex: 1;
  margin-right: 13px;
  background-color: #fbffff;
  box-shadow: 0 0 24px 0 rgba(32, 50, 103, 0.08);
}
.server-pro .pro-content .content li:last-child {
  margin-right: 0;
}
.server-pro .pro-content .content li .img-box {
  width: 100%;
}
.server-pro .pro-content .content li .info-box {
  padding: 33px 25px 30px 25px;
}
.server-pro .pro-content .content li .info-box h3 {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.server-pro .pro-content .content li .info-box p {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  height: 88px;
  color: #666;
}
.server-pro .pro-content .content li .commonbtn {
  display: block;
  width: 134px;
  height: 38px;
  border: 1px solid #537cf0;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background-color: #537cf0;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s;
}
.server-pro .pro-content .content li .commonbtn:hover {
  color: #537cf0;
  background-color: #fff;
}
.server-pro .pro-content .content.active {
  display: flex;
}
.content {
  display: flex;
}
.check-object {
  padding-bottom: 115px;
}
.check-object ul.content {
  padding-top: 53px;
}
.check-object ul.content li {
  flex: 1;
  margin-right: 13px;
  box-shadow: 0 0 27px 0 rgba(55, 82, 113, 0.15);
  border-radius: 20px;
}
.check-object ul.content li:last-child {
  margin-right: 0;
}
.check-object ul.content li .grid {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 33px 28px 37px 28px;
}
.check-object ul.content li .grid .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.check-object ul.content li .grid .info h3 {
  font-size: 28px;
  color: #666;
  text-align: center;
}
.check-object ul.content li .grid .info h3::after {
  display: block;
  content: '';
  width: 32px;
  height: 4px;
  background-color: #537cf0;
  margin: 0 auto;
  margin-top: 7px;
  margin-bottom: 18px;
}
.check-object ul.content li .grid .info p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
.chosen {
  background-image: url(../images/bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 62px;
  padding-bottom: 174px;
}
.chosen .title {
  margin-bottom: 80px;
}
.chosen .title h3 {
  color: #fff;
}
.chosen .title h3::after {
  background-color: #fff;
}
.chosen .content h3 {
  font-size: 24px;
  color: #666;
  margin-bottom: 10px;
}
.chosen .content p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.chosen .content .left {
  width: 432px;
}
.chosen .content .left .left-item1 {
  padding: 26px 23px 20px 23px;
  background-color: #fff;
  border-radius: 10px;
}
.chosen .content .left .left-item2 {
  margin-top: 45px;
  padding: 35px 23px 48px 23px;
  background-image: url(../images/chosen-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.chosen .content .left .left-item2 h3,
.chosen .content .left .left-item2 p {
  color: #fff;
}
.chosen .content .middle {
  margin: 0 auto;
  margin-top: 77px;
  width: 240px;
  text-align: center;
}
.chosen .content .middle .inner-title {
  width: 196px;
  margin: 0 auto;
  margin-bottom: 17px;
}
.chosen .content .middle span {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.chosen .content .middle .commonbtn {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  font-size: 22px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: #70c7f2;
  border-radius: 30px;
  box-shadow: 6px 6px 16px 0 rgba(15, 33, 84, 0.24);
}
.chosen .content .right {
  width: 432px;
  margin-top: 50px;
}
.chosen .content .right .right-item1 {
  padding: 40px 23px 36px 23px;
  background-image: url(../images/chosen-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.chosen .content .right .right-item1 h3 {
  color: #fff;
}
.chosen .content .right .right-item1 p {
  color: #fff;
}
.chosen .content .right .right-item2 {
  padding: 26px 23px 20px 23px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 46px;
}
.chosen .content .right .right-item2 p {
  min-height: 48px;
}
.ability {
  padding-bottom: 107px;
  background-color: #f9fdff;
}
.ability .map {
  width: 100%;
  padding-top: 50px;
  background-image: url(../images/bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 33px;
}
.ability ul.content li {
  flex: 1;
  padding: 47px 20px 48px 20px;
  box-shadow: 0 0 40px 0 rgba(47, 105, 155, 0.14);
  margin-right: 41px;
  border-radius: 16px;
}
.ability ul.content li:last-child {
  margin-right: 0;
}
.ability ul.content li h3 {
  font-size: 24px;
  color: #537cf0;
  text-align: center;
  margin-bottom: 15px;
}
.ability ul.content li p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
.about {
  padding: 104px 0;
}
.about .tag-list {
  margin-top: 61px;
  margin-bottom: 57px;
}
.about .tag-list ul {
  display: flex;
}
.about .tag-list ul li {
  flex: 1;
  padding: 27px 29px 16px 29px;
  margin-right: 13px;
  background: linear-gradient(135deg, #9db7fb, #537cf0);
  border-radius: 20px;
}
.about .tag-list ul li:last-child {
  margin-right: 0;
}
.about .tag-list ul li .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.about .tag-list ul li h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
.about .tag-list ul li p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.about .img-list ul {
  display: flex;
}
.about .img-list ul li {
  flex: 1;
  height: 232px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 41px;
}
.about .img-list ul li:last-child {
  margin-right: 0;
}
