@charset "utf-8";
/*盒子模型*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*居中,默认无边距,无边框,自适应宽高,强制换行,无列表样式,左对齐*/
html, body, div, img, table, ul, li, h1, h2, h3, h4, h5, h6, h7, dl, dd {
	margin: 0 auto;
	padding: 0;
	border: 0;
	word-break: break-all;
	word-wrap: break-word;
	list-style: none;
	text-align: left
}
img, embed {
	max-width: 100%
}
/*清除浮动*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
.clear {
*overflow: hidden;
*zoom: 1;
}
.clear:after {
	display: block;
	content: "";
	width: 100%;
	height: 0px;
	clear: both;
}
/*默认字体字号行高*/
body {
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
	Font-size: 63%;
	line-height: 170%
}
/*链接默认样式*/
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #c0272a
}
/*常用属性*/
.cur {
	cursor: pointer
} /*鼠标样式*/
.rel {
	position: relative
}
.abs {
	position: absolute
} /*定位*/
.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.f11 {
	font-size: 1.1em
}
.f12 {
	font-size: 1.2em
}
.f13 {
	font-size: 1.3em
}
.f14 {
	font-size: 1.4em
}
.f15 {
	font-size: 1.5em
}
.f16 {
	font-size: 1.6em
}
.f17 {
	font-size: 1.7em
}
.f18 {
	font-size: 1.8em
}
.f19 {
	font-size: 1.9em
}
.f20 {
	font-size: 2em
}/*文字大小*/
.fl {
	float: left
}
.fr {
	float: right
}/*浮动*/
.tc {
	text-align: center
}
.tr {
	text-align: right
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal
}
.jus {
	text-align: justify;
	text-justify: inter-ideograph
}
.hid {
	display: none
}
.blo {
	display: block
}
.p5 {
	padding: 5px
}
.p10 {
	padding: 10px
}
.p20 {
	padding: 20px
}
.m5 {
	margin: 5px
}
.m10 {
	margin: 10px
}
.m20 {
	margin: 20px
}
.mt5 {
	margin-top: 5px
}
.mt10 {
	margin-top: 10px
}
.mt20 {
	margin-top: 20px
}
.mb5 {
	margin-bottom: 5px
}
.mb10 {
	margin-bottom: 10px
}
.mb20 {
	margin-bottom: 20px
}
.yj3 {
	border-radius: 3px
}
.yj5 {
	border-radius: 5px
}
.yj8 {
	border-radius: 8px
}
.yj10 {
	border-radius: 10px
}
.w1 {
	width: 100%
}
.w2 {
	width: 50%
}
.w3 {
	width: 33.3333%
}
.w4 {
	width: 25%
}
.w5 {
	width: 20%
}
.w6 {
	width: 16.6666%
}
.w7 {
	width: 14.2857%
}
.w8 {
	width: 12.5%
}
.w9 {
	width: 11.1111%
}
.w10 {
	width: 10%
}
.w30 {
	width: 30%
}
.w40 {
	width: 40%
}
.w60 {
	width: 60%
}
.w70 {
	width: 70%
}
.w75 {
	width: 75%
}
.w80 {
	width: 80%
}
.w90 {
	width: 90%
}
.w1200 {
	width: 1200px;
	min-width: 1200px
}
.w1000 {
	width: 1000px;
	min-width: 1000px
}
.w220 {
	width: 220px;
	min-width: 220px
}
.w760 {
	width: 760px;
	min-width: 760px
}
.w280 {
	width: 280px;
	min-width: 280px
}
.w980 {
	width: 900px;
	min-width: 900px
}
.m1200 {
	min-width: 1200px
}
.m1000 {
	min-width: 1000px
}
.m220 {
	min-width: 220px
}
.m760 {
	min-width: 760px
}
.m280 {
	min-width: 280px
}
.m980 {
	min-width: 900px
}
.box {
	border: 1px solid #ccc
}
.dotted {
	border-bottom: 1px dotted #ccc
}
.pager {
	padding: 3px;
	text-align: center;
	color: #66C;
	font-family: Tahoma;
}
.pager a {
	margin: 2px;
	padding: 3px 8px;
	color: #66C;
	text-decoration: none;
	border: 1px solid #aad;
}
.pager a:hover {
	color: #000;
	border: 1px solid #009;
	background-color: #DCDCF3;
}
.pager span.current {
	font-weight: bold;
	margin: 0 2px;
	padding: 3px 8px;
	color: #fff;
	background-color: #66C;
	border: 1px solid #009;
}
.pager span.disabled {
	margin: 0 2px;
	padding: 3px 8px;
	color: #CCC;
	border: 1px solid #DDD;
}
.pager select {
	margin: 0px 2px -2px 2px;
	color: #66C;
	font-size: 12px;
	font-family: Tahoma;
}
.pager input {
	margin: 0px 2px -2px 2px;
	color: #66C;
	border: 1px solid #DDD;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
}
.crumbs {
	margin: 0 auto;
	width: 1200px;
	overflow: auto;
	background: url(../images/icon.png) no-repeat left -38px;
	padding: 2px 0 3px 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
}
.crumbs a:hover {
	color: red;
}
.STYLE1 {
	color: #FF0000
}
.example2 {
	margin: 0 auto
}
.example2 ol {
	position: relative;
	top: -30px;
	left: 60px;
}
.example2 ol li {
	float: left;
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #fff;
}
.example2 ol li.seleted {
	background: #1AA4CA;
}
.luara-left {
	position: relative;
	padding: 0;
	overflow: hidden;
}
.luara-left ul {
	position: relative;
	padding: inherit;
	margin: 0;
}
.luara-left ul li {
	float: left;
	padding: inherit;
	margin: inherit;
	list-style: none;
}
.luara-left ul li img {
	width: inherit;
	height: inherit;
}
#Bottoma {
	width: 100%;
	background: #333;
	padding: 15px 0;
	float: left;
}
.botkstd {
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 auto;
}
.botkstd ul {
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 17px 0 17px;
	display: inline;
}
.botkstd ul.ul1 {
	width: 100px;
	margin-right: 100px;
}
.botkstd ul.ul1 li a {
	color: #666;
}
.botkstd ul.ul1 li a:hover {
	line-height: 26px;
	color: #ff0000
}
.botkstd ul.ul2 {
	width: 70px;
	margin-right: 163px;
}
.botkstd ul.ul2 li {
	height: 40px;
	line-height: 35px;
	width: 77px;
	font-size: 15px;
	border-bottom: 0.5px #FFF dashed;
}
.botkstd ul.ul3 {
	width: 355px;
}
.botkstd ul.ul3 li {
	width: 323px;
	height: 40px;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 15px;
	border-bottom: 0.5px #FFF dashed;
}
.botkstd h3 {
	float: none;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff
}
.botkstd ul img {
	margin: 0 5px 5px 0;
}
.botkstd ul a {
	line-height: 26px;
	color: #fff
}
.botkstd ul a:hover {
	line-height: 26px;
	color: #ff0000
}
.botkstd ul li {
	width: 120px;
	float: left;
	height: 30px;
	line-height: 30px;
}
body, h1, h2, h3, h4, p, ul, img, ol, dd, dl, form {
	margin: 0;
	padding: 0
}
body {
	color: #333;
	padding: 0px;
	margin: 0px;
	font-family: 'Microsoft YaHei';
	background: #fff;
}
.js_title {
	background: #f8f8f8;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px #eaeaea solid
}
.js_font {
	color: #666;
}
.clear {
	width: 100%;
	height: 0px;
	clear: both;
}
.jbc_warp {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.jbc_warp a.logo {
	width: 1200px;
	height: 120px;
	float: left;
	overflow: hidden;
}
.logoTitle {
	float: left;
	padding-top: 30px;
	font-family: myFirstFont;
	line-height: 180%
}
.logoTitle h1 {
	font-size: 32px;
	color: #000
}
.logoTitle h4 {
	color: #666;
	margin-top: 10px
}
.topTel {
	width: 300px;
	float: right;
	height: 100px;
	position: relative
}
.topTel strong {
	position: absolute;
	font-size: 30px;
	color: #FF0066;
	bottom: 15px;
	left: 10px;
	font-family: myFirstFont;
	line-height: 100%
}
.topTel strong span {
	color: #000;
	font-size: 16px
}
.clearboth {
	clear: both;
}
.pt10 {
	padding-top: 10px;
}
.header {
	width: 100%;
	height: 130px;
}
.headnr {
	height: 32px;
	border-bottom: 1px solid #EEE;
}
.top {
	line-height: 30px;
	width: 1200px;
}
.top .weclome {
	float: left;
}
.top .weclome span {
	color: #CC0000;
}
.top .weclome span a {
	color: #CC0000;
}
.topright {
	float: right;
}
.topright .code2 {
	font-family: AppleGothic, Arial, 'Microsoft Yahei', 'Simsun';
	width: 160px;
	border: 1px solid #F20001;
	border-top: 0;
	text-align: center;
	position: absolute;
	z-index: 999;
	background: #FFF;
	top: 34px;
	right: 45px;
}
.topright .code2 .bd {
	padding: 15px 0 0 12px;
}
.topright .code2 .bd .pic img {
	vertical-align: middle;
	width: 130px;
	height: 130px;
}
.topright .code2 .bd .txt {
	font-size: 14px;
	line-height: 26px;
	padding: 5px 0 8px 0;
}
.topright .code3 {
	font-family: AppleGothic, Arial, 'Microsoft Yahei', 'Simsun';
	width: 160px;
	border: 1px solid #F20001;
	border-top: 0;
	text-align: center;
	position: absolute;
	z-index: 999;
	background: #FFF;
	top: 34px;
	right: 0;
}
.topright .code3 .bd {
	padding: 15px 0 0 12px;
}
.topright .code3 .bd .pic img {
	vertical-align: middle;
	width: 130px;
	height: 130px;
}
.topright .code3 .bd .txt {
	font-size: 14px;
	line-height: 26px;
	padding: 5px 0 8px 0;
}
.head {
	width: 1200px;
	height: 118px;
}
.logo {
	float: left;
	width: 1200px;
	height: 100px;
}
.menubg {
	width: 100%;
	height: 45px;
	line-height: 45px;
	float:left;
	background: #DD514C;
}
#nav-menu {
	height: 45px;
	;
	width: 1200px;
	margin: 0 auto;
	z-index: 999;
}
#nav-menu .container {
	position: relative;
	overflow: visible;
	z-index: 999;
}
#nav-menu .menu {
	padding-top: 0px;
}
#nav-menu .menu li {
	position: relative;
	float: left;
	display: inline;
	font-size: 16px;
	width: 145px;
	float: left;
}
#nav-menu .menu li.line {
	width: 1px;
	height: 18px;
	margin-top: 8px;
	float: left;
	display: inline;
}
#nav-menu .menu li.stmenu {
	width: 150px;
	float: left;
	color: #FF0;
	display: inline-block;
}
#nav-menu .menu li.stmenu a span {
	color: #FF0;
}
#nav-menu .menu li h3 {
	font-weight: normal;
	display: inline-block;
	float: left;
}
#nav-menu .menu li a.xialakuang {
	display: inline-block;
	color: #FFF;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	font-size: 16px;
	width: 132px;
	text-align: center;
}
#nav-menu .menu li a.selected, #nav-menu .menu li a.navhover, #nav-menu .menu li a.xialakuang:hover {
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	float: left;
}
#nav-menu .menu li a.navhover, #nav-menu .menu li a.xialakuang:hover {
	color: #FF0;
	background: url(/statics/images/public/index_17.jpg) no-repeat center;
	display: inline-block;
	float: left;
}
#nav-menu .menu li a.xialakuang span {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	font-size: 16px;
}
#nav-menu .menu li a.selected span, #nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialakuang:hover span {
	cursor: pointer;
}
#nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialakuang:hover span {
}
#nav-menu .menu ul.children {
	display: none;
	position: absolute;
	top: 39px;
	background: #DD514C;
	left: -32px;
	width: 195px;
	border-top: 0;
	line-height: normal;
	z-index: 999;
}
#nav-menu .menu ul.children li {
	width: 195px;
	padding: 0px;
	display: inline-block;
	font-size: 16px;
	border-bottom: 1px dashed #46befe;
}
#nav-menu .menu ul.children li h3 {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}
#nav-menu .menu ul.children li h3 a {
	color: #fff;
	height: 40px;
	line-height: 40px;
}
#nav-menu .menu ul.children li h3 a:hover {
	color: #ffff00;
	height: 40px;
	line-height: 40px;
}
#nav-menu .menu ul.children li h3 a span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #027fc2;
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
#nav-menu .menu ul.children li h3 a:hover span {
	background: url(/statics/images/public/c_hover.jpg) no-repeat;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
.hotkeywordsqy {
	width: 100%;
	height: 30px;
	background: #E4E4E4;
}
.hotkeywords {
	width: 1060px;
	padding-left: 40px;
}
.isyzxggnr {
	float: left;
	width: 900px;
	height: 30px;
	line-height: 30px;
}
.isyzxggnr span {
	float: left;
	line-height: 30px;
}
.isyzxggnr a {
	padding: 0px 5px;
	line-height: 30px;
}
.searchqy {
	float: right;
	margin-top: 3px;
}
.searchinput {
	float: left;
	padding: 0 3px;
	width: 180px;
	height: 22px;
	line-height: 22px;
	color: #333333;
	border: #E00024 1px solid;
	outline: 0;
	-webkit-appearance: none;
}
.search-select {
	float: left;
	width: 60px;
	margin: 2px 5px;
}
.search-btn {
	float: left;
	margin-left: 5px;
	width: 80px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background-color: #E00024;
}
.search-btn a:hover {
	color: #FFF;
}
