

.text-center {
  text-align: center;
}

.fl {
  float: left;
}

/*.fr {
  float: right;
}*/

.cl:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}



.box {
  width: 100%;
  max-width:1200px;
  margin:0 auto;
  margin: auto;
}

.aboutUs-box {
  color: #999999;
  padding: 50px 0 100px;
}
.aboutUs-box .aboutUs-title {
  font-size: 28px;
  color: #005ebe;
}
.aboutUs-box .aboutUs-title .en {
  font-size: 18px;
  color: #999999;
}
.aboutUs-box .aboutUs-title .line {
  width: 28px;
  height: 2px;
  background-color: #005ebe;
}
.aboutUs-box .tip-location {
  font-size: 13px;
}
.aboutUs-box .aboutUs-nav {
  padding: 30px 0 50px;
  font-size: 14px;
}
.aboutUs-box .aboutUs-nav li {
  width: 130px;
  line-height: 40px;
  background-color: #eeeeee;
  text-align: center;
  float: left;
}
.aboutUs-box .aboutUs-nav li a {
  color: #666666;
}
.aboutUs-box .aboutUs-nav li:not(:last-child) {
  margin-right: 20px;
}
.aboutUs-box .aboutUs-nav li.active, .aboutUs-box .aboutUs-nav li:hover {
  background-color: #005ebe;
}
.aboutUs-box .aboutUs-nav li.active a, .aboutUs-box .aboutUs-nav li:hover a {
  color: #fff;
}




.caseList-box .case-nav {
  width: 20%;
  background-color: #fafafa;
  margin-right: 60px;
  padding: 30px;
  box-sizing: border-box;
}
.caseList-box .case-nav ul li {
  line-height: 54px;
  border-bottom: 1px solid #e1e1e1;
  background: url(../images/icon-arrow.png) right center/6px no-repeat;
}
.caseList-box .case-nav ul li a {
  font-size: 15px;
  color: #666666;
  width: 100%;
  display: inline-block;
}
.caseList-box .case-nav ul li:hover, .caseList-box .case-nav ul li.active {
  background: url(../images/icon-arrow-active.png) right center/6px no-repeat;
}


.tableForm {
  margin: auto;
  text-align: center;
  max-width: 780px;
  border: 1px solid #eee !important;
  word-wrap: break-word;
  word-break: break-all;
}

.tableForm tr td {
  padding: 10px 15px;
  text-align: left;
  height: 60px;
  border: 1px solid #eee !important;
  font-size: 13px !important;
  color: #404040 !important;
}


/*# sourceMappingURL=main.css.map */
.case-nav{ display:block;}
.aboutUs-nav { display:block;}
.zmzz{display:none;}
@media only screen and (max-width: 980px) { 
.ctl{ width:100% !important; margin-top:20px;}
.case-nav{ display:none;}
.aboutUs-nav { display:none;}
.et5{ width:10%;}.zmzz{display:block;}
.tableForm {
    width: 100%;
    float: left;
	
}
.zmzz h2{display:block; height:46px; line-height:46px; font-size:18px; color:#000; border-bottom:1px solid #ccc; margin:10px; width:29%;}
}