/* CSS Document */



* {
	padding: 0;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, form, input, figure, p {
	padding: 0;
	margin: 0 auto;
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
fieldset, img {
	border: 0;
	vertical-align: middle;
}
table, tr, td {
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
ol, ul, li, dl, dt, dd {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
}/*love hate=link visited hover active*/
a:hover {
	text-decoration: underline;
	color: #F00;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.left {
	display: inline;
	float: left;
}
.right {
	display: inline;
	float: right;
}
input[type="submit"], input[type="button"], button {
	-webkit-appearance: none !important;
}/*清除苹果手机按钮自带边框的效果*/
abbr[title] {
	border-bottom: 1px dotted #ccc;
}
/**********************************头部****************************************/



.page {
	max-width: 800px;
	overflow: hidden;
}
.header {
	background: #0d674d;
	height: 160px;
}
.logoImg {
	display: block;
	width: 49px;
	margin: 0 auto;
}
.logo h1 {
	text-align: center;
	font-size: 26px;
	color: #fff;
}
.logo p {
	text-align: center;
	font-family: "宋体";
	color: #fff;
}
nav {
	width: 320px;
	margin: 0 auto;
}
nav li a {
	display: inline-block;
	font-family: "宋体";
	color: #fff;
	text-align: center;
}
nav li.yj {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	width: 79%;
	margin: 5px 0 0 10px;
	text-align: center;
}
nav li.sy a {
	background: url(../images/km_07.png) no-repeat;
	width: 25px;
	padding-top: 25px;
}
nav li.zx a {
	background: url(../images/km_10.png) no-repeat;
	width: 28px;
	padding-top: 25px;
}
/*********************************内容******************************************/



section {
	width: 100%;
}
.mt15 {
	margin-top: 15px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}
/* font-size */



.ft14 {
	font-size: 14px;
}
.ft15 {
	font-size: 15px;
}
.ft16 {
	font-size: 16px;
}
.ft18 {
	font-size: 18px;
}
/* background-color */
.bg_ee9e44 {
	background: #ee9e44;
}
.bg_3b95cc {
	background: #3b95cc;
}
.bg_6ebd2d {
	background: #6ebd2d;
}
.bg_14d0cf {
	background: #14d0cf;
}
.bg_00b6e3 {
	background: #00b6e3;
}
.bg_ff0000 {
	background: #ff0000;
}
.bg_918b95 {
	background: #918b95;
}
.bg_008397 {
	background: #008397;
}
.bg_fb9900 {
	background: #fb9900;
}
.bg_0047bb {
	background: #0047bb;
}
.bg_5230ab {
	background: #5230ab;
}
table.sy_a {
	width: 100%;
}
table.sy_a td {
	width: 33.3%;
	border: 1px solid #fff;
	height: 133px;
}
table.sy_a td a {
	width: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
}
table.sy_a td a span {
	font-size: 12px;
}
table.sy_a td b {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 0px;
	display: block;
	line-height: 22px;
}
table.sy_a td b a {
	width: 100%;
	margin: 0 auto;
	text-decoration-color: #F00;
}
table.sy_a td b a:hover {
	text-decoration: none;
}
table.sy_a td b a span {
	border-bottom: 1px solid #F00;
}
.bg_00c1b8 {
	background: #00c1b8;
}
.bg_008000 {
	background: #008000;
}
.bg_767ea3 {
	background: #767ea3;
}
.bg_c7b69a {
	background: #c7b69a;
}
.bg_009f89 {
	background: #009f89;
}
/* width */



.w30 {
	width: 30%;
}
.w33 {
	width: 33.3%;
}
.w34 {
	width: 33.4%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w49 {
	width: 49%;
}
.w50 {
	width: 50%;
}
.w51 {
	width: 51%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w100 {
	width: 100%;
}
/* height */



.h30 {
	height: 30px;
	line-height: 30px;
}
.h36 {
	height: 36px;
	line-height: 36px;
}
.h40 {
	height: 40px;
	line-height: 40px;
}
.h44 {
	height: 44px;
	line-height: 44px;
}
.h45 {
	height: 45px;
	line-height: 45px;
}
.h47 {
	height: 47px;
	line-height: 47px;
}
.h54 {
	height: 54px;
	line-height: 54px;
}
.h55 {
	height: 55px;
	line-height: 55px;
}
.h70 {
	height: 70px;
	line-height: 70px;
}
.h73 {
	height: 73px;
	line-height: 73px;
}
.h80 {
	height: 80px;
	line-height: 80px;
}
.h90 {
	height: 90px;
	line-height: 90px;
}
.h109 {
	height: 109px;
	line-height: 109px;
}
.h113 {
	height: 113px;
	line-height: 113px;
}
.top {
	background: #ff0000;
	height: 41px;
}
.top li {
	text-align: center
}
.top li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 41px;
}
/*************************************尾部**********************************/



.button {
	background: #eee;
	height: 108px;
}
.button li {
	float: left;
	display: inline-block;
	width: 25%;
	padding-top: 10px;
}
.button li a {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.button li h4 {
	width: 67px;
	height: 67px;
	background: #fff;
	padding-top: 15px;
	border: 1px solid #d9d9d9;
	border-radius: 35px;
	-webkit-box-shadow: -1px 2px 2px #d9d9d9;
	box-shadow: -1px 2px 2px #d9d9d9;
}
.button li p {
	font-size: 14px;
	margin-top: 5px;
}
.button li p.c1 {
	color: #35c9c8;
}
.button li p.c2 {
	color: #ec9b42;
}
.button li p.c3 {
	color: #66b629;
}
.button li p.c4 {
	color: #48a6cc;
}
.foot_nav {
	width: 100%;
	background: #1f88ba;
	height: 66px;
}
.foot_nav li {
	float: left;
	display: inline-block;
	width: 25%;
	height: 66px;
	background: #1f88ba;
	padding-top: 8px;
	border-left: 1px solid #107ca2;
	border-right: 1px solid #1b98c6;
}
.foot_nav li:first-child {
	border-left: none;
}
.foot_nav li:last-child {
	border-right: none;
}
.foot_nav li a {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.foot_nav li p {
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}
/*************************************首页**********************************/



table.sy_a {
	width: 100%;
}
table.sy_a td {
	width: 33.3%;
	border: 1px solid #fff;
	height: 111px;
}
table.sy_a td a {
	width: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
}
table.sy_a td a span {
	font-size: 12px;
}
/*************************************其他页面**********************************/

.but_a .cont {
	width: 100%;
}
.but_a p{border-right:1px solid #fff; border-bottom:1px solid #fff;border-collapse:collapse; vertical-align:middle; padding-bottom:10px;}
.but_a p a{ display:inline-block; width:100%; color:#fff; text-align:center; font-size:16px; font-weight:bold;}
.but_a p b{ width:80px; margin:0 auto; border:1px solid #fff; color:#fff; padding:5px 0px;display: block; line-height:22px;}
.but_a p b a{ width:100%; margin:0 auto;text-decoration-color:#F00;     }
.but_a p b a:hover{ text-decoration:none;}
.but_a p b a span{ border-bottom:1px solid #F00; font-size:14px;}





/*footer*/



.foot_by {
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0;
	z-index: 999999;
	font-size: 14px;
	background: #0284d6;
}
.foot_by .pad {
	width: 320px;
	height: 54px;
	margin: 0 auto;
	background: url(../images/telcall11.gif) no-repeat center
}
.foot_by .pad a.left {
	display: block;
	width: 220px;
	height: 54px;
	float: left;
}
.foot_by .pad a.right {
	display: block;
	width: 100px;
	height: 54px;
	float: left;
}
