/* bannercss */
/*body{overflow: hidden;height: 100%;
    width: 100%;}*/
.banner {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  position: relative;
}

.banner .header {
  position: absolute;
  top: 36px;
  left: 0px;
  width: 100%;
  z-index: 999999999;
}

/*.banner .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.banner .hd ul li.on{ background:#f00; color:#fff; }
*/
.banner .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: none;
}
.banner .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 11px;
  height: 11px;
  margin: 4px; /*background:url(images/dot-black.png) 0 0;*/
  overflow: hidden;
  line-height: 9999px;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.banner .hd ul .on {
  filter: alpha(opacity=100);
  opacity: 1;
}
.banner .bd ul {
  height: 100% !important;
}
.banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .bd li {
  zoom: 1; /* vertical-align:middle;*/
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100% !important;
}
.banner .bd li a {
  display: block;
  position: relative;
  height: 100%;
}
.banner .bd img {
  /* width:auto; display:inline-block; vertical-align: middle;height: 100%!important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;*/
  height: 100%;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: #fff url(../images/mub02_jt04.png) center center no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.banner .next {
  left: auto;
  right: 3%;
}
.banner .prev {
  background: #fff url(../images/mub02_jt05.png) center center no-repeat;
}
.banner .prev:hover,
.banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.banner .prevStop {
  display: none;
}
.banner .nextStop {
  display: none;
}

.arrow {
  z-index: 99;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  animation: arrow 1.5s cubic-bezier(0.5, 0, 0.1, 1) infinite;
  -webkit-animation: arrow 1.5s cubic-bezier(0.5, 0, 0.1, 1) infinite;
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.arrow:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
@keyframes arrow {
  %0,
  %100 {
    bottom: 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  50% {
    bottom: 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -o-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
}
@-webkit-keyframes arrow {
  %0,
  %100 {
    bottom: 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  50% {
    bottom: 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -o-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
}

.about,
.yanfa,
.news,
.server,
.servers {
  padding: 50px 0px;
}
.about .box {
  position: relative;
}
.about .box .left {
  float: left;
  width: 490px;
}
.about .box .right {
  padding-left: 540px;
  line-height: 30px;
  font-size: 16px;
}
.about .box .right > h2 {
  font-size: 32px;
  color: #015694;
  font-weight: bold;
  line-height: 110px;
}
.about .box .right a.more {
  position: absolute;
  left: 540px;
  bottom: 0px;
}
.server ul,
.yanfa ul {
  padding: 30px 0px;
}
.server ul li {
  float: left;
  width: 380px;
  background: #fff;
  transition: all 0.3s;
  border: #f2f2f2 solid 1px;
  min-height: 410px;
}
.server ul li:nth-child(2n) {
  margin: 0px 30px;
}
.server ul li p.img {
  height: 284px;
  position: relative;
}
.server ul li p.img img {
  max-width: 100%;
  margin: 0px auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  height: 100% !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
}
.server ul li .info {
  padding: 15px 10px;
}
.server ul li .info h3 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.server ul li .info h3:after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  content: '';
  z-index: 2;
  width: 40px;
  height: 2px;
  background: #05558f;
}
.server ul li .info .description {
  padding-top: 20px;
  font-size: 14px;
  line-height: 26px;
}
.server a.more,
.servers a.more,
.news a.more {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: #ccc solid 1px;
  border-radius: 3px;
  background: url('../images/jt.png') no-repeat 90% center;
  padding-left: 40px;
  margin: 0px auto;
  margin-top: 30px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.server ul li:hover {
  box-shadow: 0px 0px 10px #ccc;
}
.server a.more:hover,
.news a.more:hover {
  background: #00b050 url('../images/jt-w.png') no-repeat 90% center;
  color: #fff;
}
.yanfa a.more {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: #ccc solid 1px;
  border-radius: 3px;
  background: url('../images/jt.png') no-repeat 90% center;
  padding-left: 40px;
  margin: 0px auto;
  margin-top: 30px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.yanfa a.more:hover {
  background: #00b050 url('../images/jt-w.png') no-repeat 90% center;
  color: #fff;
}
.yanfa ul li {
  position: relative;
  width: 380px;
  height: 380px;
  overflow: hidden;
  float: left;
}
.yanfa ul li:last-child {
  margin-right: 0px;
}
.yanfa ul li:nth-child(2n) {
  margin: 0px 30px;
}
.pro-ad {
  width: 100%;
  border: #f2f2f2 solid 1px;
  padding: 5px;
  overflow: hidden;
}
.pro-ad img {
  max-width: 100%;
}
.yanfa ul li img {
  max-width: 100%;
  margin: 0px auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  height: 100% !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  position: absolute !important;
}
.yanfa ul li h3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #fff url('../images/title-bg.png') no-repeat 0 center;
  font-size: 18px;
  font-weight: normal;
  padding-left: 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.yanfa ul li h3:after {
  position: absolute;
  right: 20px;
  top: 0px;
  content: url('../images/jt-w.png');
  display: block;
  width: 25px;
  height: 8px;
  z-index: 2;
}
.yanfa ul li:hover h3 {
  background-position: -150px center;
}

.news li {
  float: left;
  width: 50%;
}
.news li a {
  display: block;
  margin-left: 40px;
  border: 1px solid #eee;
  background-color: #fff;
  margin-top: 20px;
  overflow: hidden;
}
.news li:first-child a {
  margin-left: 0px;
}
.news li .img-center {
  overflow: hidden;
  height: 290px;
  line-height: 290px;
  padding: 10px;
  width: 100%;
  overflow: hidden;
}
.news li .img-center img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
}
.news li a:hover .img-center img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news li .date {
  float: left;
  width: 110px;
  color: #666;
  padding: 26px 0;
  text-align: center;
  border-right: 1px solid #eee;
  line-height: 1;
}
.news li .date strong {
  display: block;
  font-size: 50px;
  color: #333;
  font-family: Impact;
  margin-bottom: 6px;
}
.news li .info {
  margin-left: 110px;
  padding: 20px;
}
.news li .info h4 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.news li .info p {
  color: #888;
  margin: 10px 0 0;
  overflow: hidden;
  line-height: 1.8;
  height: 50px;
}
.news li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
