
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
fieldset,img {
    border: 0;
}
input,textarea{outline: none;}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    font-family: 'DINCOND';
}
q:before,q:after {
    content:"";
}
abbr,acronym {
    border: 0;
}
a{
    text-decoration: none;
}
img{
    border:none;
    vertical-align: middle;
}

    body {font: normal 100% Geometr415,"微软雅黑",Helvetica, Arial,sans-serif;overflow-x: hidden;color: #333;}

    .c {
        width: 1600px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;

    }

    .c2{
        width: 1400px;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .product_c{
        width: 1250px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    input, textarea {
        outline: none;
        background: none;
        border: none;
    }

    .cc {
        width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    a {
        font-size: 14px;
        line-height: 25px;
    }

    p {
        font-size: 14px;
        line-height: 30px;
    }

    span {
        font-size: 14px;
    }

    a:hover {
        color: #ff9900;
        text-decoration: none;
    }

    .clear {
        clear: both;
    }
    .hide{display: none;}
    .show{display: block;}
.height10{height:10px;}
.height30{height:30px;}
.height20{height:20px;}
.height34{height:34px;}
.height40{height:40px;}
.height50{height:50px;}
.height60{height:60px;}
.height70{height:70px;}
.height80{height:80px;}
.height90{height:90px;}
.height95{height:95px;}
.height100{height:100px;}
.ff{background-color: #fff;overflow: hidden;}
    .f8 {
        background: #f8f8f8;
        width: 100%;
    }

    input::-webkit-input-placeholder {
        color: #bbbbbb;
    }

    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bbbbbb;
    }

    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #bbbbbb;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bbbbbb;
    }
      textarea::-webkit-input-placeholder {
        color: #bbbbbb;
    }

    textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bbbbbb;
    }

    textarea:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
        color: #bbbbbb;
    }

    textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bbbbbb;
    }

    @font-face {
        font-family:'tt0524m';
        src: url(../font/tt0524m.ttf);
    }

    @font-face {
        font-family:'DINCOND';
        src: url(../font/DINCOND-BLACK.OTF);
    }

/* 网站头部 */
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 90;
    transition:all 0.4s ease-in-out;
}

.header .header_cen {
    padding: 1.5rem 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transition:all 0.4s ease-in-out;
}

.header .header_cen .logo {
    display: flex;
    align-items: center;

}

.header .header_cen .logo .prc .logob {
    display: none;
}

.header .header_cen .logo .prc a img {
    display: block;
    width: 10.8125rem;
}

.header .header_cen .header_c{
    display: flex;
}
.header .header_cen .header_c .header_item{
    font-size: 1rem;
    line-height: 3.125rem;
    margin:0 2.125rem;
}
.header .header_cen .header_c .header_item .header_item_t a{
    color: #ffffff;
    font-size: 16px;
}
.header .header_cen .header_c .header_item.active .header_item_t a{
    color: #00A0E9;
}
.header .header_cen .header_c .header_item .header_item_b {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 6.125rem;
    display: none;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 .625rem rgba(0, 0, 0, .1);
}
.header .header_cen .header_c .header_item .header_item_b .center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header .header_cen .header_c .header_item .header_item_b .center .l{
    width: 28.5714%;
    padding: 3.75rem 3.75rem 4.375rem 0;
    border-right: 1px solid #e5e5e5;
}
.header .header_cen .header_c .header_item .header_item_b .center .l h3{
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
}
.header .header_cen .header_c .header_item .header_item_b .center .l p{
    font-size: .875rem;
    line-height: 1.625rem;
    color: #888888;
    margin-bottom: 2.5rem;
}
.header .header_cen .header_c .header_item .header_item_b .center .l a{
    font-size: 1rem;
    color: #00A0E9;
}
.header .header_cen .header_c .header_item .header_item_b .center .l a span{
    font-size: 1rem;
    margin-left: .625rem;
}
.header .header_cen .header_c .header_item .header_item_b .center .r{
    display: flex;
    width: 71.4285%;
    padding: 3.75rem 0 4.375rem 3.125rem;
}
.header .header_cen .header_c .header_item .header_item_b .center .r li{
    width: 13.4375rem;
    margin-right: 1.875rem;
}
.header .header_cen .header_c .header_item .header_item_b .center .r li div{
    aspect-ratio: 215/130;
    border-radius: .625rem;
    overflow: hidden;
}
.header .header_cen .header_c .header_item .header_item_b .center .r li div img{
    width:100%;
}
.header .header_cen .header_c .header_item .header_item_b .center .r li p{
    font-size: 1rem;
    line-height: 1.875rem;
    margin-top: .625rem;
    color: #666;
}
.header .header_cen .header_c .header_item .header_item_c{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 6.125rem;
    display: none;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 .625rem rgba(0, 0, 0, .1);
    display: none;
}
.header .header_cen .header_c .header_item .header_item_c ul{
    padding-left: .9375rem;
}
.header .header_cen .header_c .header_item .header_item_c ul li a{
    font-size: 1rem;
}


.header .header_cen .header_r {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header .header_cen .header_r .img2{display: none;}

.header .header_cen .phone_menu_trigger {display:none;transition:all 0.4s ease-in-out;}
.header .header_cen .phone_menu_trigger > div {width:24px;height:2px;cursor:pointer;background:#ffffff;transition:all 0.4s ease-in-out;}
.header .header_cen .phone_menu_trigger > div:not(:last-child) { margin-bottom:5px;}
.header .header_cen .phone_menu_trigger.on div:nth-child(1) { transform:rotateZ(45deg) translateY(5px);}
.header .header_cen .phone_menu_trigger.on div:nth-child(2) { transform:rotateZ(-45deg) translateY(-5px);}
.header .header_cen .phone_menu_trigger.on div:nth-child(3) { height:0px;}

.header.on{background: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.header.on .header_cen{padding: .625rem 5rem;}
.header.on .header_cen .logo .prc a .logob{display: block;}
.header.on .header_cen .logo .prc a .logoa{display: none;}
.header.on .header_cen .logo .prc a img{width: auto; height: 3.125rem;}
.header.on .header_cen .header_c .header_item a{color: #333333;}
.header.on .header_cen .header_c .header_item.active>a{color: #00A0E9;}
.header.on .header_cen .header_c .header_item .header_item_b{top: 4.375rem;}
.header.on .header_cen .header_r .img1{display: none;}
.header.on .header_cen .header_r .img2{display: block;}
.header.on .header_cen .header_r .header_ico .header_ico_it .header_a_item_ico{color: #333333;}
.header.on .header_cen .phone_menu_trigger > div {background:#333;}

.header.click{background: #ffffff;}
.header.click .header_cen .header_c .header_item a{color: #333333;}
.header.click .header_cen .header_c .header_item.active>a{color: #00A0E9;}
.header.click .header_cen .header_r .header_ico .header_ico_it .header_a_item_ico .iconfont{color: #333333;}
.header.click .header_cen .header_r .header_ico .header_ico_it .header_a_item_ico{color: #333333;}
.header.click .header_cen .phone_menu_trigger > div{background: #333333;}

.header.ny_on{background: #ffffff;}
.header.ny_on .header_cen .header_c .header_item a{color: #333333;}
.header.ny_on .header_cen .header_c .header_item.active>a{color: #00A0E9;}
.header.ny_on .header_cen .header_r .header_ico .header_ico_it .header_a_item_ico .iconfont{color: #333333;}
.header.ny_on .header_cen .header_r .header_ico .header_ico_it .header_a_item_ico{color: #333333;}






.banner1 .on_down{width:200px;height:auto;float:left;overflow:hidden}

.banner1 .on_down .icon{
  width: 23px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 11.23px;
  float: left;
  position: relative;
  z-index: 1;
}

.banner1 .on_down .icon i{
  width: 2px;
  height: 12px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -1px;
  border-radius: 2px;
  overflow: hidden;
  animation: down 1.5s linear infinite;
}

@keyframes down{0%,100%{height:12px;top:-11px;opacity:1}98%{height:4px;opacity:0;top:60%}99%{height:12px;opacity:0;top:-11px}}


  
/*首页轮播图*/
.c-banner1 {
    background: #fff;
}
.c-banner1 .swiper-slide{
    position: relative;
    overflow: hidden;
}
.c-banner1 .swiper-slide img {
    width: 100%;
    /* height: 100vh; */
    object-fit: cover;
    -webkit-transition: all 7s;
    transition: all 7s;
    transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05); 
}
.c-banner1 .swiper-slide .c-bg2 {
    display: none;
}
.c-banner1 .swiper-slide-active img{
  width: 100%;
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
}
.c-banner1 .swiper-slide .c-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    background: url(https://www.sz-xkc.com/lib/images/mbl.png)repeat;
}
.c-banner1 .swiper-slide .c-wrap .c-title{
    font-size: 47px;
    color: #fff;
    font-weight: bold;
}

.c-banner1 .swiper-slide .c-wrap .c-title1{
    font-size: 9.7px;
    color: #fff;
    letter-spacing:6.5px;
    margin-top: 20px;
}

.c-banner1 .swiper-slide .c-wrap .hr{margin-top: 40px;width: 67px;height: 3px;background: #fff;}

.c-banner1 .swiper-slide .c-wrap .c-title2{margin-top: 43px;font-size: 36px;color: rgba(255,255,255,.93);}
.c-banner1 .swiper-slide .c-wrap .c-title2 span{padding: 0 20px;}



.c-banner1 .swiper-pagination-bullet {
    opacity: 1;
}
.c-banner1 .c-dot {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
}
.c-banner1 .swiper-pagination{
    position: relative;
    text-align: right;
}

.loading {
    margin: 0 10px;
    width: 17px;
    height: 17px;
    position: relative;
    border: 2px solid transparent;
    background: transparent;
    }
    .loading.swiper-pagination-bullet-active {border-color: #c9c9c9;}
    .loading .c-progress {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    left: 4px;
    top: 3px;
    line-height: 120px;
    text-align: center;
    opacity:1;
    }
    .loading.swiper-pagination-bullet-active .c-progress {
      background-color: none;
      width: 0px;
      height: 0px;
    }
    .loading .left,
    .loading .right {
    opacity: 0;
    width: 10px;
    height: 17px;
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: -2px;
    overflow: hidden;
    }
    .loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
      opacity: 1;
    }
    .loading .right {
      left: auto;
      right: -2px;
      top: -2px;
    }
    .loading .left:after,
    .loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 10px;
    height: 17px;
    border: 2px solid #00A0E9;
    border-radius: 8.5px 0 0 8.5px;
    border-right: 0;
    }
    .loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 8.5px 8.5px 0;
    border: 2px solid #00A0E9;
    border-left: 0;
    }
    .loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left1;
    }
    
    .loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 3.9s;
    /* animation-iteration-count: infinite; */
    animation-timing-function: linear;
    animation-name: spin-right1;
    }
    @keyframes spin-right1 {
    0% {
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
    }
    
    @keyframes spin-left1 {
    0% {
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
    }
    @-webkit-keyframes c-zoom {
    0% {
      transform:scale(1,1);
      -webkit-transform:scale(1,1); 
    }
    100% {
      transform:scale(1.1,1.1);
      -webkit-transform:scale(1.1,1.1); 
    }
    }
    
    @keyframes c-zoom {
    0% {
      transform:scale(1,1);
      -webkit-transform:scale(1,1); 
    }
    100% {
      transform:scale(1.2,1.2);
      -webkit-transform:scale(1.2,1.2); 
    }
    }
    
    .c-zoom {
    -webkit-animation-name: c-zoom;
    animation-name: c-zoom;
    }





/* 首页产品 */
.i_pro{padding: 150px 0px 85px;animation-duration: 3s;}
.i_pro .i_pro_l{width: 30%;float: left;}
.i_pro .i_pro_l h2{font-size: 36px;color: #00A0E9; font-family:'DINCOND';}
.i_pro .i_pro_l .hr{width: 25px;height: 4px;background-color: #bfbfbf;margin-top: 13px;}
.i_pro .i_pro_l h3{font-size: 36px;color: #1c2b35;margin-top: 20px;}
.i_pro .i_pro_l p{font-size: 18px;color: #666;line-height: 36px;margin-top: 25px;}
.i_pro .i_pro_r{width: 64.5%;float: right;}
.i_pro .i_pro_r .i_pro_r1{position: relative;margin-top: 15px;}
.i_pro .i_pro_r .hr{text-align: right;}
.i_pro .i_pro_r .i_pro_c1{width: 100%;height: 205px;overflow: hidden;}
.i_pro .i_pro_r .i_pro_c1 .tp{width: 100%;height: 160px;overflow: hidden;text-align: center;line-height: 160px;}
.i_pro .i_pro_r .i_pro_c1 .tp img{max-width: 80px;max-height: 100%;}
.i_pro .i_pro_r .i_pro_c1 p{font-size: 15px;color: #666;height: 40px;line-height: 20px;overflow: hidden;text-align: center;}
.i_pro .i_pro_r .swiper-slide.active{background-color: #fff;box-shadow: #ddd 0px 0px 10px 1px;border-radius: 20px;}
.i_pro .i_pro_r .swiper-container{padding: 10px;}


/* .i_pro .i_pro_r .swiper-button-next,.i_pro .i_pro_r .swiper-button-prev{width: 44px;height: 5px;margin-top: -150px;}
.i_pro .i_pro_r .swiper-button-prev{background: url("../images/i_pro_l.png") no-repeat;left:92%;opacity: 1;}
.i_pro .i_pro_r .swiper-button-next{background: url("../images/i_pro_r.png") no-repeat;right:0%;opacity: 1;} */


.i_pro .i_pro_r .swiper-button-next,.i_pro .i_pro_r .swiper-button-prev{width: 20px;height: 38px;}
.i_pro .i_pro_r .swiper-button-prev.swiper-button-disabled{background: url("../images/i_solution_l.png") no-repeat;left:-4%;opacity: 1;}
.i_pro .i_pro_r .swiper-button-next.swiper-button-disabled{background: url("../images/i_solution_r.png") no-repeat;right:-4%;opacity: 1;}
.i_pro .i_pro_r .swiper-button-prev{background: url("../images/i_solution_l1.png") no-repeat;left:-4%;opacity: 1;}
.i_pro .i_pro_r .swiper-button-next{background: url("../images/i_solution_r1.png") no-repeat;right:-4%;opacity: 1;}




.i_pro .i_pro_list{margin-top: 85px;}
.i_pro .i_pro_list1{display: none;}
.i_pro .i_pro_list1:nth-child(1){display: block;}
.i_pro .i_pro_list1{position: relative;}
.i_pro .i_pro_list1 .swiper-container{padding: 10px;}
.i_pro .i_pro_list1 .tp{width: 100%;height: 510px;text-align: center;line-height: 510px;position: relative; overflow: hidden; background-color: #fff;box-shadow: #ddd 0px 0px 10px 1px;border-radius: 20px;}
.i_pro .i_pro_list1 .tp img{max-width: 70%;max-height: 70%;transition: all .5s;}
.i_pro .i_pro_list1 .tp .tp1{position: absolute;top: 0px;left: 0px;width: 100%;height: 0;background-color: rgba(0, 159, 233,0.7);z-index: 1;transition: all .5s;overflow: hidden;text-align: left;}
.i_pro .i_pro_list1 .tp .tp1 h4{font-size: 22px;color: #fff;margin: 40px 20px 40px;}
.i_pro .i_pro_list1 .tp .tp1 p{font-size: 14px;color: #fff;line-height: 24px;text-align: left;margin: 10px 20px;}
.i_pro .i_pro_list1 .swiper-slide:hover .tp img{transform: scale(1.1);transition: all 3s;}
.i_pro .i_pro_list1 p{font-size: 22px;color: #333;text-align: center;margin-top: 40px;}
.i_pro .i_pro_list1 .swiper-slide:hover p{color: #00A0E9;}
.i_pro .i_pro_list1 .swiper-slide:hover .tp .tp1{height: 100%;}
.i_pro .i_pro_list1 .swiper-slide:hover .tp .tp1 p{color: #fff;}
.i_pro .i_pro_list1 .swiper-container{padding: 10px 10px 87px;}
.i_pro .i_pro_list1 .swiper-pagination-bullet{width: 45px;height: 3px;border-radius: 0px; opacity: 1;margin: 0 7px;background: #bfbfbf;}
.i_pro .i_pro_list1 .swiper-pagination-bullet-active{width: 45px;height: 3px;opacity: 1;background: #00A0E9;}


.i_dow{width: 100%;padding: 80px 0px;background-color: #f2f2f2;animation-duration: 3s;}
.i_dow .i_dow_l{width: 380px;max-width: 23.75%; float: left;}
.i_dow .i_dow_l h2{font-size: 36px;color: #333;}
.i_dow .i_dow_l .hr{width: 140px;height: 4px;background-color: #666;margin-top: 24px;}
.i_dow .i_dow_l h3{font-size: 25px;color: #666;font-weight: bold;line-height: 45px;margin-top: 45px;}

.i_dow .i_dow_r{width: 830px;max-width: 51.875%; float: right;}
.i_dow .i_dow_r .left{width: 580px;max-width: 69%; height: 70px;position: relative; background-color: #fff;float: left;font-size: 16px;color: #888;line-height: 70px;padding: 0px 20px;}
.i_dow .i_dow_r .left img{float: right;margin-top: 25px;}
.i_dow .i_dow_r .left .left_why{position: absolute;width: 100%; padding: 20px; background-color: #fff;left: 0px;top: 75px;display: none;}
.i_dow .i_dow_r .left .left_why .left_why1{font-size: 16px;color: #666;padding: 10px 0px;line-height: 25px;}
.i_dow .i_dow_r .left .left_why .left_why1:hover{color: #00A0E9;}
.i_dow .i_dow_r .right{width: 230px;max-width: 28%; height: 70px;background-color: #00A0E9;text-align: center;line-height: 70px; float: right;font-size: 20px;color: #fff;font-weight: bold;}
.i_dow .i_dow_r ul{margin-top: 40px;}
.i_dow .i_dow_r li{font-size: 18px;color: #666;float: left;margin-bottom: 15px;}
.i_dow .i_dow_r li .li_l{width: 2px;height: 15px;background-color: #e5e5e5;float: left;margin: 5px 20px;}
.i_dow .i_dow_r li .li_r{font-size: 18px;color: #666;float: right;}
.i_dow .i_dow_r li:nth-child(1) .li_l{display: none;}
.i_dow .i_dow_r li:hover .li_r{color: #00A0E9;}


/* 首页关于我们 */
.i_about{width: 100%;animation-duration: 3s;}
.i_about .c{position: relative;padding-top: 70px;}
.i_about .left{width: 35%;float: left;}
.i_about .title{text-align: center;}
.i_about .title h2{font-size: 36px;color: #00A0E9;font-family: 'DINCOND';}
.i_about .title .hr{width: 25px;height: 5px;background-color: #bfbfbf;margin: 20px auto 0;}
.i_about .title h3{font-size: 36px;color: #fff;margin-top: 20px;}
.i_about .title p{font-size: 25px;color: rgba(0,0,0,.78);font-weight: bold;line-height: 55px; margin-top: 142px;}
.i_about .right{width: 60.25%;float: right;}
.i_about .right .right1{font-size: 17.5px;color: rgba(250,250,250,.8);line-height: 40px;}
.i_about .ab_hf{margin-top: 70px;overflow: hidden;}
.i_about .ab_hf h2{font-size: 30px;color: #00A0E9;margin-bottom: 20px;}
.i_about .ab_hf p{margin-bottom: 20px;}
.i_about .ab_hf .hf_1{width: 23%;height: 180px;float: left;margin-right: 2%;}
.i_about .ab_hf .hf_1 .hf_1_l{width: 2px;float: left;margin-top: 20px;}
.i_about .ab_hf .hf_1 .hf_1_r{width: calc(100% - 2px);float: right;padding-left: 10%;}
.i_about .ab_hf .hf_1:nth-child(3){margin-right: 0px;}
.i_about .ab_hf .hf_1 span{color: #ff6600;font-size: 75px;float: left;font-weight: bold;font-family: 'tt0524m';}
.i_about .ab_hf .hf_1 em{float: left;margin-top: 50px;font-size: 24px;color: #999;padding-left: 5px;}
.i_about .ab_hf .hf_1 h3{font-size: 16px;color: #333;margin-top: 0px;}
.i_about .i_about_b{width: 100%;overflow: hidden;position: absolute;bottom: 0px;}
.i_about .i_about_b .tp{width: 100%;overflow: hidden;}
.i_about .i_about_b img{max-width: 100%;}

.sliderbox-cx{position: relative; width: 100%;clear: both;padding-bottom: 50px;}
.sliderbox-cx .cx-item{
    background-color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    box-shadow: 0px 5px 0.4rem 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    margin-bottom: 10px;
}
.sliderbox-cx .cx-item .pic{
    order-radius: 0.1rem 0.1rem 0 0;
    font-size: 0;
    overflow: hidden;
    display: block;
    width: 100%;
}
.sliderbox-cx .cx-item .pic img {
    width: 100%;
    display: block;
    transition: transform 0.8s ease;
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
    -ms-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
}
.sliderbox-cx .cx-item .info {
    padding: 30px;
    line-height: 30px;
    text-align: center;
}
.sliderbox-cx .swiper-button-next,.sliderbox-cx .swiper-button-prev{
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background-size: 20% 70%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: transform 0.8s ease;
}
.sliderbox-cx .swiper-button-next:hover,.sliderbox-cx .swiper-button-prev:hover{
    background-color: #ff6600;
}

/* 核心竞争力 */
.core-competence{background-color: #f8f8f8; padding: 60px 0;}
.core-competence .text-center{margin-bottom: 30px;}
.core-competence h2{color: #00A0E9; font-size: 36px;margin-bottom: 20px;font-family: 'DINCOND';}
.core-competence .hr {
    width: 25px;
    height: 5px;
    background-color: #bfbfbf;
    margin-top: 20px;
    text-align: center;
    margin: 20px auto 0;
}
.core-competence p{color: #999; font-size: 16px; line-height: 1.6; max-width: 1000px; margin: 20px auto 0;}
.core-competence .tabs{margin: 30px 0; text-align: center;border-bottom: 1px solid #E5E5E5;padding-bottom: 20px;}
.core-competence .tabs span{display: inline-block; margin: 0 15px; color: #666; font-weight: bold; cursor: pointer;position: relative;transition: 0.5s;}
.core-competence .tabs span.active::before{position: absolute;bottom: -22px;left: 0;width:100%;height: 2px;z-index: 1;background-color: #ff6600;transition: all 0.3s;content: '';}
.core-competence .tabs span.active{color: #ff6600;}
.core-competence .certificate-carousel{position: relative;}
.core-competence .certificate-item{background: #fff;overflow: hidden; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); text-align: center;margin: 20px 0;border-radius: 20px;}
.core-competence .certificate-item img{width: 100%; height: auto;transition: 0.5s;}
.core-competence .certificate-item:hover img{transform: scale(1.1);}
.core-competence .tab-content{display: none;transition: 0.5s;}
.core-competence .tab-content.active{display: block;}
.core-competence .swiper-pagination{position: relative; margin-top: 30px; text-align: center;width: 60px;left: 50%;transform: translateX(-50%);}
.core-competence .swiper-pagination-fraction{font-size: 18px; color: #333;}
.core-competence .swiper-pagination-fraction .swiper-pagination-current{color: #ff6600; font-weight: bold;}
.core-competence .swiper-pagination-fraction .swiper-pagination-total{color: #999;}
.core-competence .swiper-button-next,
.core-competence .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    top: auto;
    transform: translateY(-50%);
    margin-top: 0;
    transition: all 0.3s;
    bottom: -25px;
    left: 50%;
}
.core-competence .swiper-button-prev.swiper-button-disabled{background: url("../images/i_solution_l.png") center center no-repeat;opacity: 1;}
.core-competence .swiper-button-next.swiper-button-disabled{background: url("../images/i_solution_r.png") center center no-repeat;opacity: 1;}
.core-competence .swiper-button-prev{background: url("../images/i_solution_l1.png") center center no-repeat;opacity: 1;margin-left: -90px;background-size: 20% 30%;}
.core-competence .swiper-button-next{background: url("../images/i_solution_r1.png") center center no-repeat;opacity: 1;margin-left: 35px;background-size: 20% 30%;}
.core-competence .swiper-button-next:hover,
.core-competence .swiper-button-prev:hover{
    background-color: #ff6600;
    box-shadow: 0 4px 15px rgba(255,102,0,0.3);
}
.core-competence .swiper-button-next:after,
.core-competence .swiper-button-prev:after{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.core-competence .swiper-button-next:hover:after,
.core-competence .swiper-button-prev:hover:after{
    color: #fff;
}
.core-competence .mes-box{position: relative;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.core-competence .mes-box .left{flex: 0 0 48%;}
.core-competence .mes-box .left img{width: 100%; height: auto; border-radius: 8px;}
.core-competence .mes-box .right{flex: 1;padding: 30px 0 30px 60px;}
.core-competence .mes-box .right h4{color: #ff6600;margin-bottom: 20px;}
.core-competence .mes-box .right p{font-size: 16px;color: #666;line-height: 30px;overflow: hidden;margin-bottom: 20px;}
.mes-list ul{position: relative;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.mes-list li{background-color: #fff;border-radius: 20px;box-shadow: #ddd 0px 0px 10px 1px;margin: 20px 10px;}
.mes-list li .li_l{width: 100%;height: 200px;overflow: hidden;}
.mes-list li .li_l img{width: 100%; height: auto; border-radius: 8px;}
.mes-list li .li_r{flex: 1;padding: 30px 20px;}
.mes-list li .li_r h2{font-size: 24px;color: #333;margin-bottom: 20px;}
.mes-list li .li_r .content{min-height: 200px;}
.mes-list li .li_r p{font-size: 14px;color: #888;line-height: 24px;}



/* 首页解决方案 */
.i_solution{width: 100%;padding: 120px 0 137px 0;animation-duration: 3s;background-color: #F7F7F7;}
.i_solution_t .i_solution_t1{position: relative; text-align: center;}
.i_solution_t .i_solution_t1 h2{font-size: 36px;color: #00A0E9;font-family: 'DINCOND';}
.i_solution_t .i_solution_t1 .hr{width: 25px;height: 5px;background-color: #bfbfbf;text-align: center;margin: 20px auto 0;}
.i_solution_t .i_solution_t1 h3{font-size: 36px;color: #1c2b35;margin-top: 20px;}
.i_solution_t .i_solution_t1 h4{font-size: 16px;color: #666;margin-top: 20px;}
.i_solution_t .i_solution_t2{width: 160px;height: 50px;margin-top: 90px; background-color: #f7f7f7;text-align: center;position: relative; float: right;}
.i_solution_t .i_solution_t2 .i_solution_t2_1{width: 5px;height: 50px;background-color: #00A0E9;transition: width 1s;transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);}
.i_solution_t .i_solution_t2:hover .i_solution_t2_1{width: 160px;}
.i_solution_t .i_solution_t2 .i_solution_t2_2{width: 160px;height: 50px;margin-top: 5px; font-size: 15px;color: #666; text-align: center;line-height: 50px;position: absolute;top: -5px;}
.i_solution_t .i_solution_t2 .i_solution_t2_2 img{margin-left: 5px;}
.i_solution_t .i_solution_t2 .i_solution_t2_2 .img2{display: none;}
.i_solution_t .i_solution_t2:hover .i_solution_t2_2{color: #fff;}
.i_solution_t .i_solution_t2:hover .i_solution_t2_2 .img1{display: none;}
.i_solution_t .i_solution_t2:hover .i_solution_t2_2 .img2{display: inline;}
.i_solution .i_solution_c{position: relative;}
.i_solution li{position: relative;height: 673px; float: left;overflow: hidden;}
.i_solution li .tp img{width: 100%;height: 673px;}
.i_solution li .li_why{position: absolute;top: 580px; width: 100%;padding: 0 58px 0 42px;overflow: hidden;}
.i_solution li .li_why h2{font-size: 26px;color:#ffffff;font-weight: bold; overflow: hidden;}
.i_solution li .li_why .hr{width: 43px;height: 3px;background-color: #fff;margin-top: 35px;display: none;}
.i_solution li .li_why h3{font-size: 16px;color: rgba(255,255,255,.32);margin-top: 15px;}
.i_solution li .li_why h4{font-size: 16px;color: rgba(255,255,255,.88);margin-top: 43px;line-height: 35px;display: none;}
.i_solution li .li_why .more{display: none;margin-top: 75px;}
.i_solution li:hover .li_why{top: 325px;}
.i_solution li:hover .tp img{transform: scale(1.2);transition: all 3s;;}
.i_solution li:hover .li_why .hr{width: 43px;height: 3px;background-color: #fff;margin-top: 33px;display: block;}
.i_solution li:hover .li_why h3{font-size: 15px;color: rgba(255,255,255,.32);margin-top: 15px;display: none;}
.i_solution li:hover .li_why h4{font-size: 15px;color: rgba(255,255,255,.88);margin-top: 43px;line-height: 35px;display: block;}
.i_solution li:hover .li_why .more{display: block;}
.i_solution .swiper-button-next,.i_solution .swiper-button-prev{width: 20px;height: 38px;}
.i_solution .swiper-button-prev.swiper-button-disabled{background: url("../images/i_solution_l.png") no-repeat;left:-4%;opacity: 1;}
.i_solution .swiper-button-next.swiper-button-disabled{background: url("../images/i_solution_r.png") no-repeat;right:-4%;opacity: 1;}
.i_solution .swiper-button-prev{background: url("../images/i_solution_l1.png") no-repeat;left:-4%;opacity: 1;}
.i_solution .swiper-button-next{background: url("../images/i_solution_r1.png") no-repeat;right:-4%;opacity: 1;}


.i_mess{width: 100%;height: 533px;background-color:#f7f7f7;padding-top: 130px;animation-duration: 3s;}
.i_mess .i_mess_l{width: 47.5%;float: left;}
.i_mess .i_mess_l h2{font-size: 36px;color: #00A0E9;font-family: 'DINCOND';}
.i_mess .i_mess_l .hr{width: 25px;height: 4px;background-color: #bfbfbf;margin-top: 20px;}
.i_mess .i_mess_l h3{font-size: 23px;color: #333;font-weight: bold;line-height: 50px;margin-top: 40px;}
.i_mess .i_mess_l h3 span{font-size: 23px;color: #333;font-weight: bold;line-height: 50px;}
.i_mess .i_mess_r{width: 620px;float: right;max-width: 38.75%;margin-top: 20px;}
.i_mess .i_mess_r h4{float: left;font-size: 15px;color: #999;margin-top: 16px;line-height: 20px;}
.i_mess .text1{width:48%;float: left;margin-right: 4%;background-color:#ffffff;margin-bottom: 20px;}
.i_mess .text1:nth-child(2){margin-right: 0px;}
.i_mess .code{width: 48%;float: left;margin-right: 4%;display: flex;justify-content: space-between;align-items: center;}
.i_mess .text1 input[type="text"],.i_mess .code .code1{
    box-sizing: border-box;
    font-size:14px;
    height: 55px;
    border:0px solid #e6e6e6;
    color:#666666;
    -web-kit-appearance:none;
    -moz-appearance: none;
    display:block;
    outline:0;
    padding-left: 20px;
    text-decoration:none;
    width:100%;
    background-color:#ffffff;
  }
 .i_mess .code .code1{width: 130px;height: 55px;} 
.i_mess .text1 input[type="text"]:focus{border:0px solid #00A0E9;}
.i_mess .msg{
    font-size: 14px;
    background-color:#ffffff;
    width: 100%;
    height: 102px;
    padding: 20px;
    resize: none;
    margin-bottom: 25px;
}
.i_mess .msg:focus{outline-color:#00A0E9}
.i_mess textarea{color:#666666;}
.i_mess .submit1{width: 185px;height: 55px;float: right;}
.i_mess .submit1 input[type="submit"]{
    box-sizing: border-box;
    font-size:16px;
    height: 55px;
    border:0 solid #ffffff;
    color:#ffffff;
    -web-kit-appearance:none;
    -moz-appearance: none;
    display:block;
    outline:0;
    text-align: center;
    text-decoration:none;
    width:100%;
    line-height: 55px;
    background-color: #FF5733;
    border-radius: 28px;
    cursor: pointer;
}


.i_hz{width: 100%;padding: 120px 0 137px 0;animation-duration: 3s;}
.i_hz_t .i_hz_t1{position: relative; text-align: center;}
.i_hz_t .i_hz_t1 h2{font-size: 36px;color: #00A0E9;font-family: 'DINCOND';}
.i_hz_t .i_hz_t1 .hr{width: 25px;height: 5px;background-color: #bfbfbf;margin-top: 20px;text-align: center;margin: 20px auto 0;}
.i_hz_t .i_hz_t1 h3{font-size: 36px;color: #1c2b35;margin-top: 20px;}
.i_hz_t .i_hz_t1 h4{font-size: 16px;color: #999;margin-top: 20px;}
.i_hz .i_hz_t2{width: 160px;height: 50px;background-color: #f7f7f7;text-align: center;position: relative;margin: 50px auto 0;}
.i_hz .i_hz_t2 .i_hz_t2_1{width: 5px;height: 50px;background-color: #00A0E9;transition: width 1s;transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);}
.i_hz .i_hz_t2:hover .i_hz_t2_1{width: 160px;}
.i_hz .i_hz_t2 .i_hz_t2_2{width: 160px;height: 50px;margin-top: 5px; font-size: 15px;color: #666; text-align: center;line-height: 50px;position: absolute;top: -5px;}
.i_hz .i_hz_t2 .i_hz_t2_2 img{margin-left: 5px;}
.i_hz .i_hz_t2 .i_hz_t2_2 .img2{display: none;}
.i_hz .i_hz_t2:hover .i_hz_t2_2{color: #fff;}
.i_hz .i_hz_t2:hover .i_hz_t2_2 .img1{display: none;}
.i_hz .i_hz_t2:hover .i_hz_t2_2 .img2{display: inline;}
.i_hz_c{margin-top: 55px;}
.i_hz_c .tp{width: 100%;height: 150px;text-align: center;line-height: 150px;overflow: hidden;}
.i_hz_c .tp img{max-width: 100%;max-height: 100%;}

.i_hz_c1 .tp{width: 100%;height: 150px;text-align: center;line-height: 150px;overflow: hidden;}
.i_hz_c1 .tp img{max-width: 100%;max-height: 100%;}


.news_5_1{width: 100%;margin-top: 33px;overflow: hidden;}
.news_5_1 ul{text-align: justify;position: relative;}
.news_5_1 ul li{display: inline-block;width: 240px;height: 150px;float: left;margin-bottom: 10px;margin-right: 10px;text-align: center;line-height: 150px;overflow: hidden;border: 1px solid #E7E7E7;border-radius: 10px;}

.news_5_1 ul li img{max-width: 70%;max-height: 80%;transition: 0.5s;}
.news_5_1 ul li:hover img{transform: scale(1.2);}

.news_5_2{width: 100%;margin-top: 33px;height: 150px;overflow: hidden;padding-left: 125px;}
.news_5_2 ul{text-align: justify;width: 7000px;position: relative;left:0;}
.news_5_2 ul li{display: inline-block;width: 250px;height: 150px;float: left;margin-right: 10px;text-align: center;line-height: 150px;overflow: hidden;border: 1px solid #E7E7E7;border-radius: 10px;}
.news_5_2 ul li img{max-width: 100%;max-height: 100%;}








.i_news{width: 100%;animation-duration: 3s;padding: 50px 0;position: relative;overflow: hidden;}
.i_news .i_news_l{width: 49.5%; float: left;overflow: hidden;margin-top: 90px;position: relative;}
.i_news .i_news_l h2 .h2_1{font-size: 69.6px;color: rgba(255,255,255,.92);font-family: '方正大黑简体';float: left;}
.i_news .i_news_l h2 .h2_2{font-size: 14px;color: #fff;margin-top: 20px;margin-left: 38px; float: left;}
.i_news .i_news_l .i_news_laa{font-size: 69.6px;color: rgba(255,255,255,.92);font-family: '方正大黑简体';margin-top: -10px;}
.i_news .i_news_l h3{font-size: 36px;color: rgba(255,255,255,.9);}
.i_news .i_news_l .tp{margin-top: 0px;position: relative;}
.i_news .i_news_l .tp img{height: 100%;transition: all .5s;}
.i_news .i_news_l .tp:hover img{transform: scale(1.1);transition: all 3s;}
.i_news .i_news_l .tp1{width: 100%;position: absolute;bottom: 0;left: 0px; padding: 20px;}
.i_news .i_news_l .tp1 h2{font-size: 20px;color: #fff;}
.i_news .i_news_l .tp1 span{font-size: 18px;color: rgba(255,255,255,.88);line-height: 35px;margin-bottom: 10px;}
.i_news .i_news_l p{font-size: 18px;color: rgba(255,255,255,.88);line-height: 35px;margin-top: 30px;}
.i_news .i_news_r{width: 47.125%;float: right;margin-top: 90px;}
.i_news .i_news_r .swiper-slide{width: 100%;height: 145px;}
.i_news .i_news_r .i_news_r1{width: 100%;height: 145px;}
.i_news .i_news_r .tp{width: 27.7%;float: left;height: 145px;overflow: hidden;}
.i_news .i_news_r .tp img{width: 100%;height: 145px;transition: all .5s;}
.i_news .i_news_r .swiper-slide:hover .tp img{transform: scale(1.1);transition: all 3s;}
.i_news .i_news_r .i_news_r2{width: 69%;height: 145px;overflow: hidden;float: right;}
.i_news .i_news_r .i_news_r2 span{font-size: 14px;color: #999;font-family: 'tt0524m';}
.i_news .i_news_r .i_news_r2 h2{font-size: 18px;color: #00A0E9;margin-top: 10px;height: 20px;line-height: 20px;overflow: hidden;}
.i_news .i_news_r .i_news_r2 p{font-size: 14px;color: #999;margin-top: 10px; line-height: 24px;height: 70px;overflow: hidden;}
.i_news .i_news_r .hr{width: 100%;height: 1px;background-color: #e6e6e6;margin: 15px auto;}
.i_news .swiper-pagination{margin-top: 30px;}
.i_news .swiper-pagination-bullet{width: 40px;height: 3px;background: #e5e5e5;border-radius: 0px;opacity: 1;}
.i_news .swiper-pagination-bullet-active{width: 40px;height: 3px;background: #00A0E9;}
.i_news .swiper-container{padding: 0 0 90px;}
.i_news .i_news_r .i_news_r1{margin-bottom: 25px;}
.i_news .i_news_r .swiper-slide:nth-child(3n) .hr{display: none;}

.i_news ul{margin-top: 65px;}
.i_news li{font-size: 16px;color: #fff;margin-bottom: 28px;cursor: pointer;}
.i_news li span{font-size: 16px;color: #fff;cursor: pointer;}
.i_news li.active span{font-weight: bold;border-bottom: 2px #fff solid;padding-bottom: 10px;}

.i_news_r_c{display: none;}
.i_news_r_c:nth-child(1){display: block;}
























    
/* 友情链接 */

.link p {font-size: 16px;color: #c1c1c1;}
.link p a {font-size: 14px;color: #c1c1c1;margin-right: 25px;}
.link p a:hover {color: #308979;}

/* 分页 */
.page p {text-align: center;line-height: 100px;}
.page p span, .page p a {padding: 10px 20px;font-size: 16px;color: #666666;border: 1px #e5e5e5 solid;margin-left: -5px;}
.page .current {color: #fff;padding: 10px 20px;background-color: #0935bc;border: 1px #e5e5e5 solid;}
.page p a:hover {color: #0935bc;padding: 10px 20px;background-color: #0935bc;}
.page p img{margin: -5px 10px 0;}


.site_map h1 a{font-size:18px;color:#666;line-height:60px;padding-left:10px;}
.site_map li{width:270px;display:inline-block;line-height:40px;padding-left:10px;}
.site_map ul{border:1px solid #eee;min-height:50px;}
.site_map li a{font-size:14px;color:#666;line-height: 36px;}
.site_map,.site_map a{font-size:12px;color:#666;}



/* 底部 */
.footer{width: 100%;background-color: #E5E5E5;}
.footer .footer_1{width: 25%;float: left;margin-top: 100px;}
.footer .footer_1 h2{font-size: 18px;color: #333;font-weight: bold;}
.footer .footer_1 .hr{width: 27px;height: 3px;background-color: #00A0E9;margin-top: 20px;}
.footer .footer_1 h3{font-size: 22px;color: #888;margin-top: 27px;line-height: 45px; margin-bottom: 38px;font-weight: bold;}
.footer .footer_1 li{margin-bottom: 30px;}
.footer .footer_1 li .li_l{width: 15px;float: left;}
.footer .footer_1 li .li_r{width: calc(100% - 25px);float: right;font-size: 26px;color: #808080;line-height: 20px;font-family: 'DINCOND';}
  
.footer .footer_2{width: 70%; float: right;overflow: hidden;margin-top: 93px;}
.footer .footer_2 li{float: left;margin-right: 1.5%;}
.footer .footer_2 li:nth-child(1){width: 18%;}
.footer .footer_2 li:nth-child(2){width: 18%;}
.footer .footer_2 li:nth-child(3){width: 18%;}
.footer .footer_2 li:nth-child(4){width: 18%;}
.footer .footer_2 li:nth-child(5){width: 20%;margin-right: 0;}
.footer .footer_2 li h2{width: 100%;height: 20px;overflow: hidden;line-height: 20px;margin-bottom: 18px;margin-bottom: 30px;}
.footer .footer_2 li h2 a{font-size: 20px;color: #333;font-weight: bold; line-height: 20px;font-family: 'DINCOND';}
.footer .footer_2 li .hr{width: 27px;height: 3px;background-color: #00A0E9;margin-top: 18;margin-bottom: 20px;}
.footer .footer_2 li h3{width: 100%;overflow: hidden;margin-bottom: 15px;}
.footer .footer_2 li h3 a{font-size: 16px;color: #808080; font-family: 'Geometr415';}
.footer .footer_2 li h2:hover a{color: #00A0E9;}
.footer .footer_2 li h3:hover a{color: #00A0E9;}
.footer .footer_2 li ol{margin-bottom: 30px;overflow: hidden;}
.footer .footer_2 li ol li{width: 46% !important;float: left;margin-right: 4%;margin-bottom: 0px;}
.footer .footer_2 li ol li:nth-child(2){margin-right: 0px !important;}
.footer .footer_2 li ol li span{font-size: 16px;color: #808080;line-height:40px;text-align: center; display: block;}
.footer .footer_2 li ol li img{max-width: 100%;max-height: 100%;border-radius: 30px;}

.footer_3{width: 100%;margin-top: 0px; padding: 30px 0px; overflow: hidden;border-top: 1px rgba(255,255,255,.1) solid;text-align: center;}
.footer_3{font-size: 16px;color: #808080;}
.footer_3 a{font-size: 16px;color: #808080;}
.footer_3 a:hover{color: #00A0E9;}
.footer_3 img{float: right;margin-left: 2.5%;}
.footer_3 span{font-size: 16px;color: rgba(250,250,250,.38);float: right;}

.footer .icon{
    width: 100%;
    margin-top: 3.125rem;
    display: flex;
}
.footer .icon a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8125rem;
    height: 2.8125rem;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 1.25rem;
    position: relative;
}
.footer icon a span{
    font-size: 1.25rem;
    color: #ff9900;
}
.footer .icon a .ewm{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-100%);
    width: 10.25rem;
    height: 10.25rem;
    padding: .3125rem;
    border-radius: .3125rem;
    background: #ffffff;
    display: none;
}
.footer .icon a .ewm img{
    width: 100%;
    height: 100%;
}
.footer .icon a:hover .ewm{
    display: block;
}


.pdd1{width: 120px;height: 120px;float: right;margin-top: -130px;position: absolute;display: none;}
.pdd:hover .pdd1{display: inline;}



@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1500px) {
    .header .header_mid > ul > li em{margin:0 13px;font-size:12px;color: #cdcdcd;}
    .header1 .header_mid > ul > li em{margin:0 13px;font-size:12px;color: #cdcdcd;}
    .i_pro .i_pro_r .swiper-button-next,.i_pro .i_pro_r .swiper-button-prev{width: 44px;height: 5px;margin-top: -130px;}
    .i_pro .i_pro_r .swiper-button-prev{background: url("../images/i_pro_l.png") no-repeat;left:90%;opacity: 1;}
    .i_pro .i_pro_r .swiper-button-next{background: url("../images/i_pro_r.png") no-repeat;right:0%;opacity: 1;}

}
@media screen and (max-width: 1400px) {
    .header .header_mid > ul > li em{margin:0 10px;font-size:12px;color: #cdcdcd;}
    .header1 .header_mid > ul > li em{margin:0 10px;font-size:12px;color: #cdcdcd;}
    .header .header_mid > ul > li > a {
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        padding-bottom: 6px;
        position: relative;
    }
    .header1 .header_mid > ul > li > a {
        color: #666;
        font-size: 16px;
        line-height: 50px;
        padding-bottom: 6px;
        position: relative;
    }

    .i_pro .i_pro_r .i_pro_c1{width: 100%;height: 155px;overflow: hidden;}
    .i_pro .i_pro_r .i_pro_c1 .tp{width: 100%;height: 110px;overflow: hidden;text-align: center;line-height: 110px;}
    .i_pro .i_pro_r .i_pro_c1 p{font-size: 15px;color: #666;height: 30px;line-height: 20px;overflow: hidden;text-align: center;}
    .i_pro .i_pro_list {
        margin-top: 5px;
    }
    .i_pro .i_pro_list1 .swiper-container{
        padding: 10px 10px 30px;
    }

    .i_pro .i_pro_list1 .tp{width: 100%;height: 340px;text-align: center;line-height: 340px; overflow: hidden; background-color: #fff;box-shadow: #ddd 0px 0px 10px 1px;}

    .i_solution li{position: relative;height: 449px; float: left;overflow: hidden;}
    .i_solution li .tp img{width: 100%;height: 449px;}
    .i_solution li .li_why{position: absolute;top: 340px; width: 100%;padding: 0 20px 0 20px;overflow: hidden;}
    .i_solution li .li_why h2{font-size: 22px;color:#ffffff;font-weight: bold; overflow: hidden;}
    .i_solution li .li_why .hr{width: 43px;height: 3px;background-color: #fff;margin-top: 25px;display: none;}
    .i_solution li .li_why h3{font-size: 16px;color: rgba(255,255,255,.32);margin-top: 10px;}
    .i_solution li .li_why h4{font-size: 16px;color: rgba(255,255,255,.88);margin-top: 30px;line-height: 35px;display: none;}
    
    .i_solution li .li_why .more{display: none;margin-top: 25px;}
    .i_solution li:hover .li_why{top: 220px;}
    .i_solution li:hover .li_why .hr{width: 43px;height: 3px;background-color: #fff;margin-top: 15px;display: block;}
    .i_solution li:hover .li_why h3{font-size: 15px;color: rgba(255,255,255,.32);margin-top: 10px;display: none;}
    .i_solution li:hover .li_why h4{font-size: 15px;color: rgba(255,255,255,.88);margin-top: 20px;line-height: 25px;display: block;}
    .i_solution li:hover .li_why .more{display: block;}


    .i_about{width: 100%;height: 100%;}
    .i_about .c{position: relative;height: 100%;padding-top: 0px;}
    .i_about .left{width: 31.9%;float: left;}
    .i_about .left h2{font-size: 30px;color: #00A0E9;font-family: 'DINCOND';}
    .i_about .left .hr{width: 25px;height: 5px;background-color: #bfbfbf;margin-top: 15px;}
    .i_about .left h3{font-size: 30px;margin-top: 15px;}
    .i_about .left p{font-size: 18px;font-weight: bold;line-height: 40px; margin-top: 100px;}
    .i_about .right{width: 51.25%;float: right;}
    .i_about .right .right1{font-size: 16px;line-height: 30px;}
    .i_about .ab_hf{margin-top: 50px;}
    .i_about .ab_hf .hf_1{width: 32%;height: 150px;float: left;margin-right: 2%;}
    .i_about .ab_hf .hf_1 .hf_1_l{width: 2px;float: left;margin-top: 20px;}
    .i_about .ab_hf .hf_1 .hf_1_r{width: calc(100% - 2px);float: right;padding-left: 10%;}
    .i_about .ab_hf .hf_1:nth-child(3){margin-right: 0px;}
    .i_about .ab_hf .hf_1 span{color: #00A0E9;font-size: 75px;float: left;font-weight: bold;}
    .i_about .ab_hf .hf_1 em{float: left;margin-top: 50px;font-size: 24px;padding-left: 5px;}
    .i_about .ab_hf .hf_1 h3{font-size: 16px;margin-top: 0px;}
    .i_about .i_about_b{width: 100%;overflow: hidden;position: absolute;bottom: 0px;}
    .i_about .i_about_b .tp{width: 100%;overflow: hidden;}
    .i_about .i_about_b img{max-width: 100%;}


    .i_dow{width: 100%;padding: 80px 0px;background-color: #f2f2f2;}
    .i_dow .i_dow_l{width: 380px;max-width: 23.75%; float: left;}
    .i_dow .i_dow_l h2{font-size: 30px;color: #333;}
    .i_dow .i_dow_l .hr{width: 140px;height: 4px;background-color: #666;margin-top: 24px;}
    .i_dow .i_dow_l h3{font-size: 17px;color: #666;font-weight: bold;line-height: 40px;margin-top: 35px;}

    .i_dow .i_dow_r{width: 830px;max-width: 51.875%; float: right;}
    .i_dow .i_dow_r .left{width: 580px;max-width: 69%; height: 70px;position: relative; background-color: #fff;float: left;font-size: 16px;color: #888;line-height: 70px;padding: 0px 20px;}
    .i_dow .i_dow_r .left img{float: right;margin-top: 25px;}
    .i_dow .i_dow_r .left .left_why{position: absolute;width: 100%; padding: 20px; background-color: #fff;left: 0px;top: 75px;display: none;}
    .i_dow .i_dow_r .left .left_why .left_why1{font-size: 16px;color: #666;padding: 10px 0px;line-height: 25px;}
    .i_dow .i_dow_r .left .left_why .left_why1:hover{color: #00A0E9;}
    .i_dow .i_dow_r .right{width: 230px;max-width: 28%; height: 70px;background-color: #00A0E9;text-align: center;line-height: 70px; float: right;font-size: 20px;color: #fff;font-weight: bold;}
    .i_dow .i_dow_r ul{margin-top: 40px;}
    .i_dow .i_dow_r li{font-size: 18px;color: #666;float: left;margin-bottom: 15px;}
    .i_dow .i_dow_r li .li_l{width: 2px;height: 15px;background-color: #e5e5e5;float: left;margin: 5px 20px;}
    .i_dow .i_dow_r li .li_r{font-size: 16px;color: #666;float: right;}
    .i_dow .i_dow_r li:nth-child(1) .li_l{display: none;}
    .i_dow .i_dow_r li:hover .li_r{color: #00A0E9;}

    .i_mess .i_mess_l h2{font-size: 30px;}
    .i_mess .i_mess_l .hr{width: 140px;height: 4px;background-color: #bfbfbf;margin-top: 20px;}
    .i_mess .i_mess_l h3{font-size: 16.3px;font-weight: bold;line-height: 50px;margin-top: 40px;}
    .i_mess .i_mess_l h3 span{font-size: 16.3px;font-weight: bold;line-height: 50px;}

    .i_pro .i_pro_r .swiper-button-next,.i_pro .i_pro_r .swiper-button-prev{width: 44px;height: 5px;margin-top: -110px;}
    .i_pro .i_pro_r .swiper-button-prev{background: url("../images/i_pro_l.png") no-repeat;left:88%;opacity: 1;}
    .i_pro .i_pro_r .swiper-button-next{background: url("../images/i_pro_r.png") no-repeat;right:0%;opacity: 1;}


    .footer .footer_1 h3{font-size: 16px;margin-top: 27px;line-height: 45px; margin-bottom: 38px;font-weight: bold;}
}

/* 侧边栏 */
.SideBar-wrapper {
    position: fixed;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    z-index: 6666;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.SideBar-box {
    width: 60px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 3px 0.4rem 0px rgba(152, 152, 152, 0.19);
    padding: 16px 0;
}

.SideBar-wrapper .item {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.SideBar-wrapper .item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #eef0f0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -1px;
}

.SideBar-wrapper .item:first-child {
    margin-top: 0;
}

.SideBar-wrapper .item:nth-child(1)::before,
.SideBar-wrapper .item:nth-child(2)::before {
    display: none;
}

.SideBar-wrapper .item .ico {
    width: 44px;
    padding: 14px 0;
    font-size: 22px;
    color: #0a1b37;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all .4s ease;
}

.SideBar-wrapper .item .ico .iconfont {
    font-size: 1.25rem;
}

.SideBar-wrapper .item.phone .ico {
    height: 44px;
    font-size: 20px;
    background: #00A0E9;
    border-radius: 50%;
    color: #fff !important;
    padding: 0;
}

.SideBar-wrapper .item:hover .ico {
    color: #00A0E9;
}

.SideBar-wrapper .item .info {
    display: none;
    position: absolute;
    right: 0;
    padding-right: 74px;
    top: 50%;
    margin-top: -24px;
}

.SideBar-wrapper .item .info span {
    display: flex;
    align-items: center;
    width: 190px;
    font-size: 16px;
    height: 48px;
    line-height: 1;
    background: #00A0E9;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    color: #fff;
}

.SideBar-wrapper .item .info span::after,
.SideBar-wrapper .item .wechat::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #00A0E9;
    width: 0;
    height: 0;
}

.SideBar-wrapper .item:hover .info {
    display: block;
}

.SideBar-wrapper .item .wechat {
    display: none;
    position: absolute;
    width: 120px;
    right: 74px;
    z-index: 3;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    border-radius: 6px;
    padding: 4px;
    background: #00A0E9;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.SideBar-wrapper .item .wechat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.SideBar-wrapper .item:hover .wechat {
    display: block;
}

.SideBar-wrapper .item.backTop .ico {
    padding-bottom: 6px;
    font-size: 18px;
}

.SideBar-wrapper .item.menu {
    display: none;
    margin-top: 6px;
}

.SideBar-wrapper .item.menu .ico {
    width: 46px;
    height: 46px;
    font-size: 18px;
    box-shadow: 0px 0 14px 0px rgba(152, 152, 152, 0.24);
    background: #fff;
    border-radius: 50%;
    color: #00A0E9 !important;
    padding: 0;
}