* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #bf4c00;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-150px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(180deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.otf');
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.ttf');
  src: url('../fonts/Montserrat-Regular.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/Montserrat-Light.otf');
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.ttf');
  src: url('../fonts/Montserrat-Light.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myfont2';
  src: url('../fonts/Montserrat-Regular.otf');
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.ttf');
  src: url('../fonts/Montserrat-Regular.woff');
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myfont3';
  src: url('../fonts/Montserrat-Thin.otf');
  src: url('../fonts/Montserrat-Thin.eot');
  src: url('../fonts/Montserrat-Thin.ttf');
  src: url('../fonts/Montserrat-Thin.woff');
  font-weight: normal;
  font-style: normal;
}
body {
  color: rgba(12, 3, 0, 0.6);
  background: #fff;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
  line-height: 1.6;
  font-weight: 500;
  font-family: 'myfont', Helvetica, Arial, Lucida, sans-serif;
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 1300px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 640px;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.dw {
  top: -1rem;
  z-index: -1;
  position: absolute;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #0c0300;
  position: fixed;
  height: 64px;
  background: #fff;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.header .container {
  max-width: 1840px;
  display: flex;
  height: 64px;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  display: inline-block;
}
.header .info{
	font-size: 18px;
}
@media (max-width: 1298px) {
  .header {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .header {
    height: 64px;
  }
  .header .container {
    height: 64px;
  }
  .header .info {
    display: none;
  }
  .header .logo img {
    width: auto!important;
    max-height: 40px;
  }
}
.nav ul {
  display: flex;
  justify-content: flex-end;
}
.nav li {
  padding-left: 0.27rem;
}
.nav li a {
  color: #0c0300;
  transition: opacity 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.nav li:hover a,
.nav .active a {
  color: #bf4c00;
}
@media (max-width: 1023px) {
  .nav {
    display: none;
  }
}
.banner {
  margin-top: 64px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 500px;
  position: relative;
}
.banner .pic:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.banner .textbox {
  width: 100%;
  z-index: 2;
  bottom: 110px;
  color: #fff;
  text-align: right;
  position: absolute;
}
.banner .tit {
  line-height: 100px;
  font-size: 94px;
  font-family: "myfont";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.banner .txt {
  line-height: 70px;
  font-size: 64px;
  font-family: "myfont3";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.banner .swiper-slide-active .textbox {
  animation: 2s fadeInUp2 ease;
}
.banner .swiper-pagination {
  left: 0;
  width: 100%;
  bottom: 35px;
  text-align: center;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 0;
  transition: all 335ms ease;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper-button-prev {
  left: -30px;
}
.banner .swiper-button-next {
  right: -30px;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  transition: all 0.4s ease-in-out;
  opacity: 1!important;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.banner:hover .swiper-button-prev {
  left: 40px;
}
.banner:hover .swiper-button-next {
  right: 40px;
}
@media (max-width: 1023px) {
  .banner {
    height: 320px;
  }
  .banner .text-1 {
    padding-right: 30px;
  }
  .banner .pic {
    height: 320px;
  }
  .banner .tit {
    font-size: 40px;
    line-height: 50px;
  }
  .banner .txt {
    font-size: 30px;
    line-height: 40px;
  }
  .banner:hover .swiper-button-prev {
    left: 10px;
  }
  .banner:hover .swiper-button-next {
    right: 10px;
  }
}
.index-slogan {
  color: #0c0300;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  padding: 28px 0;
  font-family: "myfont3";
  text-transform: uppercase;
}
.index-menubox {
  overflow: hidden;
  padding: 20px  0 ;
  background: #e6e5e5;
}
.index-menubox .container {
  max-width: 1700px;
}
.index-menubox ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -25px;
}
.index-menubox li {
  width: 33.3333%;
  padding: 0 25px;
  transform-style: preserve-3d;
}
.index-menubox li .item {
  position: relative;
  perspective: 1000px;
}
.index-menubox li .box-1 {
  background: #d0cece;
  padding: 80px 20px;
  position: relative;
  transition: all 700ms linear;
  /* transform: rotateX(0deg) rotateY(-180deg); */
}
.index-menubox li .tit {
  color: #0c0300;
  font-size: 22px;
  font-family: "myfont3";
  font-weight: 500;
  margin-top: 10px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  /* transform: rotateX(0deg) rotateY(180deg); */
  text-transform: uppercase;
}
.index-menubox li .txt {
  color: #000;
}
.index-menubox li .pichover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/imghover.jpg);
  background-position: center top;
  background-size: cover;
  transition: all 700ms linear;
}
.index-menubox li .txtbox {
  top: 35%;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  padding: 20px;
  text-align: center;
  position: absolute;
  /* transform: rotateX(0deg) rotateY(-180deg); */
  transition: all 2s linear;
  transition: all 700ms linear;
}
.index-menubox li .txtbox .text{
  background:#FFF;
  padding:20px;
}
.index-menubox li .more {
  text-transform: uppercase;
  margin-top: 30px;
}
.index-menubox li .more a,
.index-menubox li .more span {
  color: #fff;
  padding: 0 15px;
  line-height: 34px;
  display: inline-block;
  background: #bf4c00;
}
@media (max-width: 1700px) {
  .index-menubox .container {
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .index-menubox li:hover .box-1 {
    /* transform: rotateX(0deg) rotateY(0deg); */
  }
  .index-menubox li:hover .pichover {
    /* opacity: 1; */
  }
  .index-menubox li:hover .pic {
    /* opacity: 0; */
  }
  .index-menubox li:hover .tit {
    /* opacity: 0; */
  }
  .index-menubox li:hover .txtbox {
    opacity: 1;
    /* transform: rotateX(0deg) rotateY(0deg); */
  }
}
@media (max-width: 600px) {
  .index-menubox li {
    width: 100%;
  }
  .index-menubox li .box-1 {
    padding: 20px 0;
    background: transparent;
  }
}
.inside-xgprojects ul {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
.inside-xgprojects li {
  padding: 0;
}
.inside-xgprojects li .box-1 {
  padding: 50px 20px;
}
.inside-xgprojects li .tit {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .inside-xgprojects li .box-1 {
    padding: 20px 0;
  }
}
.footer {
  color: #fff;
  padding-bottom: 15px;
  padding-top: 40px;
  background: #0c0300;
}
.footer .title {
  font-size: 16px;
  color: #bf4c00;
  text-transform: uppercase;
}
.footer .list {
  font-size: 12px;
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
}
.footer .list li {
  width: 50%;
}
.footer .list li a {
  color: #fff;
  transition: color 0.4s ease-in-out;
}
.footer .list li a:hover {
  color: #bf4c00;
}
.footer .list .t1 {
  text-transform: uppercase;
}
.footer .list .t1 span {
  color: rgba(255, 255, 255, 0.5);
}
.footer .list .t2 {
  color: rgba(255, 255, 255, 0.5);
}
.footer .list .t3 {
  padding-top: 30px;
  text-transform: uppercase;
}
.footer .copy {
  text-align: center;
  padding-top: 60px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .footer .list li {
    width: 100%;
    padding: 0 30px;
  }
  .footer .list li:nth-child(2) {
    padding-top: 30px;
  }
}
.inside-banner {
  color: #dbdad9;
  text-align: center;
  padding-top: 64px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "myfont2";
  text-transform: uppercase;
}
.inside-banner .container {
  max-width: 1840px;
}
@media (max-width: 1000px) {
  .inside-banner {
    font-size: 1.1rem;
    line-height: 1.3rem;
    padding-top: 90px;
  }
}
@media (max-width: 420px) {
  .inside-banner {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
.inside-banner-2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media (max-width: 640px) {
  .inside-banner-2 {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
.inside-wrap {
  padding-bottom: 60px;
}
.inside-wrap .container {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.inside-wrap .lefttext {
  width: 32%;
  text-align: right;
}
.inside-wrap .lefttext .title {
  color: #0c0300;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.inside-wrap .lefttext .subtitle {
  color: #bf4c00;
  font-size: 12px;
}
.inside-wrap .righttext {
  width: 60%;
}
.inside-wrap .righttext .list {
  position: relative;
  padding: 20px 0;
}
.inside-wrap .righttext .list:before {
  top: 0;
  left: 0;
  content: "";
  width: 125px;
  height: 1px;
  background: #0c0300;
  position: absolute;
}
.inside-wrap .righttext .list:after {
  bottom: 0;
  left: 0;
  content: "";
  width: 125px;
  height: 1px;
  background: #0c0300;
  position: absolute;
}
.inside-wrap .righttext .list li {
  color: #0c0300;
  font-size: 20px;
  padding-bottom: 5px;
}
.inside-wrap .righttext .list li a {
  color: #0c0300;
  display: block;
  transition: color 0.4s ease-in-out;
}

.inside-wrap .righttext .list .t2 {
  color: #0c0300;
  font-size: 20px;
  padding-bottom: 20px;
  font-family: "myfont2";
}

@media (max-width: 1023px) {
  .inside-wrap .righttext .list li {
    font-size: 16px;
  }
}
.inside-wrap .righttext .list li:last-child {
  padding-bottom: 0;
}
.inside-wrap .righttext .list li:hover a {
  color: #bf4c00;
}
.inside-wrap .righttext .list-2 {
  padding: 40px 0;
  padding-right: 100px;
}
.inside-wrap .righttext .list-3 h4 {
  color: #0c0300;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
}
.inside-wrap .righttext .list-3 ul {
  display: flex;
}
.inside-wrap .righttext .list-3 li {
  color: #bf4c00;
  font-family: "myfont2";
  padding: 0 10px;
  position: relative;
}

.inside-wrap .righttext .list-3 li span{
	color: #bf4c00;
}

.inside-wrap .righttext .list-3 li:before {
  top: 5px;
  left: 0;
  content: "";
  width: 2px;
  position: absolute;
  height: 12px;
  background: #0c0300;
}
.inside-wrap .righttext .list-3 li:first-child {
  padding-left: 0;
}
.inside-wrap .righttext .list-3 li:first-child:before {
  display: none;
}
.inside-wrap .righttext .list-4 {
  color: #0c0300;
}
.inside-wrap .righttext .list-4 a {
  color: #0c0300;
}
.inside-wrap .righttext .list-4 a:hover {
  color: #bf4c00;
}
.inside-wrap .righttext .list-4 .return {
  padding-top: 30px;
}
.inside-wrap .righttext .list-4 .return a {
  color: #bf4c00;
  transition: all 334ms ease;
}
.inside-wrap .righttext .list-4 .return:hover a {
  text-shadow: 0 0 1px #bf4c00;
}
.inside-wrap .righttext .list-5 {
  padding-bottom: 40px;
}
.inside-wrap .righttext .list-5 li {
  padding-top: 30px;
}
.inside-wrap .righttext .list-5 li .t1 {
  padding-bottom: 10px;
}
.inside-wrap .righttext .list-5 li .t1,
.inside-wrap .righttext .list-5 li .t2 {
  color: #0c0300;
  font-size: 20px;
  font-family: "myfont2";
}
.inside-wrap .righttext .list-5 li .t3 {
  padding-top: 20px;
}
.inside-wrap .righttext .list-6 {
  padding-top: 0;
}
.inside-wrap .righttext .list-7 ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -10px;
  margin-top: -10px;
}
.inside-wrap .righttext .list-7 li {
  width: 25%;
  padding: 10px;
  text-align: center;
}
.inside-wrap .righttext .list-7 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-wrap .righttext .list-7 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.inside-wrap .righttext .list-7 li .pic img {
  transition: all 1000ms ease;
}
.inside-wrap .righttext .list-7 li .item {
  color: #0c0300;
  display: block;
}
.inside-wrap .righttext .list-7 li .name {
  font-size: 20px;
  margin-top: 15px;
}
.inside-wrap .righttext .list-7 li .ms {
  text-transform: uppercase;
}
.inside-wrap .righttext .list-7 li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .inside-wrap .righttext .list-7 li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .inside-wrap .righttext .list-7 li {
    width: 100%;
  }
}
.inside-wrap .righttext .list-8 {
  position: relative;
  padding: 20px 0;
}
.inside-wrap .righttext .list-8:before {
  top: 0;
  left: 0;
  content: "";
  width: 125px;
  height: 1px;
  background: #0c0300;
  position: absolute;
}
.inside-wrap .righttext .list-8:after {
  bottom: 0;
  left: 0;
  content: "";
  width: 125px;
  height: 1px;
  background: #0c0300;
  position: absolute;
}
.inside-wrap .righttext .list-8 li {
  color: #0c0300;
  padding-bottom: 15px;
}
.inside-wrap .righttext .list-8 li .t1 {
  font-size: 20px;
}
.inside-wrap .righttext .list-8 li:last-child {
  padding-bottom: 0;
}
.inside-wrap .righttext .list-8 li:hover a {
  color: #bf4c00;
}
@media (max-width: 1023px) {
  .inside-wrap .container {
    display: block;
  }
  .inside-wrap .lefttext {
    width: 100%;
    text-align: left;
  }
  .inside-wrap .lefttext .title {
    font-size: 24px;
  }
  .inside-wrap .righttext {
    width: 100%;
    padding-top: 30px;
  }
  .inside-wrap .righttext .list-2 {
    padding-right: 0;
  }
}
.inside-wrap-2 .container {
  display: block;
}
.inside-wrap-2 .itembox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.inside-wrap-2 .itembox .list-2 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.inside-wrap-2 .righttext {
  padding-top: 0px;
}
.inside-wrap-2 .righttext .t1{
    color: #0c0300;
    font-size: 20px;
    font-family: "myfont2";
    margin-top: 50px;
}
@media (max-width: 1023px) {
  .inside-wrap-2 .itembox {
    display: block;
    padding-top: 30px;
  }
  .inside-wrap-2 .itembox:first-child {
    padding-top: 0;
  }
}
.inside-wrap-3 {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #e6e5e5;
}
.inside-wrap-3 .container {
  display: flex;
  justify-content: space-between;
}
.inside-wrap-3 .lefttext {
  width: 48%;
}
.inside-wrap-3 .lefttext .title {
  color: #0c0300;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.inside-wrap-3 .righttext {
  width: 45%;
  color: #0c0300;
}
.inside-wrap-3 .righttext .list {
  margin-top: 80px;
  padding: 30px 0;
  position: relative;
}
.inside-wrap-3 .righttext .list:before {
  top: 0;
  left: 0;
  content: "";
  width: 125px;
  height: 1px;
  background: #0c0300;
  position: absolute;
}
.inside-wrap-3 .righttext .list:after {
  bottom: 0;
  left: 0;
  content: "";
  width: 125px;
  height: 1px;
  background: #0c0300;
  position: absolute;
}
.inside-wrap-3 .righttext .list .t1 {
  color: #0c0300;
  font-size: 20px;
}
.inside-wrap-3 .righttext .list .t2 {
  margin-top: 10px;
}
.inside-wrap-3 .righttext .list .t2 a {
  color: #bf4c00;
  transition: all 334ms ease;
  text-transform: uppercase;
}
.inside-wrap-3 .righttext .list .t2 a:hover {
  text-shadow: 0 0 1px #bf4c00;
}
.inside-wrap-3 .righttext .list .t2 span {
  color: #bf4c00;
}
@media (max-width: 1023px) {
  .inside-wrap-3 .container {
    display: block;
  }
  .inside-wrap-3 .lefttext {
    width: 100%;
  }
  .inside-wrap-3 .righttext {
    width: 100%;
  }
  .inside-wrap-3 .righttext .list {
    margin-top: 30px;
  }
}
.inside-xgcase {
  padding: 50px 0;
  background: #e6e5e5;
}
.inside-xgcase li {
  width: 25%;
}
.inside-xgcase li .pic {
  overflow: hidden;
  position: relative;
}
.inside-xgcase li .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.75257732%;
}
.inside-xgcase li .pic img {
  width: auto;
  height: auto;
  transition: all 700ms ease;
}
.inside-xgcase li:hover .pic img {
  transform: scale(1.1);
}
.teambox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: saturate(180%) blur(5px);
}
.teambox .close {
  right: 0;
  top: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 30px;
  font-size: 36px;
  position: absolute;
  transition: all 700ms ease;
}
.teambox .close:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.teambox .container {
  top: 50%;
  left: 50%;
  padding: 30px 0;
  background: #fff;
  height: 7.6rem;
  overflow: auto;
  position: absolute;
  transform: translate(-50%, -50%);
}
.teambox .item {
  margin: 0 auto;
  max-width: 1080px;
}
.teambox .item dl {
  display: flex;
  padding-bottom: 30px;
  justify-content: space-between;
}
.teambox .item dt {
  width: 28%;
  position: relative;
}
.teambox .item dt:after {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.teambox .item dt img {
  width: auto;
  height: auto;
}
.teambox .item dd {
  width: 65%;
}
.teambox .item .box {
  color: #0c0300;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.teambox .item .box h1 {
  font-size: 22px;
}
.teambox .item .box .tag {
  color: #bf4c00;
}
@media (max-width: 1100px) {
  .teambox .item {
    padding: 0 30px;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  padding-top: 0px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .navPhoneBtn {
    display: block;
  }
}
.navM .transparent {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  width: 100%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 64px;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #000;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #000;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list {
  padding: 30px;
  background: #fff;
  border-top: solid 3px #000;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .title a {
  color: #000;
  font-family: "myfont2";
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #bf4c00;
}

.product-list .container{
	display: block;
}
.yewulist {
  position: relative;
}
.yewulist li {
  float: left;
  width: 33.33333333%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.yewulist li .text {
  padding: 24px 26px;
}
.yewulist li .bt {
	font-size: 0.24rem;
	overflow:hidden;
	color: #333333;
	height: 0.60rem;
	line-height: 0.30rem;
}
.yewulist li .span {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
}
.yewulist li .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.yewulist li .pic:after {
    content: '';
    display: block;
    padding-bottom: 67%;
}
@media (min-width: 1025px) {
  .yewulist li:hover .pic img {
    transform: scale(1.04);
  }
}

.product-list .product-top{
	padding: 40px 0px;
}


.product-show-top {
  margin-bottom: 76px;
}
.product-show-top .left {
  float: left;
  width: 28%;
  padding-top: 16px;
}
.product-show-top .left .bt {
  text-decoration: underline;
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #000000;
}
.product-show-top .left .bt a {
  color: #000000;
}
.product-show-top .left .span {
  font-size: 0.28rem;
  line-height:1;
  color: #333333;
}
.product-show-top .left .p {
  font-size: 13px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #999999;
}
.product-show-top .left .p span {
  padding-right: 5px;
  padding-left: 5px;
}
.product-show-top .left .jsh {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}
.product-show-top .left .jsh b,
.product-show-top .left .jsh strong {
  color: #333333;
}
.product-show-top .right {
  float: right;
  width: 69%;
}
.product-show-top .right .pic:after {
  padding-bottom: 55.72016461%;
}


.product-show-top .right .jsh{
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
  color: #999999;	
}

.product-show-top .right .swiper {
  position: relative;
  overflow: hidden;
}
.product-show-top .right .swiper-button-prev,
.product-show-top .right .swiper-button-next {
  width: 74px;
  height: 74px;
  border: dashed 2px #ffffff;
  border-radius: 50%;
  background: rgba(0,0,0,0.5) url(../images/jz.png) no-repeat center center;
  background-size: 28px;
  left: auto;
  right: 130px;
  bottom: 20px;
  top: auto;
}
.product-show-top .right .swiper-button-prev:after,
.product-show-top .right .swiper-button-next:after {
  display: none;
}
@media (min-width: 1025px) {
  .product-show-top .right .swiper-button-prev:hover,
  .product-show-top .right .swiper-button-next:hover {
    background-color: #000000;
    border: dashed 2px #000000;
  }
}
.product-show-top .right .swiper-button-next {
  background: rgba(0,0,0,0.5) url(../images/jy.png) no-repeat center center;
  background-size: 28px;
  right: 30px;
}

@media (max-width: 1023px) {
  .yewulist li,.product-show-top .left,.product-show-top .right {
    width:100%;
  }
  .yewulist li .bt{
	font-size: 16px;
	line-height: 24px;
	height: 48px;	  
  }
  .product-show-top .left .bt {
	  font-size: 18px;
	  margin-bottom:20px;
  }
  .product-show-top .left .span {
	  font-size: 18px;
	}
}