@charset "utf-8";
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: /*-apple-system, BlinkMacSystemFont, "PingFang SC",*/
	"Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0;
	position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-weight: normal;
}

ol,
ul {
	list-style: none
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	color: #444;
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none
}

a:hover {
	color: #1064b3
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	max-height: 100%
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 1px;
	background: #ddd;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

:focus {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible;
	border: none
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal;
	-webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}

@media print {
	*,
	:after,
	:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}

::-webkit-input-placeholder {
	color: 999;
	opacity: .54
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}


/*::selection{background:#0662d4;color:#fff}
::-moz-selection{background:#0662d4;color:#fff}
::-webkit-selection{background:#0662d4;color:#fff}
*/

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: "."
}

.l {
	float: left
}

.r {
	float: right
}

.fl {
	float: left!important
}

.fr {
	float: right!important
}

.bor {
	border: 1px dashed #999
}

.poab {
	position: absolute
}

.pore {
	position: relative;
}

.pore img {
	width: 100%;
}

.texto {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.imgInline {
	display: inline-block!important;
	vertical-align: middle
}

.imgMargin {
	margin: 0 auto
}

.imgW100 {
	width: 100%
}

.text-r {
	text-align: right
}

.text-m {
	text-align: center
}

.text-bold {
	font-weight: 700;
}

.text-light {
	font-weight: 100;
}

.text-up {
	text-transform: uppercase;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.trans {
	transition: all .5s
}

.trans-mask {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 230px;
	cursor: pointer;
	position: relative;
}

.trans-mask p {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 8px 10px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	text-align: center;
	font-size: 18px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trans-mask img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.trans-mask:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.tops {
	display: flex;
	justify-content: space-between;
}

.wp {
	width: 1200px;
	margin: 0 auto;
	max-width: 1200px
}

.greybg {
	background: #f2f2f2
}

.textup {
	text-transform: uppercase
}

.co-main {
	color: #0662d4
}

.co-fff {
	color: #fff!important
}

.fixdbody {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.m-show {
	display: none
}

.filter-page {
	filter: blur(5px);
}

.trans-line:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 100%;
	margin-top: 0px;
	margin-left: -120px;
	overflow: hidden;
	z-index: 6;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}

.trans-line:hover:before {
	-webkit-animation: aniBlink .6s ease-out forwards;
	-moz-animation: aniBlink .6s ease-out forwards;
	-o-animation: aniBlink .6s ease-out forwards;
	animation: aniBlink .6s ease-out forwards
}

@keyframes aniBlink {
	from {
		margin-left: -50%
	}
	to {
		margin-left: 120%
	}
}

@-webkit-keyframes aniBlink {
	from {
		margin-left: -50%
	}
	to {
		margin-left: 120%
	}
}

body {
	padding-top: 126px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 126px;
	background: #bbb5b5;
	padding-top: 18px
}

.lan a {
	color: #fff;
	font-size: 14px;
	opacity: .8;
}

.lan span {
	display: inline-block;
	margin: 0 15px;
	color: #fff;
	;
	font-size: 14px;
	opacity: .8;
	font-weight: 100
}

.topSer input {
	width: 165px;
	height: 25px;
	border: 1px solid #fff;
	background: #cde0f6;
	font-size: 12px;
	padding: 0 5px;
	border-radius: 3px 0 0 3px;
	border-right: 0;
	line-height: 25px
}

.topSer button {
	width: 30px;
	height: 25px;
	border: 1px solid #0586ff;
	background: #0586ff;
	border-radius: 0 3px 3px 0;
	line-height: 25px;
}

.mian-nav-m {
	display: none;
	float: right;
}

.mian-nav-h {
	width: 100%
}

.logo {
	/*position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	text-align: center;*/
}

.logo img {
	width: 190px;
	height: 41px;
	display: inline-block;
}

.mian-nav ul {
	margin-top: 20px;
	width: 100%;
}

.mian-nav ul li {
	position: relative;
	font-size: 16px;
	transition: .3s
}

.mian-nav ul li a {
	color: #fff
}

.mian-nav ul li:nth-child(5) {
	/*margin-left: 25%*/
}

.mian-nav ul li:before {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #1384ee;
	content: "";
	transition: width .5s
}

.mian-nav ul li:after {
	position: absolute;
	bottom: -15px;
	right: 50%;
	width: 0;
	height: 2px;
	background: #1384ee;
	content: "";
	transition: width .5s
}

.mian-nav ul li:hover:before {
	width: 50%
}

.mian-nav ul li:hover:after {
	width: 50%
}

.sub-nav {
	position: absolute;
	top: 100%;
	right: -30px;
	left: -30px;
	z-index: 99;
	padding-top: 34px;
	display: none
}

.sub-nav .sub-nav-h {
	text-align: center;
	background: #0e6de2;
}

.sub-nav .sub-nav-h a {
	display: block;
	font-size: 14px;
	line-height: 50px
}

.sub-nav .sub-nav-h a:hover {
	background: #287fec
}

.mian-nav ul li:hover .sub-nav {
	display: block
}

.nav-parent {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.head-menu-btn {
	z-index: 999;
	overflow: hidden;
	margin-left: 20px;
	width: 40px;
	height: 40px;
	background: 0 0;
	text-indent: -5260px;
	opacity: 1;
	transform: translateX(0);
	position: relative;
	z-index: 999
}

.head-menu-btn .line-1,
.head-menu-btn .line-2,
.head-menu-btn .line-3 {
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	margin-right: -25px;
	width: 40px;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}

.head-menu-btn .line-1 {
	margin-top: -12px;
	width: 36px
}

.head-menu-btn .line-3 {
	margin-top: 12px;
	width: 36px
}

.drawerMenu-open .head-menu-btn .line-1 {
	visibility: hidden
}

.drawerMenu-open .head-menu-btn .line-2 {
	margin-top: 0!important;
	width: 100%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .head-menu-btn .line-3 {
	margin-top: 0!important;
	width: 100%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.scrolling .header {
	height: 90px;
	padding-top: 10px
}

.scrolling .logo img {
	height: 115px
}

.scrolling .mian-nav ul {
	margin-top: 15px
}

.scrolling .sub-nav {
	padding-top: 19px
}

body.scrolling {
	padding-top: 90px
}

.main-banner {
	height: 480px;
}

.main-banner img {
	height: 480px;
}

.in-banner .swiper-slide {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.in-banner p {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 8;
	padding:15px 10px;
	box-sizing: border-box;
	padding-right: 20%;
	color: #fff;
}

.in-banner .wp {
	position: relative;
	height: 100%;
	overflow: hidden
}

.in-banner .tit {
	color: #fff;
	font-size: 24px;
	max-width: 80%;
	z-index: 8
}

.in-banner .tit a {
	color: #fff
}

.in-banner .swiper-pagination-bullets {
	bottom: 10px;
	left: inherit;
	text-align: right;
	right: 0;
	width: auto;
	width: 20%;
}

.in-banner .swiper-pagination-bullet {
	margin: 0 10px!important
}

.in-banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}

.in-banner .swiper-pagination-bullet-active {
	background: #0662d4
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none
}

.ctit {
	position: relative;
	margin-bottom: 30px;
	align-items: center;
}

.ctit:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100px;
	z-index: 5;
	background: #edf2fa;
	content: ""
}

.ctit h4 {
	position: relative;
	z-index: 10;
	display: inline-block;
	margin-left: 40px;
	padding: 10px;
	box-sizing: border-box;
	background: #1f5fc5;
	color: #fff;
	font-size: 28px
}

.ctit h4 i.titl {
	left: -39px;
	background: url(../img/ctl.png) no-repeat 0
}

.ctit h4 i.titl,
.ctit h4 i.titr {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 40px
}

.ctit h4 i.titr {
	right: -39px;
	/*background: url(../images/ctr.png) no-repeat 0*/
}

.ctit h4 span {
	position: relative;
	font-style: italic;
	font-size: 19px;
	opacity: .8
}

.ctit a {
	position: absolute;
	z-index: 10;
	text-transform: uppercase;
	font-size: 16px;
	right: 0;
	margin-right: 20px;
}

.sec7 {
	margin-bottom: 50px
}

.ztlist0 {
	width: 66%
}

.ztlist0 li:nth-of-type(1) a {
	height: 455px;
}

.ztlist0 li {
	width: 48.5%
}

.ztlist0 li:first-child {
	margin-bottom: 20px;
	width: 100%
}

.ztlist0 li img {
	width: 100%
}

.ztlist0 li p {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 8px 10px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	text-align: center;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ztlist1 {
	width: 32%
}

.ztlist1 li.sp {
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	background: #1f5bdf;
	text-align: center
}

.ztlist1 li p {
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
}

.ztlist1 li.sp a {
	color: #fff
}

.ztlist1 li.sp .link a {
	display: inline-block;
	margin-bottom: 15px;
	padding: 6px 10px;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ztlist1 li,
.ztlist1 li img {
	width: 100%
}

.ztlist1 li:first-child,
.ztlist1 li:nth-child(2) {
	margin-bottom: 20px
}

.ztlist2 li {
	margin-bottom: 15px;
	width: 32.5%
}

.ztlist2 li img {
	width: 100%
}

.ztlist2 li p {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 8px 10px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	text-align: center;
	font-size: 16px
}

.padd_top {
	/*padding-top: 30px;*/
}

.sec6 {
	/*padding: 30px 0;*/
	/*background: url(../images/bg2.jpg) no-repeat 50%;*/
	/*background-size: cover*/
}

.sec6 .list {
	width: 48%
}

.sec6 ul {
	padding: 20px;
	background: #fcfdfd
}

.sec6 ul li {
	position: relative;
	padding-right: 100px;
	padding-left: 15px;
	height: 55px;
	border-top: 1px solid #ddd;
	line-height: 55px
}

.sec6 ul li:first-child {
	border-top: 0
}

.sec6 ul li:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1f5fc5;
	content: "";
	transform: translateY(-50%)
}

.sec6 ul li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #888;
	font-size: 15px
}

.sec5 .ctit {
	margin-bottom: 0
}

.sec5 {
	/*padding: 30px 0;*/
	/*background: url(../images/bg1.jpg) no-repeat 50%;*/
	/*background-size: cover*/
}

.tzlist {
	padding: 30px 0;
	background: #fff
}

.tzlist .swiper-slide {
	/*background-image: url(../images/logoline.png);*/
	background-position: 0;
	background-repeat: no-repeat;
	background-color: rgb(249, 96, 135);
}

.tzlist .swiper-slide:nth-child(2n) {
	background-color: rgb(53, 124, 237);
}

.tzlist .swiper-slide:nth-child(3n) {
	background-color: rgb(249, 152, 88);
}

.tzlist .swiper-slide:nth-child(4n) {
	background-color: rgb(168, 88, 249);
}

.tzlist .swiper-slide:nth-child(5n) {
	background-color: rgb(53, 124, 237);
}

.tzlist .swiper-slide .item {
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
	height: 170px;
}

.tzlist .swiper-slide .item time {
	padding-bottom: 20px;
	font-size: 36px
}

.tzlist .swiper-slide .item h4 a {
	color: #fff;
	line-height: 25px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.auto-width {
	padding-bottom: 40px
}

.auto-width>.swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
	margin: 0 60px !important;
	width: 10px;
	height: 10px;
	background: #a0a0a0;
	opacity: 1
}

.auto-width .swiper-pagination-bullet:before {
	left: 15px
}

.auto-width .swiper-pagination-bullet:before,
.auto-width .swiper-pagination-bullet:first-child:after {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 110px;
	height: 1px;
	background: #a0a0a0;
	content: "";
	transition: .3s linear
}

.auto-width .swiper-pagination-bullet:first-child:after {
	right: 15px
}

.auto-width .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0055a6
}

.sec4 {
	margin-top: 50px;
	margin-bottom: 50px
}

.txtnews {
	margin-top: -20px;
	width: 36.5%
}

.txtnews ul li {
	position: relative;
	padding-right: 100px;
	height: 57px;
	border-top: 1px solid #ddd;
	line-height: 57px
}

.txtnews ul li:first-child {
	padding-top: 0;
	border-top: 0
}

.txtnews ul li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #888
}

.picnews {
	width: 60%
}

.picnews li {
	margin-bottom: 20px;
	width: 48%
}

.picnews li img {
	width: 100%;
	height: 230px;
}

.picnews li h4 {
	margin: 10px 0;
	color: #777
}

.picnews li time {
	color: #777;
	font-size: 14px;
}

.hidden_search .text {
	width: 100%;
	height: 40px;
	padding: 0;
	font-size: 16px;
	color: #444;
	background: none;
	border: none;
	font-family: "Microsoft Yahei";
}

.hidden_search .btn {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 50px;
	border: none;
	background-size: cover;
	border-radius: 50%;
	overflow: hidden;
	background: transparent;
	font-size: 24px;
	color: #0662d4;
}

.hidden_search .search_wrap {
	border: 1px solid #e4eaec;
	border-radius: 20px;
	position: relative;
	padding-right: 45px;
	padding-left: 20px;
	width: 95%
}

.hidden_search .close_btn {
	position: absolute;
	right: 20px;
	top: 32%;
	width: 35px;
	height: 35px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 26px
}

.hidden_search .close_btn:hover {
	color: #0662d4;
}

.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
	opacity: 0;
}

.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
	position: relative;
	padding: 30px 40px 30px 30px;
	background: #fff;
	width: 60%;
	margin: 0 auto;
	top: 50%;
	margin-top: -58px;
	background: #FFF;
	border-radius: .4rem .4rem .4rem .4rem;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.cd-popup0,
.cd-popup1,
.cd-popup2,
.cd-popup3 {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
}

.cd-popup0.is-visible,
.cd-popup1.is-visible,
.cd-popup2.is-visible,
.cd-popup3.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container0,
.cd-popup-container1,
.cd-popup-container2,
.cd-popup-container3 {
	position: relative;
	padding: 40px;
	background: #fff;
	width: 60%;
	margin: 0 auto;
	top: 20%;
	background: #FFF;
	border-radius: .4rem .4rem .4rem .4rem;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.cd-popup-container1 {
	top: 10%;
}

.is-visible .cd-popup-container0,
.is-visible .cd-popup-container1,
.is-visible .cd-popup-container2,
.is-visible .cd-popup-container3 {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.sear_p {
	float: left;
	margin: 20px 0 0 5%;
	width: 90%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

.sear_txt {
	float: left;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border: none;
	width: calc(100% - 35px);
	background: none;
	color: #666;
	text-indent: 5px;
}

.gban {
	position: absolute;
	right: 30px;
	top: 30px;
}

.detail {
	background: url(../img/news_bg.png) no-repeat top;
	padding-bottom: 40px;
	background-color: #ffffff;
}

.title_xq {
	margin:20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.detail_top {
	width: 100%;
}

.title_xq h2 {
	font-size: 32px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
	text-align: center;
	padding-top: 20px;
}

.userCreateTime {
	padding: 20px 0 10px 0;
	font-size: 14px;
}

.userCreateTime span {
	display: inline-block;
	color: #333;
	padding-left: 20px;
}

.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}

.content_tex img {
	display: block;
	margin: 10px auto;
}


/*footer*/

.footbgs {
	border-top: 1px solid #0662d4;
	padding: 20px 0;
	background: #0662d4;
	width: 100%;
	margin-top: 20px;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff !important;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(../img/top.png) no-repeat center center #fff;
	/*transform: rotate(270deg);*/
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #0662d4;
	background-size: 60%;
	border-radius: 10px;
	/*	opacity: 0.7;*/
}

.goTop:hover {
	/*opacity: 1;*/
}

.beian {
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	margin: 20px 0;
	width: 100%;
	background: #fff;
	line-height: 35px;
	box-sizing: border-box;
}

.pages a {
	background: #fff;
	padding: 0 15px;
	height: 35px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	border: 1px solid #ddd;
	margin: 0 3px;
}

.pages a:first-child {
	border-radius: 5px 0 0 5px;
}

.pages a:last-child {
	border-radius: 0 5px 5px 0;
}

.pages span {
	background: #0662d4;
	border: 1px solid #0662d4;
	padding: 0 15px;
	height: 35px;
	color: #fff;
	display: inline-block;
}

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 20px auto;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.post-navigation {
	overflow: hidden;
	padding: 20px 0;
	background: #fff;
	box-sizing: border-box;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 45%;
	color: #999;
	font-size: 15px;
}

.post-previous {
	float: left;
	padding-left: 35px;
	text-align: left;
}

.post-next {
	float: right;
	padding-right: 35px;
	text-align: right;
}

.post-navigation div span {
	color: #0662d4;
	font-size: 90%;
}

.post-navigation div:hover a {
	color: #0662d4;
}

.post-navigation div a {
	color: #333;
	display: inline-block;
	margin-top: 5px;
	line-height: 20px;
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #888;
	font-size: 45px;
	line-height: 22px;
	/*opacity: 0.5;*/
}

.label {
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.label a {
	font-size: 14px;
	color: #fff;
	margin: 0 5px;
}

.fanpian {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.fanpian p {
	width: 50%;
	float: left;
	font-size: 15px;
	overflow: hidden;
}

.fanpian p:hover a {
	color: #cf0900;
}


/*=================*/

.side-mod {
	padding-bottom: 20px;
}

.side-hd {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: rgb(0, 0, 0);
}

.side-mod .imgBox a {
	color: rgb(255, 255, 255);
	display: block;
	position: relative;
}

.side-mod .imgBox img {
	display: block;
	width: 100%;
	height: 165px;
}

.side-mod .imgBox p {
	width: 100%;
	height: 48px;
	line-height: 52px;
	color: rgb(255, 255, 255);
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: linear-gradient(transparent, rgb(0, 0, 0));
	text-align: center;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}

.side-mod .defList {
	margin: 10px 0px;
}

.side-mod .defList li {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}