@charset "utf-8";
.slider .item {
  width: 100%;
  height: 59.428em;
}
.ser-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.ser-box p.fname {
  position: absolute;
  bottom: 1.5em;
  color: #fff;
  left: 1.5em;
  font-size: 1.5em;
}
.ser-box .mask {
  position: absolute;
  width: 0;
  overflow: hidden;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9;
  color: #fff;
  padding: 0px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: all 1s ease-out 0s;
  -webkit-transition: all 1s ease-out 0s;
}
.ser-box .ser-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: -100%;
  padding: 2em;
  overflow: hidden;
  transition: all 1s ease-out 1ms;
  -webkit-transition: all 1s ease-out 1s;
}
.ser-box:hover .mask {
  width: 100%;
  padding: 20px;
}
.ser-box:hover .ser-info {
  left: 0;
}
.ser-box:hover .ser-info b {
  font-size: 1.5em;
  display: block;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.ser-box:hover .ser-info p {
  line-height: 24px;
}
.ser-box:hover p.fname {
  display: none;
}
.indexNew {
  height: 650px;
}
.indexNew .newBox {
  position: relative;
  height: 100%;
}
.indexNew .newBox .date {
  float: left;
  width: 155px;
  height: 100%;
  text-align: center;
  color: #474747;
  position: relative;
  z-index: 100;
  background: url(../images/bg1a.png) center -155px no-repeat;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transition: all 1s ease-out 0s;
  -webkit-transition: all 1s ease-out 0s;
}
.index-xm .index-xm-list {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transition: transform 1s ease-out 0s, opacity 0.5s ease-out 0s;
  -webkit-transition: transform 1s ease-out 0s, opacity 0.5s ease-out 0s;
}
.index-xm.show .index-xm-list {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.indexNew.show .newBox .date {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.indexNew .newBox .date .d1 {
  margin-top: 110px;
  font-size: 80px;
  display: block;
  color: #0a367a;
}
.indexNew .newBox .date .d2 {
  margin-top: 30px;
  font-size: 80px;
  display: block;
  color: #0a367a;
}
.indexNew .newBox .date .d3 {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: 90px;
  font-size: 16px;
  line-height: 20px;
}
.indexNew .newBox .date .more {
  position: absolute;
  left: 0;
  top: 460px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #474747;
}
.indexNew .newBox .index-new-list {
  position: absolute;
  padding-left: 226px;
  top: 150px;
  opacity: 0;
  transition: all 1s ease-out 0s;
  -webkit-transition: all 1s ease-out 0s;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}
.indexNew.show .newBox .index-new-list {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  width: 100%;
}
.indexNew .newBox .index-new-list .div {
  height: 220px;
}
.indexNew .newBox .index-new-list .div h3 {
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexNew .newBox .index-new-list .div p {
  font-size: 14px;
  color: #666;
  padding-right: 50px;
  margin-top: 20px;
  height: 3em;
  overflow: hidden;
}
.indexNew .newBox .index-new-list .div a.more {
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  display: block;
  width: 210px;
  height: 26px;
  border-bottom: 1px solid #ccc;
  background: url(../images/line2.png) -113px bottom no-repeat;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.indexNew .newBox .index-new-list .div a.more span {
  background: url(../images/icon_more1.png) right center no-repeat;
  padding-right: 20px;
  background-clip: border-box;
}
.indexNew .newBox .index-new-list .div a.more:hover {
  background: url(../images/line2.png) 0 bottom no-repeat;
}
.indexNew .newBox .index-new-list .div a.more:hover span {
  background: url(../images/icon_more2.png) right center no-repeat;
  padding-right: 25px;
}
.index-xm {
  padding: 3em;
}
.index-xm-list {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: initial;
  margin: 20px 0 80px 0;
}
.index-xm-list img {
  max-width: 100%;
}
.index-xm-list .masks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  text-align: center;
}
.index-xm-list .masks img {
  vertical-align: middle;
  max-height: 60%;
}
.index-xm-list:hover .masks {
  opacity: 1;
  border-bottom: 5px solid #0a367a;
}
.index-xm-list h3 {
  position: absolute;
  bottom: -50px;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.index-kehu {
  background: url(../images/khbg.jpg) no-repeat;
  background-size: cover;
  margin: 0 3.937em;
  height: 42em;
  position: relative;
  color: #474747;
}
.index-kehu-info {
  position: absolute;
  right: 0;
  top: 100px;
  width: 30%;
  opacity: 0;
}
.index-kehu-info h2 {
  font-size: 1.75em;
}
.index-kehu-info span.s {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #b8b8b8;
}
.index-kehu-info .kehu-num {
  margin-top: 2em;
}
.index-kehu-info .kehu-num div {
  width: 50%;
  float: left;
}
.index-kehu-info .kehu-num div b {
  font-size: 5.25em;
  font-weight: normal;
}
.index-kehu-info .kehu-num div b span {
  font-size: 30px;
  margin-left: 5px;
  font-weight: bold;
}
.index-kehu-info .kehu-num div b:hover {
  color: #0a367a;
}
.index-kehu-info .kehu-num div p {
  text-indent: 30px;
  padding: 0;
  margin: 0;
}
.index-kehu-info .kehu-content {
  margin-top: 2em;
  line-height: 1.8;
  color: #707070;
}
.index-kh .index-kehu-info {
  opacity: 0;
  perspective: 500px;
  transform: translate(100px, 0) rotateY(-50deg);
  -webkit-transform: translate(100px, 0) rotateY(-50deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: all 1s ease-out 0.3s;
  -webkit-transition: all 1s ease-out 0.3s;
}
.index-kh.show .index-kehu-info {
  transform: translate(0, 0) rotateY(0deg);
  -webkit-transform: translate(0, 0) rotateY(0deg);
  opacity: 1;
}
