body {
  min-width: 1200px;
}

.text-center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.wp100 {
  width: 100%;
}

.index-banner {
  position: relative;
}
.index-banner header {
  position: absolute;
  z-index: 10;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 25px;
}
.index-banner header .logo {
  /*width: 120px;*/
}
.index-banner header .header-right {
  padding: 30px 0;
}
.index-banner header .navList li {
  float: left;
  width: 120px;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
.index-banner header .navList li a {
  color: #fff;
}
.index-banner header .navList li a.active, .index-banner header .navList li a:hover {
  /* color: #007eff;
  border-bottom: 1px solid #007eff; */
  color: green;
  border-bottom: 1px solid green;
}
.index-banner header .navList li .second-nav {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  display: none;
}
.index-banner header .navList li .second-nav a {
  color: #666666;
  display: block;
  padding: 6px 0;
}
.index-banner header .navList li .second-nav a.active, .index-banner header .navList li .second-nav a:hover {
  background-color: #fff;
  color: green;
  border-bottom: none;
}
.index-banner header .searchBox form {
  margin-right: 24px;
}
.index-banner header .searchBox form .btn-search {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  background: transparent url(../image/icon-search.png) center/contain;
}
.index-banner header .searchBox form .ipts-search {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  height: 30px;
  display: none;
}
.index-banner header .lan {
  width: 70px;
  height: 30px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  float: left;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background-color: #333333;
  margin-right: 20px;
}
.banner .swiper-pagination-bullet-active {
  /* background-color: green; */
  background-color: green;
  opacity: 1;
}
.banner .swiper-slide img {
  transition: all 6s ease;
  -webkit-transition: all 6s ease;
}
.banner .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.index-content .contentNav {
  padding: 100px 0 120px;
  width: 90%;
  margin: auto;
}
.index-content .contentNav a {
  float: left;
  display: block;
  width: 20%;
  box-shadow: 0 0px 22px 6px #c0c0c0;
  -webkit-box-shadow: 0 0px 22px 6px #c0c0c0;
  position: relative;
  transition: 1s;
}
.index-content .contentNav a:nth-child(2n-1) {
  margin-top: 50px;
}
.index-content .contentNav a:hover .title {
  display: none;
}
.index-content .contentNav a:hover .title-active {
  display: block;
}
.index-content .contentNav a:hover .title-active .icon-squre {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
}
.index-content .contentNav a img {
  width: 100%;
}
.index-content .contentNav a .contentNav-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 94, 190, 0.8);
  display: none;
}
.index-content .contentNav a .title {
  color: #fff;
  position: absolute;
  top: 0;
  text-align: left;
  width: 100%;
}
.index-content .contentNav a .title._bottom {
  bottom: 0;
  top: auto;
}
.index-content .contentNav a .title img {
  width: 50px;
}
.index-content .contentNav a .title-active {
  color: #fff;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  bottom: 0;
  display: none;
}
.index-content .contentNav a .title-active .list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-content .contentNav a .title-active .chMsg {
  font-size: 22px;
}
.index-content .contentNav a .title-active .enMsg {
  font-size: 18px;
  margin: 10px 0;
}
.index-content .contentNav a .title-active .icon-squre {
  width: 78px;
  transition: 0.5s;
}
.index-content .contentNav a .title-active .line {
  width: 1px;
  height: 200px;
  background-color: #fff;
  display: inline-block;
}

footer {
  background-color: #f2f2f2;
  padding: 70px 0 60px;
}
footer .bottom-footer {
  width: 80%;
  margin: auto;
  color: #666666;
  font-size: 14px;
}
footer .bottom-footer .footer-icon {
  width: 16px;
}
footer .bottom-footer .list {
  margin-bottom: 16px;
}
footer .bottom-footer .codeImg {
  width: 130px;
}

@media screen and (max-width: 1720px) and (min-width: 1550px) {
  .index-content .contentNav a .title img {
    width: 45px;
  }
}
@media screen and (max-width: 1550px) and (min-width: 1380px) {
  .index-content .contentNav a .title img {
    width: 40px;
  }
}
@media screen and (max-width: 1380px) and (min-width: 320px) {
  .index-content .contentNav a .title img {
    width: 35px;
  }
}
.box {
  width: 1200px;
  margin: auto;
}

.aboutUs-box {
  color: #999999;
  padding: 50px 0 100px;
}
.aboutUs-box .aboutUs-title {
  font-size: 28px;
  /* color: green; */
  color: green;
}
.aboutUs-box .aboutUs-title .en {
  font-size: 18px;
  color: #999999;
}
.aboutUs-box .aboutUs-title .line {
  width: 28px;
  height: 2px;
  /* background-color: green; */
  background-color: green;
}
.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: green; */
  background-color: green;
}
.aboutUs-box .aboutUs-nav li.active a, .aboutUs-box .aboutUs-nav li:hover a {
  color: #fff;
}
.aboutUs-box .detail {
  line-height: 28px;
  font-size: 14px;
  color: #666666;
}

.about-develop {
  position: relative;
}
.about-develop .line {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #cccccc;
  position: absolute;
  left: 126px;
}
.about-develop .list {
  margin-bottom: 30px;
}
.about-develop .list .time {
  width: 100px;
  line-height: 35px;
  background-color: green;
  border-radius: 3px;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.about-develop .list .imgs {
  margin-right: 25px;
  width: 15px;
  margin-top: 23px;
  position: relative;
}
.about-develop .list .msg {
  background-color: #f2f2f2;
  width: 680px;
  color: #666666;
  font-size: 15px;
  line-height: 28px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.about-develop .list .msg .tip {
  position: absolute;
  left: -20px;
  top: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 10px solid #f2f2f2;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.newsList li {
  width: 100%;
  height: 250px;
  background-color: #fafafc;
  margin-bottom: 30px;
  border: solid 2px transparent;
  cursor: pointer;
}
.newsList li:hover {
  border: solid 2px rgba(0, 94, 190, 0.16);
}
.newsList li .imgs {
  width: 400px;
  height: 220px;
  overflow: hidden;
  margin-right: 30px;
}
.newsList li .imgs img {
  max-width: 100%;
  max-height: 100%;
}
.newsList li .title {
  font-size: 18px;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
.newsList li .msg {
  width: 770px;
  color: #666666;
  padding-top: 20px;
}
.newsList li .msg .newsDetail {
  padding: 20px 0;
}
.newsList li .msg .des {
  width: 540px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsList li .msg time {
  padding-right: 40px;
}
.newsList li .msg time .date {
  font-size: 34px;
  display: block;
  line-height: 30px;
}
.newsList li .msg .btn-more {
  width: 100px;
  line-height: 36px;
  text-align: center;
  background-color: #eeeeee;
  display: inline-block;
  font-size: 14px;
}
.newsList li .msg .btn-more:hover {
  background-color: green;
  color: #fff;
}

.pageBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.pageBox::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.pageBox a,
.pageBox span {
  float: left;
  width: 36px;
  height: 36px;
  border: solid 1px #f0f3f8;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
}

.pageBox a:hover {
  background-color: green;
  color: #fff;
}

.pageBox a.active {
  background-color: green;
  color: #fff;
}

.newsDetail-box .title {
  font-size: 24px;
  color: #000;
}
.newsDetail-box .tip {
  font-size: 13px;
  color: #999999;
  padding: 15px 0 25px;
}
.newsDetail-box .tip .time {
  margin-right: 30px;
}

.bandBox .list {
  margin-bottom:10px;
}
.bandBox .list:nth-child(4n+1){ clear:left;}
.bandBox .phone {
  font-size: 14px;
  color: green;
}
.bandBox .phone .num {
  font-size: 18px;
  font-style: italic;
}
.bandBox .imgs {
  width: 280px;
  height:auto;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.bandBox .imgs .line {
  width: 50px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
}
.bandBox .imgs .details {
  padding:0px 5px;
  box-sizing: border-box;
  position: relative;
  color: #000000;
}
.bandBox .imgs .t1 {
  font-size:16px;
  line-height:40px;
  text-align: center;
  display: block;
  height: 40px;
}
.bandBox .imgs .des {
  font-size: 16px;
}
.bandBox .imgs:nth-child(1) {
  margin-right: 20px;
}
.bandBox .imgs img {
  width: 100%;
 /* position: absolute;
  left: 0;
  right: 0; */
  max-height: 180px;
}
.bandBox .des {
  box-sizing: border-box;
}
.bandBox .des .msg {
  font-size: 14px;
  line-height: 28px;
}
.bandBox .des-right {
  padding-left: 50px;
}
.bandBox .des-right .tip {
  margin-right: 16px;
}
.bandBox .des-left {
  padding-right: 50px;
  text-align: right;
}
.bandBox .des-left .tip {
  margin-left: 16px;
}
.bandBox .title {
  font-size: 20px;
  color: green;
  padding: 30px 0 20px;
}
.bandBox .title .tip {
  width: 3px;
  height: 20px;
  background-color: green;
  display: inline-block;
  margin-top: 7px;
}

.certificate-box {
  margin-bottom: 30px;
}
.certificate-box .title {
  position: relative;
  height: 80px;
}
.certificate-box .title .line {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.certificate-box .title .des {
  background-color: #fff;
  padding: 0px 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 24px;
  font-weight: bold;
}
.certificate-box .certificate-list li {
  float: left;
  text-align: center;
  width: 280px;
  color: #999999;
  padding: 10px 0;
}
.certificate-box .certificate-list li:not(:last-child) {
  margin-right: 20px;
}

.expert-list li {
  background-color: #f8f8f8;
  margin-bottom: 40px;
  padding: 30px 25px;
  box-sizing: border-box;
  cursor: pointer;
}
.expert-list li .imgs {
  width: 320px;
  height: 310px;
  margin-right: 28px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: .6s;
}
.expert-list li .imgs:hover {
  transform: rotateZ(-360deg);
}
.expert-list li .imgs .pic {
  max-width: 100%;
  max-height: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.expert-list li .expert-msg {
  width: 800px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.expert-list li .expert-msg .name {
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.expert-list li .expert-msg .name .title {
  color: green;
  font-size: 22px;
}
.expert-list li .expert-msg .name .work {
  padding-top: 10px;
}

.contactBox .form {
  font-size: 14px;
  color: #666666;
}
.contactBox .form .btn-form {
  width: 130px;
  height: 38px;
  background-color: green;
  color: #fff;
  border: none;
  margin-left: 120px;
  margin-top: 30px;
  font-size: 14px;
}
.contactBox .form .list {
  margin-bottom: 16px;
}
.contactBox .form .list .tip {
  color: #e03d3d;
}
.contactBox .form .list .code {
  width: 99px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background-color: #f3f2f8;
  margin-left: 20px;
  font-size: 18px;
}
.contactBox .form .list label {
  width: 100px;
  text-align: right;
  display: inline-block;
  margin-right: 20px;
}
.contactBox .form .list input {
  width: 336px;
  height: 35px;
  border: solid 1px #d2d2d2;
}
.contactBox .form .list textarea {
  width: 558px;
  height: 140px;
  border: solid 1px #d2d2d2;
  resize: none;
}

#container {
  margin: 0 auto;
  width: 1200px;
  height: 530px;
  font-size: 14px;
  color: #000;
}

#container .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

#container .icon-cir {
  height: 31px;
  width: 28px;
}

#container .icon-cir-red {
  background-position: -11px -5px;
}

.amap-container {
  height: 100%;
}

.marker {
  color: #ff6600;
  padding: 4px 10px;
  border: 1px solid #fff;
  white-space: nowrap;
  font-size: 12px;
  font-family: "";
  background-color: #F0202F;
}

.caseList li {
  float: left;
  width: 370px;
  margin-bottom: 34px;
  border: solid 1px #e1e1e1;
  padding-bottom: 20px;
  position: relative;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
}
.caseList li:hover .detail .title {
  color: green;
}
.caseList li:not(:nth-child(3n)) {
  margin-right: 42px;
}
.caseList li:hover {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
.caseList li .detail {
  padding: 0 20px;
  box-sizing: border-box;
}
.caseList li .case-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.caseList li .case-img img {
  width: 100%;
}
.caseList li .case-img .mask {
  background-color: rgba(0, 94, 190, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -375px;
  top: 0;
}
.caseList li .tip {
  margin-top: 6px;
}
.caseList li .tip .title {
  font-size: 17px;
  color: #666666;
  width: 240px;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.caseList li .tip .time {
  font-size: 12px;
  color: #c1c0c0;
}
.caseList li .msg {
  font-size: 14px;
  color: #999999;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
}

.caseList-box .case-nav {
  width: 360px;
  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(../image/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(../image/icon-arrow-active.png) right center/6px no-repeat;
}
.caseList-box .case-nav ul li:hover a, .caseList-box .case-nav ul li.active a {
  color: green;
}

.search-result.case-list-detail {
  width: 100%;
}
.search-result.case-list-detail li .msg {
  width: 900px;
}

.case-list-detail {
  width: 780px;
  margin-bottom: 60px;
}
.case-list-detail li {
  border-bottom: dashed 1px #f0f0f0;
  padding: 25px 0;
}
.case-list-detail li .date {
  width: 70px;
  height: 62px;
  display: inline-block;
  border-radius: 6px;
  border: solid 1px #e1e1e1;
  color: #bbbbbb;
  font-size: 12px;
  text-align: center;
  margin-right: 20px;
}
.case-list-detail li .date .tip {
  font-size: 18px;
  margin-top: 7px;
  display: inline-block;
}
.case-list-detail li .msg {
  width: 590px;
  font-size: 14px;
}
.case-list-detail li .msg .des {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
}
.case-list-detail li .btn-more {
  display: inline-block;
  width: 92px;
  line-height: 32px;
  background-color: #eeeeee;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-top: 16px;
}
.case-list-detail li .btn-more.active, .case-list-detail li .btn-more:hover {
  background-color: green;
  color: #fff;
}

.search .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search .inner input {
  width: 440px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  border: none;
  padding-left: 20px;
}
.search .inner .btn {
  width: 120px;
  height: 62px;
  background-color: #2676c8;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.mask .pdf-close {
  float: right;
  color: #000000;
  cursor: pointer;
  padding-bottom: 20px;
}
.mask .pdfBox {
  min-height: 400px;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.mask .pdfBox a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #7a7a7a;
  margin-bottom: 20px;
  margin-right: 20px;
  color: #fff;
}

.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;
}

.tableForm tr th {
  background-color: #fafafa !important;
  padding: 0px 15px;
  text-align: left;
  height: 60px;
  border: 1px solid #eee !important;
  font-size: 14px !important;
}

/*# sourceMappingURL=main.css.map */

.newsDetail_div{ width:100%; line-height:1.8; font-size:14px; overflow:hidden;}
.newsDetail_div img{ max-width:100% !important; height:auto !important;  }
.newsDetail_div .divtable{ text-align:left;}
.newsDetail_div .divtable img{width:558px !important; height:375px !important;/* height:auto !important;*/}
.loginImg{
  /* width: 120px;
  height: 120px; */
}
.loginImg img{
  max-width: 400px;
  max-height: 120px;
  margin-top: -26px;
}

 .table-p {
   border-collapse: collapse;
 }

.table-p td {
  text-align: center;
}

.table-p th {
  padding: 10px 0;
}

.table-p, .table-p tr th, .table-p tr td {
  border: 1px solid #ccc;
  padding: 5px;
}

.table-p tbody tr > td:first-child {
  width: 100px;
}
.imgCompany{
  text-align: center;
  margin-bottom: 10px;
}
.tableTr td{
  font-stretch: normal; line-height: 16.8px; border-collapse: collapse;
  font-size:14px;
  color:#000000;
  font-family:宋体;
  margin: 0px; padding: 0px; line-height: 19.6px;
}