/*
* @Author: 88888888
* @Date:   2021-07-02 17:14:19
* @Last Modified by:   88888888
* @Last Modified time: 2021-08-04 10:13:10
*/
.footer-cont {
    padding: 17px 48px;
    padding-bottom: 36px;
}
.footer{
    background: url(../img/footer.png) top center no-repeat;
}
.footer .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 30px;
}
.footer-links .dropdown {
    transition: 0.3s;
    float: left;
}
.footer .footer-links > li > a {
    color: #666666;
    font-size: 18px;
}
.footer-links li a label {
    margin-bottom: 0;
}
.dropup .caret {
    border-bottom: 0;
    border-top: 12px solid\9;
    border-top: 12px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #999999;
}
.footer .footer-links .dropdown-menu {
    border-radius: 0;
    max-height: 300px;
    overflow-y: auto;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.foot-dz{
float: left;
    width: 80px;
    position: absolute;
    left: 95px;
}
.foot-txt{
text-align: center;
}
.foot-txt p{
	font-size: 14px;
	color: #363636;
}
.foot-txt p span{
	padding: 0 15px;
}
.foot-txt p a{
	color: #363636;
}
.footer-info{
	position: relative;
}


/* 侧边栏 */
.share1 {
    position: fixed;
    bottom: 240px;
    right: 20px;
    z-index: 999;
}
.share1 > ul > li {
    width: 58px;
    height: 58px;
    padding: 10px;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style: none;
    border-radius: 50%;
    margin: 0 auto 10px;
    cursor: pointer;
    position: relative;
    background: #cbb486!important;
}
.share1 > ul > li > i, .share1 > ul > li > a > i {
    font-size: 34px;
    color: #fff!important;
}
.share-show {
    position: absolute;
    border: 1px solid #cbb486;
    padding: 12px;
    background: #fff;
    padding: 11px 10px;
    right: 68px;
    top: -10px;
    display: none;
    border-radius: 3px;
}
.wx-show {
    left: -156px;
}
.wx-show p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 8px;
}
.share-show img {
    max-width: 100%;
    width: inherit;
}
.app-show ul {
    display: flex;
    padding-left: 0;
    flex-direction: row;
}
.share-show ul li {
    margin: 0 12px;
    float: left;
    width: 100px;
    height: 120px;
}
.app-show ul li img {
    width: 92%;
}
.share1 ul li:hover .share-show,
.share1 ul li:active .share-show,
.share1 ul li:focus .share-show {
    display: block;
}
.wx-show:after, .app-show:after, .fenxiang-show:after, .dy-show:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid rgba(202,180,132,1);
    border-left: 1px solid rgba(202,180,132,1);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(134deg);
    transform: rotate(135deg);
    display: block;
    position: absolute;
    right: -4%;
    top: 30px;
}
.fenxiang-show {
    top: 3px;
}
.fenxiang-show:after {
    right: -3.3%;
    top: 17px;
}
@media (max-width: 1199px){
.foot-dz{
	left: -15px;
}
}
@media (max-width: 991px){
.footer-cont {
    padding: 17px 0;
    padding-bottom: 18px;
}
.footer .footer-links > li > a{
	font-size: 16px;
}
.foot-dz{
	position: static;
}
}
@media (max-width:767px){
.footer-links {
    flex-wrap: wrap;
    justify-content: center!important;
}
.footer-links li a {
    white-space: nowrap;
    padding: 0 30px;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer{
    background-size: cover;
}
}
@media (max-width:580px){
.footer-links li {
    margin-bottom: 10px;
    float: left;
    width: 50%;
    padding: 5px 11px;
}
.footer .footer-links {
    display: block;
    margin: 0 -11px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    height: 130px;
}
.footer-links li a {
    padding: 0;
}
.dropup .caret {
    float: right;
    margin-top: 7px;
}
.footer-links li .dropdown-menu li {
    width: 100%;
}
.foot-dz {
    position: static;
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.foot-txt p{
	margin-bottom: 15px;
}
.foot-txt p span{
	display: block;
}
}
@media (max-width:380px){
.footer-links li a label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 87%;
}
}