* {
  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;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.alw img {
  display: block;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.header .logo {
  margin: 10px auto;
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6639a6;
  height: 60px;
}
.header .nav ul {
  width: 1200px;
  display: flex;
  height: 100%;
}
.header .nav ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .nav ul li a {
  font-size: 18px;
  color: #fff;
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
.header .nav ul li a:hover {
  color: #ff7700;
}
.header .nav ul li:last-child a {
  border-right: none;
}

.banner .swiper-pagination-bullet-active {
  background: #6639a6;
}

.home-max-title {
  display: flex;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}
.home-max-title .title {
  flex: 1;
  height: 100%;
  font-size: 16px;
  color: #6639a6;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.home-max-title .title:before {
  margin-right: 10px;
  content: '';
  width: 5px;
  height: 50%;
  background: #6639a6;
}
.home-max-title .more {
  width: 100px;
  height: 100%;
  color: #666;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a1-box {
  margin-top: 10px;
  display: flex;
}
.a1-box .news {
  flex: 1;
}
.a1-box .news .ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.a1-box .news .ul li {
  width: 50%;
  padding: 10px;
}
.a1-box .news .ul li a {
  display: flex;
}
.a1-box .news .ul li a:hover {
  color: red;
}
.a1-box .news .ul li a .img {
  width: 150px;
}
.a1-box .news .ul li a .img img {
  display: block;
  width: 100%;
}
.a1-box .news .ul li a .info {
  flex: 1;
  margin-left: 10px;
}
.a1-box .news .ul li a .info h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.a1-box .news .ul li a .info p {
  font-size: 13px;
  color: #666;
  line-height: 21px;
}
.a1-box .news .ul li a .info p b {
  color: red;
}
.a1-box .news .list {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
}
.a1-box .news .list li {
  width: 50%;
  height: 26px;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.a1-box .news .list li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #ff7700;
  margin-right: 10px;
}
.a1-box .news .list li a {
  flex: 1;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a1-box .news .list li a time {
  color: #999;
}
.a1-box .yy {
  margin-left: 20px;
  width: 400px;
}
.a1-box .yy .con {
  padding: 20px;
}
.a1-box .yy .con .j-box img {
  width: 300px;
  margin: 0 auto;
  display: block;
}
.a1-box .yy .con .j-box p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  text-align: justify;
  text-indent: 2em;
}
.a1-box .yy .con .j-box p a {
  color: red;
}

.zj-swiper {
  margin-top: 30px;
}
.zj-swiper .swiper-button-next {
  color: #6639a6;
}
.zj-swiper .swiper-button-prev {
  color: #6639a6;
}
.zj-swiper .swiper-slide {
  display: flex;
}
.zj-swiper .swiper-slide .slide_left {
  width: 150px;
}
.zj-swiper .swiper-slide .slide_left img {
  display: block;
  width: 100%;
}
.zj-swiper .swiper-slide .slide_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-left: 20px;
}
.zj-swiper .swiper-slide .slide_right .name {
  font-size: 30px;
  margin-bottom: 20px;
  color: #6639a6;
  font-weight: bold;
}
.zj-swiper .swiper-slide .slide_right .name span {
  font-size: 16px;
  margin-left: 10px;
  color: #333;
  font-weight: normal;
}
.zj-swiper .swiper-slide .slide_right .ry {
  padding-left: 10px;
}
.zj-swiper .swiper-slide .slide_right .ry li {
  font-size: 14px;
  margin-bottom: 5px;
  list-style: disc;
}
.zj-swiper .swiper-slide .slide_right .zx-btn {
  display: flex;
}
.zj-swiper .swiper-slide .slide_right .zx-btn li {
  flex: 1;
  height: 30px;
  background: #ff7700;
  color: #fff;
  font-size: 14px;
  margin: 5px;
}
.zj-swiper .swiper-slide .slide_right .zx-btn li a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.zj-swiper .swiper-slide .slide_right .zx-btn li:nth-child(2) {
  background: #01AAED;
}

.a3-box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.a3-box .box {
  width: 33.3%;
  padding: 0 5px;
}
.a3-box .box .list {
  padding: 10px 20px;
}
.a3-box .box .list li {
  height: 26px;
  font-size: 13px;
  list-style: circle;
}
.a3-box .box .list li a {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a3-box .box .list li a time {
  color: #999;
}

.a5-box .con {
  padding: 20px;
}

.footer {
  background: #2e2d3b;
  color: #fff;
  padding: 20px;
}
.footer .logo {
  width: 300px;
}
.footer .logo img {
  display: block;
  width: 100%;
}
.footer .info {
  margin-left: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .info p {
  font-size: 14px;
  margin-bottom: 10px;
}

.nav-path {
  margin: 20px auto;
  display: flex;
  align-items: center;
  height: 45px;
  background: #eee;
}
.nav-path .container {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 100%;
  font-size: 14px;
}
.nav-path .container img {
  width: 25px;
  margin-right: 10px;
}
.nav-path .container a {
  color: #6639a6;
  font-weight: bold;
}

.main {
  display: flex;
  margin-bottom: 20px;
}
.main .left {
  flex: 1;
  background: #eee;
  padding: 10px;
}
.main .left .list-box {
  background: #fff;
  padding: 10px;
}
.main .left .list-box .list li {
  padding: 10px;
}
.main .left .list-box .list li a {
  display: flex;
}
.main .left .list-box .list li a .img {
  width: 140px;
}
.main .left .list-box .list li a .img img {
  display: block;
  width: 100%;
}
.main .left .list-box .list li a .text {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .left .list-box .list li a .text h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.main .left .list-box .list li a .text p {
  color: #666;
  font-size: 14px;
  line-height: 21px;
}
.main .left .list-box .list li a .text p b {
  color: red;
}
.main .left .list-box .page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.main .right {
  margin-left: 20px;
  width: 300px;
  background: #eee;
  padding: 10px;
}
.main .right .box {
  background: #fff;
  padding: 0 10px;
}
.main .right .box .title {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}
.main .right .box .title h3 {
  font-size: 18px;
  color: #6639a6;
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.main .right .box .title h3:before {
  content: '';
  width: 3px;
  height: 40%;
  background: #6639a6;
  margin-right: 10px;
}
.main .right .box .con {
  width: 100%;
}
.main .right .box .con .ul {
  padding: 10px;
  width: 100%;
}
.main .right .box .con .ul li {
  height: 26px;
  font-size: 13px;
  list-style: circle;
  margin-left: 10px;
}
.main .right .box .con .ul li a {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .right .box .con .ul li a time {
  color: #999;
  font-size: 12px;
}
.main .right .box .con .img-list li {
  padding: 10px;
}
.main .right .box .con .img-list li a {
  display: flex;
}
.main .right .box .con .img-list li a .img {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .right .box .con .img-list li a .img img {
  width: 100%;
  display: block;
}
.main .right .box .con .img-list li a .info {
  flex: 1;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .right .box .con .img-list li a .info h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.main .right .box .con .img-list li a .info p {
  color: #666;
  font-size: 13px;
  line-height: 21px;
}
.main .right .box .con .img-list li a .info p b {
  color: red;
}

.main .left .article-box {
  background: #fff;
  padding: 20px;
}

.main .left .article-box .title {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.main .left .article-box .info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  height: 40px;
}

.main .left .article-box .article {
  border-top: 1px solid #ccc;
  font-size: 12px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main .left .article-box .article img {
  max-width: 100%;
  height: 100%;
}

.main .left .article-box .article p {
  margin-bottom: 20px;
}

.main .left .article-box .a-btn {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.main .left .article-box .a-btn .box {
  margin-bottom: 10px;
  font-size: 13px;
}

.main .left .article-box .a-btn .box b {
  margin-right: 10px;
}

.main .left .article-box .a-btn .box a {
  color: #333;
}

/*# sourceMappingURL=css.css.map */
