@charset "utf-8";

/* z-index: 1; */
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 0.75rem/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, Microsoft Yahei, sans-serif;
	font-weight: normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

h1 {
	margin: 0;
}

p {
	margin: 0;
}

a {
	color: blue;
	text-decoration: none;
	cursor: pointer;
	outline: 0 none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
}

a:focus {
	-moz-outline-style: none;
	border: 0;
	blr: expression(this.onFocus=this.blur());
}

input:focus {
	outline: none;
}

input,button,textarea {
	outline: none;
	font: 0.75rem/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, Microsoft Yahei, sans-serif;
	font-weight: normal;
	/*appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

header,footer,article,aside,section,nav,menu,hgroup,details,dialog,figure,figcaption {
	display: block;
}

ol,li,ul,dl,dt,dd {
	list-style: none;
}

fieldset,img {
	border: 0;
}

button,submit,input,select {
	vertical-align: middle;
}

button,submit {
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: normal;
}

b,em,i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.po {
	overflow: hidden !important;
}

/* --- */

.bodyNav {
	width: 100%;
	height: 75px;
	background: url(../images/bg-homeNav.png) repeat;
}

.bodyNav dl {
	width: 1200px;
	height: 70px;
	margin: 0 auto 5px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bodyNav dl dt {
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	font-weight: 700;
	margin-left: 10px;
}

.bodyNav dl dt span {
	font-size: 16px;
	margin: 0 8px;
}

.bodyNav dl dd {
	display: flex;
	align-items: center;
}

.bodyNav dl dd li {
	margin-left: 52px;
}

.bodyNav dl dd li a {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.bodyNav dl dd li a:hover {
	color: #cd8e3e;
}

.bodyNav dl dd li.on a {
	font-weight: 700;
	color: #000000;
}

/* --- */

.homePing {
	width: 100%;
	height: 716px;
	background: #ffde59;
}

.homePing .content {
	width: 1200px;
	height: 716px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.homePing .content .theLeft {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url(../images/bg-homePing.png) no-repeat;
}

.homePing .content .theLeft .title dt {
	font-size: 42px;
	line-height: 60px;
	color: #000000;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.homePing .content .theLeft .title dt img {
	display: inline-block;
	width: 75px;
	height: 54px;
}

.homePing .content .theLeft .title dd {
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	margin-top: 44px;
}

.homePing .content .theLeft .link dt {
	display: flex;
	margin-top: 120px;
}

.homePing .content .theLeft .link dt a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 72px;
	background: #000000;
	border-radius: 36px;
	margin-right: 64px;
	font-size: 16px;
	line-height: 72px;
	color: #ffffff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.homePing .content .theLeft .link dt a:hover {
	background: #cd8e3e;
}

.homePing .content .theLeft .link dt a img {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.homePing .content .theLeft .link dd {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 18px 0 0 28px;
}

/* --- */

.homeMain {
	width: 100%;
}

.homeMain .content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.homeMain .content .first {
	margin-bottom: 110px;
}

.homeMain .content .first h6 {
	font-size: 18px;
	line-height: 32px;
	color: #231815;
	font-weight: 500;
	text-align: center;
	margin-top: 24px;
}

.homeMain .content .first dl {
	margin-top: 38px;
}

.homeMain .content .first dl dt b {
	display: block;
	font-size: 30px;
	line-height: 42px;
	color: #000000;
	font-weight: 700;
	text-align: center;
	margin-bottom: 18px;
}

.homeMain .content .first dl dt {
	margin-bottom: 40px;
}

.homeMain .content .first dl dt p {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	text-align: center;
}

.homeMain .content .first dl dd img {
	display: inline-block;
	width: 834px;
	height: 451px;
}

.homeMain .content .second {
	display: flex;
	margin: 60px 0 100px 0;
}

.homeMain .content .second li {
	width: 400px;
}

.homeMain .content .second li dl dt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.homeMain .content .second li dl dt b {
	font-size: 24px;
	line-height: 40px;
	color: #000000;
	font-weight: 700;
	text-align: center;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
}

.homeMain .content .second li dl dt b img {
	margin-right: 6px;
}

.homeMain .content .second li dl dt b.s img:nth-child(1) {
	position: relative;
	top: -16px;
}

.homeMain .content .second li dl dt b.s img:nth-child(2) {
	position: relative;
	top: 8px;
	margin: 0 0 0 6px;
}

.homeMain .content .second li dl dt div {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	height: 96px;
	margin-bottom: 32px;
}

.homeMain .content .second li dl dt div  em {
	font-size: 12px;
	line-height: 24px;
	color: #ff0000;


}

.homeMain .content .second li dl dd img {
	display: inline-block;
	width: 400px;
	height: 450px;
}

/* --- */

.bodyFoot {
	width: 100%;
	height: 200px;
	background: #2a2a2a;
}

.bodyFoot .content {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bodyFoot .content dt {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bodyFoot .content dt span {
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	margin-top: 8px;
}

.bodyFoot .content dd {
	padding: 10px 0 10px 28px;
	border-left: 1px solid #5b5b5b;
	margin-left: 18px;
}

.bodyFoot .content dd div {
	display: flex;
}

.bodyFoot .content dd div a,
.bodyFoot .content dd div span,
.bodyFoot .content dd div b {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.bodyFoot .content dd div a:hover {
	color: #f2cd2b;
}

.bodyFoot .content dd div:nth-child(2) a:hover {
	color: #ffffff;
}

.bodyFoot .content dd div a,
.bodyFoot .content dd div span {
	margin-right: 14px;
}

.bodyFoot .content dd div b {
	margin-right: 36px;
}

/* --- */

.popDownload {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.popDownload .pop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popDownload .content b {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 12px;
}

.popDownload .content dl {
	width: 284px;
	height: 323px;
	background: #ffffff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.popDownload .content dl dt img {
	display: inline-block;
	width: 250px;
	height: 250px;
}

.popDownload .content dl dd {
	margin-top: 7px;
}

.popDownload .content dl dd p {
	font-size: 12px;
	line-height: 18px;
	color: #8c8c8c;
}

/* --- */

.aboutMain {
	width: 100%;
	min-height: calc(100vh - 275px);
}

.aboutMain .titleBox {
	width: 100%;
	height: 182px;
	background: #ffde59;
}

.aboutMain .titleBox .title {
	width: 1200px;
	height: 182px;
	margin: 0 auto;
	background: url(../images/bg-aboutPing.png) no-repeat right center;
	display: flex;
	align-items: center;
}

.aboutMain .titleBox .title b {
	padding-left: 136px;
	font-size: 30px;
	line-height: 32px;
	color: #000000;
}

.aboutMain .titleBox .title span {
	font-size: 16px;
	line-height: 24px;
	color: #a99338;
	margin: 10px 0 0 4px;
}

.aboutMain .contentBox {
	width: 1200px;
	margin: 0 auto;
}

.aboutMain .contentBox .content {
	padding: 72px 0 52px 0;
	width: 1000px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 24px;
	color: #000000;
	text-indent: 2em;
}