@charset "utf-8"; /*../web/page.css*/
.page .next, .page .prev, .page a {
	border: 1px solid #dedede;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #333;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-bordder-radius: 3px;
	-o-user-select: 3px
}

.page .total {
	line-height: 25px;
}

.page a {
	min-width: 25px;
	margin-left: 5px;
}

.page a.current {
	background: #0b4a9a;
	border: 1px solid #0b4a9a;
	color: #fff;
}

.page .next, .page .prev {
	width: 62px;
	margin-left: 20px;
	margin-right: 20px;
}

.page .next.forbid, .page .prev.forbid {
	color: #ddd;
} /*../web/leftnav.css*/
.container {
	padding-left: 300px;
	position: relative;
	margin-bottom: 20px;
	min-height: 364px;
}

.leftnav {
	width: 300px;
	height: 100%;
	margin-top: -32px;
	z-index: 10;
	position: absolute;
	left: 0px;
	background: #eaeaea;
	top: 0px;
	color: #333;
}

.leftnav ul {
	padding-left: 50px;
	padding-right: 50px;
}

.leftnav li {
	position: relative;
	line-height: 60px;
	background: url(/uploads/image/sinotice/line.png) center bottom no-repeat;
	text-align: center;
}

.leftnav .current {
	color: #0a54ab
}

.leftnav .current:after {
	content: ">";
	position: absolute;
	left: 31px;
	top: 50%;
	margin-top: -30px;
}

.leftnav .current:before {
	content: "<";
	position: absolute;
	right: 31px;
	top: 50%;
	margin-top: -30px;
}

.leftnav .title {
	background: url(/uploads/image/simages/title.png) no-repeat;
	height: 115px;
	text-align: right;
	padding-right: 16px;
	color: #fff;
	padding-top: 103px;
	line-height: 41px;
	font-size: 28px;
	font-weight: 700;
}

.leftnav .title .en {
	font-size: 31px;
	font-weight: 400;
}

.container-body {
	padding: 0 25px 20px 25px;
}

.container-body .crumbs {
	color: #0046ad;
	line-height: 45px;
	background-color: white;
	background:  right center no-repeat;
}

.container-body .btn-radius {
	height: 30px;
	color: #0046ad;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-bordder-radius: 15px;
	-o-user-select: 15px;
	display: inline-block;
}

.bannar.swiper-container {
	height: 337px;
	width: 100%;
} /*../web/aboutus.css*/
.container-body .title {
	line-height: 50px;
	font-size: 22px;
	text-align: center;
	color: #333;
	padding: 20px 0;
}

.container-body .label {
	text-align: center;
	width: 25%;
	color: #0a54ab;
}

.container-body table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.container-body tr {
	line-height: 42px;
}

.container-body td {
	border: 1px solid #c1c1c1;
}

.container-body input {
	border: none;
	width: 100%;
	text-indent: 5px;
}

.container-body textarea {
	border: none;
	width: 100%;
	text-indent: 5px;
	height: 156px;
	font-size: 14px;
	vertical-align: top;
	padding-top: 5px;
}

.container-body input:focus, .container-body textarea:focus {
	outline: none;
	border: none;
}

.container-body .text-area {
	height: 156px;
}

.container-body .checkcode input {
	vertical-align: middle;
	width: 40%;
}

.container-body .checkcode img {
	vertical-align: middle;
}