@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: local('Poppins Bold'), local('Poppins-Bold'), url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.eot');
  src: local('Poppins Black'), local('Poppins-Black'), url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff'), url('../fonts/Poppins-Black.ttf') format('truetype'), url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: local('Poppins Light'), local('Poppins-Light'), url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.eot');
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Poppins', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #222;
  overflow-x: hidden;
}
a:focus {
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.am-container {
  max-width: 1440px;
}
.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: #f38d1f;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.in-title {
  font-size: 45px;
  font-weight: bold;
  color: #222;
  text-align: center;
  text-transform: capitalize;
  line-height: 45px;
  margin-bottom: 5px;
}
.in-desc {
  color: #888;
  margin: 0;
  text-align: center;
}
header {
  background-color: #F6F6F6;
  background-image: url(../img/header-nav.jpg);
  height: 120px;
  background-position: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
header .am-container {
  position: relative;
  height: 120px;
}
header .am-container.header-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #F6F6F6;
  left: -100%;
  bottom: 0;
}
header .am-container.header-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #fff;
  right: -100%;
  bottom: 0;
}
header .logo {
  height: 96px;
  line-height: 120px;
}
header .logo img {
  height: 100%;
}
header .header-msg {
  height: 40px;
  overflow: hidden;
}
header .header-share {
  float: right;
  font-size: 0;
  line-height: 45px;
}
header .header-share a {
  color: #ffffff;
  font-size: 12px;
  background-color: #DCDCDC;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 5px;
  line-height: 20px;
  text-align: center;
  transition: all 0.35s;
}
header .header-share a:hover {
  background-color: #f38d1f;
  transition: all 0.35s;
}
header .header-contact {
  line-height: 40px;
  float: right;
  font-size: 0;
  padding-right: 34px;
}
header .header-contact div {
  font-size: 14px;
  color: #888;
  float: left;
  padding-left: 40px;
}
header .header-contact div a {
  color: #888;
}
header .header-contact div a:hover {
  text-decoration: underline;
}
header .header-navlist {
  padding-left: 70px;
  float: left;
  height: 80px;
}
header .header-search {
  width: 130px;
  height: 30px;
  float: right;
  background-color: #F1F1F1;
  border-radius: 12.5px;
  margin-top: 27px;
}
header .header-search input {
  height: 20px;
  line-height: 30px;
  background-color: transparent;
  border: none;
  width: 100px;
  padding-left: 10px;
  font-size: 12px;
  padding-top: 7px;
}
header .header-search input:focus {
  outline: none;
}
header .header-search button {
  width: 16px;
  height: 16px;
  font-size: 16px;
  padding: 0;
  border: none;
  font-size: 12px;
  transform: rotateY(180deg);
  transition: all 0.35s;
}
header .header-search button i {
  font-size: 12px;
  transition: all 0.35s;
}
header .header-search button i:hover {
  color: #f38d1f;
  transition: all 0.35s;
}
header .header-search:hover *::-webkit-input-placeholder {
  color: #f38d1f;
  transition: all 0.35s;
}
header .header-search:hover *:-moz-placeholder {
  /* FF 4-18 */
  color: #f38d1f;
  transition: all 0.35s;
}
header .header-search:hover *::-moz-placeholder {
  /* FF 19+ */
  color: #f38d1f;
  transition: all 0.35s;
}
header .header-search:hover *:-ms-input-placeholder {
  /* IE 10+ */
  color: #f38d1f;
  transition: all 0.35s;
}
header .header-language {
  float: right;
  width: 80px;
  height: 30px;
  margin-top: 23px;
  margin-left: 20px;
  position: relative;
  margin-right: 10px;
}
header .header-language:after {
  content: '';
  height: 30px;
  width: 1px;
  background-color: #DCDCDC;
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
}
header .header-language i {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  transition: all 1s;
}
header .header-language a {
  color: #f38d1f;
  font-size: 0;
  display: inline-block;
}
header .header-language a:hover i {
  transform: rotateY(180deg);
  transition: all 1s;
}
header .header-language span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  margin-left: 10px;
  border-bottom: 1px solid #f38d1f;
}
.big-data {
  text-align: center;
}
.big-data p {
  font-size: 18px;
  line-height: 30px;
  color: #888;
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #888;
}
.big-data .am-u-md-3:nth-child(2) p {
  line-height: 60px;
}
.big-data .big-num {
  font-size: 0;
  font-weight: 900;
  color: #f38d1f;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: -4px;
}
.big-data .big-num:after {
  content: '+';
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: -8px;
  left: 5px;
}
.big-data .big-num span {
  font-size: 25px;
}
.big-data .big-num span:nth-child(3) {
  font-size: 15px;
  position: relative;
  top: -8px;
}
.big-data .big-num .counter {
  font-size: 35px;
}
.products {
  padding-top: 90px;
}
.products ul {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1px;
  margin: 0;
  padding-left: 2px;
  padding-top: 45px;
}
.products ul li {
  width: 25%;
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-bottom: -1px;
  list-style: none;
  position: relative;
}
.products ul li > h3 {
  position: absolute;
  left: 28px;
  font-weight: bold;
  font-size: 20px;
  color: #222;
  z-index: 9;
  top: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.35s;
  max-width: calc(100% - 56px);
}
.products ul li:hover > h3 {
  opacity: 0;
  transition: all 0.35s;
}
.products ul li:hover .hoverbox {
  opacity: 1;
  transition: all 0.35s;
}
.products .img-box {
  padding-bottom: 68.75%;
}
.products .hoverbox {
  background-color: rgba(243, 141, 31, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  transition: all 0.35s;
}
.products .hoverbox .hover-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
}
.products .hoverbox .hover-cont h3 {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.products .hoverbox .hover-cont a {
  width: 160px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  color: #f38d1f;
  font-size: 16px;
  display: block;
  line-height: 44px;
  position: relative;
  padding-right: 15px;
  margin: 0 auto;
  transition: all 0.35s;
}
.products .hoverbox .hover-cont a i {
  width: 30px;
  height: 30px;
  background-color: #f38d1f;
  color: #ffffff;
  display: inline-block;
  border-radius: 15px;
  line-height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.products .hoverbox .hover-cont a:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.ourvideo {
  padding-top: 110px;
  padding-bottom: 110px;
}
.ourvideo .in-title{
    width: fit-content;
    margin: 0 auto 5px;
}
.ourvideo .in-title:hover{
    color: #f38d1f;
}
.ourvideo .img-box {
  padding-bottom: 71.11111111%;
}
.ourvideo .video-text {
  text-align: center;
  padding: 15px 0;
}
.ourvideo .video-text h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.ourvideo .video-text p {
  margin: 0;
  color: #888;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.ourvideo .videobox {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1.463px 1.364px 8px 0px rgba(3, 39, 67, 0.1);
  position: relative;
}
.ourvideo .videobox img {
  transition: all 0.35s;
}
.ourvideo .videobox:hover img {
  transition: all 0.35s;
  transform: scale(1.1);
}
.ourvideo .videobox:hover h4 {
  color: #f38d1f;
  transition: all 0.35s;
}
.ourvideo .video-all {
  padding-top: 45px;
}
.ourvideo i {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  font-size: 54px;
  color: #f38d1f;
  border-radius: 50%;
  line-height: 45px;
  z-index: 2;
  text-align: center;
  left: 30px;
  top: 30px;
  background-color: #fff;
}
.ourvideo i:before {
  transform: translateX(-4px);
  display: block;
}
.ourvideo .slick-list {
  padding-bottom: 10px;
}
.ourvideo .slick-dots {
  bottom: -45px;
}
.ourvideo .slick-dots li {
  height: 12px;
  width: 12px;
  line-height: 12px;
}
.ourvideo .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #ccc;
  border-radius: 50%;
  transition: all 0.35s;
}
.ourvideo .slick-dots li button:before {
  content: '';
  display: none;
}
.ourvideo .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #f38d1f;
  transition: all 0.35s;
}
.about {
  padding-top: 35px;
}
.about .about-img {
  position: relative;
}
.about .about-img img {
  position: absolute;
  right: 15px;
}
.about .about-text {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(2, 21, 41, 0.15);
  padding: 45px 50px;
  margin-top: 100px;
  margin-bottom: 80px;
}
.about .about-text p {
  color: #666;
  line-height: 30px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.about .about-text h2 {
  font-size: 25px;
  line-height: 45px;
  color: #666;
  font-weight: 400;
  margin: 0;
}
.about .about-text h1 {
  font-size: 30px;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 15px;
}
.about .about-btn {
  text-align: right;
  padding-top: 30px;
}
.about .about-btn1 {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.about .about-btn1:hover span {
  text-decoration: underline;
}
.about .about-btn1 i {
  display: inline-block;
  vertical-align: top;
  color: #f38d1f;
  font-size: 35px;
  line-height: 40px;
}
.about .about-btn1 span {
  font-size: 16px;
  color: #666;
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  margin-left: 10px;
}
.about .about-btn2 {
  display: inline-block;
  height: 40px;
  vertical-align: top;
  width: 160px;
  background-color: #f38d1f;
  border-radius: 20px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.35s;
}
.about .about-btn2:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.about .about-btn2 i {
  width: 30px;
  display: block;
  position: absolute;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  right: 5px;
  top: 5px;
  line-height: 32px;
  font-size: 18px;
}
.about .about-btn2 span {
  display: block;
  line-height: 45px;
  color: #fff;
  margin-right: 17px;
}
.advantage {
  padding-bottom: 80px;
}
.advantage .advantage-bg {
  position: relative;
}
.advantage .advantage-bg img {
  position: absolute;
  right: 15px;
  top: 0;
}
.advantage .advantage-text {
  padding: 165px 150px 55px 80px;
  margin-top: 100px;
}
.advantage .advantage-text .in-title {
  color: #fff;
  text-align: left;
}
.advantage .advantage-text .in-desc {
  color: #fff;
  text-align: left;
}
.advantage .advantage-text h4 {
  font-size: 18px;
  color: #ccc;
  line-height: 35px;
  margin: 0;
}
.advantage .advantage-text p {
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  margin: 0;
}
.advantage .advantage-desc {
  margin-top: 100px;
}
.advantage .advantage-desc ul {
  padding: 0;
  margin: 0;
}
.advantage .advantage-desc ul li {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 10px;
}
.advantage .advantage-desc ul li:after {
  content: '';
  background-image: url(../img/advantage-desc.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.35s;
}
.advantage .advantage-desc ul li:hover i {
  color: #222;
  transition: all 0.35s;
}
.advantage .advantage-desc ul li:hover:after {
  opacity: 1;
  transition: all 0.35s;
}
.advantage .advantage-desc ul li:nth-child(2) i {
  font-size: 50px;
  width: 46px;
}
.advantage .advantage-desc ul li:nth-child(3) i {
  font-size: 66px;
  width: 46px;
}
.advantage .advantage-desc ul li:nth-child(3) i:before {
  position: relative;
  left: -12px;
}
.advantage .advantage-desc ul li:nth-child(4) i {
  font-size: 42px;
  width: 46px;
}
.advantage .advantage-desc i {
  font-size: 46px;
  margin-right: 20px;
  color: #f38d1f;
  transition: all 0.35s;
}
.advantage .advantage-desc h4 {
  margin-bottom: 3px;
  font-size: 20px;
}
.advantage .advantage-desc p {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
}
.case {
  padding-top: 90px;
  background-image: url(../img/case-bg.jpg);
  background-repeat: no-repeat;
  background-position-y: 35px;
  padding-bottom: 70px;
}
.case .in-desc {
  margin-bottom: 45px;
}
.case .case-recommend1 {
  position: relative;
  padding-left: 20px;
  padding-top: 20px;
}
.case .case-recommend1:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.case .case-recommend1 .star {
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
  width: 60px;
  height: 40px;
  border-bottom-left-radius: 13px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #f38d1f;
}
.case .case-recommend1:before {
  content: '';
  width: 430px;
  height: 500px;
  background-color: #f38d1f;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.case .case-recommend1 .img-box {
  padding-bottom: 116.27906976%;
}
.case .case-recommend1 .img-box img {
  transition: all 0.35s;
}
.case .case-recommend1 .case-title {
  margin: 0 35px;
  background-color: #f38d1f;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  top: -50px;
  z-index: 9;
}
.case .case-recommend1 h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  padding: 0 20px;
  padding-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .case-recommend1 p {
  color: #fdebdf;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 10px;
}
.case .case-recommend1 .case-more {
  display: block;
  height: 40px;
  width: 160px;
  background-color: #fff;
  border-radius: 20px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.25);
  float: right;
  right: 23px;
  top: 7px;
  transition: all 0.35s;
}
.case .case-recommend1 .case-more span {
  display: block;
  line-height: 45px;
  color: #222;
  margin-right: 17px;
}
.case .case-recommend1 .case-more i {
  width: 30px;
  display: block;
  position: absolute;
  height: 30px;
  border-radius: 50%;
  background-color: #f38d1f;
  color: #222;
  right: 5px;
  top: 5px;
  line-height: 32px;
  font-size: 18px;
}
.case .case-recommend1 .case-more:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.case .case-recommend2 {
  font-size: 0;
  margin-bottom: 30px;
}
.case .case-recommend2:hover img {
  transition: all 0.35s;
  transform: scale(1.1);
}
.case .case-recommend2 .img-box {
  padding-bottom: 116.66666667%;
}
.case .case-recommend2 .img-box img {
  transition: all 0.35s;
}
.case .case-recommend2 .case-img {
  width: 300px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.case .case-recommend2 .star {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 40px;
  border-bottom-left-radius: 13px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #f38d1f;
}
.case .case-recommend2 .case-text {
  width: calc(100% - 300px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  padding-bottom: 25px;
}
.case .case-recommend2 .case-text h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: #222;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .case-recommend2 .case-text p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.case .case-recommend2 .case-more {
  display: block;
  height: 40px;
  width: 160px;
  background-color: #f38d1f;
  border-radius: 20px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.25);
  float: right;
  right: -5px;
  top: 45px;
  transition: all 0.35s;
}
.case .case-recommend2 .case-more span {
  display: block;
  line-height: 45px;
  color: #fff;
  margin-right: 17px;
  font-size: 16px;
}
.case .case-recommend2 .case-more i {
  width: 30px;
  display: block;
  position: absolute;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  right: 5px;
  top: 5px;
  line-height: 32px;
  font-size: 18px;
}
.case .case-recommend2 .case-more:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.news {
  background-image: url(../img/news-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 55px;
  padding-bottom: 220px;
}
.news .in-desc {
  margin-bottom: 55px;
}
.news .img-box {
  padding-bottom: 66.66666667%;
  border-radius: 4px;
}
.news .img-box img {
  transition: all 0.35s;
}
.news .slick-slide {
  padding-bottom: 20px;
}
.news .news-text {
  padding: 17px 10px 37px 10px;
  position: relative;
  top: -4px;
  transition: all 0.35s;
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.news .news-text h4 {
  color: #222;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-text p {
  font-size: 14px;
  color: #888;
  line-height: 20px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news-date {
  color: #f38d1f;
}
.news .news-date i {
  font-size: 18px;
}
.news .news-date span {
  font-size: 14px;
}
.news .news-box:hover .news-text {
  background-color: #fff;
  box-shadow: 0.809px 0.588px 6px 0px rgba(47, 47, 47, 0.3);
  transition: all 0.35s;
}
.news .news-box:hover .news-more {
  opacity: 1;
  transition: all 0.35s;
}
.news .news-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.news .news-more {
  display: block;
  height: 40px;
  width: 160px;
  background-color: #f38d1f;
  border-radius: 20px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.25);
  float: right;
  top: 16px;
  opacity: 0;
  transition: all 0.35s;
}
.news .news-more span {
  display: block;
  line-height: 45px;
  color: #fff;
  margin-right: 17px;
  font-size: 16px;
}
.news .news-more i {
  width: 30px;
  display: block;
  position: absolute;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  right: 5px;
  top: 5px;
  line-height: 32px;
  font-size: 18px;
}
.news .news-more:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer {
  background-color: #717171;
  padding-top: 55px;
  position: relative;
}
footer .footer-cont {
  width: calc(58.33333333% + 30px);
  padding-bottom: 40px;
}
footer .footer-msg {
  width: 57%;
  padding: 0;
}
footer .footer-msg h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}
footer .footer-msg p {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #afafaf;
  margin: 0;
}
footer .footer-msg p span {
  font-weight: 600;
}
footer .footer-msg p a {
  color: #afafaf;
}
footer .footer-msg p a:hover {
  text-decoration: underline;
}
footer .footer-link {
  width: 43%;
  padding: 0;
  margin: 0;
}
footer .footer-link h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
footer .footer-link ul {
  font-size: 0;
}
footer .footer-link ul li {
  list-style: none;
  display: inline-block;
  width: 50%;
  font-size: 14px;
}
footer .footer-link ul li a {
  line-height: 30px;
  color: #afafaf;
}
footer .footer-link ul li a:hover {
  text-decoration: underline;
}
footer .footer-form {
  width: calc(41.66666667% - 30px);
}
footer .footer-form input[type="text"]:nth-child(3){
  width: 100%;
}
footer .footer-form .footer-formbox {
  position: absolute;
  bottom: -43px;
  left: 0;
  border-top-left-radius: 5px;
  overflow: hidden;
}
footer .footer-form .footer-formcont {
  position: absolute;
  top: 0;
  width: 555px;
  padding-left: 35px;
  padding-top: 45px;
}
footer .footer-form form {
  font-size: 0;
}
footer .footer-form input[type="text"] {
  width: 255px;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 45px;
  padding: 0 15px;
}
footer .footer-form input[type="text"]:nth-child(2n) {
  margin-right: 0;
}
footer .footer-form input[type="text"]:focus {
  outline: none;
}
footer .footer-form .inquiry-form input[type="text"] {
  line-height: 40px;
}
footer .footer-form .inquiry-form input[type="text"]:first-child {
  width: 520px;
}
footer .footer-form .inquiry-form input[type="text"]:nth-child(2n) {
  margin-right: 10px;
}
footer .footer-form .inquiry-form input[type="text"]:nth-child(2n+1) {
  margin-right: 0;
}
footer .footer-form h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}
footer .footer-form p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin: 0;
  margin-bottom: 25px;
}
footer .footer-form textarea {
  height: 160px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
  resize: none;
}
footer .footer-form textarea:focus {
  outline: none;
}
footer .footer-form button {
  font-size: 20px;
  border: none;
  width: 240px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 14px;
  position: relative;
  line-height: 45px;
  color: #f38d1f;
  transition: all 0.35s;
}
footer .footer-form button i {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f38d1f;
  color: #fff;
  top: 5px;
  right: 9px;
  line-height: 30px;
  border-radius: 50%;
}
footer .footer-form button:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .footer-slick {
  width: 800px;
  padding: 0;
  margin-top: 40px;
  height: 40px;
  float: left!important;
}
footer .footer-slick .footer-slickbox {
  font-size: 0;
  line-height: 40px;
  height: 40px;
  border: 1px dashed #888;
  border-radius: 4px;
}
footer .footer-slick .footer-slickbox div {
  width: 130px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-image: url(../img/footer-slick.png);
  height: 40px;
  background-size: 100% 100%;
  padding-left: 25px;
  line-height: 45px;
  vertical-align: top;
  position: relative;
  top: -1px;
  right: -1px;
}
footer .footer-slick .footer-slickbox div span {
  font-weight: bold;
  font-size: 20px;
}
footer .footer-slick .footer-slickbox a {
  width: calc(100% - 130px);
  display: inline-block;
  font-size: 14px;
  color: #afafaf;
  vertical-align: top;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .footer-slick .footer-slickbox a:hover {
  text-decoration: underline;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
  padding: 0;
  background-color: transparent;
}
footer .am-accordion-gapped .am-accordion-title {
  border-bottom: none;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
footer .am-accordion-content {
  padding: 0;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
  border-bottom: none;
}
footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  display: none;
}
footer .footer-record {
  background-image: url(../img/footer-line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 14px;
  font-family: Arial;
  line-height: 43px;
  color: #afafaf;
}
footer .footer-record a {
  margin-right: 10px;
  color: #afafaf;
}
footer .footer-record a:hover {
  text-decoration: underline;
}
footer .footer-record .power {
  margin-right: 0;
}
footer .footer-record span {
  margin-right: 5px;
}
footer .footer-record .am-u-md-7 {
  padding-right: 0;
}
footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  pointer-events: none;
}
.page-banner {
  overflow: hidden;
}
.page-banner .item {
  overflow: hidden;
}
.page-banner img {
  width: 100%;
}
.about-nav {
  height: 60px;
  background-color: #EBEBEB;
}
.about-nav ul {
  display: flex;
  justify-content: space-around;
  line-height: 60px;
  margin-bottom: 0;
  height: 60px;
}
.about-nav ul li {
  display: flex;
  position: relative;
  padding: 0;
}
.about-nav ul li:hover a:after {
  opacity: 1;
  transition: all 0.35s;
}
.about-nav ul li a {
  padding: 0 10px;
}
.about-nav ul li a:after {
  position: absolute;
  content: '';
  width: 100%;
  display: block;
  height: 3px;
  background-color: #f38d1f;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.35s;
}
.about-nav ul li:before {
  content: '/';
  position: absolute;
  left: -30px;
  line-height: 60px;
  font-size: 12px;
  color: #888;
}
.about-nav ul li:first-child:before {
  content: '';
}
.about-nav ul li.active:after {
  position: absolute;
  content: '';
  width: 100%;
  display: block;
  height: 3px;
  background-color: #f38d1f;
  left: 0;
  bottom: 0;
}
.about-nav a {
  color: #222;
  line-height: 60px;
}
.crumbs {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 60px;
}
.crumbs li {
  list-style: none;
  float: left;
}
.crumbs li:after {
  content: '>';
  color: #888;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}
.crumbs li:last-child:after {
  content: '';
}
.crumbs li a {
  font-size: 14px;
  line-height: 30px;
  color: #888;
  display: inline-block;
  vertical-align: top;
}
.crumbs li a:hover {
  text-decoration: underline;
}
.crumbs:after {
  content: '';
  display: block;
  clear: both;
}
.certificate {
  padding-bottom: 155px;
  background-image: url(../img/certificate-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.certificate [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.certificate .certificate-title {
  height: 70px;
  line-height: 77px;
  background-color: #f38d1f;
  display: inline-block;
  padding-left: 20px;
  font-size: 0;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  margin-bottom: 30px;
}
.certificate .certificate-title span {
  display: inline-block;
  font-size: 25px;
  vertical-align: top;
  height: 70px;
  margin-right: 50px;
}
.certificate .certificate-title span:last-child {
  background-color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 40px;
  margin-top: 5px;
  margin-right: 5px;
  color: #f38d1f;
  text-align: center;
  line-height: 70px;
  position: relative;
}
.certificate .certificate-title span:last-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  border: 1px dashed #f38d1f;
  border-radius: 50%;
  left: 2.5px;
  top: 2.5px;
}
.certificate .certificate-listbox {
  margin-bottom: 40px;
}
.certificate .certificate-listbox .img-box {
  padding-bottom: 77.44186046%;
}
.certificate .certificate-listbox .certificate-img {
  background-color: #fff;
}
.certificate .certificate-listbox .certificate-img img {
  transition: all 0.35s;
}
.certificate .certificate-listbox .certificate-listcont:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.certificate .certificate-listbox .certificate-listcont p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  padding-left: 10px;
  padding-top: 5px;
}
.certificate .certificate-all .certificate-list:first-child .img-box {
  padding-bottom: 133.93939394%;
}
.certificate .certificate-all .certificate-list:nth-child(2) .img-box {
  padding-bottom: 133.93939394%;
}
.certificate .certificate-all .certificate-list:nth-child(3) .img-box {
  padding-bottom: 70.3030303%;
}
.certificate .certificate-all .certificate-list:nth-child(3) .certificate-title span:first-child {
  margin-right: 25px;
}
.certificate .certificate-all .certificate-list:nth-child(4) .img-box {
  padding-bottom: 133.93939394%;
}
.certificate .certificate-all .certificate-list:nth-child(4) .certificate-title span:first-child {
  margin-right: 148px;
}
.certificate .certificate-all .certificate-list:nth-child(5) .img-box {
  padding-bottom: 133.93939394%;
}
.certificate .certificate-all .certificate-list:nth-child(5) .certificate-title span:first-child {
  margin-right: 169px;
}
.about-page {
  padding-bottom: 235px;
  background-image: url(../img/aboutpage-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-page .about-title {
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.about-page .about-title h2 {
  margin: 0;
  font-size: 25px;
  line-height: 60px;
  color: #666;
}
.about-page .about-title h1 {
  margin: 0;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-page .aboutpage-img {
  float: right;
  position: relative;
  left: -30px;
  top: -180px;
  z-index: 1;
}
.about-page .aboutpage-img img {
  position: absolute;
  top: 0;
}
.about-page .aboutpage-desc {
  padding-right: 45px;
  min-height: 415px;
}
.about-page .aboutpage-desc p {
  margin: 0;
  word-break: break-all;
  font-size: 16px;
  line-height: 35px;
  color: #666;
}
.about-page .aboutpage-text {
  padding-bottom: 25px;
}
.about-page .aboutpage-text p {
  margin: 0;
  word-break: break-all;
  font-size: 16px;
  line-height: 35px;
  color: #666;
}
.factory {
  background-color: #F8F7F7;
  padding-bottom: 200px;
  background-image: url(../img/factory-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.factory .factory-title {
  height: 70px;
  line-height: 77px;
  background-color: #f38d1f;
  display: inline-block;
  padding-left: 20px;
  font-size: 0;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  margin-bottom: 30px;
}
.factory .factory-title span {
  display: inline-block;
  font-size: 25px;
  vertical-align: top;
  height: 70px;
  margin-right: 80px;
}
.factory .factory-title span:last-child {
  background-color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 40px;
  margin-top: 5px;
  margin-right: 5px;
  color: #f38d1f;
  text-align: center;
  line-height: 70px;
  position: relative;
}
.factory .factory-title span:last-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  border: 1px dashed #f38d1f;
  border-radius: 50%;
  left: 2.5px;
  top: 2.5px;
}
.factory .factory-listbox {
  margin-bottom: 40px;
}
.factory .factory-listbox .img-box {
  padding-bottom: 77.44186046%;
  border-radius: 8px;
}
.factory .factory-listbox .factory-img {
  background-color: #fff;
  padding: 10px;
}
.factory .factory-listbox .factory-img img {
  transition: all 0.35s;
}
.factory .factory-listbox .factory-listcont:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.factory .factory-listbox .factory-listcont p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  padding-left: 10px;
  padding-top: 5px;
}
.factory .factory-all .factory-list:nth-child(2) .factory-title span:first-child {
  margin-right: 40px;
}
.factory .factory-all .factory-list:nth-child(3) .factory-title span:first-child {
  margin-right: 14px;
}
.page-title {
  font-size: 45px;
  color: #222;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  line-height: 45px;
  margin-bottom: 60px;
}
.page-desc {
  font-size: 16px;
  color: #666;
  margin: 0;
  text-align: center;
}
.products-list {
  padding-bottom: 250px;
}
.products-list .sticky-content {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.products-list .list-l {
  background-clip: content-box;
}
.products-list .list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.products-list .list-l .menu {
  position: relative;
  z-index: 10;
}
.products-list .list-l .menu h4 {
  color: #222;
  font-size: 45px;
  font-weight: bold;
  background-color: #f38d1f;
  line-height: 100px;
  height: 90px;
  padding-left: 70px;
  margin-bottom: 5px;
}
.products-list .list-l .menu a {
  display: block;
}
.products-list .list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 120px;
  margin-top: 0;
}
.products-list .list-l .menu1 > li {
  color: #666666;
  margin-bottom: 5px;
  font-size: 18px;
  list-style: none;
}
.products-list .list-l .menu1 > li.active > a {
  font-size: 20px;
  font-weight: bold;
  background-color: #f38d1f;
  color: #fff;
}
.products-list .list-l .menu1 > li.active > a span:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  /*透明 透明 透明 灰*/
  top: 5px;
  display: block;
}
.products-list .list-l .menu1 > li.active > a:before {
  transform: rotate(90deg);
  transition: all 0.35s;
}
.products-list .list-l .menu1 > li.more > a:after {
  border: none;
}
.products-list .list-l .menu1 > li > a {
  display: block;
  padding: 0;
  position: relative;
  font-size: 20px;
  color: #222;
  background-color: #F0F0F0;
  line-height: 26px;
  padding: 17px 0;
  padding-left: 70px;
}
.products-list .list-l .menu1 > li > a span {
  display: block;
  width: 100%;
  position: relative;
}
.products-list .list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  margin-top: 3px;
}
.products-list .list-l .menu2 {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FAFAFA;
}
.products-list .list-l .menu2 > li {
  list-style: none;
}
.products-list .list-l .menu2 > li.active > a span {
  border-bottom: 1px solid #f38d1f;
  color: #f38d1f;
}
.products-list .list-l .menu2 > li.active > a:before {
  opacity: 1;
}
.products-list .list-l .menu2 > li > a {
  display: inline-block;
  font-size: 16px;
  max-width: 100%;
  position: relative;
  line-height: 20px;
  padding: 14px 0;
  padding-left: 70px;
  color: #888;
  height: auto;
}
.products-list .list-l .menu2 > li > a:hover span {
  border-color: #f38d1f;
  color: #f38d1f;
}
.products-list .list-l .menu2 > li > a span {
  display: block;
  border-bottom: 1px solid transparent;
}
.products-list .list-l .menu2 > li > a:before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.products-list .list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.products-list .list-l .menu3 > li > a {
  color: #83868a;
}
.products-list .list-l .menu3 > li > a:before {
  content: '- ';
}
@media (max-width: 1469px) {
  .products-list .list-l .menu1 > li {
    font-size: 16px;
  }
}
@media (max-width: 1349px) {
  .products-list .list-l .menu1 > li {
    font-size: 15px;
  }
}
.products-list .products-all {
  background-image: url(../img/productlist-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.products-list .products-all .products-allcont {
  margin-bottom: 60px;
}
.products-list .products-all .products-allcont > div {
  font-size: 0;
  margin-bottom: 30px;
}
.products-list .products-all .products-allcont > div:after {
  content: '';
  display: block;
  clear: both;
}
.products-list .products-all .products-allcont > div:hover img {
  transition: all 0.35s;
  transform: scale(1.1);
}
.products-list .products-all .products-allcont > div:hover .products-listimg {
  border-color: #f38d1f;
  transition: all 0.35s;
}
.products-list .products-all .products-allcont > div:hover .products-listtext h4 {
  color: #f38d1f;
  transition: all 0.35s;
}
.products-list .products-all .products-allcont > div:hover .products-listmore {
  background-color: #f38d1f;
  transition: all 0.35s;
}
.products-list .products-all .products-allcont > div:hover .products-listmore i {
  color: #f38d1f;
  transition: all 0.35s;
}
.products-list .products-all .products-allcont > div:nth-child(2n) .products-listimg {
  float: right;
}
.products-list .products-all .products-allcont > div:nth-child(2n) .products-listtext {
  float: right;
  padding-left: 20px;
  padding-right: 10px;
}
.products-list .products-all .products-listimg {
  width: 51.5%;
  border: 1px solid #EBEBEB;
  transition: all 0.35s;
  float: left;
}
.products-list .products-all .products-listimg .img-box {
  padding-bottom: 68.75%;
}
.products-list .products-all .products-listimg img {
  transition: all 0.35s;
}
.products-list .products-all .products-listtext {
  width: 48.5%;
  float: left;
  padding-left: 30px;
  padding-top: 45px;
}
.products-list .products-all .products-listtext h4 {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  margin: 0;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-list .products-all .products-listtext div {
  font-size: 16px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-list .products-all .products-listtext div span {
  font-size: 14px;
}
.products-list .products-all .products-listtext p {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.products-list .products-all .products-listtext .products-listmore {
  display: block;
  height: 40px;
  width: 160px;
  background-color: #CACACA;
  border-radius: 20px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  transition: all 0.35s;
}
.products-list .products-all .products-listtext .products-listmore i {
  width: 30px;
  display: block;
  position: absolute;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #CACACA;
  right: 5px;
  top: 5px;
  line-height: 32px;
  font-size: 18px;
  transition: all 0.35s;
}
.products-list .products-all .products-listtext .products-listmore span {
  display: block;
  line-height: 45px;
  color: #fff;
  margin-right: 17px;
  font-size: 16px;
}
.products-list .products-all .products-listtext .products-listmore:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.page-num {
  text-align: center;
}
.page-num a {
  font-size: 18px;
  font-weight: bold;
  color: #424242;
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 41px;
  border-radius: 50%;
  transition: all 0.35s;
  margin: 0 7px;
}
.page-num a:hover {
  background-color: #f38d1f;
  color: #fff;
  transition: all 0.35s;
}
.page-num a.active {
  background-color: #f38d1f;
  color: #fff;
}
.page-num a:first-child {
  border-radius: 3px;
  background-color: #EBEBEB;
}
.page-num a:first-child i {
  display: inline-block;
  transform: rotate(180deg);
}
.page-num a:first-child:hover {
  background-color: #f38d1f;
}
.page-num a:last-child {
  border-radius: 3px;
  background-color: #EBEBEB;
}
.page-num a:last-child:hover {
  background-color: #f38d1f;
}
.products-details {
  padding-bottom: 210px;
}
.products-details .sticky-content {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.products-details .list-l {
  background-clip: content-box;
}
.products-details .list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.products-details .list-l .menu {
  position: relative;
  z-index: 10;
}
.products-details .list-l .menu h4 {
  color: #222;
  font-size: 45px;
  font-weight: bold;
  background-color: #f38d1f;
  line-height: 100px;
  height: 90px;
  padding-left: 70px;
  margin-bottom: 5px;
}
.products-details .list-l .menu a {
  display: block;
}
.products-details .list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 120px;
  margin-top: 0;
}
.products-details .list-l .menu1 > li {
  color: #666666;
  margin-bottom: 5px;
  font-size: 18px;
  list-style: none;
}
.products-details .list-l .menu1 > li.active > a {
  font-size: 20px;
  font-weight: bold;
  background-color: #f38d1f;
  color: #fff;
}
.products-details .list-l .menu1 > li.active > a span:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  /*透明 透明 透明 灰*/
  top: 5px;
  display: block;
}
.products-details .list-l .menu1 > li.active > a:before {
  transform: rotate(90deg);
  transition: all 0.35s;
}
.products-details .list-l .menu1 > li.more > a:after {
  border: none;
}
.products-details .list-l .menu1 > li > a {
  display: block;
  padding: 0;
  position: relative;
  font-size: 20px;
  color: #222;
  background-color: #F0F0F0;
  line-height: 26px;
  padding: 17px 0;
  padding-left: 70px;
}
.products-details .list-l .menu1 > li > a span {
  display: block;
  width: 100%;
  position: relative;
}
.products-details .list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  margin-top: 3px;
}
.products-details .list-l .menu2 {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FAFAFA;
}
.products-details .list-l .menu2 > li {
  list-style: none;
}
.products-details .list-l .menu2 > li.active > a span {
  border-bottom: 1px solid #f38d1f;
  color: #f38d1f;
}
.products-details .list-l .menu2 > li.active > a:before {
  opacity: 1;
}
.products-details .list-l .menu2 > li > a {
  display: inline-block;
  font-size: 16px;
  max-width: 100%;
  position: relative;
  line-height: 20px;
  padding: 14px 0;
  padding-left: 70px;
  color: #888;
  height: auto;
}
.products-details .list-l .menu2 > li > a:hover span {
  border-color: #f38d1f;
  color: #f38d1f;
}
.products-details .list-l .menu2 > li > a span {
  display: block;
  border-bottom: 1px solid transparent;
}
.products-details .list-l .menu2 > li > a:before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.products-details .list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.products-details .list-l .menu3 > li > a {
  color: #83868a;
}
.products-details .list-l .menu3 > li > a:before {
  content: '- ';
}
@media (max-width: 1469px) {
  .products-details .list-l .menu1 > li {
    font-size: 16px;
  }
}
@media (max-width: 1349px) {
  .products-details .list-l .menu1 > li {
    font-size: 15px;
  }
}
.products-details .pro-details-slick {
  width: 61.3%;
  padding: 0;
}
.products-details .pro-details-topslick iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.products-details .img-box {
  padding-bottom: 68%;
  border: 1px solid #EBEBEB;
}
.products-details .item-video:after {
  font-family: 'iconfont' !important;
  font-size: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  content: '\e617';
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
}
.products-details .pro-details-thumbslick .item-video {
  position: relative;
}
.products-details .pro-details-thumbslick .item-video .img-box img {
  opacity: 0.59;
}
.products-details .pro-details-thumbslick .slick-list {
  margin: 0 45px;
}
.products-details .pro-details-thumbslick .slick-slide {
  margin: 0 5px;
  cursor: pointer;
}
.products-details .pro-details-thumbslick .slick-slide > div {
  font-size: 0;
}
.products-details .pro-details-thumbslick .slick-prev {
  left: 0;
  width: 28px;
  height: 28px;
  color: #222;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
}
.products-details .pro-details-thumbslick .slick-prev:hover {
  background-color: #f38d1f;
  transition: all 0.35s;
}
.products-details .pro-details-thumbslick .slick-prev:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.products-details .pro-details-thumbslick .slick-prev:before,
.products-details .pro-details-thumbslick .slick-next:before {
  display: inline-block;
  width: 28px;
  height: 28px;
  content: '\eb08';
  font-family: 'iconfont' !important;
  opacity: 1;
  color: #DBDBDB;
  line-height: 29px;
  text-align: center;
  transition: all 0.35s;
  font-size: 14px;
}
.products-details .pro-details-thumbslick .slick-prev:before {
  transform: rotate(180deg);
  line-height: 30px;
}
.products-details .pro-details-thumbslick .slick-next {
  right: 0;
  width: 28px;
  height: 28px;
  color: #222;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.35s;
  border: 1px solid #DBDBDB;
}
.products-details .pro-details-thumbslick .slick-next:hover {
  background-color: #f38d1f;
  transition: all 0.35s;
}
.products-details .pro-details-thumbslick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.products-details .pro-details-msg {
  width: 38.7%;
  padding-right: 0;
  padding-left: 30px;
}
.products-details .pro-details-msg h1 {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 13px;
}
.products-details .pro-details-msg h4 {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin-top: 0;
  line-height: 30px;
}
.products-details .pro-details-msg p {
  line-height: 30px;
  color: #888;
  margin: 0;
}
.products-details .pro-details-msg .pro-btn-add {
  width: 160px;
  height: 40px;
  font-size: 16px;
  background-color: #179758;
  display: inline-block;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  margin-right: 50px;
}
.products-details .pro-details-msg .pro-btn-add i {
  margin-right: 5px;
}
.products-details .pro-details-msg .pro-details-msgbox {
  min-height: 200px;
}
.products-details .pro-details-msg .pro-btn-inquire {
  width: 130px;
  height: 40px;
  font-size: 16px;
  background-color: #f38d1f;
  display: inline-block;
  color: #fff;
  line-height: 42px;
  border-radius: 20px;
  padding-left: 23px;
  position: relative;
  margin-right: 48px;
}
.products-details .pro-details-msg .pro-btn-inquire i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  color: #f38d1f;
  text-align: center;
  line-height: 32px;
}
.products-details .pro-details-msg .pro-btn-inquire i:before {
  display: block;
  transform: translateX(1px);
}
.products-details .pro-details-msg .pro-btn-download {
  width: 150px;
  height: 40px;
  font-size: 16px;
  background-color: #f38d1f;
  display: inline-block;
  color: #fff;
  line-height: 44px;
  border-radius: 20px;
  padding-left: 19px;
  position: relative;
}
.products-details .pro-details-msg .pro-btn-download i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  color: #f38d1f;
  text-align: center;
  line-height: 32px;
}
.products-details .pro-details-msg .pro-btn-download i:before {
  display: block;
  transform: translateX(1px);
}
.products-details .pro-details-msg .pro-details-btn {
  padding-top: 0;
  font-size: 0;
}
.products-details .pro-details-msg .pro-details-btn a {
  transition: all 0.35s;
}
.products-details .pro-details-msg .pro-details-btn a:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.products-details .pro-details-msg .pro-details-share {
  padding-top: 45px;
}
.products-details .pro-details-msg .pro-details-share .addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.products-details .pro-details-msg .pro-details-share > span {
  display: inline-block;
  font-weight: bold;
  color: #666;
}
.products-details .pro-descbox {
  clear: both;
  padding-top: 60px;
}
.products-details .pro-descbox > h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}
.products-details .pro-descbox .pro-desccont {
  /* border: 1px solid #BEBCBC; */
  padding: 19px 17px;
}
.products-details .pro-videobox {
  clear: both;
  padding-top: 60px;
}
.products-details .pro-videobox > div {
  max-width: 840px;
}
.products-details .pro-videobox > div:hover img {
  transition: all 0.35s;
  transform: scale(1.1);
}
.products-details .pro-videobox > h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}
.products-details .pro-videobox .img-box {
  padding-bottom: 47.61904762%;
}
.products-details .pro-videobox .img-box img {
  transition: all 0.35s;
}
.products-details .pro-videobox .img-box:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.4);
  z-index: 1;
  pointer-events: none;
}
.products-details .pro-videobox .img-box:after {
  content: '\e624';
  font-family: 'iconfont' !important;
  font-size: 55px;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  pointer-events: none;
}
.pro-knowledge .am-u-md-8 {
  padding-bottom: 200px;
}
.pro-knowledge .sticky-content {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.pro-knowledge .list-l {
  background-clip: content-box;
}
.pro-knowledge .list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.pro-knowledge .list-l .menu {
  position: relative;
  z-index: 10;
}
.pro-knowledge .list-l .menu h4 {
  color: #222;
  font-size: 40px;
  font-weight: bold;
  background-color: #f38d1f;
  line-height: 100px;
  height: 90px;
  padding-left: 25px;
  margin-bottom: 5px;
}
.pro-knowledge .list-l .menu a {
  display: block;
}
.pro-knowledge .list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 120px;
  margin-top: 0;
}
.pro-knowledge .list-l .menu1 > li {
  color: #666666;
  margin-bottom: 5px;
  font-size: 18px;
  list-style: none;
}
.pro-knowledge .list-l .menu1 > li.active > a {
  font-size: 20px;
  font-weight: bold;
  color: #f38d1f;
}
.pro-knowledge .list-l .menu1 > li.active > a span:after {
  content: '';
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #f38d1f;
  /*透明 透明 透明 灰*/
  top: 5px;
  display: block;
  opacity: 1;
}
.pro-knowledge .list-l .menu1 > li.active > a:before {
  transform: rotate(90deg);
  transition: all 0.35s;
}
.pro-knowledge .list-l .menu1 > li.more > a:after {
  border: none;
}
.pro-knowledge .list-l .menu1 > li > a {
  display: block;
  padding: 0;
  position: relative;
  font-size: 20px;
  color: #222;
  background-color: #F0F0F0;
  line-height: 26px;
  padding: 17px 0;
  padding-left: 70px;
}
.pro-knowledge .list-l .menu1 > li > a span {
  display: block;
  width: 100%;
  position: relative;
}
.pro-knowledge .list-l .menu1 > li > a span:after {
  content: '';
  position: absolute;
  right: 10px;
  opacity: 0;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #f38d1f;
  /*透明 透明 透明 灰*/
  top: 5px;
  display: block;
  transition: all 0.35s;
}
.pro-knowledge .list-l .menu1 > li > a:hover {
  color: #f38d1f;
  transition: all 0.35s;
}
.pro-knowledge .list-l .menu1 > li > a:hover span:after {
  opacity: 1;
  transition: all 0.35s;
}
.pro-knowledge .list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  margin-top: 3px;
}
.pro-knowledge .list-l .menu2 {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FAFAFA;
}
.pro-knowledge .list-l .menu2 > li {
  list-style: none;
}
.pro-knowledge .list-l .menu2 > li.active > a span {
  border-bottom: 1px solid #f38d1f;
  color: #f38d1f;
}
.pro-knowledge .list-l .menu2 > li.active > a:before {
  opacity: 1;
}
.pro-knowledge .list-l .menu2 > li > a {
  display: inline-block;
  font-size: 16px;
  max-width: 100%;
  position: relative;
  line-height: 20px;
  padding: 14px 0;
  padding-left: 70px;
  color: #888;
  height: auto;
}
.pro-knowledge .list-l .menu2 > li > a:hover span {
  border-color: #f38d1f;
  color: #f38d1f;
}
.pro-knowledge .list-l .menu2 > li > a span {
  display: block;
  border-bottom: 1px solid transparent;
}
.pro-knowledge .list-l .menu2 > li > a:before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.pro-knowledge .list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.pro-knowledge .list-l .menu3 > li > a {
  color: #83868a;
}
.pro-knowledge .list-l .menu3 > li > a:before {
  content: '- ';
}
@media (max-width: 1469px) {
  .pro-knowledge .list-l .menu1 > li {
    font-size: 16px;
  }
}
@media (max-width: 1349px) {
  .pro-knowledge .list-l .menu1 > li {
    font-size: 15px;
  }
}
.pro-knowledge .pro-knowledge-all {
  padding-top: 90px;
  margin-bottom: 60px;
}
.pro-knowledge .pro-knowledge-all > div {
  border-bottom: 1px dashed #E6E6E6;
  padding-bottom: 10px;
  margin-bottom: 30px;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all > div:after {
  content: '';
  display: block;
  clear: both;
}
.pro-knowledge .pro-knowledge-all > div:hover {
  border-bottom: 2px solid #f38d1f;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all > div:hover .pro-knowledge-text h4 {
  color: #f38d1f;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all > div:hover .pro-knowledge-text h4:after {
  opacity: 1;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all > div:hover .pro-knowledge-img img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all > div:hover .knowledge-date {
  color: #f38d1f;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all > div:hover .knowledge-listmore {
  background-color: #f38d1f;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all > div:hover .knowledge-listmore i {
  color: #f38d1f;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all .pro-knowledge-img {
  width: 140px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
}
.pro-knowledge .pro-knowledge-all .pro-knowledge-img img {
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all .pro-knowledge-text {
  width: calc(100% - 140px);
  float: left;
  padding-left: 30px;
}
.pro-knowledge .pro-knowledge-all .pro-knowledge-text h4 {
  font-size: 20px;
  line-height: 45px;
  color: #222;
  margin: 0;
  display: inline-block;
  position: relative;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.pro-knowledge .pro-knowledge-all .pro-knowledge-text h4:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f38d1f;
  left: 0;
  bottom: 10px;
  opacity: 0;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all .pro-knowledge-text p {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pro-knowledge .pro-knowledge-all .knowledge-date {
  color: #CACACA;
  font-size: 14px;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all .knowledge-listmore {
  display: block;
  height: 40px;
  width: 160px;
  background-color: #CACACA;
  border-radius: 20px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  float: right;
  margin-top: -15px;
  margin-right: 0;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all .knowledge-listmore i {
  width: 30px;
  display: block;
  position: absolute;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #CACACA;
  right: 5px;
  top: 5px;
  line-height: 32px;
  font-size: 18px;
  transition: all 0.35s;
}
.pro-knowledge .pro-knowledge-all .knowledge-listmore span {
  display: block;
  line-height: 45px;
  color: #fff;
  margin-right: 17px;
  font-size: 16px;
}
.pro-knowledge .pro-knowledge-all .knowledge-listmore:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.knowledge-details {
  padding-top: 90px;
}
.knowledge-details > h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 10px;
}
.knowledge-details .knowledge-date {
  color: #f38d1f;
  font-size: 14px;
}
.knowledge-details .knowledge-date i {
  font-size: 18px;
}
.knowledge-details .knowledge-details-cont {
  padding-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #888888;
}
.knowledge-details .knowledge-details-cont p {
  margin: 0;
  font-size: 16px;
  line-height: 35px;
}
.knowledge-details .knowledge-details-cont img {
  max-width: 100%;
  height: auto!important;
  border-radius: 4px;
}
.knowledge-details .knowledge-prev-next {
  padding-top: 13px;
}
.knowledge-details .knowledge-prev-next:after {
  content: '';
  display: block;
  clear: both;
}
.knowledge-details .knowledge-prev-next .knowledge-prev-next-cont {
  padding-bottom: 15px;
}
.knowledge-details .knowledge-prev-next .knowledge-prev-next-cont > div {
  position: relative;
}
.knowledge-details .knowledge-prev-next .knowledge-prev-next-cont > div:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #f38d1f;
  /*透明 透明 透明 灰*/
  position: absolute;
  left: -15px;
  top: 5px;
  color: #f38d1f;
  opacity: 0;
  transition: all 0.35s;
}
.knowledge-details .knowledge-prev-next .knowledge-prev-next-cont > div:hover:before {
  opacity: 1;
  transition: all 0.35s;
}
.knowledge-details .knowledge-prev-next .knowledge-prev-next-cont a {
  color: #222;
  display: block;
  position: relative;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.knowledge-details .knowledge-prev-next .knowledge-prev-next-cont a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f38d1f;
  transition: all 0.35s;
  opacity: 0;
  position: absolute;
  display: block;
  left: 0;
  bottom: 5px;
}
.knowledge-details .knowledge-prev-next .knowledge-prev-next-cont a:hover {
  color: #f38d1f;
  transition: all 0.35s;
}
.knowledge-details .knowledge-prev-next .knowledge-prev-next-cont a:hover:after {
  opacity: 1;
  transition: all 0.35s;
}
.knowledge-details .knowledge-prev-next .am-u-md-6:last-child {
  padding: 0;
}
.knowledge-details .knowledge-prev-next .knowledge-back {
  display: block;
  width: 120px;
  height: 30px;
  background-color: #f38d1f;
  border-radius: 15px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  float: right;
  margin-top: 7px;
  transition: all 0.35s;
}
.knowledge-details .knowledge-prev-next .knowledge-back:hover {
  transform: translateY(-5px);
  color: #fff;
  transition: all 0.35s;
}
.case-list {
  padding-bottom: 200px;
}
.case-list [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.case-list .page-title {
  margin-bottom: 15px;
}
.case-list .img-box {
  padding-bottom: 77.77777778%;
}
.case-list .img-box img {
  transition: all 0.35s;
}
.case-list .case-listimg {
  position: relative;
}
.case-list .case-listimg .star {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 40px;
  border-bottom-left-radius: 13px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #f38d1f;
}
.case-list .case-listmore {
  display: block;
  height: 40px;
  width: 160px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.35s;
  box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.25);
  margin-top: -25px;
  transform: translateY(20px);
  opacity: 0;
}
.case-list .case-listmore i {
  width: 30px;
  display: block;
  position: absolute;
  height: 30px;
  border-radius: 50%;
  background-color: #f38d1f;
  color: #222;
  right: 5px;
  top: 5px;
  line-height: 32px;
  font-size: 18px;
  transition: all 0.35s;
}
.case-list .case-listmore span {
  display: block;
  line-height: 45px;
  color: #222;
  margin-right: 17px;
  font-size: 16px;
}
.case-list .case-listmore:hover {
  transform: translateY(15px);
  transition: all 0.35s;
}
.case-list .case-listtext {
  text-align: center;
  padding-top: 20px;
  transform: translateY(-10px);
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.35s;
  position: relative;
}
.case-list .case-listtext h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: #222;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-list .case-listtext div {
  position: relative;
  padding-bottom: 15px;
}
.case-list .case-listtext div:after {
  content: '';
  width: calc(100% + 40px);
  height: 1px;
  background-color: #f1f1f1;
  display: block;
  position: absolute;
  left: -20px;
  bottom: 0;
  transition: all 0.35s;
}
.case-list .case-listtext p {
  font-size: 14px;
  line-height: 25px;
  color: #888;
  margin: 0;
  transition: all 0.35s;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.case-list .case-listbox {
  margin-bottom: 5px;
}
.case-list .case-listbox:hover .case-listtext {
  padding: 0 25px;
  margin: 0 25px;
  transition: all 0.35s;
  background-color: #f38d1f;
  padding-top: 20px;
  transform: translateY(-45px);
  z-index: 1;
}
.case-list .case-listbox:hover .case-listtext h4 {
  color: #fff;
  transition: all 0.35s;
}
.case-list .case-listbox:hover .case-listtext p {
  color: #fdebdf;
  transition: all 0.35s;
}
.case-list .case-listbox:hover .case-listtext div:after {
  opacity: 0;
  transition: all 0.35s;
}
.case-list .case-listbox:hover .case-listmore {
  opacity: 1;
  transition: all 0.35s;
}
.case-list .case-listbox:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.case-list .case-listall {
  padding-top: 55px;
  margin-bottom: 30px;
}
.case-details-all .am-g {
  display: block;
}
.case-details {
  padding-bottom: 200px;
  padding-top: 0;
}
.case-details h1 {
  text-align: center;
}
.case-details .knowledge-date {
  text-align: center;
}
.pro-knowledge .pro-knowledge-all.video-all > div {
  padding-bottom: 20px;
}
.pro-knowledge .pro-knowledge-all.video-all > div:hover .pro-knowledge-text h4 {
  color: #222;
}
.pro-knowledge .pro-knowledge-all.video-all .img-box {
  padding-bottom: 76.47058824%;
}
.pro-knowledge .pro-knowledge-all.video-all .pro-knowledge-text {
  padding-top: 10px;
  width: calc(100% - 170px);
}
.pro-knowledge .pro-knowledge-all.video-all .pro-knowledge-text p {
  -webkit-line-clamp: 3;
}
.pro-knowledge .pro-knowledge-all.video-all .pro-knowledge-text h4:after {
  display: none;
}
.pro-knowledge .pro-knowledge-all.video-all .pro-knowledge-text a {
  display: inline-block;
  height: 20px;
  overflow: hidden;
}
.pro-knowledge .pro-knowledge-all.video-all .pro-knowledge-text h4 {
  line-height: 24px;
}
.pro-knowledge .pro-knowledge-all.video-all .pro-knowledge-img {
  width: 170px;
  box-shadow: 1.463px 1.364px 8px 0px rgba(3, 39, 67, 0.1);
  position: relative;
}
.pro-knowledge .pro-knowledge-all.video-all .pro-knowledge-img:after {
  content: '\e617';
  font-family: 'iconfont' !important;
  position: absolute;
  display: block;
  font-size: 32px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  line-height: 27px;
  background-color: #fff;
  color: #f38d1f;
  text-indent: -2px;
  border-radius: 50%;
  pointer-events: none;
}
.video-list {
  padding-bottom: 210px;
}
.video-list .list-l .menu1 > li > a {
  padding-left: 50px;
}
.download {
  padding-bottom: 210px;
}
.download .list-l .menu h4 {
  padding-left: 47px;
}
.download .list-l .menu1 > li > a {
  padding-left: 50px;
}
.download .pro-knowledge-all > div:hover .knowledge-date {
  color: #9e9e9e;
}
.download .pro-knowledge-all .pro-knowledge-img {
  width: 180px;
}
.download .pro-knowledge-all .img-box {
  padding-bottom: 133.33333333%;
}
.download .pro-knowledge-all .pro-knowledge-text {
  width: calc(100% - 180px);
  padding-top: 35px;
}
.download .pro-knowledge-all .pro-knowledge-text p {
  -webkit-line-clamp: 3;
  font-size: 14px;
  line-height: 25px;
  padding-top: 5px;
}
.download .pro-knowledge-all .pro-knowledge-text a {
  display: inline-block;
  font-size: 0;
  max-width: 100%;
}
.download .pro-knowledge-all .pro-knowledge-text h4 {
  line-height: 20px;
  padding-top: 10px;
}
.download .pro-knowledge-all .pro-knowledge-text h4:after {
  display: none;
}
.download .pro-knowledge-all .knowledge-date {
  color: #9e9e9e;
}
.download .pro-knowledge-all .knowledge-date div {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.download .pro-knowledge-all .knowledge-date div:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f38d1f;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.download .pro-knowledge-all .knowledge-date i {
  color: #f38d1f;
  font-size: 18px;
}
.download .pro-knowledge-all .knowledge-listmore {
  margin-top: 5px;
}
.news-list .news-listall {
  padding-bottom: 30px;
  padding-top: 90px;
}
.news-list .news-listall:after {
  content: '';
  display: block;
  clear: both;
}
.news-list .news-listall > div {
  width: calc(50% - 15px);
  transition: all 0.35s;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.news-list .news-listall > div:nth-child(2n) {
  margin-right: 0;
}
.news-list .news-listall > div:hover {
  box-shadow: 0.809px 0.588px 6px 0px rgba(47, 47, 47, 0.3);
  transition: all 0.35s;
}
.news-list .news-listall > div:hover .newslist-listmore {
  opacity: 1;
  transition: all 0.35s;
}
.news-list .news-listall > div:hover img {
  transition: all 0.35s;
  transform: scale(1.1);
}
.news-list .img-box {
  border-radius: 5px;
  padding-bottom: 66.66666667%;
}
.news-list .img-box img {
  transition: all 0.35s;
}
.news-list .newslist-listmore {
  display: block;
  height: 40px;
  width: 160px;
  background-color: #f38d1f;
  border-radius: 20px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  opacity: 0;
  transition: all 0.35s;
}
.news-list .newslist-listmore i {
  width: 30px;
  display: block;
  position: absolute;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  right: 5px;
  top: 5px;
  line-height: 32px;
  font-size: 18px;
  transition: all 0.35s;
}
.news-list .newslist-listmore span {
  display: block;
  line-height: 45px;
  color: #fff;
  margin-right: 17px;
  font-size: 16px;
}
.news-list .newslist-listmore:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.news-list .newslist-text {
  padding: 10px;
}
.news-list .newslist-text:after {
  content: '';
  display: block;
  clear: both;
}
.news-list .newslist-text h4 {
  color: #222;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .newslist-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list .knowledge-date {
  color: #f38d1f;
  font-size: 14px;
  transition: all 0.35s;
}
.news-list .knowledge-date i {
  font-size: 18px;
}
.news-list .list-l .menu1 > li > a {
  padding-left: 45px;
}
.news-list .list-l .menu h4 {
  padding-left: 43px;
}
.news-details .list-l .menu h4 {
  padding-left: 43px;
}
.news-details .list-l .menu1 > li > a {
  padding-left: 45px;
}
.contact {
  padding-bottom: 250px;
  background-image: url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position-y: 200px;
  background-size: 100%;
}
.contact .page-title {
  margin-bottom: 0;
}
.contact .add-number {
  padding-top: 55px;
}
.contact .add-number:after {
  content: '';
  display: block;
  clear: both;
}
.contact .add-number .add-numbernav {
  width: 158px;
  float: left;
  position: relative;
  margin-top: 60px;
}
.contact .add-number .add-numbernav:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 30px;
  height: 335px;
  width: 2px;
  background-color: #888;
}
.contact .add-number .add-numbernav h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #222;
  position: relative;
  margin: 0;
}
.contact .add-number .add-numbernav h4:last-child {
  margin-top: 320px;
}
.contact .add-number .add-numbernav h4:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #f38d1f;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}
.contact .add-number .add-numbercont {
  width: calc(100% - 158px);
  float: left;
  padding-left: 30px;
}
.contact .add-number .add-numberimg {
  width: 325px;
  float: left;
}
.contact .add-number .add-numberimg .img-box {
  padding-bottom: 67.69230769%;
}
.contact .add-number .contact-address {
  margin-bottom: 70px;
  padding-right: 20px;
}
.contact .add-number .contact-address:after {
  content: '';
  display: block;
  clear: both;
}
.contact .add-number .add-numbertext {
  width: calc(100% - 325px);
  float: left;
  padding-left: 30px;
}
.contact .add-number .add-numbertext h4 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  padding-top: 3px;
}
.contact .add-number .add-numbertext p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  font-weight: 300;
  margin-bottom: 15px;
}
.contact .add-number .contact-number .add-numberbox {
  width: 50%;
  float: left;
}
.contact .add-number .contact-number .add-numbertext:after {
  content: '';
  display: block;
  clear: both;
}
.contact .add-number a {
  color: #666;
  margin-right: 15px;
}
.contact .add-number a:hover {
  text-decoration: underline;
}
.contact .contact-qrcode {
  padding-left: 188px;
  padding-top: 50px;
}
.contact .contact-qrcode:after {
  content: '';
  display: block;
  clear: both;
}
.contact .contact-qrcode .qrcode-box {
  float: left;
  margin-right: 50px;
}
.contact .contact-qrcode .qrcode-box p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin: 0;
  margin-top: 15px;
}
.contact .contact-qrcode .qrcode-box p span {
  color: #222;
  font-weight: bold;
}
.contact .contact-qrcode .qrcode-box img {
  max-width: 100%;
  height: auto;
}
.contact .contact-map {
  padding-left: 188px;
  padding-top: 40px;
}
.contact .contact-map h4 {
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  margin: 0;
}
.contact .contact-map .map {
  width: 870px;
  height: 400px;
}
.contact .contact-map .map .map-content {
  width: 870px;
  height: 400px;
}
.site-map {
  padding-top: 100px;
  padding-bottom: 160px;
}
.site-map .page-title {
  margin: 0;
  padding-bottom: 5px;
}
.site-map .sitemap-cont {
  padding-top: 55px;
}
.site-map ul {
  padding: 0;
  margin: 0;
}
.site-map ul li {
  list-style: none;
}
.site-map .sitemap-list1 > li {
  margin-bottom: 20px;
}
.site-map .sitemap-list1 > li:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .sitemap-list1 > li > a {
  display: block;
  width: 210px;
  height: 60px;
  text-transform: uppercase;
  background-color: #f38d1f;
  line-height: 60px;
  padding-left: 20px;
  color: #fff;
  float: left;
}
.site-map .sitemap-list2 {
  float: left;
  padding-left: 30px;
}
.site-map .sitemap-list2 a {
  text-transform: capitalize;
  line-height: 60px;
  color: #666;
}
.site-map .sitemap-list2 a:hover {
  text-decoration: underline;
}
.site-map .sitemap-list2 li {
  float: left;
  margin-right: 40px;
}
.site-map .sitemap-list3 {
  clear: both;
  padding-top: 15px;
}
.site-map .sitemap-list3 > li {
  clear: both;
  margin-bottom: 15px;
}
.site-map .sitemap-list3 > li::after {
  content: '';
  display: block;
  clear: both;
}
.site-map .sitemap-list3 > li > a {
  text-transform: capitalize;
  float: left;
  display: block;
  width: 210px;
  height: 35px;
  background-color: #f4f4f4;
  line-height: 35px;
  font-size: 14px;
  color: #222;
  padding-left: 38px;
}
.site-map .sitemap-list3 > li > a:before {
  content: '> ';
}
.site-map .sitemap-list4 {
  float: left;
  padding-left: 30px;
}
.site-map .sitemap-list4 > li {
  float: left;
  margin-right: 40px;
}
.site-map .sitemap-list4 > li > a {
  text-transform: capitalize;
  line-height: 35px;
  color: #666;
}
.site-map .sitemap-list4 > li > a:hover {
  text-decoration: underline;
}
.banner {
  margin-bottom: 90px;
  clear: both;
}
.banner .video-bg {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 45.3125%;
}
.banner .video-bg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/banner/index-banner-bg.png);
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner .video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.banner .banner-slick {
  position: relative;
  z-index: 2;
}
.banner .banner-slick .img-box {
  padding-bottom: 45.3125%;
}
.banner .slick-dots {
  bottom: 90px;
  font-size: 0;
}
.banner .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  transition: all 0.35s;
}
.banner .slick-dots li.slick-active {
  width: 30px;
  transition: all 0.35s;
}
.banner .slick-dots li.slick-active button {
  width: 30px;
  background-color: #f38d1f;
  transition: all 0.35s;
}
.banner .slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.35s;
}
.banner .slick-dots li button:before {
  content: '';
  display: none;
}
.suspended-list {
  width: 44px;
  position: fixed;
  right: 0;
  bottom: 68px;
  z-index: 999;
  transition: all 0.35s;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
  margin-bottom: 0;
}
.suspended-list ul li {
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 3px;
  width: 44px;
  height: 44px;
  background: #676769;
  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: 44px;
  font-size: 22px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .qrcode {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50%;
  z-index: -10;
  background-color: #30375B;
  padding: 5px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 120px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  text-align: right;
  padding-right: 20px;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #f38d1f;
  padding-left: 10px;
  right: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li:first-child a:before {
  font-size: 20px;
}
.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 .whatsapp-num {
  right: -115px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #f38d1f;
  transition: all 0.35s;
}
.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;
}
.open-suspended {
  width: 44px;
  height: 44px;
  position: fixed;
  left: 0;
  z-index: 999;
  background: #676769;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 44px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.rotate45 {
  transform: rotate(45deg);
  transition: all 0.35s;
}
.header .nav .nav-list1 .nav-list2 > li {
  position: relative;
}
.header .nav .nav-list1 .nav-list2 ul {
  margin: 0;
}
.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%;
}


.ourvideo{
    position: relative;
}
.ourvideo .video-all{
    position: relative;
}
.ourvideo .about-btn2{
    display: block;
    height: 40px;
    vertical-align: top;
    width: 160px;
    background-color: #f38d1f;
    border-radius: 20px;
    line-height: 40px;
    position: absolute;
    overflow: hidden;
    text-align: center;
    transition: all 0.35s;
    top: -65px;
    right: 0;
}
.ourvideo .about-btn2:hover{
    transform: translateY(-5px);
    transition: all 0.35s;
}
.ourvideo .about-btn2 span {
    display: block;
    line-height: 45px;
    color: #fff;
    margin-right: 17px;
}
.ourvideo .about-btn2 i {
    width: 30px;
    display: block;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
    right: 5px;
    left: auto;
    top: 5px;
    line-height: 32px;
    font-size: 18px;
}
.ourvideo .about-btn2 i:before{
    transform: translate(0);
}