
/*脚部*/
.footer {
    background: #3F3F3F;
    color: white;
	height:auto !important;
}

.footer-wraper {
    /*width: 1200px;*/
    /*min-width: 1200px;*/
    width: 76%;
    margin: 0 auto;
    padding-top: 4.04%;
    padding-bottom:4.04%;
    overflow: hidden;
}

.footer-bottom {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0.01%;
}

.footer-bottom > div {
    padding: 4px 0;
}

#list-infor {
    /*margin-left: 22px;*/
    overflow: hidden;
    width: 60%;
}

#footerlogo {
    width: 25%;
}

#list-infor #list-infor-wraper {
    /*width:85%;*/
    margin: 0 auto;
}

#download-app {
    position: relative;
    overflow: hidden;
    color: white;
    width: 221px;
    margin-right: 4%;
}

#download-app a:hover {
    border: black 1px solid;
    color: black;
}

#download-app:before {
    z-index: 3;
    position: absolute;
    width: 200%;
    height: 45px;
    content: "";
    left: -210%;
    background: #0C7CBE;
    transform: skew(45deg);
    transition: left 0.5s;
}

#download-app:hover:before {
    left: -20px;
    transition: all 0.5s;
}

#download-app a {
    position: relative;
    z-index: 3;
    color: inherit;
}

#download-app a:hover {
    color: inherit;
    transition: all 0.5s;

}
#other-infor{
    /*margin-right:2.8%;*/
    width: 40%;
}
#other-infor-wraper > div:nth-child(2) {
    margin-top: 40px;
}

.list-item {
    padding: 0 9%;
}

.list-title {
    font-size: 17px;
    color: white;
    margin-bottom: 20px;
    /*border: white 1px solid;*/
}

.list-item dd {
    font-size: 14px;
    color: #b7b7b7;
    padding: 3px 0px;
    text-align: center;
}
#youzan{
    width: 70%;
    margin: 0 auto;
}

#jd{
    width: 61%;
    margin: 0 auto;
}

#weibo{
    width:110%;
}


/*交谊链接*/

#fl {
    /*width: 100%;*/
    /*width: 359px;*/
    margin-top: 1.1%;
}

#fl-wraper {
    width: 48%;
    margin: 0 auto;
}

#fsl-wraper {
    /*width: 358px;*/
}



.fs-line {
    width: 90px;
    padding: 5px;
}

.fs-line a {
    display: block;
    line-height: 30px;
    width: 100%;
    height: 30px;
}

.fs-line img {
    width: 100%;
    vertical-align: middle;
}

.sn-title {
    font-size: 13px;
}

.sn-title span {
    /*font-size: 21px;*/
    color: white;
}

.cn-content {
    color: #888888;
    margin: 0 auto;
}

#download-app a{
    display: block;
    width: 221px;
    /*height: 45px;*/
    border: 1px solid white;
    text-align: center;
    /*margin-left: 40px;*/
    margin-right: 40px;
}

#download-app a {
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
}

.phone-num {
    font-size: 19px;
    color: white;
}

.phone-num span {
    text-indent: 3em;
    font-size: 14px;
}

/*脚部*/
@media screen and (max-width: 1200px){

    #list-infor-wraper{
        /*display: none;*/
    }

    #other-infor{
        /*display: none;*/
    }
}


div.footer.foot>div.container {
					width: 1200px;
					!important
				}
				
			.footer {
    background-color: #3f3f3f;
    
}
.foot{
	padding: 2% 0px 0px 2%;
    text-align: left;
    color: #696a6c;
}
.footer foot{
	background-color: #3f3f3f;
    height: 100%;
}
.container{
	width:1200px;
	margin:0 auto;
}
.foot .col-md-2 {
    width: 13.666667%;
	float:left;
}
.foot ul>li:first-child {
    color: #fff;
}
.foot .footul li {
    padding: 5px 0;
}
.foot h4 {
    padding-bottom: 20px;
	font-size: 18px;
	margin-top: 10px;
    margin-bottom: 10px;
	    font-weight: 500;
}
.footbtm {
    position:relative;
}
.foot ul li a, .footdiv a {
    color: #696a6c !important;
}
.footul a:hover{
	text-decoration: underline;
}
.footbtm:after{
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom:-15px;
    left: 0;
	background: -webkit-linear-gradient(left, #1D75F2, #17DCFE);
    background: -moz-linear-gradient(left, #009e96, #009e96);
    background: linear-gradient(left, #1D75F2, #17DCFE);
}
.footul:hover .footbtm:after{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom:-15px;
	left:0;
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out;
}
.white {
    color: #fff;
}

.foot .col-md-4 {
    width: 31.333333%;
	float:left;
}
small{
	    color: #777;
}
.imgfoot {
    padding: 0 10px;
}
.footul img {
    max-width: 86%;
    height: auto;
	 vertical-align: middle;
}

.inline {
    display: inline-block;
}
.imgfoot {
	vertical-align: middle;
    padding: 0 10px;
}
.imgalign {
    vertical-align: baseline;
}
img {
    max-width: 100%;
    height: auto;
}
.list-unstyled{
	position:relative;
}
.friendWrap {
    clear: both;
	border-top:solid 1px #606060;
	padding:10px 10px 12px 10px;
   
}
.text-center {
    text-align: center;
}
span.friendsLine:first-child {
    border: none;
}

.friendsLine {
    padding: 5px;
}
#hhelp {
    display: none;
    border-radius: 4px;
    position: absolute;
    left: 75px;
    top: 110px;
    width: 200px;
    height: 50px;
}
.footDownload{
   float:right;
}	
.footDownload li{
   float:left;
}
.footDownload li:nth-child(1){
   margin-right:36px;
   margin-top:10px;
}
.footDownload img{
   width:160px;
   height:160px;
   border:solid 3px #606060;
}	
.AppQr{
					display:none;
					  position:absolute;
					  left:-192px;
					  top:0;
					  width:160px;
					  height:160px;
					}
					.AppQr:after{
					  content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: -23px;
    top: 10px;
    border-top: 8px solid transparent;
    border-left: 17px solid #606060;
    border-bottom: 8px solid transparent;
					}
					.AppQr img{
					width:160px;
					height:160px;
					border: solid 3px #606060;
					}
					.footDownload .do div:nth-child(1){
					width:217px;height:42px;line-height:42px;text-align:center;font-size:16px;color:#ededed;border:solid 2px #606060;cursor:pointer;
					}
					.footDownload .do div:nth-child(1):hover{
					  background-color:#fff;
					  color:#3f3f3f;
					  border:solid 2px #fff;
					}
				
                    .footDownload .do{
					   margin-right:50px;
					}

					.friendsLine{
						padding: 5px;
					}
					
					span.friendsLine:first-child{
						border: none;  
					}

					span.friendsLine:last-child{
						border: none;
					}<!--耗时1772449143.1467秒-->