﻿html, body, #body {
  height: 100%;
}
#header {
  position: fixed;
  width: 100%;
  height: 80px;
  color: #333;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  z-index: 999;
}
#header a {
  color: #333;
}
.logo {
  top: 23px;
}
.head-nav {
  left: 350px;
  top: 0;
}
.user-nav {
  top: 0;
}
.user-nav .app-reg .app-hover, .user-nav .user-more .user-hover {
  top: 55px;
}
#searcher {
  position: absolute;
  left: 50%;
  top: 37%;
  width: 1200px;
  margin-left: -600px;
  background: transparent;
  z-index: 10;
  height: 50px;
}
#searcher .search-label {
  display: none;
}
.search {
  width: 813px;
  top: 0;
  left: 50%;
  margin-left: -400px;
}
.search .search-sel {
  width: 198px;
  height: 50px;
}
.search .layui-input, .search .layui-btn {
  height: 50px;
}
.search .search-input {
  width: 467px;
}
.search .search-btn {
  position: absolute;
  right: 0;
  width: 150px;
}
.search .search-btn button {
  border-radius: 0 5px 5px 0;
}
.search .search-tool {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 50px;
  margin-left: 407px;
}
.search .search-tool li {
  width: 100%;
}
.search .search-tool a {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  text-align: center;
}
.search .search-tool li a {
  color: #333;
}
.part {
  min-width: 1200px;
}
.part:before, .part:after {
  display: table;
  content: "";
  clear: both;
}
.part.hzdw {
  margin-top: 60px;
  padding-bottom: 50px;
  background: #f7f7f7;
}
.part .title {
  padding: 40px 0;
  color: #514f50;
  text-align: center;
}
.part .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
.part .title p {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
.index-show {
  min-width: 1200px;
  height: 100%;
  min-height: 700px;
  position: relative;
  color: #666;
  background: #edf0f7;
  background: #DEE6F5;
  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#edf0f7, endColorStr=#DEE6F5); /*IE 6 7 8*/ background: -ms-linear-gradient(top, #edf0f7, #DEE6F5); /* IE 10 */ background: -moz-linear-gradient(top, #edf0f7, #DEE6F5); /*????*/ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#edf0f7), to(#DEE6F5)); /* Safari 4-5, Chrome 1-9*/ background: -webkit-linear-gradient(top, #edf0f7, #DEE6F5); /*Safari5.1 Chrome 10+*/ background: -o-linear-gradient(top, #edf0f7, #DEE6F5); /*Opera 11.10+*/ linear-gradient(to bottom, hsl(0, 80%, 70%), #dee5f5);
  z-index: 20;
}
.index-show > .l-width {
  height: 100%;
  min-height: 700px;
  z-index: 5;
}
.show-top {
  height: 60px;
  line-height: 60px;
}
.show-top .top-nav {
  position: absolute;
  left: 0;
  top: 0;
}
.show-top .top-nav li {
  position: relative;
  float: left;
  margin-right: 10px;
}
.show-top .top-nav li a, .show-top .user-nav li a {
  display: inline-block;
  height: 60px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 60px;
}
.show-top .top-nav li i {
  margin-right: 3px;
}
.show-top .top-nav li.new a:after {
  position: absolute;
  top: 16px;
  right: -13px;
  width: 23px;
  height: 9px;
  background: url(../images/icon-new.png) no-repeat;
  content: "";
}
.show-top .top-nav li.hot a:after {
  position: absolute;
  top: 16px;
  right: -13px;
  width: 23px;
  height: 9px;
  background: url(../images/icon-hot.png) no-repeat;
  content: "";
}
.show-top .top-nav li.updated a:after {
  position: absolute;
  top: 16px;
  right: -17px;
  width: 27px;
  height: 9px;
  background: url(../images/icon-updated.png) no-repeat;
  content: "";
}
.show-top .top-nav li a sup {
  position: absolute;
  top: 1.3em;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #dd0000;  
  white-space: nowrap;
  transform: scale(calc(3 / 4));
}

.show-top .top-nav-journal {
  display: none;
}
.show-top .nav-more {
  position: relative;
  z-index: 1;
}
.show-top .nav-more:hover .nav-hover {
  display: block;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: layui-upbit;
  animation-name: layui-upbit;
}
.show-top .nav-more .nav-hover {
  display: none;
  position: absolute;
  right: 10px;
  top: 55px;
  padding: 15px 5px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.show-top .nav-more .nav-hover:before {
  position: absolute;
  top: -10px;
  right: 5px;
  border-bottom: 10px solid #d8d8d8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}
.show-top .nav-more .nav-hover:after {
  position: absolute;
  top: -8px;
  right: 5px;
  border-bottom: 8px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}
.show-top .nav-more .nav-hover li {
  width: 60px;
  margin: 0 10px 5px;
  text-align: center;
}
.show-top .nav-more .nav-hover li a {
  height: auto;
  padding: 0;
  line-height: 30px;
}
.show-top .nav-more .nav-hover li i {
  width: 42px;
  height: 42px;
  margin: 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  border-radius: 5px;
}
.show-top .nav-more .nav-hover li i:before {
  display: none;
}
.show-top .nav-more .icon-kjcx {
  background-image: url("../images/pic-kjcx.png");
  background-size:30px 30px;
}
.show-top .nav-more .icon-tg {
  background-image: url("../images/pic-tg.png");
}
.show-top .nav-more .icon-zc {
  background-image: url("../images/pic-zc.png");
}
.show-top .nav-more .icon-xg {
  background-image: url("../images/pic-xg.png");
}
.show-top .nav-more .icon-zz {
    background-image: url("../images/zzlogo.png");
    background-size: 30px 21px;
}
.show-top .nav-more .icon-zhenzhi {
    background-image: url("../images/zhenzhi.png");
    background-size: 30px 21px;
}
.show-top .user-nav {
  right: 0;
  top: 0;
}
/*.index-show .top-bgs {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	width: 100%!important;
	height: 27.5%;
}
.index-show .top-bgs span {
	position: absolute;
	left: 50%;
	right: 0;
	width: 3327px;
	height: 148px;
	margin-left: -1663.5px;
	background: url(../images/wave1-1.png) repeat-x 0 top;

}
.index-show .top-bgs .s-bg1 {
	bottom: -7%;
	opacity: .6;
	z-index: 5;
	animation: w-move 200s linear  infinite;
	animation-delay:-12s;
}
.index-show .top-bgs .s-bg2 {
	bottom: -6%;
	opacity: .3;
	z-index: 4;
	animation: w-move 180s linear  infinite;
	animation-delay:-80s;
}
.index-show .top-bgs .s-bg3 {
	bottom: -5%;
	opacity: .1;
	z-index: 3;
	animation: w-move 160s linear  infinite;
	animation-delay:-21s;
}
.index-show .top-bgs .s-bg4 {
	bottom: -3%;
	opacity: .1;
	z-index: 2;
	animation: w-move 140s linear  infinite;
	animation-delay:-41s;
}
.index-show .top-bgs .s-bg5 {
	bottom: -2%;
	opacity: .1;
	z-index: 1;
	animation: w-move 120s linear  infinite;
	animation-delay:-11s;
}*/
.index-show .top-bgs {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  transform: translateX(-9.3%) !important;
}
.index-show .top-bgs span {
  position: absolute;
}
.index-show .top-bgs .s-top {
  width: 1200px;
  height: 242px;
  top: 0;
  left: 50%;
  margin-left: -600px;
  opacity: 1;
  background: url(../images/club-top.png) repeat-x 0 top;
  z-index: 1;
}
.index-show .top-bgs .s-left1 {
  left: 1%;
  top: 50%;
  width: 780px;
  height: 960px;
  margin-top: -480px;
  opacity: 1;
  background: url(../images/club-left.png) repeat-x 0 top;
  z-index: 4;
  animation: s-left .3s linear;
}
.index-show .top-bgs .s-left2 {
  left: -1%;
  top: 50%;
  width: 780px;
  height: 960px;
  margin-top: -480px;
  opacity: .4;
  background: url(../images/club-left.png) repeat-x 0 top;
  z-index: 5;
  animation-delay: .2s;
  animation: s-left .3s linear;
}
.index-show .top-bgs .s-right1 {
  right: -1%;
  top: 50%;
  width: 780px;
  height: 960px;
  margin-top: -540px;
  opacity: 1;
  background: url(../images/club-right.png) repeat-x 0 top;
  z-index: 4;
  animation: s-right .3s linear;
}
.index-show .top-bgs .s-right2 {
  right: -3%;
  top: 50%;
  width: 780px;
  height: 960px;
  margin-top: -540px;
  opacity: .4;
  background: url(../images/club-right.png) repeat-x 0 top;
  z-index: 5;
  animation-delay: .2s;
  animation: s-right .3s linear;
}
.index-show .top-bgs .s-bottom {
  width: 1200px;
  height: 342px;
  bottom: -5%;
  left: 50%;
  margin-left: -600px;
  opacity: 1;
  background: url(../images/club-bottom.png) repeat-x 0 top;
  z-index: 1;
}
.show-logo {
  position: absolute;
  top: 17%;
  left: 50%;
  width: 537px;
  margin-left: -268.5px;
}
.show-text {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 537px;
  margin-left: -268.5px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.show-text strong {
  font-size: 22px;
  color: #0033a0;
  font-weight: bold;
}
.show-words {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 640px;
  margin-left: -320px;
  overflow: hidden;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  z-index: 2;
  width: 535px;
  margin-left: -262px;
  text-align: left;
}
.show-words a {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 10em;
  color: #0033A0;
  vertical-align: bottom;
}
.show-words a:not(:last-child) {
  margin-right: 10px;
}
.academic-info {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 535px;
  margin-left: -262px;
  overflow: hidden;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  z-index: 2;
  text-align: left;
}
.academic-info .label {
  position: absolute;
  left: 0;
}
.academic-info ul {
  float: left;
  position: relative;
  width: 400px;
  height: 24px;
  margin-left: 66px;
}
.academic-info ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}
.academic-info .more {
  float: right;
}
.show-guid {
  position: absolute;
  left: 50%;
  bottom: 24%;
  width: 716px;
  margin-left: -358px;
  text-align: center;
}
.show-guid li {
  display: inline-block;
  width: 140px;
  padding: 0 45px;
  color: #acabad;
  text-align: center;
}
.show-guid li i {
  font-size: 40px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.show-guid li a {
  display: inline-block;
}
.show-guid li a:hover, .show-guid li a:hover i {
  color: #093aa3;
  text-decoration: none;
}
.show-guid li a:hover i {
  transform: scale(1.2, 1.2);
}
.show-animate {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.move-show {
  min-width: 1200px;
  height: 100%;
  min-height: 700px;
  position: relative;
  color: #666;
  background: #fff;
}
.move-show > .l-width {
  height: 100%;
  min-height: 700px;
  z-index: 10;
}
.move-show .title {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  margin-top: -325px;
  padding: 0;
  margin-left: -330px;
  text-align: center;
  z-index: 10;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.move-show .title h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 60px;
}
.move-show .title p {
  font-size: 18px;
  font-weight: lighter;
  line-height: 40px;
}
.show-computer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 829px;
  height: 481px;
  margin-top: -165px;
  margin-left: -410px;
  background: url(../images/index-pic-computer.png) no-repeat;
  z-index: 9;
}
.show-computer .layui-carousel {
  position: absolute;
  left: 96px;
  top: 21px;
  width: 628px;
  height: 407px;
}
.move-show:hover .layui-carousel-arrow {
  left: -280px;
  opacity: 1;
}
.layui-carousel-arrow {
  left: -300px;
}
.layui-carousel-arrow[lay-type=add] {
  left: auto !important;
  right: -300px;
}
.move-show:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  right: -280px;
  opacity: 1;
}
.show-computer .layui-carousel-ind {
  top: 25%;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.show-computer .layui-carousel-ind ul {
  background-color: transparent;
}
.show-computer .layui-carousel-ind li {
  width: 13px;
  height: 13px;
  margin: 0 12px;
  background: transparent;
  border: 1px solid #666767;
}
.show-computer .layui-carousel-ind li.layui-this {
  background: #0033a0;
  border-color: #0033a0;
}
.show-mobile {
  position: absolute;
  top: 53%;
  left: 50%;
  width: 174px;
  height: 312px;
  margin-top: 0;
  margin-left: -440px;
  background: url(../images/index-pic-mobile.png) no-repeat;
  z-index: 10;
}
.show-mobile .pic {
  position: absolute;
  left: 25px;
  top: 41px;
  width: 125px;
  height: 218px;
  background: url(../images/show-mobile-pic.gif) no-repeat;
}
.move-show .show-pic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.move-show .show-pic .p1 {
  position: absolute;
  width: 500px;
  height: 160px;
  background: url(../images/show-pic1.jpg) no-repeat;
  z-index: 1;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.move-show .show-pic .p2 {
  position: absolute;
  width: 1129px;
  height: 270px;
  border: 3px solid #f1f2f3;
  z-index: 2;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.move-show .show-pic .p3 {
  position: absolute;
  width: 406px;
  height: 308px;
  background: #faf3eb;
  z-index: 3;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.move-show .show-pic .p4 {
  position: absolute;
  width: 565px;
  height: 270px;
  background: url(../images/show-pic2.jpg) no-repeat;
  z-index: 6;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.move-show .show-pic .p5 {
  position: absolute;
  width: 214px;
  height: 209px;
  border: 3px solid rgba(198, 203, 210, .55);
  z-index: 5;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.move-show .show-pic .p6 {
  position: absolute;
  width: 171px;
  height: 360px;
  background: url(../images/show-pic3.jpg) no-repeat;
  z-index: 4;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.move-show .sp1 .t1, .move-show .sp2 .t2, .move-show .sp3 .t3, .move-show .sp4 .t4, .move-show .sp5 .t5, .move-show .sp6 .t6 {
  display: block;
  opacity: 1;
}
.move-show .sp1 .p1 {
  top: 41.5%;
  left: 0;
}
.move-show .sp1 .p2 {
  top: 38.5%;
  left: 30px;
}
.move-show .sp1 .p3 {
  top: 30%;
  right: 0;
}
.move-show .sp1 .p4 {
  top: 38%;
  right: 40px;
}
.move-show .sp1 .p5 {
  top: 60%;
  right: 13px;
}
.move-show .sp1 .p6 {
  top: 46%;
  right: 76px;
}
.move-show .sp2 .p1 {
  top: 41.5%;
  left: 0;
}
.move-show .sp2 .p2 {
  top: 38.5%;
  left: 30px;
}
.move-show .sp2 .p3 {
  top: 30%;
  right: 0;
}
.move-show .sp2 .p4 {
  top: 38%;
  right: 40px;
}
.move-show .sp2 .p5 {
  top: 60%;
  right: 13px;
}
.move-show .sp2 .p6 {
  top: 46%;
  right: 76px;
}
.move-show .sp3 .p1 {
  top: 41.5%;
  left: 0;
}
.move-show .sp3 .p2 {
  top: 38.5%;
  left: 30px;
}
.move-show .sp3 .p3 {
  top: 30%;
  right: 0;
}
.move-show .sp3 .p4 {
  top: 38%;
  right: 40px;
}
.move-show .sp3 .p5 {
  top: 60%;
  right: 13px;
}
.move-show .sp3 .p6 {
  top: 46%;
  right: 76px;
}
.move-show .sp4 .p1 {
  top: 41.5%;
  left: 0;
}
.move-show .sp4 .p2 {
  top: 38.5%;
  left: 30px;
}
.move-show .sp4 .p3 {
  top: 30%;
  right: 0;
}
.move-show .sp4 .p4 {
  top: 38%;
  right: 40px;
}
.move-show .sp4 .p5 {
  top: 60%;
  right: 13px;
}
.move-show .sp4 .p6 {
  top: 46%;
  right: 76px;
}
.move-show .sp5 .p1 {
  top: 41.5%;
  left: 0;
}
.move-show .sp5 .p2 {
  top: 38.5%;
  left: 30px;
}
.move-show .sp5 .p3 {
  top: 30%;
  right: 0;
}
.move-show .sp5 .p4 {
  top: 38%;
  right: 40px;
}
.move-show .sp5 .p5 {
  top: 60%;
  right: 13px;
}
.move-show .sp5 .p6 {
  top: 46%;
  right: 76px;
}
.move-show .sp6 .p1 {
  top: 41.5%;
  left: 0;
}
.move-show .sp6 .p2 {
  top: 38.5%;
  left: 30px;
}
.move-show .sp6 .p3 {
  top: 30%;
  right: 0;
}
.move-show .sp6 .p4 {
  top: 38%;
  right: 40px;
}
.move-show .sp6 .p5 {
  top: 60%;
  right: 13px;
}
.move-show .sp6 .p6 {
  top: 46%;
  right: 76px;
}
.move-show .show-bgs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.move-show .show-bgs .s-bg1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32%;
  background: url(../images/wave2-1.png) top;
  z-index: 3;
}
.move-show .show-bgs .s-bg2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36%;
  background: url(../images/wave2-1.png) 100% top;
  z-index: 2;
}
.move-show .show-bgs .s-bg3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: url(../images/wave2-1.png) -100% top;
  z-index: 1;
}
.article-list dl {
  margin-bottom: 24px;
  padding: 10px 20px 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: all .3s;
  -webkit-transition: all .3s;
}
.article-list dl:hover {
  border: 1px solid #cccccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.article-list dt a:hover {
  text-decoration: none;
}
.article-list dl:hover dt a {
  color: #0033a0;
}
.article-list dl:hover dd .subject, .article-list dl:hover dd .author, .article-list dl:hover dd .from, .article-list dl:hover dd .vol {
  color: #fff;
  background: #898a8a;
}
.article-list dl:hover dd .subject a, .article-list dl:hover dd .author a, .article-list dl:hover dd .from a, .article-list dl:hover dd .vol a {
  color: #fff;
}
.article-list dt {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 40px;
}
.article-list dd {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 25px;
  color: #666;
}
.article-list dd a:hover {
  text-decoration: none;
}
.article-list dd .subject, .article-list dd .author, .article-list dd .from, .article-list dd .vol {
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  padding: 0 6px;
  line-height: 18px;
  border: 1px solid #999;
  border-radius: 3px;
}
.article-list dd .from {
  border-right: 0;
  margin-right: 0;
  border-radius: 3px 0 0 3px;
}
.article-list dd .vol {
  border-left: 0;
  margin-left: -3px;
  border-radius: 0 3px 3px 0;
}
.journal-list:before, .journal-list:after {
  display: table;
  content: "";
  clear: both;
}
.journal-list .journal {
  overflow: hidden;
  position: relative;
  float: left;
  width: 249px;
  height: 519px;
}
.journal-list .journal a {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.journal-list .journal:hover .cover:before {
  opacity: 1;
  transform: scale(1, 1);
}
.journal-list .journal img {
  width: 249px;
  height: 347px;
}
.journal-list .journal .cover {
  position: relative;
  overflow: hidden;
  display: block;
}
.journal-list .journal .cover:before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform: scale(1.5, 1.5);
}
.journal-list .journal .op {
  display: block;
  width: 50px;
  height: 20px;
  margin-bottom: 15px;
  margin-left: 10px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #d8d8d8;
}
.journal-list .journal .intro {
  position: relative;
  display: block;
  height: 172px;
  padding: 15px 20px;
}
.journal-list .journal .intro:before {
  position: absolute;
  top: 0px;
  left: 80px;
  border-bottom: 13px solid #d8d8d8;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  content: "";
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.journal-list .journal:hover {
  text-decoration: none;
}
.journal-list .journal:hover .intro:before {
  top: -13px;
  opacity: 1;
}
.journal-list .journal .intro .name {
  display: block;
  margin-bottom: 15px;
  color: #514f50;
  font-size: 18px;
  font-weight: bold;
}
.journal-list .journal .intro .info {
  display: block;
  overflow: hidden;
  height: 115px;
  margin: 0 -20px -20px;
  padding: 14px 20px;
  line-height: 20px;
  color: #9a9898;
  border-top: 1px solid #e4e3e3;
}
.journal-list .j1 {
  width: 393px;
}
.journal-list .j1 .cover:before {
  bottom: 150px;
}
.journal-list .j1 img {
  width: 393px;
  height: 519px;
}
.journal-list .j1 .op {
  color: #9a9898;
  background: #fff;
}
.journal-list .j1 .intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -132px;
  height: 132px;
  padding: 15px;
  background: #d8d8d8;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.journal-list .j1:hover .intro {
  bottom: 0;
}
.journal-list .j1 .intro .name {
  margin-bottom: 15px;
  color: #514f50;
  font-size: 18px;
  font-weight: bold;
}
.journal-list .j1 .intro .info {
  height: 75px;
  margin: 0 -15px -15px;
  padding: 15px;
  color: #6F6F6F;
  border-top: 1px solid #e4e3e3;
}
.journal-list .j1 .intro .info > span {
  margin-right: 20px;
}
.journal-list .j2 .intro:before {
  border-bottom-color: #fff;
}
.journal-list .j3 {
  padding-top: 172px;
}
.journal-list .j3 .intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.journal-list .j3 .intro:before {
  top: auto;
  bottom: -5px;
  border-bottom: 0;
  border-top: 13px solid #fff;
}
.journal-list .j3:hover .intro:before {
  top: auto;
  bottom: -13px;
}
.journal-list .journal-oa {
  float: left;
  width: 309px;
  height: 519px;
}
.journal-list .journal-oa .oa-click {
  overflow: hidden;
  position: relative;
  display: block;
  width: 309px;
  height: 341px;
  background: url(../images/oa.png) no-repeat top;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.journal-list .journal-oa .oa-click:hover {
  opacity: 1;
}
.journal-list .journal-oa:hover .oa-click {
  background-image: url(../images/oa2.png);
}
.journal-list .journal-oa:hover .oa-click:before, .journal-list .journal-oa:hover .oa-click:after {
  opacity: 1;
  transform: scale(1, 1);
}
.journal-list .journal-oa .oa-click:before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform: scale(1.5, 1.5);
}
.journal-list .journal-oa .oa-click:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: 55px;
  font-family: iconfont;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, .3);
  content: "\e611";
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  transform: scale(1.5, 1.5);
}
.journal-list .journal-oa .oa-name {
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 65px;
  margin-bottom: 10px;
  padding-top: 25px;
  font-size: 22px;
  line-height: 40px;
}
.journal-list .journal-oa:hover .oa-name:before {
  opacity: 1;
  top: 0;
}
.journal-list .journal-oa .oa-name:before {
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
  border-top: 13px solid #FE5B0C;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  content: "";
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.journal-list .journal-oa .oa-list:before, .journal-list .journal-oa .oa-list:after {
  display: table;
  content: "";
  clear: both;
}
.journal-list .journal-oa .oa-list {
  padding: 0 20px;
}
.journal-list .journal-oa .oa-list li {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
  margin-bottom: 5px;
  padding-right: 10px;
  line-height: 30px;
}
.journal-list .journal-oa .oa-list li:before {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 3px;
  height: 3px;
  margin-right: 3px;
  background: #5b595a;
  border-radius: 2px;
  content: ""
}
.coop-list ul:before, .coop-list ul:after {
  display: table;
  content: "";
  clear: both;
}
.coop-list li {
  float: left;
  width: 25%;
  text-align: center;
}
.coop-list li:hover .icon {
  transform: rotateY(180deg);
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
.coop-list li:hover .icon img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  transform: rotateY(180deg);
}
.coop-list li a {
  display: block;
}
.coop-list li .icon {
  overflow: hidden;
  display: inline-block;
  width: 270px;
  height: 120px;
  padding: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.coop-list li .icon:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.coop-list li .icon img {
  max-width: 250px;
  max-height: 100px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: .6;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.coop-list li .name {
  display: inline-block;
  width: 270px;
  font-size: 14px;
  line-height: 40px;
}
.coop-list .more {
  margin-top: 40px;
  margin-bottom: -20px;
  text-align: center;
}
.coop-list .more a {
  display: inline-block;
  width: 125px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  color: #787878;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.coop-list .more a:hover {
  background: #fff;
  text-decoration: none;
}
#footer {
  background: #fff;
}
.adv {
  position: fixed;
  left: 50%;
  bottom: 10px;
  width: 422px;
  margin-left: -610px;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 20;
  -webkit-animation: adv-show 1s;
  animation: adv-show 1s;
}
.adv.type-text {
  width: 450px;
  padding-left: 150px;
  color: #000 !important;
}
.adv.type-text .close {
  top: -18px;
  right: -18px;
}
.adv .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  color: #979797;
  text-align: center;
  line-height: 24px;
  border: 1px solid #979797;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
}
.adv img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.adv-title {
  position: relative;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.adv-title:after {
  position: absolute;
  left: -145px;
  top: -25px;
  width: 134px;
  height: 121px;
  background: url(../images/icon-bullet.png) no-repeat;
  content: "";
}
.adv-content {
  font-size: 12px;
  line-height: 20px;
}
.adv-content p {
  padding: .2em 0;
}
.adv-content .sign {
  text-align: right;
}
.adv-title > span, .adv-content p > span {
  background: #f6f7f9;
  text-shadow: -2px -2px 5px #fff, 2px 2px 5px #fff;
  border-radius: 5px;
}
@media (min-width: 1800px) {
  .adv {
    left: 0;
    bottom: 40px;
    margin: 0;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .adv {
    left: 0;
    bottom: 40px;
    margin: 0;
  }
  .adv.type-text {
    width: 450px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .adv {
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .adv.type-text {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }
}
@media (max-width: 1200px) {
  .adv {
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .adv.type-text {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }
}
/*未开放作者机构对象的模式 type2*/
.show-type2 .show-top .top-nav-journal {
  display: block
}
.show-type2 .show-logo {
  top: 22%;
}
.show-type2 .show-text {
  top: 35%;
}
.show-type2 #searcher {
  top: 42%;
}
.show-type2 .show-words, .show-type2 .academic-info {
  top: 50%;
}
.show-type2 .show-guid {
  display: none;
}
/* ???????????��??			 */
.ld-overlap-container {
  height: 100%;
}
.ld-smart-container {
  position: absolute;
  z-index: 2;
  left: 60%;
  width: 120%;
  height: 100%;
  margin-left: -60%;
  overflow: hidden;
}
/* line 8, ../_scss/perspectiveRules.scss */
.ld-smart-container .ld-3d-parent {
  width: 100%;
  height: 100%;
  /*pointer-events: none;*/
  transform-style: preserve-3d;
  perspective: 9000px;
  opacity: 1;
}
/* line 17, ../_scss/perspectiveRules.scss */
.ld-smart-container .ld-transform-target {
  position: relative;
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  width: 100%;
  height: 100%;
  /*pointer-events: none;*/
  transform-style: preserve-3d;
}
/* line 28, ../_scss/perspectiveRules.scss */
/*# sourceMappingURL=perspectiveRules.css.map */
.ld-smart-container .ld-3d-object a {
  position: absolute;
  color: #fff;
  -webkit-animation: a-move 10s infinite;
  animation: a-move 10s infinite;
  opacity: 0;
}
.ld-smart-container .ld-3d-object a:hover {
  font-size: 18px;
  animation-play-state: paused !important;
  -webkit-animation-play-state: paused !important;
}
.ld-smart-container .ld-3d-object a:nth-child(2n-1) {
  top: 80px;
  -webkit-animation: a-move 14s infinite;
  animation: a-move 14s infinite;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  opacity: 0;
}
.ld-smart-container .ld-3d-object a:nth-child(3n-1) {
  position: absolute;
  top: 120px;
  color: #fff;
  -webkit-animation: a-move 13s infinite;
  animation: a-move 13s infinite;
  opacity: 0;
}
.ld-smart-container .ld-3d-object a:nth-child(4n) {
  position: absolute;
  top: 40px;
  color: #fff;
  -webkit-animation: a-move 16s infinite;
  animation: a-move 16s infinite;
  opacity: 0;
}
@-webkit-keyframes a-move {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate3d(1200px, 0, 0);
    opacity: 0;
  }
}
@keyframes a-move {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate3d(1200px, 0, 0);
    opacity: 0;
  }
}
@keyframes w-move {
  0%, 100% {
    background-position: 0 top;
  }
  50% {
    background-position: -1663px top;
  }
  99% {
    background-position: -3294px top;
  }
}
@keyframes s-left {
  0% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes s-right {
  0% {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes adv-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-height: 800px) {
  .show-computer .layui-carousel-ind {
    top: 13%;
  }
  .move-show .title {
    margin-top: -300px;
  }
}
/*活动*/
#top-adv {
  overflow: hidden;
  position: relative;
  height: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 100;
}
#top-adv img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
#top-adv .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #fff;
  background: rgba(0, 0, 0, .3);
}
.has-top-adv #top-adv {
  height: 120px;
}
.has-top-adv #sitecontent {
  padding-top: 235px;
}


/*2023国庆*/
.nationalday2023 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1920px;
  transform: translateX(-50%);
  z-index: 2;
}
.nationalday2023 .text {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 800px;
  height: 199px;
  margin-top: -51px;
  background: url(../special/nationalday2023/text.png) no-repeat center top;
  transform: translateX(-50%);
  z-index: 1;
  animation: text-fly 0.5s;
}
.nationalday2023 .bg {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 404px;
  margin-top: -75px;
  background: url(../special/nationalday2023/bg.png) no-repeat center top;
  transform: translateX(-50%);
  animation: bg-fly 0.3s;
}

@keyframes text-fly {
  0% {
    margin-top: -31px;
    opacity: 0;
  }
  40% {
    margin-top: -31px;
    opacity: 0;
  }
  100% {
    margin-top: -51px;
    opacity: 1;
  }
}
@keyframes bg-fly {
  0% {
    margin-top: -55px;
    opacity: 0;
  }
  100% {
    margin-top: -75px;
    opacity: 1;
  }
}

/* 2024春节 */
.springfestival2024 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 3840px;
  transform: translateX(-50%);
  z-index: 2;
}
.springfestival2024 .text {
  position: absolute;
  top: 50px;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 702px;
  height: 73px;
  margin-top: 14px;
  background: url(../special/springfestival2024/text.png) no-repeat center top;
  background-size: contain;
  transform: translateX(-50%);
  z-index: 1;
  animation: text-fly2024 2s;
}
.springfestival2024 .bg {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 210px; */
  margin-top: 0px;
  background: url(../special/springfestival2024/bg.png) no-repeat center top;
  background-size: contain;
  transform: translateX(-50%);
  /* animation: bg-fly2024 0.3s; */
}

.springfestival2024 .leftlantern {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 149px;
  background: url(../special/springfestival2024/leftlantern.png) no-repeat center top;
  background-size: contain;
  animation: left-fly2024 2s;
}

.springfestival2024 .rightlantern {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: 149px;
  background: url(../special/springfestival2024/rightlantern.png) no-repeat center top;
  background-size: contain;
  animation: right-fly2024 2s;
}

.springfestival2024 .fireworks{
  position: absolute;
  top: -5%;
  left: 42%;
  width: 400px;
  height: 200px;
  background: url(../special/springfestival2024/fireworks4.webp) no-repeat center top;
  background-size: contain;
  translate: translateX(-50%);
}


@keyframes text-fly2024 {
  0% {
    margin-top: -31px;
    opacity: 0;
  }
  100% {
    margin-top: 14px;
    opacity: 1;
  }
}
@keyframes bg-fly2024 {
  0% {
    margin-top: -55px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

@keyframes left-fly2024 {
  0% {
    left: -55px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes right-fly2024 {
  0% {
    right: -55px;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}

