body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: PingFangSC, MicrosoftYaHei;
}

td,
th,
caption {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px MicrosoftYaHei, Verdana, Helvetica, Arial, sans-serif;
	outline: none !important;
	resize: none !important;
}

button {
	border: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none !important;
}

table {
	border-collapse: collapse;
}

html {
	/* 	overflow-y: scroll; */
	font-size: 16px;
}

html,
body {
	height: 100vh;
	margin: 0;
	padding: 0;
}

.underline {
	text-decoration: underline;
}

.font16 {
	font-size: 16px !important;
}

.bold {
	font-weight: bold;
}

.line-through {
	text-decoration: line-through;
}

.container {
	width: 100%;
	min-height: 100%;
	background: #FFF;
}

.header {
	width: 100%;
	background: #FFFFFF;
}

.header-wrapper {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	line-height: 110px;
}

.header .logo {
	width: 199px;
	margin-top: 15px;
}

.header .register {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: rgba(153, 153, 153, 1);
}

.forget {
	display: block;
}

.register a {
	color: #2B77EC;
}


.main {
	background: #FFF;
	width: 1080px;
	margin: 0 auto;
	min-height: calc(100vh - 460px);
}

.line {
	width: 1px;
	height: 10px;
	background: rgba(232, 232, 232, 1);
	margin: 4px 10px 0 10px;
}

.navi {
	position: relative;
}



.pointer {
	cursor: pointer;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

a,
a:hover {
	text-decoration: none;
	out-line: none
}

input,
textarea {
	outline: none !important;
	border: none;
	border-radius: 4px;
	padding: 0px 20px;
}

textarea {
	padding: 10px 20px;
}

.ellipsis1 {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mt5 {
	margin-top: 5px;
}

.mt6 {
	margin-top: 6px;
}

.mt8 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px !important;
}

.mt13 {
	margin-top: 13px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt16 {
	margin-top: 16px;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 60px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ml5 {
	margin-left: 5px;
}

.ml8 {
	margin-left: 8px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.ml38 {
	margin-left: 38px;
}

.ml50 {
	margin-left: 50px;
}

.ml60 {
	margin-left: 60px;
}

.ml80 {
	margin-left: 80px;
}

.ml110 {
	margin-left: 110px;
}

.clearfix:before {
	content: "";
	display: table;
}

.hide {
	display: none;
}

.inline {
	display: inline-block;
}

.text-center {
	text-align: center;
}

.overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1001;
	left: 0;
	top: 0;
}

.overlay-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bg-grey {
	background: rgba(245, 245, 245, 1);
}

input {
	width: 100%;
	height: 48px;
	border: 1px solid rgba(238, 238, 238, 1);
	box-sizing: border-box;
}

/* input number 去掉箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(178, 178, 178, 1);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(178, 178, 178, 1);
}



input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(178, 178, 178, 1);
}

div {
	box-sizing: border-box;
}

.btn {
	width: 100%;
	height: 48px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(43, 119, 236, 1);
	background: rgba(245, 245, 245, 1);
	line-height: 48px;
}

.btn a {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(43, 119, 236, 1);
}

.must {
	position: relative;
}

.must:after {
	content: "*";
	color: rgba(224, 32, 32, 1);
	position: absolute;
	right: -8px;
	top: 1px;
}

.btn.primary,
.btn.primary a {
	background: rgba(43, 119, 236, 1);
	color: rgba(255, 255, 255, 1);
}

.btn.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.btn.func,
.btn.func a {
	background: rgba(69, 176, 88, 1);
	color: rgba(255, 255, 255, 1);
}

.btn.normal {
	background: #FFF;
	border: 1px solid rgba(43, 119, 236, 1);
	box-sizing: border-box;
}



.header-bg {
	/*background-image: url(../image/header.png);
	background-size: cover;
	height: 200px;*/
}

.header-logo {
	margin: -4px auto;
}

.header-logo img {
	height: 36.7vw;
    width: 100vw;
}

.header-navi {
	height: 40px;
	background: rgba(75, 176, 114, 1);
}

.header-navi ul {
	margin: 0 auto;
	width: 1080px;
}

.header-navi ul a {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(255, 255, 255, 1);
}

.header-navi ul li:hover {
	/* color: rgba(75, 176, 114, 1); */
}

.header-navi ul li {
	float: left;
	line-height: 40px;
	cursor: pointer;
}

.header-navi ul li+li {
	margin-left: 70px;
}

.title-top {
	height: 44px;
	line-height: 44px;
	border-bottom: 2px solid rgba(238, 238, 238, 1);
}

.title-top .title {
	font-size: 18px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	position: relative;
}

.title-top .title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 72px;
	height: 3px;
	background: rgba(75, 176, 114, 1);
}

.title-top .arrow {
	width: 8px;
	height: 14px;
	margin-top: 16px;
}

.notice {
	width: 347px;
}

.notice-long {
	width: 713px;
}

.news-list {
	width: 347px;
	line-height: 34px;
}

.news-list li {
	position: relative;
	padding-left: 10px;
}

.news-list li::before {
	position: absolute;
	left: 0px;
	top: 15px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #999;
	content: "";
	z-index: 2;
}

.banner {
	width: 347px;
	height: 231px;
}

.swiper-container {
	height: 100%;
	width: 100%;
}

.swiper-wrapper {
	height: 100%;
	width: 100%;
}

.swiper-slide {
	height: 100%;
	width: 100%;
}

.swiper-slide img {
	height: 100%;
	width: 100%;
}

.banner-bottom {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34px;
	z-index: 2000;
	width: 100%;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 34px;
	padding: 0 10px;
}

.banner .swiper-pagination {
	text-align: right;
	display: block;
	position: static;
}

.banner .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 1);
	width: 16px;
	height: 16px;
	border-radius: 0;
	text-align: center;
	line-height: 16px;
	color: rgba(102, 102, 102, 1);
	font-size: 12px;
	opacity: 1;
	margin-left: 3px;
}

.banner .swiper-pagination-bullet-active {
	background: rgba(75, 176, 114, 1);
	color: rgba(255, 255, 255, 1);
	opacity: 1;
}

.ad p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: rgba(102, 102, 102, 1);
	margin-top: 15px;
	text-align: center;
}

.ad img {
	width: 100%;
}

.name-table {
	width: 100%;
	height: 253px;
	background: rgba(248, 248, 248, 1);
	text-align: center;
	padding: 15px 0;
}

.name-banner {
	height: 176px;
	width: 713px;
	overflow: hidden;
}

.name-table ul li {
	width: 237px;
	line-height: 44px;
	float: left;
}

.name-table ul.tab-header li {
	font-size: 14px;
	font-weight: bold;
	color: rgba(153, 153, 153, 1);
}

.name-table ul.tab-row li {
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
}

.photo .tab {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	float: left;
	cursor: pointer;
}

.photo .tab.active {
	background: rgba(75, 176, 114, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}

.phot-banner {
	height: 120px;
	width: 1080px;
	overflow: hidden;
}

.phot-banner .swiper-slide {
	width: 160px;
	height: 120px;
}

.phot-banner .swiper-slide img {
	width: 100%;
	height: 100%;
}

.phot-banner .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}
.photo-list {
	margin-top: 20px;
}
.footer {
	height:160px;
	background:rgba(0,0,0,0.85)
}
.footer-info {
	font-size:14px;
	color:rgba(153,153,153,1);
	line-height:36px;
	margin: 44px auto 0 auto;
	text-align: center;
	display: block;
}
.crumb {
	
}
.crumb span, .crumb a{
	font-size:12px;
	color:rgba(153,153,153,1);
	display: inline-block;
}

.crumb img {
	width: 6px;
	height: 10px;
}

.giving-tab {
	
}
.giving-tab li{
	float: left;
	text-align: center;
}
.giving-tab .tab-header {
	height:50px;
	background:rgba(239,239,239,1);
	font-size:14px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height: 50px;
	background:rgba(239,239,239,1);
}
.giving-tab .tab-row{
	font-size:14px;
	color:rgba(68,68,68,1);
	background:rgba(248,248,248,1);
	height:50px;
	line-height: 50px;
}
.giving-tab .tab-row:nth-child(2n){
	background:rgba(255,255,255,1);
}
.giving-tab ul li:nth-child(1){
	width: 160px;
}

.giving-tab ul li:nth-child(2){
	width: 160px;
}

.giving-tab ul li:nth-child(3){
	width: 560px;
}
.giving-tab ul li:nth-child(4){
	width: 200px;
}

ul.news.list {
	
} 
ul.list .list-title {
	font-size:14px;
	color:rgba(68,68,68,1);
	width: 900px;
}
ul.list li:hover .list-title a{
	color: rgba(75, 176, 114, 1);
}
ul.list .time {
	width: 120px;
	font-size:14px;
	color:rgba(153,153,153,1);
}
ul.list li {
	line-height:60px;
	border-bottom: 1px dashed rgba(232, 232, 232, 1); 
}
.detail-title{
	font-size:16px;
	font-family:MicrosoftYaHei;
	color:rgba(68,68,68,1);
	line-height:26px;
	text-align: center;
}
.detail-subtitle {
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(153,153,153,1);
	line-height:19px;
	margin-top: 17px;
	text-align: center;
}
.detail-info {
	margin-top: 45px;
}
.foot-link span {
	color:rgba(153,153,153,1);
	line-height:44px;
	font-size:14px;
}
.foot-link a {
	color:rgba(75, 176, 114, 1);
	line-height:44px;
	font-size:14px;
}
.school-info {
	font-size:12px;
	color:rgba(102,102,102,1);
	margin-left: 70px;
	line-height:24px;
}
.address {
	font-size:16px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:21px;
}
.address  img {
	width: 12px;
	height: 13px;
	vertical-align: middle;
}
.address span {
	vertical-align: middle;
}
.address-img {
	width: 540px;
	height: 260px;
}
.message-title {
	padding: 19px 0;
	font-size:20px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	border-bottom: 1px solid rgba(241, 241, 241, 1);
}
.message .label {
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(51,51,51,1);
	line-height:48px;
	width: 60px;
	display: inline-block;
}
.message input {
	width:420px;
	height:48px;
	background:rgba(245,245,245,1);
	border:1px solid rgba(241,241,241,1);
	box-sizing: border-box;
}

.message .message-text {
	width:995px;
	height:140px;
	background:rgba(245,245,245,1);
	border:1px solid rgba(241,241,241,1);
	box-sizing: border-box;
}
.message .submit-btn {
	width:160px;
	height:48px;
	background:rgba(75,176,114,1);
	font-size:14px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-left: 85px;
}