@charset "utf-8";

@font-face {
	font-family: "Source Han Serif CN";
	src: url("../font/SOURCESANSPRO-BLACK.OTF");
}

/* 公共样式 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Microsoft YaHei;
}
html,body{
	width: 100%;
	height: auto;
}
body::-webkit-scrollbar{width: 0 !important;}
body{-ms-overflow-style: none;}
body{overflow: -moz-scrollbars-none;}
ul,ol,li{list-style: none;}
a{text-decoration: none;}

/* 回到顶部 */
.goTop{
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 110px;
	width: 40px;
	height: 40px;
	background: url(../img/index/toTop.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	display: none;
}

/* banner */
.banner-aboutUs{
	width: 100%;
	height: 720px;
	background: url(../img/aboutUs/aboutUs-banner.jpg);
	background-size: 100% 100%;
	position: relative;
}
.logo{
	position: absolute;
	top: 228px;
	left: 147px;
	width: 101px;
	height: 103px;
	background: url(../img/index/logo.png);
	background-size: 100% 100%;
}
.site-text{
	position: absolute;
	top: 228px;
	left: 271px;
	width: 674px;
	height: 189px;
	background: rgba(6, 21, 54, 0.24);
	/* font-size: 0.43rem; */
	font-size: 43px;
	font-weight: bold;
	line-height: 56px;
	color: white;
	letter-spacing: 6px;
	padding: 10px 0 0 24px;
}
.navBarList{
	position: absolute;
	top: 45px;
	right: 37px;
	width: auto;
	height: 40px;
	background: rgba(0,0,0,0.4);
}
.navBarList ul{width: 100%;height: 100%;}
.navBarList ul li{float: left;height: 40px;cursor: pointer;}
.navBarList ul li:last-child{margin-right: 16px;}
.li-icon{
	width: 10px;
	height: 10px;
	background: white;
	margin: 15px 17px;
	display: inline-block;
	float: left;
}
.li-text{
	/* font-size: 0.18rem; */
	font-size: 16px;
	line-height: 40px;
	color: white;
	float: left;
}
.module-name{
	position: absolute;
	left: 280px;
	bottom: 40px;
	/* font-size: 0.42rem; */
	font-size: 42px;
	font-weight: 500;
	line-height: 70px;
	color: #FFFFFF;
	border-bottom: 8px solid rgb(255, 170, 42);
}
/* 内容 */
.aboutUs-body{
	width: 100%;
	height: auto;
	padding: 40px 0 110px 0;
}
.aboutUs-body p{
	width: 1360px;
	height: auto;
	margin: 0 auto;
	/* font-size: 0.24rem; */
	font-size: 24px;
	font-weight: 400;
	line-height: 54px;
	color: #212121;
}
.body-img{
	width: 1400px;
	height: 780px;
	margin: 40px auto;
	background: url(../img/aboutUs/body-img.jpg);
	background-size: 100% 100%;
}
.first-title{
	width: 1360px;
	height: 40px;
	margin: 0 auto;
	/* font-size: 0.26rem; */
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	color: #212121;
}
.second-title{
	width: 1360px;
	height: 40px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
}
.second-title-circle{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFAA2A;
	float: left;
	margin: 15px 20px 15px 0;
}
.second-title-text{
	float: left;
	/* font-size: 0.26rem; */
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	color: #212121;
}
.commonModuleDivider{
	width: 860px;
	height: 18px;
	margin: 0 auto;
	margin-top: 90px;
	background: url(../img/index/module-divider.png);
	background-size: 100% 100%;
}
.commonMoreBtn{
	width: 220px;
	height: 70px;
	background: #3A86BA;
	border-radius: 9px;
	margin: 80px auto;
	cursor: pointer;
}
.commonMoreBtn a{
	display: block;
	width: 220px;
	height: 70px;
	/* font-size: 0.24rem; */
	font-size: 24px;
	font-weight: 400;
	line-height: 70px;
	text-align: center;
	color: #FFFFFF;
}
.download-body{
	width: 720px;
	height: 122px;
	margin: 0 auto;
	margin-top: 140px;
}
.money-introduction:first-child{float: left;}
.money-introduction:last-child{float: right;}
.money-introduction{
	width: 280px;
	height: 100%;
}
.download-img{
	float: left;
	width: 101px;
	height: 100%;
	background: url(../img/aboutUs/aboutUs-download.png);
	background-size: 100% 100%;
}
.download-contain{
	float: right;
	width: 130px;
	height: 100%;
	position: relative;
}
.contain-text{
	position: absolute;
	top: 0;
	left: 0;
	/* font-size: 0.3rem; */
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	color: #575757;
}
.contain-link{
	position: absolute;
	left: 0;
	bottom: 0;
	/* font-size: 0.24rem; */
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	color: #2F68AA;
	cursor: pointer;
}

/* 1366分辨率 */
@media screen and (max-width: 1366px) {
	/* 回到顶部 */
	.goTop{
		right: 14px;
		bottom: 77px;
		width: 28px;
		height: 28px;
	}

	/* banner */
	.banner-aboutUs{
		height: 504px;
	}
	.logo{
		top: 159px;
		left: 102px;
		width: 70px;
		height: 72px;
	}
	.site-text{
		top: 159px;
		left: 189px;
		width: 471px;
		height: 132px;
		line-height: 39px;
		letter-spacing: 4px;
		padding: 7px 0 0 16px;
		font-size: 30px;
	}
	.navBarList{
		top: 31px;
		right: 26px;
		height: 28px;
	}
	.navBarList ul li{float: left;height: 28px;cursor: pointer;}
	.navBarList ul li:last-child{margin-right: 11px;}
	.li-icon{
		width: 7px;
		height: 7px;
		margin: 10px 12px;
	}
	.li-text{
		line-height: 28px;
		font-size: 12px;
	}
	.module-name{
		left: 196px;
		bottom: 28px;
		line-height: 49px;
		border-bottom: 5px solid rgb(255, 170, 42);
		font-size: 29px;
	}
	/* 内容 */
	.aboutUs-body{
		padding: 28px 0 77px 0;
	}
	.aboutUs-body p{
		width: 952px;
		line-height: 37px;
		font-size: 17px;
	}
	.body-img{
		width: 980px;
		height: 546px;
		margin: 28px auto;
	}
	.first-title{
		width: 952px;
		height: 28px;
		line-height: 28px;
		font-size: 18px;
	}
	.second-title{
		width: 952px;
		height: 28px;
		margin-top: 42px;
		margin-bottom: 14px;
	}
	.second-title-circle{
		width: 7px;
		height: 7px;
		margin: 10px 14px 10px 0;
	}
	.second-title-text{
		line-height: 28px;
		font-size: 18px;
	}
	.commonModuleDivider{
		width: 602px;
		height: 12px;
		margin-top: 63px;
	}
	.commonMoreBtn{
		width: 154px;
		height: 49px;
		border-radius: 6px;
		margin: 56px auto;
	}
	.commonMoreBtn a{
		width: 154px;
		height: 49px;
		line-height: 49px;
		font-size: 17px;
	}
	.download-body{
		width: 504px;
		height: 85px;
		margin-top: 98px;
	}
	.money-introduction{
		width: 196px;
	}
	.download-img{
		width: 70px;
	}
	.download-contain{
		width: 91px;
	}
	.contain-text{
		line-height: 21px;
		font-size: 21px;
	}
	.contain-link{
		line-height: 16px;
		font-size: 17px;
	}
}

/* 1600分辨率 */
@media screen and (min-width: 1367px) and (max-width: 1600px){
	/* 回到顶部 */
	.goTop{
		right: 16px;
		bottom: 88px;
		width: 32px;
		height: 32px;
	}

	/* banner */
	.banner-aboutUs{
		height: 576px;
	}
	.logo{
		top: 182px;
		left: 117px;
		width: 80px;
		height: 82px;
	}
	.site-text{
		top: 182px;
		left: 216px;
		width: 539px;
		height: 151px;
		line-height: 44px;
		letter-spacing: 5px;
		padding: 8px 0 0 19px;
		font-size: 34px;
	}
	.navBarList{
		top: 36px;
		right: 29px;
		height: 32px;
	}
	.navBarList ul li{float: left;height: 32px;cursor: pointer;}
	.navBarList ul li:last-child{margin-right: 12px;}
	.li-icon{
		width: 8px;
		height: 8px;
		margin: 12px 13px;
	}
	.li-text{
		line-height: 32px;
		font-size: 14px;
	}
	.module-name{
		left: 224px;
		bottom: 32px;
		line-height: 56px;
		border-bottom: 6px solid rgb(255, 170, 42);
		font-size: 33px;
	}
	/* 内容 */
	.aboutUs-body{
		padding: 32px 0 88px 0;
	}
	.aboutUs-body p{
		width: 1088px;
		line-height: 43px;
		font-size: 19px;
	}
	.body-img{
		width: 1120px;
		height: 624px;
		margin: 32px auto;
	}
	.first-title{
		width: 1088px;
		height: 32px;
		line-height: 32px;
		font-size: 20px;
	}
	.second-title{
		width: 1088px;
		height: 32px;
		margin-top: 48px;
		margin-bottom: 16px;
	}
	.second-title-circle{
		width: 8px;
		height: 8px;
		margin: 12px 16px 12px 0;
	}
	.second-title-text{
		line-height: 32px;
		font-size: 20px;
	}
	.commonModuleDivider{
		width: 688px;
		height: 14px;
		margin-top: 72px;
	}
	.commonMoreBtn{
		width: 176px;
		height: 56px;
		border-radius: 7px;
		margin: 64px auto;
	}
	.commonMoreBtn a{
		width: 176px;
		height: 56px;
		line-height: 56px;
		font-size: 19px;
	}
	.download-body{
		width: 576px;
		height: 97px;
		margin-top: 112px;
	}
	.money-introduction{
		width: 224px;
	}
	.download-img{
		width: 80px;
	}
	.download-contain{
		width: 104px;
	}
	.contain-text{
		line-height: 24px;
		font-size: 24px;
	}
	.contain-link{
		line-height: 19px;
		font-size: 19px;
	}
}
