﻿/*2020年5月22日*/
.footer {
    position: relative;
    padding: 15px 0 35px 0;
    line-height: 30px;
    text-align: center;
    background: #e7e7e7;
}
.footer select,
.footer a{
    font-size: 12px;
    /* color: #575757; */
}
.bantit{
	font-size: 12px;
	color: #B0B0B0;
}
.footer-icp {
    font-size: 12px;
    color: #B0B0B0;
}
.footit{
	color:#333;
}
.footer-select select {
    width: auto;
    max-width: 200px;
    height: 45px;
    line-height: 45px;
    /* overflow: hidden; */
    margin: 0 40px;
	background-color: transparent;
	border: none;
	clear: both;
}
.footer-link{
	clear: both;
	width: 100%;
	margin: 0 auto;
	color: #959595;
}
/* .footer-link  a {
    margin: 0 12px;
	color: #959595;
} */
.footer-wab {
    width: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle;
	position: relative;
	top: -3px;

}
.footer .main {
    position: relative;
    overflow: visible;
    z-index: 20;
}
.footer .main img {
    position: absolute;
    width: 80px;
    bottom: 10px;
	right: 0px;
}
.footer .main img:first-child {
    left: 100%;
    margin: 0 0 0 -80px;
}
.footer .main img:first-child + img {
    right: 100%;
    margin: 0 -80px 0 0;
	left: 0px;
	bottom: 20px;
	width: 110px;
	height: 55px;
}
/* tab */
.footercon{
	width: 1200px;
	margin: 0 auto;
}
.sjicon {
    width: 0;
    height: 0;
    border: 8px solid;
	border-width: 8px 7px 8px;
    border-color: transparent transparent #696969;
	position: relative;
	top: -13px;
	left: 5px;
}
.footdiv{
	width: 1200px;
	height: 200px;
	max-height: 200px;
	background: #e5e5e5;
	position: absolute;
	bottom: 45px;
	left: 0;
	z-index: 10;
}
.foota{width: 96%; margin: 0 auto; text-align: left;padding-top: 10px;height: 190px; overflow: auto;}
.foota a{text-decoration: none; cursor: pointer; color: #333333; padding: 10px 20px; font-size: 14px;}
.foota a:hover{color: #0068B7;}
#foottab {
width: 100%;
margin: 0px auto;
clear: both;
}   
.footer-select .esint-tab-items {
    position: relative;
}
.footer-select .e-tab-item {
	display:inline-block;
	font-weight:normal;
	width: 20%;
	text-align: center;
	line-height: 45px;
	height: 45px;
	font-size: 16px;
	color: 747474;
	cursor: pointer;
}
.footer-select .e-tab-item.active {
	color: #333333;
	background: #e5e5e5;
}

.fcontent {
   width: 100%;
   margin: 0 auto;
   display: none;
}
.footer-select .esint-tab-items .e-tab-item:hover  .fcontent {
    display: block;
}
.jcicon{position: absolute; bottom: 30px;}
.footer-link .flinkline{
	background: #959595;
	display: inline-block;
	margin-left: 25px;
	width: 1px;
	height: 12px;
	position: relative;
	top: 3px;
}
/* .flpour a{font-size: 0.12rem;} */

@media screen and (max-width: 768px) {
	.footdiv{
		width: 100%;
	}
	.footer{width: 100%;}
	.footercon{
		width: 100%;
		margin: 0 auto;
	}
    .footer-select .e-tab-item {
		width: 50%;
		/* float: left; */
		box-sizing: border-box;
	}
    .footer-icp span {
        display: block;
    }
	 .footer .main{
		 display: none; 
	}
    /*.footer .main img {
        width: 35px;
    }
    .footer .main img:first-child {
        left: 3%;
        bottom: 60px;
        margin: 0;
    }
    .footer .main img:first-child + img {
        right: 3%;
        bottom: 72px;
        margin: 0;
    } */
}