﻿/*
* @Author: 88888888
* @Date:   2020-07-09 11:00:25
* @Last Modified by:   88888888
* @Last Modified time: 2023-04-25 16:17:34
*/
.footer-cont {
    padding: 30px 0!important;
    padding-bottom: 48px!important;
    background: transparent!important;
}
.footer .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between!important;
    padding-left: 0!important;
    padding-right:  0!important;
    padding-bottom: 30px!important;
    margin-bottom: 30px!important;
    border-bottom: 1px solid #ddd!important;
}
.foot-skiner{
          margin-top: 28px;
    }
.footer .footer-links > li > a {
    color:#000000!important;
    font-size: 14px!important;
}
.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;
}
.dropup .caret{
	border-bottom: 0;
    border-top: 6px solid\9;
    border-top: 6px 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;
}
.footer{
	background: #f2f2f2 url(../img/footer.jpg) center no-repeat;
}
.footer-info img{
	width: auto;
}
.footer .footer-info {
    -webkit-box-orient: horizontal;
    display: flex;
    flex-direction: row;
overflow:hidden;
    justify-content: space-between;
}
.foot1 p{
	font-size: 12px!important;
	color: rgba(0,0,0, .8)!important;
    margin-bottom: 10px!important;
    text-align: left!important;
    overflow: hidden;
}
.foot1 p a{
    color: rgba(0,0,0, .8)!important;
}
.footer-links li a label{
    margin-bottom: 0;
}
.footer-info a:nth-child(5){
    margin-top: 8px;
}
.footer-links .dropdown{
    transition: 0.3s;
    float: left;
}
.footer-links .dropdown:hover .caret{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.index-container{
    background:transparent!important;
}
/* 左侧挂边 */
.share1 {
    position: fixed;
    bottom: 240px;
    right: 20px;
    z-index: 999;
}
.share1 > ul > li {
    width: 48px;
    height: 48px;
    padding: 10px;
    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: 26px;
    color: #fff!important;
}
.share1 > ul > li:hover {
    background-color: #CBB486;
}
.share-show {
    position: absolute;
    border: 1px solid #cbb486;
    padding: 12px;
    background: #fff;
    padding: 11px 10px;
    right: 60px;
    top: -10px;
    display: none;
    border-radius: 3px;
}
.wx-show {
    left: -135px;
}
.share1 ul li.help .help-cont i {
    color: #fff;
    float: left;
    font-size: 24px;
    margin-top: -4px;
}
.share1 ul li.help .help-cont a {
    white-space: nowrap;
    margin-left: 6px;
    float: left;
    padding-top: 4px;
    font-size: 14px;
    color: #fff;
}
.app-show ul li img{
    width: 92%;
}
.app-show ul {
    display: flex;
    padding-left: 0;
    flex-direction: row;
}
.share-show ul li {
    margin: 0 12px;
    float: left;
    width: 100px;
    height: 120px;
}
.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(138deg);
    -ms-transform: rotate(138deg);
    transform: rotate(138deg);
    display: block;
    position: absolute;
    right: -5%;
    top: 30px;
}
.app-show:after{
    right: -4%;
}
.dy-show:after{
    right: -1.6%;
}
.share-show img{
    max-width: 100%;
    width: inherit;
}
.wx-show p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 8px;
}
.mail-show .radio-inline {
    display: flex;
    font-size: 14px;
    align-items: center;
    padding-left: 0;
    width: 100%;
}
.mail-show .login-cont {
    margin-top: 10px;
}
.dy-cont {
    display: flex;
    align-items: flex-start;
}

.mail-show .login-cont input {
    width: 360px;
    height: 40px;
    border-radius: 3px !important;
    margin-bottom: 10px;
}
.dy-show .dy-cont input {
    width: 290px;
    color: rgba(0,0,0, .5);
    border: 1px solid #cbb486;

}
.dy-show .dy-cont input::-webkit-input-placeholder{
     color: rgba(0,0,0, .5);
}    /* 使用webkit内核的浏览器 */
.dy-show .dy-cont input:-moz-placeholder{
     color: rgba(0,0,0, .5);
}                  /* Firefox版本4-18 */
.dy-show .dy-cont input::-moz-placeholder{
     color: rgba(0,0,0, .5);
}                  /* Firefox版本19+ */
.dy-show .dy-cont input:-ms-input-placeholder{
    color: rgba(0,0,0, .5);
}  
.dy-show .dy-cont .btn {
    height: 40px;
}

.mail-show .login-cont .btn {
    border-radius: 3px;
    display: block;
    background: linear-gradient(145deg,#eacb90 0%,#bb7c35 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eacb90',endColorStr='#bb7c35',gradientType='1'); 
     background-size: 100% 150%;
    background-position: 0 0;
    transition: .3s;
    border: none;
    height: 40px;
}
.mail-show .login-cont .btn:hover{
    background-position: 0 75%;
}
.mail-show .pos-r-t {
    position: absolute;
    top: 11px;
    right: 20px;
    color: rgba(0,0,0, .5);
    font-size: 14px;
}

.mail-show .radio-inline label {
    width: 25%;
}
.dy-show .radio-inline label {
    width: 38%;
}
.dy-show label {
    display: flex;
    float: left;
    align-items: center;
}
.dy-show label input {
    margin-right: 4px;
}
.share1 li .home-share span {
    display: none;
}
.fenxiang-show{
    top: 3px;
}
.fenxiang-show:after{
    right: -3.3%;
    top: 17px;
}
/* .share1 li .home-share a {
    margin: 0 0px;
} */
.home-share{
    padding: 3px 0;
}
#weibo_pos img {
    width: auto;
    padding: 0 2px;
    cursor: pointer;
}
.share1 ul li:hover .share-show,
.share1 ul li:active .share-show,
.share1 ul li:focus .share-show {
    display: block;
}
.share1 > ul > li.help .help-cont {
    display: none;
    position: absolute;
    background:#CBB486;
    padding: 10px 14px;
    padding-top: 8px;
    height: 48px;
    color: #fff;
    left: -123px;
    top: 0;
    border-radius: 50px;
    align-items: center;
    width: 120px;
}
.btn-danger {
    color: #fff;
    background-color: #cbb486;
    border-color: #cbb486;
}
.share span{
    display: none;
}
.link-floatnav-service {
    display: block;
    width: 70px;
    padding-top: 60px;
    background: url(../img/xiaolong.png) no-repeat center bottom;
}
.link-floatnav-service span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.share1 .help{
    background-color: transparent!important;
    width: auto;
    height: auto;
    padding: 0;
}
.footer-info a, .footer-info .foot1{
    float: left;
}






@media (min-width: 768px){
.containg {
    width: 750px;
}
}
@media (min-width: 992px){
.containg {
    width: 970px;
}
}
@media (min-width: 1196px){
.containg {
    width: 1166px;
}
}
.containg {
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 991px){
.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;
}
.foot1 p a {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
}
@media (max-width: 767px){
.share1{
    display: none;
}
.footer .footer-info{
   display: block;
   overflow: hidden;
}
.footer-info a {
    float: left;
    width: 33.333%;
    margin-bottom: 15px;
    height: 46px;
}
.foot1 {
    float: left;
    width: 33.333%;
}
.footer .footer-links{
    margin-bottom: 23px!important;
    background: transparent!important;
}
.footer-cont {
    padding: 30px 0;
    padding-bottom: 15px!important
}
.foot1 p{
    overflow: hidden;
}
}
@media (max-width: 580px){
.footer .footer-links{
    display: block;
    margin: 0 -11px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    height: 175px;
}
.footer-links li a{
    padding: 0;
}
.footer-links li .dropdown-menu li a{
    padding: 0 10px;
}
.footer-links li {
    margin-bottom: 10px;
    float: left;
    width: 50%;
    padding: 5px 11px;
}
.dropup .caret {
    float: right;
    margin-top: 7px;
}
.footer .footer-info {
    display: block;
    overflow: hidden;
    clear: both;
}
.wd100 {
    width: 50%;
}
.foot1{
    width: 100%;
}
.foot1 p {
    float: none;
    width: 100%;
}
.footer-info a{
    text-align: center;
}
.footer-links li .dropdown-menu li{
    width: 100%;
}
.footer .footer-links .dropdown-menu{
    min-width: 100%;
    overflow-y: auto;
    width: 100%;
}
.foot1 p a{
    text-align: left;
}
.foot-skiner{
          margin-top: 0;
}
.foot-dw-z p:first-child {
    width: 100%;
}
.foot-flex-ageeing-pic a:nth-child(1) {
    width: 28%;
}
.foot-flex-ageeing-pic a:nth-child(2) {
    width: 17%;
}
.footer-info a:nth-child(3) {
    width: 30%;
}

}
@media (max-width: 480px){
.wd100 p:nth-child(2) {
    width: 100%;
}
span#_span_jiucuo{
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
.foot-flex-ageeing-pic a:nth-child(1) {
    width: 50%;
}
.footer-info a:nth-child(2) {
    width: 50%;
    margin-bottom: 30px;
}
.footer-info a:nth-child(3) {
    width: 50%;
}
.foot-flex-ageeing-txt {
    width: 100%;
}
}
@media (max-width: 403px){
.footer-links li{
    padding: 5px 3px; 
    width: 50%;
}
.wd100{
    width: 100%;
}
.footer .footer-links{
    margin:0 -7px;
    margin-bottom: 20px;
}
.wd100 p{
    width: 100%;
}
}
@media (max-width: 380px){
.footer-info a{
    text-align: center;
}
.footer-links li a label{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 85%;
}
.footer .footer-links{
    height: 195px; 
}
.footer-links li {
    padding: 5px 5px;
    width: 50%;
}
}
@media (max-width: 340px){

.footer-links li a label{
    width: 84%;
}
}
.btn-danger {
    color: #fff;
    background-color: #cbb486;
    border-color: #cbb486;
}
.tipsll{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.foot-flex-ageeing-pic a:nth-child(3) {
    margin-top: 10px;
}