.header {
  width: 100%;
  background-color: #333333;
  height: 100px;
}

body {
  background-color: #f7f7f7;
}

.listbox {
  overflow: hidden;
  background-color: #ffffff;
  padding: 40px 115px;
  border: 1px solid #E9E9EB;
  margin-top: 40px;
}

.listbox li {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.listbox li a.img {
  float: left;
  width: 210px;
}

.listbox .e2 {
  padding-top: 20px;
}

.listbox li .intro {
  margin-left: 245px;
  height: 149px;
  border-bottom: 1px solid #E9E9E9;
}

.listbox li .intro a {
  font-size: 18px;
  font-weight: normal;
  color: #0DA4DB;
}

.listbox li .intro h2 {
  padding-top: 5px;
}

.listbox li span {
  color: #999999;
  font-size: 14px;
  display: block;
  padding: 15px 0px 20px 0;
}

.listbox li p {
  line-height: 24px;
  color: #4D4D4D;
  font-size: 14px;
}

.viewbox {
  overflow: hidden;
  background-color: #ffffff;
  padding: 85px;
  border: 1px solid #E9E9EB;
  margin-top: 40px;
}

.viewbox h1.tit-h1 {
  color: #333;
  font-size: 28px;
  text-align: center;
  font-weight: normal;
}

.a-info {
  color: #999;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.a-content {
  padding-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #444444;
}

.a-content p {
  font-size: 18px;
  line-height: 32px;
  color: #444444;
  padding-bottom: 5px;
}

.pages {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.pages li {
  display: inline;
}

.pages li a {
  margin: 0 3px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #dddddd;
  background-color: #FFF;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 5px;
  color: #505050;
  font-size: 14px;
}

.pages li a.current {
  background-color: #03c8fc;
  border: 1px solid #03c8fc;
  color: #fff;
}

.pages li a:hover {
  background-color: #03c8fc;
  border: 1px solid #03c8fc;
  color: #fff;
}

.pages a:hover,
.pages li.thisclass a
{
  background: #03c8fc;
  color: #FFFFFF;
  border-color: #03c8fc;
}

.zlm_nav {
  height: 59px;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}

.zlm_nav a {
  display: block;
  line-height: 56px;
  height: 56px;
  font-size: 16px;
  color: #888888;
  float: left;
  margin-right: 30px;
}

.zlm_nav a.active {
  color: #03c8fc;
  border-bottom: 3px solid #03c8fc;
}

.about-index {
  overflow: hidden;
  background-color: #ffffff;
  padding: 85px;
  border: 1px solid #E9E9EB;
  margin-top: 40px;
}

.about-box {
  overflow: hidden;
}

.about-box img {
  float: left;
  display: block;
}

.about-box .about-text {
  width: 554px;
  float: right;
  padding-top: 10px;
}

.about-box .about-text h1 {
  font-size: 30px;
  font-weight: normal;
  color: #2c2c2c;
  height: 36px;
  padding-left: 25px;
  line-height: 36px;
  border-left: 6px solid #03c8fc;
}

.about-box .about-text p {
  font-size: 18px;
  color: #666666;
  padding-top: 40px;
  line-height: 34px;
}

.about-box2 {
  margin-top: 80px;
  border-top: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 60px 0;
}

.about-box2 div {
  float: left;
  width: 33%;
  font-size: 24px;
  color: #555555;
  text-align: center;
}

.about-b2-1 {
  padding-right: 0.5%;
}

.about-b2-3 {
  padding-left: 0.5%;
}

.about-box2 div span {
  display: block;
  font-size: 50px;
  font-weight: bold;
  color: #03c8fc;
  text-align: center;
}

.about-box3 {
  overflow: hidden;
}

.about-box3 .about-b3-l {
  float: left;
  display: block;
}

.about-box3 .about-b3-r {
  padding-left: 600px;
  background-color: #f2f2f2;
  height: 500px;
}

.about-box3 .about-b3-r h3 {
  font-size: 30px;
  color: #555555;
  font-weight: normal;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 80px;
}

.about-box3 .about-b3-r p {
  font-size: 18px;
  color: #666666;
  padding-left: 80px;
}



.a-cases-list {
  overflow: hidden;
}

.a-cases-list li {
  float: left;
  width: 268px;
}

.a-cases-list .a-cases-f {
  margin-right: 32px;
  position: relative
}
.cases-box {
  padding-top: 70px;
}
.a-cases-list .a-cases-f a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 208px;
  height: 86px;
  background-color: rgba(3, 200, 252, 0.85);
  color: #fff;
  padding:60px 30px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  display: none;
  opacity: 0;
}

.a-cases-list .a-cases-f:hover a {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  opacity: 1;
  display: block;
}
.a-cases-list li.a-cases-more {
  padding-top: 50.5px;
  margin-right: 0;
  width: 100px;
  padding-left: 30px;
}
.cases-box h2 {
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  margin-top: 15px;
  padding-left: 15px;
  border-left: 10px solid #03c8fc;
}


.casesview h2{
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-left: 15px;
  border-left: 5px solid #03c8fc;
}
.casesview h3 {
  font-size: 18px;
  color: #333;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: normal;
}