@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("fonts/OpenSans-Regular.ttf");
  src: url("fonts/OpenSans-Regular.ttf") format("woff"),
    url("fonts/OpenSans-Regular.ttf") format("truetype"),
    url("fonts/OpenSans-Regular.ttf") format("svg");
}
i {
  font-style: normal;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

textarea {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

/*清除浮动*/

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

.clearfix {
  *zoom: 1;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype"),
    url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
    url("iconfont.ttf") format("truetype"),
    url("iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 公共样式------------------------------------------------------------------------------------------------------ */

/* web_head */
.web_head {
  width: 100%;
  position: relative;
  z-index: 3;
}
.nav_wrap {
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px;
}
.web_head .logo {
  float: left;
  padding-top: 10px;
}
.web_head .logo img {
  max-height: 90px;
}
.nav_wrap .head_nav {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
  text-align: right;
}
.nav_wrap .head_nav > li {
  display: inline-block;
  position: relative;
  perspective: 500px;
  vertical-align: middle;
  text-align: left;
  line-height: 70px;
}
.nav_wrap .head_nav > li.menu-item-has-children {
  background: url(../images/icon_nav.png) no-repeat right;
}
.nav_wrap .head_nav > li > a {
  font-size: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 11px 10px 11px 10px;
  text-transform: capitalize;
}
.nav_wrap .head_nav > li.current-menu-item > a {
  color: #ff8b34;
}
.nav_wrap .head_nav > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #ff8b34;
  position: absolute;
  left: 50%;
  bottom: 0px;
}
.nav_wrap .head_nav > li:hover > a:after {
  width: 100%;
  left: 0;
}
.nav_wrap .head_nav > li > a > em {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-style: normal;
  margin-right: 10px;
}
.nav_wrap .head_nav > li > a > b {
  display: inline-block;
  margin-left: 5px;
}
.nav_wrap .head_nav > li > a > b:after {
  content: "\f107";
  color: #999;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.nav_wrap .head_nav > li:hover > a > b:after {
  color: #ff8b34;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav_wrap .head_nav:hover > li > a,
.nav_wrap .head_nav:hover > li.nav-current > a {
  color: #000;
}
.nav_wrap .head_nav:hover > li:hover > a,
.nav_wrap .head_nav > li.nav-current > a {
  color: #ff8b34;
}
.nav_wrap .head_nav > li li {
  position: relative;
  text-align: left;
  padding: 0 20px;
  font-style: normal;
}
.nav_wrap .head_nav > li li a {
  display: block;
  line-height: 20px;
  padding: 7px 0;
  font-size: 13px;
  position: relative;
  border-bottom: 1px solid #eee;
  font-style: normal;
  padding: 10px;
}

.nav_wrap .head_nav > li li b:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 13px;
}
.nav_wrap .head_nav > li li a:before,
.nav_wrap .head_nav > li li:hover > a:before {
  content: "";
  display: block;
  width: 4px;
  height: 30%;
  background-color: #ff8b34;
  position: absolute;
  left: -21px;
  top: 40%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_wrap .head_nav > li li a:hover:before,
.nav_wrap .head_nav > li li:hover > a:before {
  top: 50%;
  margin-top: -11px;
  height: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav_wrap .head_nav > li li:last-child > a {
  border-bottom: 0;
}
.nav_wrap .head_nav > li li:hover > a {
  color: #fff;
  background-color: #ff8b34;
}
.nav_wrap .head_nav > li li:hover > a > b:after {
  border-left-color: #fff;
}
.nav_wrap .head_nav > li ul ul {
  left: 100%;
  top: -10px;
  margin-top: 0;
}
.nav_wrap .head_nav li ul {
  width: 250px;
  padding: 10px 0;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  -o-transform-origin: center 0;
  transform-origin: center 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.nav_wrap .head_nav li:hover > ul {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav_wrap .head_nav > li ul li a em {
  font-style: normal;
}

.fixed-nav .logo img {
  max-height: 70px;
}
.fixed-nav .container {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.fixed-nav .head_layer {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.fixed-nav .nav_wrap .head_nav > li {
  line-height: 70px;
}
.fixed-nav-active .container {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.fixed-nav-active .nav_wrap:before {
  opacity: 1;
  height: 100%;
}
.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.head_holder {
  display: none !important;
}
/* 首页 */
.header {
  border-bottom: 1px solid #e5e5e5;
}
.header_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_left i {
  font-size: 18px;
  color: #ff8b34;
}
.header_left p {
  color: #999;
  font-size: 14px;
  margin: 0 10px;
}
.header_left a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_right a {
  margin: 0 15px;
}
.header_right i {
  font-size: 16px;
  color: #ff8b34;
}
.header_right a:hover i {
  color: #000;
}
.header_left a:hover {
  margin-top: -15px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.headernav_bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headernav_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headernav_logo {

  overflow: hidden;
}
.headernav_logo img {
  max-height: 100px;
  vertical-align: middle;
}
.headernav_box {
  padding: 13px 15px;
  height: 100%;
  background-color: #00091d;
}
.mes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.headernav_box i {
  font-size: 34px;
  color: #ff8b34;
  margin-right: 10px;
}
.headernav_box span {
  color: #fff;
  font-size: 18px;
}
.headernav_box p {
  font-size: 14px;
  color: #fff;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerimg img {
  width: 100%;
  vertical-align: middle;
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner_box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 1220px;
  width: 98%;
  margin: 0 auto;
  border-radius: 30px;
}
.banner_con {
  padding: 60px 90px;
  z-index: 99;
  display: none;
}
.banner_con h2 {
  font-size: 38px;
  color: #ff8b34;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.banner_con p {
  font-size: 22px;
  color: #000;
  text-align: center;
}
.banner_btns {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_go {
  width: 25%;
  height: 60px;
  line-height: 60px;
  background-color: #ff8b34;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0 15px;
}
.banner_go:hover {
  background-color: #00091d;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.banner_play:hover {
  background-color: #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.banner_play:hover i {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.banner_play:hover p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.banner_play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  margin: 0 15px;
}
.banner_play i {
  font-size: 30px;
  color: #ff8b34;
  margin-right: 10px;
}
.banner_play p {
  font-size: 18px;
  color: #ff8b34;
}
.swiper-pagination-bullet {
  background: transparent;
  opacity: 0.8 !important;
  width: 15px;
  height: 15px;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #ff8b34 !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 50px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background:inherit;
  background-color: #ff8b34;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 50px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background:inherit;
  background-color: #ff8b34;
}
.footer {
  background-color: #00091d;
}
.footer_bd {
  border-top: 1px solid #999;
  padding: 15px 0;
}
.footer_bdbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer_bdbox p {
  font-size: 14px;
  color: #fff;
}
.footer_way {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_way a {
  display: block;
  margin: 0 7px;
  padding: 7px 10px;
  background-color: #ff8b34;
}
.footer_way a:hover {
  background-color: #fff;
  transform: scale(0.9);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.footer_way a:hover i {
  color: #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.footer_way a i {
  color: #fff;
  font-size: 16px;
}
.footer_hd {
  padding: 80px 0 50px 0;
}
.footer_logo {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
.footer_logo img {
 max-height: 100px;
  vertical-align: middle;
}
.footer_left p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
.footer_left_tel {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_left_tel span {
  font-size: 20px;
  color: #ff8b34;
  font-weight: bold;
}
.footer_left_tel h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}
.footer_right_up {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.icons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.icons i {
  font-size: 30px;
  color: #ff8b34;
  margin-right: 10px;
}
.icons span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.icons p {
  font-size: 14px;
  color: #fff;
}
.footer_right_down {
  padding-top: 30px;
}
.footer_one span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 13px;
}
.footer_one a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.footer_one a:hover p {
  color: #ff8b34;
}
.footer_one i {
  color: #ff8b34;
  font-size: 12px;
  margin-right: 10px;
}
.footer_one p {
  font-size: 14px;
  color: #fff;
}
.footer_mes span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  /*margin-bottom: 13px;*/
}
.footer_mes p {
  font-size: 14px;
  color: #fff;
}
.footer_email {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_email input {
  border: none;
  background-color: #fff;
  width: 150px;
  height: 45px;
  font-weight:0;
  line-height: 45px;
  padding: 0 10px;
  font-size: 14px;
  color: #00091d;
}
.news-title{	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top:10px;
	}
.b50 .time{
	font-size: 18px;
	text-align: center;
	color: #333;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
	border-bottom: 1px #ddd solid
}
.pre{margin:5px;font-size:16px;}
.next{margin:5px;font-size:16px;}
.input_b{
  width:100px;
  border: none;
  background-color: #ff8b34 !important;
  color:#fff !important;
  height: 45px;
  line-height: 45px;
  border-radius:5px;
}
.fsub {
  border: none;
  background-color: #ff8b34 !important;
  color:#fff !important;
  width: 20%;
  height: 45px;
  line-height: 45px;
  margin-left: 15px;
}
.fsub:hover {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.footer_email i {
  font-size: 18px;
  color: #fff;
}
.aboutus {
  padding: 80px 0 60px 0;
}
.our_list ul {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.our_list li {
  width: 48%;
  overflow: hidden;
  position: relative;
}
.our_img {
  position: relative;
  overflow: hidden;
  height: auto;
  display: block;
  padding-top: 150%;
}
.our_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.our_li_con {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 90%;
  margin: 0 auto;
}
.our_li_txt {
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our_li_txt span {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.our_li_txt p {
  font-size: 16px;
  color: #666;
  text-align: center;
}
.our_title h3 {
  font-size: 18px;
  color: #ff8b34;
  font-weight: bold;
}
.our_title h4 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin: 20px 0;
}
.our_title p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.our_card {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.15);
}
.our_card_img {
  width: 48%;
  overflow: hidden;
  position: relative;
  height: auto;
  padding-top: 34%;
}
.our_card_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: -45px;
  left: 0;
}
.our_card_con {
  width: 52%;
  overflow: hidden;
}
.our_card_txt {
  padding: 15px;
}
.our_card_txt h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.our_card_txt p {
  font-size: 14px;
  color: #666;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.our_card_txt a {
  font-size: 16px;
  color: #ff8b34;
  font-weight: bold;
}
.our_card:hover {
  background-color: #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.our_card:hover .our_card_txt a {
  margin-left: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.our_card:hover .our_card_txt a,
.our_card:hover .our_card_txt p,
.our_card:hover .our_card_txt h4 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.our_list li:nth-child(2) {
  margin-top: 40px;
}
.our_list li:hover .our_li_txt {
  background-color: #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.our_list li:hover .our_li_txt span,
.our_list li:hover .our_li_txt p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.wedo {
  padding: 20px 0 80px 0;
}
.wedo_list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wedo_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wedo_list li p {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.wedo_bd .swiper {
  width: 100%;
  height: 100%;
}

.wedo_bd .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.wedo_bd .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.field{
width: 100%;
}
.field_img{
  position: relative;
  overflow: hidden;
  height: auto;
  display: block;
  padding-top: 70%;
  width: 100%;
}
.field_img img{
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.swipertxt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.swipertxt p{font-size: 22px;color: #fff;}
.wedo_bd {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}

.who_title h3 {
  font-size: 18px;
  color: #ff8b34;
  font-weight: bold;
}
.who_title h4 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0;
}
.who_title p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.whoprogress li {
  margin: 0 0 25px 0;
}
.whoprogress p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.who_bd {
  margin-top: 30px;
}
.whook {
  margin-top: 30px;
}
.whook li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}
.whook li i {
  color: #ff8b34;
  font-size: 14px;
  margin-right: 10px;
}

.whook p {
  font-size: 14px;
  color: #fff;
}
.whoicon {
  background-color: #fff;
  padding: 15px 20px 25px 20px;
}
.whoicon img {
  max-width: 100%;
  display: block;
  margin-left: -15px;
  vertical-align: middle;
}
.whoicon p {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}
.whomain {
  background-color: #00091d;
  width: 70%;
  overflow: hidden;
}
.whobox {
  padding: 100px 110px 100px 110px;
}
.whocon {
  width: 65%;
  overflow: hidden;
}
.whoimg {
  width: 52%;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 0;
}
.who {
  padding: 80px 0;
  position: relative;
}
.whoimg img {
  width: 100%;
  vertical-align: middle;
}
.outbox {
  margin-top: 15px;
}
.outbox .load-bar {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}

.outbox .load-bar-inner {
  height: 99%;
  width: 90%;
  border-radius: inherit;
  position: relative;
  background-color: #ff8b34;
  animation: loader 1.5s linear;
  -moz-animation: loader 1.5s linear;
  -webkit-animation: loader 1.5s linear;
  -o-animation: loader 1.5s linear;
}
.outbox .load-bar-inner2 {
  height: 99%;
  width: 94%;
  border-radius: inherit;
  position: relative;
  background-color: #ff8b34;
  animation: loader2 1.5s linear;
  -moz-animation: loader2 1.5s linear;
  -webkit-animation: loader2 1.5s linear;
  -o-animation: loader2 1.5s linear;
}
@keyframes loader {
  from {
    width: 0%;
  }
  to {
    width: 90%;
  }
}
@keyframes loader2 {
  from {
    width: 0%;
  }
  to {
    width: 94%;
  }
}
.outbox #numcounter {
  position: absolute;
  right: 0;
  top: -35px;
  color: #fff;
  font-size: 20px;
  animation: counter 1.5s linear;
  -moz-animation: counter 1.5s linear;
  -webkit-animation: counter 1.5s linear;
  -o-animation: counter 1.5s linear;
}
.outbox #numcounter2 {
  position: absolute;
  right: 0;
  top: -35px;
  color: #fff;
  font-size: 20px;
  animation: counter2 1.5s linear;
  -moz-animation: counter2 1.5s linear;
  -webkit-animation: counter2 1.5s linear;
  -o-animation: counter2 1.5s linear;
}
@keyframes counter {
  0% {
    left: 0;
  }
  100% {
    left: 90%;
  }
}
@keyframes counter2 {
  0% {
    left: 0;
  }
  100% {
    left: 94%;
  }
}
.whogo {
  display: block;
  width: 70%;
  height: 65px;
  line-height: 65px;
  background-color: #ff8b34;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.whogo:hover {
  background-color: #fff;
  color: #ff8b34;
  margin-left: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
/* .ser_box {
  margin: 15px 0;
} */

.ser_con span {
  font-size: 18px;
  color: #ff8b34;
  font-weight: bold;
}
.ser_con h3 {
  font-size: 36px;
  color: #000;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
  margin: 15px 0;
}
.ser_con p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 28px;
}
.ser_con a {
  width: 50%;
  height: 50px;
  line-height: 50px;
  background-color: #ff8b34;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-top: 30px;
  border: 1px solid #ff8b34;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.ser_con a:hover {
  background-color: #fff;
  color: #ff8b34;
  width: 70%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.ser_licon {
  padding: 45px 40px;

}
.ser_li {
  margin: 15px 0;
 
}
.serflex{display: flex;flex-wrap: wrap;}
.zzz{
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
height: 100%;
  position: relative;
  top: 0;
   transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.ser_li:hover .zzz{
  position: relative;
  top: -20px;
  transition: all 0.35s ease-in-out ;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.ser_li:hover  .serliconimg img{
  transform: scale(1.1); transition: all 0.35s ease-in-out ;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.serliconimg{
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  padding-top: 100%;
  display: block;
}
.ser_licon img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0; transition: all 0.35s ease-in-out ;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.ser_licon h3 {
  font-size: 24px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px 0;
}
.ser_licon p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 28px;
}
.sergo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.sergo:hover {
  margin-left: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.sergo span {
  font-size: 16px;
  color: #ff8b34;
}
.sergo i {
  font-size: 16px;
  color: #ff8b34;
  margin-left: 10px;
}
.ser {
  padding-bottom: 80px;
}
.allimgcon {
  position: relative;
  overflow: hidden;
}
.allimg_cover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.allimg_li:hover .allimg_cover {
  height: 100%;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.allimg_tu {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 100%;
  display: block;
}
.allimg_tu img {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
.allimg {
  padding: 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.allimg_box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.allimg_box h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.allimg_box p {
  font-size: 16px;
  color: #fff;
}
.feedbacksflex{display: flex;align-items: center;flex-wrap: wrap;}
.feedbacks_left {margin-top: -100px}
.feedbacks {
  margin-top: -140px;
  position: relative;
  background-color: #00091d;
  padding: 250px 0 80px 0;
}
.feedbacks_left span {
  font-size: 18px;
  color: #ff8b34;
  font-weight: bold;
}
.feedbacks_left h3 {
  font-size: 36px;
  color: #fff;
  margin: 20px 0;
}
.feedbacks_left p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.feedbacks .swiper {
  width: 100%;
  height: 100%;
}

.feedbacks .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 50px;
}

.feedbacks .swiper-slide img {
  display: block;
  width: 60%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.swipercard {
  background-color: #fff;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.swipercard p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: left;
}
.peroson {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.perosonimg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.perosonimg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.peroson_name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.peroson_name h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold; text-align: left;
}
.peroson_name span {
  font-size: 16px;
  color: #666;
  display: block;
  margin-top: 10px;
  text-align: left;
}
.iconimg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.bolg {
  padding: 80px 0 50px 0;
}
.bolg_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.bolg_title span {
  font-size: 18px;
  color: #ff8b34;
  font-weight: bold;
}
.bolg_title h2 {
  font-size: 36px;
  color: #000;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
.bolg_title p {
  font-size: 16px;
  color: #666;
  text-align: center;
}
.bolgtu {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 75%;
  display: block;
}
.bolgtu img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.bolgimg {
  position: relative;
  overflow: hidden;
  display: block;
  background: #eaeaea;
}
.bolgimg h4 {
  padding: 10px 30px;
  background-color: #ff8b34;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 9;
}
.bolgcover {
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  top: 0;
  left: 0;
}
.bolg_txt {
  margin-top: 20px;
}
.bolg_txt h3 {
  font-size: 22px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.bolg_txt p {
  font-size: 16px;
  color: #666;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bolg_go {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bolg_go span {
  font-size: 16px;
  color: #ff8b34;
  font-weight: bold;
}
.bolg_go i {
  font-size: 16px;
  color: #ff8b34;
  margin-left: 10px;
  font-weight: bold;
}
.bolg_li {
  margin-bottom: 30px;
}
.bolg_li:hover .bolgtu img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.bolg_li:hover .bolg_txt h3 {
  color: #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.bolg_go:hover {
  margin-left: 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
/* 内页 */
.bannercontent img {
  width: 100%;
  vertical-align: middle;
}
.news {
  padding: 70px 0 25px 0;
}
.accordion {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ff8b34;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ff8b34;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* border: 1px solid #ff8b34; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  /* position: absolute;
  top: 16px;
  left: 12px; */
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #fff;
  background-color: #ff8b34;
}

.accordion li.open i {
  color: #fff;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #f5f5f5;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #fff;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  /* padding-left: 42px; */
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #ff8b34;
  color: #fff;
}
.product_left_menu h2 {
  padding: 15px;
  color: #fff;
  background-color: #ff8b34;
  font-size: 36px;
  text-align: center;
}
.fanye {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product {
  padding: 80px 0;
}
.productnametitle h1{font-size:24px;font-weight:bold}
.pagination .active a {
  background-color: #ff8b34;
  border: 1px solid #ff8b34;
}
.pagination li:hover a {
  background-color: #ff8b34;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #ff8b34;
}

.page-numbers {
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #ff8b34;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin:0;
    border-radius: 2px;
}
    
 .page-numbers:hover {
     color:#fff;
background-color: #ff8b34;
    border: 1px solid #ff8b34;}   
    .current{
        background-color: #ff8b34;
    color: #fff;
    }
.section5_box {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 10px 20px 10px;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.section5_img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 0;
  display: block;
  padding-top: 65%;
}
.section5_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_txt span {
  font-size: 14px;
  color: #666;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_txt h3 {
  font-size: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_txt p {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_go {
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 90%;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 0 auto;
  background-color: #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li:hover .section5_box {
  background-color: #ff8b34;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.section5_li:hover .section5_go {
  background-color: #fff;
  color: #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li:hover .section5_txt span {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li:hover .section5_txt p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li:hover .section5_txt h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsgo {
  margin: 50px auto 0 auto;
  display: block;
  width: 20%;
  height: 60px;
  line-height: 60px;
  background-color: #ff8b34;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsgo:hover {
  background-color: #fff;
  color: #ff8b34;
  width: 30%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li {
  margin-bottom: 30px;
}
.section5_li:hover .section5_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboximg {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 80%;
}
.newsboximg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt {
  padding: 40px 30px 30px 0;
}
.newsboxtxt h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt_bottom {
  padding-top: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}
.newsboxtxt_bottom span {
  font-size: 16px;
  color: #666;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore a {
  font-size: 16px;
  color: #ff8b34;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore i {
  color: #ff8b34;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover {
  background: #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboximg img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboxtxt h3,
.newsbox:hover .newsboxtxt p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboxtxt_bottom span {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsmore a,
.newsbox:hover .newsmore i {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore:hover {
  margin-right: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_box {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  /*padding-top: 80%;*/
}
.product_img img {
  width: 100%;
  vertical-align: middle;
  /*position: absolute;
  top: 0;
  left: 0;*/
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_txt {
  display: block;
  padding: 20px;
}
.product_txt h3 {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li {
  margin-bottom: 30px;
}
.product_li:hover .product_box {
  background-color: #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li:hover .product_txt h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li:hover .product_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_flex {
  display: flex;
  flex-wrap: wrap;
}
.product_row {
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_img {
  position: relative;
  height: auto;
  overflow: hidden;
  display: block;
  padding-top: 77%;
}
.product_row_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_txt {
  padding: 60px 30px 40px 0;
}
.product_row_txt h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more p {
  font-size: 16px;
  color: #ff8b34;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more i {
  font-size: 16px;
  color: #ff8b34;
  margin-left: 10px;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover {
  background: #ff8b34;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_txt h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_more p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_more i {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#exzoom {width: 500px;float:left;margin-right:10px;}
.headernav{z-index: 999999;width: 100%;}
/* 右侧客服 */
.scrollsidebar, .scrollsidebar a {font-size:12px;color:#999;font-family:Arial, Helvetica, sans-serif;}
.scrollsidebar {position:absolute;z-index:30;top:150px;right:0;}
.show_btn {width:0;height:192px;overflow:hidden;cursor:pointer;display:block;overflow:hidden;background:url(img/custom_service/show_btn.png) no-repeat center center;position: absolute;right: 0;top: 0;}
.side_content {width:166px;height:auto;overflow:hidden;float:left;}
.side_content .side_list {width:140px;overflow:hidden;border:1px solid #dadada;border-radius:8px;position:relative;background:#FFF;}
.side_content .side_list .hd img {width:100%;border-bottom:1px solid #dadada;}
.side_content .side_list .cont li {height:40px;line-height:40px;border-bottom:1px solid #dadada;list-style:none;position:relative;}
.side_content .side_list .cont li i{margin-right: 10px;font-size:18px;color:#0e2b5c}
.side_content .side_list .cont li a {position:relative;display:block;padding:0 0 0 10px;text-decoration:none;}
.side_content .side_list .cont li a:before {content:"";position:absolute;display:block;overflow:hidden;top:0;left:10px;width:25px;height:40px;background-repeat:no-repeat;background-position:center center;}

.ww {margin-left:-30px;}
.side_content .side_list .t-code {padding:10px 10px 7px;border-bottom:1px solid #dadada;}
.side_content .side_list .t-code img {width:100%;}
.side_content .side_list .side_title {height:30px;line-height:30px;padding:0 12px;}
.side_content .side_list .side_title .close_btn {background:url("../images/close.png") no-repeat center center;width:12px;height:30px;position:absolute;bottom:0;right:10px;cursor:pointer;}
.side_content .side_list .side_title .close_btn span {display:none;} 

.bannercontent{position: relative;}
.bannercontent_title{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;display: flex;flex-direction: column;align-items: center;}
.bannercontent_title h2{font-size: 46px;color: #fff;text-align: center;font-weight: bold;}
.bannercontent_link{display: flex;justify-content: center;align-items: center;margin-top: 30px;}
.bannercontent_link a{font-size: 18px;color: #fff;}
.bannercontent_link i{color: #fff;font-size: 18px;margin: 0 10px;}

.productimg {
	position: relative;
	overflow: hidden;
}

.productimg img {
	transform: scale(1) rotate(0deg);
	transition: all 1s ease;
}

.cproduct:hover img {
	-webkit-transform: scale(1.1) rotate(7deg);
	-ms-transform: scale(1.1) rotate(7deg);
	-o-transform: scale(1.1) rotate(7deg);
	transform: scale(1.1) rotate(7deg);
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.productit {
	background-color: #ff8b34;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prodinfo{clear:both; font-size:15px; line-height:27px; padding-top:22px;}
.prodinfo .swiper-pagination{
	bottom:-5px !important;
}
.prodinfo .swiper-pagination .swiper-pagination-bullet{
	background-color:#ccc ;
}
.productit a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.prodtitle {
	background-color: #ff8b34;
	margin-top: 20px;
	padding: 10px 10px;
	color: #fff;
	font-size: 18px;
}
.form {
	margin-top: 30px;
}

.form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form ul li {
	flex: 100%;
	margin-bottom: 1vw;
}
.contact-email{flex: 100% !important;}
.form ul li p {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.5vw;
}

.form ul li input {
	background-color: #F6F7FA;
	border: #EAECF1 1px solid;
	font-size: 14px;
	border-radius: 5px;
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
}

.form ul li input::placeholder {
	color: #878991;
}

.form .quest p {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.5vw;
}

.form .quest textarea {
	border: #EAECF1 1px solid;
	background-color: #F6F7FA;
	resize: none;
	width: 100%;
	font-size: 14px;
	padding: 0.6vw;
}

.form .quest textarea::placeholder {
	color: #878991;
}

.form .quest textarea:focus {
	outline: #eaecf100 1px solid;
}

.form .hvr-shadow {
	margin-top: 2vw;
	color: #fff;
	background-color: #ff8b34;
	width: 200px;
	line-height: 50px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
}

/* 适配:手机，平板，电脑--------------------------------------------------------------------------------------------------------- */
/* 手机 小于767的设备*/
@media (max-width: 767px) {
  .bannercontent{position: relative;overflow: hidden;width: 100%;height: 250px;}
  .bannercontent img{width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  #exzoom{width: 100%;}
  .scrollsidebar,.feedback{display: none;}
  .headernav_right{
    display: none;
  }.whobox{
    padding: 20px;
  }.whoimg{
    position: static;
    width: 100%;
    overflow: hidden;
    top: auto;
    right: auto;
  }
  .footer_right_down{padding-top: 15px;}
  .footer_one:nth-child(1){display: none;}
  .bannerimg{width: 100%;height: 300px;position: relative;overflow: hidden;}
  .bannerimg img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .headernav_bd{padding: 0;}
  .swipertxt p{font-size: 18px;}
  .whocon{width: 100%;}
  .whomain{width: 100%;}
  .header_right{display: none;}
  .header_hd{display: none;}
  .headernav_logo{width: 50%;}
  .swiper-button-next, .swiper-rtl .swiper-button-prev{width: 25px;height: 25px;right: 10px;}
  .swiper-button-prev, .swiper-rtl .swiper-button-next{width: 25px;height: 25px;left: 10px;}
  .swiper-button-next:after, .swiper-button-prev:after{font-size: 16px;}
  .banner_con{padding: 30px;}
  .banner_box{border-radius: 0;}
  .banner_con p{display: none;}
  .banner_con h2{font-size: 20px;margin-bottom: 0;}
  .banner_btns{margin-top: 20px;}
  .banner_play {height: auto;line-height: normal;background: none;width: auto;}
  .banner_go{width: auto;height: auto;line-height: normal;padding: 5px 15px;}
  .aboutus{padding: 40px 0;}
  .who{padding:0 0 40px 0;}
  .ser_licon{padding: 15px;}
  .ser{padding-bottom: 40px;}
  .feedbacks{margin: 0 auto;padding: 40px 0;}
  .feedbacks_left{margin-top: 0;}
  .bolg,.footer_hd{padding: 40px 0;}
  .swipercard{padding: 15px;}
  .iconimg{display: none;}
  .allimg_li {margin: 5px 0;}
  .our_list li{width: 100%;}
  .our_list ul{flex-wrap: wrap;}
  .our_img{padding-top: 85%;}
  .our_left {margin-bottom: 30px;}
  .our_title h4{font-size: 24px;}
  .our_card{flex-wrap: wrap;}
  .our_card_img{width: 100%;padding-top: 74%;}
  .our_card_con{width: 100%;}
  .wedo_list ul{flex-wrap: nowrap;overflow-x: auto;}
  .wedo_list{margin-bottom: 30px;}
  .wedo_bd{padding-top: 30px;margin-top: 30px;}
  .wedo{padding: 0 0 40px 0;}
  .who_bd_right{margin-top: 30px;}
  .feedbacks_left{margin-bottom: 30px;}
  .footer_way{margin-top: 10px;}
  .ser_con h3,.who_title h4,.feedbacks_left h3,.bolg_title h2{font-size: 24px;}
  .allimg{padding: 0;}
  .icons{margin: 5px 0;}
  .product,.news{padding: 40px 0;}
  .product_left,.news_left  {margin-bottom: 30px;}
  .product_txt{padding: 10px;}
  .fanye{margin: 0 auto;}
  .newsboxtxt,.product_row_txt{padding: 15px;}
  .newsboxtxt_bottom,.product_row_more{padding-top: 15px;margin-top: 15px;}
  .allimg_box{top: 50%;left: 50%;transform: translate(-50%,-50%);width: 90%;padding: 5px;}
  .headernav_logo img{max-height: 100px;}
}
/* 平板 768到992之间的设备 */
@media (min-width: 768px) and (max-width: 992px) {
  #exzoom{margin: 0;width: 350px;}
  .scrollsidebar,.feedback{display: none;}
  .headernav_right{
    display: none;
  }.whobox{
    padding: 20px;
  }.whoimg{
    position: static;
    width: 100%;
    overflow: hidden;
    top: auto;
    right: auto;
  }
   .footer_right_down{padding-top: 15px;}
  .footer_one:nth-child(1){display: none;}
  .bannerimg{width: 100%;height: 300px;position: relative;overflow: hidden;}
  .bannerimg img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .headernav_bd{padding: 0;}
  .whocon{width: 100%;}
  .whomain{width: 100%;}
  .header_right{display: none;}
  .header_hd{display: none;}
  
  .swiper-button-next, .swiper-rtl .swiper-button-prev{width: 25px;height: 25px;right: 10px;}
  .swiper-button-prev, .swiper-rtl .swiper-button-next{width: 25px;height: 25px;left: 10px;}
  .swiper-button-next:after, .swiper-button-prev:after{font-size: 16px;}
  .banner_con{padding: 30px;}
  .banner_box{border-radius: 0;}
  .banner_con p{display: none;}
  .banner_con h2{font-size: 20px;margin-bottom: 0;}
  .banner_btns{margin-top: 20px;}
  .banner_play {height: auto;line-height: normal;background: none;width: auto;}
  .banner_go{width: auto;height: auto;line-height: normal;padding: 5px 15px;}
  .aboutus{padding: 40px 0;}
  .who{padding:0 0 40px 0;}
  .ser_licon{padding: 15px;}
  .ser{padding-bottom: 40px;}
  .feedbacks{margin: 0 auto;padding: 40px 0;}
  .bolg,.footer_hd{padding: 40px 0;}
  .swipercard{padding: 15px;}
  .iconimg{display: none;}
  .allimg_li {margin: 5px 0;}
  .our_list li:nth-child(2){margin-top: 0;}
  .our_list ul{flex-wrap: wrap;}
  .our_img{padding-top: 85%;}
  .our_left {margin-bottom: 30px;}
  .our_title h4{font-size: 24px;}
  .our_card{flex-wrap: wrap;}
  .our_card_img{width: 100%;padding-top: 65%;}
  .our_card_con{width: 100%;}
  .wedo_list ul{flex-wrap: nowrap;overflow-x: auto;}
  .wedo_list{margin-bottom: 30px;}
  .wedo_bd{padding-top: 30px;margin-top: 30px;}
  .wedo{padding: 0 0 40px 0;}
  .who_bd_right{margin-top: 30px;}
  .feedbacks_left{margin-bottom: 30px;}
  .footer_way{margin-top: 10px;}
  .ser_con h3,.who_title h4,.feedbacks_left h3,.bolg_title h2{font-size: 24px;}
 .feedbacks_left {margin-top: 0;}

  .allimg{padding: 0;}
  .icons{margin: 5px 0;}
  .product,.news{padding: 40px 0;}
  .product_left,.news_left  {margin-bottom: 30px;}
  .product_txt{padding: 10px;}
  .fanye{margin: 0 auto;}
  .newsboxtxt,.product_row_txt{padding: 20px 20px  20px 0;}
  .allimg_box{padding: 5px;}
  .allimg_box{top: 50%;left: 50%;transform: translate(-50%,-50%);width: 90%;}
  .headernav_logo img{max-height: 100px;}
}
/* 993到1200之间的设备 */
@media (min-width: 993px) and (max-width: 1200px) {
  .headernav_logo img{max-height: 100px;}
  #exzoom{margin: 0;width: 400px;}
  .scrollsidebar,.feedback{display: none;}
  .headernav_right{
    display: none;
  }.whobox{
    padding: 20px;
  }.whoimg{
    position: static;
    width: 100%;
    overflow: hidden;
    top: auto;
    right: auto;
  }
  .footer_right_down{padding-top: 15px;}
  .footer_one:nth-child(1){display: none;}
  .bannerimg{width: 100%;height: 300px;position: relative;overflow: hidden;}
  .bannerimg img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .headernav_bd{padding: 0;}
  .whocon{width: 100%;}
  .whomain{width: 100%;}
  .header_right{display: none;}
  .header_hd{display: none;}
 
  /* .swiper-button-next, .swiper-rtl .swiper-button-prev{width: 25px;height: 25px;right: 10px;}
  .swiper-button-prev, .swiper-rtl .swiper-button-next{width: 25px;height: 25px;left: 10px;}
  .swiper-button-next:after, .swiper-button-prev:after{font-size: 16px;} */
  .footer_left_tel{flex-wrap: wrap;}
  .banner_box{border-radius: 0;}
  .banner_con p{display: none;}
  .banner_con h2{font-size: 26px;margin-bottom: 0;}
  .banner_btns{margin-top: 30px;}
  .banner_play p{display: block ;}
  /* .banner_play {height: auto;line-height: normal;background: none;width: auto;}
  .banner_go{width: auto;height: auto;line-height: normal;padding: 15px 30px;} */
  .aboutus{padding: 40px 0;}
  .who{padding:0 0 40px 0;}
  .ser_licon{padding: 15px;}
  .ser{padding-bottom: 40px;}
  .feedbacks{margin: 0 auto;padding: 40px 0;}
  .bolg,.footer_hd{padding: 40px 0;}
  .swipercard{padding: 15px;}
  .iconimg{display: none;}
  .allimg_li {margin: 5px 0;}
  .our_list li:nth-child(2){margin-top: 0;}
  .our_img{padding-top: 85%;}
  .our_left {margin-bottom: 30px;}
  .our_title h4{font-size: 24px;}
  .our_card{flex-wrap: wrap;}
  .our_card_img{width: 100%;padding-top: 65%;}
  .our_card_con{width: 100%;}
  .wedo_list ul{flex-wrap: nowrap;overflow-x: auto;}
  .wedo_list{margin-bottom: 30px;}
  .wedo_bd{padding-top: 30px;margin-top: 30px;}
  .wedo{padding: 0 0 40px 0;}
  .who_bd_right{margin-top: 30px;}
  .feedbacks_left{margin-bottom: 30px;}
  .footer_way{margin-top: 10px;}
  .ser_con h3,.who_title h4,.feedbacks_left h3,.bolg_title h2{font-size: 24px;}
  
  .allimg{padding: 0;}
  .icons{margin: 5px 0;}
  .product,.news{padding: 40px 0;}
  .product_left,.news_left  {margin-bottom: 30px;}
  .product_txt{padding: 10px;}
  .fanye{margin: 0 auto;}
  .allimg_box{padding: 5px;}
}
@media (min-width: 1201px) and (max-width: 1441px) {
  .whobox{padding: 80px;}
}
/* 大型设备（台式电脑，1200px 起） */
@media (min-width: 1201px) and (max-width: 1600px) {
}


.breadcrumbs_ty a,
.breadcrumbs_ty span{
  font-size: 18px;
  color: #000000;
}
.breadcrumbs_ty p{
  margin: 5px 0;
}
.breadcrumbs_ty{
   padding: 15px 0;
}
.breadcrumbs_ty .last,
.breadcrumbs_ty a,
.breadcrumbs_ty span{
   text-transform:capitalize !important;
}
.ty_line_down{
   width: 100%;
   background-color: #cdcdcd;
   height: 1px;
}
