@charset "utf-8";

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: 0px;
	padding: 0px;
	border: 0px none transparent;
	outline: none;
	font-size: inherit;
	font-family: inherit;
}

article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress {
	display: block;
}

html,
body {
	
	width: 100%;
}

html.freeze,
html.freeze body {
	overflow: hidden;
}

body {
	font: 15px / 1.6rem "Microsoft YaHei UI", "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif, sans-serif, 宋体;
	color: rgb(51, 51, 51);
	word-break: break-all;
}

a {
	color: #000;
}

.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

.clearfix {
	display: block;
}

img,
li,
h2,
p,
h3 {
	transition: all 0.5s ease 0s;
}

.hide {
	display: none;
}

.tran {
	transition: all 0.5s ease 0s;
}

div,
.box,
li,
h2,
h3 {
	box-sizing: border-box;
}

#bsWXBox {
	box-sizing: content-box;
}

.center {
	position: absolute;
	inset: 0px;
	margin: auto;
}

.triangle {
	border-color: transparent transparent rgb(255, 255, 255) rgb(255, 255, 255);
	border-style: solid;
	border-width: 8px;
	bottom: -8px;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0px;
	position: relative;
	transform: rotate(135deg);
	transform-origin: center center;
	width: 0px;
	margin-left: 48px;
}

.gray {
	opacity: 0.5;
	filter: grayscale(1);
}

a,
button {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: 0px;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.clamp2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.clamp3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	/* white-space: pre-wrap; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.web {
	width: 1200px;
	margin: 0px auto;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
}

.w1300 {
	width: 1300px;
	margin: 0px auto;
}

.w1400 {
	width: 1400px;
	margin: 0px auto;
}

.w1600 {
	width: 1600px;
	margin: 0px auto;
	position: relative;
}

.w1700 {
	width: 1700px;
	margin: 0px auto;
}

.w1440 {
	width: 1440px;
	margin: 0px auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.inlineB {
	font-size: 0px;
}

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-box input::-webkit-input-placeholder {
	color: #848484;
	font-size: 18px;
}

.search-box input::-moz-placeholder {
	color: #848484;
	font-size: 18px;
}

.search-box input:-ms-input-placeholder {
	color: #848484;
	font-size: 18px;
}
.search{position: absolute;right:0;top:0;width:110px;height: 118px;background: #f4b200;text-align: center;cursor: pointer;}
.search p{color: #fff;margin-top: 5px;}
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: 0px;
	border: 0px none transparent;
	outline: 0px;
}

input[type="submit"] {
	height: 28px;
	line-height: 24px;
}

input[type="radio"],
input[type="checkbox"] {
	width: 14px;
	height: 14px;
}

input[type="image"] {
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input[disabled="disabled"] {
	background-color: rgb(235, 235, 235);
	color: rgb(149, 149, 149);
}

select {
	height: 28px;
	line-height: 24px;
	padding: 1px 0px 1px 3px;
	border: 1px solid rgb(222, 222, 222);
	background-color: rgb(255, 255, 255);
}

select[disabled="disabled"] {
	background-color: rgb(235, 235, 235);
	color: rgb(149, 149, 149);
}

textarea {
	min-height: 80px;
	padding: 1px 3px;
	border: 1px solid rgb(222, 222, 222);
	line-height: 25px;
}

iframe.pdf {
	width: 100%;
	height: 600px;
	margin-top: 30px;
	margin-bottom: 30px;
}

mark {
	background-color: transparent;
}

[data-style="list"] .target {
	display: none;
	color: rgb(0, 0, 0);
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px 0px 0px;
	border-right-style: initial;
	border-bottom-style: initial;
	border-left-style: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-image: initial;
	border-top-style: solid;
	border-top-color: rgb(238, 238, 238);
	display: none;
}

img {
	border: 0px none transparent;
	vertical-align: middle;
}

img {
	max-width: 100%;
}

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: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0;
}

caption {
	height: 1px;
	font-size: 0px;
	line-height: 0;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0px, -30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0px, -30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0px, 30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0px, 30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

@-webkit-keyframes z {
	0% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}

	100% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

@keyframes z {
	0% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}

	100% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

.flipInX {
	animation-name: flipInX;
	visibility: visible !important;
}

.animated {
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0px, 120px, 0px);
	}

	100% {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp;
}

#vsb_content table {
	border-width: 1px 0px 0px 1px;
	border-right-style: initial;
	border-bottom-style: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-image: initial;
	border-left-style: solid;
	border-left-color: rgb(221, 221, 221);
	border-top-style: solid;
	border-top-color: rgb(221, 221, 221);
	width: 100%;
	margin: 20px auto;
}

#vsb_content table tr td {
	border-width: 0px 1px 1px 0px;
	border-left-style: initial;
	border-left-color: initial;
	border-top-style: initial;
	border-top-color: initial;
	line-height: 23px;
	padding: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
}

#vsb_content table tr td p {
	text-indent: 0em;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#browser-modal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: rgb(48, 50, 51);
	position: fixed;
	z-index: 9999;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: 0.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: rgb(255, 255, 255);
	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: 0px auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url("../images/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../images/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("../images/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../images/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0px 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;
}
.gay{color:#b6b6b6;}
.container{max-width: 1450px;margin:auto;}
.line-2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line-3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line-7{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;}
.line-4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
/* 头部 */
.header {
    position: fixed;
    width: 100%;
    z-index: 99;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInDown;
    transition: all 0.5s;
    /* background: linear-gradient(rgba(14, 93, 170, 0.8), rgba(14, 93, 170, 0.1)); */
}
.header .container {
    max-width: 1450px;
    height: 158px;
    margin: auto;
    position: relative;
}
#header1 {
    height: 140px;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}

.logo {
    width: 366px;
    position: relative;
    height: 100%;
}

.logo img {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    /* background: linear-gradient(rgba(14,93,170,0.5)); */
}

.head_fr {
    width: calc(100% - 408px);
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 62px;
}

.head_fr .top_link a {
    color: #fff;
    font-size: 16px;
}

.head_fr .top_link a:first-child {
    position: relative;
}

.head_fr .top_link a:first-child:after {
    content: '';
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 10px;
    background-color: #fff;
}

.head_fr .top_l {
    width: 40%;
    float: right;
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
}

.head_fr .search {
    width: 53%;
    height: 32px;
    position: relative;
    background: #fff;
    border-radius: 27px;
    line-height: 32px;
}

.head_fr .search .text {
    width: 82%;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    font-size: 13px;
    text-indent: 20px;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input::-moz-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder {
    color: #ffffff;
}

.head_fr .search .submit {
    width: 18%;
    height: 26px;
    position: absolute;
    right: -5px;
    top: 2px;
    background: transparent;
    background: url(../images/search_03.png) left 6px no-repeat;
    cursor: pointer;
}

.header::after {
    position: absolute;
    display: block;
    width: 100%;
    content: "";
    top: 100%;
    left: 0px;
    height: 1px;
    z-index: 0;
    background: rgba(255, 255, 255, 0.3);
}

.header::before {
    position: absolute;
    display: block;
    width: 100%;
    background: url(../images/head_bj_01.png) top center;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 0;
}

.search_an {
    display: none;
}

/* 导航 */
header .menu .ul2 {
    display: none;
}

.header .menu .ul2 {
    display: none;
}

.header .menu ul>li {
    float: left;
    position: relative;
    line-height: 28px;
    /* width: 25%; */
    padding: 0 13px;
    text-align: center;
    padding-bottom: 12px;
}

.header .menu ul>li>a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    display: block;
    font-weight: bold;
}
.menu {
    /* width: calc(100% - 224px); */
    float: right;
    padding-right: 250px;
    clear: both;

}

.menu ul>li::before {
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    width: 0px;
    height: 5px;
    /* background: #089891; */
    content: "";
    transition: all 0.5s ease 0s;
    opacity: 0;
    border-radius: 5px;
    margin: auto;
}

.menu ul>li:hover>a,
.menu ul>li.active>a {
    /* color: #089891; */
    font-weight: 600;
}

.menu ul>li:hover::before,
.menu ul>li.active::before {
    width: 50%;
    opacity: 1;
}

.menu ol {
    display: none;
    position: absolute;
    width: 144%;
    text-align: center;
    top: 45px;
    left: -28px;
    background: rgba(0, 0, 0, 0.7);
}

.menu ol li {
    width: 100%;
    line-height: 40px;
    height: 40px;
}

.menu ol li:hover {
    background: rgb(25, 87, 129);
}

.menu ol li a {
    font-size: 15px;
    color: #fff;
    display: block;
}

/* .navshow {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
} */

/* .header.fixed-nav::before {
    background: rgba(25, 87, 129, 0.9);
} */
.header .input {
    position: absolute;
    right: 0px;
    top: 62px;
}

.searchButtom {
    width: 224px;
    height: 28px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 15px;

}

.searchButtom .item1 {
    width: calc(100% - 35px);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 30px;
    height: 100%;
    color: #ffffff;

}

.searchButtom .item2 {
    background-image: url(../images/search_03.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    width: 16px;
    right: 10px;
    top: 50%;
    transform: translateY(-29%);
    position: absolute;
    cursor: pointer;
}
/* 响应式样式*********************************************************************************************** */

.minimenu {
    display: none;
}

.search_btn {
    height: 20px;
    display: none;
}

.nav {
    display: none;
}

.search_an {
    display: none;
}

.search {
    display: none;
}
/* 底部 */

.footer {
    background: url(../images/wbbj_02.jpg) 0px 0px no-repeat #175d84;
    background-size: 100% auto;
    position: relative;
    color: #ffffff;
   width:100%;
  overflow: hidden;
}

.footer .item1 {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 50px;
}

.footer .item2 {
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 20px;
    box-sizing: border-box;
    color: #ffffff;
    height: 60px;
    position: relative;
}

.footer .item2 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 20px;
}
.footer .item2 .text a{color:#fff;}
.footer .left {
    width: 65%;
    box-sizing: border-box;
    border-right: 1px solid #47799a;
}

.footer .left .wlogo {
    width: 516px;
    margin-bottom: 22px;
}

.footer .left .row {
    padding-top: 35px;
    border-top: 1px solid #47799a;
}
.footer .left .row span{font-size:16px;font-weight:bold;}
.footer .left .row a{color:#fff;display:inline-block;margin-right:10px;}
.footer .left .row .item {
    margin-bottom: 15px;
    float: left;
    padding-left: 33px;
    margin-right: 65px;
    line-height: 26px;
}

.footer .left .row .icon1 {
    background: url(../image/dizhi2.png) 0px 0px no-repeat;
}

.footer .left .row .icon2 {
    background: url(../image/dianhua.png) 0px 0px no-repeat;
}

.footer .left .row .icon3 {
    background: url(../image/index05.png) 0px 3px no-repeat;
    margin-right: 0px;
}

.footer .right .item {
    display: inline-block;
    margin-left: 10px;
}

.footer .name {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.iframeHeader {
    width: 100%;
}
.logo-sj{display: none;}
.ny_head{position: relative;height: 158px;}
.ny_con .header::before{display: none;}
.ny_con .header .menu ul>li>a{color: #333;}
.ny_con .searchButtom{background: #b9cfdc;}
.nav ul>li:hover>a,
.nav ul>li.active>a {
	color: #fff700;
}
.ul1>li::before {
	position: absolute;
	bottom: -3px;
	left: 0px;
	right: 0px;
	width: 0px;
	height: 5px;
	background: #be243e;
	content: "";
	transition: all 0.5s ease 0s;
	opacity: 0;
	border-radius: 5px;
	margin: auto;
}

.ul1>li:hover::before,
.ul1>li.active::before {
	width: 50%;
	opacity: 1;
}
.logo a img:first-child {
	display: inline-block;
}

.logo a img:nth-child(2) {
	display: none;
}

.header.on {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 100;
}

.header.on .ul1 a {
	color: #111;
}


.header.on .logo a img:first-child {
	display: none;
}

.header.on .logo a img:nth-child(2) {
	display: inline-block;
}

.header.on::before{background:none;display:none;}


.header.on .search-box img:first-child {
	display: none;
}

.header.on .search-box img:nth-child(2) {
	display: inline-block;
}

.header.on .searchButtom{background-color: rgba(24, 97,138, 0.3);}