html {font-size:62.5%;}
ul{
    margin: 0;
    padding: 0;
}
a{color:black}
li {list-style: none;}
.biaoti:hover {
    color: #b00328;
}

.top{
     background: #b00328;
    padding: 3rem 0 1rem;
}
.box{
    width: 94%;
    margin: 0 auto;
}
.logo{
    width: 52.8rem;
    min-height: 5.6rem;
}
.search {
    float: right;
    margin-bottom: 1vh;
    width: 24rem;
    height: 3.8rem;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
    min-height: 34px;
}

.search .search-box {
    width: 18rem;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    text-indent: 5%;
    color: white;
    font-size: 14px;
}
.search-box::placeholder{
    color: white;
}
.search-icon {
    width: 5.8rem;
    height: 100%;
    position: relative;
}

.search-img {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 30%;
    width: 2rem;
}


.menu{
    width: 94%;
    line-height: 4rem;
    margin: 1.2rem auto 0;
}
.menu .lm {
    position: relative;
}
.menu a{
    height: 10%;
    display:block;
    color: #ffffff;
    font-size:1.8rem;
    text-align:center;
    position:relative;
}
.menu a>.fen{
    margin-top: 1.3rem;
}
.lm:last-child>a .fen{
    display: none;
}
.menu a:hover{
    text-decoration: underline;
}
.menu .lm div {
    width: 90%;
    position: absolute;
    left: 5%;
    z-index: 999;
    background: #b00328;
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
    padding: 1rem 0 ;
}
.menu .lm div a{
    padding:1vh 0;
}


.lunbo {
    width: 100%;
    height: 30%;
}

.lunbo img {
    width: 100%;
    height: 100% !important;
}

.slide {
    max-width: 100%;
    height: 30%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide ul {
    width: 10000%;
    list-style-type: none;
}

.next_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: .9;
    vertical-align: middle;
    background: rgba(0, 0, 0, .5);
    right: 5px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: none;
    cursor: pointer;
}

.prev_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: .9;
    vertical-align: middle;
    background: rgba(0, 0, 0, .5);
    left: 5px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: none;
    cursor: pointer;
}

.slide ul:after {
    content: '';
    clear: both;
    display: block;
}

.slide ul li {
    float: left;
    text-align: center;
    width: 1%;
}

.slide ul li img {
    vertical-align: middle;
    max-width: 100%;
}

.slide .circle_btn {
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 0;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.slide .circle_btn button {
    box-sizing: content-box;
    opacity: .8;
    outline: none;
    border: none;
    padding: 2px 18px;
    background: rgba(255, 255, 255, .9);
    margin: 2px 5px;
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
}

.slide .circle_btn button.active {
    background: rgba(166, 14, 13, 0.9);
}

.banner{
    background: #f1f1f1;
}
.title{
    font-size: 2.6rem;
}
.more{
    color: #414040;
    font-size: 1.4rem;
}

.xydt-left{
    width: 50%;
}
.xydt-right{
    width: 48%;
}
/*轮播图*/
div.slideBox {
    position: relative;
    width:100% !important;
    height: 32.2rem !important;
    overflow: hidden;
    max-width: 55.9rem;
}

div.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0 !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
  
    width:55.9rem;
    height: 32.2rem;
    position: relative;
    display:block;
    overflow:hidden;
}

div.slideBox ul.items li a img {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    position: absolute;
    border: none /*For IE.ADD.JENA.201206300844*/;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width:unset;
}

div.slideBox div.tips {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4.2rem;
    background-color: #000;
    overflow: hidden;
    line-height: 3.4rem;
}

div.slideBox div.tips div.title {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

div.slideBox div.tips div.title a {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 4rem;
    margin-left: 0.5rem;
    text-decoration: none;
}

div.slideBox div.tips div.title a:hover {
    text-decoration: underline !important;
}

div.slideBox div.tips div.nums {
    position: absolute;
    right: 0px;
    top:-0.3rem;
    height: 100%;
}

div.slideBox div.tips div.nums a {
    display: inline-block;
    float: left;
    width: 1rem;
    height: 1rem;
    background-color: #FFF;
    text-indent: -99999px;
    margin: 2rem 1rem 0 0;
}

div.slideBox div.tips div.nums a.active {
    background-color: #1a8ccd;
}

.xydt-list{
    padding: 0;
    margin: 1rem 0 0;
    width: 100%;
}
.xydt-list a{
    text-decoration: none;
    height: 5rem;
    color: #212121;
    font-size: 1.6rem;
    border-bottom: 1px dashed #c3cbcf;
}
.time{
    font-size: 1.4rem;
    color: #212121;
}



.time1 {
    width: 14%;
    max-width: 6rem;
    height: 6rem;
    background: #b00328;
    color: white;
    overflow: hidden;
}

.time2 {
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    font-size: 2.2rem;
}
.time3 {
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: 1.4rem;
}

.title1 {
    width: 84%;
    height: 6rem;
}

.title1-tit {
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 1.6rem;
    color: #1f2020;
}

.title1-abstract {
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: 1.4rem;
    color: #787777;
}

.tzgg-list a{
    height: 8rem;
}
.tit-logo{
    position: absolute;
    top: -2.2rem;
}
.djgz-img{
    width: 32%;
    height: 10rem;
    position: relative;
    display: block;
    overflow: hidden;
}
.djgz-img img{
   
    height:100%;
   
    display: block;
    position: absolute;
  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: unset;
}
.djgz-info{
    width: 66%;
}
.djgz-tit{
    height: 66%;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    font-size: 1.6rem;
    color: #2c2b2b;
}
.djgz-time{
    color: #646262;
    font-size: 1.6rem;
}


.xkky-time{
    width: 10%;
    max-width: 4rem;
    height: 6rem;
    background: url("../images/xkky-img.png") no-repeat;
    background-size: 100% 100%;
}
.xkky-time1{
    font-size: 1.8rem;
}
.xkky-list a{
    border-bottom: 1px solid #d5d2d2;
height: 9.7rem;
}
.xkky-info{
    width: 88%;
}
.xkky-tit{
    font-size: 1.6rem;
    color: #1c1b1b;
}
.xkky-tit2{
    font-size: 1.4rem;
    color: #4e4f4f;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.mtjj-list a{
    border-bottom: 1px solid #b00328;
}

.mtjj-time{
    width: 12%;
    max-width: 5.8rem;
    height: 5.3rem;
    border: 2px solid #b00328;
    overflow: hidden;
}
.mtjj-time1{
    height: 2.6rem;
    line-height: 2.6rem;
    color: #bb0202;
    font-size: 1.8rem;
}
.mtjj-time2{
    height: 2.6rem;
    line-height: 2.6rem;
    background: #b00328;
    color: #FFFFFF;
}
.mtjj-info{
    width: 85%;
}

.mtjj-tit{
    font-size: 1.6rem;
    color: #1c1b1b;
height: 2.4rem;
}
.mtjj-tit2{
    font-size: 1.4rem;
    color: #4e4f4f;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
height: 4.2rem;
}


.banner1{
    background: url("../images/bannerbg.png") no-repeat;
    height: 63.3rem;
    background-size: 100% 100%;
}

div.slideBox1 {
    position: relative;
    width:100% !important;
    height: 26rem !important;
    overflow: hidden;
    max-width:60.2rem;
}

div.slideBox1 ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.slideBox1 ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.slideBox1 ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0 !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

div.slideBox1 ul.items li a img {
    width:60.2rem;
    height: 26rem;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

div.slideBox1 div.tips {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4.2rem;
    background-color: #000;
    overflow: hidden;
    line-height: 3.4rem;
}

div.slideBox1 div.tips div.title {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

div.slideBox1 div.tips div.title a {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 4rem;
    margin-left: 0.5rem;
    text-decoration: none;
}

div.slideBox1 div.tips div.title a:hover {
    text-decoration: underline !important;
}

div.slideBox1 div.tips div.nums {
    position: absolute;
    right: 0px;
    top:-0.3rem;
    height: 100%;
}

div.slideBox1 div.tips div.nums a {
    display: inline-block;
    float: left;
    width: 1rem;
    height: 1rem;
    background-color: #FFF;
    text-indent: -99999px;
    margin: 2rem 1rem 0 0;
}

div.slideBox1 div.tips div.nums a.active {
    background-color: #bb0202;
}
.img-list img{
    height: 10.5rem;
}

.bottom{
    background: #b00328;
    height: 9.2rem;
    border-top: 0.2rem solid #ecc577;
    font-size: 1.6rem;
}


.main {
    width: 80%;
    margin: 1rem auto 2rem;
    position: relative;
    overflow: hidden;
}

.all_left {
    width: 20%;

}

.all_right {
    width: 78%;
    margin-top: 2rem;
    background: #fff;
}

/*内页左侧*/
.left_list {
    width: 100%;
    float: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.left_list strong {
    background: #b00328;
    color: #fff;
    display: block;
    font-size: 2.2rem;
    overflow: hidden;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.left_list strong span {
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    padding-top: 3px;
    width: 28rem;
}

.left_list ul li {
    height: 5rem;
    line-height: 5rem;
    vertical-align: middle;
    font-size: 1.4rem;
    background-color: #e7e7e7;
    border-bottom: 1px #FFFFFF solid;
    color: #000;
}


.left_list UL li a {
    padding-left: 5rem;
    height: 5rem;
    font-size: 1.4rem;
    color: #363636;
    display: block;
}

.left_list UL li a.current2 {
    padding-left: 8rem;
}

.left_list UL li a:hover {
    background-color: #c94b48;
    color: #FFF;
    display: block;
}

.left_list UL li.hover a {
    background-color: #c94b48;
    display: block;
    height: 6rem;
    line-height: 6rem;
    width: 20rem;
}

/*内页右侧*/
.right_tit {
    width: 100%;
    float: left;
    line-height: 6rem;
    border-bottom: 1px solid #000;
}

.right_tit h2 {
    float: left;
    padding-left: 3rem;
    width: 20rem;
    line-height: 6rem;
    font-size: 1.6rem;
}

.right_tit span {
    padding-right: 2rem;
    font-size: 1.4rem;
    float: right
}

.right_tit a {
    color: #000;
}

.right_all {
    width: 100%;
    min-height: 50rem;
    padding: 3rem 2rem;
    float: left;
}


/*关于我们*/
.right_all .content {
    width: 100%;
    line-height: 3.5rem;
}

/*新闻*/
.newslist {
    width: 100%;
}

.newslist ul li {
    width: 100%;
    border-bottom: 1px #dadada dashed;
    line-height: 4rem;
}
.newslist ul li  a{
    font-size: 1.6rem;
    color: black;
}
.newslist ul li span {
    width: 100px;
    float: right;
    text-align: right
}


.newstitle {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    line-height: 3rem;
    width: 100%
}

.newssubtitle {
    text-align: center;
    line-height: 6rem;
    font-size: 1.4rem;
    width: 100%
}

.newssubtitle span {
    width: 100%
}

.newsx {
    line-height: 4rem;
    width: 100%;
    margin-top: 5px;

}
.newsx img{
max-width: 100% !important;
    height: auto !important;
}