.proTypes{
	position: relative;
	width: 100%;
	height: 145px;
	
}
.hidden-mb{
	display: block;
}
.visible-mb{
	display: none;
}
.proTypes .wp{
	height: 100%;
}
.proTypeItem{
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
}
.proTypeItem p{
	display: block;
	height: 100%;
	font-size: 50px;
	color: #333;
	line-height: 145px;
}
.m-cur{
	padding: 55px 0 50px;
}
.proBgList{
	position: relative;
	width: 100%;
}
.proBgList .bg{
	width: 100%;
	display: none;
}
.proBgList .act{
	display: block;
}
.proBgList .bg img{
	width: 100%;
}
.proTypeLists{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.proTypeLists .proTypeListsBox{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	
}
.proTypeLists .proTypeListsBox .typeItem{
	margin-right: 75px;
}
.proTypeLists .proTypeListsBox .typeItem a{
	display: block;
	height: 100%;
	position: relative;
	font-size: 24px;
	color: #333;
	line-height: 95px;
	display: block;
}
.proTypeLists .proTypeListsBox .typeItem a:before{
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	background: #014793;
	left: 50%;
	bottom: 0;
	transform: translatex(-50%);
    transition: ease .5s;
}
.proTypeLists .proTypeListsBox .typeItem.on a:before{
	width: 100%;
}
.proTypeLists .proTypeListsBox .typeItem.on a{
	color: #014793;
}
.proTypeLists .proTypeListsBox .typeItem a:hover:before{
	width: 100%;
}
.proConBox{
	position: relative;
}
.proConBox .proBox{
	position: relative;
	display: none;
}
.proConBox .proBox.active{
	display: block;
}
.proConBox .proBox .proCon{
	display: flex;
	justify-content: space-between;
}
.proConBox .proBox .proCon .pro-left{
	width: 28.125%;
	background: #f9f9f9;
	min-height: 400px;
	box-sizing: border-box;
	padding-left: calc(50% - 720px);
}
.proConBox .proBox .proCon .pro-left .proTabList{
	margin-top: 55px;
	width: 100%;
}
.proConBox .proBox .proCon .pro-left .proTabList .item{
	width: 100%;
	font-family: '';
	box-sizing: border-box;
	padding: 0 30px;
}
.proConBox .proBox .proCon .pro-left .proTabList .item a{
	display: block;
	width: 100%;
	line-height: 70px;
	color: #333;
	font-size: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-family: PingFang Regular;
}
.proConBox .proBox .proCon .pro-left .proTabList .item.on{
	background: #fff;
}
.proConBox .proBox .proCon .pro-left .proTabList .item.on a{
	color: #014793;
	border: none !important;
}
.proConBox .proBox .proCon .pro-right{
	width: 71.875%;
	min-height: 400px;
	box-sizing: border-box;
	padding-right: calc(50% - 720px);
	padding-left: 80px;
}
.proConBox .proListItem{
	display: none;
	margin-top: 5px;
}
.proConBox .proListItem.active{
	display: block;
}
.proConBox .proListItem .itemBox{
	position: relative;
	margin-bottom: 50px;
	border-top: 1px dotted #004a9f;
	padding-top: 50px;
	box-sizing: border-box;
}
.proConBox .proListItem .itemBox:first-child{
	border-top: none;
}
.proConBox .proListItem .itemBox .itemTit{
	position: relative;
	margin-bottom: 15px;
}
.proConBox .proListItem .itemBox .itemTit p{
	font-size: 40px;
	color: #222;
}
.proConBox .proListItem .itemBox .itemMsg{
	
}
.proConBox .proListItem .itemBox .itemMsg p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.proConBox .proListItem .itemBox  .itemBan{
	margin-top: 30px;
}
.proConBox .proListItem .itemBox  .itemBan img{
	width: 100%;
}
.proConBox .proListItem .itemBox  .proItem{
	padding-top: 40px;
}
.proConBox .proListItem .itemBox  .proItem ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.proConBox .proListItem .itemBox  .proItem ul li{
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 10px;
}
.proConBox .proListItem .itemBox  .proItem ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	line-height: 24px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.proConBox .proListItem .itemBox  .proItem ul li a:hover{
	border: 1px solid #004a9f;
	background: #004a9f;
	color: #fff;
}
.proBoxs{
	position: relative;
	display: none;
}
.proBoxs.active{
	display: block;
}
.pro2Tit{
	position: relative;
	margin-top: 60px;
	margin-bottom: 35px;
	
}
.pro2Tit p:first-child{
	font-size: 40px;
	color: #222;
}
.pro2Tit p:last-child{
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.pro2Img{
	width: 100%;
}
.pro2Img img{
	width: 100%;
}
.pro2Info{
	margin-top: 50px;
	padding-bottom: 60px;
	border-bottom: 1px solid #dbdbdb;
}
.pro2Info:last-child{
	border: none;
}
.pro2Info .pro2Title{
	position: relative;
}
.pro2Info .pro2Title p{
	position: relative;
	display: block;
	font-size: 30px;
	color: #222;
	text-indent: 15px;
	height: 30px;
	line-height: 30px;
}
.pro2Info .pro2Title p:before{
	position: absolute;
	content: '';
	width: 3px;
	height: 30px;
	left: 0;
	top: 0;
	background: #004a9f;
}
.pro2Info .cons{
	position: relative;
	margin-top: 40px;
}
.pro2Info .cons p{
	font-size: 18px;
	color: #222;
	line-height: 30px;
	overflow: hidden;
}
.pro2Info .cons p img{
	max-width: 100%;
	width: auto;
	margin-top: 5px;
}
.pro2Info .yyBox{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.pro2Info .yyBox .yyItem{
	width: 24.5%;
	margin-right: 0.5%;
}
.pro2Info .yyBox .yyItem:nth-child(4n){
	margin-right: 0;
}
.pro2Info .yyBox .yyItem p{
	font-size: 18px;
	color: #333;
	line-height: 40px;
}

@media only screen and (max-width: 1800px) and (min-width: 950px){
	.proTypes{
		height: 7.5528vw;
	}
	.proTypeItem p{
		line-height: 7.5528vw;
		font-size: 2.6041vw;
	}
	.proBgList{
		height: 20.83333vw;
	}
	.proTypeLists .proTypeListsBox .typeItem a{
		font-size: 1.25vw;
		line-height: 4.94792vw;
	}
	
	.proConBox .proBox .proCon .pro-left{
		padding-left: 10vw;
	}
	.proConBox .proBox .proCon .pro-left .proTabList{
		margin-top: 2.8645vw;
	}
	.proConBox .proBox .proCon .pro-left .proTabList .item a{
		font-size: 1.0417vw;
		line-height: 3.6458vw;
	}
	.proConBox .proBox .proCon .pro-right{
		padding-right: 10vw;
	}
	
	.proConBox .proListItem .itemBox{
		padding-top: 2.6041vw;
		margin-bottom: 2.6041vw;
	}
	.proConBox .proListItem .itemBox .itemTit{
		margin-bottom: 0.78125vw;
	}
	.proConBox .proListItem .itemBox .itemTit p{
		font-size: 2.08333vw;
	}
	.proConBox .proListItem .itemBox .itemMsg p{
		font-size: 0.9375vw;
	}
	.proConBox .proListItem .itemBox .itemBan{
		margin-top: 1.5625vw;
	}
	.proConBox .proListItem .itemBox .proItem{
		padding-top: 2.08333vw;
	}
	.proConBox .proListItem .itemBox .proItem ul li a{
		height: 3.64583vw;
		line-height: 1.6vw;
		font-size: 0.9375vw;
		padding: 0.5vw;
	}
	.pro2Tit{
		margin-top: 3.125vw;
    	margin-bottom: 1.82291vw;
	}
	.pro2Tit p:first-child{
		font-size: 2.08333vw;
	}
	.pro2Tit p:last-child{
		font-size: 0.9375vw;
		line-height: 2.64583vw;
	}
	.pro2Info{
		margin-top: 2.6041vw;
    	padding-bottom: 3.125vw;
	}
	.pro2Info .cons p{
		font-size: 0.9375vw;
		line-height: 1.5625vw;
	}
	.pro2Info .pro2Title p{
		font-size: 1.5625vw;
		line-height: 1.5625vw;
		height: 1.5625vw;
	}
	.pro2Info .pro2Title p:before{
		height: 1.5625vw;
	}
	.pro2Info .yyBox .yyItem p{
		font-size: 0.9375vw;
		line-height: 2.64583vw;
	}
}
@media only screen and (max-width: 950px) {
	.hidden-mb{
		display: none;
	}
	.visible-mb{
		display: block;
	}
	.m-cur {
	    padding: 20px 0 20px;
	}
	.proTypes{
		height: auto;
		
	}
	.proTypeItem{
		left: 20px;
	}
	.proTypeItem p{
		font-size: 26px;
		line-height: 50px;
	}
	.proBgList .bg img{
		width: 200%;
		transform: translatex(-25%);
	}
	.proTypeLists{
		border: none;
	}
	.proTypeLists .proTypeListsBox{
		display: block;
		height: 50px;		
		border-bottom: 1px solid #eee;
		overflow: hidden;
		transition: all 1s;
	}
	.proTypeLists .proTypeListsBox .typeItem{
		margin-right: 0;
	}
	.proTypeLists .proTypeListsBox .typeItem a{
		line-height: 50px;
		font-size: 18px;
	}
	.proTypeLists .proTypeListsBox .typeItem.on a{
		color: #014793;
	}
	.proTypeLists .proTypeListsBox .typeItem.on a:before{
		width: 0;
	}
	.proTypeLists .downBtn{
		position: absolute;
		top: 15px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.proTypeLists .downBtn img{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: none;
	}
	.proTypeLists .downBtn .down{
		display: block;
	}
	.proConBox .proBox .proCon{
		padding-top: 15px;
		display: block;
	}
	.proConBox .proBox .proCon .pro-left{
		width: 100%;
		background: none;
		min-height: auto;
		height: auto;
	}
	.proConBox .proBox .proCon .pro-left .proTabList{
		margin-top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.proConBox .proBox .proCon .pro-left .proTabList .item{
		padding: 0 20px;
		width:auto;
		
	}
	.proConBox .proBox .proCon .pro-left .proTabList .item a{
		position: relative;
		line-height: 45px;
		font-size: 16px;
		border-bottom: none !important;
	}
	.proConBox .proBox .proCon .pro-left .proTabList .item.on a{
		color: #333;
	}
	.proConBox .proBox .proCon .pro-left .proTabList .item.on a:before{
		position: absolute;
		content: '';
		width: 100%;
		height: 2px;
		left: 0;
		bottom: 0;
		background: #014793;
	}
	.proConBox .proBox .proCon .pro-right{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.proConBox .proListItem .itemBox .itemTit p{
		font-size: 24px;
	}
	.proConBox .proListItem .itemBox .itemMsg p{
		font-size: 16px;
	}
	.proConBox .proListItem .itemBox .proItem ul li{
		width: 50%;
	}
	.proConBox .proListItem .itemBox .proItem ul li a{
		font-size: 14px;
		line-height: 50px;
		height: 50px;
	}
	.pro2Tit p:first-child{
		font-size: 24px;
	}
	.pro2Tit p:last-child{
		font-size: 16px;
		line-height: 32px;
	}
	.pro2Info .pro2Title p{
		font-size: 20px;
		line-height: 20px;
		height: 20px;
	}
	.pro2Info .pro2Title p:before{
		height: 20px;
	}
	.pro2Info .cons p{
		font-size: 16px;
	}
	.pro2Info .yyBox .yyItem{
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 5px;
	}
	.pro2Info .yyBox .yyItem:nth-child(2n){
		margin-right: 0%;
	}
	.pro2Info .yyBox .yyItem:nth-child(4n){
		margin-right: 0%;
	}
	.pro2Info .yyBox .yyItem p{
		font-size: 14px;
		line-height: 40px;
	}
	
}


@media only screen and (max-width: 500px) {
	.proConBox .proBox .proCon .pro-left .proTabList{
		display: block;
		white-space: nowrap;
		overflow-x: auto;
		padding: 0 20px;
	}
	.proConBox .proBox .proCon .pro-left .proTabList .item{
		display: inline-block;
		padding: 0 10px;
		
	}
	.proConBox .proBox .proCon .pro-left .proTabList .item:first-of-type{
		padding-left: 0px;
	}
}
