
/*头部*/
.aui-xj-head { padding: .5rem;
	width: 100%;
	height: 10rem;
	background: url("../images/headbg.png") no-repeat;
	background-size: 100% 100%;

}
.aui-user-ul h1{ color: #fff; font-size: 1.1rem;}
.aui-hnt-title {
	font-size: 1rem;
	color: #fff;
padding: .3rem 0;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px
}
.m-top{margin-top: -4.5rem !important; z-index: 1000;}
.aui-lc-int {
	width: 65%;
}
.aui-top-box {
	display: flex;
padding: .6rem 0;
margin:0 .5rem  !important;
	justify-content: space-between; 
}
.box-bg	{padding:.4rem; }

 .box-c1  { background:url(../images/abg.png) no-repeat; background-size:100% 100%;
}
 .box-c2  {background:url(../images/bbg.png) no-repeat; background-size:100% 100%;
}
 .box-c3  { background:url(../images/cbg.png) no-repeat; background-size:100% 100%;
}
 .box-c4  { background:url(../images/dbg.png) no-repeat; background-size:100% 100%;
}
 .box-c5  { background:url(../images/ebg.png) no-repeat; background-size:100% 100%;
}
 .box-c6  { background:url(../images/fbg.png) no-repeat; background-size:100% 100%;
}
.box-c7  { background:url(../images/gbg.png) no-repeat; background-size:100% 100%;
}
.box-c8 { background:url(../images/zlbg.png) no-repeat; background-size:100% 100%;
}
.box-c9  { background:url(../images/cpbg.png) no-repeat; background-size:100% 100%;
}
.box-c10 { background:url(../images/ycldbg.png) no-repeat; background-size:100% 100%;
}
.box-c11 { background:url(../images/dsbg.png) no-repeat; background-size:100% 100%;
}
.aui-palace-d{box-shadow: 0 1px 3px rgba(33,33,33,.2);border-radius: 7px; padding: 0 .6rem; margin:0 .2rem; color:#fff; position:relative; height: 5.6rem;}
.aui-box-text h2{ font-size:.9rem;   padding:0 ; padding-bottom: .5rem; margin:0; margin-bottom: .5rem;  position: relative;
}
.aui-label-top {
    display: flex;
    align-items: center;
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem !important;
    color: #d9c893;
    background: rgb(69,49,29,0.6);
    border-radius: 1rem 0 0 1rem;
    position: absolute;
    right: -.5rem;
    top: 10%;
}
.aui-box-text  h2::before {
    width: 1.8rem;
    height: 2px;
    bottom: 0rem;
    position: absolute;
    content: "";
    background:rgba(255,255,255,0.6);
    border-radius: 20px;
    left: 0;
}
.aui-box-text span{ margin-left:.2rem; }
.aui-box-text p{font-size: .9rem;  margin:  0; color: #e1e7f9;}
.aui-palace-box .aui-palace-grid {
    width: 50%;
    margin: 0;
    padding: 0;
    padding-bottom: .6rem;
}

.aui-slide-wrap {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.aui-slide-wrap .aui-slide-node {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    overflow: hidden;
    background: #ffffff;
}
.aui-slide-node-center {
	display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    box-pack: center;
}
.aui-slide-node-middle {
	display: -moz-box;
    display: -webkit-box;
    display: box;
	-moz-box-align: center;
    -webkit-box-align: center;
    box-align: center;
}
.aui-slide-node img {
    width: 100%;
    height: 100%;
}
.aui-slide-page-wrap {
    width: 100%;
 
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    bottom: -8px;
    z-index: 9999;
    text-align: center;
}
.aui-slide-page-dot {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 3px;
    border-radius:20px;
    list-style: none;
    margin: 5px 3px 0 3px;
    background: #cde9fe;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
}
.aui-slide-page-line {
	position: absolute;
	bottom: -14px;
	height: 1px !important;
	position: relative;
    display: inline-block;
    background: #eeeeee;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
}
.aui-slide-page-active {
    background: #069afd;
    from { opacity: 0.3; }
    to { opacity: 1 }
}
.aui-slide-prev-btn,
.aui-slide-next-btn {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    color: #069afd;
    background: rgba(249,249,249,0.6);
    position: relative;
}
.aui-slide-prev-btn {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.aui-slide-next-btn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.aui-slide-prev-btn:active,
.aui-slide-next-btn:active {
    color: #f1c40f;
}
.aui-content-xj{display: flex; width: 100%; align-items: center; padding: .5rem; background: #f8f9fd; border: 1px solid #f2f0f2;}
.aui-content-xj img{width: 2rem; margin-right: .3rem;}
.aui-img-yujin {position: absolute; top:0; right: .5rem; width: 2.2rem;}

.project_echarts{width: 100%; height:10rem;}

 