/* 关于佳学下所有页面公共样式 */
/* banner图片 */
	#banner {width: 100%;position: relative;}
	#banner img {width: 100%;display: block;}
	#banner .text {position: absolute;left: 10px;top: 35%;}
	#banner .text h1,
	#banner .text h2 {font-weight: 500;color: #fff;}
	#banner .text h1 {font-size: 8vw;height: 14vw;line-height: 14vw;}
	#banner .text h2 {font-size: 5vw;height: 10vw;line-height: 10vw;}
/* banner图片 end*/
	#wrap {
		padding: 0 10px;
	}
/* 关于佳学下所有页面公共样式 end*/

/* 佳学简介 */
	.jiaxuejianjie .h1 {
		padding: 6vw 0 4vw 0;
		text-align: center;
	}
	.jiaxuejianjie .h1 .c {
		font-size: 6vw;
		letter-spacing: 1vw;
		color: #1E78BE;
		font-weight: bold;
		height: 10vw;
		line-height: 10vw;
	}
	.jiaxuejianjie .h1 .e {
		font-size: 4.5vw;
		color: #bbb;
		height: 6vw;
		line-height: 6vw;
	}
	.jiaxuejianjie .desc {
		background: url('../ltt_svg/ditu.svg') no-repeat center;
		background-size: 100%;
	}
	.jiaxuejianjie .desc p {
		font-size: 4vw;
		text-indent: 2em;
		line-height: 7vw;
		text-align: justify;
		margin-bottom: 4vw;
	}
	.jiaxuejianjie .desc p:last-of-type{
		margin-bottom: 0;
	}
	.jiaxuejianjie .fazhan {
		overflow-x: auto;
		margin-bottom: -13vw;
	}
	.jiaxuejianjie .fazhan img {
		display: block;
		height: 70vw;
	}
	.jiaxuejianjie .wenhua div {
		background: #528FC1;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #fff;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.jiaxuejianjie .wenhua div:last-of-type {
		margin-bottom: 0;
	}
	.jiaxuejianjie .wenhua div img {
		width: 40px;
		height: 40px;
		margin: 0 0 10px 0;
	}
	.jiaxuejianjie .wenhua div span {
		font-size: 22px;
		line-height: 30px;
		height: 30px;
		margin-bottom: 4px;
	}
	.jiaxuejianjie .wenhua div p {
		font-size: 12px;
		line-height: 24px;
		text-align: justify;
	}
/* 佳学简介 */

/* 创始人简介 */
	.chuang .h1 {
		padding: 6vw 0 4vw 0;
		text-align: center;
	}
	.chuang .h1 .c {
		font-size: 6vw;
		letter-spacing: 1vw;
		color: #1E78BE;
		font-weight: bold;
		height: 10vw;
		line-height: 10vw;
	}
	.chuang .h1 .e {
		font-size: 4.5vw;
		color: #bbb;
		height: 6vw;
		line-height: 6vw;
	}
	.chuang .desc {
		font-size: 4vw;
		text-indent: 2em;
		line-height: 7vw;
		text-align: justify;
	}
	.chuang .honor li {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.chuang .honor li .image {
		padding: 2vw;
		background:  #dedfe0;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.chuang .honor li .image img {
		width: 100%;
		display: block;
	}
	.chuang .honor li p {
		line-height: 6vw;
		font-size: 3.5vw;
		margin: 2vw 3vw 0 3vw;
		text-align: justify;
	}
	.chuang .academic {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: -2vw;
	}
	.chuang .academic li {
		width: 49%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		box-sizing: border-box;
		margin-bottom: 2vw;
	}
	.chuang .academic li p {
		line-height: 6vw;
		font-size: 3.5vw;
		margin: 2vw 3vw 0 3vw;
		text-align: justify;
	}
	.chuang .academic li img {
		display: block;
		width: 100%;
	}
	.chuang .interview li {
		margin-bottom: 4vw;
	}
	.chuang .interview li:last-of-type {
		margin-bottom: 0;
	}
	.chuang .interview li .pic {
		width: 100%;
		position: relative;
	}
	.chuang .interview li p {
		line-height: 6vw;
		font-size: 3.5vw;
		margin: 2vw 3vw 0 3vw;
		text-align: center;
	}
	.chuang .interview li .pic a {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0, .5) url('../ltt_svg/video.svg') no-repeat center;
		background-size: 20%;
	}
	.chuang .interview li .pic a:hover{
		background: rgba(255,255,255,0);
	}
	.chuang .interview li .pic img {
		display: block;
		width: 100%;
	}
	.chuang .video {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99999;
		background: rgba(0,0,0,.5);
		display: none;
	}
	.chuang .video video {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		width: 100%;
		display: block;
	}
	.chuang .video span{
		width: 40px;
		height: 40px;
		position: absolute;
		bottom: 100px;
		left: 50%;
		margin-left: -20px;
		font-size: 50px;
		line-height: 36px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		user-select: none;
	}
/* 创始人简介 */

/* 专家团队 */
	#LTTabout-zhuanjia-wrap .box li {
		padding: 30px 10px;
		display: flex;
		flex-direction: column;
	}
	#LTTabout-zhuanjia-wrap li:nth-child(even) {
		background: #f1f3f4;
	}
	#LTTabout-zhuanjia-wrap .box li .ti {
		font-size: 18px;
		color: #555;
		line-height: 40px;
		margin: 10px 0;
		font-weight: bold;
	}
	#LTTabout-zhuanjia-wrap .box li .desc {
		font-size: 12px;
		line-height: 22px;
		text-align: justify;
		text-indent: 2em;
	}
	#LTTabout-zhuanjia-wrap .box li img {
		width: 100%;
		margin: 20px 0;
	}
	#LTTabout-zhuanjia-wrap .box li .href {
		width: 100px;
		height: 30px;
		line-height: 30px;
		border: 1px solid #1E78BE;
		color: #1E78BE;
		text-align: center;
	}
/* 专家团队 */

/* 荣誉资质 */
	#LTTabout-zizhi-wrap .box {
		background: #f1f3f4;
	}
	#LTTabout-zizhi-wrap .box .item {
		padding: 20px 10px;
		margin-bottom: 10px;
		background: #fff; 
	}
	#LTTabout-zizhi-wrap .box .item .ti {
		font-size: 20px;
		line-height: 60px;
		text-align: center;
		font-weight: bold;
	}
	#LTTabout-zizhi-wrap .box img {
		display: block;
		max-height: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	#LTTabout-zizhi-wrap .box .swiper-slide {
		width: 100%;
		height: 200px;
	}
/* 荣誉资质 */

/* 技术优势 */
	#LTTabout-jishu-wrap .box {
		padding: 0 10px;
	}
	#LTTabout-jishu-wrap .box .desc {
		padding: 3vw;
		font-size: 3vw;
		line-height: 8vw;
		text-align: justify;
		background: #DAE8F6;
		text-indent: 2em;
	}
	#LTTabout-jishu-wrap .box .info {
		margin: 10vw 0;
		position: relative;
	}
	#LTTabout-jishu-wrap .box .info .t {
		position: absolute;
		width: 30vw;
		height: 12vw;
		text-align: center;
		font-size: 3vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#LTTabout-jishu-wrap .box .info .t p {
		line-height: 5vw;
	}
	#LTTabout-jishu-wrap .box .info .t::before {
		content: '';
		width: .5vw;
		height: 4vw;
		background: #1E78BE;
		position: absolute;
	}
	#LTTabout-jishu-wrap .box .info .t1 {
		top: 0;
		left: 0;
		border-top: .5vw solid #1E78BE;
	}
	#LTTabout-jishu-wrap .box .info .t1::before {
		top: -0.9vw;
		right: -1.5vw;
		transform: rotate(-45deg);
	}
	#LTTabout-jishu-wrap .box .info .t2 {
		top: 0;
		right: 0;
		border-top: .5vw solid #1E78BE;
	}
	#LTTabout-jishu-wrap .box .info .t2::before {
		top: -0.9vw;
		left: -1.5vw;
		transform: rotate(45deg);
	}
	#LTTabout-jishu-wrap .box .info .t3 {
		bottom: 0;
		left: 0;
		border-bottom: .5vw solid #1E78BE;
	}
	#LTTabout-jishu-wrap .box .info .t3::before {
		bottom: -0.9vw;
		right: -1.5vw;
		transform: rotate(45deg);
	}
	#LTTabout-jishu-wrap .box .info .t4 {
		bottom: 0;
		right: 0;
		border-bottom: .5vw solid #1E78BE;
	}
	#LTTabout-jishu-wrap .box .info .t4::before {
		bottom: -0.9vw;
		left: -1.5vw;
		transform: rotate(-45deg);
	}
	#LTTabout-jishu-wrap .box .info .t5 {
		width: 26vw;
		height: 26vw;
		box-sizing: border-box;
		border-radius: 50%;
		border: 1vw solid #1E78BE;
		font-size: 3vw;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#LTTabout-jishu-wrap .box .info .t5 span {
		font-size: 10vw;
		margin: 0 2vw 2vw 0;
	}
	#LTTabout-jishu-wrap .box .cont {
		display: flex;
		flex-direction: column;
	}
	#LTTabout-jishu-wrap .box .cont .h1 {
		padding: 0 6vw;
		height: 10vw;
		line-height: 10vw;
		font-size: 5vw;
		position: relative;
		background: #1E78BE;
		color: #fff;
		margin: 10vw auto 10vw 0;
	}
	#LTTabout-jishu-wrap .box .cont .h1 .i {
		position: absolute;
		width: 7vw;
		height: 7vw;
		top: 1.6vw;
		right: -3.6vw;
		transform: rotate(45deg);
		background: #1E78BE;
		box-sizing: border-box;
	}
	#LTTabout-jishu-wrap .box .cont .h1::before,
	#LTTabout-jishu-wrap .box .cont .h1::after {
		content: '';
		width: 7vw;
		height: 7vw;
		box-sizing: border-box;
		position: absolute;
		top: 1.6vw;
		transform: rotate(45deg);
		border-top: 0.5vw solid #1E78BE;
		border-right: 0.5vw solid #1E78BE;
	}
	#LTTabout-jishu-wrap .box .cont .h1::before{
		right: -5.1vw;
	}
	#LTTabout-jishu-wrap .box .cont .h1::after{
		right: -6.6vw;
	}
	#LTTabout-jishu-wrap .box .cont p {
		line-height: 8vw;
		font-size: 3vw;
		text-indent: 2em;
		margin: 2vw 0;
		text-align: justify;
	}
/* 技术优势 */