html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

.top_img, .width1200, .headerSwiper, .logoArea, .newDynamic, .otherItemArea, .advertising, .footerImg, .footer {
    width: 1200px;
    margin: 0 auto;
}

fieldset, img, input, button {
    border: 0;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 12px/150% Arial, Verdana, "\5b8b\4f53";
    color: #666;
    background: url("../image/bg-1.jpg");
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #c81623;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

.headerSwiper {
    margin-bottom: 20px;
}















.headerArrows {
    position: absolute;
    top: 45%;
    z-index: 9999;
}

.headerSwiperPrev {
    left: 80px;
}

.headerSwiperNext {
    right: 80px;
}

.logoArea {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoArea .logo {
    width: 552px;
    min-height: 85px;
    background-color: #B15626;
}

.logoArea .logoImg {
    max-width: 100%;
}

.logoArea .logoSearch {
    display: flex;
    align-items: center;
    width: 480px;
    height: 48px;
    font-size: 14px;
    border: 1px solid #B15626;
    border-radius: 8px;
    overflow: hidden;
}

.logoArea .searchInput {
    flex-grow: 1;
    padding: 0 20px;
    font-size: 14px;
}

.logoArea .searchBtn {
    flex-shrink: 0;
    padding: 0 20px;
    line-height: 48px;
    background-color: #B15626;
    color: #fff;
}

.newTop {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 18px;
    color: #B15626;
    font-weight: bold;
    background-color: #fae0ad;
}

.newDynamicTitle {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 18px;
    color: #B15626;
    font-weight: bold;
    background-color: #fae0ad;
}

.newDynamicTitle.noticeTitle {
    justify-content: center;
}

.newDynamicTitle .newDynamicMore {
    cursor: pointer;
    font-size: 14px;
}

.newDynamicTitle .newDynamicTitleBg {
    position: absolute;
    
    
}

.newDynamic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.newDynamic .newDynamicLeft {
    width: 900px;
}

.newDynamic .newDynamicRight {
    width: 280px;
}

.newDynamic .newDynamicRight .newDataList {
    margin-top: 10px;
    width: 280px;
    box-sizing: border-box;
}

.newDynamic .newArea {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.newDynamic .newAreaImage {
    width: 490px;
    margin: 0;
}

.newDynamic .newAreaImage img {
    width: 100%;
    height: 288px;
}

.newDynamic .newAreaImagePagination {
    position: absolute;
    right: 0;
    bottom: 0 !important;
    z-index: 999;
    padding: 5px 20px;
    display: flex;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.newDynamic .newDataList {
    width: 380px;
    min-height: 200px;
    background-color: #FEF6D6;
    padding: 5px;
}

.newDynamic .newDataItem {
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 34px;
    overflow: hidden;
    font-size: 14px;
}

.newDynamic .newDataItem:hover {
    font-weight: bold;
    color: #B15626;
}

.newDynamic .newDataItem > span {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newDynamic .newDataItem > img {
    max-width: 100%;
    flex-shrink: 0;
    margin-right: 10px;
}

.otherItemArea {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.otherItemArea .otherItemMain {
    width: 900px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.otherItemArea .otherItem {
    width: 440px;
    margin-bottom: 16px;
}

.otherItemTitle {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 12px 0 32px;
    font-weight: bold;
    color: #B15626;
    background: linear-gradient(135deg, #F8EFDD 0%, #B15626 100%);
}

.otherItemTitle .sign {
    position: relative;
    z-index: 2;
}

.otherItemTitle .sign:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: -4px;
    right: -4px;
    height: 12px;
    background-color: #FFC810;
    z-index: -1;
}

.otherItemTitle > img, .newTop > img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.otherItemTitle .otherItemMore {
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.otherItemArea .otherItemList {
    background-color: #F8EFDD;
}

.otherItemArea .otherItemItem {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    line-height: 33px;
    padding: 0 15px;
    font-size: 14px;
    color: #B15626;
}

.otherItemArea .otherItemItem:hover {
    color: #f00;
}

.otherItemArea .otherItemLeft {
    display: flex;
    align-items: center;
    padding-right: 100px;
    overflow: hidden;
}

.otherItemArea .otherItemLeft::before {
    flex-shrink: 0;
    margin-right: 10px;
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #B15626;
    border-radius: 50%;
}

.otherItemArea .otherItemLeft span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.otherItemArea .otherItemRight {
    flex-shrink: 0;
    color: #666;
}

.otherItemArea .navigation {
    width: 280px;
}

.otherItemArea .navigationList {
    max-height: 518px;
    line-height: 48px;
    overflow: auto;
}

.otherItemArea .navigationItem {
    display: block;
    
    margin-top: 6px;
    text-align: center;
    font-size: 20px;
    color: #B15626;
    background: #d6a383;
}

.otherItemArea .convenientFun {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.otherItemArea .convenientFunItem {
    display: block;
    width: 130px;
    height: 123px;
    margin-top: 16px;
    overflow: hidden;
}

.otherItemArea .convenientFunItem img {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.otherItemArea .convenientFunItem img:hover {
    transform: scale(1.3);
}

.advertising, .six_advertising {
    margin-bottom: 20px;
    width: 1200px;
}

.advertising img, .six_advertising img {
    width: 100%;
}

.footerImg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footerImg .footerImgItem {
    display: block;
    width: 190px;
    overflow: hidden;
}

.footerImg img {
    cursor: pointer;
    width: 190px;
    transition: transform .3s;
}

.footerImg img:hover {
    transform: scale(1.3);
}


.str_wrap {
    flex: 1;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: inherit;
    color: #fff;
    letter-spacing: 4px;
    text-shadow: 0 0 4px #855427, 0 0 4px #855427, 0 0 4px #855427, 0 0 4px #855427, 0 0 4px #855427, 0 0 4px #855427, 0 0 4px #855427;
}

#roll_cow {
    height: 288px;
    overflow: hidden;
}