﻿*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	white-space:normal !important;
}
a{
	text-decoration: none;
	color: #000;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
body{
	width: 100%;
	min-width: 1300px;
	min-height: 100vh;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 14px;
	color: #000;
	overflow: auto;
	font-family:"微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

/* 自定义 */
.pointer {cursor:pointer;}
.hide {display:none;}

header{
	width: 100%;
}
.header-bj{
	width: 100%;
	height: 125px;
	background: url(../img/img01.jpg) no-repeat center;
}
.header{
	overflow: hidden;
}
.logo{
	float: left;
	line-height: 125px;
}
.header-rt{
	float: right;
	padding-top: 30px;
	text-align: right;
}
.header-a{
	line-height: 1;
}
.header-a1{
	font-size: 17px;
	line-height: 25px;
	color: #d81b12;
	display: inline-block;
}
.header-a2{
	font-size: 16px;
	line-height: 25px;
	display: inline-block;
	color: #333;
}
.header-a2:hover{
	color: #d81b12;
}
.header-b{
	width: 360px;
	height: 42px;
	margin-top: 10px;
	border: 1px solid #d81b12;
	overflow: hidden;
	border-radius: 5px;
}
.header-b1{
	width: 320px;
	float: left;height: 40px;
	padding: 0 20px;
	font-size: 14px;
	color: #d81b12;
	background: initial;
	border: 0 !important;
}
.header-b2{
	width: 38px;
	height: 40px;
	float: right;
	background: url(../img/ico01.png) no-repeat center;
	border: 0 !important;
	border-left: 1px solid #d81b12 !important; 
}
.header-b1::-webkit-input-placeholder {
    color: #f13e29;
  }
  .header-b1::-moz-input-placeholder {
    color: #f13e29;
  }
  .header-b1::-ms-input-placeholder {
    color: #f13e29;
  }
  
.nav-bj{
	width: 100%;
	background: #d81b12;
	position: relative;
	z-index: 3;
}
.nav{
	height: 45px;
	font-size: 0;
}
.nav-li{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin:0 25.5px;
	position: relative;
}
.nav-li .a1{
	display: block;
	width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.nav-li:hover .a1{
	background: #ab0f0f;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.nav-li.on .a1{
	background: #ab0f0f;
	font-weight: bold;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.nav-list{
	width: 100%;
	background: #d81b12;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}
.nav-list a{
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0;
	display: block;
	color: #fff;
	text-align: center;
}
.nav-list a:hover{
	background: #ab0f0f;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.nav-list a.on{
	background: #ab0f0f;
	transition: all .3s;
-webkit-transition: all .3s; 
}


footer{
	background: #d81b12;	
}
.footer{
	padding: 30px 0;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.footer a{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}
.footer a:hover{
	opacity: .8;
}
.footer>div{
	margin: 5px 15px;
	display: inline-block;
	
}
.idxcl{
	width: 105px;
	position: fixed;
	bottom: 20%;
	right: 25px;
	z-index: 9;
	border-radius: 5px;
	overflow: hidden;
}
.idxcl-a{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	background: #ccc;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.idxcl-a:hover{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.idxcl-bc{
	background: #d81b12;
	padding: 6px;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-size: 16px;
}
.idxcl-bc>img{
	margin-bottom: 5px;
}




/*首页*/
.ban-swiper{
	height: 300px;
}
.ban-slide{
	background: no-repeat center;
}
.ban-sapn span{
	width: 15px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
}
.ban-sapn span.swiper-pagination-bullet-active{
	width: 25px;
}

.idx-div{
	line-height: 1;
	overflow: hidden;
	width: 100%;
}
.idx-tit{
	font-size: 24px;
	color: #333;
	line-height: 26px;
	float: left;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.idx-mr{
	font-size: 14px;
	color: #d81b12;
	line-height: 26px;
	float: right;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.idx-mr:hover{
	opacity: .7;
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}

.icul{
	margin-top: 45px;
}
.icul-ul{
	width: calc(100% + 10px);
	font-size: 0;
	margin-top: 30px;
}
.icul-li{
	width: calc(20% - 10px);
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 12px;
	position: relative;
	top: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.icul-a{
	width: 100%;
	height: 115px;
}
.icul-b{
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.icul-c{
	font-size: 12px;
	color: #d81b12;
	line-height: 15px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.icul-d{
	overflow: hidden;
	margin-top: 30px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
.icul-d1{
	float: left;
}
.icul-d2{
	display: inline-block;
	float: right;
	padding-left: 20px;
	background: no-repeat left center;
	margin-left: 12px;
}
.icul-d3{
	padding-left: 15px;
}

.icul-li:hover{
	box-shadow: 5px 5px 5px #ccc;
	top: -5px;
	transition: all .3s;
-webkit-transition: all .3s;  
}	
.iteh-ul{
	width: calc(100% + 25px);
	font-size: 0;
	margin-top: 30px;
}
.iteh-li{
	width: calc(33.333% - 25px);
	margin-right: 25px;
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 12px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	top: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.iteh-lt{
	width: 120px;
	height: 165px;
	float: left;
}
.iteh-rt{
	width: calc(100% - 130px);
	float: right;
	
}
.iteh-a{
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.iteh-b{
	font-size: 16px;
	color: #666;
	line-height: 20px;
	height: 20px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.iteh-c{
	width: 100%;
	height: 1px;
	border-top: 1px dashed #e6e6e6;
	margin: 13px 0;
}
.iteh-d{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.iteh-li:hover{
	box-shadow: 5px 5px 5px #ccc;
	top: -5px;
	transition: all .3s;
-webkit-transition: all .3s;  
}


.intc{
	margin-top: 50px;
	margin-bottom: 70px;
	overflow: hidden;
	width: calc(100% + 25px);
	
}
.intc-lt,.intc-rt{
	width: calc(50% - 25px);
	float: left;
	margin-right: 25px;
	margin-bottom: 0;
	background: #fff;
	border-radius: 5px;
	height: 290px;
}
.intc-top{
	height: 55px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 0 15px;
}
.intc-tit{
	font-size: 16px;
	line-height: 52px;
	border-bottom: 2px solid #d81b12;
	float: left;
}
.intc-mr{
	margin-top: 15px;
}
.intc-a{
	padding: 0 15px;
}
.intc-aa{
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-top: 23px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.intc-aa .sp1{
	width: 100px;
	text-align: center;height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-right: 10px;
	background: #d81b12;
	color: #fff;
}
.intc-aa:hover{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}

.intc-b{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 15px;
}
.intc-b li{
	width: 33.333%;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 35px;
	border: 1px solid #e6e6e6;
	float: left;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.intc-b li:hover{
	color: #fff;
	background: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.intc-b li.on{
	color: #fff;
	background: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.intc-c{
	margin-top: 20px;
}
.intc-cli{
	width: 100%;
	overflow: hidden;
	display: none;
}
.intc-cdiv{
	width: 33.333%;
	float: left;
	text-align: center;
	padding: 0 15px;
}
.intc-c1{
	height: 85px;
	text-align: center;
	position: relative;
}
.intc-c1>div{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
	z-index: 1;
}
.intc-c1>span{
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background: #ffa000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	z-index: 2;
	border-radius: 100%;
}
.intc-c2{
	font-size: 12px;
	color: #333;
	line-height: 15px;
	margin-top: 10px;
}
.intc-c3{
	font-size: 12px;
	color: #333;
	line-height: 15px;
	margin-top: 5px;
}
.intc-cdiv:nth-child(2) .intc-c1>div{
	width: 75px;
	height: 75px;
	margin-left: -37.5px;
}
.intc-cdiv:nth-child(2) .intc-c1>span{
	background: #ff5c4b
}
.intc-cdiv:nth-child(3) .intc-c1>span{
	background: #4d97f3
}



/*课程中心*/
.curriculum{
	padding-bottom: 30px;
}
.curriculum-ss-bj{
	width: 100%;
	background: #fff;
}
.curriculum-ss{
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0;
	color: #333;
	text-align: center;
}
.curriculum-ss .sp1{
	color: #d81b12;
}

.curriculum-ac{
	margin-top: 30px;
	font-size: 0;
	position: relative;
	z-index: 2;
}
.curriculum-a{
	display: inline-block;
	width: 83px;
	text-align: center;
	line-height: 34px;
	position: relative;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	z-index: 1;
}
.curriculum-a1{
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #333;
	border: 1px solid #fff;
	background: #fff;
}
.curriculum-a1.on{
	border-color: #d81b12;
	border-bottom-color:#fff ;
}
.curriculum-a1.on img{
	transform:rotate(180deg);
-ms-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
}
.curriculum-a2{
	width: 1200px;
	padding: 5px 15px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #d81b12;
	position: absolute;
	left: 0;
	top: 35px;
	text-align: left;
	z-index: 1;
	display: none;
}
.curriculum-a2 a{
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin: 12.5px 0;
	margin-right: 35px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.curriculum-a2 a:hover{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.curriculum-a2 a.on{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}

.curriculum-b{
	margin-left: 15px;
	padding-left: 22px;
	display: inline-block;
	background: url(../img/ico06.png) no-repeat left center;
}
.curriculum-b>div{
	line-height: 35px;
	padding: 0 15px;
	background: #fff;
	font-size: 14px;
	color: #333;
}
.curriculum-c{
	font-size: 14px;
	display: inline-block;
	line-height: 35px;
	color: #333;
	margin-left: 15px;
}
.curriculum-c .sp1{
	color: #d81b12;
}
.curriculum-d{
	margin-top: 15px;
	background: #fff;
	padding: 15px 25px;
	overflow: hidden;
}
.curriculum-d a{
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	float: left;
	margin-right: 45px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.curriculum-d a:hover{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.curriculum-d a.on{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.curriculum-e{
	margin-top: 25px;
	margin-bottom: 40px;
}

.page{
	text-align: center;
	width: 100%;
	line-height: 1;
}
.page .swiper-wrapper{
	display: block !important;
}
.page a{
	display: inline-block;
	min-width: 40px;
	padding: 0 10px;
	height: 40px;
	border: 1px solid #e6e6e6;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin: 0 1px;
transition: all .3s;
-webkit-transition: all .3s; 
}
.page a:hover{
	border-color: #d81b12;
	color: #fff;	
	background: #d81b12;
transition: all .3s;
-webkit-transition: all .3s; 
}
.page a.active{
	border-color: #d81b12;
	color: #fff;
	background: #d81b12;	
transition: all .3s;
-webkit-transition: all .3s; 
}
/*.page a.prev,.page a.next{
	background: url(../img/ico17.png) no-repeat center;
}
.page a.prev{
	background-image:  url(../img/ico17_1.png);
}*/







/*师资团队*/
.teachers{
	padding-top: 20px;
	padding-bottom: 30px;
	min-height: calc(100vh - 290px);
}
.teachers-d{
	padding: 0 25px;
}
.teachers-d a{
	line-height: 60px;
	border-bottom: 2px solid #fff;
}
.teachers-d a.on{
	border-color: #d81b12;
}
.teachers-ul{
	width: calc(100% + 20px);
	margin-bottom: 30px;
}
.teachers-ul .iteh-li{
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.tehinfo{
	padding-top: 30px;
	padding-bottom: 65px;
	min-height: calc(100vh - 290px);
}
.tehinfo-a{
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 35px;
	padding: 0 8px;
	text-align: center;
	background: #fff;
}
.tehinfo-a>img{
	transform:rotate(120deg);
-ms-transform:rotate(120deg);
-moz-transform:rotate(120deg);
-webkit-transform:rotate(90deg);
position: relative;
top: -1px     ;
}
.tehinfo-a:hover{
	color: #d81b12;
}
.tehinfo-b{
	width: 100%;
	margin: 0;
	margin-top: 15px;
}
.tehinfo-b:hover{
	box-shadow: initial;
	top: 0;
}
.tehinfo-b .iteh-lt{
	width: 230px;
	height: 315px;
}
.tehinfo-b .iteh-rt{
	width: calc(100% - 245px);
}
.tehinfo-b .iteh-b{
	height: auto;
	-webkit-line-clamp: initial;
}
.tehinfo-b .iteh-d{
	height: auto;
	-webkit-line-clamp: initial;
}
.tehinfo-c{
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-top: 35px;
	padding-left: 15px;
	border-left: 3px solid #d81b12;
}
.tehinfo-d{
	margin-top: 25px;
}



/*通知公告*/
.notice{
	padding-top: 35px;
	padding-bottom: 30px;
}
.notice-div{
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
}
.notice-ab{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 30px;
	font-size: 16px;
	line-height: 60px;
}
.notice-a{
	float: left;
	width: calc(100% - 130px);
}
.notice-b{
	float: right;
}
.notice-c{
	padding:30px;
	overflow: hidden;
	min-height: calc(100vh - 420px);
}
.notice-c1{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin: 10px 0;
	overflow: hidden;
}
.notice-c1 .notice-b{
	color: #999 !important;
}
.notice-c1 .notice-a{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.notice-c1:hover{
	color: #d81b12;
}


/*我的考试*/
.exam{
	padding-top: 40px;
	padding-bottom: 30px;
}
.exam-div{
	background: #fff;
	padding: 0 30px;
	padding-bottom: 50px;
}
.exam-a{
	border-bottom: 1px solid #e6e6e6;
}
.exam-a1{
	display: inline-block;
	margin-right: 45px;
	font-size: 16px;
	color: #333;
	line-height: 55px;
	border-bottom: 2px solid #fff;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.exam-a1:hover{
	color: #d81b12;
	border-color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.exam-a1.on{
	color: #d81b12;
	border-color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.exam-ul{
	 
	margin-bottom: 50px;    min-height: 450px;
}
.exam-li{
	display: block;
	padding: 28px 0;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.exam-b{
	width: 210px;
	height: 115px;
	float: left;
}
.exam-c{
	width: calc(100% - 330px);
	float: left;
	padding-left: 22px;
	color: #333;
}
.exam-c1{
	font-size: 16px;
	line-height: 25px;
}
.exam-c2{
	font-size: 14px;
	line-height: 25px;
	color: #d81b12;
	margin-top: 5px;
	margin-bottom: 12px;
}
.exam-c3{
	font-size: 14px;
	line-height: 22px;
}
.exam-d{
	width: 100px;
	float: right;
	text-align: right;
}
.exam-d1{
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.exam-d2{
	display: inline-block;
	width: 90px;
	text-align: center;
	line-height: 32px;
	background: #d81b12;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	margin-top: 60px;
}
.exam-d2:hover{
	color: #fff;
	opacity: .8;
}
.exam-c5{
	color: #04b10f;
}
.exam-d3{
	background: #cccccc;
}




.examinfo{
	padding-top: 25px;
	padding-bottom: 40px;
}
.curriculum-a{
	display: inline-block;
	width: 90px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background: #fff;
}
.curriculum-a:hover{
	color: #d81b12;
}
.examinfo-div{
	width: 100%;
	margin-top: 25px;
	background: #fff;
	padding: 30px;
}
.examinfo-c{
	font-size: 20px;
	text-align: center;
	color: #333;
	line-height: 25px;
        font-weight：600；
}
.examinfo-d{
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	line-height: 25px;
	
}
.examinfo-d>div{
	display: inline-block;
	vertical-align: top;
	margin: 5px 23px;
	
}
.examinfo-d>div.d2{
	color: #d81b12;
}
.examinfo-e{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #04b10f;
	margin-top: 10px;
}
.examinfo-fk{
	margin-top: 35px;
	padding-top: 50px;
	border-top: 1px solid #e6e6e6;
}
.examinfo-1000{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.examinfo-f{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: hidden;
}
.examinfo-f li{
	width: 10%;
	float: left;
	text-align: center;height: 35px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	cursor: pointer;
}
.examinfo-f li.bj{
	background: #f5f5f5;
}
.examinfo-f li>span{
	width: ;
	line-height: 23px;
	padding: 0 8px;
    margin-top:5px;
	min-width: 20px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	color: #999;
	vertical-align: top;
}
.examinfo-f li.on>span {
	background: #d81b12;
	color: #fff;
}
.examinfo-k{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 45px;
	font-weight: bold;
}
.examinfo-g>span{
	color: #d81b12;
}
.examinfo-h{
	width: 100%;
	margin-top: 35px;
	text-align: center;
}
.examinfo-h video,.examinfo-h img{
	display: inline-block;
	max-height: 300px;
}
.examinfo-g{
	margin-top: 0px;
    overflow:visible;
}
.examinfo-gli{
	width: 100%;
	margin-top: 25px;
}
.examinfo-gli{
	overflow: hidden;
	cursor: pointer;
}
.examinfo-g1{
	width: 20px;
	height: 20px;
	line-height: 16px;
	float: left;
	position: relative;
}
.examinfo-g1 .img2{
	display: none;
}
.examinfo-gli.on .examinfo-g1 .img1{
	display: none;
}
.examinfo-gli.on .examinfo-g1 .img2{
	display: inline-block;
}
.examinfo-g2{
	width: calc(100% - 25px);
	float: right;
	font-size: 16px;
	line-height: 20px;
}
.examinfo-int{
	display: none;
}
.examinfo-h{
	overflow: hidden;
}
.examinfo-hli{
	display: inline-block;
	vertical-align: top;
	width: 46% !important;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
	text-align: left;
}
.examinfo-h3{
	width: calc(100% - 25px);
	float: right;
}
.examinfo-blue{
    color:blue;
}
.examinfo-h3>div{
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	margin-right: 5px;
}
.examinfo-h3>img{
	max-width: 250px;
	max-height: 160px;
}
.examinfo-j{
	text-align: right;
	margin-top: 55px;
	font-size: 0;
}
.examinfo-j2{
	width: 140px;
	border: 1px solid #ccc;
	text-align: center;
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	background: #f5f5f5;
	border-radius: 3px;
	margin-left: 15px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.examinfo-j2:hover{
	color: #d81b12;
	border-color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.examinfo-save{
	width: 140px;
	border: 1px solid #d81b12;
	text-align: center;
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	border-radius: 3px;
	margin-left: 15px;
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.examinfo-save:hover{
	color: #d81b12;
	background: rgba(216,27,18,.1);
	transition: all .3s;
-webkit-transition: all .3s;  
}


/*个人中心*/
.user{
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.user-lt{
	width: 290px;
	float: left;
}
.user-a{
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 35px;
	border-radius: 5px;
}
.user-a1 img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
}
.user-a2{
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	line-height: 20px;
}
.user-a3{
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	line-height: 20px;
}
.user-b{
	width: 100%;
	padding: 0 35px;
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
}
.user-b a{
	display: block;
	width: 100%;
	padding: ;
	border-top: 1px dashed #e6e6e6;
	padding-left: 60px;
	font-size: 16px;
	color: #333;
	line-height: 60px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.user-b a:first-child{
	border: 0;
}
.user-b1{
	display: inline-block;
	line-height: 60px;
	width: 35px;
}
.user-b1 .img2{
	display: none;
}
.user-b2{
	display: inline-block;
}
.user-b a:hover{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.user-b a:hover .user-b1 .img1{
	display: none;
}
.user-b a:hover .user-b1 .img2{
	display: inline-block;
}
.user-b a.on{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.user-b a.on .user-b1 .img1{
	display: none;
}
.user-b a.on .user-b1 .img2{
	display: inline-block;
}

.userTk-bj{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	display: none;
}
.userTk{
	width: 600px;
	min-height: 370px;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -185px;
}
.userTk-b{
	padding: 0 35px;
	font-size: 16px;
	color: #333;
	line-height: 70px;
	border-bottom: 1px solid #e6e6e6;
}
.userTk-a{
	width: 30px;
	height: 30px;
	background: url(../img/x03.png) no-repeat center; 
	background-size: cover;;
	opacity: .5;
	position: absolute;top: 20px;
	right: 20px;
	cursor: pointer;
}
.userTk-a:hover{
	opacity: 1;
}
.userTk-fm{
	padding: 50px;
}
.userTk-li{
	overflow: hidden;
	margin-bottom: 30px;
}
.userTk-c{
	font-size: 16px;
	color: #333;
	line-height: 50px;
	width: 110px;
	float: left;
}
.userTk-d{
	width: 340px;
	float: left;
	height: 50px;
	font-size: 16px;
	color: #333;
	padding: 0 35px;
	border: 0;
	background: #f6f6f6;
	border-radius: 25px;
}
.userTk-e{
	width: 185px;
}
.userTk-f{
	float: left;
	margin-left: 25px;
}
.userTk-f1{
	width: 130px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #d81b12;
	background: #fff7f6;
	border-radius: 25px;
	cursor: pointer;
}
.userTk-f1:hover{
	opacity: .8;
}
.userTk-g{
	width: 200px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	background: #d81b12;
	margin-left: 140px;
	border: 0;
}
.userTk-f2{
	width: 130px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #d81b12;
	background: #fff7f6;
	border-radius: 25px;
	cursor: pointer;
	display: none;
}
/*.userTk-fm2{
	display: none;
}*/



.user-rt{
	width: 890px;
	float: right;
}





/*我的积分*/
.integral-ad{
	width: 100%;
	padding: 0 25px;
	padding-top: 30px;
	overflow: hidden;
	background: #fff;
	height: 90px;
}
.integral-a{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #333;
	width: 200px;
	float: left;
	border-right: 1px solid #e6e6e6;
}
.integral-a >span{
	font-size: 24px;
	display: inline-block;
	line-height: 30px;
	color: #e60012;
	vertical-align: top;
}
.integral-b{
	padding-left: 50px;
}
.integral-c{
	width: 280px;
	border: 0;
}
.integral-c1{
	position: relative;
	top: -2px;
}
.integral-d{
	font-size: 14px;
	color: #d81b12;
	float: right;
	line-height: 30px;
	display: inline-block;
}
.integral-d:hover{
	color: #d81b12;
	opacity: .8;
}
.integral-ef{
	width: 100%;
	background: #fff;
	padding: 20px;
	padding-top: 35px;
	margin-top: 20px;
}
.integral-e{
	overflow: hidden;
}
.integral-e1{
	font-size: 18px;
	line-height: 18px;
	color: #333;
	padding-left: 12px;
	border-left: 2px solid #d81b12;
	float: left;
}
.integral-e2{
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	margin-left: 15px;
	float: left;
}
.integral-e3{
	font-size: 14px;
	color: #d81b12;
	line-height: 18px;
	margin-left: 15px;
	float: left;
	display: inline-block;
	padding-left: 16px;
	background: url(../img/ico11.png) no-repeat left center;
}
.integral-e3:hover{
	color: #d81b12;
	opacity: .8;
}
.integral-f{
	width: calc(100% + 18px);
	overflow: hidden;
	margin-top: 25px;
}
.integral-f li{
	width: calc(25% - 18px);
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	background: #f9f9f9;
	border-radius: 5px;
	height: 220px;
	padding: 15px;
	padding-top: 30px;
	text-align: center;
}
.integral-f1{
	height: 60px;
	line-height: 60px;
	font-size: 0;
}
.integral-f1 img{
	max-height: 60px;
}
.integral-f2{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-top: 35px;
	height: 55px;
}
.integral-f3{
	width: 70px;
	height: 22px;
	background: #e60012;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}
.integral-f3.on{
	background: #afaeae;
}



/*积分明细*/
.usIntegral{
	padding-top: 25px;
	padding-bottom: 30px;
}
.usIntegral-a{
	width: 100%;
	background: #fff;
	margin-top: 25px;
	padding: 0 25px;
	font-size: 14px;
	line-height: 50px;
	color: #333;
	overflow: hidden;
}
.usIntegral-a1{
	width: 510px;
	float: left;
}
.usIntegral-a2{
	width: 510px;
	float: left;
}
.usIntegral-a3{
	float: left;
}
.usIntegral-b{
	margin-bottom: 50px;
}
.usIntegral-b li{
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 55px;
	padding: 0 25px;
	overflow: hidden;
}

.usIntegral-jk{
	width: 100%;
	padding: 35px 25px;
	background: #fff;
	margin-top: 20px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}
.usIntegral-j{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.usIntegral-k{
	margin-top: 20px;
	padding: 20px;
	border-top: 1px solid #e6e6e6;
}




/*任务考试*/
.task{
	width: 100%;
	background: #fff;
	padding: 0 25px;
	padding-bottom: 50px;
}


/*我的课程*/
.course-c2{
	margin-top: 20px;
	line-height: 1;
}
.course-c3{
	display: inline-block;
	margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}
.course-c3>div{
	margin-left: 0;
	margin-right: 10px;
}
.course-d2{
	margin-top: 80px;
}



/*课程申请*/
.apply-a{
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	padding:0 35px;
	color: #333;
	background: #fff;
}
.apply-b{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding:15px 35px;
	color: #fff;
	background: #d81b12;
}
.apply-c{
	background: #fff;
	padding: 35px;
}
.apply-cli{
	overflow: hidden;
	margin-bottom: 25px;
}
.apply-c1{
	font-size: 16px;
	width: 100px;
	float: left;
	color: #333;
	line-height: 50px;
}
.apply-c2{
	width: 720px;
	float: left;
	line-height: 1;
	position: relative;
	border: 1px solid #e6e6e6;
}
.apply-int1{
	width: 100%;
	height: 48px;
	font-size: 16px;
	padding: 0 15px;
	border: 0 !important;
	background: initial;
}
.apply-int3{
	width: 720px;
	height: 200px;
	font-size: 16px;
	line-height: 25px;
	padding: 5px 15px;
}
.apply-cdiv{
	text-align: right;
}
.apply-sub{
	display: inline-block;
	width: 100px;
	height: 35px;
	font-size: 14px;
	color: #fff;
	border: 0 !important;
	background: #d81b12;
}
.apply-c2-a{
	padding-left: 30px;
	background:#fff url(../img/ico13.png) no-repeat left center;
	font-size: 16px;
	color: #333;
	line-height: 46px;
	position: absolute;
	left: 15px;
	top: 0px;
	cursor: pointer;
}
.apply-c2-a span{
	font-size: 14px;
	color: #666;
	display: inline-block;
	line-height: 46px;
}
.apply-int2{
	opacity: 0;
}
.apply-c2-b{
	width: 400px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #d81b12;
	position: absolute;
	top: 1px;
	left: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.apply-c22{
	border: 0;
	overflow: hidden;
	float: left;
}
.apply-c22 .examinfo-gli{
	width: 150px;
	float: left;
	margin-top: 15px;
}



/*个人信息*/
.personal{
	width: 100%;
	background: #fff;
}
.personal-a{
	font-size: 16px;
	color: #333;
	line-height: 70px;
	padding: 0 35px;
	border-bottom: 1px solid #e6e6e6;
}
.personal-div{
	padding: 35px;
	min-height: 620px;
	font-size: 16px;
	line-height: 25px;
}
.personal-bc{
	overflow: hidden;
}
.personal-b{
	width: 100px;
	font-size: 0;
	float: left;
}
.personal-b img{
	width: 100%;
	border-radius: 3px;
}
.personal-c{
	width: 500px;
	float: left;
	margin-left: 20px;
}
.personal-c >div{
	margin: 5px 0;
	font-size: 14px;
}
.personal-d{
	margin-top: 45px;
}
.personal-d li{
	line-height: 1;
	overflow: hidden;
	margin-bottom: 25px;
}
.personal-d1{
	width: 100px;
	float: left;
	line-height: 25px;
}
.personal-d2{
	width: 500px;
	float: left;
	line-height: 25px;
}



/*登录页*/
.login-bj{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 900px;
}

.login{
	position: relative;
	height: 100vh;
	min-height: 900px;
}
.login-ab{
	padding-top: 35px;
	overflow: hidden;
}
.login-a{
	float: left;
}
.login-b{
	float: right;
	font-size: 16px;
	color: #d81b12;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 125px;
}
.login-b a{
	display: inline-block;
	font-size: 16px;
	color: #d81b12;
	line-height: 30px;
	margin-left: 22px;
}
.login-c{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 35px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	text-align: center;
}
.login-fm{
	width: 480px;
	height: 580px;
	background: #fff;
	box-shadow: 0 0 40px #fcf2f2;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -290px;
	padding: 0 50px;
	padding-top: 70px;
	border-radius: 10px;
	text-align: center;
}
.login-f{
	margin-bottom: 70px;
}
.login-g{
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	padding-left: 60px;
	margin-bottom: 40px;
	background: url(../img/ico14.png) no-repeat 22px center;
}
.login-g2{
	background: url(../img/ico15.png) no-repeat 22px center;
}
.login-h{
	width: 380px;
	height: 60px;
	border: 0 !important;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: #d81b12;
	border-radius: 5px;
	margin-top: 10px;
	
}
.login-h:hover{
	opacity: .8;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.login-j{
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 20px;
	margin-top: 45px;
}


/*学习之星*/
.star-size{
	width:15px;
	height:15px;
	overflow: hidden;
}
.star{
	padding-top: 25px;
	padding-bottom: 30px;
	min-height: calc(100vh - 290px);
}
.star-nav{
	background: #fff;
	margin-top: 20px;
	overflow: hidden;
}
.star-nav li{
	width: 33.333%;
	float: left;
	text-align: center;
}
.star-nav a{
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 46px;
	padding: 0 5px;
	padding-top: 2px;
	border-bottom: 2px solid #fff;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.star-nav a:hover{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.star-nav a.on{
	color: #d81b12;
	border-color: #d81b12;
	font-weight: bold;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.star-a{
	background: #e5e5e5;
	overflow: hidden;
	padding: 0 25px;
	margin-top: 25px;
}
.star-a>li{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 15px 0;
	padding-right: 10px;
	float: left;
}
.star-a1{
	width: 220px;
}
.star-a2{
	width: 355px;
}
.star-a3{
	width: 450px;
}
.star-bbj{
	background: #fff;
	padding-bottom: 50px;
}
.star-b{
	background: #fff;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}
.star-bbj .page{
	margin-top: 50px;
}




/*课程详情*/
.curinfo-bj{
	background: #191919;
}
.curinfo{
	padding-top: 25px;
	padding-bottom: 25px;
}
.curinfo-b{
	background-image: url(../img/ico06_1.png);
}
.curinfo-div{
	overflow: hidden;
	margin-top: 25px;
}
.curinfo-lt{
	width: 915px;
	height: 515px;
	float: left;
	position: relative;
	text-align: center;
}
.curinfo .pdfobject{
	width: 100% !important;
}
.curinfo-vd{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.curinfo-c{
	width: 80px;
	height: 80px;
	background: url(../img/ico17.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	display: none;
}
.curinfo-rt{
	width: 285px;
	float: left;
	background: #2d2d2d;
	height: 515px;
}
.curinfo-d{
	width: 100%;
	height: 80px;
	padding: 20px;
	font-size: 0;
}
.curinfo-d1{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
}
.curinfo-d2{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	line-height: 20px;
	padding-top: 10px;
	vertical-align: top;
}
.curinfo-e{
	overflow: hidden;
	background: #333333;
}
.curinfo-e li{
	width: 50%;
	float: left;
	text-align: center;
}
.curinfo-e li a{
	font-size: 18px;
	line-height: 46px;
	padding-top: 2px;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	border-bottom: 2px solid #333;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.curinfo-e li a:hover{
	color: #d81b12;
	border-color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.curinfo-e li a.on{
	color: #d81b12;
	border-color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.curinfo-fj{
	padding: 10px 0;
	height: 385px;
}
.curinfo-fj li{
	display: none;
}
.curinfo-f{
	height: 385px;
	overflow: auto;
	margin-top: -10px;
}
.curinfo-f1{
	display: block;
	padding: 10px 20px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	position: relative;
}
.curinfo-f1:after{
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 18px;
	top: 17px;
}
.curinfo-f1:hover{
	color: #fff;
	background: #252525;
}
.curinfo-f1.on{
	color: #fff;
	background: #252525;
}
.curinfo-j{
	text-align: center;
}
.curinfo-j1{
	font-size: 16px;
	line-height: 1;
	margin: 20px 0;
	color: #fff;
}
.curinfo-red{
	width: 175px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #d81b12;
	display: inline-block;
	border-radius: 5px;
        margin-top: 30px;
	margin-bottom: 5px;
}
.curinfo-red:hover{
	color: #fff;
	opacity: .8;
}
.curinfo-gray{
	width: 175px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color:#999;
	display: inline-block;
	border-radius: 5px;
        margin-top: 30px;
	margin-bottom: 5px;
}
.curinfo-gray:hover{
	opacity: .8;
}

.comment{
	padding-top: 25px;
	padding-bottom: 30px;
}
.comment-ab{
	width: 100%;
	padding: 30px;
	background: #fff;
}
.comment-a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.3;
}
.comment-b{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-top: 20px;
}
.comment-div{
	padding: 25px 30px;
	background: #fff;
	margin-top: 20px;
}
.comment-c{
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.comment-c1{
	float: left;
	margin-right: 40px;
}
.comment-c1 img{
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.comment-d{
	width: 100%;
	border: 1px solid #E5E5E5;
	margin-top: 30px;
}
.comment-d .int{
	width: 100%;
	background: initial;
	border: 0;
	height: 85px;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 25px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	resize:none
}
.comment-d1{
	width: 100%;
	height: 50px;
	padding: 0 20px;
	text-align: right;
}
.comment-d .sub{
	width: 60px;
	height: 30px;
	border: 0;
	background: #d81b12;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
}
.comment-e{
	margin-top: 15px;
}
.comment-e li{
	padding: 15px 0;
	border-top: 1px solid #E5E5E5;
	overflow: hidden;
}
.comment-e li:first-child{
	border: 0;
}
.comment-elt{
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
}
.comment-ert{
	float: right;
	width: 1070px;
	font-size: 14px;
	color: #333;
	line-height: 1.3;
	padding-top: 5px;
}
.comment-e2{
	margin-top: 5px;
}
.comment-e3{
	margin-top: 20px;
}
.comment-e45{
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	overflow: hidden;
}
.comment-e4{
	float: left;
}
.comment-e5{
	float: right;
	cursor: pointer;
}
.comment-e5 img{
	position: relative;
	top: -2px;
}




.party-ban{
	width: 100%;
}
.party{
	padding-top: 50px;
}
.party-ab{
	overflow: hidden;
}
.party-a{
	width: 550px;
	float: left;
}
.party-Aslide{
	width: 550px;
	height: 380px;
}
.party-a1{
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.party-Aswiper{
	padding-bottom: 30px;
	background: #000;
}
.party-Aspan{
	bottom: -1px !important;
	text-align: right;
	padding-right: 10px;
}
.party-Aspan span{
	width: 20px;
	height: 20px;
	background: #444;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;opacity: 1;
	border-radius: 0;
	margin: 0 2px !important;
}
.party-Aspan span.swiper-pagination-bullet-active{
	background: #d81b12;
}

.party-b{
	width: 600px;
	float: right;
	font-size: 0;
}
.party-b1{
	display: inline-block;
	min-width: 145px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 0 25px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	color: #d81b12;
	cursor: pointer;
}
.party-b1.on{
	color: #fff;
	background: #d81b12;
}
.party-b2{
	width: 100%;
}
.party-b2 a{
	width: 100%;
	display: block;
	position: relative;
	margin-top: 20px;
	border-bottom: 1px dashed #ccc;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
	padding-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.party-b2 a:hover{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.party-b2 a .sp1{
	position: absolute;
	right: 0;
}

.party-cd{
	overflow: hidden;
	margin-top: 50px;
}
.party-c{
	width: 525px;
	float: left;
}
.party-c2{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-top: 25px;
}
.party-c2-a{
	display: none;
}
.party-d{
	width: 600px;
	float: right;
	background: #000;
}
.party-d1{
	display: none;
	text-align: center;
	font-size: 0;
}
.party-d video{
	display: inline-block;
	width: 100%;
	max-width: 100%;
	max-height: 400px;
}


.party-e{
	font-size: 24px;
	color: #d81b1b;
	font-weight: bold;
	line-height: 26px;
	padding-left: 15px;
	border-left: 5px solid #d81b1b;
	margin-top: 50px;
}
.party-f{
	margin-top: 35px;
	font-size: 0;
	width: calc(100% + 22px);
}
.party-fa{
	width: 285px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
.party-f1{
	font-size: 18px;
	color: #333;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.party-fa:hover .party-f1{
	color: #d81b12;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.party-g{
	margin-top: 35px;
}
.party-h{
	background: url(../img/img14.jpg);
}
