@font-face {
  font-family: family;
  src: url("../fonts/Gilroy-Medium-2.eot");
  src: local("☺"), url("../fonts/Gilroy-Medium-2.woff") format("woff"),
    url("../fonts/Gilroy-Medium-2.ttf") format("truetype"),
    url("../fonts/Gilroy-Medium-2.svg") format("svg");
}

* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
  }
  body {
    font-size: 12px;
    font-family: "PingFang SC", "Source Han Sans SC", "HanHei SC",
      "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,
      Arial, sans-serif;
  }
  a,
  a,
  a:focus,
  a:hover {
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  ul {
    margin: 0;
  }
  li,
  ul {
    list-style: none;
  }
  a:focus,
  input,
  textarea,
  select {
    outline: none;
  }
  img {
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    -webkit-touch-callout: none;
  }
  p,
  big,
  small,
  font,
  em {
    display: block;
    margin: 0;
  }

  html,
  body {
    position: relative;
    height: 100%;
    color: #343434;
  }

  dd,
  dl,
  ol,
  ul {
    margin: 0;
  }
  li > a:hover {
    /* color: white; */
    text-decoration: none;
  }

  .clearfix {
    zoom: 1;
  }

.clearfix:after {
  content: "";
  display: block;
  clear:both;
}

:root {
    --themaColor: #349342;
    --themaColor2: #ff4859;
}

.container {
    max-width: 1480px;
    padding: 0;
    margin: 0 auto;
}
.en {
  font-family: family, Tahoma, Geneva, sans-serif;
}

.head > .container {
  height: 96px;
}

.head > .container nav{ float:right;}

.left.log {
  display: block;
  font-size: 0;
}

.left.log img {
  display: block;
  max-width: 100%;
}

header .right ul {
  display: inline-block;
}

header .right .navMain li {
  display: inline-block;
}

header .right .navMain {
  margin-right: 150px;
  font-size: 0;
}

header .right .navMain a:hover,header .right .changeLangBtn a:hover,.ft_right div a:hover{color: var(--themaColor);}

header .right .navMain a {
  display: block;
  height: 100%;
  line-height: 96px;
  padding: 0 18px;
  color: #1d1916;
  font-weight:bold;
  font-size: 16px;
  transition: all 0.3s;
}

header .right .changeLangBtn {
  font-size: 15px;
  font-weight: bold;
  color: #1d1916;
}

header .right .changeLangBtn li {
  height: 20px;
  line-height: 20px;
}

header .right .changeLangBtn a {
  display: inline-block;
  height: 100%;
  padding-right: 15px;
  color: #343434;
}

header .right .changeLangBtn img {
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
}

header .right .changeLangBtn li.firstLan {
  position: relative;
}

header .right .changeLangBtn li.firstLan a::after {
  content:"";
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  top: 3px;
  margin-left: 10px;
  border: 5px solid transparent;
  border-top-color: var(--themaColor);
}

header .right .changeLangBtn .hd {
  position: absolute;
  top: 40px;
  z-index: -1;
  opacity: 0;
  transition: all .5s;
}

header .right .changeLangBtn:hover .hd {
  top: 70px;
  opacity: 1;
  z-index: 1;
}

.ft_leftNo{ display:none}

footer{
    padding: 7% 0;
    background-color: #f6f6f6;
}

.ft_main {
    display: flex;
    max-width: 1550px;
}

.ft_main > div {
    flex: 1;
}

.ft_main .ft_mid {
    flex: 2;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.ft_mid ul {
    font-size: 0;
    margin: 0 auto;
    text-align: center;
}

.ft_mid ul li:hover a p{ color:var(--themaColor)}

.ft_mid ul li {
    display: inline-block;
    margin: 35px;
}

.ft_mid li a {
    display: block;
    text-align: center;
    font-size:16px;
    color: #343434;
	font-weight:bold;
}

.ft_mid li.first a {
  color: var(--themaColor);
}

.ft_mid li a img {
    display: block;
    margin: 0 auto;
}

.ft_mid li a p {
  margin-top: 20px;
}

.ft_left .adr {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #343434;
}

.ft_left .copyRight {
  line-height: 20px;
  text-transform:uppercase;
  font-weight:bold;
  margin-top: 35px;
  font-size: 14px;
  color: #7a7a7a;
}

.ft_left .copyRight a {
  color: var(--themaColor);
}

.ft_right {
  text-align: right;
}

.ft_right img {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.ft_right div {
  margin-top: 40px;
}

.ft_right div a{color: #343434;}


.ft_right div .tel {
  font-size: 20px;
  font-weight: bold;
}

.ft_right div .wx {
  font-size: 16px;
}

.greyBg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all .3s;
  background-color: rgba(0,0,0,.5);
}

.greyBg.show {
  opacity: 1;
  z-index: 20;
}

.putVideo {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 70%;
  max-height: 60%;
  transform: translate(-50%,-50%);
}

.putVideo img {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}

.putVideo video {
  display: none;
}

.putVideo video.videoShow {
  display: block;
  width: 100%;
}
header .right .menu{ float:right; width:30px; display:none; margin-top:-5px; margin-left:15px;}

#output img{ width:100%; height:100%}

#sidr {
  position: fixed;
  font-size: 17px;
  left: -100%;
  top: 0;
  max-width: 300px;
  text-transform: uppercase;
  height: 100%;
  width: 60%;
  background: #fff;
  z-index: 999;
  overflow-y: scroll;
}

#sidr .menu {
  position: absolute;
  right: 5%;
  top: 2.5%;
}

#sidr ul {
  width: 100%;
  margin-top: 15%;
}

#sidr ul li {
  line-height: 50px;
  border-bottom: solid 1px #ededed;
  display: block;
  text-indent: 10%;
  font-weight: bold;
}

#sidr ul li a{ color:#343434}
#sidr ul li.click {
  background: url(../img/d.png) no-repeat 90% 20px;
}

#sidr ul li .down {
  display: none;
  background:var(--themaColor);
  margin: 0;
  text-transform: uppercase;
}

#sidr ul li .down li {
  border-top: solid 1px #fff;
  font-size: 14px;
  margin: 0;
  border-bottom: none;
  font-weight: normal;
}

#sidr ul li .down li a {
  color: #fff;
}

.sidr-open .sidr-bg {
  background: #000;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


@media (max-width: 1450px){
.container {
    padding-left: 15px!important;
    padding-right: 15px!important;
    width: auto;
}
}

@media (max-width: 1024px){
header .right .navMain{ display:none}
header .right { margin-top:35px;}
header .right .menu{ display:block}
.ft_mid ul li{ margin:35px 20px;}
}

@media (max-width: 768px){
footer{ padding:10% 0;}
.ft_main{ display:block}
.ft_main .ft_mid{ margin:5% 0;}
.ft_main .ft_mid{ border:0}
.ft_right{ text-align:left;}
.ft_right img{ margin:0;}
.ft_mid ul li{ width:25%; margin:30px 0;}
.ft_leftNo{ display:block}
.ft_leftTop .adr,.ft_leftTop .copyRight{ display:none}
}

@media (max-width: 480px){
#sidr {font-size: 15px;}
#sidr ul li .down li {font-size: 14px;}
.head .logo img{ height:80px;}
.head > .container{ height:auto;}
header .right{ margin-top:30px;}
.ft_mid li a{ font-size:14px;}
.ft_mid li a img{ height:50px;}

}

@media (max-width: 320px){
.head .logo img{ height:70px;}
header .right{ margin-top:25px;}
header .right .changeLangBtn li.firstLan{ display:none}
}












