/**/
* {
  margin: 0;
  padding: 0;
}

address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
td,
th,
u,
ul,
var {
  margin: 0;
  padding: 0
}

aside,
b,
button,
dd,
div,
dl,
dt,
footer,
form,
h3,
h4,
h5,
h6,
header,
input,
li,
nav,
ol,
p,
section,
table,
td,
textarea,
tr,
ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  hyphens: auto;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.top_con {
  background: #F3631C;
  color: #fff;
  padding: 10px 0;
}

.top_con .container {
  display: flex;
  justify-content: space-between;
}

.top_con .top_lx span {
  padding-right: 20px;
}

.top_con .topShare {
  display: flex;
}

.top_con .topShare ul {
  display: flex;
  margin-left: 10px;
}

.top_con .topShare ul li a {
  color: #fff;
  padding: 0 10px;
}

.top_con .topShare ul li a:hover {
  color: rgba(255, 255, 255, .8);
}

#header {
  transition: all 0.5s;
  z-index: 994;
  transition: all 0.5s;
  height: 90px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;

}

#header.header-transparent {}

#header.header-scrolled {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 994;
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;


}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

.top-box .logo .logo-tu2 {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;

}

.nav-menu {
  flex: 5;
  height: 90px;


}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.nav-menu ul li {
  text-align: center;

}

.nav-menu a {
  display: block;
  color: #fff;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 16px;
  transition: all .3s;text-transform: uppercase;
}
.nav-menu a::first-letter {
  text-transform: uppercase;
}
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #F3631C !important;
}

.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  padding-top: 20px;
  left: 0;
  top: 90px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: #F3631C;
  transition: ease all 0.3s;
  padding-bottom: 20px;
  overflow: hidden;
}

.nav-menu .drop-down ul li {

  padding: 0 10px;
  width: 33.33%;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 90px;
  visibility: visible;
}

.nav-menu .drop-down li {

  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  height: auto;
  overflow: hidden;text-transform:inherit;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #fff !important;
  background: #242424;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu a i {
  padding-left: 5px;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

#header.header-scrolled .nav-menu a {
  color: #333;
}

#header.header-scrolled .nav-menu .drop-down ul li a {
  color: #fff;
}

#header.header-scrolled .change-language-title a {
  color: #333;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #F3631C;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #F3631C;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #F3631C;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 45px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #F3631C;
}

.mobile-nav-toggle i {
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #272727;
  font-size: 16px;
  padding-left: 10px;
}

.language a {
  color: #272727;
  padding: 0 10px;
}

.language a:hover {
  color: #F3631C;
}

.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}

.seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}

#header.header-scrolled .seaBtn {
  background: url(../images/sousuo1.png) center no-repeat;
}

.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}

#header.header-scrolled .seaBtn.selected {
  background: url(../images/close1.png) center no-repeat;
}

.searchWrap {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: black;
  min-height: 36px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}

.searchWrap .searchBtn {
  padding: 10px;
  background: #F3631C;
  color: #fff;
  font-weight: 800;
  outline: none;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.searchWrap .searchBtn:hover {
  color: #292929;
}

.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #F3631C;
  font-size: 16px;
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}
/* 语言 */
.head_right{position:relative}
.prisna-wp-translate-seo{display:none;font-family:Arial,Helvetica,sans-serif}
.change-language .prisna-wp-translate-seo,.mobile-head-language .prisna-wp-translate-seo{display:block}
.change-language .change-language-title,.change-language .change-language-title a{font-size:14px;color:#fff;display: flex;
    align-items: center;}
.change-language .change-language-title{padding:0}
.change-language .change-language-title a:after{font-family:fontawesome;content:"\f0d7";font-size:12px;display:inline-block;padding-left:2px}
.change-language:hover .change-language-title a:after{-moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}
.change-language .change-language-cont{position:absolute;top:35px;right:-20px;width:120px;background:#fff;padding:20px 10px 20px 20px;transform:scale3d(.9,.9,1);opacity:0;visibility:hidden;z-index:999;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;border:1px solid #eee;border-radius:5px;overflow-y:scroll;max-height:80vh}
.change-language:hover .change-language-cont{transform:scale3d(1,1,1);opacity:1;visibility:visible}

.change-language .change-language-cont .lang-item-hide{display:none!important}
.change-language .change-language-cont .lang-more{position:relative;display:block;text-align:center;cursor:pointer;line-height:30px}
.change-language .change-language-cont .more-active{font-size:20px}
.language-flag span{position:relative;display:inline-block;vertical-align:top;white-space:nowrap;overflow:hidden}
.change-language ::-webkit-scrollbar{width:5px}
.change-language ::-webkit-scrollbar-track{background-color:#fff}
.change-language ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px}
.change-language .language-cont:hover::-webkit-scrollbar-thumb{display:block}
.country-flag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.country-flag img {
  width: 24px;      
  height: 18px;
  object-fit: cover;
  border-radius: 2px; 
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: transform 0.2s ease; 
}
.language-flag .country-flag img{width: 24px;      
  height: 18px;
  object-fit: cover;
  border-radius: 2px; }
li.language-flag a:hover .country-flag img {
  transform: scale(1.05); 
}
.change-language .change-language-cont {
  right: -15px;
  width: 240px; 
  padding: 15px;
}

.change-language .change-language-cont li {
  width: 100%;  
  margin: 0 2% 10px; 
  padding: 5px;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.change-language .change-language-cont li:hover {
  background: #f8f8f8;
}
.change-language .change-language-cont li a{ display: flex;}
.change-language .change-language-cont li a:hover span{ color: #09f;}
.mobile-head-item .main-content-wrap .content-wrap a:hover span{ color: #09f;}
/*  */
/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background: #F3631C;
}

.btn-prev {
  left: 30px;
}

.btn-next {
  right: 30px;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F3631C;
  width: 40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}

.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.banner-slide-content p {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 30px;
}

.banner_txt {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px auto;
  text-shadow: none;
  width: 90%;
}

.banner_txt span {
  color: #fff;
  font-size: 18px;
  display: block;
  text-shadow: none;
  margin: 0 auto;
  width: 90%;
}

.pad_80 {
  padding: 80px 0;
}

/*关于我们*/
.main_title {
  text-align: center;

}

.main_title p {

  margin-bottom: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
}

.main_title p::after {
  position: absolute;
  content: '';
  width: 70px;
  bottom: 0;
  border-radius: 2px;
  height: 5px;
  background: #E03917;
  text-align: center;
  margin: 0 auto;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
}

.main_title p b {
  font-size: 52px;
  font-weight: bold;
  color: #333;
}

.main_title span {
  font-size: 22px;
  color: #222;
}

.about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;


}

.ab_tit {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.ab_bottom {

  margin: 30px auto;
  width: 80%;
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.ab_bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ab_bottom b {
  font-size: 40px;
}

.ab_bottom li a {


  display: block;
  text-decoration: none;
  position: relative;
  transition: all .3s;

}

.ab_bottom .ab_num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab_bottom li b {
  color: #333;
  font-size: 42px;
  display: block;
  font-weight: 700;
  margin-bottom: 8px
}

.ab_bottom li i {
  font-size: 20px;
  color: #333;
  padding-left: 6px;
  padding-bottom: 30px;
}

.ab_bottom li p {
  color: #0168B8;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;

}

.ab_bottom li:hover {
  background-color: hsla(0, 0%, 100%, 0);
  text-decoration: none;
  border-color: transparent !important
}

.ab_bottom li:hover p {
  color: #333;
}

.ab_txt {
  width: 75%;
  margin: auto;
}

.ab_txt p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 30px;
  color: #666;
  text-align: center;


}

.pic-data {
  position: relative;
  margin-top: 20px;

}

.pic-data .swiper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.pic-data .swiper-slide {
  text-align: center;
  font-size: 14px;

}

.pic-data .swiper-slide a {
  display: block;
  position: relative;
}

.pic-data .swiper-slide img {
  display: block;
  transition: all 0.3s ease-out;
  width: 100%;
  border-radius: 50px 0 50px 0;
}

.pic-data .swiper-slide p {
  position: absolute;
  bottom: 0px;
  line-height: 28px;
  color: #fff;
  padding: 8px;
  text-align: left;
  font-size: 16px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.pic-data .swiper-slide p i {
  display: block;
  width: calc(100% - 100px);
}

.pic-data .swiper-container .swiper-button-prev:hover {
  background: #1D63B0;
  color: #fff;
}

.pic-data .swiper-pagination {
  position: absolute;
  z-index: 9;
  right: 0;
  top: calc(100% - 30px);
  color: #fff;


}

.pic-data .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
}

.pic-data .swiper-pagination-bullet-active {
  background: #F3631C;
}


/* 产品 */
.pro_box {


  background-size: 100%;
}

.tj_tu {
  position: relative;

  align-items: flex-start;
  margin-top: 50px;



}

.tj_tu .zi img {
  height: 100%;
}

#gallery {
  width: 100%;

}


#gallery .swiper-slide .product-box {
  display: flex;
  width: 100%;
  flex-direction: column;


}


#gallery .swiper-slide .product-box .pro_con .more {
  border: 1px solid #F3631C;
  color: #F3631C;
  padding: 13px;
  text-align: center;
  display: block;
  width: 140px;
  margin-top: 40px;
  border-radius: 20px 0 20px 0;
}

#gallery .swiper-slide .product-box .pro_con .more:hover {
  background: #F3631C;
  color: #fff;
}

#gallery .swiper-slide .product-box .pro_con b {
  color: #fff;
  font-size: 26px;
  line-height: 52px;
  width: 100%;
  font-weight: normal;
  display: block;


}
#gallery .swiper-slide .product-box .pro_con b::first-letter{ text-transform: uppercase;}
#gallery .swiper-slide .product-box .pro_con p {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  margin-top: 20px;
}

#gallery .swiper-slide .product-box .pro_con p a {
  position: relative;
  margin-right: 20px;
  color: #fff;
}

#gallery .swiper-slide .product-box .pro_con p a .lxing {

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-bottom-color: #F3631C;

  position: relative;

  top: -5px;
  margin-right: 5px;
  display: inline-block;

}

#gallery .swiper-slide .product-box .pro_con p a .lxing::after {
  content: '';

  position: absolute;

  left: -5px;

  top: 5px;

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-top-color: #F3631C;
}

#gallery .swiper-slide .product-box .pro_con p a:hover {
  color: #242424;
}

#gallery .swiper-slide-active {
  opacity: 1 !important;
}

.tj_tu img {
  width: 100%;
}


#thumbs {
  width: 100%;
  background: #F3631C;
  height: auto;
}

.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-left: 0;
}

#thumbs .swiper-wrapper {
  flex-wrap: wrap;
  height: auto;
  align-items: stretch;



}

.tj_tu .swiper-container-thumbs .swiper-slide {

  font-size: 16px;
  cursor: pointer;
  color: #fff;
  width:33.33% !important;
  text-align: left;
  padding: 0 20px;

  border: 1px solid rgba(255, 255, 255, .4);
  position: relative;
}

.tj_tu .swiper-container-thumbs .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  transition: all .2s;

}

.tj_tu .swiper-container-thumbs .swiper-slide img {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
}

.tj_tu .swiper-container-thumbs .swiper-slide p {

  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  height: 80px;
  width: 100% !important;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
}

.tj_tu .swiper-container-thumbs .swiper-slide p i {
  padding-right: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  opacity: .5;
  font-size:30px;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.tj_tu .swiper-slide-thumb-active img {
  filter: brightness(500%);

}

.tj_tu .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #242424;
  width: 100%;
  height: 100%;
}

.tj_tu .swiper-slide-thumb-active p {
  color: #fff;
}


.promore {
  width: 180px;
  overflow: hidden;
  display: block;
  font-size: 16px;
  color: #000;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  background: url(../images/jt2.png) no-repeat 94% 19px;
  border: solid 1px #000;
  transition: all .3s;
  margin-top: 24px;
  padding: 10px;
  margin-bottom: 30px;
}

.promore:hover {
  color: #000;
  background: #fff url(../images/jt2.png)no-repeat 94% 19px;
}

.jszb {
  padding-top: 20px;

}


.jszb .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}

.jszb .swiper-slide a {
  background: #fff;
  display: block;
}

.jszb .swiper-slide em {
  background: #242424;
  display: block;
  font-size: 20px;
  font-style: normal;
  padding: 0 3px;
  color: #fff;
  text-align: center;width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;line-height: 48px;
}

.jszb .swiper-slide:hover em {
  background: #F3631C;
  color: #fff;
}

.jszb .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.jszb .swiper-button-prev {
  left: 0;
  top: 50%;


}

.jszb .swiper-button-next {
  right: 0px;
  top: 50%;
}

.jszb .swiper-button-next,
.jszb .swiper-button-prev {
  background: none;
  outline: none;
  color: #F3631C;
  font-size: 20px;
  border: 1px solid #fff;
  background: #fff;
  text-align: center;
  margin-top: 8px;
  width: 40px;
  height: 45px;
  line-height: 45px;



}

.jszb .swiper-button-next:hover,
.jszb .swiper-button-prev:hover {
  color: #fff;
  background: #000;
}

.jszb .swiper-pagination-custom {
  top: 30px;
  text-align: left;

  width: calc(100% - 200px);
}

.jszb .line {
  position: absolute;
  left: 0;
  top: 30px;
  width: calc(100% - 140px);
  height: 1px;
  background: #dedede;
}

/* 推荐产品 */
.tjcp_bg { background: #f6f6f6;}
.scsl-box {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0;


}

.scsl-box li {
  position: relative;

  width: calc(25% - 20px);
  margin: 10px;
}

.scsl-box li a {
  display: block;
  overflow: hidden;
  position: relative;
}



.scsl-box em {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-style: normal;
  display: block;
  text-align: center;
  color: #fff;
}
.scsl-box li .img_cont { position: relative;}
.scsl-box li .img_cont img {
  transition: all .5s;
}

.scsl-box li .cont_box {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.scsl-box li .cont_tit {

  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.7);
  transition: all .3s;


}

.scsl-box li .cont_tit b {
  font-size: 16px; font-weight: normal;
  display: block;
  padding: 0 30px; line-height: 45px;
  display: block;
  color: #fff;
  text-align: center;width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}

.scsl-box li .cont_tit span {
  bottom:0px;
  padding: 20px 0;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, .3);
  right: 0;
  margin: 0 auto;
}
.scsl-box li .cont_tit span i{ text-align: center; color: #fff; margin-bottom: 10px; font-weight: bold; font-size: 20px; display: block; text-align: center;}
.scsl-box li .cont_tit span img { filter: brightness(0);}
.scsl-box li .more {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.scsl-box li a:hover .img_cont img {
  transform: scale(1.1);
}

.scsl-box li a:hover .cont_tit {
  background: #F3631C;
  color: #fff;
} 
.scsl-box li a:hover .cont_tit span { background: none;}
.scsl-box li a .cont_tit span img  { height: 40px;}
.scsl-box li a:hover .cont_tit b { color: #fff; }
.scsl-box li a:hover .cont_tit span img { height: 40px; filter: brightness(100);}
.scsl-box li a:hover .cont_tit span i{ opacity: 0;}
/* 应用领域 */
.case {
  margin-top: 60px;
}

.ys_case {
  position: relative;
  margin-top: 50px;
}

.ys_case .case-slide {
  /* border-right: 1px solid rgba(255, 255, 255, .2); */
  width: calc(33.333% - 1px);
  float: left;
  z-index: 9;
  position: relative;
}


.ys_case_mid {
  text-align: center;

  height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.ys_case_mid .default {
  width: 100%;
  height: 190px;
  position: absolute;
  left: 0;

  border: 1px solid rgba(255, 255, 255, .3);
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
  transition: .5s;
}

.ys_case_mid .default .main_title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
}

.hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 40px 0 0;
  background: rgba(245,141,29, .8);
  padding: 30px;
  box-sizing: border-box;
  transition: .5s;
  opacity: 0;
}

.ys_case_mid .hover h4 {
  font-size: 24px;
  padding: 20px 0;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 15px;
}

.ys_case_mid .hover p {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
}

.ys_case_mid .hover strong {
  display: block;
}

.ys_case_mid .hover strong a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}

.ys_case_mid .hover strong a:hover {
  color: #F58D1D;
}

.ys_case .case-slide.active .default {
  opacity: 0;
  bottom: -10%;
}

.ys_case .case-slide.active .hover {
  opacity: 1;
}

.ys_case .case-slide.active {
  top: 0;
  opacity: 1;
}

.ys_case_tit {
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  font-size: 40px;
}

.ys_case_txt {
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  line-height: 26px;
}


.ys_case_mid {
  position: relative;
  z-index: 2;
}

.ys_case_mid span {
  margin-bottom: 40px;
}

.ys_case_mid .main_title {
  color: #fff;
  font-size: 26px;
}

.ys_case_mid .ys_case_txt {
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}

.ys_case_bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  z-index: 0;
}

.ys_case_bg div {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 2.6s;

}

.ys_case_bg div.on {

  opacity: 1;
  z-index: 10;
}

/* 荣誉 */
.appl-box {
  background: url(../images/honorbg.jpg) no-repeat top;
  background-size: cover;
}

.appl-box .appl-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.appl {
  position: relative;
  padding-bottom: 100px;
}

.appl .swiper-wrapper {
  align-items: stretch;
}

.appl .swiper-slide {
  margin-top: 40px;
  border: 1px solid #dedede;
  height: auto;
  padding: 20px;
  background: #fff;
}

.appl .swiper-slide span {
  overflow: hidden;
  display: block;
}

.appl .swiper-slide a {

  display: block;


}

.appl .swiper-slide:hover {
  background: #F3631C;
}

.appl .swiper-slide:hover a {
  color: #fff;
}

.appl .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  padding: 10px 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.appl .swiper-slide b {
  padding: 10px 20px;
  display: block;
  margin-top: 10px;
  color: #F3631C;
}

.appl .swiper-slide i {
  padding: 10px 20px;
  color: #999;
  margin-top: 10px;
  display: block;
}

.appl .swiper-slide p {
  color: #666;
  line-height: 26px;
  font-size: 16px;
  padding: 10px 20px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-align: center;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.appl .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.appl .swiper-slide a:hover b,
.appl .swiper-slide a:hover p,
.appl .swiper-slide a:hover i,
.appl .swiper-slide a:hover em {
  color: #fff;
}

.appl .swiper-button-next {
  position: absolute;
  top: 93%;
  left: calc(60% + 10px);
  border-radius: 20px;
  text-align: center;
  color: #F3631C;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #dedede;
  outline: none;
}

.appl .swiper-button-prev {
  position: absolute;
  top: 93%;
  left: calc(40% - 50px);
  border-radius: 20px;
  text-align: center;
  color: #F3631C;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;
  box-shadow: 0 0 10px #dedede;
  outline: none;
}

.appl .swiper-button-prev:hover,
.appl .swiper-button-next:hover {
  background: #F3631C;
  color: #fff;
}

.appl .line {
  position: absolute;
  top: 93%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 20%;
  background: #dedede;
}

/* 案例 */
.hzal-box {
  background: url(../images/casebg.jpg) no-repeat;
  background-size: cover;
}

.hzal {
  position: relative;
  padding-bottom: 100px;
}

.hzal .swiper-slide {
  margin-top: 40px;



}

.hzal .swiper-slide span {
  overflow: hidden;
  display: block;
}

.hzal .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  transition: all .3s;

}

.hzal .swiper-slide a {
  background: #fff;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.hzal .swiper-slide .tit {
  font-size: 16px;
  padding: 20px;

}

.hzal .swiper-slide .tit b {
  font-size: 20px;
  font-weight: bold;width: 100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}

.hzal .swiper-slide .tit img {
  height: 60px;
  margin-right: 8px;
}

.hzal .swiper-slide a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(0.0, 1);
  opacity: 0;
  border-radius: 10px;
  z-index: -1;
  transition: .5s;
}

.hzal .swiper-slide a:hover::before {
  background: #F3631C;
  opacity: 1;
  transform: scale(1, 1);
}

.hzal .swiper-slide em {
  display: block;
  font-size: 16px;
  font-style: normal;
  padding: 0 20px;
  color: #333;
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hzal .swiper-slide b {

  color: #F3631C;
  font-weight: 500;
}


.hzal .swiper-slide p {

  color: #666;
  line-height: 26px;
  font-size: 14px;

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;

  margin-top: 6px;
  -webkit-box-orient: vertical;

}

.hzal .swiper-slide:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.hzal .swiper-slide a:hover b,
.hzal .swiper-slide a:hover p,
.hzal .swiper-slide a:hover i,
.hzal .swiper-slide a:hover em {
  color: #fff;
}

.hzal .swiper-slide:hover span img {
  transform: scale(1.1);
}

.hzal .swiper-button-next {
  position: absolute;
  top: 93%;
  left: calc(60% + 10px);
  border-radius: 20px;
  text-align: center;
  color: #F3631C;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;

  outline: none;
}

.hzal .swiper-button-prev {
  position: absolute;
  top: 93%;
  left: calc(40% - 50px);
  border-radius: 20px;
  text-align: center;
  color: #F3631C;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  transition: all .5s ease;

  outline: none;
}

.hzal .swiper-button-prev:hover,
.hzal .swiper-button-next:hover {
  background: #F3631C;
  color: #fff;
}

.hzal .line {
  position: absolute;
  top: 93%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 20%;
  background: #dedede;
}


/* 新闻 */
.news-bg {}

.news_box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}


.news_fl {
  width: 70%;

  padding-right: 15px;
}

.news-bg .tit a {
  float: right;
  color: #999;
  font-size: 15px;
}

.news-bg .tit a:hover {
  color: #F3631C;
}

.news-bg .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news_fr {
  width: 30%;
  padding-left: 25px;
}

.news_list .item {
  box-sizing: border-box;
  transition: all 0.3s;
  width: calc(50% - 15px);
  float: left;
  display: block;
  position: relative;
  margin-right: 15px;

}

.news_list .item img {
  height: 293px;
}

.news_list .item .info_box {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.news_list .item .date p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
}

.news_list .item .s_title {
  font-size: 18px;

  font-stretch: normal;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.news_list .item .info {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  margin: 10px 0;
  letter-spacing: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list .item:hover .info_box {
  background: #F3631C;
}


.news_content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  transition: all .3s;

}

.news_content .day {
  width: calc(30% - 30px);
  margin: 10px;

}

.news_content .newscon {
  width: 70%;
  padding-left: 10px;

}

.news_content .news-more {
  margin-top: 10px;
  transition: all .3s;
}

.news_content .newscon b {
  padding-bottom: 10px;
  font-size: 20px;
  color: #333;
  display: block;
  font-weight: normal;

}

.news_content .newscon p {
  color: #333;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.news_content .day span {
  font-size: 34px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.news_content .day p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.news_content a:hover {
  background: #F3631C;
  background-size: 100%;
}

.news_content a:hover .news-more {
  padding-left: 30px;
}

.news_content a:hover .newscon b,
.news_content a:hover .newscon p {
  color: #fff;
}

.news_info a {
  display: block;
  padding: 17px;
  background: #f6f6f6;
  margin-bottom: 10px;
  transition: all .3s;
}

.news_info a b {
  color: #333;
  font-weight: normal;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.news_info a p {
  line-height: 24px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #dedede;
  padding: 10px 0;
}

.news_info a span {
  float: right;
  font-size: 18px;
  color: #999;
}

.news_info a:hover {
  background: #F3631C;
  color: #fff;
}

.news_info a:hover b,
.news_info a:hover p,
.news_info a:hover span {
  color: #fff;
}

.news_a {
  text-align: center;
  margin-top: 50px;
}

.news_a .more {
  border: 1px solid #F3631C;
  color: #F3631C;
  padding: 10px 40px;
}

/* 流程 */
.service {
  background: url(../images/serbg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0 0 0;
}

.main-tit {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.main-tit b {
  font-size: 36px;
}

.main-tit p {
  line-height: 32px;
  margin: 10px 0;
  font-size: 18px;
}

.service .service-con {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}

.service .service-con .ser-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: relative;
  padding: 80px 20px;
  flex: 1;
  color: #fff;
  text-align: center;
  line-height: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.service .service-con .ser-item a {
  color: #fff;
  display: block;
}

.service .service-con .ser-item .inner {
  position: relative;
  z-index: 2;
}

.service .service-con .ser-item img {
  height: 60px;
  margin-bottom: 30px;
}

.service .service-con .ser-item .bg {
  background: rgba(243, 99, 28, 0.7);
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.service .service-con .ser-item:hover .bg {
  height: 100%;
}

.service .service-con .ser-item b {
  color: #F3631C;
  ;
  display: block;
  font-size: 18px;
  margin: 8px;
}

.service .service-con .ser-item:hover b {
  color: #fff;
}

/* 服务 */
.ys {
  background: #F3631C;
}

.zzsc {
  width: 100%;
  margin-top: 40px;

}

.zzsc .tab {
  overflow: hidden;


}


.zzsc .tab a {
  display: block;
  font-size: 24px;
  padding: 30px 0;

  width: calc(33.33% - 10px);
  color: #333;
  background: #fff;
  margin: 0 5px;
  text-align: center;
  float: left;
  text-decoration: none;
  transition: all .3s;
}

.zzsc .tab a span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  margin-top: 10px;
}



.zzsc .tab a.on {
  background-color: #242424;
  color: #fff;
}

.zzsc .tab a.on span {
  color: #fff;
}

.zzsc .co {
  overflow: hidden;
  margin: 5px;


}

.zzsc .co>ul {
  margin-top: 30px;

}

.zzsc .co li {
  display: none;
  width: 100%;
  list-style: none;
  position: relative;
  background: #fff;
}

.zzsc .co li:first-child {
  display: block;
}

.ys_item {

  display: flex;
  align-items: center;
}

.ys_list_right {
  float: left;
  width: 50%;

}

.ys_list_left {
  float: right;
  width: 50%;
  padding: 40px 5%;
  background: #ffffff;
  line-height: 24px;
  font-size: 14px;
  color: #585657;


}

.ys_list_left i {
  font-size: 62px;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #F3631C;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.ys_list_left b {
  line-height: 56px;
  color: #333;
  padding: 28px 0 0;
  font-size: 36px;
  position: relative;
  font-weight: 500;
  display: block;
}

.ys_list_left span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin: 30px 0;
}

.ys_list_left p {
  font-size: 16px;
  padding-top: 20px;
  line-height: 26px;
  color: #666;
}

.ys_list_left a {
  display: block;
  padding-top: 10px;
  color: #C21125;
}

/* 建议 */
.advise {}

.message {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.message .tu {
  width: 45%;
}

.message .tu img {
  border-radius: 0 40px 0 40px;
}

.message .tu p {
  color: #333;
  font-size: 24px;
  margin-bottom: 30px;

}

.jiameng {

  align-items: center;
  display: flex;
  width: 48%;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 30px;

}

.jiameng label {
  font-size: 16px;
  font-weight: bold;
}

.jiameng div {
  width: calc(100% - 10px);
  color: #333;
  margin: 5px;
  position: relative;
}

.list_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jiameng input[type=text] {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #000;
  margin: 5px 0;
  outline: none;
  height: 47px;
  border-radius: 4px;
  padding-left: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #dedede;
}

.jiameng input[type=file] {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #000;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  padding-left: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}

.jiameng div i {
  color: #F3631C;
  position: absolute;
  left: 10px;
  top: 45px
}

.forminator-textarea {
  padding: 12px 20px;
  width: 100%;
  display: inline-block;
  border: none;
  color: #666;
  margin: 5px 0;
  outline: none;
  border-radius: 4px;
  padding-left: 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dedede;
}

.jmbt {
  margin: 10px auto;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.jmbt input[type=submit] {
  background-color: #F3631C;
  color: #fff;
  padding: 12px 20px;
  height: 45px;
  width: 100%;
  margin: 8px 2px;
  border: none;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
  cursor: pointer;
}

.jmbt input[type=submit]:hover {
  background-color: #242424;
}

.jiameng input::placeholder {
  color: #999;
}

.indexcode {
  vertical-align: top;
  height: 40px;
  margin: 5px 0;
  height: 47px;
  border-radius: 5px;
  border: 1px solid #dedede !important;
  cursor: pointer;
}

.zxlyyzm {
  width: 200px !important;
  outline: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  background: #fff;
  border: 1px solid #dedede;
  vertical-align: top;
  text-indent: 10px;
  border-radius: 2px;
}

/*底部footer*/
.footer-main {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #333333;
  background-size: cover;
  padding: 50px 0 30px;
}

.footer-list1 {
  width: 30%;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {
  width: 25%;
}

.footer-list2 img {
  width: 120px;
}

.footer-list3 {
  width: 35%;
}

.footer-list4 {
  width: 10%;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.36px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  font-weight: bold;

}

.socials {
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: 40px;
}

.socials li {
  display: inline-block;
  margin-right: 10px;
}

.socials li a {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.socials li a:hover {
  background-color: #F3631C;
  border: 1px solid #F3631C;
  color: #fff;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.45px;
  line-height: 32px;
  padding-bottom: 5px;
}

.footer-list1 p a,
.footer-list2 p a {
  color: #fff;
  display: block;

}
.footer-list1 p a::first-letter,
.footer-list2 p a::first-letter {
  text-transform: uppercase;

}
.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #F3631C;
}

.footer-list1 img {
  width: 70%;
}

.address-content {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
}

.address-content span {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: 14px;
}

.footer-copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.footer-copyright p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p a {
  color: rgba(255, 255, 255, 0.7)
}

.footer-copyright p a:hover {
  color: #F3631C;
}

.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
}

.footer-copyright .container {
  padding: 10px 0;
}

.fot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.fot_bot {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #F3631C;
  display: none;
}

.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #A20505;
  border-left: 1px solid #CB1515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}

/*返回顶部*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 6%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #F3631C;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;

}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 22px;
  background-color: #242424;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;

}

#suspension li .txt a {
  display: block;
  line-height: 57px;

  color: #fff;

  padding-left: 10px;

}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: #F3631C;
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}


#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #F3631C;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
}

#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: #242424;
  color: #fff;
}