﻿/*底部样式*/
/*宽度1310px*/
/*主体样式*/
.footer{
	width: 100%;
	padding: 30px 0px 20px;
	line-height: 30px;
	color: #fff;
	background: url(/Content/Areas/Common/images/footer_bg.jpg) no-repeat center center;
	background-size: cover;
  }
  .footer a{
	color: #fff;
  }
  .footer a:hover{
	font-weight: bold;
	transition: all 0.5s linear;
  }
  .footer_In{
	margin: 0px auto;
  }
  .footerNav{
	width: 100%;
	text-align: center;
  }
  .footerNav a{
	padding: 0px 8px;
  }
  .p6{
	text-align: center;
  }
  /*copyright*/
  .copyright{
	text-align: center;
  }
  /*friendlink*/
  .FriendLink {
	padding: 20px 0;
	background: #fff;
  margin: 0px auto;
  width: 1310px;
  }
  .link { padding-bottom:15px; margin:8px auto 0 auto; width:960px; }
  .linktitle {line-height:35px;margin: 0 auto;}
  .linkspan a{color: #00568e;font-weight:500;font-family:'微软雅黑',Arial, Helvetica, sans-serif;font-size:16px;}
  .linkspan a:hover{ text-decoration:none; color:#198366}
  .swiper-container-link{height: 155px;width: 100%;padding: 10px 0px;}
  .linkul {overflow:hidden;float: left;width: 78%;}
  .noFind{ padding:20px;}
  .linkli {float:left;padding:0 25px;line-height:24px;box-sizing: border-box;margin: 10px 0;}
  .linkul li.last{ background:none}
  .linkli a{ color:#555}
  .linkli a:hover{ color:#2B8873; text-decoration:none}
  .linkli img {border:1px solid #00568e;height: 56px !important;width: 150px !important;}
  .weibo{float: left;width: 22%}
  
  @media only screen and (max-width:1440px) {
	.FriendLink{
	  width: 1200px;
  }
  .linkli{padding: 0 15px;}
  }
  
  @media only screen and (max-width:768px) {
	.FriendLink,
	.friendlink {
		display: none;
	}
	.footerNav{display: none;}
  }
  
  
  .friendlink .picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
  }
  
  .friendlink .picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	float: left;
	line-height: 30px;
	padding-right: 10px;
	_width: 74px;
  }
  
  .friendlink .picMarquee-left .bd {
	float: left;
	width: 1045px;
	_width: 500px;
  }
  
  .friendlink .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
  }
  
  .friendlink .picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	height: 30px;
  }
  
  .friendlink .picMarquee-left .bd ul li .pic {
	text-align: center;
  }
  
  .friendlink .picMarquee-left .bd ul li .title {
	line-height: 24px;
  }
  @media only screen and (max-width:768px){
	.copyright .p3 span,.copyright .p4,.copyright .gongxing,.copyright .p5,.copyright .p6{
   display: none;
  }
  .footer {
 width: 100%;
 padding: 0.3rem 0px;
 line-height: 34px;
 color: #fff;
 background: #004180;
 background-size: cover;
 font-size: 12px;
}
  }  