.page-section {
  padding: 25px 0;
}
.tit {
  position: relative;
  line-height: 32px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeef4;
}
.tit h3 {
  display: inline-block;
  transform: translateY(2px);
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid #1a66b9;
}
.tit h3 span {
  font-size: 20px;
  margin-right: 6px;
}
.tit h3 span::before {
  background: -webkit-linear-gradient(135deg, #1a66b9, #65c3ff);
  -webkit-background-clip: text;
  color: #65c3ff;
  -webkit-text-fill-color: transparent;
}
.tit a {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  color: #999999;
}
.index .barpicture img {
  width: 100%;
}
.index .Headlines {
  border: 1px solid #dcdcdc;
  padding: 30px 40px;
}
.index .Headlines .Headlines_titile {
  position: relative;
  min-height: 65px;
}
.index .Headlines .Headlines_titile .titile {
  font-size: 30px;
  color: #1a66b9;
  font-weight: bold;
  text-align: center;
}
.index .Headlines .Headlines_titile .titile a {
  color: #1a66b9;
}
.index .Headlines .Headlines_titile .titile img {
  margin-right: 10px;
}
.index .Headlines .Headlines_titile .desc {
  font-size: 16px;
  line-height: 35px;
  color: #1a66b9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .news .row > div:last-child {
  padding-left: 0;
}
.index .news .swiper-container {
  width: 100%;
  height: 420px;
}
.index .news .swiper-container .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index .news .swiper-container .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
.index .news .swiper-container .swiper-slide .swiper-img {
  height: 100%;
  position: relative;
}
.index .news .swiper-container .swiper-slide .swiper-img .banner-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.index .news .swiper-container .swiper-slide .swiper-img .banner-txt .txt1 {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.index .news .swiper-container .swiper-slide .swiper-img .banner-txt .txt1 a {
  color: #fff;
  text-align: center;
}
.index .news .swiper-container .swiper-button-next,
.index .news .swiper-container .swiper-button-prev {
  top: 95%;
  width: 12px;
  height: 20px;
  -moz-background-size: 12px 20px;
  -webkit-background-size: 12px 20px;
  background-size: 12px 20px;
}
.index .news .news_r ul li {
  font-size: 16px;
  line-height: 36px;
  padding-left: 30px;
  padding-right: 86px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .news .news_r ul li a {
  color: #666;
}
.index .news .news_r ul li a:hover {
  color: #1a66b9;
}
.index .news .news_r ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 20px;
  height: 16px;
  background: url(../img/left_icon.png) no-repeat left center;
}
.index .news .news_r ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}
.index .news_bottom {
  margin-bottom: 25px;
}
.index .news_bottom ul li {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  padding-right: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .news_bottom ul li a {
  color: #666;
}
.index .news_bottom ul li a:hover {
  color: #1a66b9;
}
.index .news_bottom ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}
.index .notice {
  background: #f7f7f7;
}
.index .notice .tit {
  display: none;
}
.index .notice .notice_left {
  width: 22%;
  float: left;
  background: url(../img/notice.jpg) no-repeat left center / 100% 100%;
}
.index .notice .notice_left .notice_tit {
  padding: 44px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.5px;
}
.index .notice .notice_right {
  width: 78%;
  float: left;
  padding: 12px 30px;
  background: #f7f7f7;
}
.index .notice .notice_right ul li {
  font-size: 16px;
  line-height: 36px;
  padding-left: 30px;
  padding-right: 86px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .notice .notice_right ul li a {
  color: #666;
}
.index .notice .notice_right ul li a:hover {
  color: #1a66b9;
}
.index .notice .notice_right ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 20px;
  height: 16px;
  background: url(../img/left_icon.png) no-repeat left center;
}
.index .notice .notice_right ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}
.index .scroll_icon {
  background: #f7f7f7;
  padding: 20px;
  position: relative;
  min-height: 130px;
}
.index .scroll_icon .scroll_icon_width {
  width: 96%;
}
.index .scroll_icon img {
  width: 100%;
}
.index .scroll_icon .swiper-button-next,
.index .scroll_icon .swiper-button-prev {
  z-index: 9999;
  width: 8px;
  height: 13px;
  -moz-background-size: 8px 13px;
  -webkit-background-size: 8px 13px;
  background-size: 8px 13px;
  background: #fff;
  padding: 3px;
}
.index .scroll_icon .swiper-button-prev.swiper-button-black {
  left: auto;
  right: 0px;
  top: 60%;
  background: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
}
.index .scroll_icon .swiper-button-next.swiper-button-black {
  left: auto;
  right: 0px;
  top: 60%;
  background: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
}
.index .page-div {
  right: 0px;
  top: 15%;
  height: 100px;
  position: absolute;
  width: 4%;
}
.index .page-div .box {
  width: 18px;
  height: 35px;
  background: #fff;
  line-height: 38px;
  padding: 5px;
  margin-bottom: 15px;
}
.index .page-div .swiper-button-next,
.index .page-div .swiper-button-prev {
  position: relative;
  text-align: center;
  right: auto;
  margin-top: -8px;
}
.index .page-div .swiper-button-next:hover,
.index .page-div .swiper-button-prev:hover {
  border: none;
}
.index .benbu a {
  display: block;
  width: 48%;
  padding-left: 40px;
  margin-bottom: 18px;
  line-height: 98px;
  height: 98px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.index .benbu a.btn1 {
  background: #1e5ec3 url(../img/icon1.png) no-repeat 25% center;
}
.index .benbu a.btn2 {
  background: #ffb767 url(../img/icon2.png) no-repeat 25% center;
}
.index .benbu a.btn3 {
  background: #ff9063 url(../img/icon3.png) no-repeat 25% center;
}
.index .benbu a.btn4 {
  background: #8574f8 url(../img/icon4.png) no-repeat 25% center;
}
.index .benbu a.btn5 {
  background: #65c3ff url(../img/icon5.png) no-repeat 25% center;
}
.index .benbu a.btn6 {
  background: #6684e4 url(../img/icon6.png) no-repeat 25% center;
}
.index .benbu a:hover {
  opacity: 0.85;
}
.index .personnel .box {
  position: relative;
}
.index .personnel .box .swiper-container {
  padding-top: 20px;
}
.index .personnel .item {
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s;
}
.index .personnel .item .img {
  position: relative;
  padding-top: 110%;
  overflow: hidden;
}
.index .personnel .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .personnel .item .txt {
  padding: 6%;
  background-color: #eaeef4;
  color: #333;
}
.index .personnel .item .txt h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.index .personnel .item .txt h2 span {
  font-weight: normal;
}
.index .personnel .item .txt p {
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.index .personnel .item:hover {
  transform: translateY(-10px);
}
.index .personnel .swiper-button-prev,
.index .personnel .swiper-button-next {
  top: 43%;
  background: #f9fbfd;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
}
.index .personnel .swiper-button-prev:hover,
.index .personnel .swiper-button-next:hover {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(219, 224, 229, 0.2);
}
.index .personnel .swiper-button-prev span,
.index .personnel .swiper-button-next span {
  font-size: 24px;
  color: #1a66b9;
}
.index .personnel .swiper-button-prev {
  left: -60px;
}
.index .personnel .swiper-button-next {
  transform: rotate(180deg);
  right: -60px;
}
.index .personnel #personnel {
  position: absolute;
  left: 0;
  top: 20px;
  width: 18.4%;
  z-index: 99;
  background-color: #fff;
}
.index .personnel #personnel .txt {
  background-color: #1a66b9;
  color: #fff;
}
.index .personnel #personnel .txt p {
  color: #fff;
  opacity: 0.7;
}
.index .personnel #personnel3 .item .img {
  padding-top: 80%;
}
.index .server {
  margin-bottom: 25px;
}
.index .server .icon2 {
  background: #1e5ec3 url(../img/index_server2.png) no-repeat center;
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.index .server .icon1 {
  background: #ffb767 url(../img/index_server1.png) no-repeat center;
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.index .server .icon3 {
  background: #ff9063 url(../img/index_server3.png) no-repeat center;
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.index .server .icon4 {
  background: #8574f8 url(../img/index_server4.png) no-repeat center;
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.index .server .icon5 {
  background: #65c3ff url(../img/index_server5.png) no-repeat center;
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.index .server .icon6 {
  background: #6684e4 url(../img/index_server6.png) no-repeat center;
  width: 96px;
  height: 96px;
  border-radius: 8px;
}
.index .server .titile {
  font-size: 18px;
  color: #333;
  line-height: 38px;
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.index .contact img {
  width: 100%;
}
.index .contact ul li {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.index .links {
  margin-bottom: 30px;
}
.index .links .row {
  text-align: center;
}
.index .links .row > div {
  padding-top: 10px;
}
.index .links .row p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.index .links .row .swiper-container {
  height: 100px;
}
.index .links .row .swiper-container .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index .links .row .swiper-container .swiper-scrollbar-drag {
  background: #1a66b9;
}
.index .links .row .swiper-container ul li {
  line-height: 20px;
}
