
.banner{
  width: 100%;
  background: url('../img/technicalCE/banner-bg.png') no-repeat center;
  padding-top: 28.30%;
  background-size:cover;
}

.bannerBom{
  width: 1200px;
  height: 70px;
  /* background: #fff; */
  /* overflow: hidden; */
  position: absolute;
  display: flex;
  z-index: 10;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}


.bannerBom-item{
  position: relative;
  height: 70px;
  width: 600px;
  line-height: 70px;
  font-size: 22px;
  text-align: center;
  color: #343434; 
  cursor: pointer;
  background: rgba(255, 255, 255, .7);
}
.bannerBom-active{
  background: #FFFFFF;
  color:#0B318F;
  opacity: 1; 
  z-index: 10;
  box-shadow: 0px 0px 7px 1px rgba(205, 212, 219, 0.5);
}

.bannerBom-active::after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%,0);
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: #0B318F;
}

.bannerBom-title{
  display: inline-block;
  height: 76px;
  /* border-bottom: 4px solid #0B318F; */
}

.introduce{
  padding-top: 100px;
}

/* 认证体系 */
.system{
  width: 100%;
  height: 957px;
  /* padding-top: 119px; */
  background: url('../img/technicalCE/background1.png') no-repeat center;
  background-size: 100%;
}

.system-title{
  width: 453px;
  height: 52px;
  margin: 0 auto;
  background: url('../img/technicalCE/system.png') no-repeat;
  background-size: 100%;
}


.CElist{
  margin: 77px auto 0;
  overflow: hidden;
  width: 1200px;
  height: 731px;
  background: #FFFFFF;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.tab{
  position: relative;
  display: flex;
  text-align: center;
}

.tab:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translate(-50%,0);
  width: 1198px;
  height: 2px;
  background: #EEEEEE;
}

.tab-item{
  position: relative;
  cursor: pointer;
  width: 341px;
  height: 170px;
}

/* 第一个盒子选中时加上边框  */
.cheack-tab{
  border-top: 8px solid #BE322F;
  height: 162px;
}


/* tab-item-one是背景 tab-item-one-cheack是选中时减去上边框高度的 */
.tab-item-one::after,.tab-item-one-cheack::after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
	width: 0px;
	height: 0;
	border-width: 0px 315px 136px 0px;
	border-style: none solid solid;
  border-image: linear-gradient(90deg, #EEEEEE 0%, #FFFFFF 100%) ;
}

/* 用来处理增加上边框后多出的高度 */
.tab-item-one-cheack::after{
	border-width: 0px 315px 128px 0px;
}

.tab-item-two {
  width: 300px;
}

/* tab-item-two是背景 tab-item-two-cheack是选中时出现上边框 减去上边框高度的 */
.tab-item-two::after,.tab-item-two-cheack::after{
  position: absolute;
  z-index: 5;
  top: 0;
  left: -48px;
  content: "";
	width: 300px;
	height: 136px;
  background: linear-gradient(90deg, #EEEEEE 0%, #FFFFFF 100%);
  transform: skew(33.7deg, 0deg);
}

/* 选中增加上边框 处理增加上边框后多出的高度*/
.tab-item-two-cheack::after{
  border-top: 8px solid #0B318F;
	height: 128px;
}

.tab-item-three {
  width: 250px;
}

.tab-item-three .tab-title-zh {
  width: 206px;
}

/* 背景 */
.tab-item-three::after{
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100px;
  content: "";
	width: 0px;
	height: 0;
	border-width: 136px 0px 0px 450px ;
	border-style: solid none none solid;
  border-image: linear-gradient(90deg, #EEEEEE 0%, #FFFFFF 100%) ;
}

/* 选中第三个盒子时出现 上边框盒子 */
.tab-item-cheack::before{
  content: "";
  z-index: 20;
  position: absolute;
  left: -33px;
  top: 0;
  border-top: 8px solid #6DB131;
  width: 300px;
  height: 170px;
  transform: skew(33.7deg, 0deg);
}

/* 选中第四个盒子时出现 上边框盒子 */
.tab-item-last-cheack::before{
  content: "";
  z-index: 20;
  position: absolute;
  left: -33px;
  top: 0;
  border-top: 8px solid #7867bd;
  width: 460px;
  height: 170px;
  transform: skew(33.7deg, 0deg);
}


/* 圆角边框 */
.tab-item:first-child{
  border-radius: 8px 0px 0px 0px;
}

.tab-item:last-child{
  border-radius: 0px 8px 0px 0px;
}

.tab-title-zh{
  position: relative;
  z-index: 10;
  margin-top: 32px;
  font-size: 24px;
  font-weight: 500;
  color: #343434;
  line-height: 26px;
  letter-spacing: 1px;
}

/* 第一个盒子选中时该标题的上边距减少 */
.tab-title-cheack{
  margin-top: 24px;
}

.tab-title-zh::after,
.tab-title-zh-one::after,
.tab-title-zh-two::after,
.tab-title-zh-three::after{
  display: block;
  content: '';
  width: 30px;
  height: 4px;
  background: #343434;
  border-radius: 3px;
  margin: 12px auto;
}

.tab-item-one .tab-title-zh, .tab-item-one .tab-title-en {
  width: 288px;
}

.tab-title-zh-one::after{
  background: #BE322F;
}

.tab-item-two .tab-title-zh {
  width: 198px;
}

.tab-item-cloud .tab-title-zh {
  width: 200px;
}

.tab-item-two .tab-title-en {
  width: 226px;
  /* width: 258px; */
}

.tab-title-zh-two::after{
  background: #0B318F;
}

.tab-title-zh-three::after{
  background: #6DB131;
}

.tab-item-three .tab-title-en {
  width: 300px;
  margin-left: -31px;
}

.tab-item-last-cheack .tab-title-zh::after{
  background: #7867bd;
}


.tab-title-en {
  position: relative;
  z-index: 10;
  font-size: 12px;
  font-weight: 400;
  color: #343434;
  line-height: 26px;
  letter-spacing: 0px;
  transform: scale(0.95);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.tabList{
  width: 4800px;
  display: flex;
  transition: transform 0.3s;
  justify-content: space-around;
}

.tabList-one{
  transition: transform 0.3s;
  transform: translateX(0px);
}

.tabList-two{
  transition: transform 0.3s;
  transform: translateX(-1200px);
}

.tabList-three{
  transition: transform 0.3s;
  transform: translateX(-2400px);
}

.tabList-four{
  transition: transform 0.3s;
  transform: translateX(-3600px);
}



.tabList-item{
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* 箭头盒子 */
.CE{
  display: flex;
  justify-content: space-between;
  width: 994px;
  height: 127px;
  margin: -13px auto 14px;
}

.CE-arrow{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* width: 24%; */
  width: 274px;
  height: 127px;
  color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all .2s linear;
}

.CE-arrow:hover{
  transform: translate(2.5%, 0%) scale(1.03);
}

.CE-arrow-two:hover{
  transform: translate(0%, 0%) scale(1.03);
}

.CE-arrow-last:hover{
  transform: translate(-3%, 0%) scale(1.03);
}

.CE div:not(:first-child){
   margin-left: -31px;
}

.CE div:first-child{
  width: calc(275px - 30px);
  padding-right: 30px;
 }

 .CE div:last-child{
  width: calc(261px - 36px);
  padding-left: 36px;
 }

 .CE-arrow-name,.CE-arrow-subName{
  font-size: 18px;
  font-weight: normal;
 }

 .CE-arrow-examFee{
   margin-top: 7px;
 }

 .CE-arrow-examFee,.CE-arrow-train{
  font-size: 16px;
 }

 .CE-arrow-train{
   margin-top: 0px;
 }

.CE-arrow-link{
  cursor: pointer;
  margin-top: 18px;
  text-decoration: underline;
  font-size: 20px;
}

/* 证书盒子 */
.CEInfo{
  display: flex;
  width: 972px;
  height: 378px;
  padding: 19px 0 0 22px;
  margin-top: -10px;
  background: #F8F8F8;
}

/* 图片外边框 */
.CEInfo-imgBox{  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 493px;
  height: 358px;
  /* border-radius: 6px; */
}


.CEInfo-img{
  width: 493px;
  height: 358px;
}

/* 文字大盒子 */
.CEInfo-text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 435px;
  height: 358px;
  margin-left: 28px;
}

/* 带圆点标题 */
.CE-ball{
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: translateY(-2px);
  margin-right: 3px;
  border-radius: 50%;
  background-color: #C13C37;
}

.CE-ball-blue{
  background-color: #3779BF;
}

.CE-ball-green{
  background-color: #6DB131;
}

.CE-title{
  font-size: 18px;
  color: #343434;
  font-weight: 600;
}

/* 报名文字 */
.CE-signUp{
  position: relative;
  width: 440px;
  height: 142px;
}

/* 下划线 */
/* .CE-signUp::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 426px;
  height: 1px;
  background: #D8D8D8;
} */

/* 报名岗位详情 */
.CE-signUpCon{
  font-size: 16px;
  color: #343434;
  line-height: 26px;
  margin: 12px 0 12px;
  letter-spacing: 0px;
}

/* 按钮 */
.brand-button{
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 158px;
  height: 42px;
  background: linear-gradient(125deg, #E19880 0%, #BF3632 100%, #052B95 100%);
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 1px;
}

.passageway-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(125deg, #E19880 0%, #BE322F 100%, #052B95 100%);
  width: 128px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 16px;
}

/* 认证通道默认颜色 */
.brand-button-def{
  background: linear-gradient(125deg, #FFC489 0%, #EE7702 100%, #052B95 100%);
}

.brand-button-red{
  background: linear-gradient(125deg, #E19880 0%, #BF3632 100%, #052B95 100%);
}

.brand-button-blue{
  background: linear-gradient(125deg, #5EB6E8 0%, #0B318F 100%, #052B95 100%);
}

.brand-button-green{
  background: linear-gradient(125deg, #B0D589 0%, #6FBA2C 100%, #052B95 100%);
}

.brand-button-orange{
  background: linear-gradient(125deg, #FEA66F 0%, #E96D23 100%, #052B95 100%);
}

.brand-button-purple{
  background: linear-gradient(125deg, #A688CE 0%, #4F2A87 100%, #052B95 100%);
}

.brand-button-hover{
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0px;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(125deg, #eec7b9 0%, #de8381 100%, #1553f7 100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

/* 认证通道默认颜色 */
.brand-button-hover-def{
  background: linear-gradient(125deg, #ffd9b3 0%, #fd9a37 100%, #1553f7 100%);
}

.brand-button-redHover{
  background: linear-gradient(125deg, #eec7b9 0%, #de8381 100%, #1553f7 100%);
}

.brand-button-blueHover{
  background: linear-gradient(125deg, #94cfef 0%, #2662ee 100%, #1755f7 100%);
}

.brand-button-greenHover{
  background: linear-gradient(125deg, #b0d589 0%, #a5de72 100%, #1755f7 100%);
}

.brand-button-orangeHover{
  background: linear-gradient(125deg, #fdab79 0%, #eb8042 100%, #1e3f99 100%);
}

.brand-button-purpleHover{
  background: linear-gradient(125deg, #b49ed1 0%, #563983 100%, #1a3a94 100%);
}

.brand-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.brand-button:hover .brand-button-hover {
  width: 100%;
  opacity: 1;
}

/* 微认证 */
.micro-box {
  display: flex;
  margin: -13px auto 0;
  width: 1175px;
  height: 551px;
}

/* 市场认证 */
.market-box {
  width: 50%;
  height: 100%;
}

/* 头部 */
.market-header {
  width: 526px;
  height: 78px;
  margin: 0 auto;
  background: url('../img/technicalCE/marketing-header.png') center no-repeat;
  background-size: cover;
}

.micro-header {
  width: 526px;
  height: 78px;
  margin: 0 auto;
  background: url('../img/technicalCE/micro-header.png') center no-repeat;
  background-size: cover;
}

.micro-cn-title {
  position: relative;
  padding: 12px 0 0 32px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.micro-cn-title::after {
  content: '';
  position: absolute;
  left: 32px;
  bottom: -9px;
  width: 29px;
  height: 3px;
  background: #F7DBCA;
  border-radius: 2px;
}

.micro-cn-title-pur::after {
  background: #DAD2E4;
}

.micro-en-title {
  padding: 15px 0 0 32px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
}

.micro-bom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 526px;
  height: 442px;
  padding-top: 16px;
  margin: 16px auto 0;
  background: #F8F8F8;
}

/* 证书 */
.market-img {
  width: 493px;
  height: 358px;
  margin: 0 auto 0;
  background: url('../img/technicalCE/marketing-certificate.png')  no-repeat;
  background-size: cover;
}

.micro-img {
  width: 493px;
  height: 358px;
  margin: 0 auto 0;
}

/* 按钮 */
.market-btn {
  width: 154px;
  height: 41px;
  line-height: 41px;
  cursor: pointer;
  border-radius: 29px;
  color: #fff;
  font-size: 19px;
  margin-top: -6px;
  text-align: center;
}

.el-carousel__indicators {
  justify-content: center;
  margin-top: -20px!important;
  z-index: 100!important;
  width: 526px;
  display: flex;
}

.el-carousel__button {
  width: 10px!important;
  height: 10px!important;
  margin: 0 3px!important;
  background: #CCCBCD;
  border-radius: 50%;
}
.el-carousel__indicators .is-active .el-carousel__button{
  width: 33px!important;
  height: 10px!important;
  background: #6A479D;
  border-radius: 7px;
}

.micro-btn {
  background: linear-gradient(125deg, #A688CE 0%, #4F2A87 100%, #052B95 100%);
}

/* 微认证 */
.little-box {
  width: 50%;
  height: 100%;
  margin-left: 39px;
}
/* tag列表 */
.CE-tagList{
  margin-top: 12px;
}

.CE-tagItem-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.CE-tagItem-lastRow .CE-tagItem {
  margin-bottom: 0px!important;
  height: 21px;
}

/* 每个tag */
.CE-tagItem{
font-size: 16px;
display: inline-block;
padding: 9px 24px;
margin-bottom: 8px;
background: #FFFFFF;
border-radius: 6px;
border: 1px solid #E19880;
}

.CE-tagList-blue .CE-tagItem{
  border: 1px solid #3779BF;
}

.CE-tagList-green .CE-tagItem{
  border: 1px solid #94C961;
}

.CE-tagItem-auto {
  padding: 9px 0px;
  display: flex;
  flex-grow: 1;
  justify-content: center;;
}

/* tag的各种padding */
.CE-p50{
  padding: 9px 50px;
}

.CE-p34{
  padding: 9px 34px;
}

.CE-p33{
  padding: 9px 33px;
}

.CE-p27{
  padding: 9px 27px;
}

.CE-p26{
  padding: 9px 26px;
}

.CE-p25{
  padding: 9px 25px;
}

.CE-p24{
  padding: 9px 24px;
}

.CE-p22{
  padding: 9px 22px;
}

.CE-p21{
  padding: 9px 21px;
}

.CE-p19{
  padding: 9px 19px;
}


.CE-p17{
  padding: 9px 17px;
}

.CE-p18{
  padding: 9px 18px;
}

.CE-p16{
  padding: 9px 16px;
}

.CE-p15{
  padding: 9px 15px;
}

.CE-p14{
  padding: 9px 14px;
}

.CE-p13{
  padding: 9px 13px;
}

.CE-p12{
  padding: 9px 12px;
}

.CE-p11{
  padding: 9px 11px;
}


.CE-p10{
  padding: 9px 10px;
}
.CE-p8{
  padding: 9px 8px;
}


/* 大纲文字 */
.CE-outline{
  width: 415px;
  /* height: 221px; */
  /* padding-top: 40px; */
}


/* 认证流程 */
.CE-process{
  width: 100%;
  padding-top: 77px;
  height: 845px;
  background-color: #F7F8FA;
}

.process-bg{
  width: 100%;
  height: 100%;
  background: url('../img/technicalCE/background2.png') no-repeat center;
  background-size: cover;
}

.system-title-process{
  width: 202px;
  height: 52px;
  margin: 0px auto 84px;
  background: url('../img/technicalCE/process.png') no-repeat;
  background-size: 100%;
}

.CE-process-con{
  position: relative;
  display: flex;
  align-items: center;
  width: 1160px;
  height: 410px;
  margin: 0 auto;
}

/* 箭头 */
.processArrow1{
  position: absolute;
  top: 0;
  left: 78px;
  width: 911px;
  height: 78px;
}

.processArrow2{
  position: absolute;
  bottom: 0;
  left: 78px;
  width: 478px;
  height: 83px;
}

/* 单个item */
.CE-process-item{
  position: relative;
  width: 160px;
  height: 135px;
  padding-top: 7px;
}

/* 方块 */
.processItem-block{
  position: relative;
  transition: transform 0.4s;
  width: 160px;
  height: 90px;
  background: url('../img/technicalCE/processItem-1.png') no-repeat;
  background-size: 100%;
}

/* 变红 */
.processItem-blockHover{
  background: url('../img/technicalCE/processItem-2.png') no-repeat;
  transform: translate(0%, -10%);
  background-size: 100%;
}

.processItem-ml{
  margin-left: 82px;
}

.CE-process-box{
  margin-left: 82px;
}

/* 最后2个方块 */
.processItem-lastTop{
  margin-top: 14px;
}

.processItem-lastBom{
  margin-top: 111px;
}


/* icon */
.processItem-icon{
  width: 46px;
  height: 54px;
  position: absolute;
  transition: transform .4s;
  left: 50%;
  top: -14px;
  color: #0b318f;
  transform: translate(-50%, 0%);
  background-size: 100%;
}

.processItem-cheackIcon{
  transform: translate(-50%, -12px);
}


/* 标题 */
.processItem-title{
  display: inline-block;
  width: 160px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 13px;
  color: #343434;
  text-align: center;
}

/* 第三个的小标题 */
.processItem-subTitle{
  display: inline-block;
  width: 160px;
  text-align: center;
  font-size: 16px;
  color: #343434;
}

.CE-process-footer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1160px;
  height: 111px;
  margin: 78px auto 0;
  padding-left: 18px;
  color: #343434;
}

.process-again{
  font-weight: 700;
  font-size: 24px;
  color: #343434;
}

.process-again-con{
  font-size: 16px;
}

.processMt{
  margin-top: 18px;
  margin-bottom: 8px;
}

.CE-process-footer>p{
  font-size: 16px;
}

.CE-process-footer span:nth-child(2){
  margin-top: 5px;
  font-weight: 600;
}


/* 箭头动画 */
.arrowPoint-out{
  position: absolute;
  right: -66px;
  top: 40%;
  transform: translate(0px,-50%);
  overflow: hidden;
  width: 45px;
  padding-top: 7px;
  height: 23px;
}

.arrowPoint{
  position: relative;
  width: 25px;
  height: 12px;
}

.arrowPoint-arrow{
  position: absolute;
  right: -20px;
  top: 50%;
  z-index: 10;
  transform: translate(0px,-50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 20px solid #70BA44;
  border-bottom: 14px solid transparent;
}

.arror-top{
  transform: translate(12px,-66px) rotate(324deg);
}

.arror-bom{
  transform: translate(9px,38px) rotate(36deg);
}


.arrowPoint::after{
  content: '';
  z-index: 1;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translate(0px,-50%);
  width: 26px;
  height: 14px;
  background-color: #f8f8fa;
}

.arrowPoint-box{
  width: 100px;
  height: 100%;
  display: flex;
  transform: translate(-39px, 0px);
}

/* @keyframes move {
  0% {
    -webkit-transform: translate(-66px, 0px);
    transform: translate(-66px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
} */

.arrowPoint-item{
  display: block;
  width: 6px;
  height: 12px;
  border-radius: 1px;
  margin-right: 2px;
  background-color: #70BA44;
}

.arrowPoint-animation1{
  -webkit-animation: move1 2s linear infinite;
  animation: move1 2s linear infinite;
}

.arrowPoint-animation2{
  -webkit-animation: move2 2s linear infinite;
  animation: move2 2s linear infinite;
}

.arrowPoint-animation3{
  -webkit-animation: move3 2s linear infinite;
  animation: move3 2s linear infinite;
}

.arrowPoint-animation4{
  -webkit-animation: move4 2s linear infinite;
  animation: move4 2s linear infinite;
}

.arrowPoint-animation5{
  -webkit-animation: move5 2s linear infinite;
  animation: move5 2s linear infinite;
}

.arrowPoint-animation6{
  -webkit-animation: move6 2s linear infinite;
  animation: move6 2s linear infinite;
}



@keyframes move1 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: .85;
  }

  20%{
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(43px, 0px);
    transform: translate(43px, 0px);
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }

  12%{
    opacity: 1;
  }

  42%{
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(43px, 0px);
    transform: translate(43px, 0px);
  }
}

@keyframes move3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  30%{
    opacity: 1;
  }

  50%{
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(43px, 0px);
    transform: translate(43px, 0px);
  }
}

@keyframes move4 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  70%{
    opacity: 1;
  }

  90%{
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(43px, 0px);
    transform: translate(43px, 0px);
    opacity: 0;
  }
}

@keyframes move5 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  70%{
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(43px, 0px);
    transform: translate(43px, 0px);
    opacity: 1;
  }
}

@keyframes move6 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
  }

  90%{
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(43px, 0px);
    transform: translate(43px, 0px);
  }
}


.arrowPoint-item1{
  display: block;
  width: 7px;
  height: 12px;
  border-radius: 1px;
  margin-right: 2px;
  background-color: #70BA44;
}

.arrowPoint-item2{
  display: block;
  width: 14px;
  height: 12px;
  border-radius: 1px;
  margin-right: 2px;
  background-color: #70BA44;
}

.hidden{
  background-color: transparent;
}

/* 认证优势 */
.CE-advantage{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 690px;
  padding-top: 80px;
  background-color: #fff;
}

/* 背景球 */
.advantage-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 407px;
  height: 429px;
  border-radius: 50%;
  transition: all .2s linear;
  background: linear-gradient(141deg, #FFFFFF 0%, #DCE2F8 100%);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  filter: blur(17px);
  -webkit-animation: ballMove 9s linear infinite;
  animation: ballMove 9s linear infinite;
  transform: translate(0px, 0px);
}

.advantage-bg1{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 407px;
  height: 429px;
  border-radius: 50%;
  transition: all .2s linear;
  background: linear-gradient(141deg, #FFFFFF 0%, #E5F5DC 100%);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  filter: blur(17px);
  -webkit-animation: ballMove1 9s linear infinite;
  animation: ballMove1 9s linear infinite;
  transform: translate(0px, 0px);
}

@keyframes ballMove {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  50% {
    -webkit-transform: translate(0px, 300px);
    transform: translate(0px, 300px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ballMove1 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  50% {
    -webkit-transform: translate(0px, -300px);
    transform: translate(0px, -300px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}


.advantage-roundBox{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(350deg) translate(-50%, -50%);
}

.advantage-round{
  width: 600px;
  height:600px;
  /* background: red; */
  border: 2px solid #dfe6f7;
  border-radius: 50%;
  transform: scale(1,0.2);
  transition: all .2s linear;
  opacity: 0;
  -webkit-animation: roundlMove 4s linear infinite;
  animation: roundlMove 4s linear infinite;
}

.round1{
  -webkit-animation: roundlMove 4s linear infinite 1s;
  animation: roundlMove 4s linear infinite 1s;
}

.round2{
  -webkit-animation: roundlMove 4s linear infinite 2s;
  animation: roundlMove 4s linear infinite 2s;
}

.round3{
  -webkit-animation: roundlMove 4s linear infinite 3s;
  animation: roundlMove 4s linear infinite 3s;
}

@keyframes roundlMove {
  0% {
    transform: scale(1,0.2);
    opacity: 1;
  }

  100% {
    transform: scale(5,1);
    opacity: 0;
  }
}

.advantage-title-process{
  width: 202px;
  height: 52px;
  margin: 0px auto 74px;
  background: url('../img/technicalCE/advantage-title.png') no-repeat;
  background-size: 100%;
}

.advantage-con{
  display: flex;
  width: 1400px;
  height: 400px;
  margin: 0 auto;
}

.advantage-box{
  position: relative;
  z-index: 10;
  width: 18px;
  height: 18px;
}

.advantage-ball{
  display: block;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #0043FF, inset 0px 0px 11px 0px #0043FF;
  filter: blur(2px);
  border-radius: 50%;
  transition: all .2s linear;
}

.advantage-ball-hover{
  box-shadow: 0px 0px 8px 0px #C13C37, inset 0px 0px 11px 0px #C13C37;
  border-radius: 50%;
  background: #C13C37;
  transform:scale(1.5);
  
}

.advantage-con div:nth-child(1){
  margin-left: 248px;
  margin-top: 236px;
}

.advantage-con div:nth-child(2){
  margin-left: 195px;
  margin-top: 126px;
}

.advantage-con div:nth-child(3){
  margin-left: 164px;
  margin-top: 162px;
}

.advantage-con div:nth-child(4){
  margin-left: 200px;
  margin-top: 200px;
}

.advantage-con div:nth-child(5){
  margin-left: 88px;
  margin-top: 316px;
}

.advantage-con div:nth-child(6){
  margin-left: 181px;
  margin-top: 239px;
}

.advantage-con div:nth-child(7){
  margin-left: -27px;
  margin-top: 62px;
}

.advantage-title{
  cursor: pointer;
}

.advantage-title,
.advantage-title-top{
  z-index: 1;
  position: absolute;
  width: 240px;
  text-align: center;
  bottom: -48px;
  left: 50%;
  transform: translate(-50%,0px);
  filter: none!important;
  font-size: 18px;
  font-weight: 600;
  color: #343434;
}

.advantage-title-top{
  position: absolute;
  bottom: 48px;
}

.advantage-line,
.advantage-line1,
.advantage-line2,
.advantage-line3,
.advantage-line4,
.advantage-line5{
  position: absolute;
  right: 0;
  top: 0;
  width: 176px;
  height: 1px;
  background-color: #0B318F;
  transform: translate(188px,-49px) rotate(331deg);
}

.advantage-line1{
  width: 128px;
  transform: translate(146px,25px) rotate(11deg);
}

.advantage-line2{
  width: 164px;
  transform: translate(182px,28px) rotate(10deg);
}

.advantage-line3{
  width: 106px;
  transform: translate(98px,68px) rotate(49deg);
}

.advantage-line4{
  width: 155px;
  transform: translate(166px,-33px) rotate(338deg);
}

.advantage-line5{
  width: 125px;
  transform: translate(49px,-80px) rotate(88deg);
}

.cheackTitle{
  color: #C13C37;
}

.advantage-footer{
  position: relative;
  z-index: 10;
  justify-content: center;
  width: 1200px;
  height: 74px;
  /* line-height: 64px; */
  display: flex;
  align-items: center;
  margin: 12px auto 0;
  text-align: center;
  box-sizing: border-box; 
  border-radius: 8px; 
  background-image: -webkit-linear-gradient(top, #0B318F 0%,#70BA44 90%);  
  background-image: -moz-linear-gradient(top, #0B318F 0%,#70BA44 90%); 
  background-image: linear-gradient(top, #0B318F 0%,#70BA44 90%);
}

.advantage-footer::after{
  content: '';
  width: 1198px;
  z-index: 1;
  height: 72px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 6px; 
  transform: translate(-50%,-50%);
}


.advantage-font{
  /* display: block; */
  position: relative;
  z-index: 10;
  width: 1160px;
  /* height: 62px; */
  font-size: 15px;
  color: #343434;
  background-color: #fff;
  line-height: 22px;
}

/* 认证权益 */
.CE-interests{
  width: 100%;
  height: 620px;
  padding-top: 70px;
  background-color: #f7f8fa;
}

.CE-interestsBg{
width: 100%;
height: 100%;
background: url('../img/technicalCE/background3.png') no-repeat center;
background-size: 100%
}

.interests-title{
  width: 202px;
  height: 52px;
  margin: 0px auto 77px;
  background: url('../img/technicalCE/interests-title.png') no-repeat;
  background-size: 100%;
}

.interests-con{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 342px;
  padding-top: 45px;
  text-align: left;
  margin: 0 auto;
}

.interests-box{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 342px;
  box-sizing: border-box; 
  border-radius: 8px; 
  background-image: -webkit-linear-gradient(top, #0B318F 0%,#70BA44 90%);  
  background-image: -moz-linear-gradient(top, #0B318F 0%,#70BA44 90%); 
  background-image: linear-gradient(top, #0B318F 0%,#70BA44 90%);
}

.interestsHover .interests-ball{
  background: linear-gradient(180deg, #9D2525 0%, #C42624 100%)!important;
}

.interests-ball{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-45px);
  border-radius: 50%;
  content: "";
  width: 120px;
  height: 120px;
  background: linear-gradient(168deg, #1C7DF7 0%, #0B318F 100%);
}

.interests-ball::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('../img/technicalCE/interests-icon1.svg') no-repeat;
  background-size: 100%;
  width: 46px;
  height: 46px;
}

.interests-ball1::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('../img/technicalCE/interests-icon3.svg') no-repeat;
  background-size: 100%;
  width: 46px;
  height: 46px;
}

.interests-ball2::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('../img/technicalCE/interests-icon4.svg') no-repeat;
  background-size: 100%;
  width: 46px;
  height: 46px;
}

.interests-ball3::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('../img/technicalCE/interests-icon2.svg') no-repeat;
  background-size: 100%;
  width: 48px;
  height: 56px;
}

.interests-item{
  /* display: flex; */
  /* align-items: center; */
  /* flex-direction: column; */
  width: 288px;
  background-color: #fff;
  height: 240px;
  padding-top: 100px;
  border-radius: 6px;
}

.interests-item::after{
  content: '';
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%,0%);
  background: url('../img/technicalCE/interests-item.png') no-repeat;
  background-size: 100%;
  width: 174px;
  height: 212px;
}

.interests-item-title{
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 24px;
  color: #0B2778;
  margin-bottom: 30px;
}

.interests-item-con{
  position: relative;
  z-index: 10;
  font-size: 20px;
  line-height: 30px;
  color: #343434;
}

/* 常见问题 */
.CE-QA{
  width: 100%;
  height: 626px;
  background-color: #fff;
}

.QA-title{
  width: 388px;
  height: 70px;
  transform: translateY(-20px);
  margin: -21px auto 80px;
  background: url('../img/technicalCE/QA-title.png') no-repeat;
  background-size: 100%;
}

.QA-con{
  width: 1200px;
  height: 383px;
  margin: 0 auto;
}

.QA-link{
  display: flex;
  width: 100px;
  margin-bottom: 15px;
  margin-left: 1100px;
  cursor: pointer;
  justify-content: space-around;
  align-items: center;
  color: #383838;
}

.QA-link:hover{
  color: #0b318f;
  }
.QA-more{
  font-size: 16px;
  color: #383838;
}

.more-icon{
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url('../img/technicalCE/arrow-green.svg') no-repeat;
  background-size: 100%;
}

.QA-itemBox{
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}

.QA-item{
  width: 580px;
  height: 151px;
  margin-bottom: 65px;
}

.QA-itemTitleBox{
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
}

.QA-itemIcon{
  display: inline-block;
  width: 33px;
  height: 40px;
  background:url('../img/technicalCE/QA.png') no-repeat;
  background-size: 100%;
}

.QA-itemTitle{
  margin-left: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #0B2778;
}

.QA-itemCon{
  display: block;
  margin-left: 49px;
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
  color: #343434;
}

/* 认证报名 */
.passageway{
  position: relative;
  width: 100%;
  min-height: 400px;
}

.passageway .suspension {
  position: fixed;
  z-index: 20;
  width: 160px;
  height: 200px;
  top: 45vh;
  left: 0px;
  transition: all ease-out .4s;
}


.suspensionOpacity {
  opacity: .7; /* 初始透明度为0 */
}

.passageway .suspension:hover{
  opacity: 1;
}

.fixed-suspension {
  top: 10vh!important;
}

.suspension div:first-child {
  border-radius: 8px 8px 0px 0px;
}

.suspension div:last-child {
  border-radius: 0px 0px 8px 8px;
}


.techonlogy-float, .service-float, .cloud-float, .micro-float {
  width: calc(100% - 19px);
  padding-left: 19px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
  color: #5C5C5C;
  background: #FFFFFF;
  cursor: pointer;
  box-shadow: 5px 1px 7px 0px rgba(195,195,195,0.5);
}

@media (max-width: 1280px) {

.passageway .suspension {
  width: 120px;
  height: 132px;
}

.techonlogy-float, .service-float, .cloud-float, .micro-float {
  width: calc(100% - 13px);
  padding-left: 13px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #5C5C5C;
  background: #FFFFFF;
  cursor: pointer;
  box-shadow: 5px 1px 7px 0px rgba(195,195,195,0.5);
}
}

.techonlogy-float:hover, .techonlogy-active {
  background: linear-gradient(125deg, #E19880 0%, #BE322F 100%, #052B95 100%);
  color: #fff;
}

.service-float:hover, .service-active {
  background: linear-gradient(125deg, #6892FB 0%, #0B318F 100%, #052B95 100%);
  color: #fff;
}

.cloud-float:hover, .cloud-active {
  background: linear-gradient(125deg, #B0D589 0%, #6FBA2C 100%);
  color: #fff;
}

.micro-float:hover, .micro-active {
  background: linear-gradient(125deg, #A688CE 0%, #4F2A87 100%, #052B95 100%);
  color: #fff;
}


/* 背景的S */
.passageway::after{
  content: '';
  position: absolute;
  left: -145px;
  top: -14px;
  width: 663px;
  height: 671px;
  background: url('../img/technicalCE/s.png') no-repeat center;
  background-size: 100%;
  pointer-events: none;
  /* z-index: 1; */
}

/* 背景的S */
.passageway::before{
  content: '';
  position: absolute;
  right: -80px;
  bottom: -92px;
  width: 663px;
  height: 671px;
  background: url('../img/technicalCE/s.png') no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

/* 外层盒子 */
.passageway-content {
  position: relative;
  z-index: 1;
  width: 1172px;
  margin: 70px auto 80px;
  height: 100%;
}

/* 每个认证子项的盒子 */
.techonlogy-box, .service-box, .cloud-box, .Micro-box {
  width: 100%;
  position: relative;
  content: "";
  display: table;
  clear: both;
  margin-left: 24px;
}

.techonlogy-box, .service-box, .cloud-box {
  margin-bottom: 57px;
}

/* 处理间隙 */
.passageway-content .passageway-item:nth-child(3n+3) {
  margin: 0 20px;
}

/* 标题后面的那条线 */
.techonlogy-box::after, .service-box::after , .cloud-box::after , .Micro-box::after {
  content: '';
  position: absolute;
  width: 921px;
  height: 1px;
  background-color: #D8D8D8;
  top: 18px;
  right: 0px;
  transform: translateY(-50%);
}

.service-box::after {
  width: 920px;
}

.cloud-box::after {
  width: 927px;
}

.Micro-box::after {
  width: 885px;
}

/* 认证子类标题 */
.passageway-content .passageway-title {
  position: relative;
  width: 243px;
  height: 36px;
  margin-left: -24px;
}

/* 每个子类的背景和标题 */
.techonlogy-box .passageway-title {
  margin-bottom: 46px;
  background: url('../img/technicalCE/techonlogy.png') no-repeat center;
  background-size: 100%;
}

.service-box .passageway-title {
  width: 241px;
  margin-bottom: 46px;
  background: url('../img/technicalCE/service.png') no-repeat center;
  background-size: 100%;
}

.cloud-box .passageway-title {
  width: 228px;
  margin-bottom: 46px;
  background: url('../img/technicalCE/cloud.png') no-repeat center;
  background-size: 100%;
}

.Micro-box .passageway-title {
  width: 271px;
  margin-bottom: 46px;
  background: url('../img/technicalCE/micro.png') no-repeat center;
  background-size: 100%;
}


/* 每个认证项 */
.passageway-content .passageway-item {
  float: left;
  width: 360px;
  height: 264px;
  margin-bottom: 20px;
  background: url('../img/technicalCE/SCSAS.png') no-repeat center;
  background-size: 100%;
}

.service-box .passageway-item {
  background: url('../img/technicalCE/SCSA.png') no-repeat center;
  background-size: 100%;
}

.cloud-box .passageway-item {
  background: url('../img/technicalCE/SCCA.png') no-repeat center;
  background-size: 100%;
}

.Micro-box .passageway-item {
  background: url('../img/technicalCE/SCMC.png') no-repeat center;
  background-size: 100%;
}

/* 子项中的标题 */
.passageway-content .passageway-item .passageway-name {
  display: flex;
  align-items: center;
  width: 300px;
  height: 56px;
  margin-left: 24px;
  margin-top: 26px;
}

.passageway-content .passageway-item .passageway-name span {
  font-size: 20px;
  font-weight: 500;
  color: #343434;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 费用 */
.passageway-content .passageway-item .passaheway-cost {
  margin-left: 24px;
  margin-top: 16px;
}

.passageway-content .passageway-item .passaheway-cost span {
  font-size: 14px;
  font-weight: 400;
  color: #5C5C5C;
}

.passageway-content .passageway-item .passaheway-cost i {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: #0B318F;
}

/* 介绍 */
.passageway-content .passageway-item .passaheway-introduceBox {
  display: flex;
  height: 40px;
  margin-left: 24px;
  margin-top: 8px;
  font-size: 14px;
}


.passageway-content .passageway-item .passaheway-introduceBox div {
  height: 100%;
  width: 74px;
}

.passageway-content .passageway-item .passaheway-introduce {
  width: 245px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 按钮 */
.passageway-content .techonlogy-btnBox {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  width: 100%;
}

.passageway-content .techonlogy-details {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  width: 124px;
  height: 36px;
  border-radius: 20px;
  border: 2px solid #D9DADF;
}

.passageway-button-blue{
  background: linear-gradient(125deg, #6892FB 0%, #0B318F 100%, #052B95 100%);
}

.passageway-button-blueHover{
  background: linear-gradient(125deg, #94cfef 0%, #2662ee 100%, #1755f7 100%);
}

.passageway-button-green{
  background: linear-gradient(125deg, #B0D589 0%, #6FBA2C 100%, #052B95 100%);
}

.passageway-button-greenHover{
  background: linear-gradient(125deg, #b0d589 0%, #a5de72 100%, #1755f7 100%);
}

.passageway-button-purple{
  background: linear-gradient(125deg, #A688CE 0%, #4F2A87 100%, #052B95 100%);}

.passageway-button-purpleHover{
  background: linear-gradient(125deg, #b49ed1 0%, #563983 100%, #1a3a94 100%);
}



/* 认证查询 */
.query{
  width: 100%;
  /* height: 625px; */
  padding-top: 118px;
}

.query-title{
  width: 202px;
  height: 52px;
  margin: 0 auto;
  background: url('../img/technicalCE/query-title.png') no-repeat;
  background-size: 100%;
}

.queryBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  width: 1120px;
  height: 128px;
  margin: 40px auto 0;
  background: linear-gradient(180deg, #F4F6F9 0%, #FFFFFF 100%);
  box-shadow: 0px 7px 19px 0px rgba(2, 92, 231, 0.1);
  border-radius: 8px;
  border: 2px solid #FFFFFF;
}

.queryItem1{
  width: 269px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #BBBBBB;
  font-size: 20px;
  font-weight: 400;
  color: #343434;
  padding-left: 18px;
}

.queryBox input::-webkit-input-placeholder {
  color: #DDDDDD;
  font-size: 20px;
}

.queryBox input:focus {
  border: 1px solid #BBBBBB;
  outline: none;
}

.queryItem2{
  width: 269px;
  height: 48px;
  padding-left: 18px;
  font-size: 20px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #BBBBBB;
}

.queryItem3{
  width: 163px;
  height: 48px;
  padding-left: 18px;
  padding-right: 106px;
  font-size: 20px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #BBBBBB;
}

.query-inputBox{
  position: relative;
  width: 287px;
  height: 48px;
}

.verificationCode{
  position: absolute;
  right: -2px;
  top: 0px;
  /* background-color:aqua; */
  width: 88px;
  height: 48px;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #BBBBBB;
}


/* 按钮 */
.query-button{
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 160px;
  height: 48px;
  background: linear-gradient(125deg, #5EB6E8 0%, #0B318F 100%, #052B95 100%);
  border-radius: 30px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 1px;
}

.query-button-hover{
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0px;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(125deg, #94cfef 0%, #2662ee 100%, #1755f7 100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.query-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.query-button:hover .query-button-hover {
  width: 100%;
  opacity: 1;
}

.queryListBox{
    width: 1200px;
    margin: 54px auto 71px;
    height: 100%;
    /* background-color: aqua; */
}

.queryList-header{
  display: flex;
  width: 1200px;
  height: 68px;
  border-bottom: 1px solid #CCCCCC;
}

.query-headerItem{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 229px;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #0B318F;
}

.queryList-header div:nth-child(2){
  width: 335px;
}

.queryList-header div:nth-child(3){
  width: 161px;
}

.queryList-header div:nth-child(4){
  width: 190px;
}

.queryList-header div:nth-child(5){
  width: 190px;
}

.queryList-header div:nth-child(6){
  width: 145px;
}

.queryList-con{
  width: 1200px;
  height: 100%;
}

.queryList-item{
  display: flex;
  width: 1200px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

/* 每个小的 */
.query-conItem{
  width: 170px; 
  padding: 13px 0;
  font-size: 16px;
  color: #023627;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

.queryList-item div:nth-child(1){
  border-top: none;
  width: 229px; 

}

.queryList-item div:nth-child(2){
  width: 335px;
}

.queryList-item div:nth-child(3){
  width: 161px;
}

.queryList-item div:nth-child(4){
  width: 190px;
}

.queryList-item div:nth-child(5){
  width: 190px;
}

.queryList-item div:nth-child(6){
  width: 145px;
}

.queryList-noData{
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  color: #343434;
  margin-top: 75px;
  text-align: center;
}

/* 有效 */
.effective{
  color: #52C41A;
}

/* 无效 */
.unEffective{
  color: #FF4D4F;
}

.certificateQuery-content {
  padding-top: 274px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.certificateQuery-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.certificateQuery-form .el-form-item {
  margin-right: 40px;
  margin-bottom: 0px;
}
.certificateQuery-form .el-form-item .el-form-item__label {
  font-size: 20px;
  font-weight: 600;
  color: #A9E5E7;
  line-height: 28px;
  padding: 0;
  margin-bottom: 8px;
}
.certificateQuery-form .el-form-item .el-input__inner {
  width: 296px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #BBBBBB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  line-height: 28px;
}
.certificateQuery-form .code-form-item {
  position: relative;
}
.certificateQuery-form .code-form-item .imgCode {
  cursor: pointer;
  height: 48px;
  width: 88px;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  border-radius: 0px 4px 4px 0px;
}
.certificateQuery-form .code-form-item .imgCode::before {
  height: 46px;
  width: 86px;
  display: block;
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 0px 4px 4px 0px;
  opacity: .1;
}
.certificateQuery-form .code-form-item .imgCode img {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #BBBBBB;
}
.certificateQuery-form .el-form-item .codeInput .el-input__inner {
  width: 236px;
}
.certificateQuery-form .el-form-item input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #DDDDDD;
  line-height: 48px;
}
.certificateQuery-form .el-form-item input::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #DDDDDD;
  line-height: 48px;
}
.certificateQuery-form .el-form-item input:-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #DDDDDD;
  line-height: 48px;
}
.certificateQuery-form .el-form-item input:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #DDDDDD;
  line-height: 48px;
}
.handleQuery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* .brand-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 160px;
  height: 60px;
  background: linear-gradient(149deg, #87E9AD 0%, #6DD6AB 36%, #57C489 100%);
  -webkit-box-shadow: 0px 8px 10px 4px rgba(7, 131, 101, 0.78);
  box-shadow: 0px 8px 10px 4px rgba(7, 131, 101, 0.78);
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.brand-button-hover {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0px;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(149deg, #A7FFC9 0%, #8DF3C2 36%, #82E7A9 100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.brand-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.brand-button:hover .brand-button-hover {
  width: 100%;
  opacity: 1;
} */
.table-container {
  margin-top: 50px;
  width: 100%;
  padding-bottom: 290px;
}
.table-container .table-title {
  font-size: 20px;
  font-weight: 600;
  color: #3DE0B0;
  line-height: 28px;
  margin-bottom: 16px;
}
.table-container .el-table {
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #3DE0B0;
  background: transparent;
}
.table-container .el-table thead tr {
  background: #39A686;
  color: #fff;
  font-weight: 600;
  border-radius: 4px 4px 0px 0px;
}
.table-container .el-table th,.table-container .el-table tr {
  background: transparent;
  color: #fff;
  font-size: 16px;
}
.table-container .el-table__empty-block {
  background: rgba(57, 166, 134, 0.2);
}
.table-container .el-table__empty-text {
  font-size: 16px;
  color: #fff;
}
.table-container .el-table--border::after,.table-container .el-table--group::after,.table-container .el-table::before {
  background-color: transparent;
}
.table-container .el-table th.is-leaf {
  border-bottom: none;
}
.table-container .el-table td {
  border-bottom: 1px dashed rgba(57, 166, 134, 0.5);
}
.table-container .el-table tr:last-child td {
  border-bottom: 1px dashed transparent;
}
.table-container .el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: transparent;
}
.table-container .el-table__body-wrapper,.table-container .el-table__footer-wrapper,.table-container .el-table__header-wrapper {
  width: 1200px;
}
.table-container .el-table .el-table__body-wrapper .cell {
  color: #DCE9E5;
  font-weight: 400;
}
.table-container .el-table .el-table__body-wrapper .certificateName {
  color: #fff;
  font-weight: 600;
}
.table-container .el-table .el-table__body-wrapper .ceStatus {
  color: #8CCBA2;
}
.table-container .el-table .el-table__body-wrapper .valid {
  color: #52C41A;
}
.table-container .el-table .el-table__body-wrapper .disable {
  color: #FF4D4F;
}

.queryFlexBox{
  display: flex;
  align-items: center;
}


/* 解决方案 */
.auth{
  width: 1028px;
  height: 100%;
  margin: 0 auto;
}

/* 标题 */
.auth-title{
  width: 654px;
  height: 52px;
  margin: 107px auto 48px;
  background: url('../img/technicalCE/authentication-title.png') no-repeat;
  background-size: 100%;
}

.mainTitle{
  font-size: 32px;
  font-weight: 600;
  color: #343434;
  margin-bottom: 40px;
}

.auth-text{
  font-size: 16px;
  font-weight: 400;
  text-indent :32px;
  line-height: 26px;
  color: #343434;
}

.authSubTitle{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  line-height: 16px;
  margin: 32px 0 16px;
  background: linear-gradient(180deg, #0F378B 0%, #70BA44 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.authSubTitle::after{
  content: '';
  width: 36px;
  height: 12px;
  background: url('../img/technicalCE/authentication-icon.png') no-repeat;
  background-size: 100%;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translate(0,-50%);
}

.lineBox{
  width: 1028px;
  height: 16px;
  background: url('../img/technicalCE/division.png') no-repeat;
  background-size: 100%;
  margin: 40px 0 40px;
}

.CE-process-small{
  width: 1028px;
  margin-left: -40px;
  transform: scale(.9);
}

.CE-process-subtitle{
  position: relative;
  font-size: 18px;
  width: 145px;
  margin: 15px auto 48px;
  font-weight: 600;
  color: #343434;
}

.CE-process-subtitle::after{
  content: '';
  position: absolute;
  width: 46px;
  height: 1px;
  background-color: #D8D8D8;
  left: -54px;
  top: 50%;
  transform: translate(0,-50%);
}

.CE-process-subtitle::before{
  content: '';
  position: absolute;
  width: 46px;
  height: 1px;
  background-color: #D8D8D8;
  right: -54px;
  top: 50%;
  transform: translate(0,-50%);
}



.auth-contacts{
  font-size: 20px;
  font-weight: 600;
  color: #343434;
  margin-top: 38px;
  background: linear-gradient(180deg, #0F378B 0%, #70BA44 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.auth-contact{
  display: flex;
  justify-content: space-between;
  height: 214px;
  width: 100%;
  margin: 40px 0 80px 0px;
}

.auth-contactsBox{
  margin-left: 74px;
}

.auth-contactItem{
  font-size: 20px;
  font-weight: 400;
  color: #343434;
  margin-top: 24px;
}

  .auth-QR{
    position: relative;
    width: 192px;
    height: 192px;
    margin-right: 33px;
    background: url('../img/technicalCE/QR.png') no-repeat;
    background-size: 100%;
  }

  .auth-QR::after{
    width: 196px;
    content: '深信服产业教育中心官方微信';
    position: absolute;
    left: 50%;
    text-align: center;
    bottom: -21px;
    transform: translate(-50%,0);
    font-size: 14px;color: #343434;
    color: #343434;
  }

  /* 国家认证 */
.country{
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}

  /* 标题 */
.country-title{
  width: 1006px;
  height: 52px;
  margin: 127px auto 80px;
  background: url('../img/technicalCE/country-title.png') no-repeat;
  background-size: 100%;
}

.country-conBox{
  width: 1056px;
  padding-left: 90px;
}

.country-subTitle{
  position: relative;
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 600;
  color: #343434;
}

.subTitle-red::after{
  content: '';
  position: absolute;
  left: -144px;
  top: 0px;
  width: 112px;
  height: 68px;
  background: url('../img/technicalCE/country-sub.png') no-repeat;
  background-size: 100%;
}

.subTitle-green::after{
  content: '';
  position: absolute;
  left: -144px;
  top: 0px;
  width: 112px;
  height: 68px;
  background: url('../img/technicalCE/country-sub2.png') no-repeat;
  background-size: 100%;
}

.subTitle-blue::after{
  content: '';
  position: absolute;
  left: -144px;
  top: 0px;
  width: 112px;
  height: 68px;
  background: url('../img/technicalCE/country-sub3.png') no-repeat;
  background-size: 100%;
}

.country-text{
  font-size: 16px;
  margin-top: 16px;
  /* text-indent :32px; */
  font-weight: 400;
  line-height: 26px;
  color: #343434;
}

.noIndent{
  text-indent :0px;
}

.countrySubTitle{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #343434;
  line-height: 16px;
  margin: 40px 0 0px;
}

.country-red{
  background: linear-gradient(180deg, #981F2F 0%, #F8807E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.country-red::after{
  content: '';
  width: 36px;
  height: 12px;
  background: url('../img/technicalCE/title-arrow2.png') no-repeat;
  background-size: 100%;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translate(0,-50%);
}

.country-green{
  background: linear-gradient(180deg, #5D9A33 0%, #AFF076 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.country-green::after{
  content: '';
  width: 36px;
  height: 12px;
  background: url('../img/technicalCE/title-arrow3.png') no-repeat;
  background-size: 100%;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translate(0,-50%);
}

.country-blue{
  background: linear-gradient(180deg, #0B318F 0%, #80B0EA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.country-blue::after{
  content: '';
  width: 36px;
  height: 12px;
  background: url('../img/technicalCE/title-arrow1.png') no-repeat;
  background-size: 100%;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translate(0,-50%);
}


.certificateBox{
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 68px;
  height: 237px;
}

.certificateBox2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  width: 100%;
  height: 237px;
}

.certificate-item{
  width: 318px;
  height: 237px;
}

.coneBox{
  width: 100%;
  height: 396px;
  display: flex;
  justify-content: center;
  margin: 32px 0 80px;
}

.cone{
  width: 660px;
  height: 396px;
}

.certificateBox .certificate-item {
  width: 272px; 
  height: 209px;
  margin-left: 4px;
}