@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;
}
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;
}
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;
}
.flexlayout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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: #0b5ac2;
  text-transform: uppercase;
  margin-left: 1%;
}
.language {
  margin-top: 2vw;
}
.language a {
  background: #fff;
  color: #0b5ac2 !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: #0b5ac2;
  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 0.5s;
  transition: all 0.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;
}
.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 0.5s;
  transition: all 0.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 0.5s;
  transition: all 0.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 40%;
  width: 32%;
  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 {
  display: inline-block;
  vertical-align: middle;
  z-index: 0;
  margin-right: 180px;
}
.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 0.5vw;
}
.MenuList_f1 > ul > li {
  padding: 0 0.5vw;
}
.MenuList_f1 > ul > li.on > h3 a {
  color: #0b5ac2;
}
.MenuList_f1 > ul > li.on > h3 a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #0b5ac2;
}
.MenuList_f1 > ul > li h3 a {
  padding: 0.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: #0b5ac2;
}
.MenuList_f1 > ul > li h3 a:hover {
  color: #0b5ac2;
}
.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: rgba(255, 255, 255, 0.9);
  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: $blue;*/
  color: #0b5ac2;
}
.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: #0b5ac2;
}
.MenuList_f1 > ul > li ul li.on a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #0b5ac2;
}
/*搜索*/
#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.7%;
  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: 12px;
  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%;
  position: relative;
}
#banner .banner-l {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(3, 70, 157, 0.9);
  border-top-right-radius: 20px 300px;
  border-bottom-right-radius: 20px 300px;
}
.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 #0b5ac2;
}
.child-list dl dd {
  padding: 5px 15px;
}
.child-list dl dd a {
  font-size: 14px;
  color: #444444;
  padding: 0.1vw 0.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: #0b5ac2;
}
.child-list dl dd a:hover {
  color: #0b5ac2;
}
.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: #6681b8;
  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: #fff;
  outline: none;
}
.banner-pagination .swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 1px;
  height: 100px;
  text-align: center;
  background-color: #fff !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(255, 255, 255, 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: #fff;
  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: 100%;
}
.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: #0b5ac2;
  opacity: 1;
}
#banner .banner-r,
#banner .banner-l {
  width: 90px;
  text-align: center;
  /* z-index: 555; */
}
#banner .banner-r {
  position: absolute;
  bottom: 55px;
  right: 0px;
  padding: 0 15px;
  z-index: 5;
}
.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 #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  transition: all ease 0.5s;
}
.banner-button .banner-prev i:hover {
  border: 1px solid #ff6600;
  color: #ff6600;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.banner-button .banner-next i:hover {
  border: 1px solid #ff6600;
  color: #ff6600;
  -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 a {
  text-align: center;
}
.i1 li span {
  -webkit-line-clamp: 4;
  margin-top: 2vw;
  line-height: 1.8;
  max-height: 130px;
  text-align: left;
}
.i1 li .bg {
  background: #fafafa;
  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 .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.i1 li .icon.icon01 {
  background: url("../images/icon01.png");
}
.i1 li .icon.icon02 {
  background: url("../images/icon02.png");
}
.i1 li .icon.icon03 {
  background: url("../images/icon03.png");
}
.i1 li .icon.icon04 {
  background: url("../images/icon04.png");
}
.i1 li .bg:before {
  content: "";
  width: 3.3vw;
  height: 3.3vw;
  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 0.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: #0b5ac2;
}
.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: 13vw;
  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: 0.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: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -webkit-transition: 0.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;
  line-height: 1.15;
}
.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) #0b5ac2 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: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -webkit-transition: 0.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: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -webkit-transition: 0.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;
  margin-left: 8px;
}
.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 0.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: #0b5ac2;
}
.lan_select a:hover {
  color: #0b5ac2;
}
.lan_select a:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}
.lan_select a:hover {
  color: #0b5ac2;
  -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;
}
.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;
}
.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;
}
.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;
}
.aboutUs {
  text-align: center;
  padding: 50px;
}
.aboutUs .abouten {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.aboutUs .aboutcn {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.aboutUs .txt {
  width: 80%;
  font-size: 15px;
  text-align: left;
  color: #666666;
  margin: 10px auto;
  text-indent: 2em;
}
.aboutUs .learnmore {
  border-bottom: 2px solid #0b5ac2;
}
.ewmbox .hotline {
  color: #fff !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
}
.ewmbox .hotnum {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 15px !important;
  color: #fff;
  display: block;
}
.ewmbox .ewm {
  width: 140px;
  text-align: center !important;
  color: #fff;
}
.ewmbox .ewm img {
  border-radius: 20px;
}
/* side */
.side {
  position: fixed;
  width: 78px;
  right: 0;
  top: 50%;
  margin-top: -200px;
  z-index: 100;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  border-bottom: 0;
}
.side ul li {
  width: 78px;
  height: 78px;
  float: left;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.side ul li:hover {
  background: #0b5ac2;
  color: #fff;
}
.side ul li:hover a {
  color: #fff;
}
.side ul li i {
  height: 25px;
  margin-bottom: 1px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 25px;
  margin-top: 14px;
  transition: all 0.3s;
}
.side ul li i.bgs1 {
  background-image: url(../images/right_pic5.png);
}
.side ul li i.bgs2 {
  background-image: url(../images/right_pic7.png);
}
.side ul li i.bgs3 {
  background-image: url(../images/right_pic2.png);
}
.side ul li i.bgs4 {
  background-image: url(../images/right_pic1.png);
}
.side ul li i.bgs5 {
  background-image: url(../images/right_pic3.png);
}
.side ul li i.bgs6 {
  background-image: url(../images/right_pic6_on.png);
}
.side ul li:hover i.bgs1 {
  background-image: url(../images/right_pic5_on.png);
}
.side ul li:hover i.bgs2 {
  background-image: url(../images/right_pic7_on.png);
}
.side ul li:hover i.bgs3 {
  background-image: url(../images/right_pic2_on.png);
}
.side ul li:hover i.bgs4 {
  background-image: url(../images/right_pic1_on.png);
}
.side ul li:hover i.bgs5 {
  background-image: url(../images/right_pic3_on.png);
}
.side ul li .sidebox {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.side ul li.sidetop {
  background: #0b5ac2;
  color: #fff;
}
.side ul li.sidetop:hover {
  opacity: 0.8;
  filter: Alpha(opacity=80);
}

.side ul li.sideqq .qqBox {
  width: 240px;
  height: 78px;
  display: none;
  color: #fff;
  text-align: center;
  position: absolute;
  left: -240px;
  top: 0px;
  background: #1b5eb5;
}
.side ul li.sideqq .qqBox span {
  display: block;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  margin-top: 20px;
  font-size: 18px;
}

.side ul li.sideewm .ewBox {
  width: 238px;
  display: none;
  color: #363636;
  text-align: center;
  padding-top: 235px;
  position: absolute;
  left: -240px;
  top: 0px;
  background-image: url("../images/wxewm.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e0e0e0;
}
/*.side ul li .sideetel{width:56px;height:50px;line-height:50px;display:inline-block;transition:all 0.3s; text-align:left;}*/
/*.side ul li .sideetel:hover{background:#f3782a;opacity:1;filter:Alpha(opacity=100);}*/
.side ul li.sideetel .telBox1 {
  width: 240px;
  height: 80px;
  display: none;
  color: #fff;
  text-align: left;
  position: absolute;
  left: -240px;
  top: 0px;
  background: #1b5eb5;
}
.side ul li.sideetel .telBox1 dd {
  display: block;
  height: 118.5px;
  overflow: hidden;
  padding-left: 82px;
  line-height: 24px;
  font-size: 18px;
}
.side ul li.sideetel .telBox1 dd span {
  display: block;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  margin-top: 32px;
  font-size: 18px;
}
.side ul li.sideetel .telBox1 dd.bgs1 {
  background: url(../images/right_pic8.png) 28px center no-repeat;
  background-color: #0e51a8;
}
.side ul li.sideetel .telBox1 dd.bgs2 {
  background: url(../images/right_pic9.png) 28px center no-repeat;
}
/*.side ul li .sideetel .telinput{ width:135px; text-align:center; height:25px; line-height:25px; background-color:#fff; color:#7d7d7d; font-size:14px; margin-left:-8px; border:0; z-index:9999999;}
.side ul li .sideetel .telbnt{ width:135px; height:26px; line-height:26px; background-color:#735012; font-size:14px; border:0;margin-left:-8px; margin-top:5px; color:#fff; cursor:pointer;border-radius:4px;}
.side ul li img{float:left;}*/
/*.side dl dt{width:54px;height:54px;float:left;position:relative;}
.side dl dt .sidebox{position:absolute;width:54px;height:54px;border-bottom:1px solid #444;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.9;filter:Alpha(opacity=90);color:#fff;font:12px/54px "微软雅黑";}
.side dl dd{width:54px;height:44px;float:left;position:relative;display: none;}

.side dl dd .sidebox{position:absolute;width:54px;height:44px;border-bottom:1px solid #444;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.9;filter:Alpha(opacity=90);color:#fff;font:12px/54px "微软雅黑"; line-height:44px;}
.side dl dd .sidebox:hover{background:#f3782a;opacity:1;filter:Alpha(opacity=100);}
.side dl dd .sidebox:hover img{opacity:0.8;filter:Alpha(opacity=80);}
.side dl  img{float:left;}*/
.banner-box {
  z-index: -1;
}
.pos-r {
  position: relative;
  z-index: 0;
}
/*---------page---------------------*/
.p-banner figure,
.introduceimg figure {
  left: 0;
  top: 0;
  z-index: -1;
}
.p-banner:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(13, 13, 13, 0.2); */
}
.banner-text {
  left: 0;
  padding: 0 8vw;
}

.ResTitle_a2,
.NavList_a1,
.ResTitle_a3 span {
  font-weight: bold;
}
.ResTitle_a2 {
  word-break: break-all;
}
.nav {
  top: 0;
  left: 0;
  z-index: 0;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}
.ResTitle_a2:after {
  content: ".";
}
.NavList_a1 > ul {
  overflow: hidden;
}
.NavList_a1 > ul > li > a {
  display: block;
  color: #ffffff;
  vertical-align: top;
  transition: 0.5s ease 0s;
  position: relative;
  z-index: 0;
  padding: 0.5vw 1vw;
  text-transform: capitalize;
}

/*  */
/* .NavList_a2 {
  background-color: #fff;
  #0b5ac2
} */
.NavList_a2 > ul > li {
  background-color: #fff;
}
.NavList_a2 a {
  text-transform: capitalize;
  font-size: 16px;
  color: #606060;
  transition: 0.5s ease 0s;
  font-weight: normal;
}
.NavList_a2 > ul > li.current {
  background-color: #0b5ac2;
}
.NavList_a2 a.current,
.NavList_a2 li.current a {
  color: #fff;
}
/*  */

.content-R {
  width: 85.5%;
  padding: 6vw 8vw;
}
.content-L {
  padding-top: 2vw;
  padding-bottom: 2vw;
  z-index: 1;
}
.content-L,
.nav.fix {
  width: 14.5%;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
}
.p-title {
  padding-bottom: 1.5vw;
  border-bottom: 1px solid #ddd;
}
.page-content:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  position: absolute;
}
/*product*/
.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: 14.5vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1vw;
  z-index: 1;
  box-shadow: 0 6px 1vw 0 rgba(234, 85, 5, 0.5);
  transition: 0.5s ease 0s;
  opacity: 1;
  background: #0b5ac2;
}
.pro-icon img {
  width: 30%;
  transition: 0s ease 0.4s;
}
.product-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;
}
.hover-text {
  left: 0;
  top: 0;
  padding: 0 3vw;
  opacity: 0;
  z-index: 2;
}
.hover-text i {
  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-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: #0b5ac2;
  z-index: -1;
}
.product-list .pro_tit {
  font-size: 24px;
  padding: 20px 0;
}
.product-list .pro_tit {
  font-size: 24px;
  padding: 20px 0;
}
.nav-c {
  cursor: pointer;
  outline: none;
  background: #eee;
  border: 1px solid #ddd;
  padding: 3vw;
  transition: 0.5s ease 0s;
}
.nav-c:after {
  border-left-color: #666;
  position: absolute;
  right: 3vw;
  border-width: 1.2vw 0 1.2vw 1.2vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  z-index: 0;
  transition: 0.5s ease 0s;
}
/*.page*/
.page {
  margin-top: 4%;
  clear: both;
  text-align: center;
  font-size: 0;
}
.page span,
.page a {
  transition: 0.5s ease 0s;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: #e3e3e3 solid 1px;
  color: #666;
  background: #fff;
  min-width: 38px;
  text-align: center;
  margin-left: 5px;
}
.page span.cur,
.page a:hover {
  background: #0b5ac2;
  color: #fff;
  border: #0b5ac2 solid 1px;
}
.pageinfo {
  float: right;
  line-height: 28px;
  display: none;
}
.conT {
  font-size: 24px;
  color: #009c73;
}
#load_more_button {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  width: 180px;
  color: #fff;
  background: #0b5ac2;
  transition: 0.5s ease 0s;
  font-size: 16px;
  text-align: center;
  margin: 4% auto 0;
  display: none;
}
.page span:first-child,
.page a:first-child {
  margin-left: 0;
}
.content {
  width: 89.8%;
  /* margin: 3vw auto 5.2vw auto; */
  min-height: 600px;
  font-size: 16px;
  color: #434343;
  line-height: 1.8;
}
.about {
  width: 100%;
}
.about img {
  max-width: 100%;
}
.about p {
  padding: 0 6em;
  text-indent: 2em;
}
.about p:first-child {
  /* padding-top: 22em; */
}
.about p:last-child {
  /* margin-bottom: 12em; */
}
.about .w68 {
  width: 51%;
  float: left;
}
.about .w40 {
  width: 49%;
  padding: 0 5.2vw 0 3.6vw;
  box-sizing: border-box;
  float: right;
}
.about .bottom > div:nth-child(2n) .w40 {
  float: left;
}
.about .bottom > div:nth-child(2n) .w68 {
  float: right;
}

.about .bottom,
.about .md {
  width: 89.8%;
  margin: 0 auto;
}

.about .w40 h4 {
  font-size: 1.2vw;
  color: #434343;
  font-weight: bold;
}
.about .w40 h4:after {
  content: "";
  display: block;
  margin: 0.9vw 0;
  width: 26px;
  height: 1px;
  background: #0b5ac2;
}
.about .w40 p,
.about .top .fl {
  font-size: 1vw;
  color: #434343;
  margin-bottom: 1.2vw;
}
.about .top .fr {
  width: 44.2%;
  position: relative;
  padding-bottom: 6.45vw;
}
.about .top .fl {
  width: 50%;
  padding-top: 4.2vw;
  margin-left: 25%;
  text-align: center;
}
.about .top .fl .introduce {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #f4f7fa;
  overflow: hidden;
  *zoom: 1;
  border-radius: 10px;
}
.about .top .fl .introduce p {
  font-weight: bold;
}
.about .top .fr img {
  display: block;
  width: 100%;
}
.about .top .fl h4 {
  font-size: 4.2vw;
  color: #1f3480;
}
.about .top .fl h1 {
  margin-bottom: 50px;
  color: #8d8d8d;
}
.about .bottom > div {
  margin-bottom: 5.3vw;
}
.about .bottom {
  margin-top: -6.14vw;
}
.about .bottom .box6 .w40 {
  padding-top: 9vw;
}
.about .bottom .box1 .w40 {
  padding-top: 5vw;
}
.about .bottom .box2 .w40 {
  padding-top: 3.95vw;
}
.about .bottom .box3 .w40 {
  padding-top: 4vw;
}
.about .bottom .box4 .w40 {
  padding-top: 2vw;
}
.about .bottom .box5 .w40 {
  padding-top: 7.8vw;
}
@keyframes zoomY {
  0% {
    height: 100%;
  }
  100% {
    height: 13vw;
  }
}
@-webkit-keyframes zoomY {
  0% {
    height: 100%;
  }
  100% {
    height: 13vw;
  }
}
.text2 {
  padding: 60px 0;
}
.text2 span:first-child {
  font-size: 24px;
  color: #0b5ac2;
  width: 10%;
}
.text2 span {
  vertical-align: middle;
  display: inline-block;
}
.text2 span:last-child {
  width: 89%;
}
.NewsDetail_a1 #nc .text3 img,
.text3 img,
.NewsDetail_a1 #nc .text3 span {
  width: 31%;
  margin-left: 2%;
  margin-bottom: 2%;
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}
.text3 span h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
}
.NewsDetail_a1 #nc .text3 img:nth-child(3n + 1),
.text3 img:nth-child(3n + 1),
.NewsDetail_a1 #nc .text3 span:nth-child(3n + 1) {
  margin-left: 0;
}
.NewsDetail_a1 #nc .text3 span img {
  margin-bottom: 0;
  width: 100%;
}
.content .box {
  max-width: 1600px;
  margin: auto;
}
.content .box .contact {
  width: 100%;
  background: #fff;
  display: table;
}
.content .box .contact .box1 {
  width: 100%;
  height: 295px;
  float: left;
  /* border-right: 1px solid #e8e8e8; */
  padding-left: 40%;
  padding-top: 36px;
}
.content .box .address .box1:last-child {
  border-right: none;
}
.content .box .contact .box1 .t1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
}
.content .box .contact .box1 .t2 {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding-left: 33px;
  background: url(../images/icon30.png) left 3px no-repeat;
  margin-top: 32px;
  /* position: relative; */
}
.content .box .contact .box1 .wxpic {
  font-size: 16px;
  width: 45%;
  cursor: pointer;
  font-weight: bold;
}
.content .box .contact .box1 .blackline {
  width: 275px;
  border-bottom: 1px solid #000;
  margin-top: 14px;
}
.content .box .contact .box1 .t2 .ewmshow {
  display: none;
  opacity: 1;
  /* position: absolute; */
  /*top: 0px;
  left: 420px;
  z-index: 5; */
}
.content .box .contact .box1 .t3 {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  padding-left: 33px;
  font-family: "Gotham-Bold";
  background: url(../images/icon31.png) left center no-repeat;
  margin-top: 14px;
  font-weight: bold;
}
.content .box .contact .box1 .t4 {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  padding-left: 33px;
  font-family: "Gotham-Bold";
  background: url(../images/icon33.png) left center no-repeat;
  margin-top: 14px;
  font-weight: bold;
}
.content .box .contact .box1 .t5 {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  padding-left: 33px;
  font-family: "Gotham-Bold";
  background: url(../images/icon43.png) left center no-repeat;
  margin-top: 14px;
  font-weight: bold;
}
.content .box .address .box1 .t4 {
  width: 100%;
  margin-top: 24px;
}
.content .box {
  /* background: #f7f7f7; */
}
.content .box .other {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.content .box .other .address {
  width: 37.5%;
  height: 430px;
  float: left;
  margin-right: 0.625%;
  background: #fff;
  padding: 60px 40px;
}
.content .box .other .address .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin-bottom: 23px;
}
.content .box .other .address .t2 {
  font-size: 14px;
  line-height: 34px;
  color: #666;
  margin-bottom: 37px;
}
.content .box .other .address .b1 {
  color: #222;
  margin-bottom: 50px;
}
.content .box .other .address .b1 .ts1 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding-left: 45px;
  margin-bottom: 10px;
}
/*  */
.content .box .other .map {
  /* width: 61.875%; */
  width: 100%;
  float: left;
  background: #fff;
  padding: 60px 50px;
}
.cooperatebox {
  width: 80%;
  height: 400px;
  margin: 0 auto;
}
.cooperatebox_intro {
  width: 86%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.cooperatebox_intro h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cooperatebox_intro p {
  font-size: 16px;
  text-align: left;
  color: #666666;
  line-height: 24px;
  text-indent: 0;
}
@media screen and (max-width: 1440px) {
  .side {
    width: 62px;
    margin-top: -158px;
  }
  .side ul li {
    width: 62px;
    height: 62px;
    font-size: 12px;
    line-height: 30px;
  }
  .side ul li i {
    height: 20px;
    background-size: auto 20px;
    margin-top: 11px;
  }
  .side ul li.sideewm .ewBox {
    padding-top: 187px;
    width: 192px;
    left: -194px;
  }
  .side ul li.sideetel .telBox {
    height: 189px;
    top: -63px;
  }
  .side ul li.sideetel .telBox dd {
    height: 94.5px;
    font-size: 16px;
  }
  .side ul li.sideetel .telBox dd span {
    margin-top: 21px;
    font-size: 16px;
  }
}

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