.mub01InpageBannerr {
	width: 100%;
	height: 300px;
}

.mub01MainContent {
	width: 100%;
	background: #f4f4f4;
	padding-bottom: 30px;
}

.mub01address {
	width: 100%;
}

.mub01address .container {
	position: relative;
}

.mub01address .con {
	width: 100%;
	position: absolute;
	top: -50px;
	left: 0;
	height: 50px;
	background: url(../img/News/mub01addressBg.png);
}

.mub01address .p1 {
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #fff;
	float: left;
}

.mub01address .p1 a {
	color: #fff;
	padding: 0 4px;
}

.mub01address .p1 img {
	margin: 0 10px 0 20px;
	position: relative;
	top: 4px;
}

.Title {
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 9;
}

.Title h3 {
	font-size: 30px;
	font-weight: normal;
	color: #333;
}

.Title h3 a {
	color: #333;
}

.Title h3 a img {
	width: 19px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

.Title h3 img {
	width: 19px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

.Title p {
	font-size: 18px;
	color: #999;
	margin-top: 10px;
}

.Title p i {
	width: 70px;
	height: 1px;
	display: inline-block;
	background-color: #dedede;
	vertical-align: middle;
	margin: 0 15px;
}


.proListClassify {
	width: 100%;
	padding-top: 30px;
}

.proListClassify .section {
	width: 100%;
}

.proListClassify .section .con ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.proListClassify .section .con li {
	width: 380px;
	margin-bottom: 25px;
	box-shadow: 0 0 5px #ccc;
}

.proListClassify .section .con li .Pic {
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.proListClassify .section .con li .Pic img {
	width: 100%;
	height: 320px;
	transition: .8s;
}
.proListClassify .section .con li .Pic img:hover{
	transform: scale(1.03);
}

.proListClassify .section .con li .intro {
	padding: 28px 32px 0;
	height: 200px;
	background: #fff;
	position: relative;
}

.proListClassify .section .con li .intro h3 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	text-align: center;
}

.proListClassify .section .con li .intro h3 a {
	color: #333333;
	text-decoration: none;
}

.proListClassify .section .con li .intro p {
	line-height: 22px;
	color: #666666;
	font-size: 13px;
	margin-top: 14px;
	height: 90px;
	overflow: hidden;
	display: block;
}

.proListClassify .section .con li .intro .btn {
	overflow: hidden;
	width: 281px;
	height: 42px;
	background: url(../img/Product/proListClassifyBg01.png) no-repeat center;
	position: absolute;
	bottom: 26px;
	left: 60px;
}

.proListClassify .section .con li .intro .btn a {
	display: block;
	width: 140px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #777777;
	text-decoration: none;
}

.proListClassify .section .con li .intro .btn a i {
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../img/Product/proListClassify_icon04.png) no-repeat center;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.proListClassify .section .con li .intro .btn a:first-child {
	border-right: 1px solid #eaeaea;
}

.proListClassify .section .con li .intro .btn a:hover {
	color: #fff;
}

.proListClassify .section .con li:hover h3 a {
	color: #043985;
}

.proListClassify .section .con li .intro .btn a.more:hover {
	background: url(../img/Product/proListClassifyBg02.png) no-repeat center;
}

.proListClassify .section .con li .intro .btn a.more:hover i {
	background: url(../img/Product/proListClassify_icon05.png) no-repeat center;
}

.proListClassify .section .con li .intro .btn a.zx:hover {
	background: url(../img/Product/proListClassifyBg03.png) no-repeat center;
}

.proListClassify .section .con li .intro .btn a.zx:hover i {
	background: url(../img/Product/proListClassify_icon05.png) no-repeat center;
}



.proListNews {
	width: 100%;
	margin-top: 50px;
}

.proListNews .top {
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #eaeaea;
}

.proListNews .top h3 {
	font-size: 20px;
	color: #333333;
	float: left;
}

.proListNews .top h3 i {
	display: block;
	width: 24px;
	height: 1px;
	background: #043985;
	position: relative;
	top: 14px;
}

.proListNews .top h3 em {
	color: #043985;
	font-weight: bold;
}

.proListNews .top a.more {
	display: block;
	font-size: 13px;
	color: #666666;
	float: right;
	margin-right: 6px;
	text-decoration: none;
}

.proListNews .top a.more:hover {
	color: #043985;
}

.proListNews .mainCon {
	padding: 41px 0;
	background: #fff;
}

.proListNews .mainCon dt {
	width: 220px;
	height: 176px;
	float: left;
}

.proListNews .mainCon dt img {
	display: block;
	width: 220px;
	height: 176px;
}

.proListNews .mainCon dl {
	float: left;
	margin-left: 40px;
	width: 577px;
	padding-right: 41px;
	border-right: 1px dotted #b2b2b2;
}

.proListNews .mainCon dd {
	width: 330px;
	float: right;
	height: 180px;
	position: relative;
}

.proListNews .mainCon dd h3 {
	font-size: 16px;
	font-weight: normal;
}

.proListNews .mainCon dd h3 a {
	color: #000000;
	text-decoration: none;
}

.proListNews .mainCon dd p {
	line-height: 24px;
	color: #666666;
	font-size: 13px;
	margin-top: 20px;
	height: 74px;
	overflow: hidden;
}

.proListNews .mainCon dd p a {
	color: #666666;
	text-decoration: none;
}

.proListNews .mainCon dd span {
	display: block;
	font-size: 13px;
	color: #999999;
	position: absolute;
	bottom: 15px;
	left: 0;
}

.proListNews .mainCon dd a.more {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/Product/list_circle.png) no-repeat left top;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 0;
}

.proListNews .mainCon dl:hover dd a.more {
	background-position: left bottom;
}

.proListNews .mainCon dl:hover dd h3 a {
	color: #043985;
}

.proListNews .mainCon ul {
	width: 474px;
	float: right;
	margin-right: 30px;
}

.proListNews .mainCon li {
	overflow: hidden;
	margin-top: 15px;
}

.proListNews .mainCon li a {
	display: block;
	font-size: 13px;
	color: #333333;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.proListNews .mainCon li a:hover {
	color: #043985;
}

.proListNews .mainCon li span {
	display: block;
	font-size: 13px;
	color: #999999;
	font-family: arial;
	margin-right: 10px;
	float: right;
}






.proDetailsIntro {
	width: 100%;
	padding-top: 40px;
	background: #eaeaea;
}

.proDetailsIntro .conL {
	width: 600px;
	float: left;
	position: relative;
}

.proDetailsIntro .conL .conBox {
	width: 600px;
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
}
.proDetailsIntro .conL .conBox img{
	width: 100%;
}


.proDetailsIntro .conR {
	float: right;
	padding-top: 20px;
	width: 541px;
	height: 500px;
	position: relative;
}

.proDetailsIntro .conR h3 {
	font-size: 32px;
	color: #333333;
	font-weight: normal;
}

.proDetailsIntro .conR i {
	display: block;
	width: 541px;
	height: 2px;
	margin: 28px 0 32px 0;
}


.proDetailsIntro .conR p {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}

.proDetailsIntro .conR .box {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
}

.proDetailsIntro .conR .box .zx {
	display: block;
	width: 197px;
	height: 60px;
	float: left;
	font-size: 22px;
	color: #fff;
	line-height: 60px;
	background: url(../img/Product/proDetailsIntroBg01.png) no-repeat center;
	text-align: center;
	text-decoration: none;
}

.proDetailsIntro .conR .box .zx img {
	position: relative;
	top: 4px;
	margin-left: 8px;
}

.proDetailsIntro .conR .box .phone {
	float: left;
	padding-left: 56px;
	background: url(../img/Product/proListClassify_phone.png) no-repeat left center;
	margin-left: 46px;
	margin-top: 6px;
}

.proDetailsIntro .conR .box .phone span {
	display: block;
	font-size: 14px;
	color: #333333;
}

.proDetailsIntro .conR .box .phone em {
	display: block;
	font-size: 24px;
	color: #043985;
	font-family: arial;
}


.proDetailsCanS {
	width: 100%;
	background: #fff;
}

.proDetailsCanS .container {
	position: relative;
}

.proDetailsCanS-h{
	font-size: 28px;
	background-color: #0055AA;
	color: #fff;
	padding: 10px;
}

.proDetailsCanS .mainCon {
	width: 100%;
	background: #fff;
}



.proDetailsCanS .mainCon .box {
	width: 100%;
	min-height: 400px;
	padding: 20px 0;
}







.proDetailsPictures {
	width: 100%;
	margin-top: 40px;
}

.proDetailsPictures .mainCon {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 30px;
}

.proDetailsPictures .mainCon ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.proDetailsPictures .mainCon li{
	width: 380px;
	text-align: center;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 0 3px #ccc;
}

.proDetailsPictures .mainCon li img{
	width: 100%;
	transition: .8s;
}
.proDetailsPictures .mainCon li img:hover{
	transform: scale(1.03);
}

.proDetailsPictures .mainCon li em {
	display: block;
	font-size: 18px;
	color: #333333;
	padding-bottom: 25px;
}
.proDetailsPictures .mainCon li a:hover em{
	color: #0055AA;
}




.mub01Top {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eaeaea;
}

.mub01Top h3 {
	font-size: 24px;
	color: #333333;
	float: left;
}

.mub01Top h3 i {
	display: block;
	width: 24px;
	height: 1px;
	background: #043985;
	position: relative;
	top: 18px;
}

.mub01Top a.more {
	display: block;
	font-size: 14px;
	color: #666666;
	float: right;
	margin-right: 6px;
	text-decoration: none;
	line-height: 34px;
}

.mub01Top a.more:hover {
	color: #043985;
}
