@charset "utf-8";
/* CSS Document @woniu*/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Microsoft Yahei";
}
html {
	text-align: center;
}
body {
	text-align: center;
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
	font-size: 14px;
	color: #2a0c0c;
	background-color: #fff;
	min-width: 1200px;
}
#container {
	text-align: left;
}
.font_family {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited {
	color: #2a0c0c;
	text-decoration: none;
}
a:hover {
	color: #26508C;
	text-decoration: none;
}
a:active {
}
h3 {
	font-size: 14px;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
}
li {
	vertical-align: bottom;
}
em {
	font-style: normal;
}
input.radio, input.checkbox {
	width: auto;
}
#btn_submit, .btn_submit {
	background-image: url(img/submit.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
}
/*单文章中的几个钮*/
#btns {
	padding-left: 400px;
}
#btn_back, #btn_print, #btn_top {
	float: left;
	background: url(img/b1.jpg) no-repeat 0 0;
	width: 70px;
	height: 23px;
	display: block;
	margin-right: 10px;
	text-decoration: none;
	text-indent: -2000px;
}
#btn_back:hover, #btn_print:hover, #btn_top:hover {
	text-decoration: none;
	margin-right: 11px;
}
#btn_back span, #btn_print span, #btn_top span {
}
#btn_back {
	background-position: 0px 0px;
}
#btn_print {
	background-position: 0px -50px;
}
#btn_top {
	background-position: 0px -100px;
}
.longTitle {/* 长标截断 */
	text-overflow: ellipsis;/*ie省略号*/
	white-space: nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
	overflow: hidden;
	-o-text-overflow: ellipsis;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearf, .clear-both, .cf {
	clear: both;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}
.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/****head样式****/
.top {
	width: 100%;
	background: url(../images/top.jpg) center top no-repeat #255085;
}
.top-main {
	border-bottom: 1px solid #0B346A;
	overflow: hidden;
}
.top-main .header-main {
	margin: 0 auto;
	width: 1200px;
	padding-bottom: 32px;
	overflow: hidden;
}
#logo {
	height: 90px;
	width: 450px;
	float: left;
	margin-top: 55px;
}
/****搜索框***/
.search {
	float: right;
	margin-top: 68px;
	width: 350px;
	height: 40px;
	background: url(../images/search.jpg) 0 0 no-repeat;
}
.search ul li.se_box {
	width: 290px;
	height: 40px;
	padding: 0px 0px 3px 0px;
	position: relative;
}
.search ul li.se_box input {
	float: left;
	background: none;
	border: none;
	width: 245px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	outline: none;
}
.search ul li {
	float: left;
}
.search li.sea_an {
	width: 56px;
	height: 45px;
}
.search li.sea_an input {
	float: left;
	width: 50px;
	height: 40px;
	background: none;
	border: none;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	text-indent: -99999em;
	font-size: 0;
}
/****导航****/
#navs {
	margin: 0 auto;
	width: 1200px;
	height: 50px;
}
#navs li {
	position: relative;
	float: left;
	width: 120px;
	height: 50px;
	display: inline;
	z-index: 99999;
	text-align: center;
	font-size: 18px;
}
#navs li a.level1 {
	position: absolute;
	z-index: 2;
	width: 120px;
	height: 50px;
	color: #717171;
	text-decoration: none;
	display: block;
}
#navs li a.level1:hover, #navs li a.active {
	color: #fff;
}
#navs li i {/*用作动画*/
	position: absolute;
	z-index: 1;
	width: 120px;
	left: 0;
	height: 2px;
	top: 0px;
	background-color: #004597;
	display: none;
}
#navs li:hover i, #navs li a.active i {
}
#navs li div {
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	letter-spacing: 2px;
	overflow: hidden;
	font-weight: 500;
}
#navs li div b {
	display: none;
}
#navs li:hover div {
	padding-top: 0px;
	height: 50px;
	line-height: 50px;
	background-color: #183d6a;
}
#navs li:hover div b {
	display: block;
}
/*下面是二级菜单*/	
#navs ul {
	display: none;
	position: absolute;
	top: 50px;
	width: 119px;
	margin-left: 0px;
	text-align: center;
	background-color: #fff;
	line-height: 30px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 5px 10px #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navs li {
	border: 0;
	height: 34px !important;
	line-height: 34px !important;
	font-size: 14px !important;
}
#navs li a {
	display: block;
	text-align: center;
	text-indent: 0px;
	overflow: hidden;
}
#navs li a:hover {
	background-color: #F5F5F5;
	color: #C2241D;
}
/******动画*****/
.section-three {
	overflow: hidden;
	width: 100%;
}
.owl-carousel-c {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 1px;
}
#banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#banner .item {
	display: block;
	position: relative;
}
#banner img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls {
	position: absolute;
	bottom: 10px;
	left: 50%;
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ddd;
	overflow: hidden;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #fef400;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/*****footer****/
.footer {
	text-align: left;
	margin-top: 40px;
}
.footer-top {
	background: #ccdef3;
	padding: 30px 0 20px 0;
}
.link-tit {
	font-size: 20px;
}
.footer-top a {
	margin: 0 10px;
	line-height: 40px;
	white-space: nowrap;
}
.footer_main {
	height: 236px;
	background: url(../images/model-bg4.jpg) center no-repeat #2a5993;
	color: #fff;
	padding-top: 70px;
}
.footer_main .model {
}
.footer_main .model .logo {
	float: left;
	height: 60px;
	margin: 40px 0 0 20px;
}
.footer .count {
	line-height: 200%;
	float: left;
	width: 340px;
	margin-left: 110px;
}
.footer .count-tit {
	font-size: 16px;
}
.footer .count .count-main {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.footer .count .count-main span {
	width: 150px;
	display: block;
	float: left;
}
.footer .footer-right {
	line-height: 200%;
	float: right;
	width: 290px;
}
.footer .model {
	width: 1200px;
	margin: 0 auto;
}

/****分页***/
.pagediv{ text-align:center; margin-top:20px;}
.pagediv a{
	border: 1px solid #ccc;
    padding: 5px 8px;
    margin: 0px 0px 0px 5px;
    height: 24px;
    -height: auto;
    line-height: 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
.pagediv a:hover{ background:#f5f5f5;}
.pagediv span{
	padding: 5px 8px;
    margin: 0px 0px 0px 5px;
    height: 24px;
    -height: auto;
    line-height: 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #F04646;
    color: #fff;
    background-color: #F04646;
}

