/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  font-family: "Microsoft Yahei";
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display:  none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display:  none;
}
/*清除IE下的 search 叉号*/
input {
  background: none;
  outline: none;
  box-shadow: 0 0 0 1000px #fff inset;
  overflow: hidden;
}
button {
  border: none;
  cursor: pointer;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
@font-face {
  font-family: 'DMontserratAlternates';
  src: url('../font/MontserratAlternates-Bold-12.otf');
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0 auto;
}
.w1500 {
  width: 78.12%;
  margin: 0px auto;
  min-width: 1200px;
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 1200px) {
  .w,
  .w1500,
  .w1400 {
    margin: 0 auto;
    width: 92%;
    min-width: 0%;
  }
  .anchor {
    top: -1.2rem;
  }
}
.header {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}
.header .logo {
  display: flex;
  align-items: center;
  width: 150px;
  max-width: 30%;
  height: 100px;
}
.header .logo img {
  width: 100%;
}
.header .logo .logo2 {
  display: none;
}
.header .nav .one {
  float: left;
}
.header .nav .one_a {
  transition: all 0.5s;
  position: relative;
  padding: 0 0.1vw;
  margin: 0 1.1vw;
  line-height: 100px;
  font-size: 18px;
  color: #fff;
}
.header .nav .one.cur .one_a,
.header .nav .one:hover .one_a {
  transition: all 0.5s;
  color: #1d863a;
  font-weight: bold;
}
.header .nav .one .pos {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 0;
  opacity: 0.7;
  overflow: hidden;
  background: #fff;
}
.header .nav .one .pos .w1500 {
  display: flex;
  justify-content: center;
}
.header .nav .one .pos .next {
  padding: 50px 0;
}
.header .nav .one .pos .next b {
  float: left;
  margin-right: 160px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.header .nav .one .pos .next .list {
  float: left;
  width: 180px;
  border-right: #ccc 1px solid;
}
.header .nav .one .pos .next .list a {
  line-height: 50px;
  font-size: 18px;
  color: #333;
}
.header .nav .one .pos .next .list a:hover,
.header .nav .one .pos .next .list a.cur {
  color: #1d863a;
}
.header .search {
  margin-left: 0.7vw;
  width: 25px;
  height: 100px;
  background: url(../images/icon/icon_2.png) center no-repeat;
}
.header .language {
  position: relative;
  margin-right: 0.1vw;
  cursor: pointer;
}
.header .language .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .language .text i {
  width: 32px;
  height: 100px;
  background: url(../images/icon/icon_4.png) left center no-repeat;
}
.header .language .text p {
  padding-right: 19px;
  font-size: 14px;
  color: #fff;
  background: url(../images/icon/top.png) right center no-repeat;
}
.header .language .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 84px;
  transform: translateX(-50%);
  padding: 0 10px;
  width: 114px;
  max-height: 0;
  overflow: hidden;
}
.header .language .pos i {
  position: relative;
  z-index: 2;
  width: 114px;
  height: 9px;
  background: url(../images/icon/icon_117.png) center bottom no-repeat;
}
.header .language .pos div {
  padding: 0 14px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .language .pos div a {
  line-height: 56px;
  font-size: 14px;
  color: #999;
  text-align: center;
  border-bottom: #f5f5f5 1px solid;
}
.header .language .pos div a:last-child {
  border-bottom: none;
}
.header .language .pos div a:hover {
  color: #1d863a;
}
.header .language:hover .pos {
  transition: all 0.5s;
  padding-bottom: 10px;
  max-height: 160px;
}
.header .nav .one:hover .pos {
  transition: all 0.7s;
  height: 280px;
  opacity: 1;
  box-shadow: 0 6 10px rgba(0, 0, 0, 0.1);
  border-top: #ccc 1px solid;
}
.header_shade {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.header_fixed,
.header:hover {
  transition: all 0.5s;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header_fixed .logo .logo1,
.header:hover .logo .logo1 {
  display: none;
}
.header_fixed .logo .logo2,
.header:hover .logo .logo2 {
  display: block;
}
.header_fixed .search,
.header:hover .search {
  background: url(../images/icon/icon_2s.png) center no-repeat;
}
.header_fixed .language .text i,
.header:hover .language .text i {
  background-image: url(../images/icon/icon_4s.png);
}
.header_fixed .language .text p,
.header:hover .language .text p {
  color: #333;
  background-image: url(../images/icon/tops.png);
}
.header_fixed .nav .one_a,
.header:hover .nav .one_a {
  color: #333;
}
.m_header {
  transition: all 0.5s;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 31;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.m_header .logo {
  display: flex;
  align-items: center;
  height: 1.2rem;
}
.m_header .logo img {
  height: 0.5rem;
}
.m_header .nav_icon {
  width: 0.5rem;
  height: 1.2rem;
  background: url(../images/mobile/icon/i_2.png) center no-repeat;
  background-size: 0.35rem auto;
}
.m_header .nav_icon.cur {
  background: url(../images/mobile/icon/i_2s.png) center no-repeat;
  background-size: 0.29rem auto;
}

.m_header .language {
  position: relative;
  margin-right: 0.3rem;
  cursor: pointer;
}
.m_header .language .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_header .language .text i {
    margin-right: 0.1rem;
  width: 0.42rem;
  height: 1.2rem;
  background: url(../images/icon/icon_4s.png) left center no-repeat;
  background-size: 100% auto;
}
.m_header .language .text p {
  font-size: 0.26rem;
  color: #333;
  
}


.m_header .search {
  margin-right: 0.3rem;
  width: 0.32rem;
  height: 1.2rem;
  background: url(../images/mobile/icon/i_1.png) center no-repeat;
  background-size: 0.32rem auto;
}
.m_header_fixed {
  background: #fff;
  box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.2);
}
.m_nav {
  transition: all 0.7s;
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.m_nav.cur {
  transition: all 0.7s;
  left: 0%;
}
.m_nav ul {
  width: 100%;
  margin-top: 1rem;
  height: calc(100% - 1.1rem);
  overflow-y: auto;
}
.m_nav ul::-webkit-scrollbar {
  display: none;
}
.m_nav ul li {
  position: relative;
  overflow-x: hidden;
}
.m_nav ul .one {
  transition: all 0.5s;
  /* padding: 0 4%; */
  font-size: 0.32rem;
  line-height: 1.38rem;
  color: #333333;
  border-bottom: #cccccc 1px solid;
  position: relative;
  width: 92%;
  margin: 0 auto;
}
.m_nav ul .more {
  display: none;
  transition: all 0.5s;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 0;
  width: 1.38rem;
  height: 1.38rem;
  background: url(../images/mobile/icon/icon_3.png) center no-repeat;
  background-size: 0.12rem auto;
}
.m_nav ul .more.on {
  transition: all 0.5s;
  transform: rotate(90deg);
}
.m_nav ul .go .more {
  display: block;
}
.m_nav ul .pos {
  display: none;
  padding: 0 0.3rem;
  background: #efefef;
}
.m_nav ul .pos a {
  /* padding-left: 0.78rem; */
  line-height: 1.38rem;
  font-size: 0.28rem;
  color: #333333;
  border-bottom: #cccccc 1px solid;
}
.footer {
  background: url(../images/index/footer_bac.png) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.footer .top {
  padding: 66px 0 90px;
}
.footer .top .w1400 {
  position: relative;
}
.footer .top .list {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  margin-top: 50px;
}
.footer .top .list ul {
  display: flex;
  justify-content: space-between;
  width: 64.66%;
}
.footer .top .list ul li:first-child {
  margin-left: 0;
}
.footer .top .list ul li .t {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .top .list ul li a {
  display: block;
  color: #d4d4d4;
  font-size: 16px;
  transition: all 0.5s;
}
.footer .top .list ul li a:hover {
  color: #cf9439;
}
.footer .top .list .right {
  font-size: 18px;
  color: #fff;
  width: 26%;
}
.footer .top .list .right .address {
  margin-top: 35px;
}
.footer .top .list .right .tel .p1 {
  background: url(../images/icon/icon_9.png) left center no-repeat;
  padding-left: 30px;
  background-size: 22px auto;
}
.footer .top .list .right .address .p1 {
  background: url(../images/icon/icon_10.png) 3px center no-repeat;
  padding-left: 30px;
  background-size: 16px auto;
}
.footer .top .list .right .p2 {
  padding-left: 30px;
}
.footer .top .list .right .tel .p2 {
  font-size: 20px;
  line-height: 40px;
}
.footer .bot {
  line-height: 80px;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #393939;
}
.footer .bot .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer .bot a {
  padding-left: 16px;
  color: #fff;
  transition: all 0.5s;
}
.footer .bot a:hover {
  color: #cf9439;
}
.footer .right_top {
  position: absolute;
  right: 0;
  top: 0;
  width: 10.94%;
  max-width: 152px;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 1540px) {
  .footer .right_top {
    width: calc((100% - 1200px) * 0.5 - 10px);
  }
}
.footer .backTop {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: #ce632e url(../images/icon/icon_27.png) top 50% center no-repeat;
}
.footer .backTop:hover {
  background: #ce632e url(../images/icon/icon_27.png) top 50% center no-repeat;
}
.footer .WeChat {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 145px;
}
.footer .WeChat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .WeChat .poes {
  width: 0;
  height: 101px;
  position: absolute;
  top: 50%;
  right: calc(100% + 18px);
  transform: translateY(-50%);
  transition: all 0.5s;
}
.footer .WeChat .poes img {
  width: 100%;
  height: 100%;
}
.footer .WeChat:hover .poes {
  width: 107px;
  transition: all 0.5s;
}
.m_footer {
  position: relative;
  background: url(../images/mobile/index/m_footer.png) center no-repeat;
}
.m_footer .top {
  width: 100%;
  position: relative;
  padding:0.9rem 0 1rem;
  overflow: hidden;
}
.m_footer .top .logo_box {
  overflow: hidden;
  width: 100%;
}
.m_footer .top .logo_box .logo {
  width: 1.64rem;
  display: flex;
  align-items: center;
  float: left;
}
.m_footer .top .logo_box .logo img {
  width: 100%;
}
.m_footer .top .wechart {
  width: 0.64rem;
  height: 0.6rem;
  background: url(../images/mobile/icon/icon_5.png) center no-repeat;
  background-size: 100% auto;
  float: right;
  margin-right: 0.6rem;
  margin-top: -0.4rem;
  position: relative;
}
.m_footer .top .wechart .w_pos {
  width: 0;
  height: 2.02rem;
  position: absolute;
  right: 0.8rem;
  top: -0.7rem;
  transition: all 0.5s;
}
.m_footer .top .wechart:hover .w_pos {
  width: 2.14rem;
  transition: all 0.5s;
}
.m_footer .top .wechart .w_pos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.m_footer .top .logo_box .sina {
  width: 0.65rem;
  height: 1rem;
  background: url(../images/icon/icon_6.png) center no-repeat;
  background-size: 100% auto;
  float: right;
}
.m_footer .top .tel,.m_footer .top .address{
    
  font-size: 0.28rem;
  color: #fff;
  
}
.m_footer .top .bor{
    float: left;
    width: calc(100% - 1.8rem);
}
.m_footer .top .tel span,.m_footer .top .address span{
    line-height: 0.5rem;
  font-size: 0.34rem;
  color: #fff;

}
.m_footer .top .tel {
  
  margin-top: 0.7rem;
}
.m_footer .top .tel i{
    float: left;
    padding-left: 0.3rem;
    background: url(../images/icon/icon_9.png) left center no-repeat;
    background-size: 0.22rem auto;
}
.m_footer .top .address {
  
  margin-top: 0.4rem;
}
.m_footer .top .address i{
    float: left;
    padding-left: 0.3rem;
    background: url(../images/icon/icon_10.png) left center no-repeat;
    background-size: 0.16rem auto;
}
.m_footer .btm {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.4rem;
  height: 1.34rem;
  display: flex;
  align-items: center;
  border-top: #8d8c8c 2px solid;
  overflow: hidden;
}
.m_footer .gotoTop {
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 30;
  background: #dc6a0e url(../images/mobile/icon/icon_4.png) center no-repeat;
  border-radius: 50%;
  background-size: 0.29rem auto;
  top: -8%;
  right: 0.3rem;
}
.header,
.footer,
.toTop {
  display: block;
}
.m_header,
.m_nav,
.m_footer {
  display: none;
}
@media (max-width: 1200px) {
  .header,
  .footer,
  .toTop {
    display: none;
  }
  .m_header,
  .m_nav,
  .m_footer {
    display: block;
  }
}
/* 悬浮 */
.suspension {
  transition: all 0.5s;
  display: block;
  position: fixed;
  right: -120px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9;
  width: 80px;
  height: 254px;
}
.suspension .bac {
  margin-bottom: 10px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.suspension .sus {
  position: relative;
  cursor: pointer;
}
.suspension .sus.sus6 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.suspension .sus::before {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  width: 36px;
  height: 1px;
  background: #eaeaea;
  content: "";
}
.suspension .sus:last-child::before {
  display: none;
}
.suspension .sus p {
  transition: all 0.5s;
  position: relative;
  padding: 48px 0 12px;
  font-size: 16px;
  border-radius: 6px;
  color: #5a5a5a;
  text-align: center;
}
.suspension .sus .pos {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  transform: translateY(-50%);
  width: 0;
  overflow: hidden;
}
.suspension .sus .pos1 {
  height: 46px;
  background: url(../images/icon/i65.png) left center no-repeat;
  background-size: 160px auto;
}
.suspension .sus .pos1 i {
  line-height: 46px;
  padding-right: 6px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.suspension .sus .pos2 {
  height: 104px;
  background: url(../images/icon/i66.png) left center no-repeat;
  background-size: 113px 104px;
}
.suspension .sus .pos2 img {
  display: block;
  margin: 4px 0 0 5px;
  width: 96px;
  height: 96px;
}
.suspension .sus:hover p {
  color: #fff;
}
.suspension .sus:hover .pos1 {
  transition: all 0.9s;
  width: 160px;
}
.suspension .sus:hover .pos2 {
  transition: all 0.9s;
  width: 113px;
}
.suspension .sus2 p {
  background: url(../images/icon/i63.png) center 16px no-repeat;
}
.suspension .sus3 p {
  background: url(../images/icon/i62.png) center 16px no-repeat;
}
.suspension .sus6 p {
  background: #fff url(../images/icon/i64.png) center 18px no-repeat;
}
.suspension .sus2:hover p {
  background: #ce632e url(../images/icon/i63s.png) center 16px no-repeat;
}
.suspension .sus3:hover p {
  background: #ce632e url(../images/icon/i62s.png) center 16px no-repeat;
}
.suspension .sus6:hover p {
  background: #ce632e url(../images/icon/i64s.png) center 18px no-repeat;
}
.suspension_fixed {
  transition: all 0.5s;
  right: 0;
}
.page_banner {
  position: relative;
  margin-top: 100px;
  height: 600px;
  overflow: hidden;
}
.page_banner .wow {
  padding: 0 20px;
}
.page_banner .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_banner .pic i {
  width: 100%;
  height: 100%;
  transform: scale(1.06);
  animation: pic_m 2s;
}
.page_banner .pic i.mobile {
  display: none;
}
.page_banner .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.page_banner .pos b {
  margin-bottom: 34px;
  font-size: 48px;
  font-weight: bold;
}
.page_banner .pos p {
  margin-bottom: 50px;
  font-size: 22px;
}
.page_banner .pos em {
  margin: 0 auto;
  width: 55px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
}
@keyframes pic_m {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}
@keyframes strok {
  100% {
    stroke-dashoffset: 600;
  }
}
/*面包屑*/
.add {
  opacity: 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 23px;
  z-index: 10;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.add .w1400 {
  display: flex;
  align-items: center;
}
.add a {
  float: left;
  color: #fff;
}
.add a.one {
  padding-left: 20px;
  height: 30px;
  background: url(../images/icon/icon_11.png) left center no-repeat;
}
.add a:hover {
  color: #1d863a;
}
.add i {
  float: left;
  margin: 0 10px;
}
.content .add {
  position: relative;
  bottom: auto;
  line-height: 90px;
  color: #666;
  background: #f7f7f7;
}
.content .add a {
  color: #666;
}
.content .add a:hover {
  color: #1d863a;
}
.content .add a.one {
  height: 90px;
  background-image: url(../images/icon/icon_11s.png);
}
.subnav_box {
  display: none;
}
/*视频弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
}
.pop_video video {
  display: block;
  width: 100%;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 18px;
  height: 18px;
  background: url(../images/icon/i24.png) center no-repeat;
  cursor: pointer;
}
/*分页*/
.paging {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 50px;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0 6px;
  font-size: 18px;
  color: #333 !important;
  font-weight: normal;
}
.paging li a,
.paging li span {
  color: #333;
  min-width: 40px;
  padding: 0 5px;
  border: #e6e6e6 1px solid;
  border-radius: 100%;
}
.paging li.active a,
.paging li.active span {
  color: #1d863a;
}
.paging li a:hover {
  color: #fff;
  background: #1d863a;
  border: #1d863a 1px solid;
}
.paging li:first-child a,
.paging li:first-child span {
  width: 40px;
  height: 50px;
  border: #1d863a 1px solid;
}
.paging li:first-child span {
  background: url(../images/icon/i50.png) center no-repeat;
}
.paging li:first-child a {
  background: #1d863a url(../images/icon/i50s.png) center no-repeat;
}
.paging li:last-child a,
.paging li:last-child span {
  width: 40px;
  height: 50px;
  border: #1d863a 1px solid;
}
.paging li:last-child span {
  background: url(../images/icon/i51.png) center no-repeat;
}
.paging li:last-child a {
  background: #1d863a url(../images/icon/i51s.png) center no-repeat;
}
@media (max-width: 1200px) {
  .suspension {
    display: none;
  }
  .page_banner {
    margin-top: 1.2rem;
    height: 4.5rem;
  }
  .page_banner .wow {
    padding: 0 0.4rem;
  }
  .page_banner .pic i.pc {
    display: none;
  }
  .page_banner .pic i.mobile {
    display: block;
  }
  .page_banner .pos b {
    margin-bottom: 0.4rem;
    font-size: 0.44rem;
  }
  .page_banner .pos p {
    margin-bottom: 0.4rem;
    line-height: 0.36rem;
    font-size: 0.26rem;
  }
  .page_banner .pos em {
    width: 0.55rem;
    height: 0.05rem;
    border-radius: 0.06rem;
  }
  /*面包屑*/
  .add {
    display: none;
  }
  /*面包屑*/
  .subnav_box {
    display: block;
    border-top: #e5e5e5 1px solid;
  }
  .subnav_box a {
    float: left;
    font-size: 0.26rem;
    line-height: 1.14rem;
    color: #666;
  }
  .subnav_box a.one {
    width: 0.34rem;
    height: 1.14rem;
    background: url(../images/icon/i9.png) left center no-repeat;
    background-size: 0.34rem auto;
  }
  .subnav_box i {
    float: left;
    margin: 0 0.23rem;
    width: 0.15rem;
    height: 1.14rem;
    background: url(../images/icon/i10.png) left center no-repeat;
    background-size: 0.15rem auto;
  }
  .pop_video {
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
  }
  .pop_video i {
    right: 0rem;
    top: 0rem;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.3rem;
  }
  /*分页*/
  .paging {
    line-height: 0.58rem;
  }
  .paging li {
    margin: 0 6px;
    font-size: 0.24rem;
  }
  .paging li a,
  .paging li span {
    min-width: 0.48rem;
    padding: 0 0.05rem;
  }
  .paging li:first-child a,
  .paging li:first-child span {
    width: 0.48rem;
    height: 0.58rem;
  }
  .paging li:first-child span {
    background-size: 0.1rem auto;
  }
  .paging li:first-child a {
    background-size: 0.1rem auto;
  }
  .paging li:last-child a,
  .paging li:last-child span {
    width: 0.48rem;
    height: 0.58rem;
  }
  .paging li:last-child span {
    background-size: 0.1rem auto;
  }
  .paging li:last-child a {
    background-size: 0.1rem auto;
  }
}
@-webkit-keyframes scrolls {
  from {
    bottom: 8%;
  }
  50% {
    bottom: calc(8% + 10px);
  }
  100% {
    bottom: 8%;
  }
}
@keyframes scrolls {
  from {
    bottom: 8%;
  }
  50% {
    bottom: calc(8% + 10px);
  }
  100% {
    bottom: 8%;
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* .fadeInLeft{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft
}
@-webkit-keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translate3d(-150px,0,0);
        transform:translate3d(-150px,0,0)
    }100%
    {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translate3d(-150px,0,0);
        -ms-transform:translate3d(-150px,0,0);
        transform:translate3d(-150px,0,0)
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
} */
.content {
  min-height: 500px;
}
