﻿@charset "utf-8";
/* CSS Document */
/*
updated:	2022-05-20
updated by:	huangyaozhou
*/
html {
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
}

/* IE6对positon:fixed的单独处理修正IE6滚动抖动的bug */
*html,
*html body {
	background-image: url(about:blank);
	/*修正IE6滚动抖动的bug*/
	background-attachment: fixed;
	/*根据自己实际，非必需*/
}

body {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", 微软雅黑, STHeitiSC-Light, simsun, 宋体, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	width: 100%;
}

body,
div,
dl,
dt,
dd,
ol,
ul,
li,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

image {
	border: none
}

input {
	border: none;
	outline: 0;
	font-family: simsun
}

ol,
ul,
li {
	list-style: none;
}

a:link{
	text-decoration: none;
	color: #003398
}
a:visited, a:active {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #ea5404
}

form {
	padding: 0;
	margin: 0;
}

form {
	display: block;
	margin-top: 0em;
}

input {
	border: none;
	outline: 0;
	font-family: simsun;
}

.f12,
.f12 a:link,
.f12 a:hover {
	font-size: 12px;
	color: #666 !important;
	padding-top: 9px;
}

.box-sizing {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	display: block;
	content: " ";
	clear: both
}

.clearfix {
	zoom: 1
}
.clearfix {
	clear: both;
}

.top {
	height: 100px;
	width: 1200px;
	margin: 20px auto;
	background-color: #fff;
}

.top-wrap {
	width: 1200px;
	height: 100px;
}

.top-wrap .aq-logo {
	float: left;
	height: 100px;
}
.top-wrap .top-ad {
	height: 100px;
	float: left;
	margin: 0 20px;
}

.top-wrap .top-ad .ad {
	height: 100px;
}
.top-wrap .top-ad .ad img{
	width: 657px;
	height: 100px;
}
.top-wrap .top-code {
	width: 270px;
	float: right;
}

.top-menu {
	width: 100%;
	background: #e42500;
	height: 55px;
	margin: 0 auto;
}

.top-menu ul {
	text-align: center;
	font-size: 0;
	*zoom: 1;
	margin:0 auto;
	width: 1200px;
}

.top-menu ul:after,
.top-menu ul:before {
	content: " ";
	display: table;
}

.top-menu ul li {
	padding: 0 5px;
	font-size: 16px;
	float: left;
	width: 90px;
}
/* .top-menu ul li:nth-child(6n+1) {
	display: block;
	color: #fff;
	line-height: 55px;
	font-weight: 700;
} */
.top-menu ul li:nth-child(11n+1) {
	display: block;
	color: #fff;
	line-height: 55px;
	font-weight: 700;
}
.top-menu ul li a {
	display: block;
	color: #f0f8ff;
	text-decoration: none;
	line-height: 55px;
	padding: 0 5px;
}

.top-menu ul li a:hover {
	display: block;
	background: rgb(0 0 0 / 15%);
	text-decoration: none;
	line-height: 55px;
	padding: 0 5px;
}

.ls-header {
    position: relative;
}
.ls-banner {
    height: 328px;
    padding: 50px 0 0px;
    background: url(banner.jpg) center top no-repeat;
	min-width: 1200px;
}
.ls-siteLogo {
    padding: 45px 0 0;
    line-height: 0;
    text-align: left;
}
.ls-siteLogo img {
    width: auto;
    height: 100px;
    max-width: 80%;
    vertical-align: middle;
}
.img_title {
    display: none;
}
.navbox {
    height: 60px;
	width: 1200px;
    background: rgb(228 37 0 / 0.85);
	background-color: #e42500;
	opacity: 0.85;
	margin: 113px auto 0;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.navbox .first {
    background: none;
}
.navbox .num {
    width: 133px;
    height: 60px;
    position: static;
    text-align: center;
    background: url(nav-ico.png) left center no-repeat;
}
.navbar-nav>li {
    float: left;
}
.nav>li, .nav>li>a {
    position: relative;
    display: block;
}
.nav:after, .nav:before {
    content: " ";
    display: table;
}
.navbox .first {
    background: none;
}
.navbox .num .mn:hover, .navbox .num.on .mn {
    padding-bottom: 0;
    border-bottom: 4px solid rgba(246, 247, 249, 0.96);;
    position: relative;
    z-index: 1;
}
.navbox .num .mn {
    display: block;
    padding: 4px 0;
    margin: 0 10px;
    line-height: 52px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}