@charset "utf-8";

/* reset style */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
blockquote,
pre,
button,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
iframe,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
footer,
menu,
nav,
section,
summary,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0 none transparent;
	outline: none;
	font-size: inherit;
	font-family: inherit;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
	display: block;
}

html,
body {
	position: relative;
	width: 100%;
}


/*html, body { scroll-behavior:smooth; }*/

html.freeze,
html.freeze body {
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	/* user-select: none;
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased; */
	font: 12px/1.5 Microsoft YaHei UI, Microsoft YaHei, tahoma, arial, Hiragino Sans GB, SimSun, Segoe UI, Tahoma, Helvetica, Sans-Serif, sans-serif, \5b8b\4f53;
	color: #333;
	font-size: 15px;
	line-height: 1.6rem;
	word-break: break-all;
}

a {
	color: #333;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: '.';
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clearfix {
	*zoom: 1;
	display: block;
}

img,
li,
h2,
p,
h3 {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.hide {
	display: none;
}

/* transition */
.tran {
	transition: all 0.5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

/* box-sizing */
div,
.box,
li,
h2,
h3 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#bsWXBox {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.center {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.triangle {
	border-color: transparent transparent #fff #fff;
	border-style: solid;
	border-width: 8px;
	bottom: -8px;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	transform: rotate(135deg);
	transform-origin: center center;
	width: 0;
	margin-left: 48px;
}

.gray {
	opacity: 0.5;
	-webkit-filter: grayscale(1);
}

a,
button {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	text-decoration: none;
	outline: 0;
}

/* 单行限制 */
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}

/* 多行限制 */
.clamp2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.clamp3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.web {
	width: 1200px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}
.w1600 {
	width: 1600px;
	margin: 0 auto;
}
.w1440 {
	width: 1440px;
	margin: 0 auto;
}

.fl {
	float: left
}

.fr {
	float: right
}

.inlineB {
	font-size: 0;
}


/* forms */

html.firefox fieldset {
	display: table-cell !important;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	overflow: visible;
	background-color: transparent;
	cursor: pointer;
}


.search input::-webkit-input-placeholder {
	color: #b2b2b2;
	font-size: 12px;
}

.search input::-moz-placeholder {
	color: #b2b2b2;
	font-size: 12px;
}

.search input:-moz-placeholder {
	color: #b2b2b2;
	font-size: 12px;
}

.search input:-ms-input-placeholder {
	color: #b2b2b2;
	font-size: 12px;
}

/* ie6 ~ ie7 css */

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	text-decoration: none;
}

button:hover span {
	text-decoration: underline;
}

input {
	padding: 0;
	border: 0 none transparent;
	outline: 0;
}

input[type='submit'] {
	height: 28px;
	line-height: 24px;
}

input[type='radio'],
input[type='checkbox'] {
	width: 14px;
	height: 14px;
}

input[type='image'] {
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

input[disabled='disabled'] {
	background-color: #ebebeb;
	color: #959595;
}

select {
	height: 28px;
	line-height: 24px;
	padding: 1px 0 1px 3px;
	border: 1px solid #dedede;
	background-color: #fff;
}

select[disabled='disabled'] {
	background-color: #ebebeb;
	color: #959595;
}

textarea {
	min-height: 80px;
	padding: 1px 3px;
	border: 1px solid #dedede;
	line-height: 25px;
}


/* other */

iframe.pdf {
	width: 100%;
	height: 600px;
	margin-top: 30px;
	margin-bottom: 30px;
}

mark {
	background-color: transparent;
}

[data-style='list'] .target {
	display: none;
	color: #000;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	display: none;
}

img {
	border: 0 none transparent;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

img {
	max-width: 100%;
}
#dituContent img{
	max-width: inherit;
	transition: 0s;
}
#dituContent .BMap_Marker div{
	width: 19px !important;
	height: 24px !important;
}

b,
strong {
	font-weight: 600;
}

i,
em,
dfn,
cite,
address {
	font-style: normal;
}

small {
	font-size: 90%;
}

sup,
sub {
	position: relative;
	font-size: 0.9em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

del {
	text-decoration: line-through;
}

label {
	cursor: pointer;
}

ol,
ul,
li {
	list-style: none;
}

legend {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

caption {
	height: 1px;
	font-size: 0;
	line-height: 0;
}

@media only screen and (min-width: 1200px) {
	@-webkit-keyframes fadeInDown {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, -30px, 0);
			transform: translate3d(0, -30px, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInDown {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, -30px, 0);
			transform: translate3d(0, -30px, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@-webkit-keyframes fadeInUp {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 30px, 0);
			transform: translate3d(0, 30px, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInUp {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 30px, 0);
			transform: translate3d(0, 30px, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@-webkit-keyframes fadeInRight {
		from {
			opacity: 0;
			-webkit-transform: translate3d(3%, 0, 0);
			transform: translate3d(3%, 0, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInRight {
		from {
			opacity: 0;
			-webkit-transform: translate3d(3%, 0, 0);
			transform: translate3d(3%, 0, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@-webkit-keyframes fadeInLeft {
		from {
			opacity: 0;
			-webkit-transform: translate3d(-3%, 0, 0);
			transform: translate3d(-3%, 0, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInLeft {
		from {
			opacity: 0;
			-webkit-transform: translate3d(-3%, 0, 0);
			transform: translate3d(-3%, 0, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@-webkit-keyframes flipInX {
		0% {
			-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
			transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
			-webkit-transition-timing-function: ease-in;
			transition-timing-function: ease-in;
			opacity: 0
		}

		40% {
			-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
			transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
			-webkit-transition-timing-function: ease-in;
			transition-timing-function: ease-in
		}

		60% {
			-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
			transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
			opacity: 1
		}

		80% {
			-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
			transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
		}

		100% {
			-webkit-transform: perspective(400px);
			transform: perspective(400px)
		}
	}

	@keyframes flipInX {
		0% {
			-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
			transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
			-webkit-transition-timing-function: ease-in;
			transition-timing-function: ease-in;
			opacity: 0
		}

		40% {
			-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
			transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
			-webkit-transition-timing-function: ease-in;
			transition-timing-function: ease-in
		}

		60% {
			-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
			transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
			opacity: 1
		}

		80% {
			-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
			transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
		}

		100% {
			-webkit-transform: perspective(400px);
			transform: perspective(400px)
		}
	}

	@-webkit-keyframes z {
		from {
			-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
			-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
			-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
			transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		}

		to {
			-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
			-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
			-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
			transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		}
	}

	@keyframes z {
		from {
			-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
			-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
			-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
			transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		}

		to {
			-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
			-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
			-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
			transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		}
	}

	.flipInX {
		visibility: visible !important;
		visibility: visible !important;
		-webkit-animation-name: flipInX;
		animation-name: flipInX;
	}

	.animated {
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	@keyframes fadeInUp2 {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}
}


.fadeInUp2 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* 站群表格样式 */
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:100%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }

/* ie8提示 */
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(/img/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(/img/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(/img/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(/img/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}

.header{
	animation: 0.8s ease 0.2s 1 normal backwards running fadeInDown;
}
.header .logo{
	width: 58%;
	height: 110px;
	position: relative;
} 
.header .logo img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.header-right{
	margin-top: 35px;
	/* width: 22%; */
}
.header-right .ul1 li{
	position: relative;
	display: inline-block;
	line-height: 34px;
	width: 84px;
	height: 34px;
	text-align: left;
	margin-right: 12px;
	text-indent: 43px;
}
.header-right .ul1 li a{
	font-size: 14px;
	color: #808080;
	display: block;
}
.header-right .ul1{
	text-align: right;
	font-size: 0;
display: none;}
.header-right .ul1 li:last-child::after{
	display: none;
}
.header-right .ul1 li:first-child{
	background:url(/img/icon1.png) no-repeat center left 15px;
}
.header-right .ul1 li:nth-child(2){
	background:url(/img/icon2.png) no-repeat center left 15px;
}
.header-right .ul1 li:last-child{
	background:url(/img/icon3.png) no-repeat center left 15px;
}
.header-right .ul1 li:first-child:hover{
	background: #e1eeff url(../img/icon1red.png) no-repeat center left 15px;
}
.header-right .ul1 li:nth-child(2):hover{
	background: #e1eeff url(../img/icon2red.png) no-repeat center left 15px;
}
.header-right .ul1 li:last-child:hover{
	background: #e1eeff url(../img/icon3red.png) no-repeat center left 15px;
}
.header-right .ul1 li:hover a{
	color: #e71f19;
}
.search-bt{
	color: #0052ba;
	font-size: 14px;
	text-indent: 40px;
	background: url(/img/search.png) no-repeat center left;
	margin-top:5px;
	cursor: pointer;
	height: 27px;
}
.nav{
	width: 100%;
	transition: all 0.5s;
	animation: 0.8s ease 0.4s 1 normal backwards running fadeInUp;
	background:#0052ba;
}
.nav ul>li{
	float: left;
	line-height: 68px;
	width: 9.09%;
	text-align: center;
	position: relative;
}
.nav ul>li>a{
	font-size: 18px;
	color: #fff;
	display: block;
}
.nav ul>li::after{
	position: absolute;
	width: 0;
	height: 2px;
	background: #ffcc00;
	display: block;
	content:"";
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.5s;
}
.nav ul>li.active::after,.nav ul>li:hover::after{
	width: 100%;
}

.nav li ol{
	position: absolute;
	width: 136%;
	left: -18%;
	z-index: 99;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.07);
	text-align: center;
	display: none;
	padding: 5px 0;
	background: #0ea1c5;
}
.nav li ol li{
	width: 100%;
}
.nav li ol a{
	color: #fff;
	line-height: 24px;
}
.nav li ol li{
	line-height: 39px;
}
.nav li ol li:hover a{
	color: #ffce4e;
}

.footer{
	padding: 22px 0 0;
	opacity: 0;
	visibility: hidden;
	background: #0052ba;
}
.footer.animation{
	opacity:1;
	visibility:visible;
	animation: 0.8s ease 0.3s 1 normal backwards running fadeInDown;
}
.links{
	border-bottom: 1px solid #206ac8;
	padding: 45px 0 38px;
}
.link li,.link h2{
	float: left;
}
.link h2{
	font-size: 17px;
	color: #fff;
	font-weight: normal;
}
.link h2 img{
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.link li a{
	color: #dfe8f4;
	font-size: 14px;
}
.link li{
	padding: 0 20px;
	position: relative;
}
.link li:hover a{
	color:#FFC107;
}
.link li::after{
	width: 2px;
	height: 12px;
	background: #fff;
	position: absolute;
	content: "";
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.link li:last-child::after{
	display: none;
}
.link{
	float: left;
}
.zt{
	float: right;
	position: relative;
}
.zt .title{
	width: 230px;
	height: 33px;
	line-height: 33px;
	background: #095ac1;
	border: 1px solid #2770cd;
	font-size: 14px;
	color: #bdd4f0;
	font-weight: normal;
	position: relative;
	text-indent: 20px;
	cursor: pointer;
}
.zt .title::after{
	width: 13px;
	height: 7px;
	background: url(/img/jt.png) no-repeat center center;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	margin: auto;;
}
.zt ul{
	position: absolute;
	bottom: 33px;
	background: #2770cd;
	width: 100%;
	padding: 10px 0;
	display: none;
}
.zt ul li{
	text-indent:20px;
	line-height: 30px;
}
.zt ul li a{
	font-size:14px;
	color:#fff;
	display: block;
}
.zt ul li:hover a{
	color:#f6b70a
}
.copyright p,.copyright a{
	font-size: 14px;
	color: #bdd4f0;
	line-height: 40px;
}
.copyright{
	padding: 18px 0 20px;
	text-align: center;
}
.copyright p img,.copyright div img{
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.copyright p,.copyright div{
	display: inline-block;
	margin-right: 30px;
	position: relative;
}
.copyright div{
	margin:0;
}
.search{
	width: 38px;
	height: 38px;
	position: absolute;
	top: 17px;
	right: 11%;
	z-index: 99;
	background: url("/img/icon1_06.png") no-repeat center center;
}
.search.active{
	opacity:0;
}

.search-box{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	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: 99999999999;
	opacity: 0;
}
.search-box.active{
	opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.search-box .serBox{
	position: relative;
	background: #fff;
	width: 45%;
	margin: 0 auto;
	top: 50%;
	margin-top: -58px;
	background: #FFF;
	text-align: center;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
	-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;
}
.search-box .search_wrap {
    border: 1px solid #1850a5;
    position: relative;
    padding-left: 20px;
    width: 100%;
}
.search-box .text {
    width: 100%;
    padding: 0;
    color: #000;
    background: none;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 48px;
    height: 48px !important;
    padding-right: 110px;
}
.search-box .btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: -1px;
    top: 0;
    border: none;
    overflow: hidden;
    color: #fff;
    background: #0052ba;
    font-size: 16px;
    width: 100px;
    height: 48px;
}
.search-box.active .serBox{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.search-box .close {position: absolute;right: 30px;top: 30px;width: 42px;height: 42px;text-align: center;line-height: 50px;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.search-box .close:before,.search-box .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #0b83ff;transition:1s;transform: rotate(45deg);top: 24px;}
.search-box .close:before{transform: rotate(-45deg);}
.search-box .close:hover{transform: rotate(90deg);}

.copyright div .ewm{
	background: url(/img/ewmbg.png) no-repeat center center;
	position: absolute;
	width: 108px;
	top: -140px;
	left: -8px;
	height: 115px;
	padding: 10px 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.copyright div .ewm img{
	width:96px;
	height:93px;
	margin: auto;
	top: 0;
}
.copyright .gzh:hover .ewm{
	opacity: 1;
	visibility: visible;
	top: -120px;
}