a,
i,
em,
span,
b,
img {
  display: block;
}
header .pc-nav.bc {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .pc-nav.pc .col:nth-of-type(2) {
  border-bottom: rgba(255, 255, 255, 0.15) 1px solid;
}
header .pc-nav.bc .col:nth-of-type(2) > ul > li > a:after {
  background-color: #225aab;
}
.title .fl i {
  float: left;
  margin: 10px 17px 0 0;
  width: 6px;
  height: 34px;
  border-radius: 4px;
  background: #bf000a;
}
.title .fl b {
  float: left;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.layHover span {
  width: 156px;
  height: 51px;
  line-height: 51px;
  border-radius: 0px;
  color: #999;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #225aab 75%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #225aab 75%);
  background-position: 1% 50%;
  background-size: 400% 300%;
  border: 1px solid #999;
  -webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.layHover span:hover {
  color: #fff;
  background-position: 99% 50%;
  border: 1px solid #fff;
}
.layHover span .moreImg {
  margin-left: 8px;
  width: 19px;
  height: 5px;
  background: url(../images/mores.png) no-repeat;
  transition: all 0.4s;
}
.layHover span:hover .moreImg {
  background: url(../images/more.png) no-repeat;
}
/*======== p1-1关于我们 ========*/
.about_title {
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.about01 {
  padding: 77px 0 117px;
  background: url(../images/page/about_bac.jpg) left bottom no-repeat;
  background-size: 100% auto;
}
.about01 .left {
  width: 32.85%;
  height: 654px;
  background: url(../images/page/about01_1.jpg) center no-repeat;
  background-size: cover;
  border-radius: 6px;
}
.about01 .left .bor {
  padding: 80px 10% 0;
}
.about01 .left img {
  margin-bottom: 20px;
  max-width: 200px;
}
.about01 .left b {
  margin-bottom: 50px;
  line-height: 39px;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}
.about01 .left .list div {
  margin-bottom: 10px;
  display: flex;
  color: #fff;
}
.about01 .left .list div i {
  line-height: 66px;
  font-size: 16px;
}
.about01 .left .list div span {
  padding: 0 4px;
  font-size: 36px;
}
.about01 .right {
  margin-top: 10px;
  width: 59.43%;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.about01 .right p{
    padding-bottom: 10px;
}
.about02 {
  padding: 110px 0 140px;
  background: url(../images/page/about02.jpg) left bottom no-repeat;
  background-size: cover;
  overflow: hidden;

}
.about02 .course {
  overflow-x: hidden;
}
.about02 .next_box {
  margin: 30px auto 0;
}
.about02 .even-box {
  position: relative;
  height: 404px;
}
.about02 .event-list {
  padding-top: 192px;
  height: 90px;
}
.about02 .event-list ul {
  position: relative;
  margin-left: 50%;
  height: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about02 .event-list ul:after {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 1px;
  background: #999;
  content: "";
}
.about02 .event-list ul li {
  position: absolute;
  width: 140px;
  height: 90px;
  color: #333;
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  font-style: oblique;
}
.about02 .event-list ul li .year {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  font-family: Arial;
  cursor: pointer;
}
.about02 .event-list ul li.on .year,
.about02 .event-list ul li.on p {
  color: #075c93;
}
.about02 .event-list ul li .dian {
  position: absolute;
  left: 50%;
  z-index: 3;
  display: block;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #bbb;
  box-shadow: 0 0 8px #bbb;
}
.about02 .event-list ul li .dian i {
  display: block;
  margin: 9px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #4d4d4d;
}
.about02 .event-list ul li.on .dian i {
  background-color: #075c93;
}
.about02 .event-list ul li p {
  position: absolute;
  left: 50%;
  margin-left: -165px;
  width: 330px;
  color: #333;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}
.about02 .event-list ul li .text {
  position: absolute;
  left: 50%;
  bottom: 130px;
  margin-left: -130px;
  width: 260px;
}
.about02 .event-list ul li .text b {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  font-size: 30px;
  font-style: oblique;
}
.about02 .event-list ul li .text em {
  color: #666;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  font-style: oblique;
}
.about02 .event-list ul li:nth-child(2n) .text {
  bottom: inherit;
  top: 127px;
}
.about02 .event-list ul li.on .text b {
  color: #075c93;
}
.about02 .event-list ul li:last-child:before {
  right: 50%;
  left: auto;
}
.about02 .event-list ul li:nth-child(2n) {
  top: -90px;
}
.about02 .event-list ul li:nth-child(odd) {
  bottom: -90px;
}
.about02 .event-list ul li:nth-child(2n) p {
  bottom: -100px;
}
.about02 .event-list ul li:nth-child(odd) p {
  top: -75px;
}
.about02 .event-list ul li:nth-child(2n) .year {
  top: 0;
}
.about02 .event-list ul li:nth-child(odd) .year {
  bottom: 0;
}
.about02 .event-list ul li:nth-child(2n) .dian {
  bottom: -15px;
}
.about02 .event-list ul li:nth-child(odd) .dian {
  top: -15px;
}
.about02 .event-list ul li:nth-child(2n):before {
  bottom: -1px;
}
.about02 .event-list ul li:nth-child(odd):before {
  top: 0;
}
.about02 .even-box .page,
.about02 .hxt-box .page {
  position: relative;
  left: 50%;
  top: 100px;
  margin-left: -60px;
  width: 120px;
  height: 50px;
}
.about02 .even-box .page .prev,
.about02 .hxt-box .page .prev,
.about02 .even-box .page .next,
.about02 .hxt-box .page .next {
  transition: all 0.5s;
  width: 42px;
  height: 42px;
  border: #225aab 1px solid;
  border-radius: 100%;
  cursor: pointer;
}
.about02 .even-box .page .prev,
.about02 .hxt-box .page .prev {
  float: left;
  background: url(../images/icon/icon_14.png) center no-repeat;
}
.about02 .even-box .page .prev:hover,
.about02 .hxt-box .page .prev:hover {
  transition: all 0.5s;
  background: #225aab url(../images/icon/icon_14s.png) center no-repeat;
}
.about02 .even-box .page .next,
.about02 .hxt-box .page .next {
  float: right;
  background: url(../images/icon/icon_15.png) center no-repeat;
}
.about02 .even-box .page .next:hover,
.about02 .hxt-box .page .next:hover {
  transition: all 0.5s;
  background: #225aab url(../images/icon/icon_15s.png) center no-repeat;
}
.about02 i.icon-jiantou,
.about02 i.icon-jiantou-copy {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.about02 .even-box .show-box {
  display: none;
  position: absolute;
  top: 0px;
  left: calc(50vw - 580px);
  overflow: hidden;
  margin-left: -80px;
  width: 455px;
  height: 404px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 70px #c5c5c5;
  box-shadow: 0 20px 70px #c5c5c5;
}
.about02 .show-box ul {
  height: 360px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about02 .show-box li {
  float: left;
  width: 455px;
  border-radius: 6px;
  overflow: hidden;
}
.about02 .show-box li .pic {
  width: 100%;
  height: 273px;
}
.about02 .show-box li .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.about02 .show-box li .text {
  padding: 20px 30px 1px;
}
.about02 .show-box li p {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about03 {
  padding: 88px 0;
overflow: hidden;
}
.about03 .wow {
  margin-left: -25px;
  width: calc(100% + 50px);
}
.about03 .swiper-slide {
  position: relative;
  float: left;
  margin: 56px 25px 65px;
  width: calc((100% - 250px)/5);
  height: 360px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about03 .swiper-slide .imgPic {
  transition: all 0.5s;
  opacity: 0;
  transform: scale(0.7);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about03 .swiper-slide .pos {
  position: absolute;
  left: 14%;
  top: 70px;
  width: 72%;
}
.about03 .swiper-slide .pos .icon {
  position: relative;
  margin-bottom: 22px;
  width: 100%;
  height: 49px;
}
.about03 .swiper-slide .pos .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.about03 .swiper-slide .pos .icon img.img2 {
  opacity: 0;
}
.about03 .swiper-slide .pos b {
  margin-bottom: 32px;
  font-size: 20px;
  color: #333;
}
.about03 .swiper-slide .pos .text p {
  line-height: 36px;
  font-size: 16px;
  color: #666;
}
.about03 .swiper-slide:hover {
  transition: all 0.5s;
  background: #225aab;
}
.about03 .swiper-slide:hover .imgPic {
  transition: all 0.5s;
  opacity: 1;
  transform: scale(1);
}
.about03 .swiper-slide:hover .pos .icon .img1 {
  transition: all 0.5s;
  opacity: 0;
}
.about03 .swiper-slide:hover .pos .icon .img2 {
  transition: all 0.5s;
  opacity: 1;
}
.about03 .swiper-slide:hover .pos b,
.about03 .swiper-slide:hover .pos .text p {
  color: #fff;
}
.about03 .swiper-pagination {
  left: 25px;
  width: calc(100% - 50px);
}
.about03 .swiper-horizontal > .swiper-pagination-progressbar,
.about03 .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: inherit;
  bottom: 0;
  border-radius: 4px;
}
.about03 .swiper-pagination-progressbar-fill {
  background: #225aab;
  border-radius: 4px;
}
.about04 {
  padding: 80px 0;
  background: #fbfbfb;
}
.about04 .swiper {
  margin-top: 50px;
  padding-bottom: 100px;
}
.about04 .swiper-slide .pic {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.about04 .swiper-slide .pic img {
  max-width: 100%;
  max-height: 100%;
}
.about04 .swiper-slide .text {
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.about04 .swiper-slide .text p {
  font-size: 24px;
  color: #333;
}
.about04 .pos {
  position: absolute;
  right: 50%;
  bottom: 0%;
  transform: translateX(50%);
  width: 235px;
  height: 45px;
  line-height: 45px;
}
.about04 .pos .swiper-pagination-fraction {
  left: 0;
  bottom: 0%;
  width: 100%;
  text-align: center;
  letter-spacing: -1px;
}
.about04 .pos .swiper-pagination {
  font-size: 20px;
  color: #999;
  letter-spacing: 2px;
  font-family: Arial;
}
.about04 .pos .swiper-pagination span {
  display: inline-block;
}
.about04 .pos .swiper-pagination span.swiper-pagination-current,
.about04 .pos .current {
  font-size: 30px;
  color: #225aab;
}
.about04 .pos .swiper-button-next,
.about04 .pos .swiper-button-prev {
  transition: all 0.5s;
  margin: -25px 0 0 0;
  top: 50%;
  width: 42px;
  height: 42px;
  border: #225aab 1px solid;
  border-radius: 100%;
}
.about04 .pos .swiper-button-next {
  right: 0;
  background: url(../images/icon/icon_15.png) center no-repeat;
}
.about04 .pos .swiper-button-next:hover {
  transition: all 0.5s;
  background: #225aab url(../images/icon/icon_15s.png) center no-repeat;
}
.about04 .pos .swiper-button-prev {
  left: 0;
  background: url(../images/icon/icon_14.png) center no-repeat;
}
.about04 .pos .swiper-button-prev:hover {
  transition: all 0.5s;
  background: #225aab url(../images/icon/icon_14s.png) center no-repeat;
}
.about05 {
  padding: 123px 0 115px;
  background: url(../images/page/about05_1.jpg) center no-repeat;
  background-size: cover;
}
.about05 .w1400 {
  background: url(../images/page/about05_2.jpg) center no-repeat;
  background-size: cover;
}
.about05 .bor {
  padding: 60px 6.1%;
}
.about05 .about_title {
  margin-bottom: 64px;
  position: relative;
  text-align: left;
}
.about05 .about_title i {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
  font-size: 36px;
  color: #ececec;
  font-family: Arial;
  font-style: oblique;
}
.about05 .list .clearfix {
  float: left;
  min-width: 380px;
  margin: 0 0 40px 0;
  font-size: 20px;
  color: #333;
}
.about05 .list .clearfix .icon {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  width: 46px;
  height: 48px;
}
.about05 .list .clearfix b {
  float: left;
  line-height: 48px;
}
.about05 .list .clearfix p {
  float: left;
  max-width: 345px;
  padding-top: 10px;
  line-height: 28px;
}
/*======== p2-0 新闻 ========*/
.new01 {
  padding: 86px 0;
  background: #fafafa;
}
.new01 .swiper-slide {
  width: 100%;
  min-width: 1200px;
}
.new01 .swiper-slide a {
  width: 100%;
  background: #fff;
}
.new01 .swiper-slide .pic {
  width: 50%;
  height: 394px;
  overflow: hidden;
}
.new01 .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.new01 .swiper-slide .bor {
  float: right;
  transition: all 0.8s;
  margin: 58px 40px 0;
  width: calc(50% - 80px);
}
.new01 .swiper-slide .bor span {
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 30px;
  font-size: 18px;
  color: #225aab;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/icon/icon_22.png) left center no-repeat;
}
.new01 .swiper-slide .bor b {
  margin-bottom: 26px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new01 .swiper-slide .bor p {
  margin-bottom: 36px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new01 .swiper-slide .bor .but {
  position: relative;
}
.new01 .swiper-slide .bor .but i {
  float: left;
  font-size: 16px;
  color: #666;
}
.new01 .swiper-slide .bor .but i:hover {
  color: #225aab;
}
.new01 .swiper-slide:hover b,
.new01 .swiper-slide.cur b {
  color: #225aab;
}
.new01 .swiper-slide:hover .pic i,
.new01 .swiper-slide.cur .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.new01 .swiper-button-next,
.new01 .swiper-button-prev {
  transition: all 0.5s;
  width: 66px;
  height: 66px;
  opacity: 1;
  border-radius: 66px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.new01 .swiper-button-next {
  right: 0;
  background: url(../images/icon/icon_21.png) center no-repeat;
  background-size: contain;
  /* &:hover{
            background: url(../images/icon/i_10s.png) center no-repeat;
            background-size: contain;
        } */
}
.new01 .swiper-button-prev {
  left: 0;
  background: url(../images/icon/icon_20.png) center no-repeat;
  background-size: contain;
  /* &:hover{
            background: url(../images/icon/i_9s.png) center no-repeat;
            background-size: contain;
        } */
}
.new01 .swiper-button-disabled {
  display: none;
}
.new01 .swiper-pagination {
  width: 50%;
  bottom: 20px;
}
.new01 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #c7c7c7;
}
.new01 .swiper-pagination .swiper-pagination-bullet-active {
  background: #225aab;
}
.new02 {
  padding-bottom: 85px;
}
.new02 .list {
  margin-bottom: 70px;
}
.new02 .list a {
  position: relative;
  padding: 60px 0;
  border-bottom: #f1f1f1 1px solid;
}
.new02 .list a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background: #225aab;
  content: " ";
}
.new02 .list a .time {
  margin-right: 2.8%;
  width: 84px;
  font-family: "Arial";
  color: #333;
  text-align: right;
}
.new02 .list a .time i {
  font-size: 40px;
  color: #225aab;
  font-weight: bold;
}
.new02 .list a .time em {
  font-size: 21px;
}
.new02 .list a .pic {
  float: left;
  margin-right: 2.8%;
  width: 21.4%;
  height: 170px;
  overflow: hidden;
}
.new02 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.new02 .list a .text {
  float: left;
  width: calc(100% - 84px - 2.8% - 2.8% - 21.4% - 10%);
}
.new02 .list a .text b {
  margin: 8px 0 18px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.new02 .list a .text p {
  line-height: 32px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new02 .list a .text em {
  display: none;
}
.new02 .list a span {
  transition: all 0.5s;
  position: absolute;
  right: 0px;
  bottom: 55px;
  width: 44px;
  height: 44px;
  background: url(../images/icon/icon_23.png) center no-repeat;
}
.new02 .list a:hover {
  /* span{
                    background: url(../images/icon/i_15s.png) center no-repeat;
                } */
}
.new02 .list a:hover::before {
  width: 100%;
}
.new02 .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.new02 .list a:hover .text b {
  color: #225aab;
}
/*======== p2-1 新闻详情 ========*/
.newDetails {
  margin: 0 0 99px;
  background: url(../images/page/newDetails_bac.png) right bottom no-repeat;
  background-size: 35.1% auto;
}
.newDetails .left {
  float: left;
  padding-top: 90px;
  width: 72.5%;
  border-right: #f1f1f1 1px solid;
}
.newDetails .leftBox {
  padding-right: 35px;
}
.newDetails .responsibility {
  width: 100% !important;
}
.newDetails .left .next {
  padding: 66px 5.9%;
}
.newDetails .left .title_box {
  line-height: 48px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.newDetails .left .cen {
  position: relative;
  z-index: 2;
  padding: 30px 0 25px;
  margin-bottom: 46px;
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  text-align: center;
  border-bottom: #e5e5e5 1px solid;
}
.newDetails .left .cen i {
  position: relative;
  padding: 0 25px;
}
.newDetails .left .cen i::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #dcdcdc;
  content: " ";
}
.newDetails .left .cen .icon-share .icon_box {
  width: auto;
  padding-right: 50px;
  background: url(../images/icon/icon_46.png) 73px center no-repeat;
}
.newDetails .left .cen .icon-share .icon_box::before {
  display: none;
}
.newDetails .left .cen .pos_box ul {
  display: none;
}
.newDetails .left .cen .pos_box .Smohan_Layer_box {
  height: 1px;
  overflow: hidden;
}
.newDetails .left .cen .share {
  cursor: pointer;
}
.newDetails .left .cen span {
  padding-left: 52px;
  background: url(../images/icon/icon_47.png) 26px center no-repeat;
  cursor: pointer;
}
.newDetails .left .text {
  font-size: 16px;
  color: #333;
  line-height: 2.1;
}
.newDetails .left .text p {
  margin-bottom: 30px;
  text-indent: 2em;
}
.newDetails .left .text img,
.newDetails .left .text video {
  display: block;
  margin: 30px auto;
  width: 80%;
  max-width: 100%;
  height: auto !important;
}
.newDetails .left .text span,
.newDetails .left .text i,
.newDetails .left .text em,
.newDetails .left .text a,
.newDetails .left .text b {
  display: inline;
}
.newDetails .left .text table {
  border-top: #000 1px solid;
  border-right: #000 1px solid;
}
.newDetails .left .text table td {
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.newDetails .left .go_article {
  position: relative;
  margin-top: 13px;
  padding-top: 40px;
  line-height: 41px;
  font-size: 16px;
  color: #333;
  border-top: #e5e5e5 1px solid;
}
.newDetails .left .go_article div {
  display: flex;
}
.newDetails .left .go_article a {
  max-width: calc(100% - 70px);
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newDetails .left .go_article a:hover {
  color: #225aab;
}
.Nsearch {
  padding-top: 90px;
  width: calc(100% - 72.5% - 2px);
}
.Nsearch .NsearchBox {
  margin-left: 35px;
  padding: 40px 5% 2px;
  background: url(../images/page/newDetails_1.jpg) center no-repeat;
  background-size: cover;
}
.Nsearch .titleN {
  margin-bottom: 10px;
}
.Nsearch .titleN b {
  font-weight: bold;
  font-size: 24px;
  color: #333;
}
.Nsearch .titleN p {
  margin-top: -6px;
  font-weight: bold;
  font-size: 20px;
  color: #d7d2d2;
}
.Nsearch .nextList a {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Nsearch .nextList a:hover {
  color: #225aab;
}
/*======== p2-2集团业务 ========*/
.business {
  padding: 60px 0 20px;
}
.business .next a {
  margin-bottom: 100px;
}
.business .next a .pic {
  float: right;
  width: 50%;
  border-radius: 6px;
  overflow: hidden;
}
.business .next a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.business .next a .text {
  position: relative;
  float: left;
  width: 42.85%;
  overflow: hidden;
}
.business .next a .text .bor {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.business .next a .text .bor .icon {
  margin-bottom: 55px;
}
.business .next a .text .bor .icon img {
  max-height: 86px;
}
.business .next a .text .bor b {
  font-size: 40px;
  color: #333;
  font-weight: bold;
}
.business .next a .text .bor p {
  margin: 30px 0 50px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.business .next a:nth-child(2n) .pic {
  float: left;
}
.business .next a:nth-child(2n) .text {
  float: right;
}
.business .next a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
/*======== p2-3集团业务详情 ========*/
.detiness {
  padding: 60px 0 100px;
}
.detiness .nextbox {
  padding-top: 50px;
}
.detiness .text_p {
  font-size: 40px;
  color: #333;
  padding-bottom: 40px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}
.detiness .next .del {
  margin-bottom: 63px;
  height: 517px;
}
.detiness .next .del .pic {
  float: right;
  width: 49.28%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.detiness .next .del .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.detiness .next .del .text {
  position: relative;
  float: left;
  width: 46.21%;
  height: 100%;
  overflow: hidden;
}
.detiness .next .del .text .bor {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.detiness .next .del .text .bor p {
  line-height: 36px;
  font-size: 22px;
  color: #333;
  text-align: justify;
}
.detiness .next .del .text .bor p span {
  display: inline;
  font-size: 26px;
  font-weight: bold;
}
.detiness .next .del:nth-child(2n) .pic {
  float: left;
}
.detiness .next .del:nth-child(2n) .text {
  float: right;
}
.detiness .next .del:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.detiness .share {
  display: none;
  justify-content: flex-end;
  align-items: center;
  margin-top: 163px;
}
.detiness .share p {
  font-size: 16px;
  color: #666666;
}
.detiness .share i {
  width: 88px;
  height: 88px;
}
.detiness .go_article {
  position: relative;
  padding-top: 64px;
  line-height: 41px;
  font-size: 16px;
  color: #333;
  border-top: #e5e5e5 1px solid;
  display: flex;
  justify-content: space-between;
}
.detiness .go_article div {
  display: flex;
}
.detiness .go_article div a {
  max-width: calc(100% - 70px);
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.detiness .go_article div a:hover {
  color: #225aab;
}
/*======== p2-4新闻资讯-公示公告 ========*/
.notice {
  background: #f9f9f9;
}
.notice01 {
  padding: 85px 0 94px;
}
.notice01 .list a {
  position: relative;
  float: left;
  margin: 0 2.8% 2.8% 0;
  width: 48.6%;
  background: #fff;
}
.notice01 .list a::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #225aab;
  content: "";
}
.notice01 .list a:nth-child(2n) {
  margin-right: 0;
}
.notice01 .list a .bor {
  padding: 30px 5%;
}
.notice01 .list a .time {
  position: relative;
  padding-right: 67px;
  line-height: 36px;
  font-family: "Arial";
  color: #333;
  text-align: right;
}
.notice01 .list a .time::after {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 42px;
  background: #e2e2e2;
  content: " ";
}
.notice01 .list a .time i {
  font-size: 40px;
  color: #225aab;
  font-weight: bold;
}
.notice01 .list a .time em {
  font-size: 18px;
}
.notice01 .list a .text {
  float: right;
  width: calc(100% - 66px - 67px - 6px);
}
.notice01 .list a .text b {
  line-height: 32px;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice01 .list a:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.notice01 .list a:hover .text b {
  color: #225aab;
}
.notice01 .list a:nth-child(2) {
  animation-delay: 0.1s;
}
.notice01 .list a:nth-child(3) {
  animation-delay: 0.2s;
}
.notice01 .list a:nth-child(4) {
  animation-delay: 0.3s;
}
/*========p2-5新闻资讯-视频列表========*/
.journalism .journalism01 {
  padding-top: 46px;
  padding-bottom: 83px;
}
.journalism .journalism01 .list_video {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.journalism .journalism01 .list_video .vid {
  width: 31.35%;
  margin-right: 2.9%;
  margin-top: 43px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}
.journalism .journalism01 .list_video .vid .list_img {
  width: 100%;
  height: 247px;
  position: relative;
}
.journalism .journalism01 .list_video .vid .list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journalism .journalism01 .list_video .vid .list_img i {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.journalism .journalism01 .list_video .vid .list_img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
}
.journalism .journalism01 .list_video .vid .list_text {
  padding: 20px 34px 20px 28px;
}
.journalism .journalism01 .list_video .vid .list_text p {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.journalism .journalism01 .list_video .vid .list_text i {
  font-size: 18px;
  color: #999999;
  margin-top: 7px;
  padding-left: 23px;
  background: url(../images/page/time.png) left center no-repeat;
  transition: all 0.5s;
}
.journalism .journalism01 .list_video .vid:nth-child(3n) {
  margin-right: 0;
}
.journalism .journalism01 .list_video .vid::after {
  content: '';
  width: 0;
  height: 3px;
  background: #225aab;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.journalism .journalism01 .list_video .vid:hover::after {
  width: 100%;
  transition: all 0.5s;
}
.journalism .journalism01 .list_video .vid:hover .list_img::after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.journalism .journalism01 .list_video .vid:hover .list_text p {
  color: #225aab;
  transition: all 0.5s;
}
.journalism .journalism01 .list_video .vid:hover .list_text i {
  color: #225aab;
  background: url(../images/page/times.png) left center no-repeat;
  transition: all 0.5s;
}
/*======== p9产业地图 ========*/
.industry .journalism01 .list_video .vid .list_img {
  overflow: hidden;
}
.industry .journalism01 .list_video .vid .list_img::after {
  display: none;
}
.industry .journalism01 .list_video .vid .list_img img {
  transition: all 0.5s;
  transform: scale(1);
}
.industry .journalism01 .list_video .vid:hover img {
  transition: all 0.5s;
  transform: scale(1.08);
}
/*======== p4-0 成员企业列表 ========*/
.collaborate {
  background: url(../images/page/collaborate01.jpg) center no-repeat;
  background-size: cover;
}
.collaborate01 {
  padding: 91px 0 84px;
}
.collaborate01 .titleBox {
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.collaborate01 .bor {
  padding: 54px 0 25px;
}
.collaborate01 .list a {
  position: relative;
  float: left;
  width: calc(20% - 1px);
  height: 208px;
  border-bottom: 1px #e6e6e6 solid;
  border-left: 1px #e6e6e6 solid;
}
.collaborate01 .list a div {
  position: relative;
  transition: all 0.5s;
  transform: scale(1);
  display: flex;
  height: 208px;
  align-items: center;
  justify-content: center;
}
.collaborate01 .list a div img {
  max-width: 85%;
  max-height: 80%;
}
.collaborate01 .list a:hover div {
  z-index: 3;
  transition: all 0.5s;
  transform: scale(1.15);
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.24);
}
.collaborate01 .list a:first-child {
  border-left: none;
}
.collaborate01 .list a:last-child {
  width: calc(20% - 1px);
  border-right: 1px #e6e6e6 solid;
}
.collaborate01 .list a:nth-child(5n) {
  width: calc(20% - 1px);
  border-right: 0px;
}
.collaborate01 .list a:nth-child(5n+1) {
  border-left: 0px;
}
.collaborate01 .list a:nth-child(5n+1):nth-last-child(-n+5),
.collaborate01 .list a:nth-child(5n+1):nth-last-child(-n+5) ~ a {
  border-bottom: none;
}
.collaborate01 .next {
  font-size: 14px;
  color: #999;
  text-align: right;
}
/*======== p4-1 成员企业详情 ========*/
.collaborateDetails .newDetails {
  padding-bottom: 100px;
  margin-bottom: 0;
  background: url(../images/page/collaborateDetails_bac.png) bottom right no-repeat;
  background-size: 100% auto;
}
.collaborateDetails .newDetails .left {
  width: 100%;
  border-right: none;
}
.collaborateDetails .newDetails .left .title_box {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: #e5e5e5 1px solid;
}
.collaborateDetails .newDetails .left .go_article div {
  width: 48%;
}
.collaborateDetails .newDetails .left .go_article div.fr {
  justify-content: flex-end;
}
.collaborateDetails .newDetails .leftBox {
  padding-right: 0;
}
.collaborateDetails .newDetails .list {
  margin-bottom: 50px;
  /* display: flex;
            flex-wrap: wrap; */
}
.collaborateDetails .newDetails .list a {
  float: left;
  margin: 0 2% 50px 0;
  width: 32%;
}
.collaborateDetails .newDetails .list a:nth-child(3n) {
  margin-right: 0;
}
.collaborateDetails .newDetails .list a .pic {
  margin-bottom: 30px;
  width: 100%;
  height: 247px;
  overflow: hidden;
}
.collaborateDetails .newDetails .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.collaborateDetails .newDetails .list a p {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.collaborateDetails .newDetails .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.collaborateDetails .newDetails .list a:hover p {
  color: #225aab;
}
.collaborateDetails .newDetails .list .swiper-pagination {
  bottom: 0;
}
.collaborateDetails .newDetails .list .swiper-pagination-bullet {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  background: #dadada;
  opacity: 1;
}
.collaborateDetails .newDetails .list .swiper-pagination-bullet-active {
  background: #225aab;
}
/*======== p5-2-1党建纪检 ========*/
.discipline01 {
  padding: 94px 0 100px;
  background: url(../images/page/discipline01.jpg) center no-repeat;
  background-size: cover;
}
.discipline01 .title .fl i {
  background: #fff;
}
.discipline01 .title .fl b {
  color: #fff;
}
.discipline01 .next {
  margin: 54px auto 0;
  width: 1044px;
}
.discipline01 .next .text {
  position: relative;
  float: left;
  margin: 77px 0 0 -38px;
  width: 322px;
  height: 322px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.discipline01 .next .text .pos {
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
  width: 66%;
  color: #fff;
}
.discipline01 .next .text .pos .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
.discipline01 .next .text .pos b {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
.discipline01 .next .text .pos i {
  margin: 0 auto 35px;
  width: 29px;
  height: 3px;
  background: #c11c06;
}
.discipline01 .next .text .pos p {
  line-height: 30px;
  font-size: 16px;
}
.discipline01 .next .text1 {
  margin-left: 0;
}
.discipline01 .next .text2 {
  margin-top: 0;
  width: 476px;
  height: 476px;
}
.discipline02 {
  padding: 86px 0 90px;
  background: url(../images/page/discipline02.jpg) center no-repeat;
  background-size: cover;
}
.discipline02 .anm {
  margin-top: 50px;
}
.discipline02 .left {
  float: left;
  width: 41.43%;
}
.discipline02 .left .pic {
  width: 100%;
  height: 334px;
  border-radius: 4px;
  overflow: hidden;
}
.discipline02 .left .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.discipline02 .left .text {
  padding: 30px 0 0;
}
.discipline02 .left .text b {
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.discipline02 .left .text i {
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 20px;
  color: #fc595e;
  font-family: Arial;
  background: url(../images/icon/icon_34.png) left center no-repeat;
}
.discipline02 .left .text p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
.discipline02 .left .text p em {
  display: inline;
  color: #d20a10;
}
.discipline02 .left:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.discipline02 .left:hover .text b {
  color: #d20a10;
}
.discipline02 .right {
  float: right;
  width: 54.71%;
}
.discipline02 .right .top a {
  width: 48%;
}
.discipline02 .right .top a .pic {
  position: relative;
  width: 100%;
  height: 208px;
  border-radius: 4px;
  overflow: hidden;
}
.discipline02 .right .top a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.discipline02 .right .top a .pic em {
  position: absolute;
  right: 0;
  top: 0;
  width: 109px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.58);
}
.discipline02 .right .top a b {
  margin: 21px 0 35px;
  line-height: 25px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.discipline02 .right .top a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.discipline02 .right .top a:hover b {
  color: #d20a10;
}
.discipline02 .right .bottom {
  border-bottom: #e5e5e5 1px solid;
}
.discipline02 .right .bottom a {
  line-height: 77px;
  font-size: 18px;
  color: #333;
  border-top: #e5e5e5 1px solid;
}
.discipline02 .right .bottom a p {
  float: left;
  max-width: calc(100% - 140px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.discipline02 .right .bottom a em {
  float: left;
  margin-left: 6px;
  width: 36px;
  height: 77px;
  background: url(../images/icon/icon_35.png) center no-repeat;
}
.discipline02 .right .bottom a i {
  float: right;
  color: #666;
  font-family: Arial;
}
.discipline02 .right .bottom a:hover {
  color: #d20a10;
}
.discipline03 .title .fl i,
.discipline05 .title .fl i {
  background: #fff;
}
.discipline03 .title .fl b,
.discipline05 .title .fl b {
  color: #fff;
}
.discipline03 .layHover span,
.discipline05 .layHover span {
  color: #fff;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #fff 75%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #fff 75%);
  background-position: 1% 50%;
  background-size: 400% 300%;
  border: 1px solid #fff;
}
.discipline03 .layHover span:hover,
.discipline05 .layHover span:hover {
  color: #333;
  background-position: 99% 50%;
  border: 1px solid #fff;
}
.discipline03 .layHover span .moreImg,
.discipline05 .layHover span .moreImg {
  background: url(../images/more.png) no-repeat;
}
.discipline03 .layHover span:hover .moreImg,
.discipline05 .layHover span:hover .moreImg {
  background: url(../images/mores.png) no-repeat;
}
.discipline03 {
  padding: 79px 0 100px;
  background: url(../images/page/discipline03.jpg) center no-repeat;
  background-size: cover;
}
.discipline03 .title {
  margin-bottom: 50px;
}
.discipline03 .video_bac {
  position: relative;
  width: 56.14%;
  height: 490px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.discipline03 .video_bac i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.discipline03 .video_bac em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon_36.png) center no-repeat;
}
.discipline03 .next {
  position: relative;
  z-index: 2;
  margin: 43px 0 0 -12.28%;
  width: 56.14%;
  height: 490px;
  border-radius: 4px;
  overflow: hidden;
  background: url(../images/page/discipline03_2.jpg) center no-repeat;
  background-size: cover;
}
.discipline03 .next .bor {
  padding: 46px 5.6% 1px;
}
.discipline03 .next a {
  margin-bottom: 32px;
}
.discipline03 .next a b {
  float: left;
  padding-left: 27px;
  width: calc(100% - 101px - 35px);
  font-size: 18px;
  color: #333;
  font-weight: normal;
  background: url(../images/icon/icon_37.png) left center no-repeat;
}
.discipline03 .next a i {
  float: right;
  font-size: 18px;
  color: #999;
}
.discipline03 .next a p {
  padding-top: 13px;
  font-size: 16px;
  line-height: 29px;
  color: #666;
}
.discipline03 .next a:hover b,
.discipline03 .next a:nth-child(1) b {
  color: #d20a10;
  background: url(../images/icon/icon_37s.png) left center no-repeat;
}
.discipline03 .next a:hover i,
.discipline03 .next a:nth-child(1) i {
  color: #d20a10;
}
.discipline04 {
  padding: 36px 0 73px;
  background: #f9f9f9;
}
.discipline04 .top .pic {
  position: relative;
  width: 40%;
  height: 340px;
  border-radius: 4px;
  overflow: hidden;
}
.discipline04 .top .pic i {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.discipline04 .top .pic div {
  position: relative;
  z-index: 2;
  text-align: center;
}
.discipline04 .top .pic div b {
  padding: 78px 0 30px;
  font-size: 62px;
  color: #fff;
  font-weight: 1000;
  letter-spacing: 9px;
}
.discipline04 .top .pic div p {
  display: inline;
  padding-right: 30px;
  font-size: 18px;
  color: #fff;
  background: url(../images/more.png) right center no-repeat;
}
.discipline04 .top .pic:hover i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.discipline04 .top .text {
  width: 57.15%;
  height: 340px;
  border-radius: 4px;
  background: #fff;
}
.discipline04 .top .text .bor {
  padding: 37px 6% 0;
}
.discipline04 .top .text b {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 35px;
  color: #333;
}
.discipline04 .top .text .time {
  margin: 0 0 22px;
  padding-left: 29px;
  line-height: 30px;
  font-size: 16px;
  color: #999;
  font-family: Arial;
  background: url(../images/icon/icon_38.png) left center no-repeat;
}
.discipline04 .top .text p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.discipline04 .top .text:hover {
  /* transition: all 0.5s;
                background: #d20a10;
                .time{
                    color: #fff;
                    background: url(../images/icon/icon_38s.png) left center no-repeat;
                }
                b,p{color: #fff;} */
}
.discipline04 .top .text:hover b {
  color: #d20a10;
}
.discipline04 .bot {
  margin-top: 40px;
}
.discipline04 .bot li {
  float: left;
  margin-right: 2.7%;
  width: 31.53%;
  height: 173px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.08); */
}
.discipline04 .bot li:nth-child(3n) {
  margin-right: 0;
}
.discipline04 .bot li a {
  transition: all 0.5s;
  padding: 34px 30px 0;
}
.discipline04 .bot li a b {
  margin-bottom: 22px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.discipline04 .bot li a i {
  margin-bottom: 22px;
  width: 20px;
  height: 4px;
  background: #adadad;
}
.discipline04 .bot li a .time {
  padding-left: 26px;
  font-size: 16px;
  color: #666;
  font-family: Arial;
  background: url(../images/icon/icon_38.png) left center no-repeat;
}
.discipline04 .bot li:hover {
  transition: all 0.5s;
  background: #d20a10;
}
.discipline04 .bot li:hover .time {
  color: #fff;
  background: url(../images/icon/icon_38s.png) left center no-repeat;
}
.discipline04 .bot li:hover i {
  background: #fff;
}
.discipline04 .bot li:hover b {
  color: #fff;
}
.discipline05 {
  padding: 61px 0;
  background: url(../images/page/discipline05.jpg) center no-repeat;
  background-size: cover;
}
.discipline05 .title {
  position: relative;
}
.discipline05 .title .fl .text {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  color: #fff;
}
.discipline05 .layHover {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*======== p5-2-4党建纪检-党纪法规 ========*/
.statute {
  padding-bottom: 80px;
}
.statute .list {
  padding: 85px 0 20px;
}
.statute .list a {
  transition: all 0.5s;
  line-height: 79px;
  border-bottom: #e8e8e8 1px solid;
}
.statute .list a p {
  float: left;
  padding-left: 38px;
  width: calc(100% - 120px - 40px);
  font-size: 20px;
  color: #333;
  font-weight: bold;
  background: url(../images/icon/icon_41.png) 20px center no-repeat;
}
.statute .list a i {
  float: right;
  padding-right: 20px;
  font-size: 18px;
}
.statute .list a:hover {
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.statute .list a:hover p {
  color: #225aab;
}
/*======== p5-2-5党建纪检-举报渠道 ========*/
.report {
  padding: 90px 0 115px;
  background: url(../images/page/report_bac.png) left bottom no-repeat;
  background-size: 100% auto;
}
.report .title {
  margin-bottom: 40px;
}
.report .text {
  margin-bottom: 39px;
  font-size: 24px;
  color: #333;
}
.report .list {
  margin-bottom: 35px;
}
.report .list a {
  transition: all 0.5s;
  position: relative;
  float: left;
  margin: 0 2.855% 30px 0;
  width: 31.43%;
  height: 210px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.report .list a:nth-child(3n) {
  margin-right: 0;
}
.report .list a .bor {
  position: relative;
  z-index: 2;
  padding: 50px 13% 1px;
  color: #333;
}
.report .list a .bor b {
  margin-bottom: 17px;
  padding-left: 39px;
  font-size: 20px;
  background: url(../images/icon/icon_42.png) left center no-repeat;
}
.report .list a .bor p {
  font-size: 18px;
  line-height: 30px;
}
.report .list a .sun {
  position: absolute;
  right: 0;
  bottom: -50px;
  font-size: 132px;
  color: #fff;
  font-weight: bold;
  opacity: 0.05;
}
.report .list a:hover {
  background: #225aab;
}
.report .list a:hover .bor {
  color: #fff;
}
.report .list a:hover .bor b {
  background: url(../images/icon/icon_42s.png) left center no-repeat;
}
.report .next {
  color: #fff;
  background: url(../images/page/report.jpg) right top no-repeat;
  background-size: cover;
}
.report .next .bor {
  padding: 48px 3.57%;
}
.report .next .bor b {
  padding-bottom: 34px;
  font-size: 24px;
  font-weight: normal;
}
.report .next .bor .t {
  display: flex;
  margin-bottom: 20px;
  line-height: 33px;
}
.report .next .bor .t i {
  margin-right: 10px;
  width: 33px;
  height: 33px;
  font-size: 18px;
  color: #2c61af;
  text-align: center;
  font-family: Arial;
  background: #fff;
  border-radius: 100%;
}
.report .next .bor .t em {
  font-size: 18px;
}
.report .next .bor dl {
  margin-bottom: 20px;
  padding-left: 33px;
  font-size: 18px;
  color: #fff;
}
.report .next .bor dl dt {
  float: left;
  padding-left: 10px;
}
.report .next .bor dl dd {
  float: left;
  opacity: 0.8;
}
.report .next .left,
.report .next .right {
  width: 48%;
}
.report .next .left .dl1 {
  background: url(../images/icon/icon_63.png) left center no-repeat;
}
.report .next .left .dl2 {
  background: url(../images/icon/icon_65.png) left center no-repeat;
}
.report .next .left .dl3 {
  background: url(../images/icon/icon_66.png) left center no-repeat;
}
.report .next .right .dl1 {
  background: url(../images/icon/icon_64.png) left center no-repeat;
}
.report .next .right .dl2{
    background: url(../images/icon/icon_120.png) left center no-repeat;
}
/*======== p5-2-6党建纪检-党风廉政 ========*/
.disciplineNew .new02 {
  margin-top: 50px;
}
/*======== p6-3专题专栏 ========*/
.special {
  position: relative;
  margin: 82px auto 36px;
}
.special a {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.special a i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.special a:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.special .icon {
  position: absolute;
  right: 40px;
  bottom: 24px;
  display: flex;
}
.special .icon .iconBox {
  position: relative;
  margin-left: 11px;
  cursor: pointer;
}
.special .icon .iconBox i {
  transition: all 0.5s;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.special .icon .iconBox .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 88px;
  height: 0;
  background: url(../images/icon/icon_5.png) left top no-repeat;
  overflow: hidden;
}
.special .icon .iconBox .pos div {
  padding: 6px 7px 0;
}
.special .icon .iconBox .pos img {
  width: 75px;
  height: 75px;
}
.special .icon .iconBox:hover .pos {
  transition: all 0.5s;
  height: 93px;
}
.special .icon .iconBox.wx i {
  background: #fff url(../images/icon/icon_80.png) center no-repeat;
}
.special .icon .iconBox.wx:hover i {
  transition: all 0.5s;
  background: #abe725 url(../images/icon/icon_80s.png) center no-repeat;
}
.special .icon .iconBox.video i {
  background: #fff url(../images/icon/icon_81.png) center no-repeat;
}
.special .icon .iconBox.video:hover i {
  transition: all 0.5s;
  background: #abe725 url(../images/icon/icon_81s.png) center no-repeat;
}
/*======== p7-1加入我们 ========*/
.joinUs .title .fl i {
  background: #225aab;
}
.joinUs01 {
  padding: 90px 0;
  background: url(../images/page/joinUs01_bac.png) center no-repeat;
  background-size: cover;
}
.joinUs01 .list a {
  position: relative;
  float: left;
  margin: 56px 2.855% 65px 0;
  width: 31.43%;
  height: 260px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
}
.joinUs01 .list a:nth-child(3n) {
  margin-right: 0;
}
.joinUs01 .list a .imgPic {
  transition: all 0.5s;
  opacity: 0;
  transform: scale(0.8);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joinUs01 .list a .pos {
  position: absolute;
  left: 10%;
  top: 40px;
  width: 80%;
  text-align: center;
}
.joinUs01 .list a .pos .icon {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
}
.joinUs01 .list a .pos .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.joinUs01 .list a .pos .icon img.img2 {
  opacity: 0;
}
.joinUs01 .list a .pos b {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
}
.joinUs01 .list a .pos .text p {
  line-height: 30px;
  font-size: 18px;
  color: #666;
}
.joinUs01 .list a:hover .imgPic {
  transition: all 0.5s;
  opacity: 1;
  transform: scale(1);
}
.joinUs01 .list a:hover .pos .icon .img1 {
  transition: all 0.5s;
  opacity: 0;
}
.joinUs01 .list a:hover .pos .icon .img2 {
  transition: all 0.5s;
  opacity: 1;
}
.joinUs01 .list a:hover .pos b,
.joinUs01 .list a:hover .pos .text p {
  color: #fff;
}
.joinUs02 {
  padding: 90px 0;
}
.joinUs02 .title {
  padding-bottom: 45px;
}
.joinUs02 .swiper-slide {
  margin: 0 3% 64px 0;
  width: 48.5%;
  height: 445px;
  border-radius: 4px;
  overflow: hidden;
}
.joinUs02 .swiper-slide::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon_70.png) left bottom no-repeat;
  background-size: 100% auto;
  content: " ";
}
.joinUs02 .swiper-slide .pic {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.joinUs02 .swiper-slide .pos {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 30px;
}
.joinUs02 .swiper-slide .pos p {
  transition: all 0.5s;
  padding: 0 30px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.joinUs02 .w1400 {
  position: relative;
}
.joinUs02 .swiper-pagination {
  bottom: 0;
}
.joinUs02 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #dadada;
  opacity: 1;
}
.joinUs02 .swiper-pagination-bullet-active {
  background: #225aab;
}
.joinUs02 .swiper-button-next,
.joinUs02 .swiper-button-prev {
  margin-top: -64px;
  width: 59px;
  height: 59px;
}
.joinUs02 .swiper-button-next {
  right: -140px;
  background: url(../images/icon/icon_72.png) center no-repeat;
  background-size: 58px auto;
}
.joinUs02 .swiper-button-next:hover {
  background: url(../images/icon/icon_72s.png) center no-repeat;
}
.joinUs02 .swiper-button-prev {
  left: -140px;
  background: url(../images/icon/icon_71.png) center no-repeat;
  background-size: 58px auto;
}
.joinUs02 .swiper-button-prev:hover {
  background: url(../images/icon/icon_71s.png) center no-repeat;
}
@media (max-width: 1484px) {
  .joinUs02 .swiper-button-next {
    right: -80px;
  }
  .joinUs02 .swiper-button-prev {
    left: -80px;
  }
}
@media (max-width: 1384px) {
  .joinUs02 .swiper-button-next {
    transform: scale(0.78);
    right: -56px;
  }
  .joinUs02 .swiper-button-prev {
    transform: scale(0.78);
    left: -56px;
  }
}
/*======== p8-1站内搜索 ========*/
.pageSearch {
  padding: 175px 0 84px;
}
.pageSearch .top {
  position: relative;
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pageSearch .top input {
  float: left;
  padding-left: 40px;
  width: calc(100% - 150px - 48px);
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #666;
  border: none;
}
.pageSearch .top .but {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 128px;
  height: 50px;
  border: none;
  border-left: #c6c6c6 1px solid;
  background: url(../images/icon/icon_73.png) center no-repeat;
  background-size: 34px auto;
  cursor: pointer;
}
.pageSearch .top .but:hover {
  background: url(../images/icon/icon_73s.png) center no-repeat;
  background-size: 34px auto;
}
.pageSearch .list {
  margin-bottom: 45px;
}
.pageSearch .list a {
  position: relative;
  padding: 40px 0;
  border-bottom: #e6e6e6 1px solid;
}
.pageSearch .list a::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #225aab;
  content: " ";
}
.pageSearch .list a b {
  padding-bottom: 20px;
  font-size: 20px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pageSearch .list a .clearfix {
  display: flex;
  margin-bottom: 22px;
  font-size: 18px;
  color: #666;
}
.pageSearch .list a .clearfix i {
  margin-right: 20px;
  padding-left: 40px;
  background: url(../images/icon/icon_74.png) left center no-repeat;
}
.pageSearch .list a p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pageSearch .list a:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.pageSearch .list a:hover b {
  color: #225aab;
}
/*======== p7-2人才培养 ========*/
.cultivate01 {
  padding-bottom: 90px;
}
.cultivate01 .list {
  margin: 80px auto;
  border-top: #f1f1f1 1px solid;
}
.cultivate01 .list a {
  transition: all 0.5s;
  position: relative;
  padding: 0 100px 0 20px;
  line-height: 100px;
  color: #333;
  border-bottom: #f1f1f1 1px solid;
}
.cultivate01 .list a::before {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 0;
  width: 33px;
  height: 100%;
  background: url(../images/icon/icon_82.png) center no-repeat;
  content: " ";
}
.cultivate01 .list a b {
  float: left;
  width: calc(100% - 120px);
  font-size: 18px;
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cultivate01 .list a i {
  float: right;
  font-size: 16px;
}
.cultivate01 .list a:hover {
  transition: all 0.5s;
  background: #f9f9f9;
}
.cultivate01 .list a:hover::before {
  transition: all 0.5s;
  opacity: 1;
}
/*======== p6-4产业地图 ========*/
#home .rowPosTitle {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}
#home .rowPosText {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
#home .layHover span {
  width: 156px;
  height: 51px;
  line-height: 51px;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
  background-position: 1% 50%;
  background-size: 400% 300%;
  border: 1px solid #fff;
  -webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .layHover span:hover {
  color: #000;
  background-position: 99% 50%;
}
#home .layHover span .moreImg {
  width: 19px;
  height: 5px;
  background: url(../images/more.png) no-repeat;
  transition: all 0.4s;
}
#home .layHover span:hover .moreImg {
  background: url(../images/mores.png) no-repeat;
}
#main #r4 .pos {
  position: absolute;
  left: 12vw;
  top: 50%;
  z-index: 12;
  transform: translateY(-50%);
  width: calc(100% - 24vw);
}
#main #r4 .pos .tab {
  position: relative;
  transform: scale(0.5);
  opacity: 0;
  margin-top: 0.5rem;
}
#main #r4 .pos .tab .left {
  margin-top: -0.5rem;
  transform: scale(0.9);
}
#main #r4 .pos .map {
  position: relative;
  width: 6.28rem;
}
#main #r4 .pos .map .f_img {
  width: 100%;
}
#main #r4 .pos .map .dot {
  position: absolute;
}
#main #r4 .pos .map .dot .pic {
  position: relative;
  overflow: hidden;
}
#main #r4 .pos .map .dot .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
}
#main #r4 .pos .map .dot .pic img.img2 {
  opacity: 0;
}
#main #r4 .pos .map .dot p {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  min-width: 0.9rem;
  padding-top: 0.27rem;
  font-size: 0.16rem;
  line-height: 0.23rem;
  color: #fff;
  text-align: center;
  background-image: url(../images/icon/icon_2.png);
  background-size: 0.19rem auto;
  background-repeat: no-repeat;
  background-position: center top;
}
#main #r4 .pos .map .dot.cur .pic img {
  opacity: 0;
}
#main #r4 .pos .map .dot.cur .pic img.img2 {
  opacity: 1;
}
#main #r4 .pos .map .dot1 {
  left: 11.94%;
  top: 2.99rem;
}
#main #r4 .pos .map .dot1 .pic {
  width: 0.84rem;
  height: 0.76rem;
}
#main #r4 .pos .map .dot1 p {
  top: -0.2rem;
  padding: 0 0 0.27rem;
  background-position: center bottom;
}
#main #r4 .pos .map .dot2 {
  left: 1.98rem;
  top: 2.09rem;
}
#main #r4 .pos .map .dot2 .pic {
  width: 0.27rem;
  height: 0.23rem;
}
#main #r4 .pos .map .dot2 p {
  top: 0.01rem;
}
#main #r4 .pos .map .dot3 {
  left: 1.5rem;
  top: 3.62rem;
}
#main #r4 .pos .map .dot3 .pic {
  width: 3.92rem;
  height: 4.07rem;
}
#main #r4 .pos .map .dot3 p {
  top: 50%;
  transform: translate(-36%, -50%);
  width: 1rem;
}
#main #r4 .pos .map .dot4 {
  left: 2.53rem;
  top: 3.8rem;
}
#main #r4 .pos .map .dot4 .pic {
  width: 0.48rem;
  height: 0.24rem;
}
#main #r4 .pos .map .dot4 p {
  top: 0.02rem;
  width: 1rem;
}
#main #r4 .pos .map .dot5 {
  left: 2.87rem;
  top: 2.84rem;
}
#main #r4 .pos .map .dot5 .pic {
  width: 0.34rem;
  height: 0.33rem;
}
#main #r4 .pos .map .dot5 p {
  top: 0.05rem;
}
#main #r4 .pos .map .dot6 {
  left: 3.33rem;
  top: 1.61rem;
}
#main #r4 .pos .map .dot6 .pic {
  width: 0.64rem;
  height: 0.97rem;
}
#main #r4 .pos .map .dot6 p {
  top: 0.68rem;
}
#main #r4 .pos .map .dot7 {
  left: 3.95rem;
  top: 1.42rem;
}
#main #r4 .pos .map .dot7 .pic {
  width: 0.66rem;
  height: 0.38rem;
}
#main #r4 .pos .map .dot7 p {
  top: 0.06rem;
}
#main #r4 .pos .map .dot8 {
  left: 4.14rem;
  top: 2.16rem;
}
#main #r4 .pos .map .dot8 .pic {
  width: 0.71rem;
  height: 0.83rem;
}
#main #r4 .pos .map .dot8 p {
  top: 0.36rem;
}
#main #r4 .pos .map .dot9 {
  left: 4.63rem;
  top: 3.03rem;
}
#main #r4 .pos .map .dot9 .pic {
  width: 0.4rem;
  height: 0.41rem;
}
#main #r4 .pos .map .dot9 p {
  top: 0.12rem;
  width: 1.2rem;
}
#main #r4 .pos .map .dot10 {
  left: 5.02rem;
  top: 0.96rem;
}
#main #r4 .pos .map .dot10 .pic {
  width: 1.3rem;
  height: 2.36rem;
}
#main #r4 .pos .map .dot10 p {
  top: 1.32rem;
}
#main #r4 .pos .map .dot11 {
  left: 5.02rem;
  top: 0.96rem;
}
#main #r4 .pos .map .dot11 .pic {
  opacity: 0;
  width: 1.3rem;
  height: 0.97rem;
}
#main #r4 .pos .map .dot11 p {
  top: 0.1rem;
  padding: 0 0 0.27rem;
  background-position: center bottom;
}
#main #r4 .pos .map .dot12 {
  left: 0rem;
  top: 2.21rem;
}
#main #r4 .pos .map .dot12 .pic {
  width: 0.52rem;
  height: 0.33rem;
}
#main #r4 .pos .map .dot12 p {
  top: -0.44rem;
  padding: 0 0 0.27rem;
  min-width: 1.2rem;
  background-position: center bottom;
}
#main #r4 .pos .map .dot13 {
  left: 5.3rem;
  top: 0rem;
}
#main #r4 .pos .map .dot13 .pic {
  width: 0.82rem;
  height: 0.61rem;
}
#main #r4 .pos .map .dot13 p {
  top: 0.2rem;
}
#main #r4 .pos .map .dot14 {
  left: 1.26rem;
  top: 2.16rem;
}
#main #r4 .pos .map .dot14 .pic {
  width: 0.42rem;
  height: 0.31rem;
}
#main #r4 .pos .map .dot14 p {
  top: -0.23rem;
  min-width: 1rem;
  padding: 0 0 0.27rem;
  background-position: center bottom;
}
#main #r4 .pos .tab_next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.18rem;
  height: 4.6rem;
  max-width: calc(100% - 6.28rem - 0.4rem);
}
#main #r4 .pos .tab_next .next {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#main #r4 .pos .tab_next .next .industryBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
#main #r4 .pos .tab_next .next .industryBox .industryImg {
  width: 48%;
  height: 2.55rem;
  overflow: hidden;
}
#main #r4 .pos .tab_next .next .industryBox .industryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main #r4 .pos .tab_next .next .swiper-slide .industryImg {
  float: left;
  margin: 0 4% 0.6rem 0;
  width: 48%;
  height: 2.55rem;
  overflow: hidden;
}
#main #r4 .pos .tab_next .next .swiper-slide .industryImg:nth-child(2n) {
  margin-right: 0;
}
#main #r4 .pos .tab_next .next .swiper-slide .industryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main #r4 .pos .tab_next .next .swiper-pagination {
  /* position: relative;
                bottom: inherit;
                margin-bottom: 0.3rem; */
  bottom: 0.14rem;
}
#main #r4 .pos .tab_next .next .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
}
#main #r4 .pos .tab_next .next .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
#main #r4 .pos .tab_next .next .text {
  color: #fff;
}
#main #r4 .pos .tab_next .next .text b {
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#main #r4 .pos .tab_next .next .text p {
  font-size: 0.18rem;
  height: 0.9rem;
  line-height: 0.3rem;
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#main #r4 .pos .tab_next .next.on {
  z-index: 3;
  opacity: 1;
  animation-name: fadeInUpSmall;
  transform-origin: 50% 50%;
}
#home #main #roll #r4 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../images/r4_bac1s.png) center no-repeat;
  background-size: cover;
}
#home #main #roll #r4 .bac {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#home #main #roll #r4 .bac.bac1 {
  background: url(../images/page_r4_bac1.png) center no-repeat;
  background-size: contain;
}
#home #main #roll #r4 .bac.bac2 {
  display: none;
  opacity: 1;
  z-index: 11;
  background: url(../images/r4_bac2.png) center no-repeat;
  background-size: contain;
}
#home #main #roll #r4 .bac.bac3 {
  transform: scale(0);
  left: 45.98%;
  top: 50.9%;
  z-index: 1;
  width: 1.76rem;
  height: 0.69rem;
  background: url(../images/r4_bac4.png) center no-repeat;
  background-size: 100% auto;
}
#home #main #roll #r4.del .bac2 {
  opacity: 1;
}
#home #main #roll #r4.on .bac1 {
  transition: all 0.6s 1s;
}
#home #main #roll #r4.on .bac2 {
  transition: all 0.6s 1s;
  opacity: 0;
}
#home #main #roll #r4.on .bac3 {
  transition: all 0.6s;
  transform: scale(1);
}
#home #main #roll #r4.on .tab {
  transition: all 1s 1s;
  transform: scale(1);
  opacity: 1;
}
/*======== p6-5投资者关系 ========*/
#home #main #roll #r6 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#home #main #roll #r6.in {
  z-index: 15;
  opacity: 1;
  border-radius: 20px;
  animation-name: bannerIn;
  transform-origin: 50% 50%;
}
#home #main #roll #r6.out {
  z-index: 10;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_out;
  transform-origin: 50% 50%;
}
#main #r6 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main #r6 .bg .pic {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#main #r6 .layoutLink {
  margin-bottom: 0.7rem;
}
#main #r6 .layoutLink .rowPosTitle {
  color: #225aab;
  font-weight: bold;
}
#main #r6 .layHover span {
  color: #999;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #225aab 75%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #225aab 75%);
  background-position: 1% 50%;
  background-size: 400% 300%;
  border: 1px solid #999;
  -webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main #r6 .layHover span:hover {
  color: #fff;
  background-position: 99% 50%;
  border: 1px solid rgba(0, 0, 0, 0);
}
#main #r6 .layHover span .moreImg {
  background: url(../images/mores.png) no-repeat;
  background-size: 100% auto;
}
#main #r6 .layHover span:hover .moreImg {
  background: url(../images/more.png) no-repeat;
  background-size: 100% auto;
}
#main #r6 .pos {
  position: absolute;
  left: 12vw;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.44rem;
  width: calc(100% - 24vw);
}
#main #r6 .left {
  position: relative;
  float: left;
  width: 45.36%;
  background: url(../images/r6_1.jpg) center no-repeat;
  background-size: cover;
}
#main #r6 .left::after {
  position: absolute;
  right: -16px;
  top: 61px;
  width: 16px;
  height: 45px;
  background: url(../images/icon/icon_75.png) left top no-repeat;
  content: " ";
}
#main #r6 .left .tab_next {
  position: relative;
  height: 580px;
}
#main #r6 .left .next {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#main #r6 .left .next.on {
  z-index: 3;
  opacity: 1;
  animation-name: fadeInUpSmall;
  transform-origin: 50% 50%;
}
#main #r6 .left .next .bor {
  padding: 50px 8% 1px;
  color: #fff;
}
#main #r6 .left .next .top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#main #r6 .left .next .top img {
  margin-right: 40px;
  max-width: 200px;
  max-height: 60px;
}
#main #r6 .left .next .top p {
  font-size: 32px;
}
#main #r6 .left .next .t {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 900;
  font-family: Arial;
}
#main #r6 .left .next .text {
  margin-bottom: 10px;
}
#main #r6 .left .next .text .fl {
  margin-bottom: 40px;
  width: 50%;
}
#main #r6 .left .next .text p {
  float: left;
  margin-bottom: 6px;
  font-size: 20px;
  color: #daebfa;
}
#main #r6 .left .next .text p.p1 {
  padding-right: 19px;
  background: url(../images/icon/icon_76.png) right center no-repeat;
}
#main #r6 .left .next .text p.p2 {
  padding-right: 19px;
  background: url(../images/icon/icon_77.png) right center no-repeat;
}
#main #r6 .left .next .text b {
  font-size: 22px;
}
#main #r6 .left .next .time {
  font-size: 18px;
  color: #daebfa;
}
#main #r6 .left .posBox {
  position: absolute;
  right: 50%;
  bottom: 30px;
  z-index: 5;
  transform: translateX(50%);
  width: 100px;
  height: 40px;
  line-height: 40px;
}
#main #r6 .left .posBox .swiper-pagination-fraction {
  left: 0;
  bottom: 0%;
  width: 100%;
  text-align: center;
  letter-spacing: -1px;
}
#main #r6 .left .posBox .swiper-pagination {
  font-size: 16px;
  color: #7eafff;
  letter-spacing: 2px;
  font-family: Arial;
}
#main #r6 .left .posBox .swiper-pagination span {
  display: inline-block;
  font-size: 16px;
}
#main #r6 .left .posBox .swiper-pagination span.swiper-pagination-current,
#main #r6 .left .posBox .current {
  color: #fff;
}
#main #r6 .left .posBox .swiper-button-next,
#main #r6 .left .posBox .swiper-button-prev {
  transition: all 0.5s;
  margin: -20px 0 0 0;
  top: 50%;
  width: 10px;
  height: 40px;
  border-radius: 100%;
}
#main #r6 .left .posBox .swiper-button-next {
  right: 0;
  background: url(../images/icon/icon_79.png) center no-repeat;
}
#main #r6 .left .posBox .swiper-button-next:hover {
  transition: all 0.5s;
  background: url(../images/icon/icon_79s.png) center no-repeat;
}
#main #r6 .left .posBox .swiper-button-prev {
  left: 0;
  background: url(../images/icon/icon_78.png) center no-repeat;
}
#main #r6 .left .posBox .swiper-button-prev:hover {
  transition: all 0.5s;
  background: url(../images/icon/icon_78s.png) center no-repeat;
}
#main #r6 .right {
  float: left;
  width: 54.64%;
  height: 580px;
  background: url(../images/r6_2.jpg) center no-repeat;
  background-size: cover;
  /* .swiper-container-vertical>.swiper-scrollbar{
            width: 4px;
            background: #b2b2b3;
        }
        .swiper-scrollbar-drag{
            background: #2258a7;
        } */
}
#main #r6 .right .bor {
  padding: 40px 8% 2px;
}
#main #r6 .right .top p {
  float: left;
  line-height: 70px;
  font-size: 65px;
  color: #2258a7;
  font-family: Arial;
  font-weight: 900;
}
#main #r6 .right .top i {
  float: left;
  padding: 29px 0 0 4px;
  font-size: 24px;
  color: #333;
}
#main #r6 .right .top b {
  display: block;
  margin: 8px 0 20px;
  font-size: 36px;
  color: #333;
}
#main #r6 .right .swiper {
  width: 100%;
}
#main #r6 .right .swiper-slide {
  padding-bottom: 50px;
}
#main #r6 .right .swiper-slide .pic {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  height: 60px;
}
#main #r6 .right .swiper-slide .pic div {
  display: flex;
  align-items: center;
  width: 60%;
  height: 60px;
}
#main #r6 .right .swiper-slide .pic img {
  margin-right: 40px;
  max-width: 200px;
  max-height: 60px;
}
#main #r6 .right .swiper-slide .pic p {
  font-size: 18px;
  color: #666;
}
#main #r6 .right .swiper-slide .pic.cur p {
  color: #2258a7;
}
#main #r6 .right .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main #r6 .right .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #a7a5a5;
}
#main #r6 .right .swiper-pagination .swiper-pagination-bullet-active {
  background: #184997;
}
#main #r6 .right .swiper-pagination.swiper-pagination-lock {
  margin-top: 0;
}
#main #r6 .right .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
#main #r6 .right .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20;
}

/*新增css*/
.adjunct {
  padding: 34px 30px 38px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.adjunct .pdf_title {
  font-size: 22px;
  color: #225aab;
  font-weight: bold;
  padding-left: 36px;
  background: url(../images/pdf.png) left center no-repeat;
}
.adjunct .pdf_list .list {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 15px;
  position: relative;
}
.adjunct .pdf_list .list::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cacaca;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.adjunct .pdf_list .list::after {
  content: '';
  width: 0;
  height: 1px;
  background: #225aab;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.adjunct .pdf_list .list:hover {
  color: #225aab;
}
.adjunct .pdf_list .list:hover::before {
  background: #225aab;
}
.adjunct .pdf_list .list:hover::after {
  width: 100%;
  transition: all 0.5s;
}

