<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin: 0;
}
ul.li,dl,dt,dd,ol{
	list-style: none;
}
a{
	text-decoration: none;
}
*{
	box-sizing: border-box;
}

.foot{
	width: 100%;
	height: 355px;
	background: #2d2d2d;
	/* border: 1px solid coral; */
}
.foot_top{
	width: 1200px;
	margin: 0 auto;
	/* border: 1px solid red; */
}
.foot_left_1{
	/* border: 1px solid rosybrown; */
	width: 887px;
	height: 102px;
	/*margin-left: 14%;*/
}
.foot_left{
	width: 215px;
	height: 49px;
	/* padding-top: 50px; */
}
.foot_left&gt;a{
	display: block;
	width: 100%;
	height: 100%;
}
.foot_right{
	float: right;
	width: 496px;
	height: 100%;
	/* border: 1px solid chartreuse; */
	margin-top: -50px;
	margin-right: 52px;
}
.foot_right&gt;p{
	width: 500px;
	color: #999;
	font-size: 16px;
	display: block;
	text-align: center;
	padding-top: 40px;
}
.foot_right&gt;p&gt;strong{
	font-size: 45px;
	margin-left: 10px;
	color: #999;
}
.foot_ctoon{
	width: 1200px;
	height:250px;
	margin: 0 auto;
	/* border: 1px solid rosybrown; */
}
.foot_center{
	/* border: 1px solid coral; */
	width: 860px;
	height: 250px;
	/* margin-left: 112px; */
	float:  left;
}
.foot_center&gt;ul{
	width: 860px;
	height: 250px;
	/*border: 1px solid rosybrown;*/
	padding-left: -20px;
	padding-top: 15px;
}
.foot_center&gt;ul&gt;li{
	list-style: none;
	width: 121px;
	height: 100%;
	/* border: 1px solid red; */
	float: left;
	/* padding-left: 3px; */
}
.foot-item {
	width: 100%;
}
.foot-item dt {
	font-size: 18px;
	color: #999;
	padding-bottom: 12px;
}
.foot-item dd, .foot-item dt {
	width: 100%;
	margin-left: 20px;
}
.foot-item dt span {
	display: block;
	width: 30px;
	height: 1px;
	background: #999;
	margin-top: 17px;
}
.foot-item dd {
	padding-bottom: 10px;
}
.foot-item dd, .foot-item dt {
	width: 100%;
}

.foot-item dd a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #999;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.foot-item dd a:hover{
	color: #007bff;
}
.foot_right_1{
	width: 338px;
	height: 249px;
	/* border: 1px solid coral; */
	float: left;
	/* margin-top: -221px; */
}
.text_all{
	width: 325px;
	height: 220px;
	/* border: 1px solid coral; */
	margin-top: 22px;
}
.text_left,.text_right{
	width: 115px;
	height: 138px;
	/* border: 1px solid chartreuse; */
	float:  right;
	margin-right: 27px;
}
.text_left&gt;p,.text_right&gt;p{
	color: #999;
	font-size: 14px;
}
.text_right{
	/* width: 113px; */
	/* height: 138px; */
	/*border: 1px solid chartreuse;*/
	/* float: right; */
	/* margin-top: -219px; */
}
.mask_blg{
	width: 1200px;
	height:48px;
	margin: 0 auto;
}
.foot-down{
	width: 100%;
	height: 48px;
	/*padding-top: 2px;*/
	background-color: #262626;
	/* border: 1px solid gold; */
}
.mask_blg&gt;p{
	font-size: 13px;
	color: #999;
	line-height: 48px;
	text-align:  center;
}
/*foot over*/
address, caption, cite, code, dfn, em, optgroup, strong, th, var {
    font-style: normal;
    font-weight: 400;
}</pre></body></html>