/* 织梦97（dede97.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.4);
background-color:#3fb150;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #3fb150;
	border-color: #3fb150;
}
/*返回首页*/
#tip {
	padding-top: 30px;
}
#tip b {
	color: #3fb150;
}

.mpsc_list{ margin: 0 auto; text-align: center;}
.mpsc_list a {margin: 10px;}
.mpsc_list li{width:129px; float:left; height:39px; margin:0 20px; display:block;}
.mpsc_list li a{width:129px; height:39px; display:block; line-height:39px; text-align:center; font-size:16px;}
.mpsc_list li a:hover{ color:#fff;}
a.view-more {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    border: 1px solid #3fb150;
    overflow: hidden;
    border-radius: 40px;
    z-index: 1;
    margin: 0 10px;
	margin-bottom: 20px;
}

a.view-more, a.view-more:before {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

a.view-more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 40px;
    z-index: -1;
}


a.view-more:hover{
    color: #fff;
}

a.view-more:hover:before {
    width: 100%;
    background: #3fb150;
}