/*全局样式*/
@charset "utf-8";
body {font:14px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;letter-spacing: .6px;}
.container-fluid {
    max-width:1630px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #129bf3;
    --color_hover: #67bc3a;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}



header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;}
header:after{content: "";width: 100%;height: 1px;background: rgba(255, 255, 255, .3);position: absolute;left: 0;bottom: 0;z-index: 1;}
header .box{display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 2;}
header .logo{height: 86px;font-size: 0;margin-right: 22px;display: flex;align-items: center;position: relative;}
header .logo img{max-height:60%;transition: all .3s;opacity: 1;}
header .logo img:nth-child(2){position: absolute;left: 0;top: 0;bottom: 0;margin: auto 0;opacity: 0;}

header .txt{display: flex;align-items: center;}
header .txt1{display: flex;line-height: 30px;height: fit-content;margin-right: 28px;padding: 8px;cursor: pointer;}
header .txt1:hover{background: rgba(255, 255, 255, .2);}
header .txt2{display: flex;align-items: center;font-size: 20px;color: #fff;line-height: 30px;height: fit-content;font-weight: bold;letter-spacing: normal;}
header .txt2 img{display: block;margin-right: 11px;}

header nav{width:80%;max-width:1212px;}
header nav ul{position: relative;display: flex;justify-content:space-between;align-items: center;}
header nav ul li{text-align: center;position: relative;z-index: 2;}
header nav ul li > a{display:block;line-height: 86px;font-size:18px;position: relative;padding: 0 2px;color: #fff;}
header nav ul li > i{display: none;}

header nav .ul{display:none;position: absolute;left: 0;top:100%;width:170px;margin-left: calc(50% - 85px);right: 0;background:rgba(255,255,255,1);padding:10px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:8px;overflow: hidden;}
header nav .ul a{font-size:15px;color: #333;line-height:24px;padding:10px;display: block;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_zhuti);color: #fff;}
header nav .ul a.active{background-color: var(--color_zhuti);color: #fff;}
@media (min-width:992px){
    body.active2{margin-top: 86px;}
    header nav .nav_xg{position: absolute; left: 0; bottom: 0; height:3px; background-color:#fff;z-index:1;width: 40px;border-radius: 6px;overflow: hidden;display: none;}
    body.active header{background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .03);}
    body.active header .logo img:nth-child(1){opacity: 0;}
    body.active header .logo img:nth-child(2){opacity: 1;}
    body.active header nav ul li > a{color: #111;}
    body.active header nav ul li:hover > a{color: var(--color_zhuti);}
    body.active header nav ul li.active > a{color: var(--color_zhuti);}
    body.active header .txt2{color: #111;}
    body.active header nav .nav_xg{background-color: var(--color_zhuti);}
    body.active header .txt1:hover{background: rgba(0, 0, 0, .06);}
}


/*右侧小点*/
.swiper1-pagination{right: 20px!important;}
.swiper1-pagination span{width: 30px;height: 1px;border-radius:0;background:rgba(255, 255, 255, .5);border:0;position: relative;opacity: 1;margin:20px 0 !important;}
.swiper1-pagination span:after{content:"";height:1px;width: 50px;background: #fff;position: absolute;top:0;left: 0;right: 0;bottom:0;margin: auto;opacity: 0;}
.swiper1-pagination span.swiper-pagination-bullet-active:after{right: -20px;opacity: 1;transition: all 0.3s;}
.swiper1-pagination span:before{content: "";width: 36px;height: 40px;background: url(../images/t3.png) no-repeat center center;font-size: 15px;color: #fff;display: flex;align-items: center;justify-content: center;position: absolute;right:60%;top: -18px;opacity: 0;}
.swiper1-pagination span.swiper-pagination-bullet-active:before{opacity: 1;transition: all 0.3s;right:  calc(100% + 10px);}
.swiper1-pagination span:nth-child(1):before{content: "01";}
.swiper1-pagination span:nth-child(2):before{content: "02";}
.swiper1-pagination span:nth-child(3):before{content: "03";}
.swiper1-pagination span:nth-child(4):before{content: "04";}
.swiper1-pagination span:nth-child(5):before{content: "05";}
.swiper1-pagination span:nth-child(6):before{content: "06";}
.swiper1-pagination span:nth-child(7):before{content: "07";}
.swiper1-pagination span:nth-child(8):before{content: "08";}
.swiper1-pagination span:nth-child(9):before{content: "09";}


.banner{height: 100%;position: relative;}

/*搜索*/
#formbox{display:none;position:fixed;left: 0;width: 100%;z-index: 114;background:rgba(0, 0, 0, .6);top:0;height:100vh;}
#formbox form{width: 740px;margin:0 auto;max-width:92%;display: flex;border-bottom: 1px solid #fff;position: absolute;left: 0;right: 0;top: 50%;margin-top: -30px;}
#formbox form input{font-size:22px;color: #222;border: 0;height:70px;background: transparent;padding: 0 0 0 20px;width: calc(100% - 60px);color: #fff;}
#formbox form button{width: 60px;float: right;background:transparent;font-size:33px;height: 70px;border: 0;color: #fff;}
#formbox form button:hover{color: var(--color_zhuti);}
#formbox .gb{position: absolute;right: 30px;top: 30px;font-size: 36px;color: #fff;}
#formbox .gb:hover{color:var(--color_zhuti);transform:rotate(90deg);cursor: pointer;}
@media (max-width:991px) {
    /*搜索*/
    #formbox{padding:50px 15px 0;}
    #formbox #form_close{font-size: 30px;right: 6px;top:11%;}
    #formbox form input{font-size:15px;padding: 0 15px;width: calc(100% - 60px);height:54px;border-width: 1px;}
    #formbox form button{width: 60px;font-size: 24px;height: 54px;border-width: 1px;}
}



.main88{display: flex;align-items: center;justify-content: center;height: 100%;padding-top: 86px;}


.title{text-align: center;padding-bottom: 40px;}
.title span{display: block;font-size: 70px;line-height: 1;white-space:nowrap;letter-spacing: 4px;color: transparent;-webkit-text-stroke: 1px #fff;text-transform: uppercase;font-weight: bold;}
.title b{display: block;font-size: 42px;color: var(--color_zhuti);line-height: 52px;margin-top:2px;}

/*产品*/
.main2 .box{display: flex;justify-content: space-between;}
.main2 .box .zuo{width: 320px;flex-shrink: 0;background: #fff;height: 500px;overflow: hidden;}
.main2 .box .zuo a{display: flex;justify-content: space-between;height: 100px;align-items: center;font-size: 24px;line-height: 1.4;padding: 0 40px;position: relative;}
.main2 .box .zuo a div{position: relative;z-index: 2;display: flex;align-items: center;justify-content: space-between;width: 100%;}
.main2 .box .zuo a:nth-child(n+2){border-top: 1px solid #ddd;}
.main2 .box .zuo a img{display: block;height: 32px;margin-left: 15px;transition: all .3s;}
.main2 .box .zuo a:after{content: "";width: 100%;height: 100%;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;transition: all .3s;}
.main2 .box .zuo a:hover{color: #fff;}
.main2 .box .zuo a:hover:after{opacity: 1;}
.main2 .box .zuo a:hover img{filter: brightness(0) invert(1);}
.main2 .box .zuo a.active{color: #fff;}
.main2 .box .zuo a.active:after{opacity: 1;}
.main2 .box .zuo a.active img{filter: brightness(0) invert(1);}
.main2 .box .you{flex: 1;}
.main2 .box .you .list{display: none;height: 100%;padding: 70px;color: #fff;}
.main2 .box .you .list.active{display: block;}
.main2 .box .you .list .tt1{font-size: 36px;line-height: 44px;}
.main2 .box .you .list .tt2{font-size: 18px;margin-top: 16px;}
.main2 .box .you .list .tt3{font-size: 36px;color: var(--color_zhuti);line-height: 1;margin-top:33px;}

/*成功案例*/
.main3{overflow: hidden;}
.main3 .container-fluid{max-width: 1264px!important;}
.main3 .box{display: flex;justify-content: space-between;align-items: center;position: relative;}
.main3 .box .zuo{width: 176px;position: relative;z-index: 9;}
.main3 .box .zhong{position: relative;z-index: 9;}
.main3 .box .zuo a{display:flex;align-items: center;justify-content: center;width: 116px;height: 116px;border: 1px solid #fff;border-radius: 50%;font-size: 18px;line-height: 1.4;color: #fff;text-align: center;}
.main3 .box .zuo a img{display: block;height: 30px;margin:0 auto 11px;}
.main3 .box .zuo a:nth-child(odd){margin-left: 60px;}
.main3 .box .zuo a:nth-child(n+2){margin-top: 110px!important;}
.main3 .box .zuo:nth-last-child(1) a{margin: 0;}
.main3 .box .zuo:nth-last-child(1) a:nth-child(2){margin:0 0 0 60px;}
.main3 .box .zuo a:hover{background-color: rgba(255, 255, 255, .1);}
.main3 .box .zhong .title{padding-bottom: 24px;}
.main3 .box .zhong .title b{color: #fff;}
.main3 .box .zhong .tt1{width: 88px;border-radius: 11px;height: 5px;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));margin: 0 auto;}
.main3 .box .zhong .tt2{font-size: 24px;line-height: 34px;color: #fff;text-align: center;margin-top: 22px;}
.main3 .box .zhong .tt3{font-size: 36px;line-height: 44px;color: #fff;text-align: center;margin-top: 9px;}

.more{display: flex;align-items: center;justify-content: center;width: 210px;height: 56px;background: #fff;font-size: 18px;color: #111;border-radius: 88px;margin: 40px auto 0;box-shadow: 0 0 11px rgba(0, 0, 0, .1);}
.more span{display: block;margin-left: 20px;font-size: 140%;}
.more:hover{background: var(--color_zhuti);color: #fff;}


.main3 .xxgg1{width: calc(100% - 120px);border: 1px solid #fff;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);opacity: .15;z-index: 1;}
.main3 .xxgg1:after{content: "";display: block;padding-top: 100%;}

.main3 .xxgg2{width: calc(76% - 120px);background: url(../images/t4.png) no-repeat center center/contain;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);opacity: .9;z-index: 1;animation:xxgg2 2s linear infinite;}
.main3 .xxgg2:after{content: "";display: block;padding-top: 100%;}

.main3 .xxgg3{width: calc(54% - 120px);background: url(../images/t4.png) no-repeat center center/contain;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);opacity: .5;z-index: 1;animation:xxgg3 3s linear infinite;}
.main3 .xxgg3:after{content: "";display: block;padding-top: 100%;}

@keyframes xxgg2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(.94);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(.94);
  }
}
@keyframes xxgg3 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(.94);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(.94);
  }
}

/*关于欣粲*/
.main4 .container-fluid{max-width: 1222px!important;}
.main4 .box{text-align: center;}
.main4 .tt1{font-size: 30px;line-height: 40px;padding-bottom: 18px;margin-top: -10px;}
.main4 .tt2{font-size: 18px;line-height: 1.8;margin-bottom: 26px;}
.main4 .tt3{font-size: 24px;line-height: 34px;padding-bottom: 8px;}


.main5 .box{display: flex;flex-wrap: wrap;gap: 18px;margin-right: -18px;color: #fff;}
.main5 .box .list{display: block;width: calc(33.33% - 18px);position: relative;overflow: hidden;}
.main5 .box .list .tt1{font-size: 30px;line-height: 40px;padding-top: 8px;
    /*文字渐变*/
    background-image: linear-gradient(to right, var(--color_zhuti) ,var(--color_hover));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.main5 .box .list .tt2{font-size: 44px;line-height: 58px;font-weight: bold;margin-top: 22px;}
.main5 .box .list > img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.main5 .box .list:nth-child(n+2){padding: 40px;height: 260px;}
.main5 .box .list .tt3{font-size: 24px;line-height: 38px;position: relative;z-index: 3;}
.main5 .box .list .tt4{font-size: 144px;color: rgba(255, 255, 255, .15);line-height: 1;font-weight: bold;position: absolute;left: 33px;bottom: -33px;}

/*软件与资料*/
.main6 .lb6{margin: -9px;}
.main6 .list{display: block;background: #fff;margin: 9px;}
.main6 .list .bjcover{padding-top: 70%;}
.main6 .list .tt{overflow: hidden;}
.main6 .list .tt1{padding: 28px 28px 0;display: block;}
.main6 .list .tt1 img{display: block;height: 24px;}
.main6 .list .tt2{font-size: 18px;padding: 6px 28px 0;display: block;line-height: 28px;min-height: 34px;}
.main6 .list .tt3{display: flex;align-items: center;width: fit-content;height: 42px;padding: 0 22px;font-size: 14px;color: #fff;background: var(--color_zhuti);border-radius: 88px;margin:18px 28px 28px;background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));}
.main6 .list .tt3:before{font-size: 160%;margin-right:8px;}
.main6 .list:hover .bjcover{transform: var(--transform_scale);}
.main6 .list:hover .tt2{color: var(--color_zhuti);text-decoration: underline!important;}
.main6 .list .tt3:hover{opacity: .8;}



footer{height: 100%;background: #E8F1F9;}
footer .box1{display: flex;align-items: center;justify-content: center;color: #fff;text-align: center;flex: 1;padding: 99px 0;}
footer .box1 .tt1{font-size: 44px;line-height: 54px;font-weight: bold;}
footer .box1 .tt2{font-size: 24px;line-height: 34px;margin-top: 26px;}
footer .list1{display: flex;justify-content: space-between;padding: 50px 0 40px;}
footer .list1 .tt{width: 400px;}
footer .list1 .tt .tt1 img{display: block;height: 56px;}
footer .list1 .tt .tt2{display: flex;align-items: center;font-size: 16px;color: #777;margin-top: 22px;}
footer .list1 .tt .tt2 a{display: block;font-size: 26px;color: #444;margin-left:16px;position: relative;}
footer .list1 .tt .tt2 a img{display: none;position: absolute;left: 0;bottom: 100%;width: 140px;max-width: 140px;border: 1px solid #eee;}
footer .list1 .tt .tt2 a:hover{color: var(--color_zhuti);}
footer .list1 .tt .tt2 a:hover img{display: block;}
footer .list1 .tt form{width: 100%;height: 48px;background: #fff;margin-top: 11px;display: flex;justify-content: space-between;}
footer .list1 .tt form input{flex: 1;height: 100%;font-size: 14px;padding:0 18px;border: 0;}
footer .list1 .tt form button{width: 60px;background: var(--color_zhuti);height: 100%;font-size:28px;color: #fff;border: 0;}
footer .list1 .tt form button:hover{background-color: var(--color_hover);}
footer .list1 .ul{margin-left: 20px;}
footer .list1 .ul a{display: block;font-size: 16px;color: #686868;padding-bottom:9px;}
footer .list1 .ul a:nth-child(1){font-size: 20px;color: #111;font-weight: bold;padding-bottom:14px;}
footer .list1 .ul a:nth-child(n+2):hover{color: var(--color_zhuti);}
footer .list2{border-top: 1px solid #ddd;padding: 20px 0;display: flex;justify-content: space-between;align-items: center;}
footer .list2 .tt3{padding-left: 62px;font-size: 16px;color: #2d2d2d;position: relative;}
footer .list2 .tt3:before{width: 50px;height: 50px;border: 1px solid #2d2d2d;border-radius: 50%;font-size: 24px;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;top: 0;bottom: 0;margin: auto 0;}
footer .list2 .img{display: flex;align-items: center;}
footer .list2 .img img{display: block;height: 96px;margin-left: 20px;}
footer .list3{color: #666;border-top: 1px solid #ddd;padding: 30px 0;}


.footer footer{padding-top: 86px;display: flex;flex-direction: column;}
.footer footer .box1{padding: 0;}


.nybanner{height: 420px;display: flex;align-items: center;justify-content: center;position: relative;color: #fff;}
.nybanner .tt1{font-size: 44px;line-height:60px;color: #fff;padding-bottom: 30px;}
.nybanner .tt2{position: absolute;left: 0;bottom: 0;width: 100%;}
.nybanner .tt2 .div{border-top: 1px solid rgba(255, 255, 255, .3);display: flex;align-items: center;padding:22px 0;}
.nybanner .tt2 a{display: block;}
.nybanner .tt2 a:hover{text-decoration: underline!important;}

.title8{margin-top: 40px;}
.title8 .div{display: flex;flex-wrap: wrap;gap: 40px;align-items: end;margin-right: -40px;}
.title8 .div a{display:block;width: calc(20% - 40px);position: relative;}
.title8 .div a:before{content: "";width: 100%;height: 5px;background: #EBEBEB;position: absolute;left: 0;bottom: 0;z-index: 1;}
.title8 .div a div{display: flex;justify-content: space-between;align-items: end;font-size: 24px;line-height: 32px;position: relative;z-index: 3;padding: 20px 24px;}
.title8 .div a div img{height: 32px;margin-left:8px;transition: all .3s;}
.title8 .div a:after{content: "";width: 100%;height: 100%;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));position: absolute;left: 0;top: 0;z-index: 2;opacity: 0;transition: all .3s;}
.title8 .div a:hover{color: #fff;}
.title8 .div a:hover div img{filter: brightness(0) invert(1);}
.title8 .div a:hover:after{opacity: 1;}
.title8 .div a.active{color: #fff;}
.title8 .div a.active div img{filter: brightness(0) invert(1);}
.title8 .div a.active:after{opacity: 1;}

.ny{padding: 77px 0;}
.ny2{padding: 0px 0 77px;}
.title2{text-align: center;font-size: 36px;line-height: 44px;padding-bottom:33px;}
.title2 span{display: block;font-size: 18px;color: #5e5e5e;margin-top: 11px;line-height: 28px;}
.title3{font-size: 0;text-align: center;padding-bottom: 44px;margin-top: -11px;}
.title3 a{display: inline-block;vertical-align: top;font-size: 18px;line-height: 52px;min-width: 154px;padding: 0 20px;text-align: center;border: 1px solid #ddd;border-radius: 88px;margin: 10px;}
.title3 a:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
.title3 a.active{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}


.nycp{display: flex;flex-wrap: wrap;gap: 24px;margin-right: -24px;}
.nycp .list{display: block;width: calc(33.33% - 24px);background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);padding: 35px;}
.nycp .list .tt1{font-size: 26px;transition: all .3s;}
.nycp .list .tt2{font-size: 18px;color: #888;margin-top: 11px;}
.nycp .list .tt3{font-size: 36px;line-height: 1;color: var(--color_zhuti);margin:22px 0 0;transition: all .3s;}
.nycp .list .img{display: block;padding-top:50%;position: relative;}
.nycp .list .img img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 88%;max-width: 88%;transition: all .3s;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .tt1{color: var(--color_zhuti);}
.nycp .list:hover .tt3{margin-left: 18px;}



.main99{padding-top: 80px;padding-bottom: 80px;}
.cpxq1 .box{display: flex;justify-content: space-between;}
.cpxq1 .box .zuo{width: 50%;background: #F5F5F5;height: fit-content;}
.cpxq1 .box .zuo .list{display: block;padding-top:70%;position: relative;}
.cpxq1 .box .zuo .list img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 88%;max-width: 88%;transition: all .3s;}

.cpxq1 .swiper-pagination-bullet{background:#fff;opacity:1;transition: all .2s;width: 14px;height: 14px;border: 1px solid #ddd;margin: 0 6px 22px!important;}
.cpxq1 .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--color_hover);border-color: var(--color_hover);}



.cpxq1 .box .you{width: 50%;padding: 33px 0 33px 50px;}
.cpxq1 .box .you .tt1{font-size: 36px;line-height: 46px;}
.cpxq1 .box .you .tt2{width: 54px;height: 6px;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));margin-top: 22px;}
.cpxq1 .box .you .tt3{font-size: 18px;line-height: 1.8;color: #545454;margin-top: 24px;}
.cpxq1 .box .you .tt4{display: flex;align-items: center;margin-top: 50px;gap: 20px;}
.cpxq1 .box .you .tt4 a{height: 62px;min-width: 240px;display: flex;align-items: center;justify-content: center;padding: 0 28px;font-size: 22px;color: #353535;border: 1px solid var(--color_zhuti);border-radius: 88px;}
.cpxq1 .box .you .tt4 a img{display: block;height: 28px;margin-right: 11px;transition: all .3s;}
.cpxq1 .box .you .tt4 a:hover{background-color: var(--color_zhuti);color: #fff;}
.cpxq1 .box .you .tt4 a:hover img{filter: brightness(0) invert(1);}

.cpxq2{background: #FBFBFB;font-size: 16px;line-height: 1.8;}
.title5{font-size: 30px;line-height: 40px;padding-bottom: 26px;text-align: center;}



/*详情页*/
.danye{font-size: 16px;line-height: 1.8;}
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .bt{color: #000;font-size:24px;padding-bottom: 10px;line-height: 1.4;}
.danye .rq{color: #888;font-size: 14px;margin-top: -4px;}
.danye .xian{width: 100%;height: 11px;margin-top:16px;;border-top: 1px dashed #aaa;opacity: .4;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 auto;}
.danye .ditu{height:400px;border: 1px solid #eee;margin-bottom:20px;}
.danye .tt1{padding-top: 60px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;line-height: 32px;}
.danye .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}
.danye .txtbox{ font-size:16px; line-height:2; min-height:250px;}
.danye .txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important;}
.danye .txtbox table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.danye .txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}


@media (max-width:767px){
    /*详情页*/
    .danye{font-size: 14px;line-height: 1.8;}
    .danye .topbox{margin-bottom: 16px;}
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 18px auto;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .rq{margin-top: 0;}
    .danye .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 22px;font-size: 18px;padding-bottom: 11px;line-height: 30px;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}

}



/*内页新闻*/
.nyxw2{margin-top: -16px;padding-bottom: 22px;}
.nyxw2 .list{display:flex;justify-content: space-between;position: relative;padding: 35px 0;border-bottom: 1px solid #e5e5e5;flex-direction: row-reverse;}
.nyxw2 .list .tt{width:calc(82% - 80px);padding: 10px 50px 10px 180px;position: relative;}
.nyxw2 .list .tt1{font-size: 20px;color: #222;transition: all .3s;font-weight: bold;padding-bottom: 15px;margin-bottom: 15px;position: relative;}
.nyxw2 .list .tt1:after{content: "";width: 30px;height: 1px;background: #000;position: absolute;left: 0;bottom: 0;}
.nyxw2 .list .tt3{font-size: 15px;color: #888;line-height: 28px;height: 56px;overflow: hidden;min-height: inherit;min-height: 56px;}
.nyxw2 .list .tt4{font-size: 13px;color: #ccc;display: inline-block;line-height: 26px;padding: 0 15px;text-align: center;font-family: 'Arial';background: #5d5d5d;margin-top: 22px;text-transform: uppercase;transition: all .3s;position: relative;}
.nyxw2 .list .tt4:before{width: 26px;height: 26px;border-left: 1px solid #fff;display: flex;align-items: center;justify-content: center;position: absolute;left: 100%;top:0;background: #5d5d5d;}
.nyxw2 .list .tt2{line-height:24px;font-size: 14px; position: absolute;left:30px;top:14px;color: #999;text-align: right;}
.nyxw2 .list .tt2 b{font-size:22px;color: #000;display: block;line-height: 34px; margin:0 auto 2px auto}
.nyxw2 .list .tt2 i{display: none;}
.nyxw2 .list .img{border-radius:6px;width:calc(18% + 80px);}
.nyxw2 .list .img .bjcover{height: 100%;}
.nyxw2 .list:hover .img .bjcover{transform:scale(1.06);}
.nyxw2 .list:hover .tt1{color: var(--color_zhuti);}
.nyxw2 .list:hover .tt4{color: #fff;background: var(--color_zhuti);border-color: var(--color_zhuti);}
.nyxw2 .list:hover .tt4:before{color: #fff;background: var(--color_zhuti);}
@media (max-width:1199px) {
    .nyxw2 .list .tt{padding-left:100px;}
    .nyxw2 .list .tt2{left: 0;}
}
@media (max-width:991px) {
    .nyxw2 .list .tt{padding-right:30px;}
    .nyxw2 .list .tt1{font-size: 20px;line-height: 30px;}
    .nyxw2 .list .tt4{margin-top: 16px;}
}
@media (max-width:767px) {
    .nyxw2 .list{padding:25px 0}
    .nyxw2 .list .img{right: 0;height: 154px;top:29px;}
    .nyxw2 .list .tt{padding: 4px 30px 0 0;}
    .nyxw2 .list .tt1{padding: 0;margin: 0 0 3px;font-size: 18px;}
    .nyxw2 .list .tt1:after{display: none;}
    .nyxw2 .list .tt2{line-height:24px;font-size: 13px; position: relative;left: auto;width: 100%; top:auto;color: #999; text-align:left}
    .nyxw2 .list .tt2 b{font-size:13px;color: #999;display: inline;line-height: inherit; border-bottom:0; width:auto; margin:auto;font-weight: normal;}
    .nyxw2 .list .tt2 i{display:inline;}
    .nyxw2 .list .tt3{margin-top: 5px;font-size: 14px;line-height: 24px;height: 48px;min-height: 48px;}
    .nyxw2 .list .tt4{margin-top: 14px;}
    
}

@media (max-width:600px) {
    .nyxw2{padding:0;margin-top: 0;}
    .nyxw2 .list{padding: 0 0 25px;margin-bottom: 25px;flex-wrap: wrap;}
    .nyxw2 .list .tt{width: 100%;padding: 0;}
    .nyxw2 .list .tt1{font-size: 18px;}
    .nyxw2 .list .tt3{font-size: 14px;height: auto;max-height: initial;line-height: 1.6;-webkit-line-clamp: 3;}
    .nyxw2 .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw2 .list .img .bjcover{height: auto;padding-top: 50%;}
}






.nycase{display: flex;flex-wrap: wrap;margin:0 -15px;}
.nycase .list{display: block;width: calc(33.33% - 30px);margin: 0 15px 30px;}
.nycase .list .bjcover{padding-top: 70%;}
.nycase .list .tt{font-size: 18px;line-height: 80px;text-align: center;background: #f6f6f6;}
.nycase .list:hover .bjcover{transform: var(--transform_scale);}
.nycase .list:hover .tt{background: var(--color_zhuti);color: #fff;}





/*软件与资料*/
.nyxz{display: flex;flex-wrap: wrap;margin: 0 -15px;}
.nyxz .list{display: block;background: #fff;margin: 9px;width: calc(33.33% - 30px);margin: 0 15px 30px;border: 1px solid #eee;}
.nyxz .list .bjcover{padding-top: 70%;}
.nyxz .list .tt{overflow: hidden;}
.nyxz .list .tt1{padding: 28px 28px 0;display: block;}
.nyxz .list .tt1 img{display: block;height: 24px;}
.nyxz .list .tt2{font-size: 18px;padding: 2px 28px 0;display: block;line-height: 38px;min-height: 40px;}
.nyxz .list .tt3{display: flex;align-items: center;width: fit-content;height: 42px;padding: 0 22px;font-size: 14px;color: #fff;background: var(--color_zhuti);border-radius: 88px;margin:18px 28px 28px;background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));}
.nyxz .list .tt3:before{font-size: 160%;margin-right:8px;}
.nyxz .list:hover .bjcover{transform: var(--transform_scale);}
.nyxz .list:hover .tt2{color: var(--color_zhuti);text-decoration: underline!important;}
.nyxz .list .tt3:hover{opacity: .8;}






















/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
  .main5 .box .list .tt2{font-size: 30px;line-height: 42px;}
  .title8 .div{gap: 20px;margin-right: -20px;}
  .title8 .div a{width: calc(20% - 20px);}
  .title8 .div a div{font-size:20px;line-height: 28px;padding: 20px 18px}

  .nycp .list{width: calc(50% - 24px);}
  .cpxq1 .box .you{padding: 18px 0 18px 30px;}
  .cpxq1 .box .you .tt1{font-size: 30px;line-height: 40px;}
  .cpxq1 .box .you .tt3{font-size: 16px;}
  .cpxq1 .box .you .tt4{gap: 10px;margin-top:33px;}
  .cpxq1 .box .you .tt4 a{min-width: 188px;}


}
@media (max-width:991px) {
    body{letter-spacing: normal;padding-top: 88px;}
    header{background: #fff;}
    header .box{position: initial;}
    header .logo img{max-height:60%;}
    header .logo img:nth-child(1){opacity: 0!important;}
    header .logo img:nth-child(2){opacity: 1!important;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}

    /*pc导航*/
    header nav{display:none;width:100%;max-width: 100%;float: none;padding:15px 20px 40px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .06);overflow-y: auto;overflow-x:hidden;max-height: calc(100vh - 120px)}
    header nav .container-fluid{padding: 0;}
    header nav ul{display: block!important;}
    header nav ul > li{display:block;width:100%;text-align: left;padding: 0 40px 0 0;border-bottom: 1px solid #f6f6f6;position: relative;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:0 0 0 10px;line-height:50px;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > i{display: block;position: absolute;right: 0;top:0;width: 40px;color: #999;line-height: 50px;font-size: 16px;font-weight: normal;text-align: center;}
    header nav ul > li:hover > a{;background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > a{background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > i{color: var(--color_zhuti);}
    header nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 110px);margin-left: -35px;right: auto;background:#f6f6f6;padding:8px 14px;box-shadow: none;border-radius:0;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:6px 5px 6px 35px;display: block;}
    header nav .ul a:hover{background-color: transparent;color: var(--color_zhuti);}
    header nav .ul a.active{background-color: transparent;color: var(--color_zhuti);}

   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:30px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:var(--color_zhuti);border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}



    .main88{display:block;height:auto;padding:40px 0;}
    .banner{height: auto;padding-top: 66%;}
    
    .title{padding-bottom:20px;}
    .title span{font-size:30px;letter-spacing: 2px;}
    .title b{font-size: 22px;line-height: 32px;margin-top:0;}
    
    /*产品*/
    .main2 .box{display:block;}
    .main2 .box .zuo{width: 100%;height: auto;display: flex;flex-wrap: wrap;background: #ddd;gap: 1px;justify-content: space-between;}
    .main2 .box .zuo a{height: auto;font-size:16px;line-height: 1.4;padding: 14px 20px;width: 50%;background: #fff;border: 0!important;}
    .main2 .box .zuo a:nth-child(odd){width: calc(50% - 1px);}
    /*.main2 .box .zuo a:nth-last-child(1){width: 100%;}*/
    .main2 .box .zuo a img{margin-left: 11px;height: 22px;}

    .main2 .box .you{width: 100%;margin-top:1px;}
    .main2 .box .you .list{height: auto;padding:20px;min-height: 220px;}
    .main2 .box .you .list .tt1{font-size: 22px;line-height: 32px;}
    .main2 .box .you .list .tt2{font-size: 15px;margin-top:8px;}
    .main2 .box .you .list .tt3{font-size: 26px;margin-top:22px;}
    
    /*成功案例*/
    .main3 .box{display:block;}
    .main3 .box .zuo{width: 100%;}
    .main3 .box .zhong{position: relative;z-index: 9;}
    .main3 .box .zuo{display: flex;flex-wrap: wrap;margin-top: 20px;}
    .main3 .box .zuo a:nth-child(n){width: 110px;height: 110px;font-size: 15px;margin: 5px!important;}
    .main3 .box .zuo a img{height: 24px;margin:0 auto 8px;}
    .main3 .box .zhong .title{padding-bottom: 13px;}
    .main3 .box .zhong .tt1{width: 50px;height: 3px;}
    .main3 .box .zhong .tt2{font-size:16px;line-height: 26px;margin-top:13px;}
    .main3 .box .zhong .tt3{font-size:18px;line-height: 28px;margin-top: 4px;}
    
    .more{width: 160px;height: 44px;font-size: 14px;margin: 20px auto 0;}
    .more span{margin-left:11px;font-size: 130%;}
    
    .main3 .xxgg1{width: calc(100% + 40px);}
    .main3 .xxgg2{width: calc(76% + 40px);}
    .main3 .xxgg3{width: calc(54% + 40px);}
    

    
    /*关于欣粲*/
    .main4 .tt1{font-size: 20px;line-height: 30px;padding-bottom: 8px;}
    .main4 .tt2{font-size: 14px;margin-bottom: 11px;}
    .main4 .tt3{font-size: 22px;line-height: 32px;padding-bottom: 8px;}
    
    
    .main5 .box{gap: 10px;margin-right: 0;}
    .main5 .box .list{width:100%;}
    .main5 .box .list .tt1{font-size: 24px;line-height: 32px;padding-top: 5px;}
    .main5 .box .list .tt2{font-size: 24px;line-height: 32px;margin-top: 11px;padding-bottom: 22px;}
    .main5 .box .list:nth-child(n+2){padding: 20px;height: auto;}
    .main5 .box .list .tt3{font-size: 18px;line-height: 28px;}
    .main5 .box .list .tt4{font-size: 88px;left: 22px;bottom: -18px;}
    
    /*软件与资料*/
    .main6 .lb6{margin: -6px;}
    .main6 .list{margin: 6px;}
    .main6 .list .tt1{padding: 20px 16px 0;}
    .main6 .list .tt1 img{height: 20px;}
    .main6 .list .tt2{font-size: 16px;padding: 6px 16px 0;line-height: 24px;min-height: 30px;}
    .main6 .list .tt3{height: 38px;padding: 0 20px;margin:14px 16px 20px;}
    .main6 .list .tt3:before{font-size: 140%;margin-right:5px;}
    
    
    
    footer{height: auto;padding-top: 0;display:block;}
    footer .box1{display: block;padding: 44px 0;}
    footer .box1 .tt1{font-size: 24px;line-height: 32px;}
    footer .box1 .tt2{font-size: 18px;line-height: 28px;margin-top:11px;}
    footer .list1{display: block;padding: 30px 0;}
    footer .list1 .tt{width: 100%;}
    footer .list1 .tt .tt1 img{height: 44px;margin: 0 auto 22px;}
    footer .list1 .tt .tt2{display:none;}
    footer .list1 .tt form{height: 42px;margin: 0;}
    footer .list1 .tt form input{padding: 0 15px;}
    footer .list1 .tt form button{width: 44px;font-size: 18px;}
    footer .list1 .ul{display: none;}
    footer .list2{border-top: 1px solid #ddd;padding:26px 0;display:block;}
    footer .list2 .tt3{padding-left: 52px;font-size: 15px;margin-bottom: 12px;}
    footer .list2 .tt3:before{width: 40px;height: 40px;font-size: 18px;}
    footer .list2 .img{margin-top: 20px;}
    footer .list2 .img img{margin: 0 20px 0 0;}
    footer .list3{padding: 18px 0;}


    .footer footer{padding-top: 30px;display: block;}
    .footer footer .box1{padding:44px 0;}





  .nybanner{height: 220px;}
  .nybanner .tt1{font-size: 22px;line-height:32px;padding-bottom:33px;}
  .nybanner .tt2 .div{padding:16px 0;}

  .title8{margin-top: 25px;}
  .title8 .div{gap: 4px;margin-right: -4px;}
  .title8 .div a{width: calc(50% - 4px);}
  .title8 .div a:nth-last-child(1){width: calc(100% - 4px);}
  .title8 .div a:before{height: 3px;}
  .title8 .div a div{font-size: 16px;line-height: 26px;padding: 12px 16px;}
  .title8 .div a div img{height: 22px;margin-left:4px;}



  .ny{padding: 40px 0;}
  .ny2{padding: 0px 0 40px 0;}
  .title2{font-size: 24px;line-height: 34px;padding-bottom:26px;}
  .title2 span{font-size: 14px;margin-top: 6px;line-height: 24px;}
  .title3{padding-bottom: 26px;}
  .title3 a{font-size: 15px;line-height: 40px;min-width: 110px;padding: 0 18px;margin:2px;}


  .nycp{gap: 16px;margin-right: -16px;}
  .nycp .list{width: calc(50% - 16px);padding: 25px;box-shadow: none;border: 1px solid #eee;}
  .nycp .list .tt1{font-size: 18px;}
  .nycp .list .tt2{font-size: 14px;margin-top: 8px;}
  .nycp .list .tt3{font-size: 26px;margin-top: 14px;}



.main99{padding-top: 40px;padding-bottom: 40px;}
.cpxq1 .box{display:block;}
.cpxq1 .box .zuo{width:100%;}

.cpxq1 .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 4px 8px!important;}



.cpxq1 .box .you{width: 100%;padding:26px 0 0;}
.cpxq1 .box .you .tt1{font-size: 22px;line-height: 32px;}
.cpxq1 .box .you .tt2{width: 50px;height: 4px;margin-top: 16px;}
.cpxq1 .box .you .tt3{font-size: 15px;margin-top: 16px;}
.cpxq1 .box .you .tt4{margin-top: 22px;gap: 4px;}
.cpxq1 .box .you .tt4 a{height: 44px;min-width: 160px;padding: 0 18px;font-size: 16px;}
.cpxq1 .box .you .tt4 a img{height: 20px;margin-right: 8px;}

.cpxq2{font-size: 14px;}
.title5{font-size: 22px;line-height: 32px;padding-bottom:18px;}



.nycase{margin:0 -6px;}
.nycase .list{width: calc(50% - 12px);margin: 0 6px 12px;}
.nycase .list .tt{font-size: 15px;line-height: 40px;padding: 0 10px;}

    .nyxz{margin: -6px;}
    .nyxz .list{width: calc(50% - 12px);margin: 0 6px 12px;}
    .nyxz .list .tt1{padding: 20px 16px 0;}
    .nyxz .list .tt1 img{height: 20px;}
    .nyxz .list .tt2{font-size: 16px;padding: 6px 16px 0;line-height: 24px;min-height: 30px;}
    .nyxz .list .tt3{height: 38px;padding: 0 20px;margin:14px 16px 20px;}
    .nyxz .list .tt3:before{font-size: 140%;margin-right:5px;}
    


}

@media (max-width:767px) {


}
@media (max-width:600px) {
  .nycp .list{width: calc(100% - 12px);}

}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 50px;}
    .sjdibu{height:50px;background:red;position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px rgba(255, 255, 255, 1);width: 100%;text-align: center;font-size: 0;display: block;}
    .sjdibu .box1{display: flex;justify-content: space-around;}
    .sjdibu .box1 a{display:block;color: #fff;padding: 5px;width: 100%;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:50px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}

























