a {
	color: #fff;
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	background: url(../images/bg01.jpg) no-repeat center top;
}

ul li {
	list-style: none
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*+height: 1%;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*+html .clearfix {
	zoom: 1;
}

/* IE7 */
.fL {
	float: left !important;
}

.fR {
	float: right !important;
}

img {
	vertical-align: top;
}

/*---------------index--------------*/
body,
#container {
	height: 100vh;
	overflow: hidden;
}

#container {
	position: relative;
}

#main {
	padding: 0 100px;
	max-width: 1400px;
	min-width: 1160px;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#main .photo {
	margin-bottom: 10px;
	text-align: center;
}

#main .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 65vh;
}

#main p {
	margin-bottom: 35px;
	text-align: center;
}

#main p a {
	margin: 0 28px;
	display: inline-block;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

#main .linkUl {
	margin: 0 auto;
	width: 1036px;
}

#main .linkUl>li {
	margin: 0 16px 0 18px;
	width: 225px;
	float: left;
	position: relative;
}

#main .linkUl>li>a {
	padding: 0 0 2px 38px;
	display: block;
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 24px;
	line-height: 70px;
	background: url(../images/bg03.png) no-repeat;
}

#main .linkUl>li:hover>a {
	background: url(../images/bg04.png) no-repeat;
}

#main .linkUl>li>a span {
	margin: -6px 12px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#main .linkUl>li:hover>a span {
	background: url(../images/img01_on.png) no-repeat;
}

#main .linkUl>li.li02:hover>a span {
	background: url(../images/img02_on.png) no-repeat;
}

#main .linkUl>li.li03:hover>a span {
	background: url(../images/img05_on.png) no-repeat;
}

#main .linkUl>li.li04:hover>a span {
	background: url(../images/img04_on.png) no-repeat;
}

#main .linkUl>li>a img {
	display: block;
}

#main .linkUl>li:hover>a span img {
	visibility: hidden;
}

.jsBox {
	margin-left: -294px;
	padding-bottom: 2px;
	width: 578px;
	position: absolute;
	left: 50%;
	top: 0;
	box-sizing: border-box;
	display: none;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	padding-bottom: 10px;
}
.jsBox::after {
    content: '';
    background: url(../images/triangle.svg);
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    margin-top: -1px;
}
.linkUl li:hover .jsBox {
	display: block;
}

.ulList {
	padding: 25px 25px 15px;
	border: 1px solid rgb(0, 147, 0);
	background: rgba(0, 0, 0, 0.8);
}

.ulList li {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	color: #414755;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.li03 .ulList li{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:10px;
	font-size:20px;
}

.li03 .ulList li > img {
	margin:0;
}
.li03 .ulList li:hover{
	color: #00ff00;
}
.li03 .jsBox{
	width: 230px;
	margin-left: -53%;
	/* border: 1px solid #a89062; */
}

.ulList li .ms {
	margin-right: 11px;
	width: 72px;
	display: block;
	float: left;
	border: 1px solid #fff;
	background: #fff;
}

.ulList li>img {
	margin: 13px 10px 0 0;
	display: block;
	float: left;
}

.ulList li .url {
	width: 253px;
	float: left;
	display: block;
	box-sizing: border-box;
	border: 1px solid #C8C8C8;
	background: #F0F0F0;
	overflow: hidden;
}

.ulList li a {
	width: 136px;
	display: block;
	float: right;
	color: #fff;
	font-size: 17px;
	line-height: 42px;
	text-align: center;
	background: linear-gradient(180deg, #050505 0%, #2c2c2c 100%);
	border:1px solid #a89062;
}

.ulList a:hover {
	background: linear-gradient(180deg, rgb(0, 32, 0) 0%, rgb(0, 147, 0) 100%);

}



.text {
      font-size: 1.15rem;
      font-weight: 700;
      color: #03f703;
    }