ul,
li,
P,
h1,
h2,
h3,
h4,
h5,
body {
    margin: 0;
    padding: 0;
    list-style: none;
}

::-webkit-scrollbar {
    width: 3px;

}


::-webkit-scrollbar-track {
    background-color: #ebebe6;
}

::-webkit-scrollbar-thumb {
    background-color: #efd7ad;
}



body {
    font-size: 16px;
    color: #333;
}

input {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ae171a;
}

#move {
    transition: all 1s;
}

.section {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 0;


}

.flex_c_center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text_dot {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cleF:after {
    content: '';
    clear: both;
    display: block;
}

.home_loadvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;

}

/* 头部 */
.top {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #dddddd48;
    z-index: 999;
    transition: all .5s;
}

.main_w {
    width: 1200px;
    margin: 0 auto;
    height: 100%;

}

.logo {
    width: 260px;
    height: 100%;
    background: url(../image/logo_home.png) no-repeat center left;
    background-size: auto 90%;
    float: left;

}

.nav a {
    color: #fff;
}

.nav {
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    position: relative;
    float: right;

}

.nav li {
    float: left;
    padding: 0 20px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.nav li.on>a {


    color: #ffd997;


}

.nav li:hover {}

.nav li:hover>a {
    color: #ffd997;
}


.nav_sub {
    position: absolute;
    background: rgba(255, 255, 255, 0.189);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    top: 70px;
    left: 50%;
    border-radius: 5px 5px;
    display: none;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.nav_sub p {
    text-align: center;
    font-size: 16px;
    float: left;
    width: 120px;
    font-weight: bold;
    transition: all 0.5s;

}

.nav_sub p:hover {
    background: #ffffff26;
}

.nav_sub p:hover a {
    color: #ffd997;
}

.nav_unline {
    width: 36px;
    height: 4px;
    position: absolute;
    background: #dcb36e;
    left: 0;
    bottom: -17px;
    transform: translateX(-50%);
    transition: all .15s;
}

.search_btn,
.m_more {
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    background: none;
    border: none;
}

.search_btn:hover {
    background: #ffffff28;
}

.search_btn img {
    width: 80%;
}

.search_box {
    border-radius: 5px;
    float: right;
    display: flex;
    align-items: center;
    background: #eeefea32;
    margin-top: 24px;
}

.search_box input {
    padding: 0 5px;
    color: #fff;
    outline: none;
    width: 100px;
    height: 32px;
    border: none;
    background: none;
}

.baise {
    background: #fff;
    border-bottom: 1px solid #ddddddd8;
}

.baise .nav a {
    color: #333;
}

.baise .nav li.on a {
    color: #b39659;
}

.baise .logo {
    width: 260px;
    height: 100%;
    background: url(../image/logo.png) no-repeat center left;
    background-size: auto 90%;
    float: left;

}

.baise .search_btn {

    background: #d2ba8c9c;

}

.baise .search_btn:hover {
    background: #c4ac7db5;
}
.top_bai {
    background: #fff;
    border-bottom: 1px solid #ddddddd8;
    /* box-shadow: 0 5PX 10PX rgba(0, 0, 0, 0.08); */
}

.top_bai .nav li.on a {
    color: #b39659;
}

.top_bai .nav a {
    color: #333;
}

.top_bai .logo {
    width: 260px;
    height: 100%;
    background: url(../image/logo.png) no-repeat center left;
    background-size: auto 90%;
    float: left;

}

.top_bai .nav li:hover a {
    color: #dcb36e;
}


.top_bai .search_box {
    border-radius: 5px;
    float: right;
    display: flex;
    align-items: center;
    background: #f0f0f0;
    margin-top: 24px;
}


.top_bai .search_box input {
    padding: 0 5px;
    color: #333;
    outline: none;
    width: 100px;
    height: 32px;
    border: none;
    background: none;
}

.top_bai .search_btn {

    background: #d2ba8c9c;
    border-radius: 0 5px 5px 0;

}

.top_bai .search_btn:hover {
    background: #c4ac7db5;
}

.top_bai .nav_sub {
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    top: 70px;
    left: 50%;
    border-radius: 5px 5px;
    display: none;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.top_bai .nav_sub p a {

    color: #333 !important;

}

.top_bai .nav_sub p:hover {
    background: #b396591a;
}

.top_bai .nav_sub p:hover a {
    color: #b39659 !important;
    ;
}

.nav_erji {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    top: 80px;
    transition: all 0.5s;
    height: 0;
    overflow: hidden;
    box-shadow: 0 5PX 10PX rgba(0, 0, 0, 0.08);
}

.nav_erji-sub {

    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;

}

.nav_erji-sub p {
    width: 200px;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 10px;
    border-radius: 5px;
    padding: 0 10px;
}

.nav_erji-sub p a {
    display: block;
}

.nav_erji-sub p:hover a {
    color: #9b7c39;
}

.nav_erji-sub p:hover {
    background: #f1ede6da;
    color: #9b7c39;
}

/* 首页大图 */
.home_full {
    background: url(../image/in_bg1.webp) no-repeat center fixed;
    background-size: cover ;
    width: 100%;
    height: 100%;
    position: relative;

}

.home_full_dot {
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 50px;
    position: absolute;
    left: 0;
}

.home_full_dot p {
    width: 20px;
    height: 20px;
    background: #ffffffc5;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    cursor: pointer;
}

.home_full_dot p:hover {
    background: #fff;
}

.home_full_dot p.on {
    background: #dcb36e;
}

/* 首页标题 */

.home_tit {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    position: relative;
    height: 200px;
    line-height: 200px;

}

.home_tit_en {
    font-size: 120px;
    font-family: 'Microsoft Yi Baiti';
    position: absolute;
    z-index: 0;
    top: 20px;
    color: #a97a161f;
    left: 50%;
    transform: translateX(-50%);
    line-height: 120px;
}

.home_tit_en img {
    width: 500px;
}

.home_tit_unline {
    width: 80px;
    height: 5px;
    background: #b39659;
    position: absolute;
    transform: translateX(-50%);
    line-height: 120px;
    bottom: 50px;
    left: 50%;
}

/* 首页新闻 */
.home_news {
    background: #fff url(../image/in_bg_r.png) no-repeat fixed;
    background-position: -20% 150%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.home_toutiao p span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    flex-grow: 1;
    width: 0;
    color: #999;

}

.home_newsBod {
    overflow: hidden;
    padding-top: 30px;
    width: 100%;
}

.home_picNews {
    width: 580px;
    float: left;
}

.home_picBox {
    width: 100%;
    height: 420px;
    background: #000;
}

.home_picTit {
    line-height: 40px;
}

.home_TabNews {
    width: 580px;
    float: right;
}

.home_TabHd {

    white-space: nowrap;
}

.home_Tab-C {
    background: #f3f0eb;
    line-height: 48PX;
    text-align: center;
    height: 48px;
    width: 180px;
    border-radius: 5px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.home_Tab-C:hover {
    background: #f5e9d2;


}

.home_Tab-C.on {
    background: #b39659;
    color: #fff;
    position: relative;
    font-weight: bold;
}

.home_Tab-C.on::after {
    content: '';
    background: url(../image/dot.svg) no-repeat;
    background-size: cover;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;

}

.home_TabBod {
    padding-top: 20px;
}

.home_TabBod li {
    padding: 5px;
    transition: all .5s;
}

.home_TabBod li::after {
    content: '';
    clear: both;
    display: block;
}

.home_TabBod li:last-child {
    border: none;
}

.home_TabBod li h3 {
    font-size: 18px;

}

.home_TabBod li p {
    font-size: 14px;
    color: #999;

}


.home_newsDate {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #f4e3c2;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.home_newsDate p {
    font-size: 12px !important;
}

.home_newsDate .yy {
    color: #b39659;
    background: linear-gradient(to bottom, #ffffff, #fcf2df);
    line-height: 22px;
    height: 22px;
    border-bottom: 1px solid #f4e3c2;
    letter-spacing: 2px;
    border-radius: 10px 10px 0 0;
}

.home_newsDate .num {
    font-size: 26px !important;
    font-weight: bold;
    line-height: 38px;
    color: #666
}

.home_newInfo {
    float: right;
    width: calc(100% - 70px);
    transition: all .6s;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border-bottom: 1px solid #eee;
}

.home_newInfo:hover {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    height: 60px;
    cursor: pointer;
    transform: translateX(-6px);
}

.home_newInfo H3 {

     font-weight: normal;
}

.home_zt {
    padding-top: 20px;
    position: relative;
}

.home_zt img {
    display: block;
}

.home_zt .zt_detail {
    position: absolute;
    right: 30px;
    bottom: 20px;


}

.home_zt .zt_detail img {
    width: 30px;
    opacity: .9;
    animation: zt_ck .6s infinite alternate linear ;
}
@keyframes zt_ck {

    from {
        transform: translate(0px,0) ;
        
    }

    to {
        transform: translate(0,-5px) ;
    }
}


/* 首页党建 */
.home_dj {
    float: left;
    width: calc(50% - 15px);
    padding-top: 10px;
}

.home_video {
    float: right;
    width: calc(50% - 15px);
    height: 320px;
    background: #000;
}

.home_djHd {
    font-size: 20px;
    font-weight: bold;
    background: url(../image/dh.png) no-repeat center left;
    padding-left: 30px;

}

.home_djBod {
    padding-top: 20px;
}

.home_djBod li {
    line-height: 2.8;
    padding: 0 10px 0 25px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.home_djBod li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgb(197, 3, 3);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.home_djBod li span {
    float: right;
    color: #999;

}

.home_djBod li a {
    float: left;
    width: calc(100% - 50px);
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_djBod li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}

.h_more {
    float: right;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding: 5px 8px;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: all .5s;


}

.h_more::after {
    content: '  >';

    font-size: 16px;
    font-weight: bold;
    font-family: 'simsun';
}

.h_more:hover {
    background: #fffbf4;
}

/* 业务 */
.home_yewu {
    height: 900px;
    background: #c4def5;
}

.home_yewuBod {

    height: 600px;
    position: relative;
    box-sizing: border-box;

}

.home_yewuBod ul {
    width: 100%;
    height: 100%;


}

.home_yewuBod li {
    width: 380px;
    height: 270px;
    margin: 10px;
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    /* transition: all .5s; */
    overflow: hidden;
    float: left;

}

.home_ywImg {
    width: 100%;
    height: 100%;
}

.home_ywImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home_ywTxt {
    position: absolute;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    bottom: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    line-height: 60px;
    border-radius: 0 0 10px 10px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #9b7c39;
}



.lunbo_button {
    position: absolute;
    background: #ffffffd9;
    width: 40px;
    height: 40px;
    top: 300px;
    border-radius: 50%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.lunbo_button img {
    width: 18px;
}

.home_yewuTop {
    height: 200px;
    position: absolute;
    z-index: 0;
    width: 100%;
    background: linear-gradient(to bottom, #c4def5, #c4def500);
}

.home_yewupop {
    background: #fffffff3;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;

}

.home_yewupop a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home_yewupop img {
    width: 72px;
}

.home_yewuBod li:hover .home_yewupop {
    top: 0
}

.home_yewupop h4 {
    font-size: 30px;
    color: #b39659;
}

.home_yewupop p {
    padding: 15px;
    color: #666;
    height: 28px;
    overflow: hidden;
}

.home_yewuBod li:hover {
    cursor: pointer;
}

.look_more {
    background: #b39659;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

.look_more:hover {
    color: #fff;
    background: #d2af63;
}

.lubo_ric {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.lubo_ric_box {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin: 0 5px;
    cursor: pointer;
}

.lubo_ric_box.on {
    background: #b39659;
}

/* 权属企业 */
.home_qy {

    background: url(../image/qy_bg.jpg) no-repeat center fixed;
    background-size: cover;
    padding-bottom: 50px;
}

.home_qy_bod {

    padding: 10px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;

}

.home_qy_bodM {
    position: relative;
    width: 100%;
}

.home_qy_bod ul {
    width: 110%;
    position: relative;

}

.home_qy_bod li {
    width: calc(400px - 15px);
    float: left;

    height: 140px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05), 0 3px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    position: absolute;

}

.home_qy_bod li img {
    max-width: 100%;
    max-height: 100%;
}

.home_qy_info {
    background: rgba(255, 251, 240, 0.95);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all .5s;
    top: 100%;
}

.home_qy_bod li:hover .home_qy_info {

    top: 0;
}

.home_qy_info a {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
}

.home_qy_info a:first-child {
    /* border-right: 1px solid #b39659; */
}

.home_qy_info img {
    margin-right: 10px;
    width: 22px;
}

.home_qy_btn {
    width: 100px;
    margin: 0 auto;
}

.home_qy_btn p {
    width: calc(50% - 10px);
    margin: 0 5px;
    box-sizing: border-box;
    background: #e1e1e1;
    float: left;
    height: 8px;
    border-radius: 3px;
    cursor: pointer;
}

.home_qy_btn p.on {
    background: #b39659;
}

/* 底部 */
.foot {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.foot_bq {
    border-top: 1px solid #eaeaea;
    text-align: center;
    padding: 15px;
    color: #666;
    font-size: 14px;
}

.foot_info {
    overflow: hidden;
}

.foot_infoM {
    padding: 20px;
    padding-left: 60px;
    float: left;
}

.foot_infoM h4 {
    padding-top: 10px;
    position: relative;

}

.foot_infoM h4::before {
    content: '';
    width: 32px;
    height: 4px;
    background: #b39659;
    position: absolute;
    bottom: -10px;
}

.foot_list {
    padding-top: 20px;
    line-height: 1.5;
}

.foot_info img {
    float: left;
    margin-top: 10px;
}

.foot_code {
    float: right;
    padding: 30px;
}

.foot_code img {
    width: 80px;

}


/* 二级页 */

.sub_bg {


    background-repeat: no-repeat;
    background-position: top;
}

.txt_shadow {
    text-shadow:
        1px 1px #0a4989e9,
        2px 2px #0a4989e9,
        3px 3px #0a4989e9,
        4px 4px #0a4989e9,
        5px 5px #0a4989e9,
        6px 6px #0a4989e9,
        7px 7px rgba(255, 255, 255, 0.555);
}

.txt_shadow2 {
    text-shadow:
        1px 1px #011c0c,
        2px 2px #011c0c,
        3px 3px #011c0c,
        4px 4px #011c0c,
        5px 5px #011c0c,
        6px 6px #011c0c,
        7px 7px rgba(255, 255, 255, 0.555);
}

.txt_shadow3 {
    text-shadow:
        1px 1px #3f0a0ad3,
        2px 2px #3f0a0ad3,
        3px 3px #3f0a0ad3,
        4px 4px #3f0a0ad3,
        5px 5px #3f0a0ad3,
        6px 6px #3f0a0ad3,
        7px 7px rgba(255, 255, 255, 0.555);
}


.sub_banner {
    width: 1200px;
    margin: 0 auto;
    height: 400px;
    color: #fff;
    padding-top: 90px;
    font-size: 60px;
    font-weight: bold;
    line-height: 400px;
    letter-spacing:10px;
}

.sub_mian {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.sub_menu {
    background: #fff;
    width: 220px;
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
    float: left;
}

.sub_menu li {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    transition: all 0.1s;
    position: relative;
    border-bottom: 1px solid #f6eedd;
    margin-bottom: 1px;
}

.sub_menu li:last-child {
    border: none;
}

.sub_menu li a {
    color: #333;
    display: block;
    position: relative;
    z-index: 99;
}

.sub_menu li a:hover {

    cursor: pointer;
    color: #b59a4b;
    position: relative;
}

.sub_menu li.on a {
    background: #faf3e4;
    cursor: pointer;
    color: #b59a4b;
    font-weight: bold;
    font-size: 20px;
}

.sub_menu li.on::before,
.sub_menu li:hover::before {
    content: '';
    width: 4px;
    background: #af9548;
    position: absolute;
    left: -4px;
    top: 0;
    height: 60px;
}

.sub_menu li a:before {
    position: absolute;
    width: 0;
    left: 0;
    content: '';
    background: #faf3e495;
    height: 100%;
    transition: all 0.1s;
    z-index: -1;
}

.sub_menu li:hover a:before {
    width: 100%;

}

.sub_listBod {
    float: right;
    width: calc(100% - 280px);
    background: #fff;
    border-radius: 5px;
}

.sub_listBodT {
    background: #f8f8f8;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
}

.sub_listBod ul {
    padding: 15px;
    min-height: 300px;
}

.sub_listBod li {
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.5s;
    background: url(../image/sun_li-i.png) no-repeat 10px;
    background-size: 24px;
    padding-left: 40px;
}

.sub_listBod li:hover {
    background: url(../image/sun_li-ion.png) no-repeat 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-size: 24px;
    padding-left: 50px;
}

.sub_listBod li:hover a {
    color: #ae171a;
}

.sub_listBod li span {
    color: #999;
    float: right;
}

.sub_Bod {
    min-height: 300px;
    padding: 20px;

    line-height: 2;
    text-align: center;
}

.sub_Bod img {
    border-radius: 10px;
    width: 500px;
    margin: 30px;
}

.sub_Bod p {
    text-align: left;
    font-size: 18px;
    text-indent: 36px;
    text-align: justify;
}

.paging {
    overflow: hidden;
    padding: 15px;
}

.paging_li {
    padding: 0 10px;
    border-radius: 5px;
    height: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    margin-right: 10px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.paging_li:hover {
    background: #fff7e6;
}

.paging_li.btns {
    font-family: 'simsun';
    font-size: 20px;
    font-weight: bold;

}

.yeshu {
    float: right;
    line-height: 30px;
    color: #999;
}

/* 二级关于我们*/
.about_banner {

    height: 560px;
}

.about_qyjj {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;

}

.about_qyjj_box {
    background: url(../image/logo2.png) no-repeat bottom left fixed;
   
    background-size: 800px;
}

.about_qyjj::after {
    content: '';
    clear: both;
    display: block;

}

.about_qyjjL {

    line-height: 2;
    float: left;
    text-indent: 36px;
    font-size: 18px;
    text-align: justify;

}

.about_qyjjL h2 {
    padding-bottom: 20px;
}

.about_qyjjL p {
    text-indent: 32px;
}

.about_qyjjR {
    width: 600px;
    float: right;
    min-height: 500px;
}

.about_vide_bor {
    width: 600px;
    height: 338px;
    float: right;
    margin-left: 30px;
}

.about_video {
    width: 600px;
    height: 338px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60%;
}

.about_zjjg {
    min-height: 900px;
    background-size: cover !important;
}

.about_Main {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    padding-bottom: 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.about_Main h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding: 20px 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.about_zjjgLayout {
    background: #fffffff3;
    min-height: 500px;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
}

.about_zjjgLayout img {
    width: 90%;
}

.about_qsdw {
    background: #f4f6f8;

    position: relative;
    overflow: hidden;
}

.about_qsdw::after {

    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    border: 1px solid #ccc;
    transform: rotate(45deg);
    top: 0;
    right: 0;
    z-index: 0;
    animation: animre 20s infinite alternate;
}

@keyframes animre {

    from {
        transform: rotate(45deg) scale(1) translateY(0);
    }

    to {
        transform: rotate(80deg) scale(.8) translateY(50px);
    }
}

.about_qsdwTab {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.about_qsdwTab p {
    width: 180px;
    height: 48px;
    background: #e3e1d8ae;
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    cursor: pointer;
    margin: 0 10px;
}

.about_qsdwTab p:hover {
    background: #f4e3c2;

}

.about_qsdwTab p.on {

    background: #b39659;
    color: #fff;
}

.about_qsdwBod {
    margin: 50px 50px 50px 140px;
    overflow: hidden;
    position: relative;

}

.about_qsdwBod ul {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}

.about_qsdwBod li {
    float: left;
    background-size: auto 25px;
    font-size: 20px;
    box-sizing: border-box;
    padding: 10px 10px 10px 40px;
    transition: all .5s;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.about_qsdwBod li:hover {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.about_qsdwBod li::before {
    content: '';
    background: url(../image/about_i2.png) no-repeat center left;
    background-size: auto 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.about_qsdwControl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_qsdwControl p {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;

}

.about_qsdwControl p:hover {
    background: #f4e3c2;
}

.about_qsdwControl p img {
    width: 50%;
    text-align: center;
    margin-top: 8px;
}

.qylist_dot {
    display: flex;
    align-items: center;
    justify-content: center;

}

.qylist_dot .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ddd;
    margin: 0 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.qylist_dot .dot.on {
    border-color: #cdb173;
    background: #cdb173;
}

/* 专题专栏 */
.ztzlBod {
    background: #fff;
    min-height: 200px;
    padding: 15px
}

.ztzl_box {

    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 20px;

}

.ztzl_box_li {
    border: 1px solid #ca3f38;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fffbf6;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.ztzl_box_bg {
    height: 280px;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
    display: block;
}

.ztzl_box_bg2 {
    height: 280px;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
    display: block;
    color: #fff;
}

.ztzl_box_bg2 h4 {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    left: 0;
    font-size: 31px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ztzl_box_bg h4 {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    left: 0;
    font-size: 31px;
    text-align: center;
    color: #a00800;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ztzlBod li {
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.5s;
    background: url(../image/sun_li-i.png) no-repeat 10px;
    background-size: 24px;
    padding-left: 40px;
}

.ztzlBod li:hover {
    background: url(../image/sun_li-ion.png) no-repeat 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-size: 24px;
    padding-left: 50px;
}

.ztzlBod li:hover a {
    color: #ae171a;
}

.ztzlBod li span {
    color: #999;
    float: right;
}

/* 详细 */

.detail {
    padding: 20px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
}

.detail h2 {
    font-size: 34px;
    font-weight: normal;
    padding: 15px 0;
    text-align: center;
}

.detailTime {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.detailTime p {
    float: left;
    padding-right: 20px;
}

.detailBod {
    padding-top: 30px;
    font-size: 16px;
    line-height: 32px;
}

.detailBod p {
    width: 100%;
    padding-bottom: 15px;
}

.detailBod img {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

.loc {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.loc span {

    font-weight: bold;
    padding: 0 10px;
}

.pre_next {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 10px;
}

/* 查询详细页 */
.cxBox {
    padding: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;

}

.cxBox_item {
    float: left;
    padding-right: 10px;

}

.cxBox_item label {
    float: left;
    line-height: 40px;
    padding: 0 10px;
}

.cxBox input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 5px;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
    float: left;
    font-family: 'microsoft yahei';
    width: 150px;
}

.cxBox_item select {
    font-size: 16px;
    outline: none;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    min-width: 100px;
    padding: 0 10px;
}

.cxBox_item select option {
    height: 40px;
    line-height: 40px;
}

.cxBox button {

    background: #a78d51;
    color: #fff;
    height: 40px;
    border: none;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s;

}

.cxBox button:hover {
    background: #be9b4b;

}

.cxBox_hd {
    height: 50px;
    background: #f5f5f5;
    line-height: 50px;
    padding: 0 10px;
    margin: 10px 0;
}

.cxBox_hd span {
    color: #f30;
}

.cxBox_bod {
    padding-bottom: 20px;
    min-height: 500px;
}

.cxBox_bod li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.cxBox_bod li h2 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-bottom: 5px;
    text-align: left;
}



.cxBox_bod li p {
    font-size: 14px;
}

.cxBox_info {
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}

.detailBod table {
    max-width: 100%;
    border-collapse: collapse;

}

.detailBod table td {
    border: 1px solid #333;
}

.home_full .down {
	position: fixed;
	bottom: 20px;
	left: calc(50% - 11px);
}

.home_full .down img {
	margin: 0 auto;
	display: block;
	-webkit-animation: slide-top 1s linear infinite alternate-reverse both;
	animation: slide-top 1s linear infinite alternate-reverse both;
}

@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

@keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}