@charset "utf-8";

/* CSS Document */


* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Noto Sans SC', "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #333;
}

ul,
li {
    margin: 0;
}

a {
    text-decoration: none;
    color: #595757;
}

a:hover {
    color: #c3260f;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    margin-bottom: 0;
}

.row {
    margin: 0;
}

.clear {
    clear: both
}


/**------------  分页样式  --------------**/

.page {
    text-align: center;
    margin-top: 20px;
}

.page ul {
    display: inline-block;
}

.page>ul>li {
    display: inline;
}

.page ul li a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.page ul li a:hover {
    background: #c3260f;
    color: #ffffff;
}

.page ul li a.active {
    background: #c3260f;
    color: #ffffff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #c3260f;
    color: #ffffff;
    border-color: #c3260f;
}

@media screen and (max-width: 680px) {
    body {
        font-size: 12px;
        line-height: 24px;
    }
}



.foot-eyunwang{
	display:inline-block;
	margin-left:15px;
}
span.zc {
	position: relative;
	cursor: pointer;
}
.y_footwz2 {
	display: none;
	position: absolute;
	background: #fff;
	padding: 9px;
	line-height: 17px;
	border-radius: 3px;
	right: 50%;
	margin-right:-90px;
	bottom:30px;
	width: 180px;
	transition: opacity 2s;
	text-align: center;
	z-index:8888;
}
.y_footwz2 p{
	color:#333;
	line-height: 22px;
}
.y_footwz2 img{
	width: 100%;
}
span.zc:hover .y_footwz2 {
	display: block;
}
