@charset "UTF-8";
/* ========== 首页 start ========== */
@keyframes quanquan{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);}25%{transform:rotate(90deg);-webkit-transform:rotate(90deg);}50%{transform:rotate(180deg);-webkit-transform:rotate(180deg);}75%{transform:rotate(270deg);-webkit-transform:rotate(270deg);}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}}
.indexNumber{
	position: absolute;
	bottom: 50px;
	left: 9.375%;
	right: 9.375%;
	z-index: 8;
	display: flex;
	justify-content: space-between;
}
.indexNumber dd{
	flex: 1;
	text-align: center;
	position: relative;
}
.indexNumber dd::before{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	right: 0;
	top: 50%;
	margin-top: -20px;
	background: #f5f5f5;
}
.indexNumber dd:last-child:before{
	display: none;
}
.indexNumber dd .title{
	height: 50px;
	line-height: 50px;
	font-size: 52px;
	color: #fff;
	overflow: hidden;
	display: flex;
	align-items: end;
	justify-content: center;
}
.indexNumber dd .title em{
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	font-style: normal;
	text-align: center;
}
.indexNumber dd .text{
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
}
/* ————— indexBanner end ————— */
/* ========== 首页 start ========== */
.indexTitle .title{
	height: 64px;
	line-height: 64px;	
	font-size: 42px;
	font-weight: bold;
	color: #333;
	font-weight: bold;
}
.indexTitle .egTitle{
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	font-weight: bold;
	color: rgba(153,153,153,0.3);
	text-transform: uppercase;
} 
.indexColumn1{
	position: relative;
	padding: 80px 0 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.indexColumn1 .wrap{
	width: 76.0417%;
}
.flex{
	display: flex;
	position: relative;
}
.flexC{
	flex: 1;
}
.indexColumn1 .flex{
	padding-top: 50px;
}
.colum1Pic{
	width: 43.3319%;
}
.colum1Pic .pic::before{
	padding-top: 123.809524%;
}
.colum1Content{
	margin-left: 9.25%;
}
.indexColumn1 .indexTitle .egTitle{
	color: rgba(207, 169, 114, 0.3);
}
.colum1Infor{
	line-height: 46px;
	font-size: 28px;
	font-weight: bold;
	color: var(--themeColor);
	margin-bottom: 15px;
}
.colum1InforC{
	height: 160px;
	line-height: 32px;
	overflow: hidden;
	font-size: 18px;
	color: #666;
	overflow: hidden;
	margin-bottom: 25px;
}
.indexColumn1 .indexMore{
	margin: 0 auto 35px;
}
.column1Video{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.column1Video .pic::before{
	padding-top: 56.25%;
}
.column1Video .pic::after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0,.15);
}
.column1Video .playBtn{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	z-index: 5;
}
.column1Video .playBtn::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	background: rgba(255, 255, 255,.55);
	top: 0;
	left: 0;
	z-index: 2;
}
.column1Video .playBtn::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	background: rgba(255, 255, 255, 1);
	top: 0;
	left: 0;
	animation-delay: 1s;
	z-index: 3
  }
  /* 动画效果：光圈的渐变变化 */
@keyframes pulse {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	50% {
	  transform: scale(1.5);
	  opacity: .55;
	}
	100% {
	  transform: scale(2);
	  opacity: .25;
	}
  }
  
  .column1Video .playBtn i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	border-radius: 50%;
	background:#fff url(../images/sj.png) center center no-repeat;
  }
  .indexColumn1Zs{
	position: absolute;
	width: 232px;
	height: 236px;
	z-index: 5;
	left: 41%;
	bottom: -100px;
	background: url(../images/jian.png) center center no-repeat;
  }
  .indexColumn1Zs::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	border-radius: 50%;
	background: url(../images/moreYuan.png) center center no-repeat;
	animation: _zhuan 36s linear infinite;
  }
  
@keyframes _zhuan {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
.indexColumn2{
	position: relative;
	padding: 65px 0 95px;
	overflow: hidden;
}
.indexColumn2 .wrap{
	position: relative;
	z-index: 5;
}
.moveBg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.col1BgBox {
	position: absolute !important;
	width: 101%;
	height: 101%;
	left: -0.5% !important;
	top: -0.5% !important;
}

.col1Bg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.indexColumn2 .indexTitle{
	text-align: center;
}
.indexColumn2 .indexTitle .title{
	color: #fff;
	font-weight: normal;
}
.indexColumn2 .indexTitle .egTitle{
	color: rgba(255, 255, 255, 0.3);
	font-weight: normal;
}
.indexColumn2C{
	padding: 54px 68px;
	background: #fff;
	border-radius: 20px;
}
.indexColumn2Swiper{
	overflow: hidden;
}
.indexColumn2Dl dd{
	float: left;
	display: inline;
	width: 20%;
}
.indexColumn2Dl dd.odd{
	background: #f7f9fb;
}
.indexColumn2Dl dd a{
	display: block;
	padding: 35px 10px 25px;
}
.indexColumn2Dl dd .icon{
	width: 75px;
	height: 75px;
	margin: 0 auto 18px;
	position: relative;
}
.indexColumn2Dl dd .icon::after{
	display: block;
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	bottom: -5px;
	left: -5px;
	background: #e6dbc4;
	border-radius: 46px;
}
.indexColumn2Dl dd:hover .icon::after{
	animation: pulse1 500ms linear forwards;
}
@keyframes pulse1 {
    0% {
		width: 46px;
		height: 46px;
		bottom: -5px;
		left: -5px;
    }
    100% {
		width: 75px;
		height: 75px;
		left: 0;
		bottom: 0;
    }
}
.indexColumn2Dl dd .icon i{
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: center;
}
.indexColumn2Dl dd .title{
	height: 28px;
	line-height: 26px;
	text-align: center;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexColumn2Dl dd .title1{
	height: 26px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: rgba(153,153,153,0.3);
	text-transform: capitalize;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexColumn2Dl dd:hover .title,
.indexColumn2Dl dd:hover .title1{
	color: var(--themeColor);
}
.column2Hanld{
	display: flex;
	justify-content: center;
	position: relative;
}
.column2HanldC{
	position: relative;
	display: flex;
}
.column2HanldBtn{
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 38px;
	top: 0;
	border: 1px solid rgba(153,153,153,0.3);
	border-radius: 50px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
}
.column2HanldBtn::after{
	font-size: 20px;
	color: #999;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
}
.column2HanldBtn:hover{
	border-color: var(--themeColor);
}
.column2HanldBtn:hover:after{
	color: var(--themeColor);
}
.indexColumn3{
	position: relative;
	padding: 125px 0 130px;
	overflow: hidden;
}
.indexColumn3Left{
	width: 270px;
	padding-top: 100px;
}
.indexColumn3 .flex{
	padding-top: 75px;
}
.indexColumn3Dl{
	margin-bottom: 60px;
}
.indexColumn3Dl dd a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	position: relative;
	padding-left: 50px;
}
.indexColumn3Dl dd a::before{
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: var(--themeColor);
	transition: all .4s;
	-webkit-transition: all .4s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: 0 0;
}
.indexColumn3Dl dd.hover a::before{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.indexColumn3Dl dd.hover a{
	font-weight: bold;
	color: var(--themeColor);
}
.indexColumn3Right{
	position: relative;
	height: 540px;
}
.indexColumn3Table{
	position: absolute;
	width: 115%;
	left: 0;
	overflow: hidden;
	height: 540px;
}
.indexColumn3Swiper{
	height: 540px;
}
.indexColumn3Swiper .con{
	margin: 0 30px; 
}
.indexColumn3Swiper .pic::before{
	padding-top: 56.25%;
}
.indexColumn3Swiper .pic{
	margin-bottom: 30px;
}
.indexColumn3Swiper .title{
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #333;
	overflow: hidden;
}
.indexColumn3Swiper .infor{
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	margin-bottom: 15px;
}
.indexColumn3Swiper .time{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
}
.indexColumn3Tab{
	display: none;
}
.indexColumn3Tab.active{
	display: block;
}
.indexColumn3Swiper .swiper-slide .title,
.indexColumn3Swiper .swiper-slide .infor,
.indexColumn3Swiper .swiper-slide .time{
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all .5s;
	-webkit-transition: all .5s;
}
.indexColumn3Swiper .swiper-slide .infor{
	transition-delay: .1s;
}
.indexColumn3Swiper .swiper-slide .time{
	transition-delay: .3s;
}
.indexColumn3Swiper .swiper-slide.swiper-slide-active .title,
.indexColumn3Swiper .swiper-slide.swiper-slide-next .title,
.indexColumn3Swiper .swiper-slide.swiper-slide-active .infor,
.indexColumn3Swiper .swiper-slide.swiper-slide-active .time{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.indexColumn3Hanld{
	position: absolute;
	bottom:10px;
	left: 45%;
	width: 320px;
}
.indexColumn3Bottom{
	display: flex;
	width: 120px;
	height: 40px;
	justify-content: space-between;
}
.indexColumn3Btn{
	position: relative;
	width: 40px;
	height: 40px;
	top: 0;
	margin-top: 0;
	border: 1px solid rgba(153,153,153,0.3);
	border-radius: 50px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
}
.indexColumn3Btn::after{
	font-size: 20px;
	color: #999;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
}
.indexColumn3Btn:hover{
	border-color: var(--themeColor);
}
.indexColumn3Btn:hover:after{
	color: var(--themeColor);
}
.indexColumn3Top{
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
	color: #999;
}
.indexColumn3Page{
	height: 60px;
	line-height: 60px;
}
.indexColumn3Page span{
	font-size: 20px;
	font-weight: bold;
	color: var(--themeColor);
	margin-right: 3px;
}
.indexColumn3Page em{
	font-style: normal;
	font-size: 16px;
	color: #999;
	margin-left: 3px;
}
.indexColumn3ScrollC{
	position: relative;
	margin-left: 30px;
	flex: 1;
}
.indexColumn3ScrollC .swiper-pagination-progressbar{
	height: 2px !important;
	background: #999 !important;
}
.indexColumn3ScrollC .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: var(--themeColor) !important;
}
/*==========  律师事务所简介 start ========== */
.introTitleEg{
	position:absolute;
	width: 100%;
	height: 120px;
	font-size: 120px;
	text-align: center;
	font-weight: bold;
	-webkit-text-stroke: 1px rgba(51,102,144,0.05); 
	-webkit-text-fill-color : transparent;
	color:transparent;
	left: 0;
	top: -60px;
}
.introTitle{
	height: 55px;
	line-height:55px;
	text-align: center;
	font-size: 32px;
	color: #121212;
	margin-bottom: 25px;
}
.introTitle span{
	display: inline-block;
	position: relative;
	padding: 0 45px;
	height: 55px;
	overflow: hidden;
}
.introTitle span::before{
	display: block;
	content: '';
	position: absolute;
	width: 25px;
	height: 1px;
	left: 0;
	top: 50%;
	background: #336690;
}
.introTitle span::after{
	display: block;
	content: '';
	position: absolute;
	width: 25px;
	height: 1px;
	right: 0;
	top: 50%;
	background: #336690;
}
.introTopTitle{
	height: 44px;
	line-height: 44px;
	width: 52%;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: lighter;
	color: #336690;
	position: relative;
}
.introTopTitleC{
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.introTopTitle em{
	font-size: 12px;
	font-style: normal;
	padding: 0 5px;
}
.introTop .column1Video{
	width: 44.8718%;
	margin-left: 50px;
}
.introTop .column1Video .pic::before{
	padding-top: 56.25%;
}
.introTopContent{
	line-height: 40px;
	font-size: 18px;
	color: #333;
}
.introTop{
	overflow: hidden;
	margin-bottom: 80px;
}
.introBottom .introPic{
	width: 44.8718%;
	margin-right: 50px;
	border-radius: 10px;
	overflow:hidden ;
}
.introBottom .introPic .pic::before{
	padding-top: 100%;
}
.introBottomC{
	line-height: 40px;
	font-size: 18px;
	color: #333;
}
.introZs{
	width:160px;
	height: 160px;
	margin: 0 auto;
	background: url(../images/zsJian.png) center center no-repeat;
	position: relative;
  }
  .introZs::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	border-radius: 50%;
	background: url(../images/moreZS.png) center center no-repeat;
	animation: _zhuan 36s linear infinite;
  }
  .introColumn1{
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow:hidden;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.08);
  }
  .introColumn1 .indexNumber{
	left: 0;
	right: 0;
	bottom: 20px;
  }
  .introColumn1 .wrap{
	position: relative;
	height: 100%;
  }
  .introColumn1 .title{
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
  }
  .indexNumber {
	margin: 0 -50px;
  }
  .indexNumber dd .con{
	margin: 0 50px;
  }
  .indexNumber dd .title{
	font-size: 42px;
	font-weight: normal;
  }
  .indexNumber dd .title span{
	margin-right: 5px;
	font-weight: normal;
  }
  .indexNumber dd::before{
	display: none;
  }
  .introColumn2{
	padding: 70px 0 90px;
  }
  .introColumn2C{
	line-height: 40px;
	font-size: 18px;
	color: #333;
  }
/*==========  律师事务所简介 end ========== */

/*==========  分支机构 start ========== */
.branchBox{
	display: flex;
}
.branchL{
	width:  72.0953%;
	margin-right:6.41026% ;
}
.branchR{
	flex: 1;
	position: relative;
}
.branchRConetnt{
	position: absolute;
	width: 153%;
	top: 0;
	left: 0;
	background: #fafafa;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:70px 20% 25px;
}
.branchRTitle{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #666;
	position: relative;
	padding-left: 25px;
}
.branchRTitle::before{
	display: block;
	content: '';
	position: absolute;
	width: 4px;
	height: 28px;
	left: 0;
	top: 50%;
	margin-top: -14px;
	background: #336690;
}
.branchRDl{
	display: flex;
	flex-wrap: wrap;
}
.branchRDl dd{
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 25px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
}
.branchRDl dd.hover,
.branchRDl dd:hover{
	color: var(--themeColor);
	cursor: pointer;
}
.branchLDl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
	padding-top: 50px;
} 
.branchLDl dd{
	width: 50%;
	position: relative;
}
.branchLDl dd::before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #eee;
}
.branchLDl dd:nth-child(odd)::before {
	left: 25px;
	right: 0px;
  }
  
  .branchLDl dd:nth-child(even)::before {
	left: 0px;
	right: 25px;
  }
  .branchLDl dd:nth-child(even)::before {
	left: 0px;
	right: 25px;
  }
  .branchLDl dd:nth-last-child(1)::before,
  .branchLDl dd:nth-last-child(2)::before{
	display: none;
  }
.branchLDl dd a{
	height: 405px;
	display: block;
	margin: 0 25px;
	padding: 70px 0 0px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.branchLDl dd .title{
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #333;
}
.branchLDl dd .titleEg{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #dbdbdb;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.branchLDl dd .inforC{
	padding: 8px 0;
	line-height: 32px;
	display: flex;
}
.branchLDl dd .inforC span{
	font-size: 16px;
	color: #666;
	width: 100px;
}
.branchLDl dd .inforC em{
	font-size: 16px;
	color: #666;
	font-style: normal;
}
.branchLDl dd.hover a,
.branchLDl dd:hover a{
	padding: 70px 20px 0px 50px;
	box-shadow: 0px 5px 10px 0px rgba(51, 102, 144, 0.25);
}
.branchLDl dd.hover a .title,
.branchLDl dd:hover a .title{
	color: var(--themeColor);
}
.branchLDl dd.hover::before{
	display: none;
} 
  
/*========== 分支机构 end  ========== */

/*========== 分支机构详情 start  ========== */
.backBranch .wrap{
	position: relative;
	height: 0;
	z-index: 5;
}
.backBranch a{
	position: absolute;
	right: 0;
	bottom: 15px;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	font-size: 16px;
	color: #fff;
	background: url(../images/backPrev.png) left center no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.backBranch a:hover{
	opacity: .85;
	padding-left: 34px;
}
.BranchViewColumn1{
	padding: 95px 0 0;
}
.BranchViewColumn1 .title{
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 36px;
}
.BranchViewColumn1 .titleEg{
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 32px;
	text-transform: capitalize;
}
.BranchViewC{
	overflow: hidden;
	padding-top: 50px;
}
.BranchViewPic{
	width: 42%;
	margin-left: 50px;
}
.BranchViewPic .pic::before{
	padding-top: 56.25%;
}
.BranchViewText{
	padding-top: 15px;
	line-height: 36px;
	font-size: 18px;
	color: #454545;
}
.BranchPge{
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
}
.BranchPge a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.BranchPge a:hover{
	color: var(--themeColor);
}
.BranchViewColumn2{
	display: flex;
}
.BranchViewSwiper{
	width: 62.1795%;
	overflow: hidden;
}
.BranchViewSwiper .pi::before{
	padding-top:63.7306% ;
}
.BranchViewColumn2 .text{
	flex: 1;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 6.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.BranchViewColumn2 .text .titleName{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #333;
}
.BranchViewColumn2 .text .textItem{
	display: flex;
	justify-content: left;
	align-items: left;
	font-size: 16px;
	color: #444;
	padding: 10px 0;
	min-height: 40px;
}
.BranchViewColumn2 .text .textItem span{
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	width: 80px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.BranchViewColumn2 .text .textItem em{
	flex: 1;
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #444;
	font-style: normal;
}
/*========== 分支机构详情 end  ========== */

/*========== 律师查询 start  ========== */
.InquiryStaffBox{
	padding: 40px 11%;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
}
.InquiryStaffList {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
	padding: 35px 0;
	display: flex;
	margin-bottom: 60px;
}
.InquiryStaffItem{
	flex: 1;
	position: relative;
}
.InquiryStaffItem::before{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 30px;
	right: 0;
	top: 50%;
	margin-top: -15px;
	background: #cdcdcd;
}
.InquiryStaffItem:last-child:before{
	display: none;
}
.InquiryStaffItem .aykj_cssSelect .aykj_selectLt{
    min-height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    padding: 0 70px 0 40px;
}
.InquiryStaffItem .aykj_cssSelect .aykj_optionBox{
    height: 30px;
    line-height: 30px;
}
.InquiryStaffItem .aykj_cssSelect .aykj_optionBox span{
    font-size: 14px;
}
.InquiryStaffItem .aykj_cssSelect .aykj_selectRt{
    width: 66px;
    background: url(../images/xiala.png) center center no-repeat;
}
.InquiryStaffItem .aykj_cssSelect .aykj_selectRt::before{
    display: none;
}
.InquiryStaffItem  .aykj_cssSelect .aykj_selectBox{
    border:none;
}
.InquiryStaffTitle{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}  
.InquiryStaffDl{
	display: flex;
	margin-bottom: 50px;
}
.InquiryStaffDl dd {
	margin: 0 10px;
} 
.InquiryStaffDl dd a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	font-size: 18px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.InquiryStaffDl dd.hover a,
.InquiryStaffDl dd:hover a{
	color: var(--themeColor);
}
.InquiryStaffSearch{
	width: 715px;
	margin: 0 auto;
	height: 50px;
	border-bottom: 1px solid #336690;
	display: flex;
}
.inquiryButton{
	width: 50px;
	height: 50px;
}
.inquiryButton button{
	width: 50px;
	height: 50px;
	background: url(../images/serachw.png) center center no-repeat;
}
.inquiryInput{
	flex: 1;
}
.inquiryInput input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inquiryInput input::-webkit-input-placeholder{
	color: #333;
	font-size: 16px;
}
.staffDl{
	margin:0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.staffDl dd{
	width: 50%;
	padding: 15px 0;
}
.staffDl dd a{
	display: flex;
	margin: 0 15px;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.staffDl dd a .pic{
	width: 54.61%;
}
.staffDl dd a .pic::before{
	padding-top: 103%;
} 
.staffDl dd a .text{
	flex: 1;
	overflow: hidden;
	margin-left: 30px;
	padding:50px 0 0;
}
.staffDl dd a .text .title{
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.staffDl dd a .text .title span{
	font-size: 16px;
}
.staffDl dd a .text .address{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	margin-bottom: 32px;
}
.staffDl dd a .textC{
	height: 128px;
	line-height: 32px;
	font-size: 18px;
	color: #333;
	overflow:hidden;
	margin-bottom: 5px;
}
.staffDl dd a .more{
	border-top:1px solid #999 ;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #999;
	padding-right: 20px;
	background: url(../images/listMore.png) right center no-repeat;
	transition: all .3s;
	-webkit-transition: all .3s;
} 
.staffDl dd a:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.staffDl dd a:hover .title{color: var(--themeColor);}
.staffDl dd a:hover .more{
	border-color: var(--themeColor);
	color: var(--themeColor);
	background: url(../images/listMore_h.png) right center no-repeat;
}
/*========== 律师查询 end  ========== */
/*========== 律师详情 start  ========== */
.staffViewBox{
	padding: 70px;
	background: #fff;
	display: flex;
}
.staffViewPic{
	width: 440px;
	position: relative;
	z-index: 3;
	margin-right: 60px;
}
.staffViewPic::before{
	display: block;
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: 10px;
	bottom: -10px;
	background: #39668a;
}
.staffViewPic .pic::before{
	padding-top: 135.2273%;
}
.staffViewBox .text{
	flex: 1;
	padding-top: 40px;
}
.staffViewBox .name{
	height: 78px;
	line-height: 78px;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}
.staffViewBox .duty,
.staffViewBox .tel{
	padding: 20px 0;
	line-height: 30px;
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}
.staffViewBox .content{
	padding: 20px 0;
}
.staffViewBox .content .title{
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.staffViewBox .content .textc{
	line-height: 30px;
	font-size: 18px;
	color: #666;
	text-indent: 2em;
	min-height: 210px;
}
.staffViewPage{
	display: flex;
	justify-content: space-between;
}
.staffViewPage a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.staffViewPage a:hover{
	color: var(--themeColor);
}
/*========== 律师详情 end  ========== */

/*========== 视频中心 start  ========== */
.videoCenter{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.videoCenter .pic::before{
	padding-top:47.1154%;
}
.videoCenter .pic::after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0,.15);
}
.videoCenter .playBtn{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 5;
}
.videoCenter .playBtn::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	background: rgba(255, 255, 255,.55);
	top: 0;
	left: 0;
	z-index: 2;
}
.videoCenter .playBtn::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	background: rgba(255, 255, 255, 1);
	top: 0;
	left: 0;
	animation-delay: 1s;
	z-index: 3
  }
  .videoCenter .playBtn i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    border-radius: 50%;
    background: #1e39ac url(../images/common/icon8.png) center center no-repeat;
}
/*========== 视频中心 end  ========== */

/*========== 业务领域 start  ========== */
.businessTitle{
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 42px;
	color: #333;
	margin-bottom: 20px;
}
.businessColumn .text{
	line-height: 38px;
	font-size: 18px;
	color: #777;
	text-align: center;
}
.businessColumn2{
	padding-top: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.businessDl{
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.businessDl dd{
	float: left;
	display: inline;
	width: 25%;
	height: 170px;
	position: relative;
	overflow: hidden;
}
.businessDl dd:after {
    display: block;
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    left: -250%;
    top: 0;
    background: rgba(51, 101, 144, 0.8);
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    transition: 1.28s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: 1.28s cubic-bezier(.215,.61,.355,1);
    -moz-transition: 1.28s cubic-bezier(.215, .61, .355, 1);
}
.businessDl dd:hover:after {
    left: -50%;
}
.businessDl dd a{
	position: relative;
	z-index: 5;
	display: flex;
	height: 170px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.businessDl dd a::after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.businessDl dd .icon{
	width: 75px;
	height: 75px;
	margin: 0 auto;
	position: relative;
}
.businessDl dd .icon i{
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
	z-index: 5;
	opacity: .8;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.businessDl dd:hover .icon i{
	opacity: 1;
}
.businessDl dd .title{
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.businessDl dd .title1{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,0.5);
	text-transform: capitalize;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.businessDl dd:hover .title,
.businessDl dd:hover .title1{
	color: #fff;
}
/*========== 业务领域 end  ========== */

/* 培训直播 start */
.liveVideoColumnL{
	flex: 1;
	position: relative;
}
.liveVideoColumnL a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.liveVideoColumnL a img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.liveVideoColumnL .text{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 70px;
	line-height: 70px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.liveVideoColumnL .playBtn{
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	background: rgba(0, 0, 0, 0.5) url(../images/common/videoIco.png) no-repeat center center;
    background-size: 60px;
	border-radius: 60px;
}
.liveSwiper{
	position: relative;
	overflow: hidden;
	padding: 20px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 510px;
	height:600px;
	background: #fff;
	box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.08);
}
.liveSwiper .bd {
	height: 560px;
	overflow: hidden;
}
.liveSwiper .bd .swiper-slide{
	height:140px !important;
	padding: 12px 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.liveSwiper .swiper-slide .con{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.liveSwiper .swiper-slide .pic{
	width: 205px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 30px;
}
.liveSwiper .swiper-slide .pic::before{
	padding-top: 56.1%;
}
.liveSwiper .swiper-slide .text{
	flex: 1;
	overflow: hidden;
}
.liveSwiper .swiper-slide .title{
	height: 60px;
	line-height: 30px;
	overflow:hidden;
	font-size: 18px;
	color: #333;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.liveSwiper .swiper-slide .time{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.liveSwiper .swiper-slide:hover .title,
.liveSwiper .swiper-slide.active .title,
.liveSwiper .swiper-slide.active .time,
.liveSwiper .swiper-slide:hover .time{
	color: var(--themeColor);
}
.liveVideoColumn1{
	padding:0px 50px 0px;
	background: #fff;
	display: flex;
}
.liveVideoColumn1l{
	width: 305px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 70px;
	margin-right: 50px;
	margin-bottom: 40px;
}
.liveVideoColumn1l .pic::before{
	padding-top: 100%;
}
.liveVideoColumn1r{
	overflow: hidden;
	padding-top: 96px;
}
.liveVideoColumn1l .name{
	position: absolute;
	left: -35px;
	right: -35px;
	height: 107px;
	bottom: 0;
	z-index: 2;
	background: url(../images/videZs1.png) no-repeat center center;
	text-align: center;
	line-height:120px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.liveVideoColumn1r{
	padding-left: 40px;
	border-left: 1px solid rgba(153, 153, 153, .15);
	position: relative;
	background: url(../images/videoZs.png) 260px 30px no-repeat;
}
.liveVideoColumn1r .title{
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #333;
	margin-bottom: 30px;
}
.liveVideoColumn1r .content{
	line-height: 40px;
	font-size:18px;
	color: #666;
}
.liveTable{
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	background: #336690;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: space-between;
}
.liveTableDl dd{
	float: left;
	display: inline;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin-right: 45px;
}
.liveTableDl dd a{
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.liveTableDl dd.hover{
	padding-left: 45px;
	background: url(../images/shadeIcon.png) left center no-repeat;
	color: #e2e2e2;
}
.liveTable .more a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.liveTable .more a:hover{
	opacity: .85;
}
.liveTableC{
	padding: 38px 35px;
}
.liveVideo{
	overflow: hidden;
}
.liveVideo  dd{
	float: left;
	display: inline;
	width: 25%;
	padding: 10px 0;
}
.liveVideo  dd .con{
	display: block;
	margin: 0 15px;
	position: relative;
}
.liveVideo  dd .type{
	position: absolute;
	right: 0px;
	top: -8px;
	width: 119px;
	height: 25px;
	line-height: 23px;
	font-size: 15px;
	color: #fff;
	background: url(../images/liveIcon.png) right top no-repeat;
	z-index: 5;
	text-align: center;
}
.liveVideo  dd .playBtn{
	position: absolute;
	width: 48px;
	height: 48px;
	left: 50%;
	top: 50%;
	margin:-24px 0 0 -24px;
	background: url(../images/common/videoIco.png) no-repeat center center;
    background-size:40px;
}
.liveVideo  dd .pic{
	border-radius: 5px;
	margin-bottom: 5px;
}
.liveVideo  dd  .text{
	height: 68px;
	line-height: 34px;
	font-size: 18px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.liveVideo  dd .con:hover  .text{
	color: var(--themeColor);
}
/* 培训直播 end */

/* 直播回放 start */
.liveView2{
	padding: 30px 20px;
	background: #fff;
}
.liveView2Title{
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.liveView2Top{
	display: block;
	height: 38px;
	line-height: 38px;
	display: flex;
	margin-bottom: 5px;
}
.liveView2Top .title{
	flex: 1;
	line-height: 38px;
	font-size: 16px;
	color: #387ed6;
	padding-left: 30px;
	background: url(../images/liveIcon1.png) no-repeat left 10px;
}
.liveView2Top  .type{
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 20px;
	background: #336690;
	color: #fff;
}
.liveView2Conetnt{
	display: flex;
	align-items: center;
}
.liveView2Conetnt .text{
	padding-left: 30px;
	position: relative;
	flex: 1;
	margin-right: 10%;
}
.liveView2Conetnt .text .content{
	font-size: 14px;
	color: #666;
	line-height: 34px;
	position: relative;
}
.liveView2Conetnt .text .content::before{
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 34px;
	top: 0;
	left: -30px;
	background: url(../images/liveIcon2.png) left center no-repeat;
}
.liveView2Conetnt .zan{
	height: 42px;
	line-height: 42px;
	padding-left: 28px;
	font-size: 14px;
	color: #999;
	background: url(../images/liveIcon3.png) left center no-repeat;
	cursor: pointer;
}
.liveView2Conetnt .zan.active{
	color: var(--themeColor);
}
.liveView2Conetnt .liveView2Time span{
	line-height: 46px;
	font-size: 14px;
	color: #999;
	margin-right: 60px;
}
/* 直播回放 end */

/* ========== 留言 start ========== */
.messagePage{ background: #FFF; padding:20px}
.messageBox{ padding:20px;}
.messageTitle{position: relative;padding-left: 20px;margin-bottom: 20px; height: 50px; line-height: 50px; border-bottom: 1px solid #ddd;}
.messageTitle::before{width: 4px;height: 26px;background: var(--themeColor);display: block;content: '';position: absolute;top: 50%;left: 0;margin-top: -13px;}
.messageTitle .conL{ float: left; display: inline; font-size: 24px;color: #000000;}
.messageTitle .conR{ float: right; display: inline;}
.messageTitle .conR a{ color:var(--themeColor); font-size: 14px;}
.messageTitle .conR a:hover{ color: var(--themeColor);}
/* 留言展示列表start */
.messageList dd{padding-bottom: 20px;margin-bottom: 30px;background: #FFF;padding: 20px; border-radius: 5px;border: 1px solid #f5f5f5;box-shadow: 0px 0px 4px rgb(0 0 0 / 3%);}
.messageList dd:last-child{ border-bottom: none; margin-bottom: 0;}
.msgHead{ overflow: hidden; height: 40px; line-height: 40px; font-size: 14px;}
.msgHeadL{float: left; display: inline; color: #333;}
.msgHeadL span{ font-size:14px}
.msgHeadR{float: right; display: inline; font-size: 12px; color: #999; padding-left: 20px; background: url(../images/common/timeIco.png) no-repeat left center / auto 15px;}
.msgText{line-height: 25px;color: #666;font-size: 12px;margin-bottom: 5px;}
.msgReplay{line-height: 25px;color: #666;font-size: 12px;background: #f9f9f9;padding: 10px; border-radius: 5px;}
.msgReplay span{ color: var(--themeColor); font-size: 14px;}
/* 留言展示列表end */
/* 留言表单start */
.messageForm{ margin-right: -40px; font-size: 14px;}
.messageForm:after{ clear:both; content: ''; visibility: hidden; display: block;}
.messageForm .item{ width: 50%; float: left; display: inline; margin-bottom: 15px;}
.messageForm .item.w100p{ width: 100%;}
.messageForm .item .con{ margin-right: 40px;}
.messageForm .item .label{ height: 38px; line-height: 38px;}
.messageForm .item .label span{ color: #da0100;}
.messageForm .item .itemC{ clear: both; min-height: 40px;}
/* 留言表单end */




/* 联系我们 start */
.subTitle{
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.contactColumn1{
	padding: 83px 0 0px;
	overflow: hidden;
	height: 645px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fafefe url(../images/contactBg1.png) no-repeat center top / 100% auto;
}
.contactDl{
	display: flex;
	margin: 0 -20px;
}
.contactDl dd{
	flex: 1;
	padding: 25px 0;
}
.contactDl dd .con{
	display: block;
	margin: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .4s;
	-webkit-transition: all .4s;
	text-align: center;
}
.contactDl dd .icon{
	width: 140px;
	height: 140px;
	background: #fff;
	border: 1px solid #cfe2e5;
	margin: 0 auto;
	border-radius: 20px;
	background-position:center center;
	background-repeat: no-repeat;
	margin-bottom: 17px;
}
.contactDl dd .title{
	display: inline-block;
	padding: 0 70px;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid rgba(213,238,242,1);
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}
.contactDl dd .title::before{
	display: block;
	content: '';
	position: absolute;
	width: 36px;
	height: 4px;
	left: 50%;
	margin-left: -18px;
	bottom: -1px;
	z-index: 2;
	background: #e5da00;
}
.contactDl dd .textC{
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 0 38px;
	font-weight: bold;
}
.contactDl dd:last-child .textC{
	font-weight: normal;
}
.contactDl dd .con:hover{
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.contactColumn2{
	background: #f5fbfc;
	padding-top: 82px;
}
.contactColumn2Infor{
	line-height: 32px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.contactContent{
	display: flex;
	padding: 25px 0 120px;
}
.contactL{
	flex: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 210px;
	overflow: hidden;
}
.contactR{
	width: 390px;
	overflow: hidden;
}
.contactForm {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.contactForm .item{
	width: 100%;
	padding: 15px 0px;
} 
.contactForm .item.wd50{
	width: 50%;
}
.contactForm .item .con{
	margin: 0 15px;
	display: flex;
	padding: 0 10px ;
	border-bottom: 1px solid #e5e5e5;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.contactForm .item .label{
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #999;
	padding-right:  10px;
	display: flex;
	align-items: center;
}
.contactForm .item .label span{
	display: block;
	width: 35px;
	height: 40px;
	mask-size: 22px;
    -webkit-mask-size: 22px;
	mask-position: left center;
    -webkit-mask-position: left center;
	mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    overflow: hidden;
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
	background-color: #999999;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.contactForm .item .itemC{
	flex: 1;
}
.contactForm .item .textarea,
.contactForm .item .input{
	border: none;
}
.contactForm .item .input input{
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #333;
}
.contactForm .item .textarea{
	padding: 25px 0;
}
.contactForm .item .textarea textarea{
	line-height: 32px;
	font-size: 18px;
	resize: none;
}
.contactForm .item .formYzm{
	display: flex;
	justify-content: space-between;
}
.contactForm .item  .yzmImg{
	width: auto;
	height: 70px;
}
.contactForm .item .yzmImg img{
	height:70px;
}
.contactForm .item .con:hover{
	border-color: var(--themeColor1);
}
.contactForm .item .con:hover .label span{
	background: var(--themeColor1);
}
.contactForm .item .con:hover .label{
	color: var(--themeColor1);
}
.submit{
	width: 260px;
	height: 70px;
	background: var(--themeColor1);
	border-radius: 10px;
	text-align: left;
	padding: 0 28px;
	border: none !important;
	cursor: pointer;
}
.submit span{
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.submit:hover{
	text-align: center;
	opacity: .8;
}
.submit:hover span{
	display: inline-block;
	text-align: center;
}
.contactR{
	width: 390px;
	height: 585px;
	border-radius: 10px;
	position: relative;
	top: 35px;
}
.contactRImg{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0 10px 10px 0;
	background-size: cover;
}
.contactColumn2{
	overflow: hidden;
}
/* 联系我们 end */

/* 学历提升 start */
.xltsColumn1{
	background:  #fff url(../images/xlts/xltsColumn1bg.png) top center no-repeat;
	padding: 130px 0 110px;
}
.xltsTitleBox .title{
	line-height: 64px;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.xltsTitleBox .xltsInfor{
	line-height: 40px;
	font-size: 18px;
	color: #999;
	text-align: center;
}
.xltsColumnC{
	display: flex;
	padding-top: 35px;
	justify-content: space-between;
}
.xltsImg1{
	width: 435px;
	margin-right: 100px;
}
.xltsColumn1Dl dt{
	height: 78px;
	line-height: 78px;
	font-size: 24px;
	color: #333;
}
.xltsColumn1Dl{
	position: relative;
	z-index: 2;
}
.xltsColumn1Dl dd{
	padding: 8px 0 8px 46px;
	position: relative;
}
.xltsColumn1Dl::before{
	display: block;
	content: '';
	position: absolute;
	top: 105px;
	bottom: 26px;
	width: 1px;
	left: 6px;
	background: url(../images/xlts/xltsLine.png) top center repeat-y;
	z-index: -1;
}
.xltsColumn1Dl dd::before{
	display: block;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 3px solid #cfe2e5;
	box-sizing: border-box;
	left: 0;
	top: 50%;
	margin-top: -7px;
	border-radius: 14px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.xltsColumn1Dl dd .con{
	display: inline-block;
	height: 52px;
	line-height: 52px;
	position: relative;
	z-index: 3;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.xltsColumn1Dl dd .con::before{
	display: block;
	content: '';
	position: absolute;
	left: -25px;
	height: 80px;
	top: 10px;
	right: 0;
	background: url(../images/xlts/jtMask.png) center center no-repeat;
	background-size: 100% 80px;
	z-index: -1;
	transition: all .4s;
	-webkit-transition: all .4s;
	opacity: 0;
	visibility: hidden;
}
.xltsColumn1Dl dd .con .number{
	float: left;
	display: inline;
	font-size: 24px;
	color: #cfe2e5;
	font-weight: bold;
	font-style: oblique;
	margin-right: 25px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.xltsColumn1Dl dd .con .text{
	float: left;
	display: inline;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	color: #666;
	padding-right: 30px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.xltsColumn1Dl dd:hover::before{
	border-color: #40bbcd;
} 
.xltsColumn1Dl dd:hover .con::before{
	opacity: 1;
	visibility: visible;
	top: -10px;
} 
.xltsColumn1Dl dd:hover .number,
.xltsColumn1Dl dd:hover .text{
	color: #40bbcd;
} 
.xltsColumn1Dl dd:hover .con{
	padding-left: 10px;
} 
.xltsColumn2{
	position: relative;
	padding-bottom: 125px;
}
.xltsColumn2::before{
	display: block;
	content: '';
	position: absolute;
	width: 255px;
	height: 465px;
	left: 0;
	top: -166px;
	background: url(../images/xlts/xltsColumn1bg2.png) center center no-repeat;
}
.xltsColumnC2{
	display: flex;
	justify-content: space-between;
	padding-top: 65px;
	position: relative;
	z-index: 4;
}
.xltsColumnDl dd{
	padding: 15px 0;
}
.xltsColumnDl .con{
	display: flex;
	align-items: center;
}
.xltsColumnDl .con .icon{
	width: 90px;
	height: 90px;
	border: 1px solid #77d4e1;
	border-radius: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.xltsColumnDl .con .text{
	width: 390px;
	margin-left: -45px;
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: -moz-linear-gradient( -180deg, rgb(233,245,247) 0%, rgb(247,254,255) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(233,245,247) 0%, rgb(247,254,255) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(233,245,247) 0%, rgb(247,254,255) 100%);
	border-radius: 0 36px 36px 0;
	padding:0 50px 0 90px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.xltsColumnDl .con .text::before{
	display: block;
	content: '';
	position: absolute;
	width: 50px;
	height: 72px;
	right:50px;
	top: 0;
	background: url(../images/xlts/itemRight.png) right center no-repeat;
	transition: all .4s;
	-webkit-transition: all .4s;
  }
  .xltsColumnDl dd:hover .con .text{
	color: var(--themeColor1);
  }
  .xltsColumnDl .con:hover .text::before{
	right: 40px;
  }
  .xltsImg2 {
	margin-right: -17.083334%;
  }
  .xltsColumn3{
	background:#f5fbfc;
	padding: 125px 0;
  }
  .xltsColumn3Dl{
	display: flex;
	flex-wrap: wrap;
  }
  .xltsColumn3Dl dd{
	width: 25%;
	padding: 15px 0;
  }
  .xltsColumn3Dl dd .con{
	margin: 0 15px;
	height: 278px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 16px 0px rgba(64, 187, 205, 0.12);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:40px 35px 0;
	transition: all .4s;
	-webkit-transition: all .4s;
  }
  .xltsColumn3Dl dd .con .icon{
	width: 55px;
	height: 55px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;
	margin-bottom: 15px;
  }
  .xltsColumn3Dl dd .con .icon::before{
	display: block;
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	left: 15px;
	top: 15px;
	border-radius: 40px;
	background: rgba(64, 187, 205, 0.1);
  }
  .xltsColumn3Dl dd .con .title{
	height: 64px;
	line-height: 32px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
  }
  .xltsColumn3Dl dd .con .infor{
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
  }
  .xltsColumn3Dl dd .con:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
  }
  .xltsColumn3Dl dd .con:hover .title{
	color: var(--themeColor1);
  }
  .xltsMore a{
	display: block;
	width: 240px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #40bbcd;
	border-radius: 60px;
	text-align: center;
	font-size: 18px;
	color: #40bbcd;
	margin: 0 auto;
  }
  .xltsMore a:hover{
	background: #40bbcd;
	color: #fff;
  }
  .xltsColumn4{
	background: #f5fbfc;
	padding: 45px 0 140px;
  }
  .xltsColumn4Dl{
	display: flex;
	padding-top: 48px;
  }
  .xltsColumn4Dl dd{
	width: 17%;
	transition: all .5s;
	-webkit-transition: all .5s;
	border: 1px solid #daeff2;
	height: 590px;
	border-radius: 20px;
	background: #fff;
  }
  .xltsColumn4Dl dd.hover{
	width: 49%;
  }
  .xltsColumn4Dl dd .con{
	padding: 44px 25px 20px;
  }
  .xltsColumn4Dl dd .title{
	height: 102px;
	line-height: 34px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 6px;
  }
  .xltsColumn4Dl dd .text{
	height: 380px;
	overflow: hidden;
  }
  .xltsColumn4Dl dd .text span{
	padding-top: 13px;
	position: relative;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
  }
  .xltsColumn4Dl dd .text span::before{
	display: block;
	content: '';
	position: absolute;
	width: 24px;
	height: 4px;
	left: 0;
	top: 0;
	background: #40bbcd;
  }
  .xltsColumn4Dl dd .number{
	height: 30px;
	line-height: 30px;
	font-size:36px;
	text-align: right;
	color: #e6eced;
	font-family: 'SourceHanSansCN-Medium';
  }
  .xltsColumn5{
	padding: 127px 0;
	background: #fafbfc;
	position: relative;
  }
  .xltsColumn5::before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 175px;
	width: 248px;
	height: 518px;
	background: url(../images/xlts/xltsColumn1bg3.png) left top no-repeat;
  }
  .xltsColumn5Tab{
	height: 48px;
	display: flex;
	margin-bottom: 15px;
  }
  .xltsColumn5Tab dd{
	margin-right: 25px;
	padding: 0 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 5px;
	display: flex;
	justify-content: center;
  }
  .xltsColumn5Tab dd .con{
	padding-left: 32px;
	height: 48px;
	line-height: 48px;
	font-size: 17px;
	color: #666;
	background: url(../images/xlts/xltsicon17.png) left center no-repeat;
	transition: all .3s;
	-webkit-transition: all .3s;
  }
  .xltsColumn5Tab dd.hover{
	background: #40bbcd;
  }
  .xltsColumn5Tab dd.hover .con{
	color: #fff;
	background: url(../images/xlts/xltsicon17-h.png) left center no-repeat;
  }
  .xltsColumn5Dl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
  }
  .xltsColumn5Dl dd{
	padding: 15px 0;
	width: 25%;
  }
  .xltsColumn5Dl dd .con{
	margin: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	background: #dce4e5;
	border-radius: 5px;
	transition: all .4s;
	-webkit-transition: all .4s;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  }
  .xltsColumn5Dl dd .con::before{
	display: block;
	content: '';
	position: absolute;
	height: 115px;
	left: -10px;
	right: -10px;
	bottom: 0;
	background: #fff;
	border-radius: 70px 70px 0 0;
  }
  .xltsColumn5Dl dd .con .pic{
	border: 2px solid #f8fafa;
  }
  .xltsColumn5Dl dd .con .pic::before{
	padding-top: 75%;
  }
  .xltsColumn5Dl dd .con:hover{
	background-image: -moz-linear-gradient( 90deg, rgb(64,187,205) 0%, rgb(130,214,226) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(64,187,205) 0%, rgb(130,214,226) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(64,187,205) 0%, rgb(130,214,226) 100%);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
  } 
  .xltsColumn6{
	background: #fafbfc;
	background-image: -moz-linear-gradient( 270deg, rgb(250,251,252) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 270deg, rgb(250,251,252) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 270deg, rgb(250,251,252) 0%, rgb(255,255,255) 100%);
	position: relative;
  }
  .xltsColumn6::before{
	display: block;
	content: '';
	position: absolute;
	width: 230px;
	height: 509px;
	right: 0;
	top: -10px;
	background: url(../images/xlts/xltsColumn1bg2.png) -15px top no-repeat;
  }
  .xltsColumn6C{
	display: flex;
  }
  .xltsColumn6CL{
	margin-left: -35px;
	width: 635px;
	margin-right: 100px;
	padding-top: 27px;
  }
  .xltsColumn6CL img{
	display: block;
	max-width: 635px;
  }
  .xltsColumn6CR{
	flex: 1;
	overflow: hidden;
  }
  .xltsColumn6Dl dd .title{
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #40bbcd;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
  }
  .xltsColumn6Dl dd .text{
	line-height: 30px;
	font-size: 16px;
	color: #666;
  }
  .xltsColumn6Dl dd{
	margin-bottom: 25px;
  }
  .xltsColumn6 .xltsMore{
	display: flex;
	position: relative;
	top: -50px;
	text-align: right;
	justify-content: flex-end;
  }
  .xltsColumn6 .xltsMore a{
	display: inline-block;
	margin: inherit;
	background: #40bbcd;
	border-color: #40bbcd;
	color: #fff;
  }
  .xltsColumn7{
	height: 560px;
	background: url(../images/xlts/xltsBg7.jpg) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 260px;
  }
  .xltsColumn7C{
	display: flex;
	justify-content: center;
  } 
  .xltsColumn7C .item .input{
	width: 280px;
	background: #fff;
	margin: 0 15px;
	height: 62px;
	border-radius: 8px;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  }
  .xltsColumn7C .item .aykj_cssSelect .aykj_selectBox{
	width: 280px;
	border-radius: 8px;
	background: #fff;
  }
  .xltsColumn7C .item .aykj_cssSelect .aykj_selectLt{
	height: 60px;
	line-height: 60px;
	padding: 0 40px 0 20px;
	font-size: 16px;
  }
  .xltsColumn7C .item  .input input{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
  }
  .xltsColumn7C .item .aykj_cssSelect .selected,
  .xltsColumn7C .item .aykj_cssSelect .aykj_optionBox:hover{
	background: var(--themeColor1);
  }
  .xltsColumn7C .item input::-webkit-input-placeholder{
	font-size: 16px;
	color: #999;
  }
  .xltsColumn7  .xltsMore a{
	border-radius: 8px;
	background-image: -moz-linear-gradient( 90deg, rgb(64,187,205) 0%, rgb(130,214,226) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(64,187,205) 0%, rgb(130,214,226) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(64,187,205) 0%, rgb(130,214,226) 100%);
	border: none;
	color: #fff;
  }
  
/* 学历提升 end */

/* 就业保证 start */
.jybzTitle{
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #333;
}
.jybzColumn1{
	padding: 125px 0 140px;
	background: #fff;
}
.jybzTab{
	padding-top: 42px;
	display: flex;
	justify-content: center;
}
.jybzTab dd{
	padding: 0 40px;
	position: relative;
	margin: 0 16px;
}
.jybzTab dd span{
	display: inline-block;
	height: 76px;
	line-height: 76px;
	padding-left: 32px;
	background-image: url(../images/jybz/jybzIcon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	color: #999;
	font-weight: bold;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.jybzTab dd::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 8px;
	border-radius: 10px 10px 0 0;
	background: #40bbcd;
	opacity: 0;
	visibility: hidden;
	transform: scaleX(.5);
	-webkit-transform: scaleX(.5);
	transition: .4s;
	-webkit-transition: .4s;
}
.jybzTab dd.hover::before{
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.jybzTab dd.hover span{
	background-image: url(../images/jybz/jybzIcon1_h.png);
	color: #40bbcd;
}
.jybzTabc{
	background: #f7f7f7;
	border-radius: 16px;
	padding: 60px 60px 60px 85px;
	overflow:hidden;
}
.jybzTabContent{
	display: flex;
	justify-content: space-between;
}
.jybzTabR{
	width: 525px;
	border-radius: 10px;
	overflow: hidden;
}
.jybzTabL{
	flex: 1;
	overflow: hidden;
}
.jybzTabL .title{
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 6px;
}
.jybzTabDl dd{
	position: relative;
	height: 50px;
	padding-left: 38px;
}
.jybzTabDl dd::before{
	display: block;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border: 3px solid #cfe2e5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: -7px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	margin-top: -7px;
	left: 0px;
}
.jybzTabDl dd .text{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
}
.jybzTabDl{
	margin-bottom: 25px;
}
.jybzTabMore a{
	display: block;
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 48px;
	background: #40bbcd;
	color: #fff;
	font-size: 16px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.jybzTabMore a:hover{
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 7px 5px 3px rgba(64, 187, 205, 0.08);
}
.jybzColumn2{
	position: relative;
	height: 800px;
	background: url(../images/jybz/jybzBg2.jpg) center center no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 83px;
}

.jybzColumn2 .jybzTitle{
	text-align: left;
}
.jybzColumn2Dl{
	position: absolute;
	right: 0;
	height: 100%;
	width:1270px;
	top: 0;
	display: flex;
	flex-wrap: wrap;
}
.jybzColumn2Dl dd{
	width: 50%;
	height: 400px;
	background: rgba(255, 255, 255, 0.9);
}
.jybzColumn2Dl dd:first-child{
	margin-left: 50%;
}
.jybzColumn2Dl dd:nth-child(2){
	background: rgba(255, 255, 255, 0.5);
}
.jybzColumn2Dl dd:nth-child(3){
	background: rgba(255, 255, 255, 0.8);
}
.jybzColumn2Dl dd .con{
	padding-top: 95px;
}
.jybzColumn2Dl dd .icon{
	width: 68px;
	height: 68px;
	border: 1px solid rgba(64, 187, 205, .3);
	background: rgba(255, 255, 255, .3);
	border-radius: 68px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	margin: 0 auto 30px;
}
.jybzColumn2Dl dd:nth-child(2) .icon{
	background-size: 40px;
}
.jybzColumn2Dl dd .text{
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 38px;
}
.jybzColumn2Dl dd .text span{
	color: #40bbcd;
}
.jybzColumn2Dl dd .number{
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.jybzColumn2Dl dd .number span{
	display: inline-block;
	padding: 0 70px;
	height: 32px;
	font-size: 32px;
	font-weight: bold;
	color: #b8c9cc;
	position: relative;
}
.jybzColumn2Dl dd .number span::before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	width: 54px;
	top: 50%;
	height: 1px;
	background-color: rgba(184, 201, 204, 0.6);
}
.jybzColumn2Dl dd .number span::after{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	width: 54px;
	top: 50%;
	height: 1px;
	background-color: rgba(184, 201, 204, 0.6);
}
.jybzColumn3{
	padding: 125px 0;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.jybzColumn3::before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	width: 217px;
	height: 578px;
	top: 1062px;
	background: url(../images/jybz/jybzBg4.png) left center no-repeat;
}
.jybzColumn3::after{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	width: 147px;
	height: 516px;
	top: 495px;
	background: url(../images/jybz/jybzBg3.png) left center no-repeat;
}
.jybzColumnDl dd .con{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.jybzColumnDl dd .con img{
	border-radius: 100%;
}
.jybzColumnPic{
	width: 552px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 123px;
	position: relative;
	order: 1;
}
.jybzColumnPic::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/jybz/jybzBg2.png) center center no-repeat;
	background-size: cover;
}
.jybzColumnPic .pic{
	border-radius: 100%;
}
.jybzColumnPic .pic::before{
	padding-top: 100%;
}
.jybzColumnDl dd.odd .jybzColumnPic::before{
	animation: zhuan 20s infinite linear;
}
.jybzColumnDl dd.even .jybzColumnPic::before{
	animation: zhuan1 20s infinite linear;
}
@keyframes zhuan {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes zhuan1 {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.jybzColumnDl dd .text{
	width: 500px;
	order: 2;
}
.jybzColumnDl dd:nth-child(2) .text {
	order: 1;
}
.jybzColumnDl dd:nth-child(2)  .jybzColumnPic {
	order: 2;
}
.jybzColumnDl .number{
	height: 58px;
	line-height: 58px;
	font-size: 32px;
	color: #40bbcd;
	font-weight: bold;
	font-style: oblique;
	margin-bottom: 5px;
}
.jybzColumnDl .title{
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.jybzColumnDl .infor{
	min-height: 84px;
	font-size: 16px;
	color: #666;
	margin-bottom: 25px;
}
.jybzColumnDl .more a{
	display: block;
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 48px;
	background: #40bbcd;
	color: #fff;
	font-size: 16px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.jybzColumnDl .more a:hover{
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 7px 5px 3px rgba(64, 187, 205, 0.08);
}
.jybzColumnDl dd.even .con{
	flex-direction: row-reverse;
}
.jybzColumn4{
	background: #f8f8f8;
	padding: 85px 0;

}
.jybzColumn4C{
	display: flex;
	border-radius: 16px;
	overflow: hidden;
}
.jybzColumn4Tab{
	width: 240px;
	height: 500px;
	background: url(../images/jybz/jybzBg3.jpg) center center no-repeat;
	padding: 40px 30px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.jybzColumn4Tab dd{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: -moz-linear-gradient( 90deg, rgb(247,254,255) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(247,254,255) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(247,254,255) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 0px 12px 0px rgba(122, 188, 204, 0.12);
	border-radius: 5px;
	margin-bottom: 20px;
}
.jybzColumn4Tab dd .icon{
	width: 36px;
	height: 60px;
	position: relative;
}
.jybzColumn4Tab dd .icon span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.jybzColumn4Tab dd .icon span.span2{
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.jybzColumn4Tab dd.hover .icon span.span2{
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.jybzColumn4Tab dd.hover .icon span.span1{
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.jybzColumn4Tab dd.hover{
	background: #40bbcd;
}
.jybzColumn4Tab dd .text{
	font-weight: bold;
	color: #666;
	font-size: 18px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.jybzColumn4Tab dd.hover .text{
	color: #fff;
}
.jybzColumn4TabC{
	flex: 1;
	overflow:hidden;
	background: #fff;
	padding: 20px 20px 20px 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 500px;
}
.jybzColumn4TabContent{
	display: flex;
	overflow: hidden;
}
.jybzColumn4Title{
	height: 50px;
	line-height: 50px;
	position: relative;
	background-position: left center;
	background-repeat:no-repeat;
	padding-left: 45px;
	background-size: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #40bbcd;
	margin-bottom: 20px;
}
.jybzColumn4Title::before{
	display: block;
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 7px;
	background: rgba(64, 187, 205, 0.1);
	border-radius: 100%;
}
.jybzColumn4R{
	width: 305px;
	height: 460px;
	border-radius: 10px;
	overflow: hidden;
}
.jybzColumn4R .pic::before{
	padding-top: 150.8199%;
}
.jybzColumn4L{
	flex: 1;
	overflow: hidden;
	margin-right: 45px;
}
.jybzColumn4List{
	height: 336px;
	overflow: hidden;
	overflow-y: auto;
	padding-right:36px;
}
.jybzColumn4List dd{
	height: 48px;
	line-height: 48px;
	padding-left: 24px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.jybzColumn4List dd ::before{
	display: block;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 50%;
	margin-top: -4px;
	background: rgba(64, 187, 205, .2);
	border-radius: 8px;
}
.jybzColumn4List dd a{
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
/* 滚动条 */
.jybzColumn4List::-webkit-scrollbar {width:6px;background:#f2f2f2;}
.jybzColumn4List::-webkit-scrollbar-button {display: none;}
.jybzColumn4List::-webkit-scrollbar-thumb {width:6px;background:#40bbcd;border-radius: 10px;}
.jybzColumn4List::-webkit-scrollbar-corner {background:none;}
.jybzColumn4List::-webkit-scrollbar:horizontal{height:8px;}
/* 默认按钮 */
/* 就业保证 end */

/* AI网络工程 start */
.wlgcColumn1{
	height: 1020px;
	background:#e8e9f0 url(../images/wlgc/wlgcBg.jpg) left bottom no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 30px;
}
.wlgcTitle{
	position: relative;
	font-size: 38px;
    color: #0a0362;
    line-height: 94px;
    font-weight: bold;
	text-align: center;
}
.wlgcTitle span {
	position: relative;
	display: inline-block;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    border-bottom: 2px solid #25f5ee;
}
.wlgcColumnInfor{
	line-height: 40px;
	font-size: 24px;
	box-sizing: border-box;
	text-align: center;
	color: #000;
}
.wlgcColumnInfor span{
	color: #df7a03;
}
.wlgcColumn1 .wlgcPic{
	padding-top: 30px;
}
.wlgcColumn1 .wlgcPic img{
	box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
}
.wlgcColumn1 .wrap{
	overflow: hidden;
}
.wlgcColumn2{
	height: 738px;
	background: #f1f2f6 url(../images/wlgc/wlgcBg1.png) no-repeat;
    background-position: 393px top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 60px;
	overflow: hidden;
}
.wlgcColumn2 .wlgcPic{
	padding-top: 60px;
}
.wlgcColumn3{
	padding-top: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 704px;
    background: #e7e8ef;
	overflow: hidden;
}
.wlgcColumn3Dl{
	margin-top: 30px;
	overflow: hidden;
	width: 1191px;
	position: relative;
}
.wlgcColumn3Dl dt{
	width: 449px;
	height: 402px;
	margin: 0 auto;
}
.wlgcColumn3Dl dd{
	position: absolute;
}
.wlgcColumn3Dl dd.dd1{
	right: 892px;
    top: 138px;
}
.wlgcColumn3Dl dd.dd2{
	right: 892px;
    top: 270px;
}
.wlgcColumn3Dl dd.dd3{
	left: 850px;
    top: 138px;
}
.wlgcColumn3Dl dd.dd4{
	left: 850px;
    top: 270px;
}
.wlgcColumn3Dl dd .title{
	font-size: 24px;
	color: #000;
}
.wlgcColumn3Dl dd .text{
	line-height: 32px;
	font-size: 18px;
	color: #727274;
}
.wlgcColumn3Dl dd.dd1 .title,
.wlgcColumn3Dl dd.dd2 .title,
.wlgcColumn3Dl dd.dd1 .text,
.wlgcColumn3Dl dd.dd2 .text{
	text-align: right;
}
.wlgcColumn4{
	height: 870px;
    background: #f1f2f6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 30px;
	overflow: hidden;
}
.wlgcColumn4 .wlgcPic{
	padding-top: 30px;
}
.wlgcColumn5{
	height: 748px;
    background: #e7e8ef;
	overflow: hidden;
}
.wlgcColumn5 .wlgcColumnInfor{
	margin-bottom: 80px;
}
.wlgcColumn5Dl{
	width: 1191px;
	height: 249px;
	margin: 0 auto;
	position: relative;
	background: url(../images/wlgc/wlgcPic5.png) left center no-repeat;
}
.wlgcColumn5Dl dd{
	position: absolute;
}
.wlgcColumn5Dl dd .title{
	font-size: 24px;
	line-height: 36px;
	color: #0a0362;
	text-align: center;
	margin-bottom: 10px;
}
.wlgcColumn5Dl dd .text{
	line-height: 24px;
	font-size: 18px;
	color: #727274;
	text-align: center;
}
.wlgcColumn5Dl dd.dd1{
	width: 130px;
    top: -20px;
    left: 364px;
}
.wlgcColumn5Dl dd.dd2{
	width: 230px;
    top: -20px;
    left: 558px;
}
.wlgcColumn5Dl dd.dd3{
	width: 200px;
    top: -20px;
    left: 877px;
}
.wlgcColumn5Dl dd.dd4{
	width: 130px;
    top: 220px;
    left: 364px;
}
.wlgcColumn5Dl dd.dd5{
	width: 230px;
    top: 220px;
    left: 558px;
}
.wlgcColumn5Dl dd.dd6{
	width: 200px;
    top: 220px;
    left: 877px;
}
.wlgcColumn6{
	height: 578px;
    background: url(../images/wlgc/wlgcColumn4.jpg) bottom center no-repeat;
    padding-top: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.wlgcColumn6 .wlgcTitle{
	height: 72px;
	line-height: 72px;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}
.wlgcColumn6Dl{
	padding-top: 58px;
}
.wlgcColumn6Dl dd .title{
	height: 34px;
	line-height: 34px;
	font-size: 26px;
	color: #fff;
}
.wlgcColumn6Dl dd .text{
	min-height: 60px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}
.wlgcColumn7{
	padding-top: 30px;
	height: 1015px;
	background: url(../images/wlgc/wlgcBg2.png) left bottom no-repeat #f1f2f6;
	box-sizing: border-box;
}
.wlgcColumn7 .wlgcColumnInfor{
	margin-bottom: 70px;
}
.wlgcColumnSwiper{
	overflow: hidden;
	position: relative;
}
.wlgcColumnSwiper .wlgcPic{
	height: 524px;
}
.wlgcColumnSwiperDot{
	text-align: center;
}
.wlgcColumnSwiperDot span{
	width: 18px;
	height: 11px;
	margin: 0 8px;
	border-radius: 5px;
	background: #fff;
	opacity: 1;
	transition: .5s;
	-webkit-transition: .5s;
}
.wlgcColumnSwiperDot span.swiper-pagination-bullet-active{
	background:#2c394d;
}
.wlgcColumn8 {
    height: 902px;
    background: url(../images/wlgc/wlgcColumn5.jpg) left bottom no-repeat #f1f2f6;
	padding-top: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.wlgcColumn8 .wlgcTitle,
.wlgcColumn8 .wlgcColumnInfor{
	color: #fff;
}
.wlgcColumn8C{
	display: flex;
}
.wlgcColumn8L{
	flex: 1;
	overflow: hidden;
	text-align: center;
}
.wlgcColumn8R{
	width: 243px;
	overflow: hidden;
}
.wlgcColumn8R .text{
	line-height: 28px;
	font-size: 20px;
	color: #fff;
}
.wlgcColumn8R .text.f24{
	font-size: 24px;
}
.wlgcColumn8R .text.f20{
	font-size: 20px;
}
.wlgcColumn8R .text.f18{
	font-size: 18px;
}
/*右侧悬浮窗*/
.accp-nav-float{
	width:142px;
	height:520px;
	padding-top:25px;
	display:block;
	text-align: center;
	position: fixed;
	bottom: 50px;
	left: 50%;
	margin-left: 530px;
	background: url(../images/wlgc/nav_right.png) no-repeat;
	z-index:101;
}
.accp-nav-float .accp-nav-floata{
	position: absolute;
	left: 23px;
	top: 130px;
	width: 87px;
}
.accp-nav-float .section-btn{
	display: block;
	width: 87px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #0f0676;
	margin-bottom: 10px;
	border-radius: 3px;
	cursor: pointer;
}
.accp-nav-float .section-btn.active, .accp-nav-float .section-btn:hover{
	color:#fff;
	background: #0f0676;
}

.accp-nav-float .map-btn{
	position: absolute;top:384px;left: 18px;
	width: 99px;height: 80px;
	background: url("../img/nav_right.png?v=20240517-1") -18px -384px;
	transition: 0.2s;
}
.accp-nav-float .map-btn:hover{
	top:382px;
}
/* AI网络工程 end */


/*全栈开发 start */
.qzkfSection1{
	padding:120px 0 100px;
	background: #fff;
	overflow: hidden;
}
.qzkfTitle{
	text-align: center;
	position: relative;
	z-index: 5;
}
.qzkfTitle span{
	display: inline-block;
	height: 55px;
	line-height: 55px;
	font-size: 42px;
	background: linear-gradient(to right, #0498fc, #cb47ff);
	color: transparent;
    -webkit-background-clip: text;
	font-weight: bold;
}
.qzkfSection1 .qzkfImg{
	text-align: center;
	position: relative;
	margin-top: -60px;
}
.qzkfSection1 .qzkfImg img{
	max-width: 100%;
}
.qzkfSection2{
	background: #fff;
	overflow: hidden;
    margin: 0 auto;
    position: relative;
	padding-bottom: 80px;
}
.qzkfSection2 .wrap{
	width: 1034px;
    height: 695px;
	position: relative;
}
.qzkfSection2 .qzkfImg{
	padding-top: 20px;
	text-align: right;
}
.qzkfSection2 .qzkfSection2L{
	position: absolute;
	top: 36px;
	left: 5px;
}
.qzkfSection2 .qzkfTitle span{
	letter-spacing: 4px;
} 
.qzkfSection2 .infor{
	padding-top: 20px;
	line-height: 40px;
	font-size: 26px;
    color: #000000;
	letter-spacing: 14px;
    border-bottom: 1px dashed #cccccc;
}
.qzkfSection3{
	background: #0a0d4f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 0 100px;
	overflow: hidden;
}
.qzkfSection3 .qzkfTitle{
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 42px;
    font-weight: bold;
	color: #FFF;
	margin-bottom: 20px;
}
.qzkfSection3 .infor{
	line-height: 36px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 72px;
}
.qzkfSection3Img{
	width: 1029px;
    height: 682px;
    margin: 0 auto;
    position: relative;
    background: url(../images/qzkf/qzkfPic3.jpg) center center no-repeat;
	position: relative;
}
.qzkfSection3ImgL{
	width: 549px;
    height: 378px;
    position: absolute;
    top: 222px;
    right: 182px;
}
.qzkfSection4{
	padding: 100px 0 0;
	overflow: hidden;
	background: #fff;
}
.qzkfInfor{
	position: relative;
	margin-bottom: 17px;
	font-size: 22px;
	text-align: center;
}
.qzkfInfor span{
	position: relative;
	display: inline-block;
	z-index: 1;
	height: 45px;
}
.qzkfInfor span::before{
	display: block;
	content: '';
	width: 100%;
    bottom: 2px;
    position: absolute;
	z-index: -1;
    height: 14px;
    background: -webkit-linear-gradient(left, #0498fc, #cb47ff);
    background: -ms-linear-gradient(left, #0498fc, #cb47ff);
    background: -moz-linear-gradient(left, #0498fc, #cb47ff);
    background: -o-linear-gradient(left, #0498fc, #cb47ff);
    background: linear-gradient(left, #0498fc, #cb47ff);
}
.qzkfText{
	line-height: 50px;
	text-align: center;
	font-size: 24px;
    color: #0a0d4f;
}
.qzkfSection4Img{
	width: 1020px;
	margin: 0 auto;
	display: flex;
	overflow: hidden;
}
.qzkfSection4ImgL{
	flex: 1;
	text-align: center;
}
.qzkfSection4ImgL img{
	max-width: 100%;
}
.qzkfSection5{
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 50px 0;
	overflow: hidden;
}
.qzkfSlide{
	width: 885px;
	height: 522px;
	padding: 30px 0;
	margin: 0 auto 45px;
	margin-top: 28px;
	position: relative;
	background: url(../images/qzkf/qzkfBg1.jpg) center center no-repeat;
	background-size: cover;
}
.qzkfSlideBd{
	height: 522px;
	padding: 0 30px;
}
.qzkfUl5 li{
	line-height: 33px;
    font-size: 18px;
    color: #fff;
	text-align: center;
}
.qzkfSection6{
	background:#0a0d4f;
	padding: 80px 0;
	overflow:hidden;
}
.qzkfItro{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 800px;
	margin: 0 auto;
}
.qzkfItro .number{
	width: 62px;
    height: 62px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: url(//assets.kgc.cn/upload/file/20190910/1568081101201033.png) no-repeat -195px -290px;
}
.qzkfItro .text{
	padding-top: 10px;
    margin-left: 20px;
    text-align: left;
    line-height: 44px;
	font-size: 26px;
	color: #fff;
}
.qzkfItro .text span{
	position: relative;
	z-index: 2;
	display: inline-block;
	height: 44px;
}
.qzkfItro .text span::before{
	display: block;
	content: '';
	z-index: -1;
	width: 100%;
    bottom: 1px;
    position: absolute;
    height: 11px;
    background: -webkit-linear-gradient(left, #0498fc, #cb47ff);
    background: -ms-linear-gradient(left, #0498fc, #cb47ff);
    background: -moz-linear-gradient(left, #0498fc, #cb47ff);
    background: -o-linear-gradient(left, #0498fc, #cb47ff);
    background: linear-gradient(left, #0498fc, #cb47ff);
}
.qzkfItro .text em{
	font-style: normal;
	font-size: 18px;
}
.qzkfSection6Content{
	margin: 0 auto;
    position: relative;
    height: 367px;
    width: 485px;
    padding: 90px 413px 70px 270px;
    background: url(//assets.kgc.cn/upload/file/20190909/1568009100779086.png) no-repeat;
    background-position: 320px 90px;
}
.qzkfSection6Content .jishud_item {
	font-size: 15px;
    color: #6091cc;
    font-weight: bold;
    position: absolute;
}
.qzkfSection6Content .jishud_item.new_jishud{
	color: #c34aff;
}
.qzkfSection6Content .animation2 {
    -webkit-animation: twinkling 3s infinite ease-in-out;
    animation: twinkling 3s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}
.qzkfSection6Content .animation{
    -webkit-animation: twinkling 3s infinite ease-in-out;
    animation: twinkling 3s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes twinkling {
	0% {
	  opacity: 0.2;
	  filter: alpha(opacity=20);
	  -webkit-transform: scale(1);
	}
	50% {
	  opacity: 1;
	  filter: alpha(opacity=100);
	  -webkit-transform: scale(1.2);
	}
	100% {
	  opacity: 0.2;
	  filter: alpha(opacity=20);
	  -webkit-transform: scale(1);
	}
	}
	@keyframes twinkling {
	0% {
	  opacity: 0.2;
	  filter: alpha(opacity=20);
	  -webkit-transform: scale(1);
	}
	50% {
	  opacity: 1;
	  filter: alpha(opacity=100);
	  -webkit-transform: scale(1.2);
	}
	100% {
	  opacity: 0.2;
	  filter: alpha(opacity=20);
	  -webkit-transform: scale(1);
	}
}
.qzkf6Dl dd {
    width: 1029px;
    height: 375px;
    padding: 55px 54px 0;
    margin: 0 auto 30px;
    background: url(../images/qzkf/qzkfBg2.jpg) no-repeat center top #fff;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
.qzkf6Dl dd .title {
    font-size: 26px;
    color: #6b2cdd;
    font-weight: 700;
}
.qzkf6Dl dd .s-title {
    font-size: 20px;
    color: #666666;
    margin-top: 10px;
	margin-bottom: 35px;
}
.qzkf6Dl dd .sikll{
	display: flex;
}
.qzkf6Dl dd .divleft,
.qzkf6Dl dd .divright{
	flex: 1;
}
.qzkf6Dl dd .tag-p {
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    color: #666666;
	line-height: 30px;
	margin-bottom: 15px;
}
.qzkf6Dl dd .tag-p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bb7cea;
}
.divrightImg{
	position: absolute;
	right: 15px;
	top: 76px;
}
.qzkf6Dl dd:last-child{
	height: 474px;
}
.qzkf6Dl dd .sikll .left.mr150{
	margin-right: 150px;
}
.qzkfImgList1{
	padding-bottom: 30px;
	display: flex;
	width: 1060px;
    height: 395px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.qzkfImgL img{
	display: block;
	max-width: 100%;
}
.qzkf6Dl1{
	margin: 0 auto;
    width: 333px;
    height: 322px;
    padding: 40px 317px 96px 320px;
    background: url(../images/qzkf/qzkfPic11.jpg) no-repeat;
    background-position: 320px 40px;
    position: relative;
}
.qzkf6Dl1 .list5_item {
    position: absolute;
    max-width: 395px;
    min-width: 320px;
}
.qzkf6Dl1 .list5_item h4{
	height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #3778bd;
    font-weight: 700;
}
.qzkf6Dl1 .list5_item p{
	line-height: 26px;
    color: #fff;
    font-size: 15px;
}
.qzkf6Dl1 .list5_item.text_right{
	text-align: right;
}
.qzkf6Dl1 .list5_item.text_center{
	text-align: center;
}
.qzkfSection6 .qzkfText{
	text-align: left;
	line-height: 42px;
    font-size: 18px;
    color: #fff;
	width: 882px;
	margin: 0 auto;
}
.qzkfImg5{
	text-align: center;
}
.qzkfItro .text i {
    font-style: normal;
    font-size: 22px;
}
.qzkfImg6 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.qzkfInfor2{
	margin: 0 auto;
    width: 882px;
    text-align: left;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
}
.qzkfVideoList {
	width: 1085px;
	margin: 0 auto;
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}
.qzkfVideoList .list7_item {
	width: 235px;
	height: 235px;
	position: relative;
}
.qzkfVideoList .list7_item  video {
	width: 100%;
	height: 130px;
}
.qzkfVideoList .list7_item .btn_shadow {
	position: absolute;
	width: 100%;
	height: 95px;
	padding: 35px 0 0 0;
	left: 0;
	top: 0;
	background: rgba(100, 100, 100, 0.6);
	text-align: center;
}
.qzkfVideoList .list7_item .btn_shadow .play_btn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../images/qzkf/qzkfIcon2.png) no-repeat;
	background-position: 0px -296px;
	cursor: pointer;
}
.qzkfVideoList .list7_item .qrcode-box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	color: #fff;
	padding-top: 20px;
}
.qzkfVideoList .list7_item  .qrcode-box img {
	width: 87px;
}
.qzkfVideoList .list7_item  .kgc-mr20{
	margin-right: 20px;
}	
.qzkfVideoList .list7_item  .kgc-mr40{
	margin-right: 40px;
}	
.qzkfSection7{
	background: #fff;
	padding-top: 40px;
	overflow: hidden;
}
.qzkf7DlTab {
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1090px;
	margin: 0 auto;
}
.qzkf7DlTab dd {
	line-height: 40px;
	height: 74px;
	padding-left: 44px;
	font-size: 22px;
	color: #150d2d;
	position: relative;
	cursor: pointer;
}
.qzkf7DlTab dd::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 44px;
	height: 40px;
	background: orange;
	transition: all 0.8s;
}
.qzkf7DlTab dd:hover {
	color: #8584c2;
}
.qzkf7DlTab dd:nth-child(1)::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat 0px 0px;
}
.qzkf7DlTab dd:nth-child(1).hover::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat 0px -45px;
}
.qzkf7DlTab dd:nth-child(2)::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -42px 0px;
}
.qzkf7DlTab dd:nth-child(2).hover::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -42px -45px;
}
.qzkf7DlTab dd:nth-child(3)::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -84px 0px;
}
.qzkf7DlTab dd:nth-child(3).hover::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -84px -45px;
}
.qzkf7DlTab dd:nth-child(4)::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -125px 0px;
}
.qzkf7DlTab dd:nth-child(4).hover::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -125px -45px;
}
.qzkf7DlTab dd:nth-child(5)::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -167px 0px;
}
.qzkf7DlTab dd:nth-child(5).hover::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -167px -45px;
}
.qzkf7DlTab dd:nth-child(6)::after,
.qzkf7DlTab dd:nth-child(8)::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -212px 0px;
}
.qzkf7DlTab dd:nth-child(6).hover::after,
.qzkf7DlTab dd:nth-child(8).hover::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -212px -45px;
}
.qzkf7DlTab dd:nth-child(7)::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -256px 0px;
}
.qzkf7DlTab dd:nth-child(7).hover::after {
	background: url(../images/qzkf/qzkfIcon1.png) no-repeat -256px -45px;
}
.qzkfSection7Video{
	width: 1090px;
	height: 615px;
	margin: 0 auto;
}
.qzkfSection7Video video{
	width: 100%;
	height: 100%;
}
.qzkfMore{
	text-align: center;
}
.qzkfMore a {
	display: inline-block;
	width: 276px;
	height: 68px;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	background-color: #7d31ea;
	border-radius: 34px;
	overflow: hidden;
	text-align: center;
}
.qzkfMore a:hover {
	background-color: #a7aff0;
}
.qzkfSection8{
	background: #fff;
}
.qzkfSection8 .section6_title{
    height: 52px;
    padding: 111px 0;
    width: 100%;
    text-align: center;
    background: url(../images/qzkf/qzkfBg3.png) no-repeat center;
}
.qzkfSection8 .section_title {
	width: auto;
	height: 52px;
	line-height: 52px;
	font-size: 42px;
	color: #fff;
}
.qzkfSection8 .section_title > span {
	display: inline-block;
	width: 52px;
	height: 52px;
	vertical-align: bottom;
}
.qzkfSection8 .section6_title .titleClass1 .left_icon,
.qzkfSection8 .section6_title .titleClass1 .right_icon {
	background: url(../images/qzkf/qzkfIcon2.png) no-repeat -193px -138px;
}
.qzkfSection8.section6_title .titleClass1 .right_icon {
	transform: rotateY(180deg);
}
.qzkfSection8 .section6_title .titleClass2 .left_icon,
.qzkfSection8 .section6_title .titleClass2 .right_icon {
	background: url(../images/qzkf/qzkfIcon2.png) no-repeat -292px -138px;
}
.qzkfSection8 .section6_title .titleClass2 .right_icon {
	transform: rotateY(180deg);
}
.qzkfSection8 .section_title .gradient {
    display: inline-block;
    background: linear-gradient(to right, #0498fc, #cb47ff);
    -webkit-background-clip: text;
    color: transparent;
}
.qzkf8Img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.qzkfSection9{
	background: #fff;
	overflow: hidden;
}
.qzkf9Dl{
	padding: 30px 0 20px;
}
.qzkf9Dl dd{
	color: #383a39;
    text-align: left;
    font-size: 22px;
	display: flex;
	justify-content: space-between;
	margin-bottom:20px;
}	
.qzkf9Dl dd .text {
	width: 806px;
	padding-left: 27px;
	line-height: 30px;
}
.qzkf9Dl dd .ddImg {
	width: 197px;
	height: 277px;
	right: 50px;
}
.qzkf9Dl dd:nth-child(2n) .ddImg {
	margin-left: 10px;
    margin-right: 25px;
    width: 421px;
    height: 308px;
}
.qzkfSection10{
	padding-top: 50px;
	background: #fff;
	overflow: hidden;
}
.qzkf10Title{
	font-size: 30px;
	color: #222;
	text-align: center;
	margin-bottom: 20px;
}
.qzkf10Dl{
	height: 70px;
	border-bottom: 2px solid #f7f8fa;
    position: relative;
    margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.qzkf10Dl dd{
	width: 405px;
	position: relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #08a7ff;
}
.qzkf10Dl dd::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background:#08a7ff;
}
.qzkf10Img{
	height: 365px;
}
.qzkf10Img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
/*全栈开发 end */

