body {
  font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.contact-desc p{
  margin: 0;
  color: #222;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 14px 8px !important;
  border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .icon-lianxidianhua:before {
  font-size: 20px;
}
.suspended-list ul li .icon-xiangxia-copy-copy:before {
  font-size: 18px;
}
.suspended-list ul li .icon-social-_logo-skype:before {
  font-size: 22px;
}
.suspended-list ul li .icon-mail:before {
  font-size: 22px;
}
.suspended-list ul li .icon-whatsapp1:before {
  font-size: 22px;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 50px;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #D73B14;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #D73B14;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #D73B14;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.am-container {
  max-width: 1440px;
}
.header .nav .nav-list1 {
  margin: 0;
}
header {
  border-bottom: 6px solid #D73B14;
  background-color: #fff;
}
header.am-sticky {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
header .header-logo {
  height: 66px;
}
header .header-logo img {
  height: 100%;
}
header .header-allcont {
  display: flex;
  justify-content: space-between;
  height: 94px;
  align-items: center;
}
header .header-cont {
  display: flex;
  align-items: center;
}
header .header-language .language-btn {
  padding-left: 20px;
  margin-left: 25px;
  position: relative;
}
header .header-language .language-btn:after {
  content: '';
  position: absolute;
  left: 0;
  height: 20px;
  width: 1px;
  display: block;
  top: calc(50% - 10px);
  background-color: #fff;
}
header .header-language .language-btn a {
  color: #666;
  font-size: 0;
  display: none;
}
header .header-language .language-btn a:hover span {
  text-decoration: underline;
  transition: all 0.35s;
}
header .header-language .language-btn a span {
  font-size: 14px;
  transition: all 0.35s;
}
header .header-language .language-btn a.active {
  display: flex;
  align-items: center;
}
header .header-language .language-btn i {
  font-size: 28px;
  line-height: 1;
  color: #D73B14;
  margin-right: 10px;
}
a:focus {
  outline: none;
}
.header-search {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.header-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 40px;
  border: 1px solid #D73B14;
  background-color: #D73B14;
  color: #fff;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
  transition: all 0.35s;
}
.header-search a span {
  padding-top: 2px;
  margin-left: 10px;
}
.header-search i {
  font-size: 16px;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search:hover > a {
    background-color: #fff;
    color: #D73B14;
    transition: all 0.35s;
  }
  .header-search:hover > a > i {
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  right: 0;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #D73B14;
  border-color: #D73B14;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.banner {
  overflow: hidden;
  border-bottom: 6px solid #D73B14;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .img-box {
  padding-bottom: 36.5625%;
}
.banner .slick-slide > div {
  font-size: 0;
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner .slick-dots {
  font-size: 0;
  bottom: 25px;
}
.banner .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 10px;
  position: relative;
  transition: all 0.35s;
  border: none;
  background-color: #fff;
}
.banner .slick-dots li button {
  display: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.banner .slick-dots li button:before {
  display: none;
}
.banner .slick-dots li:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #D73B14;
  border-radius: 10px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.35s;
}
.banner .slick-dots li.slick-active {
  background-color: #D73B14;
  transition: all 0.35s;
}
.banner .slick-dots li.slick-active button {
  transition: all 0.35s;
  background-color: #fff;
}
.banner .slick-dots li.slick-active:after {
  opacity: 1;
  transition: all 0.35s;
}
.banner .slick-prev,
.banner .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media screen and (min-width: 991px) {
  .banner .slick-prev:hover:before,
  .banner .slick-next:hover:before {
    color: #D73B14;
    transition: all 0.35s;
  }
}
.banner .slick-prev:before,
.banner .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 40px;
  opacity: 1;
  transition: all 0.35s;
  color: #fff;
}
.banner .slick-prev {
  left: auto;
  right: 113px;
}
.banner .slick-prev:before {
  content: '\e886';
  transform: rotate(180deg);
  display: block;
}
.banner .slick-next {
  right: 113px;
  top: 58%;
}
.banner .slick-next:before {
  content: '\e886';
}
.banner .counter-box {
  position: absolute;
  top: 32%;
  right: 108px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.banner .counter-box div {
  transform: rotate(90deg);
  display: flex;
}
.banner .counter-box div:first-child {
  margin-bottom: 30px;
}
.banner .counter-box div:first-child:after {
  content: '/';
  margin-left: 20px;
}
.banner .banner-btn {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  flex-direction: column;
  align-items: center;
  color: #fff;
  transition: all 0.35s;
}
.banner .banner-btn span {
  font-size: 16px;
  font-weight: bold;
}
.banner .banner-btn i {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (min-width: 991px) {
  .banner .banner-btn:hover {
    color: #D73B14;
    transition: all 0.35s;
  }
}
.in-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  position: relative;
}
.in-title span {
  color: #D73B14;
}
.index-prod {
  padding-top: 110px;
  padding-bottom: 100px;
}
.index-prod .in-title {
  padding-left: 20px;
}
.index-prod .in-title:before {
  content: '';
  width: 4px;
  height: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D73B14;
}
.index-prod .prod-func {
  display: flex;
  justify-content: space-between;
}
.index-prod .func-btn a {
  color: #222;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-prod .func-btn a:hover {
    color: #D73B14;
    transition: all 0.35s;
  }
  .index-prod .func-btn a:hover span {
    border-color: #D73B14;
  }
}
.index-prod .func-btn span {
  line-height: 18px;
  border-bottom: 1px solid #222;
  margin-right: 18px;
}
.index-prod .func-btn i {
  font-size: 35px;
  line-height: 1;
}
.index-prod .func-txt .txt {
  font-size: 18px;
  color: #666;
  padding-left: 22px;
  margin-top: 7px;
}
.index-prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.index-prod .prod-list .prod-box {
  padding: 0 15px;
}
.index-prod .prod-list .prod-box a {
  position: relative;
  display: block;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-list .prod-box a:hover .prod-txt {
    bottom: 35px;
    transition: all 0.35s;
  }
  .index-prod .prod-list .prod-box a:hover .prod-btn {
    height: 20px;
    margin-top: 10px;
    transition: all 0.35s;
  }
  .index-prod .prod-list .prod-box a:hover .prod-tit:before {
    background-color: #D73B14;
    transition: all 0.35s;
  }
  .index-prod .prod-list .prod-box a:hover .prod-tit:after {
    box-shadow: 0px 0px 10px 2px #d73b14;
    transition: all 0.35s;
  }
  .index-prod .prod-list .prod-box a:hover .prod-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-prod .prod-list .prod-box1 {
  width: 50%;
}
.index-prod .prod-list .prod-box1 .img-box {
  padding-bottom: 66.66666667%;
}
.index-prod .prod-list .prod-box2 {
  width: 33.33333333%;
  margin-top: 30px;
}
.index-prod .prod-list .prod-box2 .img-box {
  padding-bottom: 86.66666667%;
}
.index-prod .prod-list .prod-txt {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  color: #fff;
  left: 70px;
  transition: all 0.35s;
}
.index-prod .prod-list .prod-txt .prod-tit {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  text-transform: capitalize;
}
.index-prod .prod-list .prod-txt .prod-tit:before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #fff;
  border-radius: 50%;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.35s;
}
.index-prod .prod-list .prod-txt .prod-tit:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 10px 2px #ffffff;
  transition: all 0.35s;
}
.index-prod .prod-list .prod-txt .prod-btn {
  display: flex;
  align-items: center;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.index-prod .prod-list .prod-txt .prod-btn i {
  line-height: 1;
}
.index-prod .prod-list .prod-txt .prod-btn span {
  font-size: 15px;
  line-height: 18px;
  border-bottom: 2px solid #AAA8A7;
  margin-right: 10px;
}
.index-prod .prod-list .prod-img img {
  transition: all 0.35s;
}
.index-about {
  background-color: #F8F8F8;
  overflow: hidden;
}
.index-about .about-all {
  display: flex;
}
.index-about .about-img {
  width: calc(50% - 15px);
  position: relative;
}
.index-about .about-img img {
  transition: all 0.35s;
}
.index-about .about-img div {
  position: absolute;
  right: 0;
  overflow: hidden;
}
.index-about .about-img i {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 94px;
  height: 94px;
  background-color: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
  border-radius: 50%;
  font-size: 50px;
  color: #D73B14;
}
.index-about .about-img i:after {
  position: absolute;
  width: 72px;
  height: 72px;
  content: '';
  background-color: rgba(255, 255, 255, 0.54);
  border-radius: 50%;
}
.index-about .about-img i:before {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 991px) {
  .index-about .about-img:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-about .about-txt {
  width: calc(50% + 15px);
  padding-left: 55px;
  padding-top: 70px;
  padding-bottom: 75px;
}
.index-about .in-title {
  padding-left: 20px;
}
.index-about .in-title:before {
  content: '';
  width: 4px;
  height: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D73B14;
}
.index-about .about-desc {
  color: #444;
  line-height: 30px;
  margin-top: 25px;
}
.index-about .about-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  background-color: #D73B14;
  color: #fff;
  position: relative;
  margin-top: 55px;
  transition: all 0.35s;
  border: 1px solid #D73B14;
}
.index-about .about-btn:after {
  position: absolute;
  width: 136px;
  height: 4px;
  background-color: #000;
  display: block;
  content: '';
  bottom: -4px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-about .about-btn:hover {
    background-color: #fff;
    color: #D73B14;
    transition: all 0.35s;
  }
  .index-about .about-btn:hover:after {
    background-color: #D73B14;
    transition: all 0.35s;
  }
}
.big-data {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  flex-wrap: wrap;
}
.big-data .data-box {
  position: relative;
  display: flex;
  width: 50%;
}
.big-data .data-box:after {
  content: '';
  width: 1px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.big-data .data-box:last-child:after {
  display: none;
}
.big-data .data-box svg {
  font-size: 40px;
  margin-right: 20px;
  margin-top: 8px;
}
.big-data .data-box:nth-child(n+3) {
  margin-top: 40px;
}
.big-data .count-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #D73B14;
}
.big-data .count-top span {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #222;
}
.big-data .count-tit {
  font-size: 26px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 3px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
}
.big-data .count-tit span {
  font-size: 12px;
  color: #D73B14;
  line-height: 14px;
  font-weight: 900;
}
.big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 60px);
}
.big-data .count-desc {
  color: #222;
  line-height: 24px;
}
.index-case {
  padding-top: 110px;
  padding-bottom: 155px;
  overflow: hidden;
}
.index-case .in-title {
  text-align: center;
}
.index-case .case-desc {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}
.index-case .case-allcont {
  padding-top: 75px;
  background-image: url(../img/case-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.index-case .img-box {
  padding-bottom: 58.88888889%;
}
.index-case .case-box {
  padding: 0 15px;
}
@media screen and (min-width: 991px) {
  .index-case .case-box > div:hover .case-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.index-case .case-tit {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
  margin-bottom: 10px;
  transition: all 0.35s;
}
.index-case .case-tit:before {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #D73B14;
  display: block;
  margin-right: 15px;
}
.index-case .case-tit:after {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #D73B14;
  display: block;
  margin-left: 15px;
}
.index-case .case-img {
  position: relative;
}
.index-case .case-img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 4px solid #D73B14;
  opacity: 0;
  transition: all 0.35s;
  pointer-events: none;
  z-index: 3;
  content: '';
}
.index-case .case-img img {
  transition: all 0.35s;
}
.index-case .case-num {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke: 1px #d73b14;
  line-height: 1;
  text-align: center;
  transition: all 0.35s;
  padding-bottom: 25px;
}
.index-case .case-slick {
  margin: 40px -200px 0;
}
.index-case .slick-current.slick-active.slick-center .case-tit {
  opacity: 1;
  transition: all 0.35s;
}
.index-case .slick-current.slick-active.slick-center .case-num {
  opacity: 1;
  transition: all 0.35s;
}
.index-case .slick-current.slick-active.slick-center .case-img:after {
  opacity: 1;
  transition: all 0.35s;
}
.index-case .slick-dots {
  max-width: 1410px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  bottom: -205px;
}
.index-case .slick-dots button {
  display: none;
}
.index-case .slick-dots li {
  margin: 0;
  height: 4px;
  width: 100%;
  background-color: #F8F8F8;
  transition: all 0.35s;
}
.index-case .slick-dots li.slick-active {
  background-color: #D73B14;
  transition: all 0.35s;
}
.index-process {
  background-image: url(../img/process-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 80px;
  overflow: hidden;
}
.index-process .in-title {
  color: #fff;
  text-align: center;
}
.index-process .process-desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
.index-process .process-list {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -15px 0;
}
.index-process .process-box {
  padding: 0 15px;
  width: 25%;
  position: relative;
}
.index-process .process-box > div {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
}
@media screen and (min-width: 991px) {
  .index-process .process-box > div:hover i {
    background-color: #D73B14;
    color: #fff;
    transition: all 0.35s;
  }
}
.index-process .process-box:after {
  content: '\e9c0';
  position: absolute;
  font-family: 'iconfont';
  font-size: 16px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
.index-process .process-box:nth-child(4n):after {
  display: none;
}
.index-process .process-box:nth-child(n+5) {
  margin-top: 30px;
}
.index-process .process-box:nth-child(n+5):after {
  content: '\e9c1';
}
.index-process .process-box i {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  background-color: #fff;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
  color: #D73B14;
  transition: all 0.35s;
}
.index-process .process-box .process-tit {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}
.index-choose {
  padding: 140px 80px 135px;
}
.index-choose > div {
  background-image: url(../img/choose-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-choose .choose-form {
  width: calc(41.66666667% + 15px);
  background-color: #D73B14;
  padding: 70px 48px 75px;
  margin: -30px 0;
  position: relative;
}
.index-choose .choose-form:before {
  width: 0;
  height: 0;
  border-width: 0 16px 30px 0;
  border-style: solid;
  border-color: transparent transparent #A92605 transparent;
  position: absolute;
  content: '';
  right: -16px;
  top: 0;
}
.index-choose .choose-form:after {
  width: 0;
  height: 0;
  border-width: 30px 16px 0 0;
  border-style: solid;
  border-color: #A92605 transparent transparent transparent;
  position: absolute;
  content: '';
  right: -16px;
  bottom: 0;
}
.index-choose .choose-form .form-tit {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.index-choose .choose-form form {
  display: flex;
  flex-direction: column;
}
.index-choose .choose-form input {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
  transition: all 0.35s;
}
.index-choose .choose-form input:focus {
  outline: none;
  border-color: #fff;
  transition: all 0.35s;
}
.index-choose .choose-form *::-webkit-input-placeholder {
  color: #fff;
}
.index-choose .choose-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}
.index-choose .choose-form *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}
.index-choose .choose-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.index-choose .choose-form textarea {
  height: 165px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.35s;
  padding: 10px 20px;
  resize: none;
}
.index-choose .choose-form textarea:focus {
  outline: none;
  border-color: #fff;
  transition: all 0.35s;
}
.index-choose .choose-form button {
  height: 50px;
  background-color: #fff;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #fff;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-choose .choose-form button:hover {
    background-color: #D73B14;
    color: #fff;
    transition: all 0.35s;
  }
}
.index-choose .choose-all {
  display: flex;
  align-items: center;
}
.index-choose .choose-list {
  width: calc(58.33333333% - 15px);
  padding-left: 90px;
}
.index-choose .choose-list .choose-box {
  display: flex;
}
.index-choose .choose-list .choose-box i {
  font-size: 46px;
  line-height: 1;
  color: #D73B14;
}
.index-choose .choose-list .choose-box:nth-child(n+2) {
  margin-top: 40px;
}
.index-choose .choose-list .choose-tit {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
.index-choose .choose-list .choose-desc {
  line-height: 26px;
  color: #666;
}
.index-choose .choose-list .choose-desc p {
  margin: 0;
}
.index-choose .choose-list .choose-txt {
  padding-left: 35px;
  padding-right: 40px;
}
.index-news {
  position: relative;
  overflow: hidden;
}
.index-news .news-list {
  display: flex;
  justify-content: space-between;
}
.index-news .news-box {
  width: 43%;
}
.index-news .news-box:nth-child(2) .news-img {
  right: auto;
  left: 50%;
}
@media screen and (min-width: 991px) {
  .index-news .news-box:hover .news-img img {
    transition: all 0.35s;
    transform: scale(1.1);
  }
  .index-news .news-box:hover .news-tit a {
    text-decoration: underline;
  }
  .index-news .news-box:hover .news-more {
    border-color: #D73B14;
    background-color: #D73B14;
    transition: all 0.35s;
  }
}
.index-news .news-date {
  font-weight: bold;
  position: relative;
  width: fit-content;
}
.index-news .news-date:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: block;
  top: 40%;
  right: -35px;
}
.index-news .news-img {
  position: absolute;
  width: 960px;
  right: 50%;
}
.index-news .news-img img {
  width: 100%;
  transition: all 0.35s;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.index-news .news-cont {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 80px;
}
.index-news .news-cont a {
  color: #fff;
  transition: all 0.35s;
}
.index-news .news-tit {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.index-news .news-desc {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.index-news .news-more {
  width: 150px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  transition: all 0.35s;
}
.index-news .img-box {
  padding-bottom: 41.66666667%;
}
.page-banner {
  overflow: hidden;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.about-nav {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.about-nav .nav-list {
  display: flex;
  margin: 0 -15px;
}
.about-nav .nav-box {
  padding: 0 15px;
  width: 25%;
}
.about-nav .nav-box.active a {
  background-color: #D73B14;
  color: #fff;
  transition: all 0.35s;
}
.about-nav .nav-box.active i:after {
  opacity: 1;
  transition: all 0.35s;
}
.about-nav .nav-box a {
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #222;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .about-nav .nav-box a:hover {
    background-color: #D73B14;
    color: #fff;
    transition: all 0.35s;
  }
  .about-nav .nav-box a:hover i:after {
    opacity: 1;
    transition: all 0.35s;
  }
}
.about-nav .nav-box span {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-nav .nav-box i {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 8px;
  font-size: 24px;
}
.about-nav .nav-box i:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/about-navbg.png);
  background-size: cover;
  content: '';
  opacity: 0;
  transition: all 0.35s;
}
.son-tit {
  font-size: 40px;
  font-weight: 900;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  position: relative;
}
.about .about-text {
  padding-top: 75px;
}
.about .about-text .son-tit {
  padding-bottom: 30px;
}
.about .about-text .son-tit:after {
  position: absolute;
  width: 30px;
  height: 3px;
  content: '';
  background-color: #D73B14;
  left: calc(50% - 15px);
  bottom: 0;
}
.about .about-text .about-desc {
  text-align: center;
  padding: 0 100px;
  line-height: 30px;
  color: #444;
  margin-top: 25px;
}
.about .about-data .big-data {
  background-image: url(../img/about-databg.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 30px 100px;
  margin-top: 45px;
}
.about .about-data .big-data .data-box {
  width: auto;
  flex-direction: column;
  align-items: center;
}
.about .about-data .big-data .data-box:nth-child(n+3) {
  margin-top: 0;
}
.about .about-data .big-data .data-box svg {
  margin-right: 0;
  margin-bottom: 10px;
}
.about .about-data .big-data .data-cont {
  align-items: center;
  width: auto;
}
.about .about-data .big-data .count-top {
  position: relative;
  margin-bottom: 10px;
}
.about .about-data .big-data .count-tit {
  position: absolute;
  left: calc(100% + 10px);
  margin-left: 0;
}
.about .about-video {
  margin-top: 55px;
}
.about .about-video img {
  width: 100%;
  transition: all 0.35s;
}
.about .about-video a {
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .about .about-video a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .about-video i {
  width: 113px;
  height: 113px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  font-size: 50px;
  color: #D73B14;
}
.about .about-video i:before {
  position: relative;
  z-index: 3;
}
.about .about-video i:after {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.54);
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about .honor {
  padding-top: 75px;
  padding-bottom: 100px;
}
.about .honor .honor-slick {
  margin: 35px -15px 0;
}
.about .honor .honor-box {
  padding: 0 15px;
}
.about .honor .honor-box > a {
  color: #222;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .about .honor .honor-box > a:hover {
    color: #D73B14;
    transition: all 0.35s;
  }
  .about .honor .honor-box > a:hover .honor-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .honor .honor-img {
  position: relative;
}
.about .honor .honor-img:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background-image: url(../img/honor-border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 3;
}
.about .honor .honor-img img {
  transition: all 0.35s;
}
.about .honor .img-box {
  padding-bottom: 133.33333333%;
}
.about .honor .honor-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.about .honor .honor-txt i {
  font-size: 20px;
  line-height: 1;
}
.about .honor .honor-tit {
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  text-transform: uppercase;
}
.about .honor .slick-prev,
.about .honor .slick-next {
  width: auto;
  height: auto;
  font-size: 0;
  transition: all 0.35s;
  z-index: 2;
}
.about .honor .slick-prev:hover,
.about .honor .slick-next:hover {
  transition: all 0.35s;
}
.about .honor .slick-prev:hover:before,
.about .honor .slick-next:hover:before {
  color: #D73B14;
  transition: all 0.35s;
}
.about .honor .slick-prev {
  left: -85px;
}
.about .honor .slick-next {
  right: -85px;
}
.about .honor .slick-prev:before,
.about .honor .slick-next:before {
  font-family: 'iconfont';
  font-size: 40px;
  color: #222;
  transition: all 0.35s;
}
.about .honor .slick-prev:before {
  content: '\e886';
  transform: rotateY(180deg);
  display: block;
}
.about .honor .slick-next:before {
  content: '\e886';
}
.about .advantage {
  background-color: #F8F8F8;
  padding: 80px 0 85px;
}
.about .advantage .advantage-list {
  display: flex;
  margin: 45px -15px 0;
}
.about .advantage .advantage-box {
  padding: 0 15px;
  width: 33.33333333%;
}
.about .advantage .advantage-box > div {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border-top: 4px solid #D73B14;
  padding: 30px 25px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .about .advantage .advantage-box > div:hover .advantage-num {
    -webkit-text-stroke: 1px #D73B14;
    transition: all 0.35s;
  }
}
.about .advantage .advantage-box i {
  font-size: 48px;
  line-height: 1;
  display: flex;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  color: #D73B14;
  position: relative;
}
.about .advantage .advantage-box i:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FDF4F1;
  left: -20px;
  content: '';
  top: 0;
  border-radius: 50%;
}
.about .advantage .advantage-box i:before {
  position: relative;
  z-index: 2;
}
.about .advantage .advantage-box .advantage-tit {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 10px;
}
.about .advantage .advantage-box .advantage-desc {
  font-size: 15px;
  line-height: 26px;
  color: #666;
}
.about .advantage .advantage-box .advantage-num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  font-size: 60px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #bfbdbc;
  line-height: 1;
  transition: all 0.35s;
}
.about .partner {
  padding: 65px 0;
}
.about .partner .partner-box {
  padding: 15px;
}
.about .partner .img-box {
  padding-bottom: 42.85714286%;
}
.about .partner .partner-img {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 991px) {
  .about .partner .partner-img:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.about .partner .partner-img img {
  transition: all 0.35s;
}
.about .partner .partner-slick {
  margin: 0 -15px;
}
.about .partner .partner-slick .slick-slide > div {
  font-size: 0;
}
.about .partner .slick-prev,
.about .partner .slick-next {
  width: auto;
  height: auto;
  font-size: 0;
  transition: all 0.35s;
  z-index: 2;
}
.about .partner .slick-prev:hover,
.about .partner .slick-next:hover {
  transition: all 0.35s;
}
.about .partner .slick-prev:hover:before,
.about .partner .slick-next:hover:before {
  color: #D73B14;
  transition: all 0.35s;
}
.about .partner .slick-prev {
  left: -85px;
}
.about .partner .slick-next {
  right: -85px;
}
.about .partner .slick-prev:before,
.about .partner .slick-next:before {
  font-family: 'iconfont';
  font-size: 40px;
  color: #222;
  transition: all 0.35s;
}
.about .partner .slick-prev:before {
  content: '\e886';
  transform: rotateY(180deg);
  display: block;
}
.about .partner .slick-next:before {
  content: '\e886';
}
.pagenum {
  display: flex;
  justify-content: flex-end;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  line-height: 30px;
  color: #999;
  margin-left: 10px;
  background-color: transparent;
  transition: all 0.35s;
}
.pagenum a.active {
  color: #fff;
  background-color: #D73B14;
  transition: all 0.35s;
  border-color: #D73B14;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    color: #fff;
    background-color: #D73B14;
    transition: all 0.35s;
    border-color: #D73B14;
  }
}
.pagenum i {
  font-size: 12px;
  display: block;
}
.case {
  padding-top: 75px;
  padding-bottom: 100px;
}
.case .son-tit {
  padding-bottom: 30px;
}
.case .son-tit:after {
  position: absolute;
  width: 30px;
  height: 3px;
  content: '';
  background-color: #D73B14;
  left: calc(50% - 15px);
  bottom: 0;
}
.case .img-box {
  padding-bottom: 58.88888889%;
}
.case .case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 60px;
}
.case .case-box {
  width: 33.33333333%;
  padding: 0 15px;
}
.case .case-box:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (min-width: 991px) {
  .case .case-box > a:hover .case-img img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .case .case-box > a:hover .case-img:after {
    opacity: 1;
    transition: all 0.35s;
  }
  .case .case-box > a:hover .case-txt {
    background-color: #D73B14;
    color: #fff;
    transition: all 0.35s;
  }
}
.case .case-txt {
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
  background-color: #F8F8F8;
  padding: 0 25px;
  color: #222;
  font-weight: bold;
  transition: all 0.35s;
}
.case .case-txt i {
  font-size: 20px;
  line-height: 1;
}
.case .case-tit {
  font-size: 18px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .case-img {
  position: relative;
}
.case .case-img img {
  transition: all 0.35s;
}
.case .case-img:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  border: 4px solid #D73B14;
  opacity: 0;
  transition: all 0.35s;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #D73B14;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  transition: all 0.35s;
}
.details .news-page p a:hoveR {
  color: #D73B14;
  text-decoration: underline;
  transition: all 0.35s;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.process {
  background-image: url(../img/process-bg2.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 190px;
}
.process .son-tit {
  padding-bottom: 30px;
}
.process .son-tit:after {
  position: absolute;
  width: 30px;
  height: 3px;
  content: '';
  background-color: #D73B14;
  left: calc(50% - 15px);
  bottom: 0;
}
.process .process-list {
  position: relative;
  margin-top: 25px;
}
.process .process-list:before {
  content: '';
  width: 4px;
  height: calc(100% - 40px);
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  background-image: url(../img/process-line.jpg);
  background-repeat: repeat-y;
  background-size: cover;
}
.process .process-list:after {
  content: '';
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #5D5D5D;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.process .process-list > div {
  padding-top: 72px;
}
.process .process-list > div:after {
  content: '';
  display: block;
  clear: both;
}
.process .process-box {
  float: right;
  width: 50%;
  padding-left: 30px;
  position: relative;
  display: flex;
}
.process .process-box:before {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #5D5D5D;
}
.process .process-box:nth-child(n+2) {
  margin-top: 87px;
}
.process .process-box:nth-child(2n) {
  float: left;
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 30px;
}
.process .process-box:nth-child(2n):before {
  left: auto;
  right: -7px;
}
.process .process-box:nth-child(2n) .process-cont {
  flex-direction: row-reverse;
}
.process .process-box:nth-child(2n) .process-cont:before {
  left: auto;
  right: -20px;
  border-width: 16px 0 16px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #D73B14;
  /*透明 透明 透明 黄*/
}
.process .process-box:nth-child(2n) .process-tit {
  text-align: right;
}
.process .process-box:nth-child(2n) .process-num {
  margin-right: 0;
  margin-left: 25px;
}
.process .process-cont {
  width: 425px;
  height: 84px;
  border-radius: 42px;
  border: 5px solid #D73B14;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  position: relative;
  transition: all 0.35s;
}
.process .process-cont:before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  width: 0;
  height: 0;
  border-width: 16px 20px 16px 0;
  border-style: solid;
  border-color: transparent #D73B14 transparent transparent;
  /*透明 黄 透明 透明 */
}
.process .process-cont i {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #D73B14;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .process .process-cont:hover {
    background-color: #D73B14;
    transition: all 0.35s;
  }
  .process .process-cont:hover i {
    background-color: #fff;
    color: #D73B14;
    transition: all 0.35s;
  }
  .process .process-cont:hover .process-tit {
    color: #fff;
    transition: all 0.35s;
  }
  .process .process-cont:hover .process-num {
    -webkit-text-stroke: 1px #fff;
    transition: all 0.35s;
  }
}
.process .process-tit {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  text-transform: capitalize;
  width: 210px;
  transition: all 0.35s;
}
.process .process-num {
  font-size: 30px;
  -webkit-text-stroke: 1px #222;
  color: transparent;
  font-weight: 900;
  margin-right: 25px;
  transition: all 0.35s;
}
.touch-nav {
  display: none;
}
.equipment {
  padding: 75px 0 100px;
}
.equipment .son-tit {
  padding-bottom: 30px;
}
.equipment .son-tit:after {
  position: absolute;
  width: 30px;
  height: 3px;
  content: '';
  background-color: #D73B14;
  left: calc(50% - 15px);
  bottom: 0;
}
.equipment .equipment-all {
  display: flex;
  margin: 40px -15px 0;
}
.equipment .equipment-navlist {
  width: 25%;
  padding: 0 15px;
}
.equipment .nav-box.active .nav-num {
  -webkit-text-stroke: 1px #D73B14;
  transition: all 0.35s;
}
.equipment .nav-box.active .nav-tit {
  color: #D73B14;
  transition: all 0.35s;
}
.equipment .nav-box > a {
  display: flex;
  align-items: center;
  background-color: #F0F0F0;
  padding: 13px 20px;
}
@media screen and (min-width: 991px) {
  .equipment .nav-box > a:hover .nav-num {
    -webkit-text-stroke: 1px #D73B14;
    transition: all 0.35s;
  }
  .equipment .nav-box > a:hover .nav-tit {
    color: #D73B14;
    transition: all 0.35s;
  }
}
.equipment .nav-box:nth-child(n+2) {
  margin-top: 10px;
}
.equipment .nav-num {
  font-size: 24px;
  font-weight: 900;
  -webkit-text-stroke: 1px #222;
  color: transparent;
  margin-right: 20px;
  transition: all 0.35s;
}
.equipment .nav-tit {
  font-weight: bold;
  color: #222;
  line-height: 22px;
  min-height: 44px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
.equipment .img-box {
  padding-bottom: 64.0776699%;
}
.equipment .equipment-listall {
  padding: 0 15px;
  width: 75%;
}
.equipment .equipment-list {
  margin: 0 -10px 60px;
  display: flex;
  flex-wrap: wrap;
}
.equipment .equipment-box {
  padding: 0 10px;
  width: 50%;
}
.equipment .equipment-box > a img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .equipment .equipment-box > a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.equipment .equipment-box:nth-child(n+3) {
  margin-top: 20px;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
  margin-top: 55px;
}
.list-l {
  background-clip: content-box;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.list-l .menu {
  position: relative;
  z-index: 10;
}
.list-l .menu h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  background-color: #D73B14;
  margin-bottom: 0;
  padding: 0 25px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 120px;
  margin-top: 0;
}
.list-l .menu1 > li {
  color: #666666;
  font-size: 18px;
  list-style: none;
}
.list-l .menu1 > li:last-child {
  border-bottom: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  line-height: 26px;
  padding: 17px 40px 17px 25px;
  background-color: #fff;
  transition: all 0.35s;
  text-transform: capitalize;
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.1);
}
.list-l .menu1 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 26px;
  position: relative;
}
.list-l .menu1 > li > a:before {
  content: '';
  width: 7px;
  height: 38px;
  background-color: #D73B14;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.35s;
}
.list-l .menu1 > li.more > a:after {
  content: '\e886';
  font-family: 'iconfont';
  position: absolute;
  right: 20px;
  top: 23px;
  transform: rotate(0);
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
  color: #D73B14;
}
.list-l .menu1 > li.more.active > a {
  background-color: #D73B14;
  color: #fff;
  transition: all 0.35s;
}
.list-l .menu1 > li.more.active > a:before {
  background-color: #fff;
  transition: all 0.35s;
}
.list-l .menu1 > li.more.active > a:after {
  transform: rotate(90deg);
  border-color: #fff;
  color: #fff;
  transition: all 0.35s;
}
.list-l .menu1 > li:nth-child(n+2) {
  margin-top: 20px;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  margin-top: 10px;
}
.list-l .menu2 {
  padding: 0;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li:last-child {
  border-bottom: none;
}
.list-l .menu2 > li:nth-child(n+2) {
  margin-top: 8px;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 16px;
  width: 100%;
  position: relative;
  padding: 15px 25px;
  color: #666;
  height: auto;
  background-color: #F8F8F8;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover span {
  color: #D73B14;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 20px;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a {
  color: #D73B14;
  text-decoration: underline;
  background-color: #F3EEEC;
}
.list-l .menu2 > li.active > a span {
  transition: all 0.35s;
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '-';
}
.prod {
  padding-top: 70px;
  padding-bottom: 100px;
}
.prod .in-title {
  text-align: center;
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 60px;
}
.prod .prod-box {
  width: 33.33333333%;
  padding: 0 15px;
  transition: all 0.35s;
  position: relative;
}
@media screen and (min-width: 991px) {
  .prod .prod-box a:hover {
    position: relative;
    border-color: #D73B14;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-tit {
    color: #D73B14;
    transition: all 0.35s;
  }
  .prod .prod-box a:hover .prod-btn {
    background-color: #D73B14;
    color: #fff;
    transition: all 0.35s;
  }
}
.prod .prod-box:nth-child(n+4) {
  margin-top: 30px;
}
.prod .prod-box .prod-cont {
  border: 1px solid #BFBDBC;
  border-bottom: none;
}
.prod .prod-box .prod-tit {
  font-size: 18px;
  color: #222;
  transition: all 0.35s;
  z-index: 1;
  width: 100%;
  line-height: 52px;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  text-align: center;
}
.prod .prod-box .prod-more {
  display: flex;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.prod .prod-box .prod-more i {
  font-size: 14px;
  margin-left: 5px;
}
.prod .prod-box img {
  transition: all 0.35s;
}
.prod .prod-descall {
  border-bottom: 1px solid #D0DBD0;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.prod .prod-descall h4 {
  margin: 0;
  font-size: 24px;
  color: #D73B14;
  line-height: 30px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.prod .prod-descall p {
  margin: 0;
  color: #6d736d;
  line-height: 24px;
}
.prod .prod-btn {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 16px;
  background-color: #E0E0E0;
  transition: all 0.35s;
}
.prod .prod-btn i {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
}
.prod-deta {
  padding-top: 70px;
  padding-bottom: 100px;
}
.prod-deta .in-title {
  text-align: center;
}
.prod-deta .prod-details-slick {
  width: 55.6%;
}
.prod-deta .prod-details-slick .carousel-wrap > div {
  display: flex;
  margin: 0 -5px;
}
.prod-deta .prod-details-slick .slick-prev {
  z-index: 100;
  top: 10px;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.35s;
  transform: translate(0);
}
.prod-deta .prod-details-slick .slick-prev:hover {
  background-color: #D73B14;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:after {
  background-image: url(../img/btn-bg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-prev:before {
  color: #fff;
  content: '\e64b';
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 14px;
}
.prod-deta .prod-details-slick .slick-next {
  z-index: 100;
  right: 0;
  top: auto;
  bottom: 10px;
  width: 100%;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.35s;
  transform: translate(0);
}
.prod-deta .prod-details-slick .slick-next:hover {
  background-color: #D73B14;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:hover:after {
  opacity: 0;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:after {
  background-image: url(../img/btn-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.35s;
}
.prod-deta .prod-details-slick .slick-next:before {
  color: #fff;
  content: '\e64b';
  transform: rotate(270deg);
  font-family: 'iconfont' !important;
  opacity: 1;
  display: inline-block;
  font-size: 14px;
}
.prod-deta .pro-details-thumbslick {
  position: relative;
  width: 20%;
  padding: 0 5px;
  margin: -5px 0;
}
.prod-deta .pro-details-thumbslick .slick-slide {
  background-color: #DCDCDC;
  margin: 5px 0;
  border: none;
}
.prod-deta .pro-details-thumbslick .slick-slide > div {
  display: flex;
}
.prod-deta .pro-details-thumbslick .slick-current.slick-active .item {
  border-color: #D73B14;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .item {
  position: relative;
  border: 1px solid #BFBDBC;
}
.prod-deta .pro-details-thumbslick .item-video:after {
  content: '\e617';
  font-family: 'iconfont' !important;
  font-size: 50px;
  position: absolute;
  top: 0;
  z-index: 101;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.26);
  width: 100%;
  height: 100%;
}
.prod-deta .pro-details-topslick {
  padding: 0 5px;
  width: 80%;
}
.prod-deta .pro-details-topslick > div {
  border: 1px solid #BFBDBC;
}
.prod-deta .pro-details-topslick .item {
  padding: 0;
}
.prod-deta .pro-details-topslick .item div {
  border: none;
}
.prod-deta .pro-details-topslick .slick-slide > div {
  font-size: 0;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta .pro-details-msg {
  width: 44.4%;
}
.prod-deta .pro-details-msg h1 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
  padding-bottom: 25px;
  border-bottom: 1px solid #BFBDBC;
}
.prod-deta .pro-details-msgcont {
  min-height: 90px;
  margin-bottom: 45px;
  padding-top: 25px;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 18px;
  color: #D73B14;
  margin: 0;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.prod-deta .pro-details-msgcont p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.prod-deta .pro-details-share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.prod-deta .pro-details-share > span {
  font-size: 24px;
  margin-right: 5px;
  text-transform: uppercase;
}
.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod-deta .pro-details-btn {
  display: flex;
}
.prod-deta .pro-details-btn a {
  display: flex;
  width: 100%;
  height: 46px;
  background-color: #D73B14;
  border: 1px solid #D73B14;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  font-size: 18px;
}
.prod-deta .pro-details-btn a:hover {
  color: #D73B14;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn a i {
  font-size: 26px;
  margin-right: 24px;
}
.prod-deta .pro-details-btn .pro-deta-add {
  border: 1px solid #60656B;
  color: #666;
  margin-left: 20px;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn .pro-deta-add:hover {
  border-color: #D73B14;
  background-color: #D73B14;
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-sontitle {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
.prod-deta .prod-cont {
  clear: both;
  padding-top: 50px;
}
.prod-deta .prod-cont .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-cont .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-deta .prod-certificate {
  padding-top: 45px;
}
.prod-deta .inquiry-form {
  padding-top: 40px;
}
.prod-deta .inquiry-form .prod-sontitle {
  margin-bottom: 10px;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 16px;
  padding: 0 20px;
  width: calc(50% - 10px);
  height: 48px;
  margin-right: 20px;
  border: 1px solid #FAFAFA;
  margin-bottom: 10px;
  color: #999;
  background-color: #FAFAFA;
}
.prod-deta .inquiry-form input:nth-child(2n+1) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
  width: 100%;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #D73B14;
  transition: all 0.35s;
}
.prod-deta .inquiry-form input[readonly] {
  background-color: #D73B14;
  border-color: #D73B14;
  color: #fff;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
  color: #666;
}
.prod-deta .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #666;
}
.prod-deta .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #666;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.prod-deta .inquiry-form textarea {
  height: 300px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #FAFAFA;
  background-color: #FAFAFA;
  resize: none;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #D73B14;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 174px;
  background-color: #D73B14;
  color: #fff;
  height: 48px;
  border: 1px solid #D73B14;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  margin: 0 auto;
  font-weight: bold;
}
.prod-deta .inquiry-form button i {
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.35s;
  line-height: 1;
  margin-bottom: 2px;
}
.prod-deta .inquiry-form button:hover {
  color: #D73B14;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover i {
  color: #D73B14;
  transition: all 0.35s;
}
.prod-deta .honor-list {
  margin: 5px -15px 0;
  width: auto;
}
.prod-deta .honor-list .img-box {
  padding-bottom: 138.46153846%;
}
.prod-deta .honor-box {
  border: 1px solid #333;
  padding: 15px;
}
.prod-deta .honor-box img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .honor-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.prod-deta [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.prod-deta .am-u-md-3:nth-child(n+5) {
  margin-top: 30px;
}
.prod-deta .prod-clients {
  padding-top: 45px;
}
.prod-deta .prod-clients .img-box {
  padding-bottom: 62.22222222%;
}
.prod-deta .prod-clients .img-box img {
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod-deta .prod-clients .clients-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
}
.prod-deta .prod-clients .am-u-md-4:nth-child(n+4) {
  margin-top: 20px;
}
.recommend {
  padding-top: 30px;
  overflow: hidden;
}
.recommend .slick-slide > div {
  padding: 0 15px;
}
.recommend .prod-recommendlist {
  margin: 0 -15px;
}
.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 30px;
  height: 47px;
  font-size: 0;
  background-color: #BCBCBC;
  opacity: 0;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .recommend .prod-recommendlist .slick-prev:hover,
  .recommend .prod-recommendlist .slick-next:hover {
    background-color: #D73B14;
    transition: all 0.35s;
  }
}
.recommend .prod-recommendlist .slick-prev {
  left: 15px;
  z-index: 2;
}
.recommend .prod-recommendlist .slick-next {
  right: 15px;
}
.recommend .prod-recommendlist .slick-prev:before,
.recommend .prod-recommendlist .slick-next:before {
  font-family: 'iconfont';
  font-size: 15px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.recommend .prod-recommendlist .slick-prev:before {
  content: '\e61a';
}
.recommend .prod-recommendlist .slick-next:before {
  content: '\ea0f';
}
@media screen and (min-width: 991px) {
  .recommend .prod-recommendlist:hover .slick-prev,
  .recommend .prod-recommendlist:hover .slick-next {
    opacity: 1;
    transition: all 0.35s;
  }
}
.recommend .img-box {
  padding-bottom: 54.73684211%;
}
.recommend .prod-box {
  width: calc(50% - 15px);
  transition: all 0.35s;
  margin-right: 30px;
  position: relative;
}
@media screen and (min-width: 991px) {
  .recommend .prod-box:hover {
    position: relative;
    border-color: #D73B14;
    transition: all 0.35s;
  }
  .recommend .prod-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .recommend .prod-box:hover .prod-tit {
    color: #D73B14;
    transition: all 0.35s;
  }
  .recommend .prod-box:hover .prod-btn {
    background-color: #D73B14;
    color: #fff;
    transition: all 0.35s;
  }
}
.recommend .prod-box:nth-child(2n) {
  margin-right: 0;
}
.recommend .prod-box:nth-child(n+3) {
  margin-top: 30px;
}
.recommend .prod-box .prod-tit {
  font-size: 18px;
  color: #222;
  transition: all 0.35s;
  z-index: 1;
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recommend .prod-box .prod-more {
  display: flex;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.recommend .prod-box .prod-more i {
  font-size: 14px;
  margin-left: 5px;
}
.recommend .prod-box img {
  transition: all 0.35s;
}
.recommend .prod-descall {
  border-bottom: 1px solid #D0DBD0;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.recommend .prod-descall h4 {
  margin: 0;
  font-size: 24px;
  color: #D73B14;
  line-height: 30px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.recommend .prod-descall p {
  margin: 0;
  color: #6d736d;
  line-height: 24px;
}
.recommend .prod-btn {
  width: 130px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 15px;
  border-left: 2px solid #D73B14;
  background-color: #F5F5F5;
  margin-top: 25px;
  transition: all 0.35s;
}
.recommend .prod-btn i {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
}
.download {
  padding-top: 70px;
  padding-bottom: 100px;
}
.download .in-title {
  text-align: center;
}
.download .download-list {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -15px 60px;
}
.download .download-list > div {
  padding: 0 15px;
  width: 50%;
}
.download .download-list > div:nth-child(n+3) {
  margin-top: 30px;
}
.download .download-box {
  display: flex;
}
@media screen and (min-width: 991px) {
  .download .download-box:hover .download-tit a {
    color: #D73B14;
    transition: all 0.35s;
  }
  .download .download-box:hover .download-btn {
    background-color: #D73B14;
    color: #fff;
    transition: all 0.35s;
  }
}
.download .download-txt {
  background-color: #F8F8F8;
  width: calc(100% - 58px);
  padding: 30px 40px 20px;
}
.download .download-btn {
  width: 58px;
  background-color: #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #222;
  transition: all 0.35s;
}
.download .download-tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download .download-tit a {
  color: #222;
  transition: all 0.35s;
}
.download .download-msg {
  font-size: 14px;
  line-height: 30px;
}
.download .download-msg span:first-child {
  margin-right: 55px;
}
.download .download-msg span:nth-child(2) {
  margin-right: 45px;
}
.news {
  padding: 70px 0 100px;
}
.news .in-title {
  text-align: center;
}
.news .img-box {
  padding-bottom: 41.66666667%;
}
.news .news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 70px -15px 60px;
}
.news .news-list > div {
  width: 50%;
  padding: 0 15px;
}
.news .news-list > div:nth-child(n+3) {
  margin-top: 30px;
}
.news .news-box {
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.1);
}
@media screen and (min-width: 991px) {
  .news .news-box:hover .news-btn {
    background-color: #D73B14;
    color: #fff;
    transition: all 0.35s;
  }
  .news .news-box:hover .news-tit a {
    color: #D73B14;
    border-color: #D73B14;
    transition: all 0.35s;
  }
}
.news .news-cont {
  padding: 15px 15px 25px;
}
.news .news-date {
  width: 166px;
  height: 44px;
  color: #D73B14;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.1);
  border-radius: 22px;
  margin-top: -22px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  margin-left: 20px;
  margin-bottom: 20px;
}
.news .news-date span {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  padding-top: 5px;
}
.news .news-date i {
  font-size: 18px;
  line-height: 1;
  margin-right: 13px;
}
.news .news-tit {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-tit a {
  color: #222;
  display: block;
  width: fit-content;
  border-bottom: 2px solid #fff;
  transition: all 0.35s;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-txt {
  padding: 0 20px;
}
.news .news-desc {
  font-size: 15px;
  line-height: 22px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news-btn {
  background-color: #E0E0E0;
  color: #222;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 40px;
  transition: all 0.35s;
}
.question {
  padding: 70px 0 100px;
}
.question .in-title {
  text-align: center;
}
.question .fold {
  padding-left: 0;
  margin-bottom: 60px;
  margin-top: 35px;
}
.question .fold .am-list {
  transition: all 0.35s;
}
.question .fold .am-list > li {
  background-color: transparent;
  border: none;
  box-shadow: none;
  transition: all 0.35s;
}
.question .fold .am-list > li > a {
  padding: 13px 0;
  font-size: 22px;
  transition: all 0.35s;
  color: #222;
  font-weight: bold;
  padding-left: 75px;
  padding-right: 35px;
  transition: 0.35s;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
  border: 1px solid #E1E1E1;
}
.question .fold .am-list > li > a i {
  display: inline-block;
  transform: rotate(0);
  transition: all 0.1s;
  margin-right: 30px;
}
.question .fold .am-list > li > a span {
  transition: all 0.35s;
}
.question .fold .am-list > li > a:before {
  content: '?';
  font-size: 24px;
  position: absolute;
  color: #fff;
  width: 42px;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  background-color: #222;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.35s;
  border-radius: 50%;
}
.question .fold .am-list > li > a:after {
  content: '\e600';
  font-size: 16px;
  position: absolute;
  font-family: 'iconfont' !important;
  color: #000;
  width: 30px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 20px;
  transition: all 0.35s;
  border-radius: 50%;
  display: none;
}
.question .fold .am-list > li.rotate {
  transition: all 0.35s;
}
.question .fold .am-list > li.rotate .am-list {
  transition: all 0.35s;
}
.question .fold .am-list > li.rotate > a {
  transition: all 0.35s;
}
.question .fold .am-list > li.rotate > a i {
  transition: all 0.1s;
  display: inline-block;
  transform: rotate(90deg);
}
.question .fold .am-list > li.rotate > a span {
  color: #D73B14;
  transition: all 0.35s;
}
.question .fold .am-list > li.rotate > a:before {
  background-color: #D73B14;
  transition: all 0.35s;
}
.question .fold .am-list > li.rotate > a:after {
  transform: rotateX(180deg);
  color: #fff;
  transition: all 0.35s;
}
.question .am-list > li > a.son-fold {
  font-size: 16px;
  color: #505050;
  padding-left: 80px;
}
.question .am-list > li > a.son-fold.active {
  color: #28A30B;
}
.question .rotate45 {
  transform: rotate(45deg);
  transition: all 0.35s;
}
.question .faq-fold .am-list {
  background-color: transparent;
}
.question .faq-fold .am-list > li {
  margin-bottom: 10px;
}
.question .faq-fold .am-list > li.rotate .am-list {
  height: auto;
  transition: all 0.35s;
  background-color: #F8F8F8;
  margin-top: 10px;
}
.question .faq-fold .am-list > li > a > span {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  margin-right: 35px;
  display: block;
}
.question .faq-fold .am-list > li > a div {
  float: right;
  font-size: 18px;
  color: #222;
  position: relative;
  line-height: 32px;
}
.question .faq-fold .am-list .am-panel > ul {
  height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.question .faqpage-answer {
  padding: 20px 75px 65px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 0!important;
  border: none!important;
}
.question .faqpage-answer p {
  margin: 0;
  color: #666;
  line-height: 24px;
  font-size: 15px;
}
.contact {
  padding-top: 100px;
}
.contact .son-tit {
  text-align: left;
}
.contact .contact-list {
  margin-top: 55px;
  padding-right: 60px;
}
.contact .contact-all {
  display: flex;
  margin: 0 -15px 80px;
}
.contact .contact-msg {
  width: calc(25% + 20px);
  padding: 0 15px;
}
.contact .contact-msg i {
  width: 50px;
  height: 50px;
  background-color: #D73B14;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 12px;
}
.contact .contact-msg .contact-tit {
  font-weight: bold;
  text-transform: capitalize;
  line-height: 26px;
  color: #222;
}
.contact .contact-msg .contact-desc {
  line-height: 26px;
  color: #222;
}
.contact .contact-msg .contact-desc a {
  color: #222;
}
.contact .contact-msg .contact-desc a:hover {
  text-decoration: underline;
}
.contact .contact-msg .contact-box:nth-child(n+2) {
  margin-top: 50px;
}
.contact .ol-message {
  width: calc(75% - 20px);
  padding: 0 15px;
}
.contact .ol-message > div {
  border: 1px solid #E0E0E0;
  padding: 40px 90px 60px;
}
.contact .ol-message .ol-tit {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.contact .ol-message .ol-tit:before {
  content: '';
  width: 18px;
  height: 3px;
  display: block;
  background-color: #D73B14;
  margin-right: 20px;
}
.contact .ol-message .ol-tit:after {
  content: '';
  width: 18px;
  height: 3px;
  display: block;
  background-color: #D73B14;
  margin-left: 20px;
}
.contact .ol-message form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 14px;
}
.contact .ol-message form input {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 12px;
  height: 50px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  padding: 0 20px;
  transition: all 0.35s;
}
.contact .ol-message form input:nth-child(2n) {
  margin-right: 0;
}
.contact .ol-message form input:focus {
  outline: none;
  border-color: #D73B14;
  transition: all 0.35s;
}
.contact .ol-message form textarea {
  width: 100%;
  resize: none;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  padding: 15px 20px;
  transition: all 0.35s;
  margin-bottom: 20px;
  height: 200px;
}
.contact .ol-message form textarea:focus {
  outline: none;
  border-color: #D73B14;
  transition: all 0.35s;
}
.contact .ol-message form button {
  width: 100%;
  height: 44px;
  color: #fff;
  background-color: #D73B14;
  border: 1px solid #D73B14;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .contact .ol-message form button:hover {
    background-color: #fff;
    color: #D73B14;
    transition: all 0.35s;
  }
}
.map {
  width: 100%;
  height: 435px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
footer {
  background-color: #3A3A3A;
  padding-top: 75px;
}
footer .footer-all {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
footer .footer-msg {
  width: 33.33333333%;
  padding-right: 35px;
}
footer .footer-msg .footer-desc {
  margin-top: 60px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
footer .footer-msg form {
  width: 100%;
  display: flex;
  border: 1px solid #939393;
}
footer .footer-msg form button {
  width: 80px;
  height: 50px;
  background-color: #D73B14;
  border: none;
  color: #fff;
  margin: 0;
  padding: 0;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-msg form button:hover {
    background-color: #fff;
    color: #D73B14;
    transition: all 0.35s;
  }
}
footer .footer-msg form input {
  height: 50px;
  width: calc(100% - 80px);
  border: none;
  background-color: #4F4F4F;
  padding: 0 20px;
  color: #fff;
}
footer .footer-msg form input:focus {
  outline: none;
}
footer .footer-msg form *::-webkit-input-placeholder {
  color: #949494;
}
footer .footer-msg form *:-moz-placeholder {
  /* FF 4-18 */
  color: #949494;
}
footer .footer-msg form *::-moz-placeholder {
  /* FF 19+ */
  color: #949494;
}
footer .footer-msg form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #949494;
}
footer .footer-msg .footer-logo {
  height: 100px;
}
footer .footer-msg .footer-logo img {
  height: 100%;
}
footer .footer-link2 {
  width: 15%;
}
footer .footer-link2 li {
  display: flex;
  align-items: center;
}
footer .footer-link2 li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}
footer .footer-link2 .am-active .am-accordion-title {
  margin-bottom: 20px;
}
footer .footer-link2 .am-active .am-accordion-title h4 {
  position: relative;
  padding-bottom: 25px;
}
footer .footer-link2 form {
  border-bottom: 1px solid #999999;
  height: 58px;
  display: flex;
  width: 400px;
  justify-content: space-between;
}
footer .footer-link2 form button {
  width: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
}
footer .footer-link2 form button i {
  font-size: 24px;
  color: #999;
  line-height: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link2 form button:hover i {
    color: #D73B14;
    transition: all 0.35s;
  }
}
footer .footer-link2 form input {
  width: calc(100% - 24px);
  background-color: transparent;
  border: none;
  color: #fff;
}
footer .footer-link ul {
  padding: 0;
  margin: 0;
}
footer .footer-link li {
  list-style: none;
  color: #999;
  font-size: 16px;
  line-height: 38px;
}
footer .footer-link a {
  color: #999;
  font-size: 16px;
  line-height: 38px;
}
footer .footer-link a:hover {
  text-decoration: underline;
}
footer .footer-link h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  position: relative;
  align-items: center;
}
footer .footer-link h4:after {
  content: '';
  width: 17px;
  height: 2px;
  background-color: #D73B14;
  margin-left: 15px;
}
footer .footer-link .newsletter {
  width: 100%;
  background-color: #fff;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  transition: all 0.35s;
  padding: 4px;
  margin-top: 15px;
}
@media screen and (min-width: 991px) {
  footer .footer-link .newsletter:hover {
    border-color: #D73B14;
    transition: all 0.35s;
  }
}
footer .footer-link .newsletter input {
  border: none;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 25px;
  width: calc(100% - 50px);
}
footer .footer-link .newsletter input:focus {
  outline: none;
}
footer .footer-link .newsletter button {
  width: 70px;
  border: none;
  background-color: #D73B14;
  color: #fff;
  padding: 0 14px;
  border-radius: 25px;
  border: 1px solid #D73B14;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link .newsletter button:hover {
    background-color: #fff;
    color: #D73B14;
    transition: all 0.35s;
  }
}
footer .footer-link .newsletter i {
  font-size: 20px;
  transition: all 0.35s;
}
footer .footer-link .sitemap-btn {
  font-size: 14px;
  color: #ccc;
  display: block;
  width: fit-content;
  line-height: 18px;
  position: relative;
  transition: all 0.35s;
}
footer .footer-link .sitemap-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #969697;
  left: 0;
}
footer .footer-link .sitemap-btn:hover {
  text-decoration: none;
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .footer-share {
  font-size: 0;
  margin-top: 50px;
  display: flex;
}
footer .footer-share a {
  font-size: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #4F4F4F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-share a:hover {
    background-color: #D73B14;
    text-decoration: none!important;
    transition: all 0.35s;
  }
}
footer .footer-share a.icon-Youtube-fill {
  font-size: 22px;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 10px;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
  padding-top: 60px;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}
footer .am-accordion-gapped {
  margin: 0!important;
}
footer .footer-form1 {
  padding-left: 30px;
  padding-right: 70px;
  padding-bottom: 40px;
  background-color: rgba(57, 146, 62, 0.7);
}
footer .footer-form1 li {
  display: flex;
  margin-bottom: 3px;
}
footer .footer-form1 li i {
  margin-right: 10px;
  line-height: 26px;
}
footer .footer-form {
  padding-left: 40px;
}
footer .footer-form p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
footer .footer-form *::-webkit-input-placeholder {
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *::-moz-placeholder {
  /* FF 19+ */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form input[type="text"] {
  background-color: #fff;
  outline: none;
  border: 1px solid #fff;
  height: 40px;
  width: calc(50% - 5px);
  padding: 0 10px;
  margin-left: 10px;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.35s;
}
footer .footer-form input[type="text"]:focus {
  outline: none;
  border-color: #D73B14;
  transition: all 0.35s;
}
footer .footer-form input[type="text"]:first-child {
  margin-left: 0;
}
footer .footer-form button {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-top: 15px;
  border: none;
  padding: 0;
  transition: all 0.35s;
}
footer .footer-form button:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .footer-form button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #BBBBBB;
}
footer .footer-form form {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-form textarea {
  width: 100%;
  height: 95px;
  resize: none;
  padding: 5px 10px;
  border: 1px solid #fff;
  transition: all 0.35s;
}
footer .footer-form textarea:focus {
  outline: none;
  border-color: #D73B14;
  transition: all 0.35s;
}
footer .am-accordion-content {
  padding: 0;
}
footer .footer-link1 {
  width: 33.33333333%;
}
footer .footer-link1 li {
  display: flex;
  flex-direction: column;
  line-height: 28px;
}
footer .footer-link1 li span {
  line-height: 20px;
}
footer .footer-link1 li span:first-child {
  text-transform: uppercase;
  color: #6a6d99;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
}
footer .footer-link1 li span:nth-child(2) {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
footer .footer-link1 li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
footer .footer-link1 li:nth-child(n+2) {
  margin-top: 20px;
}
footer .footer-link3 {
  width: 33.33333333%;
}
footer .footer-link3 .am-active .am-accordion-title {
  margin-bottom: 25px;
}
footer .footer-link3 .am-active .am-accordion-title h4 {
  position: relative;
  padding-bottom: 10px;
}
footer .footer-link3 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
footer .footer-link3 li {
  display: flex;
  padding-right: 60px;
  line-height: 26px;
  color: #fff;
}
footer .footer-link3 li i {
  font-size: 22px;
  margin-right: 20px;
}
footer .footer-link3 li a {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  transition: all 0.35s;
}
footer .footer-link3 li a:hover {
  color: #D73B14;
  transition: all 0.35s;
}
footer .footer-link3 li .foot-txt {
  display: flex;
  flex-direction: column;
}
footer .footer-link3 li .foot-txt span:first-child {
  text-transform: capitalize;
}
footer .footer-link3 li:nth-child(n+2) {
  margin-top: 20px;
}
footer .footer-link3 form {
  width: 350px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
}
footer .footer-link3 form input {
  height: 35px;
  background-color: #333;
  border: 1px solid #333;
  padding: 0 20px;
  margin-bottom: 10px;
  transition: all 0.35s;
}
footer .footer-link3 form input:focus {
  border-color: #D73B14;
  transition: all 0.35s;
}
footer .footer-link3 form *::-webkit-input-placeholder {
  color: #999;
}
footer .footer-link3 form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
footer .footer-link3 form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
footer .footer-link3 form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
footer .footer-link3 form textarea {
  height: 75px;
  resize: none;
  background-color: #333;
  border: 1px solid #333;
  padding: 10px 20px;
  margin-bottom: 25px;
  transition: all 0.35s;
}
footer .footer-link3 form textarea:focus {
  border-color: #D73B14;
  transition: all 0.35s;
}
footer .footer-link3 form button {
  width: 90px;
  height: 35px;
  border: 1px solid #D73B14;
  background-color: #D73B14;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link3 form button:hover {
    color: #D73B14;
    background-color: transparent;
    transition: all 0.35s;
  }
}
footer .footer-link4 .am-active .am-accordion-title {
  margin-bottom: 20px;
}
footer .footer-link4 .am-active .am-accordion-title h4 {
  position: relative;
  padding-bottom: 10px;
}
footer .footer-link4 ul {
  padding-top: 5px;
}
footer .footer-link4 li {
  display: flex;
  align-items: center;
  padding-right: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
footer .footer-link4 li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
footer .footer-link4 li a i {
  font-size: 18px;
  margin-right: 13px;
}
footer .footer-link4 li a:hover {
  color: #D73B14;
  text-decoration: underline;
  transition: all 0.35s;
}
footer .footer-link4 li a span {
  text-transform: capitalize;
}
footer .footer-link4 li:nth-child(n+2) {
  margin-top: 13px;
}
.footer-record {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 17px 0;
  color: #fff;
  display: flex;
  width: 100%;
  background-color: #292929;
  align-items: center;
}
.footer-record a {
  color: #fff;
  transition: all 0.35s;
}
.footer-record a:hover {
  color: #D73B14;
  text-decoration: underline;
  transition: all 0.35s;
}
.footer-record a:last-child {
  margin-left: 30px;
  text-decoration: underline;
}
.footer-record .am-container > div {
  display: flex;
  justify-content: center;
}
.footer-record .am-container > div > span {
  margin-left: 15px;
  margin-right: 18px;
}
.footer-record .sitemap-btn {
  margin-left: 35px;
}
.search-failed h4 {
  font-size: 20px;
  font-weight: 400;
}
.search-failed p {
  background-color: #FCF8E3;
  border: 1px solid #FAEDD1;
  border-radius: 5px;
  line-height: 22px;
  padding: 10px 20px;
  color: #666;
}
.site-map {
  padding-top: 65px;
  padding-bottom: 60px;
}
.site-map h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  margin-bottom: 28px;
}
.site-map ul {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  font-size: 0;
}
.site-map a {
  display: inline-block;
}
.site-map .site-list1 > li {
  margin-bottom: 20px;
}
.site-map .site-list1 > li > a {
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #EAEAEA;
  width: 240px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
  transition: all 0.35s;
}
.site-map .site-list1 > li > a:hover {
  background-color: #D73B14;
  color: #fff;
  transition: all 0.35s;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  transition: all 0.35s;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #D73B14;
  transition: all 0.35s;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.site-map .site-list3 > li > a:hover {
  color: #D73B14;
  text-decoration: underline;
  transition: all 0.35s;
}
