@charset "UTF-8";
/* 左侧三级菜单 start */
.sjLeftMenu {
	width: 180px;
	box-sizing: border-box;
	border-left: 6px solid #bb1e47;
	border-bottom: 6px solid #bb1e47;
	position: sticky;
	top: 50px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/menuBg.png);
}
.sjLeftMenu .ejHome {
	text-align: center;
	/* background-color: var(--themeColor); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../images/menuBg.png);
}
.sjLeftMenu .ejHome a {
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	text-align: left;
	padding: 20px 0 20px 40px;
	color: #fff;
	background: url(../images/icon/sjhome.png) no-repeat left center;
	background-size: 30px;

}
.sjLeftMenu dl {
	padding: 0 0 30px 20px;
	background-color: #f5f5f5;
	box-sizing: border-box;
}
.sjLeftMenu dl a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	padding: 10px 0;
	border-bottom: 1px solid #eeeae3;
	position: relative;
}
.sjLeftMenu dl a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; 
    width: 0%; 
    height: 1px; 
    background-color: #fc9b10;
    transition: width 0.4s ease; 
}
.sjLeftMenu dl a::before {
	display: block;
	content: '';
	width: 6px;
	height: 0%;
	background-color: transparent;
	position: absolute;
	left: -26px;
	top: 0%;
}
.sjLeftMenu dl dd:hover a,
.sjLeftMenu dl dd.hover a {
	color: #fc9b10;
	border-bottom: 1px solid #fc9b10;
}
.sjLeftMenu dl dd:hover a::before,
.sjLeftMenu dl dd.hover a::before {
	height: 100%;
	background-color: #fc9b10;
}
.sjLeftMenu dl dd:hover a::after,
.sjLeftMenu dl dd.hover a::after {
	width: 100%;
}
/* 三级菜单 布局 */
.publickFlex {
	display: flex;
	justify-content: space-between;
	column-gap: 3.4722%;
}
.publickFlex .sjMenuLeftW{
	width: 15.357%;
	position: relative;
}
.flexSurplus {
	flex: 1;
}
/* 左侧三级菜单 end */
/* ========== 首页 start ========== */
/* ————— indexBanner start ————— */
.indexBannerBox{position: relative;overflow: hidden;box-shadow: 0 0 30px rgba(0, 0, 0, .7);}
.indexBannerBox::before{display: block;content: '';padding-top:33.8541%;}
.indexBanner{height: 100%;position: absolute;width: 100%;top: 0;left: 0;}
.scrollBottom{padding-left: 35px;line-height: 30px;height: 30px;font-size: 16px;color: #fff;background: url("../images/scrollBg.png") no-repeat left center;font-family: 'Alibaba PuHuiTi 2.0 55';position: absolute;right: 120px;bottom: 50px;z-index: 2;cursor: pointer;animation: moveUp 3s linear infinite;-webkit-animation: moveUp 3s linear infinite;}
@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;}	
.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 .swiper-slide .video{width: 100%;height: 100%;object-fit: cover;}
.indexBannerArrow{position: absolute;width: 430px;height: 60px;left: 120px;bottom: 50px;z-index: 2;}
.indexBannerArrowL{float: left;display: inline;margin-right: 5px;}
.indexBannerPrev{float: left;display: inline;width: 56px;height: 56px;border-radius: 50%;border: 2px solid rgba(255, 255, 255, 0.6);background: url("../images/indexBannerPrev.png") no-repeat center center;margin-right: 20px;cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.indexBannerPrev:hover{background-color: rgba(255, 255, 255, 0.3);border-color: rgba(255, 255, 255, 0.3);}
.indexBannerArrowL .num{overflow: hidden;line-height: 60px;height: 60px;font-size: 24px;color: #ffffff;}
.indexBannerArrowR{float: right;display: inline;margin-left: 10px;}
.indexBannerNext{float: right;display: inline;width: 56px;height: 56px;border-radius: 50%;border: 2px solid rgba(255, 255, 255, 0.6);background: url("../images/indexBannerNext.png") no-repeat center center;margin-left: 20px;cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.indexBannerNext:hover{background-color: rgba(255, 255, 255, 0.3);border-color: rgba(255, 255, 255, 0.3);}
.indexBannerArrowR .count{overflow: hidden;line-height: 60px;height: 60px;font-size: 24px;color: #ffffff;}
.indexBannerArrow .line{overflow: hidden;position: relative;padding-top: 29px;}
.indexBannerArrow .line::before{display: block;content: ""; width: 100%;height: 1px;position: absolute;bottom: 0;background: rgba(255, 255, 255, 0.3);left: 0;}
.indexBannerArrow .line .lineBg{width: 0%;transition: all 0.3s;-webkit-transition: all 0.3s; height: 2px;background-color: #fff;position: absolute;left: 0;bottom: 0;}
.indexBanner .slideText{line-height: 75px;font-size: 48px;color: #ffffff;top: 30%;left: 120px;position: absolute;font-family: 'Alibaba PuHuiTi 2.0 85';z-index: 2;text-align: left;}
@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);}}

.commonMore {
	height: 60px;
	border: 2px solid #e5e5e5;
	width: 160px;
	box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease;
  text-align: center;
}

.commonMore:hover {
	border-color: #0075c2;
}

.commonMore::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0075c2;
	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);
}

.commonMore:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.commonMore a {
	display: block;
	position: relative;
	line-height: 56px;
	z-index: 5;
	font-size: 16px;
	color: #333333;
  font-family: 'Alibaba PuHuiTi 2.0 55';
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.commonMore:hover a {
	color: #fff;
}

.commonMore span{
  display: inline-block;
  padding-right: 29px;
	background: url(../images/indexMore.png) right center no-repeat;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.commonMore:hover span {
	background:url(../images/indexMoreH.png) right center no-repeat;
}
.indexBanner .swiper-pagination-El {
	bottom: 30px !important;
	position: absolute;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.indexBanner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 10px !important;
	opacity: 1;
	position: relative;
}
.indexBanner .swiper-pagination-bullet::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	border: 0px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}
.indexBanner .swiper-pagination-bullet-active::before {
	border: 1px solid #fff
}
/* ————— indexBanner end ————— */
/* ========== 首页 start ========== */


/*==========  高德地图点聚合 start ========== */
.yywdLeftBox{width: 360px;height: calc(100vh - 190px);background-color: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;position: absolute;top: 20px;left: 20px;z-index: 2;padding: 20px 10px;}
#searchShow{font-size:15px;border-collapse: collapse;width: 100%;background-color: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;line-height: 34px;height: calc(100vh - 255px);overflow: auto;}
#searchShow.hover{display: none;}
#searchShow::-webkit-scrollbar{width:6px;background-color: #fff;}
#searchShow::-webkit-scrollbar-thumb{width:6px;background:#d6d6d6;}
#searchShow li{padding: 25px 10px 8px 10px; cursor: pointer;border-bottom: 1px solid #ececec;}
#searchShow li .title{height: 24px;line-height: 24px;font-size: 15px;color: #666;overflow: hidden;font-weight: bold;}
#searchShow li .address{height: 28px;line-height: 28px;font-size: 14px;color: #999;overflow: hidden;}
#searchShow li:hover{background-color: #ebebeb;}
.yywdSearch{width: 100%;height: 45px;background-color: #fff;border-radius: 3px;box-sizing: border-box;-webkit-box-sizing: border-box;border: 1px solid #ebebeb; z-index: 2000;text-align: left;}
.yywdSearch .searchIcon{overflow: hidden;height: 45px;background: url(../images/common/search.png) no-repeat center;z-index: 2;position: relative;display: block;cursor: pointer;}
.yywdSearch input{width: 260px;;height: 45px;line-height: 45px;border: none;background: none;padding-left: 20px;display: block;float: left;box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 16px;color: #666;}
.yywdSearch input::placeholder {color: #999;font-size: 15px;}
.yywdSearch input::-webkit-placeholder {color: #999;font-size: 15px;}
.mapBox{width: 100%;height: calc(100vh - 150px);position: relative;}
#container{position: relative;width: 100%;height: 100%;}
#container .textBox{width: 248px;height: 85px;background-color: #fff;position: absolute;top: 15px;right: 15px;z-index: 2;line-height: 85px;color: #333;font-size: 16px;text-align: center;}
#container .textBox .icn{width: 30px;height: 85px;background: url(../images/common/dwIcn1.png) no-repeat center;display: inline-block;vertical-align: top;margin-right: 20px;}
.amap-marker-content div{background: url(../images/common/dwIcn1.png) no-repeat center top 20px !important;width: 26px !important;height: 50px !important;border: none !important;box-shadow: none !important;line-height: 25px !important;color: #e60013 !important;font-weight: bold;}
.amap-info-content{padding: 0 !important;}
.amap-info-close{right: 6px !important;}
.mapPop{background-color: #fff;padding: 20px;}
.mapPop .pic{width: 280px;margin-bottom: 13px;}
.mapPop .pic::before{padding-top: 57.1429%;}
.mapPop .title{line-height: 24px;font-size: 16px;color: #333;margin-bottom: 7px;}
.mapPop .address{line-height: 24px;font-size: 14px;color: #999;}
.mapPop .phone{line-height: 24px;font-size: 14px;color: #999;margin-bottom: 15px;}
.jumpBox a{height: 32px;padding: 0 20px;border-radius: 16px;display: inline-block;font-size: 14px;color: #fff;line-height: 32px;}
.jumpBox a:nth-child(1){background-color: #e60212;margin-right: 10px;}
.jumpBox a:nth-child(2){background-color: #ef7901;}
.yywdList{display: none;position: absolute;top: 45px;width: 100%;border: solid 1px #62a6da;max-height: 340px;overflow-y: auto;z-index: 1;font-size: 0;}
.yywdList li{position: relative;padding-left: 10px;width: 100%;height: 34px;line-height: 34px;font-size: 14px;color: #454545;text-align: left;background-color: #fff;cursor: pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.yywdList li:hover{color: #fff;background-color:var(--themeColor);}
/*==========  高德地图点聚合 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 */
.pageRightDl {
	position: fixed;
	 right: -140px; 
    transition: right 0.5s ease;
    z-index: 1000;
	top: 30%;
	z-index: 999;
}
.pageRightDl.active {
    right: 75px; 
}
.pageRightDl .con {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.pageRightDl .con .img {
	width: 124px;
	height: 124px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.pageRightDl dd {
	margin-bottom: 20px;
}
.pageRightDl .con img {
	width: 112px;
	height: 112px;
	object-fit: contain;
	object-position: center;
}
.pageRightDl .con .post {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin-top: 5px;
}
.pageRightDl .offImg {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #8b8b8b;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	background-image: url(../images/icon/gb.png);
	position: absolute;
	top: -20px;
	right: 0;
	cursor: pointer;
}

/* 首页 start */
/* 公共部分 start */
.indexTitle span {
	display: inline-block;
	font-size: 30px;
	color: #181818;
	line-height: 36px;
	padding: 0 40px;
	position: relative;
	font-family: 'SourceHanSerifCN-Regular';
}
.indexTitle.indexTitle1 span {
	font-size: 20px;
}
.indexTitle.indexTitle1 span::before {
	background-size: 14px;
}
.indexTitle.indexTitle1 span::after {
	background-size: 14px;
}
.indexTitle span::before{
	display: block;
	content: '';
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	background-image: url(../images/icon/titleleft.png);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
}
.indexTitle span::after{
	display: block;
	content: '';
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	background-image: url(../images/icon/titleright.png);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -16px;
}
.indexMore a {
	display: inline-block;
	font-size: 18px;
	color: #999;
	line-height: 18px;
	padding-right: 40px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px,16px;
	background-image: url(../images/icon/more1.png);
	position: relative;
	transition: .3s;
}
.indexMore a:hover {
	color: var(--themeColor);
	background-image: url(../images/icon/more1h.png);
}
/* 公共部分 end */
/* 第一栏 start */
.indexColumn1 {
	padding: 60px 0 80px;
}
.indexColumn1 .main {
	padding:60px 30px 30px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;	
}
.indexColumn1 .topBox {
	column-gap: 30px;
}
.indexColumn1 .topLeft {
	width: 48.3271%;
}
.indexC1Swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.indexC1Swiper .img {
	height: 420px;
	overflow: hidden;
	border-radius: 10px;
}
.indexC1Swiper .tip {
	height: 66px;
	line-height: 66px;
	padding: 0 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	z-index: 2;
}
.indexC1Swiper .tip span {
	width: 80%;
	font-size: 18px;
	color: #fff;
}
.indexC1Swiper .swiper-pagination {
	width: auto !important;
	left: auto !important;
	right: 30px;
	bottom: 27px !important;
}
.indexC1Swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 5px!important;
	opacity: 1;
}
.indexC1Swiper .swiper-pagination-bullet-active {
	background: var(--themeColor);	
}
.indexColumn1 .indexC1Tab {
	column-gap: 34px;
}
.indexColumn1 .indexC1Tab a {
	display: inline-block;
	font-size: 22px;
	color: #333;
	line-height: 22px;
	padding:0 0 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 8px;
	position: relative;
	transition: .3s;
}
.indexColumn1 .indexC1Tab dd.hover a,
.indexColumn1 .indexC1Tab dd:hover a{
	background-image: url(../images/icon/xkh.png);
	color: var(--themeColor);
}
.paddT10 {
	padding-top: 10px;
}
.indexC1Dl1 {
	margin-top: 30px;
}
.indexC1Dl1 dd {
	margin-bottom: 30px;
}
.indexC1Dl1 a {
	font-size: 16px;
	line-height: 16px;
	transition: .3s;
	column-gap: 44px;
}
.indexC1Dl1 .title {
	position: relative;
	padding-left: 13px;
	color: #333;
	transition: .3s;
}
.indexC1Dl1 .title::before{
	display: block;
	content: '';
	border-top: 4px solid transparent;   
    border-bottom: 4px solid transparent;
    border-left: 4px solid #666;   
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;   
	transition: .3s;
}
.indexC1Dl1 .time {
	color: #999;
	transition: .3s;
}
.indexC1Dl1 a:hover .title {
	color: var(--themeColor);
}
.indexC1Dl1 a:hover .time {
	color: var(--themeColor);	
}
.indexC1Dl1 a:hover .title::before{
	border-left: 4px solid var(--themeColor);	
}
.indexColumn1 .bottomBox {
	margin-top: 70px;
	column-gap: 60px;
}
.indexColumn1 .bottomLeft {
	width: 49.25373%;
}
.indexColumn1 .timStyle .con {
	column-gap: 30px;
}
.indexColumn1 .timStyle{
	margin-top: 50px;
	border-bottom: 1px dashed #e6e6e6;
	padding-bottom: 20px;
}
.indexColumn1 .timStyle .time {
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 95px;
	padding: 15px 0;
	transition: .3s;
}
.indexColumn1 .timStyle .day {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #333;
	transition: .3s;
}
.indexColumn1 .timStyle .year {
	font-size: 15px;
	line-height: 30px;
	color: #666;
	transition: .3s;
}
.indexColumn1 .timStyle .con:hover .time{
	background-color: var(--themeColor);
	background-image: url(../images/icon/timebg.png);
}
.indexColumn1 .timStyle .con:hover .day {
	color: #fff;
}
.indexColumn1 .timStyle .con:hover .year {
	color: #fff;
}
.indexColumn1 .timStyle .title {
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	color: #333;
	font-weight: 700;
	transition: .3s;
}
.indexColumn1 .timStyle .textC {
	font-size: 16px;
	line-height: 30px;
	max-height: 60px;
	color: #666;
	margin-top: 20px;
}
.indexColumn1 .timStyle a:hover .title {
	color: var(--themeColor);
}
.indexC1Dl2 dd {
	margin-bottom: 30px;
}
.indexC1Dl2 .con {
	column-gap: 40px;
}
.indexC1Dl2 {
	margin-top: 30px;
}
.indexC1Dl2 .con {
	padding-bottom: 30px;
	border-bottom: 1px dashed #e6e6e6;
}
.indexC1Dl2 .con .time {
	width: 95px;
	transition: .3s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .3s;
}
.indexC1Dl2 .con .day {
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: 700;
	transition: .3s;
}
.indexC1Dl2 .con:hover .time {
	background-color: var(--themeColor);
	background-image: url(../images/icon/timebg.png);
}
.indexC1Dl2 .con:hover .day {
	color: #fff;
}
.indexC1Dl2 .con:hover .year {
	color: #fff;
}
.indexC1Dl2 .con .year {
	font-size: 15px;
	line-height: 30px;
	color: #666;
	transition: .3s;
}
.indexC1Dl2 .text {
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	color: #333;
	transition: .3s;
}
.indexC1Dl2 a:hover .text {
	color: var(--themeColor);
}
.indexC1Dl3 {
	margin-top: 30px;
}

.indexC1Dl3 .con {
	padding-bottom: 26px;
	border-bottom: 1px dashed #e6e6e6;
	column-gap: 40px;
}
.indexC1Dl3 .con .time {
	width: 90px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.indexC1Dl3 .con .day {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	background-color: var(--themeColor);
	border: 1px solid #e6e6e6;
	width: 100%;
	text-align: center;
}
.indexC1Dl3 .con .year {
	font-size: 15px;
	line-height: 30px;
	color: #999;
}
.indexC1Dl3 .text {
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	color: #333;
	transition: .3s;
}
.indexC1Dl3 a:hover .text {
	color: var(--themeColor);
}
.indexC1Dl3 dd {
	margin-bottom: 30px;
}
/* 第一栏 end */

/* 第二栏 start */
.indexColumn2 {
	padding: 80px 0 70px;
	background-color: #fff;
}
.indexPubTab {
	column-gap: 46px;
}
.indexPubTab a {
	font-size: 22px;
	line-height: 22px;
	color: #999;
	transition: .3s;
	position: relative;
	display: inline-block;
}
.indexPubTab dd:nth-child(even) a::before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
	position: absolute;
	left: -25px;
	top: 0;
}
.indexPubTab dd.hover a,
.indexPubTab dd:hover a{
	color: #333;
}
.indexC2Swiper {
	padding: 60px 0 0;
	position: relative;
	overflow: hidden;
}
.indexC2Swiper .pic{
	border-radius: 10px;
}
.indexC2Swiper .pic::before{
	padding-top: 121.2121%;
}
.indexC2Swiper .text {
	text-align: center;
	padding: 30px 20px;
}
.indexC2Swiper .title {
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	color: #333;
	transition: .3s;
}
.indexC2Swiper a:hover .title{
	color: var(--themeColor);
}
.publickBt {
	display: flex;
	justify-content: center;
	column-gap: 37px;
}
.publickBt div {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #c9c2aa;
	cursor: pointer;
	transition:.3s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
}
.publickBt .prev {
	background-image: url(../images/icon/pageLeft.png);
}
.publickBt .prev:hover {
	background-color: var(--themeColor);
}
.publickBt .next {
	background-image: url(../images/icon/pageRight.png);
}
.publickBt .next:hover {
	background-color: var(--themeColor);
}
/* 第二栏 end */

/* 第三栏 start */
.indexColumn3 {
	padding: 80px 0 70px;
	background-color: #f7fcf6;
}
.indexC3Swiper {
	padding: 60px 0 0;
	position: relative;
	overflow: hidden;
}
.indexC3Swiper a {
	transition: .3s;
	position: relative;
	padding-bottom: 44px;
	height: 470px;
	overflow: hidden;
	box-sizing: border-box;
}
.indexC3Swiper a::after {
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	background-position: left top;
	background-size: 34px;
	background-repeat: no-repeat;
	background-image: url(../images/jj.png);
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s;
}
.indexC3Swiper a:hover::after{
	width: 0;
}
.indexC3Swiper a::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 30%;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .3s;
}
.indexC3Swiper a:hover::before{
	height: 100%;
}
.indexC3Swiper .con .text {
	padding: 34px 28px;
	column-gap: 24px;
	position: relative;
	z-index: 10;
}
.indexC3Swiper .con .title {
	font-size: 20px;
	 writing-mode: vertical-rl;
    text-orientation: upright;
	color: #333;
	transition: .3s;
	white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;   
    height: 400px;       
}
.indexC3Swiper .con .post {
	font-size: 16px;
	color: #666;
	 writing-mode: vertical-rl;
    text-orientation: upright;
	transition: .3s;
}
.indexC3Swiper .con:hover .title {
	color: #fff;
}
.indexC3Swiper .con:hover .post {
	color: #fff;
}
.indexC3Swiper .con .img {
	width: 73.3333%;
	position: relative;
	z-index: 2;
}
.indexC3Swiper .con .pic::before{
	padding-top: 127.2727%;
}

.indexC3Swiper dl {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 20px;
}
.indexC3Swiper dd:nth-child(2) .con::before {
	background-image: url(../images/bg2.png);
}
.indexC3Swiper dd:nth-child(1) .con::before{
	background-image: url(../images/bg1.png);
}
.indexC3Swiper dd:nth-child(3) .con::before{
	background-image: url(../images/bg3.png);
}
/* 第三栏 end*/

/* 第四栏 start */
.indexColumn4 {
	padding: 70px 0;
	background-color: #fff;
}
.indexC4VideoList {
    margin: 60px 0 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    gap: 30px;
}
.indexC4VideoList dt {
    grid-column: span 3; 
}
.indexC4VideoList dd {
    grid-column: span 2;
}
.indexC4VideoList a {
	display: block;
	overflow: hidden;
}
.indexC4VideoList .pic{
	border-radius: 10px;
	overflow: hidden;
}
.indexC4VideoList .pic::before{
	padding-top: 54.4117%;
}
.indexC4VideoList .title {
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	color: #333;
	transition:.3s;
	margin: 17px 0 25px;
}
.indexC4VideoList .time {
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	color: #999;
}
.indexC4VideoList .eyes {
	column-gap: 13px;
}
.indexC4VideoList .eyes span {
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	color: #999;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	background-image: url(../images/icon/yj.png);
}
.indexC4VideoList .eyes em {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	background-image: url(../images/icon/fx.png);
	font-style: normal;
}
.indexC4VideoList a:hover .title {
	color: var(--themeColor);
}
.palyVideo {
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 43px;
	background-image: url(../images/icon/playVido.png);
	position: absolute;
	bottom: 20px;
	left: 20px;
}
/* 第四栏 end */
/* 首页 end*/

/* 关于我们 start */
.aboutUsColumn {
	padding: 60px 0;
}
.aboutUsColumn .main {
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}
.aboutUsColumn .logo {
	text-align: center;
	height: 70px;
}
.aboutUsColumn .logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.aboutUsColumn .text {
	margin: 40px 0 0 ;
	font-size: 18px;
	line-height: 38px;
	color: #333;
}
/* 关于我们 end */

/* 庄家编辑详情 start */
.exprentEditColumn .main {
	column-gap: 50px;
}
.exprentEditColumn .main .img {
	width: 31.4285%;
}
.exprentEditColumn .pic::before{
	padding-top: 131.8181%;
}
.exprentEditColumn .text {
	padding: 48px 0 0;
}
.exprentEditColumn .name {
	font-size: 36px;
	line-height: 66px;
	color: #333;
}
.exprentEditColumn .post {
	font-size: 22px;
	line-height: 50px;
	color: var(--themeColor);
}
.exprentEditColumn .textC {
	margin: 80px 0 60px;
}
.exprentEditColumn .inlayTitle {
	font-size: 24px;
	line-height: 24px;
	color: #333;
	margin-bottom: 20px;
}
.exprentEditColumn .tip {
	font-size: 18px;
	line-height: 36px;
	color: #555;
}
.exprentPage a {
	font-size: 18px;
	line-height: 18px;
	color: #333;
	transition: .3s;
}
.exprentPage a:hover {
	color: var(--themeColor);
}
/* 庄家编辑详情 end */

/*  书本详情 start*/
.bookNewsColumn .imgText {
	column-gap: 100px;
	align-items: center;
}
.bookNewsColumn .imgText .img {
	width: 41.4462%;
	height: 584px;
}
.bookNewsColumn .imgText .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.bookNewsColumn .imgText .pic::before{
	padding-top: 140.4255%;
}
.bookNewsColumn .imgText .title {
	font-size: 22px;
	line-height: 40px;
	color: #333;
	margin-bottom: 40px;
}
.bookNewsColumn .main {
	width: 100%;
}

.bookNewsColumn .flexSurplus {
	width: 79.30555%;
}
.bookNewsUl li{
	column-gap: 100px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 18px;
	line-height: 18px;
}
.bookNewsUl li:last-child{
	margin-bottom: 0;
}
.bookNewsUl span {
	color: #333;
	width: 85px;
}
.bookNewsUl  em {
	color: #666;
	font-style: normal;
}

.bookNewsSwiperBg {
	position: relative;
	margin: 40px 0;
	width: 100%;
}
.bookNewsSwiper {
	overflow: hidden;
}
.bookNewsSwiperBg .publickBt div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.bookNewsSwiperBg .publickBt .prev {
	left: -50px;
}
.bookNewsSwiperBg .publickBt .next {
	right: -50px;
}
.bookNewsSwiper .img{
	height: 316px;
}
.bookNewsSwiper .text {
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin-top: 8px;
}
.bookNewsColumn .bookTitle {
	height: 54px;
	line-height: 54px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 30px 0 20px;
}
.bookNewsColumn .bookTitle span {
	display: inline-block;
	font-size: 20px;
	padding: 0 40px;
	color: var(--themeColor);
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-top: 2px solid var(--themeColor);
}
.bookNewsColumn .textC {
	font-size: 18px;
	line-height: 40px;
	color: #333;
}
.bookPage {
	margin: 40px 0 0;
}
.bookPage a {
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	color: #666;
	transition:.3s;
	background-repeat: no-repeat;
	background-size: 20px;
}
.bookPage a span {
	color: #333;
	transition: .3s;
}
.bookPage .a1 {
	padding-left: 30px;
	background-position: left center;
	background-image: url(../images/icon/bookleft.png);
}
.bookPage .a2 {
	padding-right: 30px;
	background-position: right center;
	background-image: url(../images/icon/bookright.png);
}
.bookPage a:hover{
	color: var(--themeColor);
}
/*  书本详情 end*/

/* 图书销售 start */
.bookSellTab {
	column-gap: 30px;
	flex-wrap: wrap;
}
.bookSellTab dd{
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #999;
	border: 1px solid #e0e0e0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: .3s;
	text-align: center;
	border-radius: 50px;
	width: calc(25% - 30px);
	margin-bottom: 30px;
}
.bookSellTab dd:hover,
.bookSellTab dd.hover{
	color: #fff;
	background-image: url(../images/booktab.png);
}
.bookSellTab dd:hover a,
.bookSellTab dd.hover a{
	color: #fff;
}
.bookSellTable {
	width: 100%;
	border-collapse: separate;
	 border-spacing: 0;
	 border: 1px solid #666;
	 margin: 15px 0 50px;
	 table-layout: fixed;
}
.bookSellTable th,
.bookSellTable td {
	font-size: 20px;
	line-height: 40px;
	padding: 10PX 0;
	text-align: center;
	border: 1px solid #666;
	color: #333;
	box-sizing: border-box;
}
.bookSellTable th:nth-child(1),
.bookSellTable td:nth-child(1){
	width: 7.4008%;
}
.bookSellTable th:nth-child(2),
.bookSellTable td:nth-child(2){
	width: 27.3127%;
}
.bookSellTable th:nth-child(3),
.bookSellTable td:nth-child(3){
	width: 6.8722%;
}
.bookSellTable th:nth-child(4),
.bookSellTable td:nth-child(4){
	width: 6.8722%;
}
.bookSellTable th:nth-child(5),
.bookSellTable td:nth-child(5){
	width: 7.9295%;
}
.bookSellTable th:nth-child(6),
.bookSellTable td:nth-child(6){
	width: 9.6916%;
}
.bookSellTable th:nth-child(7),
.bookSellTable td:nth-child(7){
	width: 12.3348%;
}
.bookSellTable th:nth-child(8),
.bookSellTable td:nth-child(8){
	width: 10.1321%;
}
.bookSellTable th:nth-child(9),
.bookSellTable td:nth-child(9){
	width: 4.4052%;
}
.bookSellTable th:nth-child(10),
.bookSellTable td:nth-child(10){
	width: 5.022%;
}
.publishBg {
	padding: 50px 80px;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/cbsxsBgAdd.png);
	overflow: hidden;
	border-radius: 10px;
	column-gap: 60px;
	font-weight: bold;
	align-items: start;
}
.publishBg .text {
	font-size: 20px;
	line-height: 40px;
}
.publishBg .phone {
	font-size: 18px;
	line-height: 36px;
}
/* 图书销售 end */

/* 石榴籽书屋 start */
.guavaColumn .main {
	padding: 50px 30px;
}
.guavaColumn .guavaTitle {
	font-size: 60px;
	line-height: 80px;
	color: var(--themeColor);
	 font-family: 'SGZT';
}
.guavaColumn .minTitle {
	font-size: 18px;
	line-height: 40px;
	color: var(--themeColor1);
	margin: 13px 0 10px;	
}
.guavaColumn .text {
	font-size: 18px;
	line-height: 40px;
	color: #333;
}
.guavaDl {
	margin: 20px 0 0;
	display: flex;
	column-gap: 30px;
}
.guavaDl dd {
	width: calc(100% - 15px);
}
.guavaDl .pic {
	border-radius: 10px;
	overflow: hidden;
}
.guavaDl .pic::before{
	padding-top: 57.6923%;
}
/* 石榴籽书屋 end*/

/* 联系我们 start */
.lxUsFromColumn .title {
	font-size: 22px;
	line-height: 40px;
	color: #333;
}
.lxUsDl1 {
	display: flex;
	margin: 60px 0 130px;
	column-gap: 30px;
}
.lxUsDl1 dd {
	width: 26.27522%;
}
.lxUsDl1 dd:nth-child(2) {
	flex: 1;
}
.lxUsDl1 .con {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.lxUsDl1 .icon {
	width: 70px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 100%;
}
.lxUsDl1 dd:nth-child(1) .icon {
	background-color: #9f864d;
}
.lxUsDl1 dd:nth-child(2) .icon {
	background-color: #be384e;
}
.lxUsDl1 dd:nth-child(3) .icon {
	background-color: #96be57;
}
.lxUsDl1 .icon::before {
	display: block;
	content: "";
	width: 90px;
	height: 90px;
	border-radius: 100%;
	border: 1px dashed;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.lxUsDl1 dd:nth-child(1) .icon::before {
	border-color: #9f864d;
	 box-shadow: 
                45px 0 0 -42px #9f864d,  
                -45px 0 0 -42px #9f864d; 
	animation: rotate1 3s linear infinite;
}
.lxUsDl1 dd:nth-child(2) .icon::before {
	border-color: #be384e;
	 box-shadow: 
                45px 0 0 -42px #be384e,  
                -45px 0 0 -42px #be384e; 
	animation: rotate1 3.5s linear infinite;
}
.lxUsDl1 dd:nth-child(3) .icon::before {
	border-color: #96be57;
	 box-shadow: 
                45px 0 0 -42px #96be57,  
                -45px 0 0 -42px #96be57; 
	animation: rotate1 2.5s linear infinite;
}
 @keyframes rotate1 {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }
            100% {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        @keyframes rotate2 {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }
            100% {
                transform: translate(-50%, -50%) rotate(-360deg);
            }
        }

        @keyframes rotate3 {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }
            100% {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

.lxUsDl1 .text {
	text-align: center;
	margin-top: 20px;
}
.lxUsDl1 .phone {
	font-size: 18px;
	line-height: 36px;
	color: #666;
}
.lxUsDl1 dd:nth-child(2) .con {
	position: relative;
	padding: 0 30px;
}
.lxUsDl1 dd:nth-child(2) .con::before{
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/lxxd.png);
	position: absolute;
	left: 0;
	top: 0;
}
.lxUsDl1 dd:nth-child(2) .con::after{
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/lxxd.png);
	position: absolute;
	right: 0;
	top: 0;
}
.lxUsEemDl {
	display: flex;
	justify-content: center;
	margin-bottom: 140px;
	column-gap: 100px;
}
.lxUsEemDl .con {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.lxUsEemDl .img {
	width: 220px;
	height: 220px;
}
.lxUsEemDl img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.lxUsEemDl .post {
	font-size: 24px;
	line-height: 24px;
	color: #333;
	margin-top: 20px;
}
.lxUsForm {
	margin: 70px 0 0;
	display: flex;
	column-gap: 130px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxUsForm .item {
	width: calc(33.3333% - 130px);
	margin-bottom: 40px;
}
.lxUsForm .item.w100{
	width: 100%;
}
.lxUsForm .labe {
	display: flex;
	column-gap: 20px;
	align-items: center;
	margin-bottom: 10px;
}
.lxUsForm .labe span {
	font-size: 20px;
	height: 28px;
	line-height: 28px;
	color: #999;
}
.lxUsForm .icon .img2 {
	display: none;
}
.lxUsForm .input {
	border: none;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ebebeb;
}
.lxUsForm input {
	height: 100%;
	width: 100%;
	border: none;
	background-color: transparent;
	font-size: 18px;
	color: #666;
}
.lxUsForm .textArea{
	border-bottom: 1px solid #ebebeb;
}
.lxUsForm textarea {
	width: 100%;
	min-height: 70px;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	border: none;
	background-color: transparent;
}
.lxUsForm .itemYzm {
	display: flex;
	column-gap: 20px;
}
.lxUsForm .itemYzm .yzmBox {
	width: 320px;
}
.lxUsForm .itemYzm .img {
	width: 255px;
	height: 70px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/yzmbg.png);
	cursor: pointer;
}
.lxUsForm .itemYzm img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}
.lxUsForm .itemYzm .tip {
	font-size: 18px;
	line-height: 18px;
	color: #999;
}
.lxUsFormUp {
	margin-top: 20px;
	display: flex;
	column-gap: 50px;
}
.lxUsFormUp a {
	height: 76px;
	line-height: 76px;
	width: 280px;
	border-radius: 38px;
	font-size: 20px;
	border: 1px solid;
	text-align: center;
}
.lxUsFormUp .a1 {
	color: #fff;
	background-color: var(--themeColor);
}
.lxUsFormUp .a2 {
	color: #666;
	border-color: #999;
}
.item.active .icon .img1 { display: none; }
.item.active .icon .img2 { display: inline-block; }
.item.active .labe span { color: var(--themeColor); }
.item.active .input input,
.item.active .textArea textarea {
    border-bottom: 1px solid var(--themeColor);
}
/* 联系我们 end */

/* 新的 首页 start */
/* 第一栏 start */
.indexC1 {
	padding: 70px 0 50px;
}
.indexC1 .main {
	display: flex;
	column-gap: 4.285%;
	padding: 30px;
	background-color: #fff;
}
.indexC1 .main .right {
	width: 28.2142%;
}
.inC1Tab {
	column-gap: 10px;
}
.inC1Tab a {
	display: inline-block;
	font-size: 18px;
	line-height: 50px;
	padding: 0 20px;
	color: #bb1e47;
	transition: .3s;
}
.inC1Tab dd.hover a,.inC1Tab dd:hover a {
	color: #fff;
	font-weight: 700;
	background-color: #bb1e47;
}
.inC1TabRed {
	position: relative;
	border-bottom: 1px solid #bb1e47;
}
.inc1Dl1 {
	margin-top: 20px;
}
.inc1Dl1 dd {
	margin-bottom: 10px;
}
.inc1Dl1 .con {
	padding: 10px 20px 10px 0;
	column-gap: 25px;
	overflow: hidden;
	transition: .3s;
	background-color: #fff;

}
.inc1Dl1 .con:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inc1Dl1 .con .img {
	width: 27.2916%;
	overflow: hidden;
}

.inc1Dl1  .pic::before{
	padding-top: 66.4516%;
}
.inc1Dl1 .title {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	color: #333;
	transition: .3s;
}
.inc1Dl1 .title:hover {
	color: var(--themeColor);
}
.inc1Dl1 .textC {
	font-size: 14px;
	line-height: 32px;
	color: #555;
	max-height: 96px;
	margin: 14px 0 32px;
}
.inc1Dl1 .time {
	font-size: 16px;
	color: #999;
}
.indexTBox {
	border-bottom: 1px solid #bb1e47;
}
.indexTBox .inTitle {
	font-size: 18px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	font-weight: 700;
	background-color: #bb1e47;
}
.inC1Dl2 {
	margin: 28px 0 50px;
}
.inC1Dl2 a {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	color: #333;
	transition: .3s;
}
.inC1Dl2 a:hover {
	color: var(--themeColor);
}
.inC1Dl2 dd {
	margin-bottom: 38px;
}
.inC1Dl2 dd:last-child{
	margin-bottom: 0;
}

/* 第一栏 end */

/* 新闻滚动条 start */
.inNewsSwiper {
	overflow: hidden;
	height: 86px;
	position: relative;
}
.inNewsSwiper a {
	display: block;
	height: 86px;
	width: 100%;
}
.inNewsSwiper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* 新闻滚动条 end */

/* 第二栏 start */
.indexC2 {
	padding: 70px 0 60px;
}
.inc2More {
	margin: 30px 0;
}
.addindexC2Swiper {
	overflow: hidden;
	margin-bottom: 50px;
}
.addindexC2Swiper .con {
	display: block;
}
.addindexC2Swiper .pic::before{
	padding-top: 126.4%;
}
.addindexC2Swiper .text {
	text-align: center;
	margin-top: 20px;
}
.addindexC2Swiper .title {
	font-size: 18px;
	line-height: 36px;
	height: 72px;
	color: #333;
	transition: .3s;
}
.addindexC2Swiper .con:hover .title {
	color: var(--themeColor);
}
/* 第二栏 end*/

/* 第四栏 start */
.wrapBt {
	width: 90.1041%;
	margin: 0 auto;
}
.indexC4 {
	padding: 100px 0 90px;
	background-color: #fff;
}
.indexC4 .main {
	display: flex;
	column-gap: 34px;
}
.indexC4 .left {
	padding: 30px 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	width: 39.3063%;
}
.inc4Dl1 {
	margin: 47px 0 0;
	display: grid;
	column-gap: 20px;
	grid-template-columns: repeat(2,1fr);
}
.indexC4 .palyVideo {
	top: 50%;
	left: 50%;
	margin: -22.5px 0 0 -22.5px;
	bottom: auto;
	display: none;
}
.indexC4 .con {
	display: block;
}
.indexC4 .img{
	border-radius: 10px;
	height: 166px;
	overflow: hidden;
}

.indexC4 .title {
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	color: #333;
	transition:.3s;
	margin: 10px 0 15px;
}
.indexC4 .tme {
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	color: #999;
}
.indexC4 .eyes {
	column-gap: 13px;
}
.indexC4 .eyes span {
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	color: #999;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	background-image: url(../images/icon/yj.png);
}
.indexC4 .eyes em {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	background-image: url(../images/icon/fx.png);
	font-style: normal;
}
.indexC4 a:hover .title {
	color: var(--themeColor);
}
.indexC4 .right {
	padding: 30px 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.inc4Dl2 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
	margin: 30px 0 0;
}
/* 第四栏 end */
/* 新的 首页 end */

/* 图书销售 start */
.imgList3 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 40px;
	row-gap: 20px;
}
.imgList3 .con {
	display: block;
	padding: 30px 10px 20px 10px;
	transition: .4s;
	transform: translateY(0);
}
.imgList3 .pic::before{
	padding-top: 128.5714%;
}
.imgList3 .title {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	color: #333;
	transition: .3s;
	margin: 28px 0 20px;
	text-align: center;
}
.imgList3 .buyBook {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
	color: #666;
}
.imgList3 .con:hover {
	box-shadow: 0 0 8px rgb(0 0 0 / 0.1);
	border-radius: 3px;
	transform: translateY(-5px);
}
.imgList3 .con:hover .title {
	color: var(--themeColor);
}
/* 图书销售 end */

/* 专家编辑 start */
.textList5 {
	display: flex;
	flex-wrap: wrap;
}
.textList5 dd {
	width: 50%;
	margin-bottom: 40px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 40px;
}
.textList5 .con {
	padding: 20px 30px;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .3s;
	display: block;
	margin-right: 40px;
}
.textList5 .name {
	font-size: 22px;
	color: #333;
	line-height: 22px;
	margin-bottom: 30px;
	transition: .3s;
}
.textList5 .post span {
	font-size: 18px;
	color: #666;
	padding-left: 15px;
	position: relative;
	line-height: 18px;
	transition: .3s;
}
.textList5 .post span::before{
	display: block;
	content: "";
	height: 100%;
	width: 1px;
	background-color: var(--themeColor);
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s;
}
.textList5 .con:hover {
	background-image: url(../test/addimg/textbg.png);
}
.textList5 .con:hover .name {
	color: #fff;
}
.textList5 .con:hover .post span {
	color: #fff;
}
.textList5 .con:hover .post span::before{
	background-color: #fff;
}
/* 专家编辑 end */

/* 专家详情 start */
.bankerNewsC .name {
	font-size: 32px;
	line-height: 64px;
	color: #333;
	border-bottom: 1px solid #ededed;
}
.bankerNewsC .post {
	font-size: 28px;
	line-height: 80px;
	color: #333;
	border-bottom: 1px solid #ededed;
}
.bankerNewsC .textC {
	margin: 28px 0 40px;
	font-size: 18px;
	line-height: 32px;
	color: #555;
}
.bankerNewsC .textC .grjjSpan {
	display: inline-block;
	font-size: 24px;
	color: #333;
	margin-bottom: 18px;
}
.bankerPage a {
	font-size: 18px;
	color: #333;
	transition: .3s;
}
.bankerPage a:hover {
	color: var(--themeColor);
}
/* 专家详情 end*/