@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:apr;
     src:url("../font/Alibaba-PuHuiTi-Regular1.ttf");
}
 
/*banner 焦点图 */
.bannerBox {
      position: relative;
      z-index: 0;
      width: 100%;
      height: 648px;
      background-color: #061435;
      margin-top: 81px;
}

.bannerBox .scrollDown {
      cursor: pointer;
      position: absolute;
      bottom: 2em;
      width: 65px;
      height: 65px;
      left: 50%;
      margin-left: -32px;
      background: url(../imgs/scrollDown.png) center center no-repeat;
      z-index: 3;
      display: none;
}

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

.bannerBox .swiper-slide {
      text-align: center;
      /* 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;
      background: #061435 center center no-repeat;
      background-size: cover;
      color: #fff;
}

.bannerBox .swiper-slide .con {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: wrap;
      flex: 1;
      max-width: 1920px;
      -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;
}

.bannerBox .swiper-slide a {
      color: #fff;
}

.bannerBox .swiper-slide .pic {
      flex: 1.3;
      width: 50%;
      margin-left: 10%;
      transition: all 1.5s;
      position: relative;
      z-index: 0;
      left: -20px;
      opacity: 0;
      transition-delay: .9s;
}

.bannerBox .swiper-slide .pic img {
      width: 72%;
      height: auto;
}

.bannerBox .swiper-slide .txt {
      flex: 1;
      /*margin-left: 5.8%;*/
      margin-right: 8%;
      text-align: left;
}

.bannerBox .swiper-slide .txt .t1 {
      font-size: 48px;
      line-height: 1.3em;
      letter-spacing: 0.1em;
      position: relative;
      z-index: 0;
      left: 0;
      top: -36px;
      opacity: 0;
      transition: all 1.5s;
}

.bannerBox .swiper-slide .txt .t2 {
      margin-top: 1.2em;
      margin-left: 3px;
      font-size: 1.5em;
      line-height: 1.8em;
      letter-spacing: 0.1em;
      position: relative;
      z-index: 0;
      left: 0;
      top: -42px;
      opacity: 0;
      transition-delay: .3s;
      transition: all 1.5s;
}

.bannerBox .swiper-slide .txt .more {
      margin-left: 3px;
      /*margin-top: 4em;*/
      display: inline-block;
      color: #fff;
      padding: 0 2.4em;
      font-size: 14px;
      line-height: 2.8em;
      /*-webkit-border-radius: 1.4em;*/
      /*-moz-border-radius: 1.4em;*/
      /*border-radius: 1.4em;*/
      transition: all 1.5s;
      position: relative;
      z-index: 0;
      left: -20px;
      opacity: 0;
      transition-delay: .6s;
      background: rgba(255, 255, 255, 0.2);
      border: 2px solid #FFFFFF;
      border-radius: 2px;
}
.bannerBox .swiper-slide .txt .more:hover{
    background-color: #999999;
}
.bannerBox .button-next,
.bannerBox .button-prev {
      cursor: pointer;
      z-index: 4;
      position: absolute;
      top: 50%;
      margin-top: -30px;
      background: center center no-repeat;
}

.bannerBox .button-next {
      right: 8%;
      width: 33px;
      height: 38px;
      background-image: url(../imgs/arrowR.png);
}

.bannerBox .button-prev {
      left: 8%;
      width: 33px;
      height: 38px;
      background-image: url(../imgs/arrowL.png);
}

.bannerBox .swiper-slide-active .pic {
      opacity: 1;
      left: 0;
}

.bannerBox .swiper-slide-active .txt .t1 {
      opacity: 1;
      
}

.bannerBox .swiper-slide-active .txt .t2 {
      opacity: 1;
      
}

.bannerBox .swiper-slide-active .txt .more {
      opacity: 1;
      left: 0;
}

/*产品*/
.proBox {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 140px;
    position: relative;
    top: -70px;
    box-shadow: 0px 3px 30px 0px rgba(16, 61, 189, 0.18);
    border-radius: 8px;
}
.proBox ul {
    height: 100%;
}

.proBox li {
    float: left;
    width: 25%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    align-items: center;
    background: #ffffff;
}
.proBox li:hover{
    background: linear-gradient(90deg, #315EFF 0%, #57C3FF 100%);
}
.proBox li:hover .t1{
    color: #ffffff;
}
.proBox li:hover .t2{
    color: #ffffff;
}
.proBox .pic {
    display: block;
    float: left;
    width: 46%;
    /* padding: 2.5em 0 0.5em; */
    /* margin-right: -15%; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proBox .pic img {
    width: 102px;
    height: 76px;
}

.proBox .txt {
      display: block;
      margin-right: 5%;
      /*padding: 2.8em 0 1.5em;*/
      text-align: left;
      margin-top: 1.4em;
}

.proBox .t1 {
    display: block;
    height: 1.8em;
    line-height: 1.8em;
    overflow: hidden;
    font-size: 16px;
    font-weight: 550;
    color: #191A24;
}

.proBox .t2 {
      /*margin-top: 1em;*/
    display: block;
    color: #758096;
    line-height: 1.8em;
    font-size: 12px;
    font-weight: 400;
    color: #758096;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


/*方案*/
.planBoxW {
      padding: 0 1em;
      background: url(../imgs/planBg.png) center center no-repeat;
      background-size: auto 100%;
}

.planBox {
      margin: 0 auto;
      /*padding: 6.7% 0;*/
      max-width: 1200px;
}

.planBox .tit {
      color: #333333;
      font-size: 26px;
      letter-spacing: 0.1em;
}

.planTitle {
    font-size: 30px !important;
    font-weight: 400 !important;
    color: #191A24 !important;
    position: relative;
}

.caseBox .tit::before,.planTitle::before {
    content: '';
    position: absolute;
    left: calc(50% - 24px);
    top: calc(100% + 18px);
    width: 48px;
    height: 4px;
    background: #315EFF;
    border-radius: 2px;
}
.planBox .tit2 {
      color: #666666;
      font-size: 18px;
      line-height: 1.7em;
      margin: 10px 20% 0;
}


.slide-s{
    display:flex;
    flex-direction: column;
}
.slide-s img{
    width: 40px;
    height: 40px;
    margin: 14px auto;
}
.slide-s .t1{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #191A24;
    display: flex;
    flex-direction: column;
}

.triangle {
    width: 53px;
    height: 4px;
    background: #315EFF;
    margin: 0 auto;
    margin-bottom: 22px;
}

.swiper_pro_w {
      position: relative;
      z-index: 0;
      padding: 0 2.4em;
      margin-top: 5.9%;
}
.swiper_pro_w .swiper-button-disabled {
    opacity: 0.3;
    cursor: no-drop;
}

.swiper_pro_w .swiper-container {
      max-width: 1300px;
      margin: 0 auto;
}

.swiper_pro {
      height: auto;
}

.swiper_pro .swiper-slide {
      margin-top: 0 !important;
      display: block;
      width: 25%;
}

.swiper_pro .item {
      cursor: pointer;
      margin: 10px 13px 10px;
      padding: 0 0 36px;
      display: block;
      background-color: #fff;
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.swiper_pro .item:hover {
      cursor: pointer;
      margin: 10px 13px 10px;
      padding: 0 0 36px;
      display: block;
      background-color: #fff;
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.swiper_pro .pic {
      position: relative;
      z-index: 0;
      overflow: hidden;
      height: 0;
      padding-top: 75%;
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
}

.swiper_pro .pic img {
      position: absolute;
      left: -100%;
      width: 100%;
      height: auto;
      display: block;
}

.swiper_pro .t1 {
      display: block;
      font-size: 0.95em;
      margin: 1.8em 6.5% 0;
      line-height: 1.7em;
      line-height: 1.7em;
      color: #000;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      *white-space: nowrap;
}

.swiper_pro .t2 {
      display: block;
      color: #7f7f7f;
      margin: 1em 6.5% 0;
      font-size: 0.8em;
      line-height: 1.8em;
      height: 3.6em;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
}

.swiper_pro_w .button-prev,
.swiper_pro_w .button-next {
      cursor: pointer;
      position: absolute;
      top: calc(50% - 13px);
      margin-top: -35px;
}

.swiper_pro_w .swiper-button-prev-pro {
      width: 13px;
      height: 23px;
      left: 0;
      background: url(../images/banner-r1.png) center center no-repeat;
      background-size: contain;
      margin: auto;
}

.swiper_pro_w .swiper-button-next-pro {
      width: 13px;
      height: 23px;
      right: 0;
      background: url(../images/banner-l1.png) center center no-repeat;
      background-size: contain;
      margin: auto;
}

/*企业介绍*/
.introBox {
      background: #1a3467 url(../imgs/introBg.png) center bottom no-repeat;
      padding: 0 1em;
}

.introBox .list {
      max-width: 1300px;
      margin: 0 auto;
}

.introBox .list ul {
      padding: 10% 0 0;
      margin: 0 3%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: wrap;
      font-size: 1.3em;
      line-height: 1.8em;
      color: #fff;
}

.introBox .list li {
      width: 25%;
      margin-bottom: 8%;
}

.introBox .list img {
      display: block;
      margin: 0 auto;
      width: 68px;
      height: 68px;
}

.introBox .list span {
      display: block;
      font-weight: normal;
      margin: 8% 0 0;
}

.introBox .introCon {
      position: relative;
      z-index: 0;
      bottom: -236px;
      max-width: 1300px;
      margin: -236px auto 0;
      background-color: #ffffff;
}

.introBox .introCon:after {
      display: block;
      clear: both;
      content: "";
}

.introBox .introCon .pic {
      float: left;
      width: 50%;
}

.swiper-intro {
      width: 100%;
      height: 472px;
}

.swiper-intro .swiper-slide {
      height: 100%;
      background: center center no-repeat;
      background-size: cover;
}

.swiper-intro .button-next,
.swiper-intro .button-prev {
      cursor: pointer;
      z-index: 4;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      background: center center no-repeat;
}

.swiper-intro .button-next {
      right: 3%;
      width: 33px;
      height: 50px;
      background-image: url(../imgs/arrow3R.png);
}

.swiper-intro .button-prev {
      left: 3%;
      width: 33px;
      height: 50px;
      background-image: url(../imgs/arrow3L.png);
}

.introBox .introCon .txt {
      float: left;
      width: 50%;
      text-align: left;
}

.introBox .introCon .txtc {
      padding: 13% 11% 0;
}

.introBox .introCon .txt .t1 {
      font-size: 2em;
      font-weight: bold;
      color: #000;
      line-height: 1.2em;
}

.introBox .introCon .txt .t2 {
      font-size: 0.9em;
      margin-top: 1.9em;
      color: #4b4b4b;
      line-height: 1.7em;
      height: 10.2em;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
}

.introBox .introCon .txt .btnAbout {
      margin-left: 3px;
      margin-top: 2.8em;
      display: inline-block;
      color: #fff;
      background-color: #0f2a60;
      padding: 0 2.4em;
      font-size: 0.9em;
      line-height: 2.9em;
      -webkit-border-radius: 1.5em;
      -moz-border-radius: 1.5em;
      border-radius: 1.5em;
}

/*案例*/
.caseBoxW {
      padding: 0 1em;
      height: 100%;
      background: url(../images/caseBg.png);
      background-size: 100% 100%;
}

.caseBox {
    margin: 0 auto;
    padding: 3.125rem 0 0 0;
    max-width: 1200px;
}

.caseBox .tit {
    font-size: 28px;
    font-weight: 400;
    color: #191A24;
    position: relative;
}

.caseBox .list:after {
      display: block;
      clear: both;
      content: "";
}

.caseBox .list ul {
    margin-top: 3.75rem;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caseBox .list li {
    width: 23.6%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 30px 0px rgb(16 61 189 / 18%);
}

.caseBox .list li:hover img{
    border-radius: 8px;
    transform: scale(1.15);
}
.caseBox .list li:hover .pic {
    border-radius: 8px;
    height: 220px;
}

.caseBox .list li:hover {
    border-radius: 8px;
}

.caseBox .list .picb {
      margin: 0px;
      position: relative;
      transition: border-radius .1s linear,transform .3s ease;
      border-radius: 8px;
}

.caseBox .list .pic {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 262px;
    background: #fff;
    background: center center no-repeat;
    background-size: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    transform-origin: center center;
    z-index: 1;
    transition: all .3s ease;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.caseBox .list .pic img {
      position: absolute;
      height: 262px;
      width: 100%;
      left: 0;
      transition: all .3s ease;
}

.caseBox .list .pic .txt {
      position: absolute;
      left: 0;
      display: none;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: #000;
      filter: Alpha(opacity=40);
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      font-size: 1.3em;
      display: none;
      align-items: center;
      justify-content: center;
}

.caseBox .list .pic .txt span {
      padding: 0 1em;
      font-size: 16px;
}

.caseBox .list li:hover .txt {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
}

/*联系我们*/
.contactTop {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-color: #0f2a60;
}

.contactTop .tit {
      max-width: 1300px;
      margin: 0 auto;
      padding: 1.4em 0 1.4em;
}

.contactTop .tit .txt {
      margin: 0 4em;
      line-height: 1.7em;
      font-size: 19px;
      display: inline-block;
      color: #fff;
}

.contactTop .tit .btn {
      margin: 0 4em;
      display: inline-block;
      color: #191919;
      background-color: #fff;
      padding: 0 2.4em;
      font-size: 15px;
      line-height: 2.9em;
      -webkit-border-radius: 1.5em;
      -moz-border-radius: 1.5em;
      border-radius: 1.5em;
}

@media only screen and (max-width:1150px) {
      .bannerBox .swiper-slide .txt .t1 {
            font-size: 4.6em;
      }
}

@media only screen and (max-width:1024px) {
      .bannerBox .swiper-slide .txt .t1 {
            font-size: 3.4em;
      }

      .bannerBox .swiper-slide .txt .t2 {
            font-size: 1.2em;
      }
}

@media only screen and (max-width:768px) {
       /*首页*/
      .bannerBox .swiper-slide .txt .t1{
           font-size: 2.4em;
           top: 0;
      }
      .bannerBox .swiper-slide .txt .t2{
           font-size:0.4em ;
           top: 0;
      }
      .proBox{
          height: auto;
          top: -36px;
      }
      .planBox{
          margin-top: 20px;
      }
      .programme-txt{
          width: 100% !important;
      }
      .programme-txt .programme-title{
          padding-left: 5px !important;
      }
      .programme-txt p{
          padding: 0 5px;
          width: 100% !important;
      }
      .more-pro{
          height: 40px !important;
          line-height: 40px !important;
          font-size: 12px !important;
      }
      .caseBox .list li{
          margin-top: 10px;
          width: 48%;
          box-shadow: none;
          background: none;
      }
      .planBox .tit{
          font-size: 24px;
      }
      .slide-s img{
          width: 30px;
          height: 30px;
          margin: 14px auto;
      }
       
       
      /* banner */
      .bannerBox .swiper-slide .con {
            display: block;
      }

      .bannerBox .swiper-slide .pic {
            width: 70%;
            margin: 0 auto;
      }

      .bannerBox .swiper-slide .txt {
            width: 90%;
            margin: 0 auto;
            text-align: center;
      }

      .bannerBox .swiper-slide-active .txt .more {
            margin: 2em auto;
      }

      .bannerBox .button-next {
            width: 2.9em;
            height: 2.2em;
            margin-top: -1.2em;
      }

      .bannerBox .button-prev {
            width: 2.9em;
            height: 2.2em;
            margin-top: -1.2em;
      }

      .swiper-intro .button-next {
            width: 2.4em;
            height: 2.4em;
            margin-top: -1.2em;
      }

      .swiper-intro .button-prev {
            width: 2.4em;
            height: 2.4em;
            margin-top: -1.2em;
      }

      /*产品*/
      .proBox li {
            width: 50%;
      }

      /*方案*/
      .planBox .tit2 {
            margin: 0.8em 1em 0;
            font-size: 16px;
      }

      .swiper_pro .swiper-slide {
            width: 50%;
      }

      /*企业介绍*/
      .introBox .introCon .pic {
            float: none;
            width: auto;
      }

      .introBox .introCon .txt {
            float: none;
            width: auto;
      }

      .introBox .introCon .txtc {
            padding-bottom: 13%;
      }

      .introBox .list li {
            width: 50%;
      }

      .swiper-intro {
            width: 100%;
            height: auto;
      }

      .swiper-intro .swiper-slide {
            padding-top: 72%;
            height: 0;
      }

      .swiper_pro_w .button-prev {
            width: 2.4em;
            height: 2.4em;
            margin-top: 1.2em;
      }

      .swiper_pro_w .button-next {
            width: 2.4em;
            height: 2.4em;
            margin-top: 1.2em;
      }
      .pro-case{
          height: auto !important;
      }
      .btn_pro{
          margin: 10px 0 !important;
      }
      .our-company >div{
          width: 100% !important;
      }
      .our-company .our-company-title{
          font-size: 24px !important;
          padding:20px 0 0px 0 !important;
          margin: 30px 0;
      }
      .our-company >div p{
          padding: 0 1em !important;
          width: auto !important;
      }
      .our-team >div{
          margin-top: 30px !important;
      }
      .our-team >div img{
          width: 40px !important;
          height: 40px !important;
      }
      .our-team >div .our-team-txt{
          font-size: 12px !important;
      }
      .btn_team1 {
          margin-top: 40px !important;
      }
      .our-company{
          height: 580px !important;
      }

      /*案例*/
      .caseBox {
            padding-top: 20px;
      }

      .caseBox .list ul {
            margin: 0 0%;
            height: auto;
      }

      .caseBox .list .picb {
            margin: 0 0%;
      }
}
    /*首页头部banner文字*/
    .sildeH1 {
        margin-bottom: 2.5rem;  
        font-weight: 500;
    }
    .sildeH2 {
        margin-bottom: 6.1875rem;
        /*font-weight: 400;*/
        /*color: #FFFFFF;*/
        /*-webkit-text-stroke: 1px #FFFFFF;*/
        /*text-stroke: 1px #FFFFFF;*/
        /*background: linear-gradient(-8deg, #CFCECE 0%, #FFFFFF 81.0791015625%);*/
        /*-webkit-background-clip: text;*/
        /*-webkit-text-fill-color: transparent;*/
    }
@media only screen and (max-width:480px) {
        .sildeH1 {
            margin-bottom: 0rem;    
        }
      .swiper_pro .swiper-slide {
            width: 100%;
      }
      .bannerBox{
          margin-top: 56px;
      }
      .headerW{
          height: 56px;
          background-color: #fff;
      }
      .btnMenu{
          background: url(https://www.ctrlworks.cn/wp-content/themes/ctrlworks/assets/images/side-more.png) ;
          background-size: 100% 100%;
      }
      .header .logo{
         
      }
      .nav>ul>li>a{
          color: #fff;
      }
}

@media only screen and (max-width:420px) {
      .proBox li {
            width: 100%;
      }
}