input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    outline: none;
    border: none;
    vertical-align: middle;
    appearance: none;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

body,
html {
    scroll-behavior: smooth;
}


img.hhahgn {
  visibility: hidden;
  height: 100vh;
}

.x-banner video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.hhaxg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.58);
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1600 {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*头部样式*/

.top_head {
    position: absolute;
    background: transparent;
    top: 0px;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
}

.top_head.xuan {
    background: rgba(255, 255, 255, .7);
}

.top_head.xuan .logo img {
    filter: invert(51%) sepia(73%) saturate(5231%) hue-rotate(192deg) brightness(100%) contrast(111%);
}

.top_head.xuan .x-menu>li>a {
    color: #333;
}

.top_head.xuan .en-search .h-search {
    background: url(../images/ssbg2.png) no-repeat center;
}

.top_head.hide1 {
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
    opacity: 0 !important;
}

.logo {
    float: left;
    width: 18.625%;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}

.top_head .flex {
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_right {
    /* position: relative; */
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.en-search {
    position: relative;
    width: 40px;
    height: 40px;
}

.en-search .h-search {
    width: 40px;
    height: 40px;
    background: url(../images/ssbg.png) no-repeat center;
    cursor: pointer;
    display: block;
}

@media (max-width:1366px) {
    .top_head .flex {
        height: 120px;
    }
}


/*  */

.search-header-mored {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
}

.search-header-mored.show1 {
    z-index: 500;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.search-header-mored .search-mian {
    width: 52.6%;
    margin: 0 auto;
}

.search-header-mored .search-mian .serrch-div {
    height: 4rem;
    line-height: 4rem;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0;
}

.search-header-mored .search-mian .serrch-div .tetxt {
    height: 4rem;
    line-height: 4rem;
    padding-left: 0.5rem;
    width: 80%;
    font-size: 0.8rem;
    color: #4b4b4b;
    outline: none;
    background-color: transparent;
}

.search-header-mored .search-mian .serrch-div .submit-s {
    position: absolute;
    top: 50%;
    right: 4rem;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    background-image: url(../images/s-aearch.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translateY(-50%);
    border: none;
}

.search-header-mored .search-mian .serrch-div .s-close {
    position: absolute;
    top: 50%;
    right: 0rem;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/s-close.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s;
    transform: translateY(-50%);
}

.search-header-mored .re-men {
    padding-left: 0.5rem;
    font-size: .8rem;
    color: #a2a2a2;
    height: 3rem;
    line-height: 3rem;
}

.search-header-mored .re-list-p {
    padding-left: .1rem;
    font-size: 0.35rem;
    color: #737373;
    line-height: 0.9rem;
    padding-bottom: 2rem;
}

.search-header-mored .re-list-p a {
    color: #737373;
    display: block;
    font-size: 14px;
    line-height: 2.5;
}

.search-header-mored .re-list-p a:hover {
    color: #2a8dfd;
}


/*  */

.section {
    overflow: hidden;
}

.section1,
.section2,
.section3,
.section4 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@media(max-width:768px){
    .section1{
        padding-top:60px;
    }
}


/* section2 */

.section2 {
    position: relative;
}

.c2_wap {
    position: relative;
    margin-top: 4%;
}

.ttt2 {
    text-align: center;
}

.ttt2 span {
    display: block;
    font-size: 26px;
    color: #000000;
}

.ttt2 p {
    color: #000000;
    font-size: 14px;
    background: url(../images/ic_line.png) no-repeat center bottom;
    padding-bottom: 10px;
}

.application {
    position: relative;
    font-size: 0;
    margin-top: 2.604vw;
}

.application li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin: 0 2% 20px 2%;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 5px 5px 0px;
}

.application li a.img {
    display: block;
}

.application li .sttop {
    position: relative;
}

.application li .com-img {
    border-radius: 5px;
}

.application li .com-img img {
    width: 100%;
     z-index: 5;
}

.application li:hover .com-img::before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,.6);
    content: "";
}



.application li .sttop h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(14, 30, 64, .7);
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 5;
}

.application li .sttop .s88 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/cpxx.png) no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    opacity: 0;
    transition: all .5s;
     z-index: 5;
}
.application li .sttop .s88:hover{
   background: url(../images/cpxx1.png) no-repeat center; 
   background-size: 100% 100%;
    width: 60px;
    height: 60px;
}

.application li:nth-child(2) .sttop .s88{
    background: url(../images/cptj.png) no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
   
}
.application li:nth-child(2) .sttop .s88:hover{
   background: url(../images/cptj1.png) no-repeat center; 
   background-size: 100% 100%;
    width: 60px;
    height: 60px;
}


.application li:nth-child(3) .sttop .s88{
    background: url(../images/zixz.png) no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
   
}
.application li:nth-child(3) .sttop .s88:hover{
   background: url(../images/zixz1.png) no-repeat center; 
   background-size: 100% 100%;
    width: 60px;
    height: 60px;
}


.application li:nth-child(4) .sttop .s88{
    background: url(../images/czsp.png) no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
   
}
.application li:nth-child(4) .sttop .s88:hover{
   background: url(../images/czsp1.png) no-repeat center; 
   background-size: 100% 100%;
    width: 60px;
    height: 60px;
}



.application li:nth-child(5) .sttop .s88{
    background: url(../images/biao88.png) no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
   
}
.application li:nth-child(5) .sttop .s88:hover{
   background: url(../images/biao88hv.png) no-repeat center; 
   background-size: 100% 100%;
    width: 60px;
    height: 60px;
}


.application li:nth-child(6) .sttop .s88{
    background: url(../images/vos.png) no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
   
}
.application li:nth-child(6) .sttop .s88:hover{
   background: url(../images/vos1.png) no-repeat center; 
   background-size: 100% 100%;
    width: 60px;
    height: 60px;
}


.application li:nth-child(7) .sttop .s88{
    background: url(../images/pm25.png) no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
   
}
.application li:nth-child(7) .sttop .s88:hover{
   background: url(../images/pm251.png) no-repeat center; 
   background-size: 100% 100%;
    width: 60px;
    height: 60px;
}


.application li:nth-child(8) .sttop .s88{
    background: url(../images/wry.png) no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
   
}
.application li:nth-child(8) .sttop .s88:hover{
   background: url(../images/wry1.png) no-repeat center; 
   background-size: 100% 100%;
    width: 60px;
    height: 60px;
}




.application li .sbbom {
    padding: 10px 0;
    min-height: 60px;
    color: #929292;
    line-height: 1.7;
    font-size: .5rem;
}

.application li .sbbom span {
    display: block;
    font-size: 0.7rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.application li:hover {
    box-shadow: 0 0 10px #006bb7;
}

.application li .sbbom::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 5px;
    width: 0%;
    background: #0489ff;
    content: "";
    z-index: 99;
    transition: all 0.5s;
}

.application li:hover .sbbom::before {
    width: 100%;
}

.application li:hover .sttop h3 {
    color: #006bb7;
    background: transparent;
}

.application li:hover .sbbom {
    color: #006bb7;
}

.application li:hover .s88 {
    opacity: 1;
}


/*  */

.cmore {
    max-width: 75.5rem;
    margin: 1.2rem auto;
    line-height: 33px;
    background: #f7f7f7;
    text-align: center;
}

.cmore a {
    display: block;
    font-size: 26px;
    color: #006bb7;
}


/* section3 */

.section3 {
    position: relative;
    background: url(../images/c3bg.jpg);
}

.max1440 {
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.ttt3 {
    text-align: center;
    padding-top: 80px;
}

.ttt3 span {
    display: block;
    font-size: 26px;
    color: #000000;
}

.ttt3 p {
    color: #000000;
    font-size: 22px;
    background: url(../images/ic_line.png) no-repeat center bottom;
    padding-bottom: 10px;
}

.abb_middle {
    position: relative;
    text-align: center;
    margin: 2rem 0 1rem;
}

.abb_middle h3 {
    font-size: 1.1rem;
    color: #000000;
    font-weight: normal;
}

.abb_middle .abbtxt {
    max-width: 1150px;
    margin: 0 auto;
    line-height: 1.7;
    color: #000000;
    font-size: 0.8rem;
    padding: 15px 0;
}

.abbmore {
    position: relative;
}

.abbmore a {
    display: block;
    font-size: 1.1rem;
    color: #000;
    padding-top: 22px;
    background: url(../images/ab_jian.png) no-repeat top center;
}
.abbmore a:hover{
     color: #006bb7;
}

/*  */

.number {
    position: relative;
    padding: 30px 7.8125vw;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    background: rgba(12, 71, 157, .64);
}

.number li {
    position: relative;
    padding-left: 4.166vw;
    width: 25%;
}

.number li h3 {
    color: #fff;
    margin-top: 1rem;
    font-family: "Microsoft Yahei";
    line-height: 1;
}

.number li h3 i {
    font-style: inherit;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
}

.number li h3 em {
    font-family: "Arial";
    font-weight: normal;
    font-size: 1.5rem;
}

.number li p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #fff;
}


/* ads_ylist */

.ads_ylist {
    position: relative;
    padding: 2.604vw 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ads_ylist li {
    position: relative;
    max-width: 25%;
    padding: 0 2.083vw;
}

.ads_ylist li a {
    display: flex;
    align-items: center;
}

.ads_ylist li .qimg {
    width: 80px;
}

.ads_ylist li .qimg img {
    max-width: 100%;
    margin: 0 auto;
}

.ads_ylist li h3 {
    width: calc(100% - 80px);
    padding-left: .8vw;
    font-size: 1.35rem;
    color: #000000;
    font-weight: normal;
}

.ads_ylist li:hover .qimg img {
    filter: invert(19%) sepia(80%) saturate(3500) hue-rotate(201deg) brightness(102%) contrast(69%);
}

@media (max-width:768px) {
    .number {
        flex-wrap: wrap;
    }
    .number li {
        padding-left: 0.50625vw;
    }
    .number li{
        width:22%;
    }
    .number li:nth-child(3){
        width:26%;
    }
}

@media (max-width:500px) {
    .number {
        padding: 20px 0;
    }
    .number li h3 i {
        font-size: 20px;
    }
    .number li h3 em {
        font-size: 20px;
    }
    .number li p {
        font-size: 12px;
    }
}


/* section4 */

.section4 {
    position: relative;
    background: #f8f8f8;
}

.max1750 {
    max-width: 1750px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.c4_wap {
    position: relative;
    margin-top: 4%;
}

.ttt4 {
    text-align: center;
}

.ttt4 span {
    display: block;
    font-size: 26px;
    color: #000000;
}

.ttt4 p {
    color: #000000;
    font-size: 21px;
    background: url(../images/ic_line.png) no-repeat center bottom;
    line-height: 2;
    padding: 5px 0 10px;
}

.c4_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c4_cont>div {
    width: 46%;
}

.c4_left {
    position: relative;
}

.c4_cont>div h2 {
    font-size: 1.2rem;
    color: #000000;
    font-weight: normal;
    line-height: 2;
    border-bottom: 2px solid #006bb7;
    margin-bottom: 1.25rem;
}

.c4_cont>div h2 span a{float:right;color:#000;font-size:0.8rem;padding-top: 0.6rem;}
.c4_cont>div h2:hover span a{color: #006bb7;}
/*  */

.news_list11 {
    position: relative;
}

.news_list11 li {
    padding: 0.7rem 0;
    position: relative;
}

.news_list11 li:not(:last-child) {
    border-bottom: 1px dashed #dedede;
}

.news_list11 li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_list11 li .zb_img {
  /*  width: 48%;*/
    width: 34%;
}

.news_list11 li .zb_img img {
    width: 100%;
    height: 100%;
}

.news_list11 li .yb_nei {
  /*  width: 50%;*/
    width: 62%;
    position: relative;
    padding: 0.5rem 0;
}

.news_list11 li .yb_nei h3 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #000000;
    margin: .5rem 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list11 li .yb_nei .sssum {
    font-size: 0.75rem;
    color: #000000;
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list11 li .yb_nei span {
    display: block;
    color: #000000;
    font-size: 0.7rem;
    font-weight: 100;
    margin-top: 5px;
}

.news_list11 li:hover .yb_nei h3 {
    color: #006bb7;
}


/* section5 */

.section5 {
    position: relative;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*  */

.ft_fixed {
    width: 100%;
    z-index: 999;
    background: rgba(14, 30, 64, .7);
    padding: 15px 0;
    text-align: center;
    line-height: 1.9;
    font-size: 14px;
    color: #fff;
}

.ft_fixed a {
    font-size: 14px;
    color: #fff!important;
}

.ft_fixed a:hover {
    color: rgba(255, 255, 255, .8)!important;
}
.ft-link{
    color:#576179!important;
   
}
.ft-link li{
   
    display: inline-block;
}

.ft-link li a{
    color:#576179!important;
 
}


/*  */

@media (max-width: 1024px) {
    .x-banner {
        height: auto;
    }
    .fp-tableCell {
        height: auto!important;
    }
    .fp-section {
        height: auto!important;
    }
    #fp-nav {
        display: none;
    }
    .x-banner .owl-carousel .banner-item a img {
        height: auto;
    }
    
    img.hhahgn{
           height: auto;
    }
  
    
    .section2 {
        padding: 30px 0 0;
    }
    .section3,
    .section4 {
        padding: 30px 0;
    }
}

@media (max-width: 992px) {
    .application li {
        width: 23%;
        margin: 0 1% 20px 1%;
    }
    .cmore a {
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .application li {
        width: 31.33%;
        margin: 0 1% 20px 1%;
    }
    .number {
        padding: 20px 0px;
    }
    .ads_ylist li {
        max-width: 50%;
        width: 50%;
        margin-bottom: 20px;
    }
    .ads_ylist li .qimg img {
        max-width: 35px;
    }
    .c4_cont>div h2 {
        margin-bottom: 10px;
    }
    .news_list11 li .zb_img {
        width: 100%;
    }
    .news_list11 li .yb_nei {
        width: 100%;
    }
    .news_list11 li .yb_nei h3 {
        margin: 10px 0;
    }
    .news_list11 li .yb_nei .sssum {
        font-size: 14px;
    }
    .news_list11 li .yb_nei span {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .application li {
        width: 48%;
    }
    .abb_middle h3 {
        font-size: 15px;
    }
    .abb_middle .abbtxt {
        font-size: 12px;
    }
    .ads_ylist {
        padding: 15px 0;
    }
    .c4_cont>div {
        width: 48%;
    }
    .news_list11 li .yb_nei h3 {
        font-size: 16px;
    }
    .news_list11 li .yb_nei .sssum {
        font-size: 12px;
    }
    .news_list11 li .yb_nei span {
        font-size: 12px;
    }
}


/*  */

.zhuyem {
    text-align: center;
    padding: 1.5rem 0 3rem;
    color: #373634;
    font-weight: bold;
    font-size: 30px;
    display: none;
}

.caseimg{
    margin-bottom: 2rem;
}


/* 内页案例  */

.xycc-case-list {
    font-size: 0;
    margin: 0 -1%;
}

.xycc-case-list li {
    display: inline-block;
    vertical-align: top;
    width:23%;
    margin: 0 1% 10px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xycc-case-list li .img {
    display: block;
    border-bottom: 5px solid #0489ff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.xycc-case-list li .img img {
    width: 100%;
}

.xycc-case-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5e5e5e;
    line-height: 1.6;
    padding: .8em 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xycc-case-list li:hover h3 a {
    color: #0489ff;
}

@media (max-width: 992px) {
    .zhuyem {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .xycc-case-list li {
        width: 48%;
    }
    .zhuyem {
        font-size: 22px;
    }
}

@media (max-width: 375px) {
    .xycc-case-list li {
        width: 98%;
    }
}


/*  */

.xypg-detail-info-bar .detail-info-time i {
    top: 0px;
}

.xypg-detail-info-bar .detail-info-numbers i {
    top: 0px;
}


/* 内页产品详情页 */

.max1520 {
    max-width: 1520px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.xypg-product-detail h4 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 2;
    border-bottom: 2px solid #8f8f8e;
    margin-bottom: 30px;
    display: none;
}


/* 锚点 */

.product-detail-tabcon {
    margin-top: 3rem;
    font-size: 17px;
}

.product-detail-tabcon h1 {
    font-size: 20px;
    color: #000;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 5px solid #000;
    margin-bottom: 20px;
}



@media (max-width:768px) {
    .product-detail-tabcon h1 {
        font-size: 20px;
    }
    .product-detail-tabcon img {
    display: block;
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
    max-height: 100%!important;
    margin: 0 auto;
}
}


 .product-detail-tab .product-detail-tabcon {
    display: none;
}

.product-detail-tab .product-detail-tabcon.on {
    display: block;
    position: relative;
} 

.product-detail-tabbox {
    max-width: 1520px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*  */

.spp_top {
    position: relative;
    height: 3rem;
    background: #e3e3e3;
    margin-bottom: 30px;
    width: 100%;
}

.spp_top::before {
    position: absolute;
    bottom: -30px;
    height: 5px;
    width: 100%;
    left: 0px;
    content: "'";
    height: 23px;
    background: #0489ff;
    background: url(../images/sanxx.png) no-repeat center bottom;
}

.product-detail-tab .product-detail-tabli {
    max-width: 1520px;
    padding-left: 15px;
    padding-right: 15px;
    height: 4rem;
    line-height: 4rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border: none;
}

.product-detail-tab .product-detail-tabli li {
    width: 16.66%;
    line-height: 3rem;
    height: 3rem;
    text-align: center;
    font-weight: normal;
    transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    /* IE 9 */
    -moz-transform: skewX(-25deg);
    /* Firefox */
    -webkit-transform: skewX(-25deg);
    /* Safari 和 Chrome */
    -o-transform: skewX(-25deg);
}

.product-detail-tab .product-detail-tabli li>a {
    font-size: 0.8rem;
    color: #000;
    font-weight: normal;
    display: block;
    transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    /* IE 9 */
    -moz-transform: skewX(25deg);
    /* Firefox */
    -webkit-transform: skewX(25deg);
    /* Safari 和 Chrome */
    -o-transform: skewX(25deg);
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
    border: none;
    color: #fff;
    font-weight: bold;
    background: #0489ff;
}

.product-detail-tab .product-detail-tabli li.on>a,
.product-detail-tab .product-detail-tabli li:visited>a,
.product-detail-tab .product-detail-tabli li:active>a {
    color: #fff
}

.product-detail-tab .product-detail-tabli li.on:before,
.product-detail-tab .product-detail-tabli li:visited:before,
.product-detail-tab .product-detail-tabli li:active:before {
    border: none;
    display: none;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:hover {
    background: #0489ff;
    transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    /* IE 9 */
    -moz-transform: skewX(-25deg);
    /* Firefox */
    -webkit-transform: skewX(-25deg);
    /* Safari 和 Chrome */
    -o-transform: skewX(-25deg);
}

.product-detail-tab .product-detail-tabli li.on>a,
.product-detail-tab .product-detail-tabli li:hover>a {
    color: #fff;
    font-weight: bold;
}


/*  */

.prwz{
    margin-top: 5px;
    padding: 20px;
    background:rgba(255,255,255,0.93);
    position: relative;
    box-shadow: -1px -2px 20px 0px #bdb9b9;
}
.prwz>span{
    position: absolute;
    left: 20px;
    top: 28px;
    color:#0489ff;
}
.prwz>.emms{
   text-indent: 50px;
   width: 100%;
    height: 145px;
    overflow: hidden;
    line-height: 30px;
    color: #888;
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin:10px 0 auto;
    padding: 0;
}


.page-product-inquiry2 {
    margin-top: 90px;
}

.page-product-inquiry2 a {
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    display: inline-block;
    background: #0489ff;
    padding: .8em 2.875em;
    border-radius: 10px;
}

.page-product-inquiry2 a span {
    padding-right: 15px;
}

.page-product-inquiry2 a:hover {
    opacity: .8;
}

@media screen and (min-width: 993px) and (max-width: 1280px){
    .page-product-detail-effect{
        height:480px;
    }
    .page-product-detail-right>h1{
        margin-bottom:0;
    }
    .page-product-detail-effect .big-img a img{
        height:100%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1359px){
    .page-product-detail-effect{
        height:100%;
    }
     .page-product-detail-effect .big-img a img{
        height:100%;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1439px){
    .page-product-detail-effect{
        height:100%;
    }
     .page-product-detail-effect .big-img a img{
        height:100%;
    }
}

@media screen and (min-width: 1500px){
    .page-product-detail-effect{
        height:100%;
    }
}


/*  */

.product-detail-slick {
    margin-top: 50px;
    max-width: 1520px;
    padding: 0 5rem;
}

.product-detail-slick .owl-prev {
    left: -5rem;
}

.product-detail-slick .owl-next {
    right: -5rem;
}

.product-detail-slick .owl-nav button {
    opacity: 1;
}

.product-detail-slick a.slick-item {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

.product-detail-slick a.slick-item img {
    width: 100%;
    height: 100%;
    padding: 2px;
}

.product-detail-slick .owl-nav button {
    width: 2.6rem;
    height: 5rem;
    margin-top: -2.5rem;
    background: #e3e3e3!important;
    border-radius: 5px;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
    background: url(../images/prev6.png) no-repeat center;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
    background: url(../images/next6.png) no-repeat center;
}

.page-product-detail-effect .big-img {
    width: 100%;
    height: 100%;
}

.product-detail-item li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 0.8rem;
    color: #555;
}

.product-detail-item li .linss {
    color: #0489ff;
    cursor: pointer;
    font-size: 0.8rem;
}

@media (max-width:768px) {
    .product-detail-slick a.slick-item {
        width: 100%;
        height:100%;
    }
    .product-detail-tab .product-detail-tabli li {
        width: 20%;
        margin-right:2px;
    }
    .product-detail-tab .product-detail-tabli li>a {
        font-size: 12px;
    }
}

@media (max-width:450px) {
    .product-detail-slick {
        padding: 0;
    }
    .product-detail-slick .owl-prev {
        left: 0px;
    }
    .product-detail-slick .owl-next {
        right: 0px;
    }
    .product-detail-tab .product-detail-tabli li>a {
        font-size: 14px;
    }
    .product-detail-item li {
        font-size: 15px;
    }
    .product-detail-item li .linss{
        font-size:15px;
    }
}


/*资源下载列表*/

.hex-data-list {
    margin: 0 -1%;
    font-size: 0;
}

.hex-data-list>li {
    display: inline-block;
    width: 31.33%;
    margin: 20px 1% 0px 1%;
    padding: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.hex-data-list>li .downloadResource img {
    width: 100%;
}

.hex-list-word {
    padding: 0 10px;
    position: relative;
}

.hex-list-word h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.hex-list-word h3 a {
    display: block;
    color: #0097ba;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hex-list-word .tn-font-14 {
    font-size: 14px;
    word-break: break-all;
    min-height: 48px;
    margin: 0 0 10px;
    line-height: 1.75;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hex-list-word .tn-font-14 span {
    display: inline-block;
    margin-bottom: 5px;
    width: 48%;
}

.hex-list-word .video-tag {
    margin-bottom: 10px;
    margin-top: -10px;
    display: none;
}

.hex-list-word .video-tag li {
    display: inline-block;
    line-height: 28px;
    height: 28px;
    border-radius: 3px;
    padding: 0 5px;
    color: #0097ba;
}

.hex-list-word .video-tag li a {
    color: #0097ba;
    font-size: 14px;
}

.hex-primaryBtn {
    font-size: 13px !important;
    padding: 5px 18px !important;
    border: 1px solid #333333;
    color: #333333;
    background: transparent;
    border-radius: 0;
    font-family: Microsoft YaHei !important;
    color: #0097ba;
    border-color: #0097AB;
}

.hex-primaryBtn:hover {
    color: #0097ba;
}

@media (max-width:768px) {
    .hex-data-list>li {
        width: 48%;
    }
    .hex-list-word h3 a {
        font-size: 18px;
    }
    .section5 {
        display: none!important;
    }
}

@media (max-width:480px) {
    .hex-data-list>li {
        width: 98%;
    }
}


/* 内页分类 */

.nei_cate {
    position: relative;
    background: rgba(233, 233, 233, 1);
    height: 84px;
}

.nei_cate .xypg-left-nav {
    padding: 20px 0;
    margin: 0;
    height: 84px;
}

.nei_cate .xypg-left-nav>li {
    display: inline-block;
    margin: 0;
    border: none;
}

.nei_cate .xypg-left-nav>li>a {
    line-height: 44px;
    text-indent: 0;
    border: none;
    transition: all 500ms;
    padding: 0 20px;
}

.nei_cate .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.nei_cate .xypg-left-nav>li:hover>a,
.nei_cate .xypg-left-nav>li.clicked>a {
    background: #0489ff;
    color: #fff;
    border-radius: 40px;
}


/* 二级分类 */

.nei_cate .xypg-left-subnav {
    display: none!important;
}


/*  */

.max1230 {
    width: auto !important;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
}

.fp-viewing-Page2 .top_head,
.fp-viewing-Page3 .top_head,
.fp-viewing-Page4 .top_head,
.fp-viewing-Page5 .top_head {
    background: rgba(255, 255, 255, .7);
}

.fp-viewing-Page2 .logo img,
.fp-viewing-Page3 .logo img,
.fp-viewing-Page4 .logo img,
.fp-viewing-Page5 .logo img {
  
     -webkit-filter: invert(37%) sepia(97%) saturate(6467%) hue-rotate(192deg) brightness(76%) contrast(101%);
       -moz-filter: invert(37%) sepia(97%) saturate(6467%) hue-rotate(192deg) brightness(76%) contrast(101%);
        -ms-filter: invert(37%) sepia(97%) saturate(6467%) hue-rotate(192deg) brightness(76%) contrast(101%);
            filter: invert(37%) sepia(97%) saturate(6467%) hue-rotate(192deg) brightness(76%) contrast(101%);
    
}

.fp-viewing-Page2 .x-menu>li>a,
.fp-viewing-Page3 .x-menu>li>a,
.fp-viewing-Page4 .x-menu>li>a,
.fp-viewing-Page5 .x-menu>li>a {
    color: #333;
}

.fp-viewing-Page2 .en-search .h-search,
.fp-viewing-Page3 .en-search .h-search,
.fp-viewing-Page4 .en-search .h-search,
.fp-viewing-Page5 .en-search .h-search {
    background: url(../images/ssbg2.png) no-repeat center;
}


/*客服网络*/
.kfwl{
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    
}

.kfwl li{
    padding: 1.5rem 0;
    position: relative;
    width: 48%;
    display: inline-block;
}
.kfwl li a{
    display: flex;
    align-items: center;
}

.kfwl li .zimg{
    width: 100px;
}

.kfwl li .zimg img{
    max-width: 100%;
}

.kfwl li .ztxt{
    width: calc(100% - 100px);
}
.kfwl li .ztxt span{
    display: block;
    color: #666666;
    font-size: .9rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.kfwl li .ztxt dd{
   font-size: .7rem; 
   color: #666666;
}

.kfwl li:hover .zimg img{
    filter: invert(42%) sepia(88%) saturate(6053%) hue-rotate(199deg) brightness(91%) contrast(101%);
}
.kfwl li:hover .ztxt span{
    color:#0069d9;
}

@media (max-width:768px){
    .kfwl li{
        width:100%;
        padding:20px 0;
    }
    
     .kfwl li .ztxt span{
         font-size:15px;
     }
}



/*发展历程*/

.fzlc_list{position:relative;margin-left: 100px !important;border-left: 1px solid #0489ff;padding-left: 40px !important;}
.fzlc_list li{position:relative;padding-bottom: 30px;}

.fzlc_list li i{position:absolute;left:-125px;top:0px;  font-size: 30px !important;
color: #0489ff !important;  font-style: initial;background: url(../images/one.png) no-repeat right 10px;z-index: 999;width: 90px;height: 30px;}

.fzlc_list li>div>.line_fz{ height: 1px;width: 20px;background: #0489ff;position: absolute;left: -40px;top: 15px;font-size: 0;}
.fzlc_list li>div>h3{color: #d81a22;font-size:14px;line-height:30px;font-weight:normal;}
.fzlc_list li>div>span{color: #444;line-height: 30px;font-size: 16px;}



/*内页联系我们*/


.sample-title {
    text-align: center;
    margin-top: 50px;
}

.sample-title h3 {
    font-size: 60px;
    color: #000000;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 34px;
    text-indent: 32px;
}

.sample-title span {
    display: block;
    font-size: 28px;
    color: #000000;
    line-height: 40px;
    margin-top: 20px;
}

.contacts-map {
    margin-top: 60px;
}

@media(min-width: 1385px) {
    .contact-con {
        max-width: 1385px;
        margin: 0 auto;
    }
}

.conatct-cons {
    margin-top: 50px;
}

.contacts1 {
    float: left;
    width: 33.3%;
    border-right: 2px solid #e9e7e8;
    padding-left: 10px;
    padding-right: 40px;
    min-height: 370px;
}

.contacts1 h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    line-height: 44px;
}

.contacts1 span {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-top: 50px;
}

.contacts1-con {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-top: 25px;
}

.contacts2 {
    float: left;
    width: 33.3%;
    padding-left: 35px;
    border-right: 2px solid #e9e7e8;
    padding-right: 32px;
    min-height: 370px;
}

.contacts2 h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    line-height: 44px;
}

.contacts2 span {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    margin-top: 50px;
}

.contacts2-con {
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 24px;
    margin-top: 50px;
    margin-left: 100px;
}

.contacts3 {
    float: right;
    width: 33.3%;
    padding-left: 35px;
    min-height: 370px;
}

.contacts3 h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 20px;
}

.contacts3 .inputs {
    line-height: 34px;
    height: 34px;
    background: #e9e7e8;
    margin-bottom: 6px;
}

.contacts3 input {
    display: block;
    width: 100%;
    background: none;
    border: none;
    outline: none;
}

.contacts3 textarea::placeholder {
    color: #333;
    padding-left: 10px;
}

.contacts3 input::placeholder {
    color: #333;
    padding-left: 10px;
}

.contacts3 .inputs1 {
    height: 85px;
    line-height: 36px;
    background: #e9e7e8;
    margin-bottom: 8px;
}

.contacts3 textarea {
    width: 100%;
    background: none;
    outline: none;
    border: none;
    padding: 0px;
    margin: 0px;
}

.contacts3 span {
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}

.sample-btns {
    max-width: 155px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    background: #e9e7e8;
    margin-top: 10px;
}

/**/
.sample-codes input {
    display: inline-block;
    width: 25%;
    line-height: 34px;
    height: 34px;
    background: #e9e7e8;
    margin-bottom: 6px;
}


@media(max-width: 768px) {
    .sample-title h3 {
        font-size: 20px;
        color: #000000;
        font-weight: 400;
        line-height: 20px;
    }

    .sample-title span {
        font-size: 20px;
        line-height: 20px;
    }

    .contacts-map {
        margin-top: 30px;
    }

    .contacts1 {
        width: 91%;
        float: none;
        height: auto;
        padding: 0px;
        border: none;
        min-height: auto;
        margin: 0 auto;
    }

    .contacts2 {
        width: 90%;
        float: none;
        height: auto;
        padding: 0px;
        border: none;
        min-height: auto;
        margin: 0 auto;
        margin-top: 25px;
    }

    .contacts3 {
        width: 90%;
        float: none;
        height: auto;
        padding: 0px;
        min-height: auto;
        margin: 0 auto;
        margin-top: 25px;
    }

    .contacts1 span {
        margin-top: 10px;
    }

    .contacts2 span {
        margin-top: 10px;
    }

    .contacts2-con {
        margin-top: 20px;
    }
}


@media(min-width: 769px) {
    .sun-delay0 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .sun-delay4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }
    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }
    .sun-delay9 {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }
    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }
    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
    }
    .sun-ani-left {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    .sun-ani-down {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    .sun-ani-up {
        /*-webkit-transform: translateY(-200px);*/
        /*transform: translateY(200px);*/
    }
    .sun-ani-right {
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
    }
    .active2 .sun-ani-left,.active2 .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-left,.active2 .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-up,.active2 .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-right,.active2 .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
    
    
}





.mainCon {
    width: 100%;
    margin-top: 8px;
}

.mainCon li {
    width: 23.4%;
    float: left;
    margin-right: 0.5%;
    margin-left: 0.5%;
    position: relative;
    margin-bottom: 20px;
        border-bottom: 2px solid rgb(233,233,233,1);
}

.mainCon li:nth-child(3n) {
    margin-right: 0;
    margin-left: 0;
}

.mainCon li .Pic {
    width: 100%;
    display: block;
    overflow: hidden;
}

.mainCon li .Pic img {
    display: block;
    transform: scale(1);
    transition: all 2s ease-out;
    width: 100%;
   /* height: 220px!important;*/
}

.mainCon li:hover img {
    transform: scale(1.2);
}

.mainCon li h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin: 16px 0 8px 0;
}

.mainCon li h3 a {
    color: #333;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mainCon li p.p1 span {
    font-size: 13px;
    color: #999999;
}

.mainCon li p.p1 .time {
    margin-right: 18px;
    font-family: arial;
}

.mainCon li p.p2 .readNum {
    font-family: arial;
}

.mainCon li p.p2 {
    font-size: 13px;
    color: #666666;
    line-height: 22px;
     height: 46px;
     overflow: hidden;
    margin-top: 5px;
   
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mainCon li p.p2 a {
    color: #666;
   
}

.mainCon li a.more {
    margin-top: 10px;
    width: 133px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #999999;
    text-decoration: none;
    margin-bottom: 15px;
}

.mainCon li:hover h3 a {
    color: #005bac;
}

.mainCon li:hover a.more {
    background: url(../images/newscpb.png) no-repeat center;
    color: #fff;
}


@media(max-width: 700px) {
    .mainCon li{
        float: none;
        width: 100%;
        margin-right: 0;
    }
}



.btnl{
    position: absolute;
    left: 0;
    top: 30%;
    display: block;
    width: 25px;
    height: 50px;
    background: url(../images/nprev.png) no-repeat center center #fff;
    z-index: 9999;
}

.btnr{
    position: absolute;
    right: 0;
    top: 30%;
    display: block;
    width: 25px;
    height: 50px;
    background: url(../images/nnext.png) no-repeat center center #fff;
    z-index: 9999;
}













