.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;
}

.helpListCon {
	width: 100%;
	margin-top: 40px;
}


.helpListCon .mainCon {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 50px;
}

.helpListCon .mainCon .conBox {
	display: block;
	margin: 0 20px;
	padding: 20px 0;
}

.Title {
	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: 16px;
	color: #999;
	margin-top: 10px;
}

.Title p i {
	width: 70px;
	height: 1px;
	display: inline-block;
	background-color: #dedede;
	vertical-align: middle;
	margin: 0 15px;
}

.Title02 h3 {
	color: #fff;
}

.helpListCon .mainCon .con {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

dl.dl_42 {
	width: 270px;
	height: 385px;
	margin: 0 10px;
	float: left;
	margin-bottom: 20px;
}

dl.dl_42 dt {
	display: block;
	width: 270px;
	height: 215px;
	overflow: hidden;
}

dl.dl_42 dt img {
	display: block;
	transform: scale(1);
	transition: all 2s ease-out;
	width: 270px;
	height: 215px;
}

dl.dl_42 dt:hover img {
	transform: scale(1.2);
}

dl.dl_42 dd {
	padding: 20px 32px 0;
	height: 177px;
	background: #fff;
	position: relative;
}

dl.dl_42 dd h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

dl.dl_42 dd h4 a {
	color: #333333;
	text-decoration: none;
}

dl.dl_42 dd p {
	line-height: 22px;
	color: #666666;
	font-size: 13px;
	margin-top: 14px;
	height: 70px;
	overflow: hidden;
}

dl.dl_42 dd .btn {
	overflow: hidden;
	width: 234px;
	height: 35px;
	background: url(../img/Cases/proListClassifyBg0101.png) no-repeat center;
	position: absolute;
	bottom: 26px;
	left: 15px;
}

dl.dl_42 dd .btn a {
	display: block;
	width: 116px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #777777;
	text-decoration: none;
}

dl.dl_42 dd .btn a i {
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../img/Cases/proListClassify_icon04.png) no-repeat center;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

dl.dl_42 dd .btn a:first-child {
	border-right: 1px solid #eaeaea;
}

dl.dl_42 dd .btn a:hover {
	color: #fff;
}

dl.dl_42 dd:hover h4 a {
	color: #043985;
}

dl.dl_42 dd .btn a.more:hover {
	background: url(../img/Cases/proListClassifyBg02.png) no-repeat center / cover;
}

dl.dl_42 dd .btn a.more:hover i {
	background: url(../img/Cases/proListClassify_icon05.png) no-repeat center;
}

dl.dl_42 dd .btn a.zx:hover {
	background: url(../img/Cases/proListClassifyBg03.png) no-repeat center / cover;
}

dl.dl_42 dd .btn a.zx:hover i {
	background: url(../img/Cases/proListClassify_icon05.png) no-repeat center;
}


.proDetailsPictures {
	width: 100%;
	margin-top: 40px;
}

.proDetailsPictures .mainCon {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 30px;
}
.proDetailsPictures .mainCon dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
}
.proDetailsPictures .mainCon dt{
	width: 630px;
	margin-right: 20px;
}
.proDetailsPictures .mainCon dt img{
	width: 100%;
	transition: .8s;
}
.proDetailsPictures .mainCon dt img:hover{
	transform: scale(1.03);
}
.proDetailsPictures .mainCon dt a{
	display: block;
	width: 100%;
	background-color: #fff;
}
.proDetailsPictures .mainCon dt div{
	padding: 10px;
}
.proDetailsPictures .mainCon dt div p{
	display: block;
	color: #333333;
	text-align: center;
}
.proDetailsPictures .mainCon dt a:hover p{
	color: #0055AA;
}

.proDetailsPictures .mainCon ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.proDetailsPictures .mainCon li{
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
	background-color: #fff;
}

.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: 14px;
	color: #333333;
	padding-bottom: 10px;
}
.proDetailsPictures .mainCon li a:hover em{
	color: #0055AA;
}

.mub01Top {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eaeaea;
}

.mub01Top h3 {
	font-size: 20px;
	color: #333333;
	float: left;
}

.mub01Top h3 em {
	color: #043985;
	font-weight: bold;
}

.mub01Top h3 i {
	display: block;
	width: 24px;
	height: 1px;
	background: #043985;
	position: relative;
	top: 18px;
}

.mub01Top a.more {
	display: block;
	font-size: 13px;
	color: #666666;
	float: right;
	margin-right: 6px;
	text-decoration: none;
}





.IndexService {
	padding: 70px 0;
	background: url(../img/Index/IndexServiceBg.jpg) center center;
}

.IndexServiceCon {
	margin-top: 40px;
}

.IndexServiceCon ul li {
	float: left;
	background-color: #fff;
	width: 220px;
	padding: 60px 80px;
	text-align: center;
	margin-left: 30px;
	transition: .8s;
	top: 0;
}

.IndexServiceCon ul li:first-child {
	margin-left: 0;
}

.IndexServiceCon ul li h3 {
	font-size: 24px;
	color: #043985;
	font-weight: normal;
}

.IndexServiceCon ul li p {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

.IndexServiceCon ul li span {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 40px auto 0;
}

.IndexServiceCon ul li span img {
	width: 50px;
	height: 100px;
	display: block;
	position: relative;
	transition: all 0.5s;
}

.IndexServiceCon ul li:hover span img {
	position: relative;
	top: -50px;
	transform: rotateY(360deg);
}

.IndexServiceCon ul li:hover {
	position: relative;
	top: -10px;
}





.newsDetialsArticle {
	width: 100%;
	padding-top: 30px;
}

.newsDetialsArticle .mainCon {
	width: 100%;
}

.newsDetialsArticle .mainCon .article {
	position: relative;
	width: 890px;
	background: #fff;
	float: left;
}

.newsDetialsArticle .mainCon .article .backNewsList {
	width: 49px;
	height: 49px;
	display: block;
	position: absolute;
	left: -49px;
	top: 0;
}

.newsDetialsArticle .mainCon .article .backNewsList {
	cursor: pointer;
}

.newsDetialsArticle .mainCon .article .conBox {
	padding: 30px 30px 0;
}

.newsDetialsArticle .mainCon .article .title h1 {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 16px;
}

.newsDetialsArticle .mainCon .article .title .share {
	width: 100%;
	height: 24px;
}

.newsDetialsArticle .mainCon .article .title .share p {
	float: left;
	overflow: hidden;
	margin-top: 4px;
}

.newsDetialsArticle .mainCon .article .title .share p span {
	display: block;
	font-size: 12px;
	color: #999999;
	padding: 0 8px;
	border-left: 1px dotted #b6b6b6;
	float: left;
}

.newsDetialsArticle .mainCon .article .title .share p span:first-child {
	padding-left: 0;
	border-left: none;
}

.newsDetialsArticle .mainCon .article .title .share p span #cntrHits {
	float: right;
}

.newsDetialsArticle .mainCon .article .title i {
	width: 100%;
	display: block;
	height: 1px;
	background: #e7e7e7;
	margin-top: 18px;
}

.newsDetialsArticle .mainCon .article .con {
	margin: 20px 0;
	min-height: 400px;
}

.newsDetialsArticle .mainCon .article .context {
	width: 100%;
	border-top: 1px solid #e7e7e7;
	background: #fff;
	height: 70px;
}

.newsDetialsArticle .mainCon .article .context p {
	width: 445px;
	float: left;
	height: 70px;
	line-height: 70px;
}

.newsDetialsArticle .mainCon .article .context p.NextNews {
	border-left: 1px solid #e7e7e7;
	width: 444px;
}

.newsDetialsArticle .mainCon .article .context p.prevNews a {
	margin-left: 30px;
	padding-left: 20px;
	background: url(../img/Cases/newsDetialsArticle_icon10.png) no-repeat left center;
}


.newsDetialsArticle .mainCon .article .context p.NextNews a {
	display: block;
	margin-right: 30px;
	padding-right: 20px;
	text-align: right;
	background: url(../img/Cases/newsDetialsArticle_icon11.png) no-repeat right center;
}

.newsDetialsArticle .mainCon .article .context p.prevNews a:hover {
	background: url(../img/Cases/newsDetialsArticle_icon12.png) no-repeat left center;
	color: #043985;
}

.newsDetialsArticle .mainCon .article .context p.NextNews a:hover {
	background: url(../img/Cases/newsDetialsArticle_icon13.png) no-repeat right center;
	color: #043985;
}

.newsDetialsArticle .mainCon .article .context p.NextNews {
	border-left: 1px solid #e7e7e7;
	width: 444px;
}



.newsDetialsArticle .mainCon .hotNews {
	width: 300px;
	float: right;
}
.newsDetialsArticle .mainCon .hotNews .sidebar {
	width: 300px;
	float: left;
}
.newsDetialsArticle .mainCon .hotNews .sidebar .top {
	width: 300px;
	height: 70px;
	background: url(../img/Cases/proListClassify_icon01.png) no-repeat 238px center #043985;
}
.newsDetialsArticle .mainCon .hotNews .sidebar h3 {
	padding: 20px 0 0 26px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

.newsDetialsArticle .mainCon .hotNews .sidebar .box1 {
	padding: 26px;
	background: #fff;
}

.newsDetialsArticle .mainCon .hotNews .sidebar .box1 dd:first-child a {
	border-top: 1px solid #eaeaea;
}
.newsDetialsArticle .mainCon .hotNews .sidebar .box1 dd a {
	display: block;
	font-size: 14px;
	color: #666666;
	height: 50px;
	line-height: 50px;
	background: url(../img/Cases/proListClassify_icon02.png) no-repeat 190px center;
	text-indent: 25px;
	text-decoration: none;
	border: 1px solid #eaeaea;
	border-top: none;
}
.newsDetialsArticle .mainCon .hotNews .sidebar .box1 dd a:hover, .newsDetialsArticle .mainCon .hotNews .sidebar .box1 dd a.cur {
	color: #043985;
	background: url(../img/Cases/proListClassify_icon03.png) no-repeat 190px center;
	font-weight: bold;
}



.newsDetialsArticle .mainCon .hotNews .box {
	padding: 30px 28px 18px;
	background: #fff;
	margin-top: 10px;
}
.newsDetialsArticle .mainCon .hotNews .box .top {
	height: 40px;
	border-bottom: 1px solid #e7e7e7;
}
.newsDetialsArticle .mainCon .hotNews .box .top h3 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	float: left;
}
.newsDetialsArticle .mainCon .hotNews .box .top h3 em {
	font-weight: bold;
	color: #043985;
}
.newsDetialsArticle .mainCon .hotNews .box .top h3 i {
	width: 72px;
	height: 1px;
	background: #043985;
	position: relative;
	display: block;
	top: 18px;
}
.newsDetialsArticle .mainCon .hotNews .box .top a.more {
	display: block;
	width: 21px;
	height: 21px;
	float: right;
	margin-top: 4px;
}

.newsDetialsArticle .mainCon .hotNews .box ul {
	padding-top: 18px;
}
.newsDetialsArticle .mainCon .hotNews .box2 li {
	font-size: 14px;
	margin-bottom: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsDetialsArticle .mainCon .hotNews .box2 li {
	font-size: 14px;
	white-space: nowrap;
}
.newsDetialsArticle .mainCon .hotNews .box2 li a {
	color: #333333;
}