@charset "UTF-8";
/*CSS Document*/

/*index-banner*/
.index_banner {
  position: relative;
  z-index: 3;
  /*overflow: hidden; */
  /*float: left;*/
  width: 100%;
  height: 740px;
}

.index_banner .hd {
  position: absolute;
  left: 48%;
  bottom: 45px;
  z-index: 1;
  overflow: hidden;
  height: 15px;
}

.index_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.index_banner .hd ul li {
  float: left;
  margin-right: 15px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
  /* IE */
}

.index_banner .hd ul li.on {
  width: 15px;
  color: #fff;
  /*background-color: #b0333b; */
  border-radius: 8px;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE */
}

.index_banner .bd {
  position: relative;
  z-index: 0;
  height: 100%;
}

.index_banner .bd li {
  zoom: 1;
  vertical-align: middle;
}

.index_banner .bd li a {
  display: block;
}

.index_banner .bd li a div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: #0074b9;
	opacity: .7;
	filter: alpha(opacity=70); */
  /* IE */
}

.index_banner .bd img {
  display: block;
  width: 100%;
  height: 740px;
  object-fit: cover;
}

/*index-banner end*/

/*index-head*/
.index-head {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  margin-left: -525px;
  width: 1050px;
  height: 112px;
}

.index-head nav {
  float: left;
}

.index-head nav a {
  padding: 0 20px;
  line-height: 112px;
  font-size: 18px;
  color: #fff;
}

.index-head section {
  float: right;
  padding-left: 30px;
  line-height: 112px;
  color: #fff;
  background: url(../image/icon_head_user_photo.png) left center no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}

.index-head section a {
  color: #fff;
}

/*index-head end*/

img.index-logo {
  position: absolute;
  left: 50%;
  top: 270px;
  z-index: 10;
  margin-left: -250px;
  display: block;
  width: 500px;
}

/*index-search-box*/
.index-search-box {
  position: absolute;
  left: 50%;
  top: 400px;
  z-index: 10;
  margin-left: -277px;
  display: block;
  width: 554px;
  height: 46px;
}

.index-search-box input {
  height: 46px;
  line-height: 46px;
  /*color: #fff;*/
  /*background: url(../image/white_opacity40.png) repeat;*/
  border: none;
  border-radius: 46px;
}

.index-search-box .icon-search {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../image/icon/search.png) center center no-repeat;
}

.index-search-box .icon-reset {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: #C3C3C3;
  border-radius: 50%;
  line-height: 24px;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}

.index-search-box input[type="text"] {
  padding-left: 56px;
  padding-right: 20px;
  width: 477px;
  font-size: 14px;
}

.index-search-box input[type="submit"] {
  margin-left: -2px;
  font-size: 16px;
}

/*index-search-box end*/

.index-news-section,
.index-books-section,
.index-sec-team,
.index-sec-resources {
  margin-top: 35px;
  min-height: 520px;
}

/*index-news-section*/
.index-sec-head {
  margin-bottom: 25px;
  height: 39px;
  border-bottom: 2px solid #0074B9;
  padding-bottom: 10px;
}

.index-sec-head h1 {
  float: left;
  padding-left: 43px;
  line-height: 36px;
  font-size: 26px;
  color: #0074b9;
  background: url(../image/icon_index_news.png) left top no-repeat;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px;
  border-bottom: 4px solid #0074B9;
  padding-bottom: 11px;
}

.index-sec-head h1 a {
  color: #0074b9;
}

.index-sec-head span {
  /*margin-left: 25px;
	line-height: 36px;
	font-family: arial;
	font-size: 24px;
	color: #999;*/

  /*by xiaoer 2016.11.7*/
  margin-left: 10px;
  font-size: 20px;
  font-family: "微软雅黑";
  color: #888;
  line-height: 40px;
}

.index-sec-head .tab-nav-ul {
  float: right;
  height: 34px;
  border: 1px solid #edeef2;
  border-radius: 3px;
}

.index-sec-head .tab-nav-ul li {
  float: left;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  border-right: 1px solid #edeef2;
}

.index-sec-head .tab-nav-ul li:last-child {
  border-right: none;
}

.index-sec-head .tab-nav-ul li.active {
  background-color: #f59e2b;
}

.index-sec-head .tab-nav-ul li a {
  color: #999;
}

.index-sec-head .tab-nav-ul li.active a {
  color: #fff;
}

.tab-nav-ol>li {
  display: none;
}

/*index-news-tab*/
.index-news-tab {
  overflow: hidden;
}

.index-news-tab .news-img {
  float: left;
  display: block;
  width: 417px;
}

.index-news-tab .news-img .img {
  width: 417px;
  height: 234px;
}

.index-news-tab .news-img .img img {
  width: 100%;
  height: 100%;
}

.index-news-tab .news-img p {
  overflow: hidden;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #000;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news-tab ul {
  padding-left: 30px;
  box-sizing: border-box;
  width: 550px;
}

.index-news-tab ul li {
  height: 90px;
  /*font-size: 14px;*/
  width: 100%;
  list-style-type: none;
  float: left;
  margin-bottom: 20px;
}

.index-news-tab ul li .disc {
  float: left;
  display: block;
  width: 100%;
  font-size: 40px;
  text-align: center;
  margin-top: 5px;
}

.index-news-tab ul li a {
  overflow: hidden;
  float: left;
  text-align: left;
  width: 418px;
  color: #000000;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}

.index-news-tab ul li.active a {
  color: #000000;
}

.index-news-tab ul li p {
  width: 100%;
  text-align: center;
  margin-top: 3px;
}

.index-news-tab ul li.active a {
  white-space: normal;
}

.index-news-tab ul>a {
  display: block;
  margin: 0 auto;
  width: 20px;
  line-height: 44px;
  color: #999;
  text-align: center;
}

.index-news-tab ul .ie-a-more {}

/*index-news-section end*/

/*index-book-banner*/
.index-books-section .index-sec-head h1 {
  background-image: url(../image/icon_index_books.png);
}

#focus_Box {
  position: relative;
  margin: 40px auto;
  width: 504px;
  height: 309px;
}

#focus_Box ul {
  position: relative;
  width: 504px;
  height: 309px;
}

#focus_Box li {
  position: absolute;
  top: 146px;
  left: 377px;
  z-index: 0;
  width: 0px;
  height: 0px;
  background-color: #787878;
  border-radius: 4px;
  box-shadow: 1px 1px 12px rgba(200, 200, 200, 1);
  cursor: pointer;
}

#focus_Box li div {
  display: none;
}

#focus_Box li a {
  width: 100%;
  height: 100%;
}

#focus_Box li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), to(rgba(250, 250, 250, 0.3)));
}

#focus_Box .prev,
#focus_Box .next {
  position: absolute;
  top: 141px;
  z-index: 100;
  overflow: hidden;
  display: block;
  width: 14px;
  height: 27px;
  background: url(../image/icon_index_book_bth.png) no-repeat;
  cursor: pointer;
}

#focus_Box .prev {
  left: -140px;
  background-position: 0 center;
}

#focus_Box .next {
  right: -140px;
  background-position: 100% center;
}

#focus_Box2 {
  position: relative;
  margin: 10px auto 30px;
  width: 504px;
  height: 235px;
}

#focus_Box2 ul {
  position: relative;
  width: 504px;
  height: 235px;
}

#focus_Box2 li {
  position: absolute;
  top: 146px;
  left: 377px;
  z-index: 0;
  width: 0px;
  height: 0px;
  background-color: #787878;
  border-radius: 4px;
  box-shadow: 1px 1px 12px rgba(200, 200, 200, 1);
  cursor: pointer;
}

#focus_Box2 li div {
  display: none;
}

#focus_Box2 li a {
  width: 100%;
  height: 100%;
}

#focus_Box2 li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.5)));
}

.zoom3 .book-smmary {
  margin: 0 auto;
}

.zoom3 .book-smmary .p1 {
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  color: #000
}

.index-book-tab .book-smmary {
  margin: 0 auto;
  width: 920px;
  float: left;
  /*3*/
}

.index-book-tab .book-smmary .p1 {
  line-height: 44px;
  font-size: 20px;
  color: #0074b9;
}

.index-book-tab .book-smmary .p2 {
  line-height: 30px;
  font-size: 14px;
  color: #0074b9;
}

.index-book-tab .book-smmary .p3 {
  /*overflow: hidden;*/
  margin-top: 10px;
  line-height: 30px;
  height: 60px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 2;*/
}

/*index-book-banner end*/

/*index-sec-team*/
.index-sec-team .index-sec-head h1 {
  background-image: url(../image/icon_index_resource_download.png);
}

.index-team-tab {
  overflow: hidden;
}

.index-team-tab .members-resume {
  float: left;
  padding: 60px 0 0 40px;
  width: 495px;
  background: url(../image/bg_icon_folding.png) left top no-repeat;
  -webkit-background-size: 39px 47px;
  background-size: 39px 47px;
}

.index-team-tab .members-resume .img {
  float: left;
  width: 145px;
  height: 145px;
}

.index-team-tab .members-resume .img img {
  width: 100%;
  height: 100%;
}

.index-team-tab .members-resume .summary {
  float: left;
  margin-left: 30px;
  padding: 15px 0;
  width: 320px;
  height: 115px;
}

.index-team-tab .members-resume .summary .p1 {
  line-height: 35px;
  font-size: 15px;
  color: #000;
}

.index-team-tab .members-resume .summary .p2 {
  /*	overflow: hidden;*/
  height: 72px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
}

.index-team-tab .members-works {
  float: right;
  width: 535px;
}

.index-team-tab .members-works .heading {
  height: 36px;
}

.index-team-tab .members-works .heading .p1 {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #737373;
  text-align: center;
  background-color: #e7e7e7;
}

.index-team-tab .members-works .heading .p2 {
  float: right;
  margin: 17px 0;
  width: 496px;
  border-top: 1px dashed #ddd;
}

.index-team-tab .members-works ul {
  overflow: hidden;
  margin-top: 30px;
}

.index-team-tab .members-works ul li {
  float: left;
  width: 178px;
}

.index-team-tab .members-works ul li a {
  display: block;
  padding: 0 20px;
  width: 138px;
}

.index-team-tab .members-works ul li div {
  width: 98px;
  height: 128px;
}

.index-team-tab .members-works ul li div img {
  width: 100%;
  height: 100%;
}

.index-team-tab .members-works ul li p {
  overflow: hidden;
  line-height: 45px;
  font-size: 12px;
  color: #999;
  text-align: center;
}

/*index-dig*/
.index-team-tab ul {
  overflow: hidden;
  margin-top: 30px;
}

.index-team-tab ul li {
  float: left;
  width: 20%;
  text-align: center;
}

.index-team-tab ul li a {
  display: block;
  padding: 0 20px;
}

.index-team-tab ul li img {
  width: 100%;
  max-height: 200px;
  margin: 0;
}

.index-team-tab ul li p {
  width: 100%;
  overflow: hidden;
  line-height: 45px;
  /*font-size: 14px;*/
  color: #222222;
  text-align: center;
}
.index-team-tab ul li p.author{
  color:#B5B5B6;
}

/*index-sec-team end*/

/*index-sec-resources*/
.index-sec-resources:before{
  /* 下面4行代码确保背景图覆盖主层 */
  background: url("/static/image/icon/zdts_bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  /* 插入空内容，必须要的样式 */
  content: '';
  /* 绝对定位，确保背景图起点在主层的0,0位置 */
  position: absolute;
  left: 0;
  top: 0;
  /*避免遮盖其他元素*/
  z-index: -1;
  /* 滤镜效果 */
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}
.index-sec-resources {
  overflow: hidden;
}

.index-sec-resources h1 {
  float: left;
  display: inline-block;
  padding-left: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #0074b9;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}

.index-sec-resources h1 a {
  color: #0074b9;
}

/*.index-sec-resources span {*/
/*  margin-left: 10px;*/
/*  line-height: 36px;*/
/*  font-family: arial;*/
/*  font-size: 20px;*/
/*  color: #999;*/
/*}*/

/*resources-download*/
.index-sec-resources .resources-download {
  float: left;
  width: 550px;
  margin-right: 15px;
  height: 200px;
}

.index-sec-resources .resources-download2 {
  float: left;
  width: 550px;
}

/*resources-download*/
.index-sec-resources .resources-download-right {
  float: right;
  width: 535px;
  margin-top:-70px;
  padding-bottom: 30px;
  min-height:520px;
}

.index-sec-resources .resources-download2 h1 {
  background: url(../image/icon_index_key_book.png) left top no-repeat;
  border-bottom: 4px solid #0074B9;
}

.index-sec-resources .resources-download ul {
  overflow: hidden;
  /*background: #fff; // by xiaoer 2017.01.13*/
  padding: 30px 15px;
  position: relative;
}

.index-sec-resources .resources-download ul span.space {
  width: 26px;
  height: 26px;
  margin: -13px 0px 0px -13px;
  top: 50%;
  left: 50%;
  position: absolute;
  background: #fff;
}

.index-sec-resources .resources-download ul li {
  float: left;
  /*padding: 15px;*/
  /*width: 150px;*/
  width: 149px;
  /*3*/
  height: 150px;
}

.index-sec-resources .resources-download ul li a {
  display: block;
  width: 150px;
  height: 120px;
  text-align: center;
}

.index-sec-resources .resources-download ul li.li1 {
  width: 149px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.index-sec-resources .resources-download ul li.li1:nth-child(2n) {
  border-right: none;
}

.index-sec-resources .resources-download ul li.li1:nth-child(n+3) {
  border-bottom: 0px;
}

/*.index-sec-resources .resources-download ul li.li2 {border-bottom: 1px solid #f1f1f1;}
.index-sec-resources .resources-download ul li.li3 {
	width: 149px;
	border-right: 1px solid #f1f1f1;
}*/
.index-sec-resources .resources-download ul li a img {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.index-sec-resources .resources-download ul li a p {
  line-height: 30px;
  font-size: 13px;
  color: #0074b9;
}

.index-sec-resources .resources-download ul li a:hover p {
  color: #666;
}

/*book-review*/
.index-sec-resources .book-review {
  float: left;
  margin-left: 10px;
  width: 360px;
}

.index-sec-resources .book-review h1 {
  background-image: url(../image/icon_index_book_review.png);
}

.index-sec-resources .book-review ul {
  padding: 20px;
  width: 320px;
  height: 320px;
  /*	box-shadow: 3px 3px 7px rgba(0,0,0,.06);*/
  /*background: #fff; //by xiaoer 2017.01.13*/
}

.index-sec-resources .book-review li {
  padding: 20px 0;
  height: 118px;
}

.index-sec-resources .book-review li.li1 {
  border-bottom: 1px solid #f1f1f1;
}

.index-sec-resources .book-review li .img {
  float: left;
  width: 90px;
  height: 118px;
}

.index-sec-resources .book-review li .img img {
  width: 100%;
  height: 100%;
}

.index-sec-resources .book-review li .summary {
  float: right;
  width: 200px;
}

.index-sec-resources .book-review li .summary .p1 {
  overflow: hidden;
  margin-bottom: 5px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #323a45;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-sec-resources .book-review li .summary a {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #0074b9;
  text-decoration: underline;
}

.index-sec-resources .book-review li .summary .p2 {
  overflow: hidden;
  height: 66px;
  line-height: 22px;
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
}

/*key-book*/
.index-sec-resources .key-book {
  float: right;
  width: 360px;
}

.index-sec-resources .key-book h1 {
  background-image: url(../image/icon_index_key_book.png);
}

.index-sec-resources .book {
  float: right;
  padding: 20px 0;
  width: 360px;
  height: 320px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .06);
}

.index-sec-resources .book div {
  margin: auto;
  width: 280px;
  height: 270px;
}


.index-sec-resources .book p {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #000;
  text-align: center;
}

/*index-sec-resources end*/

/*index-friend-link*/
.index-friend-link {
  overflow: hidden;
  padding: 40px 0;
}

.index-friend-link h1 {
  float: left;
  width: 70px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #0271a5;
  text-align: center;
}

.index-friend-link .friends {
  /*position: relative;
	float: right;*/
  margin-left: 90px;
  padding: 10px 0;
  /*width: 800px;*/
  height: 40px;
}

.index-friend-link .friends .btn-prev,
.index-friend-link .friends .btn-next {
  position: absolute;
  top: 22px;
  z-index: 5;
  width: 8px;
  height: 15px;
  background: url(../image/icon_index_book_bth.png) no-repeat;
}

.index-friend-link .friends .btn-prev {
  left: 0;
  background-position: 0 center;
}

.index-friend-link .friends .btn-next {
  right: 0;
  background-position: 100% center;
}

.index-friend-link .move-list {
  position: relative;
  overflow: hidden;
  /*width: 719px;*/
  height: 40px;
}

.index-friend-link .move-list ol {
  position: absolute;
  width: 1010px;
}

.index-friend-link .move-list ol li {
  float: left;
  width: 16.6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  /*width: 199px;*/
  height: 40px;
  border-right: 1px solid #ddd;
  overflow: hidden;
}

.index-friend-link .move-list ol li:nth-child(6) {
  border-right: none;
}

.index-friend-link .move-list ol li a {
  display: block;
  width: 100%;
  height: 40px;
}

.index-friend-link .move-list img {
  width: 100%;
  height: 100%;
}

/*login*/
html,
body {
  height: 100%;
  position: relative;
  background: rgba(202, 233, 251, .1);
}

.login {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.login input::placeholder{
  color: #7C868D;
}
.login_frame {
  border-radius: 11px;
  width: 492px;
  height: 485px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  z-index: 12;
  text-align: center;
  display: none;
}

.login_frame>img {
  position: absolute;
  top: 14px;
  right: 18px;
}

.login_top {
  /* height: 122px; */
  /* background: #0271a5; */
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  /* margin-bottom: 36px; */
}

/* .login_top img{
	display: inline-block;
	margin-bottom:15px;
} */

.login_top li {
  width: 246px;
  /* height: 53px; */
  /* float: left; */
  font-size: 18px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.login_top li img {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  display: none;
}

.login_bottom {
  width: 298px;
  height: 285px;
}

.login_frame input {
  border-radius: 8px;
  width: 330px;
  height: 54px;
  border: none;
  border: 1px #cccccc solid;
  margin-bottom: 26px;
  padding-left: 36px;
}

.login_frame input[type=tel] {
  /* background: url(../image/tel.png) no-repeat 8px 10px; */
}

.login_frame input[type=password] {
  /*background: url(../image/password.png) no-repeat 8px 10px;*/
}

.login_frame input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin-top: 4px;
  padding-left: 0;
  border: none;
}

.checked {
  float: left;
}

.checked span {
  vertical-align: top;
}

.login_bottom a {
  float: right;
  color: #91999F;
}

.show_switch form div {
  position: relative;
}

.show_switch form div .phone {
  width: 15px;
  height: 24px;
  position: absolute;
  top: 17px;
  left: 22px;
}

.show_switch form div .psw {
  width: 17px;
  height: 23px;
  position: absolute;
  top: 17px;
  left: 22px;
}

.login_frame input[type=submit],
.login_frame input[type=button] {
  width: 298px;
  height: 47px;
  background: #f59e2b;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  border: none;
  padding-left: 0px;
}

/*register*/
.register form div {
  position: relative;
}

.register form div img {
  /* width: 78px; */
  height: 47px;
  position: absolute;
  top: 0;
  right: -24px;
}

.register form div .phone {
  width: 15px;
  height: 24px;
  position: absolute;
  top: 17px;
  left: 22px;
}

.register form div .psw {
  width: 17px;
  height: 23px;
  position: absolute;
  top: 17px;
  left: 22px;
}

#check,
#check2 {
  width: 108px;
  height: 54px;
  position: absolute;
  top: 8px;
  right: -3px;
  color: #fff;
  background: #0271a6;
  line-height: 41px;
  cursor: pointer;
}
#check2{
  right: -60px;
}

.register input[type=submit] {
  margin-top: 27px;
}

.login_bottom {
  display: none;
}

/*forget password*/
.forget_password {
  width: 492px;
  height: 485px;
}

.forget_password .login_top {
  height: 31px;
}

.forget_password .login_top h2 {
  color: #fefefe;
  font-size: 20px;
}

.forget_password input[type=submit] {
  margin-top: 0px;
}

/*index-friend-link end*/

/* 2016.11.07 by xiaoer 修改西南交大pc原型时添加 */
.wrapper {
  width: 1020px;
  margin: 0 auto;
}

.pr {
  position: relative;
}

.notice .title,
.notice .opera span {
  background: url(../image/icon_notice.png) no-repeat
}

.notice {
  height: 50px;
  background: #fafafa;
  width: 100%;
  line-height: 50px;
  overflow: hidden;
}

.notice .title {
  color: #0074b9;
  font-size: 16px;
  padding-left: 35px;
  background-position: 0px 13px;
  float: left;
}

.notice ul {
  display: inline-block;
  width: 80%;
  position: absolute;
}

.notice a {
  display: block;
  /*line-height: 50px;*/
  color: #f59e2b;
  font-size: 16px;
}

.notice .opera {
  position: absolute;
  right: 0px;
  top: 12px;
  height: 25px;
}

.notice .opera span {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin-left: 12px;
}

.notice .opera .up {
  background-position: 0px -100px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.notice .opera .down {
  background-position: 0px -100px;
}

/* qq在线咨询样式*/
.zixun {
  position: fixed;
  top: 50%;
  left: -114px;
  width: 150px;
  height: 139px;
  background: rgba(255, 255, 255, 1) url(../image/qq_online.png) no-repeat top right;
  z-index: 999;

}

.online_qq {
  display: block;
  width: 80px;
  height: 54px;
  text-align: center;
  margin: 0px;
  transform: translate3d(17px, 43px, 0);
}

.online_qq .qq_bg {
  display: block;
  width: 20px;
  height: 24px;
  /*background: url(../image/QQ.png) no-repeat center center;*/
  /*background-size: 20px 24px;*/
  margin-bottom: 10px;
  transform: translate3d(30px, 0, 0);
  -webkit-animation: jump .5s linear 0s infinite alternate;
  animation: jump .5s linear 0s infinite alternate;
}

.online_qq a {
  background: #2CD892;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: hue-rotate 10s linear infinite;
  -moz-animation: hue-rotate 10s linear infinite;
  animation: hue-rotate 10s linear infinite;
}

@-webkit-keyframes jump {
  0% {
    transform: translate3d(30px, -10px, 0);
  }

  100% {
    transform: translate3d(30px, 0, 0);
  }
}

@keyframes jump {
  0% {
    transform: translate3d(30px, -10px, 0);
  }

  100% {
    transform: translate3d(30px, 0, 0);
  }
}

@-webkit-keyframes hue-rotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg)
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg)
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

/**
2018-10-29 修改首页样式
modify by lqb
*/
.index-news-section {
  overflow: hidden;
}

.index-news-image {
  float: left;
  width: 540px;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.index-news-image img,
.index-news-image .pic,
.index-news-image .pic li,
.index-news-image .pic li a,
.index-news-image .pic li a .img {
  max-width: 100%;
  max-height: 100%;
}

.index-news-image .pic li a .img {
  height: 380px;
}

.index-news-image .pic li a .img img {
  height: 380px;
  margin: 0 auto;
  object-fit: cover;
}

.index-news-image .pic li a>p {
  line-height: 20px;
  margin-top: 22px;
  color: #000000;
  /*font-size: 15px;*/
}

.index-news-image .pic li {
  height: 430px;
}

.index-news-articles {
  width: 550px;
  float: right;
  text-align: right;
}

.index-news-image .hd {
  position: absolute;
  right: -10px;
  /*left: 0;*/
  bottom: 1px;
  z-index: 1;
  overflow: hidden;
  height: 15px;
  text-align: center;
}

.index-news-image .hd ul {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
}

.index-news-image .hd ul li {
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #0074B9;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.36;
}

.index-news-image .hd ul li.on {
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  background-color: #0074B9;
  opacity: 1;
}

.index-poster-section {
  height: 230px;
}

.index-poster-section .bd ul li a {
  width: 100%;
}

.index-poster-section .bd ul li img {
  width: 100%;
  height: 230px;
  display: block;
}

.index-poster-section {
  position: relative;
  overflow: hidden;
}

.index-poster-section .hd {
  position: absolute;
  right: 0;
  bottom: 0;
}

.index-poster-section .hd ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A3A2A4;
  cursor: pointer;
  margin: 30px 10px 0px 0px;
  text-indent: -99999px;
}

.index-poster-section .hd ul li.on {
  width: 15px;
  background-color: #fff;
  border-radius: 8px;
}

.index-news-tab ul li .subTitle {
  display: none;
}

.index-news-tab ul li.active {
  /*height: 70px;*/
  /*line-height: 25px;*/
  overflow: hidden;
  box-sizing: border-box;
  /*padding-top: 10px;*/
}

.index-news-tab ul li.active .subTitle {
  display: inline-block;
}

.index-news-tab ul li.actives {
  padding-top: 0;
}

.index-news-tab ul li.actives .disc {
  margin-top: 32px;
}

.index-news-tab ul li.actives a {
  line-height: 70px;
}

.index-news-tab ul li.actives p {
  line-height: 70px;
}

.index-news-articles .more {
  margin: 10px 0;
  position: relative;
}

.news_date {
  width: 88px;
  height: 88px;
  border: 1px solid #DAD6D5;
  float: left;
  color: #6C6C6C;
  text-align: center;
}

.news_active {
  width: 88px;
  height: 88px;
  background: #FDF4F5;
  border: 1px solid #DAD6D5;
  float: left;
}

.news_title {
  margin-top: 5px;
  line-height: 29px;
}

.news_title .news_content {
  font-size: 12px;
  text-align: left;
  float: left;
  width: 420px;
  margin-left: 10px;
  line-height: 24px;
  color: #999999;
}

.jsz {
  height: 300px;
  line-height: 300px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
}

/*重点图书*/
#focus_Box_two {
  position: relative;
  float: left;
  width: 534px;
  height: 300px;
  transform: translateZ(0);
}
#focus_Box_two ul {
  position: relative;
  width: 450px;
  height: 300px;
  margin-left: 65px;
  margin-top: 30px;
}
#focus_Box_two li {
  position: absolute;
  top: 146px;
  left: 407px;
  z-index: 0;
  width: 0px;
  height: 0px;
  background-color: #787878;
  border-radius: 4px;
  box-shadow: 1px 1px 12px rgba(200, 200, 200, 1);
  cursor: pointer;
}
#focus_Box_two li section {display: none;}
#focus_Box_two li a {
  width: 100%;
  height: 100%;
}
#focus_Box_two li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), to(rgba(250, 250, 250, 0.3)));
}
#focus_Box_two .prev,#focus_Box_two .next {
  position: absolute;
  top: 120px;
  z-index: 100;
  overflow: hidden;
  display: block;
  width: 14px;
  height: 27px;
  background:url(../image/icon_index_book_bth.png) no-repeat;
  cursor: pointer;
}
#focus_Box_two .prev {
  left: 0px;
  background-position: 0 center;
}
#focus_Box_two .next {
  right: -12px;
  background-position: 100% center;
}
.intro{
  margin-top:52px;
  color: #666666;
}
.intro_title{
  padding-left: 20px;
  font-size: 16px;
  float: left;
  width: 16%;
}
.intro_info{
  font-size: 16px;
  border-bottom: 2px dotted #666666;
  float: left;
  width: 78%;
  margin-top: 10px;
  line-height: 20px;
}
.resources-download-right span.div1_column {
  line-height: 40px;
  font-size: 20px;
  color: #666666;
  width: 100%;
  float: left;
}

@media screen and (max-width:1024px) {
  .common-head>article {
    width: 100%;
  }

  .common-head .login-register {
    right: 5px;
  }

  .news_title .news_content {
    width: 63%;
  }

  .w1100 {
    width: 100%;
  }

  .index-sec-head {
    width: 100%;
  }

  .index-news-image {
    width: 48%;
    margin-left: 1%;
  }

  .index-news-articles {
    width: 48%;
  }

  .index-sec-resources .resources-download2 {
    width: 96%;
  }

  .index-sec-resources .resources-download {
    width: 96%;
    height: 300px;
  }

  .wrapper {
    width: 100%;
  }
  #focus_Box .prev {
    left: -100px;
    background-position: 0 center;
  }

  #focus_Box .next {
    right: -100px;
    background-position: 100% center;
  }
  .index-sec-resources .resources-download-right{
    width: 96%;
    float: left;
  }
  #focus_Box_two{
    width: 100%;
  }
  #focus_Box_two ul{
      width: 50%;
      margin-left: 25%;
  }
}