html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;	
}
ol, ul {
    list-style: none;
}
a{
	text-decoration:none;
	}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear_border{
	border:none !important;
	}
.clear_bg{
	background:none !important;
}
.margin_left{
	margin-left:0px !important;
	}	
.color_r{
	color:#f7350a !important;
	}
.color_r2{
	color:#f7350a !important;
	font-weight: bold;
}
.color_w{
	color:#fff !important;
	}
.color_d{
	color:#000 !important;
	}	
.color_g{
	color:#b0b0b0 !important;
	}
.color_g2{
	color:#00caab !important;
	}	
.color_y{
	color:#ff5400 !important;
	}		
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	z-index:1;
	top: 0;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity:50);
}
.reveal-modal-bg2 {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index:100;
	top: 0;
	left: 0;
	opacity: 0.7;
	filter: alpha(opacity:70);
}
.margin{
	margin:0;
	}
.puff_left{
	float:left !important;
	}	
.puff_right{
	float:right !important;
	}	
.margin_top{
	margin-top:0px !important;
	}
.color_border{
	border:1px #ff6600 solid !important;
	}	
.text_c{
	text-align:center !important;
	}
.text_r{
	text-align:right !important;
}
.dis_none{
	display:none;
	}	
/*橙色*/
.bg_01{
	background-color:#ca0b0b !important;
	}
.bg_02{
	background-color:#ffe79d !important;
	}
.bg_03{
	background-color:#ff8712 !important;
	}
.bg_04{
	background:#666 !important;
	color: #fff !important;
	}

/*首页*/
.aui-map-link {
    position: relative;
    overflow: hidden;
}
.aui-map-link-item {
    position: relative;
    float: left;
    padding: 5px 10px;
    width: 50%;
    box-sizing: border-box;
}
.aui-map-link:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    left: 20px;
}
.aui-map-link-item-line:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.aui-map-ell {
    padding: 10px 5px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* align-items: center; */
}
.aui-map-ell-hd {
    width: 55px;/*26px*/
    height: 55px;
   /* padding-top: 3px;
    padding-left: 5px;*/
}
.aui-map-ell-hd img {
    width: 55px;
    height: 55px; /*20px*/
    display: block;
    border: none;
}
.aui-map-ell-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 10px;
}
.aui-map-ell-bd h2 {
    font-weight: bold;
    font-size: 16px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    padding-bottom: 10px;
    padding-top:8px;
    color: #333;
}
.aui-map-ell-bd p {
    color: #808080;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.aui-palace {
    padding: 5px 0;
    position: relative;
    overflow: hidden;
}
.aui-palace-two .aui-palace-grid {
    width: 25%;
}
.aui-palace-grid {
    position: relative;
    float: left;
    padding: 5px 0;
    width: 20%;
    box-sizing: border-box;
}
.aui-palace-two .aui-palace-grid-icon {
    height: 22px;
    color:#ff8400; 
}

.aui-palace-grid-icon {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
}
.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.1rem;
}
.aui-palace-grid-text h2 {
    font-size: 14px;
    font-weight: normal;
    color: #4a4a4a;
    padding-top: 0.4rem;
}














	