
  .header-m{
    background-color: #c1893c;
  }
  .header{
    background-color: #c1893c;
  }
  .nynews{
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(0,0,0,.08);
  }
  .nynews-title{
    max-width: 82rem;
    margin:0 auto;
    display:flex;
  }
  .nynews-title ul{
    width:65%;
    display: flex;
    justify-content: flex-start;
  }
  .nynews-title ul li{
    margin-right: 3rem;
  }
  .nynews-title ul a{
    display: block;
    padding: 1.6rem 0;
    position: relative;
  }
  .nynews-title ul a::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.5rem;
    width: 1px;
    height: 16px;
    background: #dddddd;
  }
  .nynews-title ul li:last-child a::after{
    display: none;
  }
  .newsactive a{
    color: #c1893c
  }
  .nynews-title a:hover{
    color: #c1893c
  }
  .position{
    width:35%;
    padding: 1.6rem 0;
    font-size:14px;
    color:#757575;
    text-align:right;
  }
  .position a{
    color:#757575;
    padding:0 6px;
    font-size:15px;
  }
  .position a:hover{
    color:#c1893c;
  }
  .nygywm{
    min-height:34.63rem;
    background-image: url(../images/nabout.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .nygywm>div{
    padding-top: 3.13rem;
    max-width: 82rem;
    margin:0 auto;
    padding-bottom: 7.5rem;
  }
  .nygywm>div img{
    max-width: 100%;
    height: auto !important;
  }
  .nygywm p{
    color: #666666;
  }


@media only screen and (max-width:77.5rem){
.nynews-title {
    max-width: 96%;
}
}
    @media only screen and (max-width:1010px){
  .position{
    display:none;
    
  }
  .nynews-title ul {
    width: 100%;
}
}
  @media only screen and (max-width:46.88rem){
    .nypros{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .nypros .list{
      width: 48%;
      margin-top: 0 !important;
    }
    .nypros .list .right .title{
      font-size: 1rem;
      border-bottom: none !important;
      padding-bottom: 0 !important;
      margin-bottom: .63rem !important;
      margin-top: .63rem !important;
    }
    .nypros .list .right .lb .more{
      text-align: center;
      margin-top: 1rem;
    }
    .nypros .list .right .lb .more a{
      padding: .2rem .5rem;
    }
    .nypros .list .right{
      padding: 0rem .94rem 1.4rem .94rem !important;
    }
  }
/*product*/
.prolist{
  width:100%;
  background:#f7f7f7;
  padding-top:3%;
}

.pronav{
  background:#fff;
  padding:2%;
}
.pronav .navtit{
  width:100%;
  border-bottom:1px solid #ddd;
  padding-bottom:2%;
  text-align:center;
}
.pronav .navtit h2{
  font-size:26px;
}
.pronav ul{
  margin-top:1.8%;
  margin-bottom:.3%;
}
.pronav ul li{
  padding:.7% 2%;
  border:1px solid #afafaf;
  margin-right:2%;
  display:inline-block;
  transition:all 0.4s;
}
.pronav ul li a{
  color:#666;
  font-size:15px;
  transition:all 0.4s;
}
.pronav ul li:hover,.pronav ul li.active{
  border:1px solid #c1893c;
  background:#c1893c;
    -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.pronav ul li:hover a,.pronav ul li.active a{
  color:#fff;
    -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.prolist .inpro-list{
  height:auto;
  width:100%;
  overflow:hidden;
}
.prolist .inpro-list ul{
  width:98%;
  overflow:hidden;
  margin:1rem auto;
}
.prolist .inpro-list ul li{
    float: left;
    width: calc(100% / 4);
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    height: auto;
}
.prolist .inpro-list ul li .prolink{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 1px solid #eee;
    background: #fff;
}
.prolist .inpro-list ul li .prolink::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #c1893c;
    transition: all .5s ease;
}
.prolist .inpro-list ul li:hover .prolink::after {
    width: 100%;
}
.prolist .inpro-list ul li .protit {
    position: relative;
    text-align: center;
    padding: 0 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    transition: all .5s ease;
}
.prolist .inpro-list ul li .protit::before {
    content: '';
    position: absolute;
    left: -170px;
    top: -70px;
    width: 140px;
    height: 140px;
    background-color: #c1893c;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.prolist .inpro-list ul li:hover .protit::before {
    left: -100px;
}
.prolist .inpro-list ul li .proser {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 20px;
    height: 20px;
    color: #ddd;
}
.prolist .inpro-list ul li .proimg {
  display:block;
  margin: 0 auto;
  overflow:hidden;
}
.prolist .inpro-list ul li .proimg img {
  display:block;
  width:100%;
  transform:scale(1);
  transition:all 1s ease 0s;
  -webkit-transform:all 1s ease 0s;
}
.prolist .inpro-list ul li .proimg:hover img{
  transform:scale(1.1);
  transition:all 1s ease 0s;
  -webkit-transform:all 1s ease 0s;
  cursor:pointer;
}
.prolist .inpro-list ul li .proimg img{
  width:100%;
}
.prolist .inpro-list ul li .promore {
    width: 100%;
    padding: 1rem 0 1rem;
    text-align: center;
    font-size: 0.875rem;
    color: #868686;
}
.prolist .inpro-list ul li .promore i{
  background:url(../images/prom.png) no-repeat;
  width:20px;
  height:20px;
  margin-left:3px;
  display:inline-block;
  vertical-align: middle;
  transition:all 0.4s;

}
.prolist .inpro-list ul li:hover .promore i{
  margin-left:8px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}


@media only screen and (max-width:77.5rem){

  .prolist .inpro-list ul li{
    width:calc(100% / 3);
  }
}
@media only screen and (max-width:62.44rem){

  .prolist .inpro-list ul li{
    width:calc(100% / 2);
  }
.pronav .navtit h2{
  font-size:22px;
}
.pronav ul{
  margin-top:2.5%;
  margin-bottom:.5%;
}
.pronav ul li{
  padding:1% 5%;
  margin-bottom:2%;
  margin-right:3%;
}
.pronav ul li a{
  font-size:14px;
}
}
@media only screen and (max-width:30rem){

  .prolist .inpro-list ul li{
    width:calc(100% / 1);
  }
}


/*news*/
.news{
  width:100%;
  margin:2% 0;
}
.news-width{
  max-width:80rem;
  margin:0 auto;
}
.news .newList {
    display: flex;
    padding: 30px;
    border-bottom: 1px solid #DDD;
    background: #fff;
    margin:10px 0;
}
.news .content {
    display: flex;
}
.news .leftTime {
    width: 100px;
    position: relative;
}
.news .newTime {
    display: block;
    color: #999;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0px 0 30px;
    transition: all .5s ease;
}
.news .newIcon {
    padding: 6px 11px;
    border: 1px solid transparent;
    transition: all .5s ease;
    color: #ccc;
}
.news .newList:hover .newIcon {
    border-color: #c1893c;
    margin-top: 10px;
    background: #c1893c;
}
.news .rightC {
    padding: 0 30px 0 60px;
    position: relative;
    width: calc( 100% - 100px);
    transition: all .5s ease;
}
.news .newList:hover .rightC {
    padding-left: 80px;
}
.news .rightC::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1rem;
    display: block;
    width: 40px;
    height: 1px;
    background: #aaa;
    transition: all .5s ease;
}
.news .newList:hover .rightC::before {
    width: 60px;
}
.news .newTitle {
    margin-bottom: 10px;
}
.news .newTitleLink {
    transition: all .5s ease;
}
.news .newTitleLink {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .newList:hover .newTitleLink {
    color: #c1893c;
}
.news .newMs {
    line-height: 24px;
    height: 48px;
    font-size: 0.875rem;
    overflow: hidden;
    color: #999;
    transition: 600ms;
}

.listpage{
  width:100%;
  text-align:center;
  overflow: hidden;
  padding: 20px 0 30px;
  font-size:15px;
  color:#7d7d7d;
  line-height:5;
  font-size:15px;
}
.listpage a{
  margin:0 2px;
  padding:8px 15px;
  border:1px solid #e5e5e5;
  font-size:15px;
  color:#7d7d7d;
  background:#fff;
}
.listpage a:hover,.listpage a.page-num-current{
  background:#c1893c;
  color:#fff;
}

@media only screen and (max-width:77.5rem){
.news .newList {
  padding:3%;
}
}
@media only screen and (max-width:62.44rem){

}
@media only screen and (max-width:30rem){
.news .leftTime {
  display:none;
}
.news .rightC {
    padding: 0 20px 0 60px;
    width: calc( 100% - 0px);
}
.news .newTitleLink {
    font-size: 1.2rem;
}
}


/*main*/
.mshow{
  margin:2% 0;
}
.mshow .show-width{
  max-width:82rem;
  margin:0 auto;
}
.mshow .m-topbox{
  margin-top:3%;
  margin-bottom:30px;
}
.mshow .m-topbox h2{
  font-size:26px;
  text-align:center;
  line-height:1.6;
}
.mshow .m-topbox ul{
  border-top:1px solid #d9d9d9;
  overflow: hidden;
  padding-top: 20px;
  margin: 20px 0;
}
.mshow .m-topbox ul li {
  display: inline-block;
  margin-right: 20px;
  font-size:14px;
  color:#707070;
}
.mshow .m-topbox ul li a {
  font-size:14px;
  color:#707070;
}
.mshow .m-bombox{
  padding:20px 0;
}
.mshow .m-bombox p{
  text-indent:2em;
  font-size:16px;
  color:#666;
  margin:10px 0;
  line-height:30px;
}
.page{
  width:100%;
  display:flex;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  font-size:15px;
  color:#7d7d7d;
}
.page .ppre{
  width:50%;
}
.page .pnext{
  width:50%;
  text-align:right;
}
.page a{
  color:#7d7d7d;
}
@media only screen and (max-width:77.5rem){
.mshow .show-width{
  max-width:96%;
}
.mshow .m-topbox{
  margin-top:6%;
  margin-bottom:15px;
}
.mshow .m-topbox h2{
  font-size:22px;
  line-height:1;
}
}
@media only screen and (max-width:62.44rem){
.mshow .m-topbox{
  margin-top:8%;
  margin-bottom:10px;
}
.mshow .m-bombox {
    padding: 10px 0;
}
}


  .nypro{
    padding-top:3rem;
  }
  .nypros-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-radius: .25rem;
  }
  .nypros .listss{
    width: 25%;
    margin-bottom: .63rem;
  }
  .nypros .listss p{
    text-align: center;
  }
  .nypros .listss p.thumb{
    /*height: 18rem;*/
    overflow: hidden;
  }
  .nypros .listss a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:.63rem;
    border: 1px solid #eeeeee;
    padding: 0.5rem;
  }
  .nypros .listss .thumb img{
    width: 100%;
    transition: all .5s;
  }
  .nypros .listss:hover .thumb img{
    transform: scale(1.1);
  }
  .nypros .listss .title{
    color: #555;
    transition: all .5s;
    font-weight: 400;
    padding:13px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nypros .listss:hover .title{
    color: #c1893c;
  }
  .protitle{
    text-align: center;
    font-size: 1.5rem;
  }
  .pages{
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
  }
  .pages li{
    list-style-type: none;
    margin:0 .5rem;
  }
  .pages li a{
    padding: .25rem .7rem;
    border: 1px solid #eeeeee;
    border-radius: .25rem;
  }
  .pages li.page-active a{
    background-color: #c1893c;
    border: 1px solid #c1893c;
    color: #ffffff;
  }
  @media screen and (max-width: 63.13rem) and (min-width: 12.5rem){
   .nypros .listss p.thumb {
    padding: 0;
  }
  .nypros .listss .title{
    line-height:2;
    font-size:15px;
    padding-top:2%;
  }

}

.con{
  width:100%;
  padding:3% 0;
}
.con-width{
  max-width:82rem;
  margin:0 auto;
}
.con .con-width .contit{
  font-size:26px;
  padding-bottom:20px;
  border-bottom:1px solid #ddd;
  margin-bottom:3%;
}
.con .con-width .conmain{
  width:100%;
  display:flex;
}
.con .con-width .conmain .conleft{
  width:30%;
  border:1px solid #ccc;
  padding:2%;
}
.con .con-width .conmain .conleft h3{
  font-size:24px;
  margin-bottom:10px;
  color:#c1893c;
  font-weight:bold;
}
.con .con-width .conmain .conleft p{
  border-bottom:1px solid #d9d9d9;
  padding:16px 5px;
}
.con .con-width .conmain .conmap{
  width:68%;
  margin-left:2%;
  border:#ccc solid 1px;
  padding:0;
}
@media only screen and (max-width:77.5rem){
.con-width{
  max-width:96%;
  margin:0 auto;
}
.con .con-width .conmain{
  width:100%;
  display:block;
}
.con .con-width .conmain .conleft{
  width:100%;
}
.con .con-width .conmain .conmap{
  width:100%;
  margin-top:25px;
  margin-left:0%;
}
}
@media only screen and (max-width:62.44rem){

}

.ly{
  width:100%;
  padding:4rem 0 5rem;
  background:#f5f3f0;
}
.ly h2{
  font-size:26px;
  text-align:center;
}
.ly .xian{
  width:50px;
  height:3px;
  background:#c1893c;
  margin:10px auto 30px;

}
.ly .form-group {
    margin: 10px 0;
}
.ly .e_text {
    width: 100%;
}
.ly .p_groupBox textarea {
    min-height: 160px;
    padding: 10px;
    width:100%;
    max-width: 100%;
    border:0;
}
.ly .InputText {
    padding-left: 10px;
    background:#fff;
}
.ly .form-group input {
width:100%;
border:0;
}
.ly .e_input {
    height: 45px;
    line-height:45px;
    color:#ccc;
    width: 100%;
    background:#fff;
}
.ly .p_FullNameBox,.ly .p_EmailBox{
    width: calc((100% - 45px)/2);
    display: inline-block;
    margin-right:40px;
}
.ly .p_PhoneBox{
    width: calc((100% - 45px)/2);
    display: inline-block;
}
.p_CaptchasBox{
  display:inline-block;
}
.ly .p_EntryBox {
    height: 45px;
  width: calc(100% - 95px);
    display: inline-block;
}
.ly .p_image {
    width: 90px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
}
.ly .p_CoupWBox {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.ly .btn-primary {
    background-color: #333;
    border-color: #329cff;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    height: 45px;
    transition: 0.5s;
    color:#fff;
}

@media only screen and (max-width:62.44rem){

.ly .p_FullNameBox,.ly .p_EmailBox{
  width:100%;
    margin-right:0;
}
.ly .p_PhoneBox{
  width:100%;
}
}

/*footer*/
.foot{
  width:100%;
  padding:3.8% 0;
  background:#222;
  overflow:hidden;
  border-bottom: 1px solid #797979;
}
.foot .fmain{
  display:flex;
  justify-content: space-between;
}
.foot .fmain h2{
  color:#fff;
  font-size:20px;
  font-weight:bold;
  margin-bottom:2rem;
}
.foot .flogo{
  text-align:center;
  padding-top:2rem;
}
.foot .flogo p{
  font-weight:bold;
  color:#e2e2e2;
  font-size:20px;
  margin-top:2rem;
}
.foot .fadd{
  max-width:25%;
}
.foot .fadd p{
  color:#ccc;
  margin-bottom:2%;
  font-size:15px;
  line-height:2;
}
.foot .fadd p:hover{
  color:#fff;
}
.foot .fnav ul li{
  line-height:2;
}
.foot .fnav ul li span{
  padding-right:6px;
}
.foot .fnav ul li a{
  color:#ccc;
  font-size:15px;
}
.foot .fnav ul li a:hover{
  color:#fff;
}
.foot .fewm{
  float:right;
}
.foot .fewm img{
  width:130px;
}
.foot .fewm p{
  text-align:center;
  color:#ccc;
  font-size:13px;
  line-height:2;
}
.foot .furl{
  margin: 10px auto;
  height:45px;
  display:table;
}
.foot .furl a{
  width:35px;
  height:35px;
  display:inline-block;
  border:1px solid #c1893c;
  margin:6px;
  border-radius:5px;
}
.foot .furl a:hover{
  background:#c1893c;
}
.foot .furl .femail{
  background:url(../images/femail.png) no-repeat center;
}
.foot .furl .falbb{
  background:url(../images/fal.png) no-repeat center;
}
.foot .furl .femail:hover{
  background:#c1893c url(../images/femailh.png) no-repeat center;
}
.foot .furl .falbb:hover{
  background:#c1893c url(../images/falh.png) no-repeat center;
}

@media only screen and (max-width:77.5rem){
}
@media only screen and (max-width:62.44rem){

}
@media only screen and (max-width:50rem){

.foot{
  padding:3.5rem 2%;
}
.foot .fmain{
  display:block;
}
.foot .fmain h2{
  font-size:16px;
  margin:1.6rem 0 1rem;
}
.foot .flogo{
  width:100%;
  padding-top:0;
}
.foot .flogo img{
  width:200px;
}
.foot .flogo p{
  display:none;
}
.foot .fadd {
  max-width: 100%;
  margin-top:20px;
}
.foot .fadd p{
  font-size:14px;
  line-height:1.6;
}
.foot .fnav {
  max-width: 50%;
  width:50%;
  float:left;
}
.foot .fewm {
  max-width: 50%;
  float:left;
}
.foot .fewm img{
  width:110px;
}
}