input {
  border-color: #f5f5f5;
}
.color-bg {
  background: #f6f6f6;
}
.content-box {
  background: #f6f6f6;
}
.position-re {
  position: relative;
}
.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.am-list li {
  border-color: #f5f5f5;
}
.main-txt-color {
  color: #9EC734;
}
.muted-txt-color {
  color: #2AAA83;
}
.main-btn {
  background: #9ec734;
  color: #fff;
}
.main-btn:hover {
  box-shadow: inset 0 0 5px #ddd;
}
.muted-btn {
  background: #2aaa83;
  color: #fff;
}
.muted-btn:hover {
  box-shadow: inset 0 0 5px #ddd;
}
img {
  width: 100%;
}
a {
  color: #333;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #333;
}
label {
  font-weight: 400;
  margin-bottom: 0;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  margin: 0;
}
nav {
  background: #0B0E38;
  height: 70px;
  position: relative;
  z-index: 99999;
  margin-top: 2rem;
}
nav .logo {
  float: left;
  display: inlne-block;
}
nav .logo img {
  height: 100%;
  width: auto;
}
nav .navlist {
  float: left;
  display: inlne-block;
  margin-left: 2rem;
}
nav .navlist ul li {
  float: left;
  display: inlne-block;
}
nav .navlist ul li a {
  height: 100%;
  display: block;
  line-height: 70px;
  padding: 0 1.2rem;
  color: #fff;
}
nav .navlist ul li a:hover {
  color: #9ec734;
}
nav .user-tool-btn li {
  float: left;
  display: inlne-block;
}
nav .user-tool-btn li a {
  line-height: 70px;
  display: block;
  color: #fff;
  padding: 0 3rem;
}
.banner-box {
  position: relative;
  margin-top: -94px;
}
.data-box {
  background: url('../images/data-bg.jpg') repeat-x;
  min-height: 180px;
  width: 100%;
}
.data-box ul li {
  padding: 3rem 3rem;
}
.data-box .title {
  font-size: 1.4rem;
  color: #fff;
  float: right;
  padding: 0.5rem 1rem;
  position: relative;
}
.data-box .num {
  display: block;
  font-size: 3rem;
  text-align: right;
  margin-top: 2rem;
}
.data-box .num small {
  font-size: 2rem;
}
.data-box .title1 .title {
  background: #9EC734;
}
.data-box .title1 .title::after {
  content: '';
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #9EC734;
  position: absolute;
  bottom: -10px;
  right: 1rem;
}
.data-box .title1 .num {
  color: #9ec734;
}
.data-box .title2 .title {
  background: #DC4A1D;
}
.data-box .title2 .title::after {
  content: '';
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #DC4A1D;
  position: absolute;
  bottom: -10px;
  right: 1rem;
}
.data-box .title2 .num {
  color: #dc4a1d;
}
.data-box .title3 .title {
  background: #2AAA83;
}
.data-box .title3 .title::after {
  content: '';
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #2AAA83;
  position: absolute;
  bottom: -10px;
  right: 1rem;
}
.data-box .title3 .num {
  color: #2aaa83;
}
.data-box .title4 .title {
  background: #FFC300;
}
.data-box .title4 .title::after {
  content: '';
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #FFC300;
  position: absolute;
  bottom: -10px;
  right: 1rem;
}
.data-box .title4 .num {
  color: #ffc300;
}
.about-box .about-pic {
  width: 45%;
  padding-right: 3rem;
  margin: 0;
}
.about-box .about-pic img {
  height: 100%;
}
.about-box .about-info {
  padding: 3rem 3rem 3rem 3rem;
}
.about-box .about-info .about-title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.about-box .about-info .about-title span {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dc4a1d;
}
.about-box .about-info p {
  font-size: 1.4rem;
  color: #666;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  text-indent: 2em;
}
.panel-box .panel-title {
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  margin: 5rem 0;
}
.panel-box .panel-title span {
  padding: 0 1rem;
  background: #f6f6f6;
  position: relative;
  z-index: 9;
}
.panel-box .panel-title p {
  position: relative;
  z-index: 9;
}
.panel-box .panel-title::after {
  content: '';
  width: 300px;
  height: 50px;
  position: absolute;
  top: 1.8rem;
  left: 50%;
  margin-left: -150px;
  border: 1px solid #ddd;
}
.server-box {
  margin-bottom: 8rem;
}
.server-box .se-panel {
  width: 100%;
  height: 180px;
  text-align: center;
}
.server-box .se-panel img {
  height: 100%;
  width: auto;
}
.server-box .se-icon-panel {
  border: 1px solid #ddd;
}
.server-box .se-num-panel {
  border: 1px solid transparent;
}
.server-box .se-info-panel {
  padding: 1rem;
  min-height: 530px;
  color: #fff;
  text-align: center;
}
.server-box .se-info-panel .title {
  text-align: center;
  margin: 1rem 0;
  font-size: 1.8rem;
}
.server-box .se-info-panel .info {
  text-align: center;
  line-height: 2.4rem;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.server-box .se-info-panel .more {
  padding: 0.5rem 1.5rem;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.4rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.server-box .se-info-panel .more:hover {
  box-shadow: 0 0 5px #ddd;
}
.server-box .se-green-bg {
  background: #9ec734;
}
.server-box .se-black-bg {
  background: #978f8c;
}
.news-box {
  overflow: hidden;
  margin-bottom: 5rem;
}
.news-box .panel-title span {
  background: #fff !important;
}
.news-box .tabs-class a {
  padding: 0 1rem;
}
.news-box .tabs-class a:hover {
  color: #9ec734;
}
.news-box .tabs-class .active {
  color: #9ec734;
}
.news-box .date {
  font-size: 6rem;
  color: #ccc;
  line-height: 4.5rem;
}
.news-box .year {
  font-size: 1.8rem;
  color: #ccc;
}
.news-box .title {
  font-size: 1.6rem;
}
.news-box .title:hover {
  color: #9ec734;
}
.news-box .info {
  font-size: 1.4rem;
  color: #666;
}
.news-box .more {
  float: right;
}
.news-box ul {
  overflow: hidden;
  margin: 0 -2rem;
}
.news-box ul li {
  padding: 2rem;
  border-left: 1px dashed #ddd;
  border-top: 1px dashed #ddd;
  margin-left: -1px;
  margin-top: -1px;
}
.ecological-panel {
  position: relative;
  padding-bottom: 10rem;
}
.ecological-panel::after {
  content: '';
  background: url('../images/eco-bg.png') no-repeat left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 550px;
  height: 90px;
}
.ecological-panel .title {
  margin: 5rem 0;
}
.ecological-panel ul li {
  padding: 1rem;
}
.ecological-panel ul li:hover .inc {
  opacity: 1;
}
.ecological-panel .eco-panel {
  width: 100%;
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1000px;
  border: 5px solid #ddd;
  box-sizing: content-box;
}
.ecological-panel .eco-panel img {
  position: absolute;
  top: 0;
  left: 0;
}
.ecological-panel .eco-panel .inc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  padding: 15%;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s;
  opacity: 0;
}
.ecological-panel .eco-panel .inc .icon {
  padding: 0.5rem 0.8rem;
  background: rgba(246, 246, 246, 0.6);
  color: #fff;
  border-radius: 1000px;
  margin-top: 1rem;
}
.ecological-panel .name {
  text-align: center;
  color: #666;
  margin: 1rem 0;
  font-size: 1.4rem;
}
footer {
  background: #2C2F34;
  padding: 3rem 0;
}
footer .footer-logo {
  display: block;
  text-align: center;
}
footer .footer-logo img {
  width: auto;
}
footer .footer-about {
  border-left: 1px solid #424449;
  border-right: 1px solid #424449;
  padding: 0 3rem;
  min-height: 155px;
}
footer .footer-about .title {
  color: #fff;
  font-size: 1.4rem;
}
footer .footer-about .info {
  color: #ddd;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
footer .code-list {
  padding: 0 1rem;
}
footer .code-list li {
  padding: 0.5rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
footer .footer-map {
  padding-top: 1rem;
  margin-top: 3rem;
  border-top: 1px solid #424449;
}
footer .footer-map .footer-nav {
  text-align: center;
}
footer .footer-map .footer-nav a {
  padding: 0 1rem;
  color: #fff;
  font-size: 1.2rem;
}
footer .footer-map .footer-nav a:hover {
  color: #9ec734;
}
footer .footer-map .copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
