* {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  /* background: #eee; */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  position: relative;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

.swiper-container {
z-index: 1!important
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top {
  width: 100%;
  background: #027a57;
  height: 165px;
  padding-top: 30px;
  box-sizing:border-box;
}
.logo {
  width: 187px;
}
nav {
  z-index: 2;
}
/*
nav ul {
  display: flex;
  justify-content: left;
  align-items: center;
}
nav ul li {
  padding: 5px 10px;
  margin: 0 10px;
  border-bottom: 3px solid #027a57;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  font-size: 19px;
}
nav ul li:hover {
  border-bottom: 3px solid #f6d779;
}
nav ul li a {
  color: #fff;
}
*/


.nav{position:relative;display: flex;  justify-content: left;  align-items: center;}
		.nav a{ color:#fff;}
		.nav .nLi{position:relative; display:inline; border-bottom: 3px solid #027a57; margin: 0 10px;transition: all ease .5s;}
		.nav .nLi a{display:block;padding: 5px 10px; font-size:19px;}
		.nav .nLi:hover {border-bottom: 3px solid #f6d779;}
		.nav .sub{ display:none;    width: 144px;
    left: -24px;
    top: 38px;
    position: absolute;
    background:rgba(2,122,87,.5);
    line-height: 26px;
    text-align: center;
    padding: 5px 0;}
		.nav .sub li{ zoom:1; font-size: 16px;margin: 5px 0}
		.nav .sub a{ display:block; padding:5px 10px; }
		.nav .sub a:hover{ background:rgba(16,170,125,.5); color:#fff;  }
		.nav .on h3 a{ background:#4E4E4E; color:#fff;   }

.search {
  width: 240px;
  height: 32px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search input {
  border: none;
  width: 190px;
  padding-left: 10px;
  color: #fff;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  background: none;
}
.search input::placeholder {
	color: #fff
}
.top .search input:focus {
  outline: none;
}
.top .search .sbtn {
  width: 23px;
  background: url(../images/search@1.5x.png) center center no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
.server {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-wrap: wrap;
  width: 184px;
}

.server .kfIcon {
  width: 24px;
}
.server p {
  font-size: 18px;
  color: #fff;
  padding: 0 5px;
}
.server .topTel {
  font-size: 26px;
  color: #ffcd30;
  font-weight: bold;
  /* margin-top: 3px; */
}

.banner {
  width: 100%;
  height: 515px;
  overflow: hidden;
  position: relative;
}
.inbanner {
  width: 100%;
  height: 340px;
  overflow: hidden;
  background: url(../images/inbanner.jpg) no-repeat center center;
}
.banner .topnews {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 999;
  transform:translateX(-50%);
  display: flex;
  justify-content:space-between;
  align-items: center;
  background: rgba(255, 255, 255, .8);
  width: 1200px;
  height: 52px;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%);
}
.banner .topnews .title {
  width: 70px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #027a57;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.txtScroll-top{ width:1080px;  overflow:hidden; position: relative;}		
		.txtScroll-top .bd{padding:15px;}
		.txtScroll-top .infoList li{ height:24px; line-height:24px;   }
		.txtScroll-top .infoList li .date{ float:right; color:#333; }
    .txtScroll-top .infoList li a {
      color: #333;
    }
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  color: #fff!important;
}

.name {
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: #333;
  margin: 50px 0;
}
.name p {
  display: block;
  width: 60px;
  height: 5px;
  background: #027a57;
  margin: 0 auto;
  margin-top: 20px;
}
.serverlist {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.serverlist ul {
  width: 23.3%;
}
.serverlist ul li {
  position: relative;
    padding-left: 15px;
    line-height: 34px;
    font-size: 22px;
    color: #333;
    box-sizing: border-box;
}
.serverlist ul li a {
	color: #333
} 
.serverlist ul li a:hover {
	color: #027a57
}
.serverlist ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #027a57;
  font-size: 0px;
  line-height: 0px;
}
.serverlist ul li:nth-child(1) {
  padding: 0;
}
.capacity {
  width: 100%;
  padding: 30px 0 100px;
  /* margin: 30px 0; */
  background: #f1f1f1;
}

.box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.box .text {
  width: 50%;
  height: 310px;
  font-size: 16px;
  line-height: 34px;
  color: #333;
  padding: 30px;
  text-align: justify;
  box-sizing: border-box;
  background: rgb(255, 255, 255, 0.5);
}
.box .text .more {
  display: block;
  width: 120px;
  line-height: 42px;
  color: #fff;
  background: #027a57;
  text-align: center;
  margin-top: 20px;
  transition:all ease .5s
}
.box .text .more:hover {
  
  background:#3cb587
}
.box .slide {
  position: relative;
  width: 50%;
  height: 310px;
  overflow: hidden;
  background: #fff;
}
.nlbox {
  width: 32%;
  padding: 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.nlbox .img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.nlbox .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 29px;
  box-sizing: border-box;
  padding-left: 15px;
  background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, .7));
  color: #fff;
  line-height: 54px;
}
.nlbox ul {
  margin-top: 10px;
}
.nlbox ul li {
  width: 100%;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.nlbox ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #027a57;
  font-size: 0px;
  line-height: 0px;
}
.about {
  width: 100%;
  padding: 30px 0 100px;
  /* margin: 30px 0 0; */
  background: #eaeaea;
  background: url(../images/aboutbg.jpg) repeat center bottom;
}
footer {
  width: 100%;
  padding: 30px 0 0;
  background: #333;
}
footer .wrap {
  align-items: center;
}
.blogo {
  width: 165px;
}
.contactlist {
  width: 314px;
  margin-left: 435px;
}
.contactlist ul,.contactlist ul li,.ercode {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.contactlist ul li {
  color: #fff;
  width: 100%;
  justify-content:start;
  margin: 5px 0;
  font-size: 14px;
} 
.contactlist ul li img {
  width: 20px;
  margin-right: 10px;
}
.line {
  display: block;
  width: 1px;
  height: 124px;
  background: #eaeaea;
}
.gzh,.dy {
  margin: 0 5px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.gzh p,.dy p {
  padding: 3px 0;
}
.gzh img,.dy img {
  width: 88px;
}
.copy {
  width: 100%;
  height: 42px;
  background: #363636;
  text-align: center;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 42px;
  margin-top: 30px;
}
.copy a {
  color: #8c8c8c;
}

.inwrap {
  width: 100%;
  background: url(../images/aboutbg.jpg) no-repeat center bottom;
  min-height: 600px;
}
.incon {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 80px;
}
.incon .title {
  font-size: 28px;
  color: #333;
  position: relative;
  margin-bottom: 50px;
}
.incon .title::after {
  content: "";
  display: block;
  width: 5px;
  height: 28px;
  background: #027a57;
  position: absolute;
  left: 130px;
  top: 6px;
}

.backhome {
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 14px;
	color: #999;
}
.incon .backhome a {
  color: #999;
  font-size: 14px;
}
.incon .backhome a:hover {
	color:#027a57
}
/* .incon .title span {
  display: block;
  position: absolute;
  left: 160px;
  top: 8px;
  color: #999;
  font-size: 14px;
} */
.inabout {
  width: 100%;
  background: #027a57;
  position: relative;
}
.inabout .text {
  width: 620px;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  padding: 20px;
}

.inabout .img {
  position: absolute;
  right:20px;
  top: 20px;
  width: 516px;
  height: 340px;
}
.newslist {
  width: 100%;
}
.newslist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newslist ul span {
	
}
.newslist ul li {
  width: 49%;
  border: 1px solid #027a57;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.newslist ul li .img {
  width: 155px;
  height: 95px;
  overflow: hidden;
}
.newslist ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newslist ul li .text {
  width: 355px;
}
.newslist ul li .text h2 {
  font-size: 18px;
  color: #027a57;
  line-height: 30px;
  text-align: justify;
}
.newslist ul li .text p {
  font-size: 14px;
  color: #999;
  margin: 5px 0;
}
.innews {
  width: 100%;
}
.innews .newtitle {
  margin: 20px 0;
}
.innews .newtitle h3 {
  font-size: 28px;
  line-height: 42px;
  color: #333;
  text-align: center;
}
.innews .newtitle p {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin: 10px 0;
}

.innews .text .img {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.innews .text p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.inserverlist {
  width: 100%;
}
.inserverlist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inserverlist ul li {
  width: 32%;
  border: 1px solid #027a57;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.inserverlist ul li .img {
  width: 95px;
  height: 95px;
  overflow: hidden;
}
.inserverlist ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inserverlist ul li .text {
  width: 230px;
}
.inserverlist ul li .text h2 {
  font-size: 18px;
  color: #027a57;
  line-height: 30px;
  text-align: justify;
}
.inserverlist ul::after {
  content: "";
  display: block;
  width: 32%;
}
.incontact {
  width: 100%;
}
.incontact h2 {
  width: 100%;
  font-size: 22px;
  text-align: center;
  color: #333;
  margin: 50px 0;
  font-weight: normal;
}
.incontact h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #027a57;
  margin: 0 auto;
  margin-top: 20px;
}
.add {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.add .img {
  width: 60%;
  margin-right: 30px;
}
.addlist {
  width: 40%;
  font-size: 22px;
  color: #333;
  position: relative;
}
.addlist .add-2 {
  /* position: absolute; */
  width: 98px;
  margin-top: 20px;
}
.sublist {
	width: 100%;
	height: auto;
	overflow: hidden;margin-bottom: 20px
}
.sublist li a {
	display: block;
	float:left;
	/* width:100px; */
	margin-right:15px;
	background: #eaeaea;
	font-size: 22px;
	padding: 15px;
	text-align: center;
	color: #333;
	transition: all ease .5s
}
.sublist a:hover {
	background: #027a57;
	color: #fff
}
.pager {margin-top:20px;}
.pager a {color:#fff; text-decoration:none; margin:0px 3px; padding:5px 10px; background:#027a57; }
.pager a:hover {background:#01c095;}
.pager span {padding:5px 10px; font-size:14px;}
.pager span font {color:#027a57!important}
.pager .nolink {background:#eaeaea; color:#666; margin-left:10px;}

.text img {width:auto!important}