@charset "UTF-8";
::-webkit-scrollbar {
width:8px;
background:#f0f0f0;
}
::-webkit-scrollbar-button {
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-track-piece {
}
::-webkit-scrollbar-thumb {
width:8px;
background:#333;
}
::-webkit-scrollbar-corner {
background:#f0f0f0;
}
::-webkit-resizer {
}
::-webkit-scrollbar:horizontal {
height:9px;
}
/************/
::-webkit-input-placeholder {
}    /* 使用webkit内核的浏览器 */
:-moz-placeholder {
}                  /* Firefox版本4-18 */
::-moz-placeholder {
}                  /* Firefox版本19+ */
:-ms-input-placeholder {
}           /* IE浏览器 */
.h10 {
	clear: both;
	height: 10px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h70 {
	clear: both;
	height: 70px;
}
.h80 {
	clear: both;
	height: 80px;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.animated {
	visibility:hidden;
 *visibility: visible;
	visibility: visible\0;
}
.row {
	position: relative;
	overflow: hidden;
	background: #fff;
}
.moreBox {
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.more {
	display: block;
	width: 41px;
	height: 41px;
	overflow: hidden;
	margin: 0px auto;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: url(../images/more.png) no-repeat center center;
}
.more:hover {
	background: url(../images/more_h1.png) no-repeat center center;
}
.more.hover {
	background: url(../images/more_h1.png) no-repeat center center;
}
.more.hover2 {
	background: url(../images/more_h2.png) no-repeat center center;
}
.titleBox {
	text-align: center;
	font-size: 0px;
}
.title {
	display: inline-block;
	position: relative;
	padding: 0px 30px;
}
.titleCh {
	overflow: hidden;
	font-size: 36px;
	color:#333;
	line-height: 40px;
	font-weight:bold;
}
.titleEn {
	overflow: hidden;
	font-size: 14px;
	color:#bbb;
	line-height: 30px;
}
.line {
	width: 1200px;
	height: 1px;
	overflow: hidden;
	background: #d3d3d3;
	position: absolute;
	top: 20px;
}
.lineL {
	right: 100%;
}
.lineR {
	left: 100%;
}
/*
* 关于我们第二通栏 kis2
*/
.course {
	overflow: hidden;
	position: relative;
}
.course .hd {
	width: 1200px;
	height: 120px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.courseLine1 {
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 62px;
	z-index: 1;
	background: #244a9a;
}
.course_ul {
	width: 20000px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.course_ul li {
	width: 165px;
	overflow: hidden;
	float: left;
	display: inline;
}
.course_ul li span {
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color:#fff;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course_ul li.on span {
	font-size: 24px;
	font-weight: bold;
	color:#fdc22a;
}
.course_ul li p {
	display: block;
	width: 14px;
	position: relative;
	margin: 0px auto;
	padding: 15px 0px;
}
.course_ul li p span {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.course_ul li p i {
	width: 24px;
	height: 24px;
	background: #000;
	overflow: hidden;
	border: 1px solid #244a9a;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -13px 0px 0px -13px;
	z-index: 2;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.course_ul li p em {
	width: 38px;
	height: 38px;
	background: #000;
	overflow: hidden;
	border: 1px solid #244a9a;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0px 0px -20px;
	z-index: 1;
	-webkit-transition: all 0.55s linear;
	-o-transition: all 0.55s linear;
	transition: all 0.55s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.course_ul li.on p i {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.course_ul li.on p em {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.course_ul li.on p span {
	background: #244a9a;
}
.courseLine {
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0px;
	top: 322px;
	z-index: 2;
}
.courseLine i {
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	background: #244a9a;
	position: absolute;
	left: 0px;
	top: 0px;
}
.course .bd {
	/*height: 290px;
	overflow: hidden;*/
	position: relative;
	-webkit-box-shadow: 0px 2px 4px #e2e2e2;
	box-shadow: 0px 2px 4px #e2e2e2;
}
.course_dl {
	overflow: hidden;
}
.course_dl dd {
	overflow: hidden;
}
.courseCont {
	overflow: hidden;
	background: #fff;
	padding: 30px;
}
.courseL {
	width: 375px;
	overflow: hidden;
	margin-right: 30px;
}
.courseL a {
	display: block;
	padding-top: 61.333333333%;
	overflow: hidden;
}
.courseR {
	overflow: hidden;
}
.courseYear {
	overflow: hidden;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color:#666;
}
.courseYear i {
	font-size: 30px;
	color:#244a9a;
	overflow: hidden;
	padding-right: 10px;
}
.courseDeta {
	overflow: hidden;
	height: 175px;
}
.courseCont_ul {
	padding-right: 25px;
	overflow: hidden;
}
.courseCont_ul li {
	overflow: hidden;
	font-size: 14px;
	color:#888;
	line-height: 28px;
	padding-bottom: 10px;
}
.scroll {
	width: 100%;
	height: 175px;
	overflow: auto;
	float: left;
}
.courseDeta .scroll_container {
	/*overflow: hidden;*/
	position: relative;
}
.courseDeta .scroll_absolute {
	position: absolute;
}
.courseDeta .scroll_vertical_bar {
	position: absolute;
	top: 0;
	right: 2px;
	width: 2px;
	height: 100%;
	background: #cecece;
	margin: 0;
	padding: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.courseDeta:hover .scroll_vertical_bar {
	opacity: 1;
}
.courseDeta .scroll_track {
	position: relative;
	background-color: #cecece;
}
.courseDeta .scroll_drag {
	position: relative;
	top: 0;
	left: -2px;
	width: 6px;
	cursor: pointer;
	background-color: #244a9a;
}
.container1 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #D6B74B;
}
.container1 .scroll_vertical_bar .scroll_arrow {
	height: 16px;
}
.courseBt {
	position: absolute;
	right: 6px;
	top: 6px;
	overflow: hidden;
}
.courseBt .bt1 {
	display: none;
	width: 27px;
	height: 27px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bt1.prev {
	background: #e6e6e6 url(../images/btPrev.png) no-repeat center center;
	background-size: auto 15px;
}
.bt1.prev:hover {
	background: #244a9a url(../images/btPrev_h.png) no-repeat center center;
	background-size: auto 15px;
}
.bt1.next {
	background: #e6e6e6 url(../images/btNext.png) no-repeat center center;
	background-size: auto 15px;
}
.bt1.next:hover {
	background: #244a9a url(../images/btNext_h.png) no-repeat center center;
	background-size: auto 15px;
}
.courseBt .more {
	display: block;
	width: 27px;
	height: 27px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #e6e6e6 url(../images/add1.png) no-repeat center center;
}
.courseBt .more:hover {
	background: #244a9a url(../images/add1_h.png) no-repeat center center;
}
.course .bt2 {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 42px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bt2.prev {
	left: 0px;
	background: #e6e6e6 url(../images/btPrev.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.prev:hover {
	background: #244a9a url(../images/btPrev_h.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.next {
	right: 0px;
	background: #e6e6e6 url(../images/btNext.png) no-repeat center center;
	background-size: auto 15px;
}
.bt2.next:hover {
	background: #244a9a url(../images/btNext_h.png) no-repeat center center;
	background-size: auto 15px;
}
.bdCont {
	width: 86%;
	margin: 0px auto;
	padding-top: 16px;
	position: relative;
	padding-bottom: 10px;
}
.bdEm {
	width: 30px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/courseTrangle.png) no-repeat center center;
	display: none;
}
/*
* 大事记 kis2
*/
.courseBox {
	position: relative;
}
.courseBox .wrap {
	position: relative;
	z-index: 6;
}
.courseBox .bt2.prev {
	background: #b5b5b5 url(../images/btPrev_h.png) no-repeat center center;z-index: 3;
}
.courseBox .bt2.prev:hover {
	background: #113e94  url(../images/btPrev_h.png) no-repeat center center;
}
.courseBox .bt2.next {
	background: #b5b5b5 url(../images/btNext_h.png) no-repeat center center;z-index: 3
}
.courseBox .bt2.next:hover {
	background: #113e94  url(../images/btNext_h.png) no-repeat center center;
}
.courseBox .course_ul li p em, .courseBox .course_ul li p i {
	background: #f6f6f6;
}
.courseBox .course_ul li p span {
	background: #b5b5b5;
}
.courseBox .course_ul li.on p span {
	background: #244a9a;
}
.courseBox .course_ul li span {
	color:#555;
}
.courseBox .course_ul li.on span {
	color:#244a9a;
}
.courseBox .courseLine {
	top: 202px;
	background: #d5d5d5;
}


 /*内容*/
.time-detail {
  width: 100%;
  margin-top: 0.3rem;
}
.time-detail .module {
  width: 24.1%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  float: left;
}
.time-detail .module:hover {
  background-color: #f5f5f5;
}
.time-detail .module:hover .img-box .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.time-detail .module .img-box {
  padding-bottom: 0.3rem;  
}
.time-detail .module .img-box .img {
  height: 100%;
  overflow: hidden;
}
.time-detail .module .img-box .img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.time-detail .module {
  height: 530px;
  padding: 0.3rem 0.2rem 0 0.25rem;
}
.time-detail .module .time {
  color: #222;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 1440px) {
  .time-detail .module .time {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .time-detail .module .time {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .time-detail .module .time {
    font-size: 22px;
  }
}
.time-detail .module .title {
  color: #222;
  font-size: 16px;
  margin: 0.16rem 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px;
}
.time-detail .module .ctxt {
  border-bottom: 1px solid #d1d1d1;
  min-height: 200px;
  padding: 10px;
}
@media only screen and (max-width: 1440px) {
  .time-detail .module .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .time-detail .module .title {
    font-size: 16px;
  }
}
.time-detail .module .describe {
  color: #898989;
  font-size: 14px;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .time-detail .module .describe {
    font-size: 12px;
  }
}