@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline; }
table, tbody, thead, tr, th, td {
    vertical-align: middle;
}
body, button, input, select, textarea {
  font: 12px/1.5 tahoma,arial,'微软雅黑'; }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }
address, cite, dfn, em, var {
  font-style: normal; }
code, kbd, pre, samp {
  font-family: courier new,courier,monospace; }
small {
  font-size: 12px; }
ul, dl, dt, dd {
  list-style: none; }
sup {
  vertical-align: text-top; }
sub {
  vertical-align: text-bottom; }
legend {
  color: #000; }
fieldset, img {
  border: 0; }
button, input, select, textarea {
  font: 12px/1.5 tahoma,arial,sans-serif;
  vertical-align: middle;
  cursor: pointer; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
body {
  _overflow: auto;
  _height: 100%;
  margin: 0 auto;
  font-family: SimHei Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif !important;
  font-size: 12px;
  line-height: 1.5;
  background-color: #ffffff;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }
html {
  _overflow: hidden;
  font-size: 100px; }
:focus {
  outline: 1; }
hr {
  box-sizing: content-box;
  height: 0; }
button, html input[type=button], input[type=submit] {
  -webkit-apperance: button;
  cursor: pointer; }
button[disabled], html input[disabled] {
  cursor: default; }
ul {
  list-style: none; }
img {
  border: 0;
  vertical-align: middle; }
  p > img {display:block;margin:0 auto;}
em, i, u {
  font-style: normal; }
input {
  border: 1px solid #ddd;
  height: 25px;
  line-height: 25px;
  vertical-align: middle; }
nav ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }
del {
  text-decoration: line-through; }
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }
input, select {
  vertical-align: middle; }
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block; }
.hide {
  display: none; }
.clear, .clr {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.clearfix {
  *zoom: 1; }
.fl {
  float: left; }
.fr {
  float: right; }
/*a*/
a {
  color: #666;
  text-decoration: none; }
a:hover {
  text-decoration: none; }
img {
  height: auto;
  max-width: 100%; }
/*新增*/
.lan_lan {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background: #da251c;
  text-transform: uppercase;
  margin-left: 1%; }
.language {
  margin-top: 2vw; }
.language a {
  background: #fff;
  color: #da251c !important;
  display: block !important;
  font-size: 14px !important;
  height: 32px;
  line-height: 32px;
  width: 50%;
  margin: 0 auto;
  border-radius: 6px;
  padding: 0;
  border: none !important; }
.language a:after {
  display: none !important; }
.rid57 img, .rid55 img {
  max-width: 100%;
  margin: 0 auto; }
.MenuList_c3 {
  position: absolute;
  width: 250px;
  height: 0;
  top: 90px;
  right: 0;
  background: #da251c;
  box-shadow: 0 0.5vw 0.5vw 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s ease 0s;
  overflow: hidden;
  opacity: 0; }
.menu_c3:hover .MenuList_c3 {
  height: 40vw;
  opacity: 1;
  max-height: 100vh; }
.MenuList_c3 li:not(:first-child) {
  margin-top: 1.5vw; }
.MenuList_c3 li ul {
  display: none; }
.MenuList_c3 li {
  text-align: center; }
.MenuList_c3 a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-bottom: 3px;
  position: relative;
  z-index: 0; }
.MenuList_c3 a:after {
  content: '';
  display: block;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  width: 0;
  transition: 0.5s ease 0s; }
.MenuList_c3 a:hover:after {
  width: 100%; }
.b-this, .service .B li a:before {
  background: #1b1b1b; }
/*--------------------------------------------*/
.page-top {
  position: relative;
  z-index: 2; }
#bsWXBox {
  box-sizing: content-box; }
.business2 .more_btn {
  margin-top: 13%;
  margin-left: 0; }
#index_news .more_btn {
  margin-top: 3.5%; }
.sc_centent .more_btn {
  border-color: #fff;
  color: #fff;
  margin-top: 10%;
  margin-left: 0; }
.sc_centent .more_btn:after {
  border-bottom-color: #fff; }
.sc_centent .more_btn:before {
  background: url(../images/ico_more_arrow.png) no-repeat top left;
  background-size: 100% 100%; }
.more_btn {
  margin: 0 auto;
  position: relative;
  width: 200px;
  height: 60px;
  border: 1px solid #f5811a;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 0;
  line-height: 58px;
  display: block;
  font-size: 14px;
  color: #f5811a;
  text-transform: uppercase;
  text-indent: 20px;
  transition: 0.3s ease 0s; }
.more_btn:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: url(../images/ico_more_arrow3.png) no-repeat top left;
  background-size: 100% 100%;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  z-index: 0; }
.more_btn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 0;
  border-top: none;
  border-bottom: 58px #f5811a solid;
  border-left: transparent 30px solid;
  border-right: none;
  transition: 0.3s ease 0s;
  z-index: -1; }
.more_btn2 {
  position: relative;
  width: 200px;
  height: 60px;
  border: 1px solid #fff;
  overflow: hidden;
  z-index: 100; }
.more_btn2 a {
  display: block;
  width: 100%;
  height: 100%;
  font: normal 14px/60px arial;
  color: #fff;
  text-transform: uppercase;
  text-indent: 20px;
  background: url(../images/ico_more_arrow.png) 86% center no-repeat;
  transition: 0.3s ease-in-out; }
.more_btn2 i {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 0;
  border-top: none;
  border-bottom: 60px #fff solid;
  border-left: transparent 30px solid;
  border-right: none;
  transition: 0.3s ease-in-out;
  z-index: -1; }
.nav-mask {
  width: 100%;
  height: 100%;
  background: #f5811a url(../images/nav_mask_logo.png) center center no-repeat;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 3; }
.ovfHiden {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%; }
.nav-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff url(../images/menu_bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 3;
  display: none; }
#nav-header {
  font-size: 0;
  overflow: hidden;
  width: 100%;
  margin: 1% auto 0;
  padding: 0 4%;
  box-sizing: border-box;
  position: relative;
  z-index: 0; }
#nav-header .logo_orange {
  display: inline-block;
  vertical-align: middle;
  width: 16%; }
#nav-header .nav1 {
  width: calc(80.5% - 203px);
  display: inline-block;
  text-align: center;
  vertical-align: middle; }
#nav-header .nav1 a {
  transition: 0.3s ease 0s;
  font-size: 14px;
  margin-left: 5.5%; }
#nav-header .nav1 a:first-child {
  margin-left: 0; }
#nav-header .lan {
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle; }
#nav-main .lan a.on {
  color: #da251c; }
.nav-right {
  position: absolute;
  right: 4%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
#nav-header .close-btn {
  margin-left: 2vw;
  padding-left: 30px;
  font-size: 16px;
  display: inline-block;
  font-family: arial;
  color: #666;
  height: 20px;
  line-height: 20px;
  background: url(../images/close-btn.png) left center no-repeat;
  cursor: pointer;
  transition: all 0.5s;
  background-size: 20px auto;
  vertical-align: middle; }
#nav-main {
  font-size: 0;
  position: absolute;
  z-index: 0;
  width: 91.5%;
  top: 50%;
  left: 9.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 70vh; }
#nav-main .pc {
  height: 100%; }
#nav-main .nmL {
  float: left;
  display: inline-block;
  padding-left: 5%;
  width: 40%;
  vertical-align: middle; }
.nmR {
  z-index: -1;
  width: 50.8%;
  transition: all 0.5s;
  right: 5%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
#nav-footer {
  position: fixed;
  bottom: 3%;
  width: 100%;
  font-size: 14px;
  color: #999;
  padding: 0 4%;
  box-sizing: border-box;
  left: 0; }
#nav-footer .share2 {
  float: left; }
.share2 .bshare-custom.icon-medium-plus {
  line-height: normal !important; }
.share2 .bshare-custom.icon-medium-plus span {
  color: #666;
  font-size: 14px;
  vertical-align: middle;
  line-height: normal; }
.share2 .bshare-custom.icon-medium-plus a {
  transition: 0.3s ease 0s;
  margin-left: 10px;
  display: inline-block;
  width: 25px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  margin-right: 0; }
.share2 .bshare-custom.icon-medium-plus a:first-child {
  margin-left: 0; }
.share2 .bshare-custom.icon-medium-plus a.bshare-weixin {
  background: url(../images/wx.png) no-repeat top center !important;
  background-size: auto 100% !important; }
.share2 .bshare-custom.icon-medium-plus a.bshare-qqim {
  background: url(../images/qq.png) no-repeat top center !important;
  background-size: auto 100% !important; }
.copyright2 {
  float: right; }
.MenuList_c1 {
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  line-height: 1.2;
  overflow: auto; }
.MenuList_c1 .MenuItems {
  overflow: hidden; }
.MenuList_c1 .MenuItems > li:first-child {
  margin-top: 0; }
.MenuList_c1 .MenuItems > li {
  float: left;
  clear: both;
  margin-top: 1.5%;
  position: relative;
  padding-bottom: 5px;
  z-index: 0; }
.MenuList_c1 .MenuItems > li:after {
  content: '';
  width: 0;
  transition: 1s ease 0s;
  height: 1px;
  background: #da251c;
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: 0; }
.MenuList_c1 .MenuItems li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  font-size: 1.25vw;
  color: #999;
  vertical-align: middle; }
.MenuList_c1 .MenuItems li.on > a {
  color: #da251c; }
/*二级导航样式*/
.MenuList_c1 .MenuItems li div {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }
.MenuList_c1 .MenuItems li.hover div {
  visibility: visible;
  position: absolute;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s; }
.MenuList_c1 .MenuItems li div ul {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: 1s ease 0s; }
.MenuList_c1 .MenuItems li div ul li {
  transition: 0.3s ease 0s;
  display: inline-block;
  vertical-align: top;
  margin-left: 2vw;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0; }
.MenuList_c1 .MenuItems li div ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #da251c;
  font-size: 14px; }
#header {
  width: 100%;
  height: 90px;
  background: #fff;
  z-index: 55;
  font-size: 0;
  position: relative; }
.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.1); */ }
.fixed-header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -90px;
  z-index: 999;
  -webkit-transition: all .5s;
  transition: all .5s; }
.fixed-header-appear {
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
.fix_sec {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  -webkit-transition: all .5s;
  transition: all .5s; }
#header .logo_bg {
  display: inline-block;
  width: 18.75%;
  height: 100%;
  /* transition: all .5s;*/
  vertical-align: middle; }
#header.onn {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
#header .logo {
  display: block;
  margin: 0 2%;
  width: 100%;
  height: 100%;
  font-size: 0; }
#header .logo:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }
#header .logo .logo1 {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
#header .logo .logo3 {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
#header .logo .logo2 {
  display: none;
  width: 100%; }
.nav, .MenuList_f1 {
  transition: 0.3s ease 0s;
  display: inline-block;
  vertical-align: middle;
  z-index: 0; }
.MenuList_f1:after {
  content: '';
  height: 30%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  background: #ddd; }
#header .nav a, .MenuList_f1 li a {
  transition: 0.3s ease 0s;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  display: block; }
.MenuList_f1 > ul > li ul li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 1.5vw; }
.MenuList_f1 > ul > li {
  padding: 0 .5vw; }
.MenuList_f1 > ul > li {
  padding: 0 .5vw; }
.MenuList_f1 > ul > li.on > h3 a {
    color: #da251c; }
.MenuList_f1 > ul > li.on > h3 a:after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      background-color: #da251c; }
.MenuList_f1 > ul > li h3 a {
    padding: .2vw;
    position: relative; }
.MenuList_f1 > ul > li h3 a:after {
      content: '';
      display: block;
      width: 0;
      position: absolute;
      left: 50%;
      bottom: 0;
      height: 2px;
      background-color: #da251c; }
.MenuList_f1 > ul > li h3 a:hover {
      color: #da251c; }
.MenuList_f1 > ul > li h3 a:hover:after {
        left: 0;
        width: 100%;
        transition: all 0.4s ease 0s; }
.MenuList_f1 > ul > li > :nth-child(2) {
  transition: 0.5s ease 0s;
  top: 70px;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  overflow: hidden;
  background: rgba(229, 229, 229, 0.75);
  background: #e5e5e5;
  left: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  padding: 1.5vw 0;
  line-height: normal; }
/*.MenuList_f1>ul>li ul li:not(:first-child) { margin-left: 3vw; }*/
.MenuList_f1 > ul > li {
  position: static;
  text-align: center;
  display: inline-block;
  vertical-align: top; }
/*.MenuList_f1>ul>li:hover>:first-child { color: #fff; }*/
.MenuList_f1 > ul > li ul li a:hover {
  /* color: #ea5505;*/
  color: #da251c; }
.MenuList_f1 > ul > li:hover > :nth-child(2) {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  box-shadow: 0 0.5vw 0.5vw 0 rgba(0, 0, 0, 0.1); }
#header .nav a:first-child, .MenuList_f1 li:last-child {
  margin-right: 0; }
.form-search > img {
  display: inline-block;
  width: 14px;
  vertical-align: middle; }
#header .nav-btn {
  float: right;
  position: relative;
  width: 90px;
  height: 90px;
  border-left: 1px solid #ddd;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s ease 0s;
  z-index: 1; }
#header .login-btn.bb1 {
  border-left: 1px solid #ddd;
  text-align: center; }
#header .login-btn.bb1 a {
  font-size: 16px; }
#header .nav-btn span {
  width: 36px;
  height: 2px;
  background-color: #da251c;
  display: block;
  transition: 0.3s ease 0s;
  margin: 0 auto; }
#header .nav-btn span:first-child {
  margin-bottom: 8px; }
#header .nav-btn span:last-child {
  margin-top: 8px; }
#header .cur.nav-btn span:first-child {
  margin-bottom: -2px; }
#header .cur.nav-btn span:last-child {
  margin-top: -2px; }
#header .right_bar {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: calc(78.25% - 90px); }
#header .right_bar > div {
  display: inline-block; }
.menu-icon {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0; }
.menu-icon p {
  transition: 0.3s ease 0s;
  font-size: 14px;
  color: #da251c;
  text-align: center;
  margin-top: 0.5vw;
  font-weight: bold; }
/*主导航菜单 2020.07.08*/
.MenuList_f1 > ul {
  font-size: 0;
  display: block; }
.MenuList_f1 > ul > li a {
  display: block;
  text-transform: capitalize;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-weight: normal; }
.MenuList_f1 > ul > li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5; }
.MenuList_f1 > ul > li > :first-child {
  font-weight: normal;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  transition: 0.5s ease 0s; }
.MenuList_f1 > ul > li > :first-child.on {
  color: #fff; }
.MenuList_f1 > ul > li ul li a {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  padding: 0;
  transition: 0.5s ease 0s;
  margin: 0;
  position: relative; }
.MenuList_f1 > ul > li ul li.on a {
  color: #da251c; }
.MenuList_f1 > ul > li ul li.on a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #da251c; }
/*搜索*/
#search_mini_form {
  transition: 0.3s ease 0s;
  width: 70px;
  text-align: left;
  margin-left: 2%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  line-height: 36px;
  box-sizing: border-box;
  border: 1px solid transparent; }
#search_mini_form:before {
  content: '';
  height: 60%;
  width: 1px;
  position: absolute;
  left: -8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  background: #ddd; }
.right_bar.on #search_mini_form {
  width: 18%;
  border-color: #ddd;
  border-radius: 20px;
  padding: 0 1.5%; }
.form-search {
  white-space: nowrap;
  overflow: hidden; }
.form-search .button {
  cursor: pointer; }
.form-search .input-text {
  vertical-align: middle;
  font-size: 14px;
  margin-left: 10px;
  border: 0;
  color: #666;
  background: none;
  width: 50px; }
.form-search #search-submit {
  vertical-align: middle;
  width: 12px;
  height: 7px;
  line-height: 38px;
  color: #666666;
  border: none;
  background: url(../images/ico_more_arrow.png) right center no-repeat;
  display: none;
  cursor: pointer; }
#banner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
#banner .banner-l {
  background-color: #e6e6e6; }
.inner_banner, #banner {
  /*margin-top: 90px; */ }
.inner_banner {
  position: relative;
  z-index: 0; }
.right_bar.on .input-text {
  width: calc(100% - 46px);
  margin-right: 10px; }
.right_bar.on #search-submit {
  display: inline-block; }
/*登录*/
.child-list {
  padding: 0px 20px;
  position: relative; }
.child-list dl {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    width: 16.6%;
    text-align: left; }
.child-list dl dt {
      font-size: 14px;
      color: #333333;
      font-weight: bold;
      padding: 0px 6px;
      border-left: 2px solid #da251c; }
.child-list dl dd {
      padding: 5px 15px; }
.child-list dl dd a {
        font-size: 14px;
        color: #444444;
        padding: .1vw .2vw;
        display: inline-block;
        position: relative; }
.child-list dl dd a:after {
          content: '';
          display: block;
          width: 0;
          position: absolute;
          left: 50%;
          bottom: 0;
          height: 2px;
          background-color: #da251c; }
.child-list dl dd a:hover {
          color: #da251c; }
.child-list dl dd a:hover:after {
            left: 0;
            width: 100%;
            transition: all 0.4s ease 0s; }
.search {
  height: 30px;
  width: 50px;
  -webkit-box-pack: center;
  display: -webkit-box;
  text-align: center;
  float: right;
  -webkit-box-align: center;
  border-left: 1px solid #ddd;
  display: none; }
.search i {
    font-size: 22px;
    display: block;
    line-height: 100%;
    color: #999999; }
.navbar-toggle {
  float: right;
  display: none;
  position: relative;
  border-left: 1px solid #ddd; }
/*汉堡菜单PC*/
.menu-icon {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background: none;
  position: relative;
  z-index: 0; }
.menu-icon span, .menu-icon:before, .menu-icon:after {
  transition: 0.5s ease 0s;
  display: inline-block;
  height: 4px;
  background: #666666;
  content: '';
  width: 40px;
  vertical-align: middle; }
.menu-icon:before, .menu-icon:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px; }
.menu-icon:before {
  -webkit-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px); }
.menu-icon:after {
  -webkit-transform: translate(-50%, 14px);
          transform: translate(-50%, 14px); }
.menu-icon span {
  position: relative;
  margin: 0 auto;
  z-index: 0; }
.menu-i {
  transition: 0.5s ease 0.5s;
  opacity: 1;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin-left: 0;
  text-align: center;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  outline: none;
  font-size: 0; }
.menu-i:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 0; }
.mobile_search_box {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none; }
.mobile_search_box .bg {
    position: fixed;
    top: 50px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10001; }
.mobile_search_box ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px;
    color: #999999; }
.mobile_search_box .mb_sbox {
    position: fixed;
    top: 100px;
    z-index: 10002;
    width: 90%;
    left: 5%;
    display: -webkit-box;
    border-radius: 5px;
    height: 38px;
    -webkit-box-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    background: #ffffff; }
.mobile_search_box .mb_sbox input {
      -webkit-box-flex: 1;
      display: block;
      border: none;
      font-size: 14px;
      color: #333333; }
.mobile_search_box .mb_sbox button {
      display: block;
      border: none;
      width: 30px;
      height: 30px;
      background: url("../images/search.png") no-repeat center center;
      background-size: 20px; }
.MMhead {
  position: absolute;
  top: 10px;
  right: 15px; }
.MMhead .fa {
    font-size: 20px; }
/*banner数字分页*/
.banner-pagination .swiper-pagination-bullet {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  height: auto;
  text-align: center;
  font-family: arial;
  font-size: 16px;
  color: #898989;
  opacity: 1;
  background: none;
  outline: none;
  transition: 1s all; }
.banner-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0; }
.banner-pagination .swiper-pagination-bullet-active {
  color: #313131;
  outline: none; }
.banner-pagination .swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 1px;
  height: 100px;
  text-align: center;
  background-color: #535353 !important; }
/*鼠标滑动*/
.scroll-i {
  cursor: pointer;
  background: url(../images/ico_scroll.png) no-repeat 0 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  width: 31px;
  height: 41px;
  z-index: 5;
  -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0));
  filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0)); }
.wheel {
  position: absolute;
  margin-top: 18px;
  left: 50%;
  margin-left: -2px;
  height: 4px;
  width: 4px;
  display: block;
  background: #000;
  border-radius: 10px;
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite; }
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px); } }
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px; }
  50% {
    top: 2px; }
  100% {
    top: 3px; } }
#banner .banner-main {
  width: calc(100%); }
/*banner——swiper*/
.BannerShow_b1 {
  width: 100%;
  overflow: hidden; }
.BannerShow_b1 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto !important; }
.BannerShow_b1 .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center; }
.BannerShow_b1 .swiper-pagination-bullet {
  display: inline-block;
  width: 24px;
  height: 3px;
  border-radius: 0 !important;
  background: #fff;
  margin: 0 5px !important;
  opacity: 0.4;
  cursor: pointer; }
.BannerShow_b1 .swiper-pagination-bullet-active {
  background: #da251c;
  opacity: 1; }
#banner .banner-r, #banner .banner-l {
  position: relative;
  width: 90px;
  text-align: center;
  z-index: 0; }
#banner .banner-r {
  position: absolute;
  bottom: -55px;
  right: 25px;
  z-index: 555; }
.banner-button {
  display: flex; }
.banner-button .banner-next, .banner-button .banner-prev {
  margin: 0 5px;
  flex: 1; }
.banner-button .banner-next i, .banner-button .banner-prev i {
  display: block;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #666666;
  border-radius: 40px;
  font-size: 16px;
  transition: all ease .5s; }
.banner-button .banner-prev i:hover {
  border: 1px solid #da251c;
  color: #da251c;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px); }
.banner-button .banner-next i:hover {
  border: 1px solid #da251c;
  color: #da251c;
  -webkit-transform: translateX(10px);
          transform: translateX(10px); }
.banner-button .banner-next {
  background-position: left top;
  outline: none;
  cursor: pointer; }
.banner-button .banner-prev {
  background-position: left bottom;
  outline: none;
  cursor: pointer; }
#banner-bot {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #e6e6e6;
  z-index: 0;
  padding-top: 3%;
  padding-bottom: 2%; }
.future {
  position: absolute;
  left: 6%;
  bottom: 0;
  width: 23.43%;
  z-index: 0; }
.slogan {
  margin-right: 7.5%;
  width: 26.61%;
  float: right; }
.block-tit {
  padding: 40px 0;
  text-align: center; }
.block-tit .cn-tit {
    font-size: 30px;
    font-weight: bold;
    color: #26282a; }
.block-tit .en-tit {
    font-size: 24px;
    font-weight: bold;
    color: #a4a4a4;
    text-transform: uppercase; }
/*i1*/
.i1 li {
  height: auto; }
.i1 li span {
  -webkit-line-clamp: 4;
  margin-top: 2vw;
  line-height: 1.8;
  max-height: 130px; }
.i1 li .bg {
  background: url("../images/logobg_over.png") no-repeat top left #434343;
  background-size: 160px auto;
  background-position: left bottom;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  bottom: 0;
  overflow: hidden;
  transition: 0.5s linear 0s; }
.i1 li .bg:before {
  content: '';
  width: 3.3vw;
  height: 3.3vw;
  background: url("../images/i3.png") no-repeat center #fff;
  background-size: 44% auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0; }
.i1-swiper-btn a {
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.i1-swiper-btn .i1-prev {
  border-right: 0;
  border-top: 0;
  margin-right: 4vw; }
.i1-swiper-btn .i1-next {
  border-left: 0;
  border-bottom: 0;
  margin-left: 4vw; }
#i1-page {
  width: auto; }
#i1-page span:before {
  content: '0'; }
#i1-page i {
  display: inline-block;
  height: 2px;
  width: 2vw;
  background: #dddddd;
  vertical-align: middle;
  margin: 0 1vw; }
.p-a img {
  width: 1vw;
  margin-top: 10px; }
/*首页 - 产品介绍*/
#index_pro {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #fafafa center 0 no-repeat; }
.pro_top {
  width: 100%;
  margin-top: 0px; }
.pro_top .pro_tit {
  float: left;
  width: 50%; }
.pro_top .iso {
  float: right;
  width: 40%; }
.pro_list {
  width: 100%;
  height: 265px;
  overflow: hidden; }
.pro_list .swiper-slide {
  text-align: center;
  font-size: 14px;
  background-color: #fff; }
.pro_list .swiper-slide .pro_img {
  display: table-cell;
  *display: block;
  height: 210px;
  overflow: hidden;
  vertical-align: middle; }
.pro_list .swiper-slide .pro_img img {
  width: 100%;
  max-height: 200px;
  vertical-align: middle;
  display: block;
  transition: all ease .5s; }
.pro_list .swiper-slide .pro_img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }
.pro_list .swiper-slide a:hover {
  color: #da251c; }
.pro_list .swiper-slide em {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-top: 2px solid #c9c9c9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.pro_list_btn {
  margin: 50px auto 0;
  width: 384px;
  height: 30px;
  text-align: center; }
.left_btn, .right_btn {
  float: left;
  display: block;
  margin: 0 1px;
  width: 190px;
  height: 30px;
  cursor: pointer;
  transition: 300ms ease-in-out; }
.left_btn {
  background: #313131 url(../images/left_arrow.png) center center no-repeat; }
.left_btn:hover {
  background: #222 url(../images/left_arrow.png) 40px center no-repeat; }
.right_btn {
  background: #313131 url(../images/right_arrow.png) center center no-repeat; }
.right_btn:hover {
  background: #222 url(../images/right_arrow.png) 60px center no-repeat; }
/*新闻中心*/
.NewsList_g1 {
  overflow: hidden;
  margin: 1vw auto 0 auto; }
.NewsList_g1 ul li {
  display: block;
  width: 31.3%;
  margin-right: 3.05%;
  float: left;
  background: #fff;
  position: relative; }
.NewsList_g1 ul li:nth-child(3) {
  margin-right: 0; }
.NewsList_g1 .txt {
  margin: 0 auto;
  padding: 1.5vw 1.7vw 1vw 1.7vw;
  color: #585858;
  box-sizing: border-box;
  background: #fafafa;
  min-height: 200px; }
.NewsList_g1 .nwimg {
  height: 19.5vw;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }
.NewsList_g1 .nwimg img {
  position: absolute;
  display: block;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: .8s all ease; }
.NewsList_g1 .wmore {
  display: block;
  text-align: right;
  margin-top: 1vw;
  line-height: 1.2; }
.NewsList_g1 .wmore a {
  font-size: 12px;
  display: inline-block;
  margin-right: 12px; }
.NewsList_g1 .wmore i {
  display: inline-block;
  background: url(../images/nmore.png) no-repeat;
  background-position: -30px 0;
  background-size: auto 4px;
  width: 28px;
  height: 4px;
  transition: .8s all ease;
  -ms-transition: .8s all ease;
  -webkit-transition: .8s all ease; }
.NewsList_g1 .ntime {
  font-size: 14px; }
.NewsList_g1 .ntime:after {
  content: "";
  display: inline-block;
  width: 67px;
  height: 2px;
  background: #585858;
  margin-bottom: 1.5vw;
  margin-left: 2vw; }
.NewsList_g1 .ntime span {
  display: block;
  font-weight: bold;
  margin-right: 1vw;
  line-height: 1.15;
  font-size: 24px; }
.NewsList_g1 .ntime p i {
  display: block;
  font-style: normal;
  font-size: 18px; }
.NewsList_g1 .ntime p {
  line-height: 1.4;
  font-size: 14px;
  display: inline-block; }
.NewsList_g1 h3 a {
  font-size: 18px;
  margin: 1.2vw auto 10px auto;
  display: block;
  color: #3b3b3b;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
/*  white-space: nowrap;
  word-wrap:break-word;*/
  line-height: 1.5; }
.NewsList_g1 p {
  font-size: 14px;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.NewsList_g1 ul li:hover .wmore i {
  background-position: 0 0; }
.NewsList_g1 ul li:hover .txt {
  background: #313131;
  color: #fff; }
.NewsList_g1 ul li:hover .ntime:after {
  background: #fff; }
.NewsList_g1 ul li:hover a {
  color: #fff; }
.NewsList_g1 ul li:hover img {
  transform: scale(1.1) translate(-45%, -45%);
  -webkit-transform: scale(1.1) translate(-45%, -45%);
  -ms-transform: scale(1.1) translate(-45%, -45%); }
.NewsList_g1 ul li:nth-child(4) {
  display: none; }
/*i5*/
.i5-swiper .R .p-title1 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2vw;
  padding-right: 8vw; }
.i5-swiper .R .p-title1 p {
  font-size: 24px !important;
  font-weight: bold; }
.i5-swiper li {
  height: auto; }
.i5 .RB {
  padding-right: 8vw;
  margin-top: 4vw; }
.i5 .RB p {
  -webkit-line-clamp: 4;
  line-height: 2;
  max-height: 128px;
  margin-top: 1.5vw; }
.a-i img {
  width: 20px;
  margin-left: 9px;
  transition: 0.5s ease 0s; }
.i5-btn a:before {
  content: '';
  width: 15%;
  height: 15%;
  border: 2px solid #999;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.5s ease 0s; }
.i5-btn {
  z-index: 1; }
.i5-btn .i5-prev:before {
  border-top: 0;
  border-right: 0; }
.i5-btn .i5-next:before {
  border-color: #fff;
  border-bottom: 0;
  border-left: 0; }
.Service-wrap {
  background: url("../images/mbg3.jpg") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px; }
.w12 {
  width: 67.18%;
  margin: 0 auto; }
.main03 .ResTitle_a3 {
  margin-bottom: 3.4vw; }
.main03 .w12 {
  position: relative;
  background-color: #fff;
  overflow: hidden; }
.main03 .fl {
  width: 50%;
  background: #fff;
  box-sizing: border-box;
  height: 100%; }
.main03 .fl .top {
  line-height: 36px;
  border-bottom: 1px solid #b5b7b6;
  padding-bottom: 1.2vw;
  margin-bottom: 1.4vw; }
.main03 .fl .top h3 {
  font-size: 24px;
  color: #3b3b3b;
  display: inline-block; }
.main03 .fl .top a {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #585858;
  padding-right: 37px;
  background: url(../images/nmore.png) no-repeat;
  background-position: 0 center; }
.main03 .fl .top i {
  background: url(../images/gonggao.png) #da251c center no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 17px;
  border-radius: 50%;
  float: left;
  display: block; }
.main03 .fr {
  width: 50%;
  height: 30vw;
  /* position: absolute;right: 0;height: 100%; */ }
.main03 .fr .box {
  display: block;
  background: url(../images/n1.jpg) #07080a no-repeat;
  background-size: 100% 100%;
  height: 50%;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 1.8vw 0 0 2vw;
  position: relative;
  background-position: 0 0;
  transition: .4s all ease;
  -ms-transition: .4s all ease;
  -webkit-transition: .4s all ease; }
.main03 .fr .t1 p {
  position: absolute;
  top: 1.8vw;
  left: 2vw;
  z-index: 2; }
.main03 .fr .t1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(to right, #07080a, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(to right, #07080a, rgba(0, 0, 0, 0));
  background: linear-gradient(to right, #07080a, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff07080a', endColorstr='#00000000', GradientType=1); }
.main03 .fr > div {
  height: 50%; }
.main03 .fr .t2 {
  background-image: url(../images/n2.jpg);
  width: 63%;
  float: left;
  color: #fff;
  height: 100%; }
.main03 .fr .t3 {
  background-image: url(../images/n3.jpg);
  width: 37%;
  float: left;
  height: 100%; }
.main03 .fr .box:hover {
  background-size: 120% 120%;
  background-position: 10% 10%; }
.main03 .fl .box0 {
  display: block;
  background-image: url(../images/n4.jpg);
  font-size: 20px;
  color: #fff;
  padding: 1.8vw 0 0 2vw;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 30vw;
  background-position: 0 0;
  transition: .4s all ease;
  -ms-transition: .4s all ease;
  -webkit-transition: .4s all ease; }
.main03 .fl .box0:hover {
  background-size: 120% 120%;
  background-position: 10% 10%; }
/*i6*/
.i6-swiper li {
  width: 15vw;
  border: 1px solid #f5f5f5;
  height: 7vw;
  margin-right: 2vw; }
.i6-swiper img {
  max-height: 70%;
  max-width: 60%; }
.i6-btn {
  width: 0.8vw;
  height: 0.8vw;
  border: 2px solid #999;
  -webkit-transform: translate(0) rotate(45deg);
          transform: translate(0) rotate(45deg);
  z-index: 1;
  transition: 0.5s ease 0s; }
.i6-prev {
  left: -2vw;
  border-right: 0;
  border-top: 0; }
.i6-next {
  right: -2vw;
  border-left: 0;
  border-bottom: 0; }
#lan {
  position: relative;
  display: inline-block;
  z-index: 100;
  line-height: 70px;
  color: #222; }
.lan_select {
  display: none;
  font-size: 16px;
  position: absolute;
  top: 70px;
  left: -50px;
  width: 150px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background: #fff; }
.lan_select a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  transition: all ease-out .5s;
  margin: 0 5px;
  position: relative; }
.lan_select a:after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    background-color: #da251c; }
.lan_select a:hover {
    color: #da251c; }
.lan_select a:hover:after {
      left: 0;
      width: 100%;
      transition: all 0.4s ease 0s; }
.lan_select a:hover {
  color: #da251c;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px); }
#lan:hover .lan_select {
  display: block; }
.site-box {
  width: 100%;
  background: #fafafa;
  box-sizing: border-box;
  padding: 0 5.2%;
  line-height: 1.8;
  position: relative;
  overflow: hidden; }
.NavList_a1 {
  margin-left: 0;
  -webkit-animation: fadeInLeft 1s ease 0.5s both;
  -ms-animation: fadeInLeft 1s ease 0.5s both;
  -moz-animation: fadeInLeft 1s ease 0.5s both;
  -o-animation: fadeInLeft 1s ease 0.5s both; }
.NavList_a1 ul {
  display: block;
  text-align: center;
  font-size: 0; }
.NavList_a1 li {
  display: inline-block;
  width: auto; }
.NavList_a1 a {
  font-size: 16px;
  color: #434343;
  border-bottom: 1px solid #fafafa;
  display: inline-block;
  padding: 1.5vw  3vw;
  position: relative;
  transition: all 0.2s ease-in; }
.NavList_a1 a:hover {
  color: #FFFFFF;
  background: #da251c;
  border-bottom: 1px solid #da251c; }
.NavList_a1 li .on {
  color: #FFFFFF;
  background: #da251c;
  border-bottom: 1px solid #da251c; }
.PosList_a1 {
  color: #4f4f4f;
  font-size: 12px;
  float: right;
  line-height: 28px;
  -webkit-animation: fadeInRight 0.8s ease 0.8s both;
  -ms-animation: fadeInRight 0.8s ease 0.8s both;
  -moz-animation: fadeInRight 0.8s ease 0.8s both;
  -o-animation: fadeInRight 0.8s ease 0.8s both; }
.PosList_a1 a {
  color: #4f4f4f;
  font-size: 12px; }
.PosList_a1 b {
  font-weight: normal; }
/*地图*/
.map-body-pc {
  padding: 50px;
  position: relative;
  margin: 0 auto;
  max-width: 1200px; }
.map-body-pc img {
    width: 100%; }
.map-body-pc .map-position-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.map-body-pc #huadong, .map-body-pc #huanan, .map-body-pc #huazhong, .map-body-pc #huabei, .map-body-pc #xibei, .map-body-pc #xinan, .map-body-pc #dongbei, .map-body-pc #gat, .map-body-pc #Asia, .map-body-pc #Europe, .map-body-pc #NorthAmerica, .map-body-pc #SouthAmerica, .map-body-pc #Africa, .map-body-pc #Oceania {
    position: absolute;
    display: block;
    width: 33px;
    height: 49px;
    right: 350px;
    top: 500px;
    background: url("../images/positionicon.png") no-repeat; }
.map-body-pc #huanan {
    right: 450px;
    top: 700px; }
.map-body-pc #huazhong {
    right: 450px;
    top: 550px; }
.map-body-pc #huabei {
    right: 460px;
    top: 380px; }
.map-body-pc #xibei {
    right: 650px;
    top: 350px; }
.map-body-pc #xinan {
    right: 600px;
    top: 600px; }
.map-body-pc #dongbei {
    right: 350px;
    top: 200px; }
.map-body-pc #gat {
    right: 290px;
    top: 700px; }
.map-body-pc #Asia {
    right: 350px;
    top: 200px; }
.map-body-pc #Europe {
    right: 550px;
    top: 180px; }
.map-body-pc #NorthAmerica {
    right: 900px;
    top: 200px; }
.map-body-pc #SouthAmerica {
    right: 800px;
    top: 400px; }
.map-body-pc #Africa {
    right: 550px;
    top: 350px; }
.map-body-pc #Oceania {
    right: 200px;
    top: 450px; }
.customer-list li {
  padding: 20px;
  border-bottom: 1px solid #ddd; }
.customer-list .customer-tit {
  font-size: 16px;
  margin-bottom: 10px; }
.customer-list .customer_txt p {
  margin-bottom: 5px; }
.pages {
  margin: 20px 0;
  text-align: center;
  font-size: 0; }
.pages a {
    display: inline-block;
    padding: 3px;
    font-size: 15px;
    width: 30px;
    text-align: center;
    margin-left: -1px;
    border: 1px solid #dddddd; }
.pages a.prev {
      font-family: '宋体'; }
.pages a.next {
      font-family: '宋体'; }
.pages a.active {
      background: #333333;
      color: #fff; }
.pages a:hover {
      background: #333333;
      color: #fff; }
.map-body-mb {
  display: none; }
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal; }
.pager {
  padding: 20px 0; }
.pager .pager__items {
    display: flex;
    justify-content: center;
    align-items: center; }
.pager .pager__items li {
      width: auto;
      padding: 0;
      box-shadow: none; }
.pager .pager__items li.is-active a {
        background: #333333;
        color: #fff; }
.pager .pager__items li a {
        display: inline-block;
        font-size: 15px;
        padding: 3px 10px;
        text-align: center;
        margin-left: -1px;
        border: 1px solid #dddddd; }
.pager .pager__items li a.prev {
          font-family: '宋体'; }
.pager .pager__items li a.next {
          font-family: '宋体'; }
.pager .pager__items li a.active {
          background: #333333;
          color: #fff; }
.pager .pager__items li a:hover {
          background: #333333;
          color: #fff; }
.pageContent {
  padding: 0; }
.ser_list {
  display: flex;
  display: -ms-flexbox;
  height: 44.5vw; }
.ser_list li {
  width: 33%;
  transition: 0.3s ease 0s;
  transition: 0.5s ease 0s; }
.ser_list a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }
.ser_list a:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/bg1.png) repeat top left;
  background-size: 3px 3px; }
.ser_list a:after {
  transition: 0.3s ease 0s;
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1); }
.ser_list .ser-text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.ser_list a p {
  font-size: 16px; }
.ser_list a h3 {
  font-size: 2.5vw;
  font-weight: normal;
  margin-top: 10px; }
.ser_list li:hover {
  width: 40%; }
.pro-text {
  background: #f5f5f5;
  padding: 2.5vw 2vw;
  position: relative;
  z-index: 0;
  height: calc(100% - 14.5vw); }
.Solution_list li a {
  height: 100%; }
.hover-text i, .pro-icon {
  width: 3vw;
  height: 3vw;
  border-radius: 50%; }
.pro-icon {
  position: absolute;
  top: 14.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1vw;
  z-index: 1;
  transition: 0.5s ease 0s;
  opacity: 1;
  background: #313131; }
.pro-icon img {
  width: 30%;
  transition: 0s ease 0.4s; }
.Solution_list figure {
  transition: 0.8s  linear 0s; }
.pro-text {
  background: #f5f5f5;
  padding: 2.5vw 2vw;
  position: relative;
  z-index: 0;
  height: calc(100% - 14.5vw); }
.pro-text span {
  margin-top: 1vw;
  line-height: 1.7;
  max-height: 48px; }
.pro-text p {
  line-height: 1.6;
  max-height: 58px;
  text-align: center; }
.hover-text {
  left: 0;
  top: 0;
  padding: 0 3vw;
  opacity: 0;
  z-index: 2; }
.hover-text i {
  background: url(../images/i3-1.png) no-repeat center #fff;
  background-size: 30% auto; }
.hover-text p {
  line-height: 1.5;
  margin-top: 1.5vw;
  white-space: nowrap;
  text-overflow: ellipsis; }
.Solution_list .pro-img {
  overflow: hidden; }
.pro-text:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 0.5s ease 0s;
  background: #313131;
  z-index: -1; }
.Solution_detail {
  padding: 25px 0; }
.Solution_content {
  display: flex; }
.Solution_content .Solution_detail_text {
    width: 65%;
    padding: 20px;
    color: #FFFFFF;
    min-height: 250px;
    background: #2c2c2c; }
.Solution_content .Solution_detail_text h2 {
      font-size: 20px;
      color: #fff;
      margin-bottom: 10px; }
.Solution_content .Solution_detail_text p {
      font-size: 16px; }
.Solution_content .Solution_detail_img {
    width: 35%; }
.Solution_content .Solution_detail_img figure {
      display: block;
      width: 100%;
      height: 100%; }
.Solution_content .Solution_detail_img img {
      width: 100%;
      height: 250px; }
.detail-wrap {
  margin: 20px 0;
  border: 1px solid #eeeeee; }
.detail-wrap .tab-main {
    border-bottom: 1px solid #eeeeee; }
.detail-wrap .tab-main.pro-detail-hd-fixed {
      position: fixed;
      width: 100%;
      background: #FFFFFF;
      z-index: 555;
      top: 0;
      left: 0; }
.detail-wrap .tab-main.pro-detail-hd-fixed ul {
        max-width: 84%;
        margin: 0 auto; }
.detail-wrap .tab-main ul {
      display: flex; }
.detail-wrap .tab-main ul li.current a {
        font-weight: bold;
        position: relative;
        color: #333333; }
.detail-wrap .tab-main ul li.current a:after {
          content: '';
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
          height: 0.3vw;
          background: #da251c; }
.detail-wrap .tab-main ul li.current a:before {
          content: '';
          position: absolute;
          left: 50%;
          top: .3vw;
          margin-left: -5px;
          width: 0;
          height: 0;
          border-right: 6px solid transparent;
          border-left: 6px solid transparent;
          border-top: 6px solid #da251c; }
.detail-wrap .tab-main ul li a {
        display: block;
        font-size: 1.0vw;
        padding: 1vw 1vw; }
.detail-wrap .tab-main ul li a:hover {
          color: #da251c; }
.detail-wrap .detail-intro {
    padding: 20px; }
.site-md {
  padding-bottom: 20px; }
.select-box {
  right: 0; }
.select-box select {
  background: #f5f5f5;
  border: 1px solid #eee;
  height: 44px;
  width: 15vw;
  padding: 0.5vw 1.5vw;
  white-space: normal;
  box-sizing: content-box;
  word-break: break-all; }
.hover-text i, .pro-icon {
  width: 3vw;
  height: 3vw;
  border-radius: 50%; }
.pro-icon {
  position: absolute;
  top: 22vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1vw;
  z-index: 1;
  transition: 0.5s ease 0s;
  opacity: 1;
  background: #000000; }
.pro-icon img {
  width: 30%;
  transition: 0s ease 0.4s; }
.product-list figure {
  transition: 0.8s linear 0s; }
.pro-text {
  background: #f5f5f5;
  padding: 1.8vw 2vw;
  position: relative;
  z-index: 0;
  height: calc(100% - 14.5vw); }
.pro-text span {
  margin-top: 1vw;
  line-height: 1.7;
  max-height: 48px; }
.pro-text p {
  line-height: 1.6;
  max-height: 58px; }
.hover-text {
  left: 0;
  top: 0;
  padding: 0 3vw;
  opacity: 0;
  z-index: 2; }
.hover-text i {
  background: url(../images/i2_2.png) no-repeat center #fff;
  background-size: 30% auto; }
.hover-text p {
  line-height: 1.5;
  margin-top: 1.5vw;
  word-break: break-all; }
.product-list .pro-img {
  overflow: hidden; }
.pro-text i {
  display: block;
  height: 14px;
  background: url(../images/i3_1.png) no-repeat center;
  background-size: auto 100%;
  margin-top: 2vw;
  transition: 0.5s ease 0s; }
.pro-text:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 0.5s ease 0s;
  background: #000000;
  z-index: -1; }
.select-sort {
  display: flex;
  margin: 1.5vw 0; }
.select-sort .select-item {
    padding: 0.8vw 2vw;
    border: 1px solid #eeeeee;
    background: #f7f7f7;
    width: 33.33%;
    font-size: 1.5vw; }
.product_detail {
  padding-top: 25px; }
.product_content .product_detail_swiper {
  width: 25%;
  float: left;
  border: 1px solid #ddd; }
.product_content .product_detail_swiper .swiper-pagination {
    bottom: 1.5vw;
    width: 100%; }
.product_content .product_detail_swiper .swiper-pagination .swiper-pagination-bullet {
      width: 20px;
      border-radius: 0;
      height: 5px;
      outline: none;
      background: #c4c4c4;
      margin: 0 5px; }
.product_content .product_detail_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #da251c; }
.product_content .product_detail_text {
  float: left;
  width: 75%;
  padding: 1.3vw;
  /*height: 18.8vw;*/
  background: #fafafa; }
.product_content .product_detail_text h2 {
    font-size: 1.2vw;
    margin-bottom: 1vw;
    font-weight: bold; }
.product_content .product_detail_text p {
    font-size: 1.0vw;
    color: #666666;
    margin-bottom: .5vw; }
.product_content .swiper-slide > div {
  width: 100%;
  overflow: hidden;
  height: 29.5vw;
  text-align: center; }
.download-list {
  padding: 2vw 0; }
.down_load li {
  display: inline-block;
  width: 50%;
  margin-bottom: 3%;
  vertical-align: top; }
.down_load li:nth-child(2n+1), .login-title .R li:first-child {
  margin-left: 2%; }
.down_load a {
  background: #fff;
  height: 6.25vw;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  font-size: 0; }
.down_load .L {
  padding: 0 15% 0 4%; }
.down_load .LR {
  width: calc(100% - 5.2vw);
  margin-left: 1vw; }
.down_load .L h2 {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  max-height: 50px; }
.down_load .L p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  max-height: 50px; }
.down_load .LL img {
  max-width: 80%;
  max-height: 80%; }
.down_load .LL {
  height: 4.2vw;
  width: 4.2vw;
  border: 1px solid #eee;
  text-align: center;
  background: #fff; }
.down_load .L {
  width: 80%;
  padding: 0 5% 0 1%; }
.down_load .R img {
  width: 25%; }
.down_load .R {
  transition: 0.3s ease 0s;
  background: #999;
  height: 100%;
  width: 20%;
  text-align: center; }
.down_load li {
  display: inline-block;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 2%;
  vertical-align: top; }
.down_load a {
  background: #fff;
  height: 6.25vw;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  font-size: 0; }
.down_load ul {
  font-size: 0; }
.login-title .R {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0; }
.login-title .R li.on a {
  border-color: #da251c;
  color: #da251c; }
.NewsList_g1_list {
  margin: 3vw auto 0 auto; }
.NewsList_g1_list ul li {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 1vw 5.4vw 1vw 1.1vw;
  display: block;
  box-shadow: 0px 11px 20px 5px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  margin-bottom: 4vw;
  transition: .4s all ease;
  -ms-transition: .4s all ease;
  -webkit-transition: .4s all ease; }
.NewsList_g1_list .txt {
  margin: 0 auto;
  color: #585858;
  box-sizing: border-box;
  width: 66.6%;
  float: right;
  display: inline-block;
  padding-top: 1.5vw; }
.NewsList_g1_list .nwimg {
  height: 15vw;
  width: 28%;
  position: relative;
  overflow: hidden;
  display: inline-block; }
.NewsList_g1_list .nwimg img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: .8s all ease; }
.NewsList_g1_list .wmore {
  display: block;
  text-align: right;
  margin-top: 1vw;
  line-height: 1.2; }
.NewsList_g1_list .wmore a {
  font-size: 12px;
  display: inline-block;
  margin-right: 12px; }
.NewsList_g1_list .wmore i {
  display: inline-block;
  background: url(../images/nmore.png) no-repeat;
  background-position: -30px 0;
  background-size: auto 4px;
  width: 28px;
  height: 4px;
  transition: .8s all ease;
  -ms-transition: .8s all ease;
  -webkit-transition: .8s all ease; }
.NewsList_g1_list .ntime {
  font-size: 14px; }
.NewsList_g1_list .ntime:after {
  content: "";
  display: inline-block;
  width: 67px;
  height: 2px;
  background: #585858;
  margin-bottom: 1.5vw;
  margin-left: 2vw; }
.NewsList_g1_list .ntime span {
  display: block;
  font-weight: bold;
  margin-right: 1vw;
  line-height: 1.15;
  font-size: 2.5vw; }
.NewsList_g1_list .ntime p i {
  display: block;
  font-style: normal; }
.NewsList_g1_list .ntime p {
  line-height: 1.4;
  font-size: 1.2vw;
  display: inline-block; }
.NewsList_g1_list h3 {
  margin: 1.5vw 0 1vw 0;
  display: block; }
.NewsList_g1_list h3 a {
  font-size: 1.2vw;
  display: block;
  color: #3b3b3b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.15; }
.NewsList_g1_list p {
  font-size: 1vw;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
  max-width: calc(100% - 2em);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.NewsList_g1_list ul li:hover .wmore i {
  background-position: 0 0; }
.NewsList_g1_list ul li:hover {
  background: #2a2a2a;
  color: #fff; }
.NewsList_g1_list ul li:hover .ntime:after {
  background: #fff; }
.NewsList_g1_list ul li:hover a, .NewsList_g1_list ul li:hover p, .NewsList_g1_list li:hover .ntime span {
  color: #fff; }
.NewsList_g1_list ul li:hover img {
  transform: scale(1.1) translate(-45%, -45%);
  -webkit-transform: scale(1.1) translate(-45%, -45%);
  -ms-transform: scale(1.1) translate(-45%, -45%); }
.NewsList_g1_list ul li:nth-child(4) {
  display: none; }
.NewsList_g1_list ul li:nth-child(4) {
  display: none; }
.article-header {
  padding: 2vw 0;
  border-bottom: 1px dashed #EEEEEE;
  text-align: center; }
.article-header .tit {
    font-size: 20px;
    font-weight: bold; }
.article-header .time {
    font-size: 16px;
    color: #666666; }
.article-content {
  padding: 1vw 2vw;
  border-top: 1px;
  font-size: 16px;
  color: #666; }
.article-content p {
    line-height: 30px;
    text-indent: 34px;
    margin-bottom: 15px; }
#newtb {
  padding: 2vw 0;
  border-top: 1px dashed #EEEEEE; }
#newtb span {
    float: left;
    display: block; }
#newtb em {
    display: block;
    float: right; }
/*.js-form-submit{
  display: none;
}*/
.shs-field-container {
  display: flex;
  margin: 1.5vw 0;
  padding: 15px; }
.shs-field-container .shs-widget-container {
    margin: 0 5px;
    flex-basis: 33%; }
.shs-field-container .shs-widget-container .shs-select.form-select {
      padding: 0.8vw 2vw;
      border: 1px solid #999;
      background: #f7f7f7;
      width: 100%;
      font-size: 1.5vw;
      display: block; }
.shs-field-container .shs-widget-container input {
      padding: 0.8vw 2vw;
      border: 1px solid #999;
      background: #f7f7f7;
      width: 100%;
      font-size: 1.5vw;
      height: 100%; }
.shs-field-container .shs-widget-container .searchbtn {
      display: inline-block;
      height: 100%;
      padding: .5vw 1.5vw;
      color: #FFFFFF;
      border: none;
      font-size: 1.5vw;
      border-radius: 5px;
      background: #333333; }
.product-list .flex-wrap {
  margin-top: 20px; }
#video {
  text-align: center; }
#pic div {
  display: inline-block;
  margin: 0 auto; }
#pic div div {
    display: inline-block;
    width: 32%; }
.downloadpop-content {
  text-align: left;
  padding: 1vw; }
.downloadpop-content .tit {
    font-size: 1.2vw;
    margin-bottom: 2%; }
.downloadpop-content .link {
    font-size: 1vw;
    margin-bottom: 2%; }
.downloadpop-content .dl-btn {
    display: flex;
    align-items: center;
    justify-items: center;
    margin-top: 5vw; }
.downloadpop-content .dl-btn .copybtm {
      border: none;
      display: block;
      padding: .8vw 3vw;
      margin: 0 2%;
      color: #FFFFFF;
      font-size: 1vw;
      border-radius: 2vw;
      flex: 1;
      background: #333333; }
.downloadpop-content .dl-btn a {
      border: none;
      display: block;
      padding: .6vw 3vw;
      margin: 0 2%;
      color: #FFFFFF;
      text-align: center;
      font-size: 1vw;
      border-radius: 2vw;
      flex: 1;
      background: #da251c; }
#edit-submit-xiazaizhongxin {
  display: block; }
#views-exposed-form-xiazaizhongxin-page-1 {
  display: flex;
  margin: 20px auto;
  width: 94%;
  align-items: center; }
#views-exposed-form-xiazaizhongxin-page-1 [id^='edit-title'] {
    padding: 0.8vw 2vw;
    border: 1px solid #999;
    background: #f7f7f7;
    width: 100%;
    font-size: 1.5vw;
    height: 4vw; }
#views-exposed-form-xiazaizhongxin-page-1 .js-form-item {
    flex-basis: 40%; }
#views-exposed-form-xiazaizhongxin-page-1 [id^='edit-submit-xiazaizhongxin'] {
    display: inline-block;
    padding: .5vw 1.5vw;
    color: #FFFFFF;
    border: none;
    font-size: 1.5vw;
    background: #333333;
    height: 4vw; }
#views-exposed-form-xiazaizhongxin-page-1 .shs-field-container {
    padding: 0; }
#views-exposed-form-xiazaizhongxin-page-1 .shs-field-container .shs-widget-container {
      flex-basis: 100%; }
input[id^='edit-submit-chanpinzhongxin'] {
  display: none; }
.user-login-form {
  min-height: 600px;
  display: flex;
  width: 360px;
  flex-direction: column;
  justify-content: center;
  margin: 0  auto; }
.user-login-form .description {
    padding: .3vw 0;
    color: #999; }
.user-login-form .form-required {
    width: 60px;
    text-align: right;
    margin-right: 10px; }
.search-form {
  display: flex;
  width: 84%;
  margin: 0 auto; }
#edit-submit {
  margin-top: 10px;
  display: inline-block;
  padding: .5vw 1.5vw;
  color: #FFFFFF;
  border: none;
  font-size: 1.5vw;
  background: #333333;
  height: 4vw; }
#edit-pass {
  height: 36px; }
#edit-name {
  height: 36px; }
.search-form {
  display: flex;
  align-items: center;
  margin: 3vw auto; }
.search-form .js-form-item {
    flex: 1;
    display: flex;
    align-items: center; }
.search-form .js-form-item label {
      display: block;
      white-space: nowrap;
      margin-right: 10px;
      font-size: 16px; }
.search-form #edit-keys {
    padding: 0.8vw 2vw;
    border: 1px solid #999;
    background: #f7f7f7;
    width: 100%;
    font-size: 1.5vw;
    height: 4vw;
    margin-top: 0; }
.search-form #edit-submit {
    margin-top: 0; }
.search-result {
  width: 84%;
  margin: 0 auto; }
.search-result li {
    padding: 15px 10px;
    border-bottom: 1px solid #eeeef6; }
.search-result li h3 {
      font-size: 16px;
      font-weight: bold; }
.search-result li p {
      font-size: 15px;
      color: #666; }
.search-result li p:nth-of-type(2) {
        font-size: 13px;
        color: #999999; }
.search-result-tit {
  width: 84%;
  margin: 0 auto;
  padding: 1.2vw;
  font-size: 18px;
  font-weight: bold; }
form[id^='webform-submission-contact'] {
  width: 80%;
  margin: 0 auto; }
form[id^='webform-submission-contact'] .js-form-item {
    float: left;
    width: 48%;
    margin: 10px 1%;
    display: flex; }
form[id^='webform-submission-contact'] .js-form-item input {
      display: block;
      flex: 1;
      height: 36px;
      width: 100%; }
form[id^='webform-submission-contact'] .js-form-item label {
      display: block;
      margin-right: 5px;
      white-space: nowrap; }
form[id^='webform-submission-contact'] .js-form-item:last-of-type {
      width: 100%; }
form[id^='webform-submission-contact'] .js-form-item:last-of-type div {
        flex: 1; }
form[id^='webform-submission-contact'] .js-form-item:last-of-type .form-textarea {
        width: 98%;
        flex: 1;
        border: 1px solid #eeefef; }
form[id^='webform-submission-contact'] .js-form-submit {
    width: 200px;
    text-align: center;
    padding: 2px 10px;
    margin: 20px 0;
    color: #FFFFFF;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #333333; }
#file a {
  margin: 10px 0;
  font-size: 15px; }
#file a:hover {
    color: #da251c; }
table {
  border: 1px solid #dddddd; }
table td {
    border: 1px solid #dddddd; }

/*# sourceMappingURL=maps/dongran.css.map */
