
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    font-size: 14px;
    color: #333;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}
.nbanner img{
    display: none;
    padding: 0;
    margin: 0;
}
.bodywidth {
    width: 1400px;
    margin: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top {
    width: 100%;
    height: 65px;
    position:fixed;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    z-index: 9999;

    overflow: visible;
}
.unTop .top1{
    border-bottom:1px #DDD solid;
}
.top1{
    width: 100%;
    height: 90px;
    position: relative;
    transition: all .3s ease-in-out;

}
.unTop .top1{
    background-color: #FFF;
    box-shadow: 0px 0px 10px #DDD;
}
.top .logo {
    position: absolute;
    top: 20px;
    left: 130px;
}

.top  .top1 .logo  {
    background: url('/style/cn_style/logo.png') no-repeat left center;
    width: 95px;
    height: 65px;
}


.unTop .top1 .logo {
    background: url('/style/cn_style/logo1.png') no-repeat left center;
    width: 95px;
    height: 65px;
}

.top .nav {
    position: absolute;
    top: 0px;
    right: 250px;



}

.top .nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.top .nav ul li a {
    color: #fff;
    display: block;
    transition: all .3s ease-in-out;
    font-size: 20px;
    padding: 30px 25px;
}
.unTop .top1 ul li a{
    color: #333;

}



.top .nav ul li:hover ul li a:hover{
    background: #D3BA76;
    color: #fff;
    transform: scale(0.9);
}
.unTop .nav ul li:hover ul li a{
    color: #fff;
}



/* 二级菜单默认隐藏 */
.top .nav ul.MainNav li{
    position: relative;
    text-align: center;

}
.top .nav ul.MainNav li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #D3BA76;
    list-style: none;
    z-index: 999;
    min-width: 220px;
    padding: 10px 0;
  }
  .top .nav ul.MainNav li ul li {

    white-space: nowrap;
  }
  .top .nav ul.MainNav li ul li a{
    padding: 8px 10px;
    font-size: 16px;
  }
.top .nav ul.MainNav > li:hover {
    background: #D3BA76;
  }
  .top .nav ul.MainNav li ul  li a:hover {
    color: #fff; /* 一级文字变色（可选） */
    background: #C7A754;
  }
  
  /* 二级显示 */
  .top .nav ul.MainNav li:hover ul {
    display: block;
  }
  
  /* 二级 hover 效果 */
  .top .nav ul.MainNav li ul li:hover {

  }





.top .tools {
    width: 200px;
    overflow: visible;
}


.top .tools {
    position: absolute;
    right: 0px;
    top: 0;

}

.top .tools ul {
    display: flex;
}

.top .tools ul li {
    width: 100px;
    height: 90px;
    text-align: center;
}

.top .tools ul li a {

}
.top .tools ul li:nth-child(1){
    border-left: 1px #3D7ACD solid;
    height: 90px;
    width: 100px;
 
}

.unTop .top1 .tools ul li:nth-child(1){
    border-left: 1px #ccc solid;
}




.top .tools ul li:nth-child(1) img{
    display: block;
    margin-left: 30px;
    margin-top: 32px;
}
.top .tools ul li:nth-child(2){
    border-left: 1px #3D7ACD solid;
    height: 90px;
}


.unTop .top1 .tools ul li:nth-child(2){
    border-left: 1px #ccc solid;
}


.top .tools label{
    cursor: pointer;
    padding-left:1.4vw;
}
.top .tools label svg{
    width:25px;
    margin-top: 32px;
    margin-right: 30px;
}

.top .tools label svg path{
    fill: #fff;
}



.top .tools input[type="checkbox"]{
    display: none;
    font-family: 'Poppin';
}
.top .tools .search{
    position: absolute;

    transition: all .3s ease-in-out;
    opacity: 0;
}
.top .tools input:checked ~.search{
    visibility: visible;
    top:88px;
    opacity: 1;
}

.top .tools ul li:hover{
    cursor: pointer;
    background: #D3BA76;
}


.unTop .top1 .tools ul li:nth-child(2){
    cursor: pointer;
    background: #D3BA76;
}

.unTop .top1 .tools label svg path{
    fill: #999;
}








.top .tools input{
    border: none;
}
.top .tools input:focus {
    outline: none;
    top:100px;
  }

  .top .tools .language{

  
  }
  .top .tools .language a{
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    width: 45px;
    height: 40px;
  
  }
.banner {
    width: 100%;

    position: relative;
    z-index:1;
}





.banner .animation {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;

    align-items: center;
    flex-direction: column;

    width: 50%;
    margin: auto;
    transition: all .3s ease-in-out;
    z-index: 998;
    top: 220px;

}

.banner .animation .logo {
    animation-name: logo;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    z-index: 998;
    font-size: 35px;

    color: #D1B877;
      /* 字体倾斜：italic 斜体（推荐） */
  font-style: italic;
  
  /* 黑色投影：x偏移 y偏移 模糊度 颜色 */
  text-shadow: 2px 2px 3px #000;


}

@keyframes logo {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.banner .animation .sloagn {
    font-family: 'Poppin';
    font-size: 25px;
    color: #fff;
    margin-top: 1vw;
    animation-name: sloagn;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    text-align: center;
    z-index: 9998;
      /* 字体倾斜：italic 斜体（推荐） */
      font-style: italic;
  
      /* 黑色投影：x偏移 y偏移 模糊度 颜色 */
      text-shadow: 2px 2px 3px #000;
}

@keyframes sloagn {
    0% {
        transform: translateY(100px);
        opacity: 0;

    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


.banner .animation .more {
    font-family: 'Poppin';
    font-size: 18px;
    color: #D3BA76;
    margin-top: 50px;
    animation-name: sloagn;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    text-align: center;
    z-index: 9998;


}

.banner .animation .more a {
    display: block;
    border: 1px #D3BA76 solid;
    padding: 5px 40px;
    color: #D3BA76;
    border-radius: 100px;
    transition: all .3s ease-in-out;
          /* 字体倾斜：italic 斜体（推荐） */
          font-style: italic;

}

.banner .animation .more a:hover {
    background-color: #D3BA76;
    color: #fff;
    border: 1px #dabb69 solid;
}

@keyframes more {
    0% {
        transform: translateY(100px);
        opacity: 0;

    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


/*********************** 样式 *************************/
.picChange {
    width: 100%;
    height: 1000px;
    position: relative;
}

/* 动画区域 */
.picChange .PicList {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.picChange .PicList div {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.picChange .PicList div a {
    display: block;
    width: 100%;
    height: 100%;
}

.picChange .PicList div.show {
    display: block;
    z-index: 1;
}

/* 列表按钮区域 */
.picChange .BtnList {
    bottom: 20px;
    width: 100%;
    position: absolute;
    z-index: 1;
    text-align: center;
    padding: 0;
    list-style: none;
}

.picChange .BtnList li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.8;
    background-color: #FFF;
    margin: 0px 5px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    transition: all .3s ease-in-out;
}

.picChange .BtnList li:hover {
    position: relative;
    transform: scale(1.1);
    z-index: 2;
    cursor: pointer;
    background-color: #D2B976;
}

.picChange .BtnList li.act {
    opacity: 1;
    transform: scale(1.2);
    margin: 0px 20px;
}

/* 箭头按钮区域 */
.picChange .BtnArrow {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 1;
}

.picChange .BtnArrow span {
    display: block;
    position: absolute;
    width: 50px;
    height: 110px;
    background-color: black;
    opacity: 0.1;
    cursor: pointer;
    color: white;
    font-family: 'Poppin';
    font-size: 70px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.picChange:hover .BtnArrow span {
    opacity: 0.4;
}

.picChange .BtnArrow span:hover {
    opacity: 0.7;
}

.picChange .BtnArrow span.BtnLeft {
    left: 10px;
}

.picChange .BtnArrow span.BtnRight {
    right: 10px;
}

/* 动画效果-不要改动 */
@keyframes eadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes eadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes zoomBigIn {
    from {
        transform: scale(0.3);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoomBigOut {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes zoomSmallIn {
    from {
        transform: scale(2);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoomSmallOut {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes moveLeftIn {
    from {
        right: -100%
    }

    to {
        right: 0
    }
}

@keyframes moveLeftOut {
    from {
        left: 0
    }

    to {
        left: -100%
    }
}

@keyframes moveRightIn {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@keyframes moveRightOut {
    from {
        right: 0
    }

    to {
        right: -100%
    }
}

@keyframes moveUpIn {
    from {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

@keyframes moveUpOut {
    from {
        top: 0
    }

    to {
        top: -100%
    }
}

@keyframes moveDownIn {
    from {
        top: -100%
    }

    to {
        top: 0
    }
}

@keyframes moveDownOut {
    from {
        bottom: 0
    }

    to {
        bottom: -100%
    }
}

@keyframes slideLeftIn {
    from {
        right: -100%;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

@keyframes slideLeftOut {
    from {
        left: 0;
        opacity: 1
    }

    to {
        left: 0;
        opacity: 0
    }
}

@keyframes slideRightIn {
    from {
        left: -100%;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@keyframes slideRightOut {
    from {
        right: 0;
        opacity: 1
    }

    to {
        right: 0;
        opacity: 0
    }
}

@keyframes slideUpIn {
    from {
        bottom: -100%;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideUpOut {
    from {
        top: 0;
        opacity: 1
    }

    to {
        top: 0;
        opacity: 0
    }
}

@keyframes slideDownIn {
    from {
        top: -100%;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes slideDownOut {
    from {
        bottom: 0;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes FlipXIn {
    from {
        transform: rotateX(-180deg);
        z-index: 1
    }

    to {
        transform: rotateX(0deg);
        z-index: 2
    }
}

@keyframes FlipXOut {
    from {
        transform: rotateX(0deg);
        z-index: 2
    }

    to {
        transform: rotateX(180deg);
        z-index: 1
    }
}

@keyframes FlipYIn {
    from {
        transform: rotateY(-180deg);
        z-index: 1
    }

    to {
        transform: rotateY(0deg);
        z-index: 2
    }
}

@keyframes FlipYOut {
    from {
        transform: rotateY(0deg);
        z-index: 2
    }

    to {
        transform: rotateY(180deg);
        z-index: 1
    }
}

@keyframes FlipLeftIn {
    from {
        transform: rotateY(40deg) translateZ(1000px);
        opacity: 0;
        z-index: 1
    }

    to {
        transform: rotateY(0deg);
        opacity: 1;
        z-index: 2
    }
}

@keyframes FlipLeftOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes FlipRightIn {
    from {
        transform: rotateY(-40deg) translateZ(1000px);
        opacity: 0;
        z-index: 1
    }

    to {
        transform: rotateY(0deg);
        opacity: 1;
        z-index: 2
    }
}

@keyframes FlipRightOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes FlipUpIn {
    from {
        transform: rotateX(-90deg) translateZ(400px);
        z-index: 2
    }

    to {
        transform: rotateX(0deg);
        z-index: 2
    }
}

@keyframes FlipUpOut {
    from {
        opacity: 1;
        z-index: 1
    }

    to {
        opacity: 0;
        z-index: 1
    }
}

@keyframes FlipDownIn {
    from {
        transform: rotateX(90deg) translateZ(400px);
        z-index: 2
    }

    to {
        transform: rotateX(0deg);
        z-index: 2
    }
}

@keyframes FlipDownOut {
    from {
        opacity: 1;
        z-index: 1
    }

    to {
        opacity: 0;
        z-index: 1
    }
}

@keyframes RollLeftIn {
    from {
        transform: rotateY(90deg);
        z-index: 1
    }

    to {
        transform: rotateY(0deg);
        z-index: 1
    }
}

@keyframes RollLeftOut {
    from {
        transform: rotateY(0deg);
        z-index: 2
    }

    to {
        transform: rotateY(-90deg);
        z-index: 2
    }
}

@keyframes RollRightIn {
    from {
        transform: rotateY(-90deg);
        z-index: 2
    }

    to {
        transform: rotateY(0deg);
        z-index: 2
    }
}

@keyframes RollRightOut {
    from {
        transform: rotateY(0deg);
        z-index: 1
    }

    to {
        transform: rotateY(90deg);
        z-index: 1
    }
}

@keyframes RollUpIn {
    from {
        transform: rotateX(-90deg);
        z-index: 1
    }

    to {
        transform: rotateX(0deg);
        z-index: 1
    }
}

@keyframes RollUpOut {
    from {
        transform: rotateX(0deg);
        z-index: 2
    }

    to {
        transform: rotateX(90deg);
        z-index: 2
    }
}

@keyframes RollDownIn {
    from {
        transform: rotateX(90deg);
        z-index: 2
    }

    to {
        transform: rotateX(0deg);
        z-index: 2
    }
}

@keyframes RollDownOut {
    from {
        transform: rotateX(0deg);
        z-index: 1
    }

    to {
        transform: rotateX(-90deg);
        z-index: 1
    }
}
.cpzsindex {
    padding: 80px 0 30px;
    overflow: hidden;
}

.cpzsindex .title {
    font-size: 45px;
    color: #D2B976;
    text-align: center;
}
.cpzsindex .titlecont{
    color:#666666;
    font-size: 14px;
    text-align: center;
}
.cpzsindex ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    padding: 40px 0 20px;
}

.cpzsindex ul li {
    width: 32.5%;
    position: relative;
}

.cpzsindex ul li img {
    width: 100%;
}

.cpzsindex ul li .name {
    font-size: 30px;
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
}

.cpzsindex ul li .name a {
    color: #D2B976;
    font-style: italic;
  
    /* 黑色投影：x偏移 y偏移 模糊度 颜色 */
    text-shadow: 2px 2px 3px #D2B976;
    transition: all .3s ease-in-out;
}

.cpzsindex ul li .name a:hover {}

.cpzsindex ul li .more {
    width: 170px;
    margin: 20px auto;
}

.cpzsindex ul li .more a {
    display: block;
    text-align: center;
    background: #000000;
    color: white;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.cpzsindex ul li .more a:hover {

    transform: scale(1.1);
    background: #D2B976;

}

.xzwmindex {
    background: #FBFCFD url('/style/cn_style/gsbg.jpg') repeat-x center top;
    overflow: hidden;
    padding: 40px 0 60px;
}

.xzwmindex .title {
    font-size: 45px;
    text-align: center;
    color: #D2B976;
    padding: 30px 0 0;
}

.xzwmindex  .titlecont{
    color:#666666;
    font-size: 14px;
    text-align: center;
}

.xzwmindex .xzwm {
    padding: 30px 0;

    margin: auto;
}

.xzwmindex .xzimage {
    width: 620px;
}
.xzwmindex .xzimage img{
    width: 100%;
}
.xzwmindex .xwcont {
    width: 680px;
}

.xzwmindex .xwcont li {
    overflow: hidden;
    margin-top: 60px;
}

.xzwmindex .xwcont li .icon {
    float: left;
    width: 94px;
}

.xzwmindex .xwcont li .name {
    float: right;
    font-size: 26px;
    text-align: left;
    width: 550px;
}

.xzwmindex .xwcont li .name a {
    display: block;
    color: #D2B876;
    transition: all .3s ease-in-out;
}

.xzwmindex .xwcont li .name a:hover {

    transform: scale(1.1);
}

.xzwmindex .xwcont li .cont {
    float: right;
    width: 550px;
    line-height: 180%;
}

.xzwmindex .xwcont li .cont a {
    color: #999;
    font-size: 16px;
    transition: all .3s ease-in-out;
    display: block;
}

.xzwmindex .xwcont li .cont a:hover {
    transform: scale(1.1);
}

.xzwmindex .xwcont li:nth-child(1) {
    margin: 0;
}

.shfwindex {
    background: #FBFCFD url('/style/cn_style/gsbg.jpg') repeat-x center top;
    overflow: hidden;
    padding: 50px 0;
    min-height: 700px;

}

.shfwindex .title {
    font-size: 45px;
    color: #D2B976;
    text-align: center;
}

.shfwindex .titlecont{
    color:#666666;
    font-size: 14px;
    text-align: center;
}



.shfwindex ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
}

.shfwindex ul li {
    width: 320px;

  
}

.shfwindex ul li .image {


}

.shfwindex ul li .name {



}

.shfwindex ul li .Name a {
    font-size: 20px;
    color: #D2B876;
}

.shfwindex ul li .Time {

    font-size: 16px;
    color: #666666;
    padding: 8px 0;
}

.shfwindex ul li .Desc {

    font-size: 16px;
}

.shfwindex ul li .Desc a {
    color: #999999;
    display: block;    transition: all .3s ease-in-out;
}
.shfwindex ul li .Desc a:hover{
    color: #999999;
}

.shfwindex ul li .more {
    padding-top: 20px;
}

.shfwindex ul li .more a {
    display: block;
    width: 100px;
    height:30px;
    color: #D3BA76;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    border: 1px #D3BA76 solid;
    transition: all .3s ease-in-out;
}

.shfwindex ul li .more a:hover {
    background: #D3BA76;
    color: #FFF;
    transform: scale(1.1);
}

.shfwindex .shmore {
    width: 120px;
    margin: 50px auto;

}

.shfwindex .shmore a {
    display: block;
    height: 40px;
    transition: all .3s ease-in-out;
    line-height: 40px;
    text-align: center;
    border: 1px #D3BA76 solid;
    border-radius: 10px;
    color: #D3BA76;
}

.shfwindex .shmore a:hover {
    transform: scale(1.1);
    background: #D3BA76;
    color: white;
}

.gsjjindex {
    overflow: hidden;
    padding: 100px 0;
    background: #FBFCFD url('/style/cn_style/gsbg.jpg') repeat-x center top;
}

.gsjjindex ul li {
    width: 1400px;
    height: 576px;
    position: relative;
}

.gsjjindex ul li .name {
    position: absolute;
    top: 0;
    left: 0;
    color: #D2B976;
    font-size: 45px
}

.gsjjindex ul li .cont {
    position: absolute;
    top: 80px;
    left: 0;
    width: 550px;
    font-size: 18px;
}

.gsjjindex ul li .more {
    position: absolute;
    bottom: 0;
    left: 0;

}

.gsjjindex ul li .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 760px;
    height: 580px;
}

.gsjjindex ul li .more a {
    display: block;
    border: 1px #D2B976 solid;
    background-color: #FFF;
    padding: 15px 30px;
    color: #D2B976;
    font-size: 18px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.gsjjindex ul li .more a:hover {
    background: #D2B976;
    color: white;
    transform: scale(1.1);
}

.lxwmindex {


}

.lxwmindex .title {
    color: #1D346C;
    font-size: 45px;
    text-align: center;

}

.lxwmindex .titlecont {
    text-align: center;
    color: #1D336C;
    font-size: 14px;
}

.lxwmindex .lxwm {
    width: 1300px;
    margin: 50px auto;
    background: url('/style/cn_style/lxbg.png') no-repeat center top;
    overflow: hidden;
    height: 400px;
}

.lxwmindex .lxwm .lxtitle {
    font-size: 26px;
    color: #1D356C;
    padding-left: 80px;
    padding-top: 60px;
}

.lxwmindex .lxwm .lx {
    padding-left: 80px;
    text-indent: 30px;
}

.lxwmindex .lxwm .lx ul {
    padding: 10px 0;
}

.lxwmindex .lxwm .lx ul li:nth-child(1) {
    background: url('/style/cn_style/icon1.png') no-repeat left center;
}

.lxwmindex .lxwm .lx ul li:nth-child(2) {
    background: url('/style/cn_style/icon2.png') no-repeat left center;
}

.lxwmindex .lxwm .lx ul li:nth-child(3) {
    background: url('/style/cn_style/icon3.png') no-repeat left center;
}

.lxwmindex .lxwm .lx ul li:nth-child(4) {
    background: url('/style/cn_style/icon4.png') no-repeat left center;
}

.lxwmindex .lxwm .lx ul li:nth-child(5) {
    background: url('/style/cn_style/icon5.png') no-repeat left center;
}

.lxwmindex .lxwm .lx ul li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.lxwmindex .lxwm .lx li span {
    font-size: 20px;
    color: #1D356C;
}

.lxwmindex .lxwm ul li .image {}

.lxwmindex .lxwm .image ul {
    display: flex;
    padding-right: 80px;
    width: 425px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lxwmindex .lxwm .image ul li {
    text-align: center;
}

.lxwmindex .lxwm .image ul li span {
    display: block;
    margin-top: 10px;
}

.footer {
    background-color: #333333;
    height: 100px;
    line-height: 100px;
    color: #FFF;
}
.neiyecont{
    padding: 50px 0;
    min-height: 500px;
    overflow: hidden;
    background: #FBFCFD url('/style/cn_style/gsbg.jpg') repeat-x center top;
    overflow: hidden;

}
.neiyecont1{
    width: 300px;
}


/* 左侧产品菜单容器 */
.neiyecont1.left {

    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  
  /* 菜单标题 */
  .neiyecont1 .title {
    font-size: 18px;
    font-weight: bold;
    color: #D3BA76;
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #D3BA76;
  }
  
  /* 1. 隐藏最外层 ProdMenu 里的 a 标签 */
  .neiyecont1 .ProdMenu > li > a {
    display: none !important;
  }
  
  /* 菜单基础样式 */
  .neiyecont1 .ProdMenu,
  .ProdMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /* 2. 显示 ul.Column 并美化 */
  .neiyecont1 .ProdMenu ul.Column {
    display: block !important;
    margin: 0;
  }
  
  /* 一级分类样式 */
  .neiyecont1 .ProdMenu ul.Column > li {
    margin-bottom: 8px;
  }
  .neiyecont1  .ProdMenu ul.Column > li > a {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .neiyecont1  .ProdMenu ul.Column > li > a:hover {
    background: #D3BA76;
    color: #fff;
    border-color: #D3BA76;
    padding-left: 20px;
  }
  
  /* 3. 完全隐藏 ul.Products（下级产品列表） */
  .neiyecont1 .ProdMenu ul.Products {
    display: none !important;
  }

/* 点击后的高亮背景色（你可以自己改颜色） */
.neiyecont1 .ProdMenu ul.Column > li.active > a {
    background: #D3BA76 !important;
    color: #fff !important;
    border-color: #D3BA76;
  }
  
  /* 隐藏三级产品列表 */
  .neiyecont1 .ProdMenu ul.Products {
    display: none !important;
  }


.neiyecont2{
    width: 1040px;   
}
.neiyecont2_1{
   

    font-size: 26px;
    color: #D3BA76;
    border-bottom: 1px #DDD solid;

    padding: 0px 0 10px;
}
.neiyecont2_2{

    padding: 20px 0;
}
.Detail.Article > .Name{
    display: none;
}
.Detail.Article .From{

    text-align: right;
}
.neiyecont2_2 p{
    line-height: 180%;
    font-size: 16px;
}



/* 新闻列表外层 */
.NoColumn.Article {

  margin: 0 auto;
 
 
}
/* 新闻列表布局：一行3个 */
.NoColumn.Article  ul.List.xwzx {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px; /* 间距 */
    justify-content: flex-start;
  }
  
  /* 每个新闻卡片 */
  .NoColumn.Article ul.List.xwzx li {
    width: calc(33.333% - 18px); /* 一行3个 */
    background: #fff;
    border-radius: 12px;
    overflow: hidden;

    transition: all 0.3s ease;

  }
  
  /* 悬浮立体效果 */
  .NoColumn.Article  ul.List.xwzx li:hover {
    transform: translateY(-6px);

  }
  
  /* 图片 */
  .NoColumn.Article  .List.xwzx .Image img {
    width: 100%;
    height: 220px;
    object-fit:contain;
    display: block;
  }

  .NoColumn.Article  .List.xwzx .Time{
    display: none;
  }
  /* 分类 */
  .NoColumn.Article  .List.xwzx .ColName {
    padding: 12px 15px 5px;
    font-size: 13px;
    color: #D3BA76;
    overflow: hidden;
  }
  .NoColumn.Article  .List.xwzx .ColName a {
    color: #D3BA76;
    text-decoration: none;
  }
  
  /* 标题 */
  .NoColumn.Article .List.xwzx .Name {
    padding: 0 15px 8px;
    font-size: 16px;
    font-weight: bold;
  }
  .NoColumn.Article .List.xwzx .Name a {
    color: #333;
    text-decoration: none;
  }
  .NoColumn.Article .List.xwzx .Name a:hover {
    color: #D3BA76;
  }
  .NoColumn.Article .List.xwzx .ColName a{
    display: none;
  }
  /* 时间 */
  .NoColumn.Article  .List.xwzx .Time {
    padding: 0 15px 8px;
    font-size: 12px;
    color: #999;
  }
  
  /* 简介 */
  .NoColumn.Article  .List.xwzx .Desc {
    padding: 0 15px 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 6;  /* 这里改成 6 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
  }
  
  /* 详情按钮 */
  .NoColumn.Article  .List.xwzx .Details {
    padding: 0 15px;
  }
  .NoColumn.Article .List.xwzx .Details a {
    display: inline-block;
    padding: 6px 14px;
    background: #D3BA76;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .NoColumn.Article  .List.xwzx .Details a:hover {
    background: #D3BA76;
  }


.gsjj1 .gs{
	line-height:300%;font-size:16px;
}
.lxwm{
	font-size: 16px;
	line-height: 300%;

}





.PageInfo{
    text-align: right;
}

/* 产品列表外层容器 */
.NoColumn.Product {

    margin: 0 auto;
    padding: 20px;
 
  }
  
  /* 分页信息 */
  .PageInfo {
    text-align: right;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
  }
  
  /* 产品列表布局：一行3个 */
  .NoColumn.Product ul.List{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px; /* 产品间距 */
    justify-content: flex-start;
  }
  
  /* 每个产品卡片：一行3个 = 33.333% - 间距 */
  .NoColumn.Product ul.List li {
    width: calc(33.333% - 18px);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
  }
  
  /* 悬浮立体效果 */
  .NoColumn.Product ul.List li:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  }
  
  /* 产品图片 */
  .NoColumn.Product .List .Image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #eee;
  }
  
  /* 分类名称 */
  .NoColumn.Product ul.List .ColName {
    padding: 10px 15px 5px;
    font-size: 13px;
    color: #999;
  }
  .NoColumn.Product ul.List .ColName a {
    color: #999;
    text-decoration: none;
  }
  
  /* 产品名称 */
  .NoColumn.Product ul.List .Name {
    padding: 0 15px 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .NoColumn.Product ul.List .Name a {
    color: #333;
    text-decoration: none;
  }
  .NoColumn.Product ul.List .Name a:hover {
    color: #D3BA77;
  }
  
  /* 详情按钮 */
  .NoColumn.Product ul.List .Details {
    padding: 0 15px 15px;
  }
  .NoColumn.Product ul.List .Details a {
    display: inline-block;
    padding: 6px 14px;
    background: #D3BA77;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
  }
  .NoColumn.Product ul.List .Details a:hover {
    background: #D3BA77;
  }




.Search.Product ul.List {
    display: flex;
    flex-wrap: wrap;    
    justify-content:left;
}
.Search.Product ul.List li{
    position: relative;
    width:550px;
    height: 220px;
    padding-bottom: 50px;
}
.Search.Product ul.List li .Image{
    position: absolute;
    left: 0;
    top: 0;
}
.Search.Product ul.List li .Image img{
    display: block;
    width: 300px;
    height: 220px;
    transition: all .3s ease-in-out;
}
.Search.Product ul.List li .Image img:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.Search.Product ul.List li .Name{
    position: absolute;
    left: 320px;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
.Search.Product ul.List li .Name a{
    color: #D3BA77;
}
.Search.Product ul.List li .Desc{
    position: absolute;
    left: 320px;
    width: 190px;
    top: 40px;
    color: #666;	
    line-height: 140%;
    height: 115px;
    overflow: hidden;
}
.Search.Product ul.List li .More{
    position: absolute;
    left: 320px;
    bottom: 50px;
}
.Search.Product ul.List li .More a{
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #D3BA77;
    color: white;
    border-radius: 100px;transition: all .3s ease-in-out;
}
.Search.Product ul.List li .More a:hover{
    background: #333;
    color: white;    transform:scale(1.1);
    cursor: pointer; 

}
.Search.Product ul.List li a{color:#333;}
.Search.Product ul.List li a.ColName{display:none;}

.NoColumn.Product ul.List li a{color:#333;}
.NoColumn.Product ul.List li a.ColName{display:none;}
.NoColumn.Product ul.List li .Desc{}

.Detail.Product > .Name{
        display: none;

}

/* 分页样式 */
.Pagination {
    margin-top: 30px;
    text-align: center;
  }
  .Pagination a {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
  }
  .Pagination a.now {
    background: #D3BA77;
    color: #fff;
    border-color: #D3BA77;
  }
  .Pagination a:hover {
    background: #D3BA77;
    color: #333;
  }
.Back{
	text-align: center;
    overflow: hidden;
    padding: 20px 0;
}
.Back a{
	display:inline-block;
	padding: 6px 12px;
	font-size: 15px;
	background-color:#EEE ;
	color: #333;
	border: 1px #CCC solid;    transition: all .3s ease-in-out;
}
.Back a:hover{
	background-color:#D1B977;
	color: #fff;	    transform:scale(1.1);
    cursor: pointer; 
}







/*干栏目图片列表-新闻*/
.NoColumn.Article ul.List
{
	overflow: hidden;	
}
.NoColumn.Article ul.List {padding: 20px 0px;}

.NoColumn.Article ul.List li.newsList {}

.NoColumn.Article ul.List{
   
}
.NoColumn.Article ul.List li {
    padding: 15px 0;
    padding-bottom: 60px;
}


.NoColumn.Article ul.List li div.Name{
    float: left;
    width:70%;
    height: 40px;
    line-height: 40px;
}

.NoColumn.Article ul.List li .Name a{
    display: block;
    color: #333;

    font-size: 18px;
    overflow: hidden;
}
.NoColumn.Article ul.List li .Name a:hover{
    color: #1D366C;  
}
.NoColumn.Article ul.List li .Name a.ColName{
    display: none;
}

.NoColumn.Article ul.List li .Time{
    float:right;
    width: 20%;
    color: #666;
    height: 40px;
    line-height: 40px;
    text-align: right;

}

.NoColumn.Article ul.List li div.Desc{

	line-height: 140%;
    color: #666;

}







.NoColumn.Article ul.List li div.newsBrief{}

.PageInfo{
    text-align: right;
    padding-bottom: 20px;
    color: #999;
}
.Detail.Article .Name{
    display: none;
}
.Detail.Article .From{
    text-align: right;
}

/*干栏目文字列表*/
.ColumnList.Article {padding: 20px 0px;overflow: hidden;}
.ColumnList.Article li {padding:15px 0px;border-bottom: 1px solid #F0F0F0;}
.ColumnList.Article li .Name {float: left;width: 80%;font-size:14px;font-weight:bold;background-image: url

('../global/Maincont_ico4.gif');background-position: 10px center;background-repeat: no-repeat;overflow: hidden;text-overflow: 

ellipsis;white-space: nowrap;color:#333;}
.ColumnList.Article li .Time {float: right;width: 20%;text-align: right;}
.ColumnList.Article li .Desc {clear:both;overflow: hidden;padding: 5px 0 0;line-height: 200%;}








.Detail.Product > .Name{
    display: none;
}
.Detail.Product > .Images{
  
}
.cp .img {
    overflow: hidden;
    padding-bottom: 50px;
}
.cp .img img{
    display: block;
    max-width: 700px;
    margin: auto;
    transition: all .5s ease-in-out;
  
}

.cp  h3{
    font-size: 20px;
    color: #1D366C; 
    margin: 0;
    padding: 0;
}

.cpicon ul{
    display: flex;
    justify-content:space-between;
	flex-wrap: wrap;   
    background-color: white;
}
.cpicon ul li{
    width: 10%;
}
.cpicon ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
h4{
    font-size: 20px;
    color: #1D366C; 
    margin: 0;
    padding: 0;
}
.cpicon ul li  img:hover{
    transform:scale(1.1); 
}
.Detail.Article .From{
    color: #999;
}
.Detail.Article .Content p{
    line-height: 200%;
    color: #333;
}
.Bottom{
    background: #666666;
    padding: 50px 0;
    overflow: hidden;
}
.Bottom .bodywidth {

    margin: 0 auto;       /* 居中 */
    display: flex;        /* 横排核心 */


    align-items: flex-start;
    justify-content: space-between; /* 均匀铺开 */
}




/* 每一栏均分宽度 */
.Bottom .b1,.b2,.b3,.b4 {

}
.Bottom .b1{
    width: 300px;
}
.Bottom .b2{
    width: 200px;
}
.Bottom .b3{
    width: 300px;
}
/* 标题样式美化 */
.Bottom .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #777;
}

/* 列表默认样式重置 */
.Bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Bottom ul li {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}
/* 链接样式 */
.Bottom ul li a {
    color: #fff;
    text-decoration: none;
}
.Bottom ul li a:hover {
    color: #D3BA76;
}
.Bottom ul.ProdMenu > li > a {
    display: none;
}
.Bottom ul ul ul{
    display: none;
}
/* 右侧图片自适应 */
.Bottom .b4 img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.nbanner {
    /* 父容器设置 */
    width: 100%;

    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    overflow: hidden;        /* 防止图片超出 */
  }
  
  .nbanner img {
    /* 图片居中、不变形 */
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* 保持比例居中 */
  }

  .lxwm {
  
   
}
.contact-card {

    margin: 0 auto;
    padding: 35px 30px;
    background: #ffffff;
    border-radius: 14px;
    /* 精致立体阴影 */
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07),
                0 4px 12px rgba(0, 0, 0, 0.04);
    font-family: Arial, Helvetica, sans-serif;
}
/* 公司标题 */
.contact-title {
    font-size: 17px;
    font-weight: 700;
    color: #D1B977;
    letter-spacing: 0.6px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e9f0;
    text-align: left;
}
/* 每行信息 */
.contact-info {
    display: flex;
    line-height: 2.2;
    font-size: 14px;
    margin: 3px 0;
}
/* 左侧标签 加粗深色 */
.contact-info .label {
    min-width: 90px;
    font-weight: 600;
    color: #D1B977;
}
/* 右侧内容 浅灰文字 */
.contact-info .text {
    color: #555;
    flex: 1;
}




.order_online {
  

  }
  
  /* 表单容器 */
  .SendMail {
    width: 100%;
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
  }
  
  /* 表格核心修复：100%宽度 + 边框合并 */
  .SendMail table {
    width: 100%;
    border-collapse: collapse;
  }
  
  /* 行高度和间距控制 */
  .SendMail tr {
    display: table-row;
  }
  
  /* 单元格通用样式 */
  .SendMail td {
    padding: 12px 8px;
    vertical-align: top;
  }
  
  /* 左侧标签列固定宽度，右对齐 */
  .SendMail td:first-child {
    width: 110px;
    text-align: right;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    padding-top: 14px;
  }
  
  /* 右侧输入框列 */
  .SendMail td:last-child {
    width: calc(100% -  13px);
  }
  
  /* 所有输入框统一样式 */
  .SendMail input[type="text"],
  .SendMail .SendMailItem,
  .SendMail textarea,
  .SendMail textareadiv {
    width: 100% !important;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
    box-sizing: border-box;
    background: #fcfcfc;
  }
  
  .SendMail input:focus,
  .SendMail textarea:focus,
  .SendMail textareadiv:focus {
    border-color: #D1B977;
    box-shadow: 0 0 8px rgba(0, 102, 204, 0.15);
    background: #fff;
  }
  
  /* 留言框高度 */
  .SendMail textareadiv,
  .SendMail textarea {
    min-height: 140px;
    resize: vertical;
  }
  
  /* 验证码行布局修复 */
  .SendMail tr:last-child td:last-child {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  /* 验证码输入框 */
  .SendMail input[name="VerifyCode"] {
    width: 100%;
  }
  
  /* 验证码图片 */
  .SendMail .VerifyCode {
    height: 42px;
    border-radius: 4px;
    vertical-align: middle;
  }
  
  /* 提交按钮 */
  .SendMail input[type="submit"] {
    background: #D1B977;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.3s;
   
  }
  
  .SendMail input[type="submit"]:hover {
    background: #D1B977;
  }

  /* 公司简介容器 */
.about-desc {

    margin: 40px auto;
    padding: 40px 45px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    border-left: 5px solid #D1B977;
    line-height: 1.8;
    font-family: "Arial", sans-serif;
  }
  
  /* 段落文字样式 */
  .about-desc p {
    font-size: 18px;
    color: #333;
    letter-spacing: 0.3px;
    text-align: justify; /* 两端对齐，英文最美观 */
    margin: 0;
  }
  
  /* 第一段首字母放大 */
  .about-desc p::first-letter {
    font-size: 36px;
    font-weight: bold;
    color: #D1B977;
    float: left;
    margin-right: 8px;
    line-height: 1;
  }


  /* ========== 产品参数整体容器 ========== */
.cpxxny {
  

  }
  
  /* ========== 标题样式 ========== */
  .cpxxny h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #D1B977;
    padding: 12px 20px;
    border-radius: 8px;
    margin: 30px 0 20px;

  }
  
  /* ========== 表格外层容器 ========== */
  .cpxxny .table {


   
    margin-bottom: 30px;
    overflow: hidden;
  }
  
  /* ========== 产品参数表格 ========== */
  .cpxxny table.ke-zeroborder {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #333;
  }
  
  /* 表格表头/第一行 */
  .cpxxny tr:first-child {
    background: #fffcf0 !important;
    font-weight: bold;
    color:#D1B977;
  }
  
  /* 表格单元格 */
  .cpxxny td {
    padding: 10px 15px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 1.5;
  }
  
  /* 左侧参数名称 */
  .cpxxny td:first-child {
    font-weight: bold;
    background: #fafbfc;
    text-align: left;
    padding-left: 20px;
    color: #222;
    width: 28%;
  }
  
  /* 偶数行背景浅灰，更美观 */
  .cpxxny tr:nth-child(even):not(:first-child) {
    background: #f9f9f9;
  }
  
  /* 表格hover效果 */
  .cpxxny tr:hover:not(:first-child) {
    background: #fffcf0 !important;
    transition: all 0.2s ease;
  }
  
  /* ========== 包装图片样式 ========== */
  .cpxxny p img {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 15px auto;
    border-radius: 10px;

    border: 4px solid #fff;
    transition: transform 0.3s ease;
  }
  
  /* 图片悬浮放大一点 */
  .cpxxny p img:hover {
    transform: translateY(-3px);
  }


  /*********************** 样式 *************************/
.picZoom{width:100%; aspect-ratio: 6/3; position:relative; margin-bottom:100px;height: 100%;}

/* 动画区域 */
.picZoom .PicList{width:100%;height:100%;position:relative;overflow:hidden;transform-style:preserve-3d; perspective:1000px;}
.picZoom .PicList div{position:absolute;display:none;width:100%;height:100%;background-size:contain;background-position:center;background-repeat: no-repeat; background-color: #eee;}
.picZoom .PicList div a{display: block; width:100%;height:100%;}
.picZoom .PicList div.show{display: block;z-index:1;}

/* 列表按钮区域 */
.picZoom .BtnList{bottom:-70px; width:100%; position: absolute; z-index:1;  text-align: center; padding:0; list-style: none;}
.picZoom .BtnList li{width:70px; height:40px;opacity: 0.8; background-color: #FFF; margin:0px 5px; display: inline-block;  background-size:cover;background-position:center; transition: all .3s ease-in-out; border:1px solid #ccc; }
.picZoom .BtnList li:hover{position: relative; transform: scale(1.1); z-index:2; cursor: pointer; background-color: #008400;}
.picZoom .BtnList li.act{opacity: 1; transform: scale(1.2);margin:0px 20px;}

/* 箭头按钮区域 */
.picZoom .BtnArrow{width:100%; position: absolute; top:50%; margin-top:-40px; z-index:1;}
.picZoom .BtnArrow span{display:block; position: absolute; width:50px; height:80px; background-color: black; opacity: 0.1; cursor: pointer; color:white; font-family: "宋体"; font-size: 70px; text-align: center; transition: all .3s ease-in-out;}
.picZoom:hover .BtnArrow span{opacity: 0.4;}
.picZoom .BtnArrow span:hover{opacity: 0.7;}
.picZoom .BtnArrow span.BtnLeft{ left:10px; }
.picZoom .BtnArrow span.BtnRight{ right:10px; }