ol,ul,li {list-style: none;}
a,a:active {color: inherit;text-decoration: none;cursor: pointer;border: 0;}

/* 技术支持 */
.sup-tit{font-size:44px;font-weight:bold;color:#000;text-align:center;}
.sup-info{font-size:24px;color:#333;text-align:center;margin-top:20px;}
.Choice-pro li{width:33.3333%;float:left;text-align:center;padding:60px 0 0;border-right:1px solid #d4d2d3;border-top:1px solid #d4d2d3;}
.Choice-pro li h4{font-size: 20px;font-weight: bold;color:#000;margin-top: 25px;}
.Choice-pro li:nth-child(3n){border-right:0px;}
.Choice-pro li:nth-child(-n+3){border-top:0px;padding-top:0;padding-bottom:60px;}
.Choice-pro li:hover h4{color:#000;text-decoration: underline;}
.Choice-pro ul{margin-top:80px;}
.fast-server{margin-top:50px;}
.fast-server ul{margin-top:56px;}
.fast-server li{width:48%;float:left;margin-right:2.6%;background:#fff;border-radius:8px;box-shadow: 0 0 2px 2px #f0f0f0;}
.fast-server li img{max-width:100%;}
.fast-server li:last-child{margin-right:0;}
.fast-server li .note{padding:30px;position: relative;}
.fast-server li h4{font-size:24px;color:#303030;font-weight:bold;text-align:center;}
.fast-server li p{font-size:14px;color:#303030;text-align:center;margin:20px auto 30px;line-height:25px;}
.fast-server li .more{font-size:12px;border:1px solid #888;width:80px;height:25px;line-height:25px;border-radius:25px;text-align:center;display:block;margin:0px auto;transition: all 0.3s;}
.fast-server li .more:hover{background:#000;border-color:#000;color:#fff;}
.fast-server li span{width:65px;height:65px;cursor: pointer;position:absolute;left:50%;top:-33px;margin-left:-32.5px;background:#fff;border-radius:50%;text-align:center;line-height:65px;transition: all 0.5s ease;}
.fast-server li:hover span{box-shadow:0 0 8px #888;top:-50px;}
.Choice-pro ul .com-img img{max-width: 100%;}

.fdback{margin-top:110px;}
.fdbackbox{background:#fff;padding:30px;box-shadow: 0 0 2px 2px #f0f0f0;margin-top:60px;position: relative;text-align: center;text-align: center;}
.fdbackbox img{max-width:100%;}
.fdbackbox a{font-size:24px;color:#000;font-weight:bold;position:absolute;bottom:30%;display:block;width:235px;height:60px;line-height:60px;text-align:center;background:#fff;border-radius:35px;left:50%;margin-left:-108px;transition:all 0.5s ease;}
.fdbackbox a:hover{background:#000;color:#fff;}
input,textarea{outline:none;}
.advisebox{position:fixed;width:100%;height:100%;left:0px;top:0px;background: rgba(0,0,0,0.5);z-index:999999;display:none;}
.advise{width: 888px;height:820px;position: absolute;left:50%;top:50%;margin-left: -444px;margin-top:-410px;background: #fff;border-radius: 10px;padding:50px 100px;}
.advise h4{font-size: 30px;font-weight: bold;color:#000;text-align:center;margin-bottom:30px;}
.advise textarea{width:100%;height:176px;border:1px solid #d4d2d3;outline: none;resize: none;padding:10px;}
.advise li{width:45%;float:left;margin-bottom:40px;}
.advise li:nth-child(2n){float:right;}
.advise li input{width:100%;height:50px;border:1px solid #d4d2d3;padding:0px 10px;outline:none;border-radius: 5px;font-size:20px;}
.advise .inp_sub{width:170px;height:55px;font-size:20px;color:#d4d2d3;background:#000;border-radius:6px;border:0px;cursor: pointer;margin:40px auto 0;display: block;}
.advise .inp_code{width:210px;height:47px;border:1px solid #d4d2d3;padding:0px 10px;outline:none;border-radius: 5px;font-size:20px}
.advise p span{font-size:20px;color:#d4d2d3;margin-left:20px;height:50px;line-height:50px;display: inline-block;cursor: pointer;}
.advise p span:hover{color: #000;text-decoration: underline;}
.advise .close{width:26px;height:26px;background: url(../images/close.png) no-repeat center;position: absolute;right:20px;top:20px;cursor:pointer;}
.advise .close:hover{background:url(../images/closeon.png) no-repeat center;}

.adviseboxt{position:fixed;width:100%;height:100%;left:0px;top:0px;background: rgba(0,0,0,0.5);z-index:999999;display:none;}
.adviset{width:400px;height:390px;position: absolute;left:50%;top:50%;margin-left: -200px;margin-top:-195px;background: #fff;border-radius: 10px;padding:50px 60px;}
.adviset .close{width:26px;height:26px;background: url(../images/close.png) no-repeat center;position: absolute;right:20px;top:20px;cursor:pointer;}
.adviset .close:hover{background:url(../images/closeon.png) no-repeat center;}
.adviset dd{font-size: 30px;font-weight: bold;color:#010101;margin-bottom:50px;}
.adviset dd span{margin-right:25px;position: relative;top:-5px;display:inline-block;}
.adviset dd:hover{color:#000;text-decoration: underline;}
.adviset dd:hover span{animation: shaket 0.5s;}

/* 资料下载 */
.filed-list{padding:54px 30px 0 30px;overflow: hidden;}
.filed-list *{box-sizing: border-box;}
.filed-list dl{width:45%;float:left;margin-bottom:96px;overflow: hidden;}
.filed-list dl dt{width:35%;float:left;border:1px solid #d4d2d3;padding:0;text-align:center;height: 192px;line-height: 112px;}
.filed-list dl dt img{max-width:100%;height: 100%;object-fit: cover;}
.filed-list dl dd{width:60%;float:right;margin:0;}
.filed-list dl:nth-child(2n){float: right;}
.filed-list dd h4{font-size:16px;font-weight: bold;color:#000;height: 42px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.filed-list dd p{font-size:14px;color:#000;font-weight:lighter;margin:14px auto 22px;line-height:24px;height: 84px;overflow: hidden;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.filed-list dd a{width:90px;height:30px;font-size: 12px;line-height:28px;text-align: center;display:block;border-radius:25px;border:1px solid #000;color:#1e1e1e;}
.filed-list dd a i{display:inline-block;width:10px;height:10px;background:url(../images/icon_down.png) no-repeat center;margin-left:5px;}
.filed-list dd a:hover{background:#000;color:#fff;}
.filed-list dd a:hover i{background:url(../images/icon_downon.png) no-repeat center;}
/* .filed-list dl:last-child, .filed-list dl:nth-last-child(2){margin-bottom: 0;} */
/* .filed-list dl:last-child{} */

 

/* -------------------------PC端--------------------------- */

@media all and (max-width:1640px) {
    .wtjjfacase-container, .wtjjfaframe-container, .wtjjfatrait-container,.wtjjfabenefit-container, .wtjjfaitem-container{padding: 86px 0 0 0;}
    .contain{width: 94%;}
    .pany-3 .contain{width: 100%;}
    .jjfabenefit-list ul li:nth-child(2n+1){padding-right: 60px;}
    .jjfabenefit-list ul li:nth-child(2n){padding-left: 60px;}
    .zjjfauser-pic{height: 380px;}
    .indcontainer{width: 94%;}
    .gywmapply-words h4{font-size:76px;margin-top:300px;}
    .gywmapply-words p{font-size:42px;}
    .gywmhome-list ul li h6{font-size:40px;}
    .gywmhome-words h5{font-size:60px;padding:40px 0 30px;}
    .gywmhis-words h4{font-size:70px;}
    .gywmhis-wordslist h5{font-size:50px;}
    .gywmtime-words h6{font-size:80px;}
    .gywmapply-words h6{font-size:40px;}
    .gywmtime-words p span{font-size:50px;}
    .gywmtime-words p{padding-top:38px;}
    .gywmtime-num h6{font-size:50px;}
    .gywmtime-num p{font-size:20px;}
    .jjfaban-words h6{font-size:50px;}
    .gywmbegin-words h6{font-size:256px;margin-top: -20px;}
    .chip-list li{padding: 0 80px;margin-top: 80px;}
    .chip-list ul{padding-bottom:80px;}
    .chip-two{padding:20px 80px 40px;}
    .gywmhis-wordslist h6{font-size:28px;}
    .indtitle h6,.tecpar h2, .application h2, .xpfiledown h2{font-size:50px;}
    .gywmhome-list{margin-top:160px;}
    .hotc-note h4{font-size: 34px;}
    .jjfaitem-pic{height: 260px;}
    .gatherTitle h6{font-size: 50px;}
    .item-pic{height: 452px;}
    .filed-list dl{margin-bottom: 84px;}
    .app-note .info {margin: 8px auto;padding-bottom: 10px;line-height: 26px;}
    .app-note h4 {margin-bottom: 14px;}
    .app-note h5 {margin-bottom: 8px;}
    .app-note p {margin-bottom: 14px;font-size: 14px;}
    .jjfaframe-img{padding: 50px;}
    .chip-tit{margin: 70px auto 30px;}
    .chip-list li:nth-child(-n+3){margin-top: 80px;}
}

@media all and (max-width:1460px) {
    .gatherTitle.wtloop-title{padding-top: 82px;}
    .zjjfauser-list ul li:nth-child(2n+1){padding: 60px 24px 0 48px;}
    .zjjfauser-list ul li:nth-child(2n) { padding: 60px 48px 0 24px;}
    .gywmhome-list{margin:100px auto 0;width: 88%;}
    .jjfaban-words h6{font-size: 48px;}
    .jjfaban-words p{margin-top: 24px;font-size: 18px;line-height: 32px;}
    .zjjfa-words i {margin: 18px auto 0;}
    .jjfacase-container,.jjfaitem-container{padding: 80px 0 90px 0;}
    .jjfatrait-container{padding: 0 0 90px 0;}
    .tecpar{padding-top: 90px;padding-bottom: 90px;}
    .jjfatrait-list,.jjfabenefit-list{width: 94%;margin: 60px auto 0;}
    .jjfatrait-list ul li p {font-size: 16px;line-height: 24px;margin-top: 8px;height: 68px;}
    .jjfabenefit-list ul li:nth-child(2n){padding-left: 30px;}
    .jjfabenefit-list ul li:nth-child(-n+2){padding-bottom: 40px;}
    .jjfabenefit-list ul li:nth-child(n+3) {padding-top: 40px;}
    .jjfatrait-list ul li:nth-child(-n+3){padding-bottom: 40px;}
    .jjfatrait-list ul li:nth-child(n+4){padding-top: 36px;}
    .gatherTitle h6 {font-size:40px;}
    .smalltitle p{font-size:20px;}
    .zjjfauser-wordspic h4{font-size:26px;}
    .hdware-list li{padding:40px;}
    .hdware-list li h4{font-size:30px;}
    .jjfabenefit-list ul li h6 span {font-size: 16px;line-height: 26px;margin-top: 12px;height: 56px;text-align: justify;text-justify: distribute;}
    .jjfabenefit-list ul li h6,.jjfabenefit-list ul li i{height: 98px;}
    .jjfabenefit-list ul li i{line-height: 98px;}
    .jjfaitem-pic{height: 252px;}
    .lxwmcall-container,.lxwmmedia-container,.lxwmwe-container{padding-top: 82px;}
    .lxwmaddress-container {padding: 80px 0 90px;}
    .lxwmwe-pic{height: 220px;}
    .lxwmwe-picwords ul li i{top: 188px;}
    .zjjfauser-container{padding: 80px 0 60px 0;}
    .zjjfauser-wordspic h4{font-size: 30px;}
    .zjjfauser-pic{height: 350px;}
    .zjjfaitem-container {padding: 0 0 100px 0;}
    .probann-pic{right:5%;}
    .gywmapply-words h4{font-size:68px;}
    .gywmapply-words p{font-size: 36px;margin-top: 60px;}
    .gywmhome-list ul li h6{font-size:36px;}
    .gywmhome-words h5{font-size:50px;padding: 40px 0 22px;}
    .gywmhis-words h4{font-size: 60px;}
    .gywmhis-wordslist {margin-top: 46px;}
    .gywmhis-wordslist h5{font-size: 40px;margin-top: 46px;padding-bottom: 12px;}
    .gywmhis-wordslist p {font-size: 16px;margin-top: 14px;}
    .gywmtime-words h6{font-size: 76px;line-height: 200px;width: 45%;}
    .gywmapply-words h6{font-size:35px;margin-top: 20px;}
    .gywmtime-words p span{font-size:44px;margin-top: 6px;}
    .gywmtime-words p{padding-top:32px;}
    .gywmtime-num h6{font-size: 42px;margin-bottom: 28px;}
    .gywmtime-num p{font-size:18px;line-height: 38px;}
    .gywmhis-wordslist h6{font-size:24px;}
    .gywmtime-words p{padding-top: 32px;width: 55%;}
    .sup-tit{font-size:40px;}
    .sup-info{font-size:20px;}
    .chip-note h4{font-size:36px;}
    .gywmbegin-words h6{font-size:226px;margin-top: -10px;}
    .chip-list li{padding: 0 68px;}
    .chip-list ul{padding-bottom:60px;}
    .chip-two{padding:0 60px 40px;}
    .indtitle h6,.tecpar h2, .application h2, .xpfiledown h2{font-size:40px;}
    .gywmhome-list ul li img{margin-top:40px;width: 320px;height: auto;}
    .gywmhome-words h4 {font-size: 32px;}
    .chip-box {padding: 44px 0;}
    .hotcase{padding-top: 80px;}
    .hotcase img{height: 480px;}
    .hotc-note h4 {font-size: 30px;}
    .hotc-note {padding: 7% 4% 0;}
    .jjfaitem-container{padding: 20px 0 90px 0;}
    .jjfaitem-words h4 {font-size: 20px;height: 52px;}
    .jjfaitem-words p{margin-top: 14px;}
    .jjfaitem-words h6{margin-top: 28px;}
    .jjfaabo-container {padding-bottom: 88px;}
    .item-container {padding: 0px 0 60px;}
    .item-words h4{font-size: 28px;}
    .item-words p{margin-top: 12px;}
    .item-words{padding-top: 44px;}
    .item-pic {height: 440px;}
    .hdware-list {margin-top: 38px;}
    .jjfaitem-list, .item-picwords{margin-top: 22px;}
    .jjfaabo-container .jjfaitem-more {margin-top: 54px;}
    .casecont {padding: 82px 0px;}
    .case-cont {padding: 54px;}
    .casecont .jjfaitem-more {margin-top: 50px;}
    .case-cont .content h4{font-size: 22px;}
    .news-cont .content{line-height: 28px;}
    .news-cont .info {margin: 22px auto;padding-bottom: 22px;}
    .jjfaabo-wordspic {padding: 54px 0 80px;}
    .jjfaabo-list .swiper-pagination{bottom: 32px !important;}
    .fast-server,.fdback {margin-bottom: 50px;}
    .fdbackbox{margin-top: 50px;}
    .filed-list dl{margin-bottom: 74px;}
    .news-list li h4 {font-size: 20px;height: 32px;line-height: 32px;}
    .news-list li p {margin: 16px auto 20px;}
    .rec-news h2 {padding-top: 40px;margin-top: 44px;}
    .market-list li h4{font-size: 20px;height: 32px;line-height: 32px;}
    .news-cont h1{font-size: 26px;}
    .gywmapply-container{height: 700px;}
    .gywmhome-container {height: 1300px;}
    .gywmhis-container{padding: 120px 0;}
    .gywmtime-words{height: 214px;width: 580px;}
    .gywmtime-line {margin-top: 260px;}
    .gywmtime-container, .gywmtime-box{height: 740px;}
    .advise h4 {font-size: 24px;margin-bottom: 20px;}
    .advise textarea{height: 160px;}
    .advise li {margin-bottom: 28px;}
    .advise{height: 720px;}
    .lxwmcall-words h6 {font-size: 40px;}
    .lxwmcall-words p {font-size: 30px;margin-top: 20px;}
    .lxwmcall-img i{width: 140px;height: 140px;margin-top: -70px;margin-left: -70px;}
    .lxwmcall-words {padding: 116px 0 100px 0;}
    .lxwmmedia-words {padding: 92px 0;}
    .lxwmmedia-wordspt h6 {font-size: 30px;padding-bottom: 12px;}
    .lxwmmedia-wordspt p{font-size: 16px;width: 250px;margin: 6px auto 0;}
    .lxwmmedia-wordslx h6 {font-size: 30px;padding-bottom: 12px;}
    .lxwmmedia-wordslx {padding-top: 32px;}
    .lxwmaddress-map {border: 20px solid #fff;margin-top: 46px;}
    #allmap {height: 520px;}
    .zjjfauser-list {margin-top: 54px;padding-bottom: 72px;}
    .wtjjfacase-container, .wtjjfaframe-container, .wtjjfatrait-container,.wtjjfabenefit-container, .wtjjfaitem-container{padding: 82px 0 0 0;}
    .wtjjfaabo-container{padding: 80px 0 90px 0;}
    .wtxinpian-container{padding:  82px 0 0 0;}
    .wtxinpianbot-container{padding:  82px 0 90px 0;}
    .zjjfa-words{width: 1000px;}
    .jjfaframe-img{padding: 40px;}
    .chip-list li:nth-child(-n+3){margin-top: 60px;}
    .chip-pic {width: 54%;}
    .chip-note {width: 38.6%;}
    .chip-note.fl{margin-left: 4.2%;}
    .jjfaitem-more {margin-top: 36px;}
    .gatherTitle p {font-size: 16px;line-height: 26px;}
    .gatherTitle h6{padding-bottom: 25px;}
    .jjfacase-img {margin-top: 46px;}
    .lxwmwe-picwords {margin-top: 46PX;}
    .wtxinpian-container .jjfaframe-img {margin: 40px 0 0;}
    .relcase .item-picwords{margin-top: 46px;}
    .tecpar h2, .application h2, .xpfiledown h2{margin-bottom: 46px;}
    .jjfaabo-list {margin-top: 22px;}
    .gatherTitle h5 {padding-bottom: 10px;}
    .wtyoushitop .gatherTitle h6 {padding-bottom: 20px;}
    .xpfiledown li p {font-size: 14px;margin-top: 20px;}
    .xpfiledown li a{margin-top: 30px;}
    .jjfatrait-list ul li h6{margin-top: 20px;}
    .yjadvpro .jjfatrait-list ul li:nth-child(n+4) p {margin-bottom: 22px;}
    .wtjjfabenefit-container .jjfabenefit-list ul li i {height: 120px;line-height: 120px;}
    .wtjjfabenefit-container .jjfabenefit-list ul li h6 {height: 120px;}
    .jjfabenefit-list ul li:nth-child(2n+1) {padding-right: 76px;}
    .gnms.wtjjfabenefit .jjfabenefit-list ul li:nth-child(2n+1){padding-right: 0;}
    .wtjjfabenefit-container .jjfabenefit-list ul li:nth-child(-n+2) {padding-bottom: 50px;}
    .wtjjfabenefit-container .jjfabenefit-list ul li:nth-child(n+3) {padding-top: 50px;}
    .jjfabenefit-list ul li:nth-child(2n){padding-right: 34px;}
    .fast-server ul {margin-top: 50px;}
    .fast-server li p {font-size: 12px;line-height: 24px;}
    .gywmhome-list ul li p {font-size: 20px;margin-top: 8px;}
}

@media all and (max-width:1381px) {
    .gatherTitle.wtloop-title {padding-top: 60px;}
    .jjfaban-words h6 {font-size: 40px;}
    .jjfaban-words{left:5%;}
    .probann-pic{right:5%;}
    .jjfacase-img,.jjfaitem-list{margin-top: 40px;}
    .jjfacase-container, .jjfatrait-container, .jjfaitem-container {padding: 60px 0 70px 0;}
    .jjfatrait-list ul li h6{font-size: 22px;}
    .jjfabenefit-list ul li h6 p{font-size: 22px;}
    .jjfabenefit-list ul li i{width: 24%;}
    .jjfabenefit-list ul li h6{width: 76%;}
    .jjfaitem-pic{height: 240px;}
    .jjfaitem-words h4{font-size: 18px;height: 48px;}
    .jjfaitem-words {padding: 24px 32px 28px 32px;}
    .jjfaabo-container,.lxwmaddress-container{padding-bottom: 80px;}
    .lxwmcall-container, .lxwmmedia-container, .lxwmwe-container{padding-top: 60px;}
    .lxwmaddress-container {padding: 60px 0 70px;}
    #allmap{height: 420px;}
    .lxwmcall-words{padding: 110px 0;}
    .lxwmwe-pic{height: 200px;}
    .lxwmwe-picwords ul li i{top: 168px;}
    .lxwm-words{left: 3%;}
    .zjjfauser-container{padding: 60px 0 70px 0;}
    .zjjfa-words {width: 1200px; left: 50%;}
    .zjjfauser-wordspic h4 {font-size: 26px;}
    .zjjfauser-pic{height: 328px;}
    .zjjfauser-list ul li:nth-child(2n) {padding: 62px 48px 0 24px;}
    .zjjfauser-list ul li:nth-child(2n+1) {padding: 62px 24px 0 48px;}
    .zjjfaitem-container {padding: 0 0 100px 0;}
    .zjjfauser-list{padding-bottom: 62px;}
    .zjjfaitem-container {padding: 0 0 80px 0;}
    .rel-faq .rel-box li{padding-left:20px;}
    .gywmbegin-words h6{font-size:200px;}
    .gatherTitle h6{font-size:32px;}
    .smalltitle p{font-size:18px;}
    .chip-note h4{font-size:26px;}
    .probann-pic{width:420px;}
    .indtitle h6,.tecpar h2, .application h2, .xpfiledown h2{font-size:32px;}
    .item-words h4{font-size:24px;}
    .sup-tit{font-size:30px;color:#009baf;}
    .gywmapply-words h4{font-size:40px;}
    .gywmapply-words p,.gywmapply-words h6{font-size:24px;}
    .gywmhome-list{width: 100%;}
    .gywmhome-list ul li img{margin-top:40px;}
    .gywmhome-words h4{font-size:30px;}
    .gywmhome-words h5{font-size:40px;padding:30px 0 20px;}
    .gywmhome-words p{font-size:20px;}
    .gywmhis-words h4{font-size:50px;}
    .item-prev, .item-next{top: 158px;}
    .item-pic {height: 426px;}
    .hotcase {padding-top: 60px;}
    .item-container {padding: 0px 0 70px;}
    .hotcase img {height: 460px;}
    .hotc-note h4 {font-size: 28px;}
    .jjfaitem-container {padding: 20px 0 70px 0;}
    .jjfaabo-container .jjfaitem-more {margin-top: 50px;}
    .casecont .jjfaitem-more {margin-top: 42px;}
    .filed-list dl{margin-bottom: 60px;}
    .wtjjfacase-container, .wtjjfaframe-container, .wtjjfatrait-container,.wtjjfabenefit-container, .wtjjfaitem-container{padding: 62px 0 0 0;}
    .wtjjfaabo-container{padding: 60px 0 70px 0;}
    .wtxinpian-container{padding:  60px 0 0 0;}
    .wtxinpianbot-container{padding:  60px 0 70px 0;}
    .gnms{padding-bottom:60px;}
    .lxwmmedia-wordspt p{width: auto;}
}

@media all and (max-width:1301px) {
    .jjfaban-words h6 {font-size: 36px;}
    .jjfaban-words p {margin-top: 20px;}
    .jjfatrait-list ul li:nth-child(-n+3) {padding-bottom: 32px;}
    .jjfatrait-list ul li:nth-child(n+4) {padding-top: 32px;}
    .jjfatrait-list ul li {padding: 0 32px;}
    .jjfatrait-list ul li h6 {font-size: 20px;margin-top: 12px;}
    .yjadvpro .jjfatrait-list ul li:nth-child(n+4) h6 {margin-top: 12px;}
    .jjfatrait-list ul li p {font-size: 14px;line-height: 22px;height: 42px;}
    .yjadvpro .jjfatrait-list ul li:nth-child(n+4) p {margin-bottom: 0;}
    .jjfabenefit-list ul li:nth-child(-n+2) {padding-bottom: 32px;}
    .jjfabenefit-list ul li:nth-child(n+3) {padding-top: 32px;}
    .jjfaitem-pic{height: 220px;}
    .jjfaabo-pic {margin-top: 40px;padding: 0 60px;height: 280px;}
    .jjfatrait-list, .jjfabenefit-list {margin: 44px auto 0;}
    .lxwmcall-words h6{font-size: 38px;}
    .lxwmcall-words p{font-size: 28px;}
    .lxwmwe-pic{height: 180px;}
    .lxwmwe-picwords ul li i{top: 148px;}
    .lxwmmedia-wordspt{padding: 0 10px;}
    .lxwmwe-picwords,.lxwmaddress-map{margin-top: 40PX;}
    .zjjfa-words{width: 76%;transform: translate(0,-50%);left: 12%;}
    .zjjfauser-list{margin-top: 40px;}
    .zjjfauser-pic {height: 280px;}
    .zjjfauser-list ul li:nth-child(2n) {padding: 40px 36px 0 28px;}
    .zjjfauser-list ul li:nth-child(2n+1) {padding: 40px 28px 0 36px;}
    .zjjfauser-list{padding-bottom: 40px;}
    .hdware-list{margin-top:20px;}
    .chip-two{padding:0 40px 44px;}
    .casecont{padding:60px 0;}
    .indtitle h6{font-size:36px;}
    .gatherTitle h6{font-size:32px;}
    .chip-list li {padding: 0 54px;margin-top: 54px;}
    .jjfaitem-container {padding: 20px 0 54px 0;}
    .chip-tit {margin: 54px auto 30px;}
    .jjfatrait-container.yjadvpro{padding-top: 0;}
    .application {padding-top: 64px;}
    .tecpar {padding-top: 60px;padding-bottom: 60px;}
    .item-container {padding: 0px 0 24px;}
    .jjfacase-img, .jjfaitem-list {margin-top: 24px;}
    .xpfiledown {padding-bottom: 72px;}
    .jjfaitem-container.xp-relproj.wtxinpian-container{padding-bottom: 0px;}
}

@media all and (max-width:1201px) {
    .gatherNav a{width: 120px;height: 54px;line-height: 54px;}
    .gatherTitle h6 {font-size: 32px;}
    .jjfaabo-pic{height: 230px;}
    .lxwmmedia-words{padding: 92px 0;}
    .zjjfauser-pic {height: 240px;}
    .zjjfauser-wordspic h4 {font-size: 22px;}
    .zjjfa-words{width: 94%;transform: translate(0,-50%);left:3%;}
}


@media all and (max-height:821px){
    .advise{height:96%;margin-top:2%;top:0;padding:30px 60px;}
    .advise textarea{height:120px;}
}

/* ------------------------手机端-------------------------- */


@media all and (max-width:1000px) {
    .gnms{padding-bottom:30px;}
    .gywmbegin-words h6 img{width: 260px;height: auto;}
    .gywmbegin-words{top: 50%;}
    .Header-navbar ul li.sonnav{background:none;}
    .probann-pic{display:none;}
    .jjfaban-words{width: 88%;left: 6%;text-align: center;}
    .jjfaban-words h6 {font-size: 30px;}
    .jjfaban-words p {margin-top: 10px;font-size: 16px;line-height: 24px;display: none;}
    .jjfaban img{min-height: 260px;}
    .zjjfa-words i{display: none;}
    .gatherNav-container .contain{width: 100%;overflow-x: auto;position: relative;height: 44px;}
    .gatherNav a {width: 120px;height: 44px;line-height: 44px;}
    .gatherTitle h6 {font-size: 24px;padding-bottom: 10px;width: 100%;overflow: hidden;}
    .gatherTitle p {font-size: 16px;line-height: 26px;display: inline;}
    .gatherTitle.smalltitle.yingjiantit p{display: none;}
    .chip-pic.fl img{margin-left: 0;}
    .jjfatrait-img img{min-height: 240px;}
    .jjfacase-container, .jjfatrait-container, .jjfaitem-container {padding: 46px 0 46px 0;}
    .jjfacase-img, .jjfaitem-list {margin-top: 32px;}
    .jjfaframe-img,.jjfatrait-img,.jjfabenefit-img {margin-top: 16px;}
    .jjfatrait-list ul li:nth-child(-n+3),.jjfatrait-list ul li:nth-child(n+3){padding: 0;border:none;}
    .jjfatrait-list ul li{width: 50%;padding: 16px 16px !important;border-bottom: 1px solid #e0e0e1 !important;}
    .jjfatrait-list ul li:nth-child(2n+1){border-right: 1px solid #e0e0e1;padding-left: 12px !important;}
    .jjfatrait-list ul li:nth-child(2n){padding-right: 12px !important;}
    .jjfatrait-list ul li h6{font-size: 16px;margin-top: 0;}
    .yjadvpro .jjfatrait-list ul li:nth-child(n+4) h6{margin-top: 0;}
    .jjfatrait-list ul li:nth-last-child(2),.jjfatrait-list ul li:last-child{border-bottom:none !important;}
    .jjfatrait-list ul li p {font-size: 12px;line-height: 18px;height: 72px;-webkit-line-clamp: 4;text-align: center;text-justify: distribute;}
    .jjfatrait-list, .jjfabenefit-list {margin: 36px auto 0;}
    .jjfabenefit-list ul li:nth-child(-n+2),.jjfabenefit-list ul li:nth-child(n+2){padding: 0;border: 0;}
    .jjfabenefit-list ul li{width: 100%;padding: 16px 0 !important;border-bottom: 1px solid #e0e0e1 !important;}
    .jjfabenefit-list{margin: 28px auto 0;}
    .jjfaitem-list ul li:nth-child(n+4){margin-top: 16px;}
    .jjfabenefit-list ul li h6 p {font-size: 18px;}
    .jjfabenefit-list ul li h6 span {font-size: 14px;line-height: 22px;margin-top: 10px;height: 92px;-webkit-line-clamp: 5;}
    .jjfabenefit-list ul li h6, .jjfabenefit-list ul li i{height: 104px;}
    .jjfabenefit-list ul li i{width: 24%;}
    .jjfabenefit-list ul li i img{max-width: 60%;}
    .jjfabenefit-list ul li h6{width: 76%;}
    .jjfaitem-list {margin-top: 0;}
    .jjfaitem-list ul {margin-left: 0%;}
    .jjfaitem-list ul li {width: 100%;margin-left: 0%;margin-top: 16px;}
    .jjfaitem-pic{height: 212px;}
    .jjfaitem-words {padding: 20px 18px 24px 18px;}
    .jjfaitem-words p{margin-top: 14px;}
    .jjfaitem-words h6{margin-top: 24px;}
    .jjfaitem-more {margin-top: 32px;}
    .jjfaabo-wordspic {padding: 48px 0;}
    .jjfaabo-container,.lxwmaddress-container {padding-bottom: 60px;}
    .lxwmcall-container, .lxwmmedia-container, .lxwmwe-container{padding-top: 40px;}
    .lxwmaddress-container {padding: 40px 0 44px;}
    .lxwmcall-img i,.lxwmmedia-img i{width: 112px;height: 112px;margin-left: -56px;bottom: -56px;}
    .jjfacase-img img,.jjfaframe-img img,.jjfabenefit-img img{min-height: 240px;}
    .wtxinpian-container .jjfaframe-img {margin-top: 32px;}
    .lxwmcall-words {padding: 58px 0;}
    .lxwmcall-words h6 {font-size: 28px;}
    .lxwmcall-words p {font-size: 16px;}
    .lxwmwe-picwords{margin-top: 10px;}
    .lxwmmedia-words ul li:last-child{border-left: none;}
    .lxwmaddress-map{margin-top: 32px;}
    .lxwmwe-picwords ul{margin-left: 0;}
    .lxwmwe-picwords ul li{width: 100%;margin-left: 0;margin-top: 16px;}
    .lxwmwe-pic{height: 240px;}
    .lxwmwe-picwords ul li i {top: 208px;}
    .lxwmmedia-words ul li{width: 100%;}
    .lxwmmedia-words {padding: 48px 0;}
    .lxwmmedia-wordslx h6 ,.lxwmmedia-wordspt h6{font-size: 26px;padding-bottom: 8px;}
    .lxwmmedia-wordslx{padding-top: 0;}
    .lxwmmedia-wordspt p {font-size: 16px;}
    .lxwmmedia-wordsic a:last-child img {bottom: 78px;right: 50%;margin-bottom: 0;margin-right: -70px;}
    #allmap{height: 320px;}
    .zjjfauser-container{padding: 42px 0 30px;}
    .zjjfauser-list ul li:nth-child(2n+1) {padding: 32px 16px 0 16px;}
    .zjjfauser-list ul li:nth-child(2n) {padding: 32px 16px 0 16px;}
    .zjjfauser-list ul li{width: 100%;}
    .zjjfauser-list {padding-bottom: 32px;}
    .zjjfauser-pic{height: 200px;}
    .zjjfaitem-container {padding: 0 0 60px 0;}
    .application{display: none;}

    .hdware-list li{width:100%;padding:38px 20px 20px;margin-top:15px;}
    .hdware-list li h4{font-size:26px;}
    .hdware-list li p{font-size:18px;margin:10px auto;}
    .chip-two{padding:20px;}
    .chip-box{margin-top:10px;}
    .chip-note h4{max-width:100%;font-size:24px;}
    .chip-pic,.chip-note{width:100%;}
    .chip-tit{margin:20px 0;font-size:20px;}
    .chip-note h6{font-size:16px;margin: 15px auto 10px;}
    .chip-list li h4{font-size:18px;margin-top:20px;}
    .chip-list .jjfaitem-more{margin-top:15px;}
    .chip-list ul{padding-bottom:20px;}
    .chip-list li{width:100%;border-top:1px solid #eee;margin-top:20px;padding-top:20px;padding-bottom: 20px;}
    .chip-list li:first-child{margin-top: 0px;border-top: 0;}
    .faqlist{padding:15px;}
    .faq-fl{margin-bottom: 18px;}
    .faq-fl,.faq-fr{width:100%;}
    .faqlist dt{padding-right:20px;}
    .faqlist dd{padding:20px 16px 20px 68px;background-position: 12px 16px;}

    .Choice-pro li{width:100%;}
    .fast-server li{width:100%;margin-bottom:15px;}
    .fast-server li .com-img img{width:100%;}
    .fdback,.fdbackbox,.fast-server{margin-top: 20px;}
    .Choice-pro ul{margin-top:20px;}
    .Choice-pro li{padding:20px 0;border-bottom:1px solid #ddd;border-right:0px;}
    .Choice-pro li:nth-child(-n+3){padding:20px 0;border-top: 1px solid #ddd;}
    .sup-tit{font-size:26px;}
    .sup-info{font-size:16px;margin-top: 10px;line-height: 28px;padding: 0 6px;}
    .fast-server ul {margin-top: 20px;}
    .fdbackbox{padding:10px;}

    .advise{width:100%;left:0px;margin-left: 0;padding:10px;overflow:auto;top:0;margin-top:0;border-radius:0;height:100%;}
    .advise *{box-sizing: border-box;}
    .advise textarea{height:100px;}
    .adviset{width:96%;margin-left:0;left:2%;}
    .adviset dd{font-size:18px;}
    .advise h4{font-size:20px;margin-bottom:20px;}
    .advise .close{right:12px;top:12px;}
    .advise li input{font-size:16px;}
    .advise li{margin-bottom:20px;width:100%;}

    .filed-list{padding:20px;}
    .filed-list dl{width:100%;margin-bottom: 28px;}
    .news-list{padding:20px;}
    .news-list li .com-img{width:100%;margin-bottom:20px;}
    .news-list li .com-img img{width:100%;}
    .news-list li .note{width:100%;}
    .market-list{padding:20px 15px;}
    .rec-news h2{margin-top:20px;padding-top:20px;}
    .rec-news{padding-top:30px;}
    .rec-newssq{width:100%;}
    .recm-pro{padding:30px 15px;}
    .news-cont{padding:30px 15px;}
    .news-cont h1{font-size:20px;}
    .flip_page .closewin{position:static;margin-top:20px;display: block;}
    .casecont{padding: 42px 0;}
    .case-cont .content h4{font-size:18px;}
    .jjfaitem-more a{margin:0px 15px;}
    .indtitle h6{font-size: 30px;}
    .item-picwords{margin-top:20px;}
    .item-container{padding-bottom:16px;}
    .item-words{padding-top:20px;}
    .item-words h4{font-size:24px;}
    .verify-input-area{width:28%!important;}
    .faq-fl h2, .rel-faq h2{padding:20px;}
    .faqlist dt{padding-top:0px;}
    .filed-list dd p{margin:12px auto 16px;line-height:24px;height: auto;overflow: auto;text-overflow: unset;-webkit-line-clamp: unset;-webkit-box-orient: unset;}
    .hotcase{padding-top:20px;display: none;}
    .hotcase img{width:100%;max-width:100%;}
    .hotc-note{position: static;width:100%;padding:30px 15px;}
    .hotc-note h4{font-size:20px;}
    .coreads li{margin-bottom:10px;}
    .advantage,.application{padding-top: 46px;}
    .application h2,.tecpar h2, .application h2,.xpfiledown h2{margin-bottom:20px;font-size:30px;}
    .appcate li{margin-bottom:15px;}
    .app-pic,.app-note{width:100%;}
    .app-pic{margin-bottom:20px;}
    .tecpar{padding: 40px 0 46px;}
    .tabled{overflow-x: auto;}
    .tecpar table{width: 1280px;}
    .xpfiledown{padding-bottom:20px;}
    .xpfiledown li{width:100%;}
    .yjadvpro{padding-top:0px;}
    .appcate li{margin:10px 0;width:50%;float:left;}
    .appcate li span{height:40px;display:block;}

    .gywmbegin-words h6{font-size:100px;margin-top: 4px;}
    .gywmbegin-fixed{top:0px;}
    .gywmbegin-picwords img{height:380px;}

    .gywmapply-container{height:auto;padding:72px 0;}
    .gywmapply-address{margin-top:0px;}
    .gywmapply-words{padding:0px 2%}
    .gywmapply-words h4{font-size:28px;margin-top:0;}
    .gywmapply-words p{font-size: 16px;}
    .gywmapply-words h6{font-size: 18px;}
    .gywmhome-list{margin-top: 14px;padding: 0 4%;}
    .gywmhome-words{margin-top: 32px;padding: 0 4%;}
    .gywmapply-words p{margin-top: 20px;}
    .gywmapply-words h6 {margin-top: 4px;}

    .gywmhome-container{height:auto;padding-bottom:40px;}
    .gywmhome-list ul li h6{font-size:28px;margin-top:20px;}
    .gywmhome-list ul li{width:100%;margin-top: 16px;}
    .gywmhome-words h4{font-size:20px;}
    .gywmhome-words h5{font-size:26px;padding: 14px 0 8px;}
    .gywmhome-list ul li img{width:150px;height:150px;margin:10px auto;}
    .gywmhome-list ul li p,.gywmhome-words p{font-size:14px;margin-top: 5px;}
    .gywmhome-words p{font-size: 16px;display: inline;line-height: 26px;}

    .gywmhis-container{padding:40px 0;}
    .gywmhis-words h4{font-size:35px;}
    .gywmhis-wordslist h5{font-size:35px;margin-top:24px;}
    .gywmhis-wordslist{margin-top: 30px;}
    .gywmhis-wordslist h6{font-size:18px;margin-top: 10px;}
    .gywmhis-wordslist.jiajia1 {margin-top: 30px;}
    .gywmhis-wordslist.jiajia1 h5 {margin-top: 20px;font-size: 24px;}
    .gywmhis-wordslist p{font-size: 16px;display: inline;line-height: 28px;}

    .gywmtime-box,.gywmtime-container{height:auto;}
    .gywmtime-address{padding:30px 0;}
    .gywmtime-words{width:100%;height:auto;padding:26px 20px 28px;position:static;overflow: hidden;}
    .gywmtime-num i{background: #ebebeb;}
    .gywmtime-words h6{font-size:50px;line-height:76px;width: 35%;}
    .gywmtime-words p{padding-top: 0;width:60%;}
    .gywmtime-words p span{font-size:30px;margin-top: 0;}
    .gywmtime-line{margin:20px auto;width:100%;padding:0px;}
    .gywmtime-line .gywmtime-next,.gywmtime-line .gywmtime-prev{background-size:80%;width:30px;height: 32px;margin-top: -16px;}
    .gywmtime-num h6{font-size:32px;margin-bottom: 8px;}
    .gywmtime-num p{font-size:14px;line-height: 30px;}
    .hotcase img{height: auto;}
    .jjfaabo-container .jjfaitem-more {margin-top: 32px;}
    .jjfaabo-container, .lxwmaddress-container {padding-bottom: 44px;}
    .item-picwords .swiper-wrapper {padding-bottom: 60px;}
    .hotc-note p {margin: 12px auto 24px;}
    .jjfaitem-container {padding: 30px 0 46px 0;}
    .news-cont .info {margin: 18px auto;padding-bottom: 18px;}
    .casecont .jjfaitem-more {margin-top: 34px;}
    .item-prev, .item-next{width: 36px;height: 78px;top: 84px;}
    .jjfaabo-words a{margin-top: 24px;}
    .jjfaabo-pic {height: 210px;margin-top: 32px;}
    .fdbackbox a {font-size: 16px;bottom: 38%;width: 156px;height: 36px;line-height: 36px;border-radius: 36px;margin-left: -78px;}
    .filed-list dl dt{width: 100%;height: auto;padding: 22px 16px;line-height: initial;}
    .filed-list dl dd{width: 100%;margin-top: 14px;}
    .news-list li p{margin: 12px auto 16px;line-height: 25px;height: 72px;}
    .recm-pro li .recm-note h4{margin-bottom: 14px;}
    .gywmtime-line .swiper-slide:after{display: none;}
    .gywmtime-line .swiper-slide {padding: 0 38px 46px 48px;}
    .gywmtime-num b{top: 12px;display: none;}
    /* .gatherNavrel-container .gatherNav a{width: 25%;} */
    .lxwmcall-img i {background: #fff url('../images/lxwmdhic.png') no-repeat center center /34px auto;}
    .jjfaabo-list .swiper-pagination {bottom: 20px !important;}
    .wtjjfacase-container, .wtjjfaframe-container, .wtjjfatrait-container,.wtjjfabenefit-container, .wtjjfaitem-container{padding: 40px 0 0 0;}
    .wtjjfaabo-container{padding: 40px 0 44px 0;}
    .wtxinpian-container{padding:  40px 0 0 0;}
    .wtxinpianbot-container{padding:  40px 0 44px 0;}
    .tecpar table td {padding: 20px 16px;line-height: 28px;font-size: 16px !important;}
    .tecpar table td:first-child{font-size: 16px !important;}
    .tecpar table tr:last-child td:last-child {padding: 20px 16px;}
    .jjfaframe-img{padding: 16px;}

    .fixed-name{top: -80px;}
    .fixed-name.ontrue {top: -50px;}

    .gatherNav{width: auto;position: absolute;top: 0;left: 0;}
    .gatherNav-container{display: none;}
    .gatherTitle h5 {font-size: 30px;padding-bottom: 10px;}
    .wtyoushitop .gatherTitle h6 {padding-bottom: 14px;}
    .application.wtxinpian-container{display: none;}
    .appcate{display: none;}
    .item-pic{height: 240px;}
    .gywmtime-line .swiper-slide:before{width: 90%;}
    .xinpiantit h6{font-size: 24px;}
    .jjfaitem-words h4 {font-size: 22px;height: 58px;}
    .xpfiledown li p {font-size: 14px;margin-top: 8px;}
    .xpfiledown li a {background: url('../images/down.png') no-repeat center /36px auto;width: 36px;margin-top: 18px;}
    .zjjfauser-container .gatherTitle.wtzjjftit.hangyefatit p{display: none;}
    .zjjfauser-list {margin-top: 10px;}
    .zjjfauser-wordspic p {font-size: 16px;line-height: 28px;height: 84px;}
    .zjjfauser-wordspic h6{margin-top: 20px;}
    .support{display: none;}
    .fast-server{margin-top: 4px;}
    .sup-tit {font-size: 30px;}
    .fast-server li p {font-size: 16px;line-height: 26px;}
    .fdbackbox img {min-height: 230px;object-fit: cover;}
    .faq-fr .rel-faq, .faq-fr .recm-pro, .faq-fr .rec-news, .closewin, .gywmbegin-next, .gywmhome-next{display: none !important;}
    .filed-list dd h4 {font-size: 20px;height: 52px;}
    .lxwmwtbanner img{min-height: 260px;}
    .lxwmcall-container .gatherTitle h6,.lxwmwe-container .gatherTitle h6,.lxwmmedia-container .gatherTitle h6,.lxwmaddress-container .gatherTitle h6{padding-bottom: 10px;}
    .lxwmcall-img, .lxwmmedia-img, .lxwmaddress-map{margin-top: 25px;}
    .lxwmwe-words p{font-size: 16px;}
    .lxwmmedia-img i {width: 80px;height: 80px;margin-left: -40px;bottom: -40px;}
    .lxwmmedia-wordspt p,.hotcase img{display: none !important;}
    .jjfaabo-words p {margin-top: 10px;}
    .gatherTitle.wtloop-title {padding-top: 40px;}
    .chip-list li:nth-child(-n+3){margin-top: 20px;}
    .chip-note.fl {margin-left: 0%;}
    .gywmapply-container {padding: 84px 0;}
    .lxwmmedia-wordsic a {margin: 0 24px;}
    .wtjjfabenefit-container .jjfabenefit-list ul li h6 span {-webkit-line-clamp: 4;text-align: justify;text-justify: distribute;}
    .wtjjfabenefit-container .jjfabenefit-list ul li h6{padding-right: 16px;}
    .gnms.wtjjfabenefit .jjfabenefit-list ul li{padding-bottom: 0px !important;}
    .gnms.wtjjfabenefit .jjfabenefit-list ul li:last-child{padding-bottom: 16px !important;}
    .wtjjfatrait-container .jjfatrait-list {margin: 36px auto 0;}
}







