@import url("header.css");
@import url("footer.css");


.probox{
	margin:40px auto 64px;
}
.procat{width:320px; float:left;}

.sort_left_tit {
    text-align: center;
    background-color: #f3a310;
    padding: 16px;
}
.sort_left_tit h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    color: #ffffff;
}
.sort_left_tit h4 {
    text-align: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    font-weight: normal;
}
/*.sort_left_list li {
    margin-top: 6px;
}
.sort_left_list li .cateitem{
	    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 1.5em 0 2em;
    position: relative;
}
.sort_left_list li a.acate {
    font-size: 17px;
    line-height: 3;
    font-weight: normal;
    color: #666666;
}
.sort_left_list li .cateitem::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 2px;
    height: 20px;
    background-color: #ffffff;
}
.sort_left_list li h4 {
    display: block;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
}
.sort_left_list li:hover .cateitem{
    background-color: #f3a310;
    color: #ffffff;
}
.sort_left_list li.acts .cateitem {
    background-color: #f3a310;
    color: #ffffff;
}
.sort_left_list li:hover .cateitem a,.sort_left_list li.acts .cateitem a{
	color:#fff;
}
.sort_left_list li span {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #eeeeee;
    margin-top: 0.85em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/icon-cate.png");
    background-size: calc(8 / 22 * 100%) auto;
    margin-left: 1em;
}

.sort_left_list li .catepro{
	line-height:40px;
	font-size: 15px;
	display:none;
}
.sort_left_list li .catepro a{
	display: block;
	padding-left: 42px;
}
.sort_left_list li.acts .catepro{
	display: block;
}*/


.catelist-nav {
  margin: 0 -1px;
}

.catelist-nav > li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.catelist-nav > li:last-child {
  border-bottom: none;
}

.catelist-nav > li > a {
  display: block;
  font-size: 18px;

  line-height: 30px;
  color: #2e2e2e;
  padding: 15px 18px;
}

.catelist-nav > li .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius:50%;
  text-align: center;
  top: 15px;
  right: 10px;
  cursor: pointer;
  background-color: #eeeeee;
  /*background: url(../images/icon_spirit.png) 0 -240px no-repeat;*/
  	background-repeat: no-repeat;
   background-position: center;
   background-image: url("../images/icon-cate.png");
   background-size: calc(8 / 22 * 100%) auto;
   transform:rotate(90deg);
}

.catelist-nav > li .first-nav-btn.clicked {
    transform:rotate(270deg);
}

.catelist-nav > li:hover > a, .catelist-nav > li.clicked > a {
  color: #f3a310;
}

.catelist-nav > li:hover .first-nav-btn, .catelist-nav > li.clicked .first-nav-btn {
  color: #f3a310;
}



.catelist-nav .catelist-subnav {
  display: none;
  padding: 0 10px;
}

.catelist-nav .catelist-subnav > li {
  border-top: 1px dashed #eeeeee;
}

.catelist-nav .catelist-subnav > li > a {
  padding: 8px;
  display: block;
  line-height: 32px;
  color: #818181;
  font-size: 14px;
      white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left:32px;
}

.catelist-nav .catelist-subnav > li > a:hover {
  color: #f3a310;
}

.catelist-nav .catelist-subnav > li.clicked > a {
  color: #f3a310;
}






.prolist{width:calc(100% - 350px); float:right}
.proboxflex{
	display: flex;
	flex-wrap: wrap;

}

.proboxflex:after {

}

.proboxflex .box {
	display: block;
	width: 32%;
	margin-right: 2%;
	background: no-repeat center bottom;
	background-size: 0% auto;
	background-color: #ffffff;
	border: 1px solid rgba(112, 112, 112, 0.1);
	margin-bottom: 2vw;
	transition: all 0.5s;
	box-sizing: border-box;
}
.proboxflex .box:nth-child(3n){
	margin-right:0px;
}

.proboxflex .box:hover {
	background-size: 100% auto;
}

.proboxflex .box .pics {
	width: 100%;
	overflow: hidden;
}

.proboxflex .box .pics .pic {
	width: 100%;
	height: auto;
	background: no-repeat center;
	background-size: 100% auto;
	/*padding-top:91.43%;*/
    padding-top:82%;
	transition: all 0.5s;
}

.proboxflex .box:hover {
	box-shadow: 0 0 20px rgba(15, 59, 220, 0.1);
	background-image: url(../images/b_line.png)
}

.proboxflex .box:hover .pics .pic {
	transform: scale(1.05);
}

.proboxflex .box .txt {
	padding:16px 32px 16px;
	border-top: 1px solid rgba(112, 112, 112, 0.1);
}


.proboxflex .box .txt .h2 {
	line-height: 26px;
	color: #333333;
	height: 26px;
	font-size:20px;
	text-align: center;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 12px;
}

.proboxflex .box .txt .p {
	line-height: 24px;
	color: #777777;
	height: 48px;
	font-size:14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}







/*内页*/
.prodetailcontainer{
	width:100%;
	margin:0 auto;
}
.page-position {
    padding: 18px 0;
    font-size: 14px;
    color: #2f2f2f;
    border-bottom:1px solid #eaeaea;
}

.page-position a {
    color: #2f2f2f;
}

.page-position a:hover {
    color: #f5a100;
}

.page-position .prodetailcontainer{
    padding-left: 32px;
    background:url(../images/home.png) no-repeat;
    background-size:24px;
    background-position: 0px -3px;

}

.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix{*zoom:1}
.prodetailbox{
	padding:0px 0px 24px;
	border-bottom:2px solid #f5a100;
}
.prodetailbox .prodetailcontainer{
	/*display:flex;
	justify-content: space-between;*/
}
.proimg{
	display:flex;
	justify-content: space-between;
	width:640px;
	margin-bottom:24px;
	margin:0 auto 24px;
}
.big-img a {
    display: block;
    text-align: center;
    width: 100%;
    height: 500px;
    font-size: 0;
}
.proimg .big-img a img{
	max-width:100%;
}
.proimg img:hover{
	cursor: pointer;
}
.mySwiper img{
	max-width: 100%;
}

.proimg .mySwiper2{
	width:500px;
	height: 500px;
	border:1px solid #7e7e7e;
	box-sizing: border-box;
	margin:0px;
}

.proimg .mySwiper{
	width:120px;
	height:500px;
	margin:0px;
}
.proimg .mySwiper .swiper-slide{
	width:120px;
	height:120px;
	box-sizing: border-box;
	border:1px solid #7e7e7e;
}
.proimg .mySwiper .swiper-slide.swiper-slide-thumb-active{
	border:1px solid #f5a100;
}

.proinfo{
	width:100%;
}

.proinfo h2{
	font-size:24px;
	color:#f5a100;
	text-align: center;
}

.proinfo a{
	width:260px;
	height:54px;
	text-align: center;
	line-height: 54px;
	display: block;
	float:left;
	background: #777777;
	font-size: 20px;
	color:#fff;
}
.proinfo .proexplan{
	margin:24px 0px 38px;
	font-size:16px; 
	line-height:28px;
	color:#565656;
}

.proinfo .proexplan table{
	margin-top: 12px;
	width:100%;
}
.proinfo .proexplan table td{
	background: #fff; 
	border:1px solid #ccc; 
	padding-left: 0px; 
	line-height:32px; 
	text-align: center;
	padding:5px 10px;
}
.proexplan h2{
	font-size: 24px;
    color: #f5a100;
    text-align: left;
    margin-top:20px;
}
.proexplan .pro_spec_tit {
    margin-top: 40px;
    font-size: 18px;
    border-bottom: 2px solid #ccc;
} 
.proexplan .pro_spec_tit a.cur, .pro_spec_tit a:hover {
    background: #f3a310;
    color: #fff;
}
.proexplan .pro_spec_tit a {
    display: inline-block;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #666;
    margin-left: 0px;
    /* float: left; */
    border-right: 0px solid #e5e5e5;
    margin-bottom: -2px;
}



.proinfo a.ad{
	background: #f5a100;
	margin-right:60px;
}


.prodetailbox2{
	margin-bottom:64px;
}
.prodetailtit{
	margin-top: 24px;
	font-size:28px;
	color:#000000;
	margin-bottom: 12px;
}

.prodetailcon{
	font-size: 16px;
	line-height:32px;
}

.prodetailcon table{
	width:100%;
}
.prodetailcon table td{
	background: #fff; 
	border:1px solid #ccc; 
	padding-left: 0px; 
	line-height:32px; 
	text-align: center;
	padding:5px 10px;

}

.no-wrap {
  white-space: nowrap;
}

.prodetailcon table td:last-child{
	
}
.prodetailcon table td:has(strong){padding:0px;}
.prodetailcon table td strong{/*display: block; width:100%; background:#2e2e2e; color:#fff;*/}
.prodetailcon table td.table-djx{
	padding:0px;
	position: relative;
	text-align: inherit;
}
.prodetailcon table td.table-djx .td1 {
  position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden; /* Clip content outside the div */

}
.prodetailcon table td.table-djx .td1 .wzr{margin-right:20%;  text-align:right}
.prodetailcon table td.table-djx .td1 .wxline{width:100%; height:1px; background:#ccc;transform: rotate(15deg);  margin-left: 0%;}
.prodetailcon table td.table-djx2 .td1 .wxline{width:100%; height:1px; background:#ccc;transform: rotate(5deg);  margin-left: 0%;}
.prodetailcon table td.table-djx .td1 .wxl{margin-left:20%}

.prodetailconwx .proflex{display: flex}
.prodetailconwx .proflex img{max-width:625px; margin-right:20px;}

.prodetailconwx h3{margin-top: 24px;
    font-size: 28px;
    color: #000000;
    margin-bottom: 12px;}

.prodetailcon h3{margin-top: 24px;
    font-size: 28px;
    color: #000000;
    margin-bottom: 12px;}


.prodetailyscon i{
	width:10px;
	height:10px;
	background: #f5a100;
	display: block;
	float: left;
	margin:11px 12px 0px 0px;
	 transform: rotate(45deg);
}

.prodetailcon img{max-width: 100%}

@media(max-width:1600px){
	.swiper-containerpro .bannerimg{
	position:absolute; z-index:0; height:100%; width:100%; overflow: hidden;
}
.swiper-containerpro .bannerimg img{
	height:100%; width:100%; position:absolute; left:50%; transform: translateX(-50%);
}


	.protit{
		font-size: 48px;
		top:152px;
	}
	.protit span{
		font-size:28px;
	}

	.prosearch{
		top:292px;
	}

	.prosearchbox #formsearch #keyword{
		height:64px;
	}

	.prosearchbox #formsearch #s_btn{
		height:48px;
	}
}

@media(max-width:1440px){
	.protit{
		font-size: 42px;
		top:152px;
	}
	.protit span{
		font-size:24px;
	}

	.prosearch{
		top:292px;
	}

	.prosearchbox #formsearch #keyword{
		height:56px;
	}

	.prosearchbox #formsearch #s_btn{
		height:48px;
	}

	.procontainer{
		width:1360px;
	}

	.procate_first a{
		width:172px;
	}
}

@media(max-width:1366px){
	.protit{
		font-size: 42px;
		top:132px;
	}
	.protit span{
		font-size:24px;
	}

	.prosearch{
		top:262px;
	}

	.prosearchbox #formsearch #keyword{
		height:56px;
	}

	.prosearchbox #formsearch #s_btn{
		height:48px;
	}

	.procontainer{
		width:1280px;
	}

	.procate_first a{
		width:162px;
	}
}

@media(max-width:1280px){
	.procontainer{
		width:96%;
	}
	.procate_first a{
		font-size:16px;
		width:auto;
		padding:0px 12px;
	}

	.prodetailcontainer{
		width:96%;
	}
}
.sub_banner img{max-width:100%;}
@media(max-width:1200px){
	.sub_banner{
		padding-top:60px;
	}

	.protit{
		font-size:24px;
		top:96px;
	}

	.protit span{font-size: 16px;}
	.prosearch{
		top:160px;
	}
	.prosearchbox{
		width:80%;
	}
	.prosearchbox #formsearch #keyword{
		height:42px;
	}

	.prosearchbox #formsearch #keyword{
		font-size: 14px;
	}
	.prosearchbox #formsearch #s_btn{
		height:36px;
		background-image: url(../images/search2.png);
    	background-repeat: no-repeat;
    	background-position: center;
    	background-size: calc(32 / 160* 100%) auto;
    	width: 124px;
	}
	.prosearchbox #formsearch #keyword::placeholder {
  		color: #dfdfdf;
	}
	.prosearchbox input::-ms-input-placeholder{color: #f00; font-size:14px;}
	.prosearchbox input::-webkit-input-placeholder{color: #f00; font-size:14px;}


	.procatebox{
		bottom:-84px;
		height:96px;
	}
	.procate{
		padding:12px;
	}
	.procate_first a{font-size:14px; padding:0px 8px; height:32px; line-height:32px;}
	.procate_secitem{margin-top:12px;}
	.procate_secitem a{font-size:14px; height:32px; line-height:32px; margin-right:12px;}

	.probox{
		margin-top:108px;
	}
	.proboxflex .box{
		width:32%;
		margin-right: 2%;
	}
	.proboxflex .box:nth-child(4n){
		margin-right: 2%;
	}
	.proboxflex .box:nth-child(3n){
		margin-right: 0px;
	}
	.proboxflex .box .txt{
		padding:8px 12px;
	}
	.proboxflex .box .txt .h2{font-size:16px; margin-bottom: 8px;}

	.prodetailbox{
		padding:24px 0px;
	}
	.prodetailbox .prodetailcontainer{
		display: block;
	}
	.proimg{margin: 0 auto;}
	.proinfo{width:560px; margin:12px auto 0px;}
	.proinfo h2{
		font-size:18px;
		text-align: center;
	}
	.proinfo .proexplan{
		margin:12px 0px 16px;
		font-size:14px;
	}

	.proinfo a{width:240px;}
	.proinfo a.ad{margin-right:32px;}

	.prodetailconwx .proflex{display: block;}
}

@media(max-width:768px){
	.swiper-containerpro .swiper-button-next, .swiper-containerpro .swiper-button-prev{
		color:#f5a100;
		display:none;
	}

	.procat{display:none}
	.prolist{width:100%;}
	.nycontainer{width:calc(100% - 32px);}
	.big-img a{height:auto;}
	.proexplan img{max-width:100%}
	.page-position .nycontainer{width:calc(100% - 32px);}

	.protit {
	    font-size: 20px;
	    top:76px;
	}




	.protit span{
		font-size: 12px;
	}
	.prosearch{
		top:128px;
	}
	.prosearchbox #formsearch #keyword{
		height:36px;
	}
	.prosearchbox #formsearch #s_btn{
		height:32px;
	}
	.procatebox{display:none;}
	.probox{margin-top:24px;}
	.proboxflex .box{
		width:49%;
		margin-right: 2%;
	}
	.proboxflex .box:nth-child(3n){
		margin-right: 2%;
	}
	.proboxflex .box:nth-child(2n){
		margin-right: 0px;
	}
	.proboxflex .box .txt{
		padding:8px 12px;
	}
	.proboxflex .box .txt .h2{font-size:14px; margin-bottom: 8px;}


	.proimg{width:100%; display:block;}
	.proimg .mySwiper2{width:100%; height:auto; margin-bottom:10px;}
	.proimg .mySwiper{width:100%; height:auto}
	.proimg .mySwiper .swiper-slide{height:auto}
	.proinfo{width:100%;}
	.proinfo a{width:120px; font-size: 14px; height:36px; line-height: 36px;}

	.prodetailtit{font-size:16px; margin-top:18px; font-weight: bold;}
	.prodetailcon{font-size:12px;}
	.prodetailcon table td{padding:2px; line-height:20px; font-size:7px;}
	.prodetailconwx .proflex img{max-width:100%;margin-right:0px;}

	.prodetailcon table td.table-djx .td1 .wxline{transform: rotate(25deg);}
	.proboxflex .box .txt .p{font-size:12px}

	.page-position .prodetailcontainer{width:calc(96% - 32px);}
	.prodetailconwx h3{margin-top: 18px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;}

.prodetailcon h3{margin-top: 18px;
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;}
}

.page-wrap-left{display:none}

.bfpg-left-box {
    margin-bottom: 20px;
}

.bfpg-left-title {
    background: #f5a100;
    padding: 10px 20px;
    position: relative;
}

.bfpg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.bfpg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
    display: block;
}

.bfpg-left-title span {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    text-transform: capitalize;
    font-family: 'Arial';
    opacity: .4;
}

.bfpg-left-title span:before {
    content: "/";
    padding-right: 5px;
}


/* 手机站 左侧导航弹出特效 */
.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #292e39;
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 768px) {
    .page-mob-tool {
        display: none;
    }
}



.bfmob-left-close-btn {

}

@media (max-width: 768px) {
	.page-wrap-left{display:block;}
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .bfmob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .bfmob-menu-click .bfpg-left-news,
    .bfmob-menu-click .bfpg-left-keys,
    .bfmob-menu-click .bfpg-left-contact,
    .bfmob-menu-click .page-message-img {
        display: none;
    }
    .bfmob-menu-click .bfmob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .bfmob-menu-click .bfmob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .bfmob-menu-click .bfmob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .bfmob-menu-click .bfpg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .bfmob-menu-click .bfpg-left .bfpg-left-menu {
        width: 90%;
        background: #fff;
    }
    .bfmob-menu-click.click {
        left: 0;
    }
}



/* 内页左侧导航栏样式 */

.bfpg-left-nav {
    margin: 0 -1px;
}

.bfpg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.bfpg-left-nav>li:last-child {
    border-bottom: none;
}

.bfpg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.bfpg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
    opacity: .4;
}


.bfpg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.bfpg-left-nav>li:hover>a,
.bfpg-left-nav>li.clicked>a {
    color: #f5a100;
}

.bfpg-left-nav>li:hover .first-nav-btn,
.bfpg-left-nav>li.clicked .first-nav-btn {
    color: #f5a100;
}

.bfpg-left-nav .bfpg-left-subnav {
    display: none;
    padding: 0 10px;
}

.bfpg-left-nav .bfpg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.bfpg-left-nav .bfpg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
    padding-left: 24px;
}

.bfpg-left-nav .bfpg-left-subnav>li>a:hover {
    color: #f5a100;
}

.bfpg-left-nav .bfpg-left-subnav>li.clicked>a {
    color: #f5a100;
}

.bfpg-left-nav .bfpg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.bfpg-left-nav .bfpg-left-threenav>li>a:before {
    content: '2014   ';
}

.bfpg-left-nav .bfpg-left-threenav>li>a:hover {
    color: #f5a100;
}

.bfpg-left-nav .bfpg-left-threenav>li.clicked>a {
    color: #f5a100;
}

@media (max-width: 768px) {
    .bfpg-left-nav .bfpg-left-threenav {
        display: block;
    }
}



/* 手机站 左侧导航弹出特效 */
.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #292e39;
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 768px) {
    .page-mob-tool {
        display: none;
    }


}


.page_list{text-align: center; margin:24px 0px;}
.page {
  display:inline-block;
  font: 16px/24px '微软雅黑', sans-serif;
  *display:inline;
  :1;
  *zoom:1;}
.page span {
  float:left;}
.page a,
.page span{
  background:#FFF;
  border:1px solid #CCC;
  color:#333;
  float:left;
  font: 16px/24px  '微软雅黑', sans-serif;
  margin-right:5px;
  min-width:15px;
  padding:4px 12px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  _width:15px;
border-radius:4px;
}
.page span{background:#f5a100; color:#fff; }
.page a:hover {
  border:1px solid #f5a100;
  color:#f5a100;
  text-decoration:none;}

.page a.page-curpage {
  background:#f5a100;
  border:1px solid #f5a100;
  color:#FFF;
  font-weight:bold;}