@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,
video {
	display: block;
}

html,
body {
	position: relative;
	width: 100%;min-width:1200px;
}

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: #fff;
}
a:hover {
	color: #076e50;
}

.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;
}


.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;
}

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;
}
/* 输入框 提示文字样式 */
.search input::-webkit-input-placeholder {
	 color: #78a9ca;
	 font-size: 14px;
}

.search input::-moz-placeholder {
	 color: #78a9ca;
	 font-size: 14px;
}

.search input:-moz-placeholder {
	 color: #78a9ca;
	 font-size: 14px;
}

.search input:-ms-input-placeholder {
	 color: #78a9ca;;
	 font-size: 14px;
}


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("../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/bj.png) no-repeat center  0;
}
/* logo */
.header .logo{
	height: 155px;
	position: relative;
	width: 55%;
}
.header .logo img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/* 搜索框 */
.header .search{
	margin-top: 60px;
}
.header .search>a{
	margin-top: 6px;
	margin-right: 25px;
	float: left;
}
.header .search h2 {
	font-size: 16px;
	color: #f6fcfc;
	float: left;
	padding-right: 20px;
	line-height: 45px;
	font-weight: normal;
}
.header .search .search-box {
	float: right;
	position: relative;
}
.header .search-box .submit {
	background: url(../img/search.png) no-repeat center;
	width: 37px;
	height: 37px;
	position: absolute;
	right: 5px;
}
.header .search .search-box .text {
	border-radius: 35px;
	width:210px;
	height:35px;
	text-indent: 20px;
	color: #78a9ca;
	font-size: 14px;
	background: none;
	border: 1px solid #fff;
	line-height: 35px;
	padding-right: 38px;
	box-sizing: border-box;
}
/* 导航栏 */
.nav {
	background: #0953b6;
}
.nav ul>li{
	width: 11.11%;
	height: 60px;
	float: left;
	text-align: center;
	position: relative;
}
.nav ul>li>a {
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	display: block;
}
.nav ul>li:hover {
	background: #096dd3;
}
.nav ol {
	background: #096dd3;
	width: 100%;
	display: none;
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 60px;
	}
	.nav ol a {
		font-size: 15px;
		color: #dfeefe;
		display: block;
		line-height: 40px;
		
	}
	.nav ol li:hover{
		background: #0e4e94 ;
	}
	/* 底部 */
	.footer {
		background: #0149a1;
		height: 206px;
		padding: 40px 0;
}
.footer .w1200{width:1000px;}
.hz {
	/* width: 88px; */
	padding-right: 50px;
	height: 120px;
	line-height: 120px;
}
.hz img {
	height: 90px;
}
.wz{
	border-right: 1px solid #4378B9;
	padding: 15px 50px;
	border-left: 1px solid #4378B9;
}
.wz p {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
.ewm {
	/* width: 370px; */
	padding-top: 5px;
}
.ewm p {
	font-size: 14px;
	color: #ffffff;
	/* padding-left: 62px; */
	width: 20px;
	line-height: 15px;
	float: left;
	padding-right: 10px;
	margin-top: 12px;
}
.ewm img{
	float: left;width:100px;
}

.xlk ul{
	display: none;
	text-align: center;
	background: #ffffff;
	position: absolute;
	width: 100%;
	height: 100px;
	overflow: auto;
	padding: 5px 0;
}
.xlk ul>li:hover{
	color: #fff;
	background: #004BB0;
}
.xlk h2 {
	font-size: 14px;
	color: #565353;
	padding-left: 33px;
	width: 210px;
	line-height: 37px;
	background: #fff url(../img/sj1.png) no-repeat center right 15px;
	border-bottom: 1px solid #d4d3d3;
	margin-top: 20px;
}
.xlk li a{
	color:#000;
	line-height: 35px;
	display: block;
}
.xlk li a:hover{
	color: #fff;
}
.xlk {
	position: relative;display:none;
}

 
.xshd-list .newlist{
	display: none;
}
.xshd-list .newlist.active{
	display: block;
}

.subbanner img{display:block;margin:0 auto;}

.dqwz{
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    text-align: right;
    margin-bottom: 30px;
    font-size: 14px;
    color: #cacaca;
    margin-top: 30px;
}
.dqwz a{
    font-size: 14px;
    color: #cacaca;
}

.dqwz h1{
	font-size: 20px;
	text-align: center;
	color: #333;
}

.box{
	padding-bottom: 60px;
	position: relative;
}
.box .ny_l{
	width: 18%;
}
.box .ny_r{
	width: 79%;
}
.ny_l h3{font-size: 20px;color: #fff;line-height: 80px;background: #026dce;text-align: center;}
.menu li{line-height: 60px;border-top: 1px solid #ccc;background: #f9f9f9;text-indent: 20px;}
.menu li a{font-size: 18px;color: #000;display: block;}
.menu li:hover a,.menu li.light a{color: #f5ff5a;background: #103572;}



.fyt{
    position: relative;
}
.fyt > table{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Microsoft YaHei" !important;
}
.fyt > table td,.fyt > table tr,.fyt > table a,.fyt > table span,.fyt > table div{
    font-family: "Microsoft YaHei" !important;
}


.submenu{
    text-align: center;
}
.submenu li{
    display: inline-block;
    line-height: 50px;
    margin: 0 20px 10px;
    background: #cdaf76;
}
.submenu li a{
    padding:  0 20px;
    display: block;
    font-size: 18px;
    color: #fff;
}
.submenu li.on,.submenu li:hover{
    background: #15499b;
}

.news_list{
    padding: 15px 30px;
    border-bottom: 1px solid #d5d5d5;
}
.news_list dl{
    width: 70px;
    height: 70px;
    background: #efefef;
    position: relative;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #646464;
    font-family: Arial;
}
.news_list dl::after{
    content: "";
    width: 30px;
    height: 1px;
    background: #bababa;
    position: absolute;
    top: 40px;
    left: 20px;
}
.news_list dl dt{
    font-size: 30px;
    font-family: Georgia;
    line-height: 40px;
}
.news_list div.fr{
    width: calc(100% - 100px);
}
.news_list div.fr a{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
}
.news_list:hover{
    background: url(../img/news_listbg.png) center right repeat-y #0c2a8e;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 20px #b2b4b4;
}
.news_list:last-child{
    border-bottom: 0;
}
.news_list:hover dl{
    background: none;
    color: #fff;
}
.news_list:hover div.fr a{
    color: #fff;
}

.list li{
    line-height: 50px;
    font-size: 14px;
    color: #7b7b7b;
}
.list li a{
    font-size: 16px;
    color: #000;
}
.list li:hover a{
    color: #2844a1;
}
.list ul li span.fr{margin-top: 10px;margin-right: 20px;font-family: Arial;width: 160px;height: 30px;border-radius: 8px;line-height: 30px;text-indent: 60px;}
.list li:hover a{color: #2844a1;}
.list ul li:hover span.fr{background:  #026dce;color: #fff;}

.page h1{font-size: 20px;text-align: center;margin-bottom: 30px;}
.page p{font-size: 16px;color: #333;line-height: 30px;margin: 10px 0;text-indent: 2em;}
.page .bar{text-align: center;border-bottom: 1px solid #ccc;font-size: 14px;color: #666;}
.page a,.list a{color:#333;}
.page section{height:auto !important;}
.page img{display: block;margin:0 auto;}