/*新闻动态*/
.newsList li {
  float: left;
  width: 32.74%;
  border: 1px solid#DBDBDB;
  background: #fff;
}

.newsList li:nth-child(2) {
  margin: 0 10px;
}

.newsList li img {
  width: 100%;
  height: 242px;
}

.newsList li .info {
  padding: 12px 10px;
}

.newsList li p {
  height: 53px;
  line-height: 22px;
  overflow: hidden;
  padding: 12px 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsList li span {
  display: block;
  padding: 6px 10px 10px;
}

.newsList li a {
  color: #333;
}

.newsList li a:hover {
  text-decoration: none;
  color: #337ab7;
}

.newsCont {
  padding-bottom: 50px;
}

.newsCont dl {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}

.newsCont dt {
  float: left;
  width: 18%;
  color: #004a93;
}

.newsCont dt strong {
  display: block;
  padding-top: 5px;
  font-size: 40px;
}

.newsCont dd {
  float: left;
  width: 82%;
}

.newsCont dd h5 {
  float: left;
  width: 90%;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}

.newsCont dd span {
  float: right;
  line-height: 23px;
  padding-top: 7px;
  font-size: 14px;
  color: #004a93;
}

.newsCont dd a:hover span,
.service .infoText a:hover {
  text-decoration: underline;
}

.newsCont dd p {
  position: relative;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: #9b9b9b;
}

.newsCont dd a:hover,
.newsCont dd a:hover p {
  color: #004a93;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .newsList li {
    width: 32.4%;
  }
  .newsList li:nth-child(2) {
    margin: 0 12px;
  }
  .newsList li img {
    height: 198px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .newsList li {
    width: 32.3%;
  }
  .newsCont dt strong {
    font-size: 26px;
  }
  .newsCont dd h5 {
    width: 86%;
    font-size: 16px;
  }
  .newsList li img {
    height: 150px;
  }
}

@media (max-width: 414px) {
  .company .row {
    margin-right: 0;
  }
  .newsList li {
    width: 31.6%;
  }
  .newsList li:nth-child(2) {
    margin: 0 7px;
  }
  .newsList li img {
    height: 90px;
  }
  .newsList li p {
    padding: 5px 4px 0;
    line-height: 20px;
    height: 46px;
  }
  .newsList li span {
    padding: 0 4px;
  }
  .newsCont dl {
    padding: 16px 0;
  }
  .newsCont dt strong {
    font-size: 18px;
  }
  .newsCont dd h5 {
    width: 75%;
    font-size: 14px;
  }
  .newsCont dd p {
    padding-top: 3px;
    height: 38px;
    font-size: 13px;
  }
  .newsCont dd span {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .newsList li {
    width: 32.2%;
  }
  .newsList li:nth-child(2) {
    margin: 0 5px;
  }
  .newsCont dt strong {
    font-size: 15px;
  }
  .newsList li img {
    height: 80px;
  }
  .newsList li p,
  .newsCont dd p {
    font-size: 13px;
  }
  .newsList li .date {
    font-size: 12px;
  }
  .newsCont dl {
    padding: 12px 0;
  }
}
@media (max-width: 320px) {
  .newsList li {
    width: 32%;
  }
  .newsList li:nth-child(2) {
    margin: 0 5px;
  }
  .newsCont dd h5 {
    width: 72%;
    font-size: 13px;
  }
  .newsCont dd p {
    padding-top: 0;
    height: 32px;
    font-size: 12px;
  }
  .newsList li img {
    height: 68px;
  }
}

/*详情*/
.mysite {
  background: url(../image/icon6.png) no-repeat left center;
  padding: 20px 0 20px 25px;
  font-size: 12px;
  color: #9b9b9b;
}

.mysite i {
  font-style: normal;
  color: #004a93;
}

.newsDetails .hd {
  text-align: center;
}

.newsDetails h5 {
  padding-bottom: 8px;
  height: 34px;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  font-size: 24px;
}

.newsDetails .date {
  display: block;
  width: 110px;
  margin: 0 auto;
  background: url(../image/icon7.png) no-repeat left center;
  padding-left: 20px;
}

.newsDetails .keys {
  margin-bottom: 10px;
  padding-top: 10px;
  line-height: 20px;
  overflow: hidden;
}

.newsDetails .bd {
  padding: 20px 0 60px;
  min-height: 320px;
  border-top: 1px solid #004a93;
}

.serviceDetails .bd {
  border-top: none;
}

.newsDetails .bd img {
  margin: 10px auto;
  text-align: center;
}

.newsDetails .bd p {
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .newsDetails h5 {
    font-size: 16px;
  }
  .newsDetails .bd img {
    max-width: 100%;
  }
}

/*企业文化*/
.company .container {
  position: relative;
  z-index: 1;
  margin-top: -5%;
  padding: 0 40px;
  background: #fff;
}

.company .menuCont {
  padding: 30px 0 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .company .menuCont {
    padding: 20px 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
  .company .container {
    padding: 0 10px;
  }
  .company .menuCont {
    padding: 20px 0 0;
  }
  .company .menuCont li {
    margin-bottom: 0;
  }
}
/*联系我们*/
.contactHd {
  margin: 20px 0 30px;
  padding: 46px 20px 40px 30px;
  background: #fff;
}

.contactHd dl.col-lg-5 {
  float: left;
  width: 35%;
}

.contactList {
  margin: 0 -10px;
}

.contactList dl {
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  padding: 50px 30px;
  height: 305px;
  background: #fff;
}

.contact dt {
  padding-left: 35px;
  font-weight: bold;
  font-size: 18px;
}

.contact dd {
  margin-top: 10px;
  padding-left: 35px;
  height: 30px;
  line-height: 24px;
  font-size: 16px;
}

.contact dd.icon1 {
  background: url(../image/icon1.png) no-repeat left center;
}

.contact dd.icon2 {
  background: url(../image/icon2.png) no-repeat left center;
}

.contact dd.icon3 {
  background: url(../image/icon3.png) no-repeat left center;
}

.contact dd.icon4 {
  background: url(../image/icon4.png) no-repeat left center;
}

.contact dd.icon5 {
  background: url(../image/icon5.png) no-repeat left 6px;
  height: auto;
  text-align: justify;
}

.adderPic {
  float: right;
  width: 90%;
  height: 280px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .contactHd {
    margin: 20px 0 30px;
    padding: 30px 20px 40px;
  }
  .contactList {
    margin: 0 -6px;
  }
  .contactList dl {
    width: 32%;
    margin: 0 6px 12px;
    padding: 30px 20px;
    height: 306px;
    font-size: 14px;
  }
  .contactList dt {
    padding-left: 25px;
    font-size: 16px;
  }
  .contactList dd {
    padding-left: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contactList dl {
    width: 31.6%;
  }
  .contactHd div.col-sm-12 {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .contactHd {
    padding: 30px 20px;
    margin: 10px 0;
  }
  .contactHd dl {
    width: 100%;
  }
  .contactList dl {
    width: calc(100% - 20px);
    height: auto;
    padding: 30px 20px;
    margin-bottom: 10px;
  }
  .contact dt {
    font-size: 16px;
  }
  .contact dd {
    height: 24px;
    font-size: 14px;
  }
  .adderPic {
    float: left;
    width: 100%;
    padding-top: 20px;
    height: 200px;
  }
}

/*业务*/
.service .container {
  padding: 30px 0 50px;
}

.service .infoText h5 {
  padding-top: 100px;
  font-size: 20px;
  color: #004a93;
}

.service .infoText p {
  margin: 15px 0;
  height: 124px;
  line-height: 26px;
  overflow: hidden;
  text-align: justify;
  font-size: 16px;
  color: #333;
}

.service .infoText a {
  float: right;
  border: 1px solid #e37828;
  border-radius: 18px;
  width: 106px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #e37828;
  position: relative;
  z-index: 10;
}

.service .rt .infoPic {
  float: right;
}

.service .infoPic {
  width: 477px;
  height: 323px;
}

.service .infoPic img {
  width: 90%;
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .service .infoPic img:hover,
  .newsList li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 3000;
    -webkit-transition: 0.3s cubic-bezier(0.3, 0, 0, 1.37);
    transition: 0.3s cubic-bezier(0.3, 0, 0, 1.37);
  }

  .service .infoText p:hover {
    color: #004a93;
  }
}

.contEven {
  background: #e9f3ff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .service .container {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .service .container {
    padding: 10px;
  }
  .service .infoText h5 {
    padding-top: 15px;
    font-size: 16px;
  }
  .service .infoText p {
    margin-top: 8px;
    font-size: 14px;
  }
  .service .infoPic {
    width: 60%;
    margin: 0 auto;
    height: auto;
  }
  .service .rt .infoPic,
  .service .rt {
    float: none;
  }
  .service .infoPic img {
    margin-bottom: 15px;
    text-align: center;
  }
}

.prevLink {
  display: block;
  width: 140px;
  margin: 0 auto;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #004a93;
  color: #fff;
}

.prevLink:hover {
  color: #fff;
  text-decoration: underline;
}
