
/*==========@@HTML默认 开始@@==========*/
/*基本*/


/*表单*/
form {margin: 0;}
button,input,select,textarea {
    font-size: 100%;  /* Correct font size not being inherited in all browsers. */
    margin: 0;  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
    vertical-align: baseline; /* Improve appearance and consistency in all browsers */
    *vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button,select {text-transform: none;}
textarea{	-webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;border-radius:5px; 
-moz-box-sizing: border-box;  background-color: #FFFFFF;	border: 1px solid #E8E8E8;
margin: 3px 0px;padding: 5px 3px;	width:99%;
}

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
audio:not([controls]) {display: none; height: 0;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@通用 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

.bgred{ background:#d90009}
.bgblue{ background:#014995}
/*清除浮动*/
.clear { display:block; clear:both;}
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.center{ text-align: center}
.mgt10{ margin-top:10px;}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{  padding-right:10px; display:none; } /*more链接*/
.more a{ color:#167312}
.code_image{ cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/
.f14{font-size:1.1rem }

/*必须输入，主要*/
.required{ color:red; font-weight:bold;}
.form_text_verifycode { width:80px; }
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}

/*按钮*/
.btn{	width:100%; padding:9px 0px;font-size:16px;text-decoration:none; margin:5px 0px; cursor:pointer;
	-webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	background:#1f66bf;border:0px solid #0B8E00; color:#ffffff; display:block; text-align:center; 
}
.btn:active{}

.btn_download{color:#ffffff; display:block; text-align:center; cursor:pointer;	
	width:80px; text-decoration:none; margin:0px; 
	background:#179F00;
	-webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	text-indent:0;
}
.btn_download:active{	padding:0px;top:0px;
	background-image:-o-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-moz-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-webkit-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-ms-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #5DD300),color-stop(1, #179F00));
	background-image:linear-gradient(bottom, #5DD300 0%, #179F00 100%);
	-webkit-box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
}

/*箭头*/
.arrow{ background-size:14px;
	width:30px; height:30px; display:block; float:right;vertical-align:middle;
}
/*==========@@通用 结束@@==========*/


/*==========@@布局  开始@@==========*/
body_index, .body_single, .body_article, .body_picture, .body_download, .body_video, .body_product,  .body_job, .body_guestbook, .body_feedback{ }
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:100%; margin:0px auto }
#top, #header, #navigation, #banner, #location, #announcement, #link, #copyright { width: 100%;  margin: 0px auto;}

.infotitle{ display:block; height:33px; width:100%; position:relative;}
.infotitle h3 { display:block; overflow:hidden; padding-left:15px;  background:url(/template/default/images/titbg.png) left center no-repeat; line-height:33px; color:#FFF; font-size: 14px; }
.infotitle span { position:absolute; top:5px; right:5px; width:23px; height:23px; line-height:23px;}
.infotitle span a.more{ float:left; display:block; width:23px; height:23px; background:url(/template/default/images/more.png) center no-repeat; line-height:23px;}


.main_title{ display:block; height:40px; background:url(/template/default/images/title_bg.png) center left repeat-x; }
.main_title .main_title_left { float:left; padding:0 10px; margin-left:10px; background:#0061b0;  border-radius:5px;}
.main_title .main_title_left h3 { float:left; display:block; overflow:hidden; line-height:40px;  color:#ffffff; font-size: 14px; }
.main_title .main_title_left span { display:block; overflow:hidden; line-height:20px; font-size:12px; color: rgb(174, 174, 174); font-weight:bold; text-transform:uppercase; font-family:Times New Roman; }

.topnavbox{ float:left; background:#0061b0; padding:5px 0; width:100%; margin-top:10px; }
.topnavlist ul{ width:100%;}
.topnavlist li{float:left; width:50%; cursor:pointer}
.topnavlist li a{ display:block; width:90%; text-align:center; color:#ffffff;  background:#5e5e5e; line-height:30px; font-size:12px;  overflow:hidden; margin:5px auto;  text-overflow:ellipsis;white-space:nowrap; }
.topnavlist li a:hover,.topnavlist li a.current{ background:#fda412; color:#fff;}
.topnavlist li.clear{ clear:both;}

.c1{ color:#00b0ff}
.c2{ color:#e60012}
.c0{ color:#df00c7}

/*#index_1{ background:#265a9e; }
#index_2{ background:#265a9e; }
#index_3{ background:#265a9e; }*/
/*==========@@布局  结束@@==========*/

.web_w{
margin: 0 auto;
width: 100%;
overflow:hidden;
}

.wrapper{ float:left; width:100%; padding:10px 0; }
.wrapperbody{ width:95%; margin:0 auto; line-height:25px;}
.wrapper1{ float:left; width:100%; padding:10px 0; }
.wrapperbody1{ width:95%; margin:20px auto; line-height:25px; background:url(/template/default/images/sj_39.png) center top no-repeat;background-size: 70% }
.wrapper2{ float:left; width:100%; padding:10px 0; }
.wrapperbody2{ width:95%; margin:0 auto; line-height:25px; background:url(/template/default/images/sj_38.png) center no-repeat;background-size: 70% }

.icon-navlist{ float:left; width:100%;}
.icon-navlist li{ float:left; width:20%; margin:0 0;}
.icon-navlist li a{ float:left; width:100%;}
.icon-navlist li a img{ float:left; width:60%;margin-left:20% }
.icon-navlist li a span{ float:left; width:100%; font-size:0.9rem; line-height:30px; text-align:center;}

.icof-navlist{ float:left; width:100%;}
.icof-navlist li{ float:left; width:50%; margin:0 0;}
.icof-navlist li a{ float:left; width:90%;margin:5% 5%}
.icof-navlist li a img{ float:left; width:100%;}
.icof-navlist li a span{ float:left; width:100%; font-size:16px; line-height:30px; text-align:center;}
/*==========@@公共模块 开始@@==========*/
.top{ width:100%;  background:#343434;  }
.topwrapper{ width:95%; margin:0 auto; height:40px; line-height:40px; color:#FFF;}
/*头部部分*/
.header{ float:left; width:100%; height:70px; position:relative; z-index:100;background:url(/template/default/images/sj_01.jpg) center no-repeat; background-size:110%}
.header .Logo{ float:left; width:100%; text-align:left; margin-top:10px; margin-left:10px;}
.header .Logo img{max-height:55px;}
.headnavigation{ position:absolute; right:5px; top:15px; width:40px; height:40px; background:url(../image/nav_icon.png) center no-repeat; cursor:pointer;}

/*导航*/

#navigation { position:absolute; width:100px; right:5px; top:55px; z-index:99; display:none;}
#navigation ul{ float:left; width:100px; background:#008cd6;}
#navigation ul.navigationlist li a{ width: 100%; font-size:14px;  height:40px; line-height:40px; float:left; text-align:center; color:#FFF;}
#navigation ul.navigationlist a:hover {background:#fda412; color:#FFF}

/*===FlexSlider幻灯片  开始===*/
#banner{ width:100%; background-color:#000;}
#banner img{ float:left; width:100%;}

.nybanner{ width:100%; overflow: hidden;margin-bottom:1rem }
.nybanner img{width:100%;}

.swiper-wrapper-product{ padding:15px 0;}
.swiper-wrapper-product li{position:relative; float:left; width:120px; padding-right:15px; color:#666;}
.swiper-wrapper-product li a{ float:left; width:120px;}
.swiper-wrapper-product li a img{ width:120px; height:120px; margin-bottom:5px; border:#CCC solid 1px;}
.swiper-wrapper-product li em{ font-style:normal; font-size:12px; color:#888;}
.swiper-wrapper-product li p{ font-style:normal; font-size:12px; color:#333; line-height:20px; text-align:center;}
/*首页栏目名称*/
.sylanmu{width:100%;overflow:hidden;margin-top:1.5rem;margin-bottom:1rem }
.sylanmu img{width:100%;}
.syhengtiao{width:100%;overflow:hidden;height: 5px;background:#e9e9e9 }


.sjgd_nav{width:100%; overflow:hidden;background:#e9e9e9; margin:0 auto;}
.sjgd_nav li a{display:block; float:left; width:100%;font-size: 1rem;line-height:2rem;text-align:center;color:#000;  }
.sjgd_nav li a:hover{color:#fff;background:#ff0000 }
/*
.cpzx_nav{ }
.cpzx_nav li a{display:block; float:left; width:45%;font-size: 1rem;line-height:2.75rem;text-align:center;color:#fff;margin:2.5%   }
.cpzx_nav li a img{width:100%;height:12rem  }
.cpzx_nav li a:hover{color:#ff0000;}
*/

.am-navbar-nav li a{width:25%;display:block;float:left;text-align:center;}
.am-cf img{width:30%;} 
.am-avg-sm-4 span{width:100%; display:block;  text-align:center;color:#d1d3d4; font-size:0.8rem  }

/* 新闻栏目 */
.tabf{font-size:18px;color:#383838; width:100%;overflow:hidden; margin:1.2rem auto;  }
.tabf li{line-height:2rem; width:30.333%; text-align:center;float:left;background: #fff; margin:1%; border:1px solid #ccc;border-radius:25px  }
.tabf li.hover,.tab li:hover{width:30.333%;color:#fff;height:2rem; background:#008d9d}
.tabf li a:hover{text-decoration:none;height:2rem; }
.tabf li a,.tabdl dt a,.connews a,.connews span{color:#ffffff;height:2rem;}
.tabf li.hover a,.tabc li:hover a,.tabdl dt{height:2rem;}
.tabf li img{width:100%}
.time{width:100%;height:70px;background:#e60012;overflow:hidden;float:left;}
.shi1{color:#fff;font-size:20px;text-align:center;font-weight:bold;margin-top:15px;}
.shi2{color:#fff;font-size:12px;text-align:center;}

.home-title{ overflow:hidden;background:url(/template/default/images/title-line.png) center 18px no-repeat; text-align:center; font-family:"Microsoft YaHei";}
.home-title p{ display:block; line-height:30px; font-size:22px; color:#000;}
.home-title p b{ color:#000;}
.home-title span{ display:block; color:#666; font-size:12px; line-height:15px;}
.home-title .bj{width:100%;height:3px;margin:10px auto;background:url(/template/default/images/sj_45.jpg) no-repeat top;background-size:100%  }
.home-title .bj1{width:100%;height:3px;margin:10px auto;background:url(/template/default/images/sj_47.jpg) no-repeat top;background-size:100%  }
/*
.plist{ float:left; width:100%;}
.plist a{ float:left; width:100%; margin:10px 0;}
.plist a img{ float:left; width:100%;}
*/

/*首页简介*/
.qyjj_left_pic img{width:100%;  }
.qyjj_left_jieshao{width:96%;padding:2%;margin-top:1.5rem ;text-align:justify;font-size:16px; line-height:1.95rem;color:#383838;overflow:hidden; }
.qyjj_right{width:44%;float:right; overflow:hidden}
/*首页新闻*/
.synews-xw li{display:block;width:49%;float:left;margin-right:2% ;background:#e0e0e0; margin-bottom:1rem    }
.synews-xw li a{text-align:left;color:#000;}
.synews-xw li a:hover{color:#ff0000;}
.synews-xw-nr{font-size:12px;line-height:1.1rem;text-align:justify;width:90%;padding:0 5% 5% 5%;color:#666666}
.synews-xw img{width:100%;height:100px;}
.synews-xw p{width:90%;padding:5%;font-size:0.9rem;line-height:1.45rem;}
.synews-xw-month{font-size:25px;font-weight:bold;text-align:left;width: 90%;padding:8% 5% 0 5%;line-height: 35px  }
.synews-xw-year{font-size:18px;font-weight:bold;text-align:left;width: 90%;padding:0 5% 0 5%;line-height: 15px }
.synews-xw-yuan{font-size:18px;text-align:center;width:25px;height: 25px;line-height:25px;border-radius:50%;border:2px solid ;margin-left:5%; margin-bottom:15px    }
.synews-xw li:nth-child(2n){margin-right:-2%}

/*首页留言*/
 @media (max-width:760px){
.syly-left{width:15%;float: left;border-right:1px solid #afafaf;text-align: center;padding-top:10px;height:35px  }
}
.syly-bt{width:98%;overflow:hidden;color:#e60101;font-size:20px;font-weight:bold;height:50px;line-height: 50px;text-align: left;}
.syly-bk{width:98%;overflow:hidden;height:45px;line-height:45px;border:1px solid #afafaf;margin-top:10px  }

.syly-right{float: right;font-size:15px;text-align: left;color:#afafaf;width:79% }
.syly-bk2{width:98%;overflow:hidden;border:1px solid #afafaf;margin-top:10px  }
.syly-left2{width:15%;padding-top:10px;float: left;height:100px;border-right:1px solid #afafaf;margin-right: 10px;text-align: center;line-height: 50px }
.syly-right2{float:right;font-size:15px;text-align: left;color:#afafaf;font-family:"微软雅黑";width:79% }
.syly-left3{width:19%;float: left;height:45px;;margin-right: 10px;font-size:15px  }
.syly-tj{width:100%;background:#e60012;text-align:center;text-align:center;height:45px;line-height:45px;font-size:18px;color:#fff  }
input{outline:none;color:#afafaf;border:0px;background:none}
button{border:0px }
textarea{outline:none;color:#afafaf;border:0px;background:none}
/*首页新闻暂时不用*/
.product_list2{width:100%}
.product_list2 li{float:left;margin:2.5%;margin-bottom:15px;width:45%;border:0px solid #fff; background:#e0e0e0}
.product_list2 li a.img img{width:100%;height:200px;}
.product_list2 li h3{text-align:left;padding-top:10px;color:#000;font-weight:100 }
.product_list2 li h3 a{font-weight:normal;color:#000;font-size:16px;}
/*案例展示*/
.gcanli_bj{width:100%;background:url(/template/default/images/sj_31.jpg) no-repeat bottom #000000;background-size:110%;overflow:hidden; margin-top:1.5rem  }
.gcanli_lanmunav{width:100%; overflow:hidden; }
.gcanli_lanmunav li{display:block;text-align:center;width:49%; border-radius:50%; float:left; margin-right:2%;      }
.gcanli_lanmunav li a:hover{ color:#ffff00  }
.gcanli_lanmunav li a{line-height:0px;display:block;line-height:2rem; font-size:0.9rem;color:#fff   }
.gcanli_lanmunav li:nth-child(2n){margin-right:-2%}
.gcanli_lanmunav li img{width: 100%;height:140px}

.gcanli_gd li a{display:block;text-align:center;width:40%;height:40px;line-height:40px;font-size:1rem;color:#fff ; border:1px solid #fff ;margin:1.5rem auto;overflow:hidden;}
.gcanli_gd li a:hover{ border:1px solid #ff0000 ; color:#ff0000  }


/*设备展示*/

.sbanli_lanmunav{width:100%; overflow:hidden; }
.sbanli_lanmunav li{display:block;text-align:center;width:49%; border-radius:50%; float:left; margin-right:2%;      }
.sbanli_lanmunav li a:hover{ color:#ff0000  }
.sbanli_lanmunav li a{line-height:0px;display:block;line-height:2rem; font-size:0.9rem;color:#000  }
.sbanli_lanmunav li:nth-child(2n){margin-right:-2%}
.sbanli_lanmunav li img{width: 100%;height:140px}

.plist{ float:left; width:45%;margin:2.5%;text-align:center;position: relative;}
.plist a{ width:100%; margin:10px 0;}
.plist a img{width:100%;height:125px}
.sybzh_bt{width:100%;line-height:1.75rem;color: #fff; text-align:center;position:absolute;bottom:0px;z-index:1;background:url(/template/default/images/huiyibj.png);}
/*关于我们*/
.plist_about{ float:left; width:100%;}
.plist_about a{ float:left; width:100%; margin:10px 0;}
.plist_about a img{ float:left; width:100%;}
.plist_about .p{width:100%;font-size:1.2rem;line-height:1.75rem;color:#383838;text-align:justify;}
.plist_about .span{width:100%;display:block; font-size:1.4rem;line-height:1.75rem;color:#383838;text-align:center;font-weight:bold }
/*
.plist{ float:left; width:100%;}
.plist a{ float:left; width:100%; margin:10px 0;}
.plist a img{ float:left; width:100%;}
*/
.newsbg{ background:#fff}
.footbg{ background:#19242a;position: fixed;overflow: hidden;z-index: 999999;bottom: 0;}

/*联系我们*/
.lxwm_logo{width:100%;margin-top:1.5rem;text-align:center; overflow:hidden;margin-bottom:1.5rem; }
.lxwm_logo img{width:90%;text-align:center}
.lxwm_bt{width:100%;margin-top:1.5rem;margin-bottom:1.5rem ;text-align:center; overflow:hidden;  }
.lxwm_bt img{width:35%;text-align:center}
.lxwm_nr{width:94%;margin:0 auto;line-height:2.2rem;font-size:1.2rem;text-align:center;color:#383838  }
.lxwm_bn{width:100%;line-height:2.5rem;font-size:0.8rem;text-align:center;color:#383838; background:#eff3ed; margin-bottom: 1rem  }

.copyrights{ float:left; width:100%;  color:#b5b5b5; text-align:center; font-size:14px; margin-top:10px;}
.addressinfo{ float:left; width:50%; margin-top:10px;  color:#b5b5b5; text-align:center; font-size:14px; padding-top:60px; background:url(/template/default/images/map.png) top center no-repeat;}
.telinfo{ float:left; width:50%; margin-top:10px;  color:#b5b5b5; text-align:center; font-size:14px; padding-top:60px; background:url(/template/default/images/tel.png) top center no-repeat;}
.telinfo a{ color:#FFF; font-size:16px;}

.homenewslist{ float:left; width:100%; display:block; margin-top:10px; }
.homenewslist li{ width:100%; display:block; margin-bottom:10px; background:#f7f7f7;}
.homenewslist li .nimg{ float:left; width:20%;}
.homenewslist li .nimg img{ width:100%;}
.homenewslist li .ncon{ float:right; width:74%; padding:0 3%;}
.homenewslist li a{ display:block; width:100%; overflow:hidden;}
.homenewslist li a strong{ float:left; width:100%; height:30px; text-align:left; line-height:30px; overflow:hidden; font-size:14px;}
.homenewslist li a p{ float:left; width:100%; height:40px; line-height:20px; overflow:hidden; font-size:12px; color:#666}
.homenewslist li a span{ float:left; width:100%; height:20px; line-height:20px; overflow:hidden; font-size:12px; color:#065a9a}

.titles{ display:block;font-family:Microsoft YaHei;font-size:14px;font-weight:bold;text-decoration:none; text-align:center; padding-bottom:10px; border-bottom:#CCC solid 1px; margin-bottom:10px;}
.newsdate{ display:block; text-align:center; line-height:20px; color:#999999; font-size:12px;}
.main-content{  width:96%; line-height:1.75rem;margin:auto;margin-bottom:1rem  }
.main-content img{ max-width:100% !important;}
.main-content p img{ max-width:100% !important;}

/*当前位置*/
.location{ padding:3px 0px;margin: 0; border-bottom: 1px solid #ccc;color:#333;  height:1.5em; line-height:1.5em; clear:both; text-align:center;}
.location a{color:#333}

.toogle_wrap{ float:left; border:1px #ddd solid; background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; width:91%; padding:2% 4%; margin:10px 0;}
.trigger{padding:0px;margin:0;background:url("/template/default/images/toggle.png")/*tpa=http://famousthemes.com/my-mobile-page-v3/main-theme/images/toggle.gif*/ no-repeat right; background-position:100% -22px;}
.trigger a{color: #666666; text-decoration: none; display: block; line-height:18px; padding:2px 0 2px 0; font-size:16px;}
.active {background-position:100% 0px; }
/*.trigger a:hover, .trigger a:hover:focus{color:#fff100;}*/
.toggle_container{overflow: hidden;padding:15px 0 0 0;clear: both;}

ul.lists{ padding:0 0 15px 0;}
ul.lists li{ border-bottom:1px #ddd solid; padding:12px; background:url("/template/default/images/bullet.gif")/*tpa=http://famousthemes.com/my-mobile-page-v3/main-theme/images/bullet.gif*/ no-repeat left;}
ul.lists li a{ display:block;}
ul.lists li a.current{ color: #ed0000;}

.productlist{ float:left; width:100%;}
.productlist li{ float:left; width:50%;}
.productlist li a{ float:left; width:80%; margin-left:10%; margin-right:10%;}
.productlist li img{ float:left;width:100%; border:#CCC solid 1px; }
.productlist li span{ float:left; display:block; width:100%; text-align:center;}
.productlist li.clears{ clear:both; height:10px; width:100%; border:0px;}

.message-box {width:94%;overflow: hidden;margin:0 auto; }
.message-box .message-item{display:block;background-color: #f5f5f5;border:1px solid #eee;transition:all ease-in .2s;overflow:hidden;margin-bottom:20px;overflow:hidden;}
.message-box .message-item input[type="text"],.message-box .message-item textarea{width:100%;height:100%;padding:15px;border:none;background-color:inherit;box-sizing:border-box;}
.message-box .checkbox{width:100%;}
.message-box .message-item #checksn{width:200px;}
.message-box .message-item #checkimg img{float:right;width:80px;height:auto;margin-right:8px;margin-top:8px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #aaa; font-family:微软雅黑,Arial, Helvetica, sans-serif; font-size:12px;}
.message-box .message-item input[type="text"]:focus,.message-box .message-item textarea:focus{background-color:#fff;}
.message-box .btnbox{width:180px;height:40px;font-size: 16px;text-align:center;line-height:40px;color:#fff;cursor:pointer;border-radius:4px;background-color:#ff0000;transition:all ease-in .2s; border:none;}
.message-item:hover{border-color:#ddd;background-color:#fff;}
.message-box .btnbox:hover{background-color:#0061b0;}

/*分页条*/
.pageNavi { display: inline-block; margin-top:20px; display:block; WIDTH: 100%; TEXT-ALIGN: center; line-height:30px; font-size:12px; margin-bottom:10px;}
.wp-pagenavi { clear: both}
.wp-pagenavi a {border:#CCC solid 1px;padding:5px 10px; -moz-border-radius: 5px;      /* Gecko browsers */-webkit-border-radius: 5px;   /* Webkit browsers */border-radius:5px;            /* W3C syntax */margin:0 3px;}
.wp-pagenavi a.page-num-current { background:#008cd6; color:#fff; border:#008cd6 solid 1px;}
.wp-pagenavi a:hover { background:#008cd6; color:#fff; border:#008cd6 solid 1px;}


/*.pages {display:block; height:30px; width:100%; margin-top:10px; border:#0099ff dashed 2px; text-align:left; font-size:14px; color:#0099ff; line-height:30px; border-radius:5px;}
.pages a{ color:#0099ff; font-size:14px;}*/

.backurl{ float:left; width:100%; margin-top:10px; margin-bottom:10px; background:#fda412;}
.backurl a{display:block; color:#fff; text-align:center; font-size:16px; line-height:30px; }
.backurl a:hover{opacity:0.8;}

/*底部固定工具条*/
#tool { position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
ul.toollist { position: fixed; z-index: 900; bottom: 0; left: 0; right: 0;margin: auto; display: block; height: 48px;}
.toollist li{ float:left;width: auto;  height: 100%;width:25%;position: static!important;  margin: 0;
border-radius: 0!important; -webkit-box-sizing: border-box;box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1;
-webkit-box-sizing: border-box; box-shadow: none!important; background: none;
}
.toollist li a {font-size: 20px;line-height: 20px;text-align: center;display: block;text-decoration: none;padding-top: 2px;position:relative;}
.toollist li a img{width:24px;height:24px;}
.toollist li a p{margin: 1px 0 1px 0;font-size: 14px;display: block !important;line-height: 18px;text-align: center;}
/*绿色主题*/
.toollist {	background:#0061b0;}
.toollist li{ border-right: 1px solid rgba(255, 255, 255, 0.7);}
.toollist li a {color: #fff;}
/*==========@@公共模块 结束@@==========*/
