@charset 'utf-8';
body,
dl,
dt,
dd,
div,
h1,
h3,
p,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input,
button,
textarea {
  outline: 0;
  font-size: 16px;
}
body {
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Graphik-Regular";
}
.gm {
  font-family: "Graphik-Medium";
}
.gb {
  font-family: "Graphik-Bold";
  font-weight: bold;
}
.gr {
  font-family: "Graphik-Regular";
}
img {
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
/*多行溢出隐藏*/
/*单行溢出隐藏*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*修改字体字符的样式*/
/*修改placeholder的样式*/
/* 分页类 */
.paging {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.paging a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.paging a.prev,
.paging a.next {
  width: 100px;
}
.paging a.active {
  border: 1px solid #f28c15;
  background-color: #f28c15;
  color: #fff;
}
.pointer {
  cursor: pointer;
}
/*加过渡*/
.transition {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
/*版心*/
.wrap {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .wrap {
    width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  input,
  button,
  textarea {
    font-size: 14px;
  }
  .wrap {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .wrap {
    width: 100%;
  }
}
.footer {
  overflow: hidden;
}
.footer .f_box1 {
  height: 125px;
  position: relative;
}
.footer .f_box1 .left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #c33736;
  width: calc(50% + 20px);
  padding: 24px 0 12px;
}
.footer .f_box1 .left a {
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: relative;
  margin: 0 18px;
  border-radius: 50%;
}
.footer .f_box1 .left a .iconfont {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .f_box1 .left a .iconfont.small {
  font-size: 32px;
}
.footer .f_box1 .right {
  position: absolute;
  bottom: 0;
  right: -40px;
  background-color: #343434;
  border: 4px solid;
  overflow: hidden;
  border-color: #c33736 transparent transparent #c33736;
  width: calc(50% + 80px);
  transform: skewX(-30deg);
  padding: 40px 0 30px 90px;
  box-shadow: 0 8px 6px -5px #000;
}
.footer .f_box1 .right a span {
  font-family: "Graphik-Bold";
  font-weight: bold;
  display: inline-block;
  transform: skewX(30deg);
  color: #fff;
  font-size: 30px;
}
.footer .f_box1 .right a span.iconfont {
  font-size: 42px;
  margin-right: 28px;
}
.footer .f_box2 {
  background-color: #343434;
  padding: 50px 0 60px;
}
.footer .f_box2 .item {
  float: left;
  width: 24%;
}
.footer .f_box2 .item > dl {
  padding-left: 80px;
}
.footer .f_box2 .item > dl dt {
  font-family: "Graphik-Bold";
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #565656;
  width: 70%;
  margin-bottom: 20px;
}
.footer .f_box2 .item > dl dd a {
  display: block;
  padding-bottom: 16px;
  color: #a0a0a0;
  font-size: 14px;
}
.footer .f_box2 .item.contact {
  color: #a0a0a0;
  font-size: 0;
}
.footer .f_box2 .item.contact span {
  font-size: 14px;
  display: inline-block;
  vertical-align: text-top;
}
.footer .f_box2 .item.contact span.iconfont {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin: 0;
  margin-right: 5px;
}
.footer .f_box2 .item.contact span:last-child {
  width: calc(100% - 25px);
  line-height: 18px;
}
.footer .f_box2 .item.contact > dl dd a {
  font-size: 0;
  padding-bottom: 30px;
}
.footer .f_box2 .item.contact > dl dd a span {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.footer .f_box2 .item.contact > dl dd a span.iconfont {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin: 0;
  margin-right: 5px;
}
.footer .f_box2 .item.contact > dl dd a span:last-child {
  width: calc(100% - 25px);
}
.footer .f_box2 .item.spec {
  width: 28%;
  text-align: center;
}
.footer .f_box2 .item.spec .desp {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #565656;
  color: #565656;
  font-size: 14px;
  line-height: 20px;
}
.footer .f_box2 .item.inquiry {
  padding-left: 80px;
  padding-right: 20px;
}
.footer .f_box2 .item.inquiry .tt {
  font-family: "Graphik-Bold";
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #565656;
  width: 70%;
  margin-bottom: 20px;
}
.footer .f_box2 .item.inquiry form .common {
  width: 100%;
  border: none;
  margin-bottom: 10px;
  font-size: 14px;
}
.footer .f_box2 .item.inquiry form .common::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "Graphik-Regular";
  color: #bdbdbd;
  font-weight: normal;
  font-size: 14px;
}
.footer .f_box2 .item.inquiry form .common:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Graphik-Regular";
  color: #bdbdbd;
  font-weight: normal;
  font-size: 14px;
}
.footer .f_box2 .item.inquiry form .common::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Graphik-Regular";
  color: #bdbdbd;
  font-weight: normal;
  font-size: 14px;
}
.footer .f_box2 .item.inquiry form .common:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "Graphik-Regular";
  color: #bdbdbd;
  font-weight: normal;
  font-size: 14px;
}
.footer .f_box2 .item.inquiry form input {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.footer .f_box2 .item.inquiry form textarea {
  height: 90px;
  padding: 10px 15px;
}
.footer .f_box2 .item.inquiry form button {
  font-family: "Graphik-Bold";
  font-weight: bold;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  background-color: #c33736;
  color: #fff;
}
.footer .f_box2 .item.inquiry form button .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.footer .f_box3 {
  background-color: #181818;
  padding: 20px 0;
}
.footer .f_box3 .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 14px;
  color: #e4e4e4;
}
.footer .f_box3 .wrap a {
  color: #e4e4e4;
}
@media screen and (max-width: 1400px) {
  .footer .f_box2 .item > dl {
    padding-left: 60px;
  }
  .footer .f_box2 .item.inquiry {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .f_box2 .item > dl {
    padding-left: 30px;
  }
  .footer .f_box2 .item.inquiry {
    padding-left: 40px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .f_box1 {
    height: 80px;
  }
  .footer .f_box1 .left {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 10px 0;
    padding-left: 5%;
  }
  .footer .f_box1 .left a {
    width: 28px;
    height: 28px;
    margin: 0 10px;
  }
  .footer .f_box1 .left a .iconfont {
    font-size: 30px;
  }
  .footer .f_box1 .left a .iconfont.small {
    font-size: 28px;
  }
  .footer .f_box1 .right {
    right: -60px;
    width: calc(50% + 80px);
    border: 4px solid;
    border-color: #c33736 transparent transparent #c33736;
    padding: 20px 0 15px 30px;
  }
  .footer .f_box1 .right a span {
    font-family: "Graphik-Bold";
    font-weight: bold;
    display: inline-block;
    transform: skewX(30deg);
    color: #fff;
    font-size: 24px;
  }
  .footer .f_box1 .right a span.iconfont {
    font-size: 30px;
    margin-right: 20px;
  }
  .footer .f_box2 {
    background-color: #343434;
    padding: 40px 0 50px;
  }
  .footer .f_box2 .item {
    width: 50%;
  }
  .footer .f_box2 .item > dl {
    padding: 0 40px;
  }
  .footer .f_box2 .item > dl dt {
    font-size: 20px;
  }
  .footer .f_box2 .item.contact > dl dd a {
    padding-bottom: 20px;
  }
  .footer .f_box2 .item.list {
    display: none;
  }
  .footer .f_box2 .item.spec {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .f_box2 .item.inquiry {
    padding-left: 40px;
    padding-right: 20px;
  }
  .footer .f_box2 .item.inquiry .tt {
    font-size: 20px;
  }
  .footer .f_box3 .wrap {
    font-size: 12x;
  }
}
@media screen and (max-width: 767px) {
  .footer .f_box1 {
    height: 50px;
  }
  .footer .f_box1 .left {
    padding: 10px 0 10px 8px;
  }
  .footer .f_box1 .left a {
    width: 15px;
    height: 15px;
    margin: 0 3px;
  }
  .footer .f_box1 .left a .iconfont {
    font-size: 14px;
  }
  .footer .f_box1 .left a .iconfont.small {
    font-size: 18px;
  }
  .footer .f_box1 .right {
    right: -50px;
    border: 2px solid;
    border-color: #c33736 transparent transparent #c33736;
    padding: 15px 0 10px 10px;
  }
  .footer .f_box1 .right a span {
    font-size: 14px;
  }
  .footer .f_box1 .right a span.iconfont {
    font-size: 18px;
    margin-right: 5px;
  }
  .footer .f_box2 {
    padding: 30px 0 40px;
  }
  .footer .f_box2 .item {
    width: 100%;
  }
  .footer .f_box2 .item > dl {
    padding: 0;
  }
  .footer .f_box2 .item > dl dt {
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .f_box2 .item.contact span {
    font-size: 12px;
  }
  .footer .f_box2 .item.contact span.iconfont {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin: 0;
    margin-right: 5px;
  }
  .footer .f_box2 .item.contact span:last-child {
    width: calc(100% - 22px);
    line-height: 16px;
  }
  .footer .f_box2 .item.contact > dl dd a {
    padding-bottom: 15px;
  }
  .footer .f_box2 .item.contact > dl dd a span {
    font-size: 12px;
  }
  .footer .f_box2 .item.contact > dl dd a span.iconfont {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin: 0;
    margin-right: 5px;
  }
  .footer .f_box2 .item.contact > dl dd a span:last-child {
    width: calc(100% - 22px);
  }
  .footer .f_box2 .item.spec {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .f_box2 .item.spec img {
    width: 40%;
  }
  .footer .f_box2 .item.spec .desp {
    margin-top: 20px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .footer .f_box2 .item.inquiry {
    display: none;
  }
  .footer .f_box3 {
    background-color: #181818;
    padding: 10px 0;
  }
  .footer .f_box3 .wrap {
    display: block;
    font-size: 12px;
    color: #e4e4e4;
  }
  .footer .f_box3 .wrap span {
    display: block;
    text-align: center;
  }
  .footer .f_box3 .wrap a {
    color: #e4e4e4;
  }
}
