* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  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;
}

.alw img {
  display: block;
  width: 100%;
}

.container {
  width: 1200px;
  position: relative;
  padding: 0;
}

.header .top-text {
  height: 36px;
  display: flex;
  align-items: center;
  background: #565656;
  color: #fff;
  font-size: 13px;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #1c4885;
}
.header .nav ul {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 100%;
}
.header .nav ul > li {
  flex: 1;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.header .nav ul > li:hover .menu {
  display: block;
}
.header .nav ul > li .menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
  background: #032c6a;
}
.header .nav ul > li .menu .box {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
.header .nav ul > li .menu .box:hover {
  background: #437fd3;
}
.header .nav ul > li .menu .box a {
  border-right: none;
}
.header .nav ul > li .menu .box:last-child {
  border-bottom: none;
}
.header .nav ul > li a {
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #fff;
}
.header .nav ul > li:hover {
  background: #437fd3;
}
.header .nav ul li:last-child a {
  border-right: none;
}

.banner .swiper-pagination-bullet {
  width: 50px;
  border-radius: 0;
  background: #afadab;
}
.banner .swiper-pagination-bullet-active {
  background: #1c4885;
}

.a1-box {
  display: flex;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.a1-box .box {
  flex: 1;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
.a1-box .box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.a1-box .box p {
  margin-top: 10px;
  color: #3e98a1;
  font-size: 16px;
}
.a1-box .box ul {
  margin: 10px 0;
  display: flex;
  width: 85%;
}
.a1-box .box ul li {
  flex: 1;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #696969;
  font-size: 14px;
}
.a1-box .box ul li a {
  color: #696969;
}
.a1-box .box ul li:last-child {
  border-right: none;
}
.a1-box .box .case-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.a1-box .box .case-btn a {
  color: #696969;
}
.a1-box .box:nth-child(2) p {
  color: #e4688a;
}
.a1-box .box:nth-child(3) p {
  color: #87aee7;
}
.a1-box .box:nth-child(4) p {
  color: #a89550;
}
.a1-box .box:nth-child(5) p {
  color: #b57e3e;
}
.a1-box .box:nth-child(6) p {
  color: #709b65;
}

.max-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
  height: 50px;
  justify-content: space-between;
}
.max-title h2 {
  font-size: 18px;
  color: #1c4885;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
}
.max-title h2:before {
  display: block;
  content: '';
  height: 50%;
  width: 5px;
  background: #ff7700;
  margin-right: 8px;
}
.max-title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 50%;
  background: #ff7700;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
}

.a2-box {
  display: flex;
}
.a2-box .box {
  width: 320px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.a2-box .box .con {
  margin-top: 10px;
  padding: 10px;
}
.a2-box .box .yy img {
  display: block;
  width: 100%;
}
.a2-box .box .yy p {
  margin-top: 10px;
  font-size: 14px;
  text-indent: 2em;
  line-height: 24px;
}
.a2-box .box .yy p a {
  color: #ff7700;
}
.a2-box .box .l1 {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.a2-box .box .l1 li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a2-box .box .l1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.a2-box .box .l1 li img {
  display: block;
  width: 80%;
  margin-bottom: 5px;
}
.a2-box .box .l1 li span {
  font-size: 13px;
  color: #ff7700;
  font-weight: bold;
}
.a2-box .box .l2 {
  margin-top: 10px;
  display: flex;
}
.a2-box .box .l2 li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.a2-box .box .l2 li img {
  margin-bottom: 5px;
}
.a2-box .box .l2 li p {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.a2-box .box .list {
  margin-top: -15px;
  margin-bottom: 6px;
}
.a2-box .box .list li {
  display: flex;
  align-items: center;
  height: 32px;
  font-size: 14px;
}
.a2-box .box .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #1e4878;
  margin-right: 8px;
}
.a2-box .box .list li:last-child {
  border-bottom: none;
}
.a2-box .news {
  flex: 1;
  margin: 0 20px;
  border: 1px solid #ccc;
  padding: 10px;
}
.a2-box .news .tab-ul {
  display: flex;
}
.a2-box .news .tab-ul li {
  flex: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  font-size: 16px;
  cursor: pointer;
}
.a2-box .news .tab-ul .on {
  background: #1c4885;
  color: #fff;
}
.a2-box .news .tab-con {
  margin-top: 15px;
}
.a2-box .news .tab-con .t-box {
  display: none;
}
.a2-box .news .tab-con .t-box .hot a {
  display: flex;
  align-items: center;
}
.a2-box .news .tab-con .t-box .hot a .img {
  width: 150px;
  height: 100px;
  overflow: hidden;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a2-box .news .tab-con .t-box .hot a .img img {
  display: block;
  width: 100%;
}
.a2-box .news .tab-con .t-box .hot a .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.a2-box .news .tab-con .t-box .hot a .text h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.a2-box .news .tab-con .t-box .hot a .text p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-indent: 2em;
}
.a2-box .news .tab-con .t-box .hot a .text p b {
  color: #ff7700;
}
.a2-box .news .tab-con .t-box .list {
  margin-top: 10px;
}
.a2-box .news .tab-con .t-box .list li {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}
.a2-box .news .tab-con .t-box .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #1e4878;
  margin-right: 8px;
  margin-left: 5px;
}
.a2-box .news .tab-con .t-box .list li:last-child {
  border-bottom: none;
}
.a2-box .news .tab-con .t-box:nth-child(1) {
  display: block;
}

.a3-box {
  border: 1px solid #ccc;
  padding: 0 10px;
}
.a3-box .left {
  width: 345px;
}
.a3-box .left .box {
  padding: 0 5px;
}
.a3-box .left .box .title {
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 0 5px;
}
.a3-box .left .box .title h4 {
  color: #1c4885;
  font-size: 20px;
  font-weight: bold;
}
.a3-box .left .box .title p {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 13px;
  color: #dbdbdb;
}
.a3-box .left .box .ul {
  display: flex;
  flex-wrap: wrap;
}
.a3-box .left .box .ul li {
  width: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.a3-box .left .box .ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
}
.a3-box .left .box .ul li a:hover {
  background: #86aee5;
  color: #fff;
}
.a3-box .left .box .ul li a:hover span {
  color: #fff;
}
.a3-box .left .box .ul li a span {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
.a3-box .right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.a3-box .right .box {
  width: 50%;
  padding-left: 20px;
}
.a3-box .right .box .title {
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 0 5px;
}
.a3-box .right .box .title h4 {
  color: #1c4885;
  font-size: 20px;
  font-weight: bold;
}
.a3-box .right .box .title p {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 13px;
  color: #dbdbdb;
}
.a3-box .right .box .con {
  padding: 0 5px;
}
.a3-box .right .box .con .hot a {
  display: flex;
  align-items: center;
}
.a3-box .right .box .con .hot a .img {
  width: 130px;
  height: 90px;
  overflow: hidden;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a3-box .right .box .con .hot a .img img {
  display: block;
  width: 100%;
}
.a3-box .right .box .con .hot a .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.a3-box .right .box .con .hot a .text h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.a3-box .right .box .con .hot a .text p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-indent: 2em;
}
.a3-box .right .box .con .hot a .text p b {
  color: #ff7700;
}
.a3-box .right .box .con .list {
  margin-top: 8px;
}
.a3-box .right .box .con .list li {
  display: flex;
  align-items: center;
  height: 35px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}
.a3-box .right .box .con .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #1e4878;
  margin-right: 8px;
  margin-left: 5px;
}
.a3-box .right .box .con .list li:last-child {
  border-bottom: none;
}

.a4-box .left {
  width: 588px;
}
.a4-box .left .box {
  position: relative;
}
.a4-box .left .box .info {
  position: absolute;
  left: 300px;
  top: 0;
  height: 100%;
  color: #fff;
  padding-top: 50px;
  padding-right: 40px;
}
.a4-box .left .box .info h3 {
  font-size: 24px;
  font-weight: bold;
}
.a4-box .left .box .info .sc {
  width: 90px;
  height: 36px;
  text-align: center;
  color: #fff;
  background-color: #497abf;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.a4-box .left .box .info p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
}
.a4-box .left .box .info p b {
  color: red;
}
.a4-box .left .ul {
  display: flex;
}
.a4-box .left .ul li {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 16px;
  border: 1px solid #ececec;
}
.a4-box .left .ul li img {
  margin-right: 10px;
}
.a4-box .left .ul li p {
  display: flex;
  align-items: center;
  height: 100%;
}
.a4-box .left .ul li span {
  font-size: 24px;
  color: #0553bf;
  font-weight: bold;
  margin: 0 5px;
}
.a4-box .left .ul li:nth-child(2) {
  background: #ececec;
}
.a4-box .left .ul2 {
  display: flex;
  border-right: 1px solid #ececec;
}
.a4-box .left .ul2 li {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 16px;
  border: 1px solid #ececec;
  border-top: none;
  border-right: none;
}
.a4-box .left .ul2 li img {
  margin-right: 10px;
}
.a4-box .left .ul2 li a {
  color: #ff7700;
  font-weight: bold;
}
.a4-box .left .ul2 li p {
  display: flex;
  align-items: center;
  height: 100%;
}
.a4-box .left .swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  height: 60px;
  width: 40px;
}
.a4-box .left .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  height: 60px;
  width: 40px;
}
.a4-box .right {
  flex: 1;
  margin-left: 20px;
}
.a4-box .right .list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.a4-box .right .list li {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50%;
}
.a4-box .right .list li a {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.a4-box .right .list li a .img {
  width: 31%;
  display: block;
}
.a4-box .right .list li a h3 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #176ce1;
}
.a4-box .right .list li a p {
  margin-top: 5px;
  font-size: 14px;
}
.a4-box .right .list li a .m {
  margin-top: 5px;
  color: #fd8500;
  font-size: 14px;
  font-weight: bold;
}

.a5-box {
  display: flex;
}
.a5-box .left {
  flex: 1;
}
.a5-box .left .box {
  display: none;
}
.a5-box .left .box .l {
  flex: 1;
  background: #f3f3f3;
  padding: 0 20px;
}
.a5-box .left .box .l span {
  display: flex;
  font-size: 30px;
  color: rgba(51, 51, 51, 0.15);
  font-style: italic;
  margin-top: 33px;
  justify-content: center;
  width: 100%;
}
.a5-box .left .box .l h3 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
}
.a5-box .left .box .l p {
  font-size: 14px;
  text-indent: 2em;
  line-height: 24px;
  color: #666;
}
.a5-box .left .box .l .m {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.a5-box .left .box .l .m a {
  color: #ff9000;
  font-size: 18px;
  margin-right: 20px;
  font-weight: bold;
}
.a5-box .left .box .l .m img {
  margin-left: 20px;
}
.a5-box .left .box .r {
  margin-left: 10px;
  width: 496px;
}
.a5-box .left .box .r img {
  display: block;
  width: 100%;
}
.a5-box .left .box:nth-child(1) {
  display: block;
}
.a5-box .right {
  width: 260px;
  margin-left: 30px;
  display: flex;
}
.a5-box .right ul {
  height: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
}
.a5-box .right li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  background: #e7e7e7;
  border-bottom: 1px solid #fff;
  position: relative;
  font-weight: bold;
}
.a5-box .right li:before {
  display: none;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #87aee7;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.a5-box .right li:last-child {
  border-bottom: none;
}
.a5-box .right .on {
  background: #87aee7;
  color: #fff;
}
.a5-box .right .on:before {
  display: block;
}

.footer {
  margin-top: 30px;
  background: #1c4885;
  padding-top: 20px;
}
.footer .box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .box .logo {
  width: 305px;
  display: block;
}
.footer .box .info {
  color: #fff;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  padding: 0 30px;
}
.footer .box .info h4 {
  font-size: 22px;
}
.footer .box .info h4 i {
  font-size: 16px;
  padding-left: 3px;
}
.footer .box .info .tel {
  font-size: 22px;
  height: 50px;
  display: flex;
  align-items: center;
}
.footer .box .info .tel img {
  margin-right: 10px;
}
.footer .box .info p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}
.footer .box .wx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .box .wx p {
  color: #fff;
  font-size: 14px;
}
.footer .box .wx img {
  width: 100px;
  display: block;
  margin-bottom: 10px;
}
.footer .box:nth-child(2) {
  flex: 2;
}
.footer .bom {
  background: #053984;
  text-align: center;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .bom p {
  color: #fff;
  font-size: 14px;
}

.page-main {
  display: flex;
}
.page-main .left {
  width: 300px;
  margin-right: 20px;
}
.page-main .left .box {
  border: 1px solid #1c4885;
}
.page-main .left .box .title {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #1c4885;
  justify-content: space-between;
}
.page-main .left .box .title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.page-main .left .box .title .more {
  color: #fff;
  font-size: 14px;
}
.page-main .left .box .con {
  margin-top: 10px;
  padding: 10px;
}
.page-main .left .box .yy .img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.page-main .left .box .yy p {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
}
.page-main .left .box .yy p a {
  color: red;
}
.page-main .left .box .yy .ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.page-main .left .box .yy .ul li {
  width: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.page-main .left .box .yy .ul li a {
  width: 100%;
  height: 100%;
  border: 1px solid #65a3f9;
  color: #65a3f9;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
}
.page-main .left .box .yy .ul li a img {
  margin-right: 10px;
}
.page-main .left .box .yy .tel {
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 50px;
  background: #cfcece;
  color: #e35a08;
  font-weight: bold;
  font-size: 24px;
  padding-left: 20px;
}
.page-main .left .box .yy .tel img {
  margin-right: 15px;
}
.page-main .left .box .zj .swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  height: 30px;
  width: 30px;
}
.page-main .left .box .zj .swiper-button-next:after {
  font-size: 18px;
}
.page-main .left .box .zj .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  height: 30px;
  width: 30px;
}
.page-main .left .box .zj .swiper-button-prev:after {
  font-size: 18px;
}
.page-main .left .box .wz ul {
  display: flex;
  flex-wrap: wrap;
}
.page-main .left .box .wz ul li {
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.page-main .left .box .wz ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
}
.page-main .left .box .wz ul li a img {
  margin-bottom: 5px;
  width: 60px;
}
.page-main .main {
  flex: 1;
}
.page-main .main .page-path {
  display: flex;
  align-items: center;
  height: 40px;
  background: #b2b2b2;
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
}
.page-main .main .page-path img {
  margin-right: 10px;
}
.page-main .main .page-path a {
  color: #fff;
}
.page-main .main .list li {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
.page-main .main .list li a {
  display: flex;
}
.page-main .main .list li a .img {
  width: 160px;
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.page-main .main .list li a .img img {
  display: block;
  width: 100%;
}
.page-main .main .list li a .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.page-main .main .list li a .text h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-main .main .list li a .text p {
  font-size: 14px;
  text-indent: 2em;
  line-height: 24px;
  color: #666;
}
.page-main .main .list li a .text p b {
  color: red;
}
.page-main .main .page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}
.page-main .main .article .title {
  text-align: center;
  font-size: 24px;
  padding: 20px;
  line-height: 35px;
}
.page-main .main .article .info {
  display: flex;
  align-items: center;
  height: 45px;
  border: 1px solid #1e4787;
  padding: 0 10px;
}
.page-main .main .article .info p {
  flex: 1;
  font-size: 14px;
}
.page-main .main .article .info ul {
  width: 200px;
  display: flex;
  align-items: center;
  height: 100%;
}
.page-main .main .article .info ul li {
  flex: 1;
  margin-left: 10px;
  height: 80%;
  background: #1e4787;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-main .main .article .info ul li a {
  color: #fff;
}
.page-main .main .article .info ul li:nth-child(2) {
  background: #f88d00;
}
.page-main .main .article article {
  margin-top: 20px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 14px;
}
.page-main .main .article article img {
  max-width: 100%;
  height: auto;
}
.page-main .main .article article p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=css.css.map */
