/**
* +-------------------------------------------
* | v7.0.6
* +-------------------------------------------
* | @company  云蓝图科技 <https://www.yunlantu.com>
* | @author   王立国 <qq/email:474780888@qq.com>
* | @date     2019/12/12
* +-------------------------------------------
*/
@charset "utf-8";
*{box-sizing: border-box;}
html{margin:0px;padding:0px;}
body{max-width:1920px;min-width:1000px;padding:0px;margin:0px auto;font-family:"微软雅黑";font-size:14px;color:#4e4e4e;background:#fff;}
dl,dt,dd,h1,h2,h3,h4,h5,p,a,form,span{margin:0px;padding:0px;}
ul,ol,li{list-style-type:none;margin:0px;padding:0px;}
img{border:none;}
a{color:#4a4a4a;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}

/*class*/
.cent{width:1300px;margin:0px auto;padding:0 25px;}
.cent:after{display: block;content:'';clear:both}
.cont{width:96%;line-height:35px;font-size:16px;margin:0 auto;overflow:hidden;}
.cont img{max-width:100%;}
.clear{display: block;content: '';clear:both;}

/*page*/
.page{clear:both;}
.page ul{padding:20px 0;text-align:center;font-family:'宋体'}
.page ul li{width:28px;height:28px;line-height:28px;margin:0px 4px;display:inline-block;font-size:15px;color:#ccc;cursor:pointer;border:1px solid #d38118;}
.page ul li.disabled{display:none;}
.page ul li a{color:#d38118;display:block;}
.page ul li:first-child,.page ul li:last-child{padding:0 5px;}
.page ul li:hover{color:#fff;background:#d38118;}
.page ul li:hover a{color:#fff}
.page ul li.active{color:#fff;background:#d38118;}

/*mb_box(alert)*/
#mb_box{width:100%;height:100%;z-index:999;position:fixed;filter:alpha(opacity=40);opacity: 0.4;background:#ccc;top: 0;left: 0; }
#mb_con{min-width:250px;padding:5px;z-index:999;position:fixed;top:50%;left:50%;background:#f2f2f2;border-radius:5px;border:1px solid #d4d4d4}
#mb_con span#mb_tit{height:16px;display:block;font-size:12px;font-weight:bold;color:#777;padding-bottom:6px;border-radius:15px 15px 0 0;}
#mb_con a#mb_ico{width:16px;height:16px;display:block;position:absolute;right:10px;top:6px;cursor:pointer;background: url(../../lans/img/m1.png) no-repeat -16px 0px;}
#mb_con a#mb_ico:hover{background:#d4d4d4 url(../../lans/img/m1.png) no-repeat -16px 0px;}
#mb_msg{padding:20px 20px 10px 20px;line-height:20px;border-bottom:1px dashed #DDD;font-Size:13px;background:#fff;border:1px solid #d4d4d4;}
#mb_msg .mb_img{width:32px;height:32px;margin-right:10px;float:left;background: url(../../lans/img/m2.png) no-repeat -0px 0;}
#mb_msg .mb_div{float:left;}
#mb_msg #mb_btnbox{padding:20px 0 3px 0;text-align:center;clear:both;}
#mb_msg #mb_btnbox input{width:85px;height:30px;color:#444;border:1px solid #d4d4d4;border-Radius:5px;cursor:pointer;}
#mb_msg #mb_btnbox #mb_btn_no{margin-Left: 20px}
#mb_msg #mb_btnbox #mb_btn_ok:hover{border:0px;background:#d4d4d4;color:#00438a;}

/*error*/
#error{width:1003px;height:400px;margin:0 auto;}
#error dl{width:500px;height:300px;padding:80px 0 0 230px;margin-left:150px;background:url(../../lans/img/sorry.gif) no-repeat left 50px;;}
#error dl dt{height:30px;line-height:30px;margin-bottom:20px;background:#fff;font-size:20px;color:#f00;}
#error dl dd{line-height:22px;}