.oneline {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fz-0 {
  font-size: 0;
}
/* max-width */
.child-mw-100 * {
  max-width: 100%;
}
.child-mw-100 img {
  vertical-align: top;
  height: auto;
}
/* text-normal */
.font-content {
  font-size: 14px;
  color: #555;
}
/* object-fit */
.obj-cover {
  object-fit: cover;
  font-family:'object-fit: cover;';
}
.obj-contain {
  object-fit: contain;
  font-family:'object-fit: contain;';
}
.animate-2 {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition:all .2s;
}
.animate-4 {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.animate-6 {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.animate-10 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}
.animate-4-hover:hover,
.animate-4-hover:hover * {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.animate-6-hover:hover,
.animate-6-hover:hover * {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.animate-10-hover:hover,
.animate-10-hover:hover * {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}

/* page */
@media (min-width: 768px) {
  .page-num a {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 5px;
    border: 1px solid #aaa;
    font-size: 14px;
  }
  .page-num a.on,
  .page-num a:hover {
    background-color: #de0b17;
    color: #fff!important;
    border-color: #de0b17;
  }
}
.page-num a {
  padding: 2px 8px;
  margin: 0 3px;
  font-size: 12px;
  color: #555;
}

/* Banner指针 */
.carousel-control-prev > span.iconfont,
.carousel-control-next > span.iconfont {
  font-size: 40px;
  color: #eee;
}
@media (min-width: 576px) {
  .carousel {
    overflow: hidden;
  }
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition:all .6s;
  }
  .carousel-control-prev {
    left: -15%;
  }
  .carousel-control-next {
    right: -15%;
  }
  .carousel:hover > .carousel-control-prev {
    left: 0;
  }
  .carousel:hover > .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev > span.iconfont,
  .carousel-control-next > span.iconfont {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .carousel-indicators {
    bottom: 10px;
  }
}




/* Banner */
.b-masking {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,.1);
}
.b-masking > ul > li {
  width: 25%;
  padding: 20px 120px 20px 10px;
  border-right: 1px solid #555;
}
.b-masking > ul > li > i.iconfont {
  right: 10px;
  bottom: 0;
  font-size: 60px;
  font-weight: bold;
  color: #555;
}
.b-masking > ul > li > .title {
  color: #fff;
}
.b-masking > ul > li:hover > .title {
  color: #de0b17;
}
.b-masking > ul > li > .desc {
  color: #ccc;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .b-masking > ul > li {
    padding-right: 70px;
  }
}
@media (max-width: 1200px) {
  .b-masking > ul > li {
    height: 114px;
    padding-right: 10px;
  }
  .b-masking > ul > li > i.iconfont {
    display: none;
  }
}
@media (max-width: 992px) {
  .b-masking {
    display: none;
  }
}



/* INDEX */
.index-item {
  padding: 80px 0;
}
.index-item .cap > .title {
  font-size: 26px;
  letter-spacing: 1px;
}
.index-item .cap > .desc {
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
}
.index-item .cap > hr {
  width: 50px;
  border-width: 2px;
  border-color: #de0b17;
}
@media (max-width: 992px) {
  .index-item {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .index-item {
    padding: 30px 0;
  }
  .index-item .cap > .title {
    font-size: 20px;
  }
  .index-item .cap > .desc {
    font-size: 12px;
  }
}




/* INDEX-SERVICE */
.index-service {
  background-color: #f5f5f5;
}
.index-service ul > li {
  width: 25%;
  height: 149px;
  padding-top: 25px;
  /* border: 1px solid #ddd; */
  background-color: #fff;
}
.index-service ul > li.multi {
  padding-top: 0;
}
.index-service ul > li > a {
  display: block;
  top: 0;
  height: 100%;
  padding: 25px;
}
.index-service ul > li:hover > a {
  top: -10px;
}
.index-service ul > li .img-box > img {
  width: 60px;
}
.index-service ul > li .text-box {
  width: 180px;
}
.index-service ul > li .text-box > .title {
  font-size: 18px;
  letter-spacing: 1px;
  color: #555;
}
.index-service ul > li .text-box > span {
  font-size: 13px;
  color: #999;
}
.index-service ul > li.more {
  background-color: #da3a36;
}
.index-service ul > li.more a {
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 1366px) {
  .index-service ul > li .img-box > img {
    width: 53px;
  }
  .index-service ul > li .text-box {
    width: 165px;
  }
}
@media (max-width: 1200px) {
  .index-service ul > li {
    width: 25%;
  }
  .index-service ul > li .text-box {
    width: 120px;
  }
}
@media (max-width: 992px) {
  .index-service ul > li {
    height: 182px;
    text-align: center;
  }
  .index-service ul > li > a {
    padding: 15px;
  }
  .index-service ul > li .img-box,
  .index-service ul > li .text-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-service ul > li {
    height: 184px;
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .index-service ul > li {
    height: auto;
    border: none;
    background: none;
  }
  .index-service ul > li.fir {
    clear: left;
  }
  .index-service ul > li > a {
    padding: 5px;
  }
  .index-service ul > li .img-box > img {
    width: 35px;
  }
  .index-service ul > li .text-box > .title {
    font-size: 12px;
  }
  .index-service ul > li .text-box > span {
    display: none;
  }
}




/* CONSULT */
.index-consult {
  background: url(../images/service_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index-consult ul > li {
  position: relative;
  width: 20%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index-consult ul > li::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 58, 55, 0.69);
}
.index-consult ul > li:hover::before {
  display: block;
}
.index-consult ul > li > a {
  top: 0;
}
.index-consult ul > li:hover > a {
  top: -10px;
}
.index-consult ul > li > a > i.iconfont {
  font-size: 50px;
}
.index-consult ul > li > a > hr {
  width: 30px;
  margin-top: 0;
  border-color: #fff;
  border-width: 2px;
}
.index-consult ul > li > a > span {
  font-size: 15px;
}
@media (max-width: 1200px) {
  .index-consult ul > li {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .index-consult ul > li {
    width: 100%;
    height: 150px;
  }
}



/* CASE */
.index-case ul > li {
  position: relative;
  top: 0;
  width: 23.5%;
  height: 201px;
  margin-right: 2%;
  margin-bottom: 25px;
  box-shadow: 0 0 10px #ccc;
}
.index-case ul > li.last {
  margin-right: 0;
}
.index-case ul > li:hover {
  top: -10px;
}
.index-case ul > li > a {
  height: 100%;
  padding: 20px;
}
.index-case ul > li > a > .title {
  font-size: 18px;
  color: #555;
}
.index-case ul > li > a > .desc {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-case .more > a {
  padding: 5px 20px;
  color: #da3a36;
  border: 1px solid #da3a36;
}
.index-case .more > a:hover {
  color: #fff;
  background-color: #da3a36;
}
@media (max-width: 1200px) {
  .index-case ul > li {
    height: 189px;
  }
}
@media (max-width: 992px) {
  .index-case ul > li,
  .index-case ul > li.last {
    width: 49%;
    height: 201px;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .index-case ul > li.last-sm {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .index-case ul > li {
    width: 100%!important;
    height: auto!important;
    margin-right: 0!important;
  }
}


/* INDEX-NEWS */
.index-news {
  background-color: #eee;
}
.index-news ul > li.pri {
  width: 45%;
  padding: 35px 50px;
}
.index-news ul > li.pri > .date {
  font-size: 20px;
  color: #999;
}
.index-news ul > li.pri > .title > a {
  color: #555;
}
.index-news ul > li.pri > .title > a:hover {
  color: #da3a36;
}
.index-news ul > li.pri > .desc {
  line-height: 22px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  font-size: 13px;
  color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-news ul > li.pri > .img-box {
  height: 229px;
}
.index-news ul > li.pri > a {
  padding: 10px 25px;
  font-size: 13px;
  background-color: #da3a36;
}
.index-news ul > li.sec {
  width: 50%;
  padding: 35px 30px;
  margin-bottom: 15px;
}
.index-news ul > li.sec:last-of-type {
  margin-bottom: 0;
}
.index-news ul > li.sec .text-box {
  width: 80%;
}
.index-news ul > li.sec .text-box > .title {
  color: #555;
}
.index-news ul > li.sec .text-box > .desc {
  line-height: 22px;
  color: #bbb;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-news ul > li.sec .date {
  color: #ccc;
}
.index-news ul > li.sec i.iconfont {
  display: none;
  bottom: 10px;
  right: 30px;
  font-size: 35px;
  color: #555;
}
.index-news ul > li.sec:hover .text-box > .title,
.index-news ul > li.sec:hover .date {
  color: #da3a36;
}
.index-news ul > li.sec:hover i.iconfont {
  display: inline;
}
@media (max-width: 992px) {
  .index-news ul > li {
    width: 100%!important;
    margin-bottom: 10px!important;
  }
}
@media (max-width: 576px) {
  .index-news ul > li {
    padding: 20px!important;
  }
}



/* ENTER */
.enter {
  padding: 20px 0;
  background: url('../images/bottom_bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}
.enter-bjs{background: url('../images/bg3.jpg') no-repeat center center;}
.enter .symbol {
  position: relative;
  left: -10px;
  height: 50px;
  font-size: 60px;
}
.enter .desc {
  font-size: 24px;
  letter-spacing: 1px;
}
.enter a {
  padding: 10px 50px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
.enter a:hover {
  color: #1e90fc;
  background-color: #fff;
}


/* MENU */
nav.menu ul > li {
  width: 10%;
  padding: 5px 0;
  font-size: 16px;
}
nav.menu ul > li > a {
  color: #999;
}
nav.menu ul > li.active > a,
nav.menu ul > li > a:hover {
  color: #da3a36;
}
@media (max-width: 1200px) {
  nav.menu ul > li {
    width: 12.5%;
  }
}
@media (max-width: 992px) {
  nav.menu ul > li {
    width: 20%;
  }
}
@media (max-width: 768px) {
  nav.menu ul > li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  nav.menu ul > li {
    width: 33.3333333%;
  }
}


/* CASE */
ul.cases-list > li {
  width: 23.5%;
  height: 201px;
  margin-right: 2%;
  margin-bottom: 25px;
  box-shadow: 0 0 10px #ccc;
}
ul.cases-list > li.last {
  margin-right: 0;
}
ul.cases-list > li > a {
  height: 100%;
  padding: 20px;
}
ul.cases-list > li > a > .title {
  font-size: 18px;
  color: #555;
}
ul.cases-list > li > a > .desc {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
ul.cases-list > li > a > .masking {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
}
ul.cases-list > li > a > .masking span {
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}
ul.cases-list > li:hover > a > .masking {
  display: table;
}
@media (max-width: 1200px) {
  ul.cases-list > li {
    height: 189px;
  }
}
@media (max-width: 992px) {
  ul.cases-list > li,
  ul.cases-list > li.last {
    width: 49%;
    height: 201px;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  ul.cases-list > li.last-sm {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  ul.cases-list > li {
    width: 100%!important;
    height: auto!important;
    margin-right: 0!important;
  }
}



/* NEWS */
ul.news-list > li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  box-shadow: 0 0 10px #ccc;
}
ul.news-list > li.last {
  margin-right: 0;
}
ul.news-list > li > .img-box {
  height: 210px;
  overflow: hidden;
}
ul.news-list > li > .img-box:hover img {
  transform: scale(1.1);
}
ul.news-list > li > .text-box {
  padding: 15px;
}
ul.news-list > li > .text-box > .title > a {
  color: #555;
}
ul.news-list > li > .text-box > .title > a:hover {
  color: #da3a36;
}
ul.news-list > li > .text-box > .date {
  font-size: 14px;
  color: #999;
}
ul.news-list > li > .text-box > .desc {
  color: #999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 992px) {
  ul.news-list > li,
  ul.news-list > li.last {
    width: 49%;
    margin-right: 2%;
  }
  ul.news-list > li.last-sm {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  ul.news-list > li > .img-box {
    height: 180px;
  }
}
@media (max-width: 576px) {
  ul.news-list > li {
    width: 100%!important;
  }
}



/* 招聘 */
#rec-teble tbody tr {
  cursor: pointer;
}
ul.rec-list {
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 9999;
}
ul.rec-list > li {
  top: 10%;
  left: 50%;
  width: 800px;
  height: 80%;
  margin-left: -400px;
}
ul.rec-list > li > .close {
  right: 5px;
  top: 5px;
}
ul.rec-list > li > .top > .name {
  width: 50%;
}
ul.rec-list > li > .top > .num,
ul.rec-list > li > .top > .addr {
  width: 25%;
}
ul.rec-list > li > .top span {
  font-size: 12px;
  color: #999;
}
ul.rec-list > li > .top p {
  font-size: 22px;
}
ul.rec-list > li > .desc > span {
  font-size: 14px;
  color: #999;
}
ul.rec-list > li > .bottom {
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #555;
}
@media (max-width: 1365px) {
  ul.rec-list > li {
    top: 5%;
    height: 90%;
  }
}
@media (max-width: 991px) {
  ul.rec-list > li {
    width: 600px;
    margin-left: -300px;
  }
  ul.rec-list > li > .top p {
    font-size: 18px;
  }
  ul.rec-list > li > .desc > span,
  ul.rec-list > li > .bottom {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* ul.rec-list > li > .close {
    top: auto;
    bottom: 5px;
    z-index: 999;
  } */
  ul.rec-list > li {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  ul.rec-list > li hr {
    margin: 5px 0;
  }
}



/* CONTACT */
.contact-info i.iconfont {
  width: 50px;
}
.contact-info i.iconfont::before {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 30px;
  background-color: #084a9b;
}
.contact-info .text-box > span {
  font-size: 14px;
  color: #777;
}
.contact-info .item {
  width: 50%;
}
@media (max-width: 575px) {
  .contact-info .item {
    width: 100%;
  }
}



/* PRODUCTS */
ul.products-list > li > .cap > .title {
  font-size: 20px;
  color: #da3a36;
}
ul.products-list > li > .cap > .desc {
  font-size: 14px;
  color: #999;
}
ul.products-list > li > .cap > hr {
  width: 50px;
  border-width: 2px;
  border-color: #da3a36;
}
ul.products-list > li {
  padding: 50px 0;
  border-bottom: 1px dotted #ccc;
}
ul.products-list > li > ul > li {
  width: 25%;
  /* height: 127px; */
  border: 1px solid #ddd;
  background-color: #fff;
}
ul.products-list > li > ul > li.fir-sm {
  clear: left;
}
ul.products-list > li > ul > li > a {
  display: block;
  top: 0;
  height: 100%;
  padding: 20px;
}
ul.products-list > li > ul > li:hover > a {
  top: -10px;
}
ul.products-list > li > ul > li .img-box > img {
  width: 60px;
}
ul.products-list > li > ul > li .text-box {
  width: 180px;
}
ul.products-list > li > ul > li .text-box > .title {
  font-size: 18px;
  letter-spacing: 1px;
  color: #555;
}
ul.products-list > li > ul > li .text-box > .desc {
  font-size: 13px;
  color: #999;
}
ul.products-list > li > ul > li.more {
  background-color: #da3a36;
}
ul.products-list > li > ul > li.more a {
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 1366px) {
  ul.products-list > li > ul > li .img-box > img {
    width: 53px;
  }
  ul.products-list > li > ul > li .text-box {
    width: 165px;
  }
}
@media (max-width: 1200px) {
  ul.products-list > li > ul > li {
    width: 33.333333%;
  }
  ul.products-list > li > ul > li.fir-sm {
    clear: none;
  }
  ul.products-list > li > ul > li.fir {
    clear: left;
  }
  ul.products-list > li > ul > li .text-box {
    width: 190px;
  }
}
@media (max-width: 992px) {
  ul.products-list > li {
    padding: 30px 0;
  }
  ul.products-list > li > ul > li {
    /* height: 160px; */
    text-align: center;
  }
  ul.products-list > li > ul > li > a {
    padding: 15px;
  }
  ul.products-list > li > ul > li .img-box,
  ul.products-list > li > ul > li .text-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  ul.products-list > li > ul > li {
    /* height: 184px; */
  }
}
@media (max-width: 576px) {
  ul.products-list > li {
    padding: 20px 0;
  }
  ul.products-list > li > ul > li {
    /* height: auto; */
    border: none;
    background: none;
  }
  ul.products-list > li > ul > li .text-box > .title {
    font-size: 16px;
  }
  ul.products-list > li > ul > li .text-box > .desc {
    display: none;
  }
}



/* CONSULT */
.consult-caption > .title {
  font-size: 24px;
  color: #da3a36;
}
.consult-caption > ul > li {
  margin-right: 20px;
}
.consult-caption > ul > li > a {
  font-size: 18px;
  color: #777;
}
.consult-caption > ul > li > a:hover {
  color: #000;
}
.consult-wp > .img-box,
.consult-wp > .text-box {
  width: 50%;
  font-size: 14px;
}
.consult-wp > .text-box > .title {
  font-size: 18px;
  color: #555;
}
@media (max-width: 767px) {
  .consult-caption > .title {
    font-size: 20px;
  }
  .consult-caption > ul > li > a {
    font-size: 16px;
  }
  .consult-wp {
    border-bottom: 1px dotted #ccc;
  }
  .consult-wp > .img-box,
  .consult-wp > .text-box {
    width: 100%;
  }
  .consult-wp > .text-box > .title {
    font-size: 18px;
  }
}



.to-signup {
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 99999;
}
.to-signup form {
  top: 50%;
  left: 50%;
  width: 550px;
  height: 400px;
  margin-left: -275px;
  margin-top: -200px;
  padding: 20px;
  border-radius: 5px;
}
.to-signup form .require::after {
  content: '*';
  color: red;
}
@media (max-width: 576px) {
  .to-signup form {
    width: 96%;
    left: 2%;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}


ul{margin: 0;padding: 0;}
ul li{list-style: none;}

.seemore-margin{margin-top: 60px;}

@media (max-width: 992px) {
  .seemore-margin{margin-top: 30px;}
}


@media(min-width: 1380px){
  .index-container{max-width: 1350px;}
}

.carousel-indicators{bottom: 20px;}
/*热门链接*/
.index-link-nav{font-size: 0;padding: 0;margin: 0;}
.hotlinks{padding: 10px 0;background: #2b2b2c;}
.index-link-nav li{width: 20%;display: inline-block;vertical-align: middle;font-size: 24px;color: #fff;}
.linke-title{font-size: 16px;color: #00afe9;margin-top: 10px;font-weight: bold;}
.linke-color1{color: #e20000;}
.linke-color2{color: #ffa304;}
.linke-color3{color: #f74102;}
.linke-color4{color: #059f26;}

@media(max-width: 1020px){
  .hotlinks{padding: 20px 0;}
  .index-link-nav li.index-none{display: none;}
  .index-link-nav li{width: 25%;vertical-align: top;}
  .index-link-nav li a img{width: 44px;}
  .linke-title{font-size: 12px;}
}

/*产品服务*/
@media (min-width: 1367px){
  .index-service ul.cap-ul > li .text-box{width: 200px;}
}

.index-service-bj{background: #fff;}
.cap-title{font-size: 26px;color: #222;background: url(../images/cap-bj.png) center center no-repeat;}
.cap-entitle{font-size: 14px;color: #999;text-transform: uppercase;}
.seemore{margin-top: 40px;}
.seemore a{font-size: 24px;color: #999;}
.seemore a:hover{color: #e20000;}

@media(max-width: 1020px){
  .cap-title{font-size: 20px;background:none;}
  .cap-entitle,.seemore a{font-size: 12px;}
}

/*客户案例*/
.index-item-case{padding-top: 0;}
.products_center li{width: 18.4%;display: inline-block;vertical-align: top;margin-right: 2%;text-align: center;border: 3px solid #e6e6e6;transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;}
.products_center li:last-child{margin-right: 0;}
.pro_index{padding: 10px;font-size: 14px;border-top: 3px solid #e6e6e6;color: #222;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
/*.pro-img1{height: 120px;}*/
.products_center li:hover{transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transform: translateY(-6px);-o-transform: translateY(-6px);transform: translateY(-6px);box-shadow: 0 6px 40px rgba(128,128,128,0.25);}

@media (max-width: 992px) {
  .products_center li{width: 49%;margin: 10px 2% 10px 0;}
  .products_center li:nth-child(2n){margin-right: 0;}
  /*.pro-img1{height: 76px;}*/
}
@media (max-width: 576px) {
  .products_center li{width: 100%;margin: 10px 0;}
  .pro_index{font-size: 14px;}
  .pro-img1{height: auto;}
}


/*市场动态*/
.ellipsis{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.item-bj1{background: #f9f9f9;}
.teachingliterature li{width: 32%;margin-right: 2%;background: #fff;display: inline-block;vertical-align: top;transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;}
.teachingliterature li:last-child{margin-right: 0;}
.in-course-padding{padding: 20px 15px;}
.literature-title{font-size: 20px;color: #333; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.literature-text{margin-top: 10px;font-size: 16px;color: #999;line-height: 1.8;-webkit-line-clamp: 2;height: 3.6em;}
.literature-time{margin-top: 50px;font-size: 16px;color: #999;}
.teachingliterature li img.in-img{height: 260px;}
.teachingliterature li:hover{transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transform: translateY(-6px);-o-transform: translateY(-6px);transform: translateY(-6px);box-shadow: 0 6px 40px rgba(128,128,128,0.25);}

@media (max-width: 992px) {
  .in-course-padding{padding: 10px;}
  .literature-title{font-size: 14px;}
  .literature-text{font-size: 12px;}
  .literature-time{margin-top: 30px;font-size: 12px;}
  .teachingliterature li img.in-img{height: 120px;}
}
@media (max-width: 576px) {
  .teachingliterature li{width: 100%;margin: 10px 0;}
  .teachingliterature li img.in-img{height: 220px;}
}


/*一键预约轻松办理*/
.oneclick-bj{padding: 80px 0;background: url(../images/inbj1.jpg) no-repeat;}
.oneclick-title{font-size: 46px;color: #fefefe;}
.oneclick-entitle{font-size: 22px;color: #fefefe;}
.oneclickbooking{margin-top: 50px;background: #fff;padding: 30px;box-shadow: 0px 2px 6px #666;}
.book-line{padding-bottom: 15px;border-bottom: 1px solid #ededed;}
.book-title{float: left;font-size: 20px;color: #333;line-height: 24px;}
.book-text{float: right;font-size: 14px;color: #c6c6c6;line-height: 24px;}
.p_form{margin-top: 30px;}
.p_form .InputBox{width: 100%;height: 50px;float: left;position: relative;margin-bottom: 20px;background: #f2f3f5;}
.InputBoxSpan{position: absolute;top: 50%;transform: translateY(-50%);left: 10px;color: #666;width: 100px;font-size: 16px;color: #666;}
.InputBoxFont{color: #eb2a2a;}
.p_form .InputBox input{width: 100%;height: 100%;color: #333;border: none;outline: none;font-size: 16px;padding: 0 10px 0 110px;}
.InputBoxs{position: relative;}
.InputBoxs textarea{width: 100%;height: 120px;color: #333;background: #f2f3f5;border: none;outline: none;font-size: 16px;padding: 50px 10px 10px;}
.InputBoxs .InputSpan{width: 100%;background: #f2f3f5;position: absolute;left: 0;top: 0;height: 50px;line-height: 50px;padding-left: 10px;font-size: 16px;color: #666;}
.index_button{margin-top: 20px;height: 40px;width: 160px;background: #35a7ff;color: #fff;font-size: 16px;border-radius: 50px;outline: none;}
button:focus{border: none;outline: none;}

@media(max-width: 1020px){
  .oneclick-bj{padding: 40px 0;}
  .oneclick-title{font-size: 18px;}
  .oneclick-entitle{font-size: 12px;color: #fefefe;}
  .oneclickbooking{margin-top: 20px;padding: 20px 10px;}
  .book-title,.book-text{width: 100%;text-align: center;line-height: 20px;}
  .book-title{font-size: 16px;}
  .book-text{font-size: 12px;}
  .p_form .InputBox{height: 40px;margin-bottom: 10px;}
  .InputBoxSpan{left: 10px;width: 90px;font-size: 14px;}
  .p_form .InputBox input{font-size: 14px;padding: 0 10px 0 100px;}
  .InputBoxs textarea{height: 120px;font-size: 14px;padding: 40px 10px 10px;}
  .InputBoxs .InputSpan{height: 40px;line-height: 40px;font-size: 14px;}
}
/*一键预约轻松办理 end*/


.item-top{position: relative;}
.item-top .banner-top{width: 100%;position: absolute;left: 0;top: 60%;}
.banner-nav li{display: inline-block;vertical-align: top;margin-right: 50px;}
.banner-nav li a{width: 260px;height: 68px;line-height: 68px;display: block;font-size: 22px;text-align: center;border: 1px solid #fff;}
.banner-nav li.banner-nav1 a{color: #453d90;background: #fff;}
.banner-nav li.banner-nav2 a{color: #fff;background: rgba(255,255,255,0.4);}

@media (max-width: 1440px) {
  .banner-nav li{margin-right: 20px;}
  .banner-nav li a{width: 160px;height: 44px;line-height: 44px;font-size: 16px;}
}
@media (max-width: 576px) {
  .banner-nav li{margin-right: 10px;}
  .banner-nav li a{width: 80px;height: 24px;line-height: 24px;font-size: 12px;}
}


/*产品服务*/
.index-item{padding: 70px 0;}
.index-top{margin-top: 70px;}
.index-item-bj{background: #f5f5f5;}
.cap-title{font-size: 26px;color: #222;background: url(../images/cap-bj.png) center center no-repeat;}
.cap-entitle{font-size: 14px;color: #999;text-transform: uppercase;}
.seemore-margin{margin-top: 60px;}
.productservice li{width: 23.5%;float: left;border: 1px solid #f2f2f2;margin-right: 2%;}
.productservice li:first-child{background: #11487d;}
.productservice li:nth-child(2){background: #942645;}
.productservice li:nth-child(3){background: #0e7fa6;}
.productservice li:last-child{margin-right: 0;background: #d7ae60;}
.service-padding1{padding: 20px;}
.service-title1{font-size: 21px;color: #fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.service-text1{font-size: 12px;color: #fff;}

@media (max-width: 992px) {
  .index-top{margin-top: 40px;}
  .index-item{padding: 40px 0;}
  .cap-title{font-size: 206px;background: none;}
  .cap-entitle{font-size: 12px;}
  .seemore-margin{margin-top: 30px;}
  .productservice li{width: 49%;margin: 10px 2% 10px 0;}
  .productservice li:nth-child(2n){margin-right: 0;}
  .service-padding1{padding: 15px;}
  .service-title1{font-size: 16px;}
}
@media (max-width: 576px) {
  .index-item{padding: 30px 0;}
  .cap-title{font-size: 24px;}
  .cap-entitle{font-size: 14px;}
  .productservice li{width: 100%;margin: 10px 0;}
}

/*客户案例*/
.products_center li{width: 18.4%;display: inline-block;vertical-align: top;margin-right: 2%;text-align: center;border: 3px solid #e6e6e6;}
.products_center li:last-child{margin-right: 0;}
.pro_index{padding: 15px;font-size: 16px;border-top: 3px solid #e6e6e6;color: #222;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

@media (max-width: 992px) {
  .products_center li{width: 49%;margin: 10px 2% 10px 0;}
  .products_center li:nth-child(2n){margin-right: 0;}
  .pro_index{padding: 10px;}
}
@media (max-width: 576px) {
  .products_center li{width: 100%;margin: 10px 0;}
  .pro_index{font-size: 14px;}
}

.h-100{height: 100%;}
.obj-cover{object-fit: cover;font-family:'object-fit: cover;';}
.case-height-1{height: 190px;}
.case-height-2{height: 150px;}

@media(max-width: 1230px){
  .case-height-1{height: 130px;}
  .case-height-2{height: 110px;}
}
@media(max-width: 992px){
  .case-height-1,.case-height-2{height: 220px;}
}
@media (max-width: 576px) {
  .case-height-1,.case-height-2{height: auto;}
}

.modal{display: none;position: fixed;z-index: 1;left: 0;top: 0;width: 100%;height: 100%;background: rgb(0,0,0);background: rgba(0,0,0,0.6);}
.my-modal{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 90%;max-width: 900px;background: #fff;box-shadow: 1px 2px 4px rgba(0,0,0,0.5);}
.modal-title{font-size: 24px;color: #e14c46;}
.desc-title{font-size: 18px;color: #999999;}
.margin-top40{margin-top: 40px;}
.margin-bottom20{margin-bottom: 20px;}
.index-neme{text-align: right;height: 40px;line-height: 40px;font-size: 18px;color: #333333;}
.index-neme span{color: #D51C23;}
.index-input input{width: 100%;height: 40px;background: #ffffff;border: 1px solid #eeeeee;border-radius: 3px;font-size: 14px;padding: 5px 10px;}
.index-input textarea{width: 100%;height: 120px;background: #ffffff;border: 1px solid #eeeeee;border-radius: 3px;font-size: 14px;padding: 5px 10px;resize: none;outline: none;}
.index-neme{width: 16%;}
.index-input{width: 82%;}
.close{position: absolute;right: -20px;top: -20px;opacity: 1;}

.float-left{float: left;}
.float-right{float: right;}

.my-modal-left{height: 590px;overflow-y: auto;padding: 40px;}
.my-modal-left::-webkit-scrollbar{width: 4px;background-color: #aab4ba;}
.my-modal-left::-webkit-scrollbar-thumb{background-color:#e14c46;border-radius: 10px;}

@media(max-width: 768px){
  .index-neme{width: 20%;}
  .index-input{width: 78%;}
  .modal-title{font-size: 16px;}
  .desc-title{font-size: 14px;}
  .margin-top40{margin-top: 20px;}
  .margin-bottom20{margin-bottom: 20px;}
  .index-neme{height: 30px;line-height: 30px;font-size: 12px;}
  .index-input input{height: 30px;}
  .close{right: -16px;top: -16px;}
  .close img{width: 32px;}
  .my-modal-left{height: 400px;padding: 20px 10px;}
}

.cap-ul{position: relative;}
.cap-ul .more{position: absolute;right: 0;bottom: 0;}


.pro-img1{height: 120px;position: relative;}
.pro-img1 .pro-img-h1{width: 100%;text-align: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.pro-img1 .pro-img-h1 img{max-width: 100%;max-height: 100%;}

@media(max-width: 768px){
  .pro-img1{height: 150px;}
}