@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.clear{ clear:both;}
.paging{width: 100%;font-size: 0;text-align: center;user-select: none; margin-top:40px; margin-bottom:20px;}
.paging-menu, .paging-menu a{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 44px;height: 44px;line-height: 44px;margin: 0 3px;font-family: Arial;font-size: 18px;color: #666;transition: all .4s ease;border-radius: 50%;background-color: #fff;}
.paging-menu .aa, .paging-menu a:last-child{font-size: 0;background-repeat: no-repeat;background-position: center;background-image: url('../images/arrL.svg');background-size: 19px auto;}
.paging-menu a:last-child{transform: rotate(180deg);}
.paging-menu .aa:hover, .paging-menu a:last-child:hover{background-image: url('../images/arrLW.svg');}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{background-color: #367fc3;color: #fff;}
@media all and (max-width:1279px) {.paging-menu a{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}.paging-menu a:first-child, .paging-menu a:last-child{background-size: 18px;}}
@media all and (max-width:1000px) {.paging-menu a{margin: 0 2px;width: 36px;height: 36px;line-height: 36px;}.paging-menu a:first-child, .paging-menu a:last-child{background-size: 16px;}}

/* 搜索页面 */
.search{width: 100%;}
.search .contain{max-width: 1300px;}
.search-info{width: 100%;font-size: 30px;color: #333;font-family:'SamsungOne700';}
.search-info span{color: #367fc3;}
.search-list{width: 100%;margin-top: 30px;}
.search-link{display: block;width: 100%;padding: 32px 0;border-bottom: 1px solid #ededed;}
.search-link h2{font-size: 20px;color: #333;line-height: 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;font-family:'SamsungOne700';}
.search-link p{width: 100%;font-size: 16px;margin-top: 16px;color: #666;line-height: 24px;max-height: 48px;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.search-link .highlightRow span{color: #367fc3 !important;}
.search-link:hover h2{color: #367fc3;}
@media all and (max-width:1599px) {.search-info{font-size: 28px;}.search-link{padding: 28px 0;}.search-list{margin-top: 18px;}}
@media all and (max-width:1279px) {.search-info{font-size: 24px;}.search-link{padding: 24px 0;}.search-list{margin-top: 12px;}}
@media all and (max-width:1000px) {.search-info{font-size: 20px;}.search-link{padding: 20px 0;}.search-list{margin-top: 8px;}.search-link h2{font-size: 18px;}.search-link p{margin-top: 12px;}}
@media all and (max-width:640px) {.search-link {padding: 16px 0;}.search-link p {font-size: 15px;margin-top: 8px;line-height: 22px;max-height: 44px;}}

.sonBan{width: 100%;position: relative;}
.sonBan-img{width: 100%;object-fit: cover;min-height: 340px;}
.sonBan-cont{position: absolute;width: 100%;height: 100%;z-index: 2;top: 0;left: 0;display: flex;align-items: center;color: #fff;}
.sonBan-cont .name{line-height: 1.1;opacity: 0;animation: sonBanRun 1s ease both .4s;}
.sonBan-cont .name br{content: "";display: block;height: 6px;}
.sonBan-cont .text{line-height: 1.28;opacity: 0;animation: sonBanRun 1s ease both .6s;}

.sonBan-cont .link{display: flex;align-items: center;width: 152px;height: 44px;border-radius: 22px;background: rgba(169, 35, 52, .9);transition: all .4s ease;justify-content: center;font-family: "SamsungOne700";opacity: 0;animation: sonBanRun 1s ease both .6s;cursor:pointer}
.sonBan-cont .link span{padding-right: 26px;background: url('../images/play.svg') no-repeat right center/20px auto;}
.sonBan-cont .link:hover{background: #367fc3;}
@media all and (max-width:640px) {
    .sonBan-cont .link {width: 136px;height: 40px;}
}

@keyframes sonBanRun {0%{opacity: 0;transform: translateX(120px);}100%{opacity: 1;transform: translateX(0);}}
.sonBan-hint{position: absolute;z-index: 3;left: 0;bottom: 0;width: 100%;}
.sonBan-hint .contain{justify-content: flex-end;align-items: center;color: #fff;}
.sonBan-hint a{position: relative;display: flex;height: 60px;align-items: center;margin-right: 24px;transition: all .4s ease;}
.sonBan-hint a::after{content: "";position: absolute;width: 13px;height: 100%;background: url('../images/arrRW.svg') no-repeat center/100% auto;top: 0;right: -18px;}
.sonBan-hint a:last-child{margin-right: 0;}
.sonBan-hint a:last-child::after{display: none;}
.sonBan-hint a:hover{color: #367fc3;}

.sonMenu{width: 100%;position:relative;background: #fff;z-index: 999;}
.sonMenu::after{content: "";position: absolute;width: 100%;height: 1px;background: #ededed;left: 0;bottom: 0;pointer-events: none;}
.sonMenu-scroll{flex-wrap: nowrap;justify-content:left;}
body.PAD .sonMenu-scroll{width:100% !important;}
.sonMenu a{display:flex;height:80px;align-items: center;margin:0 10px; padding-left:20px; padding-right:20px;color: #666;transition: all .4s ease; font-size:16px;}
.sonMenu a:first-child{margin-left: 0;}
.sonMenu a:last-child{margin-right: 0;}
.sonMenu a:hover, .sonMenu a.active{color: #fff; background:#367fc3;}
.sonMenu.fixed{position: sticky;top:95px;left: 0;}
.sonMenu-blank{display: none;width: 100%;height: 80px;}

.sonTitle{width: auto;}
.sonTitle .name{font-family:'SamsungOne700';line-height: 1.1;color: #367fc3;text-transform: uppercase;}
.sonTitle .text{line-height: 40px;color: #222;}

/* 新闻 */
.news{width: 100%;position: relative;overflow: hidden;}
.news-head{width: 100%;}
.news-head-img{display: block;overflow: hidden;width: 780px;position: relative;}
.news-head-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.news-head-img i, .news-link-img i{position: absolute;width: 62px;height: 62px;top: 50%;left: 50%;margin: -31px 0 0 -31px;background: url('../images/vidplay.png') no-repeat center/100% auto;}
.news-head-img:hover i, .news-link-img:hover i{animation: newsRun .8s ease-in-out both;}
@keyframes newsRun{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}
.news-head-img:hover img{transform: scale(1.04);}
.news-head-cont{width: calc(100% - 780px);padding-left: 90px;position: relative;}
.news-head-cont::after{content: "";position: absolute;width: calc(100% - 90px);height: 1px;background: #e8e8e8;right: 0;bottom: 0;}
.news-head-cont .head{color: #222;line-height: 40px;max-height: 120px;overflow: hidden;-webkit-line-clamp: 3;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news-head-cont .head a{transition: all .4s ease;}
.news-head-cont .head a:hover{color: #367fc3;}
.news-head-cont .text{line-height: 32px;color: #777;max-height: 96px;margin: 34px 0 88px;overflow: hidden;-webkit-line-clamp: 3;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news-head-cont .link{width: 92px;align-items: center;color: #505050;font-family:'SamsungOne700';}
.news-head-cont .link span{transition: all .4s ease;margin-right: 8px;}
.news-head-cont .link i{width: 26px;height: 26px;border-radius: 50%;background: #303030 url('../images/arrRW.svg') no-repeat center/16px auto;transition: all .4s ease;}
.news-head-cont .link:hover span{color: #367fc3;}
.news-head-cont .link:hover i{background-color: #367fc3;}
.news-list{width: 100%;}
.news-list-ul{margin: -76px 0 0 -76px;}
.news-link{display: block;width: calc(33.3333% - 76px);margin: 76px 0 0 76px;}
.news-link-img{width: 100%;overflow: hidden;position: relative;}
.news-link-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.news-link-cont{width: 100%;margin-top: 26px;font-family:'SamsungOne700';}
.news-link-cont .name{color: #333;line-height: 24px;height:35px;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news-link-cont .time{color: #888;line-height: 20px;padding-left: 22px;background: url('../images/newsic.png') no-repeat left center;}
.news-link:hover .news-link-img img{transform: scale(1.04);}
.news-link:hover .news-link-cont .name{color: #367fc3;}
.indxw-head-hint{width: 100%;margin-bottom: 60px;}
.indxw-head-hint-li{width: 100%;font-family:'SamsungOne700';margin-top: 24px;}
.indxw-head-hint-li .name{color: #555;margin-bottom: 4px;}
.indxw-head-hint-li .text{color: #888;margin: 0 !important;line-height: 20px !important;padding-left: 22px;background: url('../images/indxwic1.png') no-repeat left center;}
.indxw-head-hint-li:first-child{margin-top: 0;}
.indxw-head-hint-li:last-child .text{background-image: url('../images/indxwic2.png');}

/* 新闻详情 */
.newsxq{width:100%; margin:0 auto; max-width:1600px;}
.newsxq .contain{ width:70%; float:left; padding:3%;background:#fff;}
.newsxq-title{width: 100%;text-align: center;padding-bottom: 16px;border-bottom: 1px solid #ebebeb;}
.newsxq-title .name{line-height: 1.2;color: #222;}
.newsxq-title .tags{justify-content: center;line-height: 1.1;color: #888;margin-top: 28px;}
.newsxq-title .tags p{margin-left: 24px;}
.newsxq-title .tags p:first-child{margin-left: 0;}
.newsxq-cont{width: 100%;border-bottom: 1px solid #ebebeb;line-height: 30px;color: #666;padding: 40px 0;hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;text-align: justify;text-justify: inter-word;}
.newsxq-cont p{line-height: inherit;}


.newsxq-recom{width:25%; float:right;  padding:2%;background:#fff;position:relative;z-index: 999;}
.newsxq-recom.fixed{position:sticky;top:95px;left: 0;}
.newsxq-recom-head{width: 100%;justify-content: space-between;align-items: center;}
.newsxq-recom-head .name{color: #333;border-bottom: 1px solid #ebebeb;padding-bottom:10px;}
.newsxq-recom .news-list-ul{ margin:0px;}
.newsxq-recom .news-link{width:100%; margin:0px; padding-bottom:10px;margin-bottom:10px;border-bottom: 1px solid #ebebeb;}


.tech-contact{width: 100%;overflow: hidden;}
.tech-contact-from{width:100%;}
.tech-contact-from li{width: 100%;margin-top: 26px;justify-content: space-between;}
.tech-contact-items{width: calc(50% - 8px)}
.tech-contact-items p{font-size: 16px;color: #555;height: 30px;}
.tech-contact-items input, .tech-contact-items textarea{display: block;width: 100%;border-radius: 4px;border: 1px solid #e6e6e6;font-size: 16px;color: #666;font-family:'SamsungOne700';padding: 0 12px;height: 50px;transition: border .4s ease;}
.tech-contact-items input:focus, .tech-contact-items textarea:focus{border: 1px solid #666;}
.tech-contact-from li.textarea .tech-contact-items{width: 100%;}
.tech-contact-from li.textarea .tech-contact-items textarea{padding: 6px 12px;height: 114px;}
.tech-contact-from li.code .tech-contact-items{justify-content: space-between;}
.tech-contact-from li.code .tech-contact-items input{width: calc(100% - 130px);}
.tech-contact-from li.code .tech-contact-items span{display: flex;transition: border .4s ease;align-items: center;justify-content: center;width: 116px;height: 50px;border: 1px solid #e6e6e6;border-radius: 4px;cursor: pointer;padding: 4px;}
.tech-contact-from li.code .tech-contact-items span img{max-width: 100%;max-height: 100%;object-fit: cover;}
.tech-contact-from li.code .tech-contact-items span:hover{border: 1px solid #666;}
.tech-contact-submit{width: 256px;color: #fff;cursor: pointer;height: 44px;border-radius: 22px;text-transform: uppercase;background: #367fc3;transition: all .4s ease;font-family: "SamsungOne700";}


/* 联系我们 */
.reldt{width: 100%;overflow: hidden;background: #fff;}
.reldt .contain{flex-direction: row-reverse;}
.reldt-wrap{width: calc(100% - 740px);padding-right: 110px;}
.reldt-list{width: 100%;}
.reldt-list li{width: 100%;border-bottom: 1px solid #e7e7e7;padding: 28px 0;display: flex;align-items: center;}
.reldt-list li .icon{width: 28px;}
.reldt-list li .icon img{width: 100%;object-fit: cover;}
.reldt-list li .name{width: calc(100% - 28px);padding-left: 26px;color: #444;line-height: 24px;}
.reldt-map{width:100%;height:580px;position: relative;background: #fff;}
.reldt-map #map{width: 100%;height: 100%;}


.relxx{width: 100%;overflow: hidden;background: #f7f7f7;}
.relxx-list{width: 100%;}
.relxx-list ul{margin: -60px 0 0 -36px;}
.relxx-list li{width: calc(33.3333% - 36px);margin: 60px 0 0 36px;padding: 44px 40px;background: #fff;transition: all .6s ease;}
.relxx-list li:hover{box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);}
.relxx-list li .name{color: #333;line-height: 1.1;transition: all .4s ease;}
.relxx-list li .list{width: 100%;margin-top: 22px;color: #666;line-height: 1.1;}
.relxx-list li .list p{line-height: inherit;display: flex;align-items: center;margin-top: 12px;}
.relxx-list li .list p:first-child{margin-top: 0;}
.relxx-list li .list p img{width: 16px;}
.relxx-list li .list p span, .relxx-list li .list p a{display: block;width: calc(100% - 16px);padding-left: 12px;word-break: break-all;}
.relxx-list li:hover .name{color: #367fc3;}
.relxx-list li .list p a{transition:all .4s ease}
.relxx-list li .list p a:hover{color:#367fc3;}

/* 品牌介绍 */
.brand{width: 100%;overflow: hidden;}
.brand-about{width: 100%;overflow: hidden;}
.brand-about-intr{width: 100%;flex-direction: row-reverse;}
.brand-about-intr-wrap{width: calc(100% - 45%);padding-right:50px;}
.brand-about-intr-cont{width: 100%;color: #777;line-height:30px; margin-top:20px;}
.brand-about-intr-cont p{line-height: inherit;}
.brand-about-intr-img{width:45%;}
.brand-about-intr-img img{width: 100%;object-fit: cover;}
.brand-qualification{width: 100%;overflow: hidden;}
.brand-qualification-head{width: 100%;}
.brand-qualification-head .contain{justify-content: space-between;align-items: flex-end;}
.brand-qualification-loop{width: 100%;overflow: hidden;}
.brand-qualification-loop .link{display: block;width: 100%;background: #f6f6f6;padding: 10px 30px 0;}
.brand-qualification-loop .link .img{width: 100%;height: auto;display: flex;align-items: center;justify-content: center;padding: 20px 0;position: relative;}
.brand-qualification-loop .link .img::after{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;background: rgba(255, 255, 255, .5);transition: all .4s ease;opacity: 0;}
.brand-qualification-loop .link .img img{max-width: 100%;max-height: 100%;}
.brand-qualification-loop .link .img i{position: absolute;z-index: 2;width: 50px;height: 50px;border-radius: 50%;background: #367fc3 url('../images/brand3ic.png') no-repeat center;top: 50%;left: 50%;margin: -25px 0 0 -25px;transform: scale(0);opacity: 0;transition: all .6s ease;}
.brand-qualification-loop .link .name{display: flex;align-items: center;justify-content: center;transition: all .4s ease;border-top: 1px solid #ebebeb;width: 100%;height: 74px;color: #555555;}
.brand-qualification-loop .link:hover .img::after{opacity: 1;}
.brand-qualification-loop .link:hover .img i{opacity: 1;transform: scale(1);}
.brand-qualification-loop .link:hover .name{color: #367fc3;}
.brand-qualification-head-link{width: 400px;position: relative;height: 2px;background: #e6e6e6;}
.brand-qualification-head-link span{background: #367fc3 !important;}
.brand-qualification-head-more{align-items: flex-end;}
.brand-qualification-head-btn{width: 110px;display: flex;justify-content: space-between;margin-left: 20px;}
.brand-qualification-head-btn>div{width: 50px;height: 50px;border-radius: 50%;background: #f4f4f4 url('../images/arrLH.svg') no-repeat center/20px auto;transition: all .4s ease;cursor: pointer;}
.brand-qualification-head-btn>div.next{transform: rotate(180deg);}
.brand-qualification-head-btn>div:hover{background-color: #367fc3;background-image: url('../images/arrLW.svg');}

/* 加入我们 */
.join{width: 100%;overflow: hidden;}
.joinlm{display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;margin-top: 68px;box-shadow: 0 4px 16px 4px rgba(0, 0, 0, .05);transition: all .4s ease;}
.joinlm:first-child{margin-top: 0;}
.joinlm:nth-child(2n){flex-direction: row-reverse;}
.joinlm-img, .joinlm-cont{width: 50%;background: #fff;overflow: hidden;}
.joinlm-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.joinlm-cont{display: flex;flex-direction: column;justify-content: center;padding: 20px 150px;}
.joinlm-cont-desc{line-height: 35px;color: #777;margin-top: 24px;}
.joinlm-cont-desc p{line-height: inherit;}
.joinlm:hover{box-shadow: 0 4px 20px 4px rgba(0, 0, 0, .08);}
.joinlm:hover .joinlm-img img{transform: scale(1.04);}

/* 加入我们-详情 */
.joinxq{width: 100%;overflow: hidden;}
.joinxq-head{justify-content: space-between;align-items: flex-end;width: 100%;}
.joinxq-head .sonTitle .text{align-items: center;}
.joinxq-head .sonTitle .text i{display: block;background: #bfbfbf;width: 1px;height: 28px;margin: 0 30px;}
.joinxq-head .sonTitle .text span{display: block;font-size: 15px;color: #888;}
.joinxq-head .sonTitle .text a{font-size: 14px;color: #777;margin-left: 26px;padding-left: 22px;background: url('../pages/joinicon.png') no-repeat left center;transition: all .4s ease;}
.joinxq-head .sonTitle .text a:hover{color: #367fc3;background-image: url('../images/joiniconH.png');}
.joinxq-search{width: 380px;position: relative;overflow: hidden;border-top-right-radius: 23px;border-bottom-right-radius: 23px;}
.joinxq-search input{width: 100%;height: 46px;border-radius: 23px;font-size: 15px;color: #888;background: #fff;padding: 0 58px 0 28px;color: #666;font-size: 16px;border: 1px solid #dedede;transition: border .4s ease;}
.joinxq-search input:focus{border-color: #888;}
.joinxq-search input::-webkit-input-placeholder{color: #a8adb6;font-size: 15px;font-family:'微软雅黑';}
.joinxq-search input:-moz-placeholder{color: #a8adb6;font-size: 15px;font-family:'微软雅黑';}
.joinxq-search input::-moz-placeholder{color: #a8adb6;font-size: 15px;font-family:'微软雅黑';}
.joinxq-search input:-ms-input-placeholder{color: #a8adb6;font-size: 15px;font-family:'微软雅黑';}
.joinxq-search button{position: absolute;width: 46px;height: 46px;right: 0;top: 0;background: #367fc3 url('../images/searchW.svg') no-repeat center/18px auto;cursor: pointer;}
.joinxq-list, .joinxq-list-body{width: 100%;}
.joinxq-list{border: 1px solid #f0f0f0;}
.joinxq-list-head, .joinxq-list-body a{width: 100%;display: flex;border-bottom: 1px solid #f0f0f0;transition: all .4s ease;}
.joinxq-list-head li, .joinxq-list-body a li{display: flex;align-items: center;height: 68px;width: 300px;padding: 0 12px;}
.joinxq-list-head li:first-child, .joinxq-list-body a li:first-child{width: calc(100% - 800px);padding: 0 36px;}
.joinxq-list-head li:last-child, .joinxq-list-body a li:last-child{width: 200px;justify-content: center;}
.joinxq-list-head li p, .joinxq-list-body a li p{display: block;font-size: 15px;color: #444;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;}
.joinxq-list-body a:last-child{border-bottom: none;}
.joinxq-list-body a li:first-child p{font-size: 16px;}
.joinxq-list-head{background: #fafafa;}
.joinxq-list-head li p{font-size: 18px;}
.joinxq-list-body a:hover{background: #fafafa;}
.joinxq-list-body a:hover li:first-child p{color: #367fc3;}
.toPlace2{position: relative;top: -78px;display: block;height: 0;overflow: hidden;}
.case-cases-list{width: 100%;}
.case-cases-li{margin: -64px 0 0 -48px;}
.case-cases-link{display: block;width: calc(25% - 48px);margin: 64px 0 0 48px; background:#eee;}
.case-cases-link .img{width: 100%;overflow: hidden;}
.case-cases-link .img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.case-cases-link .name{color: #444;margin-top:10px; margin-bottom:10px;width: 100%;transition: all .4s ease; text-align:center;}
.case-cases-link:hover .img img{transform: scale(1.04);}
.case-cases-link:hover .name{color: #a92334;}


.case-cases-liy{margin: -64px 0 0 -48px;}
.case-cases-linky{display: block;width: calc(50% - 48px);margin: 64px 0 0 48px; background:#367fc3;}
.case-cases-linky .img{width: 100%;overflow: hidden;}
.case-cases-linky .img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.case-cases-linky .name{color: #fff;margin-top:10px; margin-bottom:10px;width: 100%;transition: all .4s ease; text-align:center;}
.case-cases-linky:hover .img img{transform: scale(1.04);}
.case-cases-linky:hover .name{color: #fff;}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .news-head-cont {padding-left: 76px;}
    .news-head-cont::after {width: calc(100% - 76px);}
    .case-app{height: 680px;}
    .proban-cont {padding: 0 90px;}
    .brand-about-intr-wrap {padding-right: 90px;}
    .case-application-info {margin-top: 120px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .sonTitle .text {line-height: 32px;}
    .sonMenu a {height: 70px;margin: 0 28px;}
    .sonMenu-blank{height: 70px;}
    .news-head-img {width: 680px;}
    .news-head-cont {width: calc(100% - 680px);padding-left: 60px;}
    .news-head-cont::after {width: calc(100% - 60px);}
    .news-list-ul {margin: -50px 0 0 -50px;}
    .news-link {width: calc(33.3333% - 50px);margin: 50px 0 0 50px;}
    .news-head-cont .head {line-height: 36px;max-height: 108px;}
    .tech-support-list ul {margin: -30px 0 0 -30px;}
    .tech-support-list li {width: calc(33.3333% - 30px);margin: 30px 0 0 30px;padding: 0 40px;height: 250px;}
    .tech-download-ul {margin: -28px 0 0 -28px;}
    .tech-download-link {width: calc(25% - 28px);margin: 28px 0 0 28px;padding: 30px 20px;}
    .reldt-map {width: 640px;height: 362px;}
    .reldt-wrap {width: calc(100% - 640px);padding-right: 80px;}
    .relxx-list ul {margin: -40px 0 0 -30px;}
    .relxx-list li {width: calc(33.3333% - 30px);margin: 40px 0 0 30px;padding: 32px 30px;}
    .case-app {height: 600px;}
    .case-app-cont {max-width: 520px;}
    .case-app-img {height: 80%;}
    .case-application-core-loop {width: 680px;padding: 0 70px;}
    .case-application-core-wrap {width: calc(100% - 680px);padding: 60px 80px 0 0;}
    .case-cases-li {margin: -44px 0 0 -36px;}
    .case-cases-link {width: calc(33.3333% - 36px);margin: 44px 0 0 36px;}
    .case-application-scene-loop .cont {padding: 0 50px;bottom: 32px;}
    .proban-img {width: 750px;}
    .proban-cont {width: calc(100% - 750px);padding: 0 80px;}
    .pro-scene-cont {padding: 30px 100px;}
    .pro-parameter-info {padding-right: 70px;}
    .brand-about-intr-img {width: 660px;}
    .brand-about-intr-wrap {width: calc(100% - 660px);padding-right: 60px;}
    .brand-about-intr-cont {line-height: 28px;}
    .brand-social-list li {width: 140px;}
    .brand-social-list li.active {width: calc(100% - 444px);}
    .brand-social-list li, .brand-social-list li img{height: 374px;}
    .brand-qualification-head-link {width: 300px;}
    .case-cases-ul .swiper-wrapper{padding-bottom: 68px;}
    .case-application-info {margin-top: 100px;}
    .case-application-info-cont {padding-right: 60px;}
    .case-application-info-cont .desc{margin-top: 24px;line-height: 30px;}
    .case-app.noheight .case-app-cont{padding: 0 40px;}
    .pro-parameter-info-menu a {width: calc(33.3333% - 8px);margin-right: 8px;}
    .indxw-head-hint-li {margin-top: 16px;}
    .indxw-head-hint{margin-bottom: 50px;}
    .joinlm-cont {padding: 20px 80px;}
    .joinlm-cont-desc {line-height: 28px;margin-top: 18px;}
    .joinlm {margin-top: 50px;}
    .joinxq-list-head li, .joinxq-list-body a li {height: 58px;width: 230px;}
    .joinxq-list-head li:last-child, .joinxq-list-body a li:last-child {width: 160px;}
    .joinxq-list-head li:first-child, .joinxq-list-body a li:first-child {width: calc(100% - 620px);padding: 0 20px;}
    .joinxq-head .sonTitle .text i {height: 22px;margin: 0 24px;}
    .toPlace2{top: -68px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .sonMenu a {height: 60px;margin: 0 24px;}
    .sonMenu-blank{height: 60px;}
    .news-head-img {width: 540px;}
    .news-head-cont {width: calc(100% - 540px);padding-left: 40px;}
    .news-head-cont::after {width: calc(100% - 40px);}
    .news-list-ul {margin: -30px 0 0 -30px;}
    .news-link {width: calc(33.3333% - 30px);margin: 30px 0 0 30px;}
    .news-head-cont .head {line-height: 34px;max-height: 68px;-webkit-line-clamp: 2;}
    .news-head-cont .text {line-height: 28px;max-height: 84px;margin: 30px 0 58px;}
    .newsxq-recom .news-list-ul{margin: -24px 0 0 -24px;}
    .newsxq-recom .news-link{width: calc(33.3333% - 24px);margin: 24px 0 0 24px;}
    .newsxq-cont {line-height: 28px;padding: 36px 0;}
    .newsxq-title .tags p {margin-left: 20px;}
    .tech-support-list ul {margin: -24px 0 0 -24px;}
    .tech-support-list li {width: calc(33.3333% - 24px);margin: 24px 0 0 24px;padding: 0 20px;height: 250px;}
    .tech-download-ul {margin: -24px 0 0 -24px;}
    .tech-download-link {width: calc(50% - 24px);margin: 24px 0 0 24px;padding: 24px 20px;}
    .tech-service-list li {width: calc(33.3333% - 1px);}
    .reldt-map {width: 450px;height: 324px;}
    .reldt-wrap {width: calc(100% - 450px);padding-right: 40px;}
    .reldt-list li {padding: 22px 0;}
    .relxx-list li {width: calc(50% - 30px);margin: 40px 0 0 30px;padding: 32px 30px;}
    .case-features-list ul {margin-top: -44px;}
    .case-features-list li {margin-top: 44px;}
    .case-app {height: 490px;}
    .case-app-img{right: 6%;}
    .case-application-scene-loop .cont .text {margin-top: 14px;}
    .case-application-scene-loop .cont {padding: 0 30px;bottom: 24px;}
    .case-application-core-loop .link {height: 420px;}
    .case-application-core-loop {width: 560px;padding: 0 64px;}
    .case-application-core-wrap {width: calc(100% - 560px);padding: 0 50px 0 0;}
    .case-application-core-wrap .cont .text {line-height: 28px;height: 56px;}
    .case-application-core-wrap .cont .link {margin-top: 100px;}
    .case-cases-li {margin: -30px 0 0 -28px;}
    .case-cases-link {width: calc(33.3333% - 28px);margin: 30px 0 0 28px;}
    .case-cases-link .name {margin-top: 20px;}
    .case-app-cont {max-width: 450px;}
    .proban-img {width: 600px;}
    .proban-cont {width: calc(100% - 600px);padding: 0 60px;}
    .pro-scene-cont {padding: 30px 60px;}
    .pro-parameter-loop .link {height: 490px;}
    .pro-parameter-loop {width: 500px;padding: 0 60px;}
    .pro-parameter-info {width: calc(100% - 500px);padding-right: 40px;}
    .pro-parameter-info-items ul {margin: -20px 0 0 -20px;}
    .pro-parameter-info-items li {width: calc(50% - 20px);margin: 20px 0 0 20px;}
    .brand-about-intr-img{width: 100%;}
    .brand-about-intr-wrap {width: 100%;padding-right: 0;margin-top: 50px;}
    .brand-qualification-head-link {width: 200px;}
    .brand-social-list li {width: 100px;}
    .brand-social-list li.active {width: calc(100% - 324px);}
    .brand-social-list li, .brand-social-list li img{height: 316px;}
    .brand-development-cont .text {line-height: 24px;margin-top: 20px;}
    .news-head-img i, .news-link-img i{width: 50px;height: 50px;margin: -25px 0 0 -25px;}
    .case-application-info {margin-top: 80px;}
    .case-application-info-cont .desc{margin-top: 18px;line-height: 26px;}
    .case-application-info-cont {padding-right: 40px;}
    .case-app.noheight .case-app-cont{padding: 0 30px;width: 60%;}
    .indxw-head-hint{margin-top: 16px;}
    .indxw-head-hint-li {margin-top: 8px;}
    .indxw-head-hint-li .name {margin-bottom: 0;}
    .indxw-head-hint{margin-bottom: 40px;}
    .joinlm-cont {padding: 20px 40px;}
    .joinlm-cont-desc {line-height: 26px;margin-top: 14px;}
    .joinlm {margin-top: 32px;}
    .joinxq-head .sonTitle .text i {height: 20px;margin: 0 18px;}
    .joinxq-head .sonTitle .text a {margin-left: 20px;}
    .joinxq-search {width: 340px;border-bottom-right-radius: 23px;}
    .joinxq-search input {height: 42px;padding: 0 54px 0 20px;}
    .joinxq-list-head li, .joinxq-list-body a li {height: 50px;width: 200px;}
    .joinxq-list-head li:last-child, .joinxq-list-body a li:last-child {width: 150px;}
    .joinxq-list-head li:first-child, .joinxq-list-body a li:first-child {width: calc(100% - 550px);padding: 0 16px;}
    .toPlace2{top: -58px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .sonMenu a {margin: 0 20px;}
    .sonMenu.fixed{top: 60px;}
    .news-head-img{width: 100%;}
    .news-head-cont {width: 100%;padding: 32px 0;}
    .news-head-cont::after{width: 100%;}
    .news-head-cont .text {line-height: 26px;max-height: 78px;margin: 24px 0 32px;}
    .news-link {width: calc(50% - 30px);}
    .newsxq-title .tags {margin-top: 20px;}
    .tech-support-list ul {margin: -24px 0 0;}
    .tech-support-list li {width: 100%;margin: 24px 0 0;padding: 24px 20px;height: auto;}
    .techxz-head-search{width: 100%;margin-bottom: 40px;}
    .techxz-head .name{width: 100%;}
    .reldt-map{width: 100%;height: 320px;}
    .reldt-wrap{width: 100%;padding: 40px 0 0;}
    .relxx-list ul {margin: -28px 0 0;}
    .relxx-list li {width: 100%;margin: 28px 0 0;padding: 30px 28px;}
    .case-features-list ul {margin-top: -32px;}
    .case-features-list li {margin-top: 32px;}
    .case-app{height: auto;padding-top: 80px;}
    .case-app-cont{max-width: 100%;}
    .case-app-img{position: static;margin-top: 40px;text-align: center;}
    .case-app-img img{height: auto;max-width: 60%;}
    .case-application-core-loop{width: 100%;}
    .case-application-core-wrap {width: 100%;padding: 0;margin-top: 40px;}
    .case-application-core-wrap .cont .link {margin-top: 40px;}
    .case-cases-link {width: calc(50% - 28px);}
    .proban-img{width: 100%;}
    .proban-cont {width: 100%;padding: 40px 4% 70px;}
    .proban-cont .text {line-height: 28px;margin-top: 12px;}
    .pro-meet-ul {margin-top: -30px;}
    .pro-meet-items {margin-top: 30px;}
    .pro-scene-img{width: 100%;}
    .pro-scene-cont{width: 100%;padding: 28px 0;}
    .pro-scene-items:last-child .pro-scene-cont{padding-bottom: 0;}
    .pro-parameter-loop{width: 100%;}
    .pro-parameter-info {width: 100%;padding: 40px 0 0;}
    .brand-social-list ul{flex-wrap: wrap;margin-top: -6px;}
    .brand-social-list li{width: calc(50% - 6px) !important;margin-top: 6px;height: auto;}
    .brand-social-list li img{position: static;height: auto;width: 100%;object-fit: cover;}
    .brand-social-list-hint{display: none;}
    .brand-social-list-cont .name{opacity: 1;animation: none !important;}
    .brand-development img{min-height: 320px;}
    .brand-social-list-cont {bottom: 22px;padding: 0 32px;}
    .sonMenu a:hover{color: #666;}
    .sonMenu a.active {color: #fff;}
    .case-application-info-img{width: 100%;}
    .case-application-info-cont{width: 100%;margin-top: 40px;padding-right: 0;}
    .case-app.noheight .case-app-cont{padding: 0 30px;width: 100%;height: 70%;}
    .joinlm-img, .joinlm-cont {width: 100%;}
    .joinlm-cont {padding: 20px;}
    .joinxq-search{width: 100%;margin-top: 16px;}
    .joinxq-list-head li, .joinxq-list-body a li {height: 46px;width: 150px;}
    .joinxq-list-head li:last-child, .joinxq-list-body a li:last-child {width: 120px;}
    .joinxq-list-head li:first-child, .joinxq-list-body a li:first-child {width: calc(100% - 420px);}
    .toPlace2{top: -118px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .sonTitle .text {line-height: 24px;margin-top: 6px;}
    .sonBan-cont .text{font-size: 14px;margin-top: 10px;}
    .sonBan-hint a {height: 42px;}
    .sonMenu{overflow-x: auto;border-bottom: 1px solid #ededed;}
    .sonMenu::after {display: none;}
    .sonMenu-scroll{display: block;overflow: hidden;height: 48px;min-width: 100%;}
    .sonMenu a {margin: 0;padding: 0 14px;float: left;height: 48px;}
    .sonMenu-blank{height: 48px;}
    .news-head-cont {padding: 24px 0;}
    .news-head-cont .head {line-height: 24px;max-height: 48px;}
    .news-head-cont .text {line-height: 22px;max-height: 66px;margin: 14px 0 16px;}
    .news-list-ul {margin: -24px 0 0;}
    .news-link {width: 100%;margin: 24px 0 0;}
    .news-link-cont .name {line-height: 20px;height: 40px;}
    .news-link-cont {margin-top: 16px;}
    .news-link-cont .time {margin-top: 10px;}
    .newsxq-title .tags p {margin-left: 14px;}
    .newsxq-title .tags {margin-top: 16px;}
    .newsxq-title {padding-bottom: 12px;}
    .newsxq-cont {line-height: 26px;padding: 24px 0;}
    .newsxq-recom .news-list-ul{margin: -24px 0 0;}
    .newsxq-recom .news-link{width: 100%;margin: 24px 0 0;}
    .tech-support-info .text p {margin-left: 10px;}
    .tech-support-info .text {margin-top: 10px;}
    .tech-support-list ul {margin: -16px 0 0;}
    .tech-support-list li {margin: 16px 0 0;padding: 20px 16px;}
    .tech-support-list li .icon{margin-bottom: 16px;}
    .tech-support-list li .name {margin-bottom: 6px;}
    .tech-service-list li {width: calc(50% - 1px);}
    .tech-service-list li .name{bottom: 24px;}
    .tech-service .sonTitle .text{font-size: 19px;}
    .tech-download-head .more {margin-top: 14px;}
    .tech-download-ul {margin: -20px 0 0;}
    .tech-download-link {width: 100%;margin: 20px 0 0;padding: 20px 20px;}
    .tech-download-link .img {height: 120px;}
    .tech-contact-from li {margin-top: 16px;}
    .tech-contact-items{width: 100%;margin-top: 16px;}
    .tech-contact-items:first-child{margin-top: 0;}
    .tech-contact-items p {height: 26px;}
    .tech-contact-items input, .tech-contact-items textarea{height: 40px;}
    .tech-contact-from li.code .tech-contact-items span{height: 40px;width: 94px;}
    .tech-contact-from li button{width: 100%;}
    .tech-contact-from li.code .tech-contact-items input {width: calc(100% - 104px);}
    .techxz-head-search {margin-bottom: 28px;}
    .techxz-head-search input {border-radius: 21px;height: 42px;padding: 0 50px 0 20px;}
    .techxz-head-search button {width: 40px;height: 40px;}
    .techxz .tech-download-link{box-shadow: 0 0 16px 2px rgba(0, 0, 0, .1);}
    .techxz-head .name {padding-left: 16px;}
    .reldt-map{height: 250px;border: 4px solid #fff;}
    .reldt-wrap{padding: 30px 0 0;}
    .relxx-list ul {margin: -12px 0 0;}
    .relxx-list li {margin: 12px 0 0;padding: 20px 16px;}
    .reldt-list li {padding: 16px 0;}
    .reldt-list li .name {padding-left: 18px;}
    .relxx .sonTitle .text{font-size: 19px;}
    .relxx-list li .list p {margin-top: 8px;}
    .relxx-list li .list {margin-top: 16px;}
    .relxx-list li .list p span, .relxx-list li .list p a{padding-left: 8px;}
    .relxx-list{margin-top: 28px;}
    .reldt-list{margin-top: 14px;}
    .tech .toPlace{top: -108px;}
    .case .toPlace{top: -100px;}
    .pro .toPlace{top: -106px;}
    .brand .toPlace{top: -106px;}
    .case-features-img img{width: 100%;margin-top: 4px;}
    .case-features-img img:first-child{margin-top: 0;}
    .case-features-list ul{margin-top: -20px;}
    .case-features-list li {width: 50% !important;margin-top: 20px;padding: 0 10px;}
    .case-features-list li .text {line-height: 20px;}
    .case-app {padding-top: 40px;}
    .case-app-cont .text {line-height: 22px;font-size: 15px;}
    .case-app-img {margin-top: 24px;}
    .case-application-scene-loop .items img{min-height: 180px;}
    .case-application-scene-loop .cont {padding: 0 16px;bottom: 16px;}
    .case-application-scene-loop .cont .text {margin-top: 6px;line-height: 20px;}
    .case-application-core-loop .link, .pro-parameter-loop .link{height: 300px;}
    .case-application-core-loop .prev, .case-application-core-loop .next, .pro-parameter-loop .prev, .pro-parameter-loop .next{width: 42px;height: 42px;margin-top: -21px;background-size: 16px;}
    .case-application-core-loop, .pro-parameter-loop{padding: 0 54px;}
    .case-application-core-wrap {margin-top: 32px;}
    .case-application-core-wrap .cont .text {line-height: 22px;height: 44px;}
    .case-application-core-wrap .cont .link {margin-top: 24px;}
    .case-cases-li {margin: -16px 0 0 -15px;}
    .case-cases-link {width: calc(50% - 15px);margin: 16px 0 0 15px;}
    .case-cases-link .name {margin-top: 8px;font-size: 12px;}
	
	.case-cases-linky{width: calc(100% - 15px);margin: 16px 0 0 15px;}
    .case-cases-linky .name {margin-top: 8px;font-size: 12px;}
	
    .proban-cont .name{font-size: 26px;}
    .proban-cont .text {line-height: 24px;margin-top: 10px;}
    .proban-cont {padding: 32px 4% 58px;}
    .pro-meet-wrap-text {margin: 16px auto 0;line-height: 26px;}
    .pro-meet-ul {margin-top: -24px;}
    .pro-meet-items {width: 50% !important;padding: 0 10px;margin-top: 24px;}
    .pro-meet-items .name {margin: 8px 0 4px;}
    .pro-meet-items .text {line-height: 20px;}
    .pro-scene-cont .text {line-height: 22px;margin-top: 8px;}
    .pro-scene-cont{padding: 24px 0;}
    .pro-parameter-info-menu{justify-content: space-between;}
    .pro-parameter-info-menu a {height: 38px;margin: 4px 0 0;width: 49%;justify-content: center;}
    .pro-parameter-info-items ul {margin: -15px 0 0 -15px;}
    .pro-parameter-info-items li {width: calc(50% - 15px);margin: 15px 0 0 15px;}
    .pro-parameter-info-download {height: 40px;width: 240px;}
    .brand-about-intr-wrap {margin-top: 28px;}
    @keyframes phylogenyRun {0%{opacity: 0;transform: translateY(60px);}100%{opacity: 1;transform: translateY(0);}}
    .brand-qualification-head-link{width: calc(100% - 120px);}
    .brand-qualification-loop .link {padding: 10px 24px 0;}
    .brand-social-desc {line-height: 24px;}
    .brand-social-list ul{margin-left: 0;}
    .brand-social-list li{width: 100% !important;margin-left: 0;}
    .brand-social-list-cont {bottom: 16px;padding: 0 20px;}
    .brand-development-cont .text {line-height: 24px;margin-top: 14px;}
    .brand-development img {min-height: 380px;}
    .brand-development::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .4);}
    .case-cases-ul .swiper-wrapper{padding-bottom: 50px;}
    .case-cases-ul .swiper-pagination-bullet{margin: 0 8px !important;}
    .case-application-scene-head .sonTitle {width: 100%;}
    .case-application-scene-btn>div, .brand-qualification-head-btn>div{width: 42px;height: 42px;background-size: 16px;margin-left: 8px;}
    .case-application-scene-btn>div:first-child, .brand-qualification-head-btn>div:first-child{margin-left: 0;}
    .case-application-scene-btn {width: 100%;justify-content: flex-end;margin-top: 20px;}
    .case-application-scene-loop{margin-top: 16px;}
    .brand-qualification-head .sonTitle{width: 100%;}
    .brand-qualification-head-btn {width: 120px;margin-left: 0;padding-left: 30px;}
    .brand-qualification-head-more{margin-top: 20px;width: 100%;}
    .brand-qualification-loop{margin-top: 16px;}
    .case-application-info {margin-top: 42px;}
    .case-application-info-cont {margin-top: 30px;}
    .case-application-info-cont .desc {margin-top: 14px;line-height: 24px;}
    .case-app-pic img.pc{display: none;}
    .case-app-pic img.mb{display: block;}
    .case-app.noheight .case-app-cont{padding: 0 14px;}
    .indxw-head-hint-li .text{font-size: 12px;}
    .indxw-head-hint{margin-bottom: 30px;}
    .joinlm-cont {padding: 20px 16px;}
    .joinlm {margin-top: 24px;}
    .joinlm-cont-desc {line-height: 24px;margin-top: 12px;}
    .joinxq-head .sonTitle .text i{display: none;}
    .joinxq-head .sonTitle .text span {font-size: 14px;margin-left: 10px;}
    .joinxq-head .sonTitle .text a{width: 100%;margin-left: 0;margin-top: 10px;}
    .joinxq-list-head li:nth-child(2), .joinxq-list-body a li:nth-child(2){display: none;}
    .joinxq-list-head li:nth-child(3), .joinxq-list-body a li:nth-child(3){display: none;}
    .joinxq-list-head li p {font-size: 16px;}
    .joinxq-list-head li:last-child, .joinxq-list-body a li:last-child {width: 100px;}
    .joinxq-list-head li:first-child, .joinxq-list-body a li:first-child {width: calc(100% - 100px);}
    .toPlace2{top: -106px;}
}
/*整体右侧*/
.main-main-h{padding: 50px 0 70px 0; }
.main-right{width:78%;float:right;}
.main-right-b{background: #fff}
/*面包屑*/
/***********左侧侧边栏*******/
.main-left{width:20%;position:relative;z-index: 999; float:left;}
.main-left.fixed{position:sticky;top:95px;left: 0;}
.sidebar{ width:100%;}
.side-top{padding:10px;background: #367fc3; text-align:center; color:#fff;}
.side-top .p1{background: url("../images/siline.png") bottom center no-repeat;padding-bottom: 10px;font-size:18px; font-weight:bold;}
.side-li{background:#fff; padding:10px; padding-left:0px; padding-right:0px;}
.side-li li{width:100%;list-style: none; margin-bottom:5px;}
.side-li a{display: block;width: 100%;text-align: left;padding: 15px 5px 15px 37px;color: #6e6e6e;background: #ececed url("../images/sidedd.png") left 20px center no-repeat; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;transition: 0.5s;-webkit-transition: 0.5s;}
.side-li a:hover,.side-li li .actcctaa{color: #fff;background: #46c0f1 url("../images/side1dd.png") left 20px center no-repeat}
.side-li li.xz a{color: #fff;background: #46c0f1 url("../images/side1dd.png") left 20px center no-repeat}
/**/
/**/
.iplist-n li{width:32%;margin-right:2%;float:left;list-style:none;}
.iplist-n li img{ max-width:100%;}

.iplist-n li:nth-child(3n){margin-right: 0;}
.iplist-n li:nth-child(n+4){margin-top: 20px;}
.iplist-n li a{display: block;width: 100%;}
.iplist-n li a .i{width: 100%; overflow:hidden;}
.iplist-n li a .t{width:100%;height: 45px;color: #5c5c5c;line-height: 45px;background: #f5f5f5; text-align:center;}
.iplist-n li a:hover .i img{transform: scale(1.05);-webkit-transform: scale(1.05)}
.iplist-n li a:hover .t{color: #c51015}
.tr05 {transition: 0.5s;-webkit-transition: 0.5s;}
/*产品详情*/
/*相关样式*/
.showcp{width:600px; float:left;}
#showbox {background:#eee;}
#showbox span {background:url(../images/whitebg.png) repeat;}
#showsum {left:25px; margin-top:10px;right:25px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}
.showpage {width:100%; position:relative;}
.showpage a {display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px;background:#eee; text-align:center;font-size:18px; position:absolute; left:0;top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}
.anchorfree{width: calc(100% - 650px); float:right;}
.anchorfree .txt{ width:100%;}
.anchorfree .txt h3{ color:#040c1f; font-size:28px; padding-bottom:10px;border-bottom:1px solid #ccc;}
.anchorfree .txt .info{ color:#5d5d5d; font-size:16px; line-height:30px; margin-top:20px;}
.anchorfree .txt .info table{border:1px solid #ccc;width:99%;border-collapse:collapse; }
.anchorfree .txt .info table td{ border-bottom:1px solid #ccc; border-right:1px solid #ccc;text-align:left; line-height:40px;color:#000; padding-left:10px;}
table{border:1px solid #ccc;width:99%;border-collapse:collapse; }
table td{ border-bottom:1px solid #ccc; border-right:1px solid #000;text-align:left;line-height:40px; color:#000;}
.infoo{ width:100%;font-size:16px; padding-top:30px; line-height:30px;}
.infoo img{width:100%; margin-bottom:10px;}
.infoo iframe{ width:100%; min-height:700px;}




.anchorfree .img{ width:50%; border-radius:100px 0 100px 0; overflow:hidden;}
.anchorfree .img img{ width:100%; display:block;}
.anchorfree .img iframe{ width:100%; overflow:hidden;min-height:450px;}
.jq22-container{ width:58%; float:left;}
.pro_btn{ width:100%;margin-bottom:10px; margin-top:10px;}
.pro_btn a {font-size:16px;padding:10px; width:49%;border-radius:10px; margin-right:1%;text-align: center;color: #fff;transition: all .5s ease;background: #367fc3;display: inline-block;}
.pro_btn a img{ padding-right:10px;}
.pro_btn a:nth-child(3) { margin-right:0%;}
.pro_lx{ border:1px dashed #ccc; height:60px; border-left:none; border-right:none; font-size:24px; line-height:60px; background:url(../images/lx.jpg) left center no-repeat; padding-left:30px;}
#showboxx{ display:none;}
.lxlfst{float:left; width:55%; font-size:18px; line-height:35px;}
.lxlfst p{font-size:18px; line-height:40px;}
.lxlfst p img{ margin-right:15px;}
.lxright{width:35%; float:right;}

@media (max-width: 1020px) {
#showboxx{ display: block;}
#showboxx img{ margin-bottom:10px; width:100%;}
.showcp{ display:none;}
.anchorfree{width:100%; float:none; margin-top:20px;}
.anchorfree .txt .info{ color:#5d5d5d; font-size:14px; line-height:25px; margin-top:20px; height: auto;}
.anchorfree .txt h3{ color:#040c1f; font-size:18px; padding-bottom:10px;border-bottom:1px solid #eee;}
.pro_btn a {font-size:16px;padding:10px; width:32%; border-radius:10px; margin-right:1%;text-align: center;color: #fff;transition: all .5s ease;background: #367fc3;display: inline-block;}
.pro_lx{ font-size:20px;}
.infoo{ width:100%;font-size:14px; padding-top:30px; line-height:30px;}
.infoo iframe{ width:100%; min-height:280px;}
.main-left.fixed{position: relative;top:0px;left: 0;}
.main-left{width:100%;float: none;}
.side-li li{width:49%;list-style: none; margin-right:1%;float:left;}
.side-lian{ display:none;}
.main-right{width:100%;float: none;padding:0px;}
.iplist-n li{width:100%;margin-right:0%;float: none;list-style:none; margin-bottom:10px;}
.lxlfst{float: none; width:100%; font-size:14px; line-height:30px;}
.lxright{width:100%; float:none; margin-top:30px;}
.newsxq .contain{ width:100%; float: none;}
.newsxq-recom{width:100%; float:none;}
}