* {
	margin: 0;
	padding: 0;
}

ol,ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.swiper-slide img{
	cursor: pointer;
}

.body_list {
	width: 1200px;
	margin: auto;
}

/*头部*/

.heade {
	height: 180px;
	width: 100%;
}

.heade .heade_list {
	float: left;
}

.heade .heade_list img {
	width: 80%;
	margin-top: 18px;
}

.heade .nav {
	padding-top: 112px;
}



.heade .nav ul li a {
	padding: 10px 20px;
	color: #000000;
	font-size: 16px;
}

.heade .nav ul>li{ 
    display: inline-block; 
    position: relative;
}
.heade .nav ul>li ol{ 
    position: absolute; 
    width:160px; 
    display: none; 
    background: #000;
    opacity: 0.5;
    margin-top: 12px;
    padding: 2px 10px;
    z-index: 999;  
    
}

.heade .nav ul>li ol li{
	height: 28px;
}

.heade .nav ul>li ol li a{
	color: #FFFFFF;
}

.heade .nav ul>li ol li:hover a{
	color: #0b6aae;
}

.heade .nav ul>li:hover ol{
	display: block;
}

.heade .nav ul>li:hover>a{
	color: #006699 !important;
}

.heade .input input {
	width: 270px;
	height: 24px;
	padding: 3px 5px;
	border-radius: 5px;
	background: #e5e5e5;
	border: none;
	outline: none;
	margin-right: 200px;
}

.heade .input {
	float: right;
	margin-top: 24px;
	position: relative;
}

.heade .input img {
	position: absolute;
	right: 210px;
	top: 2px;
	cursor: pointer;
}

.heade .input span {
	position: absolute;
	right: 100px;
	top: 2px;
	color: #000;
}

.heade .input span a {
	color: #0a84fe;
}

.heade .input span a:last-child{
	color: #000;
}

.heade .on{color: #006699 !important;border-bottom:1px solid #0b6aae ;}


/*尾部*/

.img img{
	width: 100%;
}

.footer{
	margin-top: 20px;
}

.footer .left{
	float: left;
}



.footer .center_for{
	float: left;
	padding-bottom: 20px;
	
}

.footer .center_for dl{
	float: left;
	margin-left: 100px;
}

.footer .center_for dl dt{
	color: #7f7f7f;
	font-size: 20px;
	margin-bottom: 20px;
}

.footer .center_for dl dd{
	font-size: 16px;
	line-height: 26px;
}

.footer .center_for dl dd a{
	color: #000;
}

.footer .input_tow input {
	width: 250px;
	height: 24px;
	padding: 3px 10px;
	border-radius: 5px;
	background: #e5e5e5;
	border: none;
	outline: none;
}

.footer .input_tow {
	position: relative;
}

.footer .input_tow img {
	position: absolute;
	right: 10px;
	top: 2px;
	cursor: pointer;
}

.fonter_list{
	height: 50px;
	background: #eeeeee;
	clear: both;
}

.center_for dl:first-child dd:hover{
	color: #006699;
	cursor: pointer;
}

.fonter_list img{
	cursor: pointer;
}

.cen_img{
	position: fixed; bottom: 20px; right:20px; z-index: 1040;
}

.cen_img img{
	cursor: pointer;
}

.yan{
	color: #006699 !important;
}
