﻿html {
	height: 100%;
	position: relative;
}
.gray{
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter:grayscale(100%)
}

body {
	height: 100%;
	min-width: 1260px;
	min-height: 768px;
    font-family:"微软雅黑","宋体";
	padding:0;margin:0;
	font-size:9pt;
    min-height:768px;
}

a{text-decoration:none;cursor:pointer;}
a:hover{text-decoration:none;color:red}
a:visited{text-decoration:none;color:#0589AD}
.index-register a, .index-forget a {
    color:#0589AD
}
 .loading,#popDialog,#popUserDialog,#popShareDialog,#popInfo {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.overlay,#maskDiv {
    position:absolute;top:0;bottom:0;left:0;right:0;display:block;
    background: white;
    opacity: 1;
}
#popDialog,#popUserDialog,#popShareDialog,#popInfo{
    display:none
}
.maskDiv {
    background-color:rgba(255, 255, 255, 0.5) !important;
}
#popdiv{
    width:500px;height:50px;position:absolute;background:url(images/bk-xiao.png) no-repeat;
    top:50%;left:50%;margin-top:-63px;margin-left:-250px;
    padding:60px 20px 15px 20px;border-radius:10px;
    background-color:white;box-shadow:2px 2px 3px #999999
}
#audio{ width:500px;height:50px}
.loading .loading-con {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    text-align:center
}
.loading .loading-circle {
    width: 120px;
    height: 120px;
    border-top: 10px solid #11994b;
    border-right: 10px solid #f2a808;
    border-bottom: 10px solid #2399e7;
    border-left: 10px solid #c0392b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loading img {
    position: absolute;
    top: 20px;
    left: 50%;margin-left:-30px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#MainBody,#SubBody {
    position:absolute;top:0;left:0;display:block;height:100%;width:100%;
    min-height:788px;min-width:1260px;
}
#SubBody {
    display:none;z-index:99;background-color:transparent;overflow:hidden
}
#SubBody iframe{height:100%;margin:0;padding:0;display:block;border:none;background-color:transparent;overflow:hidden}


.ZebraDialog *,
.ZebraDialog *:after,
.ZebraDialog *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.ZebraDialog {
    width: 350px;
    z-index: 1001;
    box-shadow:2px 2px 3px #999999
}

.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body,
.ZebraDialog .ZebraDialog_Buttons a {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_ButtonsOuter {
    border-color: transparent;
    border-width: 0px;
}

.ZebraDialog .ZebraDialog_Title {
    font-size: 16px;
    font-weight: bold;
    color: #F6F5F5;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 15px 10px 15px;
    line-height: 1;
    vertical-align: middle;
}

/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.ZebraDialog .ZebraDialog_BodyOuter {
}

.ZebraDialog .ZebraDialog_Body {
    color: #44484A;
    padding: 20px;
}

.ZebraDialog .ZebraDialog_ButtonsOuter {
    padding: 10px 5px 10px 10px;
}

.ZebraDialog .ZebraDialog_Buttons:before,
.ZebraDialog .ZebraDialog_Buttons:after     { content: "\0020"; display: block; height: 0; visibility: hidden; font-size: 0 }
.ZebraDialog .ZebraDialog_Buttons:after     { clear: both }
.ZebraDialog .ZebraDialog_Buttons           { *zoom: 1 } /* for IE only */

.ZebraDialog .ZebraDialog_Buttons a {
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 0px 2px #222;
    padding: 10px 15px;
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
    background: #224467;
    color: #FFF
}

.ZebraDialog a.ZebraDialog_Close {
    position: absolute;
    right: 6px;
    top: 0px;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #666
}

.ZebraDialog a.ZebraDialog_Close:hover {
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
    color: #E7EDEF;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close:hover {
}

.ZebraDialogOverlay {
    background: white;
    opacity:0.5;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:url(images/dialog/dialogxiao.png) no-repeat
}

.ZebraDialog .ZebraDialog_Title {
    border-left-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.ZebraDialog .ZebraDialog_BodyOuter {
    border-left-style: solid;
    border-right-style: solid;
}

.ZebraDialog .ZebraDialog_NoTitle {
    border-top-style: solid;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.ZebraDialog .ZebraDialog_NoButtons {
    border-bottom-style: solid;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ZebraDialog .ZebraDialog_Body {
    overflow: auto;
}

.ZebraDialog .ZebraDialog_NoTitle .ZebraDialog_Body {
    border-top: none;
}

.ZebraDialog .ZebraDialog_NoButtons .ZebraDialog_Body {
    border-bottom: none;
}

.ZebraDialog .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding-left: 88px;
    min-height: 48px;
    _height: 85px;
}

.ZebraDialog .ZebraDialog_Confirmation  { background-image: url('images/dialog/confirmation.png') }
.ZebraDialog .ZebraDialog_Error         { background-image: url('images/dialog/errorxiao.png') }
.ZebraDialog .ZebraDialog_Information   { background-image: url('images/dialog/informxiao.png') }
.ZebraDialog .ZebraDialog_Question      { background-image: url('images/dialog/questxiao.png') }
.ZebraDialog .ZebraDialog_Warning       { background-image: url('images/dialog/warning.png') }

.ZebraDialog .ZebraDialog_ButtonsOuter {
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.ZebraDialog .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    /* taken from Twitter Bootstrap */
    background-color: #006DCC;
    *background-color: #0044CC;
    background-image: -moz-linear-gradient(top, #0088CC, #0044CC);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088CC), to(#0044CC));
    background-image: -webkit-linear-gradient(top, #0088CC, #0044CC);
    background-image: -o-linear-gradient(top, #0088CC, #0044CC);
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: #0044CC #0044CC #002A80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.ZebraDialog .ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.ZebraDialog .ZebraDialog_Buttons_Centered a {
    zoom: 1;
    *display: inline;
}

.ZebraDialog .ZebraDialog_Preloader {
    height: 32px;
    background: url('images/dialog/preloader.gif') no-repeat center center;
}

/* end */
#allmap {
    display:block;width:100%;height:700px;
}


.userinfo{
    width:500px;
    margin:auto;
    margin-top:30px;
    height:90px;
    background-position:10px 20px;
	margin-bottom:20px;
}
.userinfo div{
	float:left;padding-left:10px
}
.userinfo img{
	width:68px;height:68px;border-radius:50%;float:left;border:4px solid #ebebeb
}
.userinfo p{
    padding-bottom:5px
}
.userinfo .user-level{
    height:25px;color:#39BDE6;
    width:180px;padding-top:10px;display:block;
    font-size:14px;font-weight:bold
}
.userinfo .uploadtime {
    color:#999999
}
.userinfo .middle {
    color:#ad6723
}
#rank,#rankbig,#ranksmall {
	display: inline-block;
	width: 39px;
	height: 22px;
	padding-left: 33px;
	line-height: 26px;
	background: url(images/rankBg.png) left top no-repeat;
	color: #ffe636;
	vertical-align: baseline;
    font-weight:bold;
    font-family:arial;
    font-size:13px;
    margin-left:5px
}
#rankbig {
	width: 40px;
	height: 24px;
	padding-left: 40px;
	line-height: 26px;
	background: url(images/level.png) left top no-repeat;
	color: #ffe636;
    font-size:14px;
    margin-left:10px
}
#ranksmall {
	width: 31px;
	height: 20px;
	padding-left: 35px;
	line-height: 22px;
	background: url(images/level-small.png) left top no-repeat;
	color: #ffe636;
    font-size:12px;
    margin-left:10px
}

.global_video{
    width:800px;height:600px;margin:auto;margin-top:50px
}
#wljt_video{
    width:305px;height:198px;margin:auto;margin-top:21px;margin-left:20px;border-radius:10px;overflow:hidden
}
.article{
    line-height:1.8;
}

 /* 
 分享对话框
*/   
.share_dialog {
    width: 320px;
    height: 300px;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -210px;
    padding: 30px;
    background-color:white;
    box-shadow:2px 2px 3px #dedede;
    border-radius:10px;
    z-index:900;
    -moz-box-shadow: 10px 10px 10px #666666; /* Firefox */
    -webkit-box-shadow: 10px 10px 10px #666666; /* Safari and Chrome */
    border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    box-shadow: 0px 0px 20px #666666; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

.share_dialog > .share_title {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #14B0DD;
    line-height: 1.5;
    font-weight:400
}
.share_dialog .index-close {
    top:0px;
}
.share-type {
    margin-top: 15px;
    margin-left: 0px;
    text-align: center;
    display:block;width:300px
}

.share-type div {
    margin-right: 0px;
    height: 60px;
    float: left;text-align:center;
    display:block;
}

.share-type a {
    font-size: 12px;
    text-decoration: none;
    color: #999999;
    width:50px;height:60px;display:inline-block;margin-left:20px;
}
.share-type a:hover {
    color:red
}
.share-detail {
    position: relative;
    top: 75px;   
    padding-left: 10px;
    padding-right: 10px;
}

.share-detail > div.share-top {
    margin-left: 15px;
    width: 0;height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #e4e4e4;
}
.share-detail  div.share-top a img{
    display:block
}
.share-detail > div.share-qrcode {
    background: #e4e4e4;
    border-radius: 2px;
    padding:10px;height:140px;
}
.share-detail img {
    width:140px;
    height:140px;
    float:left;margin-top:-37px
}
.share-detail .share_first {
    margin-top:-27px;
    height: 100px;
    padding-top:40px;
    text-align:center;
}
.share-detail .share_first label:first-child {
    font-size: 14px !important;
    padding:5px;margin-top:40px;
    color: black;display: block;
}
.share-detail s.share_first label:last-child {
    font-size:9pt;color:#656565;float:left;
    display:inline-block
}

/*
图片幻灯
*/
#focus{width:1080px;height:320px;overflow:hidden;position:relative;}
#focus ul{height:380px;position:absolute;}
#focus ul li{float:left;width:1080px;height:320px;overflow:hidden;position:relative;background:#fff;}
#focus ul li div{position:absolute;overflow:hidden;}
#focus .btnBg{position:absolute;width:1080px;height:20px;left:0;bottom:0;background:#000;}
#focus .btn{position:absolute;width:780px;height:10px;padding:5px 10px;right:0;bottom:0;text-align:right;}
#focus .btn span{display:inline-block;_display:inline;_zoom:1;width:10px;height:10px;border-radius:50%;_font-size:0;margin-left:5px;cursor:pointer;background:#fff;}
#focus .btn span.on{background:#fff;}
#focus .preNext{width:45px;height:100px;position:absolute;top:90px;background:url(img/sprite.png) no-repeat 0 0;cursor:pointer;}
#focus .pre{left:0;}
#focus .next{right:0;background-position:right top;}

/*
    滚动条样式
*/
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
  padding-right:6px
}
.nano > .nano-content:focus {
  outline: thin dotted
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
/*
    老师排名
*/
.global_arrow1, .global_arrow2, .global_arrow3 {
    position: absolute;left:0;
    width: 40px;
    height: 40px;
    background-color:black;z-index:99
}
.global_arrow1{
    background:url(images/1.png) no-repeat
}
.global_arrow2 {
    background:url(images/2.png) no-repeat
}
.global_arrow3 {
    background:url(images/3.png) no-repeat
}
.ellipsis{
    text-overflow:ellipsis;overflow:hidden;white-space:nowrap
}
/*
    清除谷歌浏览器下input的选中框
*/
*:focus {outline: none} 

.more {
    position: absolute;z-index:10;
    top: 50%;margin-top:-315px;
    right: 0px;
}
/*
    已收藏
*/
.collected {
    position:absolute;right:165px;top:7px;display:none
}
/*
注销
*/
.menu_btm a{
	text-align:center;color:white;display:block;padding-top:4px;font-weight:bold
}

#fz{
  animation: MOVE 4.0s infinite ease;
  -webkit-animation:MOVE 4.0s infinite ease;
} 
@keyframes MOVE {
  0% {transform: translate(-5px,-5px);}
  25% {transform: translate(2px,-7px);}
  50% {transform: translate(2px,-2px);}
  75% {transform: translate(-5px,-1px);}
  100% {transform: translate(-5px,-5px);}
}

/*
    登录框
*/
.index-dialog,.pop-login {
	z-index:99;
    width: 400px;
    height: 366px; 
    text-align: left;
    position: absolute;
    top: 50%;margin-top:-180px;
    left: 50%;margin-left:-200px;
    background-color:white;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari and Chrome */
    -moz-box-shadow: 10px 10px 10px #666666; /* Firefox */
    -webkit-box-shadow: 10px 10px 10px #666666; /* Safari and Chrome */
    border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    box-shadow: 0px 0px 20px #666666; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
.pop-login {
    width: 400px;
    height: 340px;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -200px;
}
.student {
    width: 400px;
    left: 50%;
    margin-left: -200px;
}
.pop-login .index-btn-suibian {
    display:none
}

input {
    border:1px solid #cccccc;padding:0 5px;
}
input[type=radio],input[type=checkbox] {
    border:none
}

.index-close {
    position:absolute;
    display:block;
    text-align: right;
    padding-top: 0px;
	top:-5px;
    right: 10px;
}

.index-close a{
    color:gray;font-size:40px;
    font-family:"微软雅黑","宋体","Arial", "SimSun", "Microsoft YaHei";
}

.index-content {
    display:block;
    margin-top:20px;
    padding:0 30px;
}

.index-title {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #14b0dd;
    line-height: 1.5;
}

.index-input {
    border: 1px solid #b5b5b5;
    margin: 10px 0px;
    padding:3px 10px 0 10px;
    text-align: center;
}
.index-input .separate {
    border-top: 1px solid #cccccc;
    height: 1px;
}

.index-input input{
    width: 95%;
    height: 30px;
    border: 0px;
	padding:5px 0;
	color:#999999;
}

.index-input2,.index-input5 {
    margin-top: 5px;
    margin-bottom: 5px;
	text-align:right;
}
.index-input5 {
    margin:5px 0;
}
.margin {
    margin:20px 0;
}
.index-input2 font,.index-input3 font ,.index-input5 font{
	display:inline-block;height:20px;line-height:20px;
	width:65px;text-align:right;padding:0px;margin:0;
	font-size:9pt;color:#656565;
	font-weight:bold
}

.index-input2 input,.index-input5 input{width: 240px;padding:10px;color:#999999;margin-top:10px;}
.email input{margin:10px 0}
.index-input3 {
    margin-top: 10px;
    margin-bottom: 20px;
	text-align:left
}

.index-input3 div{
	width:250px;height:20px;
	margin-top:5px;
	display:inline-block;
}

.index-input4 {
    text-align: left;
    width: 100%;display:block;
    margin-bottom: 10px;
    text-align:center
}


.index-autoLogin {
    font-size: 12px;
    font-family: "SimSun";
    color: #666666;
    line-height: 2.5;
    float:left;
}

.index-autoLogin input{
	margin-bottom:-3px
}

.index-forget {
	text-align:right;
    font-size: 12px;
    font-family: "SimSun";
    color: #0589ad;
    line-height: 2.5;
    margin-left: 255px;
    text-decoration: underline;
}
.email{
    text-align:center;
    line-height:300%;
    margin-top:10px;
}
.email font {
    width:100% !important;font-size:16px;text-align:center
}

.index-btn-login, .index-btn-register, .index-btn-sure,.index-btn-ok,.index-btn-cancel {
    height: 44px;line-height:48px;
    border-radius: 5px;
    color: #fff;font-weight:bold;
    text-align: center;font-size:18px;cursor:pointer
}

.index-btn-login {
    background: #f15151;margin-top:5px;margin-bottom:5px
}

.index-btn-register,.index-btn-sure {
    display:block;background: #3399cc;
}
.index-btn-register {
    width: 100%;border:none;border-radius:5px;line-height:44px
}
.index-btn-sure{
    margin:auto;margin-top:15px;width:200px !important;border:none
}
.index-btn-send{
    height: 28px !important;width:100px !important;
}
.index-btn-ok,.index-btn-cancel{
    width:100px;background: #3399cc;border:none
}
.index-btn-cancel {
    background: #ccc;color:black
}
.index-register {
    text-align:center;
    font-family: "SimSun";
    color: #0589ad;text-decoration: underline;
    line-height: 2.5;padding:0 10px;
    height:35px;
}
.index-register a{
    text-decoration: underline;
}
.index-register a.big{font-size:14px}

.index-btn-suibian {
    width: 100%;
    height: 50px;line-height:50px;
    font-size:18px;
    text-align: center;
    background: #666666;
    border-radius: 0px 0px 10px 10px;
}

.index-retrieve-step {
    margin: 10px 0px 15px 0px;
    height: 30px;
    background: url("images/retrieve-step.png") no-repeat center;
    background-size: 100%; 
    text-align: center;
    line-height: 2;
    color: #3399cc;
}

.index-retrieve-step span{
    margin: 0px 40px;
}

.find_pwd_header{
    padding:5px;display:block;width:100%;border-width:1px 0;float:left;font-size:14px;margin-top:10px;
}
.find_pwd_header a{display:block;width:49%;height:35px;line-height:35px;text-align:center;float:left;border:1px solid #808080}
.find_pwd_header a.active{background-color:#808080;color:white}
.find_pwd {
    float:left;display:block;width:100%;height:240px
}
.find_pwd > div{
    display:none
}
.find_pwd div.active {
    display:block
}
/*
去掉顶部banner,添加关闭按钮
*/
.right-close {
    position:absolute;
    display:block;
    text-align: right;
    padding-top: 0px;
    right: 10px;
    color:gray;font-size:40px;z-index:99;font-family:"微软雅黑","宋体";
}

.hole {
    margin-top:-50px !important;
}
.bg-hole {
    margin-top:-350px !important
}

.nouse {
    color:#CCC !important;
    background-image:url(images/bg_btn.png) !important
}
.errorTip {
    font-size:12px;color:red;display:inline-block;margin-left:20px;height:30px;line-height:30px;
}

/******* modify at your own risk *********/
.combobox
{
    display: inline-block;width:268px;height:27px;line-height:27px;text-align:left;
    padding:0;
}

.combobox input
{
    padding:0 5px;width:200px;margin: 0;
    display:inline-block;border-radius:5px;
    vertical-align:bottom;height:25px;line-height:25px;
}

.combobox .button
{
    padding: 0;width:30px;height:27px;width:20px;margin: 0;
    vertical-align:bottom;margin-left:1px;cursor:pointer
}

#comboboxDropdown
{
    margin: 0;
    padding: 0;
    border: solid 1px #ccc;
    border-width: 1px 1px 0;
    position: absolute;
    display: none;
    z-index:1001;
}

#comboboxDropdown li
{
    list-style-type: none;
    border: solid 1px #ccc;
    border-width: 0 0 1px;
    cursor: pointer;
    padding: 0px 5px;height:30px;line-height:30px;overflow:hidden
}

/******* modify this to custom the appearance of the suggestions *******/
#comboboxDropdown li
{
    color: black;
    background-color: white;
}

#comboboxDropdown li.selected
{
    color: white;
    background-color: black;
}

.background360{
    width:1920px; height:1100px; 
    margin:0 auto; position:absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;    
    background:transparent url(images/360.png) no-repeat center 50px 
}
.bg360{
	background:#5FD7EC url(images/360_bg.png) repeat-x 	
}
.qjdiv{
	height:718px;width:1260px;
	overflow:hidden;position:absolute;top:50px;
}
.shade{
    position:absolute;width:1080px;height:526px;left:50%;margin-left:-540px;top:105px;background-color:transparent;
}
.upshade_top{background:transparent url(images/360.png) no-repeat top center;position:absolute;top:0px;left:0;display:block;width:100%;height:130px}
.upshade_left{background:transparent url(images/360_left.png) no-repeat;position:absolute;left:0;top:0px;left:0px;display:block;width:108px;height:620px;}
.upshade_right{background:transparent url(images/360_right.png) no-repeat top right;position:absolute;top:0px;right:8px;display:block;width:108px;height:620px}
.upshade_bottom{background:transparent url(images/360_bottom.png) no-repeat center bottom;position:absolute;bottom:0px;left:0;display:block;width:100%;height:108px;}

.top{position:absolute;top:150px;left:300px;background-color:transparent;width:1080px;height:500px;z-index:99999}

.center{
    display:block;vertical-align:middle;text-align:center !important;overflow:hidden
}
.fitfull{text-align:center}

/*
    文章状态
*/
[name=g_status]{
    display:none
}
.status1,.status2,u{
    background-color:red;border-radius:10px;padding:0 !important;width:10px !important;height:10px !important;display:block;position:absolute;margin-left:20px;margin-top:20px;z-index:199
}
.status3{display:none !important}

.flag u {
    margin-left:-10px !important;margin-top:15px !important
}
.mrdg u{
    margin-left:-10px !important;margin-top:2px !important
}
.ywdg u{
    margin-left:15px !important;margin-top:2px !important
}
.search a{border:0px solid #ccc}
.search .fitimage{width:198px !important;height:198px !important}
.search font{padding:0 5px;height:20px;line-height:20px;display:block;overflow:hidden}
.search p{padding:0 5px;height:20px;line-height:20px;display:block;overflow:hidden}
/*
    图片自动适配
*/
.cover, .contain {
    background-repeat:no-repeat !important;
    background-position:center center !important;
    text-align:center;
    position:relative
}
.cover{
    background-size:cover;
}
.contain{
    background-size:contain;
}
.img-middle {
    position:absolute;top:50%;left:50%;
    margin-top:-16px !important;margin-left:-16px !important;z-index:900;
    width:32px !important;height:32px !important;
}
.global-search{
    width:200px;
}
.global-search font {
    width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block;
    padding:5px 0;
}

.bg_tfmr {
    background:url(images/bg_tfmr.png) no-repeat 278px bottom;
}
.bg_tfgs {
    background:url(images/bg_tfgs.png) no-repeat right bottom;
}
.bg_cyyd {
    background:url(images/bg_cyyd.png) no-repeat 665px bottom;
}
.bg_cyzp {
    background:url(images/bg_cyyd.png) no-repeat right bottom;
}
.bg_jcwh {
    background:url(images/bg_jcwh.png) no-repeat right bottom;
}
.bg_wwxt {
    background:url(images/bg_wwxt.png) no-repeat right bottom;
}
.bg_zxhd {
    background:url(images/bg_zxhd.png) no-repeat right bottom;
}
.bg_zxhd_list {
    background:url(images/bg_zxhd_list.png) no-repeat right bottom;
}
.bg_wljt {
    background:url(images/bg_wljt.png) no-repeat 750px center;
}
.bg_wljt_detail {
    background:url(images/bg_wljt.png) no-repeat 750px center;
}
.bg_ywgs {
    background:url(images/bg_ywgs.png) no-repeat right bottom;
}
.htmlContent{
    width:100%;height:100%
}
.copyright {
    position:fixed;bottom:0;margin:0px;width:100%;text-align:center;height:25px;line-height:30px;color:black !important;font-family:宋体;z-index:99;background-color:rgba(0,0,0,0.2)
}
.anchorBL{  
    display:none;  
}

.popwin {
    z-index:999;width:600px;height:600px;position:fixed;top:50%;left:50%;margin-left:-300px;
    margin-top:-300px;background-color:white;
    box-shadow:2px 2px 3px #dedede;
    -moz-box-shadow: 10px 10px 10px #666666; /* Firefox */
    -webkit-box-shadow: 10px 10px 10px #666666; /* Safari and Chrome */
    box-shadow: 0px 0px 20px #666666; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    text-align:center;
}
.popwin .index-title{height:30px;padding:10px 0 10px 10px;text-align:left}
.popwin .index-body{
    margin:0px 10px;width:558px;height:520px;border:1px solid #f3f3f3;overflow:auto;
    text-align:left;padding:10px;line-height:150%
}
.popwin .index-body ol{padding:0px;margin:0px;font-family:georgian,Times}
.popwin .index-body li{padding:5px;display:list-item}
#maskPage {
    position:fixed;top:0;bottom:0;left:0;right:0;height:100%;width:100%;
    background: white;
    z-index:999;opacity:0.8;background-color:rgba(255, 255, 255, 0.8) !important;
}