/* 字体 */
@font-face {
  font-family: "PingFang-SC-Regular";
  src: url(./../fonts/PingFang-SC-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Humanist-777";
  src: url(./../fonts/Humanist-777-Black-Italic-BT.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Barlow-BoldItalic";
  src: url(./../fonts/Barlow-BoldItalic.ttf);
  font-weight: normal;
  font-style: normal;
}

/* 整体样式 */
html,
body {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #4e4e4e;
    font-family: "PingFang-SC-Regular", "Simhei";
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    -webkit-tap-highlight-color: transparent; /*把高亮颜色设置为透明，也可以使用rgba的形式*/
}

@media (max-width: 1600px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  html,
  body {
    font-size: 12px;
  }
}

/* 样式重置 */
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
span,
p {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}
a,
a:focus,
a:hover {
  color: #4e4e4e;
  text-decoration: none;
}
i,
s,
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: middle;
}

/* 屏幕划分尺寸 */
@media (max-width: 1600px) {
}

@media (max-width: 1000px) {
}

/* 内宽--1533px */
.inside {
  width: 1533px;
  height: auto;
  margin: 0 auto;
}

.inside-footer {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}

.inside-banner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

.img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1600px) {
  .inside {
    width: 94%;
  }
}

@media (max-width: 1400px) {
  .inside-footer {
    width: 94%;
  }
}

@media (max-width: 1000px) {
  .inside-banner {
    width: 94%;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* 1.页面头部 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  padding: 23px 0 37px;
  box-sizing: border-box;
  /*overflow: hidden;*/
  background-color: rgba(18, 18, 18, 0.5);
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
}

.header-black {
  background-color: rgba(18, 18, 18, 1);
}

header .inside {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  display: block;
  width: auto;
  height: 88px;
}

header .logo img {
  width: auto;
  height: 100%;
}

header .nav-btns {
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

header .nav-btns img {
  width: 100%;
  height: 100%;
}

nav .icon {
  height: 27px;
  line-height: 27px;
  font-size: 18px;
  color: #999999;
  font-weight: bolder;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav .icon li {
  height: 100%;
  padding: 0 15px;
}

nav .icon li:first-child {
  padding-left: 0;
}

nav .icon li:last-child {
  padding-right: 0;
}

nav .icon li:not(:last-child) {
  border-right: 1px solid #979797;
}

nav .icon li img {
  width: auto;
}

nav .icon li:nth-child(1) img {
  height: 27px;
}

nav .icon li:nth-child(2) img {
  height: 22px;
  margin-right: 3px;
  margin-bottom: 3px;
}

nav .icon li:nth-child(3) img {
  height: 20px;
  margin-right: 3px;
}

nav .nav-bar {
  margin-top: 27px;
  display: flex;
  justify-content: flex-end;
}

nav .nav-bar li:not(:last-child) {
  margin-right: 45px;
}

nav .nav-bar li a {
  color: #ffffff;
  font-size: 24px;
  transition: color 0.3s;
}

nav .nav-bar>li:hover>div>a,
nav .nav-bar>li.active>div>a {
  color: #ffa827;
  transition: color 0.3s;
  font-weight:bold;
}

@media (max-width: 1600px) {
  header {
    padding: 23px 0 32px;
  }
  header .logo {
    height: 60px;
  }
  nav .icon {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  nav .icon li:nth-child(1) img {
    height: 20px;
  }
  nav .icon li:nth-child(2) img {
    height: 18px;
  }
  nav .icon li:nth-child(3) img {
    height: 16px;
  }
  nav .nav-bar {
    margin-top: 19px;
  }
  nav .nav-bar li:not(:last-child) {
    margin-right: 30px;
  }
  nav .nav-bar li a {
    font-size: 20px;
  }
    .nav-bar li .er-nav li a {
        font-size:18px;
    }
    .news-ify .er-nav,
    .pro .er-nav {
        left:-61px !important;
    }
    .nav-bar li .er-nav {
        left:-50px;
    }

}

@media (max-width: 1000px) {
  header {
    padding: 0;
    height: 60px;
    background-color: rgba(18, 18, 18, 1);
  }
  header .nav-btns {
    display: block;
  }
  header .logo {
    height: 40px;
  }
    nav {
        display: none;
        padding: 19px 2% 23px;
        position: fixed;
        top: 60px;
        right: 0;
        width: 50%;
        height: auto;
        background-color: rgba(18, 18, 18, 1);
        box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
        border-top: 1px solid #ffffff;
    }
    nav .icon {
        height: auto;
        flex-wrap: wrap;
        line-height: 15px;
        font-size: 14px;
        display: none;
    }
  nav .icon li:first-child {
    width: 100%;
    text-align: right;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 13px;
  }
  nav .icon li:nth-child(1) img {
    height: 15px;
  }
  nav .icon li:nth-child(2) img {
    height: 11px;
    margin-right: 0;
  }
  nav .icon li:nth-child(3) img {
    height: 11px;
    margin-right: 0;
    margin-bottom: 3px;
  }
  nav .nav-bar {
    margin-top: 19px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  nav .nav-bar li {
    width: 100%;
    line-height: 43px;
    text-align: center;
   
  }
    nav .nav-bar li > div {
        display: flex;
        justify-content: space-between;
    }
    nav .nav-bar li:not(:last-child) {
        margin-right: 0;
    }
  nav .nav-bar li a {
    font-size: 16px;
  }
    nav .nav-bar li span {
        display:block;
        width:44px;
        height:40px;
        background:url(../images/arrow-down.png) no-repeat center center/40%;
    }
   /* .pc-home {
        display:none;
    }*/
}

/* 2.页脚 */
footer {
  width: 100%;
  height: auto;
  padding: 108px 0 28px;
  background-color: #1c1c1c;
}

footer .top {
  display: flex;
  justify-content: space-between;
}

footer .left {
  width: 66%;
}

footer .msg {
  width: 27%;
}

footer .copy {
  width: 100%;
  height: auto;
  margin-top: 45px;
}

footer .copy span,
footer .copy a {
  font-size: 14px;
  color: #9b9b9b;
}

footer .copy p {
  display: inline-block;
}

footer .copy p:nth-child(1) {
  margin-right: 15%;
}

footer .copy p:nth-child(2) {
  margin-right: 12%;
}

footer .ship {
  margin-top: 13px;
  font-size: 16px;
  display: none;
}
.playSwiper1  .swiper-slide img {
	height:auto;
}

footer .ship span {
  color: #ffffff;
}

footer .ship .item {
  width: calc(100% - 125px);
  margin-top: -4px;
}

footer .ship .item a {
  display: inline-block;
  color: #858585;
  margin-left: 13px;
  margin-top: 5px;
}

footer .ship .item a:hover {
  font-weight: bold;
}

footer .column {
  width: 100%;
  padding-top: 37px;
  padding-right: 120px;
  border-top: 1px solid #ffa827;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .column li h3 {
  font-size: 20px;
/*  font-weight: bold;*/
  margin-bottom: 27px;
  color: #ffffff;
}

footer .column li h3 .line {
  width: 20px;
  height: 2px;
  background-color: #7d7d7d;
  margin-top: 12px;
}

footer .column li a {
  font-size: 16px;
  display: block;
  color: #969696;
  line-height: 37px;
  transition: all 0.3s;
}

footer .column li a:hover {
  font-weight: bold;
  transition: all 0.3s;
}

footer .way {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .code li {
  width: 100px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}

footer .code li:first-child {
  margin-right: 50px;
}

footer .code li img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 3px 0;
}

footer .tel {
  color: #ffffff;
  font-size: 18px;
}

footer .tel p {
  margin-top: 13px;
  line-height: 30px;
}

footer .tel p:last-child {
  margin-top: 20px;
}

footer .tel em {
/*  font-weight: bold;*/
}

footer .tel i {
 /* font-weight: bold;*/
  font-size: 30px;
}

footer .msg h3 p {
  color: #ffffff;
  font-size: 24px;
/*  font-weight: bold;*/
}

footer .msg h3 span {
  display: block;
  font-size: 16px;
  color: #767676;
/*  font-weight: bold;*/
  text-transform: uppercase;
  margin-top: 10px;
}

footer .msg ul {
  margin-top: 40px;
}

footer .msg ul li {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .msg ul li:nth-child(3) {
  height: 92px;
}

footer .msg ul li:not(:first-child) {
  margin-top: 20px;
}

footer .msg ul li .inp {
  width: 100%;
  height: 100%;
  border: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .msg ul li:last-child .inp {
  width: 228px;
}

footer .msg ul li .verify {
  width: 98px;
  height: 40px;
  cursor: pointer;
}

footer .msg ul li .verify img {
  width: 100%;
  height: 100%;
}

footer .msg ul li .inp .icon {
  width: 57px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-right: 2px solid #3d3d3d;
}

footer .msg ul li:nth-child(3) .inp .icon {
  height: 60px;
  line-height: 60px;
}

footer .msg ul li .inp .icon img {
  width: 21px;
}

footer .msg ul li:nth-child(3) .inp .icon img {
  width: 27px;
}

footer .msg ul li .inp input,
footer .msg ul li .inp textarea {
  width: calc(100% - 57px);
  background-color: transparent;
  height: 100%;
  font-size: 16px;
  color: #414141;
  border: 0;
  outline: 0;
  resize: none;
  padding: 0 16px;
}

footer .msg ul li .inp textarea {
  padding: 12px 16px;
}

footer .msg .submit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #ffa827;
  font-size: 16px;
  cursor: pointer;
}

footer input::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder {
  color: #414141;
}
footer input::-moz-placeholder,
footer textarea::-moz-placeholder {
  color: #414141;
}
footer input::-moz-placeholder,
footer textarea::-moz-placeholder {
  color: #414141;
}
footer input::-ms-input-placeholder,
footer textarea::-ms-input-placeholder {
  color: #414141;
}

@media (max-width: 1400px) {
  footer .left {
    width: 65%;
  }
  footer .msg {
    width: 30%;
  }
  footer .column {
    padding-right: 0;
  }
  footer .column li h3 {
    font-size: 18px;
    margin-bottom: 23px;
  }
  footer .column li a {
    font-size: 14px;
    line-height: 32px;
  }
  footer .way {
    margin-top: 32px;
  }
  footer .tel {
    font-size: 16px;
  }
  footer .tel i {
    font-size: 24px;
  }
  footer .tel p {
    margin-top: 13px;
    line-height: 24px;
  }
  footer .tel p:last-child {
    margin-top: 15px;
  }
  footer .code li {
    font-size: 16px;
  }
  footer .code li:first-child {
    margin-right: 32px;
  }
  footer .copy p:nth-child(1) {
    margin-right: 32px;
  }
  footer .copy p:nth-child(2) {
    margin-right: 32px;
  }
  footer .msg h3 p {
    font-size: 20px;
  }
  footer .msg h3 span {
    font-size: 14px;
  }
  footer .msg ul {
    margin-top: 30px;
  }
}

.info a {
    width:100%;
    display:block;
    background:#ffa827;
    text-align:center;
    padding:5px 0;
}
    .info a img {
        width:20px;
        
    }
        .info a span  {
            color:#fff;
            margin-left:5px;
        }

        @media (max-width: 1000px) {
            footer {
    padding: 32px 0 28px;
    margin-bottom:70px;
  }
  footer .top {
    flex-direction: column;
    align-items: center;
  }
  footer .left {
    width: 100%;
  }
  footer .msg {
    width: 100%;
    margin-top: 32px;
  }
  footer .column {
    display: none;
  }
  footer .way {
    margin-top: 0;
    flex-direction: column;
  }
  footer .tel {
    font-size: 14px;
  }
  footer .tel i {
    font-size: 18px;
  }
  footer .tel p {
    margin-top: 7px;
    line-height: 18px;
  }
  footer .tel p:last-child {
    margin-top: 13px;
  }
  footer .code {
    margin-top: 32px;
  }
  footer .code li {
    font-size: 14px;
    width: 75px;
  }
  footer .code li img {
    width: 75px;
    height: 75px;
  }
  footer .code li:first-child {
    margin-right: 23px;
  }
  footer .copy p {
    display: block;
    margin-top: 7px;
  }
  footer .copy span,
  footer .copy a {
    font-size: 12px;
  }
  footer .copy p:nth-child(1) {
    margin-right: 0;
  }
  footer .copy p:nth-child(2) {
    margin-right: 0;
  }
  footer .ship {
    font-size: 12px;
  }
  footer .ship .item {
    width: calc(100% - 75px);
  }
  footer .ship .item a {
    margin-left: 9px;
  }
  footer .msg h3 {
    text-align: center;
  }
  footer .msg h3 p {
    font-size: 16px;
  }
  footer .msg h3 span {
    font-size: 12px;
  }
  footer .msg ul {
    margin-top: 10px;
  }
  footer .msg ul li {
    width: 100%;
    height: 43px;
  }
  footer .msg ul li:not(:first-child) {
    margin-top: 10px;
  }
  footer .msg ul li .inp .icon {
    width: 43px;
    height: 24px;
    line-height: 24px;
  }
  footer .msg ul li:nth-child(3) {
    height: 75px;
  }
  footer .msg ul li:nth-child(3) .inp .icon {
    height: 50px;
    line-height: 50px;
  }
  footer .msg ul li .inp .icon img {
    width: 15px;
  }
  footer .msg ul li:nth-child(3) .inp .icon img {
    width: 20px;
  }
  footer .msg ul li:last-child .inp {
    width: calc(100% - 110px);
  }
  footer .msg ul li .inp input,
  footer .msg ul li .inp textarea {
    width: calc(100% - 43px);
    font-size: 13px;
    padding: 0 9px;
  }
  footer .msg ul li .inp textarea {
    padding: 7px 9px;
  }
  footer .msg .submit {
    margin-top: 10px;
    font-size: 13px;
    height: 43px;
    line-height: 43px;
  }
}

/* 3.顶部图 */
.index-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  position: relative;
}

/* 默认样式修改 */
.index-swiper .swiper-pagination-bullets {
  bottom: 42px;
}
.index-swiper .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  opacity: 1;
  background-color: #ffffff;
}
.index-swiper .swiper-pagination-bullet-active {
  background-color: #ffa827;
  opacity: 1;
}
.index-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  position: relative;
}

.banner .img {
  width: 100%;
  height: auto;
}

.banner .contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
  cursor: pointer;
  padding-top: 152px;
}

.banner .inside-banner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.banner .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.banner-center .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner h1 {
  font-size: 70px;
/*  font-weight: bolder;*/
  color: #353535;
}

.banner-white h1 {
  color: #ffffff;
}

.banner p {
  margin-top: 32px;
  font-size: 24px;
  color: #566675;
}

.banner-center p {
  text-align: center;
}

.banner-white p {
  color: #fffefe;
}

.banner .more {
  display: block;
  margin-top: 88px;
  color: #474f56;
  font-size: 20px;
/*  font-weight: bold;*/
}

.banner-white .more {
  color: #fffefe;
}

.banner .btns {
  margin-top: 32px;
}

.banner .btns a {
  display: inline-block;
  width: 176px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #ffffff;
}

.banner .btns a:first-child {
  margin-right: 12px;
}

.banner .btns .active {
  background-color: #ffa827;
  border: 1px solid #ffa827;
}

.banner .tags {
  width: 237px;
  height: auto;
  margin-bottom: 25px;
}

.banner .tags img {
  width: 100%;
  height: auto;
}

@media (max-width: 1600px) {
  .index-swiper .swiper-pagination-bullets {
    bottom: 30px;
  }
  .index-swiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
  .index-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
  }
  .banner .contents {
    padding-top: 90px;
  }
  .banner h1 {
    font-size: 55px;
  }
  .banner p {
    font-size: 20px;
  }
  .banner .more {
    margin-top: 75px;
  }
}

@media (max-width: 1200px) {
  .index-swiper .swiper-pagination-bullets {
    bottom: 10px;
  }
  .banner .contents {
    padding-top: 75px;
  }
  .banner h1 {
    font-size: 37px;
  }
  .banner p {
    font-size: 18px;
    margin-top: 23px;
  }
  .banner .more {
    margin-top: 43px;
    font-size: 16px;
  }
  .banner .btns {
    margin-top: 23px;
  }
  .banner .btns a {
    font-size: 16px;
  }
  .banner .tags {
    width: 200px;
    margin-bottom: 17px;
  }
}

@media (max-width: 1000px) {
  .index-swiper {
    margin-top: 60px;
  }
  .banner-top {
    margin-top: 60px;
  }
  .banner .contents {
    padding-top: 0;
  }
  .banner h1 {
    font-size: 27px;
  }
  .banner p {
    margin-top: 7px;
    font-size: 16px;
  }
  .banner .more {
    margin-top: 32px;
    font-size: 14px;
  }
  .banner .btns {
    margin-top: 13px;
  }
  .banner .btns a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .index-swiper .swiper-pagination-bullets {
    bottom: 5px;
  }
  .index-swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .index-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .banner .img {
    height: auto;
  }
  .banner h1 {
    font-size: 24px;
  }
  .banner p {
    font-size: 13px;
  }
  .banner .more {
    margin-top: 23px;
    font-size: 12px;
  }
  .banner .btns a {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .banner .tags {
    width: 160px;
    margin-bottom: 9px;
  }
}

/* 4.中间内容 */
.main {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
  background-color: #eff1f4;
}

.main-white {
  background-color: #ffffff;
}

.main-bom {
  padding-bottom: 0;
}

/* 5.定位 */
.crumbs {
  line-height: 24px;
  font-size: 24px;
 /* font-weight: bold;*/
  padding-top: 52px;
}

    .crumbs .inside {
        padding-bottom: 37px;
        border-bottom: 1px solid #9a9a9b;
    }

.crumbs img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.crumbs a,
.crumbs i {
  color: #6d6e6e;
}

.crumbs i {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 3px;
}

    .crumbs span {
        color: #6d6e6e;
        cursor: pointer;
        display: inline-block;
        width: 370px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align:middle
    }

@media (max-width: 1600px) {
  .crumbs {
    font-size: 22px;
    line-height: 22px;
  }
  .crumbs .inside {
    padding-bottom: 27px;
  }
  .crumbs img {
    width: 20px;
    margin-right: 7px;
    margin-bottom: 3px;
  }
  .crumbs i {
    margin-bottom: 2px;
  }
}

@media (max-width: 1300px) {
  .crumbs {
    font-size: 20px;
    line-height: 20px;
  }
  .crumbs .inside {
    padding-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .crumbs {
    font-size: 18px;
    line-height: 24px;
    padding-top: 37px;
  }
  .crumbs .inside {
    padding-bottom: 15px;
  }
  .crumbs img {
    width: 18px;
  }
}

@media (max-width: 480px) {
  .crumbs {
    font-size: 15px;
    padding-top: 23px;
  }
  .crumbs .inside {
    padding-bottom: 10px;
  }
  .crumbs img {
    width: 15px;
    margin-right: 3px;
    margin-bottom: 2px;
  }
}

/* 6.标题 */
.title {
  width: 100%;
  text-align: center;
  margin-bottom:70px;
}

.title-line {
  text-align: left;
  position: relative;
  margin-bottom:70px;
}
.aboutus {
    margin-bottom: 90px;
}
.title-line h3 {
  text-align: center;
}

.title-line::before {
  content: "";
  display: block;
  width: 52px;
  height: 9px;
  background-color: #ffa827;
  border-radius: 5px;
  position: absolute;
  top: -23px;
  left: 0;
}

.title h1 {
  font-size: 48px;
  color: #0c0c0c;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
/*  font-weight: bolder;*/
}

.title-white h1 {
  color: #ffffff;
}

.title-line em {
  color: #ffa827;
  font-weight: bold;
}

.title p {
  font-size: 24px;
  color: #4e4e4e;
  margin-top: 10px;
  line-height: 43px;
}

.title-white p {
  color: #959595;
}

.title h3 {
  width: 100%;
  font-family: "Humanist-777";
  font-size: 140px;
  line-height: 140px;
  color: #0c0c0c;
  opacity: 0.1;
  letter-spacing: -6px;
  white-space: nowrap;
  overflow: hidden;
  /* 文字淡化 */
  mask-image: linear-gradient(to bottom, #0c0c0c 65%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #0c0c0c 65%, transparent 100%);
}

.title-white h3 {
  color: #848484;
}

.title-gray h1 {
  color: #4e4e4e;
}

.title-gray p {
  color: #4e4e4e;
}

.title-top {
  position: relative;
}

.title-top h3 {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.title-sub h3 {
  margin-top: -75px;
}

.title-dis p {
  margin-top: 50px;
}

@media (max-width: 1600px) {
  .title h1 {
    font-size: 40px;
  }
  .title p {
    font-size: 20px;
    line-height: 37px;
  }
  .title-dis p {
    margin-top: 27px;
  }
  .title h3 {
    font-size: 90px;
    line-height: 90px;
  }
}

@media (max-width: 1300px) {
  .title h1 {
    font-size: 34px;
  }
  .title p {
    font-size: 16px;
    line-height: 30px;
  }
  .title h3 {
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -3px;
  }
  .title-sub h3 {
    margin-top: -43px;
  }
}

@media (max-width: 1000px) {
  .title h1 {
    font-size: 27px;
  }
  .title p {
    font-size: 13px;
    margin-top: 3px;
    line-height: 27px;
  }
  .title h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .title-line::before {
    width: 39px;
    height: 5px;
    top: -13px;
  }
  .title-sub h3 {
    margin-top: -32px;
  }
    .title-line {
        margin-bottom:20px;
    }
    .main {
        padding-bottom: 25px;
    }
}

@media (max-width: 480px) {
  .title h1 {
    font-size: 21px;
  }
  .title p {
    font-size: 12px;
    line-height: 22px;
  }
  .title h3 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}

/* 7.服务热线 */
.hotline {
  text-align: right;
  position: absolute;
  right: 0;
}

.hotline p {
  margin-top: 20px;
}

.hotline p span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 6px;
}

.hotline p i {
  font-family: "Barlow-BoldItalic";
  font-size: 30px;
  line-height: 30px;
}

.hotline .btns {
  display: inline-block;
  width: 176px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
/*  font-weight: bold;*/
  background-color: #ffa827;
}

.hotline .btns-lg {
  width: 270px;
}

.hotline .btns img {
  width: 20px;
  height: auto;
  margin-right: 7px;
}

@media (max-width: 1300px) {
  .hotline p {
    margin-top: 10px;
  }
  .hotline p span {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .hotline p i {
    font-size: 24px;
    line-height: 24px;
  }
  .hotline .btns {
    font-size: 16px;
  }
  .hotline .btns img {
    width: 17px;
  }
}

@media (max-width: 1000px) {
  .hotline p {
    margin-top: 7px;
  }
  .hotline p span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .hotline p i {
    font-size: 20px;
    line-height: 20px;
  }
  .hotline .btns {
    width: 90px;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
  }
  .hotline .btns-lg {
    width: 180px;
  }
  .hotline .btns img {
    width: 13px;
    margin-right: 3px;
  }
}

/* 7-1.立即咨询按钮 */
.btns-consult {
  display: block;
  width: 197px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffa827 !important;
}

.btns-consult:hover,
.btns-consult:focus {
  color: #ffffff;
}

.btns-consult img {
  width: 20px;
  height: auto;
  margin-right: 7px;
}

@media (max-width: 1300px) {
  .btns-consult {
    width: 135px;
    font-size: 14px;
  }
  .btns-consult img {
    width: 17px;
  }
}

@media (max-width: 1000px) {
  .btns-consult {
    width: 110px;
    font-size: 12px;
  }
  .btns-consult img {
    width: 13px;
    margin-right: 4px;
  }
}

/* 8.页面侧栏 */
.side {
  width: 100%;
  height: auto;
  overflow: auto;
}

.side .side-bar {
  float: left;
  width: 237px;
  height: auto;
  overflow: hidden;
}

.side .side-cons {
  float: right;
  width: calc(100% - 237px);
  height: auto;
  padding-left: 43px;
  overflow: hidden;
}

.side .side-bar h3 {
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
/*  font-weight: bold;*/
  background-color: #ffa827;
}

.side .aside {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  display: none;
  box-sizing: border-box;
  position: fixed;
  bottom: 35%;
  right: 2%;
  z-index: 302;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
}

.side .aside .aside-more {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.side .aside .aside-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.side .aside .aside-more {
  display: inline-block;
}

.side .aside .aside-close {
  display: none;
}

.side .aside.active .aside-more {
  display: none;
}

.side .aside.active .aside-close {
  display: inline-block;
}

.side .inter-page {
  margin-bottom: 24px;
}

.side .inter-contact {
  margin-top: 120px;
}

.side .inter-reco {
  margin-top: 170px;
}

/* s-1.侧栏页面链接 */
    .side .inter-page ul {
        border: 1px solid #d0d1d2;
        border-top: 0;
    }

.side .inter-page ul li {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.side .inter-page ul li a {
  display: block;
  font-size: 18px;
  color: #585858;
  transition: all 0.3s;
}

.side .inter-page ul .active a,
.side .inter-page ul li:hover a {
  background-color: #1c1c1c;
  color: #ffffff;
  transition: all 0.3s;
}

.side .inter-page ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(./../images/line.png) no-repeat center/cover;
  background-size: 100% 100%;
}

.side .inter-page ul li:last-child:before {
  display: none;
}

/* s-2.侧栏产品链接 */
.side .inter-goods ul {
  width: 100%;
  height: auto;
}

.side .inter-goods ul li {
  width: 100%;
  height: auto;
}

.side .inter-goods ul li a {
  display: block;
  width: 85%;
  height: auto;
 /* font-weight: bold;*/
  box-sizing: border-box;
  padding: 10px 10px 10px 20px;
  margin: 0 auto;
  font-size: 20px;
}

.side .inter-goods ul .drop a {
  font-size: 18px;
}

.side .inter-goods ul li .pull {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}

.side .inter-goods ul li .pull a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(./../images/line.png) no-repeat center/cover;
  background-size: 100% 100%;
}
    .side .inter-goods ul .pull i {
        display:block;
        width:15%;
        text-align:center;
        cursor:pointer;
    }
    .side .inter-goods ul .pull span {
        width: calc(100% - 15px);
    }

.side .inter-goods ul .drop {
  display: none;
  position: relative;
  padding: 10px 0;
}

.side .inter-goods ul li .drop::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(./../images/line.png) no-repeat center/cover;
  background-size: 100% 100%;
}

.side .inter-goods ul .drop a {
  padding: 10px 10px 10px 30px;
}

.side .inter-goods ul .active .pull a {
  background-color: #ebebeb;
  transition: all 0.3s;
}

.side .inter-goods ul .active .drop {
  display: block;
}

.side .inter-goods ul .active .drop .active,
.side .inter-goods ul li .drop a:hover {
  color: #ffa827;
}

/* s-3.侧栏联系麦大厨 */
.side .inter-contact .info {
  border: 1px solid #7d7d7d;
  border-top: 0;
  padding: 24px 20px;
}

.side .inter-contact .info .btns-consult {
  margin: 25px auto 0;
}

.side .inter-contact .info ol li {
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
}

/* s-4.侧栏热门推荐 */
.side .inter-reco .item:not(:first-child) {
  margin-top: 10px;
}

.side .inter-reco .det {
  border: 1px solid #7d7d7d;
  border-top: 0;
  padding-bottom: 26px;
}

.side .inter-reco .det .img {
  width: 100%;
  height: auto;
}

.side .inter-reco .det p {
  font-size: 22px;
  line-height: 32px;
  padding: 0 7px;
  text-align: center;
  font-weight: bold;
  margin-top: 13px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.side .inter-reco .det .btns-consult {
  margin: 13px auto 0;
}

@media (max-width: 1000px) {
  .side .inter-page {
    margin-bottom: 0;
  }
  .side .inter-contact {
    display: none;
  }
  .side .inter-reco {
    display: none;
  }
  .side .side-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 300;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .side .side-bar .side-tail {
    width: 60%;
    height: 100%;
    background-color: #f7f7f7;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
  }
  .side .aside {
    display: block;
  }
  .side .side-cons {
    width: 100%;
    padding-left: 0;
  }
  .side .side-bar h3 {
    font-size: 16px;
  }
  .side .inter-page ul li a {
    font-size: 14px;
  }
  .side .inter-page ul {
    border: 0;
  }
  .side .inter-goods ul li a {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
  }
  .side .inter-goods ul .drop a {
    padding: 7px 7px 7px 15px;
    font-size: 12px;
  }
}

/* 9.页码 */
.page {
  width: 100%;
  height: auto;
  text-align: right;
  color: #424242;
  margin-top: 70px;
  padding-right: 90px;
}

.page-center {
  text-align: center;
}

.page-right {
  padding-right: 0;
}

.page a {
  display: inline-block;
  padding: 7px 15px;
  color: #606266;
  margin-bottom: 10px;
  border: solid 1px #949494;
}

.page a:not(:last-child) {
  margin-right: 10px;
}

.page a:hover,
.page .active {
  background-color: #ffa827;
  color: #fff;
  border: solid 1px #ffa827;
}

@media (max-width: 1400px) {
  .page {
    margin-top: 50px;
    padding-right: 0;
  }
  .page a {
    padding: 7px 15px;
    margin-bottom: 7px;
  }
  .page a:not(:last-child) {
    margin-right: 7px;
  }
}
.move-botnav {
    display:none;
}

@media (max-width: 1000px) {
    .page {
    margin-top: 32px;
  }
  .page a {
    padding: 3px 9px;
    font-size: 12px;
  }
  .page a:not(:last-child) {
    margin-right: 4px;
  }
    .move-botnav {
        display:flex;
    }
}

