@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;}

/* banner */
.banner{
	width: 100%;
	height: 720px;
	background: url(../img/index/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: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.64) 100%);
	/* font-size: 0.43rem; */
	font-size: 43px;
	font-weight: bold;
	line-height: 56px;
	color: #031744;
	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;
	line-height: 40px;
	color: white;
	float: left;
}
.li-text a{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	cursor: pointer;
}
/* 版权信息 */
.footer{
	width: 100%;
	height: 388px;
	background: #AFC3CF;
	padding-top: 50px;
}
.contactUs{
	width: 100%;
	height: 30px;
	text-align: center;
	/* font-size: 0.24rem; */
	font-size: 24px;
	font-family: "Source Han Serif CN";
	font-weight: bold;
	line-height: 30px;
	color: #000000;
}
.contactUsEn{
	width: 100%;
	height: 20px;
	text-align: center;
	/* font-size: 0.18rem; */
	font-size: 18px;
	font-family: "Source Han Serif CN";
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	margin-top: 10px;
	letter-spacing: 5px;
}
.contactUnits{
	width: 1260px;
	height: 120px;
	margin: 60px auto;
}
.addressInfo{
	width: auto;
	height: 120px;
	margin-right: 50px;
	float: left;
}
.addressInfo:last-child{margin-right: 0;float:right;}
.addresstext{
	width: auto;
	height: 30px;
}
.blackCircle{
	width: 10px;
	height: 10px;
	background: #000000;
	border-radius: 50%;
	float: left;
	margin: 10px;
}
.text-name{
	/* font-size: 0.24rem; */
	font-size: 24px;
	/* font-family: "Source Han Serif CN"; */
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	float: left;
}
.addressList ul li{
	width: auto;
	/* height: 30px; */
	/* font-size: 0.18rem; */
	font-size: 18px;
	font-family: "Source Han Serif CN";
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	padding-left: 30px;
}
.addressList ul li span,.addressList ul li div{float: left;font-family: "Source Han Serif CN";}
.aligncenter{text-align: center;}
.qrcode{
	width: 112px;
	height: 112px;
	background: url(../img/index/qrcode.png);
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 10px;
}

/* 1366分辨率 */
@media screen and (max-width: 1366px) {
	/* banner */
	.banner{
		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;
	}
	/* 版权信息 */
	.footer{
		height: 271px;
		padding-top: 35px;
	}
	.contactUs{
		height: 21px;
		line-height: 21px;
		font-size: 17px;
	}
	.contactUsEn{
		height: 14px;
		line-height: 14px;
		margin-top: 7px;
		letter-spacing: 3px;
		font-size: 12px;
	}
	.contactUnits{
		width: 882px;
		height: 84px;
		margin: 42px auto;
	}
	.addressInfo{
		height: 84px;
		margin-right: 35px;
	}
	.addresstext{
		height: 21px;
	}
	.blackCircle{
		width: 7px;
		height: 7px;
		margin: 7px;
	}
	.text-name{
		line-height: 21px;
		font-size: 17px;
	}
	.addressList ul li{
		/* height: 21px; */
		line-height: 21px;
		padding-left: 21px;
		font-size: 12px;
	}
	.qrcode{
		width: 78px;
		height: 78px;
		margin-top: 7px;
	}
}

/* 1600分辨率 */
@media screen and (min-width: 1367px) and (max-width: 1600px){
	/* banner */
	.banner{
		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;
	}
	/* 版权信息 */
	.footer{
		height: 310px;
		padding-top: 40px;
	}
	.contactUs{
		height: 24px;
		line-height: 24px;
		font-size: 19px;
	}
	.contactUsEn{
		height: 16px;
		line-height: 16px;
		margin-top: 8px;
		letter-spacing: 4px;
		font-size: 14px;
	}
	.contactUnits{
		width: 1008px;
		height: 96px;
		margin: 48px auto;
	}
	.addressInfo{
		height: 96px;
		margin-right: 32px;
	}
	.addresstext{
		height: 24px;
	}
	.blackCircle{
		width: 8px;
		height: 8px;
		margin: 8px;
	}
	.text-name{
		line-height: 24px;
		font-size: 19px;
	}
	.addressList ul li{
		/* height: 24px; */
		line-height: 24px;
		padding-left: 24px;
		font-size: 14px;
	}
	.qrcode{
		width: 89px;
		height: 89px;
		margin-top: 8px;
	}
}
