@charset "utf-8";
/* CSS Document */
html {
    background: #ffffff;
    font-size: 62.5%; /* 10÷16=62.5% */

}



.mobile_footer_copyright p{      display: block !important;
    color: #fff;
    text-align: center;}


.pb_sys_style1 .p_no_d {
    border: 1px solid #121945!important;
    color: #fff;
    background-color: #121945!important;
}
body {
    font-size: 14px;
    font-size: 1.4rem; /* 14÷10=1.4 */
    color: #1f1f1f;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
.logo a{width:100%;display:block;min-height: 45px;padding-top: 25px;}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #1f1f1f;
}

td:hover {
    color: #fff;
    text-decoration: none;
}

td:hover a{
    color: #fff;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ul, ol, li {
    list-style: none outside none;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

.w1400 {
    width: 1400px;
    margin: 0 auto
}

.fl {
    float: left;
}

.md {
    float: left;
}

.fr {
    float: right;
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}

/*header*/
.header {
    width: 100%;
    z-index: 999999999;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.4s ease-in-out;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}

.header_line {
    border-top: #b8a182 5px solid
}

.head {
    width: 96%;
    padding: 1% 2% 1% 2%;
    z-index: 10;
}

.logo {
    padding: 1% 0 0 0;
    width: 24.5%;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.logo img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo2 {
    padding: 10px 0;
}

.logo2 img {
    display: block;
}

.head-r {
    width: 70%;
}
.head-links_m{
    display: none;
}
.head-links {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 1%;
    position: relative;
}

.head-links a {
    color: #131945;
    font-size: 16px;
    font-weight: bold;
    margin: 0 20px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.top_links {
    float: right;
}

.top_links .top_link1 {
    background: url("../images/top_ico02.png") left center no-repeat;
    display: block;
    float: left;
    padding-left: 25px;
}

.top_links .top_link2 {
    background: url("../images/top_ico03.png") left center no-repeat;
    display: block;
    float: left;
    padding-left: 28px;
}

.head-links a:hover {
    color: #131945;
}

.head-links .en {
    background: url("../images/en.png") left center no-repeat;
    padding-left: 20px;
}

.top_xlcd {
    font-size: 16px;
    height: 27px;
    color: #917c63;
    text-align: center;
    float: right;
    margin-left: 30px
}

.m_search {
    display: none;
}

.soBox {
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
}

.soBox.open {
    width: 190px;
    float: right;
}

.soBox .inp {
    width: 190px;
    height: 28px;
    border: 1px #ccc solid;
    background: none;
    border-radius: 15px;
    font-size: 12px;
    color: #000000;
    line-height: 28px;
    padding: 0 0 0 10px;
    display: none;
    outline: medium none;
    padding-right:30px;
}

.soBox.open .inp {
    display: block;
}

.soBox .btn,
.soBox .sub {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/ss.png) no-repeat center center;
    border: none;
    cursor: pointer;
    outline: medium none;
}

.soBox .sub {
    display: none;
}

.soBox.open .sub {
    display: block;
}

.soBox.open .btn {
    display: none;
}


/**/
.nav {
    margin-top: 1%;
    float: right;
}

.nav li {
    float: left;
    font-size: 25px;
    position: relative;
    line-height: 50px;
    background: url("../images/nav_jgx.png") right center no-repeat;
}

.nav li:last-child {
    background: none
}

.nav li a {
    color: #917c63;
    display: block;
    padding: 0 30px;
}

.nav li a.hover {
    color: #786145;
    line-height: 50px;
}

.nav li ul {
    background: #917c63;
    position: absolute;
    top: 50px;
    width: 170px;
    z-index: 2;
    padding: 0 0;
    display: none;
}

.nav li ul li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
    border-top: #ccc 1px dashed;
}

.nav li ul li a {
    border-top: 0;
    line-height: 50px;
    padding: 0 15px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.nav li ul li a:hover {
    background: #917c63;
    color: #d9db14;
}

.nav1 {
    padding-top: 30px;
    margin-right: 15px;
    float: left;
}

.nav1 li {
    float: left;
    font-size: 20px;
    position: relative;
    line-height: 42px;
}

.nav1 li a {
    display: block;
    padding: 0 20px;
}

.nav1 li a.hover {
    color: #005e5d;
    border-top: 2px solid #005e5d;
    background: #f4f4f4;
    line-height: 40px;
}

.nav1 li ul {
    background: #f4f4f4;
    position: absolute;
    top: 42px;
    width: 170px;
    z-index: 2;
    padding: 5px 0;
    display: none;
}

.nav1 li ul li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
}

.nav1 li ul li a {
    border-top: 0;
    line-height: 50px;
    padding: 8px 15px;
    color: #333;
    font-size: 20px;
    text-align: left;
}

.nav1 li ul li a:hover {
    background: #005e5d;
    color: #fff;
}

/*banner*/
.m_bannergif{display: none}
.i_wsbanner {
    width: 100%;
    overflow: hidden;
}

/*box_pyts*/
.box_pyts {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 4% 0 3% 0
}

.boxtitle {
    color: #917c63;
    font-weight: normal;
    text-align: center;
    font-size: 36px;
    text-decoration: none;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px
}

.box_pyts_nr {
}

.box_pyts_nr a {
    display: block;
    width: 33.33333333%;
    float: left;
    overflow: hidden;
    position: relative;
    background: #000000;
}

.box_pyts_nr img {
    width: 100%;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.6s;
}

.box_pyts_nr a:hover img {
    opacity: 1;
    transform: scale(1.2);
}

.box_pyts_nr h2 {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0 auto;
    bottom: 10%;
    height: 100px;
    line-height: 100px;
    z-index: 999;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
    font-weight: normal
}


/**/
.box_news_part {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 4% 0
}

.newstabbox {
    width: 1400px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.newstabbox .hd {
    height: 60px;
    line-height: 60px;
    padding: 0;
    position: relative;
    margin: 3% auto
}

.newstabbox .hd ul {
    height: 60px;
    width: 60%;
    margin: 0 auto
}

.newstabbox .hd ul li {
    float: left;
    padding: 0;
    cursor: pointer;
    font-size: 36px;
    color: #917c63;
    width: 25%;
    text-align: center
}

.newstabbox .hd ul li a {
    color: #917c63
}

.newstabbox .hd ul li.on {
    color: #0e114a
}

.newstabbox .hd ul li.on a {
    color: #0e114a
}

.newstabbox .bd ul {
    padding: 40px 20px;
    zoom: 1;
    background: #f3f3f3;
    height: auto;
    overflow: hidden
}

.newstabbox .bd li {
    height: 65px;
    line-height: 30px;
    width: 28.33333%;
    float: left;
    font-size: 18px;
    padding: 15px 2.5% 15px 2.5%;
}

.newstabbox .bd li a {
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newstabbox .bd li:hover {
    background: #0e114a;
}

.newstabbox .bd li:hover a {
    color: #ffffff;
}


/*wsfc*/
.box_wsfc {
}

.slideBox {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    width: 1400px;
    height: 730px
}

.slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 20px;
    right: 45%;
    z-index: 1;
}

.slideBox .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.slideBox .hd li.on {
    background: #0058c3;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    text-align: center;
}

.slideBox .bd li img {
    background: url(../images/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 1400px;
    height: 730px
}

.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */


/*end_linkbox*/
.end_linkbox {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 50px 0
}

.endlink_l1 {
    width: 20%;
    float: left
}

.endlink_l1 h2 {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #121945;
    height: 60px;
    line-height: 60px;
}

.endlink_l1 a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    transition: all 0.6s;
}

.endlink_l1 a:hover {
    color: #cc0000
}

/*nr*/
.ny {
    width: 1400px;
    margin: 0 auto;
    padding: 0 0
}

.ny_left {
    float: left;
    width: 18%;
}

.ny_right {
    float: right;
    background: #fff;
    width: 76%;
    padding: 2% 2% 2% 2%;
}

.ny_right1 {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 2% 0
}

.ny_right_con {
    line-height: 34px !important;
    padding-top: 10px;
    min-height: 500px;
}

.ny_right_top {
    border-bottom: 1px solid #e7e7e7;
}

.nytit {
    background: url("../images/icon4.png") 0 26px no-repeat;
    line-height: 30px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    float: right;
    font-size: 16px;
    color: #555555;
}

.nytit a {
    padding-right: 7px;
    color: #555555;
}

.nytit1 {
    height: 70px;
    line-height: 70px;
    float: left;
    overflow: hidden;
    border-bottom: 2px solid #917c63;
    color: #917c63;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}

/*lm_banner*/
.lm_banner {
    width: 100%;
}

.lm_banner img {
    width: 100%;
}

/*信息列表开始*/
.Newslist {
}

.Newslist ul li {
    height: 65px;
    line-height: 65px;
    border-bottom: 1px dashed #dcdcdc;
    background: url("../images/xb.jpg") no-repeat left center;
    font-size: 18px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.6s;
}

.Newslist ul li:hover {
    background: url("../images/xb.jpg") no-repeat left center #f1f1f1;
}

.Newslist ul li:hover a {
    color: #0a4d8d;
    font-weight: bold
}

.Newslist ul li .shijian {
    float: right;
    padding-left: 10px;
    color: #999999;
}

.sjdh {
    display: none;
}

.fytpc {
    margin-top: 15px;
}

.m-list3 {

}

.m-list3 li {
    overflow: hidden;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.m-list3 .pic3 {
    float: left;
    overflow: hidden;
    width: 180px;
    height: 120px;
    position: relative;
}

.m-list3 .pic3 img {
    display: block;
    overflow: hidden;
    width: 180px;
    height: 120px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    z-index: 1;
}

.m-list3 .pic3:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.m-list3 .txt44 {
    overflow: hidden;
    padding-left: 20px;
}

.m-list3 .tit44 {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-list3 .tit44 a {
    color: #000;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.m-list3 .tit44 a:hover {
    color: #9a0000;
}

.m-list3 .txt44 p {
    height: 48px;

    font-size: 14px;
    line-height: 24px;
    color: #333;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.m-list3 .info {
    padding: 5px 0;

    line-height: 25px;
}

.m-list3 .info .time1 {
    padding-left: 24px;
    font-size: 12px;
    color: #999;
    background: url(../images/icon-time.png) 0 center no-repeat;
}

.sz {
    width: 100%;
}

.sz li {
    overflow: hidden;
    padding: 1%;
    margin: 2%;
    background: #f6f6f6;
    float: left;
    width: 44%;
}

.sz li a {
    display: block;
    width: 100%;
}

.sz ul li .img33 {
    width: 100%;
    /*min-width:100%;*/
    /*display: block;*/
    height: 0;
    padding-bottom: 122%;
    overflow: hidden;
}

.sz ul li .img33 img {
    width: 100%;
}

.sz ul li p {
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
    font-size: 16px;
    font-weight: bold;
}

/*图片列表开始*/
.pic {
    width: 100%;
}

.pic ul li {
    float: left;
    width: 30%;
    display: block;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    background: #f7f7f7;
    margin-left: 2%;
    margin-right: 1%;
    margin-top: 20px;
}

.pic ul li .img3 {
    width: 100%;
    min-width: 100%;
    display: block;
    height: 0;
    padding-bottom: 60.394%;
    overflow: hidden;
}

.pic ul li p {
    line-height: 45px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

/*次级页面二级菜单*/
.ny_left_top {
    height: 80px;
    width: 100%;
    color: #FFF;
    background: url(../images/nytit1.png) repeat;
    margin-top: -80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    margin-bottom: 2px;
    position: relative;
    z-index: 1;
}

.sidenav {
    overflow: hidden;
    display: block;
    width: 100%;
}

.accordion {
    width: 100%;
}

.accordion .nav-link {
    display: block;
    padding-left: 25px;
    height: 53px;
    line-height: 53px;
    color: #fff;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
}

.accordion .nav-link a {
    display: block;
    color: #222222;
}

.accordion .nav-link:hover {
    color: #fff !important;
    background: #b8a182;
    font-size: 16px;
}

.accordion .nav-link:hover a {
    color: #fff !important;
    font-size: 16px;
}

.accordion .nav-link.hover {
    color: #fff !important;
    background: #b8a182;
    font-size: 16px;
}

.accordion .nav-link.hover a {
    color: #fff !important;
    font-size: 16px;
}

.currentnav {
    background: #b8a182 !important;
    color: #fff !important;
}

.nav-link1 {
    width: 40px;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 3px;
}

.accordion li {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #e6e5e5;
    background: #f3f3f3;
    overflow: hidden;
}

.accordion li:last-child .nav-link {
    font-size: 16px;
}

.accordion li i {
    display: block;
    width: 20px;
    height: 30px;
    background: url(../images/xia.png) center no-repeat;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li.open .nav-link {
    color: #fff !important;
    background: #f2f2f2;
    font-size: 16px;
}

.accordion li.open .nav-link a {
    color: #fff !important;
    font-size: 16px;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidemenu {
    display: none;
    font-size: 14px !important;
    background: #f6f6f6;
    border-top: none;
    padding: 10px 0;
}

.sidemenu li {
    background: #f6f6f6;
    font-size: 14px !important;
    border-bottom: none;
}

.sidemenu a {
    display: block;
    font-size: 14px !important;
    text-decoration: none;
    padding: 8px 8px;
    padding-left: 30px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.sidemenu a.on {
    color: #b8a182;
    background: #fff;
    border-left: 3px solid #b8a182;
    padding-left: 30px !important;
}

.sidemenu a:hover {
    color: #b8a182;
    background: #fff;
    border-left: 3px solid #b8a182;
    padding-left: 30px !important;
}

/*xysh_banner*/
.xysh_banner {
    width: 100%;
    height: auto;
    overflow: hidden
}

.xysh_banner img {
    display: block;
    width: 100%;
    margin: 0 auto
}

/*xysh_about*/
.xysh_about {
    width: 1120px;
    height: auto;
    border: #8d6d58 8px solid;
    margin: 5% auto;
    padding: 40px
}

.xysh_about p {
    font-size: 28px;
    color: #25211e;
    line-height: 50px;
    text-align: justify
}

/*st_info*/
.st_infobox {
    background: #f0f0f0;
    padding: 60px 0
}

.st_info {
    width: 1400px;
    margin: 0 auto
}

.st_info .st_zstbanner {
    display: block;
    width: 100%;
    margin: 0 auto
}

.st_info .st_zstbanner img {
    display: block;
    width: 100%;
    margin: 0 auto
}

.st_zstbanner img {
    display: block;
    width: 100%;
    margin: 0 auto
}

.st_name {
    color: #222222;
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px
}

.st_zstbanner img {
    display: block;
    width: 100%;
    margin: 0 auto
}

.st_name {
    display: block;
    margin: 50px auto 0 auto;
}

.st_name h1 {
    font-size: 40px;
    font-weight: normal;
    color: #73533d;
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px
}

.st_tablebox {
}

.st_tablebox table {
    border-collapse: collapse;
}

.st_tablebox td {
    border-collapse: collapse;
    border: 1px solid #bca385;
    background: #ffffff;
    height: 42px;
    line-height: 42px;
}

.st_tablebox td:hover {
    background: #f8f3eb;
    color: #8d6d58
}

.st_tablebox td:hover a {
    color: #664000;
}

.st_table {
    border: #8d6d58 8px solid;
    width: 100%;
    margin: 0 auto
}

.st_table a {
    margin-left: 20%
}

/*st_zspicbox*/
.st_zspicbox {
    width: 1400px;
    margin: 80px auto;
    height: auto;
    overflow: hidden
}

.st_zspicbox .st_zspic {
    width: 650px;
    height: 360px;
    overflow: hidden;
}

/*lm_title*/
.lm_title {
    width: 90%;
    margin: 80px auto 40px auto;
    height: auto;
    overflow: hidden;
    text-align: center
}

.lm_title h1 {
    font-size: 40px;
    color: #222222;
    display: inline-block
}

.lm_title i {
    background: #222222;
    height: 3px;
    width: 40%;
    display: inline-block;
    margin-top: 30px
}

.cxy_box {
    width: 90%;
    margin: 0 auto 100px auto;
    height: auto;
    overflow: hidden;
}

.cxy_box_list {
    width: 103%;
    margin: 0 auto;
    height: auto;
}

.cxy_box_jg {
    width: 41%;
    float: left;
    margin: 3% 3% 0 0;
    padding: 3%
}

.cxy_box_jg_border {
    border: #2C274E 5px solid;
    min-height: 45%;
    padding: 5%
}

.cxy_box_jg_border:hover {
    border: #8d6d58 5px solid;
    background: #f9f1e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.cxy_box_jg:hover h1, .cxy_box_jg:hover h2, .cxy_box_jg:hover li {
    color: #8d6d58;
}

.cxy_box_jg:hover .cxy_box_jg_title {
    border-bottom: #8d6d58 2px solid;
}

.cxy_box_jg h1 {
    font-size: 27px;
    display: block;
    width: 100%;
    text-align: center;
    color: #2C274E
}

.cxy_box_jg h2 {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #2C274E
}

.cxy_box_jg ul {
    padding: 20px
}

.cxy_box_jg_title {
    border-bottom: #2C274E 2px solid;
    padding: 0 0 15px 0
}

.cxy_box_jg li {
    font-size: 18px;
    line-height: 34px;
    list-style-type: square
}

.jgbox1 {
    background: url("../images/jgbox1.jpg") center no-repeat #f1f1f5;
    background-size: 100% 100%;
    float: left;
}

.jgbox2 {
    background: url("../images/jgbox2.jpg") center no-repeat #f1f1f5;
    background-size: 100% 100%;
    float: right;
}

.jgbox3 {
    background: url("../images/jgbox3.jpg") center no-repeat #f1f1f5;
    background-size: 100% 100%;
    float: left;
}

.jgbox4 {
    background: url("../images/jgbox4.jpg") center no-repeat #f1f1f5;
    background-size: 100% 100%;
    float: right;
}

.jgbox5 {
    background: url("../images/jgbox5.jpg") center no-repeat #f1f1f5;
    background-size: 100% 100%;
    float: left;
}

.jgbox6 {
    background: url("../images/jgbox6.jpg") center no-repeat #f1f1f5;
    background-size: 100% 100%;
    float: right;
}

/*wsfc_box*/
.wsfc_box {
    width: 100%;
    margin: 30px auto;
    height: auto;
    overflow: hidden;
}

.wsfc_box li {
    width: 24.2%;
    height: 40%;
    float: left;
    overflow: hidden;
    margin: 0.2%;
}

.wsfc_box .wsfc_box_img {
    display: block;
    width: 100%;
    height: 88%;
    background-size: cover;
    overflow: hidden
}

.wsfc_box .wsfc_box_txt {
    display: block;
    width: 100%;
    height: 40px;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center
}

.wsfc_box li:hover {
    background: #f2e1cd
}

/*jyjx_about*/
.jyjx_about {
    width: 1400px;
    margin: 0 auto
}

.jyjx_about_in {
    display: block;
    width: 60%;
    height: auto;
    overflow: hidden
}

.jyjx_about_in h2 {
    display: block;
    color: #121945;
    font-size: 30px;
    font-weight: bold;
    float: left;
    margin: 0 10px 0 0
}

.jyjx_about_in p {
    font-size: 20px;
    text-align: justify;
    line-height: 40px;
    display: block;
    float: right;
    width: 95%;
}

/*yxsz_box*/
.yxsz_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
    background: #eeeeee;
    padding: 50px 0
}

.yxsz_box_list {
    float: left;
    width: 30%;
    background: #121945
}

.yxsz_box_list img {
    width: 100%
}

.yxsz_box_list a {
    display: block;
    margin: 30px auto;
    width: 260px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff;
    border: #c39d6e 3px solid;
    padding: 0 0 0 20px;
    text-align: left;
    background: url("../images/xyjgnameico.png") right center no-repeat #121945;
}

.yxsz_box_list a:hover {
    background: url("../images/xyjgnameico.png") right center no-repeat #c39d6e;
    color: #000000
}

.yxsz_box_ifno {
    float: right;
    width: 67%;
    margin: 0
}

.yxsz_box_ifno_table1 {
    width: 46%;
    float: left;
    margin: 0 1% 0 2%;
}

.yxsz_box_ifno_table2 {
    width: 46%;
    float: left;
    margin: 0 2% 0 1%;
}

.yxsz_box_ifno_table1 table {
    line-height: 32px;
    border-bottom: #121945 5px solid
}

.yxsz_box_ifno_table2 table {
    line-height: 51px;
    border-bottom: #121945 5px solid
}

.yxsz_box_ifno_table1 td, .yxsz_box_ifno_table2 td {
    padding: 0 0 0 20px
}

.yxsz_box_ifno_table1 td:hover, .yxsz_box_ifno_table2 td:hover {
    background: #121945;
    color: #fff
}
.yxsz_box_ifno_table1 td:hover.a, .yxsz_box_ifno_table2 td:hover.a {
    background: #121945;
    color: #fff
}
.zy_table {
    width: 90%;
    background: #121945;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
    padding: 0 5%
}

.zy_table h1 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    float: left;
    width: 50%
}

.zy_table h2 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    float: right;
    width: 50%;
    text-align: right
}

/*xy_xymjbox*/
.xy_xymjbox {
    width: 100%;
    height: auto;
    overflow: hidden
}

.xy_xymjbox_title {
    font-size: 30px;
    color: #131945;
    display: block;
    margin: 20px auto 50px auto;
    text-align: center;
    font-weight: bold
}

.xy_xymjbox_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.xy_xymjbox_list li {
    width: 25%;
    height: 380px;
    float: left;
    margin: 0 0 30px 0
}

.xy_xymjbox_list li h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #996b4a;
    line-height: 36px;
    margin-top: 10px
}

.xy_xymjbox_list li h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.xy_xymjbox_list li p {
    display: block;
    width: 90%;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    color: #555555;
    line-height: 20px;
    height: 100px;
    overflow: hidden
}

.xy_xymjbox_img {
    overflow: hidden;
    width: 70%;
    display: block;
    margin: 0 auto
}

.xy_xymjbox_img img {
    display: block;
    width: 86%;
    padding: 4%;
    border-radius: 50%;
    border: #cccccc 2px solid;
    overflow: hidden;
}

.xy_xymjbox_list li:hover img {
    border: #131945 2px solid;
}

/*xy_xglj_box*/
.xy_xglj_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f1ede6;
    padding: 50px 0
}

.xy_xglj_box h1 {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #131945
}

.xy_xglj_link {
    width: 20%;
    float: left;
    padding: 0 15%;
}

.xy_xglj_link h2 {
    font-size: 24px;
    color: #131945;
    height: 60px;
    line-height: 60px;
}

.xy_xglj_link li {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: url("../images/xy_xglj_linkico.png") left center no-repeat;
    padding-left: 30px
}

.xy_xglj_link li:hover a {
    color: #cc0000
}

/*zdcg_box*/
.zdcg_box {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 80px 0;
}

.zdcg_box_l {
    display: block;
    width: 12%;
    height: 100%;
    float: left;
}

.zdcg_box_l h1 {
    display: block;
    margin: 0 auto;
    line-height: 75px;
    font-size: 60px;
    color: #847361;
    text-align: center;
    position: relative
}

.zdcg_box_l h1 span {
    display: block;
    width: 100%;
}

.zdcg_box_l h1 i {
    display: block;
    width: 100%;
}

.zdcg_box_l h1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 3px;
    height: 150%;
    overflow: hidden;
    background: #847361;
}

.zdcg_box_r {
    display: block;
    width: 85%;
    float: right;
}

.cg_info {
    background: #f1f1f1;
    width: 100%;
    height: 275px;
    margin: 0 0 50px 0;
    overflow: hidden
}

.cg_info:hover {
    background: #f7eadd
}

.cg_info .cg_info_title {
    background: #847361;
    width: 17%;
    height: 280px;
    float: left;
    padding: 2.5%
}

.cg_info .cg_info_title h1 {
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
    padding: 5%;
    border: #ffffff 3px solid;
    width: 90%;
    height: auto;min-height: 150px;max-height: 190px;
}

.cg_info .cg_info_about {
    width: 33%;
    float: left;
    padding: 30px 3%;
    position: relative
}

.cg_info .cg_info_about:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 2px;
    height: 190px;
    overflow: hidden;
    background: #dedbd9;
}

.cg_info .cg_info_about h2 {
    display: inline;
    font-size: 20px;
    padding: 5px 10px;
    background: #847361;
    color: #ffffff;
}

.cg_info .cg_info_about p {
    font-size: 16px;
    color: #847361;
    line-height: 24px;
    display: block;
    width: 100%;
    margin: 20px auto;
    text-align: justify
}

.cg_info .cg_info_zyyy {
    width: 33%;
    float: left;
    padding: 30px 3%
}

.cg_info .cg_info_zyyy h2 {
    display: inline;
    font-size: 20px;
    padding: 5px 10px;
    background: #847361;
    color: #ffffff;
}

.cg_info .cg_info_zyyy p {
    font-size: 16px;
    color: #847361;
    line-height: 24px;
    display: block;
    width: 100%;
    margin: 20px auto;
    text-align: justify
}

/*ws_about_banner*/
.ws_about_banner {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ws_about_banner img {
    display: block;
    width: 100%
}

/*ws_about_info*/
.ws_about_info {
    background: #eeeeee;
    height: 700px;
    overflow: hidden
}

.ws_about_info_l {
    background: #121945;
    color: #ffffff;
    width: 20%;
    float: left;
    height: 100%;
    position: relative
}

.ws_about_info_l H1 {
    display: block;
    width: 100%;
    margin: 100px auto;
    text-align: center;
    line-height: 60px;
    font-size: 60px;
    color: #dfcfb6
}

.ws_about_info_bz {
    display: block;
    width: 150px;
    height: 135px;
    padding: 15px 0 0 0;
    border: #b8a182 10px solid;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 25%
}

.ws_about_info_l H2 {
    display: block;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
}

.ws_about_info_l H3 {
    display: block;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: normal
}

.ws_about_info_r {
    width: 80%;
    float: right;
    height: 100%;
}

.ws_about_infotxt {
    width: 80%;
    padding: 7% 10%
}

.ws_about_infotxt p {
    text-align: justify;
    font-size: 20px;
    line-height: 34px;
    color: #666666;
    font-weight: bold
}

.ws_about_xfl {
    width: 94%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.ws_about_xfl li {
    width: 20%;
    float: left;
    padding: 2%;
    height: 200px;
    margin: 0 0.5%;
    position: relative;
    z-index: 9
}

.ws_about_xfl li h1 {
    color: #8d7e6b;
    font-size: 20px;
    line-height: 36px;
    height: 80px;
    margin: 20px auto
}

.ws_about_xfl li h2 {
    color: #333333;
    margin: 10px 0;
    font-size: 18px;
}

.ws_about_xfl li span {
    display: block;
    background: #ffffff;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 215px;
    left: 0;
    top: 20px
}

.ws_about_xfl li i {
    display: block;
    background: #d7c7b0;
    position: absolute;
    z-index: -2;
    width: 90%;
    height: 300px;
    left: 5%;
    top: 0
}

.ws_about_lm {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 100px auto
}

.ws_about_lm li {
    float: left;
    width: 33.333333%;
}

.ws_about_lm li a {
    display: block;
    margin: 0 auto;
    width: 360px;
    height: 360px;
    overflow: hidden
}

.ws_about_lm li img {
    width: 100%;
    height: 100%
}

.ws_about_date {
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: #121945;
    padding: 90px 0 50px 0;
    color: #ffffff
}

.ws_about_date_title {
    float: left;
    width: 15%;
    margin-top: 80px;
}

.ws_about_date_title h1 {
    display: block;
    margin: 0 auto;
    font-size: 70px;
    color: #ffffff;
    line-height: 80px;
    letter-spacing: 10px
}

.ws_about_date_info {
    float: right;
    width: 85%;
}

.ws_about_date_info li {
    float: right;
    width: 40%;
    border-left: #b8a182 5px solid;
    margin: 0 5% 5% 0;
    padding-left: 2%
}

.ws_about_date_info li span {
    font-size: 50px;
    line-height: 60px
}

.ws_about_date_info li p {
    font-size: 16px;
    line-height: 40px;
    height: 20%
}

.ws_about_map {
    width: 1400px;
    height: 680px;
    margin: 100px auto;
    overflow: hidden;
    padding: 0 0;
    position: relative
}

.ws_about_map_txt {
    background: #c6ccda;
    width: 30%;
    padding: 50px 15% 80px 5%;
    height: 320px;
    position: absolute
}

.ws_about_map_txt h1 {
    color: #111844;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 40px
}

.ws_about_map_txtinfo {
    width: 100%;
    margin: 30px auto
}

.ws_about_map_txtinfo p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px
}

.ws_about_map_txt h2 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #121945
}

.ws_about_map_pic {
    width: 60%;
    float: right;
    position: absolute;
    top: 10%;
    right: 0
}

.ws_about_map_pic img {
    width: 100%
}

/*xzjy_box_title*/
.xzjy_box {
    width: 96%;
    margin: 100px auto;
}

.xzjy_box_title {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.xzjy_box_title h1 {
    color: #907a62;
    font-size: 50px;
    height: 80px;
    margin: 0 0 20px 0;
    display: block;
    text-align: center
}

.xzjy_box_xz {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.xzjy_box_xz img {
    display: block;
    width: 100%;
    margin: 0 auto
}

/*lm_dqwz*/
.lm_dqwz {
    width: 90%;
    margin: 0 auto;
    background: url("../images/icon4.png") 0 26px no-repeat;
    line-height: 30px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #8e794f;
}

.lm_dqwz a {
    padding-right: 7px;
    color: #8e794f;
}

/*xzjy_box*/
.xzjy_box {
    width: 96%;
    margin: 80px auto;
}

.xzjy_box .ldaboutbox {
    width: 100%;
    margin: 0 auto 100px auto;
    height: auto;
    overflow: hidden;
    background: #121945
}

.xzjy_box .ldaboutbox_img {
    width: 50%;
    float: left;
}

.xzjy_box .ldaboutbox_img img {
    width: 100%;
}

.xzjy_box .ldaboutbox_txt {
    width: 40%;
    float: right;
    color: #ffffff;
    padding: 80px 5% 80px 5%;
}

.xzjy_box .ldaboutbox_txt h1 {
    font-size: 34px;
}

.xzjy_box .ldaboutbox_txt h1 i {
    font-size: 18px;
    font-style: normal;
    padding: 3px 10px;
    background: #ffffff;
    color: #121945;
    border-radius: 6px;
    margin: 0 0 0 15px
}

.xzjy_box .ldaboutbox_txt_p {
    color: #ffffff;
    line-height: 30px;
    font-size: 15px;
    padding: 20px 0;
}

.xzjy_box .ldaboutbox_txt_p p {
    color: #ffffff;
    line-height: 30px;
    font-size: 15px;
    margin: 15px 0;
    text-align: justify
}


.xzjy_box .ldaboutbox2 {
    width: 99%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    border: #121945 10px solid
}

.xzjy_box .ldaboutbox_img2 {
    width: 50%;
    float: right;
}

.xzjy_box .ldaboutbox_img2 img {
    width: 100%;
}

.xzjy_box .ldaboutbox_txt2 {
    width: 30%;
    float: left;
    color: #121945;
    padding: 80px 10% 20px 10%;
}

.xzjy_box .ldaboutbox_txt2 h1 {
    font-size: 34px;
    line-height: 80px
}

.xzjy_box .ldaboutbox_txt2 h2 {
 border-radius: 6px;
    display: inline;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    background: #121945;
    padding: 5px 10px;
    text-align: center
   
}

.xzjy_box .ldaboutbox_txt_p2 {
    color: #121945;
    line-height: 30px;
    font-size: 15px;
    padding: 20px 0;
}

.xzjy_box .ldaboutbox_txt_p2 p {
    color: #121945;
    line-height: 30px;
    font-size: 15px;
    margin: 15px 0;
    text-align: justify
}

/*xywh_dw*/
.xywh_dwbox {
    width: 100%;
    background: #f0f0f0;
    height: auto;
    overflow: hidden;
    margin: 80px auto;
    padding: 50px 0;
}

.xywh_dw {
    border: #8f705c 5px solid;
    height: auto;
    overflow: hidden;
}

.xywh_dw li {
    width: 28%;
    float: left;
    padding: 0 2.333% 0 2.333%;
    margin: 30px 0;
    border-right: #8f705c 3px solid;
}

.xywh_dw li:last-child {
    border-right: none
}

.xywh_dw li h1 {
    background: #8f705c;
    color: #ffffff;
    font-size: 24px;
    display: inline;
    padding: 5px 30px;
}

.xywh_dw li p {
    margin: 20px auto;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #000000
}

.wxywh_aboutbox {
    width: 100%;
    height: auto;
    overflow: hidden
}

.wxywh_about {
    border: #0a1f6b 5px solid;
    height: auto;
    overflow: hidden;
    color: #ffffff
}

.wxywh_about_zs {
    background: #0a1f6b;
    width: 70%;
    float: left;
}

.wxywh_about_zs_txt {
    width: 90%;
    margin: 30px auto;
}

.wxywh_about_zs h1 {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    display: block;
    width: 100%;
    margin: 15px auto;
}

.wxywh_about_zs p {
    font-size: 16px;
    line-height: 30px;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
}

.wxywh_about_zs img {
    display: block;
    width: 100%;
    margin: 0 auto
}

.wxywh_about_nr {
    background: #ffffff;
    width: 30%;
    float: right;
    padding: 30px 0
}

.wxywh_about_nr li {
    width: 80%;
    margin: 47px auto;
    height: auto;
    overflow: hidden
}

.wxywh_about_nr h2 {
    color: #8b6f5e;
    font-size: 21px;
    display: block;
    margin-right: 10px;
    float: left;
}

.wxywh_about_nr p {
    display: block;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
}
.wxywh_bsbox {
    width: 1410px;
    margin: 100px auto;
    overflow: hidden;
    text-align: center;
}

.wxywh_bs {
    width: 110%;
}

.wxywh_bs .wxywh_bs_bk {
    width: 27.70%;
    border: #86705f 5px solid;
    float: left;
    margin: 0 3% 0 0;
    padding: 0 0;
    height: 700px
}

.wxywh_bs_bk_nr {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0
}

.wxywh_bs .wxywh_bs_bk h1 {
    background: #86705f;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
}

.wxywh_bs .wxywh_bs_bk img {
    width: 80%;
    display: block;
    margin: 30px auto
}

.wxywh_bs .wxywh_bs_bk h2 {
    font-size: 20px;
    line-height: 50px;
    color: #0a1f6b;
    text-align: left
}

.wxywh_bs .wxywh_bs_bk h3 {
    font-size: 20px;
    line-height: 50px;
    color: #0a1f6b;
    text-align: center
}

.wxywh_bs .wxywh_bs_bk p {
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #333333
}


/*ts1*/
.ts_1_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_1_box .ts_1_box_1 {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #131945; padding: 5% 0;
}
.ts_1_box .ts_1_box_1 h1 {
    color: #d9b765;
    font-size: 28px;
    line-height: 50px;
    text-align: justify;
    width: 70%;
    height: auto;
    border: #d9b765 8px solid;
    margin: 0 auto;
    padding: 30px;
}

.ts_1_box .ts_1_box_1 img {
    display: block;
    width: 100%;
    margin: 0 auto
}
.ts_1_box_by3s{ background: url("../images/ts_1_wzxx2.jpg") center top no-repeat; height: auto; overflow: hidden; width: 100%;padding: 5% 0 15% 0}
.ts_1_box_by3scenter{ width: 80%; margin: 0 auto;  color: #ffffff; padding: 0 0; height: auto; overflow: hidden}
.ts_1_box_by3scenter h2{font-weight: normal;line-height: 37px; font-size: 20px}
.ts_1_box .b_f1{ float: left; width:27%; padding: 0 3%; border-right:#ffffff 2px solid; text-align: justify}
.ts_1_box .b_f2{ float: left;width:27%; padding: 0 3%;border-right:#ffffff 2px solid;text-align: justify}
.ts_1_box .b_f3{ float: right;width:27%; padding: 0 3%;text-align: justify}


.ts_1_box .ts_1_box_2 {
    display: block;
    width: 100%;
    margin: 100px auto
}

.ts_1_box .ts_1_box_2 img {
    display: block;
    margin: 0 auto
}

.ts_1_box_3 {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.ts_1_box_3_l {
    width: 32%;
    float: left;
}

.ts_1_box_3_l img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ts_1_box_3_r {
    width: 67.71%;
    float: left;
    margin-left: 0.28%;
}

.ts_1_box_3_r img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ts_1_box_4 {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.ts_1_box_4_l {
    width: 53.36%;
    float: left;
}

.ts_1_box_4_l img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ts_1_box_4_r {
    width: 46.36%;
    float: left;
    margin-left: 0.28%;
}

.ts_1_box_4_r img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ts_1_box_5 {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}

.ts_1_box_5_l {
    width: 39.93%;
    float: left;
}

.ts_1_box_5_l img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ts_1_box_5_r {
    width: 59.79%;
    float: left;
    margin-left: 0.28%;
}

.ts_1_box_5_r img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ts_tslinkbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 100px auto;
}

.ts_tslinkbox h1 {
    font-size: 50px;
    color: #0e1642;
    display: block;
    margin: 0 auto;
    text-align: center
}

.ts_tslink {
    padding: 70px 0;
    height: auto;
    overflow: hidden;
}

.ts_tslink li {
    width: 16.66666%;
    float: left;
    text-align: center;
}

.ts_tslink img {
    width: 80%
}

.ts_tslink li:hover {
    opacity: 0.8
}

/*ts1*/
.ts_2_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_2_box_1 {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #131945;
    padding: 2% 0 5% 0;

}

.ts_2_box_1 h1{color: #d9b765;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
}
.ts_2_box_1 h2{color: #d9b765;
    font-size: 20px;
    line-height: 50px;
    text-align: justify;
    width: 80%;
    height: auto;
    margin: 0 auto;
    border: #d9b765 8px solid;
    padding: 30px;
box-sizing: border-box}
.ts_2_box_1 img {
    display: block;
    width: 100%;
    margin: 0 auto
}

.ts_2_box_2 {
    display: block;
    width: 100%;
    margin: 100px auto;
    height: auto;
    overflow: hidden;
}
.ts_2_box_2 h1{display:block; width:30px; font-size:40px; font-weight: bold;padding: 2% 10%; color:#917c63}
.ts_2_box_2 p{display:block; font-weight: normal;padding: 5% 10%; font-size: 14px; color: #333333; line-height: 23px; text-align: justify}
.ts_2_box_2 li {
    width: 22.29%;
    float: left;
    margin-left: 2.21%;
    border: #d9b765 5px solid;
    box-sizing: border-box;
    padding: 0 0;    position: relative;min-height: 730px;
}
.ts_2_box_2 .bk1s h1,.ts_2_box_2 .bk3s h1{ margin-top: 20%;}
.ts_2_box_2 .bk1s img,.ts_2_box_2 .bk3s img{ margin-top: 20%;position: absolute;bottom: 0;}
.ts_2_box_2 .bk2s h1,.ts_2_box_2 .bk4s h1{ margin-top: 20%}
.ts_2_box_2 .bk2s img,.ts_2_box_2 .bk4s img{ margin-bottom: 20%;position: relative;top: 0;}

.ts_2_box_2 img {
    display: block;
    width: 100%;
    margin: 0 auto
}

/*ts3*/
.ts_3_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_3_box_1 {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #f3f3f5;
    padding: 30px 0
}
.ts_3_box_1 h1{
    width: 70%;
    font-size: 22px;
    line-height: 40px;
    padding: 15px;
    font-weight: normal;
    margin: 0 auto;
    text-align: justify;
}

.ts_3_box_1 img {
    display: block;
    width: auto;
    margin: 0 auto
}

.ts_3_box_2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #c2d2e9
}

.ts_3_box_2 img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_3_box_2 .ts_3_box_2_l {
    width: 41.79%;
    float: left;
    background-color: #c2d2e9;
    overflow: hidden;
}
.ts_3_box_nr h1{ display: block;width: 80%; margin: 10% auto 5% auto; text-align: center; color: #0f0f4d; font-size: 40px; line-height: 50px; padding: 20px;  box-sizing: border-box; border: #0f0f4d 7px solid}
.ts_3_box_nr h2{ display: block;width: 80%; margin: 0 auto; text-align: left; color: #333333; font-size: 27px; line-height: 36px; padding: 20px 0;  box-sizing: border-box; margin-bottom: 2%}
.ts_3_box_nr p{ display: block; width: 80%; margin: 0 auto; font-size: 22px; line-height: 40px; text-align: justify; color: #333333}
.ts_3_box_2 .ts_3_box_2_r {
    width: 58.21%;
    float: right;
}

.ts_3_box_2_r_2 {
}

.ts_3_box_2_r_2_l {
    width: 49.82%;
    float: left;
}

.ts_3_box_2_r_2_r {
    width: 49.82%;
    float: left;
    margin-left: 0.36%;
}

.ts_3_box_3 {
    width: 100%;
    background-color: #f3f3f5;
    overflow: hidden;
    margin: 0 auto
}

.ts_3_box_3_l {
    width: 38.21%;
    float: right;
}

.ts_3_box_3_r {
    width: 61.79%;
    float: right;
}

.ts_3_box_3_r_box {
    width: 100%;
}

.ts_3_box_3_r_box_l {
    width: 49.83%;
    float: left;
    margin-right: 0.34%;
}

.ts_3_box_3_r_box_r {
    width: 49.83%;
    float: left;
}

.ts_3_box_4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #c2d2e9
}

.ts_3_box_4 img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_3_box_4 .ts_3_box_4_l {
    width: 42.55%;
    float: left;
}

.ts_3_box_4 .ts_3_box_4_r {
    width: 57.43%;
    float: left;
    background-color: #c2d2e9;
    overflow: hidden;
}

.ts_3_box_4 .ts_3_box_4_r_l {
    width: 100%;
}

.ts_3_box_4 .ts_3_box_4_r_r {
    width: 100%;
}

.ts_3_box_4 .ts_3_box_4_r_r_l {
    width: 50%;
    float: left;
}

.ts_3_box_4 .ts_3_box_4_r_r_r {
    width: 50%;
    float: left;
}

.ts_3_box_5 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_3_box_5 img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_3_box_5_l {
    width: 24%;
    float: left;
}

.ts_3_box_5_c {
    width: 41.79%;
    float: left;
    margin-left: 0.33%;
}

.ts_3_box_5_r {
    width: 33.66%;
    float: left;
}

/*ts4*/
.ts_4_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_4_box img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_4_box_1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_4_box_2 {
    width: 35.27%;
    float: left;
    margin-left: 9.78%;
    padding-top: 5%;
}
.ts_4_box_2 #jz11,.ts_4_box_2 #jz12,.ts_4_box_2 #jz13{ padding:10% 0 0 0}
.ts_4_box_2 h1{ font-size: 26px; line-height: 36px;padding-bottom: 3%}
.ts_4_box_2 p{font-size: 15px; line-height: 27px}

.ts_4_box_3 {
    width: 44.41%;
    float: right;
    margin-right: 7.56%;
    margin-top: 4.62%;
}

/*ts5*/
.ts_5_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_5_box_1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f3f3f3;
    padding: 100px 0
}

.ts_5_box_1box {
    width: 60%;
    margin: 0 auto;
    font-size: 130%;
    color: #000000;
    letter-spacing: 2px;
    line-height: 25px;
}

.ts_5_box_1box table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

.ts_5_box_1box td {
    padding: 20px;
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 40px;
}

.ts_5_box_2 {
    width: 60%;
    height: auto;
    overflow: hidden;
    padding: 50px 0;
    margin: 0 auto
}

.ts_5_box_2 h1 {
    color: #90765d;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 60px;
    margin: 0 auto 30px auto
}

.ts_5_box_2 p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify
}

.ts_5_box_3 {
    height: auto;
    overflow: hidden;
    padding: 50px 0;
    margin: 0 auto
}

.ts_5_box_3 h1 {
    color: #90765d;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 60px;
    margin: 0 auto 40px auto
}

.ts_gjzx_list {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.ts_gjzx_list ul {
    width: 105%;
}

.ts_gjzx_list li {
    width: 30%;
    float: left;
    margin: 0 3% 20px 0;
    transition: all 0.6s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ts_gjzx_list li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.ts_gjzx_list li img {
    width: 100%;
    height: 272px;
    transition: all 0.6s;
}

.ts_gjzx_list li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.ts_gjzx_list li:hover img {
    transform: scale(1.3);
    transition: all 0.6s;
}

.ts_gjzx_list span {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

.ts_5_box_4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.ts_jybox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px
}

.ts_5_box_4 h1 {
    color: #222222;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    line-height: 60px;
    margin: 0 auto 10px auto
}

.ts_5_box_4 p {
    font-size: 18px;
    font-weight: bold;
    border-left: #9f8061 2px solid;
    margin-left: 5%;
    padding-left: 2%;
    text-align: justify
}

.ts_jyboxbg1 {
    background: #eae9e4
}

.ts_jyboxbg2 {
    background: #e4cfba
}
.ts_jyboxbg2_1 {
    background: #cbad90;
}

.ts_jyboxbg3 {
    background: #c6a47e
}

.ts_5_box_5 {
    width: 100%;
    margin-top: 50px
}

.ts_5_box_5 a {
    display: block;
    width: 340px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #222222;
    border: #c6a47e 8px solid;
    margin: 0 auto;
    background: url("../images/xy_xglj_linkico.png") 300px center no-repeat
}

.ts_5_box_5 a:hover {
    border: #121945 8px solid;
    color: #cc0000
}

/*ts6*/
.ts_6_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_6_box img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ts_6_box_1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.ts_6_box_2 {
    width: 34.64%;
    float: left;
    margin-left: 11.29%;
    margin-bottom: 3.59%;
}

.ts_6_box_3 {
    width: 34.64%;
    float: left;
    margin-left: 8.29%;
    margin-top: 3.92%;
    margin-bottom: 2.81%;
}

.ts_6_box_4 {
    width: 100%; height: auto; overflow: hidden;
}

.ts_6_box_4_1 {
    width: 33.36%;
    margin-left: 29.36%;
    margin-right: 37.28%;
    margin-bottom: 1.24%;
}

.ts_6_box_4_2 {
    width: 33.36%;
    margin-left: 29.36%;
    margin-right: 37.28%;
    margin-bottom: 1.24%;
}
.ts_6_box .c4title{padding: 20px 0}
.ts_6_box .c4title h1{font-size: 30px; line-height: 50px;}
.ts_6_box .c4title p{font-size:15px; line-height:27px;}

/*详细页*/
.lmbt1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.lmbt1 img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.dpzw table {
    width: 80%;
    margin: 0 auto;
}

.sz table, .sz tr, .sz td {
    width: 100%;
    margin: 0 auto;
}

.content {
    width: 100%;
    padding-top: 20px;
    margin: 0 auto;
}

.content-title {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 40px 0 20px 0;
}

.content-title h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #222;
    padding-bottom: 10px;
}

.content table {
    margin: auto;
    text-indent: 0;
    max-width: 100%;
    table-layout: auto;
}

.content-title i {
    TEXT-ALIGN: center;
    MARGIN: 0 auto;
    HEIGHT: auto;
    display: block;
    line-height: 50px;
    font-size: 16px;
    font-style: normal;
}

.content-con {
    font-size: 16px;
    line-height: 32px;
    padding: 10px 0;
    word-break: break-all;
}

.content-con p {
    text-indent: 2em;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}

.content-con img {
    text-align: center;
    max-width: 800px;
    margin: 10px auto;
    display: block;
}

.sxt {
    padding: 15px 0;
    border-top: 1px dotted #bbb;
}

.sxt p {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.ssjg {
    padding: 0 10px;
}

.ssjg ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(../images/xb.jpg) no-repeat left 23px;
    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ssjg ul li i {
    float: right;
    padding-left: 10px;
    color: #999999;
}

/*footer_box*/
.footer_box {
    background: #121945;
    border-top: #917c63 10px solid;
    width: 100%;
    margin: 0 auto;
}

.footer_info {
    padding: 50px 0 20px 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: auto;
    overflow: hidden;
}

.footer_info_left {
    float: left;
    width: 300px
}

.footer_info_left li {
    float: left;
    width: 50%
}

.footer_info_left a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    border-left: #907a65 2px solid;
    padding-left: 15px;
    margin: 5px 0 30px 0;
    transition: all 0.6s;
}

.footer_info_left a:hover {
    color: #907a65;
    border-left: #907a65 10px solid;
}

.footer_info_center {
    width: 240px;
    margin: 0 auto;
    position: absolute;
    left: 42%;
}

.footer_info_right {
    float: right;
    width: 360px;
    margin: 10px 0 0 0
}

.footer_info_right .xmt_ico {
    width: 100px;
    float: left;
}

.footer_info_right .xmt_ico a {
    background: #ffffff;
    height: 34px;
    width: 34px;
    display: block;
    float: left;
    border-radius: 50%;
    text-align: center;
    margin: 7px
}

.footer_info_right .xmt_ico a img {
    width: 100%;
    opacity: 0.8;
    transition: all .3s;
}

.footer_info_right .xmt_ico a img:hover {
    opacity: 1;
    transform: rotateY(180deg);
}

.footer_info_right .wx_gzzh {
    width: 225px;
    float: right;
}
.footer_info_right .wx_gzzh li p {
text-align:center;
color:#fff;
}
.footer_info_right .wx_gzzh img {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border: #ffffff 5px solid
}

.footer_copyright {
    width: 100%;
    height: auto;
    line-height: 35px;
    overflow: hidden;
    background: #121945;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

.footer_copyright p {
    color: #ffffff;
}

.footer_copyright a {
    color: #ffffff;
}

.footer_copyright a:hover {
    color: #cc0000;
}
