@charset "utf-8";
@font-face {
  font-family: "p2"; 
src: url('../css/PINGFANG MEDIUM.TTF') ;     
}
body{
	background: #fff;
	font-family:"p2", "PingFang SC","p1","Arial", "Helvetica", "sans-serif";;
	letter-spacing: normal;
}
.ph {
    display: none;
}
.ban{
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
}
.btxt {
    position: absolute;
    top: 3.4rem;
    left: 5.6rem;
}
.btxt>h5 {
    font-family: g1;
    font-size: 1rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
    line-height: 1;
    font-weight: 400;
}
.btxt>p {
		font-family: "p2" !important;
    font-size: .5rem;
    color: #fff;
    margin: 0.08rem;
    padding: 0;
    line-height: 1;
    /*font-weight: 700;*/
}
.container{
	position: relative;
	padding: 0 1.5rem;
}
.menuNav{
	display: none;
	position: fixed;
	width: 100%;
	height: 1rem;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 20;
	box-shadow: 0 5px 10px -5px #aeaeae5c;
  -webkit-box-shadow: 0 5px 10px -5px #aeaeae5c;
  -moz-box-shadow: 0px 5px 10px -5px #aeaeae5c;
}
.menuFiexd{
	
}
/*.menuNav{
	display: none;
	position: relative;
	width: 100%;
	height: 1rem;
	background: #fff;
	box-shadow: 0 5px 10px -5px #aeaeae5c;
  -webkit-box-shadow: 0 5px 10px -5px #aeaeae5c;
  -moz-box-shadow: 0px 5px 10px -5px #aeaeae5c;
  z-index: 5;
}
.menuFiexd{
	margin-top: 0;
	display: block;
	position: fixed;
	width: 100%;
	height: 1rem;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 20;
	transition: .5s ease;
}*/
.menuBox{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: p2;
}
.backIndexBtn a{
	display: flex;
	justify-content: space-between;
	font-family: "p2" !important;
	align-items: center;
	font-size: 0.18rem;
	color: #666;
}
.backIndexBtn a img{
	margin-right: 0.1rem;
}
.menuList ul{
	height: 100%;
	display: flex;
	flex-direction: row;
}
.menuList ul>li{
	padding: 0 0.2rem;
}
.menuList ul>li>a{
	font-family: "p2" !important;
	font-size: 0.18rem;
	color: #888;
}
.menuList ul>li>a.on{
	color: #1e79bd;
}
.menuList ul>li>a:hover{
	color: #1e79bd;
}
.goTopBtn{
	display: block;
}
.goTopBtn a{
	display: flex;
	justify-content: space-between;
	font-family: "p2" !important;
	align-items: center;
	font-size: 0.18rem;
	color: #666;
}
.goTopBtn a img{
	margin-right: 0.1rem;
}
.compIntroduce{
	margin-top: 8rem;
	background: #fff;
	position: relative;
	width: 100%;
	padding: 0 1.6rem;
	padding-top: .5rem;
}
.aboutBox{
	display: flex;
	
	padding: 0;
}
.leftTitle{
	width: 25%;
}
.leftTitle h5{
	font-family: g1;
	font-size: 0.7rem;
	color: #222;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
}
.leftTitle p{
	font-family: p2;
	font-size: 0.24rem;
	color: #222;
	line-height: 1;
	font-weight: normal;
}
.rightCon{
	width: 75%;
}
.rightCon .branchTit{
	font-family: "PINGFANG SC";
	font-size: 0.35rem;
	color: #222;
	font-weight: 600;
	line-height: 1;
}
.branchInfo {
	margin-top: .4rem;
}
.branchInfo p{
	font-family: "PINGFANG SC";
	font-size: 0.18rem;
	color: #444;
	line-height: 1.6;
	text-align: justify;
}
.branchNums{
	margin-top: .45rem;
	display: flex;
	justify-content: space-around;
}
.branchNums .num{	
	position: relative;
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.branchNums .num:first-child p{
	margin-left: -0.9rem;
}
.branchNums .num::before{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #eee;
	border-radius: 50%;
	right: -4px;
	top: calc(10% - 4px);
}
.branchNums .num::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 80%;
	right: 0;
	top: 10%;
	background: #eee;
}
.branchNums .num:last-child::before{
	width: 0;
	height: 0;
}
.branchNums .num:last-child::after{
	width: 0;
	height: 0;
}
.branchNums .numL{
	font-family: g1;
	font-size: .6rem;
	color: #006bb7 !important;
	line-height: 1;
}
.branchNums .numfont{
	font-family: "PINGFANG SC";
	font-size: .16rem;
	color: #222;
	line-height: 1;
}
.branchPics{
	position: relative;
	margin-top: .5rem;
	padding-bottom: .9rem;
}
.swiper-container-pro{
	width: 100%;
}
.swiper-container-pro .swiper-slide{
	
	overflow: hidden;
}
.swiper-container-pro .swiper-slide img{
	width: 100%;
	height: 100%;
	border-radius: .2rem;
}
.swiper-container-pro .swiper-button-prev,.swiper-container-pro .swiper-button-next{
	background: #fff;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-container-pro .swiper-button-prev:hover,.swiper-container-pro .swiper-button-next:hover{
	background: #006bb7;
}
.swiper-container-pro .swiper-button-prev .img1,.swiper-container-pro .swiper-button-next .img1{
	display: block;
}
.swiper-container-pro .swiper-button-prev .img2,.swiper-container-pro .swiper-button-next .img2{
	display: none;
}
.swiper-container-pro .swiper-button-prev:hover .img1,.swiper-container-pro .swiper-button-next:hover .img1{
	display: none;
}
.swiper-container-pro .swiper-button-prev:hover .img2,.swiper-container-pro .swiper-button-next:hover .img2{
	display: block;
}
.swiper-pagination{
	width: 100%;
	margin-top: .15rem;
	
}
.swiper-pagination .swiper-pagination-bullet{
	width: .1rem;
	height: .1rem;
	border: 1px solid #006bb7;
	background: none;
	opacity: 1;
	margin: 0 .05rem;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background: #006bb7;
	width: .4rem;
	height: .1rem;
	opacity: 1;
	border-radius: .1rem;
}
.productCenter{
	position: relative;
	width: 100%;
	background: #f5f5f5;
	padding: .6rem 1.6rem;
}
.proBox {
	padding: 0;
	position: relative;
}
.proBox .leftTitle{
	width: auto;
}
.proBox .rightCon{
	width: 50%;
	float: right;
	margin-top: -0.7rem;
}
.proBox .rightCon .tab-buttons ul{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.proBox .rightCon .tab-buttons ul li{
	width: 1.5rem;
	height: .5rem;
	border-radius: .25rem;
	border: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: .2rem;
}
.proBox .rightCon .tab-buttons ul .tab-button:hover,.proBox .rightCon .tab-buttons ul li.cur{
	background: #006BB7;
	border: 1px solid #006BB7;
}
.proBox .rightCon .tab-buttons ul li a{
	display: block;
	font-family: "p2";
	font-size: .18rem;
	color: #444;
	line-height: 1;
}
.proBox .rightCon .tab-buttons ul .tab-button:hover a,.proBox .rightCon .tab-buttons ul li.cur a{
	color: #fff;
}
.productBox{
	display: none;
}
.productBox.active{
	display: block;
}
.proList{
	margin-top: .5rem;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.proList .proItem{
	width: 31.5%;
	margin: 0;
	margin-top: .4rem;
	border-radius: .2rem;
	overflow: hidden;
}
.proList .proItem:nth-child(3n-1){
	margin: 0 2.75%;
	margin-top: .4rem;
}
.proList .proItem a{
	display: block;
	width: 100%;
	background: #fff;
	padding: .25rem 0.3rem;
	
}
.proList .proItem a .items{
	width: 100%;
}
.proList .proItem a .items .imgs{
	width: 100%;
	height: 4rem;
}
.proList .proItem a .items .imgs img{
	width: 100%;
	height: 100%;
	transform: scale(1,1);
	transition: 0.5s linear;
}
.proList .proItem a:hover .items .imgs img{
	transform: scale(1.05,1.05);
}
.proList .proItem a .items .proTits .proName{
	font-family: 'p2';
	font-size: .3rem;
	color: #222;
	text-align: center;
	line-height: 1;
	margin-top: .2rem;
}
.proList .proItem a .items .proTits .proMore{
	margin-top: .3rem;
	margin-bottom: .2rem;
	font-family: "PINGFANG SC";
	font-size: .16rem;
	color: #666;
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
}
.proList .proItem a:hover .items .proTits .proMore{
	color: #006BB7;
}
.proList .proItem a .items .proTits .proMore img{
	margin-left: .1rem;
}
.proList .proItem a .items .proTits .proMore .img1{
	display: block;
}
.proList .proItem a .items .proTits .proMore .img2{
	display: none;
}
.proList .proItem a:hover .items .proTits .proMore .img1{
	display: none;
}
.proList .proItem a:hover .items .proTits .proMore .img2{
	display: block;
}
.pages{
	margin-top: .7rem;
	margin-bottom: .4rem;
}
.pages p{
	text-align: center;
}
.pages p .prev{
	margin-right: .4rem;
}
.pages p .next{
	margin-left: .4rem;
}
.pages p .pageNum{
	display: inline-block;
	width: .6rem;
	height: .6rem;
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	line-height: .6rem;
	font-family: "PINGFANG SC";
	font-size: .24rem;
	color: #444;
	font-weight: 600;
	margin: 0 .08rem;
}
.pages p .pageNum:hover,.pages p .pageNum.on{
	color: #fff;
	background: #006BB7;
	border: none;
}
.foot{
	position: relative;
	width: 100%;
	padding: 0 1.5rem;
	background: #fff;
}
.footBox{
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.footBox .conTit{
	margin-top: .5rem;
}
.footBox .leftTitle{
	width: 20%;
}
.footBox .rightCon{
	width: 80%;
}
.footBox .conRight{
	margin-top: .5rem;
}
.contactType{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.contactType .type{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	margin-bottom: .5rem;
}
.contactType .type .typeImg{
	width: 0.8rem;
	height: 0.8rem;
	border: 1px solid #EDEDED;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .2rem;
}
.contactType .type .msgTit{
	font-family: "PINGFANG SC";
	font-size: .16rem;
	color: #666;
	line-height: 1;
}
.contactType .type .msgInfo{
	font-family: "p2";
	font-size: .18rem;
	color: #222;
	line-height: 1;
	margin-top: .15rem;
}
.contactType .type .msgB{
	font-family: "g1";
	font-size: .3rem;
	color: #222;
	line-height: 1;
	margin-top: .15rem;
}
.main{
	position: relative;
	width: 100%;
	min-height: 5rem;
	padding: 0 1.6rem;
	padding-bottom: .2rem;
}
.main .container{
	padding: 0;
}
.proMenu{
	position: relative;
	width: 100%;
	margin-top: 4.3rem;
}
.line{
	margin: 0 0;
	width: 100%;
	height: .2rem;
	background: #f5f5f5;
}
.proMenuBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.proMenuBox .links p,.proMenuBox .links p a{
	font-family: "PINGFANG SC";
	font-size: .18rem;
	color: #fff;
	line-height: 1;
}
.proMenuBox .proBackBtn a{
	display: flex;
	width: 1.5rem;
	height: .5rem;
	background: #fff;
	border-radius: .25rem;
	font-family: "PINGFANG SC";
	font-size: .18rem;
	color: #444;
	line-height: 1;
	align-items: center;
	justify-content: center;
}
.proMenuBox .proBackBtn a:hover{
	background: #006BB7;
	color: #fff;
}
.proMenuBox .proBackBtn a img{
	margin-right: .1rem;
}
.proMenuBox .proBackBtn a .img1{
	display: block;
}
.proMenuBox .proBackBtn a:hover .img1{
	display: none;
}
.proMenuBox .proBackBtn a .img2{
	display: none;
}
.proMenuBox .proBackBtn a:hover .img2{
	display: block;
}
.picInfo{
	margin-top: .5rem;
}
.picInfo .picBox{
	padding: 0;
	display: flex;
	justify-content: space-between;
	background: #fff;
}
.picBox .picL,.picBox .picR{
	position: relative;
	width: 50%;
}
.picBox .picL{
	padding: .65rem 1.2rem .9rem 1.2rem;
}
.swiper-container-pic{
	width: 100%;
}
.swiper-container-pic .swiper-slide{	
	overflow: hidden;
}
.swiper-container-pic .swiper-slide img{
	width: 100%;
	height: 100%;
	border-radius: .2rem;
}
.picL .swiper-button-prev{
	left: 0.6rem;
}
.picL .swiper-button-next{
	right: 0.6rem;
}
.picL .swiper-button-prev,.picL .swiper-button-next{
	background: #fff;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eee;
}
.picL .swiper-button-prev:hover,.picL .swiper-button-next:hover{
	background: #006bb7;
}
.picL .swiper-button-prev .img1,.picL .swiper-button-next .img1{
	display: block;
}
.picL .swiper-button-prev .img2,.picL .swiper-button-next .img2{
	display: none;
}
.picL .swiper-button-prev:hover .img1,.picL .swiper-button-next:hover .img1{
	display: none;
}
.picL .swiper-button-prev:hover .img2,.picL .swiper-button-next:hover .img2{
	display: block;
}
.picL .swiper-pagination{
	width: 100%;
	margin-top: .15rem;
	margin-left: -1.2rem;
}
.picL .swiper-pagination .swiper-pagination-bullet{
	width: .1rem;
	height: .1rem;
	border: 1px solid #ddd;
	background: none;
	opacity: 1;
	margin: 0 .05rem;
}
.picL .swiper-pagination .swiper-pagination-bullet-active{
	background: #006bb7;
	width: .1rem;
	height: .1rem;
	opacity: 1;
	border-radius: .1rem;
}
.picBox .picR{
	padding: .5rem 1rem .9rem .5rem;
}
.picR .proTitle{
	padding:.4rem 0;
	border-bottom: 2px solid #eaeaea;
}
.picR .proTitle p{
	font-family: 'p2';
	font-size: .5rem;
	color: #222;
	line-height: 1;
}
.picR .proMsg{
	margin-top: .15rem;
}
.picR .proMsg img{
	max-width: 100%;
}
.proIntr{
	margin-top: 0rem;
	background: #fff;
}
.proInfoType ul{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eaeaea;
}
.proInfoType ul li{
	width: 25%;
	height: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #eaeaea;
}
.proInfoType ul li:last-child{
	border: none;
}
.proInfoType ul li a{
	font-family: "PINGFANG SC";
	font-size: .18rem;
	color: #222;
	line-height: 1;
}
.proInfoType ul li a:hover{
	color: #006BB7;
}
.application{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #eaeaea;
	padding-right: 1.15rem;
	padding-left: .85rem;
}
.application .leftTit{
	width: 22%;
}
.application .leftTit p,.download .leftTit p{
	font-family: "p2";
	font-size: .4rem;
	color: #222;
	line-height: 1;
}
.application .rightCons{
	width: 78%;
}

.scenarioMsg p{
	font-family: "PINGFANG SC";
	font-size: .2rem;
	color: #222;
	line-height: 1.6;
}
.scenarioMsg img{
	max-width: 100%;
	margin-top: .35rem;
}
.caseList{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.caseList .caseItem{
	width: 31%;
	margin: 0;
	margin-bottom: .3rem;
	cursor: pointer;
}
.caseList .caseItem:nth-child(3n-1){
	margin: 0 3.5%;
	margin-bottom: .3rem;
}
.caseList .caseItem .caseImg{
	width: 100%;
	height: 2.3rem;
	overflow: hidden;
}
.caseList .caseItem .caseImg img{
	width: 100%;
	height: 100%;
	transform: scale(1,1);
	transition: 0.5s linear;
}
.caseList .caseItem:hover .caseImg img{
	transform: scale(1.05,1.05);
}
.caseList .caseItem .caseTit{
	margin-top: .25rem;
}
.caseList .caseItem .caseTit p{
	font-family: "PINGFANG SC";
	font-size: .2rem;
	color: #222;
	line-height: 1.6;
	text-align: center;
}
.tables img{
	max-width: 100%;
}
.download{
	padding-top: .5rem;
	padding-bottom: .95rem;
	padding-right: 1.15rem;
	padding-left: .85rem;
}
.download .leftTit p{
	font-family: "p2";
	font-size: .4rem;
	color: #222;
	line-height: 1;
}
.download .txtLixt .txtItem{
	margin-top: .5rem;
	width: 100%;
	height: .9rem;
	border: 1px solid #eaeaea;
	padding: 0 .25rem;
}
.download .txtLixt .txtItem a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	height: 100%;
}
.download .txtLixt .txtItem .txtTitle p{
	font-family: "PINGFANG SC";
	font-size: .18rem;
	color: #222;
	line-height: 1;
}
.download .txtLixt .txtItem .downLoadBtn .img1{
	display: block;
}
.download .txtLixt .txtItem a:hover .downLoadBtn .img1{
	display: none;
}
.download .txtLixt .txtItem .downLoadBtn .img2{
	display: none;
}
.download .txtLixt .txtItem a:hover .downLoadBtn .img2{
	display: block;
}
.caseListBox{
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	padding:0 1.6rem;
	background: rgba(0,0,0,.5);
	z-index: 10;
	outline: none;
}
.caseListBox .lists{
	position: absolute;
	width: calc(100% - 3.2rem);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.caseListBox .lists .rightBox{
	position: relative;
	width: 78%;
	
	float: right;
	padding: 0 1rem;
}
.swiper-container-case{
	width: 100%;

}
.swiper-container-case .swiper-slide{	
	overflow: hidden;
	text-align: center;
}
.swiper-container-case .swiper-slide img{
	width: 6rem;
}
.swiper-container-case .swiper-slide .procaseTit{
	margin-top: .15rem;
}
.swiper-container-case .swiper-slide p{
	font-family: "PINGFANG SC";
	font-size: .2rem;
	color: #fff;
	line-height: 1;
}
.caseListBox .swiper-button-prev{
	left: 0.4rem;
}
.caseListBox .swiper-button-next{
	right: 1.3rem;
}
.caseListBox .swiper-button-prev,.caseListBox .swiper-button-next{
	background: none;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dcdcdc;
}
.caseListBox .swiper-button-prev:hover,.caseListBox .swiper-button-next:hover{
	background: #006bb7;
	border: none;
}
.caseListBox .swiper-button-prev .img1,.caseListBox .swiper-button-next .img1{
	display: block;
}
.caseListBox .swiper-button-prev .img2,.caseListBox .swiper-button-next .img2{
	display: none;
}
.caseListBox .swiper-button-prev:hover .img1,.caseListBox .swiper-button-next:hover .img1{
	display: none;
}
.caseListBox .swiper-button-prev:hover .img2,.caseListBox .swiper-button-next:hover .img2{
	display: block;
}
.caseListBox  .swiper-pagination{
	display: none;
	width: 100%;
	margin-top: .15rem;
	margin-left: -0.4rem;
}
.caseListBox .swiper-pagination .swiper-pagination-bullet{
	width: .1rem;
	height: .1rem;
	border: 1px solid #ddd;
	background: none;
	opacity: 1;
	margin: 0 .05rem;
}
.caseListBox .swiper-pagination .swiper-pagination-bullet-active{
	background: #006bb7;
	width: .1rem;
	height: .1rem;
	opacity: 1;
	border-radius: .1rem;
}
.caseListBox .closeBtn{
	position: absolute;
	width: 13px;
	height: 13px;
	top: -20px;
	right: 3.15rem;
	z-index: 20;
	cursor: pointer;
}

@media (max-width: 768px) {
	.ban{
		position: relative;
	}
	.menuNav{
		margin-top: 0;
	}
	.proMenu{
		margin-top: -5rem;
	}
	.ph{display: block;}
.btxt {
  position: absolute;
  top: 6rem;
  left: 1rem;
}
.btxt>h5 {
    font-family: g1;
    font-size: 30px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
    line-height: 1;
    font-weight: 400;
}
.btxt>p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.menuNav{
	height: 2.5rem;
}
.container{
	padding: 0 15px;
}
.backIndexBtn a{
	font-size: 14px;
}
.menuList ul>li>a{
	font-size: 14px;
}
.goTopBtn {
	display: none;
}
.backIndexBtn a img{
	margin-right: 10px;
	height: 14px;
}
.compIntroduce{
	padding: 0 15px;
	margin: 0;
}
.compIntroduce .aboutBox{
	padding: 0;
	margin-top: 30px;
}
.aboutBox{
	display: block;
}
.leftTitle{
	width: 100%;
}
.rightCon{
	margin-top: 20px;
	width: 100%;
}
.leftTitle h5{
	font-size: 35px;
}
.leftTitle p{
	font-size: 16px;
}
.rightCon .branchTit{
	font-size: 20px;
}
.branchInfo p{
	font-size: 14px;
}
.branchNums{
	margin-top: 30px;
	flex-wrap: wrap;
}
.branchNums .num{
	width: 50%;
	margin-bottom: 20px;
}
.branchNums .numL{
	font-size: 20px;
}
.branchNums .numfont{
	font-size: 14px;
}
.branchNums .num:nth-child(2n)::before{
	width: 0;
	height: 0;
}
.branchNums .num:nth-child(2n)::after{
	width: 0;
	height: 0;
}
.swiper-container-pro .swiper-button-prev, .swiper-container-pro .swiper-button-next{
	width: 30px;
	height: 30px;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
.swiper-pagination .swiper-pagination-bullet-active{
	width: 20px;
	border-radius: 5px;
}
.branchPics{
	padding-bottom: 30px;
}
.productCenter{
	padding: 30px 0px;
}
.proBox{}
.proBox .rightCon{
	width: 100%;
	margin-top: 30px;
}
.proBox .rightCon .tab-buttons ul li{
	width: 100px;
	height: 30px;
	border-radius: 15px;
}
.proBox .rightCon .tab-buttons ul li a{
	font-size: 14px;
}
.proList {
	margin-top: 70px;
}
.proList .proItem{
	width: 47%;
	margin-bottom: 20px;
	border-radius: 10px;
	margin-top: 10px;
}
.proList .proItem:nth-child(3n-1){
	margin-left: 0%;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
.proList .proItem:nth-child(2n){
	margin-left: 6%;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.proList .proItem a{
	padding: 15px 10px;
}
.proList .proItem a .items .imgs{
	height: auto;
}
.proList .proItem a .items .proTits .proName{
	font-size: 18px;
	margin-top: 15px;
}
.proList .proItem a .items .proTits .proMore{
	font-size: 14px;
	margin-top: 15px;
}
.pages p .pageNum{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 0 5px;
}
.foot{
	padding: 0 0;
}
.footBox{
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
}
.footBox .conTit{
	margin-top: 0px;
}
.footBox .leftTitle{
	width: 100%;
}
.footBox .conRight{
	width: 100%;
	margin-top: 20px;
}
.contactType .type{
	width: 100%;
	display: block;
}
.contactType .type .typeImg{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	float: left;
}
.contactType .type .msgTit{
	font-size: 14px;
}
.contactType .type .msgB{
	font-size: 20px;
}
.contactType .type .msgInfo{
	font-size: 16px;
}

.main{
	padding: 0 15px;
	padding-bottom: 20px;
}
.proMenuBox .links p, .proMenuBox .links p a{
	font-size: 14px;
}
.proMenuBox .proBackBtn a{
	width: 100px;
	height: 30px;
	border-radius: 15px;
	font-size: 14px;
}
.proMenuBox .proBackBtn a img{
	height: 14px;
	margin-right: 7px;
}
.picInfo{
	margin-top: 20px;
}
.picInfo .picBox{
	display: block;
}
.picBox .picL, .picBox .picR{
	width: 100%;
}
.picBox .picL{
	padding: 20px 30px 20px 30px
}
.picBox .picR{
	padding: 20px 20px 20px 20px
}
.picL .swiper-button-prev, .picL .swiper-button-next{
	width: 30px;
	height: 30px;
}
.picL .swiper-button-prev{
	left: 0;
}
.picL .swiper-button-next{
	right: 0;
}
.picL .swiper-pagination{
	margin-top: 10px;
	margin-left: -30px;
}
.picL .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
.picL .swiper-pagination .swiper-pagination-bullet-active{
	border-radius: 5px;
}
.picR .proTitle{
	padding: 15px 0;
}
.picR .proTitle p{
	font-size: 20px;
}
.proIntr{
	margin-top: 10px;
}
.proInfoType ul li{
	height: 40px;
}
.proInfoType ul li a{
	font-size: 14px;
}
.application{
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.application .leftTit{
	width: 100%;
}
.application .leftTit p, .download .leftTit p{
	font-size: 24px;
}
.application .rightCons{
	width: 100%;
}
.scenarioMsg{
	margin-top: 20px;
}
.scenarioMsg p{
	font-size: 14px;
}
.caseList{
	margin-top: 20px;
}
.caseList .caseItem{
	width: 100%;
	margin-bottom: 25px;
}
.caseList .caseItem .caseImg{
	height: auto;
}
.caseList .caseItem .caseTit{
	margin-top: 15px;
}
.caseList .caseItem .caseTit p{
	font-size: 14px;
}
.caseList .caseItem:nth-child(3n-1){
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 25px;
}
.tables{
	margin-top: 20px;
}
.download {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.download .txtLixt .txtItem{
	margin-top: 15px;
	padding: 0 10px;
	height: 40px;
}
.download .txtLixt .txtItem .txtTitle p{
	font-size: 14px;
}
.downLoadBtn{
	width: 25px;
	height: 25px;
}
.downLoadBtn img{
	width: 100%;
	height: 100%;
}
.caseListBox{
	padding: 0 20px;
}
.caseListBox .lists{
	width: calc(100% - 40px);
	justify-content: center;
}
.caseListBox .lists .rightBox{
	width: 100%;
	padding: 0;
	float: none;
}
.swiper-container-case .swiper-slide img{
	width: 100%;
}
.caseListBox .swiper-button-prev, .caseListBox .swiper-button-next{
	width: 30px;
	height: 30px;
	display: none;
}
.caseListBox .swiper-pagination{
	display: block;
}
.caseListBox .swiper-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border-radius: 4px;
}
.caseListBox .closeBtn{
	right: 0;
}

}