* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	width: 100%;
	font: 12px "Microsoft Yahei", Arial, sans-serif;
	margin: 0px auto;
	position: relative;
	max-width: 1920px;
	min-width: 1216px;
}

a {
	text-decoration: none !important;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

p {
	margin: 0px;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w1500{
	width: 90%;
	position: relative;
	margin:0px auto;
}
.w946{
	width:946px;
	position: relative;
	margin:0px auto;
}
.w1200{
	width:1200px;
	position: relative;
	margin:0px auto;
}

.wtop{
	height:66px;
	line-height: 75px;
	color:#000000;
	font-size:18px;
}
.wtop .left{
	font-size:18px;
	line-height:44px;
}
.wtop .left>a{
	position: relative;
	top:14px;
	margin-right: 8px;
}
.wtop .left>span{
	position: relative;
	top: 3px;
}
.wtop .left>label{
	font-size:18px;
	top: 3px;
	position: relative;
	margin: 0px 5px;
}
.wtop a{color:#000000;}

.swiper1{
	width:100%;
	height: 287px;
}

.swiper1 a,.swiper1 img{
	display: block;
	width:100%;
	height:100%;
}

.swiper1 a{
	background:url(../images/img1.jpg) no-repeat center center;
}

.nav{
	height:50px;
	line-height:50px;
	background: #489aca;
}
.nav ul li{
	float: left;
	color:white;
	font-size:20px;
	padding: 0px 63px;
	position: relative;
}
.nav ul li>a{
	color:white;
	display: block;
}

.nav ul li>div{
	width: 206px;
	position: absolute;
	left: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	background-color: #489aca;
	top: 50px;
	/* display: none; */
	transition: all 0.5s;
	text-align: center;
	padding-bottom: 5px;
	z-index: 111;
	display: none;
}
.nav ul li:hover div{
	display: block;
}
.nav ul li>div a{
	display: block;
	font-size: 18px;
	line-height: initial;
	padding: 12px 0px;
	color: white;
}
.footer {
	text-align: center;
	padding: 50px 0px;
	line-height: 28px;
	margin-top: 54px;
	font-size:14px;
	color:#686868;
	margin-bottom:50px;
}

/* 新增2024-12-23 */
.top_add>.dw{
	font-size:15px;
	color:#979797;
	margin:20px 0px;
	letter-spacing: 2px;
	padding-left: 7px;
}
.top_add>.dw a{
	color:#979797;
}
.top_add .blf{
	color:#000000;
	font-size:15px;
	margin: 30px 0px;
	line-height: 37px;
}
.top_add .blf a{
	color:#000000;
	
}
.logo>p a{
	display: block;
	font-size: 17px;
	color:#636363;
	margin: 6px 0px;
}
.logo>p{
	position:relative;
	top: 8px;
	padding-left: 20px;
	margin-left: 20px;
}
.xczx {
	/* margin-top:30px; */
	position: relative;
}
.logo>p a:last-child{
	letter-spacing: 2px;
}
.logo>img{
	position: absolute;
	top: 16px;
	/* left: 20px; */
	margin-left: 20px;
}
.logo{
	position:relative
}
.logo>a>img{
	display: block;
	width: 364px;
}
.xczx>.right{
	width: 198px;
}
.xczx>.right img{
	width: 47%;
	margin:0px 10px;
	max-width: 75px;
}

.lookup{
    position: relative;
    background:url(../images/k.png) no-repeat center center;
    background-size: 100% 100%;
}
.lookup input[type="text"]{
    width: 220px!important;
    height: 37px!important;
    padding: 0px 10px;
    box-sizing: border-box;
    background: none!important;
    /* border: 1px #489aca solid!important; */
    border-radius: 6px;
    outline: none;
    border: none;
}
.lookup input[type="submit"]{
    width: 30px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 4px;
    background: none;
}