﻿@charset "utf-8";
/* CSS Document */

#footer{
	width:100%;
	background:#eeeeee;
}

 

.footer-content{
	padding:40px 0;
}

.content-left{
	float:left;
}

.footer-sydh{
	margin-bottom: 10px;
}

.footer-sydh ul li{
	float:left;
	color:#7e7e7e;
	font-size:14px;
	line-height:30px;
	margin-right:12px;
}

.footer-sydh ul li a{
	color:#7e7e7e;
	    cursor: pointer;
}

.sydh-item{
	float:left;
	color:#7e7e7e;
	font-size:14px;
	line-height:30px;
	margin-right:12px;
}

.sydh-item a{
	color:#000000  !important;
        font-weight:bold;
	    cursor: pointer;
}

.sydh-fgx{
	float:left;
	width:1px;
	height:16px;
	background:#7e7e7e;
	margin:8px 12px 0 0;
}

.footer-info{
	color:#000000;
	font-size:14px;
	line-height:26px;
}

.info-left{
	float:left;
	width:348px;
	margin-right:10px;
}

.fwsj{
	float:left;
}

.fwsj-ul{
	float: left;
}

.fwsj-ul li{
	color:#000000;
	font-size:14px;
	line-height:26px;
}

.info-right{
	float:left;
	width: 445px;
	margin-right:30px;
}

.info-right ul li{
	color:#000000;
	font-size:14px;
	line-height:26px;
}

.content-right{
	float:right;
	text-align: center;
	margin: 15px 0 0 0;
}

.content-right img{
	    width: 75px;
    height: 75px;
}

.content-right div{
	margin-top: 5px;
	color:#000000;
	font-size:14px;
}



/* ==============@media============== */
@media screen and (max-width: 1240px) {}
@media screen and (max-width: 1100px){}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 650px){}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}


