@charset "UTF-8";
/* ========== 首页 start ========== */
/* ————— indexBanner start ————— */
.indexBannerBox{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.indexBanner{height: 100%;position: absolute;width: 100%;top: 0;left: 0;}
.scrollBottom{padding-right: 35px;line-height: 30px;height: 30px;font-size: 16px;color: #fff;background: url("../images/scrollBg.png") no-repeat right center;position: absolute;right: 3.125%;bottom: 50px;z-index: 2;cursor: pointer;animation: moveUp 3s linear infinite;-webkit-animation: moveUp 3s linear infinite;    transform: rotate(90deg);transform-origin: 100% 100%;}
@keyframes moveUp{
  0%{
    bottom: 50px;
  }
  25%{
    bottom: 55px;
  }
  50%{
    bottom:50px;
  }
  75%{
    bottom: 45px;
  }
  100%{
    bottom: 50px;
  }
}
.bannerSwiper{height: 100%;width: 100%;}
.bannerSwiper .swiper-slide{text-align: center;font-size: 18px;background: #fff;overflow:hidden;}	
.bannerSwiper .slide-inner {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-size: cover;background-position: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;color:#fff;}
.bannerSwiper .slide-inner::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;background-color: rgba(0, 0, 0, 0.05);}
.bannerSwiper .swiper-slide .video{width: 100%;height: 100%;object-fit: cover;}
.indexBannerPrev{position: absolute;width: 60px;height: 60px;left: 9.375%;top: 50%;margin-top: -30px; background: rgba(0, 0, 0, 0.3) url(../images/indexLeft.png) center center no-repeat; border-radius: 100%;z-index: 5;cursor: pointer; transform: translateX(-30px);-webkit-transform: translateX(-30px);transition: all .3s;opacity: 0;visibility: hidden;}
.indexBannerNext{position: absolute;width: 60px;height: 60px;right: 9.375%;top: 50%;margin-top: -30px; background: rgba(0, 0, 0, 0.3) url(../images/indexRight.png) center center no-repeat; border-radius: 100%;z-index: 5;cursor: pointer; transform: translateX(30px);-webkit-transform: translateX(30px);transition: all .3s;opacity: 0;visibility: hidden;}
.indexBanner:hover .indexBannerPrev,
.indexBanner:hover .indexBannerNext{
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}
.indexBannerPrev:hover{
	background: rgba(255, 255, 255, 1) url(../images/indexLeft-h.png) center center no-repeat;
}
.indexBannerNext:hover{
	background: rgba(255, 255, 255, 1) url(../images/indexRight-h.png) center center no-repeat;
}
.indexBannerDot{
	position: absolute;
	width: 100% !important;
	left: 0 !important;
	bottom: 50px !important;
	z-index: 5;
	text-align: center;
}
.indexBannerDot span{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
	position: relative;
	background: #fff;
	border-radius: 100%;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	margin: 0 10px !important;
}
.indexBannerDot span::before{
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	border: 1px solid var(--themeColor);
	border-radius: 100%;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	opacity: 0;
	visibility: hidden;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
}
.indexBannerDot span.swiper-pagination-bullet-active{
	background: rgba(255,255,255,0);
	border: 1px solid var(--themeColor);
}
.indexBannerDot span.swiper-pagination-bullet-active::before{
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
}
/* ————— indexBanner end ————— */
/* ========== 首页 start ========== */
.column1{
	padding: 110px 0;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.indexTitle{
	padding-left: 36px;
	position: relative;
	z-index: 2;
}
.indexTitle::before{
	display: block;
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: -10px;
	background: url(../images/titleBg.png) left center no-repeat;
	z-index: -1;
}
.indexTitle .title{
	height: 42px;
	line-height: 42px;
	font-size: 36px;
	color: #333;
	font-family:'SourceHanSerifCN-SemiBold';
}
.indexTitle .titleEg{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	font-family:'SourceHanSerifCN-Regular';
	text-align: right;
}
.indexMore a{height: 42px;line-height: 42px;display: block;font-size: 14px;color: #999999;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.indexMore a span{width: 40px;height: 40px;background: url(../images/more.png) no-repeat center;position: relative;display: inline-block;z-index: 2;opacity: 1;visibility: visible;vertical-align: top;margin-left: 20px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.indexMore a span::before{display: block;content: '';width: 100%;height: 100%;border-radius: 50%;position: absolute;top: 0;left: 0;animation:quanquan 5s linear infinite;background: url(../images/moreq.png) no-repeat center;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.indexMore a:hover{color: var(--themeColor2);letter-spacing: 1px;}
.indexMore a:hover span{background-image: url(../images/more-h.png);margin-left: 23px;}
.indexMore a:hover span::before{background-image: url(../images/moreq-h.png);}
@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);}}
/* ————— 公共部分 end ————— */
.column1Content{
	display: flex;
}
.column1Swiper{
	position: relative;
	width:51.9231%;
}
.column1Swiper .bd{
	overflow: hidden;
}
.column1Swiper .bd .pic::before{	
	padding-top: 61.7284%;
}
.column1SwiperHtml{
	margin-left: 60px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	display: flex;
	height: 75px;
	padding-left: 20px;
	z-index: 5;
}
.column1SwiperHtmlL{
	position: relative;
	width: 85px;
	height: 85px;
	top: -24px;
	background: var(--themeColor);
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.column1SwiperHtmlL .date{
	height: 32px;
	line-height: 32px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	font-family: 'pingFangSC-Medium';
}
.column1SwiperHtmlL .time{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	font-family: 'pingFangSC-Medium';
}
.column1SwiperTitle{
	flex: 1;
	overflow: hidden;
	height: 75px;
	margin: 0 20px;
}
.column1SwiperTitle a{
	display: block;
	height: 75px;
	line-height: 75px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.column1SwiperDot{
	width: 110px !important;
	height: 75px !important;
	bottom: 0 !important;
	vertical-align: middle;
	padding: 28px 0 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
}
.column1SwiperDot span{
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.1);
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	vertical-align: middle;
	border-radius: 10px;
	margin-left: 10px !important;
	margin-right: 0px !important;
}
.column1SwiperDot span.swiper-pagination-bullet-active{
	background: var(--themeColor);
	width: 20px;
}
.column1R{
	flex: 1;
	overflow: hidden;
	margin-left: 25px;
}
.column1Dl dd{
	padding-left: 25px;
	position: relative;
	overflow: hidden;
}
.column1Dl dd::before{
	display: block;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;-webkit-box-sizing: border-box;
	border-radius: 12px;
	background: #fff;
	top: 50%;
	left: 0;
	margin-top: -6px;
	z-index: 2;
	transition: all 0.3;
	-webkit-transition: all 0.3;
}
.column1Dl dd::after{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 6px;
	background: rgba(0, 0, 0, 0.05);
}
.column1Dl dd a{
	display: block;
	position: relative;
	z-index: 3;
	padding: 16px 0 15px;
	border-bottom: 1px solid rgba(148, 7, 10, 0.1);
	transition: all 0.3;
	-webkit-transition: all 0.3;
}
.column1Dl dd a .time{
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #999;
	transition: all 0.3;
	-webkit-transition: all 0.3;
}
.column1Dl dd a .title{
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	transition: all 0.3;
	-webkit-transition: all 0.3;
}
.column1Dl dd a::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/column1Bg1.png) center center no-repeat;
	background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.4, 1, 1);
    transform: scale3d(0.4, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.column1Dl dd:hover a::before{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) ;
	transform: translate3d(0, 0, 0);
}
.column1Dl dd:hover a{
	padding: 16px 20px 15px;
}
.column1Dl dd:hover::before{
	background: var(--themeColor);
	border-color: var(--themeColor);
}
.column1Dl dd:hover a .time,
.column1Dl dd:hover a .title{
	color: #FFF;
}
.column2{
	height: 600px;
	position: relative;
}
.column2Bg{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
	background: no-repeat center center / cover;
    background-position: left top;
    background-attachment: fixed;
}
.column2 .wrap{
	position: relative;
	z-index: 5;
}
.column2Top{
	display: flex;
	justify-content: center;
	padding: 74px 0;
}
.column2Top .item{
	line-height: 50px;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
	margin: 0 15px;
}
.column2Top .item span{
	font-weight: bold;
}
.indexNumber{
	display: flex;
	justify-content: space-between;
}
.indexNumber .title{
	height: 100px;
	line-height: 100px;
	font-size: 54px;
	color: #fff;
	margin-bottom: 15px;
}
.indexNumber .title sub{
	font-size: 20px;
	color: #fff;
}
.indexNumber .title em{
	font-size: 54px;
	color: #fff;
	font-style: normal;
}
.indexNumber dd .icon{
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 24px;
}
.indexNumber dd .text{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.column3{
	padding: 110px 0 45px;
	background: #fff;
}
.column3Top{
	padding: 60px 0;
	display: flex;
}
.column3TopL{
	width: 49.0385%;
	background: #fff;
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 50px 50px;
	margin-right: 40px;
	overflow: hidden;
}
.column3TopL .title{
	height: 105px;
	line-height: 105px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 26px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
} 
.column3TopL .intro{
	height: 210px;
	line-height: 42px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
	margin-bottom: 25px;
}
.column3TopL .indexMore{
	text-align: center;
}
.column3TopR{
	flex: 1;
	position: relative;
}
.column3Pic{
	position: absolute;
	right: -25%;
	top: -55px;
	bottom: 0;
	left: 0;
	mask-image: url(../images/indexMask.png);
    -webkit-mask-image: url(../images/indexMask.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    overflow: hidden;
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
}
.column3Pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}
.column3TopR a{
	position: absolute;
	width: 72px;
	height: 72px;
	top: 50%;
	left: 50%;
	margin:-36px 0 0 -36px;
	background: url(../images/play.png) no-repeat center center / cover;
	z-index: 3;
	cursor: pointer;
}
.column3Body {
	margin: 0 -30px;
	overflow: hidden;
}
.column3Body dd{
	float: left;
	display: inline;
	width: 50%;
	padding: 50px 0;
}
.column3Body dd.dd1 {
	width: 100%;
}
.column3Body dd .pic {
	box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.1);
  }
  
.column3Body dd .pic::before{
	padding-top:57.33334%;
}
.column3Body dd.dd1 .pic::before{
	padding-top: 32.0513%;
}
.column3Body dd .pic::after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.1);
}
.column3Body dd .con{
	margin: 0 30px;
}
.column3Body dd .text{
	padding-top: 35px;
}
.column3Body dd .con .text .title{
	text-align: center;
	margin-bottom: 15px;
}
.column3Body dd .text .title a{
	height: 72px;
	line-height: 72px;
	font-size: 42px;
	color: #333;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.column3Body dd .con:hover .text .title a{
	color: var(--themeColor2);
} 
.column3Body dd .con .indexMore{
	text-align: center;
}
.column4{
	position: relative;
	background: #efebea;
	z-index: 1;
	padding-bottom: 115px;
	overflow: hidden;
}
.column4::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 300px;
	background: #94070a;
}
.column4Dl{
	overflow: hidden;
}
.column4Dl dd{
	float: left;
	display: inline;
	width: 50%;
}
.column4Dl dd .con{
	position: relative;
}
.column4Dl dd.dd3{
	width: 42.35%;
} 
.column4Dl dd.dd4,
.column4Dl dd.dd5{
	width: 28.825%;
} 
.column4Dl dd .text{
	position: absolute;
}
.column4Dl dd.dd1 .pic::before,
.column4Dl dd.dd2 .pic::before{
	padding-top: 46.1538%;
}
.column4Dl dd.dd3 .pic::before{
	padding-top:68.1818%;
}
.column4Dl dd.dd4 .pic::before,
.column4Dl dd.dd5 .pic::before{
	padding-top: 100.125%;
}
.column4Dl dd .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.column4Dl dd .text .title{
	position: absolute;
	left: 96px;
	bottom: 30px;
	width: 50px;
	line-height: 42px;
	color: #fff;
	font-family: 'SJxingkai-C';
	font-size: 36px;
	
}
.column4Dl dd .text .title span{
	position: absolute;
	left: -100%;
	font-size: 65px;
	color: #fff;
	top: -42px;
}
.column4Dl dd .text .tag {
    position: absolute;
    bottom: 30px;
    left: 64px;
    background: url(../images/tagBask.png) center center no-repeat;
    background-size: 100% 100%;
    width: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 4px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-family: 'SourceHanSerifCN-Regular';
}
.column5{
	background: #fff;
	padding: 105px 0;
}
.column5Content{
	display: flex;
	align-items: center;
}
.column5ContentL{
	width: 210px;
}
.column5ContentL .indexTitleBox{
	width: 70px;
	margin: 0 auto;
}
.column5ContentL .indexTitleBox .title{
	line-height: 36px;
}
.column5ContentL .indexTitleBox .titleEg{
	transform-origin: 0 0;
	white-space: nowrap;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.column5ContentL .indexTitleBox .indexTitle{
	padding-left: 15px;
}
.column5ContentL .indexTitleBox .indexTitle{
	padding-left: 15px;
	height: 150px;
}
.column5ContentL .indexTitleBox .indexTitle::before{
	top: -35px;
}
.column5ContentL .indexTitleBox .indexTitle .titleEg{
	line-height: 10px;
	position: relative;
	top: -15px;
}
.column5ContentL .indexMore {
	width: 70px;
	text-align: center;
	padding-top: 150px;
}
.column5ContentL .indexMore em{
	display: block;
	width: 15px;
	margin: 0 auto;
	font-style: normal;
	line-height: 20px;
	margin-bottom: 20px;
}
.column5ContentL .indexMore span{
	margin: 0 auto;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.column5ContentL  .indexMore a:hover span{
	margin: 0 auto;
}
.column5ContentR{
	flex: 1;
	overflow: hidden;
}
.column5Dl{
	overflow: hidden;
}
.column5Dl dd{
	float: left;
	display: inline;
	width: 25%;
}
.column5Dl dd .con{
	position: relative;
	margin: 0 20px;
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.column5Dl dd .con .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/indexMask2.png);
	background-position: top left;
	background-repeat: repeat;
	z-index: 2;
}
.column5Dl dd.dd1 .con .text{
	background-color: rgba(88, 157, 183,0.4);
}
.column5Dl dd.dd2 .con .text{
	background-color: rgba(155, 66, 56,0.4);
}
.column5Dl dd.dd3 .con .text{
	background-color: rgba(224, 169, 62,0.4);
}
.column5Dl dd.dd4 .con .text{
	background-color: rgba(19, 181, 177,0.4);
}
.column5Dl dd .title{
	position: absolute;
	width: 30px;
	left: 20px;
	top: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
}
.column5Dl dd .more{
	position: absolute;
	width: 44px;
	padding: 0 10px;
	height: 155px;
	bottom: 0;
	right: 25px;
	z-index: 5;
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;-webkit-box-sizing: border-box;
	text-align: center;
	border-left:1px solid #fff;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity:0;
	visibility:hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.column5Dl dd .pic::before{
	padding-top: 217.7420%;
}
.column5Dl dd .con:hover .more{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity:1;
	visibility:visible;
}
.column5Dl dd .con:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.07);
}
.column6{
	padding: 100px 0 90px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
}
.column6Content{
	padding-top: 40px;
	display: flex;
}
.column6Swiper{
	width: 61.5385%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	margin-right: 20px;
}
.column6Swiper .bd .pic::before{
	padding-top: 56.25%;
}
.column6SwiperHtml{
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(207, 4, 23, 0.6);
	padding: 0 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
}
.column6SwiperTitle{
	flex: 1;
}
.column6SwiperTitle a{
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
}
.column6SwiperDot{
	width: 110px !important;
	height: 80px !important;
	bottom: 0 !important;
	vertical-align: middle;
	padding: 30px 0 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
}
.column6SwiperDot span{
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	vertical-align: middle;
	border-radius: 10px;
	margin-left: 10px !important;
	margin-right: 0px !important;
}
.column6SwiperDot span.swiper-pagination-bullet-active{
	background:rgba(255, 255, 255, 1);
	width: 20px;
}
.column6R{
	flex: 1;
	overflow: hidden;
	background: #fff;
	border-top: 4px solid #cf0417;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 30px;
}
.column6Dl dd a{
	display: block;
	padding: 27px 0;
	border-bottom: 1px solid rgba(153,153,153,0.3);
}
.column6Dl dd:last-child a{
	border: none;
}
.column6Dl dd a .title{
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.column6Dl dd a .infor{
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
	margin-bottom: 5px;
}
.column6Dl dd a .time{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
.column6Dl dd:hover a .title{
	color: var(--themeColor2);
}
/* ========== 首页 end ========== */

/* ========== 学校简介 start ========== */
.introColumn1{
	position: relative;
	z-index: 2;
	height: 400px;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.introColumn1 .column2Bg{
	z-index: -1;
}
.introColumn1 .column2Top{
	padding: 30px 0;
}
.introColumn1 .indexNumber{
	width: 100%;
}
.introColumn1 .indexNumber dd{
	flex: 1;
}
.introColumn1 .indexNumber .title{
	height: 82px;
	line-height: 82px;
	font-size: 44px;
	margin-bottom: 5px;
	text-align: center;
}
.introColumn1 .indexNumber dd .icon{
	width: 78px;
	height: 78px;
	background-size: 45px;
}
.introBottom{
	line-height: 42px;
	font-size: 18px;
	color: #333;
	text-indent: 2em;
}
.introBottom span{
	display: block;
	font-size: 20px;
	color: #94070a;
}
.column1Video{
	width: 45.06%;
	border-radius: 10px;
	overflow: hidden;
}
.column1Video .pic::before{
	padding-top: 56.4295%;
}
.introTopL{
	overflow: hidden;
	padding-right: 5.7692%;
}
.introTitle{
	text-align: center;
	margin-bottom: 15px;
}
.introTitle span{
	display: inline-block;
	position: relative;
	height: 40px;
	padding: 0 76px;
	font-size: 30px;
	color: var(--themeColor);
}
.introTitle span::before{
	display: block;
	content: '';
	position: absolute;
	width: 25px;
	height: 1px;
	left: 0;
	top: 19px;
	background: var(--themeColor);
}
.introTitle span::after{
	display: block;
	content: '';
	position: absolute;
	width: 25px;
	height: 1px;
	right: 0;
	top: 19px;
	background: var(--themeColor);
}
.introTitleEg{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: var(--themeColor);
	text-align: center;
	text-transform: uppercase;
}
.introTopContent{
	line-height: 42px;
	font-size: 18px;
	color: #333;
	text-indent: 2em;
}
.introTopContent span{
	display: block;
	font-size: 20px;
	color: #94070a;
}
.playBtn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1) url(../images/introPlay.png) no-repeat center;
}
/* ========== 学校简介 end ========== */

/* 校园文化 start */
/* 第一栏 start */
.campusColumn1 {
    padding: 80px 0;
    background-color: #fff;
    overflow: hidden;
}
.campusSwiper {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	overflow: hidden;
	padding: 50px;
    background-color: #fff;
}
.campusSwiper .bd{
	overflow: hidden;
}
.campusSwiper .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 7.53424%;
}
.campusSwiper .pic::before{
	padding-top: 58%;
}
.campusSwiper .con .text {
    width: 23.9726027%;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../test/images/textBg.png);
}
.campusSwiper .con .img {
    flex: 1;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.campusSwiper .con .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}
.campusSwiper .con img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.campusSwiper .con .text .tig {
    font-size: 18px;
    color: #333;
    height: 40px;
    line-height: 40px;
	margin-bottom: 25px;
}
.campusSwiper .con .text .title {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    color: var(--themeColor);
    margin-bottom: 20px;
}
.campusSwiper .con .text .time {
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    color: rgba(148, 7, 10, 0.8);
}
.campusSwiper .con .img .palyVideo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 11;
}
.campusSwiper .con .img .palyVideo::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	background: rgba(0, 0, 0,.35);
	top: 0;
	left: 0;
	z-index: 2;
}
.campusSwiper .con .img .palyVideo::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	background: rgba(0, 0, 0, .1);
	top: 0;
	left: 0;
	animation-delay: 1s;
	z-index: 3
  }
  /* 动画效果：光圈的渐变变化 */
@keyframes pulse {
	0% {
	  transform: scale(1);
	  opacity: .4;
	}
	50% {
	  transform: scale(1.5);
	  opacity: .2;
	}
	100% {
	  transform: scale(2);
	  opacity: 0;
	}
  }
  
.campusSwiper .con .img .palyVideo i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	border-radius: 50%;
	background:rgba(0, 0, 0, .4) url(../test/images/playvideo.png) center center no-repeat;
  }
  .pageBt div {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    bottom: 17.65% !important;
    z-index: 20;
    box-shadow: 0 0 8px rgba(202, 131, 133, 0.2); 
    box-sizing: border-box;
	transition: all .4s;
	-webkit-transition: all .4s;
  }
.pageBt .next {
    left: 130px !important;
    background-image: url(../test/images/next.png);
}
.pageBt .prev {
    background-image: url(../test/images/prev.png);
    left: 50px !important;
}
.pageBt .next:hover{
	background-color: var(--themeColor);
	background-image: url(../test/images/next-h.png);
}
.pageBt .prev:hover {
	background-color: var(--themeColor);
    background-image: url(../test/images/prev-h.png);
}
.campusTitle {
    text-align: center;
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    color: #94070a;
}
.campusColumn2 {
    padding: 50px 0;
    background-color: #fafafa;
    overflow: hidden;
}
.campusColumn2 dl {
    margin: 50px -30px 0 0;
}
.campusColumn2 dl::after {
    content: '';
    display: block;
    clear: both;	
}
.campusColumn2 dl dd {
    width: 33.333333%;
    float: left;
    margin-bottom: 30px;
}
.campusColumn2 dl .con {
    display: block;
    padding: 20px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 30px;
    background-color: #fff;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.campusColumn2 dl .con:hover{
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.campusColumn2 dl .con img {
    object-fit: contain;
}
.maxImgSwiper {overflow: hidden;}
.maxImgSwiper .pic::before {padding-top: 66.6667%;}
.maxImgSwiper .pic {
    overflow: hidden;
    border-radius: 15px;
}
.maxImgSwiper .pic .tip {width: 100%;font-size: 22px;line-height: 40px;position: absolute;bottom: 0;left: 0;z-index: 1;color: #fff;text-align: center;}
.minImgSwiper {overflow: hidden;padding-top: 10px;margin:0 -10px}
.minImgSwiper  dd .con .pic::before {padding-top: 8.8387%;}
.minImgSwiper  dd .con .pic{
    overflow: hidden;
    border-radius: 10px;
}
.minImgSwiper  dd .con .pic .tip {font-size: 20px;color: #fff;width: 100%;position: absolute;bottom: 0;left: 0;text-align: center;line-height: 50px;background-color: rgba(0, 0, 0, 0.5);}

.minImgSwiper .con {
    background-color: transparent;
    position: relative;
    border-radius: 10px;
	margin: 0 10px;
	padding: 10px 0;
}
.minImgSwiper .swiper-slide .con::before{
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	bottom: 2px;
	background: #c31723;
	border-radius: 10px;
	transition: all .4s;
	-webkit-transition: all .4s;
	opacity: 0;
	visibility: hidden;
}
.minImgSwiper .swiper-slide.swiper-slide-thumb-active .con::before{
	right: -8px;
	left: 8px;
	top: 10px;
	opacity: 1;
	visibility: visible;
}
.minImgSwiper .pic {
    border-radius: 10px;
    overflow: hidden;
}
.ztsjBt div{width: 40px;height: 40px;background-position: center;background-repeat: no-repeat; background-size: 20px;}
.ztsjBt .ztsjNext {background-image: url(../test/images/next1.png); position: absolute;right: -15%; top: 40%;z-index: 1000;}
.ztsjBt .ztsjPrve {background-image: url(../test/images/prev1.png); position: absolute;left: -15%; top: 40%; z-index: 1000;}
.ztsjBt .ztsjNext:hover {cursor: pointer;}
.ztsjBt .ztsjPrve:hover {cursor: pointer;}
.ztsjColumn .ztsjBox { position: fixed;left: 0;top:20%;right: 0;margin:auto;z-index: 1;opacity: 1;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;transform: scale(0);-webkit-transform: scale(0)}
.ztsjColumn .ztsjBox.on {z-index: 999;opacity: 1;transform: scale(1);-webkit-transform: scale(1)}
.ztsjBox {width:50%; position: fixed; left: 50%;top: 50%;margin:auto;z-index: 1;opacity: 1;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;transform: scale(0) translate(-50%,-50%);-webkit-transform: scale(0) translate(-50%,-50%)}
.ztsjBox.on {z-index: 999;opacity: 1;transform: scale(1) translate(-50%,-50%);-webkit-transform: scale(1) translate(-50%,-50%)}
.imgList1DlBg{position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgb(0,0,0,0.4);z-index: -1;opacity: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.imgList1DlBg.on{z-index: 998;opacity: 1;}
.imgList1DlBg span {position: absolute;left: 80%;top: 8%;width: 40px;height: 40px;display: block;background: url(../test/images/nopage.png) no-repeat center;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;cursor: pointer;z-index: 1000;}
.imgList1DlBg span:hover{transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);}
.ztsjSwiper{
	position: relative;
}
/* 弹窗 end */
/* 轮播图 end */
/* 第二栏 end */
/* 第三栏 start */
.campusColumn3 {
    padding: 80px 0;
    background-color: #fff;
}
.campusSwiper2 {
    overflow: hidden;
    position: relative;
	margin: 0 -100px;
}
.campusSwiper2 .con{
	margin: 0 100px;
	display: block;
	padding: 20px 0;
}
.campusSwiper2 .con .conImg{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.campusSwiper2 .con img{
	display: block;
	object-fit: contain;
	object-position: center center;
	margin: 0 auto;
}
.campusSwiper2 .swiper-slide .con .conImg{
    transform: scale(0.6769230);
	transition: all .4s;
	-webkit-transition: all .4s;
}
.campusSwiper2 .swiper-slide.swiper-slide-prev .con .conImg{
	transform-origin: 100% 50%;
}
.campusSwiper2 .swiper-slide.swiper-slide-next .con .conImg{
	transform-origin: 0% 50%;
}
.campusSwiper2 .swiper-slide.swiper-slide-active .con .conImg{
    transform: scale(1);
}
.campusPage{
	height: 72px;
	line-height: 72px;
	padding-right: 25%;
	font-size: 22px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.campusPage .fg{
	padding: 0 20px;
}
.campusPage .currenPage {
    color: var(--themeColor);
}
.campusBt div {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    transition: .3s;
}
.campusBt .next {
    right: 13%;
    left: auto !important;
    background-image: url(../test/images/xyright.png);
}
.campusBt .next:hover {
    background-color: #94070a;
    background-image: url(../test/images/xyrighth.png);
}
.campusBt .prev {
    left: 13%;
    background-image: url(../test/images/xylefth.png);
}
.campusBt .prev:hover {
    background-color: #94070a;
    background-image: url(../test/images/xyleft.png);
}
/* 第三栏 end */
/* 校园文化 end */

/* ========== 后勤服务 start ========== */
.hqfwColumn1{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
	display: flex;
	align-items: center;
}
.hqfwPic{
	width: 48.7180%;
	margin-right: 30px;
}
.hqfwColumn1 .text{
	overflow: hidden;
	flex: 1;
	padding-right: 35px;	
}
.hqfwColumn1 .text .title{
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	color: var(--themeColor);
	margin-bottom: 13px;
}
.hqfwColumn1 .infor{
	height: 228px;
	line-height: 38px;
	text-indent: 2em;
	font-size: 18px;
	color: #333;
} 
.hqfwColumn2{
	display: flex;
}
.hqfwSwiper{
	width: 48.7180%;
	overflow: hidden;
	padding-top: 15px;
	margin-right: 30px;
	position: relative;
}
.hqfwSwiper .pic::before{
	padding-top: 70.1987%;
}
.hqfwSwiper .bd{
	border-radius: 10px;
	overflow: hidden;
}
.hqfwSwiperC{
	position: relative;
}
.hqfwBottom{
	position: absolute;
	width: 100%;
	height: 55px;
	left: 0;
	bottom: 0;
	background: rgba(148, 7, 10, .5);
	border-radius: 0 0 10px 10px;
	z-index: 5;
	overflow: hidden;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
}
.hqfwTitle{
	flex: 1;
	margin-right: 30px;
}
.hqfwTitle a{
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
}
.hqfwDot{
	width: 110px !important;
	height: 55px !important;
	bottom: 0 !important;
	vertical-align: middle;
	padding: 20px 0 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
}
.hqfwDot span{
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.4);
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	vertical-align: middle;
	border-radius: 10px;
	margin-left: 10px !important;
	margin-right: 0px !important;
}
.hqfwDot span.swiper-pagination-bullet-active{
	background:rgba(255, 255, 255, 1);
}
.hqfwDl {
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.hqfwDl dd{
	padding: 15px 0;
	width: 50%;
}
.hqfwDl dd .con{
	display: block;
	margin: 0 15px;
	border-radius: 10px;
	overflow: hidden;
}
.hqfwDl dd .pic::before{
	padding-top: 67.5676%;
}
/* ========== 后勤服务 end ========== */

/* ========== 成绩查询 start ========== */
.cjcxBox{
	padding: 60px 60px 80px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.cjcxTitle{
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.cjcxTitle span{
	display: inline-block;
	padding: 0 170px;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #c51121;
}
.cjcxTitle span::before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	width: 170px;
	height: 70px;
	top: 0;
	background: url(../images/cjcxzsL.png) left center no-repeat;
}
.cjcxTitle span::after{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	width: 170px;
	height: 70px;
	top: 0;
	background: url(../images/cjcxzsR.png) right center no-repeat;
}
.cjcxForm{
	display: flex;
	margin: 0 -45px;
}
.cjcxForm .item {
	width: 30%;
}
.cjcxForm .item:last-child {
	width: 40%;
}
.cjcxForm .item .con{
	margin: 0 45px;
}
.cjcxForm .item .label{
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #666;
}
.cjcxForm .item .label span{
	color: #e50f0f;
}
.cjcxForm .item .input{
	border-radius: 6px;
	border-color: #ededed;
	padding: 0 30px;
}
.cjcxForm .item .input input{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}
.cjcxForm .item .input input::-webkit-input-placeholder{
	font-size: 16px;
	color: #999;
}
.cjcxForm  .formYzm .yzmImg{
	width: auto;
	height: 50px;
	border-radius: 6px;
	margin-right: 10px;
}
.cjcxForm  .formYzm .huan{
	display: block;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	padding-left: 10px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.cjcxForm  .formYzm .huan:hover{
	color: var(--themeColor);
}
.cjcxBox .formSubBtn{
	display: flex;
	justify-content: center;
}
.formBtn{
	width: 160px;
	height: 50px;
	border: 2px solid #999;
	border-radius: 25px;
	margin: 0 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none;
	overflow: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.formBtn a{
	font-size: 20px;
	color:#555;
	transition: all .4s;
	-webkit-transition: all .4s;
	display: block;
	height: 46px;
	line-height: 46px;
}
.formBtn.reset:hover{
	background: #999;
}
.formBtn.reset:hover a{
	color: #fff;
}
@keyframes zoomA {
	0%{
		transform: scale(1);
		opacity: 1;
	}
	50%{
		transform: scale(2);
		opacity: 0.8;
	}
	100%{
		transform: scale(3);
		opacity: 0;
	}
}
.formBtn.submit{
	border-color: #c51121;
	background-color: #c51121;
}

.formBtn.submit a{
	display: block;
	color: #fff;
}
.formBtn.submit a i  {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	position: relative;
	background-color: #fff;
	margin-left: 10px;
}

.formBtn.submit a i::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgb(255 255 255 / .7);
	animation: zoomA 1s linear infinite;
}
.formBtn:hover{
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
} 
/* ========== 成绩查询 end ========== */

/* ========== 成绩查询结果 start ========== */
.cjcxOuterBox{
	background: #fff;
	padding: 60px;
}
.cjcxForm1{
	display: flex;
}
.cjcxForm1R{
	margin-left: 90px;
}
.cjcxForm1R button{
	width: 150px;
	height: 50px;
	color: #fff;
	font-size: 26px;
	color: #fff;
	background: #c51121;
}
.cjcxForm1L{
	flex: 1;
	background: #fff;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
	display: flex;
}
.cjcxForm1L .item{
	flex: 1;
	position: relative;
}
.cjcxForm1L .item::after{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	background: #cdcdcd;
	right: 0;
}
.cjcxForm1L .item:last-child:after{
	display: none;
}
.cjcxForm1L .item .con{
	display: flex;
	margin: 0 30px;
}
.cjcxForm1L .item .con .itemC{
	flex: 1;
}
.cjcxForm1L .item .con .label{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
}
.cjcxForm1L .aykj_cssSelect .aykj_selectBox{
	border: none;
}
.cjcxForm1L .aykj_cssSelect .aykj_selectLt{
	min-height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.cjcxForm1L .aykj_cssSelect .aykj_selectRt:before{
	width: 15px;
	height: 15px;
	border: 1px solid #333;
	border-left:none;
	border-bottom:none;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	top: 15px;
}
.cjcxForm1L .aykj_cssSelect .sPressDown .aykj_selectRt:before{
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	top: 25px;
}
.cjcxForm1L .aykj_cssSelect .aykj_optionBox:hover{
	background: var(--themeColor2);
}
.cjcxResultTitle{
	height: 64px;
	line-height: 64px;
	font-size: 26px;
	color: #333;
	text-align: center;
}
.cjcxResultDl{
	border-top: 2px solid #c51121;
	width: 1000px;
	margin: 0 auto;
}
.cjcxResultDl dd{
	border-bottom:1px solid #cccccc ;
	height: 76px;
	line-height: 76px;
	display: flex
}
.cjcxResultDl dd .title{
	font-size: 18px;
	color: #333;
	width: 395px;
}
.cjcxResultDl dd .text{
	flex: 1;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	width: 395px;
}
/* ========== 成绩查询结果 end ========== */

/* ========== 留言 start ========== */
.onlinePic{
	border-radius: 10px;
	overflow: hidden;
}
.onlinePic .pic::before{
	padding-top: 25.6410%;
}
.onlineForm{
	display: flex;
	flex-wrap: wrap;
}
.onlineForm .item{
	width: 50%;
	margin-bottom: 10px;
}
.onlineForm .item .con{
	margin: 0 40px;
}
.onlineForm .item .label{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666;
}
.onlineForm .item .label span{
	color: #f00;
}
.onlineForm  .input{
	border: 1px solid #ededed;
	border-radius: 6px;
	background: #f9f9f9;
	padding: 0 30px;
}
.onlineForm  .input input{
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #333;
}
.onlineForm  .input input::-webkit-input-placeholder{
	font-size: 16px;
	color: #999;
}
.onlineForm  .aykj_cssRadio_icn{
	width: 24px;
	height: 24px;
	border: 1px solid #ededed;
	background: #f9f9f9;
	top: 0;
}
.onlineForm .aykj_cssRadio_text{
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.onlineForm .aykj_cssRadio_icn i{
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
}
.onlineForm .aykj_cssRadioBox.checked .aykj_cssRadio_icn{
	border: 1px solid var(--themeColor);
}
.onlineForm .aykj_cssSelect .aykj_selectBox{
	border: 1px solid #ededed;
	border-radius: 6px;
	background: #f9f9f9;
}
.onlineForm .aykj_cssSelect .aykj_selectLt{
	min-height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding-left:30px;
}
.onlineForm .formYzm .yzmImg{
	width: auto;
	height: 50px;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 15px;
}
.onlineForm .formYzm .huan{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.onlineForm .formYzm .huan:hover{
	color: var(--themeColor);
}
.commonFormBox .formSubBtn{
	text-align: center;
	display: flex;
	justify-content: center;
}
/* ========== 留言 end ========== */
/* ========== 联系我们 start ========== */
.contactBox{
	padding:60px 70px;
	background-color: #fff;
	/* display: flex; */
	box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	overflow: hidden;
}
.contactL{
	display: flex;
	place-items: flex-end;
}
.contactTitle{
	height: 56px;
	line-height: 56px;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	color: #970d10;
	margin-bottom: 40px;
	text-align: center;
}  
.contactTitle::before{
	display: block;
	content: '';
	position: absolute;
	width: 26px;
	height: 5px;
	left: 50%;
	margin-left: -13px;
	bottom: 0;
	background: var(--themeColor)
}
.contactDl{
	display: flex;
	flex: 1;
	overflow: hidden;
	justify-content: center;
	margin: 0 -30px;
}
.contactDl dd{
	width: 310px;
	margin: 0 30px 13px;
	padding-top: 106px;
}
.contactDl dd .con{
	height: 196px;
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.06);
}
.contactDl dd .icon{
	position: relative;
	height: 52px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 23px;
}
.contactDl dd .icon::before{
	display: block;
	content: '';
	position: absolute;
	width: 116px;
	height: 116px;
	left: 50%;
	margin-left: -58px;
	bottom: 0;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	border-radius: 100%;
}  
.contactDl dd .icon::after{
	display: block;
	content: '';
	position: absolute;
	width: 90px;
	height:90px;
	left: 50%;
	margin-left: -45px;
	bottom: 13px;
	border: 1px dashed #94070a;
	border-radius: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contactDl dd .icon span{
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: 18px;
	left: 50%;
	margin: -42px 0 0 -40px;
	background: #94070a;
	border-radius: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.contactDl dd.dd2 .icon span{
	background-color: #ffb72a;
}
.contactDl dd.dd2 .icon::after{
	border-color: #ffb72a;
}
.contactDl dd.dd3 .icon span{
	background-color: #91bb4f;
}
.contactDl dd.dd3 .icon::after{
	border-color: #91bb4f;
}
.contactDl dd .title{
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	font-size: 24px;
	color: #000;
	text-align: center;
}
.contactDl dd .text{
	padding: 5px 10px;
	line-height: 26px;
	font-size: 18px;
	color: #666;
	text-align: center;
}
.conctatEwm{
	margin-bottom: 20px;
	margin-right: -30px;
} 
.conctatEwm dd{
	float: left;
	display: inline;
	margin-right: 30px;
}
.conctatEwm dd  .con{
	border: 5px solid #f7f7f7;
	border-radius: 4px;
}
.conctatEwm dd  .con .img img{
	display: block;
	width: 117px;
	height: 117px;
}
.conctatEwm dd  .text{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.contactForm {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -50px;
}
.contactR{
	flex: 1;
	overflow: hidden;
	display: none;
}
.contactForm .item{
	width: 50%;
	margin-bottom: 30px;
}
.contactForm .item.w100{
	width: 100%;
}
.contactForm .item .con{
	margin: 0 50px;
}
.contactForm .item .input,
.contactForm .item .textarea{
	border: none;
	border-bottom: 1px solid rgba(148,7,10,0.1);
}
.contactForm .item .input input{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
}
.contactForm .item .textarea textarea{
	height: 180px;
	line-height: 36px;
	font-size: 20px;
	color: #333;
}
.contactForm .item .input input::-webkit-input-placeholder,
.contactForm .item .textarea textarea::-webkit-input-placeholder{
	color: #666; 
	font-size:20px; 
	text-align: left; 
}
.contactForm .formYzm .yzmImg{
	height: 60px;
	width: auto;
	margin-right: 10px;
	border-radius: 6px;
}
.contactForm .formYzm .huan{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #999;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.contactForm .formYzm .huan:hover{
	color: var(--themeColor);
}
.contactImgBox{
	border-radius: 10px;
	overflow: hidden;
}
.contactImgBox .pic::before{
	padding-top: 35.2565%;
}
/* ========== 联系我们 end ========== */