* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #333;
}
body a:hover {
  color: #603d16;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.alw img {
  display: block;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.header .top-info {
  background: #ededed;
  height: 30px;
}
.header .top-info .d-flex {
  height: 100%;
  align-items: center;
}
.header .top-info .left {
  font-size: 12px;
  color: #923222;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.header .top-info .right {
  width: 260px;
  height: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.header .top-info .right ul {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.header .top-info .right ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 40%;
  border-right: 1px solid #333;
}
.header .top-info .right ul li a {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4F4F4F;
}
.header .top-info .right ul li a:hover {
  color: #923222;
}
.header .top-info .right ul li:last-child {
  border-right: none;
}
.header .logo {
  width: 500px;
}
.header .nav {
  flex: 1;
  height: 110px;
}
.header .nav ul {
  display: flex;
  width: 100%;
  align-items: center;
}
.header .nav ul li {
  flex: 1;
  height: 60%;
}
.header .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.header .nav ul li a:hover {
  background: #009f95;
  color: #fff;
}
.header .nav ul .on {
  background: #ff7700;
}
.header .nav ul .on a {
  color: #fff;
}

.swiper .swiper-pagination-bullet-active {
  background: #ff7700;
}

.p-ht {
  margin: 20px auto;
}
.p-ht .title {
  display: flex;
  align-items: center;
  height: 45px;
  border-bottom: 2px solid #ff6a13;
  padding: 0 10px;
  justify-content: space-between;
}
.p-ht .title h3 {
  color: #dc1616;
  font-size: 18px;
  font-weight: bold;
  flex: 1;
}
.p-ht .title a {
  width: 80px;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff7700;
  color: #ff7700;
  font-size: 13px;
  border-radius: 6px;
}
.p-ht .con {
  margin-top: 10px;
}
.p-ht .con .list {
  display: flex;
  flex-wrap: wrap;
}
.p-ht .con .list li {
  width: 20%;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.p-ht .con .list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #009f95;
  color: #fff;
  font-size: 13px;
  margin-right: 6px;
}
.p-ht .con .list li a {
  flex: 1;
  font-size: 13px;
}
.p-ht .con .list li a:hover {
  color: #ff7700;
}

.news-box {
  display: flex;
}
.news-box .img-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 350px;
  border: 1px solid #ff7700;
  padding: 10px;
}
.news-box .img-new .a-ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.news-box .img-new .a-ul li {
  width: 50%;
  height: 40px;
}
.news-box .img-new .a-ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009f95;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 14px;
}
.news-box .img-new .a-ul li a:hover {
  background: #ff7700;
}
.news-box .img-new .a-ul li:nth-child(1) a {
  border-bottom: 1px solid #fff;
}
.news-box .img-new .a-ul li:nth-child(2) {
  border-bottom: 1px solid #fff;
  border-right: none;
}
.news-box .img-new .a-ul li:nth-child(4) {
  border-right: none;
}
.news-box .news {
  margin: 0 20px;
  flex: 1;
}
.news-box .news .tab .tab-btn {
  display: flex;
}
.news-box .news .tab .tab-btn li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background: #009f95;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}
.news-box .news .tab .tab-btn .on {
  background: #ff7700;
}
.news-box .news .tab .tab-con .box {
  display: none;
  padding: 5px;
}
.news-box .news .tab .tab-con .box .hot {
  margin-bottom: 5px;
}
.news-box .news .tab .tab-con .box .hot h3 {
  font-size: 16px;
  color: #1a1e21;
  margin: 8px 0 8px 0;
  font-weight: bold;
}
.news-box .news .tab .tab-con .box .hot h3:hover {
  color: #ff7700;
}
.news-box .news .tab .tab-con .box .hot p {
  font-size: 13px;
  color: #666;
  line-height: 21px;
  text-align: justify-all;
  text-indent: 2em;
}
.news-box .news .tab .tab-con .box .hot p b {
  color: red;
}
.news-box .news .tab .tab-con .box .list li {
  height: 33px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
}
.news-box .news .tab .tab-con .box .list li a {
  flex: 1;
  display: flex;
  font-size: 13px;
  align-items: center;
}
.news-box .news .tab .tab-con .box .list li a:hover {
  color: #ff7700;
}
.news-box .news .tab .tab-con .box .list li a:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #009f95;
  margin-right: 5px;
}
.news-box .news .tab .tab-con .box .list li time {
  width: 120px;
  font-size: 12px;
  color: #666;
  text-align: right;
}
.news-box .news .tab .tab-con .box:nth-child(1) {
  display: block;
}
.news-box .info {
  width: 300px;
  border: 1px solid #ff7700;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-box .info img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.news-box .info p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 21px;
  text-align: justify-all;
  text-indent: 2em;
}
.news-box .info p a {
  color: red;
}

.zjtd-title {
  text-align: center;
  margin: 20px auto;
}
.zjtd-title h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #ff7700;
  font-weight: bold;
}
.zjtd-title p {
  color: #666;
  font-size: 16px;
}

.zjtd {
  display: flex;
}
.zjtd .img {
  width: 200px;
}
.zjtd .img img {
  display: block;
  width: 100%;
}
.zjtd .info {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zjtd .info .name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.zjtd .info .name h3 {
  font-size: 22px;
  color: #ff7700;
  font-weight: bold;
}
.zjtd .info .name span {
  font-size: 16px;
  margin-left: 10px;
  color: #666;
}
.zjtd .info .j p {
  line-height: 24px;
  font-size: 14px;
  text-align: justify-all;
}
.zjtd .info .j p a {
  color: red;
}

.home-list-box {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ff7700;
}
.home-list-box .box {
  width: 50%;
  padding: 10px;
}
.home-list-box .box .title {
  display: flex;
  align-items: center;
  height: 30px;
}
.home-list-box .box .title h3 {
  height: 100%;
  min-width: 80px;
  background: #ff7700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}
.home-list-box .box .title ul {
  flex: 1;
  display: flex;
}
.home-list-box .box .title ul li {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.home-list-box .box .title ul li a {
  display: flex;
  height: 70%;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-right: 1px solid #333;
}
.home-list-box .box .title ul li a:hover {
  color: #ff7700;
}
.home-list-box .box .title ul li:last-child a {
  border-right: none;
}
.home-list-box .box .title .more {
  width: 50px;
  height: 80%;
  color: #ff7700;
  font-size: 14px;
  border: 1px solid #ff7700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-list-box .box .title .more:hover {
  color: #009f95;
  border: 1px solid #009f95;
}
.home-list-box .box .con {
  padding: 0 10px;
}
.home-list-box .box .con .list {
  margin-top: 10px;
}
.home-list-box .box .con .list li {
  height: 34px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
}
.home-list-box .box .con .list li a {
  flex: 1;
  display: flex;
  font-size: 13px;
  align-items: center;
}
.home-list-box .box .con .list li a:hover {
  color: #ff7700;
}
.home-list-box .box .con .list li a:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #009f95;
  margin-right: 5px;
}
.home-list-box .box .con .list li time {
  font-size: 12px;
  color: #666;
  text-align: right;
}

.footer {
  margin-top: 20px;
  padding: 20px;
  border-top: 2px solid #ff7700;
}
.footer .logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.main {
  display: flex;
}
.main .left {
  flex: 1;
}
.main .left .border {
  border-top: 4px solid #ff7700 !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.main .left .hzgz {
  margin: 0 20px 20px 20px;
  display: flex;
}
.main .left .hzgz .l {
  width: 200px;
  background: #ff7700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main .left .hzgz .l h3 {
  font-size: 22px;
  font-weight: bold;
}
.main .left .hzgz .l p {
  margin-top: 15px;
  font-size: 16px;
}
.main .left .hzgz .r {
  flex: 1;
}
.main .left .hzgz .r .ul {
  display: flex;
  flex-wrap: wrap;
}
.main .left .hzgz .r .ul li {
  width: 50%;
  height: 45px;
}
.main .left .hzgz .r .ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #009f95;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.main .left .hzgz .r .ul li:nth-child(2) a {
  background: #ff6c00;
}
.main .left .hzgz .r .ul li:nth-child(3) a {
  background: #e67979;
}
.main .left .hzgz .r .ul li:nth-child(4) a {
  background: #60c879;
}
.main .left .hzgz .r .ul li:nth-child(5) a {
  background: #a588ef;
}
.main .left .hzgz .r .ul li:nth-child(6) a {
  background: #30b0d0;
}
.main .left .page-path {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
}
.main .left .page-path img {
  width: 16px;
  margin-right: 5px;
}
.main .left .page-path a {
  color: #333;
}
.main .left .list {
  padding: 0 20px;
}
.main .left .list li {
  margin: 20px auto;
}
.main .left .list a {
  display: flex;
}
.main .left .list a .img {
  width: 150px;
}
.main .left .list a .img img {
  display: block;
  width: 100%;
}
.main .left .list a .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-left: 20px;
}
.main .left .list a .text h3 {
  font-size: 18px;
}
.main .left .list a .text h3:hover {
  color: #ff7700;
}
.main .left .list a .text p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #666;
}
.main .left .list a .text p b {
  color: red;
}
.main .left .page {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.main .left .article {
  padding: 20px;
}
.main .left .article .title {
  padding: 0 20px;
  line-height: 28px;
  font-size: 20px;
  text-align: center;
}
.main .left .article .info {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}
.main .left .article .con {
  margin-top: 20px;
  line-height: 21px;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.main .left .article .con p {
  margin-bottom: 10px;
}
.main .left .article .con img {
  max-width: 100%;
  height: auto;
}
.main .left .article .con video {
  display: block;
  width: 95%;
  margin: 10px auto;
}
.main .left .article .a-btn {
  font-size: 13px;
}
.main .left .article .a-btn .box {
  margin-top: 20px;
}
.main .left .article .a-btn b {
  margin-right: 10px;
}
.main .right {
  margin-left: 20px;
  width: 300px;
}
.main .right .border {
  border-top: 4px solid #ff7700 !important;
}
.main .right .r-box .title {
  font-size: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.main .right .r-box .con {
  padding: 5px;
}
.main .right .r-box .con .list li {
  display: flex;
  align-items: center;
  height: 30px;
}
.main .right .r-box .con .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #158064;
  margin-right: 10px;
  border-radius: 50%;
}
.main .right .r-box .con .list li a {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.main .right .r-box .con .img-list li {
  padding: 10px;
}
.main .right .r-box .con .img-list li a {
  display: flex;
}
.main .right .r-box .con .img-list li a .img {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .right .r-box .con .img-list li a .img img {
  display: block;
  width: 100%;
}
.main .right .r-box .con .img-list li a .info {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .right .r-box .con .img-list li a .info h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.main .right .r-box .con .img-list li a .info p {
  font-size: 12px;
  color: #666;
  line-height: 21px;
}
.main .right .r-box .con .img-list li a .info p b {
  color: red;
}
.main .right .r-box .con .wz-ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.main .right .r-box .con .wz-ul li {
  width: 50%;
  height: 40px;
  background: #007aff;
}
.main .right .r-box .con .wz-ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 13px;
}
.main .right .r-box .con .wz-ul .bg1 {
  background: #007aff;
}
.main .right .r-box .con .wz-ul .bg2 {
  background: #ff7700;
}
.main .right .r-box .con .wz-ul .bg3 {
  background: #009f95;
}
.main .right .r-box .con .wz-ul .bg4 {
  background: #e67979;
}
