.cbec {
  background: #f7f7f7;
}
.cbec .box_hd {
  margin: 0 auto 60px;
  width: 1300px;
  text-align: center;
  color: #222222;
}
.cbec .box_hd h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}
.cbec .box_hd p {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 24px;
  height: 24px;
  margin-top: 22px;
}
.cbec .btnbox {
  display: flex;
  justify-content: flex-start;
}
.cbec .btnbox .a_btn {
  position: relative;
  top: 0;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background: #cb1718;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 24px 88px 24px 40px;
  box-sizing: border-box;
  margin-right: 50px;
}
.cbec .btnbox .a_btn:last-child {
  margin-right: 0;
}
.cbec .btnbox .a_btn:hover {
  top: -5px;
  box-shadow: none;
}
.cbec .btnbox .a_btn2 {
  background: #e14926;
}
.cbec .btnbox .a_btn::after {
  position: absolute;
  right: 40px;
  top: 30px;
  border: solid #ffae6f;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ffae6f;
  opacity: 0.5;
  content: "";
}
.cbec .box0 {
  height: 100px;
  background-color: #fff;
}
.cbec .boxNav {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 101;
  background-color: rgba(0, 0, 55, 0.05);
}
.cbec .boxNav .hei {
  display: none;
}
.cbec .boxNav.cur {
  position: fixed;
  top: 0;
  height: 100px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 30px;
}
.cbec .boxNav.on {
  background-color: #ffffff;
}
.cbec .boxNav.cur .bai,
.cbec .boxNav.on .bai {
  display: none;
}
.cbec .boxNav.cur .hei,
.cbec .boxNav.on .hei {
  display: block;
}
.cbec .boxNav .inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  min-width: 1200px;
  height: 40px;
  padding: 0 6px 0 23px;
  box-sizing: border-box;
}
.cbec .boxNav.cur .inner {
  width: 70%;
}
.cbec .boxNav .logo {
  display: flex;
}
.cbec .boxNav .logo img {
  width: 136px;
}
.cbec .boxNav .logo p {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  padding-left: 33px;
}
.cbec .boxNav .logo p a {
  color: #fff;
}
.cbec .boxNav .logo p:before {
  position: absolute;
  left: 17px;
  top: 5px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
.cbec .boxNav.cur .logo p a,
.cbec .boxNav.on .logo p a {
  color: #b3b3b3;
}
.cbec .boxNav.cur .logo p:before,
.cbec .boxNav.on .logo p:before {
  background-color: #d5d5d5;
}
.cbec .boxNav .nav {
  width: 650px;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.cbec .boxNav .nav p {
  position: relative;
  width: 96px;
  height: 34px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  font-weight: 300;
}
.cbec .boxNav .nav p.cur {
  font-weight: bold;
}
.cbec .boxNav .nav p.cur u {
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin-left: -15px;
}
.cbec .boxNav.cur .nav p,
.cbec .boxNav.on .nav p {
  color: #999;
}
.cbec .boxNav.cur .nav p.cur,
.cbec .boxNav.on .nav p.cur {
  color: #333333;
}
.cbec .boxNav.cur .nav p.cur u,
.cbec .boxNav.on .nav p.cur u {
  background-color: #ffffff;
}
.cbec .banner {
  position: relative;
}
.cbec .banner .slideBox,
.cbec .banner .slideBox .bd .li_in,
.cbec .banner .slideBox .bd a {
  height: 850px;
}
.cbec .banner .slideBox .hd {
  width: 1300px;
  margin-left: -650px;
}
.cbec .banner .slideBox .bb {
  bottom: 530px;
}
.cbec .ban .slideban .prev,
.cbec .ban .slideban .next {
  background-color: rgba(255, 255, 255, 0.1);
}
.cbec .innerContent,
.cbec .innerMain {
  width: 1300px;
  margin: 0 auto;
}
.cbec .flex-space-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cbec .mt0 {
  margin-top: 0 !important;
}
.cbec .mb26 {
  margin-bottom: 26px !important;
}
.cbec .mb30 {
  margin-bottom: 30px !important;
}
.cbec .mb50 {
  margin-bottom: 50px !important;
}
.cbec .cbecMoudle {
  padding: 100px 0;
}
.cbec .cbecMoudle-content {
  margin: 0 auto;
  width: 1300px;
  box-sizing: border-box;
}
.cbec .cbecMoudle1 {
  padding: 0;
  background: transparent;
  margin-top: -165px;
}
.cbec .cbecMoudle1 .part1 {
  height: 476px;
  position: relative;
  background: #ffffff;
  display: flex;
  overflow: hidden;
}
.cbec .cbecMoudle1 .part1-left {
  position: relative;
  width: 667px;
  height: 476px;
  background: #ffffff;
  box-sizing: border-box;
  padding-left: 56px;
  padding-top: 60px;
}
.cbec .cbecMoudle1 .part1-left .bt {
  margin-bottom: 174px;
}
.cbec .cbecMoudle1 .part1-right {
  position: relative;
  width: 633px;
  height: 476px;
}
.cbec .cbecMoudle1 .part1-right img {
  width: 100%;
}
.cbec .cbecMoudle1 .part1-right .swiper-button-next,
.cbec .cbecMoudle1 .part1-right .swiper-button-prev {
  top: 90%;
  transform: translateY(-90%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f19292;
  color: #f19292;
}
.cbec .cbecMoudle1 .part1-right .swiper-button-next {
  right: 0;
  left: -120px;
}
.cbec .cbecMoudle1 .part1-right .swiper-button-prev {
  left: -200px;
}
.cbec .cbecMoudle1 .part1-right .swiper-button-next:after,
.cbec .cbecMoudle1 .part1-right .swiper-button-prev:after {
  font-size: 24px;
}
.cbec .cbecMoudle1 .part1-right .swiper-button-next:hover,
.cbec .cbecMoudle1 .part1-right .swiper-button-prev:hover {
  border-color: #cb1718;
  color: #cb1718;
}
.cbec .cbecMoudle2 {
  padding-bottom: 130px;
  position: relative;
}
.cbec .cbecMoudle2 .red-block {
  height: 595px;
  width: calc(1300px + (100vw - 1300px) / 2);
  background: #cb1718;
  position: absolute;
  right: 0;
}
.cbec .cbecMoudle2 .part2 {
  position: relative;
  padding-left: 70px;
  padding-top: 70px;
}
.cbec .cbecMoudle2 .part2 .pic {
  position: absolute;
  right: -250px;
  width: 698px;
  height: 809px;
}
.cbec .cbecMoudle2 .part2 .dot {
  position: absolute;
  left: -143px;
  width: 72px;
  height: 73px;
}
.cbec .cbecMoudle2 .part2 .bt {
  margin-bottom: 90px;
}
.cbec .cbecMoudle2 .part2 .salary {
  margin-bottom: 90px;
}
.cbec .cbecMoudle2 .part2 .slogn {
  width: 425px;
  height: 39px;
  margin-bottom: 70px;
}
.cbec .cbecMoudle3 {
  padding: 90px 0 100px;
  background: #ffffff;
}
.cbec .cbecMoudle3 .part3 {
  position: relative;
}
.cbec .cbecMoudle3 .part3 .bt {
  display: block;
  margin: 0 auto 85px;
}
.cbec .cbecMoudle3 .part3 .pic {
  width: 402px;
  height: 545px;
  position: absolute;
  left: -240px;
}
.cbec .cbecMoudle3 .part3 .headcore {
  position: absolute;
  bottom: -182px;
  right: -270px;
  width: 820px;
  height: 109px;
}
.cbec .cbecMoudle3 .part3 .skill {
  padding-left: 320px;
  margin-bottom: 120px;
  display: flex;
}
.cbec .cbecMoudle3 .part3 .skill > div {
  display: flex;
  flex-direction: column;
}
.cbec .cbecMoudle3 .part3 .skill > div .label {
  width: 153px;
  height: 33px;
  background: #cb1718;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 33px;
  margin-bottom: 25px;
}
.cbec .cbecMoudle3 .part3 .skill > div h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #cb1718;
  display: flex;
  align-items: end;
  margin-bottom: 30px;
}
.cbec .cbecMoudle3 .part3 .skill > div h3 span {
  padding-left: 16px;
  font-size: 18px;
  line-height: 18px;
}
.cbec .cbecMoudle3 .part3 .skill > div p {
  font-weight: 400;
  font-size: 15px;
  color: #1b1b1b;
  line-height: 20px;
  margin-bottom: 28px;
}
.cbec .cbecMoudle3 .part3 .skill > div p:last-child {
  margin-bottom: 0;
}
.cbec .cbecMoudle3 .part3 .skill > div p em {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin-right: 8px;
}
.cbec .cbecMoudle3 .part3 .skill > div.skill-left {
  width: 570px;
}
.cbec .cbecMoudle3 .part3 .skill > div.skill-right {
  width: calc(100% - 570px);
}
.cbec .cbecMoudle3 .part3 .skill > div.skill-right p {
  margin-bottom: 24px;
}
.cbec .cbecMoudle3 .part3 .skill > div.skill-right p:last-child {
  margin-bottom: 0;
}
.cbec .cbecMoudle3 .part3 .skill > div.skill-right p em {
  display: block;
  margin-bottom: 10px;
  line-height: 21px;
}
.cbec .cbecMoudle3 .part3 .skill > div.skill-right p span {
  font-size: 13px;
  color: #929292;
  line-height: 24px;
}
.cbec .cbecMoudle3 .part3 .btnbox {
  position: absolute;
  left: 220px;
  bottom: -205px;
}
.cbec .cbecMoudle3 .red-bottom {
  height: 103px;
  background: #cb1718;
}
.cbec .cbecMoudle4 {
  padding-top: 120px;
  height: 910px;
  box-sizing: border-box;
  position: relative;
}
.cbec .cbecMoudle4 .red-block {
  width: calc((100vw - 1300px) / 2);
  height: 59px;
  background: #cb1718;
  position: absolute;
  right: 0;
  top: 592px;
}
.cbec .cbecMoudle4 .crowd {
  position: absolute;
  left: 0;
  top: 270px;
  width: 102px;
  height: 506px;
}
.cbec .cbecMoudle4 .part4 {
  position: relative;
}
.cbec .cbecMoudle4 .part4 .bt {
  display: block;
  margin: 0 auto 50px;
}
.cbec .cbecMoudle4 .part4 .pic-box {
  display: flex;
  justify-content: space-between;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-left {
  width: 460px;
  position: relative;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-left img {
  width: 399px;
  height: 547px;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-left div {
  display: flex;
  align-items: center;
  position: absolute;
  top: 490px;
  left: 291px;
  width: 320px;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-left div h3 {
  padding-left: 20px;
  height: 40px;
  background: #f8f8f8;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: #dc0602;
  text-align: right;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-left div span {
  font-weight: 400;
  font-size: 14px;
  color: #1b1b1b;
  margin-left: 12px;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-right {
  width: calc(100% - 460px);
  display: flex;
  flex-direction: column;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 36px;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-top > div {
  position: relative;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-top > div img {
  width: 240px;
  height: 300px;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-top > div h3 {
  padding-left: 20px;
  height: 40px;
  background: #f8f8f8;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: #dc0602;
  position: absolute;
  right: 0;
  bottom: 44px;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-top > div p {
  font-weight: 400;
  font-size: 14px;
  color: #1b1b1b;
  text-align: right;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-bottom {
  width: 100%;
  text-align: center;
  position: relative;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-bottom div {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 24px;
  left: 382px;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-bottom div img {
  width: 344px;
  height: 232px;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-bottom div h3 {
  padding-left: 20px;
  height: 40px;
  background: #f8f8f8;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: #dc0602;
  text-align: right;
}
.cbec .cbecMoudle4 .part4 .pic-box .pic-bottom div span {
  font-weight: 400;
  font-size: 14px;
  color: #1b1b1b;
  margin-left: 12px;
}
.cbec .cbecMoudle5 {
  padding: 0;
  padding-top: 114px;
  height: 625px;
  background: #cb1718;
  box-sizing: border-box;
  position: relative;
}
.cbec .cbecMoudle5 .advantage {
  position: absolute;
  top: 116px;
  right: 0;
  width: 100px;
  height: 833px;
}
.cbec .cbecMoudle5 .part5 {
  position: relative;
}
.cbec .cbecMoudle5 .part5 .part5-main {
  display: flex;
  justify-content: space-between;
}
.cbec .cbecMoudle5 .part5 .part5-main .bt {
  margin-top: 22px;
  height: 146px;
}
.cbec .cbecMoudle5 .part5 .part5-main .content {
  width: calc(100% - 234px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.cbec .cbecMoudle5 .part5 .part5-main .content > div {
  padding: 35px;
  padding-right: 30px;
  height: 192px;
  background: #d82324;
  opacity: 0.9;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.cbec .cbecMoudle5 .part5 .part5-main .content > div h3 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
}
.cbec .cbecMoudle5 .part5 .part5-main .content > div span {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 4px;
}
.cbec .cbecMoudle5 .part5 .part5-main .content > div p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.6;
}
.cbec .cbecMoudle5 .part5 .part5-main .content > div:nth-child(1) {
  width: 480px;
  margin-bottom: 40px;
}
.cbec .cbecMoudle5 .part5 .part5-main .content > div:nth-child(2) {
  width: 480px;
  margin-left: 30px;
  margin-bottom: 40px;
}
.cbec .cbecMoudle5 .part5 .part5-main .content > div:nth-child(3) {
  width: 405px;
}
.cbec .cbecMoudle5 .part5 .part5-main .content > div:nth-child(4) {
  width: 450px;
  margin-left: 30px;
  padding-right: 20px;
}
.cbec .cbecMoudle5 .part5 .btnbox {
  margin-top: 148px;
  justify-content: flex-end;
}
.cbec .cbecMoudle5 .part5 .pic {
  position: absolute;
  top: 233px;
  left: -200px;
  width: 575px;
  height: 518px;
}
.cbec .cbecMoudle6 {
  padding-top: 276px;
  position: relative;
}
.cbec .cbecMoudle6 .study {
  width: 102px;
  height: 1563px;
  position: absolute;
  left: 0;
  top: 590px;
}
.cbec .cbecMoudle6 .red-block {
  width: 40px;
  height: 339px;
  background: #cb1718;
  position: absolute;
  right: 0;
  top: 398px;
}
.cbec .cbecMoudle6 .part6 {
  position: relative;
}
.cbec .cbecMoudle6 .part6 .bt {
  text-align: right;
  margin-bottom: 64px;
}
.cbec .cbecMoudle6 .part6 .part6-main {
  display: flex;
  flex-direction: column;
}
.cbec .cbecMoudle6 .part6 .part6-main .card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 86px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card > img {
  width: 759px;
  height: 385px;
  margin-top: -20px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card > img.img-left {
  margin-left: -60px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card > img.img-right {
  margin-right: -60px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content {
  width: 600px;
  height: 340px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 50px 60px 38px 58px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .title {
  display: flex;
  align-items: end;
  margin-bottom: 16px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .title i {
  font-weight: bold;
  font-size: 24px;
  color: #cb1718;
  line-height: 24px;
  font-style: italic;
  margin-right: 20px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .title h3 {
  font-weight: bold;
  font-size: 24px;
  color: #cb1718;
  line-height: 24px;
  margin-right: 15px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .title span {
  font-weight: 400;
  font-size: 14px;
  color: #1b1b1b;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .main {
  height: 200px;
  overflow-y: auto;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .main p {
  font-weight: 400;
  font-size: 15px;
  color: #1b1b1b;
  line-height: 24px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .main p:first-child {
  color: #cb1718;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .main h4 {
  font-weight: bold;
  font-size: 16px;
  color: #212228;
  padding: 20px 0 10px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .main::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .main::-webkit-scrollbar-thumb {
  width: 10px;
  border-radius: 0px;
  background: #eaeaea;
}
.cbec .cbecMoudle6 .part6 .part6-main .card .content .main::-webkit-scrollbar-track {
  width: 10px;
  height: 1px;
  background-color: #f8f8f8;
}
.cbec .cbecMoudle6 .part6 .btnbox {
  justify-content: center;
}
.cbec .cbecMoudle7 {
  padding: 0;
  height: 721px;
  background: #ffffff;
  position: relative;
}
.cbec .cbecMoudle7 .red-block {
  height: 245px;
  background: #cb1718;
  width: calc(100vw - 247px);
  position: absolute;
  left: 0;
  top: 307px;
}
.cbec .cbecMoudle7 .part7 {
  position: relative;
  padding-top: 80px;
}
.cbec .cbecMoudle7 .part7 .bt {
  display: block;
  margin: 0 auto 70px;
}
.cbec .cbecMoudle7 .part7 .slide-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cbec .cbecMoudle7 .part7 .slide-item > img {
  width: 620px;
  height: 438px;
}
.cbec .cbecMoudle7 .part7 .slide-item .slide-main {
  width: calc(100% - 620px);
  height: 438px;
  box-sizing: border-box;
  background: transparent;
  padding-top: 32px;
  padding-right: 80px;
  padding-left: 48px;
}
.cbec .cbecMoudle7 .part7 .slide-item .slide-main .slide-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.cbec .cbecMoudle7 .part7 .slide-item .slide-main .slide-top > h3 {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 24px;
}
.cbec .cbecMoudle7 .part7 .slide-item .slide-main .slide-top > a {
  width: 125px;
  height: 36px;
  background: #cb1718;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
.cbec .cbecMoudle7 .part7 .slide-item .slide-main .slide-content h4 {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 10px;
}
.cbec .cbecMoudle7 .part7 .slide-item .slide-main .slide-content p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.7;
  margin-bottom: 20px;
}
.cbec .cbecMoudle7 .part7 .slide-item .slide-main .slide-content div {
  display: flex;
  flex-wrap: wrap;
}
.cbec .cbecMoudle7 .part7 .slide-item .slide-main .slide-content div > span {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  opacity: 0.7;
}
.cbec .cbecMoudle7 .part7 .swiper-button-next,
.cbec .cbecMoudle7 .part7 .swiper-button-prev {
  top: 100%;
  transform: translateY(-90%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f19292;
  color: #f19292;
}
.cbec .cbecMoudle7 .part7 .swiper-button-next {
  right: 0;
  left: 124px;
}
.cbec .cbecMoudle7 .part7 .swiper-button-prev {
  left: 50px;
}
.cbec .cbecMoudle7 .part7 .swiper-button-next:after,
.cbec .cbecMoudle7 .part7 .swiper-button-prev:after {
  font-size: 24px;
}
.cbec .cbecMoudle7 .part7 .swiper-button-next:hover,
.cbec .cbecMoudle7 .part7 .swiper-button-prev:hover {
  border-color: #cb1718;
  color: #cb1718;
}
.cbec .cbecMoudle7 .product {
  position: absolute;
  right: 0;
  top: 40px;
}
.cbec .cbecMoudle8 {
  position: relative;
}
.cbec .cbecMoudle8 .part8 .bt {
  margin-left: 20px;
  margin-bottom: 62px;
}
.cbec .cbecMoudle8 .red-block {
  width: 100%;
  height: 78px;
  background: #cb1718;
}
.cbec .cbecMoudle8 .picMarquee-left {
  height: 0;
  overflow: hidden;
  margin-bottom: -37px;
}
.cbec .cbecMoudle8 .picMarquee-left1.cur {
  height: 438px;
}
.cbec .cbecMoudle8 .picMarquee-left1 li {
  width: 365px;
  height: 438px;
}
.cbec .cbecMoudle8 .picMarquee-left1 li .con .pic {
  float: left;
  width: 335px;
  height: 438px;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.cbec .cbecMoudle8 .information_con li .con img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.cbec .cbecMoudle8 .information_con li .con img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cbec .cbecMoudle9 {
  padding-top: 0;
}
.cbec .cbecMoudle9 .bt {
  margin: 0 auto;
  display: block;
}
.cbec .cbecMoudle9 .part9 .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 67px;
  padding-right: 67px;
  margin-bottom: 46px;
}
.cbec .cbecMoudle9 .part9 .red-block {
  width: 835px;
  height: 97px;
  background: #f21e22;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cbec .cbecMoudle9 .part9 .btnbox {
  justify-content: center;
}
.cbec .cbecMoudle9 .part9 .swiper-container {
  width: 800px;
  padding-top: 125px;
  margin: 0;
}
.cbec .cbecMoudle9 .part9 .swiper-slide {
  position: relative;
  height: 350px;
  background: #ffffff;
  z-index: 5;
}
.cbec .cbecMoudle9 .part9 .swiper-slide .pic {
  position: absolute;
  left: 20px;
  bottom: 0;
  overflow: hidden;
}
.cbec .cbecMoudle9 .part9 .swiper-slide .pic img {
  display: block;
}
.cbec .cbecMoudle9 .part9 .swiper-slide .con {
  position: absolute;
  left: 320px;
  top: 60px;
  padding-right: 50px;
}
.cbec .cbecMoudle9 .part9 .swiper-slide .con h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #1b1b1b;
  margin-bottom: 16px;
}
.cbec .cbecMoudle9 .part9 .swiper-slide .con div {
  display: flex;
  flex-wrap: wrap;
}
.cbec .cbecMoudle9 .part9 .swiper-slide .con div > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  padding: 7px 14px;
  background: #212228;
  margin-right: 14px;
  margin-bottom: 18px;
}
.cbec .cbecMoudle9 .part9 .swiper-slide .con div > span:first-child {
  background: #f21e22;
}
.cbec .cbecMoudle9 .part9 .swiper-slide .con div > span:last-child {
  margin-right: 0;
}
.cbec .cbecMoudle9 .part9 .swiper-slide .con p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 18px;
}
.cbec .cbecMoudle9 .part9 .swiper-slide .con p:last-child {
  font-weight: bold;
  color: #f21e22;
  margin-bottom: 0;
}
.cbec .cbecMoudle9 .part9 .swiper-container2 {
  width: 332px;
  height: 333px;
  margin-top: 40px;
  margin-left: 24px;
}
.cbec .cbecMoudle9 .part9 .swiper-container2 .swiper-slide {
  position: relative;
  width: 332px;
  height: 333px;
  background: #ffffff;
  z-index: 5;
}
.cbec .cbecMoudle9 .part9 .swiper-container2 .swiper-slide .pic {
  position: absolute;
  left: 20px;
  bottom: 0;
  overflow: hidden;
}
.cbec .cbecMoudle9 .part9 .dot {
  position: absolute;
  top: 42px;
  right: 44px;
  width: 54px;
  height: 55px;
}
.cbec .cbecMoudle9 .part9 .swiper-button-next,
.cbec .cbecMoudle9 .part9 .swiper-button-prev {
  top: 70%;
  transform: translateY(-90%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f19292;
  color: #f19292;
}
.cbec .cbecMoudle9 .part9 .swiper-button-next {
  right: 0;
}
.cbec .cbecMoudle9 .part9 .swiper-button-prev {
  left: 0;
}
.cbec .cbecMoudle9 .part9 .swiper-button-next:after,
.cbec .cbecMoudle9 .part9 .swiper-button-prev:after {
  font-size: 24px;
}
.cbec .cbecMoudle9 .part9 .swiper-button-next:hover,
.cbec .cbecMoudle9 .part9 .swiper-button-prev:hover {
  border-color: #cb1718;
  color: #cb1718;
}
.cbec .box_newsinfo {
  padding: 2px 0 120px;
}
.cbec .box_newsinfo .newsinfo_list {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
.cbec .box_newsinfo .newsinfo_list .list_main {
  position: relative;
  height: 280px;
  border-radius: 20px;
  border: none;
  background: #f3f8ff !important;
  padding-top: 18px;
}
.cbec .box_newsinfo .newsinfo_list .list_main h2 {
  position: absolute;
  left: 50%;
  top: -56px;
  width: 324px;
  height: 55px !important;
  box-sizing: border-box;
  border-radius: 12px 12px 0 0;
  box-shadow: inset 0 0 30px rgba(184, 255, 252, 0.3);
  background-color: #4270ff;
  margin-left: -162px;
  padding: 0 16px 0 20px;
  overflow: hidden;
}
.cbec .box_newsinfo .newsinfo_list .list_main:nth-child(2) h2 {
  background-color: #10abe8;
}
.cbec .box_newsinfo .newsinfo_list .list_main:nth-child(3) h2 {
  box-shadow: inset 0 0 30px rgba(251, 255, 184, 0.3);
  background-color: #ff8251;
}
.cbec .box_newsinfo .newsinfo_list .list_main h2 span {
  color: #fff !important;
  line-height: 55px;
  font-weight: normal;
}
.cbec .box_newsinfo .newsinfo_list .list_main h2 a {
  float: right;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  line-height: 55px;
  padding-top: 3px;
}
.cbec .box_newsinfo .newsinfo_list .list_main h2 a:hover {
  color: #fff;
}
.cbec .box_newsinfo .newsinfo_list .list_main ul li {
  width: 290px;
  margin: 0 auto;
}
.cbec .box_newsinfo .newsinfo_list .list_main ul li a span {
  display: inline-block !important;
  width: 26px;
  font-size: 17px;
  color: #10abe8 !important;
  box-shadow: none;
  font-weight: normal !important;
  margin-right: 2px;
  padding: 0;
}
.cbec .box_newsinfo .newsinfo_list .list_main ul li:nth-child(-n + 3) a span {
  color: #fb654b !important;
}
.pic-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.pic-modal .modal-content {
  position: absolute;
  margin: auto;
  display: block;
  max-width: 1280px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pic-modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.pic-modal .close:hover,
.pic-modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.box2kcdg_add .tablist {
  width: 1093px;
  margin: 5px 0 5px 32px;
}
.box2kcdg_add .tablist .tablistp1 {
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px 5px 0 0;
  background: #057bff;
  margin-bottom: 0;
  padding: 0;
}
.box2kcdg_add .tablist .tablistp1 span {
  float: left;
  width: 22%;
  height: 100%;
  font-size: 15px;
  color: #fff;
  box-sizing: border-box;
  border-right: 1px #318fff solid;
}
.box2kcdg_add .tablist .tablistp2 {
  width: 100%;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #fafbff;
  margin-bottom: 0;
  padding: 0;
}
.box2kcdg_add .tablist .tablistp2 a {
  float: left;
  width: 22%;
  height: 100%;
  font-size: 15px;
  color: #6e6e6e;
  box-sizing: border-box;
  border-right: 1px #f6f6f6 solid;
  background: #fff;
}
.box2kcdg_add .tablist .tablistp1 span:nth-child(3),
.box2kcdg_add .tablist .tablistp1 span:nth-child(5),
.box2kcdg_add .tablist .tablistp2 a:nth-child(3),
.box2kcdg_add .tablist .tablistp2 a:nth-child(5) {
  width: 17%;
}
.box2kcdg_add .tablist .tablistp2 a:hover {
  color: #057bff;
}
.box2kcdg_add .tablist .tablistp1 span:last-child,
.box2kcdg_add .tablist .tablistp2 a:last-child {
  border: none;
}
.kcdgjavaee_add ul {
  height: 400px;
}
.kcdgjavaee_add ul li {
  height: 130px;
}
.kcdgjavaee_add ul li:nth-child(3),
.kcdgjavaee_add ul li:nth-child(4) {
  height: 190px;
}
.kcdgjavaee_add ul li:last-child {
  width: 100%;
  border-right: none;
}
