@charset "utf-8";
/* CSS Document */
/*__________PC css样式__________*/
*{ margin:0; padding:0; border:none; list-style:none; text-decoration:none; outline:none; font-family:'Microsoft Yahei',"微软雅黑","宋体","Arial"; font-style:normal}
body a{text-decoration: none;}
html,body{ min-width:1300px; background:#FFF !important}
.location{ width:1100px; height:58px; margin:0 auto; line-height:58px;}
.location a,.location table td{ font-size:13px; color:#999999}
.main{ width:1100px; margin:0 auto; overflow:hidden; margin-bottom:40px;}
.collocation{ display:none}
.lefttree{ width:100%; overflow:hidden;}
.treelist>li{  min-height:60px; line-height:60px;}
.treelist>li:first-child{ border-top:none}
.lefttree li a{ font-size:16px; color:#333333; display:block}
.treelist>li>a{ font-size:17px;}
.treelisttwo{ overflow:hidden; padding:15px 0;}
.treelisttwo li{ float:left;display: inline-block;margin: 15px 35px; line-height:24px;}
.treelisttwo li a:hover{color:#0051a7;}
.treelist>li.on{ background:#f9f9f9;border-left: 4px solid #0051a7; padding-left:25px}
.treelist>li.on>a{color:#0051a7;}




.mob2-search{display: none}




/*本css为移动端css样式，基于flexble插件；换算比例为75px=1rem*/



@media screen and (max-width: 768px){
html,body{ min-width:auto ;overflow-x:hidden}

.location{ width:100%; height:1.2rem; box-sizing:border-box; padding:0 0.2rem; line-height:1.2rem;}
.location a,.location table td{ font-size:13px;}
.main{ width:100%;box-sizing:border-box; margin-bottom:0.3rem; display:block; padding:0 0.2rem}
.left{ width:100%; background:none;}
.topimg{ width:100%; height:1.9rem; line-height:1.9rem; background-size:100% auto}
.topimg a{ font-size:0.6rem;}
.lefttree li a{ font-size:0.4rem;}
.treelist>li{ padding-left:0.5rem; min-height:1.4rem; line-height:1.4rem;}
.treelist>li a{ font-size:0.4rem;}
.treelist>li>a{ font-size:0.45rem;}
.treelisttwo li{ padding-left:0.266rem; width:50%; box-sizing:border-box; height:0.8rem; line-height:0.8rem}
.treelist>li.on,.treelist>li.current{  background-size: 100%  100%}



}


