.swiper-pagination span{position: relative;width:30px;height:2px;background:rgba(255,254,254,0.5);opacity:1;border-radius:0;-webkit-transition: all 0.3s;transition: all 0.3s;top:0;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;}
.swiper-pagination .swiper-pagination-bullet-active{top:1px;height:4px;background:#f5c61e;}
.swiper-scrollbar{position:absolute;width:0;height:3px;left:0;bottom:0;background:rgba(255,255,255,0.2);}
.swiper-scrollbar.width{-webkit-animation: width 5s infinite;animation: width 5s infinite;}
.swiper-button-next, .swiper-button-prev{width:44px;height:44px;margin-top:-22px;opacity:0;-webkit-transition: all 0.3s;transition: all 0.3s;}
.swiper-button-next{background:url(../images/icon/right.png) no-repeat center;background-size:100% 100%;}
.swiper-button-prev{background:url(../images/icon/left.png) no-repeat center;background-size:100% 100%;}
.swiper-button-next:hover,.swiper-button-prev:hover{opacity:0.8;}
@-webkit-keyframes width{
    0%{width:0;}
    100%{width:100%;}
}
@-webkit-keyframes width{
    0%{width:0;}
    100%{width:100%;}
}
/*首页*/
.indexHeader{}


.banner{position:relative;width:100%;overflow: hidden;}
.banner .swiper-pagination{bottom:25px;}
.banner .swiper-slide{display: block;width:100%;height:auto;position:relative;overflow:hidden;}
.banner .swiper-slide a{display: block;width:100%;}
.banner .swiper-slide>img{width:100%;}
.banner .swiper-button{position:absolute;width:12.5%;height:100%;top:0;z-index:2;}
.banner .swiper-button-n{right:0;}
.banner .swiper-button-p{left:0;}
.banner .swiper-button-next,.banner .swiper-button-prev{width:100%;height:40%;top:30%;margin-top:0;opacity:0;}
.banner .swiper-button-prev{left:0;background:url(../images/icon/left2.png) no-repeat center;}
.banner .swiper-button-next{right:0;background:url(../images/icon/right2.png) no-repeat center;}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev{opacity:1;}
.mobileBanner{display:none;}

#background_video{position:absolute;height:100%;width:100%;top:0;left:0;object-fit:cover;}

.banner .container{position: absolute;height:100%;top:0;left:50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);display: flex;align-items: center;}
.banner .text{width:100%;}
.banner .text>img{width:auto;max-width:100%;margin:0 auto;}

.banner1 .text{transform:scale(0)}
.banner2 .text{transform:translateY(-100%)}
.banner3 .text{transform:translateY(100%)}
.banner4 .text{transform:scale(0)}
.banner5 .text{transform:translateY(-100%)}
.banner6 .text{transform:translateY(100%)}
.banner .swiper-slide-active .text{opacity:1;-webkit-transform:none;transform:none;-webkit-transition-delay:.5s;transition-delay:.5s;}

.indexProdoct{padding:50px 0 85px;}
.prodoctList{margin:-15px -15px 0;display: flex;align-content: stretch;flex-flow: row wrap;overflow: hidden;}
.prodoctList:before,.prodoctList:after{display: none;}
.prodoctList .column{padding:15px;}
.prodoctList a{position: relative;background:#fff;height:100%;}
.prodoctList .img{height:100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.prodoctList .model{position: absolute;font-size:18px;height:50px;line-height:50px;padding:0 15px;border:1px solid #f6cc34;color:#f6cc34;left:25px;top:50px;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.prodoctList .mask{position: absolute;width:100%;height:60px;background:#f5c61e;left:0;bottom:0;display: block;justify-content: center;align-items: center;flex-direction: column;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.prodoctList .text{width:100%;padding:20px 28px;}
.prodoctList h5{font-size:20px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.prodoctList .p{margin:20px 0 45px;height:120px;line-height:24px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.prodoctList .href{display: block;width:120px;max-width:100%;height:40px;line-height:40px;border:1px solid rgba(0,0,0,0.1);text-align:center;margin:0 auto;visibility: hidden;opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.prodoctList a:hover .mask{display: flex;height:100%;}
.prodoctList a:hover .p,
.prodoctList a:hover .href{opacity: 1;visibility: visible;}
.prodoctList .href:hover{background:#fff;}


/*内页共用  #0459ba*/
.main{width:100%;padding:70px 0 120px;overflow: hidden;}
.main.paddingNoneTop{padding-top:0;}
.topBanner{position:relative;overflow:hidden;}
.topBanner img{width:100%;animation:imgZoomIn 2s ease 0s forwards;-webkit-animation:imgZoomIn 2s ease 0s forwards;-ms-animation:imgZoomIn 2s ease 0s forwards;}
.mobileTopBanner{display:none;}
.topBanner .container{position: absolute;height:100%;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display: flex;justify-content: center;align-items: center;flex-direction: column;}
.pageTitle{width:100%;text-align:center;color:#fff;}
.pageTitle h1{font-size:24px;}
.pageTitle h1 span{position: relative;padding:0 28px;}
.pageTitle h1 span:before,
.pageTitle h1 span:after{content:'';position:absolute;width:46px;height:2px;background:#fff;top:50%;margin-top:-1px;}
.pageTitle h1 span:before{left:-46px;}
.pageTitle h1 span:after{right:-46px;}
.pageTitle p{font-size:24px;text-transform: uppercase;margin-top:10px;}
@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);}
}
.img{width:100%;overflow:hidden;position: relative;}
.img img{width:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}

/*品牌*/
.brandItem{padding:50px 0;}
.brandTit{font-size:24px;margin-bottom:55px;}
.brandItem.brandItem01{padding:60px 0;}
.brand01_left{width:50%;padding-right:70px;}
.brand01_left h5{font-size:24px;}
.brand01_left h5:after{content:'';display: block;width:36px;height:4px;background:#F5C61E;margin:25px 0 35px;}
.brand01_left .contentText{font-size:16px;color:#4c4c4c;text-transform: uppercase;}
.brand01_right{width:50%;}
.brand01_right img{width:100%;}

.brandItem.brandItem02{padding-bottom:120px;color:#fff;}
.brand02{padding:40px 95px;background:rgba(255,255,255,0.4);font-size:20px;max-width:600px;}
.brand02 p{margin-bottom:15px;}

.brand03{position: relative;padding:0 45px;border-bottom:2px solid #f5c61e;margin-bottom:60px;}
.brand03 h5{font-size:24px;margin-bottom:25px;}
.brand03 .swiper-container{position: static;padding:0 5px;}
.brand03 .swiper-wrapper{align-items: flex-end;}
.brand03 .swiper-slide{padding:5px 10px 25px 10px;border-left:2px solid #f5c61e;}
.brand03 .swiper-slide:before{content:'';position:absolute;width:8px;height:8px;border-radius: 50%;left:-5px;top:0;background:#f5c61e;}
.brand03 .swiper-button-prev,
.brand03 .swiper-button-next{width:20px;height:35px;top:auto;bottom:-57px;margin-top:0;opacity: 0.5;}
.brand03 .swiper-button-prev{left:45px;background:url(../images/icon/l.png) no-repeat center;background-size:100% 100%;}
.brand03 .swiper-button-next{right:45px;background:url(../images/icon/r.png) no-repeat center;background-size:100% 100%;}

.brandItem.brandItem04{padding-bottom:80px;padding-top:20px;}
.partnerList a{border:1px dashed rgba(51,51,51,0.2);}
.partnerList li{padding:0 18px;margin-bottom:20px;}
.partnerList li:nth-child(11n-10){margin-left:8.333%;}
.partnerList a:hover{border-color:#F5C61E;}
.partnerList a:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);}

/*翻页*/
.pagePagination{position: relative;}
.total{position: absolute;top:40px;left:0;color:#999;font-size:18px;}
.pager{width:100%;padding:40px 0 0;text-align:center;margin:50px 0 0;border-top:1px solid rgba(0,0,0,0.1);}
.pager .p_page{display:inline-block;padding:0 30px;height:46px;line-height:46px;margin:0 40px;cursor:default;font-size:18px;text-align:center;border:1px solid #dcdcdc;color:#666;}
.pager .currentPage{background:#f5c61e;border-color:#f5c61e;color:#333;cursor: pointer;}
.pager.borderNone{border-top:none;padding-top:30px;margin-top:40px;}

/*产品*/
.proNav{text-align:center;margin-bottom:30px;}
.proNav a{display: inline-block;padding:0 24px;height:58px;line-height:58px;font-size:20px;letter-spacing:3px;margin:0 30px 20px;border:1px solid rgba(0,0,0,0.6);-webkit-transition: all 0.5s;transition: all 0.5s;}
.proNav a:hover,
.proNav .active{background:#f5c61e;border-color:#f5c61e;}

.productBody .prodoctList{margin:-23px;display: block;}
.productBody .prodoctList .column{padding:23px;}


/*案例*/
.caseBody .prodoctList .text{padding:16px 25px;}
.caseBody .prodoctList .mask{height:50px;}
.caseBody .prodoctList h5{font-size:18px;}
.caseBody .prodoctList .p{height:72px;margin:20px 0;-webkit-line-clamp:3;}


/*服务*/
.panel-heading{padding:0;border-radius:0;border-bottom:none;}
.panel{background:none;margin-bottom:0;border-radius: 0;box-shadow: 0 0 0 transparent;border:none;}
.panel-body{padding:0;}

.menuList{position:relative;z-index: 2;margin-top:-56px;}
.menuList a{float:left;width:160px;height:56px;line-height:56px;text-align:center;font-size:18px;margin-right:10px;background:#fff;-webkit-transition: all 0.5s;transition: all 0.5s;}
.menuList a:hover,
.menuList a.active{background:#f5c61e;}

.list{border-top:1px dashed #c4c4c4;}
.list a{position:relative;}
.list .item{border-bottom:1px dashed #c4c4c4;cursor:pointer;}
.list .item h3{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition: all 0.5s;transition: all 0.5s;padding-right:110px;}
.list .item i{position:absolute;top:50%;-webkit-transition: all 0.5s;transition: all 0.5s;opacity: 0.5;}

/* 服务 - 常见问题 */
.faqList .item a{padding:20px 90px;}
.faqList .item i{width:16px;height:10px;right:90px;background:url(../images/icon/down.png) no-repeat center;background-size:100% 100%;margin-top:-5px;}
.faqList .active i{transform: rotate(180deg);}
.faqList .panel-body{font-size:14px;line-height:30px;padding:0 90px 25px;}

/* 服务 - 增值服务 */
.valueAddedList .item{padding:20px 90px;}
.list.valueAddedList .item h3{padding-right:0;}

.serviceDetailsMain{padding:50px 0 100px;}
.serviceContentText{background:#fff;padding:50px 15px;}
.serviceContentText h1{font-size:24px;text-align:center;max-width:1200px;margin:0 auto 35px;}
.serviceContentText .contentText{max-width:1200px;margin:0 auto;}
.serviceDetailsMain .pager.borderNone{padding-top:0;margin-top:50px;}

/* 服务 - 意见与反馈 */
.form-control:focus{border-color:#f5c61e;}
.feedbackForm{max-width:1000px;margin:0 auto;padding-top:15px;}
.feedbackForm label{display: block;font-size:16px;margin-bottom:7px;}
.feedbackForm .form-group{margin-bottom:20px;}
.feedbackForm .form-control{height:50px;}
.feedbackForm .form-textarea .form-control{height:200px;}
.feedbackForm .btn{display: block;width:200px;height:50px;margin:30px auto 0;border-color:#f5c61e;background:#f5c61e;font-size:18px;}
.feedbackForm .btn:hover{border-color:#f6cc34;background:#f6cc34;}


/*下载中心*/
.downLoadList .item{padding:20px 45px;}
.downLoadList .item i{width:23px;height:23px;right:45px;background:url(../images/icon/icon_39.png) no-repeat center;background-size:100% 100%;margin-top:-11px;opacity: 0.5;}
.downLoadList .item:hover h3{color:#f5c61e;}
.downLoadList .item:hover i{background:url(../images/icon/icon_39_hover.png) no-repeat center;background-size:100% 100%;opacity: 1;}

/*新闻中心*/
.newsList{margin:0;}
.newsList .column{padding:10px 0;border-bottom:1px solid #e6e6e6;}
.newsList .column:last-child{border-bottom:none;}
.newsList a{display: block;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.newsList .img{float:left;width:26%;}
.newsList .nText{float:left;width:74%;padding:25px 80px 0 45px;}
.newsList .tit{position: relative;line-height:28px;padding-right:150px;}
.newsList .date{position: absolute;right:0;top:0;color:#888;font-size:16px;}
.newsList h5{font-size:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.newsList .p{font-size:16px;line-height:30px;height:60px;overflow: hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#666;margin-top:35px;}
.newsList .href{margin-top:10px;overflow: hidden;}
.newsList .href span{float:right;display: block;height:32px;line-height:32px;padding:0 15px;border:1px solid rgba(0,0,0,0.2);-webkit-transition: all 0.5s;transition: all 0.5s;}
.newsList a:hover .href span{background:#f5c61e;border-color:#f5c61e;}
.newsList a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.2);}

/* .newsList .item:hover{box-shadow: 0 11px 21px rgba(0,0,0,0.26);}
.newsList .item:hover h3{color:#0459ba;}
.newsList .item:hover .nAther .icon{background:url(../images/icon/p7_h.png) center;background-size:100% 100%;}
.newsList .item:hover .img img{-webkit-transform: scale(1);transform: scale(1);} */

/*新闻中心详情*/
.detailsBody{background:#fff;}
.detailsTitle{text-align: center;padding-bottom:25px;margin-bottom:30px;border-bottom:1px solid rgba(0,0,0,0.1);}
.detailsTitle h2{font-size:26px;}
.detailsTitle .date{color:#999;margin-top:15px;}
.detailsTitle .date span{padding:0 8px;}
.contentText{font-size:14px;line-height:30px;}
.contentText img{display:inline-block;max-width:100%;}
.contentText a{display: inline;}
.contentText video{display: block;width:1000px;height:auto;max-width:100%;margin:0 auto;}



/*关于我们*/
.job_top,
.job_list .panel-heading>a,
.job_list .panel-body{padding:25px 100px;}
.job_top{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;}
.joinList .span{float:left;font-size:16px;}
.joinList .span1{width:20%;}
.joinList .span2{width:18.5%;}
.joinList .span3{width:18.5%;}
.joinList .span4{width:35%;}
.joinList .span5{width:8%;}
.job_list .panel{border-bottom:1px solid #e1e1e1;}
.job_list .panel-heading{position: relative;}
.job_list .panel-heading>i{position:absolute;display:block;width:16px;height:10px;background:url(../images/icon/down.png) no-repeat center;background-size:100% 100%;right:100px;top:50%;margin-top:-5px;transition:all .5s}
.job_list .active .panel-heading>i{transform: rotate(180deg);}
.apply_btn{padding:35px 0 25px;text-align:center}
.apply_btn a{display:inline-block;background:#F5C61E;line-height:20px;color:#fff;padding:13px 28px;font-size:16px;;}
.apply_btn a:hover{background:#555}

.job_description .inner>h2{position:relative;font-size:18px;margin:0 0 15px;padding-left:15px;line-height:20px;}
.job_description .inner>h2:before{content:"";width:4px;height:16px;background-color:#f5c61e;display:inline-block;position:absolute;left:0;top:2px;}
.job_description .contentText{line-height:24px;padding:0 100px;}


/* 联系我们*/
.contactList{display: flex;flex-flow: row wrap;align-content: stretch;}
.contactList li{float:left;width:20%;font-size:18px;text-align:center;padding:50px 20px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.contactList li a{display: block;width:100%;line-height:34px;}
.contactList .cEwm img{margin-bottom:20px;max-width:160px;}
.contactList .icon{position: relative;width:68px;margin:0 auto 50px;}
.contactList .icon img{width:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}
.contactList .icon .hover{position: absolute;top:0;left:0;visibility: hidden;opacity: 0;}
.contactList li:hover{box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.contactList li:hover .icon .hover{visibility: visible;opacity: 1;}
.contactList li:hover .default{visibility: hidden;opacity: 0;}
.map{width:100%;height:400px;margin-top:65px;border:1px solid #c2c2c2;}
#dituContent{width:100%;height:100%;}
.anchorBL{display:none;}
.BMap_bubble_title{font-size:16px;margin-bottom:5px;color:#F5C61E;}



@media (min-width: 1600px) and (max-width:1799px){
	/*首页*/
	.prodoctList h5{font-size:18px;}
	.prodoctList .model{top:35px;}
	
	/* 品牌 */
	.brandTit{margin-bottom:50px;}

	/* 产品 */
	.main{padding:60px 0 120px;}
	.pager .p_page{margin:0 30px;}
	
	/* 新闻中心 */
	.newsList h5{font-size:22px;}
	.newsList .nText{padding:25px 35px 0 40px;}
	.newsList .p{margin-top:30px;}

	/* 内页共用 */
	.detailsTitle h2{font-size:24px;}

	
}

@media screen and (min-width:1400px) and (max-width:1599px){
	/*首页*/
	.prodoctList h5{font-size:16px;}
	.prodoctList .mask{height:55px;}
	.prodoctList .model{top:25px;font-size:16px;height:45px;line-height:45px;}


	/* 品牌 */
	.brandTit{margin-bottom:45px;}
	
	.brandItem.brandItem01{padding:55px 0;}
	.brand01_left{padding-right:55px;}
	
	.brandItem.brandItem02{padding-bottom:100px;}
	.brand02{font-size:18px;padding:40px 60px;}
	
	.brandItem.brandItem04{padding-top:10px;padding-bottom:60px;}
	.partnerList{margin-left:-15px;margin-right:-15px;}
	.partnerList li{padding:0 15px;}
	
	/* 产品 */
	.main{padding:55px 0 120px;}
	.total{font-size:16px;}
	.pager .p_page{margin:0 30px;}
	.pager.borderNone{margin-top:35px;}
	.proNav{margin-bottom:25px;}
	.proNav a{padding:0 20px;font-size:18px;height:50px;line-height:50px;}
	
	.productBody .prodoctList{margin:-18px;}
	.productBody .prodoctList .column{padding:18px;}
	
	
	/*案例*/
	.caseBody .prodoctList .text{padding:15px 25px;}
	.caseBody .prodoctList .mask{height:46px;}
	.caseBody .prodoctList h5{font-size:16px;}
	.caseBody .prodoctList .p{height:48px;margin:15px 0;-webkit-line-clamp:2;}
	
	/* 服务 */
	.menuList{margin-top:-50px;}
	.menuList a{width:140px;font-size:16px;height:50px;line-height:50px;}
	
	.list .item h3{padding-right:100px;}
	
	/* 服务 - 常见问题 */
	.faqList .item a{padding:20px 50px;}
	.faqList .item i{right:50px;}
	.faqList .panel-body{padding:0 50px 25px;}
	
	/* 服务 - 增值服务 */
	.valueAddedList .item{padding:20px 50px;}
	
	.serviceContentText h1{font-size:22px;}
	
	/* 新闻中心 */
	.newsList h5{font-size:22px;}
	.newsList .nText{padding:12px 30px 0 35px;}
	.newsList .p{margin-top:18px;}
	
	
	/* 内页共用 */
	.detailsTitle h2{font-size:24px;}
	
	/*下载中心*/
	.downLoadList .item{padding:20px 50px;}
	.downLoadList .item i{right:50px;}
	
	/*招贤纳士*/
	.job_top, .job_list .panel-heading>a, .job_list .panel-body{padding:20px 50px;}
	.job_description .contentText{padding:0 20px;}
	
	/*联系我们*/
	.contactList li{padding:40px 15px;font-size:16px;}
	.contactList li a{line-height:28px;}
	.contactList .icon{margin-bottom:35px;}
	.contactList .cEwm img{margin-bottom:15px;}
	.map{margin-top:50px;}

}

@media screen and (min-width:1200px) and (max-width:1399px){
	/*首页*/
	.banner .swiper-button-next,.banner .swiper-button-prev{background-size:40px 40px!important;}

	.prodoctList h5{font-size:16px;}
	.prodoctList .mask{height:50px;}
	.prodoctList .text{padding:17px 20px;}
	.prodoctList .model{top:25px;font-size:15px;height:42px;line-height:42px;}
	.prodoctList .href{height:36px;line-height:36px;}
	
	/* 品牌 */
	.brandTit{margin-bottom:40px;}
	
	.brandItem.brandItem01{padding:50px 0;}
	.brand01_left{padding-right:45px;}
	.brand01_left .contentText{font-size:15px;}
	.brand01_left h5{font-size:22px;}
	.brand01_left h5:after{margin:20px 0 25px;}
	
	.brandItem.brandItem02{padding-bottom:80px;}
	.brand02{font-size:18px;padding:40px 50px;}
	
	.brand03 h5{font-size:22px;margin-bottom:20px;}
	
	.brandItem.brandItem04{padding-top:0;padding-bottom:60px;}
	.partnerList{margin-left:-12px;margin-right:-12px;}
	.partnerList li{padding:0 12px;}
	
	
	/* 产品 */
	.main{padding:50px 0 100px;}
	.total{font-size:16px;top:35px;}
	.pager{margin-top:45px;padding-top:35px;}
	.pager .p_page{margin:0 25px;font-size:16px;height:40px;line-height:40px;padding:0 25px;}
	.pager.borderNone{margin-top:30px;}
	.proNav a{padding:0 20px;font-size:16px;height:45px;line-height:45px;margin:0 20px 15px;}
	
	.productBody .prodoctList{margin:-15px;}
	.productBody .prodoctList .column{padding:15px;}
	
	
	/*案例*/
	.caseBody .prodoctList .text{padding:12px 20px;}
	.caseBody .prodoctList .mask{height:40px;}
	.caseBody .prodoctList h5{font-size:16px;}
	.caseBody .prodoctList .p{height:48px;margin:15px 0;-webkit-line-clamp:2;}
	
	
	/* 服务 */
	.menuList{margin-top:-50px;}
	.menuList a{width:130px;font-size:16px;height:50px;line-height:50px;}
	
	.list .item h3{font-size:16px;padding-right:80px;}
	
	/* 服务 - 常见问题 */
	.faqList .item a{padding:20px 25px;}
	.faqList .item i{right:25px;}
	.faqList .panel-body{padding:0 25px 25px;}
	
	/* 服务 - 增值服务 */
	.valueAddedList .item{padding:20px 25px;}
	
	.serviceContentText{padding:45px 15px;}
	.serviceContentText h1{font-size:22px;margin-bottom:30px;}
	.serviceDetailsMain .pager.borderNone{margin-top:40px;}

	/* 服务 - 意见与反馈 */
	.feedbackForm{padding-top:5px;}
	.feedbackForm .form-control{height:45px;}
	.feedbackForm .btn{width:180px;margin-top:20px;}
	.feedbackForm .form-textarea .form-control{height:180px;}
	
	/* 新闻中心 */
	.newsList h5{font-size:20px;}
	.newsList .date{font-size:14px;}
	.newsList .nText{padding:15px 30px;}
	.newsList .p{font-size:15px;margin-top:20px;}
	
	
	/* 内页共用 */
	.detailsTitle h2{font-size:22px;}

	/*下载中心*/
	.downLoadList .item{padding:20px 25px;}
	.downLoadList .item i{right:25px;}
	
	/*招贤纳士*/
	.job_top, .job_list .panel-heading>a, .job_list .panel-body{padding:20px 50px;}
	.job_description .contentText{padding:0 20px;}
	
	/*联系我们*/
	.contactList li{width:33.33%;padding:30px 20px;font-size:16px;}
	.contactList li a{line-height:28px;}
	.contactList .icon{width:60px;margin-bottom:20px;}
	.contactList .cEwm img{margin-bottom:15px;}
	.map{margin-top:40px;}

}

@media screen and (min-width:992px) and (max-width:1199px){
	/*首页*/
	.banner .swiper-button-next,.banner .swiper-button-prev{background-size:35px 35px!important;}
	.banner .swiper-pagination{bottom:20px;}
	
	
	.indexProdoct{padding:45px 0 75px;}
	.prodoctList{margin:-10px -10px 0;}
	.prodoctList .column{padding:10px;}
	.prodoctList h5{font-size:16px;}
	.prodoctList .mask{height:50px;}
	.prodoctList .text{padding:17px 20px;}
	.prodoctList .model{top:15px;left:15px;font-size:15px;height:42px;line-height:42px;}
	.prodoctList .href{height:36px;line-height:36px;}

	.pageTitle h1 span{padding:0 18px;}
	.pageTitle h1 span:before, .pageTitle h1 span:after{width:40px;}
	.pageTitle h1 span:before{left:-40px;}
	.pageTitle h1 span:after{right:-40px;}
	.pageTitle p{font-size:22px;margin-top:8px;}
	/* 品牌 */
	.brandItem{padding:45px 0;}
	.brandTit{font-size:22px;margin-bottom:35px;}
	
	.brandItem.brandItem01{padding:45px 0;}
	.brand01_left{padding-right:40px;}
	.brand01_left h5{font-size:22px;}
	.brand01_left h5:after{margin:15px 0;}
	.brand01_left .contentText{font-size:14px;}
	
	.brandItem.brandItem02{padding-bottom:60px;}
	.brand02{font-size:18px;padding:35px 40px;}
	
	.brand03{padding:0 35px;}
	.brand03 .swiper-button-prev{left:35px;}
	.brand03 .swiper-button-next{right:35px;}
	.brand03 h5{font-size:22px;margin-bottom:20px;}
	
	.brandItem.brandItem04{padding-top:0;padding-bottom:60px;}
	.partnerList{margin-left:-10px;margin-right:-10px;}
	.partnerList li{padding:0 10px;}

	
	
	/* 产品 */
	.main{padding:45px 0 100px;}
	.total{font-size:16px;top:35px;}
	.pager{margin-top:45px;padding-top:35px;}
	.pager .p_page{margin:0 15px;font-size:16px;height:40px;line-height:40px;padding:0 20px;}
	.pager.borderNone{margin-top:20px;}
	.proNav{margin-bottom:25px;}
	.proNav a{padding:0 20px;font-size:16px;height:45px;line-height:45px;margin:0 15px 15px;}
	
	.productBody .prodoctList{margin:-15px;}
	.productBody .prodoctList .column{padding:15px;}
	
	/*案例*/
	.caseBody .prodoctList .text{padding:10px 20px;}
	.caseBody .prodoctList .mask{height:36px;}
	.caseBody .prodoctList h5{font-size:15px;}
	.caseBody .prodoctList .p{-webkit-line-clamp:2;font-size:13px;line-height:22px;height:44px;margin:12px 0;}

	/* 服务 */
	.menuList{margin-top:-45px;}
	.menuList a{width:120px;font-size:16px;height:45px;line-height:45px;}
	
	.list .item h3{font-size:16px;padding-right:80px;}
	
	/* 服务 - 常见问题 */
	.faqList .item a{padding:20px 25px;}
	.faqList .item i{right:25px;}
	.faqList .panel-body{padding:0 25px 25px;}
	
	/* 服务 - 增值服务 */
	.valueAddedList .item{padding:20px 25px;}
	
	.serviceContentText{padding:40px 15px;}
	.serviceContentText h1{font-size:20px;margin-bottom:30px;}
	.serviceDetailsMain .pager.borderNone{margin-top:40px;}

	/* 服务 - 意见与反馈 */
	.feedbackForm{padding-top:5px;}
	.feedbackForm .form-control{height:45px;}
	.feedbackForm .btn{width:180px;margin-top:20px;}
	.feedbackForm .form-textarea .form-control{height:180px;}
	
	/* 新闻中心 */
	.newsList h5{font-size:18px;}
	.newsList .date{font-size:14px;}
	.newsList .nText{padding:15px 25px;}
	.newsList .p{margin-top:25px;font-size:14px;line-height:24px;height:48px;}
	
	/* 内页共用 */
	.detailsTitle h2{font-size:20px;}


	/*下载中心*/
	.downLoadList .item{padding:20px 25px;}
	.downLoadList .item i{right:25px;}


	/*招贤纳士*/
	.job_top, .job_list .panel-heading>a, .job_list .panel-body{padding:20px 30px;}
	.job_description .contentText{padding:0 20px;}

	/*联系我们*/
	.contactList li{width:33.33%;padding:25px 20px;font-size:16px;}
	.contactList li a{line-height:28px;}
	.contactList .icon{width:60px;margin-bottom:20px;}
	.contactList .cEwm img{margin-bottom:15px;}
	.map{margin-top:40px;}

}

@media screen and (min-width:768px) and (max-width:991px){
	/*首页*/
	.swiper-pagination span{width:25px;}
	.banner .swiper-button-next,.banner .swiper-button-prev{background-size:30px 30px!important;}
	.banner .swiper-pagination{bottom:15px;}
	
	.indexProdoct{padding:40px 0 65px;}
	.prodoctList{margin:-10px -10px 0;}
	.prodoctList .column{padding:10px;}
	.prodoctList h5{font-size:16px;}
	.prodoctList .mask{height:50px;}
	.prodoctList .text{padding:17px 15px;}
	.prodoctList .p{margin:15px 0 35px;}
	.prodoctList .model{top:15px;left:15px;font-size:15px;height:42px;line-height:42px;}
	.prodoctList .href{height:36px;line-height:36px;}
	
	.pageTitle h1{font-size:22px;}
	.pageTitle h1 span{padding:0 18px;}
	.pageTitle h1 span:before, .pageTitle h1 span:after{width:35px;height:1px;margin-top:0;}
	.pageTitle h1 span:before{left:-35px;}
	.pageTitle h1 span:after{right:-35px;}
	.pageTitle p{font-size:20px;margin-top:5px;}
	/* 品牌 */
	.brandItem{padding:40px 0;}
	.brandTit{font-size:22px;margin-bottom:35px;}
	
	.brandItem.brandItem01{padding:40px 0;}
	.brand01_left{padding-right:30px;}
	.brand01_left h5{font-size:22px;}
	.brand01_left h5:after{margin:15px 0;}
	.brand01_left .contentText{font-size:14px;}
	
	.brandItem.brandItem02{padding-bottom:60px;}
	.brand02{font-size:18px;padding:35px 40px;}
	
	.brand03{padding:0 35px;}
	.brand03 .swiper-button-prev{left:35px;}
	.brand03 .swiper-button-next{right:35px;}
	.brand03 h5{font-size:22px;margin-bottom:20px;}
	
	.brandItem.brandItem04{padding-top:0;padding-bottom:60px;}
	.partnerList{margin-left:-10px;margin-right:-10px;}
	.partnerList li{padding:0 10px;}
	.partnerList li:nth-child(11n-10){margin-left:0;}
	.partnerList li:nth-child(7n-6){margin-left:12.5%;}

	
	/* 产品 */
	.main{padding:40px 0 80px;}
	.total{font-size:15px;top:35px;}
	.pager{margin-top:40px;padding-top:35px;}
	.pager .p_page{margin:0 10px;font-size:15px;height:40px;line-height:40px;padding:0 20px;}
	.pager.borderNone{margin-top:15px;}
	.proNav{margin-bottom:25px;}
	.proNav a{padding:0 15px;font-size:15px;height:40px;line-height:40px;margin:0 10px 10px;}
	
	.productBody .prodoctList{margin:-10px;}
	.productBody .prodoctList .column{padding:10px;}
	
	
	/*案例*/
	.caseBody .prodoctList .text{padding:10px 15px;}
	.caseBody .prodoctList .mask{height:36px;}
	.caseBody .prodoctList h5{font-size:15px;}
	.caseBody .prodoctList .p{-webkit-line-clamp:2;font-size:13px;line-height:22px;height:44px;margin:12px 0;}

	/* 服务 */
	.menuList{margin:0;padding:15px 0 0;}
	.menuList a{width:110px;font-size:14px;height:40px;line-height:40px;}
	
	.list .item h3{font-size:16px;padding-right:80px;}
	
	/* 服务 - 常见问题 */
	.faqList .item a{padding:18px;}
	.faqList .item i{right:18px;}
	.faqList .panel-body{padding:0 18px 20px;}
	
	/* 服务 - 增值服务 */
	.valueAddedList .item{padding:18px;}
	
	.serviceContentText{padding:35px 15px;}
	.serviceContentText h1{font-size:20px;margin-bottom:30px;}
	.serviceDetailsMain .pager.borderNone{margin-top:35px;}

	/* 服务 - 意见与反馈 */
	.feedbackForm{padding-top:0;}
	.feedbackForm label{font-size:15px;margin-bottom:5px;}
	.feedbackForm .form-control{height:45px;}
	.feedbackForm .form-textarea .form-control{height:150px;}
	.feedbackForm .btn{margin-top:10px;font-size:16px;width:160px;height:45px;}
	
	/* 新闻中心 */
	.newsList h5{font-size:16px;}
	.newsList .date{font-size:14px;}
	.newsList .nText{padding:10px 15px 10px 25px;}
	.newsList .p{margin-top:25px;font-size:14px;line-height:24px;height:48px;}
	
	
	/* 内页共用 */
	.detailsTitle{margin-bottom:25px;}
	.detailsTitle h2{font-size:20px;}
	.detailsTitle .date{margin-top:12px;}


	/*下载中心*/
	.downLoadList .item{padding:18px;}
	.downLoadList .item i{right:18px;}
	

	/*招贤纳士*/
	.job_top, .job_list .panel-heading>a, .job_list .panel-body{padding:18px 20px;}
	.joinList .span{font-size:15px;}
	.job_description .contentText{padding:0;}
	.job_description .inner>h2{font-size:16px;}

	/*联系我们*/
	.contactList li{width:33.33%;padding:25px 20px;font-size:16px;}
	.contactList li:nth-child(n+4){width:50%;}
	.contactList li a{line-height:28px;}
	.contactList .icon{width:60px;margin-bottom:20px;}
	.contactList .cEwm img{margin-bottom:15px;}
	.map{height:350px;margin-top:40px;}


}	

@media screen and (min-width:0px) and (max-width:767px){
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;}
	.swiper-pagination span{width:20px;}
	.swiper-pagination .swiper-pagination-bullet-active{height:2px;top:0;}
	/*首页*/
	.mobileBanner{display:block;}
	.pcBanner{display:none;}
	.banner .swiper-button-next,.banner .swiper-button-prev{display: none;}
	.banner .swiper-pagination{bottom:10px;}
	.indexProdoct{padding:35px 0 60px;}
	.prodoctList{margin:-5px -5px 0;}
	.prodoctList .column{padding:5px;}
	.prodoctList h5{font-size:15px;}
	.prodoctList .mask{height:45px;}
	.prodoctList .text{padding:15px 10px;}
	.prodoctList .p{margin:15px 0 25px;line-height:22px;height:88px;-webkit-line-clamp:4;font-size:13px;}
	.prodoctList .model{padding:0 10px;top:10px;left:10px;font-size:13px;height:36px;line-height:36px;}
	.prodoctList .href{width:110px;height:35px;line-height:35px;}
	
	
	
	.pageTitle h1{font-size:20px;}
	.pageTitle h1 span{padding:0 15px;}
	.pageTitle h1 span:before, .pageTitle h1 span:after{width:35px;height:1px;margin-top:0;}
	.pageTitle h1 span:before{left:-35px;}
	.pageTitle h1 span:after{right:-35px;}
	.pageTitle p{font-size:18px;margin-top:5px;}
	/* 品牌 */
	.brandItem{padding:35px 0;}
	.brandTit{font-size:20px;margin-bottom:30px;}
	
	.brandItem.brandItem01{padding:35px 0;}
	.brand01_left{width:100%;padding-right:0;}
	.brand01_left .contentText{font-size:14px;line-height:26px;}
	.brand01_left h5{font-size:20px;}
	.brand01_left h5:after{height:2px;margin:10px 0 20px;}
	.brand01_right{width:100%;margin-top:25px;}
	
	.brandItem.brandItem02{padding-bottom:40px;}
	.brand02{width:100%;max-width:100%;padding:25px 20px;font-size:16px;}
	.brand02 p{margin-bottom:10px;}
	
	.brand03{padding:0 30px;}
	.brand03 h5{font-size:20px;margin-bottom:20px;}
	.brand03 .swiper-button-prev{left:30px;}
	.brand03 .swiper-button-next{right:30px;}
	
	.brandItem.brandItem04{padding-top:0;padding-bottom:35px;}
	.partnerList{margin-left:-5px;margin-right:-5px;}
	.partnerList li{padding:0 5px;margin-bottom:10px;}
	.partnerList li:nth-child(11n-10){margin-left:0;}
	
	/* 产品 */
	.main{padding:35px 0 60px;}
	.total{font-size:13px;top:10px;}
	.pager{margin-top:35px;padding-top:30px;}
	.pager .p_page{margin:0 5px;font-size:14px;height:35px;line-height:35px;padding:0 15px;}
	.pager.borderNone{margin-top:10px;}
	.proNav{margin-bottom:25px;}
	.proNav a{padding:0 10px;font-size:14px;height:35px;line-height:35px;margin:0 5px 5px;}
	
	.productBody .prodoctList{margin:-5px;}
	.productBody .prodoctList .column{padding:5px;}
	
	/*案例*/
	.caseBody .prodoctList .text{padding:10px;}
	.caseBody .prodoctList .mask{height:36px;}
	.caseBody .prodoctList h5{font-size:15px;margin-bottom:15px;}
	.caseBody .prodoctList .p{-webkit-line-clamp:2;font-size:13px;line-height:22px;height:44px;margin:12px 0;display: none;}
	
	/* 服务 */
	.menuList{margin:0;padding:15px 0 0;}
	.menuList a{width:90px;font-size:14px;height:35px;line-height:35px;margin-bottom:5px;}
	
	.list .item h3{font-size:15px;padding-right:70px;}
	
	/* 服务 - 常见问题 */
	.faqList .item a{padding:15px 10px;}
	.faqList .item i{right:10px;}
	.faqList .panel-body{padding:0 10px 15px;}
	
	/* 服务 - 增值服务 */
	.valueAddedList .item{padding:15px 10px;}
	
	.serviceContentText{padding:30px 15px;}
	.serviceContentText h1{font-size:18px;margin-bottom:25px;}
	.serviceDetailsMain .pager.borderNone{margin-top:35px;}

	/* 服务 - 意见与反馈 */
	.feedbackForm{padding-top:0;}
	.feedbackForm label{font-size:14px;margin-bottom:5px;}
	.feedbackForm .form-control{height:40px;}
	.feedbackForm .form-textarea .form-control{height:150px;}
	.feedbackForm .btn{margin-top:10px;font-size:16px;width:160px;height:45px;}
	
	/* 新闻中心 */
	.newsList{margin-top:-5px;}
	.newsList .column{padding:10px 0;}
	.newsList a{box-shadow: 0 0 10px rgba(0,0,0,0.2);}
	.newsList .img{width:100%;}
	.newsList .nText{width:100%;padding:15px 10px 10px;}
	.newsList .tit{padding-right:0;}
	.newsList h5{font-size:16px;}
	.newsList .date{position: static;font-size:12px;}
	.newsList .p{margin-top:5px;font-size:14px;line-height:24px;height:48px;}
	
	/* 内页共用 */
	.detailsTitle{margin-bottom:25px;padding-bottom:20px;}
	.detailsTitle h2{font-size:18px;}
	.detailsTitle .date{margin-top:10px;}
	.detailsTitle .date span{padding:0 6px;}
	.main{padding-top:35px;padding-bottom:80px;}
	.pcTopBanner{display:none;}
	.mobileTopBanner{display:block;}
	

	/*下载中心*/
	.downLoadList .item{padding:15px 10px;}
	.downLoadList .item i{right:10px;}
	
	/*招贤纳士*/
	.job_top, .job_list .panel-heading>a, .job_list .panel-body{padding:15px 10px;}
	.joinList .span{font-size:14px;width:33.3333%;}
	.joinList .span3,
	.joinList .span5{display: none;}
	.job_list .panel-heading>i{right: 15px;}
	.job_description .inner>h2{font-size:16px;}
	.job_description .contentText{padding:0 0 15px;}
	.apply_btn{padding:25px 0 20px;}
	.apply_btn a{padding:10px 25px;}
	

	/*联系我们*/
	.contactList li{width:100%;padding:15px;font-size:16px;margin-bottom:25px;}
	.contactList li a{line-height:28px;}
	.contactList .icon{width:60px;margin-bottom:20px;}
	.map{height:300px;margin-top:0;}


}

@media screen and (min-width:0px) and (max-width:479px){

	/* 内页共用 */
	.detailsTitle{margin-bottom:20px;}
	.detailsTitle h2{font-size:16px;}
	.detailsTitle .date{font-size:12px;}
	.detailsTitle .date span{padding:0 4px;}

}

