body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
table,
th,
td,
blockquote,
fieldset,
div,
strong,
label,
em {
	margin: 0;
	padding: 0;
	border: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background-color: #0487f9;
	color: #fff
}

input,
select,
textarea,
button,
optgroup {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', SimSun, Arial, sans-serif
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	width: 100%;
	height: 100%;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', SimSun, Arial, sans-serif;
	font-size: 12px;
	outline: 0;
	-webkit-text-size-adjust: none
}

@media(max-width:413px) {
	html {
		font-size: 12px
	}
}

@media(max-width:767px) and (min-width:414px) {
	html {
		font-size: 16px
	}
}

@media(min-width:768px) {
	html {
		font-size: 20px
	}
}

body {
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Heiti SC', SimSun, Arial, sans-serif;
	color: #333;
	background: #fafafa;
	font-size: 12px;
	width: 100%;
	height: 100%;
	line-height: 1.25;
}

ol,
ul,
li {
	list-style: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
iframe {
	display: block
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

a,
area {
	blr: expression(this.onFocus=this.blur())
}

:focus {
	outline: 0
}

a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer
}

a:hover,
a:visited,
a:active,
a:focus {
	text-decoration: none;
	outline: 0;
}

textarea {
	resize: none;
	outline: 0
}

i,
em,
cite {
	font-style: normal
}

button {
	cursor: pointer
}

::-webkit-input-placeholder {
	color: #666
}

:-moz-placeholder {
	color: #666;
	opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

:-ms-input-placeholder {
	color: #666
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	content: ''
}

.fl {
	float: left
}

.fr {
	float: right
}

.nopadding {
	padding: 0!important
}

.pl0 {
	padding-left: 0!important
}

.pr0 {
	padding-right: 0;
}

.pr10 {
	padding-right: .5rem;
	padding-right: 0 \9;
}

.pr35 {
	padding-right: 1.75rem;
}

.pl10 {
	padding-left: .5rem;
	padding-left: 0 \9;
}

.pl20 {
	padding-left: 1rem;
	padding-left: 0 \9;
}

.mt30 {
	margin-top: .5rem;
	margin-top: 30px \9;
}

.relative {
	position: relative
}

.img_100 {
	width: 100% !important;
	height: auto;
}

.img_all_100 {
	width: 100%;
	height: 100%
}

.img_responsive {
	max-width: 100%;
	height: auto
}

.center_block {
	display: block;
	margin: auto
}

.vertical_center {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%!important
}

.top_center {
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.c33 {
	color: #333;
}

.cblue {
	color: #0487f9;
}

.f12 {
	font-size: .6rem;
	font-size: 12px \9;
}

.f14 {
	font-size: .7rem;
	font-size: 14px \9;
}

.f16 {
	font-size: .8rem;
	font-size: 16px \9;
}

.f18 {
	font-size: .9rem;
	font-size: 18px \9;
}

.f20 {
	font-size: 1rem;
	font-size: 20px \9;
}

.bgff {
	background: #fff;
}

.bgdefault {
	background: #fafafa;
}

.container {
	padding: 0;
	max-width: 1200px;
	margin: auto;
}

.navbar {
	background: #0487f9;
	margin-bottom: 0;
	border: 1px solid #0487F9;
	min-height: 1px;
}

.navbar-brand {
	padding: 0;
	height: auto;
}

.navbar-right {
	margin: 0 !important;
	float: none !important;
	width: 100% \9;
}

.navbar-nav {
	margin: 0;
	float: none;
	width: 100% \9;
}

.navbar-default .navbar-nav>li {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 12.5%;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: .8rem;
	height: 3rem;
	font-size: 16px \9;
	height: 60px \9;
	line-height: 3rem;
	line-height: 60px \9;
	position: relative;
	text-align: center;
	padding: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #0487F9;
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #0487F9;
	background-color: #fff;
}

.navbar-default .navbar-collapse {
	margin: 0;
	padding: 0
}

.navbar-default .navbar-toggle {
	border: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	padding: 0;
	margin: .5rem 0;
	margin: 10 0 \9;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff
}

.navbar .navbar-toggle .icon-bar {
	width: 1.8rem;
	width: 36px \9;
	-webkit-transition: all .2s;
	transition: all .2s;
	background: #fff;
	pointer-events: none
}

.navbar .navbar-toggle .top-bar {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%
}

.navbar .navbar-toggle .middle-bar {
	opacity: 0;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.navbar .navbar-toggle .bottom-bar {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%
}

.navbar .navbar-toggle.collapsed .top-bar {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.navbar .navbar-toggle.collapsed .middle-bar {
	opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.navbar .navbar-toggle.collapsed .bottom-bar {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.news-tab {
	padding: 2rem 0;
	padding: 40px 0 \9;
	text-align: center;
	font-size: 0;
}

.news-tab li {
	display: inline-block;
	*display: inline;
	background: #fff;
	margin: .5rem 0;
	margin: 10px 0 \9;
}

.news-tab a {
	display: block;
	*display: inline;
	color: #333;
	padding: .8rem 1.4rem;
	font-size: .9rem;
	min-width: 6.3rem;
	padding: 16px 37px \9;
	font-size: 18px \9;
	min-width: 126px \9;
}

.news-tab a:hover,
.news-tab li.active a {
	color: #0487f9;
}

.news-tab li.news-tab-total a {
	background: #0487f9;
	color: #fff;
}

.news-list li {
	border: 1px solid #f0f0f0;
	background: #fff;
	margin-bottom: 2rem;
	margin-bottom: 40px \9;
}

.news-list a {
	display: block;
	position: relative;
	overflow: hidden;
}

.news-date {
	background: #0487f9;
	text-align: center;
	font-size: 2.4rem;
	font-size: 48px \9;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2;
	padding: 1rem 1.5rem;
	padding: 20px 30px \9;
	display: inline-block;
	*display: inline;
	float: left;
}

.news-date em {
	display: block;
	font-weight: normal;
	color: #ffffff;
	font-size: .8rem;
	font-size: 16px \9;
	font-family: arial;
}

.news-date span {
	display: block;
	font-weight: normal;
	color: #ffffff;
	font-family: arial;
	border-top: 1px solid rgba(255, 255, 255, .2);
	font-size: .6rem;
	margin-top: .5rem;
	padding: .5rem 0;
	font-size: 12px \9;
	margin-top: 10px \9;
	padding: 10px 0 \9;
}

.news-content {
	padding: 1.5rem 1.5rem 0 7.4rem;
	padding: 30px 30px 0 148px \9;
	*padding: 20px 30px 0 30px;
	position: relative;
}

.news-content h2 {
	color: #333;
	font-size: 1.1rem;
	margin-bottom: .8rem;
	font-size: 22px \9;
	margin-bottom: 16px \9;
}

.news-content p {
	color: #333;
	font-size: .8rem;
	line-height: 1.5rem;
	font-size: 16px \9;
	line-height: 30px \9;
	height: 92px \9;
}

.minheight {
	min-height: 20rem;
	min-height: 400px \9;
}

.news-list h2 {
	color: #0487f9;
}

.news-list a:hover {
	box-shadow: 0.25rem 0.25rem .5rem rgba(0, 0, 0, .05);
}

.news-content em {
	position: absolute;
	font-size: .8rem;
	bottom: 1.75rem;
	right: 1.5rem;
	font-size: 16px \9;
	bottom: 35px \9;
	right: 30px \9;
}

.pages {
	text-align: center;
	margin: 2rem 0;
	margin: 40px 0 \9;
	font-size: 0;
}

.pages a {
	min-width: 2rem;
	height: 2rem;
	line-height: 1.9rem;
	font-size: .8rem;
	padding: 0 .7rem;
	color: #0487f9;
	text-align: center;
	display: inline-block;
	background: #fff;
	height: 40px \9;
	line-height: 38px \9;
	font-size: 16px \9;
	padding: 0 14px \9;
}

.pages a:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.pages a:last-child {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.pages a:hover,
.pages a.on {
	color: #fff;
	background: #0487f9;
}

.pages .iconfont {
	font-size: .5rem;
	font-size: 10px \9;
}

.pages span {
	font-size: 0.8rem;
	font-size: 16px \9;
	color: #666;
	padding: 0 .5rem;
	padding: 0 10px \9;
}




.news-d-content {
	padding: 1.5rem 4rem;
	background: #fff;
	padding: 30px 80px \9;
}

.news-d-content2 {
	padding: 1.5rem 2rem;
	padding: 30px 40px \9;
	background: #fff;
}

.news-d-tit {
	padding: .5rem 0;
	font-size: 1.1rem;
	line-height: 1.5rem;
	padding: 10px 0 \9;
	font-size: 22px \9;
	line-height: 30px \9;
	color: #0487F9;
	font-weight: 600;
	text-align: center;
}

.label-de {
	border-bottom: 1px solid #e5e5e5;
	padding: 1rem 0 2rem;
	margin-bottom: 1rem;
	font-size: .8rem;
	padding: 20px 0 40px \9;
	margin-bottom: 20px \9;
	font-size: 16px \9;
	color: #666;
	text-align: center;
}

.news-d-txt {
	line-height: 1.8;
	padding: 0 0 4rem 0;
	font-size: .9rem;
	text-indent: 1.8rem;
	padding: 0 0 80px 0 \9;
	font-size: 18px \9;
	text-indent: 36px \9;
}

.news-d-txt2 {
	line-height: 1.8;
	padding: 0 0 2rem 0;
	font-size: .8rem;
	padding: 0 0 40px 0 \9;
	font-size: 16px \9;
}

.news-d-txt2 img {
	max-width: 100%;
	display: block;
	margin: 2rem auto 0;
	margin: 40px auto 0 \9;
}

.news-d-txt img {
	max-width: 100%;
}

.news-d-page {
	border-top: 1px solid #e5e5e5;
	padding: 1rem 0 0 0;
	padding: 20px 0 0 0 \9;
}

.news-d-page div {
	color: #999;
	font-size: .9rem;
	font-size: 18px \9;
}

.news-d-page a {
	color: #333;
}

.news-d-page a:hover {
	color: #0487f9;
}

.top-side {
	color: #fff;
	background: #0487f9;
	line-height: 1.5rem;
	font-size: 0.7rem;
	line-height: 30px \9;
	font-size: 14px \9;
}

.top-side a {
	color: #fff;
}

.top-toolbox {
	padding: .9rem 0;
	line-height: 2rem;
	border-bottom: 1px solid #0487f9;
	background: #fff;
	padding: 18px 0 \9;
	line-height: 40px \9;
}

.top-time {
	font-size: 0.9rem;
	font-size: 18px \9;
	border-right: 1px solid #0487f9;
}

.nopadding-col>div {
	padding: 0;
}

.top-search input {
	height: 2rem;
	line-height: 1.9rem;
	font-size: 0.7rem;
	padding: 0 1rem;
	border: 1px solid #0487f9;
	width: 83%;
	float: left;
	height: 40px \9;
	line-height: 38px \9;
	font-size: 14px \9;
	padding: 0 20px \9;
	*width: 74%;
}

.top-search button {
	margin-left: 2%;
	height: 2rem;
	height: 40px \9;
	border: 1px solid #0487f9;
	width: 15%;
	float: left;
	background: #0487f9;
}

.top-search button:hover,
.online-block button:hover {
	background-color: #0576d9;
}

.top-search .iconfont {
	font-size: 1.35rem;
	font-size: 27px \9;
	color: #fff;
	display: inline-block;
}

.banner-swpier .carousel-indicators {
	width: 100%;
	left: 0;
	margin-left: 0;
}

.banner-swpier .carousel-indicators li {
	width: 1rem;
	height: 1rem;
	margin: 0 0.25rem;
	width: 20px \9;
	height: 20px \9;
	margin: 0 5px \9;
	display: inline-block;
	*display: inline;
	background: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	border: 1px solid #fff;
	text-indent: 0;
}

.banner-swpier .carousel-indicators .active {
	opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	background: #fff;
}

.index-box {
	margin-top: 1.25rem;
	padding: 1.2rem;
	margin-top: 25px \9;
	padding: 24px \9;
	background: #f0f8ff;
}

.news-swpier .carousel-indicators {
	text-align: right;
	padding-right: 1.25rem;
	bottom: 1rem;
	padding-right: 25px \9;
	bottom: 20px \9;
	width: 20%;
	left: auto;
	right: 0;
}

.news-swpier .item {
	height: 18.25rem;
	height: 365px \9;
}

.news-swpier img {
	width: 100%;
	height: 18.25rem;
	height: 365px \9;
}

.news-swpier p {
	background: rgba(0, 0, 0, .8);
	line-height: 3rem;
	font-size: 0.7rem;
	padding: 0 1rem;
	background: #666 \9;
	line-height: 60px \9;
	font-size: 14px \9;
	padding: 0 20px \9;
	color: #fff;
	padding-right: 20%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.news-swpier .carousel-indicators li {
	width: .5rem;
	height: .5rem;
	margin: 0 0.125rem;
	width: 10px \9;
	height: 10px \9;
	margin: 0 2.5px \9;
	display: inline-block;
	display: inline \9;
	border-radius: 0;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	border: 0;
}

.news-swpier .carousel-indicators .active {
	opacity: 1;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	background: #0487F9;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	filter: none;
}

.carousel-control {
	opacity: 0;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.carousel .item a {
	display: block;
}

.com-tit {
	line-height: 1.2rem;
	font-size: 0.8rem;
	padding-left: 1rem;
	padding-bottom: .5rem;
	line-height: 24px \9;
	font-size: 16px \9;
	padding-left: 20px \9;
	padding-bottom: 10px \9;
	color: #0487F9;
	border-bottom: 1px dotted #bbdafc;
	position: relative;
}

.com-tit .line {
	position: absolute;
	left: 0;
	width: .3rem;
	height: 1.2rem;
	width: 6px \9;
	height: 24px \9;
	display: inline-block;
	background: #0487F9;
}

.com-tit a {
	font-size: 0.7rem;
	font-size: 14px \9;
	color: #010101;
	float: right;
}

.com-tit .iconfont {
	font-size: .8rem;
	font-size: 16px \9;
	color: #0487f9;
}

.list {
	margin-top: .5rem;
	margin-top: 10px \9;
}

.list li {
	line-height: 1.6rem;
	font-size: 0.7rem;
	padding-left: 1.25rem;
	padding-right: 6rem;
	line-height: 32px \9;
	font-size: 14px \9;
	padding-left: 25px \9;
	position: relative;
	padding-right: 120px \9;
}

.list li a {
	color: #010101;
	display: block;
}

.list li a:hover,
.com-tit a:hover,
.list-wrap .list li a:hover,
.list-tit a:hover,
.crumb a:hover {
	color: #0487f9;
}

.list li .dot {
	position: absolute;
	left: 0;
	background: #0487F9;
	top: .65rem;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 1rem;
	top: 13px \9;
	width: 6px \9;
	height: 6px \9;
	border-radius: 20px \9;
}

.list li span {
	padding-left: 1.5rem;
	padding-left: 30px \9;
	position: absolute;
	right: 0;
	float: none;
	top: 0;
}

.contact-block {
	color: #fff;
	background: #f79832;
	position: relative;
	margin-top: 0.7rem;
	padding: .6rem 0;
	margin-top: 14px \9;
	padding: 12px 0 \9;
}

.contact-block.contact-b-add {
	background: #2195f9;
}

.contact-block.contact-b-you {
	background: #4dca3c;
}

.contact-block .iconfont {
	font-size: 1.5rem;
	font-size: 30px \9;
	width: 25%;
	float: left;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}

.contact-block p {
	padding-left: 25%;
	font-size: 0.7rem;
	line-height: 1rem;
	font-size: 14px \9;
	line-height: 20px \9;
}

.online-input {
	margin-bottom: 0.5rem;
	margin-bottom: 10px \9;
}

.online-input input,
.online-input textarea {
	font-size: 0.7rem;
	padding: .43rem 1.05rem;
	font-size: 14px \9;
	padding: 8.6px 21px \9;
	width: 100%;
	border: 1px solid #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	*padding: 8.6px 0;
	*text-indent: 10px;
	*margin-left: -10px;
}

.online-input input:focus,
.online-input textarea:focus {
	border-color: #0487F9;
}

.online-input textarea {
	height: 3.72rem;
	height: 74.4px \9;
	*height: 50px;
}

.online-block button {
	border: 0;
	background: #0487F9;
	display: block;
	color: #fff;
	width: 100%;
	border-radius: .2rem;
	font-size: 0.7rem;
	line-height: 1.8rem;
	border-radius: 4px \9;
	font-size: 14px \9;
	line-height: 36px \9;
}

.online-block .com-tit {
	border: 0;
}

.index-bottom {
	margin: 1.7rem 0 1.4rem;
	margin: 34px 0 32px \9;
}

.footer {
	background: #0487f9;
	color: #fff;
	padding: 1rem 0;
	padding: 20px 0 \9;
}

.f-t-left {
	padding: 0;
	border-left: 1px solid #fff;
	*width: 50% !important;
	*float: right !important;
}

.friendlink {
	margin: 1.5rem 0;
	margin: 30px 0 \9;
}

.f-l-b-l {
	padding: 1.4rem 0 1rem 3rem;
	padding: 44px 0 40px 60px \9;
}

.container .f-l-b-l {
	*width: 52%;
}

.f-l-b-l p {
	font-size: 1.5rem;
	font-size: 38px \9;
	margin-top: .75rem;
}

.f-l-b-r {
	padding: 2rem 0 0 0;
	padding: 40px 0 0 0 \9;
	
}

.container .f-l-b-r {
	*width: 38%;
	*float: right;
	text-align: center;
}

.f-l-b-r img {
	width: 6rem;
	height: 6rem;
	width: 120px \9;
	height: 120px \9;
	margin: auto;
}

.f-l-b-r-txt p {
	font-size: .8rem;
	line-height: 1.3rem;
	font-size: 16px \9;
	line-height: 26px \9;
}

.f-t-right {
	margin: 1rem 0 1rem;
	margin: 40px 0 20px \9;
	padding: 0 2rem 0 0;
	*width: 45% !important;
	padding-right: 3.66% \9;
}

.f-t-r-txt {
	*width: 33%;
}

.f-t-r-txt a {
	font-size: 0.8rem;
	font-size: 16px \9;
	color: #fff;
}

.f-t-r-txt .iconfont {
	vertical-align: middle;
	font-size: 1.45rem;
	margin-right: 1rem;
	font-size: 29px \9;
	margin-right: 20px \9;
}

.bottom-search {
	margin: 1rem 0;
	margin: 20px 0 \9;
	position: relative;
}

.bottom-search input {
	height: 1.9rem;
	font-size: 0.7rem;
	padding: .3rem 4.1rem .3rem .6rem;
	height: 38px \9;
	font-size: 14px \9;
	padding: 10px 82px 10px 12px \9;
	border: 1px solid #fff;
	color: #333;
	background: #fff;
	width: 100%;
	*padding: 10px 0;
	*height: auto;
	*text-indent: 10px;
	*margin-left: -10px;
}

.bottom-search button {
	width: 3.5rem;
	height: 1.9rem;
	font-size: 0.7rem;
	width: 70px \9;
	height: 38px \9;
	line-height: 36px \9;
	font-size: 14px \9;
	border: 1px solid #fff;
	color: #fff;
	background: #0487F9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	*height: auto;
	*bottom: 0;
	*right: -2px;
}

.f-t-right p {
	font-size: 0.7rem;
	line-height: 1.5rem;
	font-size: 14px \9;
	line-height: 30px \9;
}

.news-d-nav {
	background: #0487F9;
	color: #fff;
	position: relative;
	margin-bottom: 1.5rem;
	margin-bottom: 30px \9;
}

.news-d-nav img {
	width: 78%;
	float: right;
	max-height: 13.5rem;
	height: 270px \9;
}

.news-d-nav-txt {
	width: 22%;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #0487F9;
	padding-top: 100px;
}

.news-d-nav-txt h2 {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: .5rem;
	margin-top: 3.5rem;
	font-size: 30px \9;
	margin-bottom: 10px \9;
	margin-top: 70px \9;
}

.news-d-nav-txt p {
	font-size: .9rem;
	font-size: 18px \9;
}

.rows {
	display: inline-block;
	margin-top: 0.75rem;
	width: 0.2rem;
	height: 1.4rem;
	margin-top: 15px \9;
	width: 4px \9;
	height: 28px \9;
	background: #fff;
}

.empty {
	padding: 4rem 0;
	padding: 80px 0 \9;
}

.empty p {
	text-align: center;
	font-size: .8rem;
	font-size: 16px \9;
	color: #666;
}

.empty img {
	max-width: 80%;
	height: auto;
	display: block;
	width: 8rem;
	margin: 0 auto 1.5rem;
	width: 160px \9;
	margin: 0 auto 30px \9;
}

.paging-toolbar {
	text-align: center;
	margin: 2rem 0;
	margin: 40px 0 \9;
	display: block;
	font-size: 0;
}

.paging-toolbar span {
	display: inline-block;
	font-size: .8rem;
	padding: 0 .5rem;
	font-size: 16px \9;
	padding: 0 10px \9;
}

.pagination li {
	display: inline-block;
	*display: inline;
	font-size: 0;
}

.pagination>li>a,
.pagination>li>span {
	min-width: 2rem;
	height: 2rem;
	line-height: 1.9rem;
	font-size: .8rem;
	float: none;
	padding: 0 .7rem;
	height: 40px \9;
	line-height: 38px \9;
	font-size: 16px \9;
	padding: 0 14px \9;
	color: #0487f9;
	text-align: center;
	display: inline-block;
	background: #fff;
	border: 0;
}

.pagination li:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.pagination li:last-child {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.pagination li a:hover,
.pagination li a.on {
	color: #fff;
	background: #0487f9;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	border-color: #0487f9;
	background: #0487f9;
}

.logopic {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 50%;
	max-height: 50%;
}

.top-txt {
	margin-left: -11px \9;
	padding: 0 \9;
	text-indent: 30px \9;
}

.container .ie-width-n {
	width: 55% \9;
}

.container .ie-width-n-r,
.container .ie-width-lx {
	float: right \9;
}

.container .ie-width-tz {
	width: 65% \9;
}

.container .ie-width-nn {
	width: 65% \9;
}

.container .ie-width-dq {
	width: 49% \9;
}

.container .ie-width-zs {
	width: 48% \9;
	float: right \9;
}

.container .ie-width-ly {
	width: 33% \9;
	float: right \9;
}

.zhanshi {
	width: 1200px;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 1.4rem 0;
	margin: 28px 0 \9;
}

.zhanshi img {
	width: 12.2rem;
	height: 3.5rem;
	width: 244px \9;
	height: 70px \9;
}

.crumb {
	font-size: 0.8rem;
	color: #666;
	font-size: 16px \9;
	padding: 1rem 0;
	padding: 20px 0 \9;
}

.crumb a {
	color: #666;
}

.crumb span {
	color: #666;
	padding: 0 .5rem;
	padding: 0 10px \9;
	font-family: serif;
}

.news-tab-vertical {
	width: 20%;
	float: left;
	background: #fff;
	border: 1px solid #0487f9;
	background: #0487f9;
	color: #fff;
}

.tab-content-vertical {
	width: 77%;
	float: right;
}

.news-tab-vertical li a {
	display: block;
	padding: 1rem 0;
	text-align: center;
	font-size: 0.8rem;
	border-top: 1px solid #82c3fc;
	color: #fff;
	padding: 20px 0 \9;
	font-size: 16px \9;
}

.news-tab-vertical li.active a {
	color: #0487f9;
	background: #fff;
}

.news-tab-vertical .news-tab-total {
	background: #0487f9;
	width: 100%;
	padding: 1.1rem 0;
	padding: 22px 0 \9;
	text-align: center;
}

.news-tab-vertical .news-tab-total a {
	color: #fff;
	font-size: 1.5rem;
	border: 0;
	font-size: 30px \9;
}

.news-tab-vertical .news-tab-total em {
	font-size: .8rem;
	color: #fff;
	display: block;
	padding: .25rem 0 0;
	font-size: 16px \9;
	padding: 5px 0 0 \9;
}

.pages span {
	font-size: 0.8rem;
	color: #666;
	padding: 0 .5rem;
	font-size: 16px \9;
	padding: 0 10px \9;
}

.list-wrap {
	border: 1px solid rgb(240, 240, 240);
	padding: 1rem;
	margin-bottom: 1rem;
	padding: 20px \9;
	margin-bottom: 20px \9;
}

.list-tit {
	font-size: 0.8rem;
	font-size: 16px \9;
	color: #101010;
}

.list-tit a {
	font-size: 0.7rem;
	font-size: 14px \9;
	color: #333;
	float: right;
}

.list-wrap li {
	padding: 0 6rem 0 1rem;
	padding: 0 120px 0 20px \9;
	border-bottom: 1px dashed #f0f0f0;
	color: #666;
	line-height: 2.2rem;
}

.list-wrap .list li a {
	color: #666;
}

.list-wrap .list li .dot {
	top: 1rem;
	top: 20px \9;
}
