﻿/*------------------------底部---------------*/
.footer{
	margin-top: 60px;
 }
 .footer_In{
	background:  url(/Content/Areas/Common/images/common/footBk1.png)no-repeat;
	background-size: cover;
	/* height: 255px; */
	padding-top: 20px;
	box-sizing: border-box;
	}
 .footer a:hover {
	text-decoration: underline;
 }
 .footer_In p.mess_p, .footer_In .footer-visit{
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
 }
 .footer_In p.footer-visit {
padding-bottom: 10px;
letter-spacing:4px;

 }
 .footer_In p.footer-visit strong{
	font-size: 20px;
	padding: 0px 2px;

 }
 .copyright{
	height: 47px;
	background: #045216;
 }
 .copyright p{
	line-height: 47px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
 }
 .copyright p span{
	margin: 0 10px;
	}
 .copyright p a{
	color: rgba(255, 255, 255, 0.4); 
 }
 .copyright p a:hover{
	color:#fff; 
 }
 .copy_Ph{
	display: none;
 }
 ul.footerNav {
	display: flex;
	width: 420px;
	margin: 0 auto;
	color: #fff;
	line-height: 36px;
 }
 
 ul.footerNav a {
	color: #fff;
	font-size: 16px;
 }
 .FriendLink a {
	color: #fff;
 }
 .FriendLink p {
	color: #fff;
 }
 .FriendLink {
	color: #fff;
	width: 710px;
	margin: 0 auto;
	display: flex;
	/* align-items: center; */
	justify-content: flex-start;
	line-height: 36px;
	font-size: 16px;
	}
 
 .FriendLink ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	}
 
 .FriendLink ul li {
	margin-left: 20px;
	/* width: 65%; */
	}
.fT_bule img{
	width:20px;
}
.fT_bule>span:nth-last-child(1){
	margin:0;
}
 @media only screen and (max-width: 1024px) {
 .FriendLink,.footer,.footer_In{ width:1200px;}	
 }
 
 @media only screen and (max-width: 768px) {
	
 .FriendLink ul {
		 flex-wrap: wrap;
		 justify-content: center;
 }
 
 .FriendLink a {
		 font-size: 0.24rem;
		 line-height: 0.4rem;
 }
 
 .FriendLink ul li {
		 line-height: 0.4rem;
		 margin: 0 5px;
 }
 
 .FriendLink p {
		 font-size: 0.24rem;
 }
 .footer,.footer_In{ width:100%;}
 .footerNav{ display:none;}
 .btn_line{ display:none;}
 .footer p.add{display:none}
 .FriendLink{/* display:none; */width: 100%;flex-wrap: wrap;margin-bottom: 10px;padding: 0 10px;box-sizing: border-box;}
 .footer{
	margin-top: 0.4rem;
 }
 .footer_In{
	background: url(/Content/Areas/Common/images/common/footBkPh.png)no-repeat;
	background-size: cover;
	height:auto;
	padding: 0.3rem 0;
 }
 .footer_In p.mess_p{
	font-size: 0.24rem;
	line-height: 0.4rem;
 }
 .copyright{
	height: auto;
	padding: 0.15rem 0;
 }
 .copyright p{
	font-size: 0.24rem;
	line-height: 0.36rem;
 }
 .copyright p a{
	font-size: 0.24rem;
	line-height: 0.36rem;
 }
 .copy_Pc{
	display: none;
 }
 .copy_Ph{
	display: block;
 }
	ul.footerNav {
	font-size: 0.24rem;
	line-height: 0.4rem;
 }
 
 ul.footerNav a {
	font-size: 0.24rem;
	line-height: 0.4rem;
 }
 
 ul.footerNav {
	/* width: 66%; */
	width: auto;
	flex-wrap: wrap;
	justify-content: center;
 }
 } 
 @media only screen and (max-width: 400px) {
	ul.footerNav {
	/* width: 76%; */
 }
 }
 @media only screen and (max-width: 350px) {
	ul.footerNav {
	/* width: auto; */
	/* flex-wrap: wrap; */
	/* justify-content: center; */
 }
 }    