/**************************Reset***********************/


body {
    overflow-x: hidden;
    font-size: 14px;
    margin: 0;
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    background: url('../images/footer-bg.png') bottom center no-repeat;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #CEA766;
}

:focus {
    outline: 0;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol,
dl,
li,
dd,
th,
td,
form,
textarea,
input,
p,
figure,
blockquote {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

input {
    border-radius: 0;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: #DADADA;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #DADADA;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #DADADA;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #DADADA;
}


/* header */
.is-header {
    background-color: #fff;
    position: relative;
    z-index: 999;
}
.is-header .top {
    height: 59px;
    background: url('../images/top.png') top center no-repeat;
}

.is-header .nav {
    height: 82px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
}

.is-header .nav li {
    float: left;
    font-size: 18px;
    position: relative;
}

.is-header .nav li>a {
    line-height: 50px;
    display: block;
    padding: 20px 20px 0;
}

.is-header .nav li>a.active {
    border-bottom: 2px solid #CEA766;
    color: #CEA766;
}

.is-header .nav li:hover>a {
    border-bottom: 2px solid #CEA766;
    color: #CEA766;
}

.is-header .nav li:hover .sub_nav {
    display: block;
}

.is-header .nav .sub_nav {
    position: absolute;
    left: 0;
    top: 60px;
    padding-top: 50px;
    display: none;
}

.is-header .nav .sub_nav dl {
    text-align: left;
    font-size: 16px;
    background: rgba(256,256,256,.8);
    padding: 10px 10px 10px 0;
    min-width: 150px;
}

.is-header .nav .sub_nav dd {
    padding-left: 30px;
    line-height: 24px;
    position: relative;
    margin-bottom: 5px;
    white-space: nowrap;
}
.is-header .nav .sub_nav dd::after {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    background: #CEA766;
    top: 5px;
    left: 15px;
    position: absolute;
}

.is-header .nav .sub_nav a:hover {
    color: #CEA766;
}


.is-header .u-search {
    position: relative;
    margin-top: 25px;
}

.is-header .u-search .search-text {
    border: 1px solid #DADADA;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 40px;
    width: 140px;
    color: #333;
}

.is-header .u-search .search-text:focus {
    -webkit-box-shadow: inset 0 0 12px 1px rgba(206, 167, 102, .3);
    box-shadow: inset 0 0 12px 1px rgba(206, 167, 102, .3);
}

.is-header .u-search .search-btn {
    width: 24px;
    height: 24px;
    background: url('../images/search.png') 0 0 no-repeat;
    border: 0;
    z-index: 6;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 9px;
}


/* 固定效果 */
.bodyTop {
    padding-top: 161px;
  }
  
.is-header.fixedTop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

  

.is-main {
    margin-top: 50px;
    width: 1200px;
    margin: 50px auto 0;
    position: relative;
}



/* 左侧菜单栏 */
.m-slide {
    float: left;
    width: 250px;
    position: relative;
}


.m-slide .menu dt {
    text-align: center;
    height: 58px;
    background: #cea766;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.m-slide .menu dt h2 {
    padding-top: 5px;
    font-size: 20px;
}

.m-slide .menu dd {
    border: 1px solid #ddd;
    border-top: none;
}

.m-slide .menu dd a {
    display: block;
    line-height: 30px;
    background: url('../images/icon-slide.png') 225px -119px no-repeat;
    font-size: 18px;
    padding: 7px 25px 7px 20px; 
}


.m-slide .menu dd a:hover {
    color: #cea766;
    background-position: 225px 17px;
}
.m-slide .menu dd a.active {
    color: #cea766;
    background-position: 225px 17px;
}

/* 左侧搜素样式 */
.m-slide .slide-search {
    padding-top: 20px;
    margin-top: 30px;
    height: 170px;
    border: 1px solid #ddd;
}

.m-slide .slide-search .group {
    overflow: hidden;
    margin-bottom: 10px;
}

.m-slide .slide-search .group-date {
    background: url('../images/page/icon-datepicker.png') 220px center no-repeat;
}

.m-slide .slide-search .group label{
    width: 88px;
    text-align: right;
    float: left;
    line-height: 30px;
}

.m-slide .slide-search input {
    height: 28px;
    width: 120px;
    border: 1px solid #ddd;
    text-indent: 10px;
}

.m-slide .slide-search .submit {
    width: 72px;
    height: 28px;
    color: #fff;
    border: none;
    font-size: 14px;
    background: #CFA867;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    margin-left: 138px;
    margin-top: 5px;
}




/* 右侧主体内容 */
.m-container {
    float: right;
    width: 900px;
    position: relative;
}

.m-container .route {
    height: 38px;
    border-bottom: 2px solid #cea766;
}

.m-container .route h2 {
    font-size: 24px;
    font-weight: bold;
    float: left;
    width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-container .route h2 span{
    font-size: 16px;
    font-weight: normal;
}

.m-container .route .link {
    float: right;
    line-height: 38px;
}

.m-container .route .link .current {
    color: #cea766;
}

.sb-link {
    line-height: 40px;
    border-bottom: 1px solid #cea766;
    position: relative;
    top: -30px;
}

.sb-link .current {
    color: #cea766;
}

.is-footer {
    margin-top: 20px;
    height: 362px;
}

.g-footer {
    width: 1200px;
    border-top: 1px solid #C0C1BD;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.is-footer .m-link {
    position: relative;
    padding-top: 30px;
}

.is-footer .m-link dl {
    float: left;
    margin-right: 50px;
    text-align: center;
    max-width: 125px;
}

.is-footer .m-link dl dt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.is-footer .m-link dl dt a {
    color: #000;
}
.is-footer .m-link dl dt a:hover {
    color: #CEA766;
}

.is-footer .m-link dl dd {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-footer .m-link dl dd a {
    color: #666;
}
.is-footer .m-link dl dd a:hover {
    color: #CEA766;
}


.is-footer .m-link .wei {
    position: absolute;
    right: 0; 
    top: 30px;
}

.is-footer .m-link .wei-box {
    float: left;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.is-footer .bottom {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    word-break: keep-all;
    padding-bottom: 5px;
}

.is-footer .bottom a {
    color: #fff;
    display: inline-block;
    margin: 0 2px;
}


.is-footer .bottom a:hover {
    color: #CEA766;
}

.is-back {
    width: 54px;
    height: 44px;
    background: url('../images/back.png') 0 0 no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 99;
    left: 50%; 
    bottom: 0px; 
    margin-left: 630px;
}


.getMore {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 20px auto;
}

.info-state{
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 15px;
}
.state{
    font-size: 12px;
    color: #ccc;
    line-height: 20px;
}
.info-state-one{
    font-size: 12px;
    color: #ccc;
    line-height: 28px;
}