.commission-title{
  padding:60px 0 42px 0;
  width: 1280px;
  margin:0 auto;
}
.commission-title h2{
  font-size: 32px;
  font-weight: 400;
  color: #000000;
}
.commission-title span{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  padding-left: 20px;
}
.commission-title .tl-right{
  margin-top: 18px;
}
.commission-title .tl-right li{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-left: 24px;
  position: relative;
  cursor: pointer;
}
.commission-title .tl-right li.on{
  font-weight: bold;
}
.commission-title .tl-right li.on::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0075FF;
  position: relative;
}
.centers{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 公共样式修改 */
.team-box{
  margin-bottom: 144px !important;
}
input:hover{
  box-shadow:none !important;
}
/* banner*/
.banner-box{
  width: 100%;
  height: 600px;
  background: url(../images/commissionNew/banner.png) center center no-repeat;
}
.banner-box .ul{
  padding:82px 0 15px 0;
}
.banner-box .ul li{
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  background: rgba(255,255,255,0.1);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid rgba(255,255,255,0.2);
  padding:4px 18px;
  margin-right: 8px;
}
.banner-box .title{
  font-size: 62px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 83px;
}
.banner-box .title span{
  font-weight: bold;
}
.banner-box .detail{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding:28px 0 78px 0;
  opacity: 0.8;
}
.banner-box .detail span{
  width: 4px;
  height: 6px;
  border-left: 1px solid rgba(210,210,218,0.8);
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 2px;
}
.banner-box .form-title{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.banner-box .form-title a{
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 18px;
}
.banner-box .form-title a:hover{
  color:#FF5F18;
}
.banner-box .form-title a::after{
  content: '';
  display: inline-block;
  width: 19px;
  height: 12px;
  margin-left: 4px;
  background: url(../images/commissionNew/bannerJt.png) no-repeat;
  vertical-align: -2px;
}
.banner-box .form-title a:hover::after{
  background: url(../images/commissionNew/bannerJth.png) no-repeat;
}

.banner-box .content .service{
  width: 148px;
  height: 48px;
  background: #195BE8;
  text-align: center;
  line-height: 48px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.banner-box .content .service::after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/financeNew/icon.png) no-repeat;
  vertical-align: -3px;
  margin-left: 6px;
}
.banner-box .content .service:hover{
  background: #00C8FF;
}

.banner-form{
  width: 316px;
  height: 412px;
  background: #FFFFFF;
  padding: 32px;
  box-sizing: border-box;
  margin-top:74px;
}


.banner-box form{
  margin-top:25px;
}
.banner-box form .input-box{
  width: 399px;
  height: 56px;
  background: #FFFFFF;
  padding:0 19px;
  box-sizing: border-box;
  margin-right: 6px;
}
.banner-box form .input-box img{
  width: 18px;
  height: 18px;
  padding-right: 14px;
  border-right:1px solid #EAEAEA;
}
.banner-box form .input-box input{
  padding-left: 18px;
  width: 84%;
  height: 100%;
}

.banner-box form .form-button{
  width: 224px;
  height: 56px;
  background: #FF5F18;
  /* margin-left: 12px; */
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.banner-box form .form-button img{
  width:16px;
  height:16px;
  margin-left: 6px;
  vertical-align: -3px;
}
.banner-box form .form-button:hover{
  background:#EF4009;
}
/* 热门建筑资质服务 */
.licence,.architecture{
  background: #ECEEF3;
  width: 100%;
}
.architecture-list {
  position: relative;
  width: 420px;
  height: 200px;
  background: #FFFFFF;
  margin:0 10px 10px 0;
  overflow: hidden;
  transition: all 0.3s;
}
.architecture-list:nth-child(3n){
  margin-right: 0;
}
.architecture-list .imgs {
  position: absolute;
  right: 0;
  top:32px;
  width: 66px;
  height: 38px;
}
.architecture-list .architecture-cons{
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:36px 38px;
  box-sizing: border-box;
}
.architecture-list .imgBg{
  position: absolute;
  top: 0;right: 0;bottom: 0;left: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  /* transform-origin: 50% 50%;
  transform: scale(0); */
}
.architecture-list:hover .imgBg{
  opacity: 1;
  transform: scale(1.05);
}
.architecture-list h4 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  transition: all 0.3s;
}
.architecture-list .des {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  padding:8px 0 16px 0;
  transition: all 0.3s;
}
.architecture-list .line {
  width: 12px;
  height: 1px;
  background: #E8E8E8;
  transition: all 0.3s;
}
.architecture-list .buttons {
  width: 90px;
  height: 30px;
  border: 1px solid #D0D3D8;
  margin-top: 28px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s;
}
.architecture-list .buttons::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/commissionNew/architecturejth.png) no-repeat;
  vertical-align: -1px;
}

/* .architecture-list:nth-child(1):hover{
  background: url(../images/commissionNew/architecture1.png) no-repeat;
}
.architecture-list:nth-child(2):hover{
  background: url(../images/commissionNew/architecture2.png) no-repeat;
}
.architecture-list:nth-child(3):hover{
  background: url(../images/commissionNew/architecture3.png) no-repeat;
}
.architecture-list:nth-child(4):hover{
  background: url(../images/commissionNew/architecture4.png) no-repeat;
}
.architecture-list:nth-child(5):hover{
  background: url(../images/commissionNew/architecture5.png) no-repeat;
}
.architecture-list:nth-child(6):hover{
  background: url(../images/commissionNew/architecture6.png) no-repeat;
} */
.architecture-list:hover h4{
  color: #ffffff;
}
.architecture-list:hover .des{
  color: #ffffff;
}
.architecture-list:hover .line{
  background: #ffffff;
}
.architecture-list:hover .buttons{
  color:#ffffff;
  background:#195BE8;
}
.architecture-list:hover .buttons::after{
  background: url(../images/commissionNew/architecturejtw.png) no-repeat;
}
.architecture-list .buttons:hover{
  background: #ffffff;
  color:#195BE8;
}
.architecture-list .buttons:hover::after{
  background: url(../images/commissionNew/architecturejt.png) no-repeat;
}
/* 热门许可证代办 */
.licence{
 padding-bottom: 50px;
}
.licence-list{
  width: 312px;
  height: 230px;
  background: #FFFFFF;
  margin:0 10px 10px 0;
}
.licence-list:hover P{
  color:#0075FF;
}
.licences{
  display: none;
}
.licence-list:nth-child(4n){
  margin-right: 0;
}
.licence-list{
  padding: 38px;
 box-sizing: border-box;
}
.licence-list>.img{
  width: 42px;
  height: 42px;
}
.licence-list>p{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  padding:49px 0 19px 0;
}
.licence-list::after{
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  background: url(../images/commissionNew/licencejt.png) no-repeat;
}
.licence-list:hover::after{
  background: url(../images/commissionNew/licencejth.png) no-repeat;
}

/* 新资质标准 */
.standard-bg{
  width: 100%;
  height: 1293px;
  background: url(../images/commissionNew/bgda.png) center center no-repeat;
}

.standard-bg .commission-title h2{
  color: #FFFFFF;
}
.standard-bg .commission-title h2 span{
  color: #A8A8A8;
}
.standard-list{
  height: 376px;
  background: #152543;
  margin-right: 10px;
}
.standard-list:nth-child(1){
  width: 501px;
}
.standard-list:nth-child(2){
  width: 465px;
}
.standard-list:nth-child(3){
  width: 294px;
  margin-right: 0 !important;
}
.standard-list .titles{
  height: 100px;
  padding:28px 40px 28px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.standard-list:nth-child(1) .titles{
  background: url(../images/commissionNew/bg1.png) no-repeat;
}
.standard-list:nth-child(2) .titles{
  background: url(../images/commissionNew/bg2.png) no-repeat;
}
.standard-list:nth-child(3) .titles{
  background: url(../images/commissionNew/bg3.png) no-repeat;
  padding-right: 0;
}
.standard-list .titles .number{
  width: 68px;
  height: 44px;
}
.standard-list .titles .text{
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 10px;
}
.standard-list .titles .alls{
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
.standard-list .titles .alls img{
  width: 20px;
  height: 16px;
  position: relative;
  right: 0;
  transition: all 0.3;
}
.standard-list .titles .alls:hover img{
  right: -10px;
}
.standard-ul{
  width: 100%;
  padding:50px 40px 0 40px;
  box-sizing: border-box;
}

.standard-ul li:nth-child(2n+1)>a{
  float: left;
}
.standard-ul li:nth-child(2n)>a{
  float: right;
}
.standard-ul.ul01 li:nth-child(2n+1)>a{
  width: 200px;
}
.standard-ul.ul01 li:nth-child(2n)>a{
  width: 158px;
}
.standard-ul.ul02 li>a{
  width: 144px;
}

.standard-ul.ul03 li>a{
  width: 116px;
  float: left;
}
.standard-ul li>a{
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 36px;
}
.standard-ul li>a::after{
  content: '';
  display: inline-block;
  background: url(../images/commissionNew/icon-2jt.png) no-repeat;
  width: 19px;
  height: 13px;
  float: right;
}
.standard-ul li>a:hover{
  color:#195BE8 ;
}
.standard-ul li>a:hover::after{
  background: url(../images/commissionNew/icon-2jth.png) no-repeat;
}