a {
	color: #fff;
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	background: url(../index_files/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: 1300px;
}

#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: #282828;
	font-size: 24px;
	line-height: 78px;
	background: url(../index_files/bg03.png) no-repeat;
}

#main .linkUl>li:hover>a {
	color: #eb3528;
	background: url(../index_files/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(../index_files/img01_on.png) no-repeat;
}

#main .linkUl>li.li02:hover>a span {
	background: url(../index_files/img02_on.png) no-repeat;
}

#main .linkUl>li.li03:hover>a span {
	background: url(../index_files/img03_on.png) no-repeat;
}

#main .linkUl>li.li04:hover>a span {
	background: url(../index_files/img04_on.png) no-repeat;
}
#main .linkUl>li.li05:hover>a span {
}

#main .linkUl>li>a img {
	display: block;
}

#main .linkUl>li:hover>a span img {
	visibility: hidden;
}

.jsBox {
	margin-left: -282px;
	padding-bottom: 2px;
	width: 578px;
	position: absolute;
	left: 50%;
	top: 0;
	box-sizing: content-box;
	display: none;
	transform: translateY(calc(-100%));
	-webkit-transform: translateY(calc(-100%));
	padding-bottom: 10px;
}
.jsBox::after {
    content: '';
    background: url(../index_files/arrow.png);
    display: block;
    position: absolute;
    width: 13px;
    height: 7px;
    left: 50%;
    margin-top: -1px;
}
.linkUl li:hover .jsBox {
	display: block;
}

.ulList {
	padding: 25px 25px 15px;
	border: 1px solid rgb(189, 36, 36);
	background: #fff;
}

.ulList li {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	color: #000;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.li03 .ulList li{
	color: #000;
	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: #bd2424;
}
.li03 .jsBox{
	width: 230px;
	margin-left: -50%;
}


.ulList li .ms {
	margin-right: 11px;
	width: 72px;
	display: block;
	float: left;
	border: 1px solid rgb(189, 36, 36);
	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 rgb(189, 36, 36);
	background: #fff;
	overflow: hidden;
}

.ulList li a {
	width: 136px;
	display: block;
	float: right;
	color: #fff;
	font-size: 17px;
	line-height: 42px;
	text-align: center;
	border: 1px solid rgb(189, 36, 36);
	 background: linear-gradient(270deg, #d40000 0%, #ff1010 100%);
    font-weight: bold;
}

.ulList a:hover {
	background: linear-gradient(180deg, #fbe2e2 0%, #fffcfc 100%);
	color: #eb3528;

}

.text {
    font-size: 1.15rem;
    font-weight: 700;
    font-size: 20px;font-weight: bold;
    color: #000;margin-bottom: 6px;
  }