@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 .5s;-moz-transition: all .5s;transition: all .5s;}
.clear{clear: both;}
.xunfeng{line-height:200%;}
.xunfeng h1{font-size:24px; font-weight:bold;}
.xunfeng img{max-width:100%;}
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0}
::-webkit-scrollbar{width:8px;height:8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track{border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background-color: #555;}
/*分页样式*/
.pglist{padding: 30px 0;width:100%;text-align: center;clear: both;}
.pglist a{color: #333;padding: 0 15px;margin: 0 4px;display: inline-block;vertical-align: middle;line-height: 34px;background: #fff;border: 1px solid #edebeb;}
.pglist a:hover,.pglist .hover{display:inline-block;color: #fff;background: #3598db;border-color: #3598db;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
/*返回首页*/
#tip{padding-top: 30px;min-height: 640px;}
#tip b{color: #3598db;}
/*网站地图*/
.sitemap{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.sitemap dt{float: left;margin-right: 2%;width: 14.66666667%;}
.sitemap dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.sitemap dt a:hover{background: #ccc;color:#fff;}
.sitemap dd{float: left;width: 83.333333%;}
.sitemap dd a{float:left;color:#666;padding-right:35px;line-height:39px;transition:none;}
.sitemap dd a:hover{color:#333;}
/*网站标签*/
.tags_list{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.tags_list dt{float: left;margin-right: 2%;margin-bottom: 2%;width: 14.66666667%;}
.tags_list dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.tags_list dt a:hover{background: #ccc;color:#fff;}
.tags{overflow:hidden;margin-bottom: 20px;}
.tags span{float: left;display: block;line-height: 40px;}
.tags a{border-radius: 4px;-webkit-border-radius: 4px;display: inline-block;line-height: 28px;padding: 0 6px;margin: 5px;background: #fff;border: 1px solid #dadada;}
.tags a:hover {background: #3598db;border-color: #3598db;color: #fff;}

/*搜索*/
.wrap-searchxf {height: 80px;background: url(../images/l_bg.png);}
.searchxf{width:1200px; margin:0 auto;}
.searchxf .keyword {font-size: 14px;color: #333;float: left;margin-top: 32px;height: 16px;line-height: 16px;}
.searchxf .keyword span {float: left;width: 90px;color: #333;font-weight: bold;}
.searchxf .keyword p {float: left;}
.searchxf .keyword p a {float: left;color: #888;font-size: 14px;margin-right: 10px;}
.searchxf .keyword p a:hover {color: #026eca;}
.searchxf .keyword a:first-child {padding-left: 0;border-left: none;}
.searchxf .inp {float: right;width: 360px;height: 41px;margin-top: 19px;border: 1px solid #dbdbdb;overflow: hidden;background: #fff;}
.searchxf .inp input {border: none;height: 41px;line-height: 41px;width: 314px;float: left;text-indent: 12px;font-size: 14px;color: #888;}
.searchxf .inp .sea {display: block;float: right;width: 44px;height: 23px;position: relative;top: 9px;background: url(../images/search.png) no-repeat center;border-left: 1px solid #d3d3d3;cursor: pointer;}