/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#b6b8b9}
::-webkit-scrollbar-thumb{background:#ff6600;height:60px;border-radius:8px;}
::-webkit-scrollbar-thumb:window-inactive{background:#ff6600}
::-webkit-scrollbar-thumb:vertical:hover{background:#ff6600}


/* 内页共用 */
.wrapper{width:100%;min-height:90vh;overflow: hidden;}
.topBanner{position:relative;width:100%;overflow:hidden;}
.topBannerInner{width:100%;height:100%;animation:imgZoomIn 2s ease 0s forwards;-webkit-animation:imgZoomIn 2s ease 0s forwards;-ms-animation:imgZoomIn 2s ease 0s forwards;}
.topBannerInner img{width:100%;}
.minTop{display:none;}
.imgZoomIn{animation:imgZoomIn 2s ease 0s forwards;-webkit-animation:imgZoomIn 2s ease 0s forwards;-ms-animation:imgZoomIn 2s ease 0s forwards;}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.05);transform:scale(1.05);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.05);transform:scale(1.05);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}
@-ms-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.05);transform:scale(1.05);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}


.crumbNav{height:45px;line-height:45px;background:#e7e7e7;}
.crumbNav .container{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.crumbNav a{display: inline;color:#484747;}

.pageTitle{text-align:center;margin-bottom:50px;}
.pageTitle h1{font-size:36px;color:#1a1a1a;}
.pageTitle .bottomLine{display: block;width:55px;height:2px;background:#1a1a1a;margin:20px auto 0;}

.contentText{font-size:16px;line-height:36px;overflow: hidden;}
.contentText a{display: inline;}
.contentText img{display: inline-block;max-width:100%;}
.contentText video{display: block;width:100%;max-width:1000px;margin:10px auto;}

.pagePadding{padding:35px 0 100px;}
.itemPadding{padding:35px 0 55px;}

/*翻页*/
.pager{text-align: center;margin:45px 0 20px;}
.pager .p_page{width:80px;height:35px;line-height:35px;text-align: center;cursor: default;display:inline-block;margin:0 8px;border:1px solid #cbc9c9;}
.pager .currentPage{border-color:#FF6600;cursor: pointer;color:#FF6600;}


/* 关于我们 - 公司简介 */
.mainImg{width:100%;margin:55px 0;}
.mainImg img{width:100%;}
.hover{display: none;}
.aboutUsUl ul{padding:15px 2%;}
.aboutUsUl li{float:left;text-align:center;line-height:24px;}
.aboutUsUl .icon{width:110px;border:1px solid #e7e6e6;margin:0 auto;-webkit-transition: all 0.5s;transition: all 0.5s;}
.aboutUsUl .icon img{width:100%;}
.aboutUsUl h5{font-size:18px;margin:25px 0 12px;}
.aboutUsUl .p{font-size:14px;color:#666;}
.aboutUsUl li:hover .icon{border-color:#FF6600;background:#FF6600;box-shadow:0 1px 10px rgba(0,0,0,0.3);}
.aboutUsUl li:hover .hover{display:block;}
.aboutUsUl li:hover .default{display:none;}
.aboutUsUl .title{text-align:center;margin-bottom:35px;}
.aboutUsUl .title h2{font-size:24px;color:#1a1a1a;}

/* 产品中心 */
.proNav{margin-bottom:65px;}
.proList{margin-left:-58px;margin-right:-58px;}
.proList .column{padding:0 58px;margin-bottom:25px;}
.proList .img{border:1px solid #cbc9c9;-webkit-transition:all 0.5s;transition:all 0.5s;}
.proList .img:before{content: '';position:absolute;width:100%;height:100%;left:0;top:0;z-index: 2;background:rgba(0,0,0,0.05);opacity:0;-webkit-transition:all 0.5s;transition:all 0.5s;}
.proList p{padding:0 5px;text-align:center;margin-top:20px;font-size:16px;-webkit-transition:all 0.5s;transition:all 0.5s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.proList a:hover p{color:#FF6600;}
.proList a:hover .img{box-shadow: 0 1px 10px rgba(34,24,21,0.2);}
.proList a:hover .img:before{opacity: 0.5;}

.proList.recommendList{margin-left:-30px;margin-right:-30px;}
.proList.recommendList .column{padding:0 30px;}
.proList.recommendList .img{border:none;}

/* 产品详情 */
.productDetails{margin-left:auto;margin-right:auto;}
.productDetailsTop .img>img{width:auto;max-width:100%;margin:0 auto;}
.album-big .gallery-top{border:2px solid #797878;margin-bottom:25px;}
.album-small{position: relative;padding:0 65px;}
.album-small .gallery-thumbs{position: static;height:80px;}
.album-small .swiper-button-prev,
.album-small .swiper-button-next{width:40px;height:40px;margin-top:-20px;outline: none;}
.album-small .swiper-button-prev{left:0;background:url(../images/icon/left.png) no-repeat center;background-size:100% 100%;}
.album-small .swiper-button-next{right:0;background:url(../images/icon/right.png) no-repeat center;background-size:100% 100%;}
.album-small .swiper-slide{border:1px solid #ccc;}
.album-small .swiper-slide-thumb-active{border-color:#FF6600;}

.productBrief{padding-left:55px;}
.productBrief h3{font-size:24px;line-height:1.4}
.productBrief h3 + .en{font-size:16px;font-family: arial;color:#999;text-transform: uppercase;line-height:1.74;}
.productBrief .contentText{margin-top:30px;margin-bottom:30px;min-height:144px;overflow:hidden;}

.detailsOther{margin-top:30px;}
.detailsOther li{padding:15px 0;font-size:16px;line-height:24px;}
.detailsOther li a{padding-left:36px;}
.detailsOther li:nth-child(1) a{background:url(../images/icon/icon2.png) no-repeat left center;}
.detailsOther li:nth-child(2) a{background:url(../images/icon/icon3.png) no-repeat left center;}
.detailsOther li a:hover{color:#FF6600;}
.detailsOther li:nth-child(1) a:hover{background:url(../images/icon/icon2H.png) no-repeat left center;}
.detailsOther li:nth-child(2) a:hover{background:url(../images/icon/icon3H.png) no-repeat left center;}

.productInfo{margin-top:30px;}
.tabNav{height:52px;line-height:52px;background:#eeeeee;margin-bottom:30px;}
.tabNav a{float:left;font-size:18px;height:100%;padding:0 35px;background:#333;color:#fff;-webkit-transition: all 0.5s;transition: all 0.5s;margin-right:2px;}
.tabNav a:hover,
.tabNav a.active{background:#FF6600;}
.tabItems .item{display: none;}
.tabItems .item.active{display: block;}


/* 客户案例 */
.proList.caseList{margin-left:-10px;margin-right:-10px;}
.proList.caseList .column{padding:5px 10px 0;margin-bottom:20px;}
.proList.caseList a:hover .img>img{-webkit-transform:scale(1.05);transform:scale(1.05);}
.proList.caseList a:hover .img:before{opacity: 0;}

.caseDetailsBody .n_title h1{text-align:center;}

/* 新闻资讯 */
.newsList{margin-top:-40px;}
.newsList li{padding:40px 0;border-bottom:1px #e5e5e5 solid;}
.newsList a{display:block;overflow:hidden;}
.newsList .img{float:right;width:38%;}
.newsList .text{width:62%; height:auto; float:left;padding-right:50px;}
.newsList .text h2{font-size:20px;padding-top:5px;-webkit-transition: all 0.3s;transition: all 0.3s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.newsList .newsDate{margin-top:10px;}
.newsList .text .p{line-height:28px;color:#666;height:56px;margin-top:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.newsList .text em{display:block;margin-top:60px;width:150px;height:40px;border:1px #e5e5e5 solid;background:url(../images/icon/icon8.png) 100px center no-repeat;line-height:40px;color:#666;padding-left:34px;font-style:normal;-webkit-transition: all 0.3s;transition: all 0.3s;}
.newsDate{height:31px;line-height:31px;color:#666;padding-left:30px;background:url(../images/icon/icon9.png) left center no-repeat;}
.newsList a:hover h2{color:#FF6600;}
.newsList a:hover em{border:1px #FF6600 solid; color:#fff; background:#FF6600 url(../images/icon/icon8W.png) 100px center no-repeat;}
.newsList a:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);}

/* 新闻详情 */
.n_title{margin-bottom:40px;border-bottom:1px #e5e5e5 solid;}
.n_title h1{font-size:26px;color:#333;line-height:1.4;}
.xwzx_cs{height:70px;overflow:hidden;}
.xwzx_cs .newsDate{float:left;line-height:70px;height:100%;}
.share{float:right;height:100%;padding:18px 0;overflow:hidden;}
.share a{float:left;display:block;width:34px;height:34px;overflow:hidden;border-radius:100%;margin-left:0;border:1px #e5e5e5 solid;-webkit-transition: all 0.3s;transition: all 0.3s;}
.bdshare-button-style1-32 a{float:left;display:block;width:34px!important;height:34px!important;border-radius:50%;border:1px #e5e5e5 solid;margin:0 0 0 10px!important;opacity: 1!important;}
.bdshare-button-style1-32 a.bds_tsina{background:url(../images/icon/wzny_icon01.png) no-repeat center!important;background-size:100% 100%!important;}
.bdshare-button-style1-32 a.bds_tqq{background:url(../images/icon/wzny_icon02.png) no-repeat center!important;background-size:100% 100%!important;}
.bdshare-button-style1-32 a.bds_weixin{background:url(../images/icon/wzny_icon03.png) no-repeat center!important;background-size:100% 100%!important;}
.bdshare-button-style1-32 a.bds_more{background:url(../images/icon/wzny_icon04.png) no-repeat center!important;background-size:100% 100%!important;}
.share a:hover{border-color:#FF6600;}
.bdshare-button-style1-32 a.bds_tsina:hover{background:url(../images/icon/wzny_icon01_h.png) no-repeat center!important;background-size:100% 100%!important;}
.bdshare-button-style1-32 a.bds_tqq:hover{background:url(../images/icon/wzny_icon02_h.png) no-repeat center!important;background-size:100% 100%!important;}
.bdshare-button-style1-32 a.bds_weixin:hover{background:url(../images/icon/wzny_icon03_h.png) no-repeat center!important;background-size:100% 100%!important;}
.bdshare-button-style1-32 a.bds_more:hover{background:url(../images/icon/wzny_icon04_h.png) no-repeat center!important;background-size:100% 100%!important;}

.prevNext{font-size:16px;padding:25px 0;border-top:1px #e5e5e5 solid; overflow:hidden;margin-top:40px;}
.prevNext p{float:left;color:#666;max-width:45%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.prevNext p:last-child{ float:right;}
.prevNext p a{color:#666;display:inline;}
.prevNext a:hover{color:#FF6600;}


/* 技术支持 - 下载中心 */
.sideMenu{width:226px;background:#F5F5F5;}
.sideMenu .tit{position:relative;background:#FF6600;font-size:18px;color:#fff;padding:22px 20px;}
.sideMenu .tit i{position:absolute;width:50%;height:100%;background:url(../images/icon/icon18.png) no-repeat right center;background-size:24px 24px;top:0;right:15px;display:none;}
.sideMenuNav{padding:10px 0 40px;}
.sideMenuNav li{padding:0 20px;}
.sideMenuNav li>a{padding:15px 0;border-bottom:1px solid #DFDFDF;font-size:14px;color:#686868;}
.sideMenuNav li.cur>a,.sideMenuNav li:hover>a{color:#FF6600;}

.rightContent{margin-left:280px;min-height:500px;}
.listDownLoad .item{position:relative;background:#F5F5F5;margin-bottom:30px;padding:0 20px 0 15px;}
.listDownLoad .item h3{height:48px;line-height:48px;font-size:16px;width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.listDownLoad .item i{position:absolute;width:23px;height:23px;background:url(../images/icon/icon15.png) no-repeat center;background-size:100% 100%;right:20px;top:50%;margin-top:-11px;}
.listDownLoad .item:hover h3{color:#FF6600;}
.listDownLoad .item:hover i{background:url(../images/icon/icon15W.png) no-repeat center;background-size:100% 100%;}


/* 技术支持 - 视频播放 */
.proList.videoList{margin-left:-10px;margin-right:-10px;}
.proList.videoList .column{padding:5px 10px 0;margin-bottom:20px;}
.videoList .mark{position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.1);}
.videoList .mark img{position:absolute;width:40px;height:40px;top:50%;left:50%;margin:-20px 0 0 -20px;}
.videoList .mark .hover{display:none;}
.videoList a:hover .img>img{-webkit-transform:scale(1.05);transform:scale(1.05);}
.videoList a:hover .mark{background:rgba(0,0,0,0.15);}
.videoList a:hover .mark .hover{display:block;}
.videoList a:hover .mark .default{display:none;}

.video_mark{position:fixed;width:100%;height:100%;background:#000;left:0;top:0;z-index:110;display:none;}
.modal_content{position:absolute;max-width:100vw;max-height:100vh;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.video_mark .close{position:absolute;width:51px;height:51px;background:url(../images/icon/icon17.png) no-repeat center;background-size:100% 100%;top:50px;right:50px;cursor:pointer;z-index: 3;opacity: 1;}
.modal_content .inner{width:100%;max-height:100vh;overflow:hidden;}
.modal_content .modal_video{width:100%;max-height:100vh;background:#000;display:block;object-fit:cover;}



/* 联系我们 */
.consultationUl{padding:20px 4% 70px;margin:0;display: flex;align-content: stretch;justify-content: center;flex-flow: row wrap;}
.consultationUl li{float:left;font-size:14px;text-align:center;border-right:1px solid rgba(214,214,214,0.5);line-height:24px;padding:10px 15px;color:#616161;}
.consultationUl li a{color:#616161;}
.consultationUl li:last-child{border-right:none;}
.consultationUl .icon{width:80px;margin:0 auto;}
.consultationUl .icon img{width:100%;}
.consultationUl h5{font-size:18px;margin:40px 0 10px;}
.consultationUl .p{color:#666;}
.consultationUl .p a{color:#666;}
.consultationUl li:hover h5{color:#FF6600;}
.map{width:100%;height:540px;border:1px solid rgba(214,214,214,0.5);}
#dituContent{width:100%;height:100%;}
.anchorBL{display:none;}
.BMap_bubble_content{font-size:14px;line-height:24px;}
.BMap_bubble_content h1{font-size:14px;font-weight:700;color:#FF6600;margin-bottom:3px;}



@media screen and (min-width:1400px) and (max-width:1650px){
	.pageTitle{margin-bottom:45px;}
	.pageTitle h1{font-size:32px;}
	.proNav{margin-bottom:60px;}
	
	/* 产品中心 */
	.proList{margin-left:-48px;margin-right:-48px;}
	.proList .column{padding:0 48px;}
	
	.proList.recommendList{margin-left:-25px;margin-right:-25px;}
	.proList.recommendList .column{padding:0 25px;}
	
	/* 新闻资讯 */
	.newsList .text em{margin-top:50px;}
}

@media screen and (min-width:1400px) and (max-width:1499px){
	.pageTitle{margin-bottom:40px;}
	.pageTitle h1{font-size:30px;}
	.proNav{margin-bottom:55px;}
	
	/* 产品中心 */
	.proList{margin-left:-40px;margin-right:-40px;}
	.proList .column{padding:0 40px;}
	
	.proList.recommendList{margin-left:-20px;margin-right:-20px;}
	.proList.recommendList .column{padding:5px 20px 0;margin-bottom:20px;}
	
	/* 产品详情 */
	.album-small{padding:0 55px;}
	.album-small .swiper-button-prev,
	.album-small .swiper-button-next{background-size:34px 34px;}
	.productBrief{padding-left:45px;}
	
	/* 新闻资讯 */
	.newsList .text h2{font-size:18px;}
	.newsList .text em{margin-top:40px;}
	.newsList .text{padding-right:45px;}
	
	
	/* 联系我们 */
	.consultationUl{padding:15px 0 65px}
}

@media screen and (min-width:1200px) and (max-width:1399px){
	.itemPadding{padding:35px 0 50px;}
	.pagePadding{padding-top:35px;}
	.pageTitle{margin-bottom:40px;}
	.pageTitle h1{font-size:28px;}
	.proNav{margin-bottom:50px;}
	
	/* 关于我们 - 公司简介 */
	.mainImg{margin:50px 0;}
	.aboutUsUl ul{padding:15px 0;}
	
	/* 产品中心 */
	.proList{margin-left:-30px;margin-right:-30px;}
	.proList .column{padding:0 30px;}
	
	.proList.recommendList{margin-left:-20px;margin-right:-20px;}
	.proList.recommendList .column{padding:5px 20px 0;margin-bottom:20px;}
	
	/* 产品详情 */
	.album-small{padding:0 55px;}
	.album-small .swiper-button-prev,
	.album-small .swiper-button-next{background-size:30px 30px;}
	.productBrief{padding-left:45px;}
	.productBrief .contentText{margin-top:25px;margin-bottom:25px;min-height: 128px;}
	.detailsOther{margin-top:25px;}
	.tabNav a{font-size:16px;padding:0 30px;}

	/* 新闻资讯 */
	.newsList{margin-top:-35px;}
	.newsList li{padding:35px 0;}
	.newsList .text h2{font-size:18px;}
	.newsList .text em{margin-top:30px;}
	.newsList .newsDate{margin-top:8px;}
	.newsList .text .p{line-height:26px;height:52px;margin-top:5px;}
	.newsList .text{padding-right:40px;}
	
	/* 新闻详情 */
	.n_title h1{font-size:24px;}
	.contentText{font-size:15px;line-height:32px;}
	.prevNext{font-size:15px;padding:22px 0;}
	
	/* 联系我们 */
	.consultationUl{padding:10px 0 60px}
	.consultationUl h5{margin-top:35px;}
	.consultationUl .icon{width:70px;}
	.map{height:500px;}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.itemPadding{padding:35px 0 45px;}
	.pagePadding{padding-top:35px;}
	.pageTitle{margin-bottom:35px;}
	.pageTitle h1{font-size:26px;}
	.pageTitle .bottomLine{margin-top:15px;}
	.proNav{margin-bottom:40px;}
	
	/* 关于我们 - 公司简介 */
	.mainImg{margin:45px 0;}
	.aboutUsUl .title h2{font-size:22px;}
	.aboutUsUl ul{padding:10px 0;}
	.aboutUsUl .icon{width:95px;}
	.aboutUsUl h5{margin-top:20px;font-size:16px;}
	
	/* 产品中心 */
	.proList{margin-left:-30px;margin-right:-30px;}
	.proList .column{padding:0 30px;}
	.proList p{margin-top:15px;}
	
	.proList.recommendList{margin-left:-15px;margin-right:-15px;}
	.proList.recommendList .column{padding:5px 15px 0;margin-bottom:20px;}
	.proList.recommendList p{font-size:15px;}
	
	/* 产品详情 */
	.album-small{padding:0 45px;}
	.album-small .swiper-button-prev,
	.album-small .swiper-button-next{background-size:26px 26px;}
	.album-small .gallery-thumbs{height:70px;}
	.productBrief{padding-left:30px;}
	.productBrief h3{font-size:22px;}
	.productBrief .contentText{margin-top:20px;margin-bottom:20px;min-height: 128px;}
	.detailsOther{margin-top:20px;}
	.detailsOther li{padding:10px 0;}
	.tabNav{height:50px;line-height:50px;margin-bottom:25px;}
	.tabNav a{font-size:16px;padding:0 30px;}
	
	/* 新闻资讯 */
	.newsList{margin-top:-30px;}
	.newsList li{padding:30px 0;}
	.newsList .text h2{font-size:18px;}
	.newsList .text em{width:140px;margin-top:20px;padding-left:25px;background-position:95px center;}
	.newsList .newsDate{margin-top:6px;}
	.newsList .text .p{line-height:26px;height:52px;margin-top:5px;}
	.newsList .text{padding-right:35px;}
	
	/* 新闻详情 */
	.n_title{margin-bottom:35px;}
	.n_title h1{font-size:22px;}
	.contentText{font-size:15px;line-height:32px;}
	.prevNext{font-size:15px;padding:22px 0;}
	
	
	/* 技术支持 - 下载中心 */
	.sideMenu{width:200px;}
	.rightContent{margin-left:240px;}
	
	/* 技术支持 - 视频播放 */
	.video_mark .close{width:45px;height:45px;right:5%;top:5%;}
	
	/* 联系我们 */
	.consultationUl{padding:10px 0 60px}
	.consultationUl h5{margin-top:35px;font-size:16px;}
	.consultationUl .p{font-size:13px;}
	.consultationUl .icon{width:70px;}
	.map{height:500px;}
}
@media screen and (min-width:768px) and (max-width:991px){
	.itemPadding{padding:35px 0 40px;}
	.pagePadding{padding-top:35px;}
	.pageTitle{margin-bottom:30px;}
	.pageTitle h1{font-size:24px;}
	.pageTitle .bottomLine{margin-top:15px;}
	.proNav{margin-bottom:35px;}
	.crumbNav{font-size:13px;height:42px;line-height:42px;}
	
	/*关于我们 - 公司简介*/
	.mainImg{margin:40px 0;}
	.aboutUsUl .title h2{font-size:22px;}
	.aboutUsUl ul{padding:10px 0;}
	.aboutUsUl .icon{width:80px;}
	.aboutUsUl .p br{display:none;}
	.aboutUsUl h5{margin-top:20px;margin-bottom:10px;font-size:16px;}
	
	/* 产品中心 */
	.proList{margin-left:-25px;margin-right:-25px;}
	.proList .column{padding:5px 25px 0;margin-bottom:20px;}
	.proList p{margin-top:15px;font-size:15px;}
	
	.proList.recommendList{margin-left:-15px;margin-right:-15px;}
	.proList.recommendList .column{padding:5px 15px 0;}
	.proList.recommendList p{font-size:15px;}
	
	
	/* 产品详情 */
	.album-small{padding:0 45px;}
	.album-small .swiper-button-prev,
	.album-small .swiper-button-next{background-size:26px 26px;}
	.album-small .gallery-thumbs{height:60px;}
	.productBrief{padding-left:20px;padding-right:0;}
	.productBrief h3{font-size:20px;}
	.productBrief h3 + .en{font-size:14px;}
	.productBrief .contentText{margin-top:15px;margin-bottom:15px;min-height: 90px;}
	.detailsOther{margin-top:15px;}
	.detailsOther li{padding:10px 0;}
	.tabNav{height:45px;line-height:45px;margin-bottom:20px;}
	.tabNav a{font-size:15px;padding:0 25px;}
	
	
	
	/* 新闻资讯 */
	.newsList{margin-top:-30px;}
	.newsList li{padding:30px 0;}
	.newsList .text h2{font-size:16px;}
	.newsList .text em{width:130px;margin-top:20px;padding-left:20px;background-position:90px center;}
	.newsList .newsDate{margin-top:6px;}
	.newsList .text .p{line-height:26px;height:52px;margin-top:5px;}
	.newsList .text{padding-right:30px;}
	
	/* 新闻详情 */
	.n_title{margin-bottom:30px;}
	.n_title h1{font-size:20px;}
	.contentText{font-size:14px;line-height:30px;}
	.prevNext{font-size:14px;padding:20px 0;}
	
	
	/* 技术支持 - 下载中心 */
	.sideMenu{width:200px;}
	.rightContent{margin-left:230px;}
	.listDownLoad .item{padding:0 15px;margin-bottom:20px;}
	.listDownLoad .item i{right:15px;}
	
	/* 技术支持 - 视频播放 */
	.video_mark .close{width:45px;height:45px;right:5%;top:5%;}
	
	/* 联系我们 */
	.consultationUl{padding:10px 0;}
	.consultationUl li{margin-bottom:40px;}
	.consultationUl li:nth-child(2n){border-right:0;}
	.consultationUl h5{margin-top:30px;font-size:16px;}
	.consultationUl .icon{width:60px;}
	.map{height:400px;}
}
@media screen and (min-width:0px) and (max-width:767px){
	.itemPadding{padding:35px 0;}
	.pagePadding{padding-top:35px;padding-bottom:80px;}
	.pageTitle{margin-bottom:30px;}
	.pageTitle h1{font-size:22px;}
	.pageTitle .bottomLine{margin-top:12px;width:40px;}
	.proNav{margin-bottom:30px;}
	.crumbNav{font-size:12px;height:40px;line-height:40px;}
	.wrapper{min-height:50vh;}
	.pcTop{display:none;}
	.minTop{display:block;}
	.pager{margin-top:30px;}
	
	/*关于我们 - 公司简介*/
	.mainImg{margin:30px 0;}
	.aboutUsUl .title h2{font-size:22px;}
	.aboutUsUl ul{padding:0;}
	.aboutUsUl li{width:50%;margin-bottom:25px;}
	.aboutUsUl .icon{width:80px;}
	.aboutUsUl .p br{display:none;}
	.aboutUsUl h5{margin-top:15px;margin-bottom:10px;font-size:16px;}
	
	/* 产品中心 */
	.proList{margin-left:-10px;margin-right:-10px;}
	.proList .column{padding:5px 10px 0;margin-bottom:15px;}
	.proList p{margin-top:15px;font-size:14px;}
	
	.proList.recommendList{margin-left:-10px;margin-right:-10px;}
	.proList.recommendList .column{padding:5px 10px 0;}
	
	
	/* 产品详情 */
	.album-small{padding:0 40px;}
	.album-small .swiper-button-prev,
	.album-small .swiper-button-next{width:30px;height:30px;margin-top:-15px;background-size:20px 20px;}
	.album-small .gallery-thumbs{height:60px;}
	.productBrief{width:100%;padding:0 15px;margin-top:25px;}
	.productBrief h3{font-size:20px;}
	.productBrief h3 + .en{font-size:14px;}
	.productBrief .contentText{margin-top:15px;margin-bottom:15px;min-height: 1px;}
	.detailsOther{margin-top:15px;}
	.detailsOther li{padding:8px 0;font-size:15px;}
	.detailsOther li a{padding-left:32px;}
	.tabNav{height:40px;line-height:40px;margin-bottom:20px;}
	.tabNav a{font-size:14px;padding:0 20px;}
	
	

	/* 新闻资讯 */
	.newsList{margin-top:-25px;}
	.newsList li{padding:25px 0;}
	.newsList .text h2{font-size:16px;padding-top:0}
	.newsList .text em{width:130px;margin-top:20px;padding-left:20px;background-position:90px center;}
	.newsList .newsDate{margin-top:6px;font-size:12px;padding-left:26px;}
	.newsList .text .p{line-height:26px;height:52px;margin-top:5px;}
	.newsList .text{padding-right:20px;}
	
	/* 新闻详情 */
	.n_title{margin-bottom:25px;}
	.n_title h1{font-size:18px;}
	.xwzx_cs{height:60px;}
	.xwzx_cs .newsDate{line-height:60px;font-size:13px;}
	.share{padding:8px 0;}
	.contentText{font-size:14px;line-height:30px;}
	.prevNext{font-size:14px;padding:20px 0;}
	.prevNext p{float:none;max-width:100%;}
	.prevNext p:last-child{float:none;margin-top:10px;}
	
	
	/* 技术支持 - 下载中心 */
	.sideMenu{width:100%;float:none;margin-bottom:20px;}
	.sideMenuNav{padding:10px 0 15px;display:none;}
	.rightContent{margin-left:0;}
	.sideMenu .tit{padding:13px 15px;}
	.sideMenuNav li{padding:0 15px;}
	.sideMenu .tit i{display:block;cursor:pointer;}
	.listDownLoad .item{padding:0 15px;margin-bottom:20px;height:45px;line-height:45px;}
	.listDownLoad .item i{right:15px;}
	
	/* 技术支持 - 视频播放 */
	.video_mark .close{width:40px;height:40px;right:50%;top:15%;margin-right:-20px;}
	.modal_content{width:100%;}
	
	
	/* 联系我们 */
	.consultationUl{padding:5px 0 15px;}
	.consultationUl li{margin-bottom:30px;}
	.consultationUl li:nth-child(2n){border-right:0;}
	.consultationUl h5{margin-top:25px;font-size:16px;}
	.consultationUl .icon{width:60px;}
	.map{height:350px;}
}
@media screen and (min-width:0px) and (max-width:479px){
	.pageTitle h1{font-size:20px;}
	
	/*关于我们 - 公司简介*/
	.aboutUsUl .icon{width:70px;}
	.aboutUsUl .title h2{font-size:20px;}
	
	/* 产品中心 */
	.proList{margin-left:-8px;margin-right:-8px;}
	.proList .column{padding:5px 8px 0;}
	.proList p{margin-top:10px;}
	.proList.recommendList{margin-left:-8px;margin-right:-8px;}
	.proList.recommendList .column{padding:5px 8px 0;}
	
	/* 产品详情 */
	.tabNav a{padding:0 15px;}
	
	/* 客户案例 */
	.proList.caseList{margin-left:-8px;margin-right:-8px;}
	.proList.caseList .column{padding:5px 8px 0;}
	
	/* 新闻资讯 */
	.newsList .img{width:100%;margin-bottom:15px;}
	.newsList .text h2{font-size:15px;}
	.newsList .text .p{font-size:13px;line-height:24px;height:48px;}
	.newsList .text{width:100%;padding-right:0;}
	
	/* 新闻详情 */
	.n_title{margin-bottom:20px;}
	.n_title h1{text-align:center;}
	.xwzx_cs{height:auto;padding-top:10px;}
	.xwzx_cs .newsDate{width:100%;line-height:30px;font-size:12px;padding-left:26px;}
	.share{padding:10px 0;}
	.bdshare-button-style1-32 a{width:32px!important;height:32px!important;margin:0 10px 0 0!important;}
	.contentText{line-height:28px;}
	.prevNext{font-size:14px;}
	
	
	/* 技术支持 - 视频播放 */
	.proList.videoList{margin-left:-8px;margin-right:-8px;}
	.proList.videoList .column{padding:5px 8px 0;}
	
	
	/* 联系我们 */
	.consultationUl{padding:0;margin-top:-10px;}
	.consultationUl li{width:100%;margin-bottom:0;border-right:none;border-bottom:1px solid rgba(214,214,214,0.5);padding:20px 15px;}
	.consultationUl li:last-child{border-bottom:0;margin-bottom:30px;}
}



/* 设备租赁 2021-08-18*/
.topBanner .banner_text{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);text-align: center;color:#fff;z-index: 2;margin-top:30px;}
.topBanner .banner_text h1{font-size:24px;line-height:50px;}
.topBanner .swiper-pagination-bullet{background:#fff;}
.topBanner .swiper-slide img{width:100%;}
.promotion_list a{display: flex;align-items: center;flex-flow: row wrap;}
.promotion_list .column{padding-top:35px;padding-bottom:35px;}
.promotion_list .column:nth-child(2n)>a{flex-direction: row-reverse;}
.promotion_list .column:last-child{margin-bottom:100px;}
.promotion_list a>.text{width:100%;padding:0 15px;margin-bottom:20px;}
.promotion_list a>.rightImg{position: relative;width:100%;}
.promotion_list .sb{position: absolute;width:39.5131%;left:-20%;bottom:-15%}
.promotion_list .sb>img{width:100%;}
.promotion_list .column:nth-child(2n) .sb{right:-5%;left:auto;bottom:-20%;}
.promotion_list .t>.ch{position: relative;font-size:26px;}
.promotion_list .t>.ch>span{position: relative;z-index: 2;}
.promotion_list .t>.ch:before{content: '';position: absolute;width:100%;height:8px;background:#ff6600;left:0;bottom:0;z-index: 1;}
.promotion_list .t>.en{margin-left:15px;font-size:18px;color:#999999;font-family: arial;font-weight: lighter;text-transform: capitalize;}
.promotion_list .tit>.p{font-size:14px;color:#666;line-height:1.74;margin:20px auto;}
.promotion_list .more{display: block;font-size:18px;font-family: arial;width:120px;height:36px;line-height: 36px;border-radius: 16px;border:1px solid #999;color:#999;text-align: center;text-transform: uppercase;transition: all 0.5s;}
.promotion_list a:hover .more{background:#ff6600;color:#fff;border-color:#ff6600;}
.promotion_list a:hover .img>img{transform: scale(1.05);}
.promotion_list .animated .tit>.en>span:before{transform: none;opacity: 1;}
@media (max-width:767px){
	.promotion_list .tit{text-align: center;}
	.promotion_list .t>.en{display: block;margin-top:8px;margin-left:0;}
	.promotion_list .more{margin:0 auto;}
	.promotion_list .sb{left:5%;}
	.promotion_list .column:nth-child(2n) .sb{right:5%;}
}
@media (min-width:768px){
	.topBanner .banner_text h1{font-size:28px;}
	
	.promotion_list .column{padding-top:50px;padding-bottom:50px;}
	.promotion_list a>.text{width:44.375%;padding:0 20px;margin-bottom:0}
	.promotion_list a>.rightImg{width:55.625%;}
	.promotion_list .tit{max-width:70%;margin:15px auto;}
	
	
}
@media (min-width:1200px){
	.topBanner .banner_text h1{font-size:32px;}
	.topBanner .swiper-pagination-bullet{width:10px;height:10px;margin:0 6px!important;}
	
	.promotion_list .column{padding-top:70px;padding-bottom:70px;}
	.promotion_list a>.text{padding:0 30px}
	.promotion_list .t>.ch{font-size:32px;}
	.promotion_list .t>.en{font-size:22px;}
	.promotion_list .tit>.p{font-size:16px;margin-top:35px;margin-bottom:35px;}
}
@media (min-width:1450px){
	.promotion_list .tit{max-width:60%;}
}
@media (min-width:1650px){
	.topBanner .banner_text h1{font-size:36px;}
	
	.promotion_list .column{padding-top:85px;padding-bottom:85px;}
	
	.promotion_list .t>.ch:before{height:12px;}
	.promotion_list .t>.ch{font-size:36px;}
	.promotion_list .t>.en{font-size:26px;margin-left:25px;}
	.promotion_list .tit>.p{font-size:18px;}
	.promotion_list .more{font-size:18px;}
	
}
@media (min-width:1850px){
	.topBanner .banner_text h1{font-size:40px;}
	
	.promotion_list .column{padding-top:100px;padding-bottom:100px;}
	.promotion_list .t>.ch{font-size:40px;}
	.promotion_list .t>.en{font-size:30px;}
	.promotion_list .tit>.p{font-size:20px;margin-top:50px;margin-bottom:50px;}
}
/* 设备租赁列表 */
.product_list.row{margin:0 -10px;display: flex;align-items: stretch;flex-flow: row wrap;}
.product_list.row:before,
.product_list.row:after{display: none;}
.product_list .column{padding:0 10px;margin-bottom:10px;}
.product_list a{position: relative;}
.product_list .text{padding:20px 15px;line-height:1.74}
.product_list .h5{font-size:16px;font-weight: 700;line-height:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.product_list .en{font-size:12px;font-family: arial;text-transform: uppercase;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.product_list .price{color:#666;}
.product_list .img{background:#F2F2F2;transition: all 0.5s;}
.product_list .img:after{content: '';position: absolute;width:100%;height:100%;border:2px solid transparent;transition: all 0.5s;left:0;top:0;}
.product_list a:hover .h5{color:#ff6600;}
.product_list a:hover .img{box-shadow: 2px 5px 10px rgba(0,0,0,0.15);}
.product_list a:hover .img:after{border-color:#ff6600;}
@media (max-width:479px){
	.product_list .column{width:100%;}
}
@media (min-width:768px){
	.product_list.row{margin-left:-20px;margin-right:-20px;}
	.product_list .column{padding:0 20px;margin-bottom:20px;}
	.product_list .text{padding:20px;}
}
@media (min-width:1200px){
	.product_list .h5{font-size:18px;}
	.product_list .en{font-size:14px;}
}
@media (min-width:1450px){
	.product_list.row{margin-left:-30px;margin-right:-30px;}
	.product_list .column{padding:0 30px;margin-bottom:30px;}
}

/* 设备租赁列表详情 */
.proNavBox{border-bottom:1px solid #dcdddd;}
.proBotNav{margin-left:-8px;margin-right:-8px;overflow: hidden;}
.proBotNav>li{float:left;padding:0 8px;}
.proBotNav>li>a{position:relative;line-height:20px;padding:10px 0;font-size:14px;text-align: center;transition: all 0.3s;}
.proBotNav>li>a::after{content: '';position: absolute;width:0;height:1px;background:#FF6600;left:0;bottom:0;transition: all 0.3s;}
.proBotNav>li>a:hover::after{width:100%}
.proBotNav>li>a:focus, .proBotNav>li>a:hover{background:transparent}
.proBotNav>.active>a{color:#FF6600;}
.proBotNav>.active>a:after{width:100%;background:#FF6600;}

.productBrief .link{width:200px;max-width:100%;font-size:16px;text-align: center;line-height:20px;padding:15px 10px;background:#FF6600;color:#fff;transition: all 0.3s;margin-top:25px;}
.productBrief .link:hover{border-radius: 35px;}
.productInfo{background:#f7f8f8;padding:20px 15px 50px;}
.productInfo .tab-content>.tab-pane{padding-top:20px;}
.productInfo .tab-pane-title{font-size:18px;margin-bottom:20px;font-weight: 700;}
#myScrollspy.affix{position: fixed;z-index: 1031;background:#fff;width:100%;left:0;top:0;box-shadow: 0 0 10px rgba(0,0,0,0.1);padding:10px 0;margin:0;transition:all 0.5s;}
#myScrollspy.affix .proBotNav{margin:0 auto;}
@media (max-width:767px){
	#myScrollspy.affix{padding-left:5px;padding-right:5px;}
}
@media (min-width:768px){
	.proDetRight{padding-left:5%;margin-top:0;}
	.proBotNav{margin-left:-15px;margin-right:-15px;}
	.proBotNav>li{padding:0 15px;}
	.proBotNav>li>a{padding:15px 0;}
	
	.productInfo{padding:20px 30px 50px;}
	.productInfo .tab-content>.tab-pane{padding-top:25px;}
	#myScrollspy.affix .proBotNav{max-width:750px;}
}
@media (min-width:992px){
	.proDetRight .link{width:240px;padding:20px 10px;font-size:16px;}
	
	#myScrollspy.affix .proBotNav{max-width:970px;}
}
@media (min-width:1200px){
	.proBotNav{margin-left:-20px;margin-right:-20px;}
	.proBotNav>li{padding:0 20px;}
	.proBotNav>li>a{font-size:16px;}
	
	#myScrollspy.affix .proBotNav{max-width:1140px;}
}
@media (min-width:1650px){
	.proBotNav{margin-left:-30px;margin-right:-30px;}
	.proBotNav>li{padding:0 30px;}
	.proBotNav>li>a{font-size:18px;}
}