* {
  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 {
  max-width: 640px;
  position: relative;
  padding: 0;
}

.header .nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.header .nav ul li {
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 25%;
  font-size: 0.8rem;
}
.header .nav ul li:nth-child(4) {
  border-right: none;
}
.header .nav ul li:last-child {
  border-right: none;
}

.yygg {
  display: flex;
  width: 95%;
  margin: 0.8rem auto;
  box-shadow: 1px 2px #e9e9e9;
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #eee;
}
.yygg .left {
  width: 3rem;
  margin-right: 0.5rem;
}
.yygg .left img {
  display: block;
  width: 100%;
}
.yygg .right {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.max-title {
  display: flex;
  align-items: center;
  height: 2.8rem;
  padding: 0 0.3rem;
  border-bottom: 1px solid #ccc;
}
.max-title img {
  width: 1.5rem;
  display: block;
  margin-right: 0.5rem;
}
.max-title h2 {
  font-size: 1.2rem;
  font-weight: bold;
}
.max-title p {
  color: #666;
  font-size: 0.85rem;
  margin-left: 0.5rem;
}

.a1-box {
  margin: 1rem auto;
  display: flex;
}
.a1-box .left {
  width: 12rem;
  margin-right: 0.5rem;
}
.a1-box .left .box {
  height: 9rem;
  margin-bottom: 0.5rem;
  background: #d0e0f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem;
}
.a1-box .left .box .p {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.a1-box .left .box .p span {
  display: inline-flex;
  background-color: #88aad6;
  font-weight: bold;
  font-size: 0.9rem;
  color: #fff;
  margin: 0 0.2rem;
  padding: 0 0.3rem;
}
.a1-box .left .box .img-ul {
  margin-top: 0.6rem;
  display: flex;
}
.a1-box .left .box .img-ul li {
  flex: 1;
  margin: 0.2rem;
}
.a1-box .left .box .img-ul li img {
  display: block;
  width: 100%;
}
.a1-box .left .box h3 {
  font-size: 1rem;
  color: #225f7b;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.a1-box .left .box .text {
  font-size: 0.8rem;
}
.a1-box .left .box:nth-child(2) {
  padding: 0.5rem;
  height: 4.2rem;
  background: #bfddeb;
}
.a1-box .right {
  flex: 1;
}
.a1-box .right ul {
  display: flex;
  flex-direction: column;
  height: 9rem;
  margin-bottom: 0.5rem;
}
.a1-box .right ul li {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  background: #bfddeb;
  flex-direction: column;
}
.a1-box .right ul li h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.a1-box .right ul li .text {
  font-size: 0.85rem;
}
.a1-box .right ul li:last-child {
  margin-bottom: 0;
  background: #d0e0f5;
}
.a1-box .right .d-flex {
  background: #f5e9d7;
  align-items: center;
  justify-content: center;
  height: 4.2rem;
}
.a1-box .right .d-flex img {
  width: 3rem;
  display: block;
}
.a1-box .right .d-flex .text {
  font-size: 0.9rem;
  margin-left: 0.5rem;
  color: #c0924a;
  font-weight: bold;
}

.a2-box {
  border: 1px solid #ccc;
  border-radius: 0.6rem;
  width: 95%;
  margin: 1rem auto;
  padding: 0.5rem;
}
.a2-box ul li {
  display: flex;
  align-items: center;
  height: 2rem;
  font-size: 0.8rem;
  border-bottom: 1px dashed #ccc;
  padding: 0 0.3rem;
}
.a2-box ul li:before {
  width: 0.2rem;
  height: 0.2rem;
  background: #ccc;
  content: '';
  margin-right: 0.5rem;
}
.a2-box ul li a {
  display: flex;
  align-items: center;
  flex: 1;
}
.a2-box ul li img {
  margin-left: 0.5rem;
  width: 1rem;
  display: block;
}
.a2-box ul li:last-child {
  border-bottom: none;
}

.a3-box .xxSwiper {
  margin: 1rem auto auto 0;
  overflow: hidden;
}
.a3-box .xxSwiper .swiper-slide {
  width: 15rem;
}
.a3-box .xxSwiper span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  padding: 0.5rem;
  text-align: center;
}
.a3-box .xxSwiper img {
  display: block;
  width: 100%;
}
.a3-box .list li {
  display: flex;
  align-items: center;
  height: 2rem;
  font-size: 0.8rem;
  border-bottom: 1px dashed #ccc;
  padding: 0 0.3rem;
}
.a3-box .list li:before {
  width: 0.2rem;
  height: 0.2rem;
  background: #ccc;
  content: '';
  margin-right: 0.5rem;
}
.a3-box .list li a {
  display: flex;
  align-items: center;
  flex: 1;
}
.a3-box .list li img {
  margin-left: 0.5rem;
  width: 1rem;
  display: block;
}
.a3-box .list li:last-child {
  border-bottom: none;
}

.a4-box {
  padding: 0.5rem;
}
.a4-box .tab-ul {
  margin: 0.5rem auto;
  display: flex;
  width: 85%;
}
.a4-box .tab-ul li {
  flex: 1;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  cursor: pointer;
  font-size: 0.8rem;
}
.a4-box .tab-ul .on {
  background: #6c9dd3;
  color: #fff;
}
.a4-box .tab-con {
  margin-top: 1rem;
}
.a4-box .tab-con .box {
  display: none;
  position: relative;
}
.a4-box .tab-con .box .prev {
  position: absolute;
  left: 16rem;
  top: 4.5rem;
  width: 1.5rem;
  cursor: pointer;
  z-index: 8000;
  border-radius: 50%;
}
.a4-box .tab-con .box:nth-child(1) {
  display: block;
}
.a4-box .tab-con .ys {
  display: flex;
  background: url(../images/bj2_07.jpg) no-repeat left top;
  background-size: contain;
}
.a4-box .tab-con .ys .img {
  width: 10rem;
}
.a4-box .tab-con .ys .img img {
  display: block;
  width: 100%;
}
.a4-box .tab-con .ys .info {
  flex: 1;
  margin-left: 0.5rem;
  padding-top: 4.5rem;
  color: #fff;
}
.a4-box .tab-con .ys .info h3 {
  font-size: 1.2rem;
}
.a4-box .tab-con .ys .info ul {
  margin-top: 0.6rem;
}
.a4-box .tab-con .ys .info ul li {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  height: 1.6rem;
}
.a4-box .tab-con .ys .info ul li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
  border-left: 0.2rem solid #fff;
  margin-right: 0.3rem;
}
.a4-box .bom-box {
  z-index: 9000;
  width: 90%;
  background: #fff;
  margin: -3rem auto 0 auto;
  position: relative;
  border: 1px solid #e9e9e9;
}
.a4-box .bom-box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  font-size: 0.8rem;
  font-weight: bold;
}
.a4-box .bom-box .list {
  margin: 0.3rem;
  padding-bottom: 0.3rem;
  display: flex;
}
.a4-box .bom-box .list li {
  flex: 1;
  margin: 0 0.3rem;
}
.a4-box .bom-box .list li img {
  display: block;
  width: 100%;
}

.jsSwiper {
  margin: 1rem auto;
}

.jsSwiper h1 {
  padding-top: 1rem;
  font-size: 1.35rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.jsSwiper h6 {
  font-size: 0.9rem;
  text-align: center;
  line-height: 2;
  color: #fff;
  padding-bottom: 0.75rem;
}

.jsSwiper .main {
  margin: 0 auto;
  width: 19.8rem;
  background: url(../images/ek_07.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 1rem;
}

.jsSwiper .list {
  background-color: #fff;
  width: 18.15rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  padding: 0.15rem 0.375rem;
}

.jsSwiper .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.375rem 0.75rem 0;
  border-bottom: 1px #ccc dashed;
}

.jsSwiper .list .item img {
  display: block;
  width: 3.15rem;
}

.jsSwiper .list .item p {
  flex: 1;
  line-height: 1.6;
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

.jsSwiper .list .item p b {
  font-size: 0.9rem;
  display: block;
}

.jsSwiper .list .item a {
  background-color: #e98f00;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0 0.75rem;
  font-size: 0.825rem;
  line-height: 1.6rem;
}

.jsSwiper .list .item:last-child {
  border-bottom: none;
}

.jsSwiper .swiper-button-next {
  right: 0;
}
.jsSwiper .swiper-button-next:after {
  color: #bdbdbd;
  font-size: 2rem;
}

.jsSwiper .swiper-button-prev {
  left: 0;
}
.jsSwiper .swiper-button-prev:after {
  color: #bdbdbd;
  font-size: 2rem;
}

.a5-box .tab-ul {
  margin-top: 1rem;
  display: flex;
}
.a5-box .tab-ul li {
  flex: 1;
  margin: 0 0.3rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 1rem;
  font-size: 0.8rem;
  cursor: pointer;
}
.a5-box .tab-ul .on {
  background: #3da4b6;
  color: #fff;
  border: none;
}
.a5-box .con {
  margin-top: 1rem;
}
.a5-box .con .box {
  display: none;
}
.a5-box .con .box:nth-child(1) {
  display: block;
}

.a6-box {
  margin: 1rem auto;
}
.a6-box ul {
  display: flex;
  flex-wrap: wrap;
}
.a6-box ul li {
  width: 50%;
  height: 4rem;
  display: flex;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0.5rem;
}
.a6-box ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.a6-box ul li img {
  width: 3.5rem;
  display: block;
  margin-right: 0.5rem;
}
.a6-box ul li .txt h4 {
  font-size: 0.8rem;
  font-weight: bold;
}
.a6-box ul li .txt p {
  font-size: 0.65rem;
  margin-top: 0.3rem;
  color: #666;
}
.a6-box ul li:nth-child(2) {
  border-right: none;
}
.a6-box ul li:nth-child(n+3) {
  border-bottom: none;
}
.a6-box ul li:last-child {
  border-right: none;
}

.page-path {
  height: 2.3rem;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  border-bottom: 1px solid #ccc;
  font-size: 0.8rem;
}

.page-path img {
  width: 1rem;
  display: block;
  margin-right: 0.3rem;
}

.page-list {
  padding: 0 0.5rem;
}

.page-list .list li {
  padding: 0.5rem 0;
}

.page-list .list h2 {
  border-left: 0.2rem solid #ff6005;
  font-size: 0.8rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.page-list .list .img {
  width: 6rem;
  height: 4rem;
  overflow: hidden;
}

.page-list .list .img img {
  width: 100%;
  display: block;
}

.page-list .list .text {
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 0.5rem;
  font-size: 0.75rem;
  text-indent: 2em;
}

.page-list .list .text b {
  color: #FF8400;
}

.page-list .page {
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.page-common .zx-ul {
  margin: 0.5rem 0;
  display: flex;
}
.page-common .zx-ul li {
  flex: 1;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
}
.page-common .zx-ul li a {
  display: flex;
  width: 100%;
  height: 100%;
}
.page-common .zx-ul li img {
  margin-left: 0.5rem;
  width: 3rem;
  display: block;
}
.page-common .zx-ul li .text {
  margin-left: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-common .zx-ul li .text h4 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #1474c7;
}
.page-common .zx-ul li .text p {
  margin-top: 0.3rem;
  font-size: 0.7rem;
  color: #666;
}
.page-common .zx-ul li:last-child {
  border-right: none;
}

.page-article {
  padding: 0.5rem;
}

.page-article .title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4rem;
  padding-bottom: 0.5rem;
  color: #2e3c87;
  font-weight: bold;
}

.page-article .article-zx {
  display: flex;
  margin-bottom: 0.5rem;
  padding: 0 2rem;
}

.page-article .article-zx li {
  flex: 1;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  background: #0375c4;
  border-radius: 1rem;
}

.page-article .article-zx li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.8rem;
}

.page-article .article-zx li:nth-child(2) {
  background: #ff9d00;
}

.page-article article {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.page-article article p {
  margin-bottom: 0.5rem;
}

.page-article article img {
  max-width: 100%;
  height: auto;
}

.page-article article video {
  max-width: 100%;
}

/*# sourceMappingURL=css.css.map */
