html {
    color: #000;
    font-family: 微软雅黑;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

p:before, p:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #333;
}


li {
    list-style: none;
    -webkit-text-size-adjust: none;
}

input, img {
    border: none;
}

p {
    word-break: break-all;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #666 !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

input {
    background-color: transparent;
}

input:focus, select:focus, button:focus, textarea:focus {
    outline: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.flo-left {
    float: left;
}

.flo-right {
    float: right;
}

.borderR {
    border-right-width: 1px !important;
}

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.txtEllipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

html, body, .container, .header {
	height: auto;
}
._con{
    width: 1200px;
    height: auto;
    margin: auto;
}
.container{
    background: #e6e2d8;
}
.ui-content{
    height: auto;
    min-height: 42vh;
}
.ui-head{
    width: 100%;
    height: 250px;
    background: url(../images/head-bg1.png) no-repeat left bottom #e6e2d8;
    background-size: 100% 190px;
    position: relative;
}
.ui-logo{
    width: auto;
    height: 65px;
    margin-top: 20px;
}
.ui-search{
    float: right;
    position: relative;
    margin-top: 60px;
}
.ui-searchtext{
    width: 230px;
    height: 30px;
    padding-left: 10px;
    padding-right: 70px;
    border-radius: 10px;
    border: 0 ;
    margin-top: 30px;
    background-color: #fff;
}
.ui-searchbutton{
    display: block;
    width: 60px;
    height: 26px;
    background: url(../images/search.png) no-repeat;
    background-size: 99% 100%;
    position: absolute;
    top: 32px;
    right: 147px;
}
.ui-a{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #840918;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin-left: 20px;
}
/*.ui-nav{
    width: 100%;
    height: 58px;
    position: absolute;
    bottom: -15px;
    right: 0px;
}
.ui-nav-list-img{
    display: block;
    margin-top: 13px;
}
.ui-nav-list{
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
    z-index: 9;
}
.ui-nav-list-ul{
    width:  1080px;
    height: 100%;
    float: right;
}
.ui-nav-list-li{
    width: 180px;
    height: 100%;
    line-height: 42px;
    text-align: center;
    color: #f2b448;
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
}
.ui-nav-list-li .active,.ui-nav-list-li a:hover{
    background: url(../images/nav-li-act.png) no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
}
.ui-nav-list-a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 42px;
    color: #f2b448;
    font-size: 18px;
}
.ui-nav-list-ai{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: sub;
}*/
.ui-banner{
    width: 100%;
    height: 495px;
    margin-top: 6px;
}
.ui-banner ul,.ui-banner ul li{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ui-banner img{
    width: 100%;
    height: 100%;
}
.ui-banner .es-pager{
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 9;
}
.ui-banner .es-pager li{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/banner-sp.png) no-repeat;
    background-size: 100% 100%;
    color: transparent;
    margin: 0px 5px;
}
.ui-banner .es-pager .act{
    background: url(../images/banner-sp-act.png) no-repeat;
    background-size: 100% 100%;
}

.ui-index{
    width: 100%;
    height: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    background: url(../images/addr.png) no-repeat left center;
    background-size: 13px auto;
    color: #333;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
    position: relative;
}
.ui-index a{
    margin-right: 5px;
}
.ui-content{
    width: 100%;
    height: auto;
    min-height: 200px;
    background: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ui-paging{
    width: 100%;
    height: 20px;
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 9;
}
.prev,.next{
    display: inline-block;
    width: auto !important;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    margin: 0px 5px;
    padding: 0px 5px;
    cursor: pointer;
    background: #fff;
}
.prev:hover,.next:hover{
    background: #eee;
}
.ui-paging a{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    margin: 0px 5px;
    background: #fff;
}
.ui-paging a:hover,.ui-paging .active{
    color: #fff;
    background: #840918;
    border: 1px solid #840918;
}
.ui-foot{
    width: 100%;
    height: 300px;
}
.ui-foot-top{
    width: 100%;
    height: 250px;
    background: #840918;
    text-align: center;
    padding: 40px 0px;
    box-sizing: border-box;
}
.ui-foot-bot{
    width: 100%;
    height: 50px;
    background: #ebba64;
}
.ui-foot-con{
    width: 1200px;
    height: 100%;
    margin: auto;
}
.ui-foot-con a{
    display: inline-block;
    width: auto;
    line-height: 22px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 20px;
}
.ui-foot-con p a {
    color: #333;
    line-height: 50px
}
.ui-foot-con hr{
    display: inline-block;
    width: 2px;
    height: 22px;
    background: #fff;
    border: 0px;
    vertical-align: top;
    margin: 0px 22px;
    margin-bottom: 20px;
}
    .ui-foot-con p {
        color: #fff;
        font-size: 14px;
        margin: 0 auto 1.5em auto;
    }

.ui-foot-bot p{
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 14px !important;
    margin: 0px !important;
}
.ui-foot-bot p img{
    width: 20px;
    margin-right: 15px;
    vertical-align: text-bottom;
}
#_span_jiucuo img {
    width: 80px;
    position: relative;
    top: 5px;
}

#imgConac {
    width: 50px;
    position: relative;
}