* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    color: #333;
    font-family: "Microsoft YaHei", "SimSun", "Arial Narrow", serif;
}

body a {
    color: #333;
}

.top-background {
    height: 150px;
    background-color: rgb(244, 244, 244);
}

.top {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
}

.logo1 {
    width: 80px;
    height: 80px;
    margin: 28px auto;
    float: left;
}

.logo2 {
    width: 250px;
    height: 60px;
    margin: 38px auto 0 10px;
    float: left;
}

.top-right {
    width: 600px;
    margin: 30px 0;
    float: right;
}

.top-right {
    float: right;
}

.top-right a {
    padding: 0 10px;
    border-left: 1px solid rgb(145, 145, 145);
    color: black;
}

.search {
    margin-top: 30px;
    float: right;
    width: 300px;
    display: flex;
}

.search input {
    outline: none;
    border: 1px solid red;
    box-sizing: border-box;
    padding-left: 10px;
}

.search button {
    width: 80px;
    height: 30px;
    background-color: red;
    color: white;
    border-style: none;
    font-size: 16px;
}

.search button:hover {
    cursor: pointer;
}

.header-nav {
    height: 100px;
    background-color: #e70314;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.header-nav ul {
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.header-nav a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 0 15px;
    border-right: 2px solid #b9000e;
    box-shadow: 2px 0 0 0 rgba(255, 255, 255, 0.3);
}

.header-nav a:hover {
    height: 70px;
    line-height: 70px;
    color: #ffeaa7;
    background-color: #f42f19;
    border-right: 2px solid #ddd;
}

.ul01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: rgb(231, 3, 20);
}

.ul0101 {
    list-style: none;
}

.ul01 li {
    float: left;
    height: 70px;
}

.ul01 ul li a {
    display: block;
    margin-top: 20px;
    padding: 0 15px;
    border-left: 1px solid white;
    font-size: 20px;
    color: #ffff;
}

.ul01 li:hover {
    background-color: rgb(244, 47, 25);
}

.button01 {
    width: 25px;
    height: 25px;
    background-image: url(../img/button01.png);
    background-size: 100%;
    margin: auto 10px auto 30px;
}

.box1 {
    display: flex;
    justify-content: center;
}

.box1 img {
    width: 100%;
}

.box2 {
    display: flex;
    width: 1200px;
    height: 50px;
    justify-content: flex-start;
    border: 1px solid rgb(145, 145, 145);
    margin: 20px auto;
}

.box2 ul {
    height: 25px;
    width: 900px;
    white-space: nowrap;
    overflow: hidden;
    margin: auto 0;
}

.box2 p {
    font-size: 22px;
    color: red;
    margin: auto 10px auto 0;
}

.box2 ul li {
    font-size: 14px;
    margin-left: 25px;
    display: inline-block;
}

.box2 a {
    font-size: 22px;
    color: red;
    margin: auto;
    float: right;
}

.box3 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.box3-2 {
    width: 1200px;
    height: 340px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.box3par1 {
    width: 470px;
}

.box3par2 {
    display: flex;
    width: 460px;
    height: 340px;
    flex-direction: column;
    justify-content: space-between;
}

.box3icon1 {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgb(145, 145, 145);
}

.box3icon1:hover {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: red;
}

.box3icon1 a {
    display: block;
    font-size: 18px;
    color: rgb(145, 145, 145);
}

.box3icon1 a:hover {
    font-size: 18px;
    color: white;
}

.box3par2 ul {
    height: 285px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}

.box3par2 ul div {
    height: 80px;
    display: flex;
    justify-content: flex-start;

}


.box3par2 ul div p {
    /*margin: auto 20px;*/
    /*font-size: 22px;*/
    /*color: rgb(255, 127, 136);*/
}

.hover-zx {
    /*width: 300px;*/
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.6
}

.box3par2 ul a {
    color: #333;
}

.box3par3 {
    width: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box3par3 div {
    height: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: rgb(145, 145, 145);
}

.box3par3 div a {
    color: white;
}

.box3par2 ul div:hover {
    height: 80px;
    border-left: 5px solid red;
    background-color: rgb(255, 243, 243);

}

.box3par2 ul p:hover {
    color: #ad931f;
}

.box3par2 ul a:hover {
    color: #ad931f;
}


.zixun-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.zixun-date {
    color: #ff7f88;
    width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

.zixun-title {
    color: #333;
    width: 380px;
    line-height: 1.6;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.zixun-list li:hover {
    border-left: 5px solid red;
    background-color: rgb(255, 243, 243);
    color: #ad931f;
}


.hover-zx p span:hover {
    color: #ad931f;
}

.hover-zx li a:hover {
    color: #ad931f;
}

.box4 {
    display: flex;
    justify-content: center;
}

.box4background {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: url(../img/box4background-2.png) no-repeat center;
    background-size: cover;
}

.box4-1 {
    margin-top: 40px;
}

.box4-1 p {
    font-size: 18px;
    display: flex;
    justify-content: center;
}

.box4-2 {
    display: flex;
    justify-self: center;
    flex-direction: row;
    margin-top: 20px;
}

.box4-2 div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box4-3 {
    width: 1000px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.box4-3 div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#box4a1 {
    width: 146px;
    height: 146px;
    background-image: url(../img/button02.png);
}

#box4a2 {
    width: 146px;
    height: 146px;
    background-image: url(../img/button03.png);
}

#box4a3 {
    width: 146px;
    height: 146px;
    background-image: url(../img/button04.png);
}

#box4a4 {
    width: 146px;
    height: 146px;
    background-image: url(../img/button05.png);
}

.box4-3 p {
    margin-top: 10px;
}

.title {
    display: flex;
    justify-content: center;
}

.title div {
    width: 1200px;
    margin: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.title2 {
    width: 1200px;
    margin: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.active {
    background-color: red;
    color: #fff;
}

#active-zxli {
    color: red;
}


.box5 {
    display: flex;
    justify-content: center;
}

.box5background {
    width: 100%;
    background: url(../img/box5background.png) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box5-1 {
    width: 1220px;
    height: 500px;
    display: flex;
    flex-direction: row;
    align-content: space-between;
}

.box5-1 a {
    display: block;
    position: relative;
}

.box5-1 a p {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 5px;
}

.add-hover-bg {
    background: url(../img/hover-bg.png) repeat 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.box5par1 {
    height: 500px;
    width: 340px;
    opacity: 1;
}


.box5par2 {
    width: 860px;
    height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    transition: all 1s;
}

.box5par2-1 {
    height: 500px;
}

.more {
    border: 1px solid rgb(145, 145, 145);
    width: 160px;
    height: 50px;
    margin: 40px auto;
    text-align: center;
    line-height: 50px;
}

.more a {
    display: block;
    text-decoration: none;
    color: rgb(145, 145, 145);
}

.more:hover {
    width: 160px;
    height: 50px;
    background-color: rgba(145, 145, 145, 0.5)
}

.more a:hover {
    color: white;
}

.box6 {
    display: flex;
    justify-content: center;
}

.box6background {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    background: url(../img/box6background.png);
    background-size: cover;
}

.box6-1 {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    align-items: center;
}

.box6par2 {
    display: flex;
    justify-content: center;
}

.box6par2 div {
    width: 656px;
    height: 35px;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-around;
}

.box6par2 a {
    width: 160px;
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgb(145, 145, 145);
    background-color: #fff;
    cursor: pointer
}

.box6 li a {
    font-size: 18px;
}

.box6 li a:hover {
    /*color: white;*/
}

.box6par3 {
    display: flex;
    justify-content: flex-start;
}

.box6par3 div {
    margin-top: 40px;
    width: 340px;
    height: 300px;
    background-color: white;
    padding: 20px;
}

.box6par3 a {
    display: block;
    text-align: center;
    line-height: 1.6;
}

.box7 {
    display: flex;
    justify-content: center;
}

.box7 div {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

#box7a1 {
    width: 285px;
    height: 90px;
    background-image: url(../img/zt-_03.jpg);
}

#box7a2 {
    width: 285px;
    height: 90px;
    background-image: url(../img/zt-_05.jpg);
}

#box7a3 {
    width: 285px;
    height: 90px;
    background-image: url(../img/zt-_07.jpg);
}

#box7a4 {
    width: 285px;
    height: 90px;
    background-image: url(../img/zt-_09.jpg);
}

.box8 {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.box8 li {
    display: inline;
}

.box8 li a {
    text-decoration: none;
    padding: 0 10px;
    border-right: 2px solid rgb(145, 145, 145);
    color: black;
}

.box9 {
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(230, 230, 230)
}

.box9-1 {
    width: 1200px;
    height: 140px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.box9par1 {
    width: 920px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.box9par1 p {
    font-size: 12px;
    line-height: 25px;
}

.box9par2 {
    width: 230px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.box9par2 p {
    font-size: 10px;
    color: red
}

.box10 {
    display: flex;
    justify-content: center;
}

.box10backgruond {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../img/box10background.jpg);
}

.map {
    width: 996px;
    height: 640px;
    background-image: url(../img/map.png);
    background-size: cover;
    margin: 0 auto 40px;
    position: relative;
}

.map div {
    width: 120px;
    transition: all 1s;
}

.map div a {
    transition: all 1s;
}

.map div:hover {
    width: 150px;
    height: 100px;
}

.map div a:hover {
    width: 150px;
    height: 100px;
}

.map div p {
    color: #ffff;
    background-color: gray;
    font-size: 10px;
    text-align: center;
}

.map-1 {
    position: absolute;
    top: 400px;
    left: 700px;
    color: white;
}

.map-1 a {
    display: inline-block;
    width: 120px;
    height: 80px;
    background: url(../img/homepagemapimages/1.png) center center;
    background-size: cover;
}

.map-2 {
    position: absolute;
    top: 230px;
    left: 580px;
    color: white;
}

.map-2 a {
    display: inline-block;
    width: 120px;
    height: 80px;
    background: url(../img/homepagemapimages/2.png) center center;
    background-size: cover;
}

.map-3 {
    position: absolute;
    top: 120px;
    left: 450px;
    color: white;
}

.map-3 a {
    display: inline-block;
    width: 120px;
    height: 80px;
    background: url(../img/homepagemapimages/3.png) center center;
    background-size: cover;
}

.map-4 {
    position: absolute;
    top: 80px;
    left: 40px;
    color: white;
}

.map-4 a {
    display: inline-block;
    width: 120px;
    height: 80px;
    background: url(../img/homepagemapimages/4.png) center center;
    background-size: cover;
}

.map-5 {
    position: absolute;
    top: 120px;
    left: 190px;
    color: white;
}

.map-5 a {
    display: inline-block;
    width: 120px;
    height: 80px;
    background: url(../img/homepagemapimages/5.png) center center;
    background-size: cover;
}

.foot {
    display: flex;
    justify-content: center;
}

.foot1 div {
    height: 20px;
    width: 100%;
    background: url(../img/zhuangjin.png) center center;
    background-size: cover;
}

.foot div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    background-color: rgb(244, 47, 25);
}

.foot div div {
    margin: 30px auto;
    text-align: center;
}

.foot p {
    width: 700px;
    color: white;
}

.active-sj {
    background-color: red;
    color: #fff;
}

.gonggao::before {
    content: "●";
    color: #ccc;
    padding-right: 5px;
    font-size: 18px;

}

.gonggao {
    font-size: 16px;
}

/* 焦点图 */
.slideBox {
    width: 470px;
    height: 340px;
    overflow: hidden;
    position: relative;
    float: left;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    text-align: center;
    /*background: #b2a6b0;*/
    /*color: #b2a6b0;*/
    background: red;
    color: red;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd img {
    max-width: 100%;
    width: auto;
    height: 340px;
    display: block;
    margin: auto;
}

.slideBox .bd li span {
    width: 100%;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    *background: #000;
    bottom: 0;
    padding: 15px 10px;
    color: #FFF;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}


.jpwenwu {
    background-size: 100%;
    background: url(../img/ww-bg.jpg) center bottom;
}

.mores {
    height: 50px;
    width: 160px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #919191;
}

.mores a {
    color: #919191;
    display: block;
}

.mores:hover {
    background-color: #919191;
    opacity: 0.5;
}

.mores a:hover {
    color: #fff;
}

/***列表页****/
.list {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.list-content {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.list-left {
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list-left-bar {
    height: 100px;
    width: 100%;
    background-image: url(../img/page02/title01.png);
    text-align: center;
    line-height: 100px;
    font-size: 28px;
    color: #fff;
}

.list-left-nav {
    margin-top: 1px;
}

.list-left-nav li {
    height: 60px;
    width: 258px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 60px;
}

.list-left-nav li a {
    color: #000;
    display: block;
}

.list-left-nav li a:hover {
    background-color: #e90b19;
    color: #fff;

}

.list-left-time {
    margin-top: 10px;
    padding: 10px;
    background-image: url(../img/2112.png);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.list-left-time img {
    padding-bottom: 5px;
}

.list-left-time p {
    padding: 5px;
}

.list-left-link {
    margin-top: 10px;
    height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.list-left-link a {
    display: block;
    height: 60px;
}

.list-left-link img {
    display: inline-block;
}

.list-main {
    width: 910px;
    display: flex;
    flex-direction: column;
}

.list-main-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    border-bottom: 1px solid #ccc;
}

.list-main-nav img {
    display: inline-block;
}

.list-main-nav li a {
    color: #333;
    font-size: 14px;
}

.list-main-news {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-main-news a {
    color: #000;
}

.list-main-news-content {
    padding: 18px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ccc
}

.list-main-news-content-left {
    width: 640px;
    line-height: 1.8
}

.list-main-news-content-left h1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px
}

.list-main-news-content-right {
    width: 250px;
}

.list-main-news-content-right img {
    width: 250px;
    height: 180px;
}

/** 图片列表 **/
.list-main-pic {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.list-main-pic a {
    display: block;
    color: #000;
}

.list-main-pic li {
    width: 293px;
    height: 280px;
}

.list-main-pic li img {
    display: inline-block;
    width: 100%;
    height: 220px;
}

.show-main {
    border-bottom: 1px dashed #ccc;
}

.show-main h1 {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    padding: 15px 0 20px 0;
    line-height: 1.8;
}

.show-main p {
    padding-bottom: 5px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.show-main-content {
    padding-top: 20px;
    line-height: 1.8
}

#hits {
    min-width: 30px;
    display: inline-block;
    text-align: left
}

/***** 分页 ****/
.pagination {
    float: left;
}

.pagination li {
    float: left;
    margin: 0 5px 0 0;
    line-height: 25px;
    color: #666;
    padding: 0 0 0 0;
    background: none;

}

.pagination li span {
    line-height: 28px;
}

.pagination a {
    display: inline-block;
    text-align: center;
    border: 1px solid #dedede;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
    text-decoration: none;
}

.pagination a span {
    line-height: 25px;
    color: #666;
    font-size: 14px;
}


.pagination a:hover {
    border: 1px solid #c50805;
    color: #fff;
    background: #c50805;
    font-size: 14px;
}

.pagination a.page_left {
    width: 60px;
    height: 25px;
    border: 1px solid #dedede;
}

.pagination a:hover.page_left {
    color: #fff;
    background: #fff;
    border: 1px solid #dedede;
}

.pagination .current {
    border: 1px solid #c50805;
    color: #fff;
    background: #c50805;
    padding: 0 10px;
    height: 25px;
    font-size: 14px;
    display: block;
    line-height: 25px;
    text-align: center;
}