
/** ??…é?¤??…?¤–è??è·? **/
body, div, p, h1, h2, h3, h4, h5, h6, blockquote,  /* structural elements ??“????…???? */
dl, dt, dd, ul, ol, li, /* list elements ??—è?¨?…???? */
pre,  /* text formatting elements ?–???????????…???? */
form, fieldset, legend, button, input, textarea,  /* form elements è?¨????…???? */
table,th,td /* table elements è?¨????…???? */{
	margin:0;
	padding:0;
}

body,
button, input, select, textarea /* for ie */ {
    font: 12px/24px Arial, 'Microsoft Yahei',"?????“", sans-serif;
}
body{
    font-family: 'Microsoft Yahei' !important;
}
/*h1, h2, h3, h4, h5, h6 { font-size: 100%; }*/
address, cite, em, i { font-style: normal; } /* ?°??–???“?‰???? */
small { font-size: 12px; } /* ?°???? 12px ???????–????é??é?…è?????è?? small ????????– */

/** é???????—è?¨?…???? **/
li { list-style: none; }

/** é??????–???????????…???? **/
a { text-decoration: none; }

/** é?????è?¨????…???? **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img ???è?????è??aé“????é????? img ?—?è????? */
button, input, select, textarea { font-size: 100%; line-height:normal; } /* ?????—è?¨????…??????¨ ie ???è????§?‰???—??“?¤§?°? */

/** é?????è?¨????…???? **/
table{ border-collapse: collapse; border-spacing: 0; }
input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer;}

/* ie6 7 8(q) bug  */
iframe{
	display:block;
}

/* ??…?????¨ */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clearfix {
	zoom:1; /* for IE6 IE7 */
}


/*?¤?é€‰?????·???*/
/*.checkBox span {
    position: relative;
}

.checkBox .input_check {
    position: absolute;
    visibility: hidden;
}

.checkBox .input_check+label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
}

.checkBox .input_check:checked+label:after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 15px;
    width: 12px;
    height: 7px;
    border: 2px solid blue;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);
}*/


i{
    font-style: normal;
}
.index-box{
    min-width: 1200px;
}
.main-box{
    width: 100%;
    
    background-size: 100% 100%;
}   

.displayNo{
    display: none;
}
.two-line{
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.one-line{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.bottom-echart{
    height: 300px;
    width: 100%;
}
#bower{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}
a:hover,a:active,a:link{
color:#fff;
}
.broewr{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
    z-index: 9999999999;
}
.messageBrow{
    background: #fff;
    position: absolute;
    top: 200px;
    left: 50%;
    border-radius: 5px;
    padding: 10px;
    margin-left: -300px;
}
.messageBrow p{
    font-size: 20px;
    text-align: left;
}
.messageBrow p button{
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
}