/*====================底部*********/
.footer{
	background: #333333;
}
.footer .footer_contact	.follow a i{
	opacity: 0.5;
}
.footer	.footer_contact	.follow a:hover i{
	opacity: 1;   
}
.footer li a{
	color: #FFFFFF;
}
.footer .dropdown_menu a{
	color: #888888;
    display: block;	
	
}
.copyright{
	background: #333333;
	border-top:#444444 1px solid;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #888888;
}
.footer	.footer_nav{
	display: block;
	border-right: #444444 1px solid;
	margin-right: 8%;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.footer .footer_nav li{
	display: inline-block;
	width: calc(33% - 2rem);
	vertical-align: top;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-right: 2rem;
} 
.footer .footer_nav li a:hover{
	color: #FFFFFF;	
}	
.footer .footer_nav li:nth-child(3n){
	margin-right: 0;	
}
.footer	.footer_contact	{
	color: #888888;
	margin: 5rem 0px;
}
.footer	.footer_contact	li{
	margin-top: 0.5rem;
}
.footer	.footer_contact	a{
	color: #888888;	
}
.footer	.footer_contact	a:hover{
	color: #FFFFFF;	
}	
.footer	.footer_contact	h5{
	color: #FFFFFF;
	line-height: 2;
}
.footer	.footer_contact	.follow{
	margin-top: 1rem;
}
.footer	.footer_contact	.follow a{
    display: inline-block;
    margin-right: 0.5rem;
    position: relative;
}
.footer	.footer_contact	.follow a .code{display: none;width: 150px;height: 150px;position: absolute;bottom: 38px;left: 50%;margin-left: -75px;background: #fff;}
.footer	.footer_contact	.follow a .code::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.footer	.footer_contact	.follow a .code img{width: 100%;object-fit: cover; height: 100%;}
.footer	.footer_contact	.follow a:hover .code{display: block;animation: FooterIcon .6s ease-in-out both;}
@keyframes FooterIcon{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}

@media screen and (max-width: 1024px){
	
}
@media (max-width: 992px){
.copyright {
    border-top: #444444 0px solid;
	padding-top: 0px;
    padding-bottom: 0px;
}
.copyright .container{
    border-top: #444444 1px solid;
	padding-top: 25px;
    padding-bottom: 25px;
}		
.footer	.footer_nav{

	display: block;
	border-bottom: #444 1px solid;
	border-right: #444444 0px solid;
	margin-right: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.footer .footer_nav li{
    display: inline-block;
    width: calc(50% - 1rem);
    vertical-align: top;
    margin-bottom: 1rem;
    margin-top: 0;
    margin-right: 0;
} 
.footer .footer_nav li:nth-child(2n){
	margin-left: 1rem;	
}
.footer	.footer_contact	{
	margin: 3rem 0px;
}	
.footer	.footer_contact	.follow a img{
	opacity: 1;
}
	
}
@media (max-width: 1024px) and (min-width: 769px){
			
	
}

/*订阅邮件*/
.index_email .container_right.subscribe{
    float: right;
    width: calc(40% - 2vw);
    position: relative;
    top: 50%;
    transform: translateY(100%);
}
.subscribe form{

}
.subscribe input{
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: calc(2em + 0.75rem + 2px);
    max-width: 768px;
    width: 100%;
    padding-right: 50px;
    padding-left: 15px;
    border: #eeeeee 1px solid;
	color: #888888;
}
.subscribe button{
    position: absolute;
    right: 10px;
    top: 0px;
    border: none;
    background: none;
    line-height: calc(2em + 0.75rem + 0px);
    z-index: 1;	
}
@media (max-width: 768px){
			
.index_email .container_right.subscribe {
    float: none;
    width: calc(100% - 0vw);
    position: relative;
    top: 0;
	margin: 0;
    transform: translateY(0);	
}
}