@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
*{font-family:"Microsoft YaHei";}
body {
    margin: 0 auto;
    width: 100%;
    color: rgba(0, 0, 0, 0.85);
	min-width:max-content;
	min-width:-moz-max-content;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    /*font-weight: normal;*/
}

a {
    text-decoration: none;
    color: #535d66;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    color: #000;
    outline: none;
}

img {
    vertical-align: top;
    border: 0;
}

table {
    border-collapse: collapse;
}

html {
    font-family: "微软雅黑";
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    border: 0;
    outline: line;
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

;
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
    resize: none;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

textarea:-moz-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

.displayNone{
    display: none;
}
.opacity100{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-color {
    color: #1577FC;
}

.text-background {
    background: #1577FC;
}

.cursor {
    cursor: pointer;
}

.overflow-box {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-clamp {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.noshow {
    display: none;
}

.noshow.active {
    display: block;
}

.w-container {
    width: 1300px;
    position: relative;
    margin: 0 auto;
}

/* 列表框 */
.www-item-box .header {
    height: 50px;
    position: relative;
}

.www-item-box .header .title {
    line-height: 50px;
    font-size: 18px;
    color: #3C425B;
    padding-left: 12px;
    font-weight: 700;
}

.www-item-box .header .more {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999999;
}
.w-item-datas {
    border: 1px solid #EEEEEE;
}

.w-item-datas .w-item-data {
    height: 35px;
    position: relative;
}

.w-item-datas .w-item-data .title {
    line-height: 35px;
    font-size: 16px;
    color: #444444;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w-item-datas .w-item-data .title:hover{
    color: #A97F60;
}

.w-item-datas .w-item-data .time {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color:#888888;
}

.w-item-datas .w-item-data .icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: #727a80;
}

/* 大标题 */
.big-title{
    padding-top: 27px;
}
.big-title .title{
    color: #3B3949;
    font-size: 26px;
    padding-bottom: 4px;
	font-weight: bold;
}
.big-title .line{
    width: 24px;
    height: 5px;
    background: #A9B0C4;
    border-radius: 2px;
    margin-left: 12px;
    margin-top: 10px;
}
.big-title .description{
    color: #CB9749;
    font-size: 18px;
}

/* 查看更多按钮 */
.w-seemore-btn{
    width: 84px;
    height: 30px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.w-seemore-btn img{
    width: 16px;
    height: 16px;
}

/* 头部 */
.w-container-header{
    height: 120px;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    z-index: 2;
}
.w-container-header ul.list{
    position: absolute;
    right: 0;
    bottom: 0;
	z-index:3;
}
.w-container-header .list > li{
    position: relative;
}
.w-container-header .list > li > a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0;
    color: #3B3949;
    font-size: 16px;
    transition: all 0.2s linear;
    border-bottom: 2px solid transparent;
    padding: 0 20px;
    position: relative;
	white-space:nowrap;

}
.w-container-header .list .child{
    display: none;
    position: absolute;
    left: 6px;
    right: 6px;
    background: #BD9574;
    text-align: center;
    padding: 4px 0;
	left:0; 
	right:0;
}
.w-container-header .list .child a{
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    display: block;
}
.w-container-header .list > li .active{
   background: #BD9574;
   color: #fff;
}
.w-container-header .list > li:hover > a{
    color: #fff;
    background: #BD9574;
}
.w-container-header .list > li:hover .child{
    display: block;
}
.w-container-header .list .child li:hover{
    background: #fff;
}
.w-container-header .list .child li:hover a{
    color: #BD9574;
}
.w-container-header .content-search {
    width: 316px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #D3C7BF;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 0;
}
.w-container-header .content-search .input{
    position: absolute;
    left: 20px;
    width: 260px;
    height: 83%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
}
.w-container-header .content-search .btn{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 32px;
    width: 32px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #C9974D;
    border-radius: 50%;
}
.w-container-header .content-search .btn .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

/* 底部 */
.w-container-footer{
    background: #262626;
}
.w-container-footer .top{
    padding: 66px 0 64px 0;
}
.w-container-footer .top .box{
    margin-right: 48px;
}
.w-container-footer .top h3{
    font-size: 18px;
    color: #D0A584;
}
.w-container-footer .top .link{
    display: block;
    margin-top: 18px;
    color: #C7C4C4;
}
.w-container-footer .top a.link:hover{
    color: #D0A584;
}
.w-container-footer .link{
    color: #c7c4c4;
    font-size: 14px;
}

/* 内页头部背景 */
.y-container-bg{
    width: 100%;
    height: 468px;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.y-container-bg .tabs{
    height: 68px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.y-container-bg .tabs a{
    height: 100%;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #CEC0B7;
}
.y-container-bg .tabs a:last-child{
    border-right: 1px solid #CEC0B7;
}
.y-container-bg .tabs a.curr, .y-container-bg .tabs a:hover{
    color: #fff;
    background: #C09D7F;
}

.y-main-title{
    /*width: 649px;*/
    height: 38px;
    font-size: 20px;
    font-weight: 500;
    color: #A97F60;
    display: block;
}

/* 轮播 */
.swiper-container, .swiper-container2, .swiper-container3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.w-swiper-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    background: rgba(43, 43, 43, 0.3);
}
.w-swiper-content p {
    width: 80%;
    text-align: left;
    padding-left: 14px;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swiper-pagination, .swiper-pagination2, .swiper-pagination3 {
    width: 100%;
    position: absolute;
    bottom: 16px;
    right: 14px;
    text-align: right;
    z-index: 20;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #EC9B01;
    border: 1px solid #EC9B01;
}

.y-container-items{
    padding: 40px 0;
}

/* 内页路径 */
.w-container-location{
    height: 48px;
    background: #F0EFEE;
}
.w-container-location .w-home-icon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.w-container-location .location{
    padding-left: 24px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #777777;
    height: 100%;
}
.w-container-location .location span:last-child{
    color: #444444;
}

.y-year{
    margin-top: 30px;
}
.y-year .year .text{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #C09D7F;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.y-year .year .items .item{
    width: 24px;
    height: 24px;
    background: #C09D7F;
    border-radius: 50%;
}
.y-year .sj-box{
    border-right: 2px solid #DED6D1;
    width: 50%;
    box-sizing: border-box;
    padding: 30px 0;
}
.y-year .sj-box .p{
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: right;
}
.y-year .sj-box .p .content{
    display: block;
    width: 90%;
    color: #666;
    line-height: 30px;
    background: #F2F0F0;
    margin: 0 10% 5px 0;
}
.y-year .sj-box .p .content .pad{
    padding: 10px 16px;
    display: block;
    position: relative;
	text-align: left;
}
.y-year .sj-box .p.odd{
    margin: 0 0 0 100%;
    text-align: left;
}
.y-year .sj-box .p.odd .content{
    margin: 5px 0 5px 10%;
}
.y-year .sj-box .p .circle{
    position: absolute;
    right: -14px;
    top: 30px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    background: #C09D7F;
}
.y-year .sj-box .p.odd .circle{
    left: -10px;
    right: auto;
}
.y-year .p .jt{
    position: absolute;
    top: 24px;
    right: -38px;
    width:0px;
    height:0px;
    border-top: 10px solid transparent;
    border-left: 30px solid #F2F0F0;
    border-right: 15px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(26deg);
    display: block;
}
.y-year .p.odd .jt{
    margin-right: -6px;
    right: 100%;
    border-top: 10px solid transparent;
    border-right: 15px solid #F2F0F0;
    border-left: 15px solid transparent;
    border-bottom: 30px solid transparent;
    transform: translateY(-50%) rotate(68deg);
}

.year-tabs{
    display: flex;
    align-items: center;
}
.year-tabs .year-tab{
    width: 164px;
    height: 44px;
    background: #DED6D1;
    font-size: 16px;
    color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.year-tabs .year-tab.active, .year-tabs .year-tab:hover{
    background: #C09D7F;
    color: #fff;
}