@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: 75px;
}
.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: #F0A500;
}
.nav_wrap .head_nav > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #fff;
  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;
  color: #fff;
}
.menu-item i{color: #fff;}
.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: #F0A500;
  -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: #F0A500;
}
.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;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #eee;
  font-style: normal;
  padding:10px 10px;
  word-wrap: break-word;
}

.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: #F0A500;
  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: #F0A500;
}
.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: 3px 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);
}
    .pagination a{    padding: 5px 10px;
    background-color: #fff;
    margin-right: 10px;
    color: #f0a500;
    border: 1px solid #f0a500;
    }
    .current{
        background-color: #f0a500 !important;
        color: #fff !important;
        border: 1px solid #f0a500 !important;
    }
    .pagination a:hover{        background-color: #f0a500 !important;
        color: #fff !important;
        border: 1px solid #f0a500 !important;}
        .current2{display:none;}
.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{background-color: #0F1318;padding: 15px 0;}
.header_hd{display: flex;justify-content: space-between;align-items: center;}
.header_hd_left{display: flex;justify-content: flex-start;align-items: center;}
.header_hd_right{display: flex;justify-content: flex-end;align-items: center;}
.telheader{display: flex;justify-content: center;align-items: center;}
.header_hd_left p{font-size: 14px;color: #fff;margin-right: 15px;}
.header_hd_left a{font-size: 14px;color: #fff;margin: 0 10px;}
.telheader i{font-size: 14px;color: #fff;margin-right: 10px;}
.telheader p{font-size: 14px;color: #fff;}
.header_hd_right span{display: block;margin: 0 20px;width: 1px;height: 16px;background-color: #fff;}
.headernav{background-color: #0F1318;border-top: 1px solid #7D685B;}
.bannerimg img{width: 100%;vertical-align: middle;}
.headernav_bd{display: flex;justify-content: space-between;align-items: center;}
.footer{background-color: #0F1318;padding:80px 0;}
.footer_first{display: flex;flex-direction: column;align-items: flex-start;}
.footer_first h2{font-size: 36px;color: #fff;margin-top: 20px;}
.footergo{display: block;padding: 15px 30px;text-align: center;background-color: #F0A500;font-size: 16px;color: #fff;margin-top: 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;}
.footergo:hover{padding: 15px 40px;background-color: #fff;color: #F0A500;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;}
.footer_nav{display: flex;flex-direction: column;align-items: flex-start;}
.footer_nav span{font-size: 20px;color: #F0A500;display: block;margin-bottom: 15px;}
.footer_nav a,.footer_nav p{font-size: 14px;color: #fff;margin-bottom: 10px;display: block;}
.footerway{display: flex;justify-content: flex-start;align-items: center;}
.footerway a{margin-right: 15px;}
.footer_nav a:hover{color: #F0A500;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_box{ display: flex;justify-content: space-between;align-items: center;  max-width: 1220px;width: 100%;margin: 0 auto; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.banner_box_con{width: 60%;overflow: hidden;display: flex;flex-direction: column;align-items: flex-start;}
.banner_box_con h2{font-size: 50px;color: #fff;font-weight: bold;text-align: left;line-height: 60px;}
.banner_box_con p{font-size: 16px;color: #fff;line-height: 30px;margin: 30px 0;text-align: left;}
.banner_btns{display: flex;justify-content: flex-start;align-items: center;}
.btns1{display: block;padding: 15px 50px;color: #fff;background-color: #F0A500;margin-right: 40px;font-size: 16px;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;}
.btns2{display: flex;justify-content: center;align-items: center;padding: 15px 50px;}
.btns2 i{font-size: 24px;color: #fff;margin-right: 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;}
.btns2 span{font-size: 16px;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;}
.btns1:hover{background-color: #fff;padding: 15px 70px;color: #F0A500;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;}
.btns2:hover i,.btns2:hover span{color: #F0A500;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_box_video{width: 35%;overflow: hidden;z-index: 999;}
.info{padding: 80px 0;}
.infoflex{display: flex;flex-wrap: wrap;}
.infobox{height: 100%; border: 1px solid #0F1318;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;}
.infoimg {position: relative;overflow: hidden;height: 0;width: 100%;display: block;padding-top: 100%;}
.infoimg img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;}
.infotxt h3{font-size: 19px;color: #000;font-weight: bold;line-height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
 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;overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding:5px;
}
.infotxt p{font-size: 16px;color: #666;margin-top: 15px;line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -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;}
  .info_list{margin-bottom:20px}
.info_list:hover .infobox{border: 1px solid #F0A500;background: #F0A500;}
.info_list:hover .infotxt h3,.info_list:hover .infotxt p{color: #fff;}
.onecard{padding: 80px 0;}
.onecardtitle{display: flex;flex-direction: column;align-items: flex-start;}
.onecardtitle span{display: block;padding: 5px 30px;background-color: #000;font-size: 18px;font-weight: bold;text-align: center;color: #fff;}
.onecardtitle h2{font-size: 36px;color: #000;font-weight: bold;margin: 20px 0;}
.onecardtitle p{font-size: 16px;color: #666;line-height: 25px;}
.onecardlist{margin-top: 40px}
.onecardlist ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.onecardlist li{display: flex;justify-content: space-between;align-items: center;width: 48%;overflow: hidden;margin-bottom: 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;}
.onecardlist .onecardicon{width: 100px;height: 100px;text-align: center;line-height: 100px; position: relative;  border: 2px solid #F0A500;margin-right: 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;}
.onecardlist .onecardtxt {flex: 1;}
.onecardtxt p{font-size: 18px;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;}
.onecardlist li:hover .onecardicon{background-color: #F0A500;transform: rotateY(180deg);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;}
.onecardlist li:hover .onecardicon i{color: #fff;}
.onecardlist li:hover  .onecardtxt p{color: #F0A500;}
.onecard_attention{display: flex;justify-content: flex-start;align-items: center;margin-top: 15px;}
.onecard_attention p{font-size: 18px;margin-left: 10px;color: #000;}
.onecard_attention i{color: #F0A500;font-size: 26px;}
.onecardimg{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top: 150%;}
.onecardimg img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;}
.onecardicon i{font-size: 40px;color: #F0A500;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;}
.twocard{    background-color: #1B1A17;
    padding-top: 60px;
    padding-bottom: 100px;}
.twocard_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;}
.twocard_imga{width: 70%;overflow: hidden;position: relative;overflow: hidden;display: block;height: auto;padding-top: 50%;}
.twocard_imgb{width: 65%;overflow: hidden;display: block;margin: -100px 0 0 auto;position: relative;overflow: hidden;height: auto;padding-top: 70%;}
.twocard_imgc{width: 70%;overflow: hidden;display: block;margin-top: -60px;height: auto;padding-top: 50%;position: relative;overflow: hidden;}
.twocard_title h2{font-size: 36px;color: #fff;line-height: 55px;margin-bottom: 15px;}
.twocard_title p{font-size: 16px;color: #fff;line-height: 30px;
    word-break: break-word;
    word-wrap: break-word;
}
.twocard_list{margin-top: 50px;}
.twocard_list li {margin-bottom: 40px;}
.twocard_list li p{font-size: 16px;color: #fff;line-height: 30px;display: none;}
.clickspan{display: flex;justify-content: space-between;align-items: flex-start;cursor: pointer;}
.clickspan h3{font-size: 22px;color: #fff;}
.clickspan i{font-size: 26px;color: #fff;margin-top: -10px;}
.clickspan span{display: none;font-size: 30px;color: #fff;display: none;margin-top: -10px;}
.currentli p{display: block !important;}
.currentli .clickspan{margin-bottom: 20px;background: #F0A500;padding: 10px;}
.currentli .clickspan h3{color: #fff;}
.currentli .clickspan i{display: none !important;}
.currentli .clickspan span{display: block !important;}
.twocardmore{ margin-top: 60px; width: 60%;height: 65px;line-height: 65px;background-color: #F0A500;font-size: 18px;color: #fff;text-align: center;display: block;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;}
.twocardmore:hover{width: 80%;background-color: #fff;color: #F0A500;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;}
.twocard_con{margin-top: 40px;}
.threecard{padding: 80px 0 300px 0;}
.threecard_img {position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top: 82%;}
.threecard_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;}
.threecard_num{margin-top: 40px;}
.threecard_num ul{display: flex;justify-content: flex-start;}
.threecard_num li{display: flex;flex-direction: column;align-items: center;margin-right: 80px;}
.threecard_num h3{font-size: 70px;color: #F0A500;font-family: "impact";letter-spacing: 2px;font-style: italic;}
.threecard_num p{font-size: 20px;color: #000;font-weight: bold;}
.threecard_left{margin-top: 30px;}

.fourcard{padding: 100px 0 100px 0;background-color: #1B1A17;}
.cardmain{display: block;margin-top: -310px;z-index: 9;position: relative;}
.cardmain img{width: 100%;vertical-align: middle;}
.star{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 30px;}
.star i{color: #F0A500;font-size: 16px;margin-right: 5px;}
.swipercard p{font-size: 18px;color: #fff;line-height: 30px;}
.personbox{display: flex;justify-content: space-between;align-items: center;margin-top: 40px;}
.personbox i{font-size: 70px;color: #fff;}
.peroson{display: flex;justify-content: flex-start;align-items: center;}
.perosonimg {width: 80px;height: 80px;border-radius: 50%;overflow: hidden;margin-right: 15px;line-height: 80px;text-align: center;}
.perosonimg img{width: 100%;height: 100%;}
.peroson_name{display: flex;flex-direction: column;align-items: flex-start;}
.peroson_name h3{font-size: 22px;color: #fff;font-weight: bold;text-align: left;}
.peroson_name span{font-size: 14px;color: #fff;text-align: left;display: block;margin-top: 10px;}
.fourcard .swiper-slide{padding-bottom: 50px;}
.fourcard_title h2{font-size: 40px;color: #fff;line-height: 55px;margin-bottom: 20px;}
.fourcard_title p{font-size: 16px;color: #fff;line-height: 30px;}
.fourcard_list {margin-top: 30px;}
.fourcard_list ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.fourcard_list li{width: 48%;overflow: hidden;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 10px;}
.fourcard_list i{font-size: 16px;color: #F0A500;margin-right: 15px;}
.fourcard_list p{font-size: 14px;color: #fff;}
.playbtn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.playbtn i{font-size: 90px;color: #fff;}
.headernav_logo img{max-height: 100px;}
.footerlogo img{max-height: 100px;}
.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: #F0A500 !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
/* shipin ------------------------------------*/
.banner_video_circle_smallbox {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s;
}
 .banner_video_circle{position: relative;overflow: hidden;}
  .bannervideo_i{
      position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  .bannervideo_i i{font-size: 70px;color: #F0A500;}

.loop_circle {
  max-width: 1440px;
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 15rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
}

@keyframes circleLoad {
  0% {
      stroke-dashoffset: 62;
  }
  100% {
      stroke-dashoffset: 0;
  }
}




#first_bannertext {
  position: absolute;
  top: 40%;
  left: 0%;
  width: 47%;
  animation: dev_titlemoveleft 1s ease-out;
  transform: translateY(-40%);
}


.videoline {
  position: relative;
}

.videoline_one {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.videoline_one svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoline_two {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.videoline_two svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoline_one {
  animation: circleLoadvideo 1.5s;
  stroke-dasharray: 100%
}

.videoline_two {
  animation: circleLoadvideotwo 3s;
  stroke-dasharray: 180%
}

@keyframes circleLoadvideo {
  0% {
      stroke-dashoffset: -100%;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

@keyframes circleLoadvideotwo {
  0% {
      stroke-dashoffset: 100%;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

.bannershipin {
  max-width: 1220px;
  width: 98%;
  height: auto;
  margin: 0 auto;
  position: fixed;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -57%);
  z-index: 999999;
  overflow: hidden;
  display: none;
}

.bannershipin_con {
  position: relative;
}

.bannershipin_con video {
  width: 100%;
  height: 100%;
}
.video_play_bigbox{
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); transition: all 0.3s;
}
#playvideobutton:hover .video_play_bigbox {
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s;
}

#playvideobutton:hover .banner_video_circle_smallbox {
  background-color: #ebebf3;
  transition: all 0.3s;
}

#playvideobutton:hover .bannervideo_i i {
  text-shadow: 5px 5px 10px rgba(219, 38, 49, 0.3);
  transition: all 0.3s;
}

.closevideo {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.closevideo img {
 width: 60px !important;
 height: 60px !important;
 display: block;
}

.mobile_videoline {
  display: none;
}
/* shipin------------------------------ */
.bolg {
  padding: 80px 0 80px 0;
  background-color: #EEEEEE;
}
.bolg_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.bolg_title span {
  font-size: 18px;
  color: #fff;
  padding: 5px 30px;
  background-color: #000;
  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;
  margin-top:20px;
}
.bolgtu {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 75%;
  display: block;
}
.bolgtu img {
  width: 100%;
  height: 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: #F0A500;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 9;
}
.bolgcover {
  width: 100%;
  height: 100%;
  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;
}
.none{display:none}
.rank-math-breadcrumb span{color:#fff}
em{font-style:initial}
#procontact {margin-top:30px;}
#procontact .feedbackForm{padding: 20px 0 40px 0;}
.tagfour h3{font-size: 36px;
    color: #F0A500;
    font-weight: bold;
    padding-left: 20px;
    border-left: 4px solid #F0A500;
    margin-bottom: 30px;}
	.productshow_other_main h3{font-size: 36px;
    color: #F0A500;
    font-weight: bold;
    padding-left: 20px;
    border-left: 4px solid #F0A500;
    margin-bottom: 30px;}
	.productshow_otherSwiper img{width:100%}
.bolg_go {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bolg_go span {
  font-size: 16px;
  color: #F0A500;
  font-weight: bold;
}
.bolg_go i {
  font-size: 16px;
  color: #F0A500;
  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: #F0A500;
  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;
}
/* 首页----------------------------------------------------------------------------------------------------- */
/* swiper */
.banner .swiper {width: 100%;height: 100%;}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}
/* 内页 ----------------------------------------------------------------------------------------------------*/
.bannercontent img {
  width: 100%;
  vertical-align: middle;
}
.product_right .shop_li{margin-bottom: 30px;}
.news {
  padding: 80px 0;
}
.accordion {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #F0A500;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #F0A500;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* border: 1px solid #F0A500; */
  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: #F0A500;
}

.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: #F0A500;
  color: #fff;
}
.product_left_menu h2 {
  padding: 15px;
  color: #fff;
  background-color: #F0A500;
  font-size: 36px;
  text-align: center;
}
.fanye {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product {
  padding: 80px 0;
}
.pagination .active a {
  background-color: #F0A500;
  border: 1px solid #F0A500;
}
.pagination li:hover a {
  background-color: #F0A500;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #F0A500;
}
.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: 80%;
}
.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: #F0A500;
  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: #F0A500;
  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: #F0A500;
  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: #F0A500;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: 1px solid #F0A500;
  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: #F0A500;
  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%;
  background-color: #ECECEC;
}
.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: #F0A500;
  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: #F0A500;
  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: #F0A500;
  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: 100%;
}
.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;
}
.productmorecontent p{    
    word-wrap: break-word;
    word-break: break-all;}
.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: #F0A500;
  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%;
  background-color: #ECECEC;
}
.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: #F0A500;
  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: #F0A500;
  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: #F0A500;
  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;
}
.headernav{z-index: 999999999999;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:#F0A500}
.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;}
.newshow{padding: 80px 0;}
    .newshow_title{padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid #F0A500;}
    .newshow_title h1{font-size: 26px;color: #000;font-weight: bold;text-align: center;}
    .newshow_title p{font-size: 16px;text-align: center;color: #666;margin-top: 20px;}
    .newshow_main p{font-size: 16px;line-height: 28px;color: #222;text-indent: 2em;margin-bottom: 15px;}
    .newshow_main img{max-width: 100%;vertical-align: middle;display: block;margin: 30px auto;text-align: center;}
    .newshow_fanye{display: flex;justify-content: space-between;align-items: center;margin-top: 50px;flex-wrap: wrap;}
  .newsfanye{width: 45%;overflow: hidden;border: 1px solid #F0A500;display: flex;justify-content: center;align-items: center;padding: 13px 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;}
  .newsfanye i{font-size: 16px;color: #F0A500;margin: 0 15px;}
  .newsfanye a{font-size: 16px;color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;}
  .newsfanye:hover{background-color: #F0A500;}
  .newsfanye:hover i,.newsfanye:hover a{color: #fff;}
     .pages a{    padding: 5px 10px;
    background-color: #fff;
    margin-right: 10px;
    color: #f0a500;
    border: 1px solid #000;
    }
    .current{
        background-color: #f0a500 !important;
        color: #fff !important;
        border: 1px solid #f0a500 !important;
    }
    .pages a:hover{        background-color: #f0a500 !important;
        color: #fff !important;
        border: 1px solid #f0a500 !important;}
        .current2{display:none;} 
		.contactustable{margin:60px 0;}
/* 产品详情也 */
#exzoom {width: 100%;}
.productnametitle h1{font-size: 22px;color: #000;padding-bottom: 20px;border-bottom: 1px solid #F0A500;margin-bottom: 30px;}
.productnametitle p{font-size: 16px;color: #666;line-height: 28px;}
.productnametitle a{display: inline-block;padding: 15px 40px;background-color: #F0A500;color: #fff;border: 1px solid #F0A500;font-size: 18px;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;}
.productnametitle a:hover{padding: 15px 60px;background-color: #fff;color: #F0A500;font-weight: bold;}
.productmorecontent{margin-top: 60px;}
.productmorecontent h3{font-size: 36px;color: #F0A500;font-weight: bold;padding-left: 20px;border-left: 4px solid #F0A500;margin-bottom: 30px;}
.productmorecontent p{font-size: 16px;color: #000;line-height: 30px;}
.productmorecontent img{max-width: 100%;vertical-align: middle;display: block;margin: 20px auto;}
.tablemain h2{font-size: 40px;font-weight: bold;color: #fff;text-align: center;margin-bottom: 40px;}
  .tablemain{background-color: #F0A500;padding:60px 50px;border-radius: 30px;}

  .tablecon button:hover{border: 1px solid #F0A500;background-color: #fff;color: #F0A500;width: 80%;}
  .tablecon button{border: 1px solid #F0A500;outline: none;background-color: #fff;width: 50%;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #F0A500; font-weight: bold; margin: 0 auto;  display: block;margin-top: 30px;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;}
  .tabletext i{font-size: 14px;color: #F0A500;position: absolute;bottom: 0;right: 5px;}
  .tabletext textarea{resize: none;border: none;outline: none;background-color: #fff;width: 100%;height: 100%;overflow: hidden;font-size: 16px;color: #000;}
  .tabletext{width: 100%;height: 200px;position: relative;overflow: hidden;background-color: #fff;padding: 20px;}
  .tableli i{font-size: 14px;color: #F0A500;position: absolute;bottom: -10px;right: 5px;}
  .tableli input{ width: 100%; border: none;outline: none;background-color: #fff;overflow: hidden;font-size: 16px;color: #222;}
  .tableli{width: 100%;height: 50px;line-height: 50px;position: relative;overflow: hidden;background-color: #fff;margin-bottom: 20px;padding: 0 15px;}
/* 适配:手机，平板，电脑--------------------------------------------------------------------------------------------------------- */
/* 手机 小于767的设备*/
@media (max-width: 767px) {
  .productnametitle {margin-top: 30px;}
  .productmorecontent h3{font-size: 28px;}
  .tablemain{padding: 30px 15px;}
  .tablemain h2{font-size: 26px;}
  .tablecon button{width: 100%;}
  .tagfour{padding-bottom: 40px;}
  .newshow_fanye{flex-wrap: wrap;}
  .newsfanye{margin: 5px auto;width: auto;}
  #exzoom{width: 100%;}
  .twocard_imga{width: 100%;}
  .twocard_imgb{width: 100%;margin: 0 auto;}
  .twocard_imgc{width: 100%;margin: 0 auto;}
  .infobox{padding: 15px;}
  .scrollsidebar{display: none;}
  .feedback{display: none;}
  .headernav_list{display: none;}
  .header{display: none;}
  .headernav{padding:20px 0;}
  .headernav_logo img{display: block;max-height: 85px;}
  .bolg{padding: 40px 0 20px 0;}
  .info{padding: 40px 0 20px 0;}
  .info_list {margin-bottom: 20px;}
  .infoimg{padding-top: 80%;margin-bottom: 15px;}
  .fourcard{padding: 40px 0;}
  .cardmain{margin-top: 0;}
  .personbox{margin-top: 20px;}
  .star{margin-bottom: 15px;}
  .threecard{padding: 20px 0 40px 0;}
  .threecard_left {margin-bottom: 30px;}
  .twocardmore{width: 100%;}
  .twocard_list{margin-top: 30px;}
  .twocard,.onecard{padding: 40px 0;}
  .onecard_attention{margin-top: 0;}
  .onecardimg{padding-top: 100%;margin-top: 20px;}
  .onecardlist li{flex-direction: column;align-items: center;flex-wrap: wrap;}
  .onecardlist li p{text-align: center;font-size: 14px;margin-top: 10px;}
  .onecardlist .onecardicon{width: 50px;height: 50px;line-height: 50px;margin-right: 0;}
  .onecardicon i{font-size: 30px;}
  .twocard_title h2{line-height: normal;font-size: 32px;}
  .twocard_con{margin-top: 20px;}
  .clickspan h3{font-size: 18px;}
  .mobilnav{display: none;}
  .footer_nav{margin: 10px 0;}
  .footer_first{margin-bottom: 15px;}
  .footer{padding: 40px 0;}
  .fourcard_title h2{line-height: normal;font-size: 32px;}
  .threecard_num li{margin: 0 ;width: 48%;overflow: hidden;}
  .threecard_num ul{justify-content: center;}
  .banner_box{flex-wrap: wrap;top: 40%;transform: translate(-50%,-40%);}
  .banner_box_con{width: 96%;margin: 0 auto;}
  .banner_box_video{width: 100%;}
  .banner_box_con h2{font-size: 32px;line-height: normal;}
  .banner_box_con p{font-size: 14px;line-height: normal;}
  .btns2{padding: 5px 15px;}
  .btns1{padding: 5px 15px;margin-right: 0;}
  .mobile_videoline{display: block;}
  .pc_videoline{display: none;}
  .banner_video_circle_smallbox,.video_play_bigbox{background: none;}
  .bannervideo_i i{font-size: 40px;}
  .videoline_two{width: 10px;height: 10px;}
  .videoline_one{width: 100px;height: 100px;}
  .closevideo img{width: 30px !important;height: 30px !important;}
  #playvideobutton:hover .video_play_bigbox {background-color:rgba(0, 0, 0, 0);}
  #playvideobutton:hover .banner_video_circle_smallbox {background-color: rgba(0, 0, 0, 0);}
  /* 内页适配 */
  .product,.news{padding: 40px 0;}
  .product_left ,.news_left {margin-bottom: 30px;}
  .fanye{margin: 0 auto;}
  .product_row_txt,.newsboxtxt{padding: 15px ;}
  .product_row_more,.newsboxtxt_bottom{padding-top: 15px;margin-top: 15px;}
}
/* 平板 768到992之间的设备 */
@media (min-width: 768px) and (max-width: 992px) {
  .productnametitle {margin-top: 30px;}
  .productmorecontent h3{font-size: 28px;}
  .tablemain{padding: 30px 15px;}
  .tablemain h2{font-size: 26px;}
  .tablecon button{width: 100%;}
  .tagfour{padding-bottom: 40px;}
  .twocard_imga{width: 100%;}
  .twocard_imgb{width: 100%;margin: 0 auto;}
  .twocard_imgc{width: 100%;margin: 0 auto;}
  .scrollsidebar{display: none;}
  .feedback{display: none;}
  .headernav_list{display: none;}
  .header{display: none;}
  .headernav{padding:20px 0;}
  .headernav_logo img{display: block;max-height: 85px;}
  .bolg{padding: 40px 0 20px 0;}
  .info{padding: 40px 0 20px 0;}
  .info_list {margin-bottom: 20px;}
  .infoimg{padding-top: 80%;margin-bottom: 15px;}
  .fourcard{padding: 40px 0;}
  .cardmain{margin-top: 0;}
  .personbox{margin-top: 20px;}
  .star{margin-bottom: 15px;}
  .threecard{padding: 20px 0 40px 0;}
  .threecard_left {margin-bottom: 30px;}
  .twocardmore{width: 100%;}
  .twocard_list{margin-top: 30px;}
  .twocard,.onecard{padding: 40px 0;}
  .onecardimg{padding-top: 100%;margin-top: 20px;}
  .onecard_attention{margin-top: 0;}
  .onecardlist{margin-top: 20px;}
  .onecardlist .onecardicon{width: 50px;height: 50px;line-height: 50px;margin-right: 20px;}
  .onecardicon i{font-size: 30px;}
  .twocard_title h2{line-height: normal;font-size: 32px;}
  .twocard_con{margin-top: 20px;}
  .clickspan h3{font-size: 18px;}
  .mobilnav{display: none;}
  .footer_nav{margin: 10px 0;}
  .footer_first{margin-bottom: 15px;}
  .footer{padding: 40px 0;}
  .fourcard_title h2{line-height: normal;font-size: 32px;}
  .threecard_num li{margin: 0 ;width: 48%;overflow: hidden;}
  .threecard_num ul{justify-content: center;}
  .banner_box{flex-wrap: wrap;top: 40%;transform: translate(-50%,-40%);}
  .banner_box_con{width: 80%;margin: 0 auto;}
  .banner_box_video{width: 100%;}
  .banner_box_con h2{font-size: 32px;line-height: normal;}
  .banner_box_con p{font-size: 14px;line-height: normal;}
  .btns2{padding: 5px 15px;}
  .btns1{padding: 5px 15px;margin-right: 0;}
  .mobile_videoline{display: block;}
  .pc_videoline{display: none;}
  .banner_video_circle_smallbox,.video_play_bigbox{background: none;}
  .bannervideo_i i{font-size: 40px;}
  .videoline_two{width: 10px;height: 10px;}
  .videoline_one{width: 100px;height: 100px;}
  .closevideo img{width: 30px !important;height: 30px !important;}
  #playvideobutton:hover .video_play_bigbox {background-color:rgba(0, 0, 0, 0);}
  #playvideobutton:hover .banner_video_circle_smallbox {background-color: rgba(0, 0, 0, 0);}
   /* 内页适配 */
   .product,.news{padding: 40px 0;}
   .product_left ,.news_left {margin-bottom: 30px;}
   .fanye{margin: 0 auto;}
   .newsboxtxt{padding: 20px 30px 20px 0 ;}
   .product_row_more,.newsboxtxt_bottom{padding-top: 20px;margin-top: 20px;}
}
/* 993到1200之间的设备 */
@media (min-width: 993px) and (max-width: 1200px) {
  .productnametitle {margin-top: 30px;}
  .productmorecontent h3{font-size: 28px;}
  .tablemain{padding: 30px 15px;}
  .tablemain h2{font-size: 26px;}
  .tablecon button{width: 100%;}
  .tagfour{padding-bottom: 40px;}
  .scrollsidebar{display: none;}
  .feedback{display: none;}
  .headernav_list{display: none;}
  .header{display: none;}
  .headernav{padding:20px 0;}
  .headernav_logo img{display: block;max-height: 100px;}
  .bolg{padding: 40px 0 20px 0;}
  .info{padding: 40px 0 20px 0;}
  .info_list {margin-bottom: 20px;}
  .infotxt h3{line-height: normal;font-size: 20px;}
  .infotxt p{line-height: normal;}
  .threecard_num{margin-top: 20px;}
  .fourcard{padding: 40px 0;}
  .cardmain{margin-top: 0;}
  .personbox{margin-top: 20px;}
  .star{margin-bottom: 15px;}
  .threecard{padding: 20px 0 40px 0;}
  .threecard_left {margin-bottom: 30px;}
  .twocardmore{width: 100%;}
  .twocard_list{margin-top: 30px;}
  .twocard,.onecard{padding: 40px 0;}
  .onecard_attention{margin-top: 0;}
  .onecardlist li{flex-direction: column;align-items: center;flex-wrap: wrap;}
  .onecardlist li p{text-align: center;font-size: 14px;margin-top: 10px;}
  .onecardlist .onecardicon{width: 50px;height: 50px;line-height: 50px;margin-right: 0;}
  .onecardicon i{font-size: 30px;}
  .twocard_title h2{line-height: normal;font-size: 32px;}
  .twocard_con{margin-top: 20px;}
  .clickspan h3{font-size: 18px;}
  .mobilnav{display: none;}
  .footer_nav{margin: 10px 0;}
  .footer_first{margin-bottom: 15px;}
  .footer{padding: 40px 0;}
  .fourcard_title h2{line-height: normal;font-size: 32px;}
  .threecard_num li{margin: 0 ;width: 48%;overflow: hidden;}
  .threecard_num ul{justify-content: center;}
  .banner_box{flex-wrap: wrap;top: 40%;transform: translate(-50%,-40%);}
  .banner_box_con{width: 70%;margin: 0 auto;}
  .banner_box_video{width: 100%;}
  .banner_box_con h2{font-size: 32px;line-height: normal;}
  .banner_box_con p{font-size: 14px;line-height: normal;}
  .btns2{padding: 5px 15px;}
  .btns1{padding: 5px 15px;margin-right: 0;}
  .mobile_videoline{display: block;}
  .pc_videoline{display: none;}
  .banner_video_circle_smallbox,.video_play_bigbox{background: none;}
  .bannervideo_i i{font-size: 40px;}
  .videoline_two{width: 10px;height: 10px;}
  .videoline_one{width: 100px;height: 100px;}
  .closevideo img{width: 30px !important;height: 30px !important;}
  #playvideobutton:hover .video_play_bigbox {background-color:rgba(0, 0, 0, 0);}
  #playvideobutton:hover .banner_video_circle_smallbox {background-color: rgba(0, 0, 0, 0);}
  
  /* 内页适配 */
  .product,.news{padding: 40px 0;}
  .product_left ,.news_left {margin-bottom: 30px;}
  .fanye{margin: 0 auto;}
}
/* 大型设备（台式电脑，1200px 起） */
@media (min-width: 1201px) and (max-width: 1600px) {
}
.table_wrap table{overflow-x: auto;text-align: center;margin: 0 auto;width: 100%;border: 1px solid #000;font-size:16px;}
.table_wrap table tr:nth-child(odd) {background-color: #e7f5ff;}
.table_wrap table td {border: 1px solid #ccc;text-align: center; padding: 10px;}

.footerway .iconfont{
    font-size: 24px;
}