.mainHeader{
	width: 100%;
	min-width: 1200px;
	background: url(../../img/public/bg-14.jpg) no-repeat center center;
	height: 260px;
	line-height: 260px;
	text-align: center;

}
.Headerbg {
    width: 100%;
	min-width: 1200px;
    height: 360px;
}
.Headerbg > .container {
        position:relative;
        
    }
     .Headerbg img {
       position:absolute;
       left:0;
       top:88px;
    }
	
	
	@font-face {
		font-family: hyzkj;
		src: url(../hyzkj.ttf);
	}
	.proPanel{
				display: flex;
		flex-direction: row-reverse;
		align-items: center;
		
		height: 360px;
		justify-content: center;
	}
	.por_tit{
    font-family: hyzkj;
    font-size: 62px;
    font-weight: normal;
    color: #4e201d;
    text-align: center;
     width: 940px; 
    line-height: 78px;
    letter-spacing: -4px;

	}
.mainTitle{

    display: inline;
    padding: 10px 48px;
    background-color: rgba(255,255,255,.4);
    font-weight: normal;
    font-size: 48px;
    color: #0096d4;
}
.mainTitle h1{
	font-weight: normal;
	font-size: 48px;
	color:#0096d4 ;
	display: inline;
}
.mainNav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: #fff;
		text-align: center;
		margin-bottom: 20px;
}
.mainNav .NavContent {
	background: url(../img/public/fen.jpg) repeat-x center center;
}

.mainNav .NavContent ul{
	display: inline-block;
	background-color: #fff;
	padding: 0 20px;

}

.mainNav .NavContent li{
	display: inline-block;
	width: 112px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #333;
}
.mainNav .NavContent li:hover{
	background-color: #3f91f7;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	 -o-transition: all .3s;
	  transition: all .3s;
}
.mainNav .NavContent .navActive{
	background-color: #3f91f7;
	color: #fff;
}