@import "../css/reset.css";

body {
	overflow-x: hidden;
}

.container {
	width: 1100px;
	margin: 0 auto
}

#top {
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	background-color: #f4f4f4
}

#top .lang {
	float: right
}

header .container {
	height: 153px;
	line-height: 153px;
	padding: 0 170px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between
}

header .container img {
	vertical-align: middle
}

.banner {
	height: 380px;
	text-align: center;
	/* background: url("../images/banner1.jpg") no-repeat; */
	display: flex;
	align-items: center;
	position: relative;
	background-color: #008cca;
}

.banner img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.banner a {
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.ban-en {
	height: 275px;
	text-align: center;
	display: flex;
	position: relative;
	background-color: #008cca;
	align-items: center
}

.ban-en img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.ban-en a {
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.covid {
	padding-top: 60px;
	padding-bottom: 50px
}

.covid .title {
	font-size: 32px;
	font-weight: 600;
	color: #0087c3;
	margin-bottom: 50px
}

.covid .covid-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between
}

.covid .covid-inner .covidTxtBox {
	max-width: 668px;
	border-width: 13px 10px;
	border-style: solid;
	border-color: #e3f0ff;
	border-radius: 12px
}

.covid .covid-inner .covidTxtBox .txtBox {
	padding: 50px;
	background: url("../images/covid-bg.jpg")
}

.covid .covid-inner .covidTxtBox .txtBox p {
	font-size: 18px;
	line-height: 30px;
}

.covid .covid-inner .covidTxtBox .txtBox p a {
	color: #0e8cc5;
	text-decoration: underline
}

.covid .covid-inner .covidSupport {
	width: 360px;
	margin-top: -35px;
	text-align: center
}

.covid .covid-inner .covidSupport .btnMoney {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -13px;
	justify-content: space-between
}

.covid .covid-inner .covidSupport .btnMoney .money {
	flex: 50%;
	padding: 23px 13px;
	box-sizing: border-box
}

.covid .covid-inner .covidSupport .btnMoney .money button {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	display: block;
	cursor: pointer;
}

.money button a {
	width: 100%;
	display: block;
	border-radius: 6px;
	border: 1px solid #cbcbcb
}

.covid .covid-inner .covidSupport .btnMoney .money button.active a,
.covid .covid-inner .covidSupport .btnMoney .money button:hover a {
	border-color: #fb7529;
	color: #fb7529;
	background-color: rgba(251, 117, 41, 0.2);
	transition: all .2s
}

.covid .covid-inner .covidSupport .donate {
	line-height: 56px;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 22px;
	border-radius: 6px;
	margin-top: 23px;
	background-color: #fb7529
}

.covid .covidBtm {
	padding-top: 46px;
	text-align: center
}

.covid .covidBtm .covidBtnTit {
	height: 124px;
	padding: 17px 0;
	box-sizing: border-box;
	background: url("../images/yuan.png") no-repeat center
}

.covid .covidBtm .covidBtnTit .fund {
	line-height: 82px;
	color: #008bd2;
	font-size: 30px;
	font-weight: bold;
}

.covid .covidBtm .covidBtnTit span {
	color: #fb7529;
}

.covid .covidBtm .covidBtnTit .fund-en {

	color: #008bd2;
	font-size: 22px;
	line-height: 40px;
}

.covid .covidBtm .covidBtnTit .fund-ch {
	margin-top: 7px;
	color: #008bd2;
	font-size: 30px;
	font-family: "楷体";
	font-weight: bold;
	line-height: 40px;
}

.covid .covidBtm .covidBtnTit .fund-ch span {
	color: #fb7529;
	font-family: "楷体";
	font-weight: bold;
}

.covid .covidBtm::after {
	content: "";
	height: 2px;
	display: block;
	margin-top: 30px;
	background-color: #0087c3
}

#video {
	padding-bottom: 50px;
}

#video video {
	width: 100%;
}

#unite {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f7fafe
}

#unite .title {
	font-size: 32px;
	font-weight: 600;
	color: #0087c3;
	margin-bottom: 30px
}

#unite .uniteTxt {
	font-size: 18px;
	line-height: 30px
}

#thank {
	padding-top: 50px;
	padding-bottom: 50px
}

#thank .title {
	font-size: 32px;
	font-weight: 600;
	color: #0087c3;
	margin-bottom: 30px
}

#thank .thankTxt {
	font-size: 18px;
	line-height: 30px
}

#thank .thankTxt a {
	color: #0087c3;
	text-decoration: underline
}

#donation {
	padding-top: 50px;
	padding-bottom: 68px;
	background-color: #f9f9f9
}

#donation .title {
	font-size: 32px;
	font-weight: 600;
	color: #0087c3;
	margin-bottom: 30px
}

#donation .tips {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px
}

.tips a {
	text-decoration: underline;
	color: #0087c3;
}

#donation .modeBox {
	line-height: 30px;
	margin-bottom: 40px
}

#donation .modeBox .subTitle {
	font-size: 20px;
	font-weight: 600
}

#donation .modeBox .subTitle p {
	font-weight: normal
}

#donation .modeBox .modeTxt {
	font-size: 18px;
	line-height: 30px
}

#donation .modeBox .modeTxt .door {
	width: 430px;
	display: inline-block
}

#donation .mode-inner {
	display: flex;
	flex-wrap: wrap
}

#donation .mode-inner .box {
	width: 20%;
	padding: 4px;
	box-sizing: border-box
}

#donation .mode-inner .box .box-inner {
	height: 116px;
	line-height: 116px;
	display: block;
	text-align: center;
	background-color: #fff
}

#donation .mode-inner .box .box-inner img {
	vertical-align: middle
}

#donation .totalBox {
	width: 582px;
	height: 292px;
	text-align: center;
	margin: 0 auto;
	margin-top: 58px;
	padding-top: 37px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #ed6d25
}

#donation .totalBox h4 {
	width: 100%;
	color: #fff;
	font-size: 28px
}

#donation .totalBox img {
	width: 55px;
	height: 45px;
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}

#donation .totalBox span {
	width: 240px;
	height: 50px;
	font-size: 26px;
	line-height: 51px;
	display: inline-block;
	color: #fff;
	margin-bottom: 24px;
	border: 1px solid #fff
}

#donation .totalBox p {
	width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}

#purpose {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f5fc;
}

#purpose .title {
	font-size: 32px;
	font-weight: 600;
	color: #0087c3;
	margin-bottom: 30px
}

#purpose .purposeTxt {
	font-size: 18px;
	line-height: 30px
}

#purpose .purposeTxt a {
	color: #0087c3;
	text-decoration: underline
}

#purpose .sue {
	margin-top: 55px
}

#foundation {
	background-color: #f7fafe;
	padding-top: 50px;
	padding-bottom: 70px
}

#foundation .title {
	font-size: 32px;
	font-weight: 600;
	color: #0087c3;
	margin-bottom: 30px
}

#foundation p {
	font-size: 18px;
	line-height: 30px;
	text-indent: 45px
}

footer {
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: #838383
}

footer .title {
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px
}

footer .footer-inner {
	padding-left: 112px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

footer .footer-inner li {
	width: 50%;
	font-size: 20px;
	color: #fff;
	line-height: 46px
}

footer .footer-inner li:before {
	padding-right: 15px
}

#toTop {
	display: none;
	position: fixed;
	right: 20px;
	cursor: pointer;
	bottom: 20px;
	color: #fff;
	background: #0087c3;
	border-radius: 5px;
	padding: 10px 25px
}

#more {
	padding-top: 50px;
	padding-bottom: 70px
}

#more .title {
	font-size: 32px;
	font-weight: 600;
	color: #0087c3;
	margin-bottom: 30px
}

#more p {
	font-size: 18px;
	line-height: 30px;

}

#more p a {
	color: #0789c4;
	text-decoration: underline;
}

/*字体图标*/
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../font/iconfont.woff2') format('woff2'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype'),
		url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zu:before {
	content: "\e81d";
}

.icon-chuanzhen:before {
	content: "\e653";
}

.icon-youxiang:before {
	content: "\e652";
}

.icon-dianhua:before {
	content: "\e668";
}
