@charset "utf-8"; body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑",Helvetica,"黑体",Arial,Tahoma;
    margin: 0 auto;
    position: relative;
}

ul, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, ol, form, input {
    margin: 0px;
    padding: 0px;
}

.img-hide {
    overflow: hidden;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.img-hide img {
    transition: 0.5s all;
}

.img-hide:hover img {
    transform: scale(1.1,1.1);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,button:hover,input:focus {
    outline: none!important;
}

img {
    max-width: 100%;
}

.imged {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top: 57%;
}

.imged img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

.menu-button {
    position: absolute;
    display: none;
    top: 28px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.dh li:nth-child(2) {
    animation-delay: 0.2s;
}

.dh li:nth-child(3) {
    animation-delay: 0.4s;
}

.dh li:nth-child(4) {
    animation-delay: 0.6s;
}

.dh li:nth-child(5) {
    animation-delay: 0.8s;
}

.dh li:nth-child(6) {
    animation-delay: 1s;
}

.dh li:nth-child(7) {
    animation-delay: 1.2s;
}

.dh li:nth-child(8) {
    animation-delay: 1.4s;
}

.dh li:nth-child(9) {
    animation-delay: 1.4s;
}

.dh li:nth-child(10) {
    animation-delay: 1.4s;
}

.dh li:nth-child(11) {
    animation-delay: 1.4s;
}

.dh li:nth-child(12) {
    animation-delay: 1.4s;
}

.dh li:nth-child(13) {
    animation-delay: 1.4s;
}

.dh li:nth-child(14) {
    animation-delay: 1.4s;
}

.dh li:nth-child(15) {
    animation-delay: 1.4s;
}

.dh li:nth-child(16) {
    animation-delay: 1.4s;
}

.dh li:nth-child(17) {
    animation-delay: 1.4s;
}

.dh li:nth-child(18) {
    animation-delay: 1.4s;
}

.dh li:nth-child(19) {
    animation-delay: 1.4s;
}

.dh li:nth-child(20) {
    animation-delay: 1.4s;
}

.header {
    width: 100%;
    height: 157px;
    background: url(../images/bg1.png) repeat;
    position: absolute;
    top: 0;
    z-index: 10;
}
.head{position:unset;}

.logo {
    line-height: 157px;
}

.logo2 {
    padding-left: 15px;
}

.search {
    padding: 20px 0;
}

.search-box {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 80px;
    background: rgba(0,0,0,0.6);
    padding: 105px 0;
    z-index: 10000;
}

.search-width {
    width: 700px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 0 100px 0 50px;
}

.search-width .control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
}

.btn-search,.btn-search:hover,.btn-search:focus {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    border-radius: 0;
    height: 50px;
    background: #89181b url(../images/search.png) center no-repeat;
}

.banner-slick {
    overflow: hidden;
    position: relative;
}

.banner-slick .slick-dots {
    bottom: 0px;
    left: 75%;
    z-index: 2;
    text-align: left;
}

.banner-slick .slick-dots li {
    width: 26px;
    height: 27px;
    background: url(../images/bar1.png) no-repeat center;
    margin: 0 8px;
}

.banner-slick .slick-dots li button {
    width: 26px;
    height: 27px;
    font-size: 0px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    padding: 0;
}

.banner-slick .slick-dots li.slick-active button {
    color: #fff;
}

.banner-slick .slick-dots li.slick-active {
    width: 26px;
    background: url(../images/bar2.png) no-repeat center;
}

.banner-slick .slick-dots li button:before {
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    position: unset;
    opacity: 1;
    width: 26px;
    display: block;
}

.banner-slick .slick-dots li.slick-active button:before {
    color: #bd312f;
}

.banner-slick .slick-dots li:first-child button:before {
    content: "壹";
}

.banner-slick .slick-dots li:first-child+li button:before {
    content: "贰";
}

.banner-slick .slick-dots li:first-child+li+li button:before {
    content: "叁";
}

.banner-slick .slick-dots li:first-child+li+li+li button:before {
    content: "肆";
}

.banner-slick .slick-dots li:first-child+li+li+li+li button:before {
    content: "伍";
}

.zz {
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-slick .container {
    position: relative;
}

.ts {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.slick-slider {
    margin: 0;
}

/* nav */
.nav {
    background: url(../images/nav.png) repeat center;
    height: 60px;
    width: 100%;
    position: relative;
}

.nav-list li {
    float: left;
    position: relative;
    width: 12.2%;
    text-align: center;
}

.nav-list li a {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
}

.nav-list>li:hover>a,.nav-list>li.on>a {
    color: #fff;
    background: #cd680f;
}

.nav-down {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #cb7d3b;
    display: none;
    z-index: 100;
}

.nav-down li {
    float: none;
    width: 100%;
}

.nav-down li a {
    line-height: 35px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.nav-down li>a:hover {
    background: none;
    color: #89181b;
}

/* .nav-list li:hover .nav-down{ display: block; } */
/* new1 */
.new1 {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}

.title {
    margin: 0px 0 30px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    z-index: 1;
}

.title h2 {
    font-size: 40px;
    color: #030303;
    font-weight: bold;
}

.title p {
    font-size: 14px;
    color: #820501;
}

.title .more1 {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 100px;
    height: 37px;
    background: url(../images/more.png) no-repeat center;
}

.gg a {
    margin: 0 10px 10px;
    display: block;
    position: relative;
}

.gg a .imged {
    padding-top: 120%;
    border-bottom: 4px solid #b50005;
}

.gg a .bt {
    height: 150px;
    background: #fafafa;
    padding: 20px 30px 15px 30px;
}

.gg a .bt p {
    font-size: 22px;
    color: #131313;
    line-height: 36px;
}

.gg a .bt .tim {
    font-size: 16px;
    color: #939292;
    line-height: 36px;
    text-align: left;
    display: inline-block;
}

.gg a .bt .more2 {
    display: inline-block;
    /* text-align: right; */
    width: 90px;
    height: 30px;
    background: url(../images/more2.png) no-repeat center;
    float: right;
}

.gg button {
    background: url(../images/zyqh.png) no-repeat center;
    width: 75px;
    height: 70px;
    top: 170px;
}

.gg .slick-prev {
    left: 10px;
    background-position-x: 0px;
}

.gg .slick-next {
    right: 10px;
    background-position-x: -1220px;
}

.gg .slick-prev:before,.gg .slick-next:before {
    opacity: 0;
}

.gg a:hover {
    box-shadow: 0px 5px 11px 0 #d6d6d6;
}

/* new2 */
.new2 {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding-bottom: 40px;
    position: relative;
}

.slider-for {
    width: 49%;
    padding-right: 20px;
}

.slider-nav {
    width: 51%;
}

.slider-for .slider {
    position: relative;
}

.slider-for .slider .shad {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    background: url(../images/shad.png) no-repeat center;
    right: 0;
}

.slider-for .slider .shad a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
}

.new2 .slick-prev:before,.new2 .slick-next:before,.new2 .slick-prev,.new2 .slick-next {
    display: none !important;
}

.new2 .imged {
    padding-top: 75%;
}

.slider-nav ul li {
    width: 100%;
    padding: 24px 15px;
    border-bottom: 1px solid #dadada ;
}

.slider-nav ul li .date {
    width: 80px;
    height: 60px;
    text-align: center;
}

.slider-nav ul li .date .day {
    font-size: 36px;
    color: #b50005;
}

.slider-nav ul li .date .year {
    font-size: 18px;
    color: #b50005;
    line-height: 24px;
}

.slider-nav ul li .new2-l {
    width: 520px;
}

.slider-nav ul li .new2-l a {
    font-size: 18px;
    color: #040404;
    line-height: 34px;
    display: block;
}

.slider-nav ul li:hover .new2-l a {
    color: #fff;
}

.slider-nav ul li:hover {
    background: #b50005;
}

.slider-nav ul li:hover .date p {
    color: #fff;
}

.bg {
    position: absolute;
    top: 350px;
    left: 50%;
    /* background: url(../images/zjlog.png) no-repeat center; */
    /* width:742px; */
    /* height: 742px; */
    /* margin-left: -371px; */
}

/* new3 */
.new3 {
    width: 100%;
    height: auto;
    background: #b50005;
    padding-bottom: 65px;
}

.new3 .title h2 {
    color: #fdc478;
}

.slider-img {
    position: relative;
    /* padding-top: 30px; */
    background: url(../images/line.png) repeat-x top center;
    overflow-x: hidden;
    background-position-y: 55px;
}

.hb {
    width: 100%;
    height: 106px;
    /* overflow-x: auto; */
    overflow: hidden;
}

.hb:-webkit-scrollbar {
    display: none;
}

.hb li {
    font-size: 16px;
    color: #fff;
    padding-top: 85px;
    position: relative;
    float: left;
    margin: 0 0 0 65px;
}

.hb li:before {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/date.png) no-repeat top center;
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -9px;
}

.hb li.on:before {
    height: 65px;
    width: 31px;
    background: url(../images/date2.png) no-repeat top center;
    content: "";
    position: absolute;
    top: 5px;
    margin-left: -12px;
}

.bd {
    padding-top: 65px;
    max-width: 735px;
    margin: auto;
}

.bd li {
    width: 735px;
}

.bd li .imged {
    padding-top: 68%;
}

.bd li p {
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    padding-top: 15px;
    text-align: center;
}

.new3 .prev {
    width: 35px;
    height: 35px;
    background: url(../images/prev.png) no-repeat left center;
    left: 0px;
    top: 35px;
    display: block;
    position: absolute;
}

.new3 .next {
    width: 35px;
    height: 35px;
    background: url(../images/next.png) no-repeat right center;
    right: 0px;
    top: 35px;
    display: block;
    position: absolute;
}

/* new4 */
.new4 {
    width: 100%;
    background: url(../images/bg3.png) no-repeat top center;
    padding-bottom: 75px;
}

.new4-l {
    width: 55%;
    padding-right: 30px;
}

.new4-r {
    width: 45%;
}

.new4-l .scroll {
    height: 395px;
    background: #fff;
    padding: 0 10px;
    overflow: hidden;
}

.new4-l .zjb {
    width: 100%;
    /* overflow-y: auto; */
    /* height: 100%; */
    padding: 0 10px;
}

.new4-l .zjb:-webkit-scrollbar {
    width: 4px;
    padding-right: 15px;
}

.new4-l .zjb:-webkit-scrollbar-thumb {
    background: url(../images/scroll.png) no-repeat center;
}

.new4-l .bt {
    background: #b50005;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    padding: 0 20px;
}

.new4-l .bt span {
    color: #fff;
    text-align: center;
}

.new4-l .zjb li {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    line-height: 47px;
}

.new4-l .zjb li span {
    color: #030303;
    text-align: center;
}

.new4-l .zjb1,.new4-l .zjb3,.new4-l .zjb4 {
    width: 20%;
}

.new4-l .zjb2 {
    width: 35%;
}

.new4-l span {
    display: inline-block;
}

.jz li {
    margin-bottom: 20px;
    float: left;
    width: 282px;
    padding: 25px 0;
    text-align: center;
    height: 190px;
    background: #fff;
}

.jz li.jz1 {
    text-align: right;
    padding: 33px 0;
    height: 235px;
    width: 100%;
}

.jz li.jz2 {
    text-align: left;
    padding: 20px 0px 20px 20px;
    height: 235px;
    width: 292px;
}

.jz li.jz3 {
    background: url(../images/jzbg.png) no-repeat center;
    margin-right: 20px;
}

.jz li.jz2 {
    background: #fff;
}

.jz li.jz4 {
    padding: 0;
}
.jz li.jz1 img{
    display:block;
    width:260px;
    margin:0 auto;
}
.jz li.jz1 p {
    padding-right: 0;
    text-align:center;
}

.jz li.jz2 p {
    padding-left: 15px;
}

.jz li p {
    color: #850100;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px
}

/* new5 */
.new5 {
    width: 100%;
    padding-bottom: 60px;
}

.new5-l {
    width: 50%;
    padding-right: 35px;
}

.new5-r {
    width: 50%;
    border-left: 1px solid #e6e6e6;
}

.new5-l .imged {
    padding-top: 65%;
}

.new5-l .new5-pic p {
    text-align: center;
    font-size: 18px;
    color: #070707;
    line-height: 34px;
    padding-top: 10px;
}

.new5-r li {
    background: url(../images/li.png) no-repeat left center;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    margin-left: -10px;
}

.new5-r li a {
    width: 617px;
    height: 76px;
    background: url(../images/zfbg.png) no-repeat center;
    display: block;
    padding: 15px 15px 15px 35px;
}

.new5-r .more3 {
    width: 165px;
    height: 51px;
    background: url(../images/zfmorebg.png) no-repeat center;
    line-height: 51px;
    text-align: center;
    display: block;
    float: right;
    margin-top: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.new5-r li:hover a {
    color: #b50005;
}

/* footer */
.footer {
    width: 100%;
    height: auto;
    background: url(../images/fbg.png) repeat top center;
    padding: 25px 0;
    height: 240px;
    border-top: 6px solid #eab8b9;
}

.footer img {
    display: block;
    max-width: 558px;
    margin: auto
}

.foot {
    background: #820501;
    height: auto;
}

.foot p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 15px 0;
}

/*list*/
.banner-slick img {
    width: 100%;
}

.local {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    background: #f8f8f8;
    margin: 23px 0 20px;
}

.local a {
    line-height: 50px;
    font-size: 16px;
    color: #555555;
}

.in1440 {
    background: #fff;
    /* padding:20px; */
}

.lbnr_left {
    float: left;
    width: 260px;
    float: left
}

.lbnr_left h2 {
    height: 80px;
    background: #b50005;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.lbhz li {
    line-height: 55px;
    font-size: 18px;
    background: #f2f2f2;
    margin: 5px 0;
}

.lbhz li a {
    display: block;
    color: #555555;
    text-align: center;
    border-left: 4px solid transparent;
}

.lbhz li a:hover {
    border-left: 4px solid #b50005;
    color: #b50005;
}

.lbhz .hover3 a {
    border-left: 4px solid #b50005;
    color: #b50005;
}

.lbnr_right {
    float: left;
    width: 1000px;
    float: right;
    min-height: 500px;
}

.dqwz {
    border-bottom: 1px solid #cacaca;
}

.dqwz .lm {
    line-height: 60px;
    font-size: 24px;
    color: #b50005;
}

.dqwz a {
    color: #555;
}

.dqwz a:hover {
    color: #3570ba;
}

.xtb2 {
    background: url(../images/adr.png) no-repeat;
    width: 13px;
    height: 19px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin-right: 12px;
}

.dqlb li {
    line-height: 53px;
    font-size: 16px;
    color: #555555;
    background: url(../images/li2.png) no-repeat left center;
    padding-left: 20px;
}

.dqlb li:hover a {
    color: #b50005;
}

.dqlb li span {
    font-size: 14px;
    color: #999999;
}

.fynr {
    text-align: center;
    padding: 40px 0 80px 0;
}

.fynr li {
    display: inline-block;
    *display: inline;
    padding: 0 3px;
}

.fynr li a {
    display: inline-block;
    *display: inline;
    padding: 0 12px;
    font-size: 14px;
    color: #888888;
    border: 1px solid #dbdbdb;
    line-height: 34px;
}

.fynr li span {
    display: inline-block;
    *display: inline;
    padding: 0 12px;
    font-size: 14px;
    color: #888888;
    border: 1px solid #dbdbdb;
    line-height: 34px;
}

.fynr .hover2 a {
    background: #b50005;
    border: 1px solid #b50005;
    color: #fff;
}

.fynr a:hover {
    background: #b50005;
    border: 1px solid #b50005;
    color: #fff;
}

/*==é¢†å¯¼åˆ—è¡¨é¡µ1==*/
.ldlb {
    padding: 20px 0px 0px 0px;
}

.ldlbxq {
    overflow: hidden;
    margin: 0 -20px;
}

.ldlbxq li {
    width: 33.3%;
    float: left;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 25px;
}

.ldlbxq li p {
    font-size: 16px;
    color: #555;
    line-height: 35px;
}

.ldlbxq li:hover p {
    color: #b50005;
}

/*==å†…å®¹é¡µ==*/
.xqnr_tit {
    text-align: center;
    padding: 25px 0 20px 0;
    border-bottom: 1px solid #ededed;
}

.xqnr_tit1 {
    text-align: center;
    border-bottom: 1px solid #ededed;
}

.xqnr_tit h2,.xqnr_tit1 h2 {
    font-size: 24px;
    color: #333;
    padding: 15px 0;
}

.xqnr_tit p {
    font-size: 14px;
    color: #999999;
}

.xqnr_tit span {
    padding: 0 15px;
}

.xtb3 {
    background: url(../img/a_18.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin-right: 7px;
}

.xtb4 {
    width: 14px;
    height: 15px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin-right: 7px;
}

/* .xtb5 { width:14px;height: 14px; display: inline-block; *display: inline;vertical-align: middle; margin-right: 7px;} */
.xqnr_nr {
    padding: 20px 0;
}

.xqnr_nr p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-indent: 2em;
}

.sxfy ul {
    overflow: hidden;
    padding: 20px 0 30px;
    border-top: 1px solid #ededed;
}

.sxfy li {
    width: 100%;
    font-size: 16px;
    color: #999;
    line-height: 32px;
}

.sxfy a {
    color: #999;
}

.sxfy a:hover {
    color: #b50005;
}