.Home-banner {
  height: 528px;
}
.Home-banner .swiper-banner {
  height: 100%;
}
.Home-banner .banner-text {
  margin-top: 124px;
}
.Home-banner .banner-text h3 {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: bold;
}
.Home-banner .banner-text p {
  margin-bottom: 30px;
  font-size: 20px;
  color: #4e5666;
}
.Home-banner .banner-text .btns a {
  width: 120px;
  height: 42px;
  display: inline-block;
  background-color: #1a64f1;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.Home-banner .banner-text .btns .more_btn {
  border: 0;
  background-color: transparent;
  color: #1a64f1;
}
.Home-banner .banner-text .btns .more_btn:hover {
  transform: translateX(2px);
}
.Home-banner .banner-img {
  margin-top: 18px;
  position: relative;
  width: 100%;
}
.Home-banner .banner-img .item {
  position: absolute;
  right: -88px;
  top: 0;
}
.Home-banner .banner-img img {
  max-width: 100%;
}
.Home-banner .banner-page {
  width: 100%;
  top: auto;
  bottom: 28px;
}
.Home-banner .banner-page .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 4px;
  opacity: 0.5;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 4px;
  background-color: rgba(26, 100, 241, 0.4);
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  opacity: 1;
  outline: none;
}
.Home-banner .banner-page .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  background-color: #1a64f1;
}
.Home-banner .banner-page .swiper-pagination-bullet-active:before {
  content: "";
  width: 100%;
  -webkit-animation: progressIn 5s linear both;
  -moz-animation: progressIn 5s linear both;
  -ms-animation: progressIn 5s linear both;
  -o-animation: progressIn 5s linear both;
  animation: progressIn 5s linear both;
}
.Home-banner .swiper-slide-active .banner-text {
  -webkit-animation: fadeInLeft 2.5s;
  animation: fadeInLeft 2.5s;
}
.Home-banner .swiper-slide-active .banner-img .item:nth-child(1) {
  -webkit-animation: fadeInRight 0.5;
  animation: fadeInRight 0.5s;
}
.Home-banner .swiper-slide-active .banner-img .item:nth-child(2) {
  -webkit-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
}
.Home-banner .swiper-slide-active .banner-img .item:nth-child(3) {
  -webkit-animation: fadeInRight 1.5s;
  animation: fadeInRight 1.5s;
}
.index-section {
  padding-top: 72px;
  padding-bottom: 96px;
  overflow: hidden;
}
.index-title {
  margin-bottom: 30px;
  text-align: center;
}
.index-title .t {
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: bold;
}
.index-title .st {
  font-size: 16px;
  color: #748499;
}
.gray_bg {
  background-color: #f7f7fc;
}
.section-problem .index-problem {
  position: relative;
}
.section-problem .index-problem ul {
  position: relative;
  z-index: 2;
  margin: 0 -12px;
}
.section-problem .index-problem li {
  width: 25%;
  float: left;
  padding: 0 12px;
}
.section-problem .index-problem li .item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.section-problem .index-problem .text {
  padding: 28px;
}
.section-problem .index-problem .text h3 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
  color: #272a33;
  font-weight: bold;
}
.section-problem .index-problem .text p {
  height: 68px;
  font-size: 14px;
  color: #4e5766;
  line-height: 21px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section-problem .index-problem .text p.noLimit {
  height: auto;
  -webkit-line-clamp: unset;
}
.section-problem .problem_icon1 {
  position: absolute;
  left: -136px;
  bottom: -30px;
  z-index: 1;
  animation: upAnimate 1.3s ease-in-out 1s infinite alternate;
}
.section-problem .problem_icon2 {
  position: absolute;
  right: -150px;
  top: -134px;
  z-index: 1;
  animation: upAnimate 1.3s ease-in-out 0s infinite alternate;
}
.section-intro .inner {
  position: relative;
}
.section-intro .intro_left {
  width: 800px;
}
.section-intro .intro_left .t {
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: bold;
}
.section-intro .intro_left .info {
  font-size: 16px;
  color: #4e5866;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.section-intro .intro-tab li {
  width: 310px;
  padding: 30px;
  margin-right: 22px;
  margin-top: 22px;
  float: left;
  box-shadow: 0 0 10px rgba(26, 100, 241, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.section-intro .intro-tab li.active {
  background-color: #1a64f1;
}
.section-intro .intro-tab li.active .ban {
  color: #fff;
}
.section-intro .intro-tab li.active p {
  opacity: 1;
  color: #fff;
}
.section-intro .intro-tab li.active .more {
  color: #fff;
}
.section-intro .intro-tab li.active .more .ico {
  background-color: #1a64f1;
}
.section-intro .intro-tab li.active .more .ico i {
  color: #fff;
}
.section-intro .intro-tab a {
  display: block;
  text-decoration: none;
}
.section-intro .intro-tab .ban {
  margin-bottom: 10px;
  color: #272a33;
  font-size: 20px;
  font-weight: bold;
}
.section-intro .intro-tab p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #748199;
}
.section-intro .intro-tab .more {
  line-height: 26px;
  font-size: 14px;
  color: #1a64f1;
}
.section-intro .intro-tab .more .ico {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  float: right;
  background-color: #fff;
}
.section-intro .intro-tab .more .ico i {
  color: #1a64f1;
  font-size: 26px;
}
.section-intro .right_img {
  position: absolute;
  z-index: 3;
  right: -50px;
  bottom: -12px;
  width: 28%;
}
.section-intro .right_img img {
  max-width: 100%;
  display: none;
}
.section-intro .cricle_box {
  width: 790px;
  height: 790px;
  position: absolute;
  top: 0;
  right: -275px;
  opacity: 0.2;
  transition: opacity 0.3s;
  animation: scale 3s linear 0s infinite ;
}
.section-intro .cricle_box .cricle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.section-intro .cricle_box .cricle1 {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(26, 100, 241, 0.3);
}
.section-intro .cricle_box .cricle2 {
  width: 70%;
  height: 70%;
  border: 1px solid rgba(26, 100, 241, 0.5);
}
.section-intro .cricle_box .cricle3 {
  width: 50%;
  height: 50%;
  border: 1px solid #1a64f1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.section-advantage .adv-list li {
  width: 33.333%;
  float: left;
  padding: 0 11px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.section-advantage .adv-list .item {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.section-advantage .adv-list .item:hover {
  box-shadow: 0 0 20px rgba(28, 76, 186, 0.2);
}
.section-advantage .adv-list .pic {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.section-advantage .adv-list .pic img {
  width: 100%;
}
.section-advantage .adv-list .info {
  padding: 26px;
}
.section-advantage .adv-list .info h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #272b33;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-advantage .adv-list .info p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #748199;
  line-height: 21px;
}
.section-advantage .adv-list .info .more {
  color: #1a64f1;
}
.section-choose .choose-list li {
  width: 50%;
  float: left;
  padding: 0 12px;
  margin-bottom: 28px;
  box-sizing: border-box;
}
.section-choose .choose-list li .box {
  position: relative;
  height: 180px;
  padding-top: 56px;
  padding-left: 48px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  cursor: pointer;
}
.section-choose .choose-list li .box:hover {
  border-color: #fff;
  box-shadow: rgba(28, 76, 186, 0.08) 0 0 16px;
}
.section-choose .choose-list li:hover .dot {
  transform: scale(1.3);
}
.section-choose .choose-list .ico {
  position: absolute;
  height: 68px;
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  line-height: 1;
}
.section-choose .choose-list .ico i {
  position: absolute;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-size: 60px;
}
.section-choose .choose-list .ico .dot {
  z-index: 1;
  color: #1a64f1;
}
.section-choose .choose-list .ico .dot1 {
  right: -8px;
  bottom: 0px;
}
.section-choose .choose-list .ico .dot3 {
  right: -22px;
  bottom: -4px;
}
.section-choose .choose-list .ico .dot4 {
  right: -10px;
  bottom: 0px;
}
.section-choose .choose-list .text {
  margin-left: 70px;
  display: inline-block;
  vertical-align: middle;
}
.section-choose .choose-list .text div {
  font-size: 20px;
  color: #272b33;
  font-weight: bold;
  line-height: 1;
}
.section-choose .choose-list .text p {
  margin-top: 12px;
  font-size: 14px;
  color: #748199;
}
.section-room .room-left {
  width: 380px;
  float: left;
}
.section-room .room-right {
  float: right;
}
.section-room .room-title {
  margin-bottom: 30px;
}
.section-room .room-title .t {
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: bold;
}
.section-room .room-title .st {
  font-size: 16px;
  color: #748499;
}
.section-room .room-tab .room-item {
  width: 210px;
  height: 48px;
  margin-bottom: 24px;
  text-align: center;
  color: #748199;
  font-size: 18px;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid #748199;
  cursor: pointer;
}
.section-room .room-tab .room-item i {
  margin-right: 6px;
}
.section-room .room-tab .room-item.active {
  background-color: #1a64f1;
  border: 0;
  color: #fff;
}
.section-room .room-box {
  margin-top: 36px;
  position: relative;
}
.section-room .room-box .roomBg {
	width: 800px;
	height: 430px;
  	position: relative;
  	z-index: 2;
  	margin-right: -80px;
}
.section-room .room-box .text {
  position: absolute;
  top: 0;
  z-index: 3;
  padding: 0 16px;
  border-radius: 4px;
  overflow: hidden;
  color: #748199;
}
.section-room .room-box .text1 {
  top: 150px;
  left: -6px;
  padding-right: 24px;
  background: url(../images/index/room_text_bg1.png) no-repeat center right;
  line-height: 46px;
}
.section-room .room-box .text1.active {
  background-image: url(../images/index/room_text_bg1-hover.png);
  color: #fff;
}
.section-room .room-box .text2 {
  top: 240px;
  right: 160px;
  padding-left: 34px;
  padding-right: 34px;
  background: url(../images/index/room_text_bg2.png) no-repeat center right;
  line-height: 46px;
}
.section-room .room-box .text2.active {
  background-image: url(../images/index/room_text_bg2-hover.png);
  color: #fff;
}
.section-room .room-box .text3 {
  top: 70px;
  left: 310px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 26px;
  padding-top: 12px;
  background: url(../images/index/room_text_bg3.png) no-repeat bottom left;
}
.section-room .room-box .text3.active {
  background-image: url(../images/index/room_text_bg3-hover.png);
  color: #fff;
}
.section-room .room-box .text4 {
  top: 10px;
  left: 460px;
  padding-left: 24px;
  padding-right: 14px;
  background: url(../images/index/room_text_bg4.png) no-repeat center left;
  line-height: 46px;
}
.section-room .room-box .text4.active {
  background-image: url(../images/index/room_text_bg4-hover.png);
  color: #fff;
}

.section-room .room-box.room2 .text1 {
  top: 245px;
  left: 54px;
}
.section-room .room-box.room2 .text2 {
  top: 189px;
  right: 128px;
  left: 394px;
}
.section-room .room-box.room2 .text3 {
  top: 69%;
  left: 49%;
}
.section-room .room-box.room2 .text4 {
  top: 13%;
  left: 42%;
}

.section-room .room-box .span {
  position: absolute;
  top: 0;
  z-index: 4;
  background-color: transparent;
  width: 100px;
  height: 10px;
}
.section-room .room-box .span1 {
  height: 53px;
  left: 210px;
  top: 151px;
  transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  /* IE 9 */
  -moz-transform: rotate(22deg);
  /* Firefox */
  -webkit-transform: rotate(22deg);
  /* Safari and Chrome */
  -o-transform: rotate(22deg);
  /* Opera */
}
.section-room .room-box .span2 {
  width: 82px;
  height: 43px;
  left: 124px;
  top: 72px;
  transform: rotate(-9deg);
}
.section-room .room-box .span3 {
  width: 26px;
  height: 80px;
  left: 217px;
  top: 62px;
  transform: rotate(-8deg);
}
.section-room .room-box .span4 {
  width: 80px;
  height: 18px;
  left: 300px;
  top: 62px;
  transform: rotate(-10deg);
}
.section-room .room-box .span5 {
  width: 52px;
  height: 73px;
  left: 253px;
  top: 72px;
  transform: rotate(-7deg);
}
.section-room .room-box .icon {
  position: absolute;
  z-index: 1;
}
.section-room .room-box .icon1 {
  bottom: 0;
  right: -50px;
  animation: upAnimate 1.3s ease-in-out 0.4s infinite alternate;
}
.section-room .room-box .icon2 {
  top: -36px;
  right: -124px;
  animation: upAnimate 1.3s ease-in-out 0s infinite alternate;
}
.section-room .room-box .icon3 {
  top: -20px;
  left: -60px;
  animation: upAnimate 1.3s ease-in-out 1.1s infinite alternate;
}
.section-news .news-list dd {
  width: 33.333%;
  float: left;
  padding: 0 13px;
  box-sizing: border-box;
}
.section-news .news-list .item {
  display: block;
  background-color: #f7f7fa;
  border-radius: 8px;
  overflow: hidden;
}
.section-news .news-list .item:hover {
  box-shadow: 0 0 20px rgba(28, 76, 186, 0.2);
}
.section-news .news-list .pic {
  height: 250px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.section-news .news-list .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-news .news-list .info {
  padding: 26px;
}
.section-news .news-list .info h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #272b33;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-news .news-list .info p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #4e5666;
  line-height: 22px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section-news .news-list .info .time {
  color: #748199;
}
.section-news .news-list .info .time i {
  margin-right: 4px;
}
.section-news .newsInner {
  height: 424px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: #f7f7fa;
}
.section-news #news {
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}
.section-news #news li {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.section-news #news li a {
  margin-bottom: 10px;
  font-size: 20px;
  color: #272b33;
  font-weight: bold;
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section-news #news li span {
  font-size: 14px;
  color: #748199;
}
.section-case .case-list {
  position: relative;
}
.section-case .case-list .case-page {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.section-case .case-list .case-page .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 4px;
  opacity: 0.5;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 4px;
  background: rgba(26, 100, 241, 0.4);
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  opacity: 1;
  outline: none;
}
.section-case .case-list .case-page .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  background-color: #1a64f1;
}
.section-case .case-list .case-page .swiper-pagination-bullet-active:before {
  content: "";
  width: 100%;
  -webkit-animation: progressIn 5s linear both;
  -moz-animation: progressIn 5s linear both;
  -ms-animation: progressIn 5s linear both;
  -o-animation: progressIn 5s linear both;
  animation: progressIn 5s linear both;
}
.section-case .case-list .item {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(13, 58, 145, 0.1);
}
.section-case .case-list .item:hover .pop {
  top: 0;
}
.section-case .case-list .pic {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.section-case .case-list .pic img {
  width: 100%;
  height: 18em;
  object-fit: cover;
}
.section-case .case-list .pic .pop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 100, 241, 0.8);
  color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section-case .case-list .pic .pop i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
}
.section-case .case-list .info {
  padding: 26px;
}
.section-case .case-list .info h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #272b33;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-case .case-list .info p {
  font-size: 14px;
  color: #4e5666;
  line-height: 22px;
  ext-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
}
.section-case .case-list .info .tag {
  margin-bottom: 15px;
}
.section-case .case-list .info .tag span {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 10px;
  background-color: #1a64f1;
  color: #fff;
}
.section-case .logos {
    overflow: hidden;
    margin-top: 70px;
}
.section-case .logos>li {
    float: left;
    margin-right: 19px;
    width: 180px;
    height: 62px;
}

.section-case .caseLogo1 {
    background: url(../images/index/caseLogo_ga_hefei.png) center center no-repeat;
    background-size: contain;
}
.section-case .caseLogo2 {
    background: url(../images/index/caseLogo_ga_maanshan.png) center center no-repeat;
    background-size: contain;
}
.section-case .caseLogo3 {
    background: url(../images/index/caseLogo_ga_pingdingshan.png) center center no-repeat;
    background-size: contain;
}
.section-case .caseLogo4 {
    background: url(../images/index/caseLogo_ga_px.png) center center no-repeat;
    background-size: contain;
}
.section-case .caseLogo5 {
    background: url(../images/index/caseLogo_ga_qinyang.png) center center no-repeat;
    background-size: contain;
}
.section-case .caseLogo6 {
    background: url(../images/index/caseLogo_xf_hengyang.png) center center no-repeat;
    background-size: contain;
}