body {
    max-width: 640px;
    margin: 0 auto;
    background-color: #fff;
    visibility: hidden;
    font-family: Microsoft JhengHei;
}


.header {
    padding: 10px 3%;
    position: relative;
    position: fixed;
    width: 100%;
    max-width: 640px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
    z-index: 133333333
}

.header .logo {
    /*max-width:40%;*/
    display: block;
    height: 40px;

}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

/*banner*/
.banner .slideBox {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
}

.banner .slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0px;
    right: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.banner .slideBox .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: none;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.banner .slideBox .hd li.on {
    background: rgba(255, 255, 255, 1);
}

.banner .slideBox .bd {
    position: relative;
    z-index: 0;
}

.banner .slideBox .bd li {
    position: relative;
    text-align: center;
}

.banner .slideBox .bd li img {
    background: url(../images/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 100%;
}

.banner .slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.banner .slideBox .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    background: url(../images/tm.png) repeat;
    color: #fff;
    text-align: left;
}


.sl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sl2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sl3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sl4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sl5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}



.hamburger {
    display: block;
    width: 40px;
    height: 30px;
    padding: 11px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 3%;

    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}



.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--slider .hamburger-inner {
    top: 8px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/**************首页******************/
.top_lan_ico {
    height: 30px;
    position: absolute;
    top: 53%;
    margin-top: -20px;
    right: 70px;
}

.top_search_ico {
    height: 30px;
    position: absolute;
    top: 55%;
    margin-top: -20px;
    right: 115px;
}

.j_hz{
    position: relative;
}

 
.hh_1_1{
    position: relative;
    width: 90%;
    margin:0 auto;
    height: 300px;
}
.hh_1_1 .zs_ms_textarea {
    width: 100%;
    height: 130px;
    border: #e1e1e1 1px solid;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    box-sizing: border-box;
}
.hh_1_1 .zs_ms_inp1 {
    width: 100%;
    height: 40px;
    border: #e1e1e1 1px solid;
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
    position: absolute;
    top: 140px;
    left: 0;
}

.hh_1_1 .zs_ms_bt1 {
    width: 100%;
    height: 40px;
    border: #1D4E69 1px solid;
    background: #1D4E69;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 250px;

}


/**********首页公司简介*************/
.gsjj{
    background: #e7ecf0;
    padding: 10px;
    margin: 0 5px; 
    /*padding-bottom: 20px;*/
    font-family: Microsoft JhengHei;
}
.ab_d1_txt{

}
.ab_d1_txt p{
    text-indent: 2em;
    line-height: 1.4;
    font-size: 12px;
    font-weight: 400;
    font-family: Microsoft JhengHei;
    text-align: justify;
}

.jj_t{
    
}
.n_title1{
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}
.n_title2{
    text-align: center;
    font-size: 15px;
    color: #a9a7a7;
    margin: 0 5px;
    margin-bottom: 5px;
}

/**********首页产品分类*****************/

.ny2 {
    height: auto;
    width: 100%;
    background-color: #e7ecf0;
}
.ny_text {
    font-size: 13px;
    /* font-weight: 600; */
    padding: 0px 5px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 35px);
    align-items: center;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.ny_text2 {
    font-size: 13px;
    /* font-weight: 600; */
    padding: 0px 5px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 35px);
    align-items: center;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.ny_text a{
    background: #00A5C1;
    border-radius: 5px;
    padding: 5px 10px;
}
.ny_text2 a{
    background: #1D4E69;
    border-radius: 5px;
    padding: 9px 10px;
}

.l_3{
    /*background: #00A5C1;*/
    /*padding: 5px 10px;*/
    color: #fff;
    /*font-size: 7px;*/
    font-size: 13px;
    /*border-radius: 5px;*/
}

.rightArrow{
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 0;
    height: 0;
    float: right;
    margin-top: 5px;
}
.itm-8{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

@media screen and (max-width: 375px) {
    .ny_text{
        grid-template-rows: repeat(5, 35px);
    }
    .itm-4{
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .itm-5{
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    .itm-8{
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    
}
@media screen and (max-width: 360px) {
    .ny_text{
        grid-template-rows: repeat(5, 35px);
    }
    .itm-4{
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .itm-5{
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    .itm-8{
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    
}
@media screen and (max-width: 320px) {
    .l_3{
        font-size: 12px;
    }
    .ny_text{
        grid-template-rows: repeat(5, 35px);
    }
    .itm-4{
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .itm-5{
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    .itm-8{
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
}
@media screen and (max-width: 280px) {
    .ny_text{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(7, 35px);
    }
    .ny_text2{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 35px);
    }
    .itm-4{
        grid-column-end: 2;
    }
    .itm-5{
        grid-column-end: 2;

    }
    .itm-8{
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
}

/**********首页售后服务****************/
.step-wrapper {
    padding-bottom: 0;
}
.page-box {
    padding: 0px 0 100px;
}

.box-container-fluid {
    width: 100%;
    width: 80%;
    margin: 0 auto;
    /*background: #f1f1f1;*/
    font-family: Microsoft JhengHei;
}

.step-wrapper .box-1 {
    /*margin-bottom: 100px;*/
}

.wrap {
    width: 85.79vw;
    max-width: 100%;
    margin: 0 auto;
}
/*body, h1, div, li, a, button, input, select, textarea {
    font-family: "微软雅黑", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}*/
* {
    box-sizing: border-box;
}
.step-wrapper .box-1 .prodtitle {
    font-weight: 700;
    margin-bottom: 50px;
}
.step-wrapper .box-1 .prodtitle {
    font-weight: 700;
    margin-bottom: 50px;
}
.prodtitle {
    color: #000;
    font-size: 34px;
    text-align: center;
    line-height: 1.2;
}
.step-wrapper .box-1 .swiper-slide {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 56px 0px 50px;
    background: #fff;
}
.step-wrapper .box-1 .swiper-slide .icon {
    width: 90px;
    margin: 0 auto;
}




.step-wrapper .box-1 .swiper-slide .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    color: #333;
    letter-spacing: 1px;
    margin: 35px auto;
}
.step-wrapper .box-1 .swiper-slide {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 56px 0px 50px;
}
.step-wrapper .box-1 .swiper-slide .name:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #1D4E69;
    margin: 15px auto 0;
}
.step-wrapper .box-1 .swiper-slide .desc {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.step-wrapper .box-1 .swiper-pagination {
    display: none;
}
@media screen and (max-width: 1440px) {
  .step-wrapper .box-1 .swiper-slide {
    padding-top: 40px;
  }
  .step-wrapper .box-1 .swiper-slide .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .step-wrapper .box-1 .swiper-slide {
    padding-top: 35px;
  }
  .step-wrapper .box-1 .swiper-slide .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page-nav-box {
    display: block;
  }
  .page-box {
    padding: 20px 0 50px;
  }
  .technical-wrapper .prodtitle {
    margin-bottom: 20px;
  }
  .technical-wrapper .list li {
    flex-flow: wrap;
    padding: 15px 15px 30px;
    margin-bottom: 15px;
  }
  .technical-wrapper .list li:nth-child(even) .pic {
    order: 0;
  }
  .technical-wrapper .list li:nth-child(even) .info {
    order: 1;
    padding-right: 0;
  }
  .technical-wrapper .list li:nth-child(odd) .info {
    padding-left: 0;
  }
  .technical-wrapper .list li .pic {
    width: 100%;
  }
  .technical-wrapper .list li .pic img {
    height: auto;
  }
  .technical-wrapper .list li .info {
    flex: 0 0 100%;
  }
  .technical-wrapper .list li .name {
    font-size: 18px;
    margin: 20px auto;
  }
  .technical-wrapper .list li .name:after {
    width: 40px;
    margin-top: 10px;
  }
  .technical-wrapper .list li .desc {
    line-height: 24px;
    display: block;
  }
  .honor-wrapper {
    padding-bottom: 35px;
  }
  .honor-wrapper .caption {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .honor-wrapper .caption .icon {
    width: 30px;
    height: 30px;
  }
  .honor-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .honor-wrapper .list ul li {
    width: 48%;
    margin-right: 0;
    height: 220px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .honor-wrapper .list ul li .pic {
    margin: 0 auto 20px;
  }
  .honor-wrapper .list ul li .year {
    font-size: 12px;
    margin-top: 10px;
  }
  .step-wrapper {
    padding-bottom: 0;
  }
  .step-wrapper .caption {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .step-wrapper .box-1 {
    /*margin-bottom: 30px;*/
  }
  .step-wrapper .box-1 .prodtitle {
    margin-bottom: 30px;
  }
  .step-wrapper .box-1 .swiper-slide {
    padding: 10px 15px ;
  }
  .step-wrapper .box-1 .swiper-slide .icon {
    width: 70px;
  }
  .step-wrapper .box-1 .swiper-slide .name {
    font-size: 16px;
    margin: 20px auto;
  }
  .step-wrapper .box-1 .swiper-slide .name:after {
    width: 20px;
    height: 2px;
    margin-top: 10px;
  }
  .step-wrapper .box-1 .swiper-slide .desc {
    line-height: 24px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .step-wrapper .box-1 .swiper-wrapper {
    padding-bottom: 10px;
  }
  .step-wrapper .box-1 .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .step-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #1D4E69;
  }
  .step-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1D4E69;
  }
}

/**********首页售后服务end****************/




/******首页--上传文档样式***********/
.j_hz #file_name{position: absolute;top: 190px;left: 82px;width: calc(100% - 84px);height: 46px;color: #757575;}
.j_hz #file_name2{position: absolute;top: 190px;left: 82px;width: calc(100% - 84px);height: 46px;color: #757575;}
.j_hz #file_name3{position: absolute;top: 190px;left: 82px;width: calc(100% - 84px);height: 46px;color: #757575;}
.j_hz #file_name4{position: absolute;top: 190px;left: 82px;width: calc(100% - 84px);height: 46px;color: #757575;}
.j_hz #file_name5{position: absolute;top: 190px;left: 82px;width: calc(100% - 84px);height: 46px;color: #757575;}
.j_hz #file_name6{position: absolute;top: 190px;left: 82px;width: calc(100% - 84px);height: 46px;color: #757575;}
.j_hz #file_name7{position: absolute;top: 190px;left: 82px;width: calc(100% - 84px);height: 46px;color: #757575;}
.j_hz #file_name8{position: absolute;top: 190px;left: 82px;width: calc(100% - 84px);height: 46px;color: #757575;}
.j_hz #file_name20{
    position: relative;
    top: -14px;
    left: 0;
    width: calc(100% - 45%);
    height: 46px;
    color: #757575;
    border: 1px solid #7d7d7d;
}
.j_hz #file_name21{
    position: relative;
    top: -14px;
    left: 0;
    width: calc(100% - 45%);
    height: 46px;
    color: #757575;
    border: 1px solid #7d7d7d;
}
.j_hz #file_name22{
    position: relative;
    top: -14px;
    left: 0;
    width: calc(100% - 45%);
    height: 46px;
    color: #757575;
    border: 1px solid #7d7d7d;
}

.j_hz a.input {
  width:80px; 
  height:49px; 
  line-height:46px; 
  background:#1D4E69; 
  text-align:center;
  display:inline-block;/*具有行内元素的视觉，块级元素的属性 宽高*/
  overflow:hidden;/*去掉的话，输入框也可以点击*/
  position:absolute;/*相对定位，为 #file 的绝对定位准备*/
  top: 190px; 
  left: 0; 
}

.j_hz a.input:hover {  background:#31b0d5;  color: #ffffff;}

.j_hz .pop4 a.input {
    width:42%; 
    height:31px; 
    line-height:46px;
    background:#1D4E69; 
    text-align:center;
    display:inline-block;/*具有行内元素的视觉，块级元素的属性 宽高*/
    overflow:hidden;/*去掉的话，输入框也可以点击*/
    position:relative;/*相对定位，为 #file 的绝对定位准备*/
    top: 5px; /*bottom:0px;*/
    left: 0px;
    /*padding-top: 9px;*/
}

.j_hz .pop4 a.input:hover {background:#31b0d5; color: #ffffff;}
.j_hz a{text-decoration:none;color:#FFF;}
.j_hz #document {width:100%;height: 46px;
    opacity:0;/*设置此控件透明度为零，即完全透明*/
    filter:alpha(opacity=0);/*设置此控件透明度为零，即完全透明针对IE*/
    /*font-size:100px;*/position:absolute;/*绝对定位，相对于 .input */
    top:0; left: 0;}
.j_hz #document2 {width:80px;height: 46px;opacity:0;filter:alpha(opacity=0);position:absolute; top:0;right:0;}
.j_hz #document3 {width:100%;height: 46px;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:0;}
.j_hz #document4 {width:80px;height: 46px;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;  right:0;}
.j_hz #document5 {width:80px;height: 46px;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;right:0;}
.j_hz #document6 {width:80px;height: 46px;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;right:0;}
.j_hz #document7 {width:80px;height: 46px;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;right:0;}
.j_hz #document8 {width:80px;height: 46px;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;right:0;}
.j_hz #license {width:100%;height: 46px;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;right:0;}
.j_hz #gsjj {width:100%;height: 46px;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;right:0;}
.j_hz #sccpjsfj {width:100%;height: 46px;opacity:0;filter:alpha(opacity=0);position:absolute;top:0;left:0;}


/*搜索*/
.i_p_search {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.83);
    display: none;
    z-index: 99;
}

.i_p_search .i_p_search_c {
    background: rgba(255, 255, 255, 0.58);
    height: 40px;
    border-radius: 10px;
}

.i_p_search .top_search_txt {
    float: left;
    width: 85%;
    height: 40px;
    line-height: 40px;
    border: 0;
    box-sizing: border-box;
    font-size: 14px;
    background: transparent;
    padding: 0 15px;
}

.i_p_search .top_search_bt {
    float: right;
    width: 15%;
    height: 40px;
    background: url(../images/search_bt.png) transparent center center no-repeat;
    background-size: 25px 25px;
    border: 0;
    box-sizing: border-box;
}


.i_p_nav li {
    float: left;
    width: 33.33%;
    border-left: #e5e5e5 1px solid;
    border-top: #e5e5e5 1px solid;
    padding: 10px 0;
    box-sizing: border-box;
}

.i_p_nav li:nth-child(1) {
    border-top: 0;
}

.i_p_nav li:nth-child(2) {
    border-top: 0;
}

.i_p_nav li:nth-child(3) {
    border-top: 0;
}

.i_p_nav li:nth-child(3n+1) {
    border-left: 0;
}

.i_p_nav li .ico {
    height: 40px;
}

.i_p_nav li .ico1 {
    background: url(../images/p_nav_ico1.png) center no-repeat;
}

.i_p_nav li .ico2 {
    background: url(../images/i_lb_ico2.png) center no-repeat;
}

.i_p_nav li .ico3 {
    background: url(../images/i_lb_ico3.png) center no-repeat;
}

.i_p_nav li .ico4 {
    background: url(../images/i_lb_ico4.png) center no-repeat;
}

.i_p_nav li .ico5 {
    background: url(../images/i_lb_ico5.png) center no-repeat;
}

.i_p_nav li .ico6 {
    background: url(../images/i_lb_ico6.png) center no-repeat;
}

.i_p_nav li .txt {
    font-size: 12px;
    color: #858585;
    line-height: 30px;
    text-align: center;
}

.i_p_nav{
    display: flex;
    flex-wrap: wrap;

}

.i_p_nav li .ico261 {background: url(../images/p_nav_ico2.png) center no-repeat;}
.i_p_nav li .ico262 {background: url(../images/p_nav_ico3.png) center no-repeat;}
.i_p_nav li .ico263 {background: url(../images/p_nav_ico4.png) center no-repeat;}
.i_p_nav li .ico264 {background: url(../images/p_nav_ico5.png) center no-repeat;}
.i_p_nav li .ico265 {background: url(../images/p_nav_ico6.png) center no-repeat;}
.i_p_nav li .ico266 {background: url(../images/p_nav_ico7.png) center no-repeat;}
.i_p_nav li .ico267 {background: url(../images/p_nav_ico8.png) center no-repeat;}
.i_p_nav li .ico268 {background: url(../images/p_nav_ico9.png) center no-repeat;}
.i_p_nav li .ico269 {background: url(../images/p_nav_ico10.png) center no-repeat;}
.i_p_nav li .ico2610 {background: url(../images/p_nav_ico11.png) center no-repeat;}
.i_p_nav li .ico2611 {background: url(../images/p_nav_ico12.png) center no-repeat;}


/*激光通信类*/
.i_p_nav li .icj1{ background: url(../images/icj1.png) center no-repeat;}
.i_p_nav li .icj251{ background: url(../images/icj2.png) center no-repeat;}
.i_p_nav li .icj252{ background: url(../images/icj3.png) center no-repeat;}
.i_p_nav li .icj253{ background: url(../images/icj4.png) center no-repeat;}
.i_p_nav li .icj254{ background: url(../images/icj5.png) center no-repeat;}
.i_p_nav li .icj255{ background: url(../images/icj6.png) center no-repeat;}
.i_p_nav li .icj256{ background: url(../images/icj7.png) center no-repeat;}
.i_p_nav li .icj257{ background: url(../images/icj8.png) center no-repeat;}
.i_p_nav li .icj258{ background: url(../images/icj9.png) center no-repeat;}
.i_p_nav li .icj259{ background: url(../images/icj10.png) center no-repeat;}
.i_p_nav li .icj2510{ background: url(../images/icj11.png) center no-repeat;}
.i_p_nav li .icj2511{ background: url(../images/icj12.png) center no-repeat;}
.i_p_nav li .icj2512{ background: url(../images/icj13.png) center no-repeat;}
.i_p_nav li .icj2513{ background: url(../images/icj14.png) center no-repeat;}
.i_p_nav li .icj2514{ background: url(../images/icj15.png) center no-repeat;}
.i_p_nav li .icj2515{ background: url(../images/icj16.png) center no-repeat;}
.i_p_nav li .icj2516{ background: url(../images/icj17.png) center no-repeat;}
.i_p_nav li .iii251{ background: url(../images/iii1.png) center no-repeat;}

.i_p_nav li.on .iii251,.i_p_nav li:hover .iii251{ background: url(../images/iii1_on.png) center no-repeat;}
.i_p_nav li.on .icj1,.i_p_nav li:hover .icj1{ background: url(../images/icj1_on.png) center no-repeat;}
.i_p_nav li.on .icj251,.i_p_nav li:hover .icj251{ background: url(../images/icj2_on.png) center no-repeat;}
.i_p_nav li.on .icj252,.i_p_nav li:hover .icj252{ background: url(../images/icj3_on.png) center no-repeat;}
.i_p_nav li.on .icj253,.i_p_nav li:hover .icj253{ background: url(../images/icj4_on.png) center no-repeat;}
.i_p_nav li.on .icj254,.i_p_nav li:hover .icj254{ background: url(../images/icj5_on.png) center no-repeat;}
.i_p_nav li.on .icj255,.i_p_nav li:hover .icj255{ background: url(../images/icj6_on.png) center no-repeat;}
.i_p_nav li.on .icj256,.i_p_nav li:hover .icj256{ background: url(../images/icj7_on.png) center no-repeat;}
.i_p_nav li.on .icj257,.i_p_nav li:hover .icj257{ background: url(../images/icj8_on.png) center no-repeat;}
.i_p_nav li.on .icj258,.i_p_nav li:hover .icj258{ background: url(../images/icj9_on.png) center no-repeat;}
.i_p_nav li.on .icj259,.i_p_nav li:hover .icj259{ background: url(../images/icj10_on.png) center no-repeat;}
.i_p_nav li.on .icj2510,.i_p_nav li:hover .icj2510{ background: url(../images/icj11_on.png) center no-repeat;}
.i_p_nav li.on .icj2511,.i_p_nav li:hover .icj2511{ background: url(../images/icj12_on.png) center no-repeat;}
.i_p_nav li.on .icj2512,.i_p_nav li:hover .icj2512{ background: url(../images/icj13_on.png) center no-repeat;}
.i_p_nav li.on .icj2513,.i_p_nav li:hover .icj2513{ background: url(../images/icj14_on.png) center no-repeat;}
.i_p_nav li.on .icj2514,.i_p_nav li:hover .icj2514{ background: url(../images/icj15_on.png) center no-repeat;}
.i_p_nav li.on .icj2515,.i_p_nav li:hover .icj2515{ background: url(../images/icj16_on.png) center no-repeat;}
.i_p_nav li.on .icj2516,.i_p_nav li:hover .icj2516{ background: url(../images/icj17_on.png) center no-repeat;}

/*激光非通信类*/
.i_p_nav li .icf1{ background: url(../images/icf1.png) center no-repeat;}
.i_p_nav li.on .icf1,.i_p_nav li:hover .icf1{ background: url(../images/icf1_on.png) center no-repeat;}


.i_p_nav li.on .ico1,.i_p_nav li:hover .ico1 {background: url(../images/p_nav_ico1_on.png) center no-repeat;}
.i_p_nav li.on .ico261,.i_p_nav li:hover .ico261 {background: url(../images/p_nav_ico2_on.png) center no-repeat;}
.i_p_nav li.on .ico262,.i_p_nav li:hover .ico262 {background: url(../images/p_nav_ico3_on.png) center no-repeat;}
.i_p_nav li.on .ico263,.i_p_nav li:hover .ico263 {background: url(../images/p_nav_ico4_on.png) center no-repeat;}
.i_p_nav li.on .ico264,.i_p_nav li:hover .ico264 {background: url(../images/p_nav_ico5_on.png) center no-repeat;}
.i_p_nav li.on .ico265,.i_p_nav li:hover .ico265 {background: url(../images/p_nav_ico6_on.png) center no-repeat;}
.i_p_nav li.on .ico266,.i_p_nav li:hover .ico266 {background: url(../images/p_nav_ico7_on.png) center no-repeat;}
.i_p_nav li.on .ico267,.i_p_nav li:hover .ico267 {background: url(../images/p_nav_ico8_on.png) center no-repeat;}
.i_p_nav li.on .ico268,.i_p_nav li:hover .ico268 {background: url(../images/p_nav_ico9_on.png) center no-repeat;}
.i_p_nav li.on .ico269,.i_p_nav li:hover .ico269 {background: url(../images/p_nav_ico10_on.png) center no-repeat;}
.i_p_nav li.on .ico2610,.i_p_nav li:hover .ico2610 {background: url(../images/p_nav_ico11_on.png) center no-repeat;}
.i_p_nav li.on .ico2611,.i_p_nav li:hover .ico2611 {background: url(../images/p_nav_ico12_on.png) center no-repeat;}



.i_p2 {
    background: #f1f1f1;
}

.i_p2_list1 li {
    float: left;
    margin-left: 2%;
    width: 49%;
    background: #fff;
}

.i_p2_list1 li:nth-child(1) {
    margin-left: 0;
}

.i_p2_list1 li img {
    display: block;
    width: 100%;
}

.i_p2_list1 li .txt1 {
    font-size: 12px;
    color: #414141;
    line-height: 30px;
    text-align: center;
}

.i_p2_list2 li {
    float: left;
    margin-left: 2%;
    width: 32%;
    background: #fff;
}

.i_p2_list2 li:nth-child(1) {
    margin-left: 0;
}

.i_p2_list2 li img {
    display: block;
    width: 100%;
}

.i_p2_list2 li .txt1 {
    font-size: 12px;
    color: #414141;
    line-height: 30px;
    text-align: center;
}
/*首页地图*/
.i_bk {
    background: url(../images/ck_bg.jpg) center no-repeat;
    background-size: 100% 100%;
    /*height: 32vh;*/
}

.i_fw {
    background: url(../images/i_fw_bg.jpg) center no-repeat;
    background-size: cover;
}

.i_fw .title1 {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 20px;
    text-align: center;
}

.i_fw .title2 {
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
    padding-top: 10px;
    text-align: center;
}

.i_fw_list {}

.i_fw_list li {
    float: left;
    width: 33.33%;
}

.i_fw_list li .ico_c {
    width: 50px;
    height: 50px;
    border: #ffffff 1px solid;
    padding: 8px;
    border-radius: 50%;
    margin: 0 auto;
}

.i_fw_list li .ico_c .ico {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.i_fw_list li .ico_c .ico1 {
    background: url(../images/i_fw_ico1.png) #ffffff center no-repeat;
    background-size: auto 20px;
}

.i_fw_list li .ico_c .ico2 {
    background: url(../images/i_fw_ico2.png) #ffffff center no-repeat;
    background-size: auto 20px;
}

.i_fw_list li .ico_c .ico3 {
    background: url(../images/i_fw_ico3.png) #ffffff center no-repeat;
    background-size: auto 20px;
}

.i_fw_list li .txt {
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
    padding-top: 10px;
    text-align: center;
}

/*
.i_fw_list li:hover .ico_c{ border:#2061b0 1px solid;}
.i_fw_list li:hover .ico_c .ico1{ background:url(../images/i_fw_ico1_on.png) #2061b0 center no-repeat;}
.i_fw_list li:hover .ico_c .ico2{ background:url(../images/i_fw_ico2_on.png) #2061b0 center no-repeat;}
.i_fw_list li:hover .ico_c .ico3{ background:url(../images/i_fw_ico3_on.png) #2061b0 center no-repeat;}
*/

.i_news_title1 {
    font-size: 14px;
    color: #444444;
    line-height: 25px;
    text-align: center;
}

.i_news_title2 {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}

.i_news_hr {
    width: 84px;
    height: 2px;
    background: #1D4E69;
    margin: 0 auto;
    margin-top: 5px;
}

.i_news_list li {
    border-bottom: #acacac 1px dashed;
    padding: 10px 3%;
}

.i_news_list li .i_news_img {
    float: left;
    width: 35%;
}

.i_news_list li .txt {
    float: right;
    width: 63%;
}

.i_news_list li .txt .txt1 {
    font-size: 14px;
    color: #000000;
    line-height: 25px;
}

.i_news_list li .txt .txt2 {
    font-size: 12px;
    color: #747474;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
/*手机底部*/
.footer {
    /*background: #333333;*/
    background: #e7ecf0;
    padding: 10px 3%;
}

/*.footer .footer_txt1 {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
}

.footer .footer_txt1 a {
    color: #fff;
    margin: 0 10px;
}

.footer .footer_txt2 {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
}

.footer .footer_txt2 a {
    color: #fff;
    margin: 0 10px;
}*/

/****************置顶*******************/
.icon-zhiding{
    width: 40px;
    /*font-size: 50px;*/
    /*color: rgb(18,150,219);*/
    position: fixed;
    bottom: 240px;
    right: 25px;
    cursor: pointer;
    display: none;
    z-index: 99;
}

/***************底部新样式**************/

.footer {
    background: #e7ecf0;
    background: #1D4E69;
}

.footer .footer_txt2{
    color: #000;
    color: #fff;
    display: grid;
    /*grid-template-rows: repeat(7, 30px);*/
    grid-template-rows: 30px 25px 25px 25px  45px;
    grid-template-columns: 4fr 1fr;
    grid-auto-flow: column;
    font-size: 12px;
}

.item-1{
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
}
.item-2{
    align-self: center;
}

.item-6{
    /*width: 50px;*/
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 6;
    line-height: 1.4;
    text-align: center;
    align-self: center;
}
.item-6 img{
    width: 80px;
    
}
.item-7{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    font-size: 12px;
    text-align: center;
    align-self: center;
    line-height: 1.5;
}

.lximg {
    width: 20px;
    height: 20px;
    display: inline;
    margin-right: 5px;
    position: relative;
    top: 5px; 
}
@media screen and (max-width: 540px) {
    .footer {
        padding: 10px 12%;
    }
}
@media screen and (max-width: 414px) {
    .footer {
        padding: 10px 7%;
    }
}
@media screen and (max-width: 375px) {
    .footer {
        padding: 10px 5%;
    }
}
@media screen and (max-width: 360px) {
    .footer {
        padding: 10px 3%;
    }
}

@media screen and (max-width: 320px) {
    .footer {
        padding: 10px 3%;
    }
    .footer .footer_txt2{
        /*color: #000;*/
        display: grid;
        grid-template-rows: 30px 25px 25px 45px 25px 45px;
        grid-template-columns: 3fr 1fr;
        grid-auto-flow: column;
        font-size: 12px;
    }
    .item-1{
        font-size: 14px;
        
    }
    .item-4{
        align-self: center;
        line-height: 1.5;
    }

}

/***************底部新样式**************/


.footer .footer2_ewm{ display: flex;justify-content: center; }
.footer .footer2_ewm .txt{ text-align:center; line-height:30px; font-size:14px; color:#adadad;}
.footer .footer2_ewm .ewm_tb{
    display: flex;
    width: 180px;
    justify-content: space-between;
 }
.footer .footer2_ewm .ewm_tb img{border-radius: 2px;z-index: 20;}

/*底部微信二维码*/
.reveal-modal-bg { 
    position: fixed; 
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0; 
    }

.reveal-modal {
    visibility: hidden;
    top: 100px; 
    left: 50%;
    margin-left: -240px;
    width: 400px;
    background: #eee url(../images/modal-gloss.png) no-repeat -200px -80px;
    position: fixed;
    z-index: 99999;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    }
    
.reveal-modal.small         { width: 200px; margin-left: -140px;}
.reveal-modal.medium        { width: 400px; margin-left: -240px;}
.reveal-modal.large         { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge        { width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
    } 







/*关于我们*/
.n_banner img {
    display: block;
    width: 100%;
}

/*新闻列表*/
.n_nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.n_nav a {
    float: left;
    display: block;
    width: 21%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #585858;
    margin: 0 2%;
    position: relative;
}

.n_nav a:after {
    content: "";
    width: 00%;
    height: 3px;
    background: #1D4E69;
    position: absolute;
    left: 0;
    bottom: 0%;
    transition: all 0.3s
}

.n_nav a:hover:after {
    width: 100%;
    left: 0
}

.n_nav a.on:after {
    width: 100%;
    left: 0
}

.bg1 {
    background: #f9f9f9;
}

/*新闻详情页*/
.vd{width: 100%;height: auto;margin: 0 auto;}

.i_hr {
    height: 10px;
    background: #f0f0f0;
}

.newsinfo {
    padding: 10px;
    background: #fff;
    margin: 20px 0 20px 0;
}

.newsinfo .h1 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.newsinfo .news_i_title2 {
    font-size: 12px;
    color: #a6a6a6;
    line-height: 25px;
    text-align: center;
    border-bottom: #d1d1d1 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.page_box {
    padding: 15px 0;
    background: #eeeeee
}

.page_box li {
    float: left;
    width: 30%;
    margin-right: 5%;
    text-align: center;
    background: #fff;
    line-height: 30px;
}

.page_box li:nth-child(3) {
    margin-right: 0
}

/*产品列表页*/

/**********产品主页*****************/

.ny3 {
    height: auto;
    width: 100%;
    /*background-color: #e7ecf0;*/
}
.ny3 .ny_text {
    font-size: 13px;
    /* font-weight: 600; */
    padding: 0px 7px 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 22px;
    margin-top:15px;
   
    
}

.ny3 .ny_text2 {
    font-size: 13px;
    /* font-weight: 600; */
    padding: 0px 7px 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    
}

.ny3 .ny_text a{
    /*background: #00A5C1;*/
    background: #1D4E69;
    border-radius: 5px;
    padding: 15px 10px;
    /*width: 98%;*/
    /*margin-bottom: 3px;*/
}
.ny3 .ny_text2 a{
    /*background: #00A5C1;*/
    background: #e7ecf0;
    border-radius: 5px;
    padding: 9px 10px;
    /*width: 98%;*/
    /*margin-bottom: 3px;*/
}

.ny3 .l_3{
    color: #fff;
    /*color: #000;*/
    font-size: 14px;
    padding-left: 16px;
}

.ny3 .rightArrow{
    border-left: 5px solid #fff;
    /*border-left: 5px solid #737373;*/
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 0;
    height: 0;
    float: right;
    margin-top: 5px;
}
/*************************************************/

.product_list li {
    float: left;
    width: 49%;
    background: #fff;
    margin-left: 2%;
    margin-top: 20px;
}

.product_list li:nth-child(2n+1) {
    margin-left: 0;
}

.product_list li .img {
    width: 100%;
    height: 3.0rem;
    line-height: 3.0rem;
    text-align: center;
}

.product_list li .img img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-height: 80% !important;
    vertical-align: middle;
    max-width: 90% !important;
    display: inline-block;
    margin: 0 auto;
    transition: 0.3s linear 0s;
}

.product_list li .txt {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 35px;
    text-align: center;
}

/*产品列表页样式*/
.alist>ul>li>ul>li>ul>li>a{ display: block;font-size: 18px;padding: 24px;color: #fff;}
.alist>ul>li>ul>li>ul>li{width: 82%;height: auto;margin: 20px 0 20px 25px;padding: 10px;padding-left: 17px;background: #00a3bf;box-shadow: 4px 7px 8px #ccc;border-radius: 11px;}
/*右边第一个样式*/
.alist>ul>li>ul>li:nth-child(2) >ul>li:nth-child(1)>a{font-size: 13px;padding: 15px;line-height: 30px;letter-spacing: 4px;/*width: 425px;*/}
 /*第一层修饰*/
.alist ul { width: 100%;}
.alist ul li {display: block;}
.alist>ul>li>a{font-size: 20px;line-height: 20px;margin: 10px;display: none;}
.alist ul li a:hover,.alist ul li .thisclass{}

/*第二层修饰*/
.alist ul li ul{}
.alist>ul>li>ul:only-of-type{/*position: relative;left: 0;top: 0;*/ width: 100%;/*height: 1100px;*/background: #fff;
    box-shadow: 0px 0px 20px #ccc;padding: 6px 0;}
.alist ul li ul li{display: block;}
/*.alist>ul>li>ul>li:nth-child(1){display: block;position: absolute;left: 0;width: 50%;}*/
/*.alist>ul>li>ul>li:nth-last-child(1) {display: block;position: absolute;left: 50%;width: 50%;height: 400px;}*/
.alist>ul>li>ul>li>a{font-size: 20px;margin: 0 0 0 27px;display: block;color: #000;}
.alist ul li ul li a:hover,.alist ul li ul li  .thisclass{}

/*第三层修饰*/
.alist ul li ul li ul{clear: both}
/*产品列表页样式*/
.alist>ul>li>ul>li>ul>li:hover ul {
    /*display: block;*/
    animation: fadeIn2 0.2s;
}
.alist>ul>li>ul>li>ul>li:hover ul {
    /*display: block;*/
    animation: fadeIn2 0.2s;
}
.alist>ul>li>ul>li>ul>li:nth-child(6) :hover ul {
    margin-top: -200px; 
    animation: fadeIn2 0.2s;
}
.alist ul li ul li ul li a:hover,.alist ul li ul li ul li  .thisclass{}

/*第四层修饰*/
.alist>ul>li>ul>li>ul>li>ul{ 
    border-right: 1px solid rgba(120,130,150,.2);
    box-shadow: 0 0 10px rgba(120,130,150,.1);
    background: #F6F7F8;
    left: 38%;
    /*width: 450px;*/
    width: 59%;
    position: absolute;
    display: none;
    transition: 0.2s;
    border-radius: 10px;
    padding: 0px;
}
.alist ul li ul li ul li ul li{display: block;padding: 10px;overflow: hidden;}
.alist ul li ul li ul li ul li:first-child{border-radius: 10px 10px 0 0;}
.alist ul li ul li ul li ul li:last-child{border-radius: 0 0 10px 10px;}
.alist ul li ul li ul li ul li:only-child{border-radius: 10px;}
.alist ul li ul li ul li ul li:nth-child(2n-1){display: block;background-color: #e2e1e1;}
.alist ul li ul li ul li ul li a{display: block;font-size:18px;color: #00a3bf;line-height: 24px;}
.alist ul li ul li ul li ul li:nth-child(2n-1) a{color: #636463;}
.alist ul li ul li ul li ul li a:hover,.alist ul li ul li ul li ul li  .thisclass{}




/*******产品总目录*******/
.menu_lists{
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr;
    /*grid-template-rows: auto 796px 435px 210px 350px;*/
    /*justify-items: center;*/
}
.menu_lists>li{
    /*width: 450px;*/
    /*width: 25vw;*/
    /*margin-right: 46px;*/
    /*float: left;*/
    overflow: hidden;
}
.menu_lists>li>a{
    background: #00a5c1;
    padding-left: 15px;
    color: #fff;
    width: 100%;
    display: block;
    margin: 10px 0;
}

.class2{}
.class2>li{margin-top: 15px;}
.class2>li>a{ 
    background: #ccc;
    padding-left: 15px;
    font-weight: 600;
    color: #000;
    width: 100%;
    display: block;
}

.class3{background: #fff; margin: 5px 0;}
.class3>li{}
.class3>li>a{padding-left: 15px;display: block;}





/*******产品总目录*******/



/*.product_list li:hover{ box-shadow:0px 0px 20px #ccc;}*/

/*产品详情页*/
.p_i_bt {
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    font-size: 21px;
    /*font-size: 2em;*/
    font-weight: 600;
    /*color: #444444;*/
    color: #1D4E69;
    /*border-bottom:#dcdcdc 1px solid;*/
}
.p_i_b{ display:flex; flex-wrap: wrap;justify-content:flex-start;margin:0 3%;}
.p_i_b .p_i_lx1,.p_i_lx2 {
    display: block;
    text-align: center;
    background: #ddd;
    border: 1px solid #505050;
    font-size: 16px;
    /*color: #ffffff;*/
    padding: 3px 20px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 10px;
    font-weight: 600;
}

.xqy{
    padding-right: 5%;
    padding-left: 5%;
    max-width: 1155px;
    margin: 0 auto;
}

.xq_content div{
    text-align: left;
}

.p_i_bt_1{
    /*line-height: 40px;*/
    /*padding: 10px 0;*/
    /*text-align: center;*/
    font-size: 15px;
    /*font-size: 1.5em;*/
    font-weight: 600;
    /*color: #444444;*/
    color: #1D4E69;

}

.p_i_img {
    background: #fff;
    width: 100%;
    height: 5.5rem;
    line-height: 5.5rem;
    text-align: center;
    border: #dcdcdc 1px solid;
    box-sizing: border-box;
}

.p_i_img img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-height: 80% !important;
    vertical-align: middle;
    max-width: 90% !important;
    display: inline-block;
    margin: 0 auto;
    transition: 0.3s linear 0s;
}

.p_i_txt .txt1 {
    font-size: 15px;
    /*color: #9c9c9c;*/
    color: #000;
    line-height: 25px;
    font-weight: 600;
}

.p_i_txt .title2 {
    padding-top: 5px;
    font-size: 16px;
    color: #454545;
    line-height: 30px;
}

.p_i_txt .txt2 {
    font-size: 14px;
    color: #9c9c9c;
    line-height: 25px;
}


.p_i_title {
    background: #f0f1f1;
    width: 100%;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
}

.p_i_title li {
    /*float: left;*/
    border-top: #f0f1f1 2px solid;
    border-right: #e4e5e5 1px solid;
    /*width: 12.2%;*/
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    padding: 0 10px;
}

.p_i_title li.on {
    border-top: #00a3bf 2px solid;
    border-right: #e4e5e5 1px solid;
    background: #fff;
}

.p_i_box {
    padding: 0px 3%;
    background: #fff;
    /*overflow: hidden;*/
}

.p_i_box1 {
    padding: 20px 3%;
    background: #fff;
}

.p_i_box2 {
    padding: 20px 3%;
    background: #fff;
}

.p_i_box3 {
    padding: 20px 3%;
    background: #fff;
}

.p_i_box4 {
    padding: 20px 0;
    background: #fff;
    overflow-x: auto;
    width: 100%;
}
.p_i_box4 td{
    /*word-wrap:break-word*/
}

.p_i_box5 {
    padding: 20px 3%;
    background: #fff;
}

.p_i_box6 {
    padding: 20px 0;
    background: #fff;
    overflow-x: auto;
    width: 100%;
}
.p_i_box6 td{
    /*word-wrap:break-word*/
}

.p_i_box7 {
    padding: 20px 3%;
    background: #fff;
}

.p_i_box8 {
    padding: 20px 3%;
    background: #fff;
}

.p_i_box table {
    border-color: #ccc;
    
}

.p_i_box table tr.title td {
    text-align: center;
    background: #60b1e3 !important;
    color: #fff;
    padding: 10px 0;
    line-height: 20px;
}

.p_i_box table tr td {
    text-align: center;
    height: 40px;
}

.p_i_box table tr:nth-child(2n+1) td {
    background: #e7e7e7;
}


/*解决方案*/
.case_list li {
    float: left;
    width: 49%;
    background: #f0f0f0;
    position: relative;
    margin-left: 2%;
    margin-bottom: 20px;
}

.case_list li:nth-child(2n+1) {
    margin-left: 0;
}

.case_list li img {
    display: block;
    width: 100%;
}

.case_list li .txt {
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 30px;
    font-size: 14px;
    color: #505050;
}

.case_list li .ico {
    position: absolute;
    right: 5px;
    bottom: 8px;
    width: 14px;
    border: #555555 1px solid;
    border-radius: 50%;
    padding-left: 6px;
    line-height: 20px;
    font-size: 18px;
    color: #505050;
}
.bk {
    /*background-color: #f3f3f3;*/
    margin: 2%;
    border-radius: 9px;
    float: left;
    width: 97%;
}
.p_nav{ 
    background: #fff;
    box-shadow: 0px 0px 20px #ccc;
    border-radius: 15px;
}
.p_nav li{
    display: block;
    margin: 2%;
    float: left;
    width: 96.5%;
    height: 47px;
    border: #30b3cc 1px solid;
    background-color: #30b3cc;
    border-radius: 8px;
}
.p_nav li .txt{ 
    padding-top: 10px;
    padding-left: 3%;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.p_nav .p_l_1{     
    display: block;
    display: flex;
    /* float: left; */
    flex-wrap: wrap;
    justify-content: left;
    width: 96.5%;
    /* border: #000 1px solid; */
    margin: 0 auto;  
}
.p_nav .p_l_12 a{
    color: #000;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s; 
    -ms-transition: color .2s;
    transition: color .2s;
}
.p_nav .p_l_12 a:hover{
    color: #00A3BF;
}
.p_nav .p_l_12{
    display: block;
    width: 100%;
    /* border: #000 1px solid; */
    /* margin: 0 auto; */
    /*margin-left: 2%;*/
    margin-bottom: 10px;
    font-size: 12px;
    padding: 5px;
    padding-left: 10px;
    line-height: 1.5;
    /*font-weight: bold;*/
    font-family: Microsoft JhengHei;
    background: #e7ecf0;
    border-radius: 5px;
}



/*招商加盟*/
.zs_d1_txt {
    line-height: 25px;
    text-align: center;
}

.zs_d1_list {
    width: 100%;
}

.zs_d1_list li {
    float: left;
    width: 49%;
    background: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 2%;
    margin-bottom: 20px;
}

.zs_d1_list li:nth-child(2n+1) {
    margin-left: 0;
}

.zs_d1_list li .ico {
    height: 68px;
    width: 68px;
    border: #c9c9c9 1px solid;
    border-radius: 50%;
    margin: 0 auto;
}

.zs_d1_list li .ico1 {
    background: url(../images/zs_d1_ico1.png) center no-repeat;
}

.zs_d1_list li .ico2 {
    background: url(../images/zs_d1_ico2.png) center no-repeat;
}

.zs_d1_list li .ico3 {
    background: url(../images/zs_d1_ico3.png) center no-repeat;
}

.zs_d1_list li .ico4 {
    background: url(../images/zs_d1_ico4.png) center no-repeat;
}

.zs_d1_list li .txt {
    margin-top: 12px;
    line-height: 25px;
    font-size: 14px;
    color: #565656;
    text-align: center;
}

.zs_d1_list li:hover {
    background: #1e60b0;
}

.zs_d1_list li:hover .ico {
    border: #fff 1px solid;
}

.zs_d1_list li:hover .ico1 {
    background: url(../images/zs_d1_ico1_on.png) center no-repeat;
}

.zs_d1_list li:hover .ico2 {
    background: url(../images/zs_d1_ico2_on.png) center no-repeat;
}

.zs_d1_list li:hover .ico3 {
    background: url(../images/zs_d1_ico3_on.png) center no-repeat;
}

.zs_d1_list li:hover .ico4 {
    background: url(../images/zs_d1_ico4_on.png) center no-repeat;
}

.zs_d1_list li:hover .txt {
    color: #fff;
}

.zs_d7_c {}

.zs_d7_c .zs_ms {
    width: 94%;
    margin: 0 auto;
}

.zs_d7_c .zs_ms .zs_ms_inp1 {
    width: 100%;
    height: 40px;
    border: #e1e1e1 1px solid;
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
}

#span_nativeplace select,
#span_nativeplace_son select,
#span_nativeplace_sec select {
    width: 49%;
    height: 40px;
    border: #e1e1e1 1px solid;
    padding: 0 10px;
    font-size: 14px;
    margin: 5px 0;
}

.zs_d7_c .zs_ms .zs_ms_txt1 {
    float: left;
    /*width: 65px;*/
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
    font-size: 14px;
}

.zs_d7_c .zs_ms .xingbie {
    float: left;
    width: 60px;
    height: 40px;
    line-height: 40px;
    border: #e1e1e1 1px solid;
    text-align: center;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer
}

.zs_d7_c .zs_ms .on {
    border: #00a3bf 1px solid;
}

.zs_d7_c .zs_ms .zs_ms_textarea {
    width: 100%;
    height: 60px;
    border: #e1e1e1 1px solid;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    box-sizing: border-box;
}

.zs_d7_c .zs_ms .zs_ms_bt1 {
    width: 100%;
    height: 40px;
    border: #1D4E69 1px solid;
    background: #1D4E69;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.zs_d7_c .zs_ms_r {
    float: right;
    width: 473px;
    border-left: #dedede 1px solid;
    height: 480px;
    padding-left: 60px;
}

.zs_d7_c .zs_ms_r .title1 {
    font-size: 30px;
    color: #1e60b0;
    line-height: 40px;
    font-weight: bold;
    padding-top: 35px;
}

.zs_d7_c .zs_ms_r .title2 {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 25px;
    font-weight: bold;
}

.zs_d7_c .zs_ms_r .txt1 {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    padding-top: 40px;
}

.zs_d7_c .zs_ms_r .txt1 span {
    font-size: 24px;
    color: #1e60b0;
    font-weight: bold;
}

/*联系我们*/
.lx_title {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 60px;
    font-weight: bold;
}


/*解决方案列表*/
/*.bk1 {
    background-color: #f3f3f3;
    margin: 2%;
    border-radius: 9px;
    float: left;
    width: 97%;
    height: 115px;
}*/
.bk1 {
    background-color: #f3f3f3;
    /* margin-bottom: 2%; */
    /* border-radius: 9px; */
    float: left;
    width: 99%;
    height: 72px;
}

/*.p_nav_1 li{
    display: block;
    margin: 20px 2% 25px;
    float: left;
    width: 95.5%;
    height: 47px;
    border: #30b3cc 1px solid;
    background-color: #30b3cc;
    border-radius: 8px;
}*/
.p_nav_1 li{
    display: block;
    float: left;
    width: 100%;
    height: 35px;
    border: #30b3cc 1px solid;
    background-color: #30b3cc;
}

/*.p_nav_1 li .txt {
    padding-top: 10px;
    padding-left: 20px;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    width: 380px;
    display: block;
}*/
.p_nav_1 li .txt {
    padding-top: 5px;
    padding-left: 20px;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    /*width: 380px;*/
    display: block;
}

/*.p_nav_1 .p_l_2{
    display: inherit;
    padding-top: 10px;
    margin:10px 0;
}*/
.p_nav_1 .p_l_2{
    display: inherit;
    padding-top: 5px;
    margin:3px 0;
}

.p_nav_1 .p_l_13{
    display: inline-table;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    margin-left: 2%;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    background: #dfdfdf;
}

.p_nav_1 .on{
    background: #e2802d;
    color: #fff;
}


/************下载中心样式******************/
/****base.css*******/

.j_d a {
    padding:5px;
    color: #fff;
    background-color: #1D4E69;
    /*margin-right: 58px;*/
    border-radius: 5px;
    /*font-weight: 600;*/
}


/*基础*/
.lf{float:left}
.lr{float:right}
[transition="5s"], [imgsalc] img{transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s ease 0s}
[imgsalc]{overflow:hidden}
.boxflex{display: -webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-box-flex:wrap;-ms-flex-wrap:wrap}
.flex{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.alert{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.5);z-index:19;display:none}
.alert .bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20;display:none}
.alert.cur{display:block}
/****base.css*******/




/*.serprocess{padding:114px 0 126px}*/
.serprocess{padding:0px}
.serprocess .bigtitle{color:#000;font-size:30px;font-weight: 600; text-align:center}
.serprocess .smailtitle{color:#00A5C1;font-size:24px;font-weight: 600; text-align:center;margin-top: 20px;}
.serprocess .smailtitle2{color:#fff;background: #00A5C1; font-size:17px;/*font-weight: 600;*/ text-align:center;/*width: 85%;*/ margin: 15px 20px 8px;}
.serprocess .serpronav{margin-top:20px;text-align:center;display: flex;flex-direction: row;justify-content: space-between;margin: 0 20px;}
.serprocess .serpronavlist{color:#666;font-size:13px;margin:0 3px;display:inline-block;border-bottom:2px solid transparent;padding-bottom: 8px;}
.serprocess .serpronavlist.cur,
.serprocess .serpronavlist:hover{color:#1D4E69;border-color: #1D4E69}




.serpolicyitems, .downloaditems, .downviditems{margin:20px 5px 50px;}
.serpolicyitems .recruititem .top .name{}
.serpolicyitems .recruititem .top .other{margin-top:16px;line-height:22px;overflow:hidden;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s}
.serpolicyitems .recruititem.cur2 .top .other{max-height:22px !important}
.serpolicyitems .recruititem .top .topleft{width:68.85vw}
.serpolicy{padding:114px 0 100px}
/*.downloaditem{width:49.3%;margin-right:1.4%;margin-bottom:20px}*/
.downloaditem{width:100%;/*margin-right:1.4%;*/margin-bottom:20px}
.downloaditem:nth-of-type(2n){margin-right:0}
.downloaditem .downitemleft{width:calc(100% - 79px);background-color:#e7ecf0;padding:10px 10px;;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s}
.downloaditem .downitemleft .name{color:#000;word-break:break-all;font-size:12px;font-weight: 600;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s}
.downloaditem .downitemleft .other{/*margin-top:4px;*/color:#666;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s;line-height: 0;display: none;}
.downloaditem .downitemright{width:79px;background-color:#cad5de;background-image:url(../images/downicon.png);background-repeat:no-repeat;background-position:center center;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s}
.downloaditem:hover .downitemleft{background-color:#1D4E69}
.downloaditem:hover .downitemright{background-color:#061823;background-image:url(../images/downicon_cur.png)}
.downloaditem:hover .downitemleft .name,
.downloaditem:hover .downitemleft .other{color:#fff}

/*解决方案*/
.downloaditem .downitem{width:100%;background-color:#e7ecf0;padding:10px 60px;;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s}
.downloaditem .downitem .name{color:#000;word-break:break-all;font-size:15px;font-weight: 600;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s}
.downloaditem .downitem .other{/*margin-top:4px;*/color:#666;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s;line-height: 0;display: none;}
.downloaditem:hover .downitem{background-color:#00A5C1;background-color:#0C5474}
.downloaditem:hover .downitem .name,
.downloaditem:hover .downitem .other{color:#fff}

/*************下载end*********************/





/***********************************/
/*技术服务平台*/
/***********************************/
.z_title{
    font-size: 18px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 5px;

}
.z_hr{
    margin: 0 auto;
    width: 90%;
    font-size: 15px;
    color: #2b2b2b;
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding: 8px;
    border: 1px solid #ddd;*/
}
.z_hr p{
    /*首行缩进*/
    /*text-indent: 2em;*/
}

.hr{
    width: 71px;
    height: 3px;
    background: #1D4E69;
    margin-left: 5%;
    margin-bottom: 10px;
}

/***********************************/
/*合作交互平台*/
/***********************************/
.h_title{
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    color: #da8d56;
    padding-top: 5px;
    padding-bottom: 5px;
}
.wh_con{
    /*width: 90%;*/
    /*margin:0 auto;*/
    margin:0 5px;
    /*height: 300px;*/
    /*overflow: auto;*/
    /*overflow-y: auto;*/
    padding: 20px;
    margin-bottom: 15px;
    /*border: 1px solid #ddd;*/
    background: #e7ecf0;
    text-align: justify;
    font-size: 12px;
}

.wh_con p{
    text-indent: 2em;
}

/****供应商导入******/
/*****弹出条款*******/
.pop {display: none; width: 80%;min-height: 470px; max-height: 750px; height: 500px;position: fixed; top: 0;left: 0; bottom: 0; right: 0; margin: auto;padding: 10px; z-index: 130; border-radius: 8px; background-color: #fff; box-shadow: 0 3px 18px rgba(0, 0, 0, .5);}
.pop1 {display: none; width: 80%;min-height: 470px; max-height: 750px; height: 500px;position: fixed; top: 0;left: 0; bottom: 0; right: 0; margin: auto;padding: 10px; z-index: 130; border-radius: 8px; background-color: #fff; box-shadow: 0 3px 18px rgba(0, 0, 0, .5);}
.pop2 {display: none; width: 80%;min-height: 470px; max-height: 750px; height: 500px;position: fixed; top: 0;left: 0; bottom: 0; right: 0; margin: auto;padding: 10px; z-index: 130; border-radius: 8px; background-color: #fff; box-shadow: 0 3px 18px rgba(0, 0, 0, .5);}
.pop3 {display: none; width: 80%;min-height: 470px; max-height: 750px; height: 500px;position: fixed; top: 0;left: 0; bottom: 0; right: 0; margin: auto;padding: 10px; z-index: 130; border-radius: 8px; background-color: #fff; box-shadow: 0 3px 18px rgba(0, 0, 0, .5);}
.pop4 {display: none; width: 80%;min-height: 470px; max-height: 750px; height: 500px;position: fixed; top: 0px;left: 0; bottom: 0; right: 0; margin: auto;padding: 10px; z-index: 130; border-radius: 8px; background-color: #fff; box-shadow: 0 3px 18px rgba(0, 0, 0, .5);}
.pop-top {height: 32px;width: 100%;border-bottom: 1px #E5E5E5 solid;}
.pop-top h2 {float: left;display: black;font-size: 22px;}
.pop4 .pop-top h2 {float: left;display: black;font-size: 20px;}
.pop-top span {float: right;cursor: pointer;font-weight: bold;display: black}
.pop-foot {height: 40px;line-height: 40px;width: 100%;border-top: 1px #E5E5E5 solid;text-align: right;}
.pop-cancel,
.pop-ok {padding: 5px 15px;border: none;border-radius: 5px;background-color: #337AB7;color: #fff;cursor: pointer;}
.pop-cancel {background-color: #FFF;border: 1px #CECECE solid;color: #000;height: 28px;}
.pop-content {height: 436px; overflow-y: auto;}
.pop4 .pop-content {height: 436px; overflow-y: auto;margin:0 auto;}
.pop-content-left { float: left;}
.pop-content-right { width: 96%; float: left;padding-top: 5px;padding-left: 5px; font-size: 15px;/*line-height: 35px;*/text-align: justify;}
.bgPop {display: none;position: fixed;/*position: absolute;*/z-index: 129;left: 0;top: 0; width: 100%;height: 100%;background: rgba(0, 0, 0, .2);}
/*供应商入驻表单*/
.zs_ms_inp1{
    width:98%;
    height: 34px;
    margin: 5px auto;
}

.zs_ms_bt1{
    width: 100%;
    height: 40px;
    border: #1D4E69 1px solid;
    background: #1D4E69;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    /*position: absolute;
    top: 250px;*/
}





/*关于我们*/
/****************************************************/
/*资质认证tabs样式*/
/****************************************************/
.w1200 {
    /*width: 1200px;*/
    margin: 0 auto;
    position: relative;
}
.case_box {
    /*background: url(../images/case_bg.jpg) no-repeat center top;*/
    /*height: 934px;*/
}
.case_box>h3 {
    /*color: #081232;
    font-weight: normal;
    font-size: 42px;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;*/
}
.case_box .category>ul {
    /*padding-left: 50px;*/
    padding-bottom: 10px;
    display: block;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.case_box .category>ul>li {
    float: left;
    font-size: 13px;
    text-align: center;
    /* width: 215px; */
    /* height: 58px; */
    line-height: 22px;
    color: #939aac;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 4%;
    
}
.case_box .category>ul>li.active {
    color: #fff;
    background: #1D4E69;
}
.case_box .content1 {
    /*padding-left: 50px;*/
}
.case_box .content1>.cont {
    /*height: 650px;*/
    display: none;
}
.case_box .content1>.cont.active {
    display: block;
    
}

/********************************************************/
/**
/**资质认证轮播样式
/**
/********************************************************/


/**必要布局样式css */
iframe{ margin: 0px; width: 100%; border-width: 0px; border-style: none; }
/*第一个样式*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}
.swiper-container1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    /*width: 10%;*/
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.cccont .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
    -webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
    box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 54%;
    width: 14px;
    height: 25px;
    margin-top: -25px;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer;
}
.cccont .swiper-slide:hover {
    -webkit-box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
    -moz-box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
    box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
}
.banner-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    margin-top: 12px;
}
.swiper-container1 {
    width: 100%;
    margin: 12px 0;
}
.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}
.swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-slide img {
    width: 100%;
    display: block;
}
.swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0,0,0,.8);
}

@media screen and (max-width: 668px) {
.swiper-pagination {
    position: relative;
    margin-bottom: 20px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0,0,0,.8);
}
}
.banner-arrow div:hover {
    background-color: #4a4a4a;
}
.swiper-button-prev {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
    left: 10px;
}
.swiper-button-next {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
}



/****************** 必要布局样式css ***********************************/



/*员工风采*/
.moveBody{
    text-align: center;
}
.boxTxt .box{  
    height: 36vh;  
}
.siema img{
    height:400px;
}
button{
    width:100px;
    height:50px;
    padding:5px 10px;
    border-radius:8px;
    margin: 10px 4px;
    border-color:transparent;
    box-shadow: 0 9px 3px #ccc;
    font-size:16px;
    border: 0;  
    outline: none;
    cursor:pointer;
}
/*电话*/
.map_l span{
    font-size: 20px;
    font-weight: 600;
}

/******关于我们--锚点导航**************/
.et-hero-tabs{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #eee;
  text-align: center;
}
.et-slide {
  position: relative;
}


.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  height: 36px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  transition: all 0.5s ease;
}
.et-hero-tab:hover {
  color: white;
  background: rgba(102, 177, 241, 0.8);
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #66B1F1;
  transition: left 0.3s ease;
}

@media (min-width: 850px) {
  
  .et-hero-tab {
    /*font-size: 1rem;*/
  }
}
@media (min-width: 568px) {
  
    .boxTxt .box{
        height: 450px;
    }
}
/*******首页推荐列表空格*************/
.sps{
    display: block;
    height: 16px;
    width: 100px;
    float: left; 
}
/************end*******************/