html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img{margin:0;padding:0;border:0;}
body{background:#fff;color:#333333;font-size:1rem;font-family:  "Microsoft YaHei";}
@font-face { font-family:Oswald; src:url('../fonts/OSWALD-LIGHT-TTF.SFD.ttf?tenantId=198397&viewType=1&v=1678066715000') format('truetype'); }

ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
a{
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
 a{
  text-decoration: none;
  color: #333333;
  outline:none;
}
a:link { text-decoration: none; outline:none;}
a:visited { text-decoration: none; outline:none;}
a:hover { text-decoration: none; outline:none;}
.header{
  z-index: 999;
  background-color: #c1893c;
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header1{
  position:unset;
}
.activehead{
  background-color: #c1893c;
  box-shadow: 0px 0px 0.94rem 0px rgba(170, 170, 170, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.headernav{
  max-width: 95rem;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}

.headerright {
  display: flex;
  justify-content: flex-start;
}
.headerright ul{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.headerright > ul > li{
  margin: 0 1.3rem;
  line-height:75px;
}
.headerright ul .active>a{
  border-bottom: 1.5px solid #ffffff;
  padding-bottom: .38rem;
}
.headerright ul > li > a{
  color: #ffffff;
}
.headerright .menu_cl{
  flex: 0 0 50%;
  }
.headerright .menu_cl ul > li > a{
  color: #000;
}
.headerright .menu_cl h3 {
    font-size: 20px;
    line-height: 1.1;
    color: #333;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: bold;
    text-align: left;
}
.headerright .menu_cl ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.headerright .menu_cl ul li {
    flex: 0 0 50%;
}
.headerright .menu_cl ul li a {
    display: block;
    font-size: 14px;
    line-height: 45px;
    color: #666;
    padding: 0px 0 0 15px;
    margin: 10px 10px 0 0;
    border: 1px #efefef solid;
    border-radius: 8px 0px 8px 0px;
    transition:all 0.4s;
}
.headerright .menu_cl ul li a:hover {
    color: #c1893c;
    border: 1px #c1893c solid;
    border-radius: 8px 0px 8px 0px;
    transform: translateX(6px);
    -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.headerright .menu_cl ul li a:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    width: 4px;
    height: 4px;
    background: #c1893c;
    position: relative;
    top: 20px;
}
.headerright .menu_cr {
  margin:0 auto;
  flex: 0 0 45%;
}
.headerright .menu_cr .menu_crimg{
  display:block;
    max-width: 445px;
    margin: 34px auto;
    overflow:hidden;
}
.headerright .menu_cr .menu_crimg img{
  width:100%;
  display:block;
  border:0;
  transform:scale(1); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s;
}
.headerright .menu_cr .menu_crimg:hover img{ transform:scale(1.13); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s; cursor:pointer; }


.headerright .search{
  display: flex;
  align-items: center;
  margin-top: .31rem;
  margin-left: 1.88rem;
}
.headerright .search a img{
  width: 1.1rem;
}
#warper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.headerxl{
  max-width: 77.5rem;
  margin:0 auto;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
}
nav .padding>ul{
  display: flex;
  justify-content: space-between;
}


.banner{
  width: 100%;
}
.banner .bjt img{
  width: 100%;
}

/*标题 样式*/
.btss{
  text-align: center;
  font-size: 1.88rem;
}
 .btss span{
  border-bottom: 2px solid #c1893c;
  padding-bottom: .63rem;
}
.btss span.dd{
  border-bottom: 2px solid #ffffff;
  padding-bottom: .63rem;
  color: #ffffff;
}


.max-width{
  max-width: 95rem;
  margin: 0 auto;
}
.max-width1{
  max-width: 1200px;
  margin: 0 auto;
}

/*about*/
.inabout{
  padding:5rem 0 .8rem;
  overflow:hidden;
  background:#fff;
}
.inabout-m{
  width:100%;
}
.inabout-m .inabout-ml{
  width:46%;
  float:left;
}
.inabout-m .inabout-ml .inabout-mlimg{
  position:relative;
  width:100%;
}
.inabout-m .inabout-ml .inabout-mlimg:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-sizing: border-box;
    background: rgba(0,0,0,0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    left: 20px;
    z-index: 1;
}
.inabout-m .inabout-ml .inabout-mlimg:after {
    position: absolute;
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    left: calc((100% - 60px)/2);
    top: calc((100% - 60px)/2);
    z-index: 1;
}
.inabout-m .inabout-ml .inabout-mlimg{
  display:block;
  margin:0 auto;
  overflow:hidden;
}
.inabout-m .inabout-ml .inabout-mlimg img{
  display:block;
  border:0px;
  width:100%;
  transform:scale(1);
  transition:all 1s ease 0s;
  -webkit-transform:all 1s ease 0s;
}
.inabout-m .inabout-ml .inabout-mlimg:hover img{
  transform:scale(1.13);
  transition:all 1s ease 0s;
  -webkit-transform:all 1s ease 0s;
  cursor:pointer;
}
.inabout-m .inabout-mr{
  width:49%;
  float:right;
}
.inabout-m .inabout-mr > h2{
  font-family: 'Oswald', sans-serif !important;
  font-size:42px;
  color:#c1893c;
  font-weight:bold;
  line-height:1.8;
}
.inabout-m .inabout-mr h3{
  font-size:28px;
  font-weight:bold;
}
.inabout-m .inabout-mr .xian{
  margin:15px 0;
  max-width:50px;
}
.inabout-m .inabout-mr .xian div{
  width:100%;
  border-top-color: rgba(221, 221, 221, 1);
    border-top-width: 2px;
        display: inline-block;
    vertical-align: middle;
    background:#ddd;
    height:2px;
}
.inabout-m .inabout-mr .des{
  margin-top:15px;
  margin-bottom:30px;
}
.inabout-m .inabout-mr .des p{
  font-size:16px;
  line-height:2.5rem;
}
.inabout-m .inabout-mr ul {
  overflow:hidden;
}
.inabout-m .inabout-mr ul li{
  float: left;
  width: 33%;
  position: relative;
  padding-left: 2vw;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
  border-left: 1px solid #ccc;
}
.inabout-m .inabout-mr ul li:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    width: 1px;
    height: 30%;
    background: #222;
    z-index: 1;
}
.inabout-m .inabout-mr ul li h2{
    font-size: 40px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    display: inline-block;
}
.inabout-m .inabout-mr ul li i{
  font-size: 16px;
    color: #c1893c;
    text-align: right;
    display: inline-block;
    font-style: normal;
}
.inabout-m .inabout-mr ul li p{
color: #999;
    font-size: 14px;
    line-height: 30px;
}
@media only screen and (max-width:77.5rem){
  .max-width{
    padding: 0 .94rem;
  }
  .max-width1{
    padding: 0 .94rem;
  }
}
@media only screen and (max-width:62.44rem){
  .max-width{
    padding: 0 10px;
  }
  .max-width1{
    padding: 0 10px;
  }
  .inabout{
    padding:3rem 0;
  }
  .inabout-m .inabout-mr{
    width:100%;
    margin-bottom:15px;
  }
  .inabout-m .inabout-ml{
    width:100%;
  }
  .inabout-m .inabout-mr > h2{
    font-size:40px;
  }
  .inabout-m .inabout-mr > h3{
    font-size:24px;
  }
  .inabout-m .inabout-mr .des{
    margin-bottom:10px;
  }
  .inabout-m .inabout-mr .des p{
    line-height:2.2;
  }
  .inabout-m .inabout-mr ul li h2{
    font-size:32px;
  }
}


/*product*/

.inpro{
  padding:4.5rem 0;
  overflow:hidden;
}
.inpro-m{
  width:100%;
}
.inpro-m .inpro-mt{
  background: url(../images/inpro.jpg) no-repeat;
  background-position: center center;
  background-attachment: fixed;
  color:#fff;
  overflow:hidden;
  padding: 5% 0 9%;
}
.inpro-m .inpro-mt .inpro-mtl{
  width:70%;
  float:left;
}
.inpro-m .inpro-mt .inpro-mtl h2{
  font-size:44px;
  line-height:2;
  font-weight:bold;
}
.inpro-m .inpro-mt .inpro-mtl h3{
  font-size:28px;
  line-height:1.6;
  font-family: "arial"!important;
}
.inpro-m .inpro-mt .inpro-mtl .xian{
  max-width:580px;
  height:1px;
  background:#fff;
  margin:20px 0;
}
.inpro-m .inpro-mt .inpro-mtl p{
  font-family: "arial"!important;
}
.inpro-m .inpro-mt .inpro-mtr{
  width:30%;
  float:right;
  text-align:right;
  padding-top:10%;
}
.inpro-m .inpro-mt .inpro-mtr a{
  color:#fff;
  padding:3% 10%;
  background:#c1893c;
  border: 1px solid #c1893c;
  font-size:15px;
  transition:all 0.4s;
}
.inpro-m .inpro-mt .inpro-mtr a:hover{
  color:#c1893c;
  background:#fff;
  border: 1px solid #c1893c;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.inpro-m .inpro-mb{
  width:100%;
}
.inpro-m .inpro-mb .inpro-list{
  height:auto;
  width:100%;
  background:#fff;
  margin-top:-100px;
  box-shadow: 0 0 20px rgba(0,0,0,.08);
  overflow:hidden;
}
.inpro-m .inpro-mb .inpro-list ul{
  width:98%;
  overflow:hidden;
  margin:1rem auto;
}
.inpro-m .inpro-mb .inpro-list ul li{
    float: left;
    width: calc(100% / 4);
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    height: auto;
}
.inpro-m .inpro-mb .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;
}
.inpro-m .inpro-mb .inpro-list ul li .prolink::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #c1893c;
    transition: all .5s ease;
}
.inpro-m .inpro-mb .inpro-list ul li:hover .prolink::after {
    width: 100%;
}
.inpro-m .inpro-mb .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;
}
.inpro-m .inpro-mb .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;
}
.inpro-m .inpro-mb .inpro-list ul li:hover .protit::before {
    left: -100px;
}
.inpro-m .inpro-mb .inpro-list ul li .proser {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 20px;
    height: 20px;
    color: #ddd;
}
.inpro-m .inpro-mb .inpro-list ul li .proimg {
  display:block;
  margin: 0 auto;
  overflow:hidden;
}
.inpro-m .inpro-mb .inpro-list ul li .proimg img {
  display:block;
  width:100%;
  transform:scale(1);
  transition:all 1s ease 0s;
  -webkit-transform:all 1s ease 0s;
}
.inpro-m .inpro-mb .inpro-list ul li .proimg:hover img{
  transform:scale(1.1);
  transition:all 1s ease 0s;
  -webkit-transform:all 1s ease 0s;
  cursor:pointer;
}
.inpro-m .inpro-mb .inpro-list ul li .proimg img{
  width:100%;
}
.inpro-m .inpro-mb .inpro-list ul li .promore {
    width: 100%;
    padding: 1rem 0 1rem;
    text-align: center;
    font-size: 0.875rem;
    color: #868686;
}
.inpro-m .inpro-mb .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;
}
.inpro-m .inpro-mb .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){
  .inpro-m .inpro-mt .inpro-mtl h2{
    font-size:36px;
  }
  .inpro-m .inpro-mt .inpro-mtl h3{
    font-size:22px;
  }
  .inpro-m .inpro-mb .inpro-list{
    margin-top:-60px;
  }
  .inpro-m .inpro-mb .inpro-list ul li{
    width:calc(100% / 3);
  }
}
@media only screen and (max-width:62.44rem){
  .inpro{
    padding: 0 0 3rem;
  }
  .inpro-m .inpro-mt{
    padding-bottom:13%;
  }
  .inpro-m .inpro-mt .inpro-mtl{
    width:100%;
  }
  .inpro-m .inpro-mt .inpro-mtl h2{
    font-size:36px;
  }
  .inpro-m .inpro-mt .inpro-mtl h3{
    font-size:20px;
  }
  .inpro-m .inpro-mt .inpro-mtr{
    width:100%;
    text-align:left;
    padding-top:8%;
  }
  .inpro-m .inpro-mt .inpro-mtr a{
    padding:2% 5%;
  }
  .inpro-m .inpro-mb .inpro-list{
    margin-top:-60px;
  }
  .inpro-m .inpro-mb .inpro-list ul li{
    width:calc(100% / 2);
  }
}
@media only screen and (max-width:30rem){
  .inpro-m .inpro-mt .inpro-mtl h2{
    font-size:28px;
  }
  .inpro-m .inpro-mt .inpro-mtl h3{
    font-size:18px;
  }
  .inpro-m .inpro-mt .inpro-mtl .xian{
    margin: 10px 0;
  }
  .inpro-m .inpro-mt .inpro-mtr{
    width:100%;
    text-align:left;
    padding-top:6%;
  }
  .inpro-m .inpro-mt .inpro-mtr a{
    font-size:14px;
  }
  .inpro-m .inpro-mb .inpro-list{
    margin-top:-35px;
  }
  .inpro-m .inpro-mb .inpro-list ul li{
    width:calc(100% / 1);
  }
}

/*news*/
.innews{
  width:100%;
  padding:4rem 0;
  background:#f5f3f0;
}
.innews .intit{
  text-align:center;
  margin-bottom:3%;
}
.innews .intit h2{
  font-size:38px;
}
.innews .intit .xian{
  width:50px;
  height:2px;
  background:#ccc;
  margin:10px auto;
}
.innews .innewslist ul {
  overflow:hidden;
}
.innews .innewslist li {
    float: left;
    margin: 0 15px 30px;
    border: #eee 1px solid;
    background-color: #FFFFFF;
    padding: 15px;
    width: calc((100% - 90px)/3);
}
.innews .innewslist li .newsimg {
  display:block;
  margin: 0 auto;
  overflow:hidden;
  max-height:235px;
}
.innews .innewslist li .newsimg img {
  display:block;
  width:100%;
  transform:scale(1);
  transition:all 1s ease 0s;
  -webkit-transform:all 1s ease 0s;
}
.innews .innewslist li .newsimg:hover img{
  transform:scale(1.15);
  transition:all 1s ease 0s;
  -webkit-transform:all 1s ease 0s;
  cursor:pointer;
}
.innews .innewslist li .newscon{
  display: flex;
    justify-content: space-between;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.innews .innewslist li .newscon .newstime{
    width: calc((25% - 11px)/1);
    padding-right: 25px;
    border-right: 1px solid #e9e9e9;
    text-align: center;
}
.innews .innewslist li .newscon .newData {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    color: #494949;
}
.innews .innewslist li .newscon .newYearMon {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #7a7a7a;
    white-space: nowrap;
}
.innews .innewslist li .newscon .newsc {
    width: 75%;
    padding-top: 2px;
}
.innews .innewslist li .newscon .newsc a {
    font-weight: bold;
    padding-bottom: 6px;
    display: block;
    width: 100%;
    font-size: 1rem;
    overflow: hidden;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.innews .innewslist li:hover .newscon .newsc a {
  color:#c1893c;
}
.innews .innewslist li .newscon .newsc article {
    display: block;
    font-weight: 100;
    font-size: 14px;
    height: 35px;
    overflow: hidden;
    color: #b8b8b8;
    font-family: 'Source-Han-Lighabe05b90227743' !important;
}

@media only screen and (max-width:62.44rem){

.innews .intit h2{
  font-size:32px;
}
  .innews .innewslist li {
    float: left;
    margin: 0 0 20px;
    padding: 10px;
    width: calc((100% - 0px)/1);
  }
}



/*foot*/
.footer{
  background-color: #1c1c1c;
  padding-top: 2.5rem;
  border-bottom: 1px solid #353535;
  padding-bottom: 2.19rem;
}
.footers{
  display: flex;
  justify-content: space-between;
}
.footers .left{
  width: 50%;
}
.footers .left ul{
  display: flex;
  justify-content: space-between;
}
.footers .right{
  width: 50%;
}
.footers .right>div{
  margin-left: 45%;
}
.footers .left>ul>li>a{
  color:#ffffff;
  font-size: 1.13rem;
}
.footers .left .zl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.1rem;
}
.footers .left .zl li{
  line-height: 2.2rem;
}
.footers .left .zl a{
  color: #ffffff;
  font-size: .88rem;
}
.footers .right .fx a{
  margin-right: 1.25rem;
}
.footers .right .erwei{
  display: flex;
  justify-content: space-between;
  margin-top: .94rem;
}
.footers .right .erwei .wz{
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
  color: #ffffff;
}
.footers .right .phone{
  margin-top: 1.75rem;
}
.footers .right .phone .hm{
  font-size: 1.88rem;
  color: #ffffff;
}
.footers .right .phone .bt{
  color: #454545;
  margin-bottom: .25rem;
}
.footers .right .lianxi{
  color: #ffffff;
  margin-top: 2.38rem;
}
.footers .right .lianxi p{
  line-height: 1.5rem;
}


.yqlj{
  margin-top: 1.25rem;
  color: #ffffff;
}
.yqlj a{
  color: #ffffff;
  margin: 0 .25rem;
}
.dbxx{
  background-color: #1c1c1c;
}
.dbxxs{
}
.dbxxs div{
  text-align: center;
  font-size: .88rem;
  color: #666666;
}
.dbxxs div a{
  font-size: .88rem;
  color: #666666;
}
.dbxxs div .bs{
  color: #959494;
}
.dbxxs .yi{
  margin-bottom: .38rem;
}
.dbxx{
  padding: 1.25rem 0;
}
.probanner{
  position: relative;
  width: 100%;
  margin-top: 4.5rem;
}
.probanner img{
  width: 100%;
}
.bannerxx{
  position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -102px;
    color: #ffffff;
}
.bannerxx p{
  text-shadow: 1px 2px 1px rgb(0 0 0 / 35%);
  text-align:center;
}
.bannerxx .cn{
  font-size: 2.5rem;
  margin-bottom:.5rem;
}
.bannerxx .en{
  font-size: 1rem;
  font-weight:bold;
  text-transform:uppercase;
}
.bannerxx .xian{
  height: 2px;
  width:2.94rem;
  background-color: #ffffff;
  margin: .63rem auto 1.25rem;
  box-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
  display:none;
}
/*.nypro{
  background-color: #f8f8f8;
}*/
.nypros{
  max-width: 77.5rem;
  margin:0 auto;
}
.nypros .list:nth-child(odd){
  display: flex;
  justify-content: space-between;
  margin-top: .38rem;
}
.nypros .list:nth-child(even){
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: .38rem;
}
.nypros .list .left{
  width: 45%;
  overflow: hidden;
}
.nypros .list .left img{
  width: 100%;
  transition: all .5s;
}
.nypros .list .left img:hover{
  transform: scale(1.1);
}
.nypros .list .right{
  width: 55%;
  padding: 3.44rem 7.81rem;
  background-color: #f6f6f6;
}
.nypros .list .right .title{
  font-size: 2.25rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: .88rem;
  margin-bottom: 2.5rem;
}
.nypros .list .right .lb .more{
  margin-top: 1.5rem;
}
.nypros .list .right .lb .more a{
  border: 1px solid #888;
padding: .45rem .8rem;
  border-radius: .31rem;
  font-size: .88rem;
  color: #888;
  transition: all .3s;
}
.nypros .list .right .lb .more a:hover{
  background-color: #c1893c;
  color: #ffffff;
  border: 1px solid #c1893c;
}

.nypros .protitle{
  box-shadow: 0 10px 15px rgba(0,0,0,0.1);
  padding: 1rem 0;
  margin-bottom: 3.13rem;
}
.nypros .tab{
  display: flex;
  justify-content: space-around;
}
.nypros .tab .tabactive{
  color: #286fff;
  border-bottom: 1.5px solid #286fff;
  padding-bottom: .5rem;
}
.nypros .tab li{
  font-size: 1.25rem;
  color: #666666;
  position: relative;
  cursor: pointer;
}
.nypros .tab li:first-child::after{
  display: none;
}
.nypros .tab li::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15.5rem;
  width: 1.5px;
  height: 66px;
  background: #eeeeee;
}
.nypro .procontent>div{
  display: none;
}
.nypro .procontent .on{
  display: block;
}
@media screen and (min-width:1200px){
    .nypros .listss p.thumb{height:auto!important;overflow:hidden;}
    .nypros .listss p.thumb img{max-width:100%;width:100%; object-fit:cover;width:auto!important;}
}

@media screen and (max-width:1300px){
    .headerright .search {
    margin-left: -0.12rem;
}
}
@media screen and (max-width:1200px){
.indexPhone{
    display: none !important;
}

}
@media screen and (max-width:768px){

.probanner{
  margin-top:4.5rem;
}
.probanner img {
  height:110px;
}
.bannerxx {
    margin-left: -52px;
}
}


/*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;
}
}