@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.end {
  justify-content: flex-end;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.content {
  width: 14.4rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 0.14rem;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.red {
  color: #ce171f !important;
}
.blue {
  color: #123a8d;
}
.phone {
  display: none;
}
/*banner*/
.header_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 1.17rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  z-index: 91;
}
.header {
  width: 16.4rem;
  margin: 0 auto;
}
.header_right {
  width: 9.7rem;
}
.logo img {
  width: 3.82rem;
}
.nav {
  width: 8.3rem;
  color: #fff;
  font-size: 0.17rem;
}
.nav li {
  line-height: 1.17rem;
  position: relative;
}
.nav li::after {
  width: 100%;
  height: 4px;
  display: block;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.nav li.active::after {
  transform: scale(1, 1);
}
.nav li:hover::after {
  transform: scale(1, 1);
}
.ss_btn {
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/ss.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.m_header_bg {
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.m_header_bg .nav {
  color: #333;
}
.m_header_bg .nav li::after {
  background: #123a8d;
}
.m_header_bg .ss_btn {
  background: url(../images/ss1.png) no-repeat;
  background-size: 100% 100%;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #123a8d;
  z-index: 110;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
}
.search_con {
  width: 770px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  padding: 0 30px;
  margin: 2% 0;
}
.ss_txt {
  width: 680px;
  height: 56px ;
  border: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.key b {
  font-size: 18px;
}
.key a {
  margin-left: 2%;
}
.search_close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.3rem;
  right: 0.6rem;
  cursor: pointer;
}
.search_logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 6.25%;
}
.search_logo img {
  width: 100%;
}
.banner_down {
  width: 2.38rem;
  background: #123a8d;
  color: #fff;
  font-size: 0.17rem;
}
.banner_down img {
  width: 0.1rem;
  height: 0.17rem;
  margin-left: 0.6rem;
}
.swiper_btn {
  width: 7.8rem;
  height: 1.05rem;
  background: rgba(0, 0, 0, 0.35);
  bottom: 0;
  right: 0;
  z-index: 8;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-pagination {
  position: static;
  margin: 0;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next {
  width: 0.11rem;
  height: 0.17rem;
  opacity: 1;
}
.swiper_btn .swiper-button-prev::After,
.swiper_btn .swiper-button-next::After {
  display: none;
}
.swiper_btn .swiper-button-prev {
  background: url(../images/nar1.png) no-repeat;
  background-size: 100% 100%;
}
.swiper_btn .swiper-button-next {
  background: url(../images/nar2.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 1.1rem;
}
.swiper_btn .swiper-pagination {
  width: auto;
  margin-left: 0.4rem;
}
.swiper_btn .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/dot1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 0.05rem;
  opacity: 1;
}
.swiper_btn .swiper-pagination-bullet-active {
  background: url(../images/dot.png) no-repeat;
  background-size: 100% 100%;
}
.page {
  text-align: center;
}
.page a {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 100%;
  line-height: 0.56rem;
  display: inline-block;
  text-align: center;
  border: solid 1px #eeeeee;
  margin: 0 5px;
}
.page a.active {
  background: #123a8d;
  color: #fff;
}
.bg1 {
  background: url(../images/bg1.jpg) no-repeat center bottom;
  background-size: 100%;
  padding: 1rem 0 0;
  height: 10.3rem;
}
.tit {
  line-height: 1;
}
.tit h2 {
  background-image: linear-gradient(#f3f4f3, #fbfcfb);
  color: transparent;
  -webkit-background-clip: text;
  font-size: 1.21rem;
  text-transform: uppercase;
  font-family: Arial;
}
.tit h4 {
  font-size: 0.48rem;
  margin-top: -0.6rem;
}
.tit p {
  color: #757575;
  font-size: 0.24rem;
  margin: 0.15rem 0 0;
}
.about_txt {
  margin: 0.3rem 1rem 0.8rem;
  font-size: 0.17rem;
  line-height: 0.38rem;
  height: 1.9rem;
  overflow: hidden;
}
.about_num li {
  width: 25%;
  text-align: center;
}
.about_num li h3 {
  font-size: 0.18rem;
  color: #565656;
  line-height: 1.3;
}
.about_num li h3 b {
  font-size: 0.6rem;
  color: #454545;
  font-family: Arial;
}
.about_num li span {
  vertical-align: top;
  margin-left: 0.1rem;
}
.line {
  width: 100%;
  bottom: 0.73rem;
  left: 0;
}
.about_nav {
  left: 0;
  right: 0;
  top: 0;
  padding: 0 1rem;
}
.about_nav li {
  width: 1.27rem;
  height: 1.27rem;
  position: relative;
  animation: move 1.4s linear infinite;
}
.about_nav li a {
  width: 0.68rem;
  height: 0.68rem;
  background: #007dd0;
  color: #fff;
  font-size: 0.17rem;
  font-weight: bold;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 0.23rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about_nav li:first-child {
  margin-top: 0.74rem;
}
.about_nav li:nth-child(2) {
  margin-top: 0.1rem;
  animation-delay: 0.3s;
}
.about_nav li:nth-child(3) {
  margin-top: -0.55rem;
  animation-delay: 0.5s;
}
.about_nav li:hover a {
  background: #123a8d;
}
.cicle {
  width: 1.27rem;
  height: 1.27rem;
  border-radius: 100%;
  border: dashed 1px #fff;
}
@keyframes move {
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg2 {
  background: url(../images/bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 8.54rem;
}
.bg2 .content {
  padding: 1.5rem 0 0;
  height: 100%;
}
.bg2 .tit h2 {
  background-image: linear-gradient(#edecea, #f6f4f2);
}
.business_box {
  align-items: flex-start;
}
.more span {
  width: 1.44rem;
  height: 0.52rem;
  background: #f9f5ec;
  color: #757575;
}
.more img {
  width: 0.56rem;
  height: 0.52rem;
}
.business {
  width: 8.35rem;
}
.business h2 {
  font-size: 0.3rem;
  color: #454545;
  margin: 0.4rem 0 0.3rem;
}
.business_txt {
  line-height: 0.36rem;
}
.business_nav {
  bottom: 0;
  left: 0;
}
.business_nav li {
  width: 33.33333333%;
  height: 2.12rem;
  color: #fff;
  background: #123a8d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.6s;
}
.business_nav li a {
  display: block;
}
.business_nav li img {
  width: 0.46rem;
  height: 0.49rem;
}
.business_nav li h4 {
  font-size: 0.2rem;
  margin: 0.2rem 0 0;
}
.business_nav li:hover {
  background: #007dd0;
}
.news_box {
  padding: 0.65rem 0 0;
}
.news_con {
  padding: 1rem 0 0.4rem;
}
.news {
  width: 6rem;
}
.news_pic img {
  height: 2.89rem;
}
.news_tit {
  margin: 0.3rem 0 0.4rem;
  font-size: 0.22rem;
}
.news_txt {
  color: #757575;
}
.news_more {
  color: #0238c0;
}
.news_list {
  width: 6.9rem;
}
.news_list li {
  margin-bottom: 0.94rem;
}
.news_list li:hover .news_list_date {
  background: url(../images/date.png) no-repeat center bottom 0.1rem #123a8d;
  background-size: 1rem 0.71rem;
}
.news_list li:hover .news_list_more span {
  width: 1.2rem;
  background: #123a8d;
  color: #fff;
  text-align: center;
}
.news_list li:hover .news_list_more em {
  width: 0.45rem;
  height: 0.47rem;
  border: solid 1px #c3d5ce;
  text-align: center;
  line-height: 0.45rem;
  color: #0238c0;
}
.news_list_date {
  width: 1.34rem;
  height: 1.94rem;
  color: #fff;
  background: url(../images/date.png) no-repeat center bottom 0.1rem #007dd0;
  background-size: 1rem 0.71rem;
  padding: 0.15rem 0 0;
  text-align: center;
  transition: all 0.6s;
}
.news_list_date h4 {
  font-size: 0.48rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.news_list_date h4::after {
  width: 0.63rem;
  height: 1px;
  background: #fff;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  opacity: 0.25;
}
.news_list_date p {
  font-size: 0.18rem;
  opacity: 0.7;
}
.news_list_con {
  width: 5.05rem;
}
.news_list_tit {
  font-size: 0.2rem;
  color: #454545;
  border-bottom: solid 1px #f4f4f4;
  padding: 0.1rem 0 0.24rem;
}
.news_list_txt {
  color: #959595;
  margin: 0.15rem 0;
}
.news_list_more {
  color: #757575;
}
.news_list_more span {
  width: 0.9rem;
  height: 0.47rem;
  line-height: 0.47rem;
}
.bg3 {
  background: url(../images/bg3.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.75rem 0 0;
  height: 10.26rem;
}
.party {
  margin: 0.7rem 0 0.5rem;
}
.party li:hover .party_date {
  background: #007dd0;
}
.party li:hover .party_list_con::after {
  width: 100%;
}
.party li:hover .party_list_more {
  color: #0238c0;
}
.party_pic img {
  height: 2.77rem;
}
.party_date {
  width: 1.21rem;
  height: 0.35rem;
  bottom: 0.12rem;
  right: 0.12rem;
  background: rgba(154, 118, 56, 0.4);
  border-radius: 0.18rem;
  color: #fff;
  font-size: 0.18rem;
}
.party_list_con {
  height: 2.1rem;
  padding: 0.4rem 0 0.45rem;
  border-bottom: solid 1px #d2d2d2;
}
.party_list_con::after {
  width: 0;
  height: 1px;
  background: #0238c0;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s;
}
.more1 span {
  width: 1.2rem;
  height: 0.48rem;
  background: #0d2c6c;
  color: #fff;
}
.more1 em {
  width: 0.45rem;
  height: 0.48rem;
  text-align: center;
  border: solid 1px #c0cdef;
}
.party_list_txt {
  color: #757575;
  line-height: 0.36rem;
  height: 0.72rem;
  margin: 0.2rem 0 0;
}
.code_box {
  border-top: solid 1px #cbd6e2;
  height: 0.93rem;
}
.code_list {
  width: 11.9rem;
}
.code_list li {
  position: relative;
  cursor: pointer;
  font-size: 0.14rem;
  z-index: 99;
  width: auto;
  margin-right: 1.5rem;
}
.code_list li:hover {
  color: #0d2c6c;
  text-decoration: underline;
}
.code_list li:hover .code_con {
  display: flex;
}
.code_list li:last-child {
  margin-right: 0;
}
.code_con {
  width: 3.1rem;
  height: 1.36rem;
  background: #e2e8ef;
  left: -0.5rem;
  bottom: 0.5rem;
  padding: 0 0.2rem 0 0.15rem;
  display: none;
}
.code_con::after {
  width: 0;
  height: 0;
  border-top: 10px solid #e2e8ef;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0.7rem;
}
.code_list_pic {
  width: 1.06rem;
  height: 1.06rem;
}
.code_list_con {
  width: 1.55rem;
}
.code_list_con h2 {
  font-size: 0.15rem;
}
.code_list_con p {
  color: #7c8087;
  font-size: 0.14rem;
}
.footer_bg {
  background: #123a8d;
  padding: 0.55rem 0 0;
}
.footer_logo img {
  width: 3.4rem;
  height: 0.41rem;
}
.share_list {
  width: 1.87rem;
}
.share_list li {
  position: relative;
}
.share_list li > img {
  width: 0.46rem;
  height: 0.46rem;
}
.share_list li:hover .share_code {
  display: block;
}
.share_code {
  top: 0.6rem;
  left: -0.3rem;
  display: none;
}
.share_code img {
  width: 1.2rem;
  height: 1.2rem;
}
.footer {
  border-top: solid 1px #2f539a;
  border-bottom: solid 1px #2f539a;
  height: 2.05rem;
  margin-top: 0.3rem;
  color: #fff;
}
.contact {
  line-height: 0.36rem;
}
.footer_nav {
  width: 5rem;
}
.footer_nav a {
  color: #fff;
  width: 33.33333333%;
  position: relative;
  text-align: center;
  line-height: 0.36rem;
}
.footer_nav a::after {
  width: 0.02rem;
  height: 0.13rem;
  display: block;
  content: "";
  background: #3d60aa;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}
.footer_nav a:nth-child(3n+3)::after {
  background: none;
}
.footer_code {
  width: 2.44rem;
}
.footer_code_list img {
  width: 1.17rem;
  height: 1.17rem;
}
.footer_code_list p {
  margin: 0.1rem 0 0;
}
.copyright {
  padding: 0.3rem 0;
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
}
.m_tit {
  width: 100%;
  left: 0;
  top: 42%;
  line-height: 1;
}
.m_tit h2 {
  color: rgba(255, 255, 255, 0.1);
  font-size: 1.5rem;
  -webkit-text-stroke: 1px rgba(236, 236, 236, 0.5);
  text-transform: uppercase;
}
.m_tit h4 {
  font-size: 0.66rem;
  color: #fff;
  margin-top: -1.1rem;
}
.path_bg {
  height: 1.1rem;
  background: #f8f8f8;
}
.type {
  font-size: 0;
}
.type a {
  font-size: 0.18rem;
  width: 1.44rem;
  display: inline-block;
  line-height: 1.1rem;
  text-align: center;
}
.type a.on {
  background: #007dd0;
  color: #fff;
}
.path {
  background: url(../images/path.png) no-repeat left center;
  background-size: 0.35rem 0.28rem;
  padding-left: 0.45rem;
}
.m_bg1 {
  height: auto;
  padding: 1.15rem 0 2.85rem;
}
.m_bg1 .about_txt {
  margin: 0.5rem 0.5rem 0.8rem;
}
.m_bg2 {
  background: url(../images/m_bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 11.57rem;
  padding: 1.3rem 0 0;
}
.jiagou {
  margin: 0.7rem 0 0;
}
.jiagou img {
  width: 11.26rem;
}
.m_bg3 {
  height: 10.47rem;
  padding: 1.65rem 0 0;
}
.m_bg3::after {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  display: block;
  content: "";
  top: 8.6rem;
  left: 0;
  position: absolute;
}
.manage {
  margin: 1rem 0 0.5rem;
}
.manage_pic {
  height: 4.28rem;
}
.manage_name {
  background: url(../images/m_dot.png) no-repeat center top;
  background-size: 0.2rem 0.2rem;
  margin: 0.49rem 0 0;
  padding: 0.38rem 0 0;
}
.manage_name h4 {
  font-size: 0.18rem;
}
.develop_bg {
  background: url(../images/m_bg3.jpg) no-repeat center bottom;
  background-size: 100% 100%;
  padding: 1.25rem 0 1rem;
}
.develop_bg .swiper-button-next,
.develop_bg .swiper-button-prev {
  width: 0.48rem;
  height: 0.48rem;
  background: #fff;
  border-radius: 100%;
  top: -0.15rem;
  margin: 0;
}
.develop_bg .swiper-button-next::after,
.develop_bg .swiper-button-prev::after {
  color: #999999;
  font-size: 0.16rem;
}
.develop_bg .swiper-button-next:hover,
.develop_bg .swiper-button-prev:hover {
  background: #1b5de3;
}
.develop_bg .swiper-button-next:hover::after,
.develop_bg .swiper-button-prev:hover::after {
  color: #fff;
  font-size: 0.16rem;
}
.develop_bg .swiper-button-next {
  right: 0.2rem;
}
.develop_bg .swiper-button-prev {
  left: 0.2rem;
}
.develop {
  width: 12.4rem;
  margin: 0.9rem auto;
}
.develop_pic img {
  width: 6.73rem;
  height: 3.74rem;
}
.develop_con {
  width: 4.8rem;
}
.develop_con h3 {
  font-size: 0.24rem;
  color: #454545;
  line-height: 1;
}
.develop_con h3 b {
  font-size: 0.7rem;
  font-family: Arial;
}
.develop_txt {
  margin: 0.6rem 0 0;
}
.develop_txt p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  position: relative;
  padding-left: 0.3rem;
  margin-bottom: 0.15rem;
}
.develop_txt p::before {
  width: 0.1rem;
  height: 0.1rem;
  background: #3763ad;
  border-radius: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
}
.year {
  width: 13rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.year::after {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0.12rem;
}
.year li {
  cursor: pointer;
  text-align: center;
}
.year li.swiper-slide-thumb-active .year_list {
  background: url(../images/year_dot1.png) no-repeat center top;
  background-size: 0.24rem 0.24rem;
  font-size: 0.2rem;
}
.year_list {
  background: url(../images/year_dot.png) no-repeat center top;
  background-size: 0.24rem 0.24rem;
  padding: 0.24rem 0 0;
  line-height: 0.44rem;
  font-weight: bold;
  color: #666;
  font-family: Arial;
}
.culture_box {
  padding: 1.3rem 0 1rem;
}
.culture_tit_box {
  align-items: flex-end;
}
.culture_btn {
  width: 2.35rem;
}
.culture_btn .swiper-button-prev,
.culture_btn .swiper-button-next {
  position: static;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 100%;
  border: solid 1px #e6e6e6;
  margin: 0;
}
.culture_btn .swiper-button-prev::after,
.culture_btn .swiper-button-next::after {
  color: #666666;
  font-size: 0.16rem;
}
.culture_btn .swiper-pagination {
  position: static;
  width: 1.1rem;
  font-size: 0.18rem;
  color: #999;
  font-weight: bold;
}
.culture_btn .swiper-pagination .totle {
  color: #123a8d;
}
.culture_btn .swiper-pagination em {
  width: 0.52rem;
  height: 1px;
  background: #d1d1d1;
  display: block;
  margin: 0 0.1rem;
}
.culture {
  width: 16.8rem;
  margin: 0.8rem 0 0;
}
.culture .swiper {
  padding: 0.5rem 0 0.5rem;
}
.culture_con {
  padding: 0.2rem;
  background: #fff;
  box-shadow: 0 0 0.36rem rgba(133, 133, 133, 0.24);
  height: 4.83rem;
}
.culture_text {
  padding: 0.35rem 0.1rem 0;
}
.culture_pic {
  height: 2.56rem;
}
.culture_tit {
  font-size: 0.24rem;
}
.culture_txt {
  margin: 0.2rem 0 0;
}
.yewu_bg1 {
  padding: 1.4rem 0 1.3rem;
}
.yuanqu {
  margin: 0.64rem 0 0;
}
.yuanqu li {
  transform: scale(0.85);
}
.yuanqu li.swiper-slide-active {
  transform: scale(1);
}
.yuanqu li img {
  height: 4.97rem;
}
.yuanqu li h4 {
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.24rem;
  padding: 1.8rem 0.5rem 0.25rem;
  text-align: center;
}
.yuanqu .swiper-pagination {
  position: static;
  margin: 0.55rem 0 0;
}
.yuanqu .swiper-pagination-bullet {
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/dot3.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.yuanqu .swiper-pagination-bullet-active {
  background: url(../images/dot4.png) no-repeat;
  background-size: 100% 100%;
}
.yuanqu .swiper-button-prev,
.yuanqu .swiper-button-next {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 100%;
  background: #ebebeb;
  top: 2.25rem;
  margin: 0;
}
.yuanqu .swiper-button-prev::after,
.yuanqu .swiper-button-next::after {
  font-size: 0.2rem;
  color: #007dd0;
}
.yuanqu .swiper-button-prev:hover,
.yuanqu .swiper-button-next:hover {
  background: #007dd0;
}
.yuanqu .swiper-button-prev:hover::after,
.yuanqu .swiper-button-next:hover::after {
  color: #fff;
}
.yuanqu .swiper-button-prev {
  left: 3.9rem;
}
.yuanqu .swiper-button-prev::after {
  content: "←";
}
.yuanqu .swiper-button-next {
  right: 3.9rem;
}
.yuanqu .swiper-button-next::after {
  content: "→";
}
.yewu_bg2 {
  background: url(../images/yewu_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0.9rem 0 0;
  height: 9.13rem;
}
.yewu_bg2 .tit h2 {
  background-image: linear-gradient(rgba(66, 150, 235, 0.15), rgba(135, 189, 241, 0.15));
}
.yewu_cicle {
  width: 5.33rem;
  height: 5.34rem;
  left: 0;
  right: 0;
  bottom: 0.45rem;
  margin: 0 auto;
}
.chanye_con_box {
  width: 9.04rem;
  margin: 0.65rem auto 0;
}
.chanye_tit {
  font-size: 0.48rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.chanye_tit::after {
  width: 0.24rem;
  height: 0.04rem;
  background: #007dd0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.chanye_txt {
  font-size: 0.2rem;
  line-height: 0.48rem;
  text-align: center;
  height: 1.44rem;
  overflow-y: auto ;
}
.chanye_txt::-webkit-scrollbar {
  display: none;
}
.chanye_con {
  display: none;
}
.chanye_con:first-child {
  display: block;
}
.chanye_tab {
  width: 13.3rem;
  margin: 1.7rem auto 0;
}
.chanye_tab::after {
  width: 12.1rem;
  height: 1px;
  border-top: dashed 1px rgba(255, 255, 255, 0.35);
  display: block;
  content: "";
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.chanye_tab li {
  color: #dedede;
  font-size: 0.2rem;
  background: url(../images/dot5.png) no-repeat center bottom;
  background-size: 0.22rem 0.22rem;
  line-height: 0.3rem;
  padding-bottom: 0.63rem;
  cursor: pointer;
}
.chanye_tab li.current {
  background: url(../images/dot6.png) no-repeat center bottom;
  background-size: 0.22rem 0.22rem;
  font-weight: bold;
}
.yewu_bg3 {
  padding: 1.25rem 0 1.8rem;
}
.equipment_box {
  margin: 1.6rem 0 0;
}
.equipment_box li {
  width: 7.1rem;
  height: 2.44rem;
  position: relative;
  margin-bottom: 0.17rem;
}
.equipment_box li > img:nth-of-type(1) {
  border-radius: 0.4rem;
  border: solid 1px #e2ecfe;
}
.equipment_box li:nth-child(odd) .equipment_con {
  right: 0.8rem;
}
.equipment_box li:nth-child(even) .equipment_con {
  left: 0.8rem;
}
.equipment_box li:nth-child(1),
.equipment_box li:nth-child(2) {
  width: 5.21rem;
  height: 2.45rem;
}
.equipment_box li:nth-child(1) {
  margin-left: 1.87rem;
}
.equipment_box li:nth-child(1) .car {
  width: 3.95rem;
  height: 2.93rem;
  left: -1.55rem;
  top: -0.38rem;
  animation-name: fadeInLeft;
}
.equipment_box li:nth-child(2) {
  margin-right: 1.87rem;
}
.equipment_box li:nth-child(2) .car {
  width: 4.02rem;
  height: 2.79rem;
  right: -1.87rem;
  top: -0.38rem;
  animation-name: fadeInRight;
}
.equipment_con {
  width: 2.26rem;
  top: 0.5rem;
}
.equipment_con h4 {
  color: #112040;
  font-size: 0.24rem;
  background: url(../images/dot7.png) no-repeat left center;
  background-size: 0.31rem 0.31rem;
  padding-left: 0.63rem;
}
.equipment_txt {
  margin: 0.2rem 0 0;
  line-height: 0.36rem;
}
.equipment_cicle {
  border: solid 0.07rem rgba(236, 236, 236, 0.7);
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 100%;
  left: 0;
  right: 0;
  top: 1.4rem;
  margin: 0 auto;
  z-index: 3;
}
.contact_bg {
  background: url(../images/contact_bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 1.45rem 0 0;
  height: 10.15rem;
}
.m_contact {
  width: 7.35rem;
}
.m_contact h2 {
  color: #0075c1;
  font-size: 0.4rem;
}
.m_contact h4 {
  font-size: 0.32rem;
  color: #454545;
  margin-bottom: 0.75rem;
}
.m_contact h3 {
  color: #555555;
  font-size: 0.18rem;
}
.m_tel_list {
  color: #555555;
  padding: 0.4rem 0 0.15rem;
}
.m_tel_list li {
  width: 50%;
  margin-bottom: 0.15rem;
}
.m_tel_list li b {
  font-family: Arial;
  font-size: 0.3rem;
}
.address {
  color: #686868;
  margin: 0.5rem 0 0.4rem;
}
.m_code_list li {
  color: #757575;
  margin: 0.15rem 0.36rem 0 0;
}
.m_code_list li img {
  width: 1.36rem;
  height: 1.36rem;
  border: solid 0.08rem #d4dbeb;
  margin-bottom: 0.15rem;
}
.map {
  width: 8.8rem;
  height: 5.93rem;
  border-radius: 0.2rem 0 0 0;
  overflow: hidden;
  top: 3rem;
  right: 0;
}
.message_bg {
  background: url(../images/contact_bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.9rem 0 0.75rem;
}
.message {
  padding: 0.45rem 0.3rem 0;
  color: #454545;
}
.message_tit {
  padding: 0.25rem 0 0.15rem;
}
.mes_list {
  padding-bottom: 0.5rem;
}
.mes_list li {
  width: 6.12rem;
}
.mes_list li:last-child {
  width: 100%;
}
.mes_list li:last-child .mes_form {
  padding: 0.2rem 0.3rem;
  height: auto;
}
.mes_form {
  height: 0.6rem;
  border-radius: 0.03rem;
  border: solid 1px #e5e5e5;
  background: #fff;
  padding: 0 0.3rem;
}
.mes_form img {
  width: 0.25rem;
  height: 0.26rem;
}
.mes_form input {
  width: 5.1rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: none;
  background: none;
}
.mes_form textarea {
  width: 12.7rem;
  height: 2.1rem;
  border: none;
  background: none;
}
.input1 {
  width: 1.65rem;
  height: 0.6rem;
  background: #fff;
  line-height: 0.6rem;
  text-align: center;
  border: none;
}
.yzm {
  background-color: #f9f9f9 !important;
  height: 0.6rem;
  padding: 0.15rem 0 0 !important;
}
.mes_btn {
  width: 1.74rem;
  height: 0.58rem;
  background: #007dd0;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 0.18rem;
}
.type1 a {
  margin-left: 0.5rem;
  line-height: 1.1rem;
  display: inline-block;
  font-size: 0.18rem;
  position: relative;
}
.type1 a::before {
  width: 0.12rem;
  height: 0.12rem;
  background: #007dd0;
  border-radius: 100%;
  content: "";
  display: inline-block;
  margin-right: 0.1rem;
  display: none;
}
.type1 a:hover::before {
  display: inline-block;
}
.type1 a.on::before {
  display: inline-block;
}
.main {
  padding-bottom: 0.55rem;
}
.m_party_list {
  padding: 0.8rem 0 0;
  margin: 0;
}
.m_party_list li {
  width: 4.45rem;
  margin: 0 0.5rem 0.65rem 0;
}
.m_party_list li:nth-child(3n+3) {
  margin-right: 0;
}
.news_path {
  margin-top: -0.54rem;
  padding: 0 0.6rem 0 0.3rem;
  border-radius: 0.06rem;
}
.m_news {
  padding: 0.55rem 0 0.35rem;
}
.m_news li {
  border: solid 1px #eeeeee;
  padding: 0.46rem 0.92rem 0.46rem 0.52rem;
  margin-bottom: 0.45rem;
}
.m_news li:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.m_news li:hover .m_news_more {
  background: url(../images/nar4.png) no-repeat center center #123a8d;
}
.m_news_pic {
  width: 3.14rem;
  height: 2.07rem;
}
.m_news_con {
  width: 9.3rem;
}
.m_news_text {
  width: 7.65rem;
}
.m_news_more {
  width: 0.71rem;
  height: 0.71rem;
  border-radius: 100%;
  border: solid 1px #0555c2;
  background: url(../images/nar3.png) no-repeat center center;
}
.xx_tit {
  font-size: 0.36rem;
  line-height: 1.5;
  padding: 0.5rem 1.2rem 0;
}
.xx_time {
  font-size: 0.18rem;
  padding: 0.2rem 0 0;
}
.xx_box {
  padding: 0.5rem 1.2rem;
}
.nextpage {
  border-top: dashed 1px #dadada;
  padding: 0.3rem 0;
  margin: 0 1.2rem;
}
.nextpage > div {
  color: #333;
  max-width: 40%;
}
.m_party_list_h {
  padding: 0.8rem 0 0;
  margin: 0;
}
.m_party_list_h li {
  width: 3.22rem;
  margin: 0 0.5rem 0.65rem 0;
}
.m_party_list_h li:nth-child(3n+4) {
  margin-right: 0;
}
.m_bus_list {
  padding: 0.8rem 0 0;
  margin: 0;
}
.m_bus_list li {
  width: 4.45rem;
  margin: 0 0.5rem 0.65rem 0;
}
.m_bus_list li:nth-child(3n+3) {
  margin-right: 0;
}
