@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%;
}

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;
}

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);
	}
}
html{min-width:1400px}
.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;}
/* 头部 */
.head{background-color: #0e51ac;padding: 23px 0px 25px;}
.head_fr{width: 24%;}
.head_fr .top{color: #96bdde;margin-bottom: 8px;line-height: 30px;}
.search{width: 100%;height:36px;position:relative;background:#fff;border-radius:5px;}
.search .text{width: 87%;height:36px;position:absolute;left:0px;top:0px;background: transparent;font-size:14px;color:#aaaaaa;text-indent:20px;}
.search .submit{width: 6%;height: 18px;position:absolute;left: 298px;top:7.5px;background: transparent;background-image:url(../images/search_03.png);background-repeat: no-repeat;cursor:pointer;}
.head_fr span{display: inline-block;height: 30px;line-height: 30px;}
.head_fr span.day{position: relative;top:10px;}
/* 导航 */
.nav{background-color: #024095;}
.nav ul>li {
	float: left;
	position: relative;
	line-height: 50px;
	width: 14.28%;
	z-index: 100;*
	z-index:100;
	_z-index:100;
	text-align: center;
}

.nav ul>li>a {
	font-size: 18px;
	color: rgb(255, 255, 255);
	display: block;
}
.nav .ul1 li a{color: #333;font-size: 18px;}
.nav .ul1 ol:before {left: 44%;top: -15px;border-color: transparent transparent #007579 #007579;border-style: solid;border-width: 6px;box-sizing: border-box;content: "";display: block;height: 0;
position: relative;transform: rotate(-45deg);transform-origin: center center;width: 0;}
.nav .ul1>li:hover>a,
.nav .ul1>li.active>a {
	color: #00767a;
}
.nav ul>li:hover::before,
.nav ul>li.active::before {
	width: 50%;
	opacity: 1;
}
.nav ul>li:after{content: '';display: inline-block;width:1px;height: 16px;background-color: #e3e3e3;position: absolute;right:0;top: 20px;}
.nav ul>li:last-child:after{display: none;}
.nav ol {
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50px;
	left: 0px;
	background: rgb(2 64 149);
	z-index: 99;
	_z-index: 99;*
	z-index:99;
}

.nav ol li {
	width: 100%;
	line-height: 40px;
	height: 40px;
}
.nav ul li ol li a{color:#fff;}
.nav ol li:hover {
	background: #60aeb1;
}
.nav li a:hover, .nav li.curr a {
    background: #0e51ac;
	font-weight: bold;
}

/* 尾部 */
.foot{background: url(../images/foot_02.jpg) top center no-repeat;padding: 36px 0px 24px;color: #fff;}
.foot .w_link{width: 77.8%;}
.foot .w_link h1{font-size: 26px;font-weight: bold;background: url(../images/icon7_03.png) left center no-repeat;padding-left: 48px;line-height: 36px;}
.foot .w_link ul{margin-top: 15px;}
.foot .w_link li{width:25%;line-height: 36px;float:left;}
.foot .w_link li a{font-size:14px;color: #a4c4ec;}
.foot .ewm{width: 9.57%;margin-right: 50px;text-align: center;}
.foot .ewm a{color:#fff;}
.foot .ewm p{margin-top: 10px;}
.logo{margin-top:9px;width: 51%;}
/* 版权 */
.copy{background-color: #323232;height:62px;line-height: 62px;color: #fff;}
.copy span{display: inline-block;padding: 0 9px;}
/*引导页*/
.ydy{width: 100%;height: 100vh;overflow: hidden;position: relative;}
.ydy .bg{position: absolute;background: no-repeat center center / cover;left: 0;top: 0;width: 100%;height: 100%;background-image: url(../images/ydy.jpg);}
.ydy img{position:absolute;left:10%;top:40%;}

/* 捐赠人 */
.jzr{background: url(../images/bj1_02.jpg) top center no-repeat;padding: 50px 0px 45px;position: relative;}
.jzr ul{margin-top: 48px;}
.jzr ul li{float:left;width: 32.14%;background: url(../images/icon6_07.jpg) right top no-repeat #fff;margin-right: 1.79%;margin-bottom: 25px;height: 197px;position: relative;}
.jzr ul li:nth-child(3n){margin-right: 0;}
.jzr ul li a{display: block;padding: 15px 16px;height:167px;}
.jzr ul li .lead{
    width: 31.3%;
    height:167px;
    position: relative;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    }
.jzr ul li .lead img,.zhd .box .img img{width:100%;height:167px;object-fit: cover;}
.jzr ul li .text{width: 59%;}
.jzr ul li .text h1{font-size: 20px;font-weight: normal;}
.jzr ul li .text h1 span{display: inline-block;color: #a4a4a4;margin-left: 20px;font-size: 16px;}
.jzr ul li .text p.time{margin-top: 26px;color: #a4a4a4;text-indent: 0;}
.jzr ul li .text p.dtai{background: url(../images/icon5_07.png) left center no-repeat;color: #1d1d1d;font-weight: bold;padding-left: 38px;line-height: 42px;position: absolute;right: 39px;bottom: 25px;text-indent: 0;}
.jzr ul li:hover h1,.zhd .box .first:hover h1,.zhd .box li:hover a{color:#0e51ac;}
.tnum{width:560px;position: absolute;left: 51%;top: 60px;z-index: 99;}
.tnum .search{width:278px;height:36px;border-radius: 20px;margin-top: -8.5px;}
.tnum .search .text{width:238px;}
.tnum .search  .submit{left:238px;}
.jzrl{background: #f2f5fa;}

.jzrl .jzr{padding-top:0px;background: none;}
.jz_list .tnum{top: 10px;}
.jz_list .tnum .search{margin-top: -8px;}

.jzrl .jzr ul{margin-top:0px;}
/*标题*/
.tit{font-size: 26px;line-height: 40px;font-weight: bold;}
.tit a{color: #5d5d5d;font-size:14px;font-weight: normal;border-radius: 23px;border: 1px solid #afbff1;padding: 0px 18px;display:inline-block;margin-top: -1px;}
.tit a:hover{background-color: #306ecb;color: #fff;}
.news .tit h1{background: url(../images/icon2_03.png) left center no-repeat;}
.tit h1{position: relative;width: 90%;padding-left: 45px;}
.tit h1:after{background-color: #cdd5de;position: absolute;left: 12%;top: 22px;height:1px;content: '';display: inline-block;}
.news .tit h1:after{width: 87%;}
.jzr .tit h1,.jz_list .tit h1{background: url(../images/icon2_07.png) left center no-repeat;padding-left: 45px;}
.jzr .tit h1:after,.jz_list .tit h1:after{width: 37%;}
.zhd .tit h1{background: url(../images/icon2_10.png) left center no-repeat;width: 80%;}
.zhd .tit h1:after{width: 65%;left: 34%;}
.zhd1 .tit h1{background: url(../images/icon2_12.png) left center no-repeat;}
@media (min-width:768px) and (max-width:1500px) {
    html{min-width: auto;}
   .w1400{width:94%;}
   .head_fr{width:auto;}
   .tnum{width:496px;}
}