@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; word-break: break-all; word-wrap: break-word;}
html { background: url(../images/bg.jpg) top center no-repeat #bacdf0; background-size: cover; background-attachment: fixed;}
body { width: 100%; max-width: 720px; min-height: 100vh; margin: 0 auto; font-size: 15px;  font-weight: bold; color: #000; font-family: '微软雅黑', Arial, Helvetica, sans-serif; background: #fff;}
input, select, button, textarea { margin: 0; padding: 0; vertical-align: middle; font-size: 100%; color: inherit; border: 0; font-family: inherit; outline: none; resize: none;}
input[type="text"] { -webkit-appearance: none;}
ol, ul {list-style: none;}
img { max-width: 100%; vertical-align: middle;}
a { text-decoration: none; color: inherit;}
:focus { outline: 0;}
table {	table-layout: fixed; border-collapse: collapse; border-spacing: 0;}
iframe { vertical-align: top;}
.font12 { font-size: 15px;}
.font16 { font-size: 16px;}
.radius10 { border-radius: 10px;}
.pdt10 { padding-top: 10px;}
.pdb10 { padding-bottom: 10px;}

.header { background: #353fba; width: 100%; max-width: 720px; height: 55px; position: fixed; top: 0; z-index: 1;}
.header2 { display: flex; align-items: center; height: 55px; background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.15));}
.header2 .logo { flex: 1;}
.header2 .logo img { width: auto; height: 50px;}
.header2 .home { text-align: center; font-size: 12px;}
.header2 .home a { display: block; padding: 0 16px; color: #fff;}
.header2 .home img { width: 24px; height: 24px; display: block; margin: 0 auto 2px auto;}
.header-blank { height: 55px;}

.nav { padding: 8px 0 4px 0; font-size: 12px; text-align: center; background: #e8f1fe;}
.nav ul { display: flex; flex-wrap: wrap;}
.nav ul li { width: 20%;}
.nav ul li a { display: block; width: 100%; padding: 8px 0;}
.nav ul li a img { display: block; width: 48px; height: 48px; margin: 0 auto 8px auto;}
.two-nav { width: 100%; max-width: 720px;}
.one-nav-active { position: relative;}
.one-nav-active:after { content: ""; display: inline-block; width: 24px; height: 4px; border-radius: 10px; background: #353fba; position: absolute; left: 0; right: 0; bottom: 0; margin: auto;}
.two-nav-item { display: none; font-size: 12px; padding: 5px; text-align: left; background: #e8f1fe;}
.two-item-flex { display: flex;	flex-wrap: wrap;}
.two-item-flex div { width: 50%;}
.two-item-flex div a { display: block; height: 24px; line-height: 24px;}
.two-item-flex div img { margin-right: 5px;}
	
.nav2 {
	width: 100%;
	max-width: 720px;
	padding: 2px;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
}

.nav2 ul { display: flex; flex-wrap: wrap;}
.nav2 ul li { width: 20%; padding: 2px; box-sizing: border-box;}
.nav2 ul li a { display: block; cursor: pointer; padding: 3px 0; text-align: center; font-size: 15px; border-radius: 8px; color: #fff; background: #353fba;}

#nav2[data-fixed="fixed"] {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	margin: auto;
}

@media screen and (max-width:750px) {
	.nav2 ul li {
		padding: 2px;
	}

	.nav2 ul li a {
        padding: 3px 0;
		font-size: 14px;
	}
}
	
	.boxah {
	border-radius: 5px;
	overflow: hidden;
	background: #008B45;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;	
}
.lt-hov-bar {
	display: flex;
	width: 100%;
	justify-content: space-around;
	font-size: 20px;
	height: 40px;
	font-weight: bold;
	background: #2A835B;
	margin-top: 0px;
}


.kbottom { background: #080647;}
	
.qbottom { background: #FF0000;}
	
	
	.kbottom:hover,
	.qbottom:hover {
		background: #3141A2;
	}


.lt-hov-bar > div {
	color: #fff;
	width: 50%;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.two-item-flex { display: flex;	flex-wrap: wrap;}
.two-item-flex div { width: 50%;}
.two-item-flex div a { display: block; height: 24px; line-height: 24px;}
.two-item-flex div img { margin-right: 5px;}

.kaij{ height: 75px; padding: 5px; box-sizing: border-box; background: #fff;}

#topfix { width: 100%; max-width: 720px;}
#topfix[data-fixed="fixed"]{ position: fixed; top: 0px; left: 0; right: 0; margin: auto; box-shadow: 0 5px 10px rgba(0,0,0,.1);}
#topfix[data-fixed="fixed"] .nav2{ display: block;}

.top { width: 40px; height: 40px; display: block; background: url(../images/top.png) 0 0 no-repeat; background-size: 100% 100%; position:fixed; bottom: 80px; right: 10px; z-index: 1;}


.box { padding: 5px;}
.box-am { padding: 2px 5px;}
.box-tit-img { padding: 10px 10px 0 10px;}
ul.list {}
ul.list li { padding-top: 5px;}
ul.list li a { display: block; font-size: 16px; padding: 5px; border: solid 1px #ccc; border-radius: 10px; background: linear-gradient(to bottom, #fff, #eee); box-shadow: 0 2px 3px rgba(0,0,0,.1);}
ul.list li a:after { content: ""; display: inline-block; float: right; margin-top: 11px; width: 7px; height: 10px; background: url(../images/arrow.png) no-repeat; background-size: 100% 100%;}
ul.list li a img { margin-right: 5px;}
ul.list li a em { display: inline-block; height: 22px; line-height: 22px; margin-right: 5px; padding: 0 8px; font-style: normal; color: #fff; font-size: 12px; border-radius: 20px; background: #353fba;}
ul.list a:hover { color: #0000FF; }

.listimg { display: flex;}
.listimg ul { flex: 1;}
.listimg ul:nth-child(1) { padding-right: 5px;}
.listimg ul:nth-child(2) { padding-left: 5px;}
.listimg ul li { margin-bottom: 10px;}
.listimg ul li a { display: block; font-size: 16px;  box-shadow: 0 3px 8px rgba(0,0,0,.1); border-radius: 5px;}
.listimg ul li a img { width: 100%; border-radius: 5px;}
.listimg ul li a p { padding: 5px; text-align: center;}
.imgmore { text-align: center;}
.imgmore a { display: block; height: 32px; line-height: 32px; padding: 0 12px 0 8px; color: #fff; border-radius: 10px; background: #353fba;}

.box-tit { margin-bottom: 10px; text-align: center; font-size: 18px; font-weight: bold; color: #353fba;}
.box-tit:before { vertical-align: middle; content: ""; display: inline-block; width: 67px; height: 19px; margin-right: 5px; background: url(../images/line-l.png) no-repeat; background-size: 100% 100%;}
.box-tit:after { vertical-align: middle; content: ""; display: inline-block; width: 67px; height: 19px; margin-left: 5px; background:  url(../images/line-r.png) no-repeat; background-size: 100% 100%;}


.box-tita { margin-bottom: 10px; text-align: center; font-size: 18px; font-weight: bold; color: #ff0000;}
.box-tita:before { vertical-align: middle; content: ""; display: inline-block; width: 67px; height: 19px; margin-right: 5px; background: url(../images/line-l.png) no-repeat; background-size: 100% 100%;}
.box-tita:after { vertical-align: middle; content: ""; display: inline-block; width: 67px; height: 19px; margin-left: 5px; background:  url(../images/line-r.png) no-repeat; background-size: 100% 100%;}

.tablecss {}
.tablecss th { padding: 5px; font-size: 16px; color: #fff; font-weight: normal; border: solid 1px #0c62ce; background: #353fba;}
.tablecss td { padding: 6px 1px; font-size: 16px; text-align: center; border: solid 1px #cccccc; font-family: "Arial", sans-serif; }

.mzcss th { padding: 5px; font-size: 16px; color: #fff; font-weight: normal; border: solid 1px #0c62ce; background: #353fba;}
.mzcss td { padding: 5px; font-size: 16px; text-align: center; line-height: 1.6;  border: solid 1px #cccccc; font-family: "Arial", sans-serif; }
.tablecss td span { color: #f00; background: #ff0;}
.tablecss td.txt-l { text-align: left;}
.mzcss td.txt-l { text-align: left;}
.tablecss td.tdlink { background: #f00; color: #ff0; font-weight: bold;}
.tablecss td.tdlink a { text-decoration: underline;}

@media screen and (max-width:750px) {
.tablecss td  { font-size: 16px;  }
  }







.style1 {background-color: yellow; color: red;}


.footer { padding: 10px 0; text-align: center; font-size: 12px; background: #f5f5f5;}

.detail { padding: 10px;}
.big-tit { padding: 10px 0 10px 0; font-size: 18px; }
.qingchu { padding: 5px 0; font-size: 15px; color: #353fba; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc;}
.neirong-txt { margin: 5px 0; font-size: 16px; font-family: "Arial", sans-serif; color:#333;}
.neirong-txt p { padding: 3px 0;}

.neirong-table { border: 0; font-size: 18px; font-family: "Arial";}
.neirong-table td { padding: 5px 0; border: 0; border-bottom: solid 1px #ccc;}