@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    background: #fff;
    font-size: 16px;
    color: #000;
    min-height: 100vh
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.vc {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.noClick {
    pointer-events: none;
}

.biaoti:hover {
    color: #a60e0d;
}
#adu0{
   z-index:99999 !important;
}
.top {
    width: 100%;
    height: 168px;
    min-width: 1400px;
    background: url("../img/topbg.png") center 32px #a60e0d;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
}

.topbg {
    width: 1400px;
    margin: 0 auto;
    height: 168px;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo2{
    margin-top: 80px;
}

.menu_box {
    width: 100%;
    height: 50px;
    min-width: 1400px;
}
.menu {
    width: 1400px;
    margin: 0 auto;
    line-height: 50px;
    height: 50px;
}

.menu .lm {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.menu .first_a {
    font-size: 18px;
    color: #000000;
    position: relative;
    z-index: 1;
    display: block;
}

/*.menu .first_a::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-image: linear-gradient(to bottom, #fefefe, #d9d9d9);*/
/*    z-index: -1;*/
/*    transform: skew(-15deg);*/
/*    display: block;*/
/*    border-radius: 6px;*/
/*}*/

/*.menu .lm:nth-child(n+2) {*/
/*    margin-left: 10px;*/
/*}*/

/*.menu .lm:nth-child(5) {*/
/*    margin-left: 220px;*/
/*}*/

/*.menu .lm:nth-child(n+5) > .first_a::before {*/
/*    transform: skew(15deg);*/
/*}*/

.menu .lm div {
    position: absolute;
    left: 0;
    z-index: 999;
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
    padding-top: 8px;
    width: 100%;
}

.menu .lm div ul {
    padding: 10px 0;
    background: rgba(166, 14, 13, 0.8);
    border-radius: 5px;
    width: 100%;
}

.menu .lm div ul li {
    width: 70%;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    background: url("../img/xian.png") no-repeat bottom;
}

.menu .lm div ul li:last-child {
    background: none;
}

.menu .lm div ul li a {
    color: white;
    display: block;
    height: 34px;
    line-height: 30px;
    width: 100% !important;
    font-size: 16px;
}

.menu .lm div ul li:hover > a {
    border: 1px solid #a5282f;
    border-radius: 40px;
    background: rgba(166, 14, 13, 0.9);
}

.yh {
    display:block;
    width: 200px;
    text-align: center;
    height: 200px;
    line-height: 200px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, #a60e0d 61%, #a60e0d 100%);
    position: absolute;
    bottom: -68px;
    left: 50%;
 
    transform: translateX(-50%);
}

.yh > img {
    width: 166px;
    vertical-align: middle;
}


.lunbo {
    width: 100%;
    height: 420px;
    min-width: 1400px;
}

.lunbo img {
    width: 100%;
    height: 420px !important;
    min-width: 1400px !important;
}

.slide {
    max-width: 100%;
    height: 420px;
    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 {
    padding: 30px 0 50px;
    min-width: 1400px;
}

.banner2 {
    background: #f8f8f8;
    padding: 30px 0 50px;
    min-width: 1400px;
}

.pic-box {
    width: 1400px;
    margin: 0 auto;
}

.pic-list {
    width: 944px;
}

.pic-title {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}

.pic-tit {
    height: 50px;
    line-height: 50px;
    background: url("../img/tit.png") left center no-repeat;
    background-size: 15px 4px;
    text-indent: 25px;
}

.pic-tit .tit {
    font-size: 24px;
    color: #030303;
}

.pic-tit .tit1 {
    font-size: 16px;
    color: #7d7d7d;
    margin-left: 5px;
}

.more {
    height: 50px;
    line-height: 50px;
    color: #7d7d7d;
    font-size: 14px;
}

.more img {
    vertical-align: middle;
    margin-top: -3px;
}

.pic-news {
    width: 451px;
}

/*轮播图*/
div.slideBox {
    position: relative;
    width: 451px !important;
    height: 322px !important;
    overflow: hidden;
}

div.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

div.slideBox ul.items li a img {
    width: 451px;
    height: 322px;
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

div.slideBox div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: #000;
    overflow: hidden;
}

div.slideBox div.tips div.title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

div.slideBox div.tips div.title a {
    color: #FFF;
    font-size: 18px;
    line-height: 50px;
    margin-left: 10px;
    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: 0px;
    height: 100%;
}

div.slideBox div.tips div.nums a {
    display: inline-block;
> float: left /*For IE.ADD.JENA.201206300844*/;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    text-indent: -99999px;
    margin: 20px 10px 0px 0px;
}

div.slideBox div.tips div.nums a.active {
    background-color: #1a8ccd;
}

.pic-news1 {
    width: 455px;
}

.list {
    width: 100%;
    margin: 0 auto;

}

.news_list {
    margin-top: -10px;
}

.list ul li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #999898;
    font-size: 16px;
    color: #212121;
}

.list ul li > img {
    vertical-align: middle;
    margin-right: 8px;
}

.time {
    font-size: 13px;
    color: #999898;
}


.pic-list1 {
    width: 416px;
}

.pic-news2 {
    width: 100%;
}

.pic-news2 a {
    display: block;
    height: 80px;
    border-bottom: 1px solid #dfdfdf;
}

.pic-news2 a .time1 {
    width: 58px;
    background: #ffffff;
    color: white;
    margin-top: 11px;
    border: 1px solid #a60e0d;
}

.time2 {
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #a60e0d;
    font-size: 18px;
    color: white;
}

.time3 {
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #a60e0d;
    background: white;
    font-size: 12px;
}

.pic-news2 a .title1 {
    width: 346px;
    height: 52px;
    margin-left: 10px;
    margin-top: 11px;
}

.title1-tit {
    line-height: 32px;
    font-size: 16px;
    color: #1f2020;
}

.title1-abstract {
    line-height: 20px;
    font-size: 14px;
    color: #787777;
}

.xsgz-list {

}

.xsgz-box {
    width: 100%;
    display: block;
}

.xsgz-box:nth-child(n+2) {
    margin-top: 24px;
}

.xsgz-img {
    width: 140px;
    height: 85px;
}

.xsgz-img img {
    width: 140px;
    height: 85px;
}

.xsgg-info {
    width: 290px;
}

.xsgz-tit {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #2c2b2b;
    line-height: 1.5;
    margin-top: 5px;
}

.xsgz-time {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #646262;
    margin-top: 5px;
}

.xsgz-time img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}


.kydt-box {
    width: 100%;
    height: 84px;
    border-bottom: 1px solid #d5d2d2;
    display: block;
}

.kydt-box:nth-child(n+2) {
    margin-top: 24px;
}

.kydt-time {
    width: 40px;
    height: 60px;
    background: url("../img/kydt.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 5px;
    text-align: center;
    color: white;
}

.kydt-time1 {
    font-size: 18px;
    font-weight: 600;
}

.kydt-time2 {
    margin-top: 2px;
    font-size: 12px;
}

.kydt-info {
    width: 394px;
}

.kydt-tit {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #1c1b1b;
}

.kydt-tit2 {
    font-size: 14px;
    color: #4e4f4f;

}

.img-list {
    margin-top: 13px;
}

.lszp-list {
    font-size: 0;
}

.lszp-list a {

}

.lszp-list a:first-child img {
    width: 700px;
    height: 315px;
    display: inline-block;
}

.lszp-list a:nth-child(2) img {
    width: 350px;
    height: 315px;
    display: inline-block;
}

.xszp-list {

    font-size: 0;
    position: relative;
}

.xszp-list a {

}

.xszp-list a:first-child img {
    width: 350px;
    height: 315px;
    display: inline-block;
}

.xszp-list a:nth-child(2) img {
    margin-left: 350px;
    width: 700px;
    height: 315px;
    display: inline-block;
}

.lszp-logo {
    position: absolute;
    top: 0;
    left: 350px;
}


.lszp-list a, .xszp-list a {
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    display: inline-block;
}

.lszp-list a:hover, .xszp-list a:hover {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.xyxw-list{
    width: 100%;

}
.xyxw-news{
    display: block;
    width: 330px;
    height: 382px;
    background: #f8f8f8;
    background-size: 100% 100%;
    margin-left: 26px;
    margin-top: 20px;
}
.xyxw-news:nth-child(4n+1){
    margin-left: 0;
}
.xyxw-news-top{
    width: 298px;
    height: 108px;
    margin: 0 auto;
}
.xyxw-news-top-time{
    width: 74px;
    height: 66px;
    background: #a60e0d;
    color: white;
}
.xyxw-news-top-time .time1{
    font-size: 24px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}
.xyxw-news-top-time .time2{
    font-size: 14px;
    width: 100%;
    text-align: center;

}
.xyxw-news-top-tit{
    width: 210px;
    height: 66px;
    font-size: 14px;
    line-height: 1.6;
}
.xyxw-news-img{
    width: 298px;
    height: 143px;
    margin: 0 auto;
}
.xyxw-news-img img{
    width: 298px;
    height: 143px;
}
.xyxw-news-info{
    width: 298px;
    margin: 16px auto 0;
    font-size: 13px;
    color: #272727;
    line-height: 1.8;
}
.bottom {
    width: 100%;
    height: 178px;
    background: url("../img/bottombg.png") center no-repeat;
    background-size: 100% 100%;
    min-width: 1400px;
}

.bottom1 {
    width: 100%;
    height: 6px;
    border-bottom: 2px solid white;
}

.bottom2 {
    width: 1400px;
    margin: 0 auto;
    height: 170px;
    line-height: 170px;
    text-align: center;
    color: white;
}

.bottom2 img {
    vertical-align: middle;
    margin-left: 25px;
}


.main {
    width: 1300px;
    margin: 10px auto 20px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.all_left {
    width: 20%;
    float: left;
}

.all_right {
    width: 78%;
    float: right;
    margin-top: 20px;
    background: #fff;
}

/*内页左侧*/
.left_list {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.left_list strong {
    background: #a60e0d;
    color: #fff;
    display: block;
    font-size: 22px;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.left_list strong span {
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding-top: 3px;
    width: 280px;
}

.left_list ul li {
    line-height: 50px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    background-color: #e7e7e7;
    border-bottom: 1px #FFFFFF solid;
    color: #000;
}


.left_list UL li a {
    padding-left: 50px;
    height: 50px;
    font-size: 14px;
    color: #363636;
    display: block;
}



.left_list UL li a:hover {
    background-color: #a64a54;
    color: #FFF;
    display: block;
}

.left_list UL li.hover a {
    background-color: #a64a54;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 200px;
}
.current{
    background-color: #a64a54;
    color: #FFF !important;
    display: block;
}
.three_list a  {
    padding-left: 72px !important;
    height: 50px;
    font-size: 13px !important;
    color: #363636;
    display: block;
}
/*内页右侧*/
.right_tit {
    width: 100%;
    float: left;
    line-height: 60px;
    border-bottom: 1px solid #000;
}

.right_tit h2 {
    float: left;
    padding-left: 30px;
    width: 200px;
    font-size: 16px;
}

.right_tit span {
    padding-right: 20px;
    font-size: 14px;
    float: right
}

.right_tit a {
    color: #000;
}

.right_all {
    width: 100%;
    min-height: 500px;
    padding: 30px 20px;
    float: left;
}


/*关于我们*/
.right_all .content {
    width: 100%;
    line-height: 35px;
}

/*新闻*/
.newslist {
    width: 100%;
}

.newslist ul li {
    width: 100%;
    float: left;
    border-bottom: 1px #dadada dashed;
    line-height: 40px;
}

.newslist ul li span {
    width: 100px;
    float: right;
    text-align: right
}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    width: 100%
}

.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}

.newssubtitle span {
    width: 100%
}

.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}


.search {
margin: 39px 0 10px;
    width: 260px;
    height: 40px;
    position: relative;
    border: 2px solid #a60e0d;
    line-height: 30px;
    overflow: hidden;
    border-radius: 40px;
}

.search .search-box {
    width: 210px;
    height: 36px;
    border: none;
    outline: none;
    background: transparent;
    line-height: 28px;
    text-indent: 10px;
}

.search-icon {
    width: 40px;
    height: 40px;
    position: relative;
}

.search-img {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 9px;
    width: 17px;
}