
.sjbdmap{display: none;}
@media (max-width: 767px){.sjbdmap{display:table !important;}}


.sjbdmap_1{display: none;}
@media (max-width: 767px){.sjbdmap_1{display:block !important;}}


@media (max-width: 767px){
.pc_1{display: none;}
}

@media (max-width: 767px){.indpro_onebg ul li {display:inline-block; max-width: 100%;width: 380px; padding: 0 30px; height:260px}}



header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 998;
  -webkit-box-shadow: 0 0 20px rgba(28, 16, 0, 0.1);
          box-shadow: 0 0 20px rgba(28, 16, 0, 0.1);
}

header .container {
  max-width: 1760px;
}

header .header-container {
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-container .nav {
  height: 100%;
}

header .header-container .nav .menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-container .nav .menu li {
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
}

header .header-container .nav .menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

header .header-container .nav .menu li.current-menu-item > a {
  color: #0f60b2;
}

header .header-container .nav .menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(28, 16, 0, 0.1);
          box-shadow: 0 0 20px rgba(28, 16, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
  transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
}

header .header-container .nav .menu li .sub-menu li {
  height: 45px;
  white-space: nowrap;
}

header .header-container .nav .menu li .sub-menu li:hover {
  background-color: #0f60b2;
}

header .header-container .nav .menu li .sub-menu li:hover > a {
  color: #fff;
}

header .header-container .nav .menu li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}

header .header-container .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-container .header-right__search {
  cursor: pointer;
}

header .header-container .header-right__line {
  width: 1px;
  height: 15px;
  background-color: #ccc;
  margin: 0 20px;
}

header .header-container .header-right__phone {
  color: #F8BA00;
}

header .header-container .nav-mobile {
  display: none;
}

header .header-container .header-right-mobile {
  display: none;
}

main.index .banner__img {
  width: 100%;
}

main.index .experience {
  padding-bottom: 60px;
}

main.index .experience__item {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;  color: #ffffff;
}

main.index .experience__count {
  font-size: 5.2rem;
  color: #ffffff;
  margin: 10px 0;
}

main.index .services {
  padding: 100px 0;
  background-color: #f3f3f3;
}

main.index .services__container {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main.index .services-item {
  width: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.index .services-item:nth-child(3) .services-item__text::before, main.index .services-item:nth-child(4) .services-item__text::before {
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  left: auto;
  right: -19px;
}

main.index .services-item__img {
  width: 50%;
}

main.index .services-item__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px;
  position: relative;
}

main.index .services-item__text::before {
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  top: 50%;
  left: -19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main.index .services-item__title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

main.index .services-item__line {
  width: 60px;
  height: 2px;
  background-color: #0f60b2;
  margin: 20px 0;
}

main.index .services-item__description {
  line-height: 1.5em;
  color: #797979;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 3;
}

main.index .services .common-btn {
  margin: 0 auto;
  margin-top: 40px;
}

main.index .case {
  padding: 60px 0;
}

main.index .case .common-btn {
  margin: 0 auto;
  margin-top: 10px;
}

main.index .case__container {
  margin-top: 40px;
}

main.index .about {
  height: 720px;
  padding: 100px 0;
  background: url(../image/bg_about.jpg) no-repeat center center;
}

main.index .about__container {
  width: 950px;
  height: 100%;
  padding: 80px 5.2083%;
  background-color: rgba(11, 34, 58, 0.85);
  color: #fff;
  margin-left: auto;
}

main.index .about__title {
  font-size: 3rem;
}

main.index .about__line {
  width: 80px;
  height: 2px;
  background-color: #fff;
  margin-top: 40px;
}

main.index .about__description {
  line-height: 1.875em;
  margin-top: 26px;
}

main.index .about__btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.index .about__btn .common-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  color: #0f60b2;
  border-color: #fff;
}

main.index .about__btn .common-btn:hover {
  background-color: #0f60b2;
  color: #fff;
}

main.index .about__split {
  margin: 0 20px;
}

main.index .about__icon {
  margin-right: 20px;
}

main.index .about__video {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.index .advantages .row {
  margin: 0;
}

main.index .advantages-item {
  padding: 38px 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.index .advantages-item:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#1c66ca), to(#1159ba));
  background: linear-gradient(to right, #1c66ca, #1159ba);
}

main.index .advantages-item:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#1053b5), to(#1b65c9));
  background: linear-gradient(to right, #1053b5, #1b65c9);
}

main.index .advantages-item:nth-child(3) {
  background: -webkit-gradient(linear, left top, right top, from(#1252b8), to(#165abf));
  background: linear-gradient(to right, #1252b8, #165abf);
}

main.index .advantages-item:nth-child(4) {
  background: #1154b6;
}

main.index .advantages-item__icon {
  margin-right: 20px; width:60px
}

main.index .advantages-item__text {
  font-size: 2.4rem;
}

main.index .news {
  margin-top: 60px;
}

main.index .news-item {
  display: block;
  margin-top: 40px;
}

main.index .news-item:hover .news-item__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

main.index .news-item:hover .news-item__title {
  color: #0f60b2;
}

main.index .news-item__img-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.index .news-item__img {
  width: 100%;
  -webkit-transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
  transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
}

main.index .news-item__text {
  padding-top: 10px;
  padding-bottom: 10px;
}

main.index .news-item__title {
  font-size: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main.index .news-item__date {
  color: #a8a8a8;
  font-size: 1.4rem;
  margin: 10px 0;
}

main.index .news-item__description {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

main.index .other {
  background: url(../image/bg_contact.png) no-repeat center bottom;
  margin-top: 60px;
}

main.index .other__container {
  padding: 3.38983%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(28, 16, 0, 0.1);
          box-shadow: 0 0 20px rgba(28, 16, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.index .other__container .common-title {
  text-align: left;
}

main.index .other__container .common-title__line {
  margin: 20px 0;
}

main.index .other__container .reviews {
  width: 50%;
}

main.index .other__container .reviews-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.index .other__container .reviews-item__user-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

main.index .other__container .reviews-item__user-icon img {
  width: 100%;
}

main.index .other__container .reviews-item__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 0;
  margin-left: 20px;
}

main.index .other__container .reviews-item__posi {
  color: #a8a8a8;
  font-size: 1.4rem;
  margin: 10px 0;
}

main.index .other__container .reviews-item__content {
  line-height: 1.5em;
}

main.index .other__container .contact {
  width: 100%; 
}

main.index .other__container .contact-form__input {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  background-color: #f4f7f9;
  color: #a8a8a8;
  margin-top: 20px;
}

main.index .other__container .contact-form__message {
  width: 100%;
  height: 144px;
  padding: 20px;
  background-color: #f4f7f9;
  color: #a8a8a8;
  margin-top: 20px;
  resize: none;
}

main.index .other__container .contact-form__submit {
  display: block;
  width: 240px;
  height: 48px;
  background-color: #0f60b2;
  border: 1px solid #0f60b2;
  color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
  transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
}

main.index .other__container .contact-form__submit:hover {
  background-color: #fff;
  color: #0f60b2;
}

main.index .other__line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1px;
  background-color: #f4f7f9;
  margin: 0 20px;
}

footer {
  padding-bottom: 40px;
  background-color: #0f60b2;
  color: #90abd3;
}

footer a:hover {
  color: #fff;
}

footer .footer-title {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 40px;
}

footer .footer-nav {
  margin-top: 20px;
}

footer .footer-nav .menu li {
  line-height: 1.5em;
  margin-top: 10px;
}

footer .footer-news-item {
  display: block;
  margin-top: 20px;
}

footer .footer-news-item__title {
  font-size: 1.6rem;
  font-family: 'Montserrat-Regular';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

footer .footer-news-item__date {
  font-size: 1.4rem;
  margin-top: 8px;
}

footer .footer-share-item {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-share-item__icon {
  margin-right: 10px;
}

footer .company-info {
  margin-top: 40px;
}

footer .company-info__item {
  line-height: 1.5em;
  margin-top: 20px;
}

.footer-copyright {
  background-color: #0f60b2;
  color: #90abd3;
  font-size: 1.4rem;
}

.footer-copyright a:hover {
  color: #fff;
}

.footer-copyright__container {
  padding: 20px 0;
  border-top: 1px solid #186cc0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-copyright__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-copyright__line {
  width: 1px;
  height: 10px;
  background-color: #90abd3;
  margin: 0 10px;
}

main.about-us .common-breadcrumbs {
   height: 400px;
 background: url(../image/t1_3.jpg) no-repeat center center;
  background-size: cover; padding-top:150px
}

main.about-us .common-History {
 background: url(../image/m6_1.jpg) no-repeat center center;
  background-size: cover;
}




main.about-us .company-info {
  padding: 60px 0;
}

main.about-us .company-info__description {
  line-height: 1.5em;
  text-align: center;
  margin-top: 40px;
}

main.about-us .company-info__video {
  width: 500px;
  height: 281.25px;
  -webkit-box-shadow: 0 0 20px rgba(28, 16, 0, 0.1);
          box-shadow: 0 0 20px rgba(28, 16, 0, 0.1);
  margin: 0 auto;
  margin-top: 40px;
}

main.about-us .company-info__video iframe {
  width: 100% !important;
  height: 100% !important;
}

main.about-us .advantages {
  padding: 60px 0;
  background-color: #f4f7f9;
}

main.about-us .advantages__container {
  margin-top: 20px;
}

main.about-us .advantages-item {
  padding: 10.344827% 6.896551%;
  background-color: #fff;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

main.about-us .advantages-item__text {
  margin-left: 40px;
}

main.about-us .advantages-item__title {
  color: #0f60b2;
  font-size: 2.4rem;
  font-weight: bold;
}

main.about-us .advantages-item__description {
  line-height: 1.5em;
  margin-top: 26px;
  height: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 4;
}

main.about-us .workshoop {
  padding: 60px 0;
}

main.about-us .workshoop__container {
  margin-top: 20px;
}

main.about-us .workshoop-item {
  margin-top: 20px;
  position: relative;
}

main.about-us .workshoop-item__img {
  width: 100%;
}

main.about-us .workshoop-item__text {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.about-us .workshoop-item__description {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main.quality .common-breadcrumbs {
  background: url(../image/t1_6.jpg) no-repeat center center;
  background-size: cover; height:400px; padding-top:150px
}

main.quality .focus-quality {
  padding: 60px 0;
}

main.quality .focus-quality__container {
  margin-top: 40px;
}

main.quality .focus-quality__text p {
  line-height: 1.5em;
  margin-bottom: 20px;
}

main.quality .focus-quality__img {
  width: 100%;
}

main.quality .focus-quality .common-btn {
  margin: 0 auto;
  margin-top: 40px;
}

main.quality .order-process {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f4f7f9;
}

main.quality .order-process-item {
  padding: 60px 20px;
  margin-top: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
  transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
}

main.quality .order-process-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(28, 16, 0, 0.1);
          box-shadow: 0 0 20px rgba(28, 16, 0, 0.1);
}

main.quality .order-process-item__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 16px;
}

main.quality .order-process-item__description {
  line-height: 1.5em;
  margin-top: 40px;
  height: 7.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 5;
}

main.quality .factory-strength {
  padding: 60px 0;
}

main.quality .factory-strength__container {
  margin-top: 40px;
}

main.quality .factory-strength__description {
  line-height: 1.5em;
}

main.quality .factory-strength__img {
  width: 100%;
  margin-top: 20px;
}

main.case .common-breadcrumbs {
  background: url(../image/t1_1.jpg) no-repeat center center;
  background-size: cover; height:400px; padding-top:150px
}

main.case .case-list__header {
  padding-bottom: 20px;
  border-bottom: 1px dashed #e8e8e8;
  line-height: 1.5;
}

main.case .case-list__header p {
  margin: 10px 0;
}

main.case .case-list__header ul {
  padding-left: 20px;
  list-style-type: disc;
}

main.case .case-list__header ul li {
  margin: 5px 0;
}

main.case .case-list__title {
  font-size: 2.8rem;
  color: #0f60b2;
}

main.case .case-list__description {
  line-height: 1.5em;
  margin-top: 20px;
}

main.case .case-list__body {
  padding-top: 20px;
}

main.case .case-details__header {
  margin-top: 40px;
}

main.case .case-details__header .swiper img {
  width: 100%;
}

main.case .case-details__header .swiper .gallery-thumbs-wrap {
  margin-top: 20px;
  padding: 0 40px;
  position: relative;
}

main.case .case-details__header .swiper .gallery-thumbs-wrap .gallery-thumbs-button {
  width: 20px;
  height: 100%;
  background: #f5f5f5;
  top: 0;
  margin: 0;
  opacity: 1;
}

main.case .case-details__header .swiper .gallery-thumbs-wrap .gallery-thumbs-button::after {
  color: #a8a8a8;
  font-size: 1.4rem;
  font-weight: bold;
}

main.case .case-details__header .swiper .gallery-thumbs-wrap .gallery-thumbs-button-prev {
  left: 0;
}

main.case .case-details__header .swiper .gallery-thumbs-wrap .gallery-thumbs-button-next {
  right: 0;
}

main.case .case-details__header .swiper .gallery-thumbs-wrap .swiper-slide {
  border: 1px solid transparent;
  opacity: 0.5;
}

main.case .case-details__header .swiper .gallery-thumbs-wrap .swiper-slide-thumb-active {
  border-color: #0f60b2;
  opacity: 1;
}

main.case .case-details__header .case-info {
  padding: 20px 0;
}

main.case .case-details__header .case-info__title {
  font-size: 2.8rem;
  color: #0f60b2;
}

main.case .case-details__header .case-info__key-feature {
  margin-top: 32px;
}

main.case .case-details__header .case-info__key-feature ul {
  list-style-type: disc;
  padding-left: 20px;
}

main.case .case-details__header .case-info__key-feature li {
  line-height: 1.5em;
  margin: 12px 0;
}

main.case .case-details__header .case-info .key-feature__title {
  color: #0f60b2;
  font-weight: bold;
}

main.case .case-details__header .case-info__line {
  border-top: 1px dashed #e8e8e8;
  margin: 36px 0;
}

main.case .case-details__header .case-info__description {
  line-height: 1.5em;
  color: #797979;
}

main.case .case-details__header .case-info__btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.case .case-details__header .case-info__btn {
  width: 160px;
  height: 48px;
  margin-right: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.case .case-details__header .case-info__btn_contact {
  background-color: #0f60b2;
  color: #fff;
}

main.case .case-details__header .case-info__btn_next {
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

main.case .case-details__body {
  margin-top: 40px;
}

main.case .case-details__body .tabs-nav {
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main.case .case-details__body .tabs-nav li.active a {
  color: #0f60b2;
}

main.case .case-details__body .tabs-nav li.active a::after {
  width: 100%;
}

main.case .case-details__body .tabs-nav li a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

main.case .case-details__body .tabs-nav li a::after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #0f60b2;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
  transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
}

main.case .case-details .recommend {
  padding: 60px 0;
  background-color: #f4f7f9;
}

main.case .case-details .recommend__container {
  margin-top: 20px;
}

main.case .case-details .recommend-item {
  display: block;
  border: 1px solid #e8e8e8;
  margin-top: 20px;
}

main.case .case-details .recommend-item:hover .recommend-item__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

main.case .case-details .recommend-item:hover .recommend-item__text {
  background-color: #0f60b2;
  color: #fff;
}

main.case .case-details .recommend-item__img-box {
  overflow: hidden;
}

main.case .case-details .recommend-item__img {
  width: 100%;
  -webkit-transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
  transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
}

main.case .case-details .recommend-item__text {
  height: 60px;
  padding: 0 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
  transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
}

main.case .case-details .recommend-item__title {
  font-size: 1.6rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

main.service .common-breadcrumbs {
 height: 400px;
  background: url(../image/t1_1.jpg) no-repeat center center;
  background-size: cover; padding-top:150px
}

main.service .service-list {
  padding: 20px 0;
}

main.service .service-list__description {
  line-height: 1.5em;
}

main.service .service-list__description p {
  margin: 20px 0;
}

main.service .service-list-item:hover .service-list-item__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

main.service .service-list-item:hover .service-list-item__title {
  color: #0f60b2;
  text-decoration: underline;
}

main.service .service-list-item__img-box {
  overflow: hidden;
}

main.service .service-list-item__img {
  width: 100%;
  -webkit-transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
  transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
}

main.service .service-list-item__text {
  padding: 30px 0;
}

main.service .service-list-item__title {
  font-size: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main.service .service-list-item__description {
  line-height: 1.5em;
  height: 3em;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

main.service .service__line {
  border-top: 1px dashed #e8e8e8;
  margin-top: 20px;
}

main.service .service-details__title {
  margin-top: 20px;
  font-size: 3rem;
}

main.service .service-details .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  bottom: -1px;
}

main.service .service-details .tabs-nav li.active a {
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #fff;
  color: #0f60b2;
  font-weight: bold;
}

main.service .service-details .tabs-nav li a {
  width: 160px;
  padding: 20px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.service .service-details .tabs-content {
  border: 1px solid #e8e8e8;
  padding: 0 30px;
}

main.service .service-details .tabs-content-item {
  margin: 30px 0;
}

main.service .service-details .tabs-content-item__title {
  font-size: 1.8rem;
}

main.service .service-details .tabs-content-item__list {
  margin-top: 2px;
}

main.service .service-details .tabs-content-item__list li {
  line-height: 1.5em;
  margin: 10px 0;
}

main.service .service-details__container .contact {
  padding: 36px 4.54545%;
  background: url(../image/bg3.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.service .service-details__container .contact__description {
  color: #fff;
  font-size: 2rem;
}

main.service .service-details__container .contact__btn {
  width: 160px;
  height: 48px;
  background-color: #fff;
  color: #0f60b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.application .common-breadcrumbs {
  background: url(../image/t1_7.jpg) no-repeat center center;
  background-size: cover; height:400px; padding-top:150px
}

main.application .application__container {
  padding: 40px 0;
}

main.application .application-item {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

main.application .application-item:hover .application-item__text {
  height: 100%;
}

main.application .application-item:hover .application-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.application .application-item__img {
  width: 100%;
}

main.application .application-item__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
  transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
}

main.application .application-item__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main.application .application-item__btn {
  display: none;
  width: 160px;
  height: 48px;
  background-color: #0f60b2;
  color: #fff;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.contact-us {
  padding-bottom: 40px;
}

main.contact-us .common-breadcrumbs {
  height: 400px;
  background: url(../image/bg5.jpg) no-repeat center center;
  background-size: cover; padding-top:150px
}

main.contact-us .common-contact__container {
  position: relative;
  margin-top: 50px;
}

main.news .common-breadcrumbs {
  background: url(../image/t1_8.jpg) no-repeat center center;
  background-size: cover; height:400px; padding-top:150px
}

main.news .news-list {
  padding-top: 20px;
  padding-bottom: 40px;
}

main.news .news-list .news-list-item {
  padding: 20px 0;
  border-bottom: 1px dashed #e8e8e8;
}

main.news .news-list .news-list-item:hover .img-box img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

main.news .news-list .news-list-item:hover .text-box .title {
  color: #0f60b2;
}

main.news .news-list .news-list-item .img-box {
  overflow: hidden;
}

main.news .news-list .news-list-item .img-box img {
  width: 100%;
  -webkit-transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
  transition: all 360ms cubic-bezier(0.15, 0, 0, 1);
}

main.news .news-list .news-list-item .text-box {
  height: 100%;
  padding: 10px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main.news .news-list .news-list-item .text-box .title h3 {
  font-weight: normal;
  font-size: 2.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main.news .news-list .news-list-item .text-box .date {
  margin-top: 12px;
  font-size: 1.4rem;
  color: #a8a8a8;
}

main.news .news-list .news-list-item .text-box .description p {
  margin-top: 20px;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 3;
}

main.news .news-list .news-list-item .text-box .btn {
  margin-top: auto;
}

main.news .news-list .news-list-item .text-box .btn a {
  width: 180px;
  height: 48px;
  border: 2px solid #0f60b2;
  color: #0f60b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.news .news-list .news-list-item .text-box .btn a:hover {
  background-color: #0f60b2;
  color: #fff;
}

main.news .news-details {
  padding-top: 20px;
  padding-bottom: 40px;
}

main.news .news-details .title {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
}

main.news .news-details .title h3 {
  font-size: 2.8rem;
  font-weight: normal;
}

main.news .news-details .title span {
  display: block;
  font-size: 1.4rem;
  color: #a8a8a8;
  margin-top: 10px;
}

main.news .news-details .flip-page {
  margin-top: 40px;
}

main.news .news-details .flip-page p {
  margin: 10px 0;
}

main.news .news-details .flip-page p a {
  color: #0f60b2;
}
