.news-source-body * {
  box-sizing: border-box;
}
.news-source-body .banner {
  height: 440px;
  background: #0072FB url("/images/news_source/banner.png") no-repeat center;
}
.news-source-body .banner .banner-btn-box {
  margin-top: 265px;
  padding-left: 46px;
}
.news-source-body .banner .banner-btn-box > a {
  width: 145px;
  height: 42px;
}
.news-source-body .what {
  height: 542px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-source-body .what .what-left {
  width: 450px;
}
.news-source-body .what .what-left > h3 {
  font-size: 38px;
  color: #222;
}
.news-source-body .what .what-left > img {
  margin-top: 25px;
}
.news-source-body .what .what-left > p {
  margin-top: 70px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.news-source-body .what .what-left > a {
  margin-top: 90px;
  width: 166px;
  height: 46px;
  background: #00A2FF;
  border-radius: 23px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  transition: all 1s ease-out;
}
.news-source-body .what .what-left > a:hover {
  background: #FF7212;
  transform: translateY(10px);
}
.news-source-body .what > img {
  margin-left: 45px;
}
.news-source-body .features {
  height: 620px;
  background: #41A6F1 url("/images/news_source/bg1.png") no-repeat center;
}
.news-source-body .features > .width1200 {
  padding-top: 68px;
}
.news-source-body .features > .width1200 > h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
}
.news-source-body .features > .width1200 > img {
  display: block;
  margin: 25px auto 0;
}
.news-source-body .features > .width1200 > .features-content {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-source-body .features > .width1200 > .features-content .features-item {
  margin-bottom: 30px;
  width: 580px;
  height: 170px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.news-source-body .features > .width1200 > .features-content .features-item .features-item-left {
  width: 186px;
  text-align: center;
}
.news-source-body .features > .width1200 > .features-content .features-item .features-item-left > h4 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.news-source-body .features > .width1200 > .features-content .features-item > p {
  font-size: 14px;
  width: 340px;
  line-height: 1.8;
  color: #666;
}
.news-source-body .our-service {
  padding-top: 90px;
}
.news-source-body .our-service > h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #222;
}
.news-source-body .our-service > img {
  display: block;
  margin: 25px auto 0;
}
.news-source-body .our-service .our-service-content {
  padding: 36px 100px 0;
}
.news-source-body .our-service .our-service-content .our-service-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.news-source-body .our-service .our-service-content .our-service-row .our-service-item {
  display: flex;
  align-items: flex-start;
}
.news-source-body .our-service .our-service-content .our-service-row .our-service-item > img {
  margin-right: 18px;
}
.news-source-body .our-service .our-service-content .our-service-row .our-service-item .our-service-item-right > h4 {
  font-size: 24px;
  color: #333;
}
.news-source-body .our-service .our-service-content .our-service-row .our-service-item .our-service-item-right > p {
  margin-top: 22px;
  font-size: 16px;
  color: #666;
}
.news-source-body .our-service .our-service-content .our-service-row .our-service-item .our-service-item-right > a {
  margin-top: 30px;
  width: 116px;
  height: 46px;
  background: #00A2FF;
  border-radius: 23px;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  transition: all 1s ease-out;
}
.news-source-body .our-service .our-service-content .our-service-row .our-service-item .our-service-item-right > a:hover {
  background: #FF7212;
  transform: translateY(10px);
}
.news-source-body .packages {
  background: #3CA7FB;
  height: 640px;
  padding-top: 60px;
}
.news-source-body .packages > h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
}
.news-source-body .packages > img {
  display: block;
  margin: 25px auto 0;
}
.news-source-body .packages .packageList {
  margin-top: 22px;
  padding: 70px 60px 60px;
  height: 385px;
  box-shadow: 0 14px 50px 0 rgba(57, 86, 124, 0.06);
  background: url("/images/news_source/package-bg.png") no-repeat center;
}
.news-source-body .packages .packageList .pl_left {
  float: left;
  width: 250px;
}
.news-source-body .packages .packageList .pl_left h3 {
  margin-bottom: 35px;
  color: #222;
  font-weight: 500;
  font-size: 26px;
}
.news-source-body .packages .packageList .pl_left h4 {
  margin-bottom: 35px;
}
.news-source-body .packages .packageList .pl_left h4 span {
  overflow: hidden;
  padding: 5px 10px;
  width: 168px;
  border: 1px solid #00a2ff;
  color: #00a2ff;
  font-weight: 400;
  font-size: 16px;
}
.news-source-body .packages .packageList .pl_left h5 {
  margin-bottom: 25px;
  color: #222;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}
.news-source-body .packages .packageList .pl_left h5 span {
  margin-left: 10px;
  height: 27px;
  color: #ff2727;
  font-weight: 700;
  font-size: 38px;
  line-height: 33px;
}
.news-source-body .packages .packageList .pl_left .btn_ljqg > a {
  width: 116px;
  height: 44px;
  background: #00A2FF;
  border-radius: 22px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  -o-transition: -o-transform 1s ease-out;
  -ms-transition: -ms-transform 1s ease-out;
}
.news-source-body .packages .packageList .pl_left .btn_ljqg > a:hover {
  background: #FF7212;
}
.news-source-body .packages .packageList .pl_right {
  margin-left: 45px;
  float: left;
  width: 770px;
}
.news-source-body .packages .packageList .pl_right ul li {
  float: left;
  width: 130px;
  padding-left: 30px;
  margin: 10px 15PX;
  border-bottom: 1px dashed #e4e9ef;
  background: url("../images/package/icom02.png") no-repeat left center/18px 18px;
}
.news-source-body .packages .packageList .pl_right ul li a {
  color: #222;
  font-weight: 400;
  font-size: 14px;
  line-height: 48px;
}
.news-source-body .packages .packages-more {
  display: block;
  margin: 25px auto 0;
  width: 166px;
  height: 46px;
  border: 1px solid #FFFFFF;
  border-radius: 23px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  transition: all 1s ease-out;
}
.news-source-body .packages .packages-more:hover {
  transform: translateY(10px);
}
.news-source-body .wmdys {
  height: 767px;
  background: url(../images/index/bg02.png) no-repeat center;
}
.news-source-body .wmdys .ys_list li h3.on {
  background-position: 172px center;
}
.news-source-body .page06 .title {
  text-align: center;
  background: #00A2FF;
}
.news-source-body .page06 .title .t2 {
  text-align: center;
  background: #804EF2;
}
.news-source-body .page06 .title .t3 {
  text-align: center;
  background: #F0554D;
}
.news-source-body .page06 .title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 50px;
}
.news-source-body .page06 .title p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
}
.news-source-body .page06 .backL {
  position: relative;
  width: 512px;
  float: left;
  margin-right: 28px;
}
.news-source-body .page06 .backR {
  width: 659px;
  float: left;
}
.news-source-body .page06 .box-back {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.news-source-body .page06 .box-back .back1 {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.news-source-body .page06 .box-back .back1 img:first-child {
  animation: back1 12s linear infinite;
  -moz-animation: back1 12s linear infinite;
  -webkit-animation: back1 12s linear infinite;
  -o-animation: back1 12s linear infinite;
}
.news-source-body .page06 .box-back .back1 img:last-child {
  animation: back1s 12s linear infinite;
  -moz-animation: back1s 12s linear infinite;
  -webkit-animation: back1s 12s linear infinite;
  -o-animation: back1s 12s linear infinite;
}
.news-source-body .page06 .box-back .back2 {
  width: 100%;
  height: 276px;
  overflow: hidden;
}
.news-source-body .page06 .box-back .back2 img:first-child {
  animation: back2 12s linear infinite;
  -moz-animation: back2 12s linear infinite;
  -webkit-animation: back2 12s linear infinite;
  -o-animation: back2 12s linear infinite;
}
.news-source-body .page06 .box-back .back2 img:last-child {
  animation: back2s 12s linear infinite;
  -moz-animation: back2s 12s linear infinite;
  -webkit-animation: back2s 12s linear infinite;
  -o-animation: back2s 12s linear infinite;
}
.news-source-body .page06 .box-back .back3 {
  width: 100%;
  height: 711px;
  overflow: hidden;
}
.news-source-body .page06 .box-back .back3 img:first-child {
  animation: back3 12s linear infinite;
  -moz-animation: back3 12s linear infinite;
  -webkit-animation: back3 12s linear infinite;
  -o-animation: back3 12s linear infinite;
}
.news-source-body .page06 .box-back .back3 img:last-child {
  animation: back3s 12s linear infinite;
  -moz-animation: back3s 12s linear infinite;
  -webkit-animation: back3s 12s linear infinite;
  -o-animation: back3s 12s linear infinite;
}
.news-source-body .page06 .box-back > div img {
  height: 100%;
  position: absolute;
}

/*# sourceMappingURL=news_source.css.map */
