body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: -apple-system, SF UI Display, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
	color: #898989;
	background: #FFF;
}

ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
	margin: 0px;
}

*,
*:before,
*:after {}

/*包含以下四种的链接*/
a {
	text-decoration: none;
	color: #FFFFFF;
}

/*正常的未被访问过的链接*/
a:link {
	text-decoration: none;
	color: #FFFFFF;
}

/*已经访问过的链接*/
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

/*鼠标划过(停留)的链接*/
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* 正在点击的链接*/
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#headTopPage{
	height: 420px;
}

.pageMain{
	width: 1200px;
	margin: 0 auto;
}

.headTopPage{
	height: 50px;
}
.headTopPage .topTipPage{
	margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.tipMain{
	display: inline-flex;
	width: 1200px;
	height: 50px;
    line-height: 50px;
}
.topTipPage .msgPage{
	width: 100px;
	height: 30px;
	background: #1F57B5;
	border-radius: 3px 3px 3px 3px;
	opacity: 1;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 17px;
}
.msgPage img{
	width: 25px;
	height:23px;
	padding-left: 7px;
	padding-top: 3px;
}
.msgPage span{
	padding-left: 15px;
	padding-top: 7px;
}
.topTipPage .msgTitle{
	font-size: 16px;
	font-weight: 400;
	color: #E96C2E;
	margin-left: 14px;
	flex: 1;
    text-align: left;
}

.tipMain .rightPage{
	display: inline-flex;
}
.rightPage .userPage{
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	color: #656565;
}
.userPage img{
	width:18px ;
	height: 19px;
    margin-top: 13px;
    margin-right: 6px;
}
.rightPage>:nth-child(2){
	margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
}
.rightPage>:nth-child(3){
	font-size: 16px;
	font-weight: 400;
	color: #656565;
}
.qqIcon{
	height: 20px;
	width: 17px;
	padding-top: 13px;
	padding-left: 13px;
}
.wxIcon{
	height: 20px;
	width: 20px;
	padding-top: 13px;
	padding-left: 13px;
}
.headBanner{
	height: 200px;
	opacity: 1;
	width: 100%;
	background-image: url(../image/img25.png);
	background-repeat: no-repeat;
	background-size: 100% 200px;
	text-align: center;
}
.headBanner .maintitle{
	width: 1200px;
	margin: 0 auto;
	height: 100px;
	line-height: 100px;
	display: inline-flex;
	color:#fff;
	font-size: 45px;
	font-weight: bold;
}
.menuBg{
	height: 60px;
	background: #1F57B5;
	opacity: 1;
	width: 100%;
	text-align: center;
}
.menuBg .menuMain{
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	display: inline-flex;
}
.menuMain .menuItem{
	width: 200px;
	height: 60px;
	opacity: 0.85;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	flex: 1;
	cursor: pointer;
}
.menuItem:hover{
	background: #DEE6F4;
	color: #1F57B5 !important;
	font-weight: bold;
}
.menuItem a:hover{
	background: #DEE6F4;
	color: #1F57B5;
	font-weight: bold;
}
.selMenuPage{
	background: #DEE6F4 !important;
	color: #1F57B5 !important;
	font-weight: bold !important;
}
.selMenuPage a{
	color: #1F57B5 !important;
}

.typeMenuPage{
	height: 110px;
	background: #F5F7FD;
	opacity: 1;
	width: 100%;
	text-align: center;
}
.typeMenuPage .typeMenuMain{
	width: 1200px;
	margin: 0 auto;
	height: 110px;
	display: inline-flex;
}
.typeMenuMain .menuTypePg{
	background-color: #4A78C3;
	width: 66px;
	height: 110px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.typeMenuMain .menuTypePg>:nth-child(1){
	margin-top: 20px;
}
.typeMenuMain .typeLiPg{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 110px;
	margin-left: 20px;
	margin-right: 20px;
}
.typeMenuMain .typeLine{
	width: 2px;
	height: 49px;
	background: #656565;
	opacity: 1;
	margin-top: 32px;
	margin-right: 20px;
}
.typeMenuMain .typeItemPage{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	width: 400px;
}
.typeMenuMain .typeMenuItemPg{
	display: inline-flex;
	height: 35px;
	width: 400px;
}
.typeMenuItem{
	cursor: pointer;
	text-align: left;
	flex: auto;
}
.typeMenuItem:hover{
	color: #1F57B5;
	font-weight: 500;
}
.menuMore{
	color: #1F57B5;
	display: inline-flex;
}
.menuMore img{
	width: 12px;
	height: 12px;
	padding-top: 5px;
}

.footerPage{
	height: 297px;
	background: #134FA5;
	opacity: 1;
	width: 100%;
	text-align: center;
}
.footerMain{
	width: 800px;
	margin: 0 auto;
	display: inline-flex;
}

.footerMain .compInfoPage{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	flex: 1;
}

.footerMain .qrCodePage{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 60px;
	margin-right: 60px;
}

.qrCodeMain{
	border-radius: 20px;
}
.qrCodeMain img{
	width: 110px;
	height: 110px;
	margin-bottom: 10px;
}

.compInfoPage>:nth-child(1){
	margin-top: 65px;
	font-size: 25px;
}
.compInfoPage>:nth-child(2){
	margin-top: 15px;
	margin-bottom:20px;
}
.compInfoPage>:nth-child(3){
	margin-bottom:15px;
}

.pagination{
	display: inline-flex;
	height: 30px;
	line-height: 30px;
	margin-left: 30%;
	margin-top: 15px;
}
.pagination .l{
	width: 30px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.pagination strong{
	width: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
	background-color: #1F57B5;
	height: 30px;
	border-radius: 30px;
	color: #DEE6F4;
}
.pagination .pagMore{
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.pagination .n{
	width: 30px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.pagination a:hover,
.pagination .l:hover,
.pagination .n:hover{
	background-color: #1F57B5;
	border-radius: 30px;
	color: #DEE6F4 !important;
}
.pagination a{
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-left: 5px;
}
