.newindex{
	width: 1200px;
	margin:0 auto;
}
body,html{
	user-select: none;
}
.newindexbar{
	margin: 20px auto;
	width: 100%;
	height: 80px;
	padding: 0 53px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(216, 216, 216, 0.15);
	border-radius: 5px;
}
.newindexbaritem{
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #1C1C1C;
	font-weight: bold;
	transition: all 0.3s;
}
.newindexbaritem>img{
	width: 60px;
	height: 60px;
	margin-right: 8px;
}
.newindexbaritem:hover{
	transform: scale(1.1);
}
.newindexlunbo{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.newindexlunbo_left{
	position: relative;
	width: 800px;
	height: 500px;
	background: #D8D8D8;
	border-radius: 4px;
}
.newindexlunbo_left .swiper-container .swiper-slide{
	width: 100%;
	height: 100%;
}
.newindexlunbo_left .swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: all 0.2s;
}
.news_bottom{
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	padding: 0 20px;
	background: rgba(56, 56, 56, 0.6);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.news_bottom>p:nth-child(1){
	width: 80%;
	overflow: hidden;
	height: 72px;
	margin-right: 10px;
}
.news_bottom>p:nth-child(2){
	position: relative;
	flex: 1;
	text-align: right !important;
}
.news_bottom .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	opacity: 0.39;
	margin: 0 6.5px;
	transition: all 0.2s;
}
.swiper-pagination-bullet-active{
	width: 28px !important;
	height: 10px !important;
	border-radius: 5px !important;
	opacity: 1 !important;
}
.newindexlunbo_right{
	height: 500px;
	width: 384px;
}
.newindexlunbo_right_item{
	position: relative;
	width: 100%;
	border-radius: 4px;
	background: #D8D8D8;
	height: 240px;
	overflow: hidden;
}
.newindexlunbo_right_item:hover img{
	cursor: pointer;
	transform: scale(1.1);
}
.newindexlunbo_right_item:nth-child(2){
	margin-top: 20px;
}
.newindexlunbo_right_item>img{
	background: #D8D8D8;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transition: all 0.2s;
}
.newindexlunbo_right_item>p{
	z-index: 10;	position: absolute;	bottom: 0;	width: 100%;	height: 72px;	line-height: 72px;	box-sizing: border-box;	padding: 0 20px;	background: rgba(56, 56, 56, 0.6);	color: #fff;	font-size: 20px;	font-weight: bold;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
}
.part2{
	width: 100%;
	margin-top: 20px;
	height: 183px;
	background: rgba(216, 216, 216, 0.15);
	border-radius: 5px;
	padding: 23px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.part2item{
	width: 350px;
	height: 100%;
}
.part2itemtitle{
	color: #1C1C1C;
	font-size: 20px;
	font-weight: bold;
}
.part2itemtitle>p:nth-child(1){
	margin-bottom: 12px;
}
.part2itemtitle>p:nth-child(2){
	width: 48px;
	height: 2px;
	background: #D70000;
}
.part2lists{
	margin-top: 4px;
}
.newindexlunbo .home_img:hover img{
	cursor: pointer;
	transform: scale(1.1);
}
.part2listsitem{
	cursor: pointer;
	font-size: 16px;
	color: #1C1C1C;
	height: 16px;
	overflow: hidden;
	margin-top: 16px;
}
.part2listsitem:hover{
	opacity: 0.8;
}
.part2line{
	width: 1px;
	height: 120px;
	background: #D8D8D8;
	margin: 0 25px;
}
.part2listss{
	display: flex;
	flex-wrap: wrap;
	margin-top: 4px;
}
.part2listsitems{
	cursor: pointer;
	width: 49%;
	margin-top: 16px;
	font-size: 16px;
	color: #1C1C1C;
}
.part2listsitems:hover{
	opacity: 0.8;
}
.part2listsitems:nth-child(2n){
	text-align: right;
}
.partstitle{
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.partstitle_left{
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #1C1C1C;
	font-weight: bold;
}
.partstitle_left>img{
	width: 60px;
	height: 60px;
}
.partstitle_more{
	cursor: pointer;
	color: #1C1C1C;
	font-size: 16px;
	font-weight: bold;
}
.partslist{
	width: 100%;
	font-size: 0;
}
.partslistItem{
	cursor: pointer;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 20px;
	width: 290px;
	height: 250px;
	border-radius: 4px;
	border: 1px solid #F2F2F2;
	transition: all 0.2s;
}
.partslistItem:hover{
	transform: translateY(-5px);
}
.partslistItem:nth-child(4n){
	margin-right: 0;
}
.partslistItem .top_img{
	width: 100%;
	height: 167px;
	overflow: hidden;
	background: #D8D8D8;
	border-radius: inherit;
}
.partslistItem .top_img>img{
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	border-radius: inherit;
}
.bottom_text{
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
.bottom_text .titles{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #1C1C1C;
}
.bottom_text .subtitle{
	height: 19px;
	width: 100%;
	overflow: hidden;
	font-weight: 400;
	color: #6C6C6C;
	font-size: 14px;
	margin-top: 10px;
}
.partslist1{
	position: relative;
	width: 100%;
	height: 385px;
	display: flex;
	overflow: hidden;
}
.partslist1_item{
	height: 100%;
	margin-right: 4px;
	width: 79px;
	overflow: hidden;
}
.partslist1_item:last-child{
	margin-right: 0 !important;
}
.leftbook{
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	width: 79px;
	height: 100%;
}
.leftbook>img{
	width: 100%;
	height: 100%;
}
.showbooklist{
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s;
	height: 100%;
	width: 862px;
	background: #F9F9F9;
	border-radius: 6px;
	border: 1px solid #764341;
	padding: 23px;
	box-sizing: border-box;
}
.showBooks{
	animation: .1s showbook linear forwards;
}
@keyframes showbook{
	0%{
		width: 79px;
	}
	100%{
		flex:1;
	}
}
.bookitem{
	overflow: hidden;
	cursor: pointer;
	position: relative;
	display: inline-block;
	height: 140px;
	width: 262px;
	margin: 0 13px 25px 0;
	background: #D8D8D8;
}
.bookitem img{
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}
.bookitem>p{
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding: 0 15px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	background: rgba(0,0,0,.5);
}
.bookitem:hover img{
	transform: scale(1.1);
}
.bookitem:nth-child(3n){
	margin-right: 0;
}
.redplace{
	width: 100%;
	height: 316px;
}

.redplace .swiper-slide{
	cursor: pointer;
	width: 674px !important;
	height: 100% !important;
	overflow: hidden;
}
.redplace .swiper-slide:hover img{
	transform: scale(1.1);
}
.redplace .swiper-slide img{
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}
.parts .swiper-button-next{
	top: 64% !important;
	background: url(../../statics/images/nextfb.png) no-repeat;
	background-size: 100% 100%;
}
.parts .swiper-button-prev{
	top: 64% !important;
	background: url(../../statics/images/prevfb.png) no-repeat;
	background-size: 100% 100%;
}
.parts .swiper-button-next, .swiper-button-prev {
	width: 28px !important;
	height:28px !important;
	margin-top: -14px !important;
}
.parts .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: '' !important;
}
.parts .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: '' !important;
}
.zhuantiwrap{
	margin-bottom: 104px;
}
.zhuntiitem{
	transition: all 0.2s;
	cursor: pointer;
	display: inline-block;
	width: 290px;
	height: 183px;
	margin-right: 13px;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
	background: #D8D8D8;
}
.zhuntiitem:hover{
	transform: translateY(-5px);
}
.zhuntiitem>img{
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	border-radius: inherit;
}
.zhuntiitem:nth-child(4n){
	margin-right: 0;
}
.classs_box{
	width: 100%;
	margin-top: 20px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 0 35px;
	box-sizing: border-box;
}
.class1{
	position: relative;
	padding: 20px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
	color: #383838;
	border-bottom: 1px solid #D8D8D8;
	font-weight: bold;
}
.class1:nth-child(2){
	border: none;
}
.class1_item{
	cursor: pointer;
	margin: 5px 2px;
	padding: 8px 18px;
	border-radius: 14px;
	font-weight: 400 !important;
}
.class1_item:hover{
	background: #CB272B !important;
	color: #fff !important;
}
.jyselect{
	background: #CB272B !important;
	color: #fff !important;
}
.show{
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 0;
	color: #CB272B;
	font-weight: 400 !important;
}
.show:hover{
	opacity: 0.8;
}
.sfklist{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.sfklistItem{
	cursor: pointer;
	width: 580px;
	display: flex;
	margin-right: 40px;
	height: 167px;
	border-radius: 4px;
	border: 1px solid #F2F2F2;
	margin-bottom: 20px;
}
.sfklistItem:nth-child(2n){
	margin-right: 0 !important;
}
.skfleft{
	width: 290px;
	height:100%;
	overflow: hidden;
	background: #D8D8D8;
	border-radius: 4px;
}
.skfleft:hover>img{
	transform: scale(1.1);
	border-radius: 4px;
}
.skfleft>img{
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}
.skfright{
	width: 290px;
	height:100%;
	display: flex;
	align-items: center;
	padding:15px;
	box-sizing: border-box;
}
.skfrighttitle{
	color: #1C1C1C;
	font-size: 16px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 11px;
	font-weight: bold;
}
.skfrightcontent{
	color: #6C6C6C;
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
}
.skfrightkeys{
	color: #939393;
	font-size: 14px;
	line-height: 14px;
	overflow: hidden;
}
.kcjswrap{
	width: 100%;
	display: flex;
}
.kcjswrap>div{
	line-height: 65px;
	font-size: 20px;
	color: #1C1C1C;
	border-bottom: 1px solid #CB272B;
	font-weight: bold;
}
.kcjsleft{
	width: 200px;
	margin-right: 50px;
	padding-left: 19px;
	box-sizing: border-box;
}
.kcjsright{
	margin-left: 50px;
	width: 900px;
}
.kcjslist{
	display: flex;
	width: 100%;
}
.kcjslistleft{
	padding-left: 19px;
	box-sizing: border-box;
	width: 250px;
	border-right: 2px solid #EEEEEE;
}
.kcjslistright{
	width: 900px;
	margin-left: 50px;
}
.kcjslistleftitem{
	margin: 20px 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #1C1C1C;
	font-size: 16px;
	font-weight: bold;
}
.kcjslistleftitem:hover{
	color: #CB272B;
}
.selectjs{
	color: #CB272B !important;
}
.kcjslistleftitem>img{
	width:60px;
	height: 60px;
	margin-right: 4px;
}
.kcjslistrightitem{
	cursor: pointer;
	border-bottom: 2px solid #EEEEEE;
	padding: 20px 0;
}
.kcjslistrightitem:hover .kcjslistrightitemtitle{
	color: #CB272B;
}
.kcjslistrightitemtitle{
	color: #1C1C1C;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.kcjslistrightitemcontent{
	margin-top: 20px;
	font-size: 14px;
	color: #6C6C6C;
	line-height: 26px;
}
.zxf_pagediv{
	margin: auto !important;
}