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

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

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;
}

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

.container {
  width: 1200px;
  padding: 0;
}

.banner .swiper-pagination-bullet {
  width: 100px;
  border-radius: 0;
}

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

.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #1e6acc;
}
.header .nav ul {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .nav ul li {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
}
.header .nav ul li a:hover {
  background: #104c95;
}

.max-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  border-bottom: 1px solid #ccc;
}
.max-title h3 {
  font-size: 20px;
  color: #1e6acc;
  padding: 0 8px;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  height: 100%;
  align-items: center;
  margin-bottom: -2px;
}
.max-title h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1e6acc;
}
.max-title p {
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #888;
  margin-left: 10px;
}
.max-title .more {
  font-size: 13px;
  color: #888;
  margin-right: 10px;
}

.jbwz {
  margin: 20px auto;
  display: flex;
}
.jbwz .box {
  flex: 1;
  display: flex;
}
.jbwz .box .left {
  width: 160px;
  background: #1e6acc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}
.jbwz .box .left img {
  display: block;
  margin-bottom: 10px;
}
.jbwz .box .left h3 {
  font-size: 23px;
  color: #fff;
  font-weight: bold;
}
.jbwz .box .right {
  flex: 1;
}
.jbwz .box .right ul {
  display: flex;
  flex-wrap: wrap;
}
.jbwz .box .right ul li {
  width: 50%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
.jbwz .box .right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #efefef;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.jbwz .box .right ul li a:hover {
  background: #df6a61;
  color: #fff;
}
.jbwz .box .right ul li:last-child a:hover {
  background: #efefef;
}
.jbwz .box .right ul li a img{
    display: block;
    width: 60px;
    height: 60px;
}
.yy-news {
  margin: 20px auto;
  display: flex;
}
.yy-news .left {
  width: 300px;
}
.yy-news .left .con {
  padding: 20px 10px;
  font-size: 14px;
}
.yy-news .left .con img {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.yy-news .left .con p {
  text-indent: 2em;
  line-height: 24px;
}
.yy-news .left .con p a {
  color: red;
}
.yy-news .main {
  flex: 1;
  margin: 0 20px;
}
.yy-news .main .con {
  padding: 20px 10px;
}
.yy-news .main .con .hot h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.yy-news .main .con .hot p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-indent: 2em;
}
.yy-news .main .con .hot p b {
  color: red;
}
.yy-news .main .con .list {
  margin-top: 6px;
}
.yy-news .main .con .list li {
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
}
.yy-news .main .con .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #FF9900;
  margin-right: 8px;
}
.yy-news .main .con .list li a {
  flex: 1;
}
.yy-news .main .con .list li time {
  font-size: 13px;
  color: #999;
}
.yy-news .main .con .list li:last-child {
  border-bottom: none;
}
.yy-news .right {
  width: 300px;
}
.yy-news .right .con {
  padding: 20px 10px;
}
.yy-news .right .con ul {
  display: flex;
  height: 260px;
  flex-direction: column;
}
.yy-news .right .con ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CC6699;
  margin-bottom: 10px;
}
.yy-news .right .con ul li a {
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yy-news .right .con ul li a .img {
  width: 50px;
  margin-left: 30px;
  margin-right: 20px;
}
.yy-news .right .con ul li a .img img {
  width: 100%;
  display: block;
}
.yy-news .right .con ul li a .info {
  flex: 1;
}
.yy-news .right .con ul li a .info h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.yy-news .right .con ul li a .info span {
  font-size: 13px;
}
.yy-news .right .con ul li:nth-child(2) {
  background: #df6a61;
}
.yy-news .right .con ul li:nth-child(3) {
  background: #FF9933;
}

.zjtd .title {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 60px;
  background: #1e6acc;
  justify-content: space-between;
}
.zjtd .title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.zjtd .title .more {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.zjtd .title .more img {
  margin-left: 10px;
}
.zjtd .left-zj {
  width: 900px;
  padding: 20px 0 0 0;
}
.zjtd .left-zj .box .img {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zjtd .left-zj .box .img img {
  display: block;
  width: 100%;
}
.zjtd .left-zj .box .info {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zjtd .left-zj .box .info .name {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  margin-bottom: 10px;
}
.zjtd .left-zj .box .info .name h4 {
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
}
.zjtd .left-zj .box .info .text {
  background: #f4f4f4;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0;
}
.zjtd .left-zj .box .info .text b {
  color: red;
}
.zjtd .left-zj .box .info .more {
  margin-top: 10px;
  background: #1e6acc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 36px;
  font-size: 16px;
}
.zjtd .left-zj .jy {
  margin-top: 30px;
}
.zjtd .left-zj .jy ul {
  display: flex;
  flex-wrap: wrap;
}
.zjtd .left-zj .jy ul li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f9f9f9;
  height: 125px;
  border-bottom: 4px solid #fff;
  color: #484848;
}
.zjtd .left-zj .jy ul li h4 {
  font-size: 18px;
  font-weight: bold;
}
.zjtd .left-zj .jy ul li span {
  font-size: 16px;
  margin-top: 10px;
}
.zjtd .left-zj .jy ul li img {
  margin-bottom: 10px;
}
.zjtd .left-zj .jy ul li b {
  font-size: 16px;
}
.zjtd .left-zj .jy ul li:nth-child(1) {
  background: #df6a61;
  color: #fff;
}
.zjtd .left-zj .jy ul li:nth-child(2n) {
  border-left: 4px solid #fff;
}
.zjtd .right-wd {
  margin-top: 20px;
  margin-left: 20px;
  flex: 1;
  border: 1px solid #ccc;
  padding: 10px;
}
.zjtd .right-wd .m-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  height: 45px;
  color: #1e6acc;
  font-size: 18px;
  padding: 0 10px;
  font-weight: bold;
}
.zjtd .right-wd .m-title img {
  width: 29px;
  margin-right: 5px;
}
.zjtd .right-wd .text {
  padding: 5px;
}
.zjtd .right-wd .text p {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
  color: #777;
}
.zjtd .right-wd .con {
  padding: 10px;
}
.zjtd .right-wd .con .list {
  margin-top: 10px;
}
.zjtd .right-wd .con .list a:hover {
  color: #1e6acc;
}
.zjtd .right-wd .con .list .t {
  height: 50px;
  display: flex;
  align-items: center;
}
.zjtd .right-wd .con .list .t b {
  display: flex;
  font-size: 30px;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  background: #1e6acc;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.zjtd .right-wd .con .list .t h4 {
  font-size: 15px;
  line-height: 24px;
  flex: 1;
}
.zjtd .right-wd .con .list p {
  text-indent: 2em;
  margin-top: 5px;
  font-size: 13px;
  line-height: 24px;
  color: #777;
}
.zjtd .right-wd .con .list p b {
  color: red;
}

.home-list {
  display: flex;
  flex-wrap: wrap;
}

.home-list .box {
  width: 50%;
  padding: 10px;
}

.home-list .box .con {
  padding: 10px;
}

.home-list .box ul li {
  display: flex;
  align-items: center;
  height: 36px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}

.home-list .box ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #f9a201;
  margin-right: 8px;
}

.home-list .box ul li a {
  flex: 1;
  display: flex;
  align-items: center;
}

.home-list .box ul li time {
  color: #888;
}

.yyhj .con {
  padding: 20px 10px;
}

.footer {
  margin-top: 20px;
  background: #1e6acc;
  border-top: 5px solid #df6a61;
}

.footer .container {
  width: 1000px;
}

.footer .left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 500px;
  position: relative;
}

.footer .left:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}

.footer .left img {
  width: 70px;
}

.footer .left h2 {
  font-size: 40px;
  color: #fff;
  margin-left: 20px;
}

.footer .right {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer .right p {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
}

.page-main {
  display: flex;
}
.page-main .left {
  flex: 1;
}
.page-main .left .path {
  display: flex;
  align-items: center;
  height: 40px;
  background: #eee;
  color: #1e6acc;
  font-weight: bold;
  font-size: 14px;
  padding: 0 10px;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}
.page-main .left .path a {
  color: #1e6acc;
}
.page-main .left .list {
  padding: 0 10px;
}
.page-main .left .list dl {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
.page-main .left .list dl dt {
  font-size: 16px;
}
.page-main .left .list dl dt a {
  color: #1e6acc;
}
.page-main .left .list dl dd {
  margin-top: 10px;
}
.page-main .left .list dl dd p {
  color: #666;
  font-size: 13px;
  line-height: 21px;
  text-indent: 2em;
}
.page-main .left .list dl dd p a {
  color: red;
}
.page-main .left .page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 20px auto;
}
.page-main .left .a-ul {
  display: flex;
}
.page-main .left .a-ul li {
  flex: 1;
  height: 40px;
  margin: 0 10px;
  background: #1e6acc;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-main .left .a-ul li a {
  color: #fff;
}
.page-main .left .a-ul li:nth-child(2) {
  background: #df6a61;
}
.page-main .left .tj-list {
  padding: 20px;
}
.page-main .left .tj-list .con {
  padding: 10px;
}
.page-main .left .tj-list .con ul li {
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
}
.page-main .left .tj-list .con ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #FF9900;
  margin-right: 8px;
}
.page-main .left .tj-list .con ul li a {
  flex: 1;
}
.page-main .left .tj-list .con ul li time {
  font-size: 13px;
  color: #999;
}
.page-main .left .tj-list .con ul li:last-child {
  border-bottom: none;
}
.page-main .left .article-title {
  text-align: center;
  font-size: 22px;
  padding: 20px;
}
.page-main .left .zx-info {
  margin: 0 auto;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: #1e6acc;
  color: #fff;
  height: 36px;
}
.page-main .left .zx-info a {
  background: #ff7d00;
  color: #fff;
  width: 90px;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 20px;
}
.page-main .left article {
  padding: 20px;
  font-size: 14px;
}
.page-main .left article p {
  margin-bottom: 10px;
}
.page-main .left article img {
  max-width: 100%;
  height: auto;
}
.page-main .left .a-btn {
  padding: 0 20px;
  margin-bottom: 20px;
}
.page-main .left .a-btn li {
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 14px;
}
.page-main .right {
  width: 300px;
  margin-left: 20px;
}
.page-main .right .box .con {
  padding: 10px;
}
.page-main .right .box .yy {
  margin-top: 10px;
}
.page-main .right .box .yy img {
  display: block;
  width: 100%;
}
.page-main .right .box .yy p {
  margin-top: 8px;
  font-size: 14px;
  text-indent: 2em;
  line-height: 24px;
}
.page-main .right .box .yy p a {
  color: red;
}
.page-main .right .box .ys {
  margin-top: 10px;
}
.page-main .right .box .ys img {
  display: block;
  width: 100%;
}
.page-main .right .box .ys p {
  background: #1e6acc;
  color: #fff;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-main .right .box .lx {
  margin-top: 10px;
}
.page-main .right .box .lx img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.page-main .right .box .lx p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 14px;
}
.page-main .right .box .lx p b {
  color: red;
}
.page-main .right .box .a-ul {
  display: flex;
}
.page-main .right .box .a-ul li {
  flex: 1;
}
.page-main .right .box .a-ul li a {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-main .right .box .a-ul li a img {
  width: 50px;
  display: block;
}
.page-main .right .box .a-ul li a span {
  font-size: 14px;
  margin-top: 6px;
}

/*# sourceMappingURL=css.css.map */
