@font-face {
  font-family: "ft";
  src: url("../fonts/ft.otf");
  src: local("☺"), url("../fonts/ft.woff") format("woff"),
    url("../fonts/ft.ttf") format("truetype"), url("../fonts/ft.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

form {
  font-size: 0;
}
header a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.newBox {
  width: 1600px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}

.hrtp_l,
.hrtp_r {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.hrtp_r {
  text-align: right;
}
.hrtp_l p,
.hrtp_l a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.hrtp_l p {
  padding-left: 40px;
  font-family: "ft";

  color: #727272;
}
.header_top {
  padding: 16px 0;
  border-bottom: 1px solid #e7e7e7;
}
.header_btm {
  border-bottom: 1px solid #e7e7e7;
}
.language,
.hrtp_r form {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.hrtp_r form {
  width: 330px;
  height: 36px;
  border-radius: 50px;
  background-color: #ededed;
  margin-right: 26px;
}
.hrtp_r form input,
.hrtp_r form button {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.hrtp_r form input {
  width: 80%;
  height: 100%;
  background-color: transparent;
  text-indent: 2em;
}
.hrtp_r form button {
  width: 20%;
  height: 100%;
  border-radius: 50px;
  background-color: #d7000f;
  color: #fff;
}
.language h3 {
  cursor: pointer;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.language h3 span {
  font-family: "Arial";
  padding: 0 20px 0 8px;
}

.header_btm {
  width: 100%;
}
.header_btm ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}
.header_btm ul > li a {
  height: 78px;
  line-height: 78px;
  padding: 0 14px;
  color: #000;
  box-sizing: border-box;
  position: relative;
}
.header_btm ul > li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #d7000f;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.header_btm ul > .active a,
.header_btm ul > li:hover a {
  color: #d7000f;
}
.header_btm ul > .active a::after,
.header_btm ul > li:hover a::after {
  width: 100%;
}
.header_btm h3 {
  height: 78px;
  line-height: 78px;
}
.header_btm h3 i,
.header_btm h3 span {
  color: #d7000f;
  display: inline-block;
  vertical-align: middle;
}
.header_btm h3 i {
  padding-right: 10px;
  padding-top: 4px;
}
.header_btm ul {
  float: left;
}
.header_btm h3 {
  float: right;
}

footer {
  padding-top: 120px;
  background-color: #f2f2f2;
}
.footer_top {
  width: 100%;
  display: table;
}
.frtp_nav,
.footer_tel,
.footer_wxcode {
  display: table-cell;
  vertical-align: top;
}
.frtp_nav ul {
  width: 14.24%;
  display: inline-block;
  vertical-align: top;
}
.frtp_nav ul li a {
  color: #666;
  position: relative;
}
.frtp_nav ul li:first-of-type {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.frtp_nav ul:last-of-type li:first-of-type {
  border-bottom: none;
}
.frtp_nav ul li:first-of-type a {
  width: auto;
  padding-bottom: 26px;
  color: #333;
  font-weight: bold;
}
.frtp_nav ul li:first-of-type a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #d6000f;
  position: absolute;
  left: -120%;
  bottom: 0;
  opacity: 0;
}
.frtp_nav ul:last-of-type li:first-of-type a {
  border-bottom: 1px solid #dcdcdc;
}
.frtp_nav ul:hover li:first-of-type a::after {
  opacity: 1;
  left: 0;
}
.frtp_nav ul li:hover a {
  color: #d6000f;
}
.footer_tel h3 {
  width: 46px;
  height: 46px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #d6000f;
}
.footer_tel h3 span {
  color: #fff;
}
.footer_tel p {
  padding-top: 14px;
  color: #666666;
}
.footer_tel h4 {
  color: #d6000f;
}
.footer_tel {
  width: 22%;
}
.footer_wxcode {
  width: 8%;
  text-align: center;
}
.frtp_nav {
  width: 60%;
}

.footer_wxcode p {
  padding-top: 20px;
  color: #666;
}

.footer_top {
  padding-bottom: 70px;
  border-bottom: 1px solid #d9d9d9;
}
.footer_bottom {
  padding: 50px 0;
}

.frbm_l,
.frbm_c,
.frbm_r {
  display: inline-block;
  vertical-align: middle;
}
.frbm_l,
.frbm_r {
  width: 30%;
}
.frbm_c p a{display: initial}
.frbm_c {
  width: 40%;
  text-align: center;
}
.frbm_r {
  text-align: right;
}
.frbm_l h3,
.frbm_l ul,
.frbm_l h3 i,
.frbm_l h3 span,
.frbm_l li {
  display: inline-block;
  vertical-align: middle;
}
.frbm_l li {
  padding: 0 26px;
}
.frbm_l li a {
  color: #666;
}
.frbm_l li:hover a {
  color: #d6000f;
}
.frbm_l h3 {
  padding: 10px 24px;
  border: 1px solid #cecece;
  border-radius: 50px;
}
.frbm_l h3 i {
  color: #d4d4d4;
  font-size: 16px;
}
.frbm_l h3 span {
  color: #666666;
  padding-left: 14px;
}
.frbm_rS {
  position: relative;
  display: inline-block;
}
.frbm_r h3 {
  width: auto;
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #cecece;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
.frbm_r h3 span {
  padding-right: 30px;
  color: #666666;
}
.frbm_r h3 i {
  color: #d7d7d7;
}
.frbm_rS ul {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  top: -80px;
  left: 0;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  box-shadow: 0 0 30px 2px #e1e1e1;
  opacity: 0;
  visibility: hidden;
}
.frbm_rS ul li {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.frbm_rS ul li a {
  color: #666;
  line-height: 30px;
}
.frbm_rS ul li:last-of-type {
  border: none;
}
.frbm_rS ul li:hover {
  background: #d6000f;
}
.frbm_rS ul li:hover a {
  color: #fff;
}
.frbm_rS .uls {
  top: -16px;
  opacity: 1;
  visibility: inherit;
}






.language{
  position: relative;
  z-index: 1000;
}



.language ul {
  width: 100%;
  background-color: rgba(0,0,0,.8);
  text-align: center;
  position: absolute;
  top: 50px;
  left: 0;
  transform: translateY(20%);
  -ms-transform: translateY(20%);
  -webkit-transform: translateY(20%);
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
}
.language ul li a {
  height: 40px;
  line-height: 40px;
  color: #fff;
    font-family: "Arial";
    position: relative;
}

.language ul li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: normal;
  border-bottom: 1px solid #ccc;
}



.language:hover ul{
  top: 100%;
  opacity: 1;
  visibility: inherit;
}








