*{
	margin: 0;
	padding: 0;
}
html,body{
	zoom:reset;
	font-size:12px;
	height: 100%;
	width: 100%;
	min-width: 1200px;
	font-family: '微软雅黑' !important;
}
a{
	cursor: pointer;
	text-decoration: none;
	color: #333333;
}
a:hover{
	opacity: 0.8;
}
::-webkit-scrollbar  
{
    width: 0vw;    
    background-color: rgb(225,225,225);  
}
::-webkit-scrollbar-track  
{
    border-radius: 0.2vw;  
    background-color: #fff;
}
::-webkit-scrollbar-thumb  
{  
    border-radius: 0.2vw;  
    background-color: rgb(200,41,35,.8);
}
[v-cloak]{
 display:none !important
}
.header{
	height: 38px;
	line-height: 38px;
	background: #e60012;
	width: 100%;
	display: flex;
	align-items: center;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.header_wrap{
	font-size: 0;
	margin: auto;
	width: 1000px;
	height: 50%;
	display: flex;
	justify-content: space-between;
	align-items:center ;
}
.header_wrap p{
	width: 124px;
	height: 100%;
	text-align: center;
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_wrap p:last-child{
	border-right:none;
}
.part3{
	/* margin:120px auto 0 auto; */
	/* background: #F9F9F9; */
}
.part3Wrap{
	margin: auto;
	width: 1000px;
	height: 300px;
	min-width: 1000px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.part2Tit{
	position: relative;
	width: 88%;
	text-align: center;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.line1{
	width: 35px;
	height: 33px;
	background: url(../img/icon.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}
.titleWord{
	font-size: 32px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #333333;
	line-height: 32px;
}
.sub1{
	width: 88%;
	text-align: center;
	margin: 28px auto 0 auto;
	font-size: 20px;
	font-weight: normal;
	color: #2A2A2A;
	line-height: 23px;
}
.subCont{
	width: 880px;
	font-size: 14px;
	font-weight: normal;
	color: #626262;
	line-height: 26px;
	margin: 20px auto 0 auto;
}
.subCont1{
	margin-top: 32px;
	width: 100%;
	height: 160px;
	display: flex;
	justify-content: space-between;
}
.subCont1Item:nth-child(1){
	background: url(../img/subCont1.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 320px;
}
.subCont1Item:nth-child(2){
	background: url(../img/subCont2.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 320px;
}
.subCont1Item:nth-child(3){
	background: url(../img/subCont3.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 320px;
}
.subCont2{
	height: 403px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.subCont2Item:hover>img{
	transform: scale(1.1);
	transition: 0.3s;
}
.subCont2Item:nth-child(1){
	overflow: hidden;
	cursor:pointer;
	position: relative;
	width: 653px;
}
.subCont2Item:nth-child(2){
	cursor:pointer;
	position: relative;
	width: 341px;
}
.subCont2Item>img{
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.tipss{
	position: absolute;
	bottom: 0;
	width: 95%;
	padding: 0 2.5%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.subCont2Item1{
	overflow: hidden;
	cursor: pointer;
	position: relative;
	height: 199px;
	width: 100%;
}
.subCont2Item1>img{
	height: 100%;
	width: 100%;
}
.subCont2Item1:hover img{
	transform: scale(1.1);
	transition: 0.3s;
}
.subCont2Item1:nth-child(2){
	position: absolute;
	bottom: 0;
	height: 199px;
	width: 100%;
}

.ww{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 38px;
}
.header_wrap a{
	color: #fff !important;
	font-size: 16px;
}
.logo_header{
	/* position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%); */
	width: 1200px;
	/* height: 60px; */
	/* max-width: 1400px; */
	/* min-width: 1200px; */
	margin: auto;
	height: 80px;
	display: flex; 
	justify-content: space-between;
	align-items: center;
	/* z-index: 9999; */
	/* background-color: #fff; */
}
.logo_header h3 {
	font-size:28px;
	font-weight: bold;
	color: #C7181C;
	/* margin-bottom: 16px; */
}
.logo_header img{
	height: 62px;
}
.logo_header img:nth-child(2){
	margin-left: 45px;
}
.logo{
	width: 1000px;
	min-width: 900px;
	margin: auto;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logoLeft a img{
	height: 28px;
}
.logoRight{
	font-size: 12px;
	color: #626262;
}
.nav{
	width: 1000px;
	margin: auto;
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
.banner{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.part5{
	height: 380px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #BB0200;
}
.part5 .part5Item:nth-child(1){
	width: 220px;
	height: 100%;
	background: url(../img/study_share.png) no-repeat;
	background-size: 100% 100%;
}
.part5 .part5Item:nth-child(2){
	width: 780px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.part6 .part5Item:nth-child(1){
	width: 220px;
	height: 100%;
	background: url(../img/xiaochengxu.png) no-repeat;
	background-size: 100% 100%;
}
.part6 .part5Item:nth-child(2){
	width: 780px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.part5Item1{
	width: 260px;
	height: 190px;
	display: flex;
	align-items: center;
}
.part5Item1:nth-child(odd){
	background: #F9F9F9;
}
.part5Item1:nth-child(4){
	border-top: 2px solid #BB0200;
}
.part5Item1:nth-child(5){
	border-top: 2px solid #BB0200;
}
.part5Item1:nth-child(6){
	border-top: 2px solid #BB0200;
}
.part5Item2{
	cursor: pointer;
	width: 220px;
	max-height: 121px;
	margin: auto;
}
.part5Item1:hover .part5Item2{
	transform: scale(1.05);
	transition: 0.3s;
}
.part5Item2Tit{
	width: 220px;
	max-height: 72px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	line-height: 24px;
}
.part5Item2Tit>p{
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.part5Item2Cont{
	margin-top: 11px;
	max-height: 38px;
	overflow: hidden;
	width: 220px;
	font-size: 14px;
	color: #666666;
	line-height: 19px;
}
.part5Item2Cont>p{
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.part2Tit{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.part7Cont{
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.part7ContItem{
	position: relative;
	width: 311px;
	overflow: hidden;
	margin-top: 40px;
	height: 216px;
	border-top: 3px solid #BB0200;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
.part7ContItem1{
	cursor: pointer;
	z-index: 12;
	position: absolute;
	height: 100%;
	width: 88%;
	left: 6%;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
.num{
	margin-top: 19px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #BB0200;
}
.part7Tit{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #2A2A2A;
	line-height: 23px;
	margin-top: 9px;
}

.whiteColor{
	color: #fff !important;
}
.part7sub{
	margin-top: 29px;
	font-size: 14px;
	font-weight: normal;
	color: #626262;
	line-height: 20px;
}
.part7Mark{
	display: none;
	z-index: 10;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #BB0200;
}
.banner>img{
	width: 100%;
}
.title{
	width: 500px;
	margin: auto;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-items: center;
	align-items: center;
	text-align: center;
	font-size: 60px;
}
.title p:nth-child(1){
	height: 70px;
	width: 70px;
	margin-right: 10px;
	background: url(../img/icon.png) no-repeat;
	background-size: 100% 100%;
}
.sub{
	width: 300px;
	margin: 20px auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}

.part8{
	margin-top: 40px;
}
.part8Cont{
	width: 100%;
	margin: auto;
}
.part8ContTitWrap{
	margin-top: 24px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.part8ContTit{
	cursor: pointer;
	width: 50%;
	text-align: center;
	font-size: 20px;
	font-family: '微软雅黑';
	font-weight: normal;
	color: #333333;
	line-height: 23px;
}
.part8ContTit>p:nth-child(2){
	margin: 8px auto;
	width: 120px;
	height: 4px;
	background: #BB0200;
}
.part8ContItem{
	width: 100%;
	height: 483px;
	background: #FFFFFF;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
	border: 2px solid #BB0200;
	margin-top: 20px;
}
.part8ContItemWrap{
	width: 834px;
	height: 413px;
	margin:36px 84px;
}
.part8ContItem1{
	height: 279px;
	display: flex;
	justify-content: space-between;
}
.part8ContItem1Item{
	height: 100%;
	width: 495px;
}
.part8ContItem1Item>img{
	height: 100%;
	width: 100%;
}
.part8ContItem2{
	height: 60px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.part8ContItem2Item{
	width: 50%;
	height: 100%;
}
.part8ContItem2Item:nth-child(1){
	display: flex;
	justify-content: space-between;
}
.part8ContItem2Item112{
	height: 100%;
	display: flex;
	align-items: center;
	width: 50%;
}
.code{
	width: 60px;
	height: 60px;
}
.code>img{
	height: 100%;
	width: 100%;
}
.part8Words{
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #626262;
	line-height: 14px;
}
.part8ContItem2ItemLeft{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #626262;
	line-height: 60px;
}
.part8ContItem3{
	margin-top: 32px;
	font-size: 16px;
	font-weight: normal;
	color: #626262;
	line-height: 22px;
}
.bold{
	font-weight: bold !important;
}
.part8ContItem22{
	height: 315px;
	display: flex;
	justify-content: space-between;
}
.part8ContItem2Item1{
	width: 553px;
}
.part8ContItem2Item2{
	width: 270px;
}
.part8ContItem4Item{
	height: 149px;
	width: 100%;
}
.part8ContItem4Item:nth-child(2){
	margin-top: 9px;
	height: 157px;
}
.part8ContItem4Item>img{
	height: 100%;
	width: 100%;
}
.part8ContItemWrap2{
	display: none;
}
.part5Cont{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0 auto;
}
.part5ContItem{
	width: 320px;
}
.part5ContItemWrap{
	width: 100%;
	height: 382px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}
.part5ContItemTit{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: '微软雅黑';
	font-weight: normal;
	color: #333333;
	line-height: 23px;
}
.part5ContItemTit>span:nth-child(1){
	display: block;
	height: 48px;
	width: 48px;
	margin-right: 5px;
}
.part5ContItemTit>span:nth-child(1)>img{
	height: 100%;
	width: 100%;
}
.part5ContItemTit>span:nth-child(2){
	display: block;
	margin-left: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #BB0200;
	line-height: 31px;
}
.part5ContItemCenter{
	width: 100%;
	height: 180px;
	margin-top: 35px;
}
.part5ContItemCenter img{
	height: 100%;
	width: 100%;
}
.part5ContItemBottom{
	width: 100%;
	margin-top: 20px;
}
.part5ContItemBottom>div{
	width: 82%;
	margin: auto;
	font-size: 14px;
	font-weight: normal;
	color: #626262;
	line-height: 22px;
	height: 168px;
}
.banbenbg{
	width: 100%;
}
.banbenbg>img{
	width: 100%;
}
.titleWrap{
	cursor: pointer;
	width: 1000px;
	text-align: center;
	overflow: hidden;
	margin:25px auto 0 auto;
	color: #BB0200;
	font-size: 40px;
	font-weight: bold;
}
.titleWrap:hover{
	opacity: 0.8;
}
.type{
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	width: 1000px;
}
.type p{
	cursor: pointer;
	padding: 0 20px;
	font-size: 16px;
	border-right: 1px solid #626262;
}
.type p:hover{
	opacity: 0.8;
}
.type p:last-child{
	border: none;
}
.lunbo{
	width: 100%;
	height: 394px;
	padding: 25px 0 0 0;
	margin: auto;
}
.part1{
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	height: 394px;
}
.lunboLeft{
	position: relative;
	margin: 0 !important;
	width: 60% !important;
}
.fenyeqi{
	height: 44px;
	position: absolute;
	width: 50%;
	display: flex;
	align-items: center;
	bottom: 0;
	right: 2%;
}
.swiper-pagination {
	right: 0px !important;
}
.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #D8D8D8 !important;
	margin: 0 5px !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #BB0200 !important;
}
.part1Item img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.part1Item img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.tips{
	position: absolute;
	width: 94%;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	padding: 0 3%;
	background: rgba(0,0,0,.7);
	bottom: 0;
}
.lunboRight{
	overflow: hidden;
	width: 37%;
}
.lunboRightItem{
	overflow: hidden;
	cursor: pointer;
	width: 80%;
	padding: 4.95% 10%;
	height: 13.5%;
	margin-bottom: 1%;
	line-height: 23px;
	color: #BB0200;
	background: rgba(255,255,255,0.65);
	font-size: 16px;
}
.lunboRightItem>p{
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.lunboRightItem:hover{
	color: #FFFFFF;
	background: #BB0200;
}
.hover1{
	color: #FFFFFF;
	background: #BB0200;
}
.mainBody{
	position: relative;
	width: 1000px;
	margin: auto;
}
.tuijian{
	position: relative;
	width: 100%;
	height: 214px;
	margin: 34px 0;
	display: flex;
	justify-content: space-between;
}
.part2Icon{
	cursor: pointer;
	width: 100%;
	height: 100px;
	background: url(../img/bwcx.png) no-repeat;
	background-size: 100% 100%;
}
.part2Icon:hover{
	opacity: 0.8;
}
.zywq{
	width: 100%;
	margin: 28px auto;
}
.tuijianLeft{
	height: 100%;
	width: 44px;
	text-align: center;
	font-size: 20px;

	background: #BB0200;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 15px;
	line-height: 44px;
	writing-mode:tb-rl;
}
.tuijianRight{
	position: relative;
	width: 956px;
}
.tuijianRightItem{
	width: 94% !important;
	height: 100%;
	margin: auto;
}
.tjItem{
	cursor: pointer;
	height: 100%;
	width: 31.9% !important;
}
.tjItem:nth-child(1){
	margin-left: 0;
}
.tjItem:hover{
	opacity: 0.8;
}
.tjItemImg{
	overflow: hidden;
	width: 100%;
	height: 65%;
}
.tjItemImg img{
	height: 100%;
	width: 100%;
}
.tjItemWords{
	margin-top: 3%;
	height: 32%;
	overflow: hidden;
}
.tjItemWordsTit{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
	display: -webkit-box;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.tjItemWordsSub{
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #666666;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/next.png);
    right: 10px !important;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/prev.png);
    right: 0px !important;
    left: auto;
}
.zywq{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 180px;
}
.zywqLeft{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 12.5%;
	color: #fff;
	font-size: 26px;
	line-height: 35px;
	vertical-align: middle;
	font-weight: bold;
	background: #BB0200;
}
.zywqRight{
	width: 81.5%;
	padding:3% 3%;
	font-size: 14px;
	background: rgb(249,249,249);
}
.zywqRight>p{
	line-height: 40px;
}
.zywqRight>p>a{
	padding: 0 14px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/next.png) !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/prev.png) !important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 15px !important;
    height: 22px !important;
    margin-top: -11px !important;
    z-index: 10;
    cursor: pointer;
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}
.prev:active{
	border: none !important;
}
.next:active{
	border: none !important;
}
.prev:focus{
	outline: none !important;
	border: none !important;
}
.next:focus{
	outline: none !important;
	border: none !important;
}
.study{
	width: 100%;
	height: 612px;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.study_part1:nth-child(1){
	width: 66%;
	overflow: hidden;
}
.study_part1:nth-child(2){
	background: url(../img/adBg.png) no-repeat;
	background-size: 100% 100%;
	width: 27%;
	padding: 3.5% 2%;
	overflow: hidden;
}
.study_part2{
	background: none !important;
	padding: 0 0 !important;
}
.study_part1Item{
	width: 48%;
	height: 50%;
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	margin-bottom: 15px;
	vertical-align: top;
}
.study_part1Item:nth-child(even){
	margin-left: 3%;
	float: right;
}
.adTitle{
	width: 100%;
}
.adTitle>img{
	width: 100%;
}
.adBanner{
	margin-top: 14px;
	width: 100%;
}
.adBanner>img{
	width: 100%;
}
.adCont{
	color: #333333;
	overflow: hidden;
	margin-top: 12px;
}
.adCont1{
	height: 330px;
}
.adCont>div{
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.adCont111>div{
	cursor: default !important;
}
.adCont111>div:hover{
	opacity: 1 !important;
}
.adCont>div:hover{
	opacity: 0.8;
}
.study_tit{
	height: 43px;
	position: relative;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #BB0200;
	line-height: 31px;
}
.study_tit>img{
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: 0;
}
.study_part1Item>ul{
	overflow: hidden;
}
.study_part1Item>ul>li{
	cursor: pointer;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	display: -webkit-box;
	word-break: break-all;
	color: #333333;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.study_part1Item>ul>li>span{
	margin-right: 10px;
	font-size: 15px;
	color: #BB0200;
}
.study_part1Item>ul>li:hover{
	opacity: 0.8;
}
.bannerCenter{
	height: 100px;
	background: url(../img/ssjy.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	margin: 10px auto;
	cursor: pointer;
}
.bannerCenter>img{
	width: 100%;
}
.bannerCenter:hover{
	opacity: 0.8;
}
.appWrap{
	display: flex !important;
	height: 75px !important;
	width: 100% !important;
	justify-content: space-between;
}
.appWrapItem{
	height: 100%;
	width: 80px;
}
.appWrapItem>img{
	height: 100%;
	width: 100%;
}
.target{
	margin-top: 8px;
	height: auto !important;
	width: 100% !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
}
.targetItem{
	text-align: center;
	line-height:38px;
	width: 29%;
	margin-top: 12px;
	height: 38px;
	border: 2px solid #DCDCDC;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #BB0200;
}
.jcdj{
	width: 100%;
}
.jcdjTit{
	font-size: 24px;
	font-weight: bold;
	color: #BB0200;
	line-height: 31px;
}
.jcdjCont{
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: space-between;
	margin-top: 28px;
}
.jcdjContItem{
	/* cursor: pointer; */
	height: 100%;
	width: 100px;
}
/* .jcdjContItem:hover .jcdjContItemWords{
	font-weight: 600;
}
.jcdjContItem:hover .jcdjContItemIcon{
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
} */
.jcdjContItemIcon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
	border-top: 2px solid #BB0200;
}
.jcdjContItemIcon>img{
	height: 68px;
	width: 68px;
}
.jcdjContItemWords{
	margin-top: 20px;
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #000000;
}
.pztj{
	margin-top: 45px;
}
.pztjCont{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pztjContItem{
	cursor: pointer;
	position: relative;
	width: 32%;
	height: 200px;
	margin-top: 30px;
}
.pztjContItem:hover{
	opacity: 0.8;
}
.pztjContItem>img{
	position: absolute;
	height: 100%;
	width: 100%;
}
.typeIcon{
	position: absolute;
	top: 6.5%;
	width: 68px;
	height: 26px;
	right: 0;
}
.typeIcon>img{
	height: 100%;
	width: 100%;
}
.showWords{
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	position: absolute;
	bottom: 0;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	width: 92%;
	padding: 0 4%;
}
.bottmline{
	height: 1px;
	width: 1000px;
	background:#f5f5f5;
	margin:50px auto;
}
.part11{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.part11>p{
	height: 32px;
	text-align: center;
	font-size: 0.75rem;
	color: #000;
}
.part11 p:nth-child(6){
	margin-top: 15px;
}
.other_logo{
	height: 50px;
	margin-top: 20px;
	padding-bottom: 50px;
}
.other_logo span{
	margin-left: 20px;
}
.other_logo span:nth-child(1){
	margin-left: 10px;
}
.detailWrap{
	width: 100%;
	padding: 30px 0 0 0;
}
.detailWrapItem{
	margin-top: 30px;
	width: 100%;
}
.leftWrap{
	vertical-align: top;
	display: inline-block;
	width: 66%;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
	line-height: 24px;
}
.leftWrap img{
	margin: 20px auto;
	width: 100%;
	height: auto;
}
.leftWrap p{
	font-size: 16px;
	line-height: 34px;
}
.detailNav{
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #666666;
}
.detailTit{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 47px;
	margin-top: 30px;
}
.time_share{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	align-items: center;
	border-bottom: 1px solid #E1E1E1;
}
.time{
	width: 73%;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #666666;
	line-height: 19px;
}
.share{
	height: 40px;
	width: 24%;
	display: flex;
	justify-content: right;
	align-items: center;
}
.shareWords{
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #666666;
	line-height: 19px;
}
.shareIcon{
	cursor: pointer;
	margin-left: 10px;
	height: 40px;
	width: 40px;
	opacity: 0.7;
}
.shareIcon:hover{
	opacity: 1;
}
.shareIcon>img{
	height: 100%;
	width: 100%;
}
.rightWrap{
	vertical-align: top;
	display: inline-block;
	width: 32.5%;
}
.rightWrap .study_part1{
	width: 100%;
}
.adCont1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.adCont1Item{
	width: 50%;
	height: 110px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.adCont1Item:nth-child(1){
	background: #BB0200;
}
.adCont1Item:nth-child(4){
	background: #BB0200;
}
.adCont1Item:nth-child(5){
	background: #BB0200;
}
.adCont1Item:nth-child(2){
	background: #F0F0F0;
}
.adCont1Item:nth-child(3){
	background: #F0F0F0;
}
.adCont1Item:nth-child(6){
	background: #F0F0F0;
}
.adCont1Item img{
	height: 75px;
	width: 80px;
}
.code{
	margin-top: 30px;
	width: 100%;
	padding: 25px 0;
	background: #F6F6F6;
}
.codeImg{
	width: 188px;
	height: 181px;
	margin: auto;
}
.codeImg img{
	height: 100%;
	width: 100%;
}
.codewords{
	text-align: center;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #666666;
	line-height: 16px;
	margin-top: 20px;
}
.leftWrap1{
	width: 100%;
	border-top: 1px solid #E1E1E1;
	margin-top: 20px;
	padding-top: 30px;
}
.moreTuijian{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
}
.more{
	margin-top: 10px;
}
.more>p{
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.more>p:hover{
	opacity: 0.8;
}
.leftWrap2Tit{
	margin-top: 15px;
	font-size: 36px;
	font-weight: bold;
	color: #BB0200;
	line-height: 47px;
}
.leftWrap2>ul{
	max-height: 630px;
	overflow: hidden;
}
.leftWrap2>ul>li{
	cursor: pointer;
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #333;
}
.leftWrap2>ul>li>span:nth-child(1){
	display: inline-block;
	width: 78%;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.leftWrap2>ul>li:hover{
	color: #BB0200;
}
.leftWrap2>ul>li>span:nth-child(2){
	display: inline-block;
	width: 20%;
	color: #999;
	text-align: right;
}
.leftWrap2 table{
	width: 100% !important;
}
.page{
	width: 100%;
	display: flex;
	padding: 10px 0;
	justify-content: center;
}
.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff;
    background: #BB0200;
}
.shareWechat{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.5);
}
.shareWechatBox{
	position: relative;
	height: 360px;
	margin:10% auto;
	width: 360px;
	padding: 20px 20px;
	background: #fff;
}
.shareWechatBoxTit{
	font-size: 15px;
	font-weight: bold;
}
.close{
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}
.close:hover{
	opacity: 0.8;
}
.shareWechatBoxCode{
	height: 280px;
	width: 280px;
	margin: 20px auto;
}
.shareWechatBoxCode canvas{
	height: 100%;
	width: 100%;
}
.layui-laypage a, .layui-laypage span {
	margin: 3px 3px !important;
	background-color: #F0F0F0 !important;
}
.videoWrap{
	z-index: 20;
	position: fixed;
	height: 425px;
	width: 650px;
	top: 50%;
	margin-top: -218px;
	left: 50%;
	margin-left: -325px;
	background: rgb(25,27,31);
	border-radius: 10px;
}
.videoTit{
	height: 58px;
	line-height: 58px;
	padding:0 3%;
	color: #fff;
	font-size: 20px;
	width: 94%;
	overflow: hidden;
}
.videoTit p{
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.videoPlay{
	height: 367px;
	width: 100%;
}
.videoPlay video{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
}
.cha{	
	width: 96%;
	padding: 0 2%;
	position: absolute;
	height: 50px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 50px;
	background: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0)) !important;
	z-index: 22;
	right: 0;
	top: 0;
	text-align: right;
	color: #fff;
}
.cha p{
	float: right;
	width: 5%;
	cursor: pointer;	
	font-size: 50px;
}
.cha p:hover{
	opacity: 0.8;
}
.cha p:active{
	margin-top: 0.2rem;
}
.djVideoWrap{
	height: 180px;
	width: 100%;
	background: #000;
}
.study_img{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90px;
	background: url(../img/banner111.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 15px;
	line-height: 90px;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
}
.study_img>img{
	width: 100%;
}
.study_img>p{
	height: 24px;
	width: 4px;
	background: #FFFFFF;
	margin-right: 8px;
}