@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	overflow-x: hidden;
}

@font-face {
	font-family: 'sySong';
	src:
		url('sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.pic img:hover {
	transform: scale(1.1);
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}

.wap {
	display: none !important;
}


/*头部*/

.top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: all 0.3s;
}

.top.on {
	top: 0;
}

.logo a {
	display: block;
	font-size: 0;
	margin-top: 20px;
	transition: all 0.3s;
}

.logo img {
	vertical-align: middle;
}

.top-r {
	padding-top: 30px;
}

.top-r-t {
	font-size: 0;
	text-align: right;
}

.top-r-lj {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	margin-right: 5px;
	font-size: 14px;
	color: #fff;
}

.top-r-lj a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 0 5px;
}

.top-r-lj a:nth-child(5) {
	padding-left: 20px;
}

.top-r-lj a:hover {
	color: #fff;
}

.search-con {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	vertical-align: middle;
}

.top button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	text-align: center;
	background: none;
	cursor: pointer;
}

.top button img {
	vertical-align: middle;
}

.search {
	width: 500px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 1;
	display: none;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 500px;
	padding-left: 15px;
	padding-right: 100px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;

	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

.search input::-webkit-input-placeholder {
	color: #999;
}

.search input::-moz-input-placeholder {
	color: #999;
}

.search input::-ms-input-placeholder {
	color: #999;
}


/* 定位搜索框 */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	transition: all 0.5s;
}

.yc-search-bg {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.search {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
}





/*导航*/

.nav {
	height: 33px;
	line-height: 33px;
	margin-top: 10px;
	transition: all 0.3s;
}

.nav>ul {
	font-size: 0;
	height: 100%;
	text-align: left;
}

.nav>ul>li {
	display: inline-block;
	text-align: center;
	position: relative;
	width: 11%;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav>ul>li>span {
	display: inline-block;

	width: 16px;
	height: 10px;
	margin-left: 8px;
}

.nav>ul>li.on>div {}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
	transform: scaleX(0);
}

.nav>ul>li.on>a::after {
	transform: none;
}

.nav>ul>li.active>a {
	color: #fff;
}

.nav>ul>li:hover>a {
	color: #fff;
}

.nav>ul>li:hover>a:after {
	transform: none;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 120px;
	z-index: 9999;
	display: none;
	padding-top: 5px;

}

.nav>ul>li>div>ul {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	overflow: hidden;
	line-height: normal;
	border-top: 3px solid #591AAD;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 20px; padding:10px 7px;
	transition: .3s;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #591AAD;
	color: #fff;
}


/*隐藏导航*/

.top-yc {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
}

.top-nav {
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow-y: hidden;
}

.top-nav>ul {
	padding: 0 6%;
}

.top-nav>ul>li {
	float: left;
	width: 12.5%;
	text-align: center;
}

.top-nav>ul>li>a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.top-nav>ul>li>div {
	padding-top: 10px;
}

.top-nav>ul>li>div>ul>li>a {
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}

.top-nav>ul>li>div>ul>li>a:hover {
	color: #fff;
}



/*新增三级*/
.top-nav>ul>li>div>ul>li {
	position: relative;
}

.top-nav>ul>li>div>ul>li>span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	top: 3px;

	background-position: center center;
	cursor: pointer;
	transition: all 0.3s;
}

.top-nav>ul>li>div>ul>li>aspan.on {
	transform: rotate(90deg);
}

.nav-sj {
	display: none;
}

.nav-sj>li {
	display: block;
	font-size: 14px;
	line-height: 37px;
}

.nav-sj>li a {
	display: block;
	color: rgba(255, 255, 255, 0.6);
}

.nav-sj>li a:hover {
	color: rgba(255, 255, 255, 0.8);
}


.top.on {
	background: #591AAD;
}

.top.on .logo a {
	float: left;
	margin-top: 0;
	line-height: 80px;
}

.top.on .logo a img {
	vertical-align: middle;
}

.top.on .top-r {
	display: none;
}

.top.on div.clear {
	display: none;
}

.top.on .nav {
	float: right;
	width: calc(100% - 460px);
}

.top.on .nav>ul>li>a {
	font-size: 18px;
}




/*底部*/

.foot {
	width: 100%;
		background-size: cover;
	padding: 40px 0;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot-l {
	width: 24%;
	font-size: 0;
}

.foot-l>img {
	max-height: 68px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 14px;
}

.foot-l .bq {
	margin-top: 25px;
}

.foot-l .bq p {
	font-size: 14px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.7);
}

.foot-c {
	width: 30%;
	margin-left: 10%;
}

.foot-c h3 {
	font-size: 14px;
	margin-bottom: 20px;
}

.foot-c p {
	font-size: 14px;
	line-height: 26px;
}

.foot-r {
	margin-top: 15px;
}

.foot-media {
	text-align: right;
	margin-top: 46px;
}

.foot-media>div {
	display: inline-block;
	text-align: center;
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}

.foot-media>div:first-child {
	margin-left: 0;
}

.foot-media>div:hover div {
	display: block;
}

.foot-media>div>div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 15px;
	width: 120px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	z-index: 9;
	display: none;
}

.foot-media>div>div img {
	display: block;
	width: 100%;
}

.foot-media>div>div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.foot-media>div>img {
	display: block;
	margin: 0 auto;
	opacity: 0.8;
}

.foot-media>div:hover>img {
	opacity: 1;
}

.foot-media>div>p {
	font-size: 15px;
	color: #aeaeae;
	margin-top: 10px;
}

.link {}

.link>div {
	position: relative;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, .5);
	float: left;
	width: 174px;
	z-index: 9;
}

.link p {
	line-height: 42px;
	padding-right: 20px;
	background: #303c45;
	color: #fff;
	text-align: left;
	font-size: 14px;
	
	background-position: right center;
}



.link>div:nth-child(2) {
	margin-left: 12px;
}

.link>div:hover div {
	display: block;
}

.link>div div {
	position: absolute;
	bottom: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	padding: 10px 0;
	left: 0;
	right: 0;
	display: none;
}

.link>div div a {
	display: block;
	color: #333;
	line-height: 30px;
	font-size: 14px;
	padding: 0 10px;
}

.link>div div a:hover {
	background: #591AAD;
	color: #fff;
}
.content {
	width: 1400px;
	margin: 0 auto;
}
.pc {
	width: 100%;
	height: 140px;
	background: #591AAD;
}
.pc .content {
	height: 140px;
}
.pc .content .pcTopHeader {
	width: 100%;
}
.pc .content .pcTopHeader:after {
	content: "";
	display: block;
	clear: both;
}
.pc .content .pcTopHeader .logo {
	float: left;
}
.pc .content .pcTopHeader .logo img {
	display: block;
}
.pc .content .pcTopHeader .right {
	float: right;
	margin-top: 30px;
}
.pc .content .pcTopHeader .right .home {
	margin-top: 14px;
	padding-left: 26px;
	background: url(../image/home.png) left center no-repeat;
	background-size: 16px 16px;
	width: 90px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	float: right;
	line-height: 16px;
}
.pc .content .pcTopHeader .right .jb {
	margin-top: 14px;
	padding-left: 26px;
	background-size: 16px 16px;
	width: auto;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	float: right;
	line-height: 16px;
}
.pc .content .pcTopHeader .right .select {
	margin-top: 14px;
	margin-left: 39px;
	width: 84px;
	padding-right: 20px;
	background: url(../image/arrow.png) right center no-repeat;
	background-size: 10px 6px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
	float: right;
	position: relative;
}
.pc .content .pcTopHeader .right .select span {
	cursor: pointer;
}
.pc .content .pcTopHeader .right .select div {
	position: absolute;
	top: 18px;
	left: -6px;
	width: 100px;
	height: auto;
	padding: 10px;
	display: none;
	background: rgba(255,255,255,1);
	z-index: 2;
}
.pc .content .pcTopHeader .right .select div p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.pc .content .pcTopHeader .right .select div p a {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.pc .content .pcTopHeader .right .select div p a:hover {
	text-decoration: underline;
}
.pc .content .pcTopHeader .right .select:hover div {
	display: block;
}
.pc .content .pcTopHeader .right .searchBox {
	width: 300px;
	height: 44px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 22px;
	margin-left: 42px;
	position: relative;
	float: right;
}
.pc .content .pcTopHeader .right .searchBox .input {
	width: 250px;
	height: 44px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 44px;
	background: transparent;
	border: none !important;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}
.pc .content .pcTopHeader .right .searchBox .img {
	float: right;
	margin-top: 10px;
	margin-right: 24px;
}
.pc .content .pcTopHeader .right .searchBox:before {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	left: -20px;
	top: 7px;
}
.searchBox input::-webkit-input-placeholder {
	/*WebKit browsers*/
	color: #fff;
}
.footer{
	width: 100%;
	background:url(../image/footer.png) center no-repeat;
	background-size: 100% 100%;
	height: 267px;
}
.footer .left{
	float: left;
	margin-top: 42px;
}
.footer .left .logo{
	width:496px;
	height:64px;
}
.footer .left .logo a{
	margin: 0;
}
.footer .left .address{
	margin-top: 23px;
	width: 568px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 20px;
}
.footer .left .address div{
	line-height: 28px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.footer .left .address div span{
	margin-left: 30px;
}
.footer .center{
	margin-top: 52px;
	width: 568px;
	margin-left: 114px;
	float: left;
}
.footer .center h2{
	width: 100%;
	height: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 20px;
	margin-bottom: 21px;
}
.footer .center .list{
	width: 100%;
	border-top:1px solid rgba(255,255,255,.3);
	height:auto;
	overflow: hidden;
}
.footer .center .list a{
	margin-top: 30px;
	float: left;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE;
	opacity: 0.68;
	margin-right: 33px;
	line-height: 16px;
}
.footer .center .list a:after{
	content:'>';
}
.footer .center .list a:hover{
	text-decoration: underline;
}
.footer .right{
	float: right;
	margin-top:86px;
}
.footer .right:after{
	content:'';
	display: block;
	clear: both;
}
.footer .right .imgBox{
	float: right;
	margin-left: 30px;
	position: relative;
}
.footer .right .imgBox .qrCode{
	position: absolute;
	bottom: 45px;
	left:-50%;
	width: 100px;
	height: 100px;
	background:#fff;
	box-sizing: border-box;
	padding:5px;
	display:none;
}
.footer .right .imgBox .qrCode img{
	width:100%;
	height:100%;
}
.footer .right .imgBox:hover .qrCode{
	display: block;
}
@keyframes left {
	from {
		transform:translateX(-250px);
		opacity: 0;
	}
	to{
		transform:translateX(0px);
		opacity: 1;
	}
}
@keyframes right {
	from {
		transform:translateX(250px);
		opacity: 0;
	}
	to{
		transform:translateX(0px);
		opacity: 1;
	}
}
@keyframes opacity{
	from{
		opacity: 0;
		transform: scale(.5);
	}
	to{
		opacity:1;
		transform: scale(1);
	}
}
.opacityAnimation{
	opacity: 0;
}
.leftAnimation{
	transform:translateX(-250px);
	opacity: .3;
}
.rightAnimation{
	transform:translateX(250px);
	opacity: .3;
}
.showAnimation .opacityAnimation{
	animation: opacity 1s ease;
	animation-fill-mode:forwards
}
.showAnimation .leftAnimation{
	animation: left 1s ease;
	animation-fill-mode:forwards
}
.showAnimation .rightAnimation{
	animation: right 1s ease;
	animation-fill-mode:forwards
}
@media screen and (max-width:1700px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {
	.footer .left .address{
		width:548px;
	}
	.footer .center{
		margin-left:14px;
	}
	.content{
		width:1280px;
	}
}


@media screen and (max-width:1420px) {
	.px1400 {
		width: auto;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

}

@media screen and (max-width:1300px) {
	.content{
		width: 1024px;
	}
	.top.on .logo a img{
		max-height: 47px;
	}
	.top.on .nav {
		width: calc(100% - 370px);
	}
	.top.on .nav>ul>li>a{
		font-size: 16px;
	}
	.pc .content .pcTopHeader .logo img{
		width: 400px;
	}
	.footer .left .address{
		width:340px;
	}
	.footer .left .address div span{
		margin-left:0;
	}
	.footer .left .logo{
		width:340px;
		height: auto;
	}
	.footer .left .logo img{
		width:340px;
	}
	.footer .center{
		width:472px;
		margin-left: 70px;
	}
	.footer .right .imgBox{
		margin-left: 10px;
	}
}

@media screen and (max-width:1200px) {
	.foot-c{
		margin-left: 5%;
	}
}

@media screen and (max-width:1100px) {
}

@media screen and (max-width:1024px) {
	.animationBox{
		opacity:1;
	}
	.showAnimation .opacityAnimation{
		animation: none;
	}
	.showAnimation .leftAnimation{
		animation: none;
	}
	.showAnimation .rightAnimation{
		animation: none;
	}
	.opacityAnimation{
		opacity: 1;
	}
	.leftAnimation{
		transform:translateX(0);
		opacity: 1;

	}
	.rightAnimation{
		transform:translateX(0);
		opacity: 1;
	}
	.content{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}

	.wap {
		display: block !important;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #591AAD;
		background-size: 100% 100%;
		z-index: 999;
		padding: 10px 20px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		font-size: 12px;
		width: 23%;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		/*background: #fff;*/
		line-height: 24px;
		border-radius: 5px;
	}

	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}

	.m-tlink a img:last-child {
		height: 7px;
		vertical-align: middle;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		font-size: 12px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #591AAD;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}

	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 16px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
		font-size: 14px;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../image/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}
	.foot{
		padding: 20px 0;
	}
    .foot-l, .foot-c, .foot-r{
		float: none;
		width: auto;
		text-align: center;
	}
	.foot-l>img{
		max-width: 100%;
	}
	.foot-l .bq {
		margin-top: 15px;
	}
	.foot-c{
		margin-left: 0;
		margin-top: 15px;
	}
	.foot-c h3{
		margin-bottom: 8px;
	}
	.foot-r{
		margin-top: 20px;
	}
	.link>div{
		float: none;
		display: inline-block;
	}
	.link>div div a{
		text-align: left;
	}
	.foot-media{
		text-align: center;
		margin-top: 20px;
	}
	.footer{
		height: auto;
		overflow: hidden;
	}
	.footer .left{
		float: none;
		width:100%;
		margin-top: 0;
		padding-top:30px;
	}
	.footer .left .logo{
		width:50%;
		margin: 0 auto;
	}
	.footer .left .logo img{
		width:100%;
	}
	.footer .left .address{
		width:80%;
		margin: 23px auto 0;
	}
	.footer .left .address div{
		text-align: center;
	}
	.footer .center{
		width: 80%;
		float: none;
		margin: 20px auto 0;
	}
	.footer .center h2{
		text-align: center;
	}
	.footer .right{
		float: none;
		margin: 20px auto 0;
		text-align:center;
	}
	.footer .right .imgBox{
		display:inline-block;
		float:none;
	}

}

@media screen and (max-width:768px) {
	.link p{
		background-size: auto 8px;
		padding-right: 10px;
	}
	.link>div{
		padding: 0 10px;
	}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
	.link>div{
		display: block;
		width: 100%;
	}
	.link>div:nth-child(2) {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}