select::-ms-expand {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }


.headerBox {
  width: 100%;
  height: 90px; }
    
  @media (max-width: 1024px) {
    .headerBox {
      display: none;
      height: 68px; } }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.main {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.w1440 {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1280 {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 90px; }
  .header .logo {
    width: 163px;
    display: block;
    margin-top: 23px;
    float: left;
    margin-left: 4%; }
  .header .searchBox {
    width: 320px;
    height: 90px;
    background-color: #264b9f;
    float: right; }
    .header .searchBox .text {
      width: 190px;
      height: 90px;
      border: none;
      background: none;
      font-size: 16px;
      line-height: 30px;
      color: #fff;
      float: left;
      padding-left: 50px; }
      .header .searchBox .text::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.3); }
      .header .searchBox .text::-moz-placeholder {
        color: rgba(255, 255, 255, 0.3); }
      .header .searchBox .text:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.3); }
    .header .searchBox .submit {
      width: 40px;
      height: 40px;
      margin-top: 25px;
      background: none;
      border: none;
      float: left;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/search.png"); }
  .header .lan {
    width: 29px;
    height: auto;
    display: block;
    float: right;
    margin-right: 60px;
    margin-top: 35px; }
  .header .nav {
    float: right;
    margin-right: 28px; }
    .header .nav ul li {
      float: left;
      margin-left: 73px; }
      .header .nav ul li .tits {
        font-size: 16px;
        line-height: 90px;
        font-weight: bold;
        color: #666;
        padding-right: 26px;
        background-position: right center;
        background-repeat: no-repeat;
        display: block; }
      .header .nav ul li.on .tits {
        background-image: url("../img/headerIcon.png"); }
      @media (min-width: 1024px) {
        .header .nav ul li:hover .tits {
          background-image: url("../img/headerIcon.png");
          color: #264b9f; } }

@media (max-width: 1680px){
  .header .nav ul li{
    margin-left: 30px;
  }
}
@media (max-width: 1420px){
  .header .nav ul li{
    margin-left: 15px;
  }
}
@media (max-width: 1366px){
  .header .nav ul li{
    margin-left: 10px;
  }
  .header .lan{
    margin-right: 30px;
  }
  .header .nav{
    margin-right: 15px;
  }
}
@media (max-width: 1280px){
  .header .searchBox{
    width: 250px;
  }
  .header .searchBox .text{
    padding-left: 15px;
  }
}
@media (max-width: 1200px){
  .header .nav ul li .tits{
    padding-right: 20px;
  }
}
@media (max-width: 1150px){
  .header .searchBox{
    display: none;
  }
}

.index-banner {
  width: 100%;
  height: auto;
  position: relative; }
  .index-banner ul li {
    position: relative;
    width: 100%;
    height: auto; }
    .index-banner ul li .txt {
      text-align: center;
      font-size: 40px;
      line-height: 40px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%); }
	  .index-banner ul li .txt:after{
		  width: calc(100% + 60px);
			height: calc(100% + 60px);
			top: -30px;
			left: -30px;
			z-index: -1;
			background-color: rgba(38,75,159,0.8);
			content: '';
			position: absolute;
	  }
	  @media (max-width: 768px){
		  .index-banner ul li .txt:after{
			  width: calc(100% + 30px);
			  height: calc(100% + 20px);
			top: -10px;
			left: -15px;
		  }
	  }
  .index-banner .btns {
    width: 150px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    .index-banner .btns span {
      width: 33.3333333333%;
      height: 4px;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: -1px;
      display: block;
      transition: all 1s; }
  .index-banner .aBtns {
    width: 105px;
    position: absolute;
    right: 4.2%;
    bottom: 50px;
    z-index: 10; }
    .index-banner .aBtns .a {
      width: 34px;
      height: 24px;
      display: block;
      background-repeat: no-repeat;
      position: relative;
      opacity: 0.3; }
      .index-banner .aBtns .a:after {
        width: 17px;
        height: 3px;
        position: absolute;
        top: 10px;
        background-color: #fff;
        content: '';
        opacity: 0;
        transition: all .5s; }
      .index-banner .aBtns .a.prev {
        background-position: left center;
        background-image: url("../img/left.png");
        float: left; }
        .index-banner .aBtns .a.prev:after {
          right: 15px; }
      .index-banner .aBtns .a.next {
        background-position: right center;
        background-image: url("../img/right.png");
        float: right; }
        .index-banner .aBtns .a.next:after {
          left: 15px; }
      @media (min-width: 1024px) {
        .index-banner .aBtns .a:hover {
          opacity: 1; }
          .index-banner .aBtns .a:hover:after {
            opacity: 1; }
          .index-banner .aBtns .a:hover.prev:after {
            right: 0; }
          .index-banner .aBtns .a:hover.next:after {
            left: 0; } }


  .index .index-box {
    padding-top: 6.1%; }
    .index .index-box .boxLeft {
      width: 43%;
      float: left; }
      .index .index-box .boxLeft .tits {
        font-size: 34px;
        line-height: 34px;
        color: #333; }
      .index .index-box .boxLeft .tit {
        font-size: 24px;
        line-height: 60px;
        color: #999;
        margin-top: 33px; }
        .index .index-box .boxLeft .tit span {
          color: #264b9f;
          font-weight: bold;
          font-family: Arial;
          font-size: 60px;
          margin-right: 15px; }
        .index .index-box .boxLeft .tit i {
          margin-left: 18px; }
    .index .index-box .boxRight {
      font-size: 16px;
      line-height: 28px;
      color: #666;
      width: 50%;
      float: right; }
      .index .index-box .boxRight p {
        margin-bottom: 20px; }
        .index .index-box .boxRight p:last-child {
          margin-bottom: 0; }
  .index .index-product {
    display: none;
    margin-top: 4.2%; }
    .index .index-product .itemBox .item {
      position: relative;
      padding: 85px 0;
      display: none; }
      .index .index-product .itemBox .item .bg {
        width: 91.7%;
        height: 100%;
        background-color: #f5f7f8;
        position: absolute;
        top: 0;
        right: 0; }
      .index .index-product .itemBox .item .list {
        width: 60.8%;
        float: left;
        background-color: #264a9e;
        background-image: url("../img/index_bg1.png");
        background-size: 220px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 5; }
        .index .index-product .itemBox .item .list ul li {
          height: 470px;
          position: relative; }
          .index .index-product .itemBox .item .list ul li img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto; }
        .index .index-product .itemBox .item .list .a {
          width: 34px;
          height: 24px;
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          margin-top: -12px;
          opacity: 0.3;
          z-index: 5; }
          .index .index-product .itemBox .item .list .a:after {
            width: 17px;
            height: 3px;
            position: absolute;
            top: 10px;
            background-color: #fff;
            content: '';
            opacity: 0;
            transition: all .5s; }
          .index .index-product .itemBox .item .list .a.prev {
            background-position: left center;
            background-image: url("../img/left.png");
            left: 40px; }
            .index .index-product .itemBox .item .list .a.prev:after {
              right: 15px; }
          .index .index-product .itemBox .item .list .a.next {
            background-position: right center;
            background-image: url("../img/right.png");
            right: 40px; }
            .index .index-product .itemBox .item .list .a.next:after {
              left: 15px; }
          @media (min-width: 1024px) {
            .index .index-product .itemBox .item .list .a:hover {
              opacity: 1; }
              .index .index-product .itemBox .item .list .a:hover:after {
                opacity: 1; }
              .index .index-product .itemBox .item .list .a:hover.prev:after {
                right: 0; }
              .index .index-product .itemBox .item .list .a:hover.next:after {
                left: 0; } }
      .index .index-product .itemBox .item .con {
        width: 34.4%;
        float: right;
        position: absolute;
        top: 85px;
        right: 0;
        height: calc(100% - 170px); }
        .index .index-product .itemBox .item .con .conNew {
          width: 100%;
          height: auto;
          position: absolute;
          left: 0;
          bottom: 0;
          display: none; }
          .index .index-product .itemBox .item .con .conNew .tits {
            font-size: 14px;
            line-height: 14px;
            color: #333; }
          .index .index-product .itemBox .item .con .conNew .tit {
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 20px;
            color: #333;
            margin-top: 26px; }
          .index .index-product .itemBox .item .con .conNew .tit1 {
			    overflow:hidden; 

text-overflow:ellipsis;

display:-webkit-box; 

-webkit-box-orient:vertical;

-webkit-line-clamp:2; 
            font-size: 100px;
            line-height: 100px;
            color: #264b9f;
            font-weight: bold;
            margin-top: 46px; }
          .index .index-product .itemBox .item .con .conNew .more {
            font-size: 18px;
            line-height: 20px;
            color: #264b9f;
            font-weight: bold;
            display: inline-block;
            padding-right: 38px;
            background-image: url("../img/index_icon1.png");
            background-repeat: no-repeat;
            background-position: right center;
            margin-top: 88px; }
    .index .index-product .productList {
      width: 100%;
      height: auto;
      margin-top: 8.3%;
      position: relative; }
      .index .index-product .productList .list {
        width: calc(100% - 40px);
        margin: 0 auto; }
        .index .index-product .productList .list ul li {
          width: 25%;
          float: left;
          cursor: pointer; }
          .index .index-product .productList .list ul li .icon {
            width: 48px;
            float: left;
            padding-top: 3px;
            margin-left: 40px; }
            .index .index-product .productList .list ul li .icon img.img2 {
              display: none; }
          .index .index-product .productList .list ul li .tits {
            float: left;
            margin-left: 40px; }
            .index .index-product .productList .list ul li .tits .num {
              font-size: 14px;
              line-height: 14px;
              color: #333; }
            .index .index-product .productList .list ul li .tits .line {
              width: 16px;
              height: 2px;
              background-color: #264b9f;
              margin-top: 8px; }
            .index .index-product .productList .list ul li .tits .t {
              color:#333;
              font-size: 18px;
              line-height: 18px;
              margin-top: 8px; }
          .index .index-product .productList .list ul li.on .icon img.img1 {
            display: none; }
          .index .index-product .productList .list ul li.on .icon img.img2 {
            display: block; }
          .index .index-product .productList .list ul li.on .tits .num {
            color: #264b9f; }
          .index .index-product .productList .list ul li.on .tits .t {
            color: #264b9f; }
      .index .index-product .productList .a {
        width: 34px;
        height: 24px;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        opacity: 0.3;
        z-index: 5; }
        .index .index-product .productList .a:after {
          width: 17px;
          height: 3px;
          position: absolute;
          top: 10px;
          background-color: #264b9f;
          content: '';
          opacity: 0;
          transition: all .5s; }
        .index .index-product .productList .a.prev {
          background-position: left center;
          background-image: url("../img/left1.png");
          left: 0; }
          .index .index-product .productList .a.prev:after {
            right: 15px; }
        .index .index-product .productList .a.next {
          background-position: right center;
          background-image: url("../img/right1.png");
          right: 0; }
          .index .index-product .productList .a.next:after {
            left: 15px; }
        @media (min-width: 1024px) {
          .index .index-product .productList .a:hover {
            opacity: 1; }
            .index .index-product .productList .a:hover:after {
              opacity: 1; }
            .index .index-product .productList .a:hover.prev:after {
              right: 0; }
            .index .index-product .productList .a:hover.next:after {
              left: 0; } }
  .index .index-partners {
    background-color: #264b9f;
    margin-top: 5.2%;
    padding: 5.2% 0; }
    .index .index-partners .list {
      width: 100%;
      height: auto; }
      .index .index-partners .list ul li {
        opacity: 0.6;
        width: 20%;
        float: left;
        border-right: 1px solid #a2b2d4;
        box-sizing: border-box; }
        @media (min-width: 1024px) {
          .index .index-partners .list ul li:hover {
            opacity: 1; } }
    .index .index-partners .title {
      width: 100%;
      height: 104px;
      position: relative; }
      .index .index-partners .title .en {
        text-align: center;
        font-size: 70px;
        line-height: 104px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Arial;
        color: #fff;
        opacity: 0.1; }
      .index .index-partners .title .cn {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 24px;
        line-height: 104px;
        color: #fff; }
      .index .index-partners .title .a {
        width: 34px;
        height: 24px;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        z-index: 5; }
        .index .index-partners .title .a:after {
          width: 17px;
          height: 3px;
          position: absolute;
          top: 10px;
          background-color: #fff;
          content: '';
          opacity: 0;
          transition: all .5s; }
        .index .index-partners .title .a.prev {
          background-position: left center;
          background-image: url("../img/left.png");
          left: 0; }
          .index .index-partners .title .a.prev:after {
            right: 15px; }
        .index .index-partners .title .a.next {
          background-position: right center;
          background-image: url("../img/right.png");
          right: 0; }
          .index .index-partners .title .a.next:after {
            left: 15px; }
        @media (min-width: 1024px) {
          .index .index-partners .title .a:hover {
            opacity: 1; }
            .index .index-partners .title .a:hover:after {
              opacity: 1; }
            .index .index-partners .title .a:hover.prev:after {
              right: 0; }
            .index .index-partners .title .a:hover.next:after {
              left: 0; } }
              @media (min-width: 1024px) {
                .index .index-news .a:hover {
                  opacity: 1; }
                  .index .index-news .a:hover:after {
                    opacity: 1; }
                  .index .index-news .a:hover.prev:after {
                    right: 0; }
                  .index .index-news .a:hover.next:after {
                    left: 0; } }
  .index .index-news {
    padding: 6.25% 0; }
    .index .index-news .box {
      background-color: #f5f7f8;
      padding: 85px 0; }
      .index .index-news .box .con {
        width: 100%;
        position: relative; }
        .index .index-news .box .con .pic {
          width: 60.8%;
          float: right; }
        .index .index-news .box .con .conNew {
          width: 26%;
          height: 100%;
          position: absolute;
          left: 8.3%;
          top: 0; }
          .index .index-news .box .con .conNew .tits {
            font-size: 20px;
            line-height: 34px;
            color: #333;
            padding-top: 52px;
            height: 68px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index .index-news .box .con .conNew .txt {
            font-size: 14px;
            line-height: 24px;
            color: #999;
            margin-top: 48px;
            height: 168px;
            display: -webkit-box;
            -webkit-line-clamp: 7;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index .index-news .box .con .conNew .tit {
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0; }
            .index .index-news .box .con .conNew .tit .time {
              font-size: 14px;
              line-height: 20px;
              color: #999;
              float: left; }
            .index .index-news .box .con .conNew .tit a {
              padding-right: 36px;
              display: inline-block;
              font-size: 18px;
              line-height: 20px;
              background-position: right center;
              background-image: url("../img/index_icon1.png");
              background-repeat: no-repeat;
              float: right;
              color: #264b9f;
              font-weight: bold; }
    .index .index-news .list {
      margin-left: 0px;
      width: 91.7%;
      margin-top: 8.3%; }
      .index .index-news .list ul {
        width: 100%;
        float: left; }
        .index .index-news .list ul li {
          width: 25%;
          padding-right: 8.7%;
          float: left; }
          /* .index .index-news .list ul li:nth-child(1){
            padding-left: 47px;
          } */
          .index .index-news .list ul li:last-child {
            margin-right: 0; }
          .index .index-news .list ul li a {
            padding-left: 30px;
            display: block;
            width: 100%;
            height: auto; }
            .index .index-news .list ul li a .time {
              font-size: 14px;
              line-height: 16px;
              color: #999; }
            .index .index-news .list ul li a .line {
              width: 68px;
              height: 2px;
              background-color: #f5f7f8;
              margin-top: 7px; }
            .index .index-news .list ul li a .tits {
              font-size: 18px;
              line-height: 30px;
              color: #666;
              height: 60px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 33px; }
            .index .index-news .list ul li a .more {
              font-size: 18px;
              line-height: 20px;
              display: inline-block;
              padding-right: 32px;
              background-repeat: no-repeat;
              background-position: right center;
              color: #999;
              margin-top: 72px; }
          @media (min-width: 1024px) {
            .index .index-news .list ul li:hover a .time {
              color: #264b9f; }
            .index .index-news .list ul li:hover a .line {
              background-color: #264b9f; }
            .index .index-news .list ul li:hover a .tits {
              color: #264b9f; }
            .index .index-news .list ul li:hover a .more {
              color: #264b9f;
              background-image: url("../img/index_icon1.png"); } }
      .index .index-news .list .moreClick {
        font-size: 14px;
        line-height: 28px;
        border-bottom: 2px solid #264b9f;
        color: #264b9f;
          float: right; 
          width: 56px;
       
          height: 30px;
          position: absolute;
          top: 0px;
          right: 0px;
      
      }
        .index .index-news .a {
          width: 34px;
          height: 24px;
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          margin-top: -12px;
          opacity: 0.3;
          z-index: 5;
      }
      .index .index-news .a.prev {
        background-position: left center;
        background-image: url(../img/left1.png);
        left: 0;
    }
    .index .index-news .a.next {
      background-position: right center;
      background-image: url(../img/right1.png);
      right: 0;
  }
  .index .index-news .a:after {
    width: 17px;
    height: 3px;
    position: absolute;
    top: 10px;
    background-color: #264b9f;
    content: '';
    opacity: 0;
    transition: all .5s;
}
.index .index-news .a.next:after {
  left: 15px;
}

.index-contact{margin-top:200px;
  margin-bottom:200px;
}
.index-contact .mapimgBox{
  position: relative;
}
.index-contact .mapimgBox .txt{
position: absolute;
top: 56px;
left: 50px;
font-size: 20px;
padding-bottom:10px;
border-bottom:2px solid #bdc9e2;
color:#333;
}
.index-contact .right .txt {
  color:#fff;
  
}
.index-contact .mapimgBox .titpBox{
  position: absolute;
  top:50%;
  left: 10%;
  font-size: 16px;
  color:#fff;
}
.index-contact .mapimgBox .titpBox img{
  margin-right: 80px;
}
.index-contact .mapimgBox .titpBox .titp:nth-child(2){
  margin-top:28px;
}
.clearfix:after{
  content:'';
  display: block;
  clear:both;
}
.clearfix{zoom:1;}
.footerBox{height: 140px;
  background-color: #264b9f;
  line-height: 140px;
}
.footerBox .foot div{
  display: inline-block;
  font-size: 14px;
  color:#fff;
}
.footerBox .foot{
  position: relative;
  text-align: center;
}
.footerBox .foot .left{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
}
.footerBox .foot .right{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 0;
  display: none;
}
.footerBox .foot .right img{
  margin-left: 46px;
}


/* product */
.proban{position: relative;}
.proban img{
  width: 100%;
  position: relative;
  z-index: -1;
}
.banul img{
  width:6px ;
  height: 14px;
  margin:0px 10px;
}
.banul{
  position: absolute;
  top: 14px;
  left: 240px;
}
.banul a{
  font-size: 14px;
  color:#fff;
}
.bantxt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color:#fff;
  text-align: center;
}
.bantxt:after{
	width: calc(100% + 60px);
	height: calc(100% + 60px);
	top: -30px;
	left: -30px;
	z-index: -1;
	background-color: rgba(38,75,159,0.8);
	content: '';
	position: absolute;
}
@media (max-width: 768px){
	.bantxt:after{
		width: 100%;
	height: calc(100% + 30px);
	top: -15px;
	left: 0;
	}
}
.bantxt .tit{
  font-size: 46px;
  line-height: 46px;
}
.bantxt .titp{
  font-size: 20px;
  line-height: 34px;
  margin-top:24px;
}
.searchtwo{
  height: 100px;
  background-color: #264b9f;
}
.searchtwo .left a{
  color:#cccccc;
  font-size: 16px;
  display: inline-block;
  line-height: 96px;
  margin-right: 123px;
}
.searchtwo .left a::after{
  content: '';
  display: none;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transform:skew(-45deg)  translateY(0px);
}
.searchtwo .left a:hover{
  color:#fff;
}
.searchtwo .left a.on{
  color:#fff;
}
.searchtwo .left a.on::after{
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #fff;
  transform:skew(-45deg)  translateY(0px);
}
.searchtwo .left a:hover::after{
  display: block;
}
.searchtwo .right input:nth-child(1){
  margin-top:20px;
  box-sizing: border-box;
  padding-left: 52px;
  width: 320px;
  height: 60px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background-image: url(../img/inputlogo.png);
  background-position: 40px;
  background-repeat: no-repeat;
  position: relative;
  top: -24px;
  right: -5px;
}
.searchtwo .right input:nth-child(2){
  width: 100px;
  height: 60px;
  margin-top: 25px;
  background: #fff;
  border: none;

  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/search1.png);
}
::-webkit-input-placeholder { 
  color: #bbbbbb;
}
::-moz-placeholder { 
  color: #bbbbbb;
}
:-ms-input-placeholder { 
 color: #bbbbbb;
}
:-moz-placeholder { 
 color: #bbbbbb;
}


.proban .bantxt .searchBox{
  width: 700px;
  height: 60px;
  background-color: #f5f7f8;
  margin-top: 50px;
}
.proban .bantxt .searchBox .text{
  width: 600px;
  height: 60px;
  border: none;
  float: left;
  background: none;
  box-sizing: border-box;
  padding-left: 54px;
  font-size: 16px;
  line-height: 30px;
  color: #bbb;
}
.proban .bantxt .searchBox .submit{
  width: 60px;
  height: 60px;
  border: none;
  background: none;
  background-position: center;
  float: right;
  background-image: url('../img/sear.png');
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 18px;
}



.searchBox .searchtwo:nth-child(even){
  background-color: #f5f7f8;
}

.searchBox .searchtwo:nth-child(even) .left a{
  color:#999999;
  font-size: 16px;
  display: inline-block;
  line-height: 96px;
  margin-right: 123px;
}
.searchBox .searchtwo:nth-child(even) .left a::after{
  content: '';
  display: none;
  width: 100%;
  height: 4px;
  background-color: #264b9f;
  transform:skew(-45deg)  translateY(0px);
}
.searchBox .searchtwo:nth-child(even) .left a:hover{
  color:#666666;
}
.searchBox .searchtwo:nth-child(even) .left a.on{
  color:#666666;
}
.searchBox .searchtwo:nth-child(even) .left a.on::after{
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #264b9f;
  transform:skew(-45deg)  translateY(0px);
}
.searchBox .searchtwo:nth-child(even) .left a:hover::after{
  display: block;
}
/* .searchBox .searchtwo:nth-child(2) .left a:nth-last-child(1)::after{
  display: none !important;

} */
.productBox .productUl .productLi{
  width: 32%;
  float: left;
  margin-right: 2%;

}
.productBox{
  padding: 40px 0px;
}
.productBox .productUl .productLi:nth-child(3n){
  margin-right: 0;
}
.productBox .productUl .productLi .imgBox{
  position: relative;
  height: auto;

  border:1px solid #bbbbbb;
}
.productBox .productUl .productLi .imgBox img:nth-child(1){
  /*position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);*/
  width: 100%;
}
.productBox .productUl .productLi .imgBox img:nth-child(2){
  position: absolute;
  right: 18px;
  bottom:18px;
}
.productBox .productUl .productLi .imgBox img:nth-child(3){
  position: absolute;
  right: 18px;
  bottom:18px;
  display: none;
}
.productBox .productUl .productLi:hover .imgBox img:nth-child(2){
  display: none;
}
.productBox .productUl .productLi:hover .imgBox img:nth-child(3){
  display: block;
}
.productBox .productUl .productLi .imgBox:hover{
  border:1px solid #264b9f;

}
.productBox .productUl .productLi  .proTxt{
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color:#666;
  /* overflow:hidden; 

  text-overflow:ellipsis;
  
  display:-webkit-box; 
  
  -webkit-box-orient:vertical;
  
  -webkit-line-clamp:1;  */
}
.productBox .productUl .productLi .tomoreLogo{
  display: none;
  float: right;
}
.productBox .productUl .productLi:hover .proTxt .titp{
  float:left;
  color: #264b9f;
}
.productBox .productUl .productLi:hover .tomoreLogo{
  display: block;
  color: #264b9f;

}
.detailsBox{
  background-color: #f5f7f8;

}
.detailsBox .w1280{
  position: relative;
  padding:100px 0px;
}
.detailsBox .banul{
  left: 0;
}
.detailsBox .banul a{
  color:#bbbbbb;
}
.detailsBox .right{
  width: 60.8%;
  height: 470px;
}
.detailsBox .right .listswip{
  width: 100%;
  float: left;
  background-color: #fff;
  background-image: url(../img/index_bg1.png);
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 5;
}
.detailsBox .right .listswip .swiper-slide{
  position: relative;
  height: 470px;
  width: 100%;
}
.detailsBox .right .listswip .swiper-slide img{
  position: absolute;
top: 50%;
left: 50%;
transform:translate(-50%,-50%);
width: 36%;
}
.detailsBox .conNew{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  
}

.detailsBox .conNew .tits{
  font-size: 16px;
  color:#333;
}
.detailsBox .conNew .tit{
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  color: #333;
  margin-top: 26px;
}
.detailsBox .conNew .tit1{
  font-size: 26px;
  line-height: 30px;
  color: #264b9f;
  font-weight: bold;
  margin-top: 46px;
  overflow:hidden; 
  width: 100%;
  /*text-overflow:ellipsis;
  display:-webkit-box; */
  
  -webkit-box-orient:vertical;
  
  -webkit-line-clamp:2; 
}
.butt{width: 45%;}
.detailsBox .conNew .butt{
  width: 100%;
}
.detailsBox .conNew .butt a:nth-child(1){
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #264b9f;
  line-height: 30px;
  color:#fff;
  font-size: 16px;
  text-align: center;
  margin-top:77px;
  float: left;
}
.detailsBox .conNew .pdfMore{
  float: right;
  margin-top:77px;
  color:#e08c5a;
  font-size: 16px;
  margin-left: 30px;
  line-height: 30px;
}
.pdfMore img{
  width: 18px;
  height: 18px;
  margin-left: 20px;
}
.proBlue{
  padding: 30px 0px;
  background-color: #264b9f;
}
.proBlue .left{
  width: 50%;
  color:#ffff;
}
.proBlue .right{
  width: 50%;
  color:#ffff;
}
.proBlue .left{
  font-size: 20px;
  line-height: 36px;
  padding-left: 20px;
  box-sizing: border-box;
}
.proBlue .right{
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  box-sizing: border-box;
}

.listswip a{
  width: 34px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  opacity: 0.3;
  z-index: 5;
}
.listswip .a.next {
  background-position: right center;
  background-image: url(../img/right1.png);
  right: 15px;
}
.listswip .a.prev {
  background-position: left center;
  background-image: url(../img/left1.png);
  left: 15px;
}
.listswip .a:after{
  width: 17px;
  height: 3px;
  position: absolute;
  top: 10px;
  background-color: #264b9f;
  content: '';
  opacity: 0;
  transition: all .5s;
}
.listswip .a.prev:hover:after{
    opacity: 1;
    left: 15px;
}
.listswip .a.next:hover:after{
  opacity: 1;
  right: 15px;
}
.listswip .swiper-pagination{
  left: 0px;
  bottom: 15px;
  text-align: left;
  padding-left: 18px;
  box-sizing: border-box;
}
.listswip .swiper-pagination span{
  width: 10px;
  margin-right: 6px;
  border-radius: 0;
  transform: skew(-45deg);
  height: 4px;
}
.listswip .swiper-pagination span.swiper-pagination-bullet-active{
  width: 20px;
}
.prolist{
  padding-top: 60px;
  padding-bottom: 40px;
  /* text-align: center; */
}
.prolist .prolistLi{width: 50%; float: left; text-align: center; box-sizing: border-box;}
.prolist .prolistLi .left img:nth-child(2){
  display: none;
}
.prolist .prolistLi .right .num{
  font-size: 14px;
  line-height: 14px;
  color: #666;
  text-align: left;
}
.prolist .prolistLi .right{
  float: left;
  margin-left: 50px;
}
.prolist .prolistLi .right .line{
  width: 16px;
  height: 2px;
  background-color: #264b9f;
  margin-top: 8px;
}
.prolist .prolistLi .right .t{
  font-size: 18px;
  line-height: 18px;
  margin-top: 8px;
  color:#999999;
}
.prolist .prolistLi .proCont{
  display: inline-block;
  position: relative;

}
.prolist .prolistLi .proCont .border{
  height: 6px;
  width: 100%;
  background-color: #264b9f;
  position: absolute;
  bottom: -41px;
  transform: skew(-45deg);
  display: none;
}
.prolist .prolistLi.on .right .num{
  color: #264b9f;
}
.prolist .prolistLi.on .right .t{
  color: #264b9f;

}
.prolist .prolistLi.on .left img:nth-child(1){
  display: none;
}
.prolist .prolistLi.on .left img:nth-child(2){
  display: block;
}
.prolist .prolistLi.on .border{
  display: block;
}
.contList{
  padding:60px 0px;
  background-color: #f5f7f8;
}
.contList .contUl .contLi{
  /* height: 60px; */
  line-height: 60px;
  padding-left: 56px;
}
.contList .contUl .contLi:nth-child(odd){
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.contList .contUl .contLi:nth-child(even){
  background-color: #f0f1f2;
  font-size: 16px;
  color:#666666;
}
.contList .contUl .contLi span{
  position: relative;
  margin-right: 36px;
}
.contList .contUl .contLi span::before{
  width: 4px;
  height: 4px;
  content: '';
  display:inline-block;
  background-color: #e08c5a;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);

}
.contList .contUl{
  display: none;
  min-height: 360px;
  color:#666;
  font-size: 14px;
}
.contList .contUl img{
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.contList .contUl.on{
  display: block;
}
.dataBox{
  padding-top: 64px;
  padding-bottom: 100px;
}

.dataBox .tits{
  text-align: center;
  font-size: 30px;
  color:#264b9f;
  margin-bottom: 63px;
}
.dataUl .dataLi .left img{
  float: left;

}
.dataUl .dataLi .left .tit{
  color:#666666;
}
.dataUl .dataLi .left .tit span:nth-child(1){
  font-size: 20px;
  min-width: 137px;
  display: inline-block;
}
.dataUl .dataLi .left {
position: relative;
width: 80%;
height: 100%;
left: -70px;
transition: all 1s;
}
.dataUl .dataLi:hover .left .tit{
  color:#264b9f;

}
.dataUl .dataLi:hover .left .titp span:nth-child(2){
  color:#333;

}
.dataUl .dataLi:hover .left{
  left: 0;
}
.dataUl .dataLi:hover .right a{
  color:#264b9f;
}
.dataUl .dataLi:hover .right a:nth-child(3) img{
  display: block;
}
.dataUl .dataLi .left .txtBox{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 128px;
}
.dataUl .dataLi .left .tit span:nth-child(1){
  font-weight: 700;
}
.dataUl .dataLi .left .tit span:nth-child(2){
  font-size: 16px;
}
.dataUl .dataLi .left .titp span:nth-child(1){
  color:#999999;
  font-size: 16px;
  min-width: 137px;
  display: inline-block;
}
.dataUl .dataLi .left .titp span:nth-child(2){
  color:#999999;
  font-size: 16px;

}
.dataUl .dataLi .left .titp{
  margin-top:16px;
}
.dataUl .dataLi{
  border-bottom: 1px solid #e2e2e2;
  height: 140px;
  overflow: hidden;
  position: relative;
}

.dataUl .dataLi .right a{
font-size: 16px;
color:#999999;
margin-left: 25px;

}
.dataUl .dataLi .right a:nth-child(3) img{
  margin-left: 8px;
  display: none;
  float: right;
  transform: translateY(4px);
}
.dataUl .dataLi .right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
.dataUl .dataLi:nth-child(1){
  border-top: 1px solid #e2e2e2;
}
.dataUl .dataLi:hover{
  background-color: #f5f7f8;
}
.enquiryBox {
  height: 157px;
  line-height: 157px;
  background-color: #f5f7f8;
}
.enquiryBox .tits{
  text-align: center;
    font-size: 30px;
    color: #264b9f;
   
}
.enqUl .inputBox{
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-top: 30px;

}
.enqUl .inputBox:nth-child(even){
  margin-right: 0px;
}
.enqUl .inputBox .tit{
  font-size: 16px;
  color:#666666;
  line-height: 40px;
}
.enqUl{
  padding:0px 120px;
  box-sizing: border-box;
  padding-top: 45px;
}
.enqUl input{
  background:#f5f7f8;  
  outline:none;  
  border:none;
  width: 100%;
  height: 60px;
  padding-left: 25px;
  color:#333333;
  font-size: 18px;
  box-sizing: border-box;
}
.enqUl textarea{
  background:#f5f7f8;  
  outline:none;  
  border:none;
  width: 100%;
  padding: 20px;

    width: 100%;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
   
}
.enqUl .textareabox{
  margin-top:30px ;
  float: left;
  width: 100%;
}
.enqUl .textareabox .tit{
  font-size: 16px;
    color: #666666;
    line-height: 40px;
}
.enqUl .inpBtn{
  text-align: center;
}
.enqUl .inpBtn a{
  width: 210px;
  height: 60px;
  background-color: #264b9f;
  color: #fff;
  display: inline-block;
  margin:60px auto 100px;
  line-height: 60px;
  font-size: 16px;
}
.enqUl .inpBtn a img{
  margin-left: 20px;
}
.proban{
  background: url(../img/bannerlogo.png) no-repeat;
  background-position: center;
}
.partBox .partUl .partLi{
  width:  20%;
  float: left;
  margin-top: 100px;
}
.partBox{
  padding-bottom: 140px;
}

.partBox .partUl .partLi .imgbox{
  height: 288px;
  position: relative;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.partBox .partUl .partLi .imgbox img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.partBox .partUl .partLi .tit{
  text-align: center;
  color:#999;
  font-size: 18px;
  margin-top: 22px;

}

.partBox .partUl .partLi:hover .imgbox{
  border: 1px solid #264b9f;

}

.partBox .partUl .partLi:hover .tit{
  color:#264b9f;
  font-weight: 700;
}
.selectBox{
  margin:100px auto;
  position: relative;
  z-index: 6;
}
.selectBox .set{
  width: 200px;
  height: 60px;
  float: left;
  margin-right: 50px;
 
}
.selectBox .set a{
  display: inline-block;
  width: 200px;
  height: 60px;
  background-color: #f5f7f8;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color:#bbbbbb;
}
.selectBox .set img{
  margin-left: 30px;
}
.selectBox .setdl{
  display: none;
  position: absolute;
  z-index: 999;
  top: 60px;
}
.selectBox .set:hover a{
color:#264b9f ;

}
.selectBox .setdl .setdd a{
  display: inline-block;
  width: 200px;
  height:60px ;
  background-color: #f5f7f8;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color:#bbbbbb;

}
.selectBox .setdl2{
  left: 250px;
}
.selectBox .setBox{
  position: relative;
}
.setBox .set a img:nth-child(2){
  display: none;
}

.setBox .set:hover a img:nth-child(2){
  display: inline-block;
}
.setBox .set:hover a img:nth-child(1){
  display: none;
}
.serBox{
  padding:0px;
}
.selectBox .right{
  height: 60px;
}
.selectBox .right input:nth-child(1){

    box-sizing: border-box;
    padding-left: 52px;
    width: 400px;
    height: 60px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    background-image: url(../img/inputlogo.png);
    background-position: 40px;
    background-repeat: no-repeat;
    position: relative;
    top: -24px;
    right: -5px;
    background-color: #f5f7f8;

}
.selectBox .right input:nth-child(2){
  width: 100px;
    height: 60px;
    background: #f5f7f8;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/search1.png);
    
}
.selectBox .setdl .setdd a:hover{
  color:#264b9f ;
}
.orMore {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 14px;
  color:#264b9f;
}
.orMore a{
  color:#264b9f;

}
.orMore:before{
  content: '';
  width: 2px;
  height: 1px;
  background-color: #264b9f;
  display: inline-block;
}
.orMore:after{
  content: '';
  display: inline-block;

  width: 2px;
  height: 1px;
  background-color: #264b9f;
}
.newBox .w1440 .newCont{
  width: 90%;
  background-color: #f5f7f8;
  padding: 100px 0px;
  position: relative;
}
.newBox .left{
  width: 50%;
  padding: 0px 10%;
  box-sizing: border-box;

}
.newBox .left .tit{
  font-size: 20px ;
  color:#333;
  line-height: 24px;
  font-weight: 700;
}
.newBox .right{
  width: 50%;
}
.newBox .right img{
  width: 100%;
}
.newBox .left .titp{
  color:#666666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 50px;
}

.newBox .bottom .right img{
  width: 17px;
  height: 12px;
}
.newBox .bottom .right a{
  color:#264b9f;
  font-size: 16px;
}
.newBox .bottom .right{
  text-align: right;
}
.newBox .bottom .left {
  padding: 0;
}
.newBox .bottom .left span:nth-child(1){
  color:#aaaaaa;
  font-size: 22px;
}
.newBox .bottom .left span:nth-child(2){
  color:#999;
  font-size: 14px;
}
.newBox .bottom{
  position: absolute;
  bottom: 100px;
  width: 30%;
}
.newBox{
  margin-bottom:100px;
}

.newlist  .dataUl .dataLi .left .tit span:nth-child(1){
  font-size: 22px;
  color:#cccccc;
}
.newlist  .dataUl .dataLi:hover .left .tit span:nth-child(1){
  color:#999999;
}
.aboutBox{
  padding-top:114px;
}
.aboutBox .left{
  width: 50%;
}
.aboutBox .left .tit{
  font-size: 34px;
  color:#333333;
  line-height: 34px;
}
.aboutBox .left .time{
  font-size: 24px;
  color:#999999;
  margin-top: 37px;
}
.aboutBox .left .time span{
  font-size:60px ;
  color:#264b9f
}
.aboutBox .right{
  width: 50%;
  color:#666666;
  font-size: 16px;
  line-height: 24px;
}

.imgboxHome img{
  width: 80%;
  position: relative;
  top: -60px;
  z-index: -1;
  left: 10%;

}
.aboutswip{
  padding:100px 0px;
  background: url(../img/bannerlogo.png) #1a3c83 no-repeat;
  background-position: 20% center;
  z-index: -1;
}
.aboutswip .swiper-slide .left{
	width: 40%;
}
.aboutswip .swiper-slide .right{
	width: 50%;
}
.aboutswip .swiper-slide .right img{
	    width: 100%;
}
.aboutswip .aboutsp .left .tit{
color:#fff;
font-size: 30px;
line-height: 30px;
}
.aboutswip .aboutsp .left .titp{
  margin-top: 160px;
  font-size: 20px;
  color:#fff;
}
.aboutswip .aboutsp .left .titp .num{
  float:left;
  margin-right: 18px;
  line-height: 30px;

}
.aboutswip .aboutsp .left .titp .txt{
  float:left;
  line-height: 30px;
}
.aboutswip .aboutsp .a{
  width: 34px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  opacity: 0.3;
  z-index: 5;
}
.aboutswip .aboutsp .a.next{
  background-position: right center;
  background-image: url(../img/right.png);
  left: 100px;
  top: 100%;
  transform: translateY(-50%);

}
.aboutswip .aboutsp .a.prev{
  background-position: left center;
  background-image: url(../img/left.png);
  left: 0;
  top: 100%;
  transform: translateY(-50%);

}
.aboutswip .aboutsp .a:after{
  width: 17px;
    height: 3px;
    position: absolute;
    top: 10px;
    background-color: #fff;
    content: '';
    opacity: 0;
    transition: all .5s;
}
.aboutswip .aboutsp .a.prev:hover {
  opacity: 1;
}
.aboutswip .aboutsp .a:hover.prev:after{
  left: 15px;
  opacity: 1;
}
.aboutswip .aboutsp .a.next:hover {
  opacity: 1;
}
.aboutswip .aboutsp .a:hover.next:after{
  right: 15px;
  opacity: 1;
}
.Ullist{
  position: absolute;
  top: 25%;
  z-index: 999;
}
.Ullist .lilist{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border:2px solid #e08c5a;
  float: left;

}
.Ullist .lilistBox .border{
  content: '';
  width: 90px;
  border-bottom:1px dashed #cccccc;
  height: 7px;
  transform: translateX(16px);
}
.lilistBox .swiplogo{
  position: relative;
  top: -30px;
}
.swiplogo{
  display: none;
}
.lilistBox.on img{
  display: block;
}
.lilistBox.on .lilist{
  display: none;
}
.Ullist .lilistBox{
  float: left;
  margin-right: 16px;
} 
.lilistBox .txt{
  position: absolute;
  color:#cccccc;
  font-size: 14px;
  top: 25px;
}
.Ullist .lilistBox:nth-last-child(1) .border{
display: none;
}

.brandBox .enquiryBox{
  background-color: #fff;
}
.brandBox .prolist{
  background-color: #f5f7f8;
}
.brandBox .prolist .prolistLi{
  width: 25%;
}
.brandpart .partBox{
  display: none;
}
.brandpart .partBox.on{
  display: block;
}
.contBox .top .leftBox{
  width: 50%;
  float: left;
}
.contBox .top .rightBox{
  width: 50%;
  float: right;

}
.contBox .top .right .prolistLi{
  width: 50%;
}
.contBox .prolist{
  padding-top: 40px;
}
.contBox .top .leftBox{
  color:#3f5faa;
  font-size: 30px;
  line-height: 160px;
}
.mapBox .left{
  width: 40%;
  height: 558px;
  background: url(/img/mapbg.png) #264b9f no-repeat center;
  padding-left: 10%;
  box-sizing: border-box;
}
.mapBox .left .tit{
  margin-top: 90px;
  color:#fff;
  font-size: 20px;
  position: relative;
}
.mapBox .left .tit img{
  position: absolute;
  left: -30px;
}
.mapBox .left .titp{
  font-size: 16px;
  color:#fff;
  margin-top: 15px;
}
.mapBox .right{
  width: 60%;
}
.right #map{
  height: 558px;
  width: 100%;  
}
.right #map1{
  height: 558px;
  width: 100%;
}
.anchorBL{
  display: none;
}

.mapbigBox .mapBox{
  display: none;
}
.mapbigBox .mapBox.on{
  display: block;
}
.contbottom .enquiryBox{
  background-color: #fff;
}
.contbottom .enqUlBox{
  background-color: #f5f7f8;
}
.contbottom .enqUl input{
  background-color: #fff;
}
.contbottom  .enqUl textarea{
  background-color: #fff;
}
/*# sourceMappingURL=style.css.map */
.contList .contUl .contLi span{
  display: inline-block;
}
.proBlue .left{
  padding-right: 10px;
  box-sizing: border-box;
}
.newBox h3 {
  font-size: 26px;
  color: #363636;
  line-height: 30px;
  margin-top: 30px;
}
.fhico a {
  color: #342010;
}
.fhico {
  position: fixed;
  z-index: 30;
  left: 3%;
  top: 230px;
  color: #342010;
}
.newBox {
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.w {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}
.newBox .timeTxt {
  font-size: 14px;
  color: #989898;
  margin-top: 30px;
  line-height: 60px;
}
.newBox p {
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgb(53, 56, 64);
  font-family: 微软雅黑, Arial, 宋体, sans-serif;
  font-size: 14px;
  text-indent: 2em;
}
.newBtBox {
  margin: 100px auto;
} 
.newBt a{
  color: rgb(152, 152, 152);
}
.newBox .timeTxt a {
  float: right;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 10px !important;
  width: 26px !important;
  height: 26px !important;
}
.popup_weixin {
  background: url(../img/fxico1.png) no-repeat !important;
}
.popup_douban {
  background: url(../img/fxico2.png) no-repeat !important;
}
.popup_qzone {
  background: url(../img/fxico3.png) no-repeat !important;
}
.popup_tsina {
  background: url(../img/fxico4.png) no-repeat !important;
}
.index-contact .left{
  width: 50%;
}
.index-contact .right{
  width: 50%;
}
.index-contact .right .titp img{
width: 18px;
height: 22px;
}
.index-contact img{
  width: 100%;
}
.diepng {
  display: none;
  width: 2em;
  height: 2em;
  top: 26px;
  z-index: 522;
  position: fixed;
  right: 20px;
  cursor: pointer;
}
.diepng span {
  position: absolute;
  left: 0;
  background: #264b9f;
  width: 100%;
  height: 2px;
  display: block;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.diepng .line1 {
  top: 0;
}
.diepng .line2 {
  top: 30%;
}
.diepng .line3 {
  top: 60%;
}
.diepng.cur span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 7px;
}
.diepng.cur span:nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 7px;
}
.diepng.cur span:nth-child(3) {
  display: none;
}
.navMot{
  display: none;
}
.index .index-news .list .moreClick{
  z-index: 1;
}
.footerBox{
  position: relative;
}
.fhico img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
}
.detailsBox {
  background: url();
}
.newBox .right img{
  left: 20%;
  position: relative  ;
}
.newBox .bottom .left span:nth-child(1){
  margin-right: 10px;
}
.selectBox{
  margin:80px auto;
}
.newBox{
  padding-top: 0px;
  border:0px;
}
.newBox .left{
  padding:0px 0px 0px 10%;
}
.newBox .bottom {
  width: 40%;
}
.newBox .bottom .right img{
position: static;
margin-left: 10px;
}
.dataUl .dataLi .right a img{
  margin-left: 10px;
}
.dataUl .dataLi .left .titp span:nth-child(2){
  display: inline-block;
  width: 54em;
  overflow: hidden;
 
  text-overflow:ellipsis; 
  
  white-space:nowrap;
}
@media only screen and (max-width: 1366px){
  .fhico{display: none;}
  .newBox {
    margin-bottom:40px;
  }
  .selectBox{
    margin:50px auto;
  }
  .newBox{
    padding-top: 0px;
  }
  .newBox .left .titp{
    overflow:hidden; 

    text-overflow:ellipsis;
    
    display:-webkit-box; 
    
    -webkit-box-orient:vertical;
    
    -webkit-line-clamp:5; 
  }
  .banul{
    left: 62px;
  }
  .partBox .partUl .partLi .imgbox img{
    max-width: 90%;
  }
  .dataUl .dataLi .left .titp span:nth-child(2) {
    width: 44em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
  .header .nav ul li .tits{
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px){
  .newBox h3 {
    margin-top: 100px;
  }
  .dataUl .dataLi .left .tit span:nth-child(2){
    width: 26em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
  .productBox .productUl .productLi .proTxt .titp{
    width: 11em;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
    text-align: left;
  }
  .contBox .prolist .prolistLi{
    width: 50%;
  }
  .aboutsp .swiper-slide .right img{
    width: 500px;
  }
  .aboutswip .aboutsp .left .titp{
    margin-top: 120px;
  }
  .newBox .left .titp {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .selectBox .right input:nth-child(1){
    width: 300px;
  }
  .selectBox {
    margin:50px auto;
  }
  .orMore {
    margin-top: 30px;
    margin-bottom: 60px;}
  .partBox .partUl .partLi {
    width: 25%;
  }
  .dataUl .dataLi .left .titp span:nth-child(2) {
    width: 25em;}
  .enquiryBox {
    height: 100px;
    line-height: 100px;}
  .detailsBox .conNew .butt a:nth-child(1) {
    margin-right: 74px;
  }

  .enqUl .inpBtn a {
    margin:60px auto 60px;
  }
  .detailsBox .conNew .tit1 {
    font-size: 60px;
   
  }
  .banul {
    left: 60px;
  }
  .proban{
    overflow: hidden;
  }
  .proban>img{
    width: 180%;
    margin-left: -40%;
  }
  .bantxt{
    width: 90%;
  }
  .bantxt .tit {
    font-size: 30px;
    line-height: 30px;
  }
  .bantxt .titp {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
  }
  .proban .bantxt .searchBox{
    width: 80%;
    height: 40px;
    margin: 20px auto 0;
  }
  .proban .bantxt .searchBox .text{
    width: calc(100% - 40px);
    padding-left: 20px;
    height: 40px;
    font-size: 14px;
  }
  .proban .bantxt .searchBox .submit{
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
  .proban{
    margin-top: 68px;
  }
  .searchtwo .left a {
    margin-right: 60px;
  }
  .searchBox .searchtwo:nth-child(2) .left a{
    margin-right: 60px;
  }
  .nav{
    display: none;
  }
  .header .searchBox{
    display: none;
  }
  .header .lan{
    display: none;
  }
  .diepng{
    display: block;
  }
  .header{
    height: 68px;
  }
  .header .logo{
    margin-top: 14px;
  }
  .header .logo img{
    width: 80%;
  }
  .index-banner ul li .txt{
    font-size: 32px;
  }
  .header{
    position: fixed;
    top: 0px;
    z-index: 522;
    background-color: #fff;
  }
  .index-banner{
    margin-top: 68px;
  }
  .phoneNav{
    float: right;
    width: 60%;
    max-width: 180px;
    background: #fff;
    height: calc(100vh - 68px);
  }
  .navMot  {
    position: fixed;
    top: 68px;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: calc(100vh - 68px);
    display: block;
    left: 100%;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    z-index: 522;
}
.navMot.on{
  left: 0px;
}
.navMot .phoneNav  ul li .yj {
  /* font-weight: bold; */
  font-size: 14px;
  padding: 0;
  line-height: 40px;
  color:#000;
  display: block;
  /* padding-left: 30%; */
  text-align: center;
}
.index .index-product .itemBox .item .con .conNew .tit1{
  font-size: 60px;
}
.index .index-product .productList .list ul li .tits{
  margin-left: 10px;
}
.index .index-product .productList .list ul li .tits .t{
  font-size: 16px;
}
.index .index-news .box .con .conNew .tits{
  padding-top: 0px;
}
.index .index-news .box .con .conNew .txt{
  margin-top: 18px;
}
.index .index-news .box .con .conNew .tit a {
  font-size: 16px;
}
.index-contact{
  margin-top: 100px;
  margin-bottom:100px;
}
.footerBox{
  height: 68px;
  line-height: 68px;

}
.footerBox .left img{
  width: 74%;
}
.index-contact .mapimgBox .titpBox img{
  margin-right: 10px;
}
}
@media only screen and (max-width: 768px){
  .productBox .productUl .productLi .proTxt{
    line-height: 50px;
  }
  .productBox .productUl .productLi .proTxt .titp{
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
  }
  .mapBox .left .tit{
    margin-top: 60px;
  }
  .mapBox .left{
    background-size: 200px;
    height: 500px;
  }
  .right #map{
    height: 500px;
  }
  .aboutsp .swiper-slide .right img{
    width: 400px;
  }
  .aboutswip {
    background-size: 100px;
  }
  .aboutswip .aboutsp .left .titp {
    margin-top: 80px;
  }
  .Ullist {
    top: 65px;
  }
  .prolist{
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 30px;
  }
  .prolistUl {
    max-width: 100%;
  }
  .prolist .prolistLi .right{
    margin-left: 30px;
  }
  .aboutBox {
    padding-top: 40px;
  }
  .aboutBox .left .tit{
    font-size: 30px;
  }
  .aboutBox .left .time span {
    font-size: 46px;
  }
  .aboutBox .left .time{
    font-size: 20px;
  }
  .imgboxHome img{
    width: 100%;
    left: 5%;
  }
  .newBox .w1440 .newCont{
    width: 100%;
    padding:50px 0px;
  }
  .newBox .right img{
    left: 0px;
  }
  .newBox .left{
    width: 100%;
    float:none;
  }
  .dataUl .dataLi .left .titp span:nth-child(1) {
    overflow:hidden; 

    text-overflow:ellipsis;
    
    display:-webkit-box; 
    
    -webkit-box-orient:vertical;
    
    -webkit-line-clamp:1; 
  }
  .newBox .right{
    width: 100%;
    float:none;
  }
  .newBox .left{
    padding:0px 10px 50px;
  }
  .newBox .bottom{
    position: static;
    margin-top: 30px;
    width: 100%;
  }
  .newBox .bottom .right{
    float: right;
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
    
  }
  .newBox .bottom .left{
    width: 50%;
    float: left;
  }
  .dataUl .dataLi .left .tit span:nth-child(2){
    overflow:hidden; 

    text-overflow:ellipsis;
    
    display:-webkit-box; 
    
    -webkit-box-orient:vertical;
    
    -webkit-line-clamp:1; 
  }
  .selectBox .right{
    float:none;
    margin-top: 15px;
    display: none;
  }

  .partBox .partUl .partLi {
    width: 33.33%;
    margin-top: 22px;
  }
  .partBox{
    padding-bottom:40px;
  }
  .dataUl .dataLi .left .titp span:nth-child(2) {
    width: 15em;
}
.orMore{
  margin-bottom:30px;
}
.dataBox{
  padding-top: 0px;

  padding-bottom: 0px;
}
.enquiryBox .tits {
  font-size: 26px;
}
.enquiryBox .tits img{
  width: 18px;
}
.dataBox .tits{
  font-size: 26px;
}
.dataBox .tits img{
  width: 18px;
}
.dataBox .tits{
  margin-bottom:36px;
}
  .dataUl {
    width: 100% !important;
    max-width: 100%;
  }
  .enqUl{
    padding:0px;
  }
  .detailsBox .w1280 {
    padding:10px 0px;
  }
  .detailsBox .conNew .butt a:nth-child(1) {
    margin-right: 30px;
}
  .banul {
    display: none;
  }
  .searchtwo .right input:nth-child(1) {
    width: 200px;
  }
  .bantxt .titp {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
}
.bantxt .tit {
  font-size: 30px;
  line-height: 50px;
}
.proban{
  background-size: 15%;
}
  .index .index-box .boxLeft .tits {
    font-size: 26px;
  }
  .index .index-box .boxLeft .tit span{
    font-size: 46px;
  }
  .index .index-box .boxLeft .tit {
    font-size: 20px;
  }
  .index .index-product .itemBox .item .list ul li {
    height: 360px;
  }
  .list1 .swiper-slide img{
    width: 60%;
  }
  .index .index-product .itemBox .item .con .conNew .tit1{
    font-size: 46px;
    line-height: 58px;
  }
  .index .index-product .productList .list ul li{
    width: 33.33%;
  }
  .index .index-partners .list ul li{
    width: 25%;
  }
  .index .index-news .list ul li a .more {
    margin-top: 32px;
  }
.index-contact .left{
  width: 100%;
  float: none;
}
.index-contact .right{
  width: 100%;
  float: none;
}

}
@media only screen and (max-width: 480px){
  .productBox .productUl .productLi .proTxt .titp{
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
  }
  .index .index-partners .title .en {
    font-size: 38px;
  }
  .mapBox .left{
    width: 100%;
    float: none;
    padding-top: 30px;
  }
  .mapBox .right{
    width: 100%;
    float: none;
  }
  .contBox .prolist .prolistLi{
    text-align: left;
  }
  .contBox .top .leftBox{
    float:none;
    width: 100%;
  }
  .contBox .top .rightBox{
    width: 100%;
    float: none;
  }
  .contBox .top .leftBox {
    color: #3f5faa;
    font-size: 26px;
    line-height: 80px;
}
  .aboutswip {
    padding:50px 0px;
    /* background: url(); */
    background: url('') #1a3c83 no-repeat;
  }
  .aboutswip .swiper-slide{
    padding-bottom: 70px;
  }
  .aboutsp .swiper-slide .right img{
    margin-top: 30px;
    width: 100%;
  }
  .aboutBox .left{
    width: 100%;
    float: none;
  }
  .aboutBox .right{
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .aboutBox .left .time{
    margin-top: 20px;
  }
  .selectBox .setBox{
    height: 60px;
    margin-top: 15px;
  }
  .imgboxHome img{
    top: 0px;
  }
  .partBox .partUl .partLi .imgbox {
    height: 188px;
  }
  .partBox .partUl .partLi .tit {
    margin-top: 12px;
  }
  .partBox .partUl .partLi{
    width: 50%;
  }
  .selectBox .setdl2{
    left: 0px;
  }
  .detailsBox .right {
    height: 320px;
  }
  .partBox .partUl .partLi .tit {
    font-size: 14px;
  }
  .partBox .partUl .partLi{
    margin-top: 12px;
  }
  .partBox .partUl .partLi .imgbox img{
    max-width: 90%;
  }
  .detailsBox .conNew .tit1{
    font-size: 20px;
    margin-top: 24px;
    line-height: 30px;
  }
  .detailsBox .right .listswip .swiper-slide{
    height: 300px;
  }
  .detailsBox .right .listswip{
    background-size: 130px;
  }
  .conNew{
    width: 100%;
  }
  .detailsBox .conNew .pdfMore {
    margin-right: 5%;
  }
  .pdfMore img{
    width: 18px !important;
    height: 18px !important;
  }
  .detailsBox .conNew .butt a:nth-child(1) {
    margin-top: 30px;
  }
  .detailsBox .conNew .pdfMore {
margin-top: 30px;

}
.dataUl .dataLi .right {
  top: 88%;
  left: 38px;
}
.dataUl .dataLi {
  padding-bottom: 40px;
}
.contList .contUl .contLi span {
  overflow:hidden; 

text-overflow:ellipsis;

display:-webkit-box; 

-webkit-box-orient:vertical;

-webkit-line-clamp:1; 
}
.dataUl .dataLi .left .tit span:nth-child(1){
  overflow:hidden; 

  text-overflow:ellipsis;
  
  display:-webkit-box; 
  
  -webkit-box-orient:vertical;
  
  -webkit-line-clamp:1; 
}
.dataBox{
  padding-top: 15px;
}
.dataBox .tits {
  margin-bottom: 15px;
  font-size: 22px;
}
.enqUl .inpBtn a {
  margin:15px auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.enqUl .inpBtn a img {
  width: 20px;
}
.enquiryBox .tits {
  font-size: 22px;
}
.enquiryBox{
  height: 60px;
  line-height: 60px;
  
}
.enqUl .inputBox {
  width: 100%;
  margin-top: 15px;
}
.enqUl .textareabox {
  margin-top: 15px;
}
.proBlue {
  padding:30px 0px;
}
.prolist{
  overflow-x: auto;
  overflow-y: hidden;
}
.contList .contUl .contLi {
  padding-left: 20px;
}
.prolistUl {
  width: 100%;
  max-width: 100%;
}
.brandBox .prolistUl{
  width: 200%;
  max-width: 200%;

}
.brandBox .prolist .prolistLi .right {
  margin-left: 30px;
}
.proBlue .left {
  float:none;
  width: 100%;
}
.proBlue .right {
  float:none;
  width: 100%;
}
  .detailsBox{
    padding-bottom: 320px;
  }
  .conNew{
    top:20px;
  }
  .detailsBox .right{
    width: 100%;
  }
  .bantxt .titp{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .bantxt .tit {
    font-size: 22px;
    line-height: 34px;
}
  .banul img {
    width: 6px;
    height: 14px;
    margin: 0px 10px;
}
  .productLi .imgBox img:nth-child(1){
    width: 80%;
  }
  .productLi .imgBox img:nth-child(2){
    width: 20px;
  }
  .productLi .imgBox img:nth-child(3){
    width: 20px;
  }
  .searchtwo .left a {
    margin-right: 26px;
}
.searchBox .searchtwo:nth-child(2) .left a {
  margin-right: 26px;
}
.productBox .productUl .productLi{
  width: 49%;
}
.productBox .productUl .productLi:nth-child(2n){
  margin-right: 0px;
}
.productBox .productUl .productLi:nth-child(3) {
  margin-right: 2%;
}
  .searCont .right{
    display: none;
  }
  .proindex .index-product .productList{
    margin-top: 0px !important;
  }
  .foot div:nth-child(2){
    display: none;
 
  }
  .foot {
    height: 68px;
  }
  .index-banner ul li .txt{
    font-size: 18px;
  }
  .index-banner .btns{
    bottom:12px;
  }
  .index-banner .aBtns{
    display: none;
  }
  .index .index-box .boxLeft{
    width: 100%;
    float:none;
  }
  .index .index-box .boxRight{
    width: 100%;
    float:none;
  }
  .index .index-box .boxLeft .tit {
    margin-top:8px;
  }
  .index .index-box .boxLeft .tit span {
    font-size: 38px;
  }
  .index .index-product .itemBox .item .bg{
    height: 166%;
    width: 100%;
  }
  .index .index-product .itemBox .item{
    padding:52px 0px;
  }
  .index .index-product .itemBox .item .list{
    width: 100%;
  }
  .index .index-product .itemBox .item .con{
    width: 100%;
    top: 425px;
  }
  .index .index-product .productList {
    margin-top: 112.3%;
  }
  .index .index-product .itemBox .item .con .conNew .tit1 {
    margin-top: 22px;
  }
  .index .index-product .itemBox .item .con .conNew .more{
    margin-top: 46px;
  }
  .index .index-product .productList{
    margin-top: 100%;
  }
  .index .index-product .productList .list ul li{
    width: 100%;
  }
  .index .index-partners .list ul li{
    width: 33.33%;
  }
  .index .index-news .box .con .pic{
    width: 100%;
    float:none;
    margin-top: 30px;
  }
  .index .index-news .box .con .conNew{
    position:static;
    width: 100%;
  }
  .index .index-news .box .con .conNew .tit{
    position: static;
    margin-top: 30px;
  }
  .index .index-news .box {
    padding:42px 0px;
  }
  .index .index-news .list ul li{
    width: 100%;
  }
  .index-contact .mapimgBox .txt {
    top: 20px;
    left: 20px;
  }
  .index-contact .mapimgBox .titpBox{
    top: 70px;
    left: 20px;
  }
  .index-contact{
    margin-top:50px;
    margin-bottom:50px;
  }
  .index .index-news .list ul li a .tits{
    padding-right: 60px;
  }
  .detailsBox .conNew {
    top: 320px;
  }
}


.imgboxHome{
  overflow: hidden;
}
body{
  overflow-x: hidden;
}
.pdfMore img{
  width: 18px !important;
  height: 18px !important;
}

.contBoxh .index-contact .left .mapblue{
  display: none;
}
.contBoxh .index-contact .right .smBox{
  display: none;
}

.contBoxh .index-contact .left:hover .smBox{
  display: none;

}
.contBoxh .index-contact .left:hover .mapblue{
  display: block;

}
.contBoxh .index-contact .left:hover .txt{
  color:#fff;
}
.contBoxh .index-contact .right:hover .mapblue{
  display: none;
}
.contBoxh .index-contact .right:hover .smBox{
  display: block;
}
.contBoxh .index-contact .right:hover .txt{
  color:#333;
}
.contBoxh .titp img{
  width: 18px;
}
.pages{
  text-align: center;
  margin-top: 30px;
}
.searchBox .searchtwo:nth-child(odd){
  background-color: #264b9f;
}
.searchBox .searchtwo:nth-child(even){
  background-color: #f5f7f8;
}


.header .nav ul li .mnav{
  width: 100%;
  height: auto;
  position: absolute;
  top: 90px;
  left: 0;
  display: none;
}
.header .nav ul li:hover .mnav{
  display: block;
}
.header .nav ul li .mnav .w1280{
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(38,15,159,0.3);
}
.header .nav ul li .mnav .nav1{
  width: 34.8%;
  float: left;
  background-color: #264b9f;
}
.header .nav ul li .mnav .nav1 dl{
  width: 347px;
  float: right;
  max-width: 90%;
}
.header .nav ul li .mnav .nav1 dl dd .tt{
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 60px;
  position: relative;
}
.header .nav ul li .mnav .nav1 dl dd .tt:after{
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background-color: #e08c5a;
  display: none;
}
.header .nav ul li .mnav .nav1 dl dd .tt i{
  width: 20px;
  height: 100%;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  background-repeat: no-repeat;
  background-image: url('../img/icc.png');
  
}
.header .nav ul li .mnav .nav1 dl dd:hover{
  background-color: #fff;
}
.header .nav ul li .mnav .nav1 dl dd:hover .tt{
  color: #264b9f;
}
.header .nav ul li .mnav .nav1 dl dd:hover .tt:after{
  display: block;
}
.header .nav ul li .mnav .nav1 dl dd.on{
  background-color: #fff;
}
.header .nav ul li .mnav .nav1 dl dd.on .tt{
  color: #264b9f;
}
.header .nav ul li .mnav .nav1 dl dd.on .tt:after{
  display: block;
}

.header .nav ul li .mnav .nav1 dl dd .tt1{
  width: 29.9%;
  background-color: #fff;
  min-height: 100%;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 34.8%;
  padding: 28px 0;
  box-sizing: border-box;
  display: none;
}
.header .nav ul li .mnav .nav1 dl dd.on .tt1{
  display: block;
}
.header .nav ul li .mnav .nav1 dl dd .tt1 .ttt{
  width: 72.1%;
  height: auto;
  color: #000;
  padding: 7px 13.95%;
  margin: 0 auto;
}
.header .nav ul li .mnav .nav1 dl dd .tt1 .ttt .ttt1{
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 30px;
  color: #000;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  display: block;
}
.header .nav ul li .mnav .nav1 dl dd .tt1 .ttt .ttt1:hover{
  border-color: #264b9f;
  color: #264b9f;
}
.header .nav ul li .mnav .nav1 dl dd .tt1 .ttt.on .ttt1{
  border-color: #264b9f;
  color: #264b9f;
}
.header .nav ul li .mnav .ttt2{
  width: 35.3%;
  position: absolute;
  top: 0;
  min-height: 100%;
  right: 0;
  background-color: #fff;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  padding: 40px 0;
  display: none;
}
.header .nav ul li .mnav .ttt2 a{
  padding-left: 87px;
  font-size: 14px;
  line-height: 50px;
  color: #000;
  display: block;
  box-sizing: border-box;
}
@media (min-width: 1024px){
  .header .nav ul li .mnav .ttt2 a:hover{
    color: #264b9f;
  }
}

@media (max-width: 1366px){
  .header .nav ul li .mnav .nav1 dl dd .tt{
    line-height: 40px;
  }
  .header .nav ul li .mnav .nav1 dl dd .tt1 .ttt{
    padding: 10px 13.95%;
  }
}
@media (max-width: 1024px){
  .header .nav ul li .mnav{
    display: none !important;
  }
}


.ret{
  width: 60px;
  height: auto;
  padding: 10px 0;
  background-color: #264b9f;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  position: fixed;
  z-index: 100;
  bottom: 5%;
  right: 2%;
}
.ret img{
  width: 28px;
  display: block;
  margin: 0 auto;
}
.ret p{
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  width: 100%;
  margin-top: 10px;
}