@charset "UTF-8";

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
  box-sizing: border-box;
}

.header-wrap {
  width: 100%;
  height: 800px;
  position: relative;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999999999999;
}

.header-wrap .swiper-container {
  height: 800px;
  overflow: hidden;
}

.header-wrap .pagination {
  position: absolute;
  z-index: 20;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.header-wrap .swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  cursor: pointer;
  margin-left: 20px;
}

.header-wrap .swiper-active-switch {
  background: white;
}

.header-wrap .swiper-slide {
  position: relative;
}

.header-wrap .swiper-slide img {
  width: 100%;
  height: 800px;
}

.header-wrap .slide-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 267px;
  margin: auto;
  font-size: 45px;
  font-family: SourceHanSansSC-Bold;
  font-weight: bold;
  color: #e7e9ee;
  text-align: center;
  letter-spacing: 4px;
}

.header-wrap .slide-text p {
  margin-bottom: 10px;
}

/* 棣栭〉淇敼鏍峰紡 */
.header-wrap .swiper-container .second-slide p:first-child {
  font-size: 110px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
}

.header-wrap .swiper-container .second-slide p:last-child {
  width: 800px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #333333;
  margin: 0 auto;
  font-size: 44px;
  font-family: MicrosoftYaHei;
}

.header-wrap .swiper-container .second-slide .slide-text {
  top: 189px;
}

.header-wrap .swiper-container .third-slide p:first-child {
  font-size: 60px;
  font-family: SourceHanSansSC-Bold;
  font-weight: bold;
  margin-bottom: 22px;
}

.header-wrap .swiper-container .third-slide p:last-child {
  font-size: 22px;
  font-family: SourceHanSansSC-Regular;
}

.header-wrap .swiper-container .third-slide .slide-text {
  top: 259px;
}

/* /棣栭〉淇敼鏍峰紡 */
/* 涓讳綋 */
#main {
  padding-bottom: 0;
}

#main .module-title {
  display: inline-block;
  font-size: 32px;
  min-width: 150px;
  font-family: SourceHanSansSC-Normal;
  color: #333333;
  margin: 0 auto;
  position: relative;
}

#main .container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

#main .module-title::after,
#main .module-title::before {
  content: '';
  position: absolute;
  top: 22px;
  left: -898px;
  width: 868px;
  height: 1px;
  background: gainsboro;
}

#main .module-title::before {
  left: auto;
  right: -898px;
}

#main .module-title .line {
  position: absolute;
  left: -338px;
  top: 11px;
  width: 308px;
  height: 1px;
  background: gainsboro;
}

#main .module-title .t-line-right {
  left: auto;
  right: -338px;
}

#main .module-title .l-line {
  position: absolute;
  left: -238px;
  top: 35px;
  width: 208px;
  height: 1px;
  background: gainsboro;
}

#main .module-title .b-line-right {
  left: auto;
  right: -238px;
}

/* 鍙戝睍涔嬭矾 */
#main .develop {
  height: 490px;
  padding-top: 65px;
  background: url(../images/index-develop-bg.png) no-repeat center top;
  background-size: cover;
}

#main .develop .develop-main {
  margin-top: 90px;
}

#main .develop .dev-ul li {
  width: 33%;
  margin: 15px 0;
  display: inline-block;
}

#main .develop .dev-ul li h3 {
  font-size: 20px;
  font-family: SourceHanSansSC-Bold;
  font-weight: bold;
  color: #333333;
  line-height: 68px;
}

#main .develop .dev-ul li h3 span {
  font-size: 36px;
  vertical-align: sub;
}

#main .develop .dev-ul li p {
  width: 64px;
  margin: 0 auto;
  font-size: 16px;
  font-family: SourceHanSansSC-Normal;
  color: #333333;
  padding-left: 27px;
}

#main .develop .dev-ul li:nth-child(1) p {
  background: url(../images/dev-ico-01.png) no-repeat left center;
  background-size: 16px 16px;
}

#main .develop .dev-ul li:nth-child(2) p {
  background: url(../images/dev-ico-02.png) no-repeat left center;
  background-size: 16px 16px;
}

#main .develop .dev-ul li:nth-child(3) p {
  background: url(../images/dev-ico-03.png) no-repeat left center;
  background-size: 16px 16px;
}

#main .develop .dev-ul li:nth-child(4) p {
  background: url(../images/dev-ico-04.png) no-repeat left center;
  background-size: 16px 16px;
}

#main .develop .dev-ul li:nth-child(5) p {
  background: url(../images/dev-ico-05.png) no-repeat left center;
  background-size: 16px 16px;
}

#main .develop .dev-ul li:nth-child(6) p {
  background: url(../images/dev-ico-06.png) no-repeat left center;
  background-size: 16px 16px;
}

/* 鏈嶅姟鑼冨洿 */
#main .services {
  height: 854px;
  background: url(../images/index-serve-bg.jpg) no-repeat left top;
  background-size: cover;
}

#main .services .module-title {
  color: #fff;
  margin-top: 70px;
}

#main .services .module-title::after,
#main .services .module-title::before {
  background: rgba(220, 220, 220, 0.3);
}

#main .services .module-title .line {
  background: rgba(220, 220, 220, 0.3);
}

#main .services .module-title .l-line {
  background: rgba(220, 220, 220, 0.3);
}

#main .serve-detail {
  font-size: 16px;
  font-family: SourceHanSansSC-Normal;
  color: #969696;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 48px;
}

.serve-ul .item-wrap,
.serve-ul .item-main {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.serve-ul .item-wrap {
  width: 242px;
  height: 192px;
  border-top: 4px solid #CC995A;
  background-color: #fff;
  box-shadow: 0px -4px 20px 0px rgba(71, 71, 71, 0.2);
  display: none;
}

.serve-ul li:hover .item-wrap {
  display: block;
}

.serve-ul .item-main {
  z-index: 10;
}

#main .services .serve-ul {
  width: 1200px;
  margin: 0 auto;
}

#main .services .serve-ul li {
  float: left;
  width: 232px;
  height: 186px;
  background: white;
  margin: 0 10px 10px 0px;
  position: relative;
}

#main .services .serve-ul li .item-img {
  width: 70px;
  height: 70px;
  margin: 28px auto 6px;
}

#main .services .serve-ul li .tips span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #d5d5d5;
  border-radius: 50%;
  vertical-align: middle;
}

#main .services .serve-ul li .tips {
  margin-bottom: 10px;
}

#main .services .serve-ul li .tips span:nth-child(2) {
  width: 6px;
  height: 6px;
  background: #d5d5d5;
  border-radius: 50%;
}

#main .services .serve-ul li:nth-child(5n) {
  margin-right: 0;
}

#main .services .serve-ul li img {
  max-width: 100%;
  max-height: 100%;
}

#main .services .serve-ul li p {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
}

/* 鏃椾笅浜掕仈缃戝钩鍙�*/
#main .platform {
  padding: 80px 0;
  background-color: #f8f9fa;
}

#main .platform .platform-lists .platform-item {
  float: left;
  margin: 0 12px 12px 0;
  overflow: hidden;
}

#main .platform .platform-lists .platform-item.on .item-hide {
  left: 0;
}

#main .platform .platform-lists .platform-item:nth-child(3) {
  margin-right: 0;
}

#main .platform .platform-lists .platform-item:nth-child(5) {
  margin-right: 0;
}

#main .platform .platform-lists .item-short .item-show {
  width: 392px;
  height: 290px;
  position: relative;
  top: 8px;
  background-color: #fff;
}

#main .platform .platform-lists .item-short {
  position: relative;
  width: 392px;
  height: 298px;
}

#main .platform .platform-lists .item-long {
  width: 594px;
  height: 288px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

#main .platform .platform-lists .item-short .item-hide,
#main .platform .platform-lists .item-long .item-hide {
  width: 392px;
  height: 298px;
  background: url(../images/short-bg.jpg) no-repeat left top;
  background-size: cover;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

#main .platform .platform-lists .item-long .item-hide {
  width: 594px;
  height: 288px;
  background: url(../images/long-bg.jpg) no-repeat left top;
  background-size: cover;
}

#main .platform .platform-lists .platform-item .item-hide h3 {
  font-size: 28px;
  font-family: MicrosoftYaHei;
  color: white;
  margin: 37px auto 55px;
  position: relative;
}

#main .platform .platform-lists .platform-item .item-hide h3::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
}

#main .platform .platform-lists .platform-item .item-hide .com-extext {
  height: 75px;
  padding: 0 30px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: white;
  text-align: left;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#main .platform .platform-lists .platform-item .item-hide a {
  display: block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #cc995a;
  border-radius: 2px;
  margin: 35px auto 0;
}

#main .platform .platform-lists .platform-item .item-hide a:hover {
  background: rgba(204, 153, 90, 0.9) !important;
}

#main .platform .platform-lists .platform-item .com-logo {
  width: 140px;
  height: 66px;
  margin-top: 31px;
}

#main .platform .platform-lists .platform-item .com-name {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin: 20px 0;
}

#main .platform .platform-lists .platform-item .com-text {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
}

#main .platform .platform-lists .platform-item .jt-ico {
  width: 34px;
  height: 6px;
  overflow: hidden;
  margin: 50px auto 0;
}

#main .platform .platform-lists .platform-item:hover .jt-ico .jt-ico-wrap {
  left: 0;
}

#main .platform .platform-lists .platform-item .jt-ico .jt-ico-wrap {
  position: relative;
  width: 78px;
  height: 6px;
  left: -44px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
}

#main .platform .platform-lists .platform-item .jt-ico .jt-ico-wrap span {
  float: left;
  width: 34px;
  height: 6px;
  background: url(../images/jiantou-ico.png) no-repeat left top;
}

#main .platform .platform-lists .platform-item .jt-ico .jt-ico-wrap span:last-child {
  background: url(../images/jiantou-ico-b.png) no-repeat left top;
  margin-left: 10px;
}

#main .platform .platform-lists .item-short {
  width: 392px;
  height: 298px;
}

#main .platform .platform-ul li {
  width: 160px;
  height: 560px;
  float: left;
  cursor: pointer;
  margin-right: 6px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  overflow: hidden;
}

#main .platform .platform-ul li:hover {
  box-shadow: 0 0 20px 0 #ddd;
}

#main .platform .platform-ul li:last-child {
  margin-right: 0;
}

#main .platform .platform-ul li.on .platform-list {
  display: none;
}

#main .platform .platform-ul li .platform-list:hover p {
  top: -10px;
}

#main .platform .platform-ul li.on {
  width: 536px;
}

/* #main .platform .platform-ul li.on .platform-unfold{
width: 536px;
} */
#main .platform .platform-ul li .platform-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main .platform .platform-ul li .platform-list {
  width: 160px;
  height: 560px;
  background: #fff;
  box-sizing: border-box;
  float: left;
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

#main .platform .platform-ul li .platform-list .com-logo {
  width: 140px;
  height: 66px;
  margin-top: 60px;
  margin-bottom: 75px;
}

#main .platform .platform-ul li .platform-list .com-text {
  height: 120px;
  padding: 0 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  text-align: justify;
  line-height: 24px;
  margin-top: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  position: relative;
  top: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
}

#main .platform .platform-ul li .platform-list h3 {
  height: 52px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
}

#main .platform .platform-ul li .platform-list>p {
  height: 120px;
  padding: 0 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  text-align: justify;
  line-height: 24px;
  margin-top: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  position: relative;
  top: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
}

#main .platform .platform-ul li .platform-list h3::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 1px;
  background: #7f7f7f;
  left: 0;
  right: 0;
  bottom: -26px;
  margin: auto;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

#main .platform .platform-ul li .platform-list:hover h3::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-trasnsform: rotate(90deg);
}

#main .platform .platform-ul li .platform-list .pla-ico {
  width: 34px;
  overflow: hidden;
  margin: 0 auto;
  white-space: nowrap;
  margin-top: 65px;
}

#main .platform .platform-ul li .platform-list .pla-ico span {
  display: inline-block;
}

#main .platform .platform-ul li .platform-list .pla-ico .ico-wrap {
  position: relative;
  left: -34px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

#main .platform .platform-ul .platform-list:hover .pla-ico .ico-wrap {
  left: 0px;
}

#main .platform .platform-ul li .platform-list .pla-ico span:nth-child(1) {
  width: 34px;
  height: 6px;
  background: url(../images/jiantou-ico.png) no-repeat left center;
  background-size: 100% 100%;
}

#main .platform .platform-ul li .platform-list .pla-ico span:nth-child(2) {
  width: 34px;
  height: 6px;
  position: relative;
}

#main .platform .platform-ul li .platform-list .pla-ico span:nth-child(2)::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #666666;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

#main .platform .platform-ul li .platform-unfold {
  width: 536px;
  height: 560px;
  /* transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    overflow: hidden; */
  float: left;
}

#main .platform .platform-ul li .platform-unfold>div {
  float: left;
}

#main .platform .platform-ul li .platform-unfold .unfold-left {
  width: 200px;
  height: 100%;
  background: url(../images/unflod-bg.png) no-repeat left top;
  background-size: 100% 100%;
  text-align: left;
  position: relative;
}

#main .platform .platform-ul li .platform-unfold .unfold-right {
  width: 336px;
  height: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box;
  border: 1px solid #3a3f53;
  border-left: none;
}

#main .platform .platform-ul li .platform-unfold .unfold-right p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #646464;
  line-height: 26px;
  text-align: justify;
  text-indent: 28px;
}

#main .platform .platform-ul li .platform-unfold .unfold-left h4 {
  font-size: 28px;
  font-family: MicrosoftYaHei;
  font-weight: 600;
  color: white;
  position: relative;
  margin: 56px 0;
  padding: 0 12px 0 20px;
}

#main .platform .platform-ul li .platform-unfold .unfold-left h4::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  left: 20px;
  bottom: -28px;
}

#main .platform .platform-ul li .platform-unfold .unfold-left p {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: white;
  padding: 0 20px;
  line-height: 30px;
}

#main .platform .platform-ul li .platform-unfold .unfold-left .detail-btn {
  position: absolute;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #d5a57a url(../images/detail-jt.png) no-repeat right 20px center;
  left: 0;
  bottom: 0;
  text-indent: 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: white;
}

/* 闆嗗洟澶т簨浠�*/
#main .breaking-news {
  margin-top: 80px;
}

#main .news-ul li {
  width: 386px;
  height: 396px;
  float: left;
  margin: 0 20px 20px 0;
  box-sizing: border-box;
  padding: 0 40px;
  text-align: left;
  border: 1px solid #DADADA;
}

#main .news-ul li:nth-child(2),
#main .news-ul li:last-child {
  margin-right: 0;
}

#main .news-ul li:first-child {
  width: 792px;
  position: relative;
  overflow: hidden;
  padding: 0;
}

#main .news-ul li .f-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: rgba(33, 31, 28, 0.6);
  text-align: left;
  box-sizing: border-box;
  padding: 30px;
}

#main .news-ul li .f-bottom .title {
  font-size: 22px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 600;
  color: white;
  line-height: 30px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 510px;
}

#main .news-ul li .f-bottom .text {
  width: 530px;
  height: 45px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: rgba(255, 255, 255, 0.9);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#main .news-ul li .detail-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  opacity: 0.9;
  position: absolute;
  right: 30px;
  bottom: 68px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: white;
  cursor: pointer;
  text-decoration: none;
}

#main .news-ul li h3 {
  height: 85px;
  line-height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-family: SourceHanSansCN-Normal;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 12px 0 0;
}

#main .news-ul li .new-detail {
  height: 190px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  text-align: justify;
  color: rgba(100, 100, 100, 0.9);
  line-height: 24px;
  margin-top: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

#main .news-ul li .date {
  font-family: SourceHanSansCN-Regular;
  color: #969696;
  line-height: 24px;
  margin-top: 20px;
}

#main .news-ul li .date span {
  margin-right: 20px;
}

/* 关于我们 */
#main .about {
  padding-bottom: 80px;
}

#main .about .main-title h2 {
  background-color: #FAFAFC;
}

#main .about-main .imgs {
  float: left;
  width: 600px;
}

#main .about-main img {
  width: 100%;
}

#main .about-main .text {
  float: left;
  width: -moz-calc(100% - 600px);
  width: -webkit-calc(100% - 600px);
  width: calc(100% - 600px);
  text-align: left;
  padding-left: 30px;
  /* padding-top: 40px; */
}

#main .about-main .text h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

#main .about-main .text p {
  line-height: 30px;
}

/* 瀹㈡埛鎰熻█ */
#main .client {
  height: 525px;
  background: rgba(0, 0, 0, 0.4);
  background-image: url("../images/client_bg.jpg");
}

#main .client .main-title h3 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

#main .client .main-title .second {
  color: #fff;
  opacity: 0.8;
}

#main .client .swiper-container-02 {
  height: 250px;
  background: transparent;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #FFFFFF;
}

#main .client .swiper-container-02 .slide-wrap {
  padding: 50px 60px;
}

#main .client .swiper-container-02 p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
  opacity: 0.8;
  line-height: 28px;
}

#main .client .swiper-container-02 h3 {
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  line-height: 30px;
  opacity: 0.6;
}

.pagination-02 {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  left: 40px;
  width: 100%;
}

.pagination-02 .swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin-left: 20px;
}

.pagination-02 .swiper-active-switch {
  width: 20px;
  height: 3px;
  background: #fff;
}

/* 鏈嶅姟浼佷笟 */
#main .business {
  padding-bottom: 80px;
  background-color: #FAFAFC;
}

#main .business .main-title h2 {
  background-color: #FAFAFC;
}

#main .business .s-text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: white;
}

#main .business .swiper-mian {
  position: relative;
  margin-top: 45px;
}

#main .business .swiper-container-03 {
  width: 1200px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

/* #main .business .swiper-container-03 .swiper-slide {
  height: 100px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
} */

#main .business .swiper-container-03 .swiper-slide li {
  width: 224px;
  height: 100px;
  float: left;
  margin: 0 20px 20px 0;
}

#main .business .swiper-container-03 .swiper-slide li:nth-child(5n) {
  margin-right: 0;
}

#main .business .swiper-container-03 .swiper-slide img {
  width: 224px;
  height: 100px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#main .business .swiper-container-03 .swiper-slide img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.pagination-03 {
  position: absolute;
  z-index: 20;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.pagination-03 .swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #B7E5E4;
  margin-right: 10px;
  cursor: pointer;
}

.pagination-03 .swiper-pagination-switch.swiper-active-switch {
  background: #009bde;
}

/* 闆嗗洟澶т簨浠舵柊澧炶疆鎾�*/
.swiper-container-04 {
  width: 792px;
  height: 396px;
  overflow: hidden;
}

.swiper-container-04 .swiper-slide {
  position: relative;
}

.swiper-container-04 .swiper-slide img {
  width: 792px;
  height: 396px;
}

.pagination-04 {
  position: absolute;
  z-index: 20;
  right: 20px;
  bottom: 25px;
  display: inline-block;
}

.pagination-04 .swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  cursor: pointer;
}

.pagination-04 .swiper-pagination-switch.swiper-active-switch {
  background: white;
}

/* bannar 兼容小屏幕 */
@media screen and (max-width: 1366px) {
  .header-wrap {
    height: auto;
  }

  .header-wrap .swiper-container {
    height: auto;
  }

  .header-wrap .swiper-container .swiper-wrapper {
    height: auto !important;
  }

  .header-wrap .swiper-slide {
    height: auto !important;
  }

  .header-wrap .swiper-slide img {
    width: 100%;
    height: auto;
  }
}

/*顶部新添加的提示点击关闭可以关闭*/
.f-container {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  white-space: normal;
}

.new-add-remind {
  width: 100%;
  padding: 30px 0px 25px 0px;
  overflow: hidden;
  background-color: #fff8e4;
  border-bottom: 1px solid #fff8e4;
  border-top: 1px solid #fff8e4;
  position: relative;
}

.new-bg {
  background-color: #ffffff !important;
  border: none !important;
}

.new-add-remind .mtp {
  margin-top: 20px;
}

.new-add-remind p {
  color: #222222;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  display: inline;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
}

.f-container span,
.f-container a,
.f-container b,
.f-container strong,
.f-container text,
.f-container h1,
.f-container h2,
.f-container h3,
.f-container h4,
.f-container h5,
.f-container h6 {
  white-space: normal !important;
}

.new-add-remind p a {
  color: #222222;
  text-decoration: underline;
  cursor: pointer;
}

.new-add-remind p b {
  color: #000;
  /*font-weight: normal;*/
}

.reClose {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/rm-close.png") no-repeat top center;
  position: absolute;
  right: 35px;
  top: 35px;
  cursor: pointer;
}

.f-container img {
  display: none !important;
}

#main .services .serve-ul li .en-p {
  font-size: 16px;
}

/*************公用titie   S***************/
.main-title {
  padding: 78px 0 43px;
}

.main-title .first {
  position: relative;
}

.main-title span {
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  top: 17px;
  z-index: 1;
}

.main-title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #009bde;
  padding: 0 26px;
  position: relative;
  float: left;
  line-height: 32px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  background-color: inherit;
}

.main-title h2:before {
  position: absolute;
  display: block;
  height: 35px;
  border: 1px solid #DCDCDC;
  content: "";
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  left: 0;
  top: 0;
}

.main-title h2:after {
  position: absolute;
  display: block;
  height: 35px;
  border: 1px solid #DCDCDC;
  content: "";
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  right: 0;
  top: 0;
}

.main-title .second {
  margin-top: 24px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #969696;
}

/*************公用titie   E***************/
/*************智囊团   S***************/
.wisdom-team {
  background-color: #FAFAFC;
  padding-bottom: 80px;
}

.wisdom-team .main-title h2 {
  background-color: #FAFAFC;
}

.wisdom-team .content .wisdom-row {
  width: 100%;
}

.wisdom-team .content .wisdom-row>div {
  width: 171px;
  height: 220px;
  float: left;
}

.wisdom-team .content .wisdom-row>div>img {
  max-width: 100%;
}

.wisdom-team .text-box {
  padding: 54px 19px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #D7D8D9;
}

.wisdom-team .text-box h4 {
  font-size: 24px;
  font-weight: bold;
  color: #252525;
  margin-bottom: 14px;
  line-height: 36px;
}

.wisdom-team .text-box span {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  line-height: 20px;
}

.wisdom-team .img-box {
  overflow: hidden;
  position: relative;
}

.wisdom-team .img-box:hover .intro-box {
  top: 0;
}

.wisdom-team .img-box .intro-box {
  width: 100%;
  height: 100%;
  text-align: left;
  position: absolute;
  top: 220px;
  left: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: #FFF;
  padding: 20px 15px 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

.wisdom-team .img-box .intro-box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.wisdom-team .img-box .intro-box a h4 {
  line-height: 30px;
  font-size: 22px;
}

.wisdom-team .img-box .intro-box a p {
  margin-top: 1px;
  line-height: 24px;
  font-size: 14px;
}

.wisdom-team .team-intro {
  padding: 39px 48px 50px 60px;
  background-color: #fff;
  border: 1px solid #dadada;
}

.wisdom-team .team-intro p {
  font-size: 14px;
  line-height: 2;
  color: #646464;
  text-align: left;
}

/*************智囊团   E***************/
/*************热点聚焦   S***************/
.hotspot {
  background-color: #fff;
  padding-bottom: 80px;
}

.hotspot .main-title h2 {
  background-color: #fff;
}

/*************热点聚焦   E***************/





.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin-left: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}


@media screen and (max-width:1280px) {

  #main .container {
    width: 90%;
  }

  #main .about-main .imgs,
  #main .about-main .text {
    width: 50%;
  }

  #main .about-main .text p {
    line-height: 25px;
    font-size: 15px;
  }

  #main .business .swiper-container-03 {
    width: 100%;
  }

  .swiper-mian .clearfix {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }

  #main .business .swiper-container-03 .swiper-slide li {
    width: auto;
    height: auto;
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #main .business .swiper-container-03 .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }


}

@media screen and (max-width:1024px) {

  .main-title {
    padding: 50px 0 30px;
  }

  #main .about-main .imgs,
  #main .about-main .text {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  #main .about {
    padding-bottom: 40px;
  }

  .swiper-mian .clearfix {
    gap: 15px;
  }

}

@media screen and (max-width:768px) {

  .main-title {
    padding: 30px 0 20px;
  }

  .main-title h2,
  #main .client .main-title h3 {
    font-size: 22px;
  }

  #main .business .swiper-mian {
    margin-top: 10px;
  }

  .swiper-mian .clearfix {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .main-title .second {
    margin-top: 15px;
    font-size: 14px;
  }

  #main .client .swiper-container-02 {
    height: 300px;
  }

  #main .client .swiper-container-02 .slide-wrap {
    padding: 20px 10px;
  }

  #main .client .swiper-container-02 p {
    font-size: 13px;
    line-height: 25px;
  }

  #main .client .swiper-container-02 h3{
    font-size: 16px;
  }


}