* {
  padding: 0px;
  margin: 0px;
}

body.demo-page {
  background-color: #c2c2c2;
}

.totalImg {
  padding: 150px;
}

.lorem-content {
  background-color: #343740;
  color: #fff;
  min-height: 1500px;
  padding: 80px 15px 20px;
}

.lorem-content h1 {
  color: #fff;
  font: 700 34px/100% 'Playfair Display', serif;
  margin: 0 0 10px;
  text-align: center;
}

.lorem-content h2 {
  color: #fff;
  font: 400 16px/150% 'Roboto', sans-serif;
  margin: 0 0 10px;
  text-align: center;
}

.lorem-content h4 {
  color: #fff;
  font: 100 12px/150% 'Roboto', sans-serif;
  margin: 0 0 22px;
  text-align: center;
}

.lorem-content p {
  font: 100 14px/170% 'Roboto', sans-serif;
  padding: 5px 0;
  text-align: left;
  margin: 0 0 10px;
}

.lorem-content p span {
  display: block;
  float: left;
  font: bold 61px/40px 'Playfair Display';
  padding-left: 3px;
  padding-right: 8px;
  padding-top: 12px;
  position: relative;
  top: -7px;
}

.back {
  color: #fff;
  background: #222;
}

header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 99;
}

header .logo-port {
  padding-left: 32px;
  padding-top: 16px;
  width: 40%;
  float: left;
}

header .logo-port img {
  height: 28px;
  width: auto;
}

.content-wrap {
  background-color: #ffffff;
  color: #333;
  float: left;
  height: 100vh;
  position: relative;
  width: 50%;
}

.content-inner-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 0;
  text-align: left;
}

.menu-wrap {
  height: 100vh;
  width: 50%;
  padding: 0;
  float: left;
  position: relative;
}

.content-wrap .inline-div {
  margin: 0 0 20px;
}

.content-wrap .inline-div h1 {
  display: inline-block;
  font: 100 50px/120% 'Roboto', sans-serif;
  margin: 0;
}

.content-wrap .inline-div span {
  display: inline-block;
  font: 100 20px/120% 'Roboto', sans-serif;
  margin: 0 0 0 10px;
}

.content-wrap h2 {
  display: block;
  font: 300 24px/130% 'Roboto', sans-serif;
  margin: 0 0 20px;
}

.content-wrap h3 {
  display: inline-block;
  font: 400 20px/120% 'Roboto', sans-serif;
  margin: 0 0 15px;
}

.content-wrap h3.menu_Style {
  display: block;
}

.content-wrap ul {
  margin: 0 0 20px 20px;
}

.content-wrap ul li {
  font: 300 18px/150% 'Roboto', sans-serif;
  list-style-type: square;
  margin: 0;
}

.content-wrap p {
  display: inline-block;
  width: 130px;
  vertical-align: top;
  margin-right: 20px;
}

.content-wrap p a {
  color: #333;
  background-color: #fff;
  font: 300 16px/100% 'Roboto', sans-serif;
  text-decoration: none;
  border: 1px solid #333;
  padding: 10px 0;
  display: inline-block;
  border-radius: 5px;
  width: 130px;
  text-align: center;
}

.content-wrap p a:hover,
.content-wrap p a.active {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}

.mobile-mockup-wrap {
  height: auto;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
}

.mobile-mockup-wrap img {
  width: 100%;
  height: auto;
}

.iframe-wrap {
  height: 503px;
  left: 21px;
  position: absolute;
  top: 103px;
  width: 299px;
}

.iframe-wrap iframe {
  border: none;
  height: 503px;
  width: 100%;
}

.show-in-mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .show-in-mobile {
    display: block;
  }

  .content-wrap .inline-div span {
    margin: 0;
  }

  .content-wrap .inline-div h1 {
    font-size: 34px;
  }

  .content-wrap .inline-div span,
  .content-wrap h2,
  .content-wrap h3 {
    font-size: 18px;
  }

  .content-wrap h2 br {
    display: none;
  }

  .demo-page .menu-wrap {
    height: 680px;
  }

  .content-wrap,
  .menu-wrap {
    float: none;
    height: auto;
    width: 100%;
  }

  .content-inner-wrap {
    left: auto;
    padding: 0;
    position: static;
    top: auto;
    transform: none;
    width: 100%;
  }

  .lorem-content {
    background-color: #343740;
    color: #fff;
    height: 350px;
    padding: 100px 15px 20px;
  }

  .mobile-mockup-wrap {
    height: auto;
    left: 50%;
    margin: 50px auto;
    position: absolute;
    top: auto;
    transform: translateX(-50%);
    width: 300px;
  }

  .iframe-wrap {
    height: 440px;
    left: 50%;
    position: absolute;
    top: 95px;
    transform: translateX(-50%);
    width: 264px;
  }

  .iframe-wrap iframe {
    border: none;
    height: 440px;
    width: 100%;
  }

  .lorem-content h1 {
    font-size: 28px;
  }

  .lorem-content h2 {
    font-size: 14px;
  }

  .content-wrap .inline-div {
    margin: 0;
    padding: 50px 30px 20px;
  }

  .content-wrap h2,
  .content-wrap h3 {
    padding: 0 30px 0;
  }

  .content-wrap ul {
    padding: 0 20px;
  }

  .content-wrap {
    padding: 0 0 70px;
  }

  .slider_area .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
  .slider_area .title .eglishTitle{
    font-size: 24px;
    font-weight: 600;
  }

  .owl-dot span {
    width: 28px;
    height: 2px;
  }

  .container {
    padding: 0 10px;
  }

  .nav.nav-tabs li {
    margin-right: 0;
  }

  .product-content .middle-content .container>div {
    padding-left: 0;
  }

  .golablnetwork-content .layout h3 {
    font-size: 20px;
    padding: 4% 0;
  }

  .newModle-content .top .left {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .go-content .article {
    margin: 20px 0;
    padding: 30px 20px;
  }

  .cds-container.tech-give .tab-icons .line {
    display: none;
  }

  .tabs-content .tab-icons {
    padding: 0;
    flex-direction: column;
  }

  .cds-container.tech-give .tab-icons li {
    padding: 20px;
    width: 100%;
  }

  .cds-container.tech-give .tab2 li {
    width: 100%;
  }

  .tab-second .tab-body .tab-icons li>div {
    width: calc(100% - 100px);
  }

  .whychooseus-section p {
    font-size: 10px;
    line-height: 20px;
  }

  .slider_area .title {
    width: calc(100% - 60px);
    left: 30px;
    font-weight: 600;
  }

  .owl-dots {
    margin-top: -40px;
  }

  .equipment-section .right p .desc {
    font-size: 10px;
    line-height: 20px;
  }

  .banner_area.banner_one span {
    display: none;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {}

@media (min-width: 768px) and (max-width: 991px) {
  .content-wrap .inline-div h1 {
    font-size: 32px;
  }

  .content-wrap .inline-div span,
  .content-wrap h2,
  .content-wrap h3 {
    font-size: 18px;
  }

  .content-wrap h2 br {
    display: none;
  }

  .content-wrap ul li {
    font-size: 16px;
  }

  .content-inner-wrap {
    width: 90%;
  }

  .slider_area .title {
    font-size: 40px;
    font-weight: 600;
  }
  .slider_area .title .eglishTitle{
    font-size: 40px;
    font-weight: 600;
  }
  .equipment-section .right p span i {
    font-size: 26px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .equipment-section .right .text {
    padding-left: 36px;
  }

  .tab-second .tab-body .tab-icons li {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
    float: left;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .content-wrap .inline-div h1 {
    font-size: 36px;
  }

  .cds-container.tech-give .tab-icons {
    padding: 0;
    padding-bottom: 65px;
  }

  .content-wrap .inline-div span,
  .content-wrap h2,
  .content-wrap h3 {
    font-size: 18px;
  }

  .content-wrap h2 br {
    display: none;
  }

  .content-wrap ul li {
    font-size: 16px;
  }

  .content-inner-wrap {
    width: 90%;
  }

  .totalImg {
    padding: 50px;
  }

  .container {
    padding: 0 20px;
  }

  .equipment-section .right .text {
    padding-left: 36px;
  }

  .tab-second .tab-body .tab-icons li {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
    float: left;
  }

}

@media (max-width: 992px) {
  header {
    height: 60px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }

  #sm_menu_ham {
    top: 20px !important;
  }

  .totalImg {
    padding: 50px;
  }

  .cds-container.tech-give .tech-give-tabs li {
    min-width: 240px;
    margin-bottom: 10px;
  }

  .cds-container.tech-give .tab-icons {
    padding: 0;
    /* flex-direction: column; */
    padding-bottom: 65px;
  }

  /* .cds-container.tech-give .tab2 li {
    width: 25%;
  } */

  /* .cds-container.tech-give .tab-icons li {
    padding: 20px;
    width: 20%;
  } */

  /* .cds-container.tech-give .tab-icons .line {
    display: none;
  } */

  .tab-second .tab-body img.world {
    display: none;
  }

  /* .tab-second .tab-body .tab-icons li>div {
    width: auto; 
    width: 234px;
  } */

  .slider_area .owl-nav .owl-prev,
  .slider_area .owl-nav .owl-next {
    display: none;
  }

  .slider_area .title {
    width: calc(100% - 100px);
    left: 50px;
    font-weight: 600;
  }

  .responsibility-develop .develop-main .slide {
    width: 100%;
    height: auto;
    flex-direction: column;
    min-height: 556px;
  }

  .responsibility-develop .develop-main .owl-nav {
    display: none;
  }

  .responsibility-develop .develop-main .slide .slide-overlay {
    padding-left: 0;
  }

  .responsibility-bottom .develop-main .item {
    width: 100%;
  }

  .responsibility-bottom .develop-main .item:nth-child(1) {
    /* margin-right: 16px; */
    margin-bottom: 16px;
  }

  .responsibility-bottom .develop-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .responsibility-bottom .develop-main .item p {
    margin-bottom: 40px;
  }

  .responsibility-develop .develop-main .slide img {
    height: 100%;
    width: 100%;
  }

  .banner_area.banner_one h3 {
    font-size: 36px;
    width: 358px;
  }

  .go_page .introduce-content .bottom ul {
    margin-bottom: 20px;
  }

  .banner_area {
    margin-top: 60px;
  }

  .banner2 {
    margin-top: 40px;
  }

  .tech-power li p {
    font-size: 16px;
  }

  .tech-power li {
    padding-top: 60px;
  }

  /*.contactUs-banner.banner_area .ewm {
    padding: 50px 0;
    justify-content: start;
  }*/
  .newModle-content .bottom::before {
    width: 100%;
  }

  .tab-second .tab-body .tab-icons {
    display: flex;
    flex-wrap: wrap;
  }

  /* 科技赋能 多式联运枢纽智能化平台 */
  .tabs-content .tab-third .tab-desc {
    text-align: left;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 40px;
  }

  .tabs-content .tab-third .tab-desc:nth-child(4) {
    text-align: left;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .tabs-content .tab-desc .text.zjft.col-md-5 {
    padding-left: 0;
  }

  /* 科技赋能 1 */
  .tabs-content .tab-first .tab-desc {
    flex-direction: column;
  }

  .tabs-content .tab-first .tab-desc:nth-child(4) {
    flex-direction: column;
  }

  .tabs-content .tab-first .tab-desc .jixingwang {
    padding-left: 0;
    /* margin-top: 40px; */
  }

  .product-content .middle-content .container>div {
    padding-left: 0px;
  }

  .news-body .golablnetwork-content .bottom ul {
    margin-bottom: 20px;
  }

  .newModle-content .top .right h4 {
    padding-top: 28px;
  }

  .product .nav.nav-tabs li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product .nav.nav-tabs li>a>svg {
    display: none;
  }

  .product .nav.nav-tabs li>a>span {
    line-height: 20px;
    text-align: center;
  }

  .tabs-content .tab-desc .text {
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .cds-container.tech-give .tab-icons li {
    padding: 20px;
    width: 20%;
  }

  .cds-container.tech-give .tab2 li {
    width: 50%;
    padding: 20px;
  }

  .tab-second .tab-body .tab-icons li>div {
    width: 234px;
  }
}

@media (max-width: 480px) {
  #header-md {
    margin-right: 38px;
  }

  header .logo-port {
    padding-left: 10px;
  }

  .totalImg {
    padding: 30px;
  }

  .newModle-content .bottom {
    padding-top: 30px !important;
  }

  .infos-body .main_blog_items .top .date {
    display: none;
  }

  .infos-detail .top .date {
    display: none;
  }

  /* .cds-container.tech-give .tab-icons li {
    padding: 20px;
    width: 20%;
  } */
  .equipment-section .right .text {
    padding-left: 24px;
  }

  .equipment-section .right p span i {
    font-size: 30px;
  }

  .whychooseus-section .text p i {
    font-size: 30px;
    /* font-family: 'OPlusSans3.0-Bold'; */
    font-weight: bold;
    color: #00abff;
    line-height: 20px;
    font-style: inherit;
  }

  .main_blog_items .main_blogpost_item .blog_image img {
    height: auto;
    width: 100%;
  }

  .introduce-content .middle h1 span {
    font-size: 28px;
    padding: 0 10px;
  }

  .introduce-content .middle h1 {
    font-size: 20px;
    line-height: inherit;
  }

  .culture-content .group .item .item-text img {
    left: 10px;
    height: 80px;
    width: 80px;
    top: 100px;
  }

  .culture-content .group .item .item-text {
    margin-bottom: 20px;
  }
  .culture-content .group .item:nth-child(3) .item-text:nth-child(2){
    margin-bottom: 0;
  }
  .culture-content .group .item .row {
    flex-wrap: wrap;
  }
  .culture-content .group .item .item-text h4{
    font-size: 28px;
    line-height: 40px;
  }
 
  .culture-content .group .item:nth-child(odd) .item-text {
    padding-left: 7.5px;
  }

  .culture-content .group .item:nth-child(even) .item-text {
    padding-right: 7.5px;
  }

  .culture-content .bottom ul {
    padding-left: 50px;
  }
  .culture-bottom{
    background: #1139ae;
  }
  .culture-bottom .row div:nth-child(1){
    margin-bottom: 60px;
  }
  .banner_area {
    height: 200px !important;
  }

  .contactUs-banner {
    min-height: 200px !important;
  }

  .banner_area.banner_one h3 {
    font-size: 28px;
    width: 290px;
    line-height: 36px;
  }
  .responsibility-develop .middle_bottom .bg_image{
    background-image: none;
    padding-left: 7.5px;
    height: auto;
  }
  .responsibility-develop .middle_bottom .row-center{
    flex-wrap: wrap;
  }
  .responsibility-develop .middle_bottom .padd{
    padding: 20px 7.5px;
  }
}

@media (max-width: 1024px) {

  .responsibility-bottom .bg-left,
  .responsibility-bottom .bg-right {
    display: none;
  }

  .latest-gallery h1,
  .equipment-section .left h3,
  .go-content .article h3 {
    font-size: 28px;
    padding-bottom: 20px;
  }

  .tabs-content .tab-title h3 {
    font-size: 24px;
  }
}