/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@charset "utf-8";

:root {
    --primary-color: #f0c17d;
}

body {
  min-width: 320px;
  font: 16px "微软雅黑", "Microsoft YaHei,Arial";
  color: #333;
  line-height: 24px;
  overflow-x: hidden;
  background: #f9f9f9;
}
.container {
  margin: 0 auto;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
p,
div,
span,
ul,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  outline: none;
  font: 16px "微软雅黑", "Microsoft YaHei,Arial";
}
label {
  font-weight: normal;
  width: 100%;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:focus,
a:hover {
  color: #333;
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}
ul,
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.imgMax {
  max-width: 100%;
  max-height: 100%;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.fwn {
  font-weight: normal;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.ma {
  margin: 0 auto;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.oh {
  overflow: hidden;
}
.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
img.desaturate {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
img.desaturate:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
img {
  border: none;
}
.slick-slide {
  outline: none;
}
.slick-slide img {
  margin: 0 auto;
  max-width: 100%;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-dots li button:before {
  display: none;
}

/*首页背景色*/
#section1 {
  background: #060606;
}
#section2 {
  background: #000000;
}
#section3 {
  background: #f9f5f1;
}
#section4 {
  background: #000000 url(../img/index_03.jpg) no-repeat bottom right;
}
#section5 {
  background: #f9f5f1;
}
#section6 {
  background: #060606;
}

/*右侧导航焦点*/
.pageMenu {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 100;
}
.pageMenu li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  margin: 10px 0;
}
.pageMenu li.active a {
  background: var(--primary-color);
}

.header {
  padding: 45px 115px 10px 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
.logo {
  height: 60px;
}
.logo img {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
  width: auto;
  object-fit: contain;
  object-position: left center;
}
.nav {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding: 0 15px 0 0;
  margin-top: 10px;
}
.nav li {
  display: inline-block;
  width: 13%;
  text-align: center;
}
.nav li a {
  color: var(--primary-color);
  display: table;
  border-bottom: 2px solid transparent;
  line-height: 40px;
  height: 40px;
  margin: 0 auto;
  white-space: nowrap;
}
.nav li:hover a {
  border-bottom: 2px solid var(--primary-color);
}
.nav li.on a {
  border-bottom: 2px solid var(--primary-color);
}

.had-language {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.had-language li {
  display: inline-block;
  margin-right: 5px;
}
.had-language li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: var(--primary-color);
}
.had-language li a:hover {
  color: #060606;
  background: var(--primary-color);
}
.had-language li.on a {
  color: #060606;
  background: var(--primary-color);
}

.had-ser {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 12px;
}
.serForm {
  width: 200px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 0 5px;
}
.input-sub {
  background: url(../img/ser.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}
.serForm input {
  border: none;
  line-height: 28px;
  height: 28px;
  vertical-align: top;
  font-size: 14px;
  color: var(--primary-color);
}
.input-txt {
  height: 28px;
  width: 155px;
  background: transparent;
}
.serForm i {
  display: inline-block;
  width: 18px;
  height: 28px;
  position: absolute;
  left: 5px;
  top: 0;
}
.serForm.on {
  border: 1px solid var(--primary-color);
}
.serForm.on i {
  display: none;
}

.banner {
  width: 100%;
}
.banner .slick-slide {
  overflow: hidden;
}
.banner img {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  max-width: none;
}
.banner .slick-dots {
  bottom: 10px;
}
.banner .slick-dots li {
  display: none;
}
.banner .slick-dots li button {
  display: none;
}
.banner .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 8px;
  background: #fff;
}
.banner .slick-dots li.slick-active {
  background: var(--primary-color);
}
.slick-dotted.slick-slider {
  margin: 0;
}

.right_navBody {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 100;
}
.rightNavBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navContent {
  overflow-y: scroll;
  height: 100%;
  width: 60%;
  background: #000;
  position: relative;
}
.rt-nav {
  padding: 20px 0;
}
.rt-nav li a {
  color: var(--primary-color);
  font-size: 14px;
  display: block;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
}
.right_navBody.on {
  left: 0;
}

.about {
  background: #000000;
}
.aboutCont dd h3 {
  color: var(--primary-color);
  font-size: 80px;
  font-weight: bold;
  margin: 150px 0 30px;
}
.aboutCont dd span {
  color: var(--primary-color);
  font-size: 30px;
}
.aboutCont dd span img {
  margin-right: 10px;
}
.aboutCont dd p {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  width: 70%;
  height: 175px;
  overflow: hidden;
  margin: 60px 0 80px;
}
.aboutCont dd .more {
  width: 70%;
}
.more a {
  display: block;
  width: 137px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
.more i {
  margin: -4px 0 0 5px;
  vertical-align: middle;
  width: 7px;
  height: 13px;
  display: inline-block;
  background: url(../img/index_03.png) no-repeat center center;
}

.aboutCont dt {
  position: relative;
}
.aboutCont dt img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  max-width: none;
}

.m-service {
  padding: 90px 0 55px;
}
.m-title h3 {
  font-size: 80px;
  font-weight: bold;
  color: #010101;
}
.m-title b {
  display: block;
  margin: 20px auto;
  width: 210px;
  border-top: 4px solid var(--primary-color);
}
.m-title span {
  color: var(--primary-color);
  font-size: 28px;
  margin-left: 10px;
}
.m-title img {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}

.serviceCont {
  margin: 70px auto 50px;
}
.serList {
  padding: 20px 30px;
}
.serList dl {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.serList dd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 30px;
}
.serList dd .icon {
  margin: 50px auto 15px;
}
.serList dd h3 {
  text-align: center;
}
.serList dd h3 img {
  display: inline-block;
  width: 30px;
}
.serList dd h3 span {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0;
}
.serList dd p {
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  position: relative;
  padding-left: 15px;
}
.serList dd p i {
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.serList dd div {
  height: 150px;
  overflow: hidden;
  margin: 25px 0;
}
.serList img {
  max-width: 100%;
  max-height: 100%;
}
.serList a {
  display: block;
  text-align: right;
}
.serList a img {
  display: inline-block;
}
.serList:hover dd {
  background: transparent;
}
.serList:hover dd div p {
  color: #fff;
}
.serList:hover dl {
  box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.6);
}

.serList dl dt img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
}

.m-team {
  padding-top: 100px;
}
.m-team .m-title {
  padding: 0 30px;
}
.m-team .m-title h3 {
  color: var(--primary-color);
  margin: 60px 0 30px;
}
.m-team .m-title b {
  display: none;
}

.teamCont {
  padding-top: 120px;
}
.teamSlider {
  width: 75%;
}
.teamList dl dt {
  position: relative;
  padding: 30px 15px 50px;
}
.teamList dl dt:before {
  content: "";
  display: block;
  width: 225px;
  height: 225px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 15px;
}
.teamList dl dt:after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background: rgba(240, 193, 125, 0.5);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 55px;
}

.teamList dl dt a {
  display: block;
  position: relative;
}
.teamList dl dt img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.teamList dl dd {
  position: relative;
  padding: 25px 90px 50px 40px;
}
.teamList dl dd h3 {
  font-size: 36px;
  color: var(--primary-color);
  font-weight: bold;
}
.teamList dl dd span {
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 24px 0 35px;
}
.teamList dl dd p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  height: 175px;
  overflow: hidden;
}
.teamList dl dd:before {
  content: " “ ";
  display: inline-block;
  color: var(--primary-color);
  font-weight: bold;
  font-family: "[SungtiCSEG]";
  font-size: 72px;
  position: absolute;
  top: -15px;
  left: -40px;
}
.teamList dl dd:after {
  content: " ” ";
  display: inline-block;
  color: var(--primary-color);
  font-weight: bold;
  font-family: "[SungtiCSEG]";
  font-size: 72px;
  position: absolute;
  bottom: -55px;
  right: -32px;
}

.teamSlider .slick-prev,
.teamSlider .slick-next {
  width: 44px;
  height: 44px;
  z-index: 50;
}
.teamSlider .slick-prev {
  background: url(../img/prev-on.png) no-repeat center center;
  left: -44px;
}
.teamSlider .slick-prev.slick-disabled {
  background: url(../img/prev.png) no-repeat center center;
}
.teamSlider .slick-next {
  background: url(../img/next-on.png) no-repeat center center;
  right: -44px;
}
.teamSlider .slick-next.slick-disabled {
  background: url(../img/next.png) no-repeat center center;
}

.m-new {
  padding: 85px 0 60px;
}

.newCont {
  padding: 80px 0 50px;
}
.newList {
  width: 48%;
  display: inline-block;
  float: left;
  margin-bottom: 80px;
}
.newList:nth-child(2n) {
  float: right;
}
.newList dt {
  width: 272px;
  float: left;
}
.newList dt img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  aspect-ratio: 16/8;
  max-height: 120px;
  min-height: 110px;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}
.newList dd {
  margin-left: 292px;
}
.newList dd h3 a {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.newList dd span {
  display: block;
  font-size: 12px;
  color: var(--primary-color);
  margin: 8px 0;
}
.newList dd p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);

  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: wrap;
  line-clamp: 2;
}
.newList dd a.m {
  display: block;
  text-align: right;
  color: var(--primary-color);
}

.newList dd a.m img {
    width: 26px;
    height: 26px;
    background-color: #f0c17c;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.newList:hover dt img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/*.m-contact{height:100%;}*/
/*.contactCont{position: relative;height:100%;}*/
.contactCont img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactCont .lt-c {
  padding: 0;
}
.contactBg {
  max-width: none;
  max-height: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 470px;
}
.contactCont .lt-c .footMa {
  position: absolute;
  left: 20px;
  top: 110px;
}



.contactCont .rt-c {
  padding: 109px 0 0;
}
.contactCont .rt-c .m-title h3 {
  color: var(--primary-color);
  margin-bottom: 30px;
}
.contactTxt {
  padding-left: 40px;
}
.contactTxt ul {
  border-bottom: 2px solid #3b3b3b;
  padding: 35px 0;
}
.contactTxt p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}

.link {
  margin-top: 45px;
}
.link p span {
  font-size: 30px;
  margin-left: 10px;
  color: var(--primary-color);
}
.link p img {
  vertical-align: middle;
  margin-top: -10px;
}
.link ul {
  padding: 35px 0 25px 40px;
}
.link ul li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  margin-bottom: 10px;
}

.footMa {
  width: 140px;
  margin: 0 40px 20px;
  display: inline-block;
  vertical-align: top;
}
.footMa dt {
  width: 130px;
  height: 130px;
  padding: 5px;
  background: #fff;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
}

.footMa dt img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.footMa dd {
  font-size: 14px;
  color: var(--primary-color);
  margin-top: 10px;
}

.footShare {
  display: inline-block;
  vertical-align: top;
}
.footShare li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 10px;
}
.footShare li i {
  display: inline-block;
  width: 53px;
  height: 53px;
}
.footShare li.qq i {
  background: url(../img/qq.png) no-repeat center center;
}
.footShare li.qq:hover i {
  background: url(../img/qq-on.png) no-repeat center center;
}
.footShare li.wx i {
  background: url(../img/wx.png) no-repeat center center;
}
.footShare li.wx:hover i {
  background: url(../img/wx-on.png) no-repeat center center;
}
.footShare li.wb i {
  background: url(../img/wb.png) no-repeat center center;
}
.footShare li.wb:hover i {
  background: url(../img/wb-on.png) no-repeat center center;
}
.footShare li.wx p {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  padding: 5px;
  display: none;
}
.footShare li.wx:hover p {
  display: block;
}

.copy {
  color: #fff;
  font-size: 12px;
  background: #000;
  padding: 13px 15px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.copy a {
  color: #fff;
  font-size: 12px;
}
.copy a:hover {
  color: var(--primary-color);
}

.scroll_top {
  position: absolute;
  top: -22px;
  right: 10px;
}
.scroll_top img {
  width: 45px;
}

/*内页*/
.detHeader {
  position: static;
  overflow: hidden;
  background: #000;
  padding: 20px 30px;
}
.detBanTxt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 540px;
  height: 230px;
  text-align: center;
}
.banName {
  position: relative;
}
.banName:before {
  content: "";
  display: inline-block;
  border-left: 1px solid var(--primary-color);
  height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.banName:after {
  content: "";
  display: inline-block;
  border-right: 1px solid var(--primary-color);
  height: 77px;
  position: absolute;
  right: 0;
  top: 0;
}
.banName span {
  color: var(--primary-color);
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -27px;
  height: 24px;
  overflow: hidden;
  width: 123px;
}
.banName span:before {
  content: "";
  display: inline-block;
  border-top: 1px solid var(--primary-color);
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.banName span:after {
  content: "";
  display: inline-block;
  border-top: 1px solid var(--primary-color);
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}
.banName h3 {
  color: var(--primary-color);
  font-size: 87px;
  font-family: "[SungtiCSEG]";
  height: 95px;
  width: 365px;
  overflow: hidden;
  margin: 0 auto;
}
.banName h3:before {
  content: "";
  display: inline-block;
  border-top: 1px solid var(--primary-color);
  width: 72px;
  position: absolute;
  left: 0;
  top: 77px;
}
.banName h3:after {
  content: "";
  display: inline-block;
  border-top: 1px solid var(--primary-color);
  width: 72px;
  position: absolute;
  right: 0;
  top: 77px;
}
.detBanTxt b {
  display: block;
  margin: 20px auto 15px;
  width: 135px;
  border-top: 2px solid var(--primary-color);
}
.detBanTxt p {
  color: var(--primary-color);
  font-size: 18px;
  width: 100%;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*内页PC分页*/
.detBan {
  position: relative;
}

.detBan::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.detNav {
  background: #141414;
  border-bottom: 1px solid #3d3d3d;
}
.detNavSlidePc {
  margin-bottom: -1px;
  margin-top: -250px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.detNavSlidePc .slick-list {
  padding-top: 250px;
}
.detNavSlide li a {
  color: #fff;
}
.detNavSlide li.detNavLi {
  text-align: center;
  position: relative;
  display: inline-block;
  float: none;
}
.detNavSlide li.detNavLi > a {
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid transparent;
  border-right: 1px solid #3d3d3d;
  padding: 0 20px;
}
.detNavSlide li.detNavLi > a:hover {
  border-bottom: 1px solid var(--primary-color);
}
.detNavSlide li.detNavLi.current > a {
  border-bottom: 1px solid var(--primary-color);
 
}

.detNavChild {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #020202;
  border: 1px solid var(--primary-color);
  height: 250px;
  display: none;
}
.detNavChild h3 {
  text-align: center;
  font-size: 20px;
  color: var(--primary-color);
  margin: 25px auto 15px;
  width: 70%;
  height: 22px;
  overflow: hidden;
}
.detNavChild ul {
  text-align: center;
  margin-top: 25px;
}
.detNavChild li {
  display: inline-block;
  width: 43%;
  margin: 0 auto 5px;
  text-align: left;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.detNavChild li i {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 3px;
}
.detNavChild:before {
  content: "";
  display: inline-block;
  background: url(../img/about_05.png) no-repeat center center;
  width: 50px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
}
.detNavChild:after {
  content: "";
  display: inline-block;
  background: url(../img/about_07.png) no-repeat center center;
  width: 50px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
}
.detNavChild li a:hover {
  color: var(--primary-color);
}
.detNavSlide .slick-prev,
.detNavSlide .slick-next {
  width: 15px;
  height: 29px;
  z-index: 50;
  top: auto;
  bottom: 5px;
}
.detNavSlide .slick-prev {
  background: url(../img/detprev.png) no-repeat center center;
}
.detNavSlide .slick-next {
  background: url(../img/detnext.png) no-repeat center center;
}

.detNavSlide li.detNavLi:hover .detNavChild {
  display: block;
}
/*内页PC分页 end*/

/*内页手机分页*/
.detNavBox {
  background: #232323;
  padding: 15px;
}
.detTitle a {
  color: var(--primary-color);
}
.detTitle a img {
  width: 24px;
  margin-right: 5px;
}
.detTitle span {
  font-size: 14px;
  color: #232323;
  background: var(--primary-color);
  display: inline-block;
  padding: 0 10px;
}
.detTitle span i {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid #232323;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  vertical-align: middle;
  margin-top: -2px;
}

.detNavMob {
  margin-top: 20px;
  display: none;
}
.detNavMob li a {
  color: #fff;
  text-align: center;
}
.detNavMob > li {
  border: 1px solid var(--primary-color);
  background: #000;
  margin-bottom: 15px;
  position: relative;
}
.detNavMob > li:before {
  content: "";
  display: inline-block;
  background: url(../img/about_05.png) no-repeat center center;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.detNavMob > li:after {
  content: "";
  display: inline-block;
  background: url(../img/about_07.png) no-repeat center center;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
}
.detNavMob li a {
  height: 40px;
  line-height: 40px;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.detNavMob li a i {
  display: inline-block;
  font-size: 34px;
  color: transparent;
  vertical-align: middle;
  margin-top: -7px;
  margin-right: 10px;
}
.detNavMob li a:hover i {
  color: var(--primary-color);
}
.detNavMob li a:hover {
  color: var(--primary-color);
}
.detNavMob li a.on i {
  color: var(--primary-color);
}
.detNavMob li a.on {
  color: var(--primary-color);
}
.detNavMob li ul {
  position: relative;
  display: none;
}
.detNavMob li ul:before {
  content: "";
  display: inline-block;
  background: url(../img/cc_11.png) no-repeat center center;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.detNavMob li ul:after {
  content: "";
  display: inline-block;
  background: url(../img/cc_13.png) no-repeat center center;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
}
/*内页手机分页  end*/

.detMain {
  background: url(../img/about_03.jpg) repeat top;
  padding: 20px 0 30px;
}
.detMainBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #000;
}
.detMainBg img {
  margin: 0 auto;
  opacity: .3;
}
.detMain .container {
  z-index: 50;
}

.pos {
  text-align: right;
  padding: 10px 0;
}
.pos li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.pos li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.pos li:last-child a {
  color: var(--primary-color);
}
.pos li a:hover {
  color: var(--primary-color);
}

.detContent {
  background: #252525;
  min-height: 500px;
  position: relative;
  padding: 40px;
  border-radius: 12px;
  border-top-right-radius: 68px;
  overflow: hidden;
}
.detContent:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 10px;
  border-left: 40px solid #373737;
  border-top: 40px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.pageTxt {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.pageTxt img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
  margin: 24px 0 !important;
}
.detCopy {
  position: static;
}

.list-imgT .newList dd h3 a {
  color: #fff;
}
.list-imgT .newList dd p {
  color: rgba(255, 255, 255, 0.8);
}

.page {
  text-align: center;
}
.page li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.page li a {
  color: #fff;
  font-size: 14px;
}
.page li i {
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--primary-color);
  vertical-align: middle;
  margin-top: -2px;
}
.page li.nextPage i {
  border-left: 10px solid var(--primary-color);
  border-right: none;
}
.page li a:hover {
  color: var(--primary-color);
}
.page li.on a {
  color: var(--primary-color);
}

.list-text dl {
  position: relative;
  margin-bottom: 30px;
}
.list-text dl dt {
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  width: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.list-text dl dd {
  border-bottom: 1px dashed #606060;
  margin-left: 30px;
}
.list-text dl dd h3 {
  color: #fff;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.list-text dl dd span {
  color: #fff;
  font-size: 12px;
  display: block;
  margin: 10px 0 15px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.list-text dl:hover dd h3 {
  color: var(--primary-color);
}
.list-text dl:hover dd span {
  color: var(--primary-color);
}
.list-text dl:hover dt {
  color: var(--primary-color);
}

.serSu {
  text-align: center;
  color: #fff;
  margin: 20px 0 30px;
}
.serSu i {
  color: var(--primary-color);
}

.list-img {
  padding-top: 10px;
}
.list-img .serList {
  width: 30%;
  margin-right: 5%;
  float: left;
  padding: 0;
  margin-bottom: 5%;
}
.list-img .serList:nth-child(3n) {
  margin-right: 0;
}
.list-img .serList dd {
  text-align: center;
}
.list-img .serList dd div {
  text-align: left;
}

.list-img2 dl {
  width: 48%;
  float: left;
  margin-bottom: 30px;
  text-align: center;
}
.list-img2 dl:nth-child(2n) {
  float: right;
}
.list-img2 dl dt img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3
}
.list-img2 dl dd {
  line-height: 60px;
  height: 60px;
  color: var(--primary-color);
  font-size: 14px;
}

.newsTitle h1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.newsTitle span {
  font-size: 12px;
  color: #fff;
}
.newsTitle {
  border-bottom: 1px dashed #606060;
  padding-bottom: 15px;
}

.newsDetTxt {
  padding: 20px 0;
}

.page-ul {
  border-top: 1px dashed #606060;
  padding: 10px 0;
}
.page-ul li {
  line-height: 24px;
}
.page-ul li a {
  color: #fff;
  font-size: 14px;
}
.page-ul li a:hover {
  color: var(--primary-color);
}

.proDetName {
  font-size: 22px;
  color: var(--primary-color);
  margin: 0 0 10px;
}
.fwName {
  border-bottom: 1px solid #606060;
}
.fwName span {
  font-size: 14px;
  background: var(--primary-color);
  padding: 0 10px;
  display: table;
}
.page-ul.c {
  border-top: 1px solid #606060;
}

/*产品详情*/
/*.product_slide{    margin: 40px 0;  text-align: center; }*/
/*.product_slide .tabBox .bd{width:333px;height:428px;line-height:420px;display: inline-block;vertical-align: top;}*/
/*.product_slide .tabBox .hd{ display: inline-block;margin-left:12px;}*/
/*.product_slide .tabBox .hd li{width:105px;height:140px;margin-bottom:10px;}*/
/*.product_slide .tabBox img{max-width:100%;max-height:100%;}*/
/*.Mtime{height:428px; position: relative;overflow: hidden;}*/
/*.MtimeCon{ margin:0 auto;}*/
/*.tempWrap{ margin:0 auto;}*/
/*.product_slide .pro_btn{display: inline-block;width:49px;height:49px;position: absolute;top:50%;margin-top:-22px;z-index:50;}*/
/*.product_slide .prev{background: url(../img/pro1_03.png) no-repeat center center;left:0;}*/
/*.product_slide .next{background: url(../img/pro1_05.png) no-repeat center center;right:0;}*/
/*.product_slide .prev:hover{background: url(../img/pro1_10.png) no-repeat center center;}*/
/*.product_slide .next:hover{background: url(../img/pro1_12.png) no-repeat center center;}*/

.proContSlider {
  max-width: 650px;
  margin: 0 auto;
}
.proContSlider .slider-for {
  margin: 0 auto 15px;
  text-align: center;
}
.proContSlider .slider-for .pro-pic {
  margin: 0 auto;
}

.proContSlider .slider-nav .slick-slide a {
  overflow: hidden;
  position: relative;
}
.proContSlider .slider-nav .slick-slide a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden;
}
.proContSlider .slider-nav .slick-current a:before {
  display: none;
}
.proContSlider img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.proContSlider .slider-nav .pro-nav a {
  display: block;
  margin: 0 5px;
  position: relative;
}
/*产品详情 end*/

@media (max-width: 1275px) and (min-width: 1200px) {
  .detNavSlide .slick-prev {
    left: 20px;
  }
  .detNavSlide .slick-next {
    right: 20px;
  }
}
@media (max-width: 1045px) and (min-width: 992px) {
  .detNavSlide .slick-prev {
    left: 20px;
  }
  .detNavSlide .slick-next {
    right: 20px;
  }
}
@media (max-width: 840px) and (min-width: 768px) {
  .detNavSlide .slick-prev {
    left: 20px;
  }
  .detNavSlide .slick-next {
    right: 20px;
  }
}
@media (max-width: 1520px) {
  .header {
    padding: 20px 30px;
  }
  .detHeader {
    padding: 20px 30px;
  }
  .nav {
    width: 55%;
  }
}
@media (max-width: 1440px) {
  .m-team {
    padding-top: 0;
  }
  .m-service {
    padding: 50px 0;
  }
  .serviceCont {
    margin: 30px auto 20px;
  }
  .m-new {
    padding: 50px 0;
  }
  .newCont {
    padding: 50px 0 20px;
  }
  .contactCont .rt-c {
    padding: 50px 0;
  }
}
@media (max-width: 1260px) and (min-width: 1200px) {
  .teamSlider .slick-prev {
    left: 0;
  }
  .teamSlider .slick-next {
    right: 0;
  }
}
@media (max-width: 1040px) and (min-width: 992px) {
  .teamSlider .slick-prev {
    left: 0;
  }
  .teamSlider .slick-next {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .serForm {
    width: 158px;
  }
  .input-txt {
    width: 115px;
  }
  .nav li a {
    font-size: 14px;
  }

  .serList dd .icon {
    margin: 20px auto;
  }
  .serList dd div {
    height: 100px;
  }
  .serList dd h3 span {
    height: 24px;
    overflow: hidden;
  }

  .teamList dl dt:before {
    width: 180px;
    height: 180px;
    top: 10px;
    left: 0;
  }
  .teamList dl dt:after {
    width: 80px;
    height: 80px;
    bottom: 28px;
    right: 50px;
  }

  .newList dt {
    width: 220px;
  }
  .newList dd {
    margin-left: 240px;
  }
  .newList dd span {
    margin: 0;
  }
  .newList dd p {
    /* height: 50px; */
  }
}
@media (max-width: 992px) {
  .m-service {
    padding: 50px 0;
  }
  .m-team {
    padding-top: 30px;
  }

  .header {
    padding: 10px 15px;
  }
  .had-ser {
    display: none;
  }
  .nav {
    width: 70%;
  }
  .serList dd .icon {
    margin: 50px auto 10px;
  }

  .teamSlider {
    width: 100%;
  }

  .newList dt {
    width: 180px;
  }
  .newList dd {
    margin-left: 190px;
  }
  .newList dd p {
    /* height: 44px;
    line-height: 22px; */
  }
  .newList dd h3 a {
    height: 22px;
    line-height: 22px;
  }
  
  .newList dd a.m img {
    width: 20px;
  }

  .detBanTxt {
    width: 360px;
    height: 130px;
  }
  .banName:before {
    height: 50px;
  }
  .banName:after {
    height: 50px;
  }
  .banName span {
    font-size: 18px;
  }
  .banName span:before {
    width: 130px;
  }
  .banName span:after {
    width: 130px;
  }
  .banName h3 {
    font-size: 45px;
    height: 49px;
    width: 190px;
  }
  .banName h3:before {
    top: 50px;
  }
  .banName h3:after {
    top: 50px;
  }
  .detBanTxt b {
    margin: 15px auto 10px;
    width: 80px;
  }
  .detBanTxt p {
    font-size: 16px;
  }

  .list-img .serList {
    width: 48%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .list-img .serList:nth-child(2n) {
    float: right;
  }

  .contactCont {
    position: static;
  }
}
@media (max-width: 767px) {
  .logo {
    height: 40px;
  }
  .had-language {
    margin-top: 7px;
  }
  .had-language li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .menu {
    margin-top: 6px;
    margin-left: 5px;
  }
  .menu img {
    width: 22px;
  }

  .banner img {
    position: static;
    transform: translate(0);
    -webkit-transform: translate(0);
    max-width: 100%;
  }
  .banner .slick-dots li {
    display: inline-block;
  }
  .fp-section {
    height: auto;
  }
  .banner .slick-slide img {
    max-width: 140%;
    margin-left: -20%;
  }
  .banner .slick-slide {
    overflow: hidden;
  }

  .aboutCont dt img {
    width: 264px;
  }
  .aboutCont dd h3 {
    font-size: 25px;
    margin: 20px 0 10px;
  }
  .aboutCont dd span {
    font-size: 16px;
  }
  .aboutCont dd span img {
    width: 22px;
    vertical-align: top;
  }
  .aboutCont dd p {
    width: 100%;
    margin: 10px 0;
    line-height: 24px;
    height: 192px;
  }
  .aboutCont dd .more {
    display: none;
  }

  .serList {
    padding: 10px 15px 20px 0;
  }
  .serviceCont {
    margin: 0 auto 10px;
  }
  .m-service {
    padding: 20px 0 30px;
  }
  .m-title h3 {
    font-size: 25px;
  }
  .m-title b {
    margin: 5px auto;
    width: 100px;
    border-top: 2px solid var(--primary-color);
  }
  .m-title span {
    font-size: 16px;
  }
  .m-title span img {
    width: 22px;
  }
  .serList dd .icon {
    width: 30px;
    margin: 25px auto 10px;
  }
  .serList dd h3 img {
    display: none;
  }
  .serList dd h3 span {
    width: 100%;
    font-size: 16px;
    margin: 0;
  }
  .serList dd div {
    margin: 10px 0;
  }
  .serList dd {
    padding: 0 15px;
  }
  .serList a img {
    width: 25px;
  }

  .serSlider .slick-list {
    overflow: visible;
  }
  .more i {
    background: url(../img/c_42.png) no-repeat center center;
  }
  .more a {
    color: #010101;
    background: var(--primary-color);
  }

  #section4 {
    background-size: 50%;
  }
  .m-team {
    padding-top: 50px;
  }
  .m-team .m-title h3 {
    margin: 0 0 10px 0;
  }
  .m-team .m-title span {
    margin-left: 0;
  }
  .teamCont {
    padding: 28px 40px;
  }
  .teamSlider .slick-prev,
  .teamSlider .slick-next {
    width: 25px;
  }
  .teamSlider .slick-prev {
    left: -25px;
    background-size: 25px;
  }
  .teamSlider .slick-prev.slick-disabled {
    background-size: 25px;
  }
  .teamSlider .slick-next {
    right: -25px;
    background-size: 25px;
  }
  .teamSlider .slick-next.slick-disabled {
    background-size: 25px;
  }
  .teamList dl dd {
    padding: 15px 20px 15px 0;
    margin-left: 230px;
    width: auto;
  }
  .teamList dl dd h3 {
    font-size: 16px;
  }
  .teamList dl dd span {
    margin: 5px 0 10px;
    font-size: 18px;
  }
  .teamList dl dd:before {
    font-size: 40px;
    top: -10px;
  }
  .teamList dl dd:after {
    font-size: 40px;
    right: -18px;
    bottom: -20px;
  }
  .teamList dl dt {
    padding: 65px 15px;
    width: 220px;
    position: absolute;
    top: 15px;
  }
  .teamList dl dt a {
    width: 160px;
    height: 160px;
    float: right;
  }
  .teamList dl dt:before {
    width: 130px;
    height: 130px;
    top: 55px;
    left: 30px;
  }
  .teamList dl dt:after {
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 19px;
  }
  .m-team .m-title {
    position: absolute;
  }

  .m-new {
    padding: 20px 15px;
  }
  .newList {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .newCont {
    padding: 20px 0 10px;
  }

  .contactCont .rt-c {
    padding: 20px 0 30px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .contactCont .lt-c .footMa {
    top: 20px;
    left: 0;
    margin: auto;
    right: 0;
  }
  .contactCont .lt-c .footMa {
    width: 70px;
  }
  .contactCont .lt-c .footMa dt {
    width: 70px;
    height: 70px;
  }
  .contactCont .rt-c .m-title h3 {
    margin-bottom: 10px;
  }
  .contactTxt {
    padding-left: 0;
  }
  .contactTxt ul {
    padding: 10px 0;
  }
  .link {
    margin-top: 15px;
  }
  .link ul {
    padding: 10px 0;
  }
  .link ul li {
    width: 65px;
    margin-right: 5px;
  }
  .link p span {
    font-size: 16px;
  }
  .link p img {
    width: 22px;
    margin-top: -3px;
  }
  .link p span {
    margin-right: 10px;
  }
  .rt-c .footShare li {
    margin-right: 5px;
  }
  .rt-c .footShare li i {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  .rt-c .footShare li:hover i {
    background-size: 35px 35px;
  }

  .copy {
    position: relative;
  }
  .contactCont {
    position: relative;
  }
  .contactBg {
    width: 175px;
    bottom: 0;
  }

  .detBanImg {
    max-width: 160%;
  }

  .detBanTxt {
    width: 230px;
    height: 90px;
  }
  .banName {
    width: 200px;
    margin: 0 auto;
  }
  .banName:before {
    height: 36px;
  }
  .banName:after {
    height: 36px;
  }
  .banName span {
    font-size: 14px;
  }
  .banName span:before {
    width: 60px;
  }
  .banName span:after {
    width: 60px;
  }
  .banName h3 {
    font-size: 24px;
    height: 30px;
    width: 100px;
  }
  .banName h3:before {
    top: 36px;
    width: 45px;
  }
  .banName h3:after {
    top: 36px;
    width: 45px;
  }
  .detBanTxt b {
    margin: 5px auto;
    width: 40px;
  }
  .detBanTxt p {
    font-size: 12px;
  }

  /*内页*/
  .detMain {
    background: #131313;
    padding: 15px 0 70px;
  }
  .detContent {
    background: none;
    min-height: auto;
    padding: 15px 5px;
    border-radius: 0 !important;
  }
  .pageTxt {
    line-height: 24px;
  }
  .detContent:before {
    display: none;
  }

  .list-text dl {
    margin-bottom: 15px;
  }
  .list-text dl dd span {
    margin: 5px 0;
  }
  .serSu {
    margin: 10px 0 20px;
  }

  .product_slide .tabBox .bd {
    width: 250px;
    height: 251px;
    line-height: 250px;
  }
  .product_slide .tabBox .hd {
    display: inline-block;
  }
  .product_slide .tabBox .hd li {
    width: 60px;
    height: 77px;
  }
  .Mtime {
    height: 250px;
  }

  .product_slide .pro_btn {
    width: 25px;
    height: 25px;
  }
  .product_slide .pro_btn {
    background-size: 25px 25px;
  }
  .product_slide .pro_btn:hover {
    background-size: 25px 25px;
  }

  .serList dl dt img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .serList dd .icon {
    margin: 15px auto 5px;
  }
  .serList dd div {
    height: 86px;
    margin: 0;
  }
  .serList dd p {
    line-height: 22px;
    height: 44px;
  }

  .teamList dl dt {
    width: 120px;
  }
  .teamList dl dt a {
    width: 100px;
    height: 100px;
  }
  .teamList dl dt:before {
    width: 80px;
    height: 80px;
    left: 3px;
  }
  .teamList dl dt:after {
    width: 40px;
    height: 40px;
  }
  .teamList dl dd {
    margin-left: 120px;
  }
  .teamList dl dd p {
    height: 125px;
  }

  .list-img .serList dd div {
    height: 44px;
  }
  .list-img .serList dd div p {
    height: 22px;
  }

  .product_slide .tabBox .bd {
    width: 150px;
    height: 251px;
    line-height: 250px;
  }
  .product_slide .tabBox .hd {
    display: inline-block;
  }
  .product_slide .tabBox .hd li {
    width: 60px;
    height: 77px;
  }
  .Mtime {
    height: 250px;
  }
}
@media (max-width: 380px) {
  .newList dt {
    width: 120px;
  }
  .newList dd {
    margin-left: 130px;
  }
  .newList dd p {
    /* height: 18px;
    line-height: 18px; */
    font-size: 13px;
  }
  .newList dd h3 a {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .newList dd a.m {
    line-height: 16px;
  }
  .newList dd a.m img {
    width: 16px;
    vertical-align: top;
  }
}
@media (max-width: 370px) {
  .serList dd div {
    height: 200px;
    padding: 10px 0;
  }
}
@media (min-width: 767px) {
  .more:hover i {
    background: url(../img/c_42.png) no-repeat center center;
  }
  .more:hover a {
    color: #010101;
    background: var(--primary-color);
  }
  .det-nav {
    display: block !important;
  }

  #fullpage .section {
    overflow-y: scroll;
  }
  /*#fullpage #section2{overflow-y:hidden;}*/
  /*#fullpage #section4{overflow-y:hidden;}*/
  /*#section3 .content{min-height: 929px;}*/
  /*#section1 .content{min-height: 941px;}*/
  /*#section5 .content{min-height: 950px;}*/
  #section6 .content {
    /*min-height: 880px;position: relative;*/
  }
}
@media (min-width: 992px) {
  #section6 .content {
    position: relative;
  }
}



.pagination-container {
    padding: 20px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .pagination a, .pagination span {
    min-width: 38px;
    height: 38px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagination .current {
    background-color: var(--primary-color);
    color: #000;
    border-color: var(--primary-color);
  }
  .pagination .disabled {
    color: #aaa;
    border-color: #eee;
  }