@import url("../css/bootstrap.css");
@import url("../css/iconfont.css");
@import url("../libs/font-awesome/css/font-awesome.min.css");
@import url("/assets/css/swiper.min.css");
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  background: #fff;
  height: 100%;
  line-height: 1.5715;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  font-weight: 400;
  color: #333;
}
a {
  color: #0762FF;
}
a:hover,
a:focus {
  color: #0762FF;
  text-decoration: none;
}
.containers {
  width: 1200px;
  margin: 0 auto;
}
.common-title {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 36px;
  padding-top: 48px;
  text-align: center;
}
.bg-fbfbdb {
  background-color: #FBFBFB;
}
header {
  position: relative;
  height: 80px;
  z-index: 2;
}
header .logo {
  margin-top: 18px;
}
header .logo img:nth-child(1) {
  width: 44px;
  height: 44px;
  margin-right: 8px;
}
header .logo img:nth-child(2) {
  width: 163px;
}
header nav .nav {
  margin-left: 64px;
  line-height: 80px;
}
header nav .nav .item {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-right: 48px;
}
header nav .nav .item:hover {
  color: #0762FF !important;
}
header nav .nav .item:hover::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #0762FF;
  bottom: 18px;
  left: 0;
  right: 0;
}
header .hotline {
  font-size: 16px;
  line-height: 80px;
  color: #333;
}
header.Index .hotline {
  color: #fff;
}
header.Index nav .nav .item {
  color: #fff;
}
.banner {
  max-width: 1920px;
  height: 875px;
  margin: 0 auto;
  position: relative;
}
.banner .bg {
  width: 100%;
  height: 955px;
  position: absolute;
  top: -80px;
  background-image: url(/assets/img/bg.jpg);
  z-index: -1;
}
.s-banner {
  position: relative;
  width: 1200px;
  height: 380px;
  margin: 0 auto;
}
.s-banner .bg img {
  position: absolute;
  width: 1920px;
  left: -360px;
  top: -80px;
  z-index: 1;
}
.s-banner .navs-wrap {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 64px;
  text-align: center;
  z-index: 100;
}
.s-banner .navs-wrap .item {
  display: inline-block;
  width: 194px;
  height: 100%;
  background-color: #fff;
  margin-right: 30px;
  line-height: 24px;
  padding: 20px 0;
}
.s-banner .navs-wrap .item:last-child {
  margin-right: 0;
}
.s-banner .navs-wrap .item.active {
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #0E57D0 0%, #2690E6 100%);
}
.s-banner .navs-wrap .item.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/assets/img/text-bg.png);
}
.business-wrap {
  padding-bottom: 50px;
}
.business-wrap .item {
  position: relative;
  width: 380px;
  height: 200px;
  padding: 36px 20px 20px;
  background: #FBFBFB;
  margin-right: 30px;
}
.business-wrap .item:last-child {
  margin-right: 0;
}
.business-wrap .item .title {
  font-size: 24px;
  margin-bottom: 12px;
}
.business-wrap .item .desc {
  width: 248px;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  margin-bottom: 30px;
}
.business-wrap .item .detail span {
  font-size: 12px;
  margin-left: 4px;
}
.business-wrap .item .img {
  position: absolute;
  top: 0;
  right: 0;
}
.industry-wrap {
  background: #FBFBFB;
  padding-bottom: 48px;
}
.industry-wrap .swiper-container {
  float: left;
  width: 480px;
  margin-right: 36px;
}
.industry-wrap .swiper-container .swiper-slide {
  min-height: 318px;
}
.industry-wrap .list {
  width: 684px;
  float: left;
}
.industry-wrap .list .item {
  color: #3d3d3d;
  padding-bottom: 12px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 11px;
}
.industry-wrap .list .item .title {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #3d3d3d;
}
.industry-wrap .list .item .desc {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.industry-wrap .list .item .pull-left {
  line-height: 12px;
  color: #999;
}
.industry-wrap .list .item .pull-right {
  line-height: 12px;
  color: #999;
}
.industry-wrap .list .item .pull-right span {
  font-size: 12px;
  margin-left: 2px;
  color: #c3c3c3;
}
.industry-wrap .list .item:last-child {
  margin-bottom: 0;
}
.industry-wrap .list .item:hover .pull-right,
.industry-wrap .list .item:hover .pull-right span {
  color: #0762FF;
}
.team-wrap .swiper-wrapper {
  position: relative;
}
.team-wrap .swiper-slide {
  min-height: 800px;
  padding: 0 20px;
}
.team-wrap .swiper-pagination {
  width: 1280px !important;
  top: 780px;
  text-align: center;
  z-index: 99999;
}
.team-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 8px;
  border-radius: 5px;
  margin-right: 12px;
}
.team-wrap .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.team-wrap .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 8px;
  background-color: #1077F4;
  border-radius: 5px;
}
.team-wrap .item {
  width: 600px;
  height: 360px;
  background: linear-gradient(180deg, #E7EDFB 0%, #FFFFFF 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  float: left;
}
.team-wrap .item img {
  display: block;
  width: 260px;
  height: 360px;
}
.team-wrap .item .person {
  width: 300px;
  margin-left: 12px;
}
.team-wrap .item .person .name {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 20px;
}
.team-wrap .item .person .position-wrap {
  display: flex;
  margin-bottom: 18px;
}
.team-wrap .item .person .position-wrap .text-bg {
  background-color: #EBDEDB;
  color: #E37B45;
}
.team-wrap .item .person .position-wrap .position {
  flex: 1;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.team-wrap .item .person .brief-wrap .text-bg {
  float: left;
  background-color: #D1E1F9;
  color: #1778F4;
}
.team-wrap .item .person .brief-wrap .brief {
  font-size: 14px;
  line-height: 24px;
  color: #555;
}
.team-wrap .item .person .text-bg {
  width: 52px;
  height: 22px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-right: 14px;
}
.team-wrap .item:nth-of-type(1),
.team-wrap .item:nth-of-type(2) {
  margin-bottom: 24px;
}
.team-wrap .item:nth-of-type(2),
.team-wrap .item:nth-of-type(4) {
  float: right;
}
.cooperate-wrap {
  padding-bottom: 100px;
}
.cooperate-wrap .list {
  margin-bottom: 20px;
}
.cooperate-wrap .list .item {
  float: left;
  width: 184px;
  height: 110px;
  background-color: #0762FF;
  margin-right: 19px;
}
.cooperate-wrap .list .item:last-child {
  margin-right: 0;
}
.cooperate-wrap .list:last-child {
  margin-bottom: 0;
}
.list-wrap {
  margin-top: 70px;
  min-height: 500px;
}
.list-wrap .item {
  height: 200px;
  position: relative;
  padding: 36px;
  background-color: #fff;
  margin-bottom: 24px;
}
.list-wrap .item .title {
  font-size: 20px;
  line-height: 20px;
}
.list-wrap .item .time {
  position: absolute;
  right: 36px;
  top: 36px;
  font-size: 14px;
  line-height: 14px;
}
.list-wrap .item .desc {
  width: 780px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-top: 24px;
}
.list-wrap .item .detail {
  position: absolute;
  bottom: 36px;
  right: 36px;
}
.list-wrap .item .detail span {
  margin-left: 6px;
}
.list-wrap .item:last-child {
  margin-bottom: 0;
}
.detail-wrap {
  min-height: 500px;
  text-align: center;
}
.detail-wrap .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 74px;
  margin-bottom: 32px;
}
.detail-wrap .date {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  padding-bottom: 24px;
  border-bottom: 1px dashed #999;
}
.detail-wrap .content {
  margin-top: 24px;
  padding-bottom: 50px;
}
.answer-wrap {
  min-height: 500px;
  background-color: #fff;
  padding: 30px;
  margin-top: 74px;
}
.answer-wrap .item {
  margin-bottom: 30px;
}
.answer-wrap .item .video {
  width: 390px;
  height: 220px;
  float: left;
  background-color: #333;
  margin-right: 40px;
}
.answer-wrap .item .info {
  float: left;
}
.answer-wrap .item .info .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.answer-wrap .item .info .time {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-bottom: 30px;
}
.answer-wrap .item .info .answer {
  width: 700px;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.answer-wrap .item:last-child {
  margin-bottom: 30px;
}
.joinus-wrap h3 {
  text-align: center;
  margin: 48px 0 32px;
}
.joinus-wrap .imgs-box {
  padding: 24px;
  background-color: white;
}
.joinus-wrap .imgs-box img {
  display: inline-block;
  width: 560px;
}
.joinus-wrap .content-box {
  background-color: white;
  margin: 24px 0 0;
  padding: 24px;
}
.about-wrap h3 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin: 48px 0 32px;
}
.about-wrap .introduce img {
  float: left;
  margin-right: 24px;
}
.about-wrap .introduce .content {
  width: 618px;
  float: left;
  margin-top: 20px;
}
.about-wrap .honor-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-wrap .honor-box img {
  margin-right: 24px;
}
.about-wrap .honor-box img:last-child {
  margin-right: 0;
}
.contact-wrap .company-box {
  margin-top: 76px;
}
.contact-wrap .company-box img {
  display: 550px;
  height: 350px;
  margin-right: 20px;
}
.contact-wrap .company-box .content {
  width: 630px;
  height: 350px;
  background-color: white;
}
.contact-wrap .company-box .content .title {
  background-color: #0E57D0;
  line-height: 48px;
  padding-left: 20px;
  color: #fff;
  margin-bottom: 24px;
}
.contact-wrap .company-box .content p {
  margin-bottom: 52px;
  padding-left: 20px;
  line-height: 16px;
}
.contact-wrap .feedback-box {
  margin-top: 76px;
}
.contact-wrap .feedback-box .form-wrap {
  width: 808px;
  margin: 0 auto;
  font-size: 16px;
  box-sizing: border-box;
}
.contact-wrap .feedback-box .form-wrap .form-item {
  height: 48px;
  border: 1px solid #999;
  margin-bottom: 16px;
  box-sizing: border-box;
  background-color: #fff;
}
.contact-wrap .feedback-box .form-wrap .form-item span {
  display: inline-block;
  width: 100px;
  height: 100%;
  line-height: 48px;
  text-align: center;
  color: #3D3D3D;
  background-color: #f4f4f5;
  border-right: 1px solid #999;
}
.contact-wrap .feedback-box .form-wrap .form-item span i {
  color: #C31346;
}
.contact-wrap .feedback-box .form-wrap .form-item input {
  display: inline-block;
  box-sizing: border-box;
  width: 700px;
  height: 40px;
  border: none;
  margin: 0;
  padding: 4px;
  outline: none;
}
.contact-wrap .feedback-box .form-wrap .form-item input:focus-visible {
  border: none;
}
.contact-wrap .feedback-box .form-wrap .form-item textarea {
  float: right;
  box-sizing: border-box;
  border: none;
  width: 700px;
  outline: none;
  padding: 4px;
  height: 188px;
}
.contact-wrap .feedback-box .form-wrap button {
  height: 48px;
  width: 180px;
  line-height: 42px;
  color: #fff;
  background-color: #29509F;
  box-sizing: border-box;
  margin: 0 auto;
  outline: none;
  border: none;
}
.page {
  text-align: center;
  padding-bottom: 24px;
}
.page .pagination li:first-child,
.page .pagination li:last-child {
  display: none;
}
.page .pagination li a,
.page .pagination li span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 17px;
  padding: 0;
  line-height: 48px;
  border: 0;
  background-color: transparent;
  color: #333;
}
.page .pagination li a:hover,
.page .pagination li span:hover {
  background-color: transparent;
}
.page .pagination li.active a,
.page .pagination li.active span {
  border: 1px solid #0E57D0;
  color: #0E57D0;
}
.view-bg {
  margin-top: 24px;
}
footer {
  height: 340px;
  background-color: #333;
  color: #fff;
  padding: 48px 0;
}
footer .corpinfo {
  width: 484px;
  height: 245px;
  border-right: 1px solid #BFBFBF;
  padding-left: 75px;
}
footer .corpinfo .tit {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 22px;
}
footer .corpinfo .phone {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 22px;
}
footer .corpinfo .phone span {
  margin-right: 10px;
}
footer .corpinfo .address {
  font-size: 14px;
  line-height: 14px;
  color: #bfbfbf;
}
footer .corpinfo .qrcode {
  display: block;
  width: 100px;
  height: 100px;
  margin: 24px auto 12px;
}
footer .corpinfo .corp {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #bfbfbf;
}
footer .navinfo .navitem {
  margin-left: 64px;
}
footer .navinfo .navitem .title {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}
footer .navinfo .navitem .children {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #BFBFBF;
  margin-bottom: 16px;
}
