/*================基本样式重置================*/
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";
  overflow-x: hidden;
  text-align: justify!important;
}
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 {
  display: block;
  background: none;
}
input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
}
button {
  display: block;
  border: none;
  cursor: pointer;
}
textarea {
  border: none;
  resize: none;
  outline: none;
  font-family: "Microsoft Yahei", "PingFang SC";
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/*========定义基础样式========*/
.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;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1600 {
  width: 83.33%;
  margin: 0 auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0 auto;
}
.w1400_2 {
  width: 72.91%;
  margin: 0 auto;
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
.content {
  min-height: 500px;
}
@font-face {
  font-family: "DINRegular";
  src: url("../font/DINPro-Regular.otf");
}
@font-face {
  font-family: "DINBold";
  src: url("../font/DINPro-Bold.otf");
}
@font-face {
  font-family: "DINBlack";
  src: url("../font/DINPro-Black.otf");
}
@font-face {
  font-family: "DINLight";
  src: url("../font/DINPro-Light.otf");
}
@font-face {
  font-family: "Aemstel";
  src: url("../font/Aemstel-LineInside.ttf");
}
/* 去除点击选项卡时出现的蓝色边框 */
.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;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}
.header::before {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon_27.png) center no-repeat;
  background-size: 100% 100%;
  content: "";
}
.header .next {
  width: 100%;
}
.header .logo {
  float: left;
  display: flex;
  align-items: center;
  width: 31.25%;
  height: 100px;
}
.header .logo .img2 {
  display: none;
}
.header .logo img {
  margin-left: 6.8vw;
  max-width: 18.75vw;
  max-height: 100%;
}
.header .info {
  width: 68.75%;
}
.header .info .bor {
  display: flex;
  margin-right: 6.8vw;
}
.header .nav .nav_one {
  display: flex;
}
.header .nav .ls {
  width: 5.8vw;
}

.header .nav .ls a {
  position: relative;
  line-height: 100px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.header .nav .ls a::before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  opacity: 0;
  width: 3600px;
  height: 0;
  background: url(../images/icon/icon_28s.png) center no-repeat;
  content: "";
}
.header .nav .ls a::after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  opacity: 1;
  width: 3600px;
  height: 0;
  background: #cc931f;
  content: "";
}

/* .header .nav .ls.cur a::before, */
.header .nav .ls.on a::before,
.header .nav .ls:hover a::before {
  opacity: 1;
  height: 19px;
}
.header .language{
    position: relative;
    cursor: pointer;
}
.header .language .text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
  }
  .header .language .text i {
    width: 32px;
    height: 100px;
    background: url(../images/icon/icon_29.png) left center no-repeat;
  }
  .header .language .text p {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    
  }
  .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/top.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: 16px;
    color: #666;
    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: #f5a200;
  }
  .header .language:hover .pos {
    transition: all 0.5s;
    padding-bottom: 10px;
    max-height: 160px;
  }
.header .i_search {
  margin-left: 15px;
  width: 17px;
  height: 100px;
  background: url(../images/icon/icon_30.png) center no-repeat;
}
.header.header_fixed::before,
.header.header_fixed_box::before,
.header.cur::before {
  opacity: 1;
}
.header.header_fixed .logo .img1,
.header.header_fixed_box .logo .img1,
.header.cur .logo .img1 {
  display: none;
}
.header.header_fixed .logo .img2,
.header.header_fixed_box .logo .img2,
.header.cur .logo .img2 {
  display: block;
}
.header.header_fixed .nav .ls a,
.header.header_fixed_box .nav .ls a,
.header.cur .nav .ls a {
  color: #333;
}
.header.header_fixed .language .text i,
.header.header_fixed_box .language .text i,
.header.cur .language .text i {
  background-image: url(../images/icon/icon_29s.png);
}

.header.header_fixed .language .text p,
.header.header_fixed_box .language .text p,
.header.cur .language .text p {
  color: #333;
}

.header.header_fixed .i_search,
.header.header_fixed_box .i_search,
.header.cur .i_search {
  background-image: url(../images/icon/icon_30s.png);
}
.header.cur::before {
  background: #fff;
}
.header_fixed .nav .ls.cur a{
  color: #e69c03;
}
.header_fixed .nav .ls:hover a{
    color: #e69c03;
}
.header .nav .ls:hover a{
    color: #e69c03;
}
.nav_box {
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 20;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.nav_box::before {
  display: none;
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 14.6%;
  height: calc(100% - 1px);
  background: url(../images/icon/icon_32.png) right bottom no-repeat;
  background-size: 100% auto;
  content: "";
}
.nav_box .left {
  width: 31.25%;
}
.nav_box .left .bor_box {
  margin: 90px 4vw 0 6.8vw;
}
.nav_box .left .search {
  margin-bottom: 38px;
  padding: 0 20px;
  border-radius: 48px;
  border: #dcdcdc 1px solid;
}
.nav_box .left .search input {
  float: left;
  width: calc(100% - 20px - 50px);
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #999;
}
.nav_box .left .search button {
  float: right;
  width: 20px;
  height: 48px;
  background: url(../images/icon/icon_33.png) center no-repeat;
}
.nav_box .left dl {
  margin-bottom: 16px;
}
.nav_box .left dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 15px;
  width: 16px;
  height: 30px;
}
.nav_box .left dl dt img {
  width: 100%;
}
.nav_box .left dl dd {
  float: left;
  width: calc(100% - 16px - 15px);
  line-height: 30px;
  font-size: 15px;
  color: #333;
}
.nav_box .right {
  position: relative;
  z-index: 2;
  width: 68.75%;
  height: 100%;
}
.nav_box .right .bor_box {
  margin-right: 6.8vw;
  height: 100%;
}
.nav_box .right .navTwo {
  display: flex;
  margin: 0 116px 0 0;
  height: 100%;
}
.nav_box .right .navTwo dl {
  padding-top: 48px;
  width: 5.8vw;
  text-align: center;
}
.nav_box .right .navTwo dl.cur{
  background: rgba(255,160,10,0.06);
}
.nav_box .right .navTwo dl dd a {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.nav_box .right .navTwo dl dd a:hover {
  color: #e0a00a;
}
.nav_box.cur {
  transition: all 0.5s;
  height: 432px;
  background: url(../images/icon/icon_31.png) center no-repeat;
  background-size: 100% 100%;
  border-top: #ebebeb 1px solid;
}
.nav_box_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 19;
  width: 100%;
  height: calc(100vh - 100px);
  background: #000;
  opacity: 0.5;
}
.toTop {
  transition: all 0.5s;
  position: fixed;
  z-index: 10;
  right: -100px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  background: url(../images/icon/toTop.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.5s;
}
.toTop.toTop_fixed {
  transition: all 0.5s;
  right: 30px;
}

@media (max-width: 1450px) {
    .anchor{
        top: 1.2rem;
    }
  .header .logo img {
    margin-left: 3.8vw;
  }
  /*.header .nav .ls {*/
  /*  width: 7.45vw;*/
  /*}*/
  .header .info .bor {
    margin-right: 3.8vw;
  }
  .header .language {
    margin-left: 5px;
  }
  .header .i_search {
    margin-left: 5px;
  }
  .nav_box .left .bor_box {
    margin-left: 3.8vw;
  }
  .nav_box .right .bor_box {
    margin-right: 3.8vw;
  }
  .nav_box .right .navTwo {
    margin-right: 111px;
  }
  .header .nav .ls {
    width: 6vw;
  }
   .nav_box .right .navTwo dl {
    width: 6vw;
  }
}


.footer {
  position: relative;
  z-index: 3;
  /* height: 495px; */
  background: url(../images/icon/icon_37.png) center no-repeat;
  background-size: 100% 100%;
}
.footer img {
  width: 100%;
}
.footer .bor {
  /* padding: 0 8.5vw; */
}
.footer .top {
  padding: 80px 8.5vw 0;
  height: 347px;
}
.footer .top .nav {
  display: flex;
  justify-content: space-between;
  margin-right: 5vw;
  width: calc(100% - 5vw);
}
.footer .top .nav dl dt a {
  margin-bottom: 26px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.footer .top .nav dl dd a {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.footer .top .nav dl dd a:hover {
  color: #f5a200;
}
.footer .bot {
  
  /* line-height: 68px; */
  margin: 10px 0 20px;
  font-size: 14px;
  color: #929292;
  overflow: hidden;
  background: #fff;
}
.footer .botRight{
  margin-top: 10px;
  width: 100%;
}
.footer .botRight a:first-child{
  margin-left: 0;
}
.footer .bot div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  line-height: 26px;
}
.footer .bot a {
  margin-left: 10px;
  color: #929292;
}
.footer .bot .a1 {
  padding-left: 22px;
  background: url(../images/icon/icon_38.png) left center no-repeat;
}
.footer .rightSus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8.5vw;
}
.footer .rightSus .sus {
  position: relative;
}
.footer .rightSus .sus .icon {
  width: 100%;
  height: 80px;
  cursor: pointer;
}
.footer .rightSus .sus .pos {
  position: absolute;
  right: 7.9vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  overflow: hidden;
}
.footer .rightSus .sus .pos.pos1 {
  transition: all 1.2s;
}
.footer .rightSus .sus .pos.pos1 .shadow {
  margin: 10px;
  width: 1080px;
  height: 240px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.footer .rightSus .sus .pos.pos1 .pic {
  box-sizing: border-box;
  padding: 46px 0 0 33px;
  width: 280px;
  height: 240px;
  color: #fff;
  background: url(../images/index/footer_2.png) center no-repeat;
  background-size: cover;
}
.footer .rightSus .sus .pos.pos1 .pic b {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.footer .rightSus .sus .pos.pos1 .pic i {
  font-size: 18px;
}
.footer .rightSus .sus .pos.pos1 .link {
  margin: 30px 20px 10px 50px;
  padding-right: 12px;
  width: calc(100% - 280px - 70px - 15px);
  height: 180px;
  overflow-y: auto;
}
.footer .rightSus .sus .pos.pos1 .link::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.footer .rightSus .sus .pos.pos1 .link::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  margin: 0 1px;
  border-radius: 4px;
  background-color: #f5a200;
}
.footer .rightSus .sus .pos.pos1 .link::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}
.footer .rightSus .sus .pos.pos1 .link a {
  float: left;
  margin-bottom: 16px;
  width: 33.33%;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.footer .rightSus .sus .pos.pos1 .link a:hover {
  color: #f5a200;
}
.footer .rightSus .sus .pos.pos2 {
  height: 120px;
  width: 0px;
}
.footer .rightSus .sus .pos.pos2 img {
  width: 120px;
  height: 120px;
}
.footer .rightSus .sus.sus1 .icon {
  background: url(../images/icon/icon_39.png) center no-repeat;
  background-size: 30px auto;
}
.footer .rightSus .sus.sus1:hover .icon {
  background-image: url(../images/icon/icon_39s.png);
}
.footer .rightSus .sus.sus1:hover .pos1 {
  transition: all 1.2s;
  width: 1100px;
}
.footer .rightSus .sus.sus2 .icon {
  background: url(../images/icon/icon_40.png) center no-repeat;
  background-size: 30px auto;
}
.footer .rightSus .sus.sus2:hover .icon {
  background-image: url(../images/icon/icon_40s.png);
}
.footer .rightSus .sus.sus3 {
  display: none;
}
.footer .rightSus .sus.sus3 .icon {
  background: url(../images/icon/icon_41.png) center no-repeat;
}
.footer .rightSus .sus.sus3:hover .icon {
  background-image: url(../images/icon/icon_41s.png);
}
.footer .rightSus .sus:hover .pos.pos2 {
  transition: all 0.5s;
  width: 120px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.m_header,
.m_nav,
.m_footer {
  display: none;
}
@media (max-width: 1200px) {
  .w1400,
  .w,
  .w1400_2 {
    margin: 0 auto;
    width: 92%;
    min-width: 6rem;
  }
  .header,
  .nav_box,
  .footer {
    display: none;
  }
  .m_header {
    transition: all 0.5s;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 31;
    width: 100%;
  }
  .m_header .logo {
    display: flex;
    align-items: center;
    height: 1.2rem;
  }
  .m_header .logo .m1 {
    display: block;
  }
  .m_header .logo .m2 {
    display: none;
  }
  .m_header .logo img {
    height: 0.6rem;
  }
  .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_3.png) center no-repeat;
    background-size: 0.29rem auto;
  }
  .m_header .search {
    margin-right: 0.48rem;
    width: 0.32rem;
    height: 1.2rem;
    background: url(../images/mobile/icon/i_1.png) center no-repeat;
    background-size: 0.32rem auto;
  }
  .m_header .langIcon{
        margin-right: 0.48rem;
        width: 0.4rem;
        height: 1.2rem;
        background: url(../images/icon/icon_29.png) center no-repeat;
        background-size: 100% auto;
  }
  .m_header_fixed,
  .m_header_fixed_box,
  .m_header.cur {
    background: #fff;
    border-bottom: #dcdcdc 1px solid;
  }
  .m_header_fixed .logo .m1,
  .m_header_fixed_box .logo .m1,
  .m_header.cur .logo .m1 {
    display: none;
  }
  .m_header_fixed .logo .m2,
  .m_header_fixed_box .logo .m2,
  .m_header.cur .logo .m2 {
    display: block;
  }
  .m_header_fixed .nav_icon,
  .m_header_fixed_box .nav_icon,
  .m_header.cur .nav_icon {
    background: url(../images/mobile/icon/i_2s.png) center no-repeat;
    background-size: 0.35rem auto;
  }
  .m_header_fixed .nav_icon.cur,
  .m_header_fixed_box .nav_icon.cur,
  .m_header.cur .nav_icon.cur {
    background: url(../images/mobile/icon/i_3.png) center no-repeat;
    background-size: 0.29rem auto;
  }
  .m_header_fixed .search,
  .m_header_fixed_box .search,
  .m_header.cur .search {
    background: url(../images/mobile/icon/i_1s.png) center no-repeat;
    background-size: 0.32rem auto;
  }
  .m_header_fixed .langIcon,
  .m_header_fixed_box .langIcon,
  .m_header.cur .langIcon {
    background-image: url(../images/icon/icon_29ss.png);
    
  }
  .m_nav {
    transition: all 0.7s;
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background: url(../images/mobile/index/header_bac.jpg) left top no-repeat;
    background-size: cover;
  }
  .m_nav.cur {
    transition: all 0.7s;
    left: 0%;
  }
  .m_nav ul {
    width: 100%;
    margin-top: 1.2rem;
    height: calc(100% - 1.2rem);
    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;
    font-size: 0.32rem;
    line-height: 1.38rem;
    color: #333333;
    position: relative;
    width: 92%;
    margin: 0 auto;
    border-bottom: #fff 1px solid;
  }
  .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/i_4.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.6rem;
  }
  .m_nav ul .pos a {
    /* padding-left: 0.78rem; */
    line-height: 1.38rem;
    font-size: 0.28rem;
    color: #333333;
    border-bottom: #fff 1px solid;
  }
  .m_footer {
    position: relative;
    z-index: 5;
    display: block;
    margin-top: -0.25rem;
    padding-top: 0.56rem;
    background: url(../images/mobile/icon/icon_37.png) left top no-repeat;
    background-size: 100% auto;
  }
  .m_footer::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    content: "";
  }
  .m_footer .rightSus {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
  }
  .m_footer .rightSus .sus {
    margin: 0 0.2rem 0.3rem;
    width: 0.86rem;
    height: 0.86rem;
    border-radius: 100%;
    background: #fafafa;
  }
  .m_footer .rightSus .sus .icon {
    width: 0.86rem;
    height: 0.86rem;
  }
  .m_footer .rightSus .sus .pos {
    transition: all 0.5s;
    position: absolute;
    bottom: 1.3rem;
    height: 0px;
    overflow: hidden;
  }
  .m_footer .rightSus .sus .pos.pos1 {
    left: 0;
  }
  .m_footer .rightSus .sus .pos.pos1 .shadow {
    padding-right: 0.4rem;
    margin: 0.2rem;
    width: calc(100% - 0.4rem - 0.4rem);
    height: 5.1rem;
    box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.1);
    background: url(../images/index/footer_2.png) center no-repeat;
    background-size: cover;
  }
  .m_footer .rightSus .sus .pos.pos1 .pic {
    box-sizing: border-box;
    padding: 0.4rem 0 0.4rem 0.4rem;
    width: calc(100% - 0.4rem);
    color: #fff;
  }
  .m_footer .rightSus .sus .pos.pos1 .pic b {
    margin-bottom: 0.05rem;
    font-size: 0.36rem;
    font-weight: bold;
  }
  .m_footer .rightSus .sus .pos.pos1 .pic i {
    font-size: 0.24rem;
  }
  .m_footer .rightSus .sus .pos.pos1 .link {
    padding: 0 0.4rem;
    width: calc(100% - 0.8rem);
    height: 3rem;
    overflow-y: auto;
  }
  .m_footer .rightSus .sus .pos.pos1 .link::-webkit-scrollbar {
    width: 4px;
    height: 2px;
  }
  .m_footer .rightSus .sus .pos.pos1 .link::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    margin: 0 1px;
    border-radius: 4px;
    background-color: #f5a200;
  }
  .m_footer .rightSus .sus .pos.pos1 .link::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
  }
  .m_footer .rightSus .sus .pos.pos1 .link a {
    float: left;
    margin-bottom: 0.4rem;
    width: 100%;
    line-height: 0.32rem;
    font-size: 0.26rem;
    color: #fff;
  }
  .m_footer .rightSus .sus .pos.pos2 {
    left: 50%;
    transform: translateX(-50%);
    height: 0px;
    width: 2.4rem;
  }
  .m_footer .rightSus .sus .pos.pos2 img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .m_footer .rightSus .sus.sus1 .icon {
    background: url(../images/icon/icon_39.png) center no-repeat;
    background-size: 0.52rem auto;
  }
  .m_footer .rightSus .sus.sus1.cur .icon {
    background-image: url(../images/icon/icon_39s.png);
  }
  .m_footer .rightSus .sus.sus1.cur .pos1 {
    transition: all 0.5s;
    height: 5.5rem;
  }
  .m_footer .rightSus .sus.sus2 {
    position: relative;
  }
  .m_footer .rightSus .sus.sus2 .icon {
    background: url(../images/icon/icon_40.png) center no-repeat;
    background-size: 0.52rem auto;
  }
  .m_footer .rightSus .sus.sus2.cur .icon {
    background-image: url(../images/icon/icon_40s.png);
  }
  .m_footer .rightSus .sus.sus3 {
    position: relative;
  }
  .m_footer .rightSus .sus.sus3 .icon {
    background: url(../images/icon/icon_41.png) center no-repeat;
    background-size: 0.52rem auto;
  }
  .m_footer .rightSus .sus.sus3.cur .icon {
    background-image: url(../images/icon/icon_41s.png);
  }
  .m_footer .rightSus .sus.cur .pos.pos2 {
    transition: all 0.5s;
    height: 2.4rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .m_footer .bot {
    position: relative;
    z-index: 2;
    font-size: 0.24rem;
    color: #929292;
    text-align: center;
    overflow: hidden;
  }
  .m_footer .bot .fl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    line-height: 0.4rem;
  }
  .m_footer .bot .fr {
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 0.92rem;
  }
  .m_footer .bot a {
    margin-left: 0.1rem;
    color: #929292;
  }
  .m_footer .bot .a1 {
    padding-left: 0.4rem;
    background: url(../images/icon/icon_38.png) left center no-repeat;
    background-size: 0.3rem auto;
  }
}
.m_navBot {
  display: none;
}
@media (max-width: 1200px) {
  .m_navBot {
    position: relative;
    z-index: 5;
    padding: 0.38rem 0.3rem 0.6rem;
    font-size: 0.26rem;
    color: #333333;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #f6f6f6;
  }
  .m_navBot a {
    color: #333333;
    padding: 0 0.14rem;
    position: relative;
  }

  .m_navBot a:nth-child(2) {
    padding-left: 0.1rem;
  }

  .toTop{
    width: 0.8rem;
    height: 0.8rem;
    background-size: contain;
  }
}
.page img {
  width: 100%;
}
.page_banner {
  position: relative;
  overflow: hidden;
  /*面包屑*/
}
.page_banner .pic {
  width: 100%;
  height: 930px;
  overflow: hidden;
}
.page_banner .pic i {
  width: 100%;
  height: 100%;
}
.page_banner .pic .pc {
  display: block;
}
.page_banner .pic .mobile {
  display: none;
}
.page_banner .pos {
  position: absolute;
  left: 13.54%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 72.92%;
}
.page_banner .pos b {
  font-size: 56px;
  opacity: 0.12;
  color: #fff;
  font-family: "Aemstel";
}
.page_banner .pos em {
  margin-top: -25px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.page_banner .pos span {
    position: relative;
  margin-top: 180px;
  width: 28px;
  height: 41px;
  
  
}
.page_banner .pos span::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon_36.png) center no-repeat;
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: scrolls_box;
    animation-name: scrolls_box;
    content: "";
}
.page_banner .pos .text {
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
  color: #ffffff;
  line-height: 30px;
  position: absolute;
  top: 60px;
  right: 0;
  width: 67%;
}
.page_banner .pos .search {
    display: flex;
  margin-top: 40px;
  padding: 0 40px;
  width: 400px;
  border-radius: 60px;
  background: #f3f3f3;
}
.page_banner .pos .search input {
  display: block;
  
  width: calc(100% - 40px);
  font-size: 16px;
  line-height: 60px;
  color: #999;
  
}
.page_banner .pos .search .but{
    padding: 0;
    width: 40px;
    height: 60px;
    background: url(../images/icon/icon_42.png) right center no-repeat;
}
.page_banner .pos .search input::placeholder{
    color: #d2d2d2;
}
/* .page_banner .bac1 {
  display: none;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  width: 1600px;
  height: 1600px;
  transform: translate(50%, -55%);
  border-radius: 50%;
  background: #e79c00;
}
.page_banner .bac2 {
  display: none;
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 655px;
  height: 655px;
  transform: translate(60%, 48%);
  border-radius: 50%;
  background: rgba(136, 81, 44, 0.6);
} */

.page_banner .bac1 {
    display: none;
    opacity:1;
    position: absolute;
    top: 0;
    right: 0;
    width: 1600px;
    height: 1600px;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background: #e79c00;
    -webkit-animation-duration:1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: pbanner1;
    animation-name: pbanner1;
}
.page_banner .bac2 {
    display: none;
    opacity:0.7;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 655px;
    height: 655px;
    transform: translate(60%, 48%);
    border-radius: 50%;
    background: rgba(136, 81, 44, 0.6);
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: pbanner2;
    animation-name: pbanner2;
}
/* @keyframes pbanner1 {
    from {
        opacity:1;
        transform: translate(50%, -50%) scale(0);
    }
    
    95% {
        opacity:1;
        transform: translate(50%, -50%) scale(8);
    }
    100% {
        opacity: 0;
        transform: translate(50%, -50%) scale(8);
    }
}
@keyframes pbanner2 {
    from {
        opacity:1;
        transform: translate(60%, 48%) scale(0);
    }
    95% {
        opacity:1;
        transform: translate(60%, 48%) scale(8);
    }
    100% {
        opacity: 0;
        transform: translate(60%, 48%) scale(8);
    }
} */

@keyframes pbanner1 {
    from {
        opacity:1;
        transform: translate(50%, -50%) scale(0);
    }
    
    80% {
        opacity:1;
        transform: translate(50%, -50%) scale(8);
    }
    100% {
        opacity: 0;
        transform: translate(50%, -50%) scale(8);
    }
}
@keyframes pbanner2 {
    from {
        opacity:0.7;
        transform: translate(60%, 48%) scale(0);
    }
    80% {
        opacity:0.7;
        transform: translate(60%, 48%) scale(8);
    }
    100% {
        opacity: 0;
        transform: translate(60%, 48%) scale(8);
    }
}

.page_banner .add {
  opacity: 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 130px;
  z-index: 10;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.page_banner .add .w1400_2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.page_banner .add a {
  color: #fff;
}
.page_banner .add a:hover {
  color: #f5a200;
}
.page_banner .add i {
  margin: 0 10px;
}
/* .page_banner.on .bac1 {
  display: block;
}
.page_banner.on .bac2 {
  display: block;
} */
.page_banner.page_banner2 .pic {
  height: 600px;
}
.page_banner.page_banner2 .pos .search {
  margin: 0 auto;
  width: 66%;
}
/*分页*/
.paging {
    padding-bottom: 180px;
    overflow: hidden;
  line-height: 50px;
  font-size: 0;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0 6px;
  font-size: 16px;
  color: #666 !important;
  font-weight: normal;
}
.paging li a,
.paging li span {
  color: #666;
  min-width: 40px;
  padding: 0 5px;
  background: #fff;
  border-radius: 100%;
}
.paging li.active a,
.paging li.active span {
  color: #fff;
  background: #f5a200;
}
.paging li a:hover {
  color: #fff;
  background: #f5a200;
}
.paging li:first-child {
  float: left;
}
.paging li:first-child span,
.paging li:first-child a {
  padding-left: 65px;
  border-radius: 0;
  background: url(../images/icon/icon_61.png) left center no-repeat;
}
.paging li:first-child a:hover {
  color: #f5a200;
  background-image: url(../images/icon/icon_61ss.png);
}
.paging li:last-child {
  float: right;
}
.paging li:last-child span,
.paging li:last-child a {
  padding-right: 65px;
  border-radius: 0;
  background: url(../images/icon/icon_62.png) right center no-repeat;
}
.paging li:last-child a:hover {
  color: #f5a200;
  background-image: url(../images/icon/icon_62s.png);
}
/*子导航*/
.pageNav {
  margin-top: -99px;
  height: 100px;
  background: url(../images/page/bac_fff.png) center top no-repeat;
  background-size: 100% auto;
  position: relative;
}
@media (min-width: 1201px) {
  .pageNav .swiper-wrapper {
    justify-content: end;
    align-items: center;
  }
}
.pageNav .swiper-slide {
  width: auto;
  line-height: 100px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.pageNav .swiper-slide::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 1px;
  background: #f5a200;
  content: " ";
}
.pageNav .swiper-slide p {
  padding-left: 2.6vw;
}
.pageNav .swiper-slide.cur,
.pageNav .swiper-slide:hover {
  color: #f5a200;
}
.pageNav .line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(to left, #b57e28, #d59d12);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/*内页列表title*/
.pagelist_title{
    padding-bottom: 70px;
    text-align: center;
}
.pagelist_title i{
    font-size: 40px;
    color: #ededed;
    font-weight: bold;
}
.pagelist_title em{
    margin-top: -36px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

@media (max-width: 1200px) {
  .pageNav .line {
    display: none;
  }
  .page_banner {
    /*面包屑*/
  }
  .page_banner .pic {
    height: 6.4rem;
  }
  .page_banner .pic .pc {
    display: none;
  }
  .page_banner .pic .mobile {
    display: block;
  }
  .page_banner .pos {
    left: 11.2%;
    width: 77.6%;
  }
  .page_banner .pos b {
    font-size: 0.52rem;
    white-space: nowrap;
  }
  .page_banner .pos em {
    margin-top: -0.25rem;
    font-size: 0.48rem;
  }
  .page_banner .pos span {
    margin-top: 1.5rem;
    width: 0.28rem;
    height: 0.41rem;
    
  }
  .page_banner .pos span::before{
    background-size: 100% auto;
  }
  .page_banner .pos .search {
    margin-top: 0.4rem;
    padding: 0 0.3rem;
    width: 4.2rem;
    border-radius: 0.66rem;
  }
  .page_banner .pos .search input {
    width: calc(100% - 0.4rem);
    font-size: 0.24rem;
    line-height: 0.66rem;
    
  }
  .page_banner .pos .search .but{
    width: 0.4rem;
    height: 0.66rem;
    background-size: 0.19rem auto;
  }
  .page_banner .bac1 {
    display: none !important;
  }
  .page_banner .bac2 {
    display: none !important;
  }
  .page_banner .add {
    display: none;
    bottom: 130px;
    line-height: 30px;
    font-size: 16px;
  }
  .page_banner .add i {
    margin: 0 10px;
  }
  .page_banner.on .bac1 {
    display: block;
  }
  .page_banner.on .bac2 {
    display: block;
  }
  .page_banner.page_banner2 .pic {
    height: 5.45rem;
  }
  .page_banner.page_banner2 .pos .search {
    margin-top: 0.5rem;
    width: calc(100% - 0.6rem);
  }
  /*分页*/
  .paging {
    padding-bottom: 1rem;
    line-height: 0.5rem;
  }
  .paging li {
    margin: 0 0.06rem;
    font-size: 0.24rem;
  }
  .paging li a,
  .paging li span {
    min-width: 0.4rem;
    padding: 0 0.05rem;
  }
  .paging li:first-child span,
  .paging li:last-child span,
  .paging li:first-child a,
  .paging li:last-child a {
    padding: 0;
    width: 0.5rem;
    font-size: 0;
    background-size: 100% auto;
  }
  /*子导航*/
  .pageNav {
    margin-top: -1.22rem;
    height: 1.25rem;
    background-image: url(../images/mobile/page/bac_fff.png);
  }
  .pageNav .w1400_2 {
    width: 100%;
  }
  .pageNav .swiper-slide {
    line-height: 1.25rem;
    font-size: 0.26rem;
  }
  .pageNav .swiper-slide p {
    padding: 0 0.26rem;
  }
  /*内页列表title*/
    .pagelist_title{
        padding-bottom: 0.5rem;
    }
    .pagelist_title i{
        font-size: 0.4rem;
    }
    .pagelist_title em{
        margin-top: -0.34rem;
        font-size: 0.36rem;
    }
}
@-webkit-keyframes scrolls {
  from {
    bottom: 60px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 60px;
  }
}
@keyframes scrolls {
  from {
    bottom: 60px;
  }
  50% {
    bottom: 50px;
  }
  100% {
    bottom: 60px;
  }
}
@keyframes scrolls_box {
    from {
      bottom: 0px;
    }
    50% {
      bottom: 10px;
    }
    100% {
      bottom: 0px;
    }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp100 {
  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;
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
