﻿.wp-wrapper {
    width: 100%;
    z-index: 99;
}
.wp-footer {
    background: url(../images/footbg.jpg) repeat-x;
}
.wp-footer .wp-inner {
    padding-top: 25px;
}
.wp-wrapper .wp-inner {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.clearfix {
    display: block;
    *zoom: 1;
}
.wp-footer .footl {
    float: left;
    width: 29%;
    border-left: 1px solid #c85866;
    border-right: 1px solid #c85866;
}

.wp_nav { width:100%; margin:0 auto; clear:both;
  
	
}
ol, ul {
    list-style: none;
}

#wp_nav_w14 .wp_nav .nav-item {
    width: 50%;
}

.wp_nav .nav-item {
    float: left;
    position: relative;
    vertical-align: bottom;
}

.wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    text-align: center;
    z-index: 10000;

}


#wp_nav_w14 .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 5px;
    line-height: 22px;
    cursor: pointer;
    color: #fde6b2;
    font-size: 16px;
}

.wp-footer .footc {
    float: left;
    width: 41%;
    text-align: center;
}
.wp-footer .footc img {
    margin-bottom: 12px;
}
img {
    border: 0;
}
.wp-footer .footc p {
    line-height: 22px;
    color: #fce8b5;
    font-size: 12px;
}
.wp-footer .footr {
    float: left;
    width: 29%;
    border-left: 1px solid #c85866;
    border-right: 1px solid #c85866;
}
.footr .icons {
    text-align: center;
    padding: 30px 0 20px;
}

.footr .icons span {
    cursor: pointer; color:#FFF; 
}

.footr .icons span  img{ max-width:150px; height:auto;
}


.footr .views {
    text-align: center;
    padding: 15px 0;
    line-height: 22px;
    color: #fce8b5;
    font-size: 12px;
}
.footr .views span {
    text-align: center;
    padding: 0;
    line-height: 22px;
    color: #fce8b5;
    font-size: 12px;
    background: none;
    border: 0;
    margin: 0;
}
.wp-footer .footc p a {
    color: #fce8b5;
}

@media (max-width:767px) {	
	.wp-footer .footl{display:none;}
	.wp-footer .footc{ width:100%;border:none;}
	.wp-footer .footc img{width:100%;}
	.wp-footer .footc p{ width:100%; border:none; text-align:center;font-size: 12px; line-height:15px;}	
	.wp-footer .footr{ display:none;}
}

