body {
  width: 100%;
  background-color: #fff;
}
#container {
  min-width: 1200px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*鐧诲綍澶撮儴*/
.header {
  position: relative;
  /*瀵艰埅*/
}
.header .wrapLogin {
  width: 100%;
  height: 52px;
  background-image: linear-gradient(-180deg, #2577dc 0%, #1042b7 100%);
}
.header .wrapLogin .login {
  height: 52px;
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  padding-top: 18px;


}
.header .wrapLogin .login .listLeft li {
  position: relative;
  float: left;
  margin: 0 12px;
  
}
.header .wrapLogin .login .listLeft li#showtime{
  width:216px!important;
  white-space:nowrap;
}
.header .wrapLogin .login .listLeft li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 6px;
  width: 1px;
  height: 7px;
  background-color: #fff;
}
.header .wrapLogin .login .listLeft li:last-of-type:after {
  display: none;
}
.header .wrapLogin .login .listLeft li span {
  margin-right: 12px;
}
.header .wrapLogin .login .listLeft li span:nth-child(3) {
  margin-right: 0px;
}
.header .wrapLogin .login .listRight li {
  position: relative;
  float: left;
  margin: 0 12px;
  cursor: pointer;
}
.header .wrapLogin .login .listRight li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 6px;
  width: 1px;
  height: 7px;
  background-color: #fff;
}
.header .wrapLogin .login .listRight li:last-of-type:after {
  display: none;
}
.header .bannerLogo {
  height: 280px;
  margin: 0 auto;
}
.header .bannerLogo img {
  width: 100%;
  height: 100%;
}
.header .nav {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 54px;
  overflow: hidden;
}
.header .nav ul {
  position: relative;
  width: 1200px;
  height: 54px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}
.header .nav ul:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: #1d63ce;
}
.header .nav ul {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.header .nav ul li {
  width: 133px;
  height: 54px;
  display: block;
  float: left;
  text-align: center;
  line-height: 54px;
}
.header .nav ul li.last {
  width: 136px;
}
.header .nav ul li a {
  display: block;
  color: #626262;
  font-size: 16px;
}
.header .nav ul li a:hover,
.header .nav ul li a.select {
  background-image: linear-gradient(180deg, #2577dc 0%, #1042b7 100%);
  color: #ffffff;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  /* margin-bottom: 24px; */
}
.main .news {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.main .news .wrapBanner {
  width: 594px;
  height: 372px;
  float: left;
  position: relative;
  margin-top: 12px;
}
.main .news .banner {
  position: relative;
  width: 594px;
  height: 372px;
}
.main .news .banner img {
  width: 100%;
  height: 100%;
}
.main .news .banner .d1 {
  width: 594px;
  height: 372px;
  display: block;
  position: absolute;
  left: 0px;
  cursor: pointer;
}
.main .news .banner .d1 .des {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  opacity: 0.5;
  background: #000000;
}
.main .news .text {
  position: absolute;
  left: 24px;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  z-index: 100;
}
.main .news .banner .ss {
  width: 90px;
  height: 30px;
  margin-left: 40px;
}
.main .news .banner .d2 {
  height: 30px;
  clear: both;
  position: absolute;
  z-index: 100;
  right: 24px;
  bottom: 0px;
  width: 120px;
}
.main .news .banner .d2 .ss ul {
  width: 120px;
}
.main .news .banner .d2 li {
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #fff;
}
.main .news .banner .d2 li.nuw {
  background: #fff;
}
.main .news .newsListUl .newsListLeft {
  float: left;
  width: 289px;
  height: 372px;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  margin: 12px;
}
.main .news .newsListUl .newsListRight {
  margin-left: 0;
  margin-right: 2px;
}
.main .news .newsListUl .listHead {
  width: 290px;
  height: 50px;
  line-height: 50px;
  background: url("../images/common_bg1.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 14px;
}
.main .news .newsListUl .listHead .listTitle {
  width: 110px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  /* padding-left: 12px; */
  padding-left: 24px;
}
.main .news .newsListUl .listHead .listMore {
  margin-top: 18px;
  padding-right: 12px;
}
.main .news .newsListUl .listHead .listMore a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #154fc0;
  text-align: right;
  cursor: pointer;
}
.main .news .newsListUl .newsItem li {
  position: relative;
  width: 260px;
  font-size: 14px;
  color: #000000;
  padding: 6px 0;
  padding-left: 26px;
  cursor: pointer;
}
.main .news .newsListUl .newsItem li a {
  display: block;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .newsListUl .newsItem li a:hover {
  color: #144dbf;
  font-weight: bold;
}
.main .news .newsListUl .newsItem li a:hover:after {
  background-color: #144dbf;
}
.main .news .newsListUl .newsItem li a:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 6px;
  height: 6px;
  background-color: #abcfff;
  border-radius: 3px;
}
.main .electiveCourse {
  margin: 24px 0;
}
.main .electiveCourse li {
  float: left;
  height: 176px;
  text-align: center;
  margin-right: 12px;
  background-size: 100% 100%;
}
.main .electiveCourse li a {
  display: block;
}
.main .electiveCourse li:last-of-type {
  margin-right: 0;
}
.main .electiveCourse li b {
  font-weight: normal;
}
.main .electiveCourse li:first-of-type {
  width: 290px;
  background: url("../images/journal_bg.png") no-repeat;
}
.main .electiveCourse li:first-of-type img {
  display: inline-block;
  width: 76px;
  height: 76px;
  margin-top: 30px;
  margin-bottom: 6px;
}
.main .electiveCourse li:first-of-type span {
  display: block;
  font-size: 20px;
  color: #ffffff;
}
.main .electiveCourse li:nth-child(2) div {
  width: 290px;
  height: 82px;
  line-height: 82px;
  text-align: center;
}
.main .electiveCourse li:nth-child(2) div img {
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 41px;
  margin-right: 56px;
}
.main .electiveCourse li:nth-child(2) div b {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #ffffff;
}
.main .electiveCourse li:nth-child(2) div.journals {
  background: url("../images/magazine_bg.png") no-repeat;
  background-size: 100% 100%;
}
.main .electiveCourse li:nth-child(2) div.books {
  background: url("../images/book_bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 12px;
}
.main .electiveCourse li:nth-child(2) div.books img {
  width: 32px;
  height: 39px;
  margin-right: 68px;
}
.main .electiveCourse li:nth-child(3),
.main .electiveCourse li:nth-child(4),
.main .electiveCourse li:nth-child(5) {
  width: 190px;
}
.main .electiveCourse li:nth-child(3) img,
.main .electiveCourse li:nth-child(4) img,
.main .electiveCourse li:nth-child(5) img {
  display: inline-block;
  width: 39px;
  height: 46px;
  margin-top: 41px;
  margin-bottom: 21px;
}
.main .electiveCourse li:nth-child(3) span,
.main .electiveCourse li:nth-child(4) span,
.main .electiveCourse li:nth-child(5) span {
  display: block;
  font-size: 20px;
  color: #ffffff;
}
.main .electiveCourse li:nth-child(3) {
  background: url("../images/teacher.png") no-repeat;
}
.main .electiveCourse li:nth-child(4) {
  background: url("../images/library_bg.png") no-repeat;
}
.main .electiveCourse li:nth-child(5) {
  background: url("../images/study_bg.png") no-repeat;
}
.main .electiveCourse li:nth-child(5) p {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 40px;
  margin-top: 32px;
}
.main .electiveCourse li:nth-child(5) .joinBtn {
  width: 122px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #ffae38 0%, #ff9f00 100%);
  margin-left: 34px;
  cursor: pointer;
}
.main .videoBox .videoLeft {
  width: 594px;
  margin-top: 12px;
}
.main .videoBox .titleTop {
  width: 594px;
  height: 50px;
  line-height: 50px;
  background: url("../images/common_bg2.png") no-repeat;
  background-size: 100% 100%;
}
.main .videoBox .titleTop .listTitle {
  width: 110px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 22px;
/*   padding-left: 12px; */
}
.main .videoBox .titleTop .listMore {
  padding-top: 18px;
  padding-right: 12px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.main .videoBox .titleTop .listMore a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #154fc0;
  text-align: right;
  cursor: pointer;
}
.main .videoBox .videoPlay {
  height: 320px;
}
.main .videoBox .video-js {
  width: inherit;
  height: inherit;
}
.main .videoBox .video-js .vjs-big-play-button {
  width: 60px;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  border-radius: 50%;
  border-width: 5px;
  background: none;
}
.main .videoBox .vjs-icon-placeholder:before {
  top: -3px;
  font-size: 36px;
}
.main .videoBox .video-js .vjs-control-bar {
  height: 4em;
}
.main .videoBox .video-js .vjs-time-control {
  line-height: 4em;
}
.main .videoBox .videoRight {
  width: 590px;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  margin: 12px;
  margin-right: 0;
}
.main .videoBox .videoRight .titleTop {
  width: 590px;
}
.main .videoBox .videoRight .apply {
  box-sizing: border-box;
  padding: 12px;
  height: 320px;
}
.main .videoBox .videoRight .apply li {
  float: left;
  width: 89px;
  text-align: center;
  margin: 20px 30px 20px 0;
}
.main .videoBox .videoRight .apply li:nth-child(5n) {
  margin-right: 0;
}
.main .videoBox .videoRight .apply li a {
  display: block;
}
.main .videoBox .videoRight .apply li a img {
  width: 70px;
  height: 70px;
}
.main .videoBox .videoRight .apply li a span {
  display: block;
  font-size: 14px;
  color: #7f7f7f;
  margin-top: 14px;
}
.main .sessions {
  margin: 24px 0;
}
.main .sessions li {
  float: left;
  margin-right: 12px;
}
.main .sessions li:last-of-type {
  margin-right: 0;
}
.main .sessions li a {
  display: block;
}
.main .sessions li img {
  width: 290px;
  height: 104px;
}
.main .subjectLeft .subjectLeftTop .subjectItem {
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  margin: 12px 0;
}
.main .subjectLeft .subjectLeftTop .listHead {
  width: 284px;
  height: 50px;
  line-height: 50px;
  background: url("../images/common_bg1.png") no-repeat;
  background-size: 100% 100%;
}
.main .subjectLeft .subjectLeftTop .listHead .listTitle {
  width: 110px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 18px;
/*   padding-left: 12px; */
}
.main .subjectLeft .subjectLeftTop .listHead .listMore {
  margin-top: 18px;
  padding-right: 12px;
}
.main .subjectLeft .subjectLeftTop .listHead .listMore a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #154fc0;
  text-align: right;
  cursor: pointer;
}
.main .subjectLeft .subjectLeftTop .subjectItem1 {
  margin-right: 12px;
  margin-left: 4px;
}
.main .subjectLeft .subjectLeftTop .subjectItem1 .subjectList {
  padding: 0 12px;
  box-sizing: border-box;
}
.main .subjectLeft .subjectLeftTop .subjectItem1 .subjectList li {
  margin: 12px 0;
}
.main .subjectLeft .subjectLeftTop .subjectItem1 .subjectList a {
  display: block;
  width: 260px;
  height: 92px;
}
.main .subjectLeft .subjectLeftTop .subjectItem1 .subjectList img {
  width: 260px;
  height: 92px;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 {
  margin: 12;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .listHead {
  width: 594px;
  background: url("../images/common_bg3.png") no-repeat;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .tab_source li {
  width: 70px;
  height: 107px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  opacity: 0.89;
  background: #4a90e2;
  margin-bottom: 1px;
  cursor: pointer;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .tab_source li:last-of-type {
  margin-bottom: 0;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .tab_source li span {
  display: inline-block;
  width: 24px;
  margin-top: 20px;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .tab_source li.active {
  color: #1857c6;
  opacity: 1;
  background: #fff;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results {
	width: 490px;
  margin: 10px 0 10px 32px;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .material {
  border-bottom: 1px solid #efefef;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .material li {
  float: left;
  width: 72px;
  text-align: center;
  margin-right: 22px;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .material li:last-of-type {
  margin-right: 0;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .material li a {
  display: block;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .material li img {
  width: 54px;
  height: 64px;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .material li span {
  display: block;
  font-size: 12px;
  color: #626262;
  margin: 8px 0 14px 0;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .advices {
  margin-top: 8px;
  overflow: hidden;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .advices .newsItem {
  width: 50%;
  overflow: hidden;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .advices .newsItem li {
  position: relative;
/*   width: 440px; */
  width: 90%;
  font-size: 14px;
  color: #000000;
  padding: 4px 0;
  padding-left: 26px;
  cursor: pointer;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .advices .newsItem li a {
  display: block;
  /*   width: 440px; */
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .advices .newsItem li a:hover {
  color: #144dbf;
  font-weight: bold;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .advices .newsItem li a:hover:after {
  background-color: #144dbf;
}
.main .subjectLeft .subjectLeftTop .subjectItem2 .subjectTab .results .advices .newsItem li a:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 6px;
  height: 6px;
  background-color: #abcfff;
  border-radius: 3px;
}
.main .subjectLeft .subjectLeftBot {
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  margin: 13px 4px;
}
.main .subjectLeft .subjectLeftBot .listHead {
  width: 890px;
  height: 50px;
  line-height: 50px;
  background: url("../images/common_bg3.png") no-repeat;
  background-size: 100% 100%;
}
.main .subjectLeft .subjectLeftBot .listHead .listTitle {
  width: 110px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 20px;
 /*  padding-left: 12px; */
}
.main .subjectLeft .subjectLeftBot .listHead .listMore {
  margin-top: 18px;
  padding-right: 12px;
}
.main .subjectLeft .subjectLeftBot .listHead .listMore a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #154fc0;
  text-align: right;
  cursor: pointer;
}
.main .subjectLeft .subjectLeftBot .activityItem {
  padding: 24px 12px 52px 12px;
  box-sizing: border-box;
}
.main .subjectLeft .subjectLeftBot .activityItem li {
  position: relative;
  float: left;
  margin-right: 12px;
}
.main .subjectLeft .subjectLeftBot .activityItem li:last-of-type {
  margin-right: 0;
}
.main .subjectLeft .subjectLeftBot .activityItem li a {
  display: block;
  width: 280px;
  height: 217px;
}
.main .subjectLeft .subjectLeftBot .activityItem li img {
  width: 280px;
  height: 217px;
}
.main .subjectLeft .subjectLeftBot .activityItem li .detail {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  opacity: 0.7;
  background: #000000;
}
.main .subjectLeft .subjectLeftBot .activityItem li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.main .subjectRight {
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  margin-left: 8px;
  margin-right: 4px;
}
.main .subjectRight .listHead {
  width: 290px;
  height: 50px;
  line-height: 50px;
  background: url("../images/common_bg1.png") no-repeat;
  background-size: 100% 100%;
}
.main .subjectRight .listHead .listTitle {
  width: 110px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 24px;
  /* padding-left: 12px; */
}
.main .subjectRight .listHead .listMore {
  margin-top: 18px;
  padding-right: 12px;
}
.main .subjectRight .listHead .listMore a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #154fc0;
  text-align: right;
  cursor: pointer;
}
.main .subjectRight .bookItems {
  padding: 22px 18px;
  box-sizing: border-box;
  height: 692px;
}
/*xiu*/
.main .subjectRight .items {
  margin-bottom: 12px;
}
.main .subjectRight .items:last-of-type {
  margin-bottom: 0;
}
.main .subjectRight .items a {
  display: block;
}
.main .subjectRight .items .bookBg {
  width: 90px;
  height: 119px;
  margin-right: 16px;
}
.main .subjectRight .items .bookInfo h3 {
  font-size: 14px;
  color: #626262;
  font-weight: bold;
}
.main .subjectRight .items .bookInfo li {
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 8px;
}
.main .informationize {
  width: 1192px;
  height: 104px;
  margin-top: 12px;
  margin-bottom: 36px;
  margin-left: 4px;
}
.main .informationize img {
  width: 100%;
  height: 100%;
}
.main .friendlyLink {
  height: 212px;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  margin: 4px;
}
.main .friendlyLink .tab {
  border-bottom: 2px solid #5d9ce5;
}
.main .friendlyLink .tab li {
  float: left;
  width: 102px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #626262;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.main .friendlyLink .tab li.active,
.main .friendlyLink .tab li:hover {
  background: #5d9ce5;
  color: #ffffff;
}
.main .friendlyLink .linkResult {
  padding-top: 24px;
  padding-left: 29px;
  box-sizing: border-box;
}
.main .friendlyLink .linkResult .resultItem {
  display: none;
}
.main .friendlyLink .linkResult .resultItem:first-of-type {
  display: block;
}
.main .friendlyLink .linkResult .resultItem li {
  float: left;
  margin-bottom: 24px;
  margin-right: 96px;
}
.main .friendlyLink .linkResult .resultItem li:hover .linkImg {
  background: url('../images/link_hover.png') no-repeat;
}
.main .friendlyLink .linkResult .resultItem li a {
  display: block;
}
.main .friendlyLink .linkResult .resultItem li .linkImg {
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url('../images/link.png') no-repeat;
  background-size: 100% 100%;
}
.main .friendlyLink .linkResult .resultItem li span {
  display: inline-block;
  /* width: 150px; */
  font-size: 16px;
  color: #8c8c8c;
  margin-left: 4px;
}
.footer {
  height: 110px;
  background: #2b333d;
  font-size: 14px;
  color: #cfd4d9;
  text-align: center;
  padding-top: 18px;
  font-weight: 300;
}
.footer div {
  margin-bottom: 16px;
}
.footer div span {
  margin-right: 20px;
}
/**浜岀淮鐮�*/
.matrixCode {
  position: fixed;
  right: 200px;
  bottom: 140px;
  font-size: 12px;
  color: #454545;
}
.matrixCode .code {
  text-align: center;
  margin-bottom: 20px;
}
.matrixCode .code img {
  width: 90px;
  height: 90px;
}
/*carousel*/

#carousel {  width: 1120px;  position:relative;  margin-left: 43px; margin-top: 10px; }

#carousel ul {  list-style: none;  display: block;  margin: 0;  padding: 0;  }

#carousel li {  text-align: center;  display: block;  width: 260px;  height: 150px;  padding: 0;

    float: left;  position: relative;  margin-right: 10px;  margin-top: 6px;margin-left: 10px;}

#carousel li.liRight{margin-right: 0;}

#carousel li a{display: block;}

#carousel li img {  width: 260px;  height: 110px;  margin-top: 14px;  border-radius: 8px;  }

.clearfix {  float: none; /*  clear: both;   */}

#carousel .prev, #carousel .next {  display: block;  overflow: hidden;  width: 25px;  height: 40px;  margin-left: 10px;  position: absolute;  top: 58px;  }

#carousel .prev {  background: url("../images/pre.png") no-repeat center;  left: -49px;  }

#carousel .prev:hover {  background: url("../images/pre_1.png") no-repeat center;  left: -49px;  }

#carousel .next {  background: url("../images/next.png") no-repeat center;  right: -39px;  }

#carousel .next:hover {  background: url("../images/next_1.png") no-repeat center;  right: -39px;  }

.bayWindow {
  position: relative;
  width: 240px;
  height: 180px;
  z-index: 100;
  padding: 15px 0 0 15px;
  box-sizing: border-box;
}
.bayWindow img {
  display: block;
  width: 100%;
  height: 100%;
}
.bayWindow .windonCancel {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
  font-size: 26px;
  color: #8c8c8c;
}
/* 澶撮儴鎼滅储 */
.header .bannerLogo {
  position: relative;
  width: 100%;
  height: 280px;
  margin: 0 auto;
  background: url(../images/title_bg.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.header .bannerLogo img {
  width: 100%;
  height: 100%;
}
.header .bannerLogo .searchBox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.header .bannerLogo .search {
  float: right;
  width: 200px;
  height: 30px;
  overflow: hidden;
  background: url(../images/searchbg.png) no-repeat left center;
  background-size: 100% 100%;
  margin-top: 40px;
}
.header .bannerLogo .search input {
  width: 148px;
  height: 20px;
  margin-left: 10px;
  border: none;
  color: #000;
  display: block;
  float: left;
  margin-top: 6px;
  font-size: 13px;
}
.header .bannerLogo .search input::placeholder {
  color: #aaa;
}
.header .bannerLogo .search img {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 6px;
}
#showtime {
    width: 216px !important;
}
.s-footer {
  width: 100%;
  height: 112px;
  background: #EAEBEB;
  overflow: hidden;
}
.s-footer p {
  line-height: 24px;
  text-align: center;
  color: #787878;
}
.s-footer p:first-child {
  margin-top: 20px;
}
.s-footer p span {
  padding-right: 10px;
}
.s-footer p em {
  color: #454545;
}
body {
  width: 100%;
  background-color: #fff;
}
#container {
  min-width: 1200px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*é§è¯²ç¶æ¾¶æ’®å„´*/
.header {
  position: relative;
  /*ç€µè‰°åŸ…*/
}
.header .wrapLogin {
  width: 100%;
  height: 52px;
  background-image: linear-gradient(-180deg, #2577dc 0%, #1042b7 100%);
}
.header .wrapLogin .login {
  height: 52px;
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  padding-top: 18px;


}
.header .wrapLogin .login .listLeft li {
  position: relative;
  float: left;
  margin: 0 12px;
  
}
.header .wrapLogin .login .listLeft li#showtime{
  width:216px!important;
  white-space:nowrap;
}
.header .wrapLogin .login .listLeft li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 6px;
  width: 1px;
  height: 7px;
  background-color: #fff;
}
.header .wrapLogin .login .listLeft li:last-of-type:after {
  display: none;
}
.header .wrapLogin .login .listLeft li span {
  margin-right: 12px;
}
.header .wrapLogin .login .listLeft li span:nth-child(3) {
  margin-right: 0px;
}
.header .wrapLogin .login .listRight li {
  position: relative;
  float: left;
  margin: 0 12px;
  cursor: pointer;
}
.header .wrapLogin .login .listRight li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 6px;
  width: 1px;
  height: 7px;
  background-color: #fff;
}
.header .wrapLogin .login .listRight li:last-of-type:after {
  display: none;
}
.header .bannerLogo {
  height: 280px;
  margin: 0 auto;
}
.header .bannerLogo img {
  width: 100%;
  height: 100%;
}
.header .nav {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 54px;
  overflow: hidden;
}
.header .nav ul {
  position: relative;
  width: 1200px;
  height: 54px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}
.header .nav ul:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: #1d63ce;
}
.header .nav ul {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.header .nav ul li {
  width: 200px;
  height: 54px;
  display: block;
  float: left;
  text-align: center;
  line-height: 54px;
}
.header .nav ul li.last {
  width: 136px;
}
.header .nav ul li a {
  display: block;
  color: #626262;
  font-size: 16px;
}
.header .nav ul li a:hover,
.header .nav ul li a.select {
  background-image: linear-gradient(180deg, #2577dc 0%, #1042b7 100%);
  color: #ffffff;
  font-weight: bold;

}
.header .bannerLogo {
  position: relative;
  width: 100%;
  height: 280px;
  margin: 0 auto;
  background: url(../images/title_bg.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.header .bannerLogo img {
  width: 100%;
  height: 100%;
}
.header .bannerLogo .searchBox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.header .bannerLogo .search {
  float: right;
  width: 200px;
  height: 30px;
  overflow: hidden;
  background: url(../images/searchBg.png) no-repeat left center;
  background-size: 100% 100%;
  margin-top: 40px;
}
.header .bannerLogo .search input {
  width: 148px;
  height: 20px;
  margin-left: 10px;
  border: none;
  color: #000;
  display: block;
  float: left;
  margin-top: 6px;
  font-size: 13px;
}
.header .bannerLogo .search input::placeholder {
  color: #aaa;
}
.header .bannerLogo .search img {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 6px;
}
#showtime {
    width: 216px !important;
}
.s-footer {
  width: 100%;
  height: 112px;
  background: #EAEBEB;
  overflow: hidden;
}
.s-footer p {
  line-height: 24px;
  text-align: center;
  color: #787878;
}
.s-footer p:first-child {
  margin-top: 20px;
}
.s-footer p span {
  padding-right: 10px;
}
.s-footer p em {
  color: #454545;
}
.listLeft li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.indexTitle {
  height: 40px;
  position: relative;
  border-bottom: 3px solid #d7d7d7;
  margin-bottom: 15px;
}

.indexTitle p,
.linkTitle p {
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  line-height: 41px;
  font-size: 20px;
  color: #333333;
}

.indexTitle p.title {
  font-size: 20px;
  width: auto;
  float: left;
  border-bottom: 3px solid #0068ac;
  color: #0068ac;
  font-weight: bold;
  text-align: center;
  height: 40px;
}

.indexTitle .more,
.linkTitle .more {
  color: #999999;
  float: right;
  line-height: 40px;
  font-size: 12px;
}
.slideNav{
  overflow: hidden;
    float: left;
    width: 240px !important;
    margin-right: 60px;
    height: auto !important;
}
.slideNav ul{
  overflow: hidden;
}
.slideNav ul li{
  display: block;
  width: 240px;
  height: 48px;
  background: #F8F8F8;
border-radius: 2px 2px 2px 2px;
border: 1px solid #DDDDDD;
box-sizing: border-box;
font-size: 16px;
text-align: center;
line-height: 48px;
margin-bottom: 10px;
cursor: pointer;
}
.slideNav ul li.active{
background: #1D63CE;
color: #ffffff;
border: 1px solid #1D63CE;

}
.slideCon{
  float: left;
  width: 898px;
}
.slideCon ul{
  overflow: hidden;
}
.slideCon ul.bookList> li{
  display: block;
  float: left;
    margin-bottom: 30px;
}
.slideCon ul.bookList>li .book-cover{
  display: block;
  float: left;
  width: 430px;
}
.slideCon ul.bookList> li .book-cover{
  display: block;
  float: left;
  width: 156px;
  height: 204px;
  margin: 16px 24px 16px 16px;
   box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
   padding: 0;
     margin: 16px;
}
.slideCon ul.bookList >li .book-cover img{
  display: block;

  width: 156px;
  height: 204px;
}
.slideCon ul.bookList> li .book-mes{
  width: 240px;
  float: left;
  overflow: hidden;
}
.slideCon ul.bookList >li .book-mes h3{
  line-height:20px;
  font-size: 16px;
  margin-top: 16px;
  cursor: pointer;
}
.slideCon ul.bookList >li .book-mes h3:hover a{
    color: #0e69aa;
}
.slideCon ul.bookList> li .book-mes h6{
  margin-top: 16px;
  margin-bottom: 8px;
}
.slideCon ul.bookList> li .book-mes .bookNews{
  overflow: hidden;
}
.slideCon ul.bookList> li:nth-child(2n){
  margin-left: 42px;
}
.bookNews li{
    color: #999999;
    margin-bottom: 8px;
    padding-left: 8px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;

}

.bookNews li:hover{
  color: #0e69aa;
}
