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,
video {
	display: block;
}

html,
body {
	position: relative;
	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: rgb(51, 51, 51);
}

.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;
}

.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: rgb(217, 222, 224);
	font-size: 16px;
}

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(3%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(3%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-3%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-3%, 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, 100%, 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 !important;
	padding: 0px;
	margin: 0px;
	text-align: center !important;
}

#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("../img/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../img/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("../img/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../img/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;
}

.header{
	background: url(../img/top-bg.png) no-repeat center center;
	background-size: cover;position: relative;
}
.nav>.w1300>ul>li{
	float: left;
	width: calc(100% / 12.01);
	line-height: 50px;
	height: 50px;/* position: relative; */
	text-align: center;
	border-bottom: 2px solid transparent;
}
.nav>.w1300>ul>li .mnavej{
	position:absolute;
	top: 50px;
	padding-top: 20px;left: 0;
	right: 0;
	z-index: 9999;
	height: 380px;
	display: none;
	width: 100%;
	margin: 0 auto;
	background: rgba(35,60,156,0.95);
}
.nav>.w1300>ul>li .mnavej ol{
	width:1300px;
	margin:0 auto;
	padding: 25px 0;
}
.nav>.w1300>ul>li ol li{
	float: left;
	width: 19%;
	line-height: 50px;
	text-align: left;
	border: 1px solid rgba(255,255,255,.3);
	margin-right: 1%;
	margin-bottom: 20px;
	transition: all 0.5s;
	background: transparent;
}
.nav>.w1300>ul>li ol li:nth-child(5n){
	margin-right:0;
}
.nav>.w1300>ul>li ol li a{
	display:block;
	color:#fff;
	font-size: 14px;	
	padding: 0 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 50px;
}
.nav>.w1300>ul>li>a{
	font-size: 16px;
	color: #fff;
	display: block;
}
.nav>.w1300>ul>li.active,.nav>.w1300>ul>li:hover{
	border-bottom: 3px solid #e8e8e8;
}
.nav>.w1300>ul>li ol li:hover{
	
box-shadow: 260px 0 0 0 #119ed1 inset;}
.head{
	height:115px;
}
.head .fl,.head .fr {
	margin-top:25px;
}
.head .fl li a,.head .fr li a{
	font-size:14px;
	color:#717aa0;
}
.logo{
	height: 115px;
	width: 500px;
	float: left;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.logo img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.search{
	padding-left: 10px;
}

.search-box {position: fixed;width: 100%;height: 100%;background: rgba(32,51,127,0.8);z-index: -99;opacity: 0;visibility: hidden;transition: all 0.5s ease 0s;}
.search-box.active { z-index: 99999; opacity: 1; visibility: visible; }
.search-wrapper { position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; }
.search-wrapper .input-holder { overflow: hidden; height: 70px; background: rgba(255, 255, 255, 0); border-radius: 6px; position: relative; width: 70px; transition: all 0.3s ease-in-out 0s; box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px 1px; }
.search-wrapper.active .input-holder { border-radius: 50px; width: 450px; background: rgba(0, 0, 0, 0.5); transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57) 0s; }
.search-wrapper .input-holder .search-input {width: 100%;height: 50px;padding: 0px 70px 0px 20px;opacity: 0;position: absolute;top: 0px;left: 0px;background: transparent;box-sizing: border-box;border: none;outline: none;font-family: "Open Sans", Arial, Verdana;font-size: 17px;font-weight: 400;line-height: 20px;color: rgb(255, 255, 255);transform: translate(0px, 60px);transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57) 0.3s;}
.search-wrapper.active .input-holder .search-input { opacity: 1; transform: translate(0px, 10px); }
.search-wrapper .input-holder .search-icon {width: 50px;height: 50px;margin: 10px;border-radius: 50%;border: none;padding: 0px;outline: none;position: relative;z-index: 2;float: right;cursor: pointer;transition: all 0.3s ease-in-out 0s;background: #fff url(../img/search2.png) no-repeat center center;}
.search-wrapper .close {
    position: absolute;
	z-index: 1;
	top: 24px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	right: -50px;
	transform: rotate(45deg);
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}

.search-wrapper .close::before, .search-wrapper .close::after {
    position: absolute;
    content: "";
    background: rgb(255, 255, 255);
    border-radius: 2px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}

.footer{
	background: #0d358f;
}

.foot{
	padding: 40px 0 30px;
}
.copyright{
	border-top: 1px solid #3c509d;
	text-align: center;
	padding: 20px 0;
}
.copyright p{
	display:inline-block;
}
.copyright p,.copyright a{
	font-size: 14px;
	color: #7784b7;
}
.footer-link .dome{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	cursor: pointer;
	position: relative;
}
.footer-link .dome:nth-child(4){
	margin-right:0;
}
.footer-link .dome h2{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #cad1ed;
	background: #062a7b url(../img/sj5.png) no-repeat right 50px top 18px;
	text-align: center;
	border: 1px solid #2f4395;
	font-weight: normal;
}
.footer-link .dome ul{
	position: absolute;
	width: 100%;
	display: none;
	background: #062a7b;
	padding: 14px 0;
	max-height: 144px;
	overflow: auto;
	z-index: 99;
}
.footer-link .dome ul li {
	/* text-align: center; */
	line-height: 22px;
	padding: 10px 20px;
}
.footer-link .dome ul li:hover{
	background:#032267;
}
.footer-link .dome ul li:hover a{
	color:#fff;
}
.footer-link .dome ul li a{
	color: #7784b7;
	font-size: 14px;
	text-align: center;
}

.foot .phone,.foot .address{
	padding: 15px 0 15px 65px;
	float: left;
	margin-right: 78px;
}
.foot p{
	color: #fff;
	font-size: 16px;
}
.foot h2{
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	
}
.foot .address h2:nth-child(2){
	margin-top: 10px;
}
.foot .phone h2:nth-child(3){
	margin-top: 10px;
}
.foot .phone{
	background: url(../img/phone.png) no-repeat left center;
}
.foot .address{
	background: url(../img/address.png) no-repeat left center;
}
.foot .info{
	margin-top: 50px;
}
.foot .ewm {
    float: right;
	text-align: center;
	font-size: 0;
	margin-top: 20px;
}
.foot .ewm div{
	display: inline-block;
	margin-left: 15px;
	position: relative;
}
.foot .ewm .hbox{
	position: absolute;
	width: 110px;
	height: 110px;
	background: #fff;
	padding: 8px;
	left: -50px;
	top: -150px;
	opacity: 0;
	visibility: hidden;
	z-index: -9;
	transition: all 0.5s;
}
.foot .ewm .box{
	cursor:pointer;
}
.foot .ewm .box:hover .hbox{
	opacity:1;
	visibility:visible;
	z-index:9;
	top: -125px;
}
.nav{
	position:relative;
}