@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
}
ul {
  list-style: none;
}
html {
  font-size: 75px;
}
img {
  border: none;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  position: relative;
  min-height: 100%;
  background: #f5f5f5;
  font-family: "Microsoft Yahei";
  padding-top: 1.173333rem;
  padding-bottom: 1.34rem;
  color: #444;
}
.common_width {
  width: 100%;
  margin: 0 auto;
}
.index_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.173333rem;
  background: #fff;
  padding: 0.133333rem 0.266666rem 0.133333rem 0.4rem;
  z-index: 999;
  box-shadow: 0 0 0.266666rem rgba(0, 0, 0, 0.2);
}
.index_header .logo {
  height: 0.88rem;
  width: auto;
  float: left;
}
.index_header .logo img {
  width: auto;
  height: 100%;
  float: left;
}
.index_header .tel {
  float: right;
  font-size: 0.266666rem;
  line-height: 0.906666rem;
  margin-right: 0.266666rem;
  font-style: italic;
}
.index_header .tel a {
  color: #444;
}
.index_header .index_navs {
  float: right;
}
.index_header .index_navs .index_nav_section {
  display: none;
  position: fixed;
  left: 0;
  top: 1.173333rem;
  bottom: 0;
  width: 100%;
  background: #1e1b29;
  font-size: 0.3467rem;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.index_header .index_navs .index_nav_section > ul > li {
  border-bottom: 1px solid #333;
}
.index_header .index_navs .index_nav_section > ul > li > a {
  display: block;
  padding: 0 0.32rem;
  line-height: 1.0667rem;
  color: #aaa;
}
.index_header .index_navs .index_nav_section > ul > li.arrow > a {
  background: url(../img/icon_arrow_down.png) 96% center no-repeat;
  background-size: 0.4267rem 0.24rem;
}
.index_header .index_navs .index_nav_section > ul > li.arrow.active > a {
  background-image: url(../img/icon_arrow_up.png);
}
.index_header .index_navs .index_nav_section > ul > li.arrow.active .nav_slide_down {
  display: block;
}
.index_header .index_navs .index_nav_section > ul > li.arrow.active .second_nav_block {
  display: block;
}
.index_header .index_navs .index_nav_section > ul > li .second_nav_block {
  display: none;
}
.index_header .index_navs .index_nav_section > ul > li .second_nav_block ul {
  overflow: hidden;
  border-top: 1px solid #333;
}
.index_header .index_navs .index_nav_section > ul > li .second_nav_block ul li {
  width: 25%;
  margin-top: 0.16rem;
  float: left;
}
.index_header .index_navs .index_nav_section > ul > li .second_nav_block ul li a {
  display: block;
}
.index_header .index_navs .index_nav_section > ul > li .second_nav_block ul li a .icon_navs {
  display: block;
  width: 1.333333rem;
  height: 1.333333rem;
  background: #97c1fa;
  border-radius: 100%;
  padding: 0.2rem;
  margin: 0 auto;
}
.index_header .index_navs .index_nav_section > ul > li .second_nav_block ul li a .icon_navs img {
  display: block;
  width: 0.933333rem;
  height: 0.933333rem;
}
.index_header .index_navs .index_nav_section > ul > li .second_nav_block ul li a p {
  line-height: 0.72rem;
  text-align: center;
  color: #aaa;
  font-size: 0.266666rem;
}
.index_header .index_navs .index_nav_section > ul > li .nav_slide_down {
  display: none;
}
.index_header .index_navs .index_nav_section > ul > li .nav_slide_down a {
  display: block;
  margin-left: 0.64rem;
  line-height: 1.0667rem;
  color: #aaa;
  border-top: 1px solid #333;
}
.index_header .index_navs .icon_nav_toggle {
  display: block;
  width: 0.44rem;
  height: 0.306666rem;
  margin-top: 0.266666rem;
  background: url(../img/img_v2/mobile/icon_nav_toggle.png) center center / contain no-repeat;
}
.swiper-container.banner {
  width: 100%;
  height: 4.8rem;
}
.swiper-container.banner .swiper-pagination-bullet {
  width: 0.28rem;
  height: 0.28rem;
  background: #fff;
  border: 1px solid #e9e9e9;
  opacity: 0.75;
  margin: 0 0.1333rem;
}
.swiper-container.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.32rem;
  height: 0.32rem;
  border-color: #fff;
}
.swiper-container.banner .swiper-pagination.swiper-pagination-bullets {
  bottom: 0.4rem;
}
.swiper-container.banner .swiper-slide {
  display: block;
  background-size: cover;
  background-position: center center;
}
.fixed_right_contact {
  position: fixed;
  top: 60%;
  right: 0.48rem;
  z-index: 888;
}
.fixed_right_contact .icon {
  display: block;
  width: 1.066666rem;
  height: 1.066666rem;
  border-radius: 100%;
  margin-bottom: 0.293333rem;
  box-shadow: 0 0 0.266666rem rgba(0, 0, 0, 0.2);
}
.fixed_right_contact a.icon_phone {
  background: url(../img/img_v2/mobile/icon_phone.png) center center no-repeat #4183ee;
  background-size: 0.7rem auto;
}
.fixed_right_contact a.icon_app {
  background: #4183ee;
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:center;
  box-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content:center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0.32rem;
  line-height: 0.35rem;
  color: #fff;
  font-weight: 400;
  font-family: "思源黑体";
  text-align: center;
}
.fixed_right_contact a.icon_message {
  background: url(../img/img_v2/mobile/icon_messge.png) center center no-repeat #dbb931;
  background-size: 0.75rem auto;
}
.fixed_right_contact a.icon_to_top {
  background: url(../img/img_v2/mobile/icon_to_top.png) center center no-repeat #dd853e;
  background-size: 0.75rem auto;
}
.bottom_links {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #565656;
  padding: 0.2rem 0;
  overflow: hidden;
}
.grayPage{
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.bottom_links a {
  display: block;
  width: 50%;
  text-align: center;
  line-height: 0.96rem;
  color: #fff;
  font-size: 0.426666rem;
  float: left;
}
.bottom_links a + a {
  border-left: 2px solid #fff;
}

.publicPagination {
  text-align: center;
  padding: 10px 4px 20px;
}
.publicPagination a {
  display: inline-block;
  color: #666;
  border: 1px solid #ddd;
  padding: 0 6px;
  font-size: 14px;
  line-height: 24px;
  min-width: 26px;
}
.publicPagination a.page-curr {
  background-color: #ddd;
}