.s2b2cmode .banner {
  width: 100%;
  height: 520px;
}

.s2b2cmode .banner .swiper-container {
  width: 100%;
  height: 100%;
}

.s2b2cmode .banner .swiper-container .swiper-wrapper .swiper-slide {
  background: url("../images/banner.png") center no-repeat;
  background-size: 100% 100%;
}

.s2b2cmode .banner .swiper-container .swiper-wrapper .swiper-slide .bannerBox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 160px;
  color: #fff;
  position: relative;
}

.s2b2cmode .banner .swiper-container .swiper-wrapper .swiper-slide .bannerBox .title {
  font-size: 58px;
  font-weight: bold;
}

.s2b2cmode .banner .swiper-container .swiper-wrapper .swiper-slide .bannerBox .title1 {
  font-size: 28px;
  margin-top: 30px;
}

.s2b2cmode .banner .swiper-container .swiper-wrapper .swiper-slide .bannerBox .right {
  position: absolute;
  top: 25px;
  right: 0px;
}

.s2b2cmode .banner .swiper-container .swiper-wrapper .swiper-slide .bannerBox .goInfo {
  margin-top: 52px;
}

.s2b2cmode .banner .swiper-container .swiper-wrapper .swiper-slide .bannerBox .goInfo a {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  width: 150px;
  height: 50px;
  margin-right: 32px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}

.s2b2cmode .banner .swiper-container .swiper-wrapper .swiper-slide .bannerBox .goInfo a:first-child {
  background: #fff;
  color: #52188B;
}

.s2b2cmode .banner .swiper-container .swiper-wrapper .swiper-slide .bannerBox .goInfo a:hover {
  background-color: #e9d283;
  color: #554f41;
}

.s2b2cmode .wh_1200 {
  width: 1200px;
  margin: 0 auto;
}

.s2b2cmode .common-wrap-title {
  padding-top: 98px;
  margin-bottom: 110px;
  font-size: 40px;
  color: #333;
  text-align: center;
}

.s2b2cmode .common-wrap-btn {
  text-align: center;
  margin-top: 82px;
  padding-bottom: 83px;
}

.s2b2cmode .common-wrap-btn a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: #257dff;
  border: 1px solid #257dff;
}

.s2b2cmode .sec1 {
  background-size: 100% auto;
}

.s2b2cmode .sec1 .sec1-title {
  margin-bottom: 36px;
}

.s2b2cmode .sec1 .sec1-title2 {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding-bottom: 70px;
}

.s2b2cmode .sec1 .sec1-middle {
  text-align: center;
}

.s2b2cmode .sec1 .left-info {
  display: inline-block;
  margin-right: 35px;
}

.s2b2cmode .sec1 .left-info img {
  vertical-align: unset;
}

.s2b2cmode .sec1 .left-info p {
  font-size: 20px;
  color: #333;
}

.s2b2cmode .sec1 .right-widget {
  margin-right: 0;
}

.s2b2cmode .sec1 .bottom-row {
  margin-top: 38px;
}

.s2b2cmode .sec2 {
  background: #f6f6f6;
  position: relative;
}

.s2b2cmode .sec2 .common-wrap-title {
  margin-bottom: 36px;
  padding-top: 104px;
}

.s2b2cmode .sec2 .sec2-title2 {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding-bottom: 86px;
}

.s2b2cmode .sec2 .swiper-button-next, .s2b2cmode .sec2 .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-size: 25%;
  top: 60%;
}

.s2b2cmode .sec2 .swiper-button-next {
  right: 70px;
}

.s2b2cmode .sec2 .swiper-button-prev {
  left: 70px;
}

.s2b2cmode .sec2-wrap-com {
  padding-left: 25px;
  padding-bottom: 120px;
  width: 1045px;
  margin: 0 auto;
  overflow: hidden;
}

.sec2 .swiper-slide{
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.s2b2cmode .sec2-wrap-com-item {
  width: 300px;
  height: 273px;
  background: white;
  border-radius: 1px 50px 1px 50px;
  display: inline-block;
  margin-left: -30px;
  text-align: center;
}

.s2b2cmode .sec2-wrap-com-item .img {
  padding-top: 50px;
  text-align: center;
}

.s2b2cmode .sec2-wrap-com-item .img img {
  width: 96px;
  height: 88px;
}

.s2b2cmode .sec2-wrap-com-item .title {
  font-size: 24px;
  color: #333;
  margin-top: 20px;
}

.s2b2cmode .sec2-wrap-com-item .text {
  font-size: 16px;
  color: #666;
  width: 250px;
  text-align: center;
  margin: 10px auto 0;
}

.s2b2cmode .sec2-wrap-com .normal {
  background-color: white;
}

.s2b2cmode .sec2-wrap-com .normal .title {
  color: #333;
}

.s2b2cmode .sec2-wrap-com .normal .text {
  color: #666;
}

.s2b2cmode .sec2-wrap-com .active {
  background-color: #257dff;
}

.s2b2cmode .sec2-wrap-com .active .title {
  color: white;
}

.s2b2cmode .sec2-wrap-com .active .text {
  color: white;
}

.s2b2cmode .sec3 {
  background-color: white;
  background-size: 100% auto;
}

.s2b2cmode .sec3 .sec1-title {
  margin-bottom: 36px;
}

.s2b2cmode .sec3 .sec1-title2 {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding-bottom: 70px;
}

.s2b2cmode .sec3 .sec3-mode {
  text-align: center;
}

.s2b2cmode .sec3 .sec3-mode div {
  display: inline-block;
  margin-right: 30px;
}

.s2b2cmode .sec3 .sec3-mode div img {
  padding: 46px 60px 23px;
}

.s2b2cmode .sec3 .sec3-mode div p {
  padding-bottom: 36px;
  font-size: 16px;
  color: #333;
}

.s2b2cmode .sec3 .sec3-mode div:first-child p{
  color: #fff;
}

.s2b2cmode .sec3 .sec3-mode .active {
	background: #298aff;
	border-radius: 10px;
}

.s2b2cmode .sec3 .sec3-mode .normal {
  background: #f5f7fa;
  border-radius: 10px;
}

.s2b2cmode .sec3 .triangle {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #298aff;
  margin-left: 358px;
}

.s2b2cmode .sec3 .sec1-middle {
  background: #298aff;
}

.s2b2cmode .sec3 .sec1-middle div.wh_1200 p:first-child {
  padding: 90px 0 68px 0;
  font-size: 22px;
  color: white;
}

.s2b2cmode .sec3 .sec1-middle .content {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.s2b2cmode .sec3 .sec1-middle .margin-82 {
  margin-right: 40px;
}

.s2b2cmode .sec3 .sec1-middle .left-info {
  display: inline-block;
}

.s2b2cmode .sec3 .sec1-middle .left-info img {
  vertical-align: unset;
}

.s2b2cmode .sec3 .sec1-middle .left-info p {
  color: white;
  font-size: 18px;
  padding: 23px 0 76px 0;
}

.s2b2cmode .sec4 {
  background-color: #F5F7FA;
  background-size: 100% auto;
}

.s2b2cmode .sec4 .common-wrap-title {
  padding-top: 72px;
  margin-bottom: 79px;
}

.s2b2cmode .sec4 .sec1-middle {
  text-align: center;
  padding-bottom: 110px;
}

.s2b2cmode .sec4 .left-info {
  display: inline-block;
}

.s2b2cmode .sec4 .left-info img {
  vertical-align: unset;
}

.s2b2cmode .sec5 {
  background-color: white;
}

.s2b2cmode .sec6 {
  background-color: #F5F7FA;
  background-size: 100% auto;
}

.s2b2cmode .sec6 .common-wrap-title {
  padding-top: 104px;
  margin-bottom: 72px;
}

.s2b2cmode .sec6 .common-wrap-btn {
  margin-top: 44px;
  padding-bottom: 60px;
}

.s2b2cmode .sec6 .sec1-middle {
  text-align: center;
}

.s2b2cmode .sec6 .left-info {
  display: inline-block;
  margin-right: 100px;
}

.s2b2cmode .sec6 .left-info img {
  vertical-align: unset;
}

.s2b2cmode .sec6 .left-margin0 {
  margin-right: 0;
}

.s2b2cmode .sec7 {
  background-color: white;
  background-size: 100% auto;
}

.s2b2cmode .sec7 .common-wrap-title {
  padding-top: 94px;
  margin-bottom: 68px;
}

.s2b2cmode .sec7 .common-wrap-btn {
  margin-top: 44px;
  padding-bottom: 156px;
}

.s2b2cmode .sec7 .sec1-title2 {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding-bottom: 70px;
}

.s2b2cmode .sec7 .sec1-middle {
  height: 256px;
  padding-bottom: 155px;
  position: relative;
  font-size: 18px;
  color: white;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.s2b2cmode .sec7 .sec1-middle img {
  width: 1185px;
  height: 256px;
  margin: 0 auto;
  position: absolute;
}

.s2b2cmode .sec7 .sec1-middle p {
  position: absolute;
}

.s2b2cmode .sec7 .sec1-middle p:nth-of-type(1) {
  left: 95px;
  top: 185px;
}

.s2b2cmode .sec7 .sec1-middle p:nth-of-type(2) {
  left: 360px;
  top: 185px;
}

.s2b2cmode .sec7 .sec1-middle p:nth-of-type(3) {
  left: 650px;
  top: 185px;
}

.s2b2cmode .sec7 .sec1-middle p:nth-of-type(4) {
  left: 970px;
  top: 185px;
}

.s2b2cmode .sec8 {
  background-color: #F5F7FA;
  background-size: 100% auto;
}

.s2b2cmode .sec8 .common-wrap-title {
  padding-top: 96px;
  margin-bottom: 63px;
}

.s2b2cmode .sec8 .sec1-middle {
  text-align: center;
  padding-bottom: 120px;
}

.s2b2cmode .sec8 .sec1-middle .left-info {
  display: inline-block;
  vertical-align: top;
  width: 584px;
  height: 362px;
  margin-right: 10px;
  background-color: black;
}

.s2b2cmode .sec8 .sec1-middle .left-info img {
  width: 100%;
  height: 100%;
}

.s2b2cmode .sec8 .sec1-middle .right-info {
  display: inline-block;
}

.s2b2cmode .sec8 .sec1-middle .right-info .sec8-section div:nth-of-type(1) {
  display: inline-block;
  border: 1px solid #257dff;
  border-radius: 10px;
  padding: 30px 20px;
  vertical-align: top;
  margin-right: 10px;
  color: #257dff;
}

.s2b2cmode .sec8 .sec1-middle .right-info .sec8-section div:nth-of-type(1) .date {
  font-size: 28px;
}

.s2b2cmode .sec8 .sec1-middle .right-info .sec8-section div:nth-of-type(1) .year {
  font-size: 14px;
}

.s2b2cmode .sec8 .sec1-middle .right-info .sec8-section div:nth-of-type(2) {
  display: inline-block;
  color: #333;
}

.s2b2cmode .sec8 .sec1-middle .right-info .sec8-section div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 35px;
  vertical-align: top;
}

.s2b2cmode .sec8 .sec1-middle .right-info .sec8-section div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 14px;
  color: #999;
  text-align: left;
  line-height: 150%;
  position: relative;
  bottom: 0;
  vertical-align: bottom;
}

.s2b2cmode .sec8 .sec1-middle .right-info .sec8-section p.normal {
  color: #333;
}

.s2b2cmode .sec8 .sec1-middle .right-info .sec8-section-margin {
  margin: 15px 0;
}
