@charset "utf-8";
/*通用*/
@charset "gb2312";
body{margin:0;font-size:12px;text-align:center;color:#333;}
p{margin:2pt 0 0 0;}
*{margin:0 auto;padding:0;}
ul{list-style-type:none;margin:0;padding:0;}
form{margin:0;}
table,td{border-collapse:collapse;font-size:12px;}
table td{border:#ccc solid 1px;}
input,select,textarea{outline: medium none;-webkit-appearance:none;border-radius:0;}
.tjinput{-webkit-appearance:none;}
a{color:#000;text-decoration:none;}
.red{color:#F00;}
.feng{color:#ff6600;}
.green{color:#008800;}
.blue{color:blue;}
.ggbox{margin:10px 0 0 0;}
.ggnei{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;margin:0;text-align:center;}
.ggnei .ad1 img{max-width:calc(100%);}
.yjcode{max-width:600px;}
.box{display:-webkit-box;display:-moz-box;display:box;text-align:left;}
.areaqy1{float:left;}
.areaqy2{float:left;margin-left:10px;}
.flex{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;}
.clear{width:100%;display:-webkit-box;display:-moz-box;display:box;}
.clear10{margin-top:10px;}
.clear15{margin-top:15px;}

/*图片切换*/
.addWrap{ position:relative; width:100%;background:#fff;}
.addWrap img{max-height:300px;}
.addWrap .swipe{overflow: hidden;visibility: hidden;position:relative;}
.addWrap .swipe-wrap{overflow:hidden;position:relative;}
.addWrap .swipe-wrap div {float: left;width: 100%;position:relative;}
#position{ position:absolute; bottom:0; right:0; padding-right:8px; margin:0;opacity: 0.4; width:100%; text-align:right;}
#position li{width:10px;height:10px;margin:0 2px;display:inline-block;-webkit-border-radius:5px;border-radius:5px;background-color:#AFAFAF;}
#position li.cur{background-color:#FF0000;}
.img-responsive {display: block; max-width: 100%;  height: auto;}

/*返回头部*/
.return-top{position:fixed;bottom: 4rem;right: 1rem;width: 2rem;height: 2rem;border-radius: 50%;color: #fff;background:url(../img/new-top.png) no-repeat rgba(51,51,51,.8);background-size: .7rem,.7rem;background-position: 50%;z-index: 999;}

/*显示一行*/
.lineone{display:inline-block;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;}
.linetwo{text-overflow: -o-ellipsis-lastline;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.linethree{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

/*公用头部*/
.glotop{background-color:#fff;height:43px;color:#333;width:100%;}
.glotop .d1{margin:14px 0 0 10px;width:40px;}
.glotop .d1 img{height:15px;}
.glotop .d2{margin:7px 0 0 0;width:80px;text-align:left;}
.glotop .d2 img{height:29px;}
.glotop .d3{margin:10px 0 0 0;font-size:18px;text-align:center;}
.glotop .d4{margin:14px 10px 0 0;width:40px;text-align:right;}
.glotop .d4 img{height:15px;}
.glotopfix{position:fixed;top:0;border-bottom:#eee solid 1px;z-index:9999;}
.glotopfixM{width:100%;height:43px;}

/*下拉*/
#topzhezhao{left:0;right:0;top:0;bottom:0;background-color:#000;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;position:fixed;display:none;z-index:9999;} 
#topxialam{z-index:99999;position:fixed;width:100%;top:0;}
.topxialam1{background-color:#fff;width:100%;}
.topxialam1 .dmain{margin:0 0 20px 0;}
.topxialam1 .dmain .d1{float:left;width:25%;margin:20px 0 0 0;text-align:center;}
.topxialam1 .dmain .d1 img{width:45px;margin:0 0 8px 0;}
.topxialam2{width:100%;}
.topxialam2 .dmain{margin:0;text-align:center;}
.topxialam2 .dmain img{width:28px;}

/*分页*/
.page{border-top:#dedede solid 1px;border-bottom:#dedede solid 1px;margin:10px 0 0 0;background-color:#F6F6F6;}
.page .d1{margin:0;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;height:38px;border-right:#dedede solid 1px;}
.page .d1 a{float:left;width:100%;text-align:center;height:38px;line-height:38px;}
.page .d2{margin:0;height:38px;padding:0 10px 0 10px;text-align:center;line-height:38px;}
.pageB{float:left;width:100%;height:60px;}

/*选框美化样式*/
.glocheckbox{position:relative;height:18px;width:18px;}
.glocheckbox input[type='checkbox']{position:absolute;left:0;top:0;width:16px;height:16px;opacity:0;}
.glocheckbox label{position:absolute;top:0;height:16px;line-height:16px;}
.glocheckbox label:before{content:'';position:absolute;left:-30px;top:0;width:16px;height:16px;border:1px solid #ddd;border-radius:100%;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.glocheckbox label:after{content:'';position:absolute;left:-24px;top:2px;width:4px;height:9px;border:0;border-right:2px solid #fff;border-bottom:2px solid #fff;background:#fff;transform:rotate(45deg);-webkit-transform: rotate(45deg);transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.glocheckbox input[type='checkbox']:checked + label:before{background:#ff0000;border-color:#ff0000;}
.glocheckbox input[type='checkbox']:checked + label:after{background:#ff0000;}

/*公用搜索*/
.glosearch{background-color:#fff;padding:10px 0;}
.glosearch .d1{margin:0 0 0 10px;}
.glosearch .d1 input{background-color:#F3F3F3;border-radius:5px;height:30px;float:left;width:calc(100% - 5px);border:0;padding-left:5px;}
.glosearch .dser{width:20px;margin:5px 0 0 10px;}
.glosearch .dser img{width:20px;}
.glosearch .dcz{width:24px;margin:0 10px 0 10px;height:30px;line-height:30px;}

/*通用标签切换*/
.gloqhmenu{background-color:#fff;}
.gloqhmenu .dmain{margin:0 6px 10px 0;}
.gloqhmenu .dmain a{float:left;height:25px;line-height:25px;border:#eee solid 1px;margin:10px 0 0 6px;padding:0 5px;border-radius:2px;}
.gloqhmenu .dmain .a1{color:#fff;border:#ff5722 solid 1px;background-color:#ff5722;}


.glosysts{}
.glosysts .d1{background-color:#EBF8A4;border:#A2D246 solid 1px;color:#FF6600;padding:9px 0;text-align:center;margin:10px 5px;}

/*QQ弹窗*/
.qqtang{background-color:#F5F8FE;line-height:none;padding:10px 0;text-align:left;float:left;border-radius:10px;font-size:12px;width:100%;}
.qqtang .qqtang1{float:left;margin:2px 0 0 10px;font-size:14px;}
.qqtang .qqtang2{float:right;width:58px;padding:2px 0 0 0;height:23px;text-align:center;margin-right:10px;border:#E5E5E5 solid 1px;background-color:#fff;}
.qqtang .wxtang1{float:left;margin:8px 0 0 10px;font-size:14px;}
.qqtang .wxtang2{float:right;width:58px;margin-top:6px;padding:2px 0 0 0;height:23px;text-align:center;margin-right:10px;border:#E5E5E5 solid 1px;background-color:#fff;}
.qqtang .wxtang3{float:left;margin:10px 0 0 48px;}
.qqtang .wxtang3 img{width:100px;}
.qqtang .qqtang4{float:left;margin:10px 10px 0 10px;width:calc(100% - 20px);padding:7px 0 0 0;line-height:20px;border-top:#BCCCED dotted 1px;}







