@charset "UTF-8";
.content-con {
  width: 100%;
  background: #ffffff;
}

.content-con .content {
  overflow: hidden;
}

.xwzx-warp {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  .xwzx-warp {
    padding: 15px 0;
  }
}

.xwzx-warp .xwzx-tit {
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .xwzx-warp .xwzx-tit {
    padding: 0;
  }
}

.xwzx-warp .xwzx-tit h5 {
  width: auto;
  display: inline-block;
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  padding: 15px 0;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .xwzx-warp .xwzx-tit h5 {
    font-size: 18px;
    padding: 0;
  }
}

.xwzx-warp .xwzx-tit h5::after {
  content: "";
  width: 80px;
  height: 2px;
  border-bottom: 2px solid #181d62;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

@media screen and (max-width: 1024px) {
  .xwzx-warp .xwzx-tit h5::after {
    display: none;
  }
}

.xwzx-warp .xwzx-tit h5::before {
  content: "NEWS";
  position: absolute;
  font-size: 60px;
  color: #e7e7ec;
  font-weight: bold;
  z-index: -1;
  left: 0;
  top: -20px;
  margin-left: -30px;
}

@media screen and (max-width: 1024px) {
  .xwzx-warp .xwzx-tit h5::before {
    display: none;
  }
}

.xwzx-warp .xwzx-list {
  display: flex;
  flex-direction: column;
}

.xwzx-warp .xwzx-list .xwzx-list-page {
  margin: 0 auto;
  text-align: center;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #005bac;
  color: #005bac;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .xwzx-warp .xwzx-list .xwzx-list-page {
    margin: 0 auto;
  }
}

.xwzx-warp .xwzx-list .xwzx-list-page a {
  display: block;
}

.xwzx-warp .xwzx-list .xwzx-list-page:hover {
  background: #005bac;
  color: #ffffff;
}

.xwzx-warp .xwzx-list ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 15px;
}

@media screen and (max-width: 1024px) {
  .xwzx-warp .xwzx-list ul {
    flex-direction: column;
  }
}

.xwzx-warp .xwzx-list ul li:hover .xwzx-list-img img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.xwzx-warp .xwzx-list ul li::after {
  content: "";
  width: 0;
  height: 1px;
  border-bottom: 2px solid #cccccc;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1s;
}

.xwzx-warp .xwzx-list ul li:hover::after {
  width: 100%;
}

.xwzx-warp .xwzx-list ul li {
  width: 32%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .xwzx-warp .xwzx-list ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.xwzx-warp .xwzx-list ul li a .xwzx-list-img {
  width: 100%;
  overflow: hidden;
}

.xwzx-warp .xwzx-list ul li a .xwzx-list-img img {
  width: 100%;
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}

.xwzx-warp .xwzx-list ul li a .xwzx-list-con {
  padding: 25px;
  background: #f2f2f2;
}

@media screen and (max-width: 1200px) {
  .xwzx-warp .xwzx-list ul li a .xwzx-list-con {
    padding: 15px;
  }
}

.xwzx-warp .xwzx-list ul li a .xwzx-list-con h5 {
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  color: #333333;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

@media screen and (max-width: 1024px) {
  .xwzx-warp .xwzx-list ul li a .xwzx-list-con h5 {
    font-size: 14px;
    height: auto;
  }
}

.xwzx-warp .xwzx-list ul li a .xwzx-list-con p {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 0;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #666666;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .xwzx-warp .xwzx-list ul li a .xwzx-list-con p {
    font-size: 14px;
  }
}

.xwzx-warp .xwzx-list ul li a .xwzx-list-con p svg {
  margin-right: 10px;
}

.xwzx-warp .xwzx-list ul li a .xwzx-list-con span {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1024px) {
  .xwzx-warp .xwzx-list ul li a .xwzx-list-con span {
    font-size: 12px;
  }
}

.kjjs-bg {
  height: 740px;
  width: 100%;
  background: url("../images/kj-bg_02.jpg") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg {
    height: auto;
  }
}

.kjjs-bg .kjjs-con {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con {
    padding: 0 15px;
  }
}

.kjjs-bg .kjjs-con .kjjs-bott {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con .kjjs-bott {
    padding: 15px 0;
  }
}

.kjjs-bg .kjjs-con .kjjs-bott ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con .kjjs-bott ul {
    flex-flow: wrap;
  }
}

.kjjs-bg .kjjs-con .kjjs-bott ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 25%;
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con .kjjs-bott ul li {
    width: 50%;
    align-items: center;
    border: none;
  }
}

.kjjs-bg .kjjs-con .kjjs-bott ul li h5 {
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con .kjjs-bott ul li h5 {
    font-size: 20px;
  }
}

.kjjs-bg .kjjs-con .kjjs-bott ul li p {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #ffffff;
  margin-right: 30px;
}

.kjjs-bg .kjjs-con .kjjs-bott ul li p img {
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
}

.kjjs-bg .kjjs-con .kjjs-bott ul li:last-child {
  border-right: none;
}

.kjjs-bg .kjjs-con .kjjs-top {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con .kjjs-top {
    flex-direction: column;
    height: auto;
  }
}

.kjjs-bg .kjjs-con .kjjs-top .kjjs-l {
  width: 50%;
  padding: 50px 100px 50px 0;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con .kjjs-top .kjjs-l {
    width: 100%;
    padding: 0;
  }
}

.kjjs-bg .kjjs-con .kjjs-top .kjjs-l h5 {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
  font-weight: bold;
  color: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con .kjjs-top .kjjs-l h5 {
    font-size: 20px;
  }
}

.kjjs-bg .kjjs-con .kjjs-top .kjjs-l h5::before {
  content: "BROADBRIDGE";
  position: absolute;
  font-size: 60px;
  color: #eeeeee;
  font-weight: bold;
  z-index: -1;
  left: 20%;
  top: -35px;
  margin-left: -30px;
  opacity: 0.3;
  font-family: "Arial";
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con .kjjs-top .kjjs-l h5::before {
    display: none;
  }
}

.kjjs-bg .kjjs-con .kjjs-top .kjjs-l span {
  margin: 50px 0 30px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con .kjjs-top .kjjs-l span {
    margin: 15px 0;
    font-size: 14px;
  }
}

.kjjs-bg .kjjs-con .kjjs-top .kjjs-l p {
  width: 100%;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
  color: #ffffff;
  position: relative;
  /* display: none; */
}

.kjjs-bg .kjjs-con .kjjs-top .kjjs-l p span {
  margin-left: 20px;
}

.kjjs-bg .kjjs-con .kjjs-top .kjjs-l p::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ffffff;
}

.kjjs-bg .kjjs-con .kjjs-top .kjjs-r {
  width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .kjjs-bg .kjjs-con .kjjs-top .kjjs-r {
    width: 100%;
  }
}

.xwzx-titt {
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .xwzx-titt {
    padding: 15px 0;
  }
}

.xwzx-titt h5 {
  width: auto;
  display: inline-block;
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  padding: 15px 0;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .xwzx-titt h5 {
    font-size: 20px;
    padding: 0;
    margin: 0;
  }
}

.xwzx-titt h5::after {
  content: "";
  width: 80px;
  height: 2px;
  border-bottom: 2px solid #181d62;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

@media screen and (max-width: 1024px) {
  .xwzx-titt h5::after {
    display: none;
  }
}

.xwzx-titt h5::before {
  content: "BUSINESS";
  position: absolute;
  font-size: 60px;
  color: #e7e7ec;
  font-weight: bold;
  z-index: -1;
  left: 0;
  top: -20px;
  margin-left: -95px;
}

@media screen and (max-width: 1024px) {
  .xwzx-titt h5::before {
    display: none;
  }
}

.gsyw-warp {
  width: 100%;
  min-width: 1400px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 15px;
}

@media screen and (max-width: 1200px) {
  .gsyw-warp {
    max-width: 1400px;
    min-width: unset;
    padding: 0;
  }
}

.gsyw-warp .gsyw-l {
  width: 1050px;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .gsyw-warp .gsyw-l {
    display: none;
  }
}

.gsyw-warp .gsyw-l ul {
  position: relative;
}

.gsyw-warp .gsyw-l ul li {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.gsyw-warp .gsyw-l ul li .gsyw-l-t {
  width: 100%;
  height: 590px;
}

.gsyw-warp .gsyw-l ul li .gsyw-l-t img {
  width: 100%;
}

.gsyw-warp .gsyw-l ul li .gsyw-l-b {
  height: 240px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 5px #f5f5f5;
}

.gsyw-warp .gsyw-l ul li .gsyw-l-b .gsyw-l-b-l {
  width: 220px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gsyw-warp .gsyw-l ul li .gsyw-l-b .gsyw-l-b-r {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-right: 40px;
}

.gsyw-warp .gsyw-l ul li .gsyw-l-b .gsyw-l-b-r h5 {
  font-size: 30px;
  font-weight: bold;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

.gsyw-warp .gsyw-l ul li .gsyw-l-b .gsyw-l-b-r span {
  font-size: 16px;
  color: #6a6a6a;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gsyw-warp .gsyw-l ul li:nth-of-type(1) {
  opacity: 1;
}

.gsyw-warp .gsyw-r {
  display: flex;
  flex: 1;
}

@media screen and (max-width: 1200px) {
  .gsyw-warp .gsyw-r {
    padding: 0 15px;
  }
}

.gsyw-warp .gsyw-r ul li:last-child {
  margin-bottom: 0;
}

.gsyw-warp .gsyw-r ul li {
  border-left: 3px solid transparent;
  position: relative;
  margin-bottom: 30px;
  height: 185px;
}

@media screen and (max-width: 1200px) {
  .gsyw-warp .gsyw-r ul li {
    border: none;
    height: auto;
    margin-bottom: 10px;
  }
}

.gsyw-warp .gsyw-r ul li img {
  width: 100%;
  height: 100%;
}

.gsyw-warp .gsyw-r ul li p {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 15px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 1200px) {
  .gsyw-warp .gsyw-r ul li:nth-of-type(1) {
    border-left: 3px solid #2a68cf;
  }
}

@media screen and (min-width: 1200px) {
  .gsyw-warp .gsyw-r ul li:nth-of-type(1)::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #2a68cf;
  }
}

.gsyw-warp .gsyw-r ul li:hover {
  border-color: #2a68cf;
}

@media screen and (min-width: 1200px) {
  .gsyw-warp .gsyw-r ul li:hover::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #2a68cf;
  }
}

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

  .gsyw-warp .gsyw-r ul li:nth-of-type(5){
  	display: none;
  }
  .gsyw-warp .gsyw-r ul li:nth-of-type(6){
  	display: none;
  }
  .gsyw-warp .gsyw-r ul li:nth-of-type(7){
  	display: none;
  }
  .gsyw-warp .gsyw-r ul li:nth-of-type(8){
  	display: none;
  }
  .gsyw-warp .gsyw-r ul li:nth-of-type(9){
  	display: none;
  }
  .gsyw-warp .gsyw-r ul li:nth-of-type(10){
  	display: none;
  }
}
.swiper-slide {
  width: 100% !important;
}
@media screen and (max-width: 1400px){
  .gsyw-warp .gsyw-l{
    width: 850px;
  }
  .gsyw-warp .gsyw-l ul li .gsyw-l-t{
    height: auto;
  }
  .gsyw-warp .gsyw-r ul li{
    height: 157px;
  }
  .gsyw-warp .gsyw-r{
    flex: unset;
    width: 280px;
  }
  .gsyw-warp{
    max-width: 1400px;
    min-width: unset;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px){
  .gsyw-warp .gsyw-l{
    width: 750px;
  }

  .gsyw-warp .gsyw-r ul li{
    height: 143px;
  }
  .gsyw-warp .gsyw-l ul li .gsyw-l-b{
    height: 180px;
  }
}
@media screen and (max-width: 900px){
  .gsyw-warp .gsyw-r ul li{
    height: auto;
  }
}