@charset "utf-8";

*,
section,
figure,
nav,
footer {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}
body {
    font-family: "microsoft yahei";
    /*min-width: 1024px;*/
    background-color: #f5f5f5;
}

.base_with {
    max-width: 1128px;
    width: 100%;
    margin: 0 auto;
}


.top_box {
    height: 90px;
    border: 1px solid #ececec;
}

.top_box .left,
.top_box .right {
    padding-top: 34px;
}


/*.top_box .left {
	padding-top: 34px;
}*/

.top_box .left {
    overflow: hidden;
    float: left;
}

.top_box .left h1 {
    float: left;
    display: inline;
    margin: 0;
}

.top_box .left a {
    display: inline-block;
}

.top_box .left a img {
    width: 120px;
    height: auto;
    margin-top: -5px;
}

.top_box .left a:nth-child(2) {
    float: left;
    color: #ab7956;
    font-size: 16px;
    padding-left: 20px;
    /*margin-right: 30px;*/
    padding-top: 4px;
    letter-spacing: 2px;
}


/* nav */

.top_box .right {
    width: 760px;
    float: right;
}

.nav li {
    float: left;
    margin: 0px 10px;
}

.nav li a {
    display: block;
    font-size: 16px;
    color: #333333;
    position: relative;
    left: 0;
    right: 0;
    line-height: 26px;
    text-align: center;
}

.nav li:nth-child(1) a {
    width: 53px;
}

.nav li .navCur,
.nav li a:hover {
    color: #ab7956;
}

.nav li .navCur:before,
.nav li a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 100%;
    margin: 0 auto;
    height: 4px;
    border-bottom: 3px solid #ab7956;
}

.search_btn {
    float: right;
    width: 80px;
    height: 87px;
    /*margin-top: -59px;*/
    border-top: 4px solid #FFFFFF;
    background-image: url(../img/search_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0;
}

.search_btn_show {
    top: -1px;
    border-top: 4px solid #ad7e5b;
    /*background-color: #b5b5b5;*/
    background-image: url(../img/search_btn_.png);
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #FFFFFF;
}


/*.search_btn:hover {
	background-color: #aaaaaa;
}*/


/*=====================*/


/*============================*/
.top_box .top {
    position: relative;
}

.top_box .search {
    display: none;
    height: 80px;
    background-color: #FFFFFF;
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
}



.ser_inner {
    width: 600px;
    height: 40px;
    float: right;
    margin-top: 20px;
}

.top_box .search_d2 {
    position: absolute;
    top: 92px;
    z-index: 999;
}

.top_box .search_d2 input,
.top_box .search_d2 button {
    border: none;
    outline: none;
}

.top_box .search_d2 input {
    height: 36px;
    /*background: #F9F0DA;*/
    border: 1px solid #ad7e5b;
    color: #AAAAAA;
    font-size: 12px;
    width: 498px;
    float: left;
    text-indent: 12px;
}
.top_box  .search_show {
    display: block;
}
.top_box .search_d2 input:focus {
    /*border: 1px solid #ab7956;*/
    color: #333333;
}

.top_box .search_d2 button {
    width: 98px;
    float: left;
    border: 1px solid #ad7e5b;
    height: 38px;
    color: #FFFFFF;
    background-color: #ad7e5b;
    /*background-image: url(../img/search_03.png);
    background-position: center center;
    background-repeat: no-repeat;*/
    cursor: pointer;
}

.top_box .search_d2 button:before {
    content: "";
    /*font-family: FontAwesome;*/
    color: #F9F0DA;
    font-size: 20px;
    font-weight: bold;
    width: 20px;
    height: 20px;
}

.top_box .search_d2 button:hover {
    background-color: #a6734d;
}


/*=========================*/


/*banner*/

.swiper-index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
    overflow: hidden;
}


/**/

.swiper-index-banner {
    clear: both;
    /*width: 1366px;*/
    height: 538px;
    width: 100%;
    max-width: 1393px;
}

.swiper-index-banner .swiper-button-next {
    right: 30px;
}

.swiper-index-banner .swiper-button-prev {
    left: 30px;
}

.swiper-index-banner .swiper-pagination {
    float: left;
    bottom: 8%;
}

.swiper-index-banner .swiper-pagination-bullet {
    border-radius: 100px;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    margin: 5px;
    opacity: 1;
}

.swiper-index-banner .swiper-pagination-bullet-active {
    background: #ad7c59;
}


/*.swiper-index-banner img {
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	height: auto;
}*/


/*
.doc_banner {
	height: 270px;
	background: url(../img/banner1.jpg) no-repeat top center;
}*/

.doc_banner {
    width: 100%;
}


/**/

.warpContent {
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}

.warpContent .warp_left {
    float: left;
}

.warpContent .warp_right {
    float: right;
}


/**/

.base_box {
    width: 773px;
}

.base_tit_ {
    height: 34px;
    border-bottom: 3px solid #e6e6e6;
    position: relative;
}

.base_tit_ .left {
    height: 38px;
    float: left;
    border-right: 10px solid #FFFFFF;
}

.base_tit_ h2 {
    position: absolute;
    font-size: 18px;
    color: #333333;
    float: left;
    display: inline;
    border-bottom: 3px solid #ad7c59;
    z-index: 2;
    padding-bottom: 14px;
    font-weight: bolder;
}

.base_box_r {
    clear: both;
    padding-top: 36px;
}

.base_tit_R h2 {
    height: auto;
    /*border-left: 4px solid #ad7e5b;*/
    padding-bottom: 0;
    border-bottom: 0;
    padding-left: 10px;
    position: relative;
}

.base_tit_R h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 20px;
    background-color: #ad7e5b;
}

.base_tit_ a {
    float: right;
    font-size: 12px;
    color: #ad7e5b;
}

.base_tit_ a:hover {
    text-decoration: underline;
}


/**/

.base_box {
    margin-top: 20px;
}

.base_list {
    padding: 8px 10px;
    overflow: hidden;
    width: 753px;
    height: 328px;
    margin-top: 10px;
}

html>body .base_list {
    width: 753px;
    height: auto;
    min-height: 328px;
}

.base_list li {
    height: 41px;
    position: relative;
}

.base_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 4px;
    height: 4px;
    background-color: #cccccc;
}


/*.base_list_r li::before {
	top: 14px;
}*/

.base_list li a {
    float: left;
    display: block;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

.base_list li a:last-child:hover {
    cursor: auto;
}

.base_list li .listCur,
.base_list li a:hover {
    color: #ad7e5b;
}

.base_list li a:nth-child(1) {
    width: 360px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-indent: 10px;
}

.base_list li a:nth-child(2) {
    width: 240px;
    padding: 0px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.base_list li a:last-child {
    color: #999999;
    float: right;
}


/**/

.base_list_r {
    padding: 0px 0px;
    padding-top: 10px;
}


/*.base_tit_R a {
	line-height: 36px;
}*/


/*.base_list_r li {
	height: 32px;
}

.base_list_r li a {
	line-height: 32px;
}*/

.base_list_r li a:nth-child(1),
.base_list_r li a:nth-child(2) {
    width: auto;
}

html>body .base_list_r {
    width: 326px;
}

.base_list_r li a:nth-child(1) {
    width: 240px;
}

.base_list_r li a:last-child {
    float: right;
    padding: 0;
}


/**/

.hz_list {
    overflow: auto;
    margin-top: 20px;
    padding-bottom: 30px;
}

.hz_list li {
    float: left;
    width: 24%;
    width: 24.8%;
    height: 60px;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    position: relative;
}

.hz_list li:nth-child(5),
.hz_list li:nth-child(6),
.hz_list li:nth-child(7),
.hz_list li:nth-child(8) {
    border-bottom: 0;
}

.hz_list li:nth-child(4),
.hz_list li:last-child {
    border-right: 0;
}

.hz_list li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hz_list li a:hover {
    opacity: 0.9;
}

.hz_list li a img {
    display: block;
    margin: 0 auto;
    max-height: 30px;
    max-width: 170px;
}


/*===================*/

.warp_right {
    margin-top: 20px;
    width: 326px;
}

.user_box a {
    display: inline-block;
    width: 152px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #5394ff;
    background-image: url(../img/login.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    text-indent: 18px;
    color: #FFFFFF;
    border: 1px solid #5394ff;
    font-size: 14px;
    border-radius: 5px;
}

.user_box a:nth-child(2) {
    background-image: url(../img/reg.png);
    background-color: #fffbf3;
    border: 1px solid #fcae14;
    color: #fcae14;
    float: right;
}


/**/

.ser_list {
    margin-top: 40px;
}

.ser_list li {
    width: 84px;
    height: 84px;
    float: left;
    margin: 0px 12px;
}

.ser_list li:hover {
    background-color: #fcfcfc;
}

.ser_list li img {
    display: block;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 10px;
}

.ser_list li a {
    display: block;
    width: 84px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}


/**/

.index_box_map img {
    padding-top: 32px;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
}


/**/

.footer_box {
    clear: both;
    background-color: #f6f6f6;
    border-top: 1px solid #eeeeee;
    height: 100px;
}

.footer_box .footer {
    margin-top: 32px;
}

.footer_box .footer p {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

.footer_box .footer p a {
    font-size: 12px;
    color: #333333;
}

.footer_box .footer p a:hover {
    text-decoration: underline;
}


/*===========================*/

.docSubNav {
    clear: both;
    height: 41px;
    border-bottom: 1px solid #f0f0f0
}

.docSubNav a {
    color: #999999;
    font-size: 12px;
    line-height: 41px;
}

.docSubNav .docSubNav_cur {
    color: #ad7e5b;
}


/**/

.art_tit h3 {
    font-weight: normal;
    font-size: 24PX;
    color: #333333;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 32px;
}

.art_tit p {
    height: 30px;
    background-color: #f8f8f8;
    color: #999999;
    font-size: 12px;
    text-align: center;
}

.art_tit p a {
    line-height: 30px;
    font-size: 12px;
    color: #ad7e5b;
    text-align: center;
    margin-right: 42px;
}

.art_box {
    padding-bottom: 70px;
    padding-top: 16px;
}

.art_box p {
    font-size: 14px;
    line-height: 40px;
    text-align: justify;
    font-weight: 530;
}


/*================*/

.noticeLiIfo {
    margin-top: 30px;
}

.noticeLiIfo .ifo_nav {
    float: left;
    width: 223px;
    /*height: 360px;*/
    /*min-height: 360px;*/
    padding-bottom: 180px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.noticeLiIfo .ifo_nav h3 {
    font-size: 20px;
    color: #333333;
    text-indent: 23px;
    margin-top: 26px;
    margin-bottom: 24px;
}

.noticeLiIfo .ifo_nav ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    text-indent: 23px;
    float: left;
}

.noticeLiIfo .ifo_nav ul li span {
    float: right;
    margin-right: 20px;
    display: none;
}

.noticeLiIfo .ifo_nav ul li .gonggao_cur,
.noticeLiIfo .ifo_nav ul li a:hover {
    background-color: #FFFFFF;
    border-left: 3px solid #ad7c59;
    color: #ad7c59;
}

.noticeLiIfo .ifo_nav ul li .gonggao_cur span,
.noticeLiIfo .ifo_nav ul li a:hover span {
    display: block
}

.noticeLiIfo .ifo_list {
    float: left;
    width: 867px;
    margin-left: 30px;
}


/**/

.ifo_list ul li {
    padding: 30px 18px;
    border-top: 1px solid #ececec;
}

.ifo_list ul li:last-child {
    border-bottom: 1px solid #ececec;
}

.ifo_list ul li:hover {
    background-color: #fafafa;
}

.ifo_list ul p {
    clear: both;
}

.ifo_list ul .list_tit a {
    line-height: 36px;
}

.ifo_list ul .list_tit .tip_ {
    display: inline-block;
    width: 46px;
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #ff8474;
    text-align: center;
    margin-right: 12px;
    font-size: 12px;
    margin-top: 5px;
}

.ifo_list ul .list_tit .txt_ {
    color: #333333;
    font-size: 16px;
    width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ifo_list ul .list_tit .txt_:hover {
    color: #AD7C59;
}

.ifo_list ul .list_tit a {
    float: right;
    color: #999999;
    font-size: 12px;
}

.ifo_list ul .list_tit span,
.ifo_list ul .list_tit a {
    float: left;
}

.ifo_list ul .list_tit .date_ {
    float: right;
}

.ifo_list ul .list_tip {
    padding-top: 10px;
}

.ifo_list ul .list_tip a {
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    color: #333333;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    margin-right: 20px;
}


/*page*/

.page_box {
    clear: both;
    padding: 30px 0px;
}

.page {
    text-align: center;
}

.page a,
.page .page_index,
.page .page_end {
    padding: 8px 12px;
}

.page a,
.page .page_more:hover {
    font-size: 12px;
    color: #333333;
    background: #FFFFFF;
    display: inline-block;
    border: 1px solid #cccccc;
    margin-left: 5px;
}

.page a:hover,
.page .page_cur {
    color: #FFFBF3;
    background: #ad7c59;
    border: 1px solid #ad7c59;
}


/*=======================@*/

@media only screen and (min-width: 100px) and (max-width: 1280px) {
    .base_with {
        max-width: 1080px;
    }
    .top_box .right,
    .base_box,
    html>body .base_list {
        width: 740px;
    }
    .nav li {
        margin: 0 10px;
    }
    html>body .base_list {
        width: 580px;
    }
    .base_list li a:nth-child(1) {
        width: 360px;
    }
    /**/
    .base_list_r li a:nth-child(1) {
        width: 250px;
    }
    .base_list li a:nth-child(2) {
        width: 60px;
        padding: 0 10px;
    }
    .base_list_r li a:last-child{
        float: left;
    }
    .noticeLiIfo .ifo_list,
    .noticeLiIfo .ifo_list li {
        width: 700px;
    }
    .ifo_list ul .list_tit  .txt_ {
        width: 500px;
    }
    .search {
        width: 1024px;
    }
}




/*=========================*/


.top_content {
    height: 120px;
    background: #fff;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}

.top_content .logo {
    display: block;
    margin-top: 28px;
}

.f1 {
    float: left;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    color: #333;
    outline: none;
    text-decoration: none;
    -webkit-transition: all ease 400ms;
}
.top_content .link_div {
    position: relative;
    margin-top: 43px;
}
.fr {
    float: right;
}
body, button, input, select, textarea {
    color: #333;
    font: 16px "pfr";
}

.top_content .link_div a {
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    color: #121212;
    padding: 0 15px;
    font-weight: bold;
}
.top_content .link_div a.btn_a.reg_a {
    margin-left: 30px;
}
.top_content .link_div a.btn_a {
    color: #ad7c59;
    border: 1px solid #ad7c59;
    width: 120px;
    text-align: center;
    padding: 0;
}

.top_content .top_logo {
    height: 60px;
}
.head {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    height: 60px;
    z-index: 9999;
}
.head .mue_box {
    width: 1200px;
    margin: 0 auto;
}
.head .mue {
    display: block;
    width: 100%;
    text-align: center;
}
.mue {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.head .mue .mue_pc {
    display: inline-block;
}
ul, ol {
    list-style: none;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    border: medium none;
    margin: 0;
    padding: 0;
}
.head .mue ul li {
    float: left;
    position: relative;
    z-index: 999;
    width: initial!important;
}
.head .mue ul li .on a {
    color: #121212;
}
.head .mue ul li a {
    font-weight: bold;
    min-width: 68px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #121212;
    padding: 0 5px;
    margin: 0 40px;
    position: relative;
}
.mue_pc li .on:before,
.mue_pc li a:hover:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #a47f60;
}
.m_img {
    display: none;
}
.m_nav {
    display: none;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.banner_div {
    width: 100%;
    max-width: 1393px;
    margin: 0 auto;
    height: 538px;
    position: relative;
    margin-top: -538px;
}
.banner_div .myscroll {
    position: absolute;
    width: 316px;
    height: 100%;
    background: rgba(0,0,0,.6);
    text-align: left;
    color: #fff;
    top: 0px;
    right: 100px;
    overflow: hidden;
    z-index: 10;
}
.banner_div .myscroll ul li {
    min-height: 60px;
}
.banner_div .myscroll ul li a {
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-size: 14px;
}
.banner_div .myscroll ul li a:hover {
    font-size: 18px;
    background: url(../img/t-bg1.png) no-repeat right center;
    background-size: 100% 100%;
    cursor: pointer;
}
.ix_part1 {
    padding: 50px 0;
}
.index_title {
    margin-bottom: 30px;
    font-weight: bold;
}
.index_title span {
    /*font-size: 28px;*/
    font-size: 16px;
    color: #0a0a0a;
    font-family: "pfm";
}
.index_title a {
    color: #626262;
    line-height: 37px;
}
.ix_part1 .row {
    margin: 0 -10px;
}
.ix_part1 .row>div {
    padding: 0 10px;
}
.ix_part1 .row>div .part1 {
    background: #fff;
    padding: 20px 17px;
    min-height: 130px;
}
.ix_part1 .row>div .part1 a {
    font-size: 20px;
    color: #101010;
    font-family: "pfm";
    font-weight: bold;
    min-height: 56px;
}
.text_h2 {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ix_part1 .row>div .part1 span {
    font-size: 14px;
    color: #878686;
    font-weight: bold;
    display: block;
    margin-top: 15px;
}
.ix_part1 .row>div .con_div>div:nth-child(2) {
    margin: 14px 0;
}
.ix_part1 .row>div .part2 ul {
    margin: 0 -4px;
    overflow: hidden;
    min-height: 222px;
}
.ix_part1 .row>div .part2 ul li {
    padding: 0 4px;
    width: 50%;
    float: left;
}
.ix_part1 .row>div .part2 ul li .text_div {
    padding: 15px 15px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    min-height: 115px;
}
.ix_part1 .row>div .part2 ul li .text_div a {
    color: #101010;
    line-height: 1.7;
    min-height: 46px;
    overflow: hidden;
}
.ix_part1 .row>div .part2 ul li .text_div span {
    color: #878686;
    display: block;
    margin-top: 20px;
}
.ix_part1 .row>div .part3 {
    background: #fff;
    padding: 5px 16px;
    min-height: 218px;
}
.ix_part1 .row>div .part3 ul li {
    margin: 18px 0;
}
.ix_part1 .row>div .part3 ul li a {
    color: #101010;
    font-size: 14px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}
.ix_part1 .row>div .part1 a:hover, .ix_part1 .row>div .part2 ul li .text_div a:hover, .ix_part1 .row>div .part3 ul li a:hover {
    color: #ad7c59;
    cursor: pointer;
}
.ix_part2 {
    padding-bottom: 50px;
}
.ix_part2 .row {
    margin: 0 -10px;
}
.ix_part2 .row>div {
    padding: 0 10px;
}
.ix_part2 .row>div .part1 {
    background: #fff;
    padding: 20px 17px;
    min-height: 140px;
}
.ix_part2 .row>div .part1 a {
    font-size: 20px;
    color: #101010;
    font-family: "pfm";
    font-weight: bold;
    min-height: 56px;
}
.ix_part2 .row>div .part1 span {
    font-size: 14px;
    color: #5c291f;
    font-weight: bold;
    background: url(../img/t-bg2.png) no-repeat center center;
    background-size: 100% 100%;
    line-height: 30px;
    padding: 0 16px 0 8px;
    display: inline-block;
    margin-top: 15px;
}
.ix_part2 .row>div .con_div>div:nth-child(2) {
    margin: 14px 0 0;
}
.ix_part2 .row>div .part2 ul {
    margin: 0 -4px;
    overflow: hidden;
}
.ix_part2 .row>div .part2 ul li {
    padding: 0 4px;
    width: 50%;
    float: left;
}
.ix_part2 .row>div .part2 ul li .text_div {
    padding: 15px 15px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    min-height: 117px;
}
.ix_part2 .row>div .part2 ul li .text_div a {
    color: #101010;
    line-height: 1.7;
}
.ix_part2 .row>div .part2 ul li .text_div span {
    margin-top: 11px;
    font-size: 12px;
    color: #5c291f;
    font-weight: bold;
    background: url(../img/t-bg2.png) no-repeat center center;
    background-size: 100% 100%;
    line-height: 30px;
    padding: 0 16px 0 8px;
    display: inline-block;
}
.ix_part2 .row>div .part3 {
    background: #fff;
    padding: 4px 16px;
    min-height: 222px;
}
.ix_part2 .row>div .part3 ul li {
    margin: 19px 0;
}
.ix_part2 .row>div .part3 ul li a {
    color: #101010;
    font-size: 14px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}
.ix_part2 .row>div .part3 ul li a:hover {
    color: #ad7c59;
    cursor: pointer;
}
.ix_part2 .row>div .part1 a:hover {
    color: #ad7c59;
    cursor: pointer;
}
.ix_part2 .row>div .part2 ul li .text_div a:hover {
    color: #ad7c59;
    cursor: pointer;
}
.ix_part3 {
}
.ix_part3 .row {
    margin: 0 -10px;
}
.ix_part3 .row>div {
    padding: 0 10px;
}
.ix_part3 .row>div .part3 {
    background: #fff;
    padding: 4px 16px;
    min-height: 222px;
}
.ix_part3 .row>div .part3 ul li {
    margin: 19px 0;
}
.ix_part3 .row>div .part3 ul li a {
    color: #101010;
    font-size: 14px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}
.ix_part3 .row>div .part2 ul {
    margin: 0 -4px;
    overflow: hidden;
    min-height: 222px;
}
.ix_part3 .row>div .part2 ul li {
    padding: 0 4px;
    width: 50%;
    float: left;
}
.ix_part3 .row>div .part2 ul li .text_div {
    padding: 16px 15px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    min-height: 117px;
}
.ix_part3 .row>div .part2 ul li .text_div div {
    min-height: 46px;
}
.ix_part3 .row>div .part2 ul li .text_div a {
    color: #101010;
    line-height: 1.7;
}
.ix_part3 .row>div .part2 ul li .text_div span {
    font-size: 14px;
    color: #878686;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.ix_part3 .row>div .part3 ul li a:hover {
    color: #ad7c59;
    cursor: pointer;
}
.ix_part3 .row>div .part2 ul li .text_div a:hover {
    color: #ad7c59;
    cursor: pointer;
}
.ix_part4 {
    display: flex;
    flex-direction: column;
}
.ix_part4 .index_supp_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: 28px;
}
.ix_part4 .index_supp_title .index_supp_title_left {
    display: flex;
    align-items: center;
}
.ix_part4 .index_supp_title .index_supp_title_left .index_supp_title_left_label {
    font-size: 28px;
    font-weight: bold;
}
.ix_part4 .index_supp_title .index_supp_title_left .index_supp_title_tabs {
    display: flex;
    font-size: 16px;
    color: #666666;
    position: relative;
}
.ix_part4 .index_supp_title .index_supp_title_left .index_supp_title_tabs .index_supp_title_tab {
    display: flex;
    transition: color 0.3s;
    margin-right: 18px;
    cursor: pointer;
}
.ix_part4 .index_supp_title .index_supp_title_left .index_supp_title_tabs .index_supp_title_tab svg {
    margin-top: 4px;
}
.ix_part4 .index_supp_title .index_supp_title_left .index_supp_title_tabs .index_supp_title_tab_active {
    color: #606060;
}
.ix_part4 .index_supp_title .index_supp_title_left .index_supp_title_tabs .index_supp_title_tab .index_supp_title_tab_text {
    margin-left: 6px;
    font-size: 18px;
    font-family: 微软雅黑;
    letter-spacing: 1px;
}
.ix_part4 .index_supp_title .index_supp_title_left .index_supp_title_tabs .index_supp_title_tab .index_supp_title_tab_text1 {
    color: #ac7b58;
}
.ix_part4 .index_supp_title .index_supp_title_left .index_supp_title_tabs .index_supp_title_tab .index_supp_title_tab_text2 {
    color: #606060;
}
.ix_part4 .index_supp_title .index_supp_title_left .index_supp_title_tabs .index_supp_title_tab_line {
    position: absolute;
    bottom: -12px;
    left: 15%;
    width: 20%;
    height: 3px;
    background-color: #ac7b58;
    transition: transform 0.3s ease;
    border-radius: 2px;
}
.ix_part4 .index_supp_title .index_supp_title_right {
    display: flex;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    align-items: center;
}
.ix_part4 .index_supp_title .index_supp_title_right .index_supp_title_right_btn_list {
    display: flex;
    opacity: 0;
}
.ix_part4 .index_supp_title .index_supp_title_right .index_supp_title_right_btn {
    background-color: #fdfdfd;
    padding: 0 12px;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    border: 1px solid #606060;
    border-radius: 20px;
    font-weight: 100;
    margin-left: 14px;
    cursor: pointer;
}
.ix_part4 .index_supp_title .index_supp_title_right .index_supp_title_right_btn_active {
    background-color: #606060;
    color: #FFFFFF;
}
.ix_part4 .index_supp_body {
    background-color: #fdfdfd;
    width: 100%;
    margin: 30px 0;
}
.ix_part4 .index_supp_body .index_supp_body_list_header {
    line-height: 48px;
    padding: 14px 16px;
    color: #999;
    border-bottom: 1px solid #eee;
    display: flex;
    font-size: 14px;
}
.ix_part4 .index_supp_body .index_supp_body_list_flex2 {
    flex: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ix_part4 .index_supp_body .index_supp_body_list_flex3 {
    flex: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ix_part4 .index_supp_body .index_supp_body_list_flex4 {
    flex: 4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ix_part4 .index_supp_body .index_supp_body_list {
    display: flex;
    flex-direction: column;
    padding: 0 16px 16px;
    font-size: 14px;
    max-height: 540px;
    overflow: hidden;
    position: relative;
}
.ix_part4 .index_supp_body .index_supp_body_list .index_supp_body_list_inner {
    display: flex;
    flex-direction: column;
    animation: scrollUp 42s linear infinite;
}
.ix_part4 .index_supp_body .index_supp_body_list .index_supp_body_list_inner .index_supp_body_list_rows {
    display: flex;
    flex-direction: column;
}
@keyframes scrollUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}
.ix_part4 .index_supp_body .index_supp_body_list .index_supp_body_list_row {
    padding: 14px 0;
    color: #999;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
}
.ix_part4 .index_supp_body .index_supp_body_list .index_supp_body_list_row .index_supp_body_list_row_tag{
    width: 36px;
    height: 19px;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 6px;
}
.ix_part4 .index_supp_body .index_supp_body_list .index_supp_body_list_row .index_supp_body_list_row_tag1{
    background-color: #f4efec;
    color: #ac7b58;
}
.ix_part4 .index_supp_body .index_supp_body_list .index_supp_body_list_row .index_supp_body_list_row_tag2{
    background-color: #EEEEEE;
    color: #5C5C5C;
}
.ix_part4 .index_supp_body .index_supp_body_list .index_supp_body_list_row:hover {
    background: #f4f4f4;
}
.ix_part4 .index_supp_body .index_supp_body_list .index_supp_body_list_header div {
    color: #8F8F8F;
}
.ix_part4 .index_supp_body .index_supp_body_list .index_supp_body_list_row div {
    color: #000000;
}
.ix_part4 .index_supp_body .index_supp_body_pagination {
    margin: 20px 0;
    text-align: center;
}
.ix_part4 .index_supp_body .index_supp_body_pagination span {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 4px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.ix_part4 .index_supp_body .index_supp_body_pagination .index_supp_body_pagination_active {
    background: #ac7b58;
    color: #fff;
    border-color: #ac7b58;
}
.ix_part4 .index_supp_body .index_supp_body_pagination .index_supp_body_pagination_ellipsis {
    padding: 0 6px;
    color: #999;
    cursor: default;
    line-height: 30px;
}
.ix_part4 .index_supp_body .index_supp_body_pagination .index_supp_body_pagination_page_btn {
    font-weight: bold;
}
.ix_part4 .index_supp_title_mobile_tabs {
    display: none;
}
.ix_part4 .index_supp_title_mobile_tabs .index_supp_title_tab {
    display: flex;
    transition: color 0.3s;
    margin-right: 18px;
    width: 50%;
    align-items: center;
    justify-content: center;
}
.ix_part4 .index_supp_title_mobile_tabs .index_supp_title_tab .index_supp_title_tab_text {
    margin-left: 6px;
    font-size: 16px;
    font-family: 微软雅黑;
    letter-spacing: 1px;
}
.ix_part4 .index_supp_title_mobile_tabs .index_supp_title_tab .index_supp_title_tab_text1 {
    color: #ac7b58;
}
.ix_part4 .index_supp_title_mobile_tabs .index_supp_title_tab .index_supp_title_tab_text2 {
    color: #606060;
}
.ix_part4 .index_supp_title_mobile_tabs .index_supp_title_tab_line {
    position: absolute;
    bottom: -12px;
    left: 14%;
    width: 20%;
    height: 3px;
    background-color: #ac7b58;
    transition: transform 0.3s ease;
    border-radius: 2px;
}
.index_vertical_divider {
    height: 20px;
    width: 1px;
    background-color: #ddd;
    margin: 3px 18px;
}
.text_align_center {
    text-align: center;
}
.text_align_right {
    text-align: right;
}
.footers{
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.45);
    font-family: "pfm";
}

.yd_container {
    position: relative;
    width: 100%;
    background: url(../img/y-bg.jpg) no-repeat center center;
    background-size: cover;
}
.w1280 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    color: #fff;
}
.yd_container .logo_div {
    padding-top: 4.11vw;
    padding-left: 2.1875vw;
}
.yd_container .row_div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 35%;
    text-align: center;
}
.yd_container .row>div {
    padding: 0;
    width: 20%;
}
.yd_container .row>div .con_div {
    border-right: 1px solid rgba(255,255,255,.5);
    padding: 10px 2.1875vw;
}
.yd_container .row>div span {
    font-size: 22px;
    text-shadow: 1px 0 1px rgba(4,0,0,.45);
}
.yd_container .row>div p {
    margin: 40px 0;
    line-height: 1.6;
}
.yd_container .row>div a {
    display: inline-block;
    width: 100%;
    max-width: 126px;
    border: 1px solid #ad7c59;
    background: rgba(173,124,89,.7);
    line-height: 37px;
    text-align: center;
    color: #fff;
}

.ny-banner {
    height: 383px;
    background: url(../img/ny-banner.jpg) no-repeat center center;
    background-size: cover;
}
.list_div {
    padding: 28px 0 40px;
}
.list_div .con_div {
    position: relative;
}
.list_div .left_div {
    width: 220px;
    background: #fff;
    padding: 15px 0 20px;
    font-weight: bold;
}
.list_div .left_div span {
    padding: 0 20px;
    margin-bottom: 15px;
    display: block;
}
.list_div .left_div ul li.active a {
    color: #ad7c59;
    border-left: 4px solid #ad7c59;
    background: rgba(173,124,89,.1);
}
.list_div .left_div ul li a {
    display: block;
    padding: 0 20px;
    line-height: 60px;
    position: relative;
}
.list_div .left_div ul li.active a:after {
    content: "";
    width: 8px;
    height: 14px;
    background: url(../img/jt.png) no-repeat center center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}
.list_div .left_div ul li a {
    display: block;
    padding: 0 20px;
    line-height: 60px;
    position: relative;
    border-left: 4px solid #fff;
}
.list_div .right_div {
    width: calc(100% - 238px);
}
.list_div .right_div1 {
    width: calc(100% - 238px);
}
.list_div .right_div ul {
    background: #fff;
    padding: 0 20px;
}
.list_div .right_div1 ul {
    background: #fff;
    padding: 0 20px;
}
.list_div .right_div ul li {
    min-height: 100px;
}
.list_div .right_div ul li a {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    font-family: "pfm";
}
.list_div .right_div1 ul li a {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    font-family: "pfm";
}
.list_div .right_div ul li a:hover .title, .list_div .right_div ul li a:hover .tag_div, .list_div .right_div ul li a:hover .tag_div span {
    color: #ad7c59;
}
.list_div .right_div ul li .title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    width: calc(100% - 100px);
}
.list_div .right_div1 ul li .title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    width: calc(100% - 100px);
}
.texth {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.list_div .right_div ul li .date {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}
.list_div .right_div ul li .tag_div {
    background: #f2f2f2;
    line-height: 25px;
    padding: 0 10px;
    margin-right: 25px;
    font-size: 12px;
    color: #666666;
}
.list_div .right_div ul li .tag_div span {
    color: #000;
}
.list_div .right_div ul li .tag_div:last-child {
    margin-right: 0;
}
.list_div .right_div ul li .tag_div {
    background: #f2f2f2;
    line-height: 25px;
    padding: 0 10px;
    font-size: 12px;
    color: #666666;
}
.ny-footer {
    background: #444444;
    color: #cccccc;
    font-size: 12px;
    font-weight: normal;
    padding: 30px 0;
    line-height: 2;
    margin-top: 10px;
}
.ny-footer a {
    color: #ccc;
}

.breadcrumb_div .con {
    background: url(../img/shouye.png) no-repeat left 3px;
    font-size: 12px;
    font-weight: bold;
    margin: 30px 0 30px;
    padding-left: 23px;
}
.breadcrumb_div .con a {
    color: #333333;
}
.breadcrumb_div .con span {
    color: #ad7c59;
}

.detail_div {
    padding: 0 0 30px;
}
.detail_div .article_div {
    background: #fff;
    padding: 30px 0;
}
.detail_div .article_div .title,
.detail_div .article_div .gfml_title{
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    font-family: "pfm";
}
.detail_div .article_div .sm_title {
    text-align: center;
    margin-top: 15px;
}
.detail_div .article_div .sm_title .tag_div {
    background: #f2f2f2;
    line-height: 25px;
    padding: 0 10px;
    margin-right: 25px;
    font-size: 12px;
    color: #666666;
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.detail_div .article_div .sm_title .tag_div span {
    color: #000;
}
.detail_div .article_div .text_div {
    padding: 10px 0;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}
.detail_div .article_div .text_div p {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.botwrap {
    width: 1200px;
    margin: 0 auto;
}
.phone {
    background: #f5f5f5;
}



/* ---------------------- */



@media screen and (max-width:1600px) and (min-width:1200px){
    .nav ul li .f_a{font-size:14px}
    .nav ul li .s_navbox .s_a a{font-size:12px}
    .foot_top ul{margin-left:60px}
    .nav ul li .s_navbox .s_a{width:100%}
}


@media (max-width: 1200px){
    .wrap {
        width: 100%;
        padding: 0 15px;
    }
    .botwrap{
        width: 100%;
        padding: 0 15px;
    }
    .head .mue_box {
        width: 100%;
    }
    .row {
        margin: 0;
    }
}
@media (max-width: 1024px){
    .top_content {
        display: none;
    }
    .main {
        margin-top: 44px;
    }
}

@media only screen and (min-width: 1024px) {
    .m_nav {
        display: none！important;
        color: red;
    }
}
@media screen and (max-width:1024px) and (min-width:0px){
    .head {
        display: none;
    }
    .msg_num{
        display:none;
    }
    .slider{
        margin-top:44px;
    }
    .m_img {
        display: block;
        height: 44px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }
    .m_img .headlf {
        padding-top: 7px;
        padding-left: 15px;
        float: left;
    }
    .m_img .headlf .m_logo {
        height: 30px;
        display: block;
    }
    .m_img .headrg {
        padding-right: 5%;
        padding-top: 14px;
        float: right;
    }
    .m_img .headrg a .m_menuimg {
        height: 16px;
        vertical-align: top;
        display: block;
    }
    .m_nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 10000;
    }
    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        left: 0;
        top: 0;
        z-index: 1;
        filter:alpha(opacity=0);
        opacity:0;
    }
    .m_nav .closeicon {
        position: absolute;
        width:20%;
        left: 30px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter:alpha(opacity=0);
        opacity:0;
    }
    .m_nav .m_navlist {
        position: absolute;
        width: 80%;
        top: 0;
        right:0;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        overflow-y: scroll;
        right:-80%;
    }
    .m_nav .m_navlist ul {
        padding-left: 5%;
        padding-right: 5%;
    }
    .m_nav .m_navlist ul li {
        border-bottom: 1px solid #232530;
    }
    .m_nav .m_navlist ul li a{
        display:block;
        height:45px;
        color:#fff;
        line-height:45px;
        padding-left:5%;
        font-size:16px;
    }
    .m_nav .m_navlist ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .m_nav .m_navlist ul li .m_f_a a {
        flex: 1;
    }
    .m_nav .m_navlist ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }
    .m_nav .m_navlist ul li .m_s_nav {
        display: none;
        width: 100%;
    }
    .icon{
        background:url(../img/plus.png) 100% no-repeat;
        background-position:50% 50%;
        -webkit-transition:all 0s;
        -moz-transition:all 0s;
        transition:all 0s;
    }
    .icon_on{
        background:url(../img/reduce.jpg) 50% no-repeat!important;
        background-position:50% 50%;
        -webkit-transition:all 0s;
        -moz-transition:all 0s;
        transition:all 0s;
    }
    .m_navlist .login_reg {
        padding-left: 10%;
        padding-right: 5%;
        color: #fff;
        line-height: 45px;
    }
    .m_nav .m_navlist ul li .m_s_nav a{
        display:block;
        height:40px;
        line-height:40px;
        font-size:14px;
        padding-left:10%;
        overflow:hidden;
        white-space:nowrap;
        width:90%;
        text-overflow:ellipsis;
    }
    .m_navlist .login_reg a {
        color: #ad7c59;
        border: 1px solid #ad7c59;
        width: 45%;
        text-align: center;
        padding: 0;
        display: inline-block;
        line-height: 32px;
        font-size: 14px;
        margin: 20px 0;
        font-weight: bold;
        height: 34px;
    }
}








@media (max-width:767px){
    .top_content {
        display: none;
    }
    .banner_div .myscroll ul li a:hover {
        font-size: 16px;
    }
    .swiper-index-banner {
        height: 60vw;
    }
    .banner_div .myscroll {
        width: 50%;
    }
    .ix_part1 {
        padding: 25px 0;
    }
    .ix_part3 {
        padding-top: 25px;
    }
    .index_title {
        margin-bottom: 15px;
    }
    .index_title span {
        font-size: 20px;
    }
    .index_title a {
        line-height: 28px;
        font-size: 14px;
    }
    .ix_part1 .row>div, .ix_part2 .row>div, .ix_part3 .row>div {
        margin-bottom: 20px;
    }
    .footers {
        padding: 25px 0;
    }
    .list_div .left_div {
        width: 100%;
        height: initial;
        position: relative;
    }
    .list_div .right_div {
        width: 100%;
        margin-top: 30px;
    }
    .list_div .right_div ul li .title {
        width: calc(100% - 80px);
    }
    .list_div .right_div ul li .tag_div {
        margin-right: 15px;
    }
    .list_div .right_div ul li a {
        padding: 20px 0;
    }
    .breadcrumb_div .con{
        margin: 20px 0;
    }
    .detail_div .article_div{
        padding: 15px;
    }
    .detail_div .article_div .title{
        font-size: 18px;
    }
    .detail_div .article_div .smTitle .tag_div{
        margin-bottom: 10px;
    }
    .mobile_not_show {
        display: none !important;
    }
    .ix_part4 .index_supp_title_mobile_tabs {
        display: flex !important;
        margin-top: 12px;
        position: relative;
    }
}
