* {
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	color: #fff;
}

strong {
	font-weight: 300;
}

ol,
li,
ul {
	list-style: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: '\20';
	display: block;
	clear: both;
	height: 0;
}

img {
	border: 0;
	vertical-align: middle;
	width: 100%;
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.dorpdown {
	position: relative;
}

.omit {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.hide {
	display: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font: 16px/28px "微软雅黑";
	color: #163367;
	background: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	zoom: 0.9;
	-ms-zoom: 1;
	zoom: 1\9;
}

em,
i {
	font-style: normal;
}

input {
	background: none;
	border: none;
	outline: none;
}

.box {
	width: 100%;
	height: 100%;
}

.layer {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.pc {
	width: 100%;
	height: 100%;
	display: block;
}

.app {
	width: 100%;
	min-height: 100%;
	display: block;
	height: 100%;
}

/* banner图 */
.banner {
	width: 100%;
	height: 250px;
	margin: 0 auto;
}

.banner img {
	width: 100%;
	height: 100%;
}

/*****加载*****/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999999999;
	background: #fff;
}

.loadImg {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.loading span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: #36a5ad;
}

.loadImg img {
	width: 230px;
	height: 150px;
}


/***********************************头部***************************************/
.header {
	width: 100%;
	height: 84px;
	background: url(../images/header-bg.png)no-repeat 0 0;
	background-size: 100% auto;
}

.header .logo {
	width: 290px;
	height: 37px;
	margin-top: 22px;
}

.header .logo img {
	width: 100%;
	height: 100%;
}

.header .nav {
	height: 84px;
	line-height: 84px;
}

.header .nav li {
	float: left;
	margin-left: 24px;
	height: 96%;
	position: relative;
}

.header .nav li:hover {
	border-bottom: 4px #1f528e solid;
}

.header .nav li>a {
	font-size: 16px;
	color: #1f528e;
}

.header .nav .navCurr {
	border-bottom: 4px #1f528e solid;
}

.header .nav .navHide {
	position: absolute;
	top: 84px;
	left: 0;
	background: #1f528e;
	min-width: 200px;
	padding: 14px 0;
	z-index: 33;
}

.header .nav .navHide dd {
	height: 36px;
	line-height: 36px;
}

.header .nav .navHide dd a {
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.indexFx{
	height: 84px;
	margin-left: 20px;
	position: relative;
}
.indexFx i{
	position: absolute;
	left: 0;
	top: 50%;
	height: 20px;
	width: 1px;
	margin-top: -10px;
	background: #fff;
}
.indexFx ul{
	height: 84px;
}

.indexFx .indexFxCode{
	position: absolute;
	top: 83px;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	display: none;
	z-index: 33333;
}
.indexFx .indexFxCode img{
	width: 100%;
	height: 100%;
}
.indexFx ul li{
	float: left;
	margin-left: 14px;
	position: relative;
}
.indexFx ul li a{
	line-height: 84px
}
.indexFx ul li img{
	width: 22px;
	height: 16px;
	display: inline-block
}

/* 分页 */

.page {
	margin: 16px auto 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 60px;
}

.page a,
.page span {
	margin-right: 10px;
	display: inline-block;
}

.page .prev,
.page .next,
.page span {
	width: auto;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #005bac;
	border-radius: 4px;
	border: 1px solid #005bac;
}

.page .num {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	color: #005bac;
	border: 1px #005bac solid;
}

.page .num:hover {
	background: #005bac;
	color: #fff;
}

.page .current {
	background: #005bac;
	color: #fff;
}

/* 底部 */

.footerNav {
	background: #e5f6f7;
	width: 100%;
	height: 180px;
}

.footerNavFl {
	height: 100%;
}

.footerNavFl li {
	margin-right: 58px;
	height: 90px;
	float: left;
	height: 100%;
}

.footerNavFl li a {
	display: flex;
	align-items: center;
}

.footerNavFl li .footIco1 {
	width: 90px;
	height: 90px;
}

.footerNavFl li .footTxt {
	margin-left: 20px;
}

.footerNavFl li .footTxt dt {
	font-size: 16px;
	color: #005bac;
}

.footerNavFl li .footTxt dd {
	font-size: 14px;
	color: #005bac;
}

.link {
	padding-top: 30px;
}

.link ul li {
	width: 45px;
	height: 45px;
	position: relative;
	margin-bottom: 8px;
}

.link ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.link ul li:hover {
	background: #fff;
}

.link ul li:hover .linkCode {
	display: block;
}

.link ul .linkWx img {
	width: 30px;
	height: 24px;
}

.link ul .linkWb img {
	width: 29px;
	height: 23px;
}

.link ul .linkCode {
	position: absolute;
	left: 54px;
	top: 0;
	width: 120px;
	height: 120px;
	display: none;
}

.link ul .linkCode img {
	width: 100%;
	height: 100%;
}

.footer {
	width: 100%;
	height: 80px;
	background: #212129;
}

.footer p {
	font-size: 16px;
	color: #7e7f91;
	line-height: 80px;
	text-align: center;
}


/*********移动端底部**********/
.appFooter {
	width: 100%;
	background: #212129;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
	height: .8rem;
	z-index: 33;
	padding: .2rem 0;
}

.appFooter p {
	font-size: .16rem;
	color: #7e7f91;
	line-height: .4rem;
	text-align: center;
}