.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 {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.cbec .btnbox .a_btn {
  position: relative;
  top: 0;
  font-size: 20px;
  color: #fff;
  background: -moz-linear-gradient(to bottom, #ea3726, #f6562a);
  background: linear-gradient(to bottom, #ea3726, #f6562a);
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  margin: 0 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 15px 54px 15px 40px;
  line-height: 30px;
  box-sizing: border-box;
}
.cbec .btnbox .a_btn:hover {
  top: -5px;
  box-shadow: none;
}
.cbec .btnbox .a_btn2 {
  background: -moz-linear-gradient(to bottom, #ff7335, #ff9b59);
  background: linear-gradient(to bottom, #ff7335, #ff9b59);
}
.cbec .btnbox .a_btn3 {
  background: linear-gradient(90deg, #e72f3c, #f43441);
  border: 2px solid #ff9654;
  line-height: 26px;
}
.cbec .btnbox .a_btn::after {
  position: absolute;
  right: 26px;
  top: 26px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ffffff;
  opacity: 0.5;
  content: "";
}
.cbec .box0 {
  height: 100px;
  background-color: #fff;
}
.cbec .boxNav {
  position: absolute;
  left: 0;
  top: 0;
  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: #ea3826;
  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: #ea3826;
}
.cbec .banner {
  position: relative;
}
.cbec .banner .slideBox,
.cbec .banner .slideBox .bd .li_in,
.cbec .banner .slideBox .bd a {
  height: 650px;
}
.cbec .banner .slideBox .hd {
  width: 1200px;
  display: none;
}
.cbec .banner .slideBox .bb {
  bottom: 330px;
}
.cbec .ban .slideban .prev,
.cbec .ban .slideban .next {
  background-color: rgba(255, 255, 255, 0.1);
}
.cbec .innerContent,
.cbec .innerMain {
  width: 1200px;
  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 {
  background: url("../images/part1-zbg.jpg") no-repeat center center;
  background-size: cover;
}
.cbec .cbecMoudle1 .part1 {
  position: relative;
}
.cbec .cbecMoudle1 .part1-left {
  position: absolute;
  left: -232px;
  bottom: -70px;
}
.cbec .cbecMoudle1 .part1-right {
  position: absolute;
  right: -290px;
  bottom: -18px;
}
.cbec .cbecMoudle2 {
  padding: 0;
  background: url("../images/part2-zbg.jpg") no-repeat center top;
  background-size: 1920px 656px;
}
.cbec .cbecMoudle2 .part2 {
  padding-top: 100px;
  text-align: center;
}
.cbec .cbecMoudle2 .part2-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 35px;
}
.cbec .cbecMoudle2 .part2-label::before {
  content: "";
  width: 348px;
  height: 15px;
  background: #ff484a;
}
.cbec .cbecMoudle2 .part2-label p {
  margin-top: -32px;
  font-size: 26px;
  color: #fffefe;
  letter-spacing: 11px;
  line-height: 26px;
  height: 26px;
  padding-left: 11px;
  text-align: center;
}
.cbec .cbecMoudle2 .part2 > h2 {
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 9px;
  line-height: 50px;
  margin-bottom: 16px;
}
.cbec .cbecMoudle2 .part2 > h2.h2-1 {
  position: relative;
}
.cbec .cbecMoudle2 .part2 > h2.h2-1 em {
  position: absolute;
  top: -44px;
  left: 40px;
  display: block;
  width: 140px;
  height: 37px;
  background: url("../images/icon.png") no-repeat 0 -373px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #e7313c;
  letter-spacing: 0;
  line-height: 28px;
  font-style: normal;
}
.cbec .cbecMoudle2 .part2 > h2 span.color-yellow {
  color: #feff99;
}
.cbec .cbecMoudle2 .part2 .mini-bg {
  margin: 0 auto 12px;
  width: 196px;
  height: 32px;
  background: url("../images/icon.png") no-repeat 0 -312px;
}
.cbec .cbecMoudle2 .part2 > h4 {
  font-weight: bold;
  font-size: 36px;
  color: #fff6f6;
  line-height: 36px;
  letter-spacing: 4px;
  margin-bottom: 62px;
}
.cbec .cbecMoudle2 .part2 .promise {
  margin: 42px auto 17px;
  padding-left: 35px;
  padding-bottom: 16px;
  width: 943px;
  height: 67px;
  background: #ffffff;
  border-radius: 13px;
  display: flex;
  align-items: end;
  box-sizing: border-box;
  position: relative;
}
.cbec .cbecMoudle2 .part2 .promise::before {
  content: "";
  width: 87px;
  height: 97px;
  display: block;
  background: url("../images/icon.png") no-repeat 0 -442px;
  position: absolute;
  left: -50px;
  top: -18px;
}
.cbec .cbecMoudle2 .part2 .promise > p {
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 3px;
}
.cbec .cbecMoudle2 .part2 .promise > p.color-black {
  color: #333333;
}
.cbec .cbecMoudle2 .part2 .promise > p.color-red {
  color: #e53644;
}
.cbec .cbecMoudle2 .part2 .promise > span {
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #5c5b5b;
}
.cbec .cbecMoudle2 .part2 .promise-2 {
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  font-size: 24px;
  color: #feff99;
  margin-bottom: 55px;
  letter-spacing: 6px;
}
.cbec .cbecMoudle2 .part2-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.cbec .cbecMoudle2 .part2-content-top {
  width: 988px;
  height: 80px;
  background: #feff99;
  border-radius: 20px;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -494px;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 22px;
}
.cbec .cbecMoudle2 .part2-content-top h4 {
  font-weight: bold;
  font-size: 36px;
  color: #e93e41;
  line-height: 36px;
  letter-spacing: 2px;
}
.cbec .cbecMoudle2 .part2-content-top span {
  padding-left: 10px;
  font-weight: 400;
  font-size: 30px;
  color: #e63f41;
  line-height: 30px;
  letter-spacing: 2px;
}
.cbec .cbecMoudle2 .part2-content-center {
  height: 387px;
  background: #fff6f6;
  border-radius: 20px;
  padding: 62px 58px 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.cbec .cbecMoudle2 .part2-content-center .center-title {
  font-weight: bold;
  font-size: 24px;
  color: #424242;
  text-align: center;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 36px;
}
.cbec .cbecMoudle2 .part2-content-center .center-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 18px;
  margin-bottom: 20px;
}
.cbec .cbecMoudle2 .part2-content-center .center-label > div {
  width: 50%;
  height: 18px;
  display: flex;
  align-items: center;
}
.cbec .cbecMoudle2 .part2-content-center .center-label > div > span {
  font-weight: bold;
  font-size: 18px;
  color: #ea3f41;
  line-height: 18px;
}
.cbec .cbecMoudle2 .part2-content-center .center-label > div > span:first-child {
  width: 60%;
}
.cbec .cbecMoudle2 .part2-content-center .center-label > div > span:last-child {
  width: 40%;
}
.cbec .cbecMoudle2 .part2-content-center .center-list {
  width: 100%;
}
.cbec .cbecMoudle2 .part2-content-center .center-list > div {
  display: flex;
  align-items: center;
}
.cbec .cbecMoudle2 .part2-content-center .center-list > div > div {
  width: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.cbec .cbecMoudle2 .part2-content-center .center-list > div > div > span {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 18px;
  height: 18px;
  margin-bottom: 18px;
  box-sizing: border-box;
}
.cbec .cbecMoudle2 .part2-content-center .center-list > div > div > span:first-child {
  font-weight: 400;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cbec .cbecMoudle2 .part2-content-center .center-list > div > div > span:last-child {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cbec .cbecMoudle2 .part2-content-center::before {
  content: "";
  width: 1px;
  height: 225px;
  background: #e5e5e5;
  position: absolute;
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
}
.cbec .cbecMoudle2 .part2-content-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  background: url("../images/part2-mengban.png") no-repeat center center;
  background-size: 1200px 63px;
}
.cbec .cbecMoudle2 .part2-2 {
  margin-top: 100px;
  background: url("../images/part2b-zbg.jpg") no-repeat center;
  background-size: 1920 447px;
  height: 447px;
  box-sizing: border-box;
  padding-top: 100px;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-tit::before {
  content: "";
  width: 351px;
  height: 15px;
  background: #ff6d40;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-tit > div {
  margin-top: -46px;
  color: #ffffff;
  letter-spacing: 2px;
  padding-left: 2px;
  text-align: center;
  height: 39px;
  display: flex;
  align-items: end;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-tit > div span {
  font-weight: 400;
  font-size: 29px;
  line-height: 29px;
  height: 29px;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-tit > div em {
  font-style: normal;
  font-weight: bold;
  font-size: 39px;
  padding: 0 7px;
  line-height: 49px;
  height: 39px;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-tit > div i {
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 29px;
  height: 29px;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-con {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-con > div {
  width: 290px;
  height: 217px;
  background: linear-gradient(0deg, #ff794a, rgba(255, 80, 19, 0));
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  padding: 23px 0 44px;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-con > div h3 {
  font-weight: bold;
  font-size: 36px;
  color: #feff99;
  line-height: 35px;
  height: 59px;
  margin-bottom: 16px;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-con > div h3::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #ffdbde;
  opacity: 0.4;
  display: block;
  margin: 22px auto;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-con > div h4 {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
  height: 22px;
  margin-bottom: 18px;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-con > div p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  padding: 0 33px;
  text-align: left;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-con > div:nth-child(3) p {
  padding-right: 43px;
}
.cbec .cbecMoudle2 .part2-2 .part2-2-con > div:nth-child(4) p {
  padding: 0 25px 0 31px;
}
.cbec .cbecMoudle3 {
  padding-bottom: 60px;
}
.cbec .cbecMoudle3 .part3 {
  background: #f7f7f7 url("../images/part3-zbg.png") no-repeat center center;
  background-size: cover;
  height: 561px;
  border-radius: 20px;
  padding: 24px 228px 60px 40px;
  box-sizing: border-box;
}
.cbec .cbecMoudle3 .part3 > div {
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px 0;
  border-bottom: 1px dashed #d0d0d0;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
  letter-spacing: 0.5px;
}
.cbec .cbecMoudle3 .part3 > div > span {
  font-weight: bold;
}
.cbec .cbecMoudle3 .part3 > div > span:first-child {
  color: #ea3f41;
}
.cbec .cbecMoudle3 .part3 > div:last-child {
  border-bottom: none;
}
.cbec .cbecMoudle4 {
  padding: 0;
  height: 200px;
  background: url("../images/part4-zbg.jpg") no-repeat center center;
  background-size: cover;
}
.cbec .cbecMoudle4 .part4 {
  padding-left: 68px;
}
.cbec .cbecMoudle4 .part4 .part4-1 {
  margin-bottom: 28px;
  padding-top: 45px;
  display: flex;
  align-items: start;
}
.cbec .cbecMoudle4 .part4 .part4-1 > div {
  width: 720px;
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  font-size: 38px;
  color: #ffffff;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.cbec .cbecMoudle4 .part4 .part4-1 > div h3 {
  font-weight: bold;
}
.cbec .cbecMoudle4 .part4 .part4-1 > span {
  margin-top: -7px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  background: #ea3826;
  border-radius: 10px 10px 10px 0px;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
}
.cbec .cbecMoudle4 .part4 .part4-2 {
  display: flex;
  align-items: end;
}
.cbec .cbecMoudle4 .part4 .part4-2 > a {
  position: relative;
  top: 0;
  font-size: 20px;
  color: #ea3826;
  background: #fffeab;
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 11px 54px 11px 24px;
  font-weight: bold;
}
.cbec .cbecMoudle4 .part4 .part4-2 > a:hover {
  top: -5px;
  box-shadow: none;
}
.cbec .cbecMoudle4 .part4 .part4-2 > a::after {
  position: absolute;
  right: 26px;
  top: 20px;
  border: solid #ea3826;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ea3826;
  opacity: 0.5;
  content: "";
}
.cbec .cbecMoudle4 .part4 .part4-2 > span {
  width: 697px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 25px;
  margin-left: -240px;
  padding-left: 254px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin-right: 6px;
}
.cbec .cbecMoudle4 .part4 .part4-2 > i {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #ffdadc;
}
.cbec .cbecMoudle5 {
  background: #ffffff;
}
.cbec .cbecMoudle5 .part5 .part5-main1 {
  padding: 20px;
  padding-right: 0;
  height: 414px;
  background: #ea3f41;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left {
  width: 661px;
  height: 372px;
  background: #ffffff;
  border-radius: 12px;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .part5-slide {
  position: relative;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .part5-slide img {
  border-radius: 12px;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .part5-slide div {
  width: 571px;
  height: 46px;
  line-height: 46px;
  background: #ea3826;
  border-radius: 12px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .swiper-button-next,
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .swiper-button-prev {
  color: rgba(246, 246, 246, 0.6);
  width: 13px;
  height: 22px;
  z-index: 999;
  top: 346px;
  cursor: pointer;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .swiper-button-prev {
  left: 73px;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .swiper-button-next {
  right: 73px;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .swiper-button-next:after,
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bolder;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .swiper-button-next:hover,
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-left .swiper-button-prev:hover {
  color: #f6f6f6;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-right {
  width: calc(100% - 661px);
  height: 414px;
  text-align: center;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-right h3 {
  padding: 46px 0;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-right a {
  display: block;
  margin: 38px auto;
  width: 249px;
  height: 36px;
  background: #ea3f41;
  border-radius: 20px;
  border: 2px solid #ee6264;
  font-weight: bold;
  font-size: 15px;
  color: #fffe9d;
  line-height: 34px;
  position: relative;
  box-sizing: border-box;
  padding-left: 34px;
  text-align: left;
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-right a::after {
  position: absolute;
  right: 26px;
  top: 12px;
  border: solid #ffafaf;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ffafaf;
  content: "";
}
.cbec .cbecMoudle5 .part5 .part5-main1 .part5-main1-right a:hover {
  top: -5px;
  box-shadow: none;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-title {
  margin: 45px 0 30px;
  padding-left: 38px;
  display: flex;
  align-items: center;
  background: url("../images/icon.png") no-repeat 0 0;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-title span {
  font-size: 20px;
  color: #222222;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-title2 {
  background: url("../images/icon.png") no-repeat 0 -770px;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-line {
  padding: 30px;
  height: 221px;
  background: #f4f4f4;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-line .item {
  display: flex;
  align-items: center;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-line .item .item-left {
  margin-right: 24px;
  width: 212px;
  height: 161px;
  position: relative;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-line .item .item-left .img-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 212px;
  height: 161px;
  background: #000000;
  border-radius: 10px;
  opacity: 0.5;
  display: none;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-line .item .item-left .img-mask svg {
  width: 61px;
  height: 61px;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-line .item .item-left:hover .img-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-line .item .item-right div {
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-line .item .item-right p {
  margin-top: 20px;
  height: 18px;
  line-height: 18px;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-line .item .item-right p span {
  color: #ea3f41;
  font-weight: bold;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper {
  position: relative;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-container {
  overflow: hidden;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-container .swiper-slide {
  width: 650px;
  height: 300px;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-container .swiper-slide img {
  margin-left: 10px;
  margin-right: 10px;
  width: 630px;
  height: 300px;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-button-next,
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-button-prev {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  background: #eeeeee;
  color: #fff;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-button-next:hover,
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-button-prev:hover {
  background: #e05e3a;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-button-next {
  top: 340px;
  right: 20px;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-button-prev {
  top: 340px;
  left: 1200px;
}
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-button-next:after,
.cbec .cbecMoudle5 .part5 .part5-main2 .part5-main2-swiper .swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
}
.cbec .cbecMoudle6 {
  background: url("../images/part6-zbg.jpg") no-repeat center center;
  background-size: cover;
}
.cbec .cbecMoudle6 .part6 {
  margin: 50px auto 40px;
}
.cbec .cbecMoudle6 .part6 .part6-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 82px;
  text-align: center;
}
.cbec .cbecMoudle6 .part6 .part6-top .part6-top-con {
  width: 570px;
  height: 180px;
  border-radius: 20px;
  padding-top: 35px;
  box-sizing: border-box;
}
.cbec .cbecMoudle6 .part6 .part6-top .part6-top-con.top-con1 {
  background: #ea3826;
}
.cbec .cbecMoudle6 .part6 .part6-top .part6-top-con.top-con2 {
  background: #ff5d2b;
}
.cbec .cbecMoudle6 .part6 .part6-top .part6-top-con h3 {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cbec .cbecMoudle6 .part6 .part6-top .part6-top-con h3 em {
  margin-left: 10px;
  width: 105px;
  height: 38px;
  line-height: 38px;
  background: #fffe9d;
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  color: #ea3826;
}
.cbec .cbecMoudle6 .part6 .part6-top .part6-top-con span {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
.cbec .cbecMoudle6 .part6 .part6-top .part6-top-plus {
  width: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 48px;
  color: #e93927;
  margin: 0 18px 0 17px;
}
.cbec .cbecMoudle6 .part6 .part6-main .main-con-tit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cbec .cbecMoudle6 .part6 .part6-main .main-con-tit .icon1 {
  width: 84px;
  height: 70px;
  background: url("../images/icon.png") no-repeat 0 -568px;
  margin-right: 19px;
}
.cbec .cbecMoudle6 .part6 .part6-main .main-con-tit .icon2 {
  width: 63px;
  height: 73px;
  background: url("../images/icon.png") no-repeat 0 -667px;
  margin-right: 15px;
}
.cbec .cbecMoudle6 .part6 .part6-main .main-con-tit > div {
  display: flex;
  align-items: end;
}
.cbec .cbecMoudle6 .part6 .part6-main .main-con-tit > div h3 {
  font-weight: bold;
  font-size: 40px;
  color: #ea3826;
  height: 40px;
  line-height: 40px;
  margin-right: 16px;
}
.cbec .cbecMoudle6 .part6 .part6-main .main-con-tit > div span {
  font-weight: 400;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  color: #666666;
}
.cbec .cbecMoudle6 .part6 .part6-main .con-tit1 {
  margin-bottom: 45px;
}
.cbec .cbecMoudle6 .part6 .part6-main .con-tit2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cbec .cbecMoudle6 .part6 .con-collapse {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 35px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content {
  padding: 15px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .contentTxt {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 18px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist {
  min-height: 300px;
  overflow-y: auto;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conp {
  display: flex;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0px 0 6px 0px;
  margin-left: 26px;
  cursor: pointer;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conp img {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 916px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conp1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 18px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conp1 span {
  padding-left: 10px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conp1 span::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #ff6565;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conp2 {
  line-height: 28px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conh4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conh4 .icon1 {
  margin-right: 5px;
  width: 21px;
  height: 16px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conh4 .icon2 {
  margin-right: 6px;
  width: 20px;
  height: 17px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conh4 .icon3 {
  margin-right: 5px;
  width: 21px;
  height: 26px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conh4 .icon4 {
  margin-right: 7px;
  width: 19px;
  height: 20px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist .conh4 .icon5 {
  margin-right: 7px;
  width: 19px;
  height: 19px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist::-webkit-scrollbar {
  width: 7px;
  height: 1px;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 0px;
  background: #c0bebe;
}
.cbec .cbecMoudle6 .part6 .con-collapse .content .plist::-webkit-scrollbar-track {
  width: 11px;
  height: 1px;
  background: #e5e1e1;
}
.cbec .cbecMoudle6 .part6 .con-collapse ul li {
  position: relative;
  margin-bottom: 10px;
}
.cbec .cbecMoudle6 .part6 .con-collapse ul li .title {
  padding: 10px 0 10px 32px;
  background: #fff0f0;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
}
.cbec .cbecMoudle6 .part6 .con-collapse ul li .cbecHidddenBox {
  display: none;
}
.cbec .cbecMoudle6 .part6 .con-collapse ul li::before {
  position: absolute;
  right: 20px;
  top: 21px;
  width: 9px;
  height: 14px;
  background: url("../images/icon.png") no-repeat 0 -54px;
  margin-top: -7px;
  content: "";
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.cbec .cbecMoudle6 .part6 .con-collapse ul li.cur .title {
  background: #e72f3c;
  color: #ffffff;
}
.cbec .cbecMoudle6 .part6 .con-collapse ul li.cur .cbecHidddenBox {
  display: block;
}
.cbec .cbecMoudle6 .part6 .con-collapse ul li.cur::before {
  transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  background-position-y: -98px;
}
.cbec .cbecMoudle6 .part6 .part6-main-con-2 .con-collapse .content .plist {
  min-height: 160px;
}
.cbec .cbecMoudle7 {
  padding: 0;
  height: 449px;
  background: url("../images/part7-zbg.jpg") no-repeat center center;
  background-size: cover;
}
.cbec .cbecMoudle7 .part7 {
  padding: 93px 0 77px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cbec .cbecMoudle7 .part7 > h2 {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 48px;
  margin-bottom: 27px;
}
.cbec .cbecMoudle7 .part7 > h3 {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 778px;
  height: 59px;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 28px;
  color: #e83743;
  line-height: 28px;
  margin-right: 5px;
  box-sizing: border-box;
  padding: 15px 0 16px;
}
.cbec .cbecMoudle7 .part7 > h3 span {
  font-weight: 400;
  font-size: 14px;
  color: #918e8e;
  line-height: 14px;
  margin-bottom: 3px;
}
.cbec .cbecMoudle7 .part7 > p {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 38px;
}
.cbec .cbecMoudle8 .picMarquee-left {
  height: 0;
  overflow: hidden;
  margin-top: 50px;
}
.cbec .cbecMoudle8 .picMarquee-left1.cur {
  height: 700px;
}
.cbec .cbecMoudle8 .picMarquee-left1 li {
  width: 742px;
  height: 700px;
}
.cbec .cbecMoudle8 .picMarquee-left1 li .con .pic {
  float: left;
  width: 727px;
  height: 343px;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 14px;
}
.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: 0;
  height: 440px;
  background: url("../images/part9-zbg.jpg") no-repeat center center;
  background-size: cover;
}
.cbec .cbecMoudle9 .part9 {
  padding: 72px 0 84px 53px;
  display: flex;
  flex-direction: column;
}
.cbec .cbecMoudle9 .part9 > div {
  color: #ffffff;
}
.cbec .cbecMoudle9 .part9 > div:nth-child(1) {
  line-height: 24px;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
.cbec .cbecMoudle9 .part9 > div:nth-child(2) {
  font-weight: bold;
  font-size: 66px;
  line-height: 66px;
  margin-bottom: 20px;
}
.cbec .cbecMoudle9 .part9 > div:nth-child(3) {
  font-weight: bold;
  font-size: 66px;
  line-height: 66px;
  margin-bottom: 10px;
  color: #fffeab;
  display: flex;
}
.cbec .cbecMoudle9 .part9 > div:nth-child(3) span {
  margin-top: -8px;
  margin-left: 4px;
  width: 69px;
  height: 101px;
  background: url("../images/icon.png") no-repeat 0 -146px;
}
.cbec .cbecMoudle9 .part9 > div.btn-line {
  display: flex;
  align-items: center;
}
.cbec .cbecMoudle9 .part9 > div.btn-line > a {
  position: relative;
  top: 0;
  font-size: 20px;
  color: #ea3826;
  background: #fffeab;
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 11px 54px 11px 24px;
  height: 50px;
  margin-right: 30px;
  box-sizing: border-box;
}
.cbec .cbecMoudle9 .part9 > div.btn-line > a:hover {
  top: -5px;
  box-shadow: none;
}
.cbec .cbecMoudle9 .part9 > div.btn-line > a::after {
  position: absolute;
  right: 26px;
  top: 20px;
  border: solid #ea3826;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ea3826;
  opacity: 0.5;
  content: "";
}
.cbec .cbecMoudle9 .part9 > div.btn-line > a:first-child {
  font-weight: bold;
}
.cbec .cbecMoudle9 .part9 > div.btn-line > a:last-child {
  background: linear-gradient(90deg, #e72f3c, #f43441);
  border: 2px solid #fffeab;
  color: #fffeab;
  padding: 9px 52px 9px 22px;
}
.cbec .cbecMoudle9 .part9 > div.btn-line > a:last-child::after {
  position: absolute;
  right: 26px;
  top: 18px;
  border: solid #fffeab;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #fffeab;
  opacity: 0.5;
  content: "";
}
.cbec .cbecMoudle10 {
  background: url("../images/part10-zbg.jpg") no-repeat center center;
  background-size: cover;
}
.cbec .cbecMoudle10 .part10 .swiper-slide {
  width: 58.82% !important;
}
.cbec .cbecMoudle10 .part10 .swiper-slide .slide-item {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}
.cbec .cbecMoudle10 .part10 .swiper-slide .slide-item > i {
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  color: #ededed;
  position: absolute;
  right: 40px;
  top: 11px;
  z-index: 1;
}
.cbec .cbecMoudle10 .part10 .swiper-slide .slide-item > img {
  margin-left: 10px;
  z-index: 3;
}
.cbec .cbecMoudle10 .part10 .swiper-slide .slide-item > div {
  margin-left: -166px;
  padding: 0 35px 0 202px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 624px;
  height: 274px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  z-index: 2;
}
.cbec .cbecMoudle10 .part10 .swiper-slide .slide-item > div > div {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
.cbec .cbecMoudle10 .part10 .swiper-slide .slide-item > div > div h3 {
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  line-height: 30px;
  margin-right: 35px;
}
.cbec .cbecMoudle10 .part10 .swiper-slide .slide-item > div > div span {
  background: #ea4041;
  border-radius: 7px;
  padding: 8px 14px 8px 14px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}
.cbec .cbecMoudle10 .part10 .swiper-slide .slide-item > div > p {
  margin-left: 3px;
  margin-bottom: 10px;
  padding-left: 11px;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  background: url("../images/icon.png") no-repeat 0 -266px;
}
.cbec .cbecMoudle10 .part10 .swiper-slide .slide-item > div > p:last-child {
  margin-bottom: 0;
}
.cbec .cbecMoudle10 .part10 .swiper-button-next,
.cbec .cbecMoudle10 .part10 .swiper-button-prev {
  color: #fadce3;
  width: 23px;
  z-index: 999;
}
.cbec .cbecMoudle10 .part10 .swiper-button-prev {
  left: 0px;
  top: 238px;
}
.cbec .cbecMoudle10 .part10 .swiper-button-next {
  right: 0px;
  top: 238px;
}
.cbec .cbecMoudle10 .part10 .shadow-box {
  position: absolute;
  right: 0;
  top: 38px;
  width: 175px;
  height: 383px;
  background: url("../images/part10-mengban.png") no-repeat center center;
  background-size: 175px 383px;
  z-index: 9;
}
.cbec .cbecMoudle11 .part11 .part11-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cbec .cbecMoudle11 .part11 .part11-main > div {
  height: 330px;
  box-sizing: border-box;
  padding-top: 53px;
  padding-left: 49px;
}
.cbec .cbecMoudle11 .part11 .part11-main > div > h3 {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 30px;
}
.cbec .cbecMoudle11 .part11 .part11-main > div > h3 span {
  color: #f5ff9d;
}
.cbec .cbecMoudle11 .part11 .part11-main > div > div {
  display: flex;
  color: #ffffff;
  border-bottom: 1px solid rgba(250, 237, 240, 0.2);
}
.cbec .cbecMoudle11 .part11 .part11-main > div > div > h4 {
  font-weight: bold;
}
.cbec .cbecMoudle11 .part11 .part11-main > div > div > p {
  font-size: 16px;
}
.cbec .cbecMoudle11 .part11 .part11-main > div > div:last-child {
  border-bottom: none;
}
.cbec .cbecMoudle11 .part11 .part11-main > div:first-child {
  width: 767px;
  background: url("../images/part11-a.png");
  align-items: center;
}
.cbec .cbecMoudle11 .part11 .part11-main > div:first-child > div {
  padding: 16px 0;
  width: 544px;
}
.cbec .cbecMoudle11 .part11 .part11-main > div:first-child > div > h4 {
  line-height: 30px;
  font-size: 16px;
}
.cbec .cbecMoudle11 .part11 .part11-main > div:first-child > div > p {
  line-height: 30px;
}
.cbec .cbecMoudle11 .part11 .part11-main > div:first-child > div > span {
  margin-left: 14px;
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  background: #ffe2e2;
  border-radius: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #ea3f41;
}
.cbec .cbecMoudle11 .part11 .part11-main > div:last-child {
  width: 507px;
  background: url("../images/part11-b.png");
}
.cbec .cbecMoudle11 .part11 .part11-main > div:last-child > div {
  padding: 20px 0;
  width: 218px;
  align-items: end;
}
.cbec .cbecMoudle11 .part11 .part11-main > div:last-child > div > h4 {
  font-size: 24px;
  line-height: 24px;
}
.cbec .cbecMoudle11 .part11 .part11-main > div:last-child > div > p {
  line-height: 18px;
}
.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;
}
