/* 
---------------- 猕猴桃 --------------- */
/* 公用 */
.m-tit1 {
	overflow: hidden;
	margin-bottom: 25px;
}
.m-tit1 h3 {
	position: relative;
	float: left;
	padding-right: 20px;

	font-size: 30px;
	font-weight: bold;
	color: #484848;
}
.m-tit1 h3 i {
	position: absolute;
	top: 50%;left: 100%;
	width: 1180px;
	height: 1px;

	background-color: #cecece;
}

.m-tit2 {
	overflow: hidden;
}
.m-tit2 h3 {
	position: relative;
	float: left;
	padding: 0 20px 0 18px;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	color: #a40000;
	background: url(/fzjs/images/bg2.jpg) 0 center no-repeat;
}
.m-tit2.hr h3:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 1180px;
	height: 1px;
	background-color: #e6e6e6;
}

.topBtn{
    display: block;
    width: 48px;height: 48px;
    background: url(/fzjs/images/icon-top.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;right: 5%;bottom: 30px;z-index: 999;
    display: none;
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

/* 公用 end */

.m-list1 {
	padding-bottom: 5px;
}
.m-list1 li {
	padding-bottom: 24px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
.m-list1 .time {
	float: left;
	padding-top: 15px;

	font-size: 20px;
	line-height: 40px;
	color: #666;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list1 .txt {
	overflow: hidden;
	padding-left: 40px;
}
.m-list1 .txt h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	color: #000;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list1 .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	font-size: 14px;
	line-height: 2em;
	color: #666;
}
.m-list1 a:hover .time{
	color: #9a0000;
}
.m-list1 a:hover .txt h3{
	color: #9a0000;
}

.m-list2 {
	
}
.m-list2 li {
	margin-bottom: 20px;
}
.m-list2 li p {
	overflow: hidden;
	padding-right: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-list2 li a {
	padding-left: 36px;

	font-size: 16px;
	line-height: 27px;
	color: #333;

	background: url(/fzjs/images/list2-icon1.png) 0 center no-repeat;
}
.m-list2 li a:hover {
	text-decoration: underline;
	color: #9a0000;

	background-image: url(/fzjs/images/list2-icon2.png);
}
.m-list2 li span {
	float: right;

	font-size: 14px;
	line-height: 27px;
	color: #999;
}

.m-article {
	margin-bottom: 30px;
}
.m-article .con {
	font-size: 14px;
	line-height: 35px;
	color: #333;
}
.m-article .con p {
	margin-bottom: 12px;
}
.m-article img {
	vertical-align: middle;
	margin: 20px 0;
}
/* 自界说分享 */
.m-share {
    
    text-align: right;
    font-size: 12px;
    line-height: 33px;
    color: #ccc;
}
.m-share .con{float: right;border: 1px #b3b3b3 solid;padding: 0 10px;border-radius: 3px;}

.m-share span {
    color: #333;padding: 0 10px 0 4px;
}
.m-share a {
    display: inline-block;vertical-align: middle;
    width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
    margin-top: -1px;
}
.m-share .bds_weixin {background-image: url(/fzjs/images/share1.png);}
.m-share .bds_tsina {background-image: url(/fzjs/images/share2.png);}
.m-share .bds_in {background-image: url(/fzjs/images/share3.png);}
.m-share .bds_twitter {background-image: url(/fzjs/images/share4.png);}
.m-share .bds_fb {background-image: url(/fzjs/images/share5.png);}
.m-share .bds_print {background-image: url(/fzjs/images/share6.png);}
.m-share .bds_more {background-image: url(/fzjs/images/share7.png);}
.m-share a:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8);
    transform-origin: center center;
}
/* 修改分享hover弹窗的位置 */
.jiathis_style {margin-left: -212px;}



.m-list3 {
	
}
.m-list3 li {
	overflow: hidden;
	padding: 10px 0 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.m-list3  .pic {
	position: relative;
	float: left;
	overflow: hidden;
	width: 166px;
	height: 120px;
}
.m-list3  .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.m-list3  .pic:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.m-list3  .pic span{
	position: absolute;
	top: 0;left: 0;
	width: 48px;
	height: 22px;

	font-size: 12px;
	text-align: center;
	line-height: 22px;
	color: #fff;

	background-color: #47506c;
}
.m-list3 .txt {
	overflow: hidden;
	padding-left: 20px;
}
.m-list3 .tit {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
         }
.m-list3 .tit a {
	color: #000;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list3 .tit a:hover{
	color: #9a0000;
}
.m-list3 .txt p {
	height: 48px;

	font-size: 14px;
	line-height: 24px;
	color: #333;

	overflow: hidden;
	display: -webkit-box;
	display: box; 
	
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.m-list3 .info {
	padding: 5px 0;

	line-height: 25px;
}
.m-list3 .info .time {
	padding-left: 24px;

	font-size: 12px;
	color: #999;

	background: url(/fzjs/images/icon-time.png) 0 center no-repeat;
}

.m-list3-1{overflow: hidden;}
.m-list3-1 li{
    float: left;width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 5px 0;margin: 0;
}
.m-list3-1 li.even{padding-left: 5%;}
.m-list3-1 .pic{width: 173px;height: 131px;}
.m-list3-1 .txt{padding-left: 40px;padding-top: 50px;}
.m-list3-1 .tit{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-list4 {
	overflow: hidden;
	margin-left: -22px;
}
.m-list4 li {
	float: left;
	width: 33.3333%;
	margin-bottom: 18px;
}
.m-list4 .inner {
	display: block;
	margin-left: 22px;
}
.m-list4 .pic {
	height: 0;position: relative;
	overflow: hidden;
	padding-top: 73%;
    border: 5px solid #f5f6f2;
}
.m-list4 .pic img {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}
.m-list4 p {
	height: 48px;

	font-size: 14px;
	line-height: 24px;
	color: #333;

	overflow: hidden;
	display: -webkit-box;
	display: box; 
	
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list4 .inner:hover img {
	opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.m-list4 .inner:hover p {
	color: #9a0000;
}




/*
-----------------[详情页]--------------*/
.m-arti{
    font-size: 14px;color: #333;line-height: 34px;
    margin-bottom: 19px;
}
.m-arti img{display: block;margin: 0 auto 2px;}
.m-arti p{
    text-indent: 2em;padding-bottom: 12px;
}
.m-arti .p-notes{padding-bottom: 8px;text-align: center;text-indent: 0;}
.m-arti h1{
    font-size: 20px;color: #9a0000;font-weight: normal;text-align: center;
    margin-bottom: 8px;
}
.m-arti .info{
    display: block;margin-bottom: 16px;
    font-family: "宋体";font-size: 12px;color: #999;line-height: 24px;text-align: center;
}

.m-recomend{padding-top: 13px;border-top: 1px solid #e6e6e6;margin-top: 60px;}
.m-recomend .title{color: #333;font-size: 20px;font-weight: bold;height: 30px;line-height: 30px;overflow: hidden;}
.ul-list13{padding-top: 7px;}
.ul-list13 a{display: block;height: 34px;line-height: 34px;overflow: hidden;padding-left: 17px;
    background: url(/fzjs/images/yicon1.png) no-repeat center left;color: #333;font-size: 14px;
	white-space: nowrap;text-overflow: ellipsis;
}
.ul-list13 a:hover{color: #9a0000;}

/* pg电子模拟器卡 */
// .m-txt1	{
// 	overflow: hidden;
// 	margin-bottom: 8px;
// }
// .m-txt1	.pic {
// 	float: right;
// 	width: 408px;

// 	font-size: 14px;
// 	text-align: center;
// 	line-height: 34px;
// 	color: #333;
// }
// .m-txt1	.pic .box {
// 	float: left;
// 	width: 50%;
// 	padding-left: 25px;

// 	-webkit-box-sizing: border-box; 
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;   
// 	-o-box-sizing: border-box; 
// 	box-sizing: border-box;
// }
// .m-txt1	.pic img {
// 	display: block;
// 	width: 100%;
// }
// .m-txt1	.txt {
// 	overflow: hidden;
// 	padding-right: 30px;

// 	font-size: 14px;
// 	line-height: 34px;
// 	color: #333;
// }
// .m-txt1	.txt .msg {
// 	margin-bottom: 15px;
// }
// .m-txt1	.txt strong {
// 	color: #000;
// }
// .m-txt1	.txt span {
// 	display: inline-block;
// 	margin-right: 22px;
// }

// .m-txt2 {
// 	padding-bottom: 25px;
// }
// .m-txt2 .txt1 {
// 	padding: 3px 0 20px;
// 	border-bottom: 1px solid #ebebeb;
// 	margin-bottom: 21px;

// 	font-size: 14px;
// 	line-height: 36px;
// 	color: #333;
// }
// .m-txt2 .txt1  h5 {
// 	margin-top: 12px;

// 	font-size: 16px;
// 	font-weight: normal;
// 	color: #000;
// }
// .m-txt2 .txt1 span,
// .m-txt2 .txt1 a {
// 	color: #9a0000;
// }
// .m-txt2 .txt1 span {
// 	font-weight: bold;
// }
// .m-txt2 .txt1 a {
// 	text-decoration: underline;
// }

// .m-txt2 .txt2 {
// 	padding-top: 3px;
// 	margin-bottom: 15px;

// 	font-size: 14px;
// 	line-height: 30px;
// 	color: #333;
// }

// .m-list5 {
// 	overflow: hidden;
// 	padding: 22px 0 10px;
// 	border-bottom: 1px solid #ebebeb;
// 	margin-left: -33px;
// 	margin-bottom: 22px;
// }
// .m-list5 li {
// 	float: left;
// 	width: 25%;
// 	padding-left: 33px;
// 	margin-bottom: 10px;

// 	-webkit-box-sizing: border-box; 
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;   
// 	-o-box-sizing: border-box; 
// 	box-sizing: border-box;
// }
// .m-list5 .pic {
// 	height: 138px;
// 	border: 1px solid #f2f2f2;
	
// 	font-size: 0;
// 	text-align: center;
// 	line-height: 138px;
// }
// .m-list5 .pic img {
// 	vertical-align: middle;
// 	max-width: 90%;
// 	max-height: 90%;
// }
// .m-list5 .txt {
// 	padding: 7px 0;

// 	font-size: 14px;
// 	text-align: center;
// 	line-height: 20px;
// }
// .m-list5 .txt h3 {
// 	font-size: 14px;
// 	font-weight: normal;
// 	color: #333;
// 	overflow: hidden;
// 	white-space: nowrap;
// 	text-overflow: ellipsis;
// }
// .m-list5 .txt p {
// 	color: #666;
// 	overflow: hidden;
// 	white-space: nowrap;
// 	text-overflow: ellipsis;
// }

// /* 登录 */
// #bd.login {
// 	padding: 60px 0;
// 	margin-bottom: 0;
// 	background-color: #f5f5f5;
// }
// #bd.login .wp {
// 	position: relative;
// }
// #bd.login .wp:after {
// 	content: "";
// 	position: absolute;
// 	z-index: -1;
// 	right: -41px;bottom: 6px;
// 	width: 149px;
// 	height: 149px;

// 	background: url(/fzjs/images/bg-login1.png) 0 0 no-repeat;
// 	background-size: contain;
// }
// .m-login {
// 	overflow: hidden;
// 	width: 100%;
// 	max-width: 1080px;
// 	margin: 0 auto 43px;
// }
// .m-login .main {
// 	float: left;
// 	width: 380px;
// 	padding: 42px 117px 64px 51px;
// 	border: 1px solid #d9d9d9;

// 	background-color: #fff;
// }
// .m-login .main  h3 {
// 	overflow: hidden;
// 	height: 37px;
// 	padding-left: 52px;

// 	font-size: 20px;
// 	font-weight: normal;
// 	font-style: italic;
// 	line-height: 40px;
// 	color: #9a0000;

// 	background: url(/fzjs/images/icon-login.png) 0 0 no-repeat;
// }
// .m-login .main p {
// 	margin-bottom: 26px;

// 	font-size: 14px;
// 	line-height: 20px;
// 	color: #b2b2b2;
// }
// .m-login .input {
// 	overflow: hidden;
// 	border: 1px solid #d9d9d9;
// 	margin-bottom: 30px;
// }
// .m-login .input span {
// 	float: left;
// 	width: 54px;
// 	height: 48px;
// 	border-right: 1px solid #e6e5e5;

// 	background-color: #efefef;
// 	background-repeat: no-repeat;
// 	background-position: center;
// }
// .m-login .input .icon1 {
// 	background-image: url(/fzjs/images/icon-login1.png);
// }
// .m-login .input .icon2 {
// 	background-image: url(/fzjs/images/icon-login2.png);
// }
// .m-login .input input {
// 	width: 100%;
// 	height: 48px;
// 	padding: 0 15px;
// 	border: 0;
	
// 	font-size: 16px;
// 	line-height: 48px;
// 	color: #333;

// 	-webkit-box-sizing: border-box; 
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;   
// 	-o-box-sizing: border-box; 
// 	box-sizing: border-box;
// }
// .m-login .btn {
// 	margin-bottom: 25px;
// }
// .m-login .btn input {
// 	width: 100%;
// 	height: 50px;
// 	border: 1px solid #9a0000;

// 	font-size: 22px;
// 	text-align: center;
// 	line-height: 46px;
// 	color: #fff;

// 	background: #ad0000 url(../images/bg-login2.png) center no-repeat;
// 	background-size: 100% 100%;
// }
// .m-login .btn input:hover {
// 	opacity: .8;
// 	filter: alpha(opacity=80);
// }
// .m-login .forget {
// 	font-size: 14px;
// 	text-align: center;
// 	line-height: 24px;
// 	color: #999;
// }
// .m-login .forget a {
// 	color: #9a0000;
// }
// .m-login .forget a:hover {
// 	text-decoration: underline;
// }
// .m-login .tips {
// 	float: right;
// 	width: 490px;
// }
// .m-login .item {
// 	border: 1px solid #d9d9d9;

// 	background-color: #fff;
// }
// .m-login .item .red	 {
// 	margin-top: 8px;

// 	color: #9a0000;
// }
// .m-login .tab {
// 	overflow: hidden;
// 	padding: 10px 28px 0;

// 	background-color: #e0e0e0;
// }
// .m-login .tab li {
// 	float: left;
// }
// .m-login .tab a {
// 	display: block;
// 	width: 120px;
// 	height: 30px;

// 	font-size: 14px;
// 	text-align: center;
// 	line-height: 30px;
// 	color: #333;
// }
// .m-login .tab li.on a {
// 	color: #9a0000;
// 	background-color: #fff;
// }
// .m-login .item .content {
// 	display: none;
// 	overflow: auto;
// 	padding: 0 30px;
// 	margin: 18px 0;

// 	font-size: 14px;
// 	line-height: 28px;
// }
// .m-login .item .content.on {
// 	display: block;
// }
// .m-login .item1 {
// 	margin-bottom: 10px;
// }
// .m-login .item1 .content {
// 	height: 184px;
// }
// .m-login .item2 .content {
// 	height: 120px;
// }

// .m-pop {
// 	display: none;
// 	position: fixed;
// 	z-index: 100000;
// 	top: 0;left: 0;
// 	width: 100%;
// 	height: 100%;
// }
// .m-pop .bg {
// 	position: absolute;
// 	top: 0;left: 0;
// 	width: 100%;
// 	height: 100%;

// 	background: url(/fzjs/images/ybg1.png) 0 0 repeat;
// }
// .m-forget {
// 	position: absolute;
// 	top: 50%;
// 	left: 50%;

// 	width: 492px;
// 	height: 218px;
// 	padding: 56px 0 60px 0;
// 	margin: -167px 0 0 -246px;

// 	text-align: center;

// 	background-color: #fff;
// }
// .m-forget .close {
// 	position: absolute;
// 	top: 0;right: 0;
// 	width: 23px;
// 	height: 23px;
// 	margin: 20px 20px 0 0;

// 	background: url(/fzjs/images/icon-close.png) 0 0 no-repeat;
// 	background-size: contain;
// 	cursor: pointer;
// }
// .m-forget h3 {
// 	margin-bottom: 4px;

// 	font-size: 20px;
// 	color: #9a0000;
// }
// .m-forget p {
// 	margin-bottom: 36px;

// 	font-size: 14px;
// 	color: #999;
// }
// .m-forget .input {
// 	width: 320px;
// 	height: 45px;
// 	padding: 0 15px;
// 	border: 1px solid #ccc;
// 	margin-bottom: 40px;

// 	font-size: 16px;
// 	line-height: 42px;
// 	color: #333;

// 	-webkit-box-sizing: border-box; 
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;   
// 	-o-box-sizing: border-box; 
// 	box-sizing: border-box;
// }
// .m-forget .submit {
// 	display: block;
// 	width: 160px;
// 	height: 42px;
// 	border: 0;
// 	margin: 0 auto;

// 	font-size: 16px;
// 	text-align: center;
// 	line-height: 40px;
// 	color: #fff;

// 	background-color: #ad0000;
// 	border-radius: 2px;
// }

// /* 燕归来 */
// .m-tit3 {
// 	overflow: hidden;
// 	padding-top: 55px;
// 	margin-bottom: 30px;
// 	text-align: center;
// 	color: #333;
// }
// .m-tit3 h3 {
// 	font-size: 30px;
// 	line-height: 40px;
// 	font-weight: normal;
// }
// .m-tit3 span {
// 	display: inline-block;
// 	position: relative;
// 	padding: 0 30px;

// 	font-size: 20px;
// 	line-height: 30px;
// 	text-transform: uppercase;
// }
// .m-tit3 span:before,
// .m-tit3 span:after {
// 	content: "";
// 	position: absolute;
// 	top: 50%;
// 	width: 280px;
// 	height: 3px;

// 	background: url(/fzjs/images/yicon2.png) center repeat-x;
// }
// .m-tit3 span:before {right: 100%;}
// .m-tit3 span:after {left: 100%;}

// .m-row1 {
// 	padding-bottom: 134px;

// 	background: url(/fzjs/images/row1-bg.jpg) center bottom no-repeat;
// 	background-size: cover;
// }
// .m-row1 .txt {
// 	overflow: hidden;
// 	width: 98%;
// 	max-width: 880px;
// 	margin: 0 auto 22px;

// 	font-size: 14px;
// 	line-height: 36px;
// 	color: #333;
// }
// .m-row1 .txt p {
// 	margin-bottom: 12px;
// }
// .m-row1 .more {
// 	text-align: center;
// }
// .m-row1 .more a {
// 	font-size: 18px;
// 	color: #9a0000;
// }
// .m-row1 .more a:hover {
// 	text-decoration: underline;
// }

// .m-row2 {
// 	padding-bottom: 80px;

// 	background: url(/fzjs/images/row2-bg.jpg) right bottom no-repeat;
// }
// .m-row2 .pic {
// 	padding-top: 15px;
// 	text-align: center;
// }
// .m-row2 .pic img {
// 	vertical-align: top;
// }

// .m-row3 {
// 	padding-bottom: 55px;
// 	background-color: #f0f2f5;
// }
// .m-row3 .wp {
// 	overflow: hidden;
// }
// .m-row3 .ul-list5 {
// 	margin: 0 -10px;
// }
// .m-row3 .ul-list5 li {
// 	width: 33.3333%;
// }
// .m-row3 .ul-list5 li:nth-child(3),
// .m-row3 .ul-list5 li:last-child {margin-bottom: 20px;}
// .m-row3 .ul-list5 .con {
// 	padding: 18px 25px 19px 23px;
// 	color: #585858;
// }
// .m-row3 .ul-list5 .con:hover {
// 	color: #d15858;
// }
// .m-row3 .more {
// 	float: right;
// 	font-size: 14px;
// 	line-height: 24px;
// 	color: #000;
// 	padding-right: 23px;
// 	background: url(/fzjs/images/gicon14.png) no-repeat center right;
// }
// .m-row3 .more:hover {
// 	color: #9a0000;
// }

// .m-row4 {
// 	padding-top: 55px;
// }
// .m-row4 .col {
// 	overflow: hidden;
// 	margin-left: -60px;
// }
// .m-row4 .col-l,
// .m-row4 .col-r {
// 	overflow: hidden;
// 	width: 50%;
// 	padding-left: 60px;

// 	-webkit-box-sizing: border-box; 
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;   
// 	-o-box-sizing: border-box; 
// 	box-sizing: border-box;
// }

// .m-row4 .tit {
// 	overflow: hidden;
// 	margin-bottom: 35px;
// }
// .m-row4 .tit h3 {
// 	position: relative;
// 	float: left;
// 	padding-right: 30px;

// 	font-size: 30px;
// 	font-weight: normal;
// 	font-family: "宋体";
// 	line-height: 40px;
// 	color: #333;
// }
// .m-row4 .tit h3:after {
// 	content: "";
// 	position: absolute;
// 	left: 100%;
// 	bottom: 10px;
// 	width: 1180px;
// 	height: 3px;

// 	background: url(/fzjs/images/yicon2.png) center repeat-x;
// }
// .m-txt3 {
	
// }
// .m-txt3 .pic {
// 	overflow: hidden;
// 	float: left;
// 	width: 220px;
// 	height: 160px;
// }
// .m-txt3 .pic img {
// 	display: block;
// }
// .m-txt3 .pic:hover img {
// 	opacity: .8;
// 	filter: alpha(opacity=80);
// }
// .m-txt3 .txt {
// 	overflow: hidden;
// 	padding-left: 20px;
// }
// .m-txt3 .txt h3 {
// 	margin-bottom: 6px;

// 	font-size: 16px;
// 	font-weight: normal;
// }
// .m-txt3 .txt h3 a {
// 	color: #000;
// }
// .m-txt3 .txt h3 a:hover {
// 	color: #9a0000;
// }
// .m-txt3 .txt span {
// 	font-size: 14px;
// 	line-height: 22px;
// 	color: #a6a6a6;
// }
// .m-txt3 .txt p {
// 	max-height: 90px;

// 	font-size: 14px;
// 	line-height: 30px;
// 	color: #666;

// 	overflow: hidden;
// 	display: -webkit-box;
// 	display: box; 
	
// 	text-overflow: ellipsis;
// 	word-break: break-all;
// 	-webkit-box-orient: vertical;
// 	-webkit-line-clamp: 3;
// }
// .m-txt3 .txt strong {
// 	color: #333;
// }
// .m-txt3 .txt .more {
// 	margin-top: 6px;

// 	font-size: 14px;
// 	line-height: 1;
// 	color: #9a0000;
// }
// .m-txt3 .txt .more:hover {
// 	text-decoration: underline;
// }


// #bd.mb0 {
// 	margin-bottom: 0;
// }
// .g-title3-1 {color: #fff;}
// .box8 {
// 	padding: 55px 0 50px;
// 	background: url(/fzjs/images/ypic7.jpg) center no-repeat;
// 	background-size: cover;
// }
// .box8 p {
// 	font-size: 14px;
// 	line-height: 34px;
// 	text-align: center;
// 	color: #fff;
// }
// .box8 .form {
// 	width: 100%;
// 	max-width: 950px;
// 	margin: 30px auto 0;
// }
// .box8 .row1 {
// 	overflow: hidden;
// 	font-size: 0;
// 	margin-left: -25px;
// 	margin-bottom: 25px;
// }
// .box8 .row1 .item {
// 	float: left;
// 	width: 33.3333%;
// 	padding-left: 25px;
// 	-webkit-box-sizing: border-box; 
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;   
// 	-o-box-sizing: border-box; 
// 	box-sizing: border-box;
// }
// .box8 .row1 input {
// 	width: 100%;
// 	height: 50px;
// 	padding: 0 20px;
// 	border: 0;

// 	font-size: 16px;
// 	color: #333;

// 	-webkit-box-sizing: border-box; 
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;   
// 	-o-box-sizing: border-box; 
// 	box-sizing: border-box;
// }
// .box8 .row2 {
// 	margin-bottom: 30px;
// }
// .box8 .row2 textarea {
// 	width: 100%;
// 	height: 100px;
// 	padding: 5px 20px;
// 	border: 0;

// 	font-size: 16px;
// 	line-height: 30px;

// 	resize: none;

// 	-webkit-box-sizing: border-box; 
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;   
// 	-o-box-sizing: border-box; 
// 	box-sizing: border-box;
// }
// .box8 .submit {
// 	display: block;
// 	width: 180px;
// 	height: 50px;
// 	border: 0;
// 	margin: 0 auto;

// 	font-size: 18px;
// 	text-align: center;
// 	line-height: 46px;
// 	color: #fff;

// 	background-color: #b80000;
// }
// .box8 .submit:hover {
// 	opacity: .8;
// 	filter: alpha(opacity=80);
// }

// .box7 {
// 	padding: 55px 0 50px;
// 	background: url(/fzjs/images/ypic8.jpg) center no-repeat;
// 	background-size: cover;
// }
// .m-list6 {
// 	overflow: hidden;
// 	padding: 22px 30px 27px;
// 	margin-top: 25px;

// 	background: url(/fzjs/images/ybg2.png) 0 0 repeat;
// }
// .m-list6 li {
// 	float: left;
// 	width: 25%;

// 	font-size: 14px;
// 	line-height: 30px;
// 	color: #fff;

// 	overflow: hidden;
// 	white-space: nowrap;
// 	text-overflow: ellipsis;
// }
// .m-list6 .name {
// 	margin-right: 26px;
// }

// .box6 {
// 	padding: 55px 0 50px;
// }
// .box6 .msg {
// 	padding-top: 20px;

// 	font-size: 16px;
// 	text-align: center;
// 	line-height: 24px;
// 	color: #666;
// }
// .m-list7 {
// 	padding: 26px 30px 0;
// 	margin-left: -40px;
// 	overflow: hidden;
// }
// .m-list7 li {
// 	float: left;
// 	width: 33.3333%;
// 	margin-bottom: 10px;
// }
// .m-list7 li a {
// 	display: block;
// 	margin-left: 40px;
// 	border: 1px solid #e6e6e6;
// }
// .m-list7 .tit {
// 	height: 79px;
// 	padding: 0 29px 0 97px;
	
// 	font-size: 20px;
// 	font-weight: normal;
// 	line-height: 78px;
// 	color: #fff;

// 	overflow: hidden;
// 	white-space: nowrap;
// 	text-overflow: ellipsis;
	
// 	background-color: #bfbfbf;
// 	background-repeat: no-repeat;
// 	background-position: 29px center;
// 	background-size: 48px;

// 	-webkit-transition: 0.3s;
// 	   -moz-transition: 0.3s;
// 	    -ms-transition: 0.3s;
// 	     -o-transition: 0.3s;
// 	        transition: 0.3s;
// }
// .m-list7 a:hover .tit {
// 	background-color: #b80000;
// }
// .m-list7 .btm {
// 	padding: 21px 29px;
// }
// .m-list7 .txt {
// 	overflow: hidden;
// 	height: 160px;

// 	font-size: 14px;
// 	line-height: 32px;
// 	color: #333;

// 	overflow: hidden;
// 	display: -webkit-box;
// 	display: box; 
	
// 	text-overflow: ellipsis;
// 	word-break: break-all;
// 	-webkit-box-orient: vertical;
// 	-webkit-line-clamp: 5;
// }

// .box5 {
// 	padding-top: 45px;
// }
// .box5 .btm {
// 	margin-top: 35px;
// 	background-color: #2c78da;
// }
// .box5 .btm .box {
// 	width: 100%;
// 	max-width: 1420px;
// 	margin: 0 auto;
// }
// .m-list8 {
// 	overflow: hidden;
// 	height: 250px;
// 	padding: 70px 10.28% 0;

// 	background: #2c77da url(../images/ypic9.jpg) center no-repeat;
// 	background-size: 100% 100%;

// 	-webkit-box-sizing: border-box; 
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;   
// 	-o-box-sizing: border-box; 
// 	box-sizing: border-box;
// }
// .m-list8 li {
// 	float: left;
// 	width: 16.6666%;
// 	margin-bottom: 15px;

// 	font-size: 16px;
// 	text-align: center;
// 	line-height: 26px;
// 	color: #fff;


// 	-webkit-box-sizing: border-box; 
// 	-moz-box-sizing: border-box;
// 	-ms-box-sizing: border-box;   
// 	-o-box-sizing: border-box; 
// 	box-sizing: border-box;
// }
// .m-list8 .icon {
// 	display: block;
// 	margin: 0 auto 15px;
// 	width: 73px;
// 	height: 73px;
// }
// .m-list8 .i1 .icon {

// }






/*******************************
	-------[=捐赠专题]-------
********************************/
.warp{max-width: 1150px;margin: 0 auto;width: 98%;}
.m-tab1{text-align: center;background-color: #b80e12;height: 55px;}
.m-tab1 ul{display: inline-block;}
.m-tab1 ul li{width: 200px;float: left;position: relative;}
.m-tab1 ul li a{display: block;line-height: 55px;font-size: 16px;color: #fff;height: 55px;overflow: hidden;}
.m-tab1 ul li.on a,.m-tab1 ul li:hover a{background-color: #f55654;}

.m-tab1 ul dl{
    position: absolute;left: 0;right: 0;top: 100%;z-index: 100;
    background: #f55654;
    display: none;
}
.m-tab1 ul li:hover dl{display: block;}
.m-tab1 ul dl dd a{
    line-height: 40px;font-size: 14px;height: 40px;text-align: center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-tab1 ul dl dd a:hover{background: #b80e12;}

.m-proposal{padding-bottom: 43px;
	background-position: center center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-proposal h3{font-size: 36px;color: #4c4c4c;text-align: center;
	padding: 48px 0 14px;margin-bottom: 30px;
	background: url(/fzjs/images/ico-bor1.jpg) no-repeat center bottom;
}
.m-proposal h3 span{color: #9a0000;letter-spacing: 2px;}
.m-proposal .txt{font-size: 14px;line-height: 30px;padding: 0 75px;}
.m-proposal .txt p{margin-bottom: 10px;}
.m-proposal .txt span{margin-bottom: 10px;display: block;}
.m-proposal .bot{text-align: right;}
.m-proposal .bot p{margin-bottom: 0;}

.box-info{margin: 0 40px 28px;padding-top: 88px;
	background: url(/fzjs/images/ico-bg1.jpg) no-repeat 35px 60px;
}
.box-info .con{border: 7px solid #f0f0f0;background-color: #fff;margin-bottom: 48px;}
.box-info .left{float: left;width: 640px;padding: 47px 0 42px;color: #fff;
	background: url(/fzjs/images/p1.jpg) no-repeat center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.box-info .left h3{font-size: 60px;width: 255px;text-align: center;
	letter-spacing: 10px;line-height: 72px;float: left;
}
.box-info .left .txt{overflow: hidden;padding-top: 5px;font-size: 16px;}
.box-info .left span{height: 50px;display: block;line-height: 50px;width: 208px;text-align: center;
	background-color: #b80e12;margin-bottom: 15px;
}
.box-info .left strong{font-size: 16px;display: block;margin-bottom: 6px;}
.box-info .right{margin-left: 640px;}
.box-info .ma{width: 145px;margin: 35px auto 0;text-align: center;font-size: 14px;color: #333;}
.box-info .ma img{width: 100%;display: block;margin-bottom: 10px;}
.box-info .bot{padding-left: 70px;overflow: hidden;position: relative;}
.box-info .bot strong{font-size: 20px;color: #000;left: 70px;top: 50%;
	margin-top: -15px;}
.box-info .bot strong span{color: #b80e12;}
.box-info .text{overflow: hidden;margin-left: 125px;}
.box-info .bot p{font-size: 14px;color: #333;line-height: 30px;}
.box-info .bot b{color: #000;font-size: 16px;}

.m-t1{text-align: center;overflow: hidden;font-size: 20px;margin-bottom: 85px;}
.m-t1 span{position: relative;color: #010101;padding: 0 40px;}
.m-t1 span b{color: #b80e12;}
.m-t1 span:after,.m-t1 span:before{content: '';position: absolute;top: 50%;height: 1px;
	width: 480px;background-position: left center;background-repeat: no-repeat;
}
.m-t1 span:after{background-position: right center;left: 100%;background-image: url(/fzjs/images/ico-bor3.jpg);}
.m-t1 span:before{right: 100%;background-image: url(/fzjs/images/ico-bor2.jpg);}

.box-list1{margin: 0 -11px 60px;}
.box-list1 li{width: 33.33%;float: left;}
.box-list1 .con{display: block;margin: 0 11px;border: 1px solid #e6e6e6;text-align: center;color: #000;}
.box-list1 .pic{width: 235px;height: 235px;margin: 0 auto 8px;padding-top: 30px;margin-top: -72px;
	background: url(/fzjs/images/p-bg1.png) no-repeat center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.box-list1 .pic img{width: 182px;height: 182px;display: block;margin: 0 auto;}
.box-list1 h4{font-size: 18px;margin-bottom: 12px;}
.box-list1 p{font-size: 14px;line-height: 24px;height: 48px;overflow: hidden;
	max-width: 240px;margin: 0 auto 16px;
}
.box-list1 span{height: 49px;line-height: 49px;text-align: center;display: block;
	font-size: 16px;color: #b80e12;background-color: #f7f7f7;
}

.g-t2{height: 120px;background-color: #b80e12;text-align: center;}
.g-t2 span{font-size: 36px;color: #fff;display: inline-block;padding: 27px 0 14px;position: relative;}
.g-t2 span:after{position: absolute;width: 80px;content: '';height: 1px;background-color: #fff;
	left: 50%;bottom: 0;margin-left: -40px;
}
.box-list2{margin: 0 -12px 60px;padding-top: 40px;}
.box-list2 li{margin-bottom: 25px;}
.box-list2 li:last-child{margin-bottom: 0;}
.box-list2 .con{position: relative;overflow: hidden;margin: 0 12px;}
.box-list2 .pic{padding-top: 67%;height: 0;position: relative;overflow: hidden; }
.box-list2 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;}
.box-list2 .con:hover .pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: center center;
}

.box-list2 .con a{position: absolute;top: 0;bottom: 0;left: 0;right: 0;
		transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.box-list2 .con .btn{position: absolute;top: 50%;left: 0;right: 0;text-align: center;
	font-size: 16px;color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-list2 .con .btn span{width: 36px;height: 36px;display: block;margin: 0 auto 11px;
	background: url(/fzjs/images/ico-more1.png) no-repeat center center;
}
.box-list2 .slick-arrow{position: absolute;width: 35px;height: 72px;top: 50%;font-size: 0;
	background: 0;border: 0;text-indent: -9999px;cursor: pointer;z-index: 9;
	background-position: center center;background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-list2 .slick-prev{left: -74px;background-image: url(/fzjs/images/arr-l.png);}
.box-list2 .slick-next{right: -74px;background-image: url(/fzjs/images/arr-r.png);}
.box-list2 .con:hover a{position: absolute;top: 0;bottom: 0;left: 0;right: 0;
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 100);
}

.box-table{overflow: hidden;margin: 0 -10px 30px;padding-top: 40px;}
.box-table .col-l,.box-table .col-r{width: 50%;padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.box-table table{width: 100%;color: #000;}
.box-table thead tr{border-top: 4px solid #ccc;background-color: #f7f7f7;}
.box-table thead th{line-height: 50px;padding-left: 23px;font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.box-table tbody tr{border-bottom: 1px solid #e5e5e5;}
.box-table tbody td{padding-left: 23px;font-size: 14px;line-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}

/*
-----------------[感恩有你4]--------------*/

#container{
    position: relative;
    overflow: hidden;
}

.btn-show{
    display: block;width: 151px;height: 38px;
    margin: 17px auto 0;
    background: #9a0000;
    font-size: 16px;color: #fff;line-height: 38px;text-align: center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.btn-show:hover{
    color: #fff;
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}


.ul-list14{overflow: hidden;margin: 0 -10px;}
.ul-list14 li{
    float: left;width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10px 20px;
}
.ul-list14 li .con{
    position: relative;overflow: hidden;
}
.ul-list14 .pic{
    font-size: 14px;color: #000;line-height: 34px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-list14 .con:hover .pic,.ul-list14 li.on .con .pic{background: #9a0000;}
.ul-list14 .pic .img{
    height: 0;padding-top: 67.50%;position: relative;
}
.ul-list14 .pic img{
    display: block;width: 100%;height: 100%;
    position: absolute;left: 0;top: 0;
}
.ul-list14 .pic p{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;text-align: center;
   /* background: #f0f0f0;*/
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

.ul-list14 .con:hover .pic p,.ul-list14 li.on .con .pic p{
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-list14 .txt{
    position: absolute;left: 0;top: 0;
    width: 100%;height: 100%;
    background: url(/fzjs/images/bg5.png);
    font-size: 14px;color: #fff;line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 32px 34px 0;
    overflow: hidden;
    display:none;
}
.ul-list14 .con:hover .txt,.ul-list14 li.on .con .txt{
display:block;
}
.ul-list14 .txt .bg{
    position: absolute;left: 14px;right: 14px;top: 14px;bottom: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border: 1px #fff solid;
}
.ul-list14 .txt h4{
    font-size: 16px;font-weight: normal;margin-bottom: 11px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-list14 .txt p{
    max-height: 144px;overflow: hidden;position: relative;
    color: #fff;
    color: rgba(255,255,255,.9);
}
.ul-list14 .txt p .a-det{
    color: inherit;
}
.ul-list14 .txt p .a-det:hover{text-decoration: underline;}


/*
-----------------[pg电子模拟器偕行]--------------*/

.m-list13{overflow: hidden;margin: 0 -17px 3px;padding: 10px 0 0;}
.m-list13 li{
    float: left;width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 17px 30px;
}
.m-list13 .con{
    display: block;
    overflow: hidden;
    border: 1px #e6e6e6 solid;
    padding: 15px 24px 15px 15px;
}
.m-list13 .pic{
    float: left;width: 110px;height: 155px;
    box-shadow: 0 0 9px rgba(0,0,0,.27);
    margin-right: 45px;
    overflow: hidden;
}
.m-list13 .pic img{
    display: block;width: 100%;height: 100%;
}
.m-list13 .txt{
    overflow: hidden;
    font-size: 14px;color: #666;line-height: 30px;
    padding-top: 16px;
}
.m-list13 .txt h4{
    max-height: 52px;overflow: hidden;
    font-size: 16px;color: #000;line-height: 26px;font-weight: normal;
    margin-bottom: 10px;
}
.m-list13 .con:hover .txt h4{color: #9a0000;}
.m-list13 .con .txt p{
    max-height: 90px;overflow: hidden;
}



.gytw{padding-top:20px;padding-bottom:20px; height:221px;}
.gytw em{ float:left; width:325px; height:221px;}
.gytw em img{ width:325px; height:221px;}
.gytw div{ float:left; width:322px; padding-left:20px;}
.gytw div h4{ font-size:24px; color:#3a3a3a; padding-bottom:15px;}
.gytw div p{ font-size:16px; color:#3a3a3a; line-height:36px;}

.gyp{ overflow:hidden; padding-top:10px; padding-bottom:50px;}
.gyp p{font-size:14px; color:#3a3a3a; line-height:35px;}

.ul-list4 li:first-child {
 
}
.g-pages{
    text-align: center;clear: both;
    font-size: 14px;color: #666;line-height: 30px;
}
.g-pages a{
    display: inline-block;vertical-align: top;
    border: 1px #ededed solid;
    padding: 0 12px;
    line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
}
.g-pages a:hover,.g-pages a.on{
    background: #9a0000;border-color: #9a0000;color: #fff;
}
.g-pages .num{
    display: inline-block;vertical-align: top;
    width: 89px;height: 26px;text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border: 1px #ededed solid;
    margin-right: 0px;margin-bottom: 5px;
    font-size: 14px;color: #666;
    line-height: 26px;
}
.g-pages .numinput{
    display: inline-block;vertical-align: top;
    border: 1px #ededed solid;
    padding: 0 12px;
font-size: 14px;
    line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
    height:26px;
    background-color:#fff;
}

  .g-pages .inputtz{
    display: inline-block;vertical-align: top;
    border: 1px #ededed solid;
    padding: 0 12px;
    font-size: 14px;
    line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
    height:26px;
    background-color:#fff;
}



.m-page ul{overflow: hidden;display: inline-block;vertical-align: top;}
.m-page ul li{
    float: left;margin: 0 5px;
}
.g-pages-m{text-align: center;margin-top: 20px;display: none;}
.g-pages-m ul{
    display: inline-block;vertical-align: top;
    overflow: hidden;
}
.g-pages-m ul li{
    float: left;width: 60px;height: 36px;
    background: #ccc;
    font-size: 14px;color: #333;line-height: 36px;text-align: center;
    margin: 0 4px;
}
.g-pages-m ul a{display: block;color: inherit;}


/*移动端页码20170817*/
.g-pages-m .numinput{
    display: inline-block;vertical-align: top;
    border: 1px #ededed solid;
    padding: 0 12px;
    font-size: 14px;
    line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
    height:30px;
    background-color:#ccc;
}


.g-pages-m .numinput1{
    display: inline-block;vertical-align: top;
    border: 1px #ededed solid;
    padding: 0 12px;
    font-size: 14px;
    line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
    height:30px;
    background-color:#fff;
}

/*-----------------[公用页码]--------------*/
.pages-pc-m{
    text-align: center;clear: both;
    font-size: 14px;color: #666;line-height: 30px;
    margin: 20px 0;
}
.pages-pc-m a,.pages-pc-m .num,.pages-pc-m input, .pages-pc-m .p_fun_d{
    display: inline-block;vertical-align: top;
    height: 30px;
    border: 1px #ededed solid;background: #fff;
    padding: 0 12px;
    font-size: 14px;color: #666;line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
      border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;

}
.pages-pc-m a:hover,.pages-pc-m a.on{
    background: #9a0000;border-color: #9a0000;color: #fff;
}
.pages-pc-m .num{width: 89px;text-align: center;}
.pages-pc-m .inp{width: 53px;text-align: center;padding: 0;}
.pages-pc-m br{display: none;}
.pages-pc-m input[type='text']{width:54px;    text-align: center;}
.pages-pc-m .p_no,
.pages-pc-m .p_no_d{display:none;}<!--耗时1757831505.1973秒-->