/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.of {
    overflow: hidden;
}
.flexs {
    display: flex;
}

body {
    font-family: Microsoft YaHei;
}

 .containers {
        max-width: 1470px;margin:0 auto;padding-left:15px;padding-right:15px;
    }




header {
  
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;height:108px;
}
.hei{
    background: #fff;
}
nav {
    width: 68.75%;
}

nav .x-menu {
    display: flex;
    justify-content: space-between;
}

.lo {
    line-height:108px;
}

.so {
    background: url("../../../../f62d721b/22/02/4c4d524d63f21f07b847b6bc8876772eff51f0a0.png")no-repeat center;
    width: 19px;
    height: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 110px;
    width: 310px;
    padding: 20px;
    z-index: 9999;
    background:#fff;
}

.ss input {
    outline: none;
    line-height: 32px;
    width: 20%;
    background: none;
    border: none;
    background: #0064BA;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #0064BA;
    outline: none;
    font-size: 13px;
    color: #333;
}

.ss #keyword::placeholder {
    color: #999;
    font-size: 12px;
}


.x-menu>li:hover>a::after {
    width: 122%;
}

.x-menu>li.active>a::after {
    /* width: 122%; */
}



.c1 {
  margin-top: 6.88vw;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4.79vw; }
  @media (max-width: 780px) {
    .c1 {
      flex-wrap: wrap;
      margin-top: 50px;
      padding-bottom: 40px; } }
  .c1 .c1-1 {
    width: 46.643%;
    margin-top: 5px; }
    @media (max-width: 780px) {
      .c1 .c1-1 {
        width: 100%;
        margin-top: 0; } }
    .c1 .c1-1 .tit {
      position: relative; }
      .c1 .c1-1 .tit h2 {
        font-size: 48px;
        color: #111111;
        position: relative;
        z-index: 1;
        font-weight: normal; }
        @media (max-width: 1380px) {
          .c1 .c1-1 .tit h2 {
            font-size: 42px; } }
        @media (max-width: 1025px) {
          .c1 .c1-1 .tit h2 {
            font-size: 32px; } }
        .c1 .c1-1 .tit h2 b {
          color: #0064ba; }
      .c1 .c1-1 .tit .en {
        font-size: 76.79px;
        font-weight: 600;
       color: rgba(15, 142, 250, .1);
        position: absolute;
        line-height: 1;
        left: 0;
        bottom: 0; }
        @media (max-width: 1380px) {
          .c1 .c1-1 .tit .en {
            font-size: 60px; } }
        @media (max-width: 1025px) {
          .c1 .c1-1 .tit .en {
            font-size: 52px; } }
    .c1 .c1-1 dd {
      font-size: 24px;
      color: #111111;
      margin-top: 1.0416vw;
      margin-bottom: 1.0416vw; }
      @media (max-width: 1380px) {
        .c1 .c1-1 dd {
          font-size: 18px; } }
      @media (max-width: 1025px) {
        .c1 .c1-1 dd {
          font-size: 16px; } }
      @media (max-width: 780px) {
        .c1 .c1-1 dd {
          margin-top: 12px;
          margin-bottom: 8px; } }
    .c1 .c1-1 .zi {
      font-size: 16px;
      color: #666666;
      line-height: 30px; }
      @media (max-width: 1380px) {
        .c1 .c1-1 .zi {
          font-size: 14px;
          line-height: 26px; } }
    .c1 .c1-1 .list2 {
      display: flex;
      justify-content: space-between;
      margin-top: 2.8125vw;
      padding-right: 3.44vw;
      text-align: center; }
      @media (max-width: 780px) {
        .c1 .c1-1 .list2 {
          margin-top: 25px; } }
      .c1 .c1-1 .list2 li h3 {
        font-size: 16px;
        color: #0064ba;
        font-weight: normal; }
        @media (max-width: 1025px) {
          .c1 .c1-1 .list2 li h3 {
            font-size: 14px; } }
        .c1 .c1-1 .list2 li h3 b {
          font-family: Impact;
          font-size: 36px;
          padding-right: 5px; }
          @media (max-width: 1380px) {
            .c1 .c1-1 .list2 li h3 b {
              font-size: 32px; } }
      .c1 .c1-1 .list2 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px; }
        @media (max-width: 1025px) {
          .c1 .c1-1 .list2 li p {
            font-size: 14px;
            margin-top: 2px; } }
    .c1 .c1-1 a.ck {
      width: 168px;
      line-height: 50px;
      text-align: center;
      background: #0064ba;
      border-radius: 25px;
      font-size: 16px;
      color: #fff;
      display: block;
      margin-top: 2.239583vw; }
      @media (max-width: 1380px) {
        .c1 .c1-1 a.ck {
          font-size: 14px;
          line-height: 42px;
          width: 140px; } }
      @media (max-width: 780px) {
        .c1 .c1-1 a.ck {
          margin-top: 20px; } }
  .c1 .c1-2 {
    width: 50.072%;
    position: relative; }
    @media (max-width: 780px) {
      .c1 .c1-2 {
        width: 94%;
        margin-top: 30px; } }
    .c1 .c1-2:before {
      content: '';
      display: block;
      width: 103.71%;
      height: 93.68%;
      background: #151d35;
      position: absolute;
      left: 2.03vw;
      bottom: 0; }
    .c1 .c1-2 .xx {
      cursor: pointer;
      width: 51px;
      height: 51px;
      position: absolute;
      top: calc(50% - 24px);
      transform: translateY(-50%);
      z-index: 12;
      background-size: 100% !important; }
      @media (max-width: 480px) {
        .c1 .c1-2 .xx {
          width: 40px;
          height: 40px;
          background-size: 100% !important; } }
      .c1 .c1-2 .xx.zb {
        background: url("../../../../f8b43a0f/23/05/c3d6fdeb4f07c764f6da1a5656f3cae28f2626b7.png") no-repeat 50%;
        left: 8px; }
        .c1 .c1-2 .xx.zb:hover {
          background: url("../../../../f8b43a0f/23/05/1a711ada228a2891c5542c7ea4a408e5945de30d.png") no-repeat 50%; }
      .c1 .c1-2 .xx.yb {
        background: url("../../../../f8b43a0f/23/05/85d87fa3360986344d0d70bc2c883b642477a464.png") no-repeat 50%;
        right: 8px; }
        .c1 .c1-2 .xx.yb:hover {
          background: url("../../../../f8b43a0f/23/05/ef7be7697ea0542d87e89d2f691cfba531170fcf.png") no-repeat 50%; }
    .c1 .c1-2 .list2 {
      position: relative;
      z-index: 2; }
      .c1 .c1-2 .list2 li {
        padding-bottom: 48px;
        position: relative; }
        @media (max-width: 780px) {
          .c1 .c1-2 .list2 li {
            padding-bottom: 34px; } }
        @media (max-width: 480px) {
          .c1 .c1-2 .list2 li {
            padding-bottom: 20px; } }
        .c1 .c1-2 .list2 li .su {
          color: #fff;
          width: 117px;
          height: 160px;
          background-color: #0064ba;
          position: absolute;
          text-align: center;
          bottom: 0;
          left: 2.03vw;
          padding-top: 20px; }
          @media (max-width: 1025px) {
            .c1 .c1-2 .list2 li .su {
              padding-top: 14px;
              height: 140px; } }
          @media (max-width: 480px) {
            .c1 .c1-2 .list2 li .su {
              height: 108px; } }
          .c1 .c1-2 .list2 li .su b {
            font-family: Impact;
            font-size: 36px;
            color: #ffffff;
            font-style: italic; }
            @media (max-width: 1025px) {
              .c1 .c1-2 .list2 li .su b {
                font-size: 32px; } }
            @media (max-width: 480px) {
              .c1 .c1-2 .list2 li .su b {
                line-height: 1; } }
          .c1 .c1-2 .list2 li .su p {
            font-size: 20px;
            font-weight: 600;
            margin-top: 3px; }
            @media (max-width: 1025px) {
              .c1 .c1-2 .list2 li .su p {
                font-size: 16px; } }
          .c1 .c1-2 .list2 li .su span {
            display: block;
            font-size: 14px;
            margin-top: 8px; }
            @media (max-width: 1025px) {
              .c1 .c1-2 .list2 li .su span {
                font-size: 13px; } }
            @media (max-width: 480px) {
              .c1 .c1-2 .list2 li .su span {
                margin-top: 2px; } }

.bt h2 {
  font-size: 36px;
  color: #111111;
  font-weight: 200; }
  @media (max-width: 1380px) {
    .bt h2 {
      font-size: 32px; } }
  @media (max-width: 1025px) {
    .bt h2 {
      font-size: 26px; } }
  .bt h2 b {
    color: #0064ba; }
  .bt h2 p {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    margin-top: 20px; }
    @media (max-width: 1380px) {
      .bt h2 p {
        margin-top: 12px; } }
    @media (max-width: 1025px) {
      .bt h2 p {
        margin-top: 8px; } }
    @media (max-width: 780px) {
      .bt h2 p {
        font-size: 14px; } }
.bt .con {
  padding-left: 1.3vw;
  padding-right: 1.4vw;
  position: relative; }
  .bt .con:before {
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0; }


/* 产品 */.x-title {
    position: relative;
    text-align: center;
}

.x-title h3 {
    color: #0158cb;
    font: 600 38px/52px "Microsoft yahei";
}

.x-title h3 span {
    color: #333333;
    font-weight: 400;
}

.x-title p {
    color: #999999;
    font: 400 16px/44px "Microsoft yahei";
    text-transform: uppercase;
    margin-bottom: 4.4vh;
}

.x-title a:hover {
    background: #000;
}

@media (max-width: 1024px) {
    .x-title h3 {
        font: 600 22px/40px "Microsoft yahei";
    }
    .x-title p {
        font: 400 13px/20px "Microsoft yahei";
        margin-bottom: 2vh;
    }
    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}

.x-title.white a {
    border: 1px solid #fff;
    background: transparent;
    opacity: .8;
}

.x-title.white a:hover {
    background: #fff;
}

.x-product1 {
   background:#0064BA;
    padding: 5vh 0 4vh;
    border-bottom: 1px solid #e4e4e4;
}

.x-product-sort {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.x-product-sort li {
    list-style-type: none;
}

.x-product-sort li a {
    color: #888888;
    font: 400 18px/18px "Microsoft yahei";
    margin-left: 10px;
    margin-right: 10px;
}

.x-product-sort li a:hover {
    color: #0158cb;
}

.x-product-sort li+li {
    border-left: 1px solid #888888;
}

/*滚动*/

.comimg {
    position: relative;
}

.comimg li {
    float: left;
    border: 4px solid #eaeaea;
    margin-left: 15px;
    margin-right: 15px;
}

.comimg li img {
    width: 372px;
    height: 240px;
}

.comimg ul li h3 {
    text-align: center;
    color: #333333;
    font: 400 16px/46px "Microsoft yahei";
    background-color: #eaeaea;
}

.comimg li:hover {
    border: 4px solid #cf0010;
}

.comimg li:hover h3 {
    background-color: #cf0010;
    color: #fff;
}

.lpre,
.lnex {
    width: 30px;
    height: 59px;
    display: block;
    position: absolute;
    margin-top: -50px;
    top: 51%;
    cursor: pointer;
}

.lpre {
    left: 0;
    background: url(../images/hz_l.png) no-repeat;
}

.lnex {
    right: 0;
    background: url(../images/hz_r.png) no-repeat;
}

#o_demo {
    overflow: hidden;
    margin: 0 auto;
}

#o_indemo {
    float: left;
    width: 5000%
}

#o_demo1 {
    float: left;
}

#o_demo2 {
    float: left;
}

.x-product-list1 {
    margin-top: 5vh;
    position: relative;
}

.x-product-list1 li {
    list-style-type: none;
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    position: relative; background:#fff;
}
.x-product-list1 li i{display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 26px;
	float: right;
	background: url(../../../../../images/kuhu.png) no-repeat top right;}
.x-product-list1 li .img {
   
    overflow: hidden;
}

.x-product-list1 li .img img {
    width: 326px;
    height: 264px;
    transition: all 0.8s;
}

.x-product-list1 li h3 {
    color: #555555;
    font: 400 17px/60px "Microsoft yahei";
    text-align: center;
}

.x-product-list1 li:hover .img {
    border: 1px solid #0158cb;
}

.x-product-list1 li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.x-product-list1 li:hover h3 {
    color: #0158cb;
}

.lpre,
.lnex {
    position: absolute;
    top: 44%;
    width: 40px;
    height: 65px;
}

.lpre {
    background: url(../../../../f8b43a0f/23/05/b8f11f4eef6ea91a7cb935d980123e018637ebc2.png) no-repeat center #e2e2e2;
    left: -100px;
}

.lnex {
    background: url(../../../../f8b43a0f/23/05/44235c2f5887293a1d25185104ed21d9f5de3ade.png) no-repeat center #e2e2e2;
    right: -100px;
}

.lpre:hover {
    opacity: 0.8;
}

.lnex:hover {
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .x-product-list li {
        margin-bottom: 20px;
    }
    .x-product-list li h3 {
        font-size: 14px;
        padding: 1em 0;
    }
}


/* ç¦»åž‹ææ–™ */
.clzx{
    margin: 0 0 5.7%;
    padding: 5.3% 0 0;
}
.clzx .clzx_fb{
    margin-top: 2.667%;
}
.clzx .clzx_fb ul{
    overflow: hidden;
}
.clzx .clzx_fb li{
    width: 56.133%;
    float: left;
    position: relative;
    overflow: hidden;
}
.clzx .clzx_fb li img{
    width: 100%;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;
}
.clzx .clzx_fb li .img:hover img{
    transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);
}
.clzx .clzx_fb li .clzx_fbwz{
    width: 38.241%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #e9f3fb;
  
    height: 100%;
    padding:2% 3%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}
.clzx .clzx_fb li .img{
    width: 61.759%;
    float: right;
    overflow: hidden;
}
.clzx .clzx_fb li:nth-child(1){
    width: 43.867%;
}
.clzx .clzx_fb li:nth-child(1) .clzx_fbwz{
    width: 48.634%;
    background-image: linear-gradient(54deg, #7092db 0%, #0064ba 100%), linear-gradient(#0064ba, #0064ba);
	background-blend-mode: normal, normal;
    padding: 2% 4%;
    height: 50%;
}
.clzx .clzx_fb li:nth-child(1) .img{
    width: 100%;
}
.clzx .clzx_fb li:nth-child(3) .img{
    float: left;
}
.clzx .clzx_fb li:nth-child(2) .clzx_fbwz{
    left: 0;
    right: auto;
}
.clzx .clzx_fb li .clzx_fbwz h3{
    font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	color: #222222;
}
.clzx .clzx_fb li .clzx_fbwz h4{
    font-size: .8rem;
	font-weight: normal;
	line-height: 1.875;
	color: #666666;
    margin: 5.615% 0 7.485%;
}
.clzx .clzx_fb li .clzx_fbwz h5{
    font-size: .8rem;
	font-weight: normal;
	line-height: 1.25;
	color: #666666;
    border-radius: 4px;
	border: solid 1px rgba(153, 153, 153, 0.4);
    padding: 9px 0;
    width: 152px; text-align:center;
}
.clzx .clzx_fb li:nth-child(1) .clzx_fbwz h3{
    color: #ffffff;
}
.clzx .clzx_fb li:nth-child(1) .clzx_fbwz h4{
    color: rgba(255, 255, 255, 0.6);
}
.clzx .clzx_fb li:nth-child(1) .clzx_fbwz h5{
    border: solid 1px rgba(255, 255, 255, 0.4);
    color: #fffefe;
}
@media(max-width: 991px){
    .clzx .clzx_fb li{
        width: 100%;
    }
    .clzx .clzx_fb li:nth-child(1){
        width: 100%;
    }
    .clzx .clzx_fb li .clzx_fbwz h3{
        font-size: 18px;
    }
    .clzx .clzx_fb li .clzx_fbwz h4{
        font-size: 14px;
    }
    .clzx .clzx_fb li .clzx_fbwz h5{
        font-size: 14px;
    }
}
@media(max-width:768px){
    .clzx .clzx_fb li .img{
        width: 100%;
    }
    .clzx .clzx_fb li:nth-child(1) .clzx_fbwz{
        width: 100%;
        padding: 5%;
    }
    .clzx .clzx_fb li .clzx_fbwz{
        width: 100%;
        position: static;
        padding: 5%;
    }
    .clzx .clzx_fb li .clzx_fbwz .clzx_fbwznr{
        width: 100%;
    }
    .clzx .clzx_fb li .clzx_fbwz h4{
        margin: 15px 0;
    }
}
@media(max-width:468px){
    .clzx{
        padding: 25px 0 0;
        margin: 0 0 25px;
    }
    .clzx .clzx_fb{
        margin-top: 15px;
    }
    .clzx .clzx_fb li:nth-child(1) .clzx_fbwz{
        padding: 15px;
    }
    .clzx .clzx_fb li .clzx_fbwz{
        padding: 15px;
    }
}
/* æ ‡é¢˜ */
.sytitle{
    text-align: center;
    position: relative;
}
.sytitle h3{
    font-family: Arial;
    font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(15, 142, 250, .1);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index:2;
}
.sytitlex{
    padding-top: 1.25rem;
    position: relative;
    z-index: 5;
}
.sytitle h4{
    font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.33333333;
    color: #0064ba;
}
.sytitle h4 span{
    color: #222222;
}
.sytitle h5{
    font-size: .9rem;
    font-weight: normal;
	line-height: 1.3333;
	color: #666666;
    margin-top: 1%;
    margin-bottom: 1.4%;
}
@media(max-width: 1200px){
    .sytitle h5{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .sytitle h3{
        font-size: 46px;
    }
    .sytitlex{
        padding-top: 12px;
    }
    .sytitle h4{
        font-size: 28px;
    }
    .sytitle h5{
        font-size: 16px;
    }
    .sytitle h5{
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/* 新闻资讯 */
.x-news {
    margin-top: 7vh;
}

.x-news .tit {
    border-bottom: 3px solid #f4f4f4;
    padding-bottom: 1.5vh;
    position: relative;
}

.x-news .tit a.more:before, .x-news .tit a.more:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    top: 0;
    background-color: #333;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.x-news .tit a.more:before {
    left: -30px;
    -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0);
}

.x-news .tit a.more:after {
    right: -30px;
    -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0);
}

.x-news .tit a.more {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 240px;
    border: 2px solid #333;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding-left: 45px;
    background: url(//cdn.myxypt.com/c8723ac3/22/02/ad4f00dd4d62f98d94322d8c8a84b3b6e4882410.png) no-repeat 85% 50%;
    overflow: hidden;
}

.x-news .tit a.more:hover:before, .x-news .tit a.more:hover:after {
    width: 81%;
}

.x-news .tit a.more:hover {
    color: #fff;

}

.x-news h2 {
    color: #010101;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 700;
}


.newsbox {
    margin-top: 4vh;
}

.news-list {
    margin-left: -28px;
    margin-right: -28px;
}

.news-list li {
    width: calc(33.333% - 56px);
    margin: 0 28px;
    float: left;
    _display: inline;
}

.news-list li .img {
    overflow: hidden;
}

.news-list li img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news-list li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list li .date {
    color: #666;
    font-size: 15px;
    line-height: 2;
}

.news-list li h3 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 2vh;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-list li .intro {
    color: #666;
    font-size: 14px;
    line-height: 2;
    margin: 2vh 0 3.5vh;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list li .more {
    height: 4px;
    background: url(../../../../../images/8c331e2cb580874357f370d1fda54f91929f9e9f.png) no-repeat 0 0;
}

.news-list li:hover .more {
    background: url(../../../../../images/0aa339da249899292c2c433912f8cd0e618652a9.png) no-repeat 0 0;
}

.pad130 {
    padding: 0 130px;
}


/* 尾部 */

footer {
    background: #0064ba;overflow: hidden;
}

.fb1 {
    padding-top: 74px;
    padding-bottom: 96px;
}

.fb1 .fb2 {
    display: flex;
    justify-content: space-between;
}

.fb1 .fb2 .d1 {
    display: flex;
    justify-content: space-between;
    width: 48.4%;
}

.fb1 .fb2 .d1 .d11 .p1 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.fb1 .fb2 .d1 .d11 ul li {
    font-size: 14px;
    line-height: 14px;

}

.fb1 .fb2 .d1 .d11 ul li a {
    color: #fff;
}

.fb1 .fb2 .d1 .d11 ul li+li {
    margin-top: 20px;
}

.fb1 .fb2 .d1 .d11 ul {
    margin-top: 40px;
}

.fb1 .fb2 .d1 .d11 ul li a:hover {
    color: #fff;
}

.d2 {
    width: 33.125%;
    display: flex;
    justify-content: space-between;
}

.d21 .p1 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 28px;
}

.d21 .p2 p {
    font-size: 14px;
    color: #fff;
    margin-top: 11px;
}

.d21 .p2 p:nth-child(2) {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-family: Arial;
    font-weight: 600;
}

.d22 {
    padding-top: 16px;
}

.d22 p {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}

.fb4 {
    line-height:24px;
    border-top: 1px solid #4a86ba;
    font-size: 14px;
    color: #ffffff;padding:30px 0;
}

.fb4 a {
    color: #999999;
}

.fb4 a:hover {
    color: #049550;
}

.foot,
.sjbq {
    display: none;overflow: hidden;
}

@media (max-width: 1470px) {
    .abr .p1 {
        padding-top: 6px;
    }

    .abr .p3 {
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .abr a {
        margin-top: 27.5px;
    }

    .xwr ul li:last-child {
        display: none;
    }

    .xwr ul li {
        padding-bottom: 30px;
    }

    .xwr ul li+li {
        margin-top: 29px;
    }

    .yiji li .zou .tit .p1 {
        font-size: 19px;
        line-height:21px;
    }

    .yiji .bb .ytp {
        padding-top: 60px;
    }
}




@media (max-width: 990px) {
	.news-list li{ width:90%}
    header {
        display: none;
    }

    .x-banner,
    .page-banner {
        margin-top: 60px;
    }

    .btl .p2 {
        font-size: 16px;
        line-height: 16px;
    }

    .yiji .bb {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        background-size: 100% 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 45px;
    }

    .yiji li:nth-child(2) {
        border: none;
    }

    .yiji li .zou .tit .p1,
    .yiji li .zou .tit .p2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .yiji li:nth-child(2) .ytp {
        margin-top: 0;
    }

    .yiji .bb .ying .ynr {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;

    }

    .ab3 {
        padding: 0;
    }

    .liuyan .ll .ly {
        flex-wrap: wrap;
    }

    .liuyan .ll .l1 {
        width: 43%;
    }

    .liuyan .ll div {
        margin-top: 5px;
    }

    .liuyan .ll {
        margin-top: 31px;
    }

    .dih {
        margin-top: 25px;
    }

    .liuyan .ll .l3 {
        width: 43%;
    }

    .about .abl,
    .abr {
        width: 100%;
        float: none;
    }

    .xwl {
        width: 100%;
    }

    .xwr {
        display: none;
    }

    footer {
        display: none;
    }

    .foot,
    .sjbq {
        display: block;
    }

    .foot {
        background: #373737;
        color: #bcbbbe;
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-top: 30px;
    }

    .fw {
        width:100%;
        margin: 0 auto;
    }

    .fw .du .dul .p1 span {
        margin-right: 30px;
    }

    .fw .du .dul .sec li {
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .fw .du .dul .sec {
        display: none;
    }

    .fw .du .dul .sec a {
        color: #939090;
        font-size: 12px;
    }

    .fw .du .dul p {
        border-bottom: 1px solid #7a7a7a;
        line-height: 40px;
    }

    .fw .du {
        font-size: 14px;
    }

    .sjbq {
        font-size: 12px;
        color: #bcbbbe;
        padding-top: 5px;
    }

    .sjbq a {
        color: #bcbbbe;
    }
}

@media (max-width:768px) {
    .yiji .bb .zou {
        width: 100%;
        float: none;
    }

    .yiji .bb .ytp {
        width: 100%;
        float: none;
    }

    .yiji .bb .ying .ynr {
        margin-top: 15px;
    }

    .yiji .bb .ying a {
        margin-top: 20px;
    }

    .yiji .bb .ytp {
        padding-top: 0px;
        margin-top: 30px !important;
        /* height: 215px; */
    }

    .yiji .bb .ytp img {
        /* height: 215px; */
        height: 250px;
    }

    .dih div .s2 {
        font-size: 26px;
        line-height: 48px;
        vertical-align: -1px;
    }
}

@media (max-width:600px) {
    .btr .bta {
        display: none;
    }

    .product {
        margin-top: 40px;
    }

    .kz1 {
        width: calc(100% / 2);
        padding: 60px 0;
    }

    .kz {
        height: auto;
        background-size: cover;
        margin-top: 33px;
    }

    .kongzhi {
        margin-top: 40px;
    }

    .about {
        margin-top: 40px;
    }

    .abb {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 0%;
        border: none;
        overflow: unset;
    }

    .abup {
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        border: 2px solid #0064BA;
        overflow: hidden;
    }

    .abup .aimg img {
        width: 50%;
    }

    .abdown {
        position: absolute;
        width: 100%;
        background: none;
        color: #333;
        font-size: 12px;

    }

    .liuyan {
        background-size: cover;
        height: auto;
        margin-top: 82px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .liuyan .ll .l1 {
        width: 100%;
        height: 45px;
    }

    .liuyan .ll .l2 span {
        position: absolute;
        right: 9px;
        top: 6px;
    }

    .liuyan .ll .ly input,
    .liuyan .ll .ly textarea {
        line-height: 45px;
    }

    .liuyan .ll .ly input::placeholder,
    .liuyan .ll .ly textarea::placeholder {
        font-size: 15px;
        color: #999;
    }

    .liuyan .ll .l3 {
        margin: 0 auto;
        margin-top: 5px;
    }

    .liuyan .ll .l3 input {
        font-size: 20px;
    }

    .dih {
        display: none;
    }

    .news {
        margin: 40px 0;
    }

    .xw {
        margin-top: 30px;
    }

    .kz1:nth-child(3),
    .kz1:nth-child(4) {
        border-top: 1px solid #fff;
    }

    .btl .p2 {
        line-height: 23px;
    }
}

@media (max-width:500px) {
    .yiji .bb {
        width: 100%;
        border: none;
    }

    .yiji .bb .ytp {
        text-align: center;
    }

    .yiji .bb .ytp img {
        max-width: 100%;
        height: 200px;
        width: auto;
    }

    .pro {
        margin-top: 25px;
    }

    .yiji li+li {
        margin-top: 15px;
    }
    
    .btl .p1{font-size:30px;}
    .btl .p2{font-size:14px;}
    .abr .p1{margin-top:10px;font-size:46px;}
    .abr .p2{font-size:22px;}
    .liuyan .p1{font-size:28px;}
    .kz1 .p2{font-size:20px;}
}

.xypg-detail-tags {
    display: none;
}


.footer33{height:50px;}



.title-style h1, .title-style h3, .title-style h2, .title-style h4, .screen-7 .swiper-right .swiper-text .item .title-1 h3, .swiper-tab-title h4, .screen-7 .swiper-right .swiper-text .item .title-1 h5, .screen-9 .upper-video .title-style h2, .screen-banner-swiper .screen-banner-slide .text h1, .our-project-swiper-3 .text h4, .product-range-list .item-2 .text h3, .screen-3 .upper .bottom .item .text h4, .screen-5 .upper .left .text h4, .screen-5 .upper .bottom .left li h2, .page-banner .text h2, .page-banner .text h5, .interesting-detail-title h1, .interesting-other h2, .Contact-our-team .left .email h3, .contact-bottom .right .name h2, .contact-bottom .right .name h4, .banner-slide .txt h1, .index-products-center .bottom3 a .text h2, .index-about .about-item .left .title h2, .index-interesting .title h2, .index-interesting-list a .text h2, .item-nav .left .ntitle h3, .item-nav .cnav li a h4, .screen-1 .title-style h5, .screen-12 .swiper-right .swiper-text .item .title-1 h3, .cd-nav a, .shownav-c ul li a, .shownav-c ul li h4, .about-ours .left .text .item h3, .core-competence .absolute .item3 .item h3, .banner-slide .txt h4, .screen-banner-swiper .screen-banner-slide .title h2, .page-banner .text h3, .Contact-our-team .left .item2 h4 a {
    font-family: 'Montserrat-Extra-Bold',Microsoft Yahei,Arial;
}
.title-style h2 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 60px;
    margin: 8px 0 20px 0;
    color: #1a1a1a;
}
.title-style .line {
    width: 80px;
    height: 4px;
    background: #fff;
    margin: 10px 0;
}
.left {
    float: left;
}
.right{ float:right}

	.remark1 {
    font-size: 14px;
    color: #666;    line-height: 25px;
}


.index-msg__box {
    padding-top: 12vh;
    position: relative;
    z-index: 99;
}
.index-msg__box ul {
    margin-left: -20px;
}
.index-msg__box ul li {
    width: 33.3333%;
    transition: all .4s;
    cursor: pointer;
}
.index-msg__box ul li:hover {
    transform: translateY(-30px);
}
.index-msg__box .i-msg__itemBox {
    margin-left: 20px;
    overflow: hidden;
}
.index-msg__box .i-msg__itemBox > div {
    padding: 35px 30px 10px;
    
}
.index-msg__box ul li .i-msg__itemBox > div {position: relative;}
.index-msg__box ul li .i-msg__itemBox > div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    z-index: -1;
}
.index-msg__box ul li:nth-of-type(1) .i-msg__itemBox > div::after {
    background: url(../../../../f62d721b/22/02/dizhi.png) no-repeat top right / cover;
}
.index-msg__box ul li:nth-of-type(2) .i-msg__itemBox > div::after {
    background: url(../../../../f62d721b/22/02/phone.png) no-repeat top right / cover;
}
.index-msg__box ul li:nth-of-type(3) .i-msg__itemBox > div::after {
    background: url(../../../../f62d721b/22/02/email.png) no-repeat top right / cover;
}
.index-msg__box .i-msg__itemBox h3 {
    font-size: 24px;
    color: #333;
    text-align: left;
}
.index-msg__box .i-msg__itemBox .i-msg__line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0;
    position: relative;
}
.index-msg__box .i-msg__itemBox .i-msg__line::before {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #E04416;
    position: absolute;
    bottom: -3;
    left: 0;
}
.index-msg__box .i-msg__itemBox p {
    font-size: 22px;
    line-height: 35px;
    height: 70px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

	/* 联系我们信息模块 */
.concate-box { padding: 100px 0; }
.menu_62 .col-l .mfbox,
.menu_62 .col-r .mfbox {
    width: 1200px;
}
.remark1 .index-msg__box {
    padding-top: 0;
}
.remark1 .index-msg__box ul li {
    opacity: 1;
}

.wp {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1440px){
	 .index-msg__box {
        padding-top: 8vh;
    }
}

@media screen and (max-width: 1280px)
{
	.concate-box{
    padding: 60px 0;
}
	}


@media screen and (max-width: 1024px)
{
  .index-msg__box .i-msg__itemBox > div {
        padding: 15px 15px 10px;
    }
    .index-msg__box ul li:hover {
        transform: translateY(-15px);
    }
}

@media screen and (max-width: 768px)
{
.index-msg__box .i-msg__itemBox h3 {
    font-size: 20px;
}
.index-msg__box .i-msg__itemBox .i-msg__line {
    margin: 15px 0;
}
.index-msg__box ul li {
    width: 50%;
    margin-bottom: 25px;
}
}

/* contact */
.contact-section {overflow: hidden;}
.contact-section .title-style{text-align: center;}
.contact-section .title-style h2{}
.contact-section .title-style .line{margin: 10px auto;}
.contact-section .title-style .text{width: 50%;margin:20px auto;font-size: 16px;color: #666;line-height: 26px;}
.contact-section .content  {overflow: hidden;}
.contact-section .content .left {width: 45%;}
.contact-section .content .left .content-way{overflow: hidden;}
.contact-section .content .left .content-way li{list-style: none;float: left;width: 33%;margin-bottom: 20px;position: relative;}
.contact-section .content .left .content-way li::after{content: '';display: block;width: 1px;height: 100%;background:#e7e8eb;position: absolute;right:10%;top: 0;}
.contact-section .content .left .content-way li:nth-child(3)::after,.contact-section .content .left .content-way li:last-child::after {display: none;}
.contact-section .content .left .content-way li i{width: 38px;height: 38px;border: 2px solid #1a1a1a;border-radius: 100%;overflow: hidden;display: inline-block;vertical-align: middle;margin-right: 10px;opacity: .7;}
.contact-section .content .left .content-way li:last-child {width: 99%;}
.contact-section .content .left .content-way li i.c1 {background: url("../../../../c8723ac3/22/02/c1.png") center no-repeat;}
.contact-section .content .left .content-way li i.c2 {background: url("../../../../c8723ac3/22/02/c2.png") center no-repeat;}
.contact-section .content .left .content-way li i.c3 {background: url("../../../../c8723ac3/22/02/c3.png") center no-repeat;}
.contact-section .content .left .content-way li i.c4 {background: url("../../../../c8723ac3/22/02/c4.png") center no-repeat;}
.contact-section .content .left .content-way li span{display: inline-block;vertical-align: middle;}
.contact-section .content .left .content-way li span h6{font-size: 14px;color: #999999;font-weight: normal;margin: 0;}
.contact-section .content .left .content-way li span h5{font-size: 14px;color: #666;margin: 5px 0 0 0;}
.contact-section .content .left .content-way li span h5 a {color: #666;}
.contact-section .content .left .content-way li:nth-child(3) span h5 a{color: #0064BA;}
.contact-section .content .left .content-way li:nth-child(3) i {border: 2px solid #0064BA;opacity: 1;}
.contact-section .content .left .content-way li:nth-child(3) i.c3 {background: url("../../../../c8723ac3/22/02/c31.png") center no-repeat;}
.contact-section .content .left .content-way li:hover span h5{color: #0064BA;}
.contact-section .content .left .content-map {clear: both;margin-top: 10px;overflow: hidden;width: 100%;position: relative;background: #f1f1f1;}
.contact-section .content .left .content-map #map {min-height: 205px;}
.contact-section .content .left .content-map iframe {border: none;margin: 0;padding: 0;margin-top: -50px;}
.contact-section .content .left .content-map iframe #watermark {display: none;}
.contact-section .content .left .content-text {font-size: 12px;line-height: 20px;color: #999999;padding: 20px 0;}
.contact-section .content .right {width: 55%;}
.content-form {overflow: hidden;}
.content-form li{list-style: none;margin: 0 0 10px 0;padding: 0;font-size: 0;}
.content-form li .input2 {border: 1px solid #ededed;background: #f5f5f7;padding: 10px 20px;width:50%;height:60px;font-size: 14px;font-weight: normal;box-sizing: border-box;}
.content-form li .input2:first-child {margin-right: 1%;width:49%;}
.content-form li .textarea1 {width:100%;height:130px;font-size: 14px;border: 1px solid #ededed;background: #f5f5f7;padding: 20px 20px;box-sizing: border-box;}
.content-form li .submit1 {background: #0064BA;color: #fff;font-size: 14px;width: 100%;height:58px;cursor: pointer;}
.content-form li .submit1:hover {background: #0064BA;}

/* service */
.service-support {padding: 100px 0;overflow: hidden;}
.service-support .left{float: left;width: 49%;overflow: hidden;}
.service-support .left .title{ color:#333; padding:0; text-align:left;}
.service-support .left .title h3{font-size: 30px; font-weight:bold}
.service-support .left .title .line{width: 80px;height: 4px;background: #0064BA;margin: 25px 0;}
.service-support .left .text{color: #666;font-size: 16px;line-height: 30px;}
.service-support .left .text strong {color: #000;font-size: 20px;}
.service-support .right{float: left;width: 49%;overflow: hidden;}
.service-support .right .item3{clear: both;border-bottom: 1px solid #dcdddf;overflow: hidden;padding: 50px 0;}
.service-support .right .item3 .title{float: left;width: 30%;}
.service-support .right .item3 .title i{display: inline-block;vertical-align: middle;position: relative;width: 50px;height: 50px;}
.service-support .right .item3 .title h4{display: inline-block;vertical-align: middle;font-size: 20px;margin: 0 10px; color:#333; font-weight:bold}
.service-support .right .text{float: left;width: 65%;color: #1a1a1a;font-size: 16px;line-height: 34px;}

.service-faq {padding: 100px 0;overflow: hidden;}
.service-faq .left {float: left;width: 25%;padding-right: 3%; overflow: hidden;position: relative;}
.service-faq .left .title{padding-right: 10%;border-bottom: 1px solid #e6e6e6;}
.service-faq .left .title h3{font-size: 20px;}
.service-faq .left .title .line{margin-top: 25px; position: relative;}
.service-faq .left .title .line::after {content: '';display: block;width: 80px;height: 4px;background: #0064BA;position: absolute;left: 0;bottom: -1px;}
.service-faq .left .leftnav{padding: 20px 0; overflow: hidden;border-bottom: 1px solid #e6e6e6;}
.service-faq .left .leftnav a{display: block;font-weight: bold;font-size: 18px;color: #999999;padding: 15px 20px;}
.service-faq .left .leftnav a.cur {background: #f7f7f7 url("../../../../c8723ac3/22/02/r2.png") 95% center no-repeat;}
.service-faq .left .leftnav a:hover,.service-faq .left .leftnav a.cur {color: #000;}
.service-faq .left .text{color: #666;font-size: 14px;line-height: 24px;padding: 20px 0;}
.service-faq .right{float: left;width:67%;padding-left: 3%;overflow: hidden;position: relative;}
.service-faq .right::before {content: '';display: block;width: 1px;height: 100%;background: #e6e6e6;position: absolute;left: 0;top: 0;}
.faq-list{ clear: both;margin-top: -1px;overflow: hidden;}
.faq-list .title{padding:25px 0;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;position: relative;cursor: pointer;overflow: hidden;}
.faq-list .title h3 {float: left;margin: 0; font-size: 17px;color: #1a1a1a;font-weight: normal;}
.faq-list .title i {width: 20px;height:20px;display: block;position: absolute;right:0;top: 50%;margin-top: -10px; background: url("../../../../c8723ac3/22/02/faq1.png")  center no-repeat;}
.faq-list .title.cur i {background: url("../../../../c8723ac3/22/02/faq2.png") center no-repeat;}
.faq-list .title.cur h3 {color: #0064BA;}
.faq-list ul{padding: 0; overflow: hidden; font-size: 16px;line-height: 28px;color: #666666;}
.faq-list ul.children{ display: none;}
.faq-list.cur ul.children{ display: block;}


@media screen and (max-width: 860px) {
	.contact-section .title-style .text {width: 95%;font-size: 12px;line-height: 22px;}
	.contact-section .content .left,.contact-section .content .right {width:100%;float: none;}
	.content-form li .input2,.content-form li .textarea1 {width:100%;margin-bottom: 1%;}
	.content-form li .input2:first-child {margin-right:0;width:100%;}
	.content-form li {margin: 0;}
	.content-form li .submit1,.interesting-detail {width:100%;}
	}
	
	
.table {
	margin-bottom: 0;
	color: #333
}

.table a {
	text-decoration: none
}

.table thead th,
.table tfoot th,
.table td {
	vertical-align: middle;
	outline: none
}

.table td .tag:not(.tag-pill) {
	line-height: inherit
}

table th {
	background-color: #f3f7f9;
	font-weight: bold !important
}

table td.text-xs-center input[type="text"],
table th.text-xs-center input[type="text"] {
	text-align: center
}

@media (min-width:480px) {
	table th {
		white-space: nowrap
	}

	table.form-inline .form-group,
	table.form-inline .form-control {
		display: block;
		width: 100%
	}
}
div.dataTables_paginate .paginate_button.active>a,
div.dataTables_paginate .paginate_button.active>a:focus,
div.dataTables_paginate .paginate_button.active>a:hover {
	background: #ddd !important;
	border-color: #ddd !important;
	color: #777 !important
}

.dataTables_empty {
	text-align: center
}

.dataTables_info {
	color: #777
}

body table.table-bordered.dataTable {
	border-collapse: collapse !important
}

.table-striped.dataTable tbody tr.active td,
body .table-striped.dataTable tbody tr.active:hover td {
	background: #f3f7f9 !important;
	color: inherit !important
}

.table-striped.dataTable tbody tr.active td>a,
body .table-striped.dataTable tbody tr.active:hover td>a {
	color: #62a8ea !important
}


.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;

}

.table td,
.table th {
	padding: .572rem;
	vertical-align: top;
	border-top: 1px solid #e4eaec
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #e4eaec
}

.table tbody+tbody {
	border-top: 2px solid #e4eaec
}

.table .table {
	background-color: #fff
}

.table-sm td,
.table-sm th {
	padding: .358rem
}

.table-bordered {
	border: 1px solid #e4eaec
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #e4eaec
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 1px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(243, 247, 249, .3)
}

.table-hover tbody tr:hover {
	background-color: #f3f7f9
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: #f3f7f9
}

.table-active a {
	color: inherit
}

.table-hover .table-active:hover {
	background-color: #e2ecf1
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	color: inherit;
	background-color: #e2ecf1
}

.table-responsive {
	display: block;
	overflow-x: auto;
	width: 100%;
	min-height: .01%
}


	
	
	.flex-cc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
	/* zty06_one */
.zty06_one{background: #fff;position: relative;padding: 2vw 0;}
.zty06_one_left{position: relative;width: 41%;}
.zty06_one_left h3{font-size: 30px;color: #222222;font-weight: normal;line-height: 1.7;}
.zty06_one_left .line{width: 32px;height: 3px;background: #0064BA;margin: 30px 0;}
.zty06_one_left .text6{font-size: 16px;color: #333333;line-height: 2;margin-bottom: 4.166vw;}
.abb{text-align: center;margin-bottom: 30px;}
.abb a{display: block;font-size: 16px;color: #0064BA;line-height: 46px;width: 148px;border: 1px solid #0064BA;text-align: center;transition: all 0.2s linear;}
.abb a:hover{background-color: #0064BA;border-color: #0064BA;color: #fff;}

.zty06_one_right{position: relative;width: 50%;}
.zty06_one_right img{display: block;width: 100%;}




@media (max-width: 992px){
  .zty06_one_left h3{font-size: 22px;}
  .zty06_one_left .line{margin: 20px 0;}
  .zty06_one_left .text6{font-size: 14px;}
  .abb a{width: 130px;line-height: 40px;font-size: 14px;}


}

@media (max-width: 768px){
    .flex-cc{flex-wrap: wrap;}
    .zty06_one_left{width: 100%;}
    .zty06_one_right{width: 100%;}


}

@media (max-width: 600px){
   .zty06_one{padding: 40px 0;}

}




/*æ ‡é¢˜é€šç”¨*/
.whtit{font-size:32px;color:#a4a4a4;font-weight:bold;text-align:center;text-transform:uppercase;}
.whcbox{text-align:center;}
.whtit-cn{font-size:28px;color:#333;text-align:center;position:relative;display:inline-block;margin:10px auto 0;}
.whtit-cn:after{position:absolute;content:"";width:26px;height:2px;background:#c6c6c6;left:-50px;top:50%;}
.whtit-cn:before{position:absolute;content:"";width:26px;height:2px;background:#c6c6c6;right:-50px;top:50%;}	
	
.pdtb60 {
    padding: 60px 0px;
}
.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.about-two{background:url(../../../../../images/abt-two-bg.jpg) no-repeat center top; font-size:16px;}
.about-two .info{text-align:center;margin-top:40px;color:#fff;}
.about-two .whtit{color:#fff;}
.about-two .whtit-cn{color:#fff;}
.about-two ul.pj-list{margin-top:80px;}
.about-two ul li{width:33.3333%;text-align:center;color:#666;float:left;}
.about-two ul li .com-img:hover img{transform:scale(0.9); -webkit-transform:scale(0.9); -moz-transform:scale(0.9); -o-transform:scale(0.9);-ms-transform:scale(0.9);}

.about-two ul li h4{font-size:18px;font-weight:bold;margin:20px auto 15px;}
.about-two ul li p{padding-bottom:40px;position:relative;height:80px;line-height:30px;}
.about-two ul li p:after{position:absolute;width:100px;height:1px;background:#d4d4d4;content:"";left:50%;bottom:0px;margin-left:-50px;}
.about-two ul li:hover p:after{background:#0064BA;transition-duration:1s;}
.about-two ul li:hover h4{color:#0064BA;transition-duration:1s;}


@media all and (max-width:980px){
	
	 .about-two{background-size:cover;}

    .about-two ul.pj-list{margin-top:40px;}

    .about-two ul li{color:#fff;padding:0px 2%;}

    .about-two ul li p{line-height:20px; font-size:14px; height:130px;}
	img {
    max-width: 100%;
}
	
}





	
	/*--- Header ---*/
.Header-wrapper{z-index:99;}
.Header-wrapper .Header-cl{height:90px;position:relative;}

.header-container{width:100%;background:#fff;position:absolute;top:0px; margin:auto; left:0; right:0;z-index:90;max-width: 1470px;}


/*logo*/
.Hlogo{line-height:90px;font-size:0px;float:left;overflow:hidden;}

.Hnav{float:right;margin:0 48px 0 0;}
.Hnav>li{float:left;margin:0 0 0 10px;}
.Hnav>li:first-child{margin:0px;}
.Hnav .Hname{display:block;padding:0 10px;line-height:90px;text-align:center;font-size:20px;color:#444444;font-weight:bold;}

.Hn2nd-wrap{width:100%;padding:30px 0;font-size:0px;background:#fff;border-top:1px solid #e1e1e1;position:absolute;top:90px;left:0px;display:none;}
.Hn2nd-box{display:inline-block;font-size:14px;position:relative;}

.Hn2nd-img{text-align:center;float:left;}
.Hn2nd-img img{width:309px;height:153px;object-fit:cover;}
.Hn2nd-img .type{line-height:23px;font-size:16px;color:#666666;margin:10px 0 0;}

.Hn2nd-box .Hsplit{display:block;width:1px;height:150px;background:#e1e1e1;float:left;margin:0 100px 0 95px;}

.Hn2nd-list{width:290px;float:left;margin:-22px 0 0 -58px;}
.Hn2nd-list a,
.Hn2nd-nav .type{display:block;width:87px;padding:0 0 6px;line-height:26px;border-bottom:1px solid #e1e1e1;position:relative;margin:22px 0 0 58px;float:left; color:
#333}
.Hn2nd-list a:after,
.Hn2nd-nav .type:after{content:"";display:block;width:12px;height:1px;background:#0064BA;position:absolute;left:0px;bottom:-1px;transition: all 0.3s ease-out;}
.Hn2nd-list a:hover:after,
.Hn2nd-nav:hover .type:after{width:100%;}
.Hn2nd-list a:hover{ color:#0064BA}

/*集团概况*/
.Hn2nd-box.Hn2nd-abUs{left:320px;}

/*投资者关系*/
.Hn2nd-box.Hn2nd-IR{right:300px;float:right;}

.vtnavbar-words { float: left; width: 100%; }
/*通信服务*/
.Hn2nd-box.Hn2nd-commSrv{float:right;width: 100%;}
.HcommSrv-left{width:432px;height:256px;position:relative;overflow:hidden;float:left;margin:0 23px 0 0;}
.HcommSrv-left .bg{width:110%;height:110%;position:absolute;top:-5%;left:-5%;}
.HcommSrv-left ul{position:relative;z-index:2;}
.HcommSrv-left li{width:33.3334%;height:128px;border:2px solid #fff;float:left;}
.HcommSrv-left li:nth-child(1),
.HcommSrv-left li:nth-child(2){width:50%;}
.HcommSrv-left li a{display:block;line-height:124px;text-align:center;font-size:16px;color:#ffffff;}

.Hn2nd-commSrv .Hn2nd-nav{width: 13.5%;
    margin: 0 5px;}

/*云网络*/
.Hn2nd-box.Hn2nd-cWeb{float:right;margin:0 1rem 0 0;}
.Hn2nd-box.Hn2nd-cWeb .Hsplit{margin:0 .35rem 0 1rem;}

.Hn2nd-nav{width:2.07rem;float:left;margin:0 0 0 .65rem;}
.Hn2nd-nav .type{display:block;width:100%;margin:0px 0px 11px;}
.Hn2nd-nav dl{clear:both;}
.Hn2nd-nav dl dt{padding:0 0 0 22px;line-height:30px;font-size:13px;color:#444;background:url(../images/icon/icon-l1.png) no-repeat 3px center;}
.Hn2nd-nav dl dd a{display:block;padding:0 0 0 13px;line-height:30px;font-size:13px;color:#666;background:url(../images/icon/icon-l2.png) no-repeat left center;}

.Hn2nd-nav.Hn2nd-nav2{width:4.14rem;}
.Hn2nd-nav2 ul li{width:45%;float:left;}
.Hn2nd-nav2 ul li:nth-child(2n){float:right;}

.Hn2nd-nav a:hover{color:#0064BA;}

@media all and (min-width:980px){
	.Hnav>li.cur .Hname,
	.Hnav>li:hover .Hname{color:#fff;background:#0064BA;}
	.Hnav li:hover .Hn2nd-wrap{display: block;-webkit-animation:opGradient .4s; animation:opGradient .4s;}
}
@-webkit-keyframes opGradient {
    0% { -webkit-transform: translate3d(0, -10px, 0); opacity: 0; }
    100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes opGradient {
    0% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); opacity: 0; }
    100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}


/*语言*/
.Hlang{display:block;padding:0 14px 0 26px;height:72px;line-height:72px;font-weight:lighter;color:#444;background:url(../../../../../images/257bb301431d7ea88c5bac8bc9ab77bb2c4eae0c.png) no-repeat left center;position:relative;float:right;}


@media screen and (max-width: 1400px) {
	.Hnav>li{margin: 0 0 0 5px;}
	.Hnav .Hname{padding: 0 20px;}
	}


@media screen and (max-width: 1250px) {
	.Hnav>li{margin: 0}
	.Hnav .Hname{padding: 0 15px;}
	}


@media screen and (max-width: 980px) {
	.Header-wrapper{ display:none;}
	}